Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 327 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 327 Bytes

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';