@elvora/icons
v1.0.0-rc.2
Published
Framework-agnostic SVG icon registry for Elvora UI — typed names, tree-shakable path data, identical output across React, RN, Angular, Vue, and Svelte.
Readme
@elvora/icons
Framework-agnostic SVG icon registry for Elvora UI. Typed names, tree-shakable path data, identical output across React, React Native, Angular, Vue, and Svelte.
Install
pnpm add @elvora/iconsUsage
import { icons, getIcon, type IconName } from '@elvora/icons';
const def = getIcon('check');
// → { d: '...', stroke: true, strokeWidth: 2 }Use the framework-specific Icon component from @elvora/react, @elvora/vue,
@elvora/angular, @elvora/svelte, or @elvora/react-native to render an icon
by name — they all consume this registry.
License
MIT
