Installation
YCloud Icons follows the same package coverage model as Lucide and currently documents 10 package types.
These packages cover three asset families:
- Generic icons: default entries and
icons/*subpaths for 24x24 linear icons. - Business icons:
businesssubpath entries,business-icons/*static paths, and a separate business icon font for product- or business-specific artwork. - Illustrations:
illustrationsubpath entries andillustration-icons/<category>/*static paths for artwork that keeps its original colors and aspect ratio.
Business icons and illustrations are not mixed into the generic default entries. See Business icons for the business source and validation rules, see Illustrations for illustration rules, and browse the Illustrations gallery.
Core JavaScript
Framework-agnostic icon data and helpers.
pnpm add @ycloud-web/iconsnpm install @ycloud-web/iconsyarn add @ycloud-web/iconsbun add @ycloud-web/iconsSee the Core JavaScript guide.
React
Typed React SVG components with named imports.
pnpm add @ycloud-web/icons-reactnpm install @ycloud-web/icons-reactyarn add @ycloud-web/icons-reactbun add @ycloud-web/icons-reactSee the React guide.
Vue
Vue components generated from the same icon source.
pnpm add @ycloud-web/icons-vuenpm install @ycloud-web/icons-vueyarn add @ycloud-web/icons-vuebun add @ycloud-web/icons-vueSee the Vue guide.
Svelte
Svelte components for application projects.
pnpm add @ycloud-web/icons-sveltenpm install @ycloud-web/icons-svelteyarn add @ycloud-web/icons-sveltebun add @ycloud-web/icons-svelteSee the Svelte guide.
Solid
Solid components generated from the shared icon source.
pnpm add @ycloud-web/icons-solidnpm install @ycloud-web/icons-solidyarn add @ycloud-web/icons-solidbun add @ycloud-web/icons-solidSee the Solid guide.
Preact
Preact components for small React-compatible applications.
pnpm add @ycloud-web/icons-preactnpm install @ycloud-web/icons-preactyarn add @ycloud-web/icons-preactbun add @ycloud-web/icons-preactSee the Preact guide.
React Native
React Native components for mobile applications.
pnpm add @ycloud-web/icons-react-nativenpm install @ycloud-web/icons-react-nativeyarn add @ycloud-web/icons-react-nativebun add @ycloud-web/icons-react-nativeSee the React Native guide.
Angular
Angular components and provider APIs.
pnpm add @ycloud-web/icons-angularnpm install @ycloud-web/icons-angularyarn add @ycloud-web/icons-angularbun add @ycloud-web/icons-angularSee the Angular guide.
Astro
Astro components for content and application sites.
pnpm add @ycloud-web/icons-astronpm install @ycloud-web/icons-astroyarn add @ycloud-web/icons-astrobun add @ycloud-web/icons-astroSee the Astro guide.
Static Assets
Static SVG files, business SVG files, SVG sprites, generic icon fonts, business icon fonts, and SVG string modules.
pnpm add @ycloud-web/icons-staticnpm install @ycloud-web/icons-staticyarn add @ycloud-web/icons-staticbun add @ycloud-web/icons-staticSee the Static assets guide.