@native-systems/icons
v2.2.0
Published
Icons for native systems projects. Yes, it's public.
Readme
Native systems icons package
This package contains components and types, which are used across native systems software projects.
Steps to deploy new version
- Update package version.
- Build project via
yarn build - Publish build via
npm publish - Push changes to repository
Tailwind components
Components must be exposed to tailwind for preflight and purging/compilation to work:
- v4:
@source "../node_modules/@native-systems/icons/**"; - v3:
contents: [".node_modules/@native-systems/icons/**"];
Playground
A React + Vite playground app is available in playground/ to browse all exported icons with search and names (heroicons-style overview).
Useful commands from repository root:
yarn playground:installyarn buildyarn playground:devyarn playground:build
