adw-react-icons
v1.0.5
Published
Adwaita icon pack for react
Downloads
11
Readme
About project
Adwaita icon pack for React
Installation
npm i adw-react-icons
Usage
import { AdwCatSleepingSymbolic } from "adw-react-icons";
const App = () => {
return <>
<AdwCatSleepingSymbolic/>
</>
}
export default App;
Component Props
| name | type | optional | description | |-----------------|-------------------------|----------|-------------------------------------------------------------------| | title | string | true | Add title tag as child to the svg tag. | | size | number | true | Set svg width and height. The given number is converted into rem. | | wrapper | "div" | "span" | true | Add a wrapper for the svg tag. | | wrapperProps | HTMLAttributes | true | Set wrapper props. | | iconNameAsTitle | boolean | true | If true, the svg's title tag will have value of iconName. |