svg-icons-vue
v1.0.21
Published
svg-icons-vue ---
Downloads
5
Readme
svg-icons-vue
Install
npm i svg-icons-vue
Match Mingcute version v2.86(2452 icons)
Usage
import { CalendarMonthFill } from 'svg-icons-vue'
<CalendarMonthFill size="24" color="#0066ff" />
Steps
open website https://www.mingcute.com find a icon you want to use in you code, then figure out the name of icon, which almost like calendar_month_fill
, you need to replace underline to uppercase include first character, e.g:
calendar_month_fill -> CalendarMonthFill
then use <CalendarMonthFill size="24" color="#0066ff" />