0.2.0 • Published 9 months ago
@letruxux/cool-icons-react-native v0.2.0
@letruxux/cool-icons-react-native
A custom SVG icon library for React Native, built from raw .svg files.
Usage
import { CaretDownSm } from "@letruxux/cool-icons-react-native";
<CaretDownSm width={24} height={24} color="black" />Development
To regenerate icon components from SVGs:
bun run generateTo build the library:
bun run build