1.1.0 • Published 2 years ago

@xrnoz/bootstrap-icons-js v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.0

2 years ago