@motif-js/icons
v1.7.0
Published
Cross-platform SVG icon primitive and bundled icon set for motif-js.
Readme
@motif-js/icons
Lucide icons wrapped as motif-js primitives — 1,940 glyphs, cross-platform, tree-shakeable.
Install
yarn add @motif-js/iconsUse
import { Heart, ArrowRight } from '@motif-js/icons';
<Heart size={20} color="$colors.brand.500" />
<ArrowRight size={16} />Each glyph is a thin wrapper around the Icon primitive. Tree-shakes to ~100 B gzipped per imported icon — sideEffects: false guarantees it.
