React Native icon package - Mobile companion to twigs-react-icons
npm install twigs-mobileReact Native icon package - Mobile companion to twigs-react-icons
``bash`
npm install twigs-mobile react-native-svg
`tsx
import { AddColumnIcon, AlertIcon, SearchIcon } from 'twigs-mobile';
function MyComponent() {
return (
<>
>
);
}
`
All icons accept the following props:
- size?: number - Icon size (default: 32)color?: string
- - Icon color (default: 'currentColor')strokeWidth?: number
- - Stroke width (default: 1.5)react-native-svg
- All other props from 's SvgProps`
MIT