1.1.0 • Published 5 months ago

@xrnoz/bootstrap-icons-js v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Re-packaging of Bootstrap Icons

Usage

import bi from '@xrnoz/bootstrap-icons-js';
const { biArrowThroughHeart } = bi;

// OR

import { bi } from '@xrnoz/bootstrap-icons-js';
const { biArrowThroughHeart } = bi;

// OR

import { biArrowThroughHeart } from '@xrnoz/bootstrap-icons-js';
1.1.0

5 months ago

1.0.0

9 months ago