@letruxux/cool-icons-react-native
v0.2.0
Published
A custom SVG icon library for React Native, built from raw `.svg` files.
Readme
@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