@fluixi-icons/icon-bootstrap
v0.0.4
Published
Bootstrap Icons SVG data
Readme
@fluixi/icon-bootstrap
Bootstrap Icons as SVG data for the Fluixi icon system — 2,000+ icons.
✨ Overview
@fluixi/icon-bootstrap is the Bootstrap Icons data package for the Fluixi icon system. It ships the raw SVG/icon data that powers the ergonomic umbrella packages. Source artwork: Bootstrap Icons (licensed MIT).
Most users want the umbrella packages instead, which provide tree-shakeable named exports, sprites, and CDN bundles:
- SVG strings / sprites / CDN →
@fluixi/icons—import { BiHome } from '@fluixi/icons/bootstrap'- JSX components →
@fluixi/icons-jsx—import { BiHome } from '@fluixi/icons-jsx/bootstrap'
📦 Installation
# .npmrc
@fluixi:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}pnpm add @fluixi/icon-bootstrap📋 License
This package's code is MIT. The Bootstrap Icons artwork is licensed MIT by its authors — see https://icons.getbootstrap.com.
Part of the Fluixi Icons monorepo.
