1.0.44 • Published 12 months ago

svg-icons-react v1.0.44

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

svg-icons-react

Install

npm i svg-icons-react

image

Follow mingcute icons, latest version v2.92(2810 icons)

Basic Usage

import { CalendarMonthFill } from 'svg-icons-react'

<CalendarMonthFill size="24" color="#0066ff" />

Gradient Usage

const colorGradient = {
  from: { x: 0, y: 0 },
  to: { x: 0, y: 1 },
  steps: [
    {
      offset: 0, // 0 <= offset <= 100
      color: "#ff0000",
      opacity: 100
    },
    {
      offset: 25, // 0 <= offset <= 100
      color: "yellow",
      opacity: 100
    },
    {
      offset: 50, // 0 <= offset <= 100
      color: 'purple',
      opacity: 100
    },
    {
      offset: 80, // 0 <= offset <= 100
      color: "cyan",
      opacity: 100
    }
  ]
}

<CalendarMonthFill size="24" gradient={colorGradient} />

from & to rule

[0,0]------[1,0]
  |          |
  |          |
  |          |
[0,1]------[1,1]

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" />

Icons Resourese

https://www.mingcute.com

1.0.44

12 months ago

1.0.43

12 months ago

1.0.42

12 months ago

1.0.41

12 months ago

1.0.39

1 year ago

1.0.40

1 year ago

1.0.38

1 year ago

1.0.37

1 year ago

1.0.29

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.33

2 years ago

1.0.32

2 years ago

1.0.31

2 years ago

1.0.30

2 years ago

1.0.36

2 years ago

1.0.35

2 years ago

1.0.34

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago