1.3.0 • Published 5 months ago

@illa-design/icon v1.3.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

Icon

icon is generally used to express information more concisely.

Installation

yarn add @illa-design/icon

Import component

import { Icon, XxxIcon } from "@illa-design/icon"

API

Icon Basic Properties

PropsDescTypeDefault
sizeSetting sizestring-
spinSetting whether the icon is rotated or notbooleanfalse

Example

illa-design provides 3 ways to use icon.

Basic usage

illa-design provides a series of common icons. you can directly improt these icon from @illa-design/icon.

<CloseIcon />

Set Icon's size

<CloseIcon size="16px" />
<CloseIcon size="24px" />
<CloseIcon size="48px" />

With spin

<CloseIcon size="16px" spin />
<CloseIcon size="24px" spin />
<CloseIcon size="48px" spin />

Import third party icon library

illa-design supports third party icon library, like react-icons.

import { Icon } from "@illa-design/icon"
import { BsFacebook, BsTwitch, BsTwitter, BsStarFill } from "react-icons/bs"

<Icon>
  <BsTwitter />
</Icon>

Create new icons

Icon component can render a svg element to create a new icon.

<Icon>
  <svg
    xmlns="http://www.w3.org/2000/svg"
    width="16"
    height="16"
    fill="currentColor"
    className="bi bi-github"
    viewBox="0 0 16 16"
  >
    <path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
  </svg>
</Icon>
1.2.0

5 months ago

1.3.0

5 months ago

1.0.29

10 months ago

1.0.28

10 months ago

1.0.27

11 months ago

1.0.30

9 months ago

1.1.0

8 months ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.26

12 months ago

1.0.25

12 months ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.20

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

2 years ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.5

2 years ago

1.0.4

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

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.9

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.1

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1-alpha.0

2 years ago