9.0.18 • Published 10 months ago

@workday/canvas-kit-css-icon v9.0.18

Weekly downloads
853
License
Apache-2.0
Repository
-
Last release
10 months ago

Canvas Kit CSS Icon

Icon injection and coloring toolkit for Canvas icons. Uses SVGInjector.

Installation

yarn add @workday/canvas-kit-css

or

yarn add @workday/canvas-kit-css-icon

Usage

Icons will load from CDN by default and the injector will look for the .wdc-icon selector.

HTML Apply class .wdc-icon on an element to enable icon injection.

<i className="wdc-icon" data-icon="activityStream" data-category="system" />
<i className="wdc-icon" data-icon="apple" data-category="accent" data-color="chiliMango" />
<i className="wdc-icon" data-icon="rocket" data-category="applet" data-hue="cinnamon" />

JavaScript Import script and execute.

import initializeIcons from '@workday/canvas-kit-css-icon';

initializeIcons();

Icon Configuration

Icons may be configured through data-* properties below.

Selecting an icon

<i className="wdc-icon" data-icon="activityStream" data-category="system" />
data-icon

Icon name in camelCase.

data-category

The category of the icon. Must be one of the following: system, accent, applet.

Coloring

System Icons

System icons contain up to 3 layers that can be colored independently.

<i
  className="wdc-icon"
  data-icon="activityStream"
  data-category="system"
  data-fill-color="cinnamon300"
  data-accent-color="cinnamon300"
  data-background-color="frenchVanilla100"
/>

<-- Shorthand Coloring -->
<i
  className="wdc-icon"
  data-icon="activityStream"
  data-category="system"
  data-fill-color="blueberry"
  data-accent-color="blueberry"
  data-background-color="transparent"
/>

data-fill-color
data-accent-color
data-background-color

Use a color in the Canvas palette. Color must be written in camelCase.

If a hue name is used but no color shade is defined (e.g. blueberry), the color will default to the 500 weight (e.g. blueberry500).

A custom color value (e.g. #FFFFFF) may also be used.

Accent Icons

Accent icons may be colored in 1 color.

<i className="wdc-icon" data-icon="apple" data-category="accent" data-color="cinnamon300" />

<-- Shorthand Coloring -->
<i className="wdc-icon" data-icon="apple" data-category="accent" data-color="chiliMango" />

data-color

See System Icons coloring.

Applet Icons

Applet icons are colored by hues (e.g. blueberry). Selecting a hue will apply the proper color shades to the applet.

<i className="wdc-icon" data-icon="rocket" data-category="applet" data-color="cinnamon" />

data-color

Applet icons only support base hues and will not accept shades.

Use a hue in the Canvas palette. Hue must be written in camelCase. For example, cinnamon.

Injection Configuration

Default Options

initializeIcons((iconPath = null), (selector = '.wdc-icon'));

Icon Path

You may define a custom path to a folder containing Canvas icons. Within this folder, each icon set must be named according to the structure below.

Folder Structure

icons
|--- system
|------ *.svg
|--- accent
|------ *.svg
|--- applet
|------ *.svg
initializeIcons('./assets/icons');

Icon Selector

Pass a selector string to the 2nd argument of the initialization function to target a different selector when injecting.

initializeIcons(null, '.wdc-custom-icon');
9.1.0-465-next.0

10 months ago

9.0.18

10 months ago

9.1.0-467-next.0

10 months ago

9.0.17

11 months ago

9.1.0-443-next.0

11 months ago

9.1.0-454-next.0

11 months ago

9.1.0-459-next.0

11 months ago

9.1.0-448-next.0

11 months ago

8.6.5

12 months ago

8.6.7

12 months ago

8.6.6

12 months ago

8.6.9

12 months ago

8.6.8

12 months ago

7.2.0-427-next.2

12 months ago

9.1.0-445-next.0

11 months ago

9.1.0-456-next.0

11 months ago

9.1.0-452-next.0

11 months ago

9.0.9

11 months ago

9.0.8

11 months ago

9.0.7

12 months ago

9.0.6

12 months ago

9.0.5

12 months ago

9.0.4

12 months ago

9.0.3

12 months ago

9.0.2

12 months ago

9.0.1

12 months ago

9.0.0

12 months ago

9.1.0-439-next.0

12 months ago

9.1.0-425-next.0

12 months ago

9.1.0-450-next.0

11 months ago

9.1.0-461-next.0

11 months ago

9.1.0-431-next.0

12 months ago

9.0.16

11 months ago

9.0.13

11 months ago

9.0.12

11 months ago

9.0.15

11 months ago

9.0.14

11 months ago

9.0.11

11 months ago

9.0.10

11 months ago

9.1.0-429-next.0

12 months ago

9.1.0-435-next.0

12 months ago

8.6.12

11 months ago

8.6.11

11 months ago

8.6.10

12 months ago

8.6.16

11 months ago

8.6.15

11 months ago

8.6.14

11 months ago

8.6.13

11 months ago

8.6.3

1 year ago

8.6.2

1 year ago

8.6.4

1 year ago

8.6.1

1 year ago

8.6.0

1 year ago

7.4.9

1 year ago

8.5.11

1 year ago

8.5.10

1 year ago

8.5.13

1 year ago

8.5.12

1 year ago

8.5.4

1 year ago

8.5.3

1 year ago

8.5.6

1 year ago

8.5.5

1 year ago

8.5.0

1 year ago

8.5.2

1 year ago

8.5.1

1 year ago

8.5.8

1 year ago

8.5.7

1 year ago

8.5.9

1 year ago

7.4.10

1 year ago

7.4.11

1 year ago

7.4.12

1 year ago

8.4.11

1 year ago

8.4.12

1 year ago

8.4.13

1 year ago

8.3.10

1 year ago

8.3.11

1 year ago

8.3.12

1 year ago

6.9.0-next.0

2 years ago

7.2.0-next.2

2 years ago

7.2.0-next.1

2 years ago

7.2.0-next.0

2 years ago

7.0.12

2 years ago

7.0.13

2 years ago

7.0.10

2 years ago

7.0.11

2 years ago

7.0.14

2 years ago

7.0.15

2 years ago

5.3.17

2 years ago

5.3.16

2 years ago

5.3.15

2 years ago

5.3.14

2 years ago

6.9.0-next.4

2 years ago

6.9.0-next.3

2 years ago

6.9.0-next.2

2 years ago

6.9.0-next.6

2 years ago

6.9.0-next.5

2 years ago

8.2.3

1 year ago

8.2.2

1 year ago

8.2.4

1 year ago

7.4.4

1 year ago

7.4.3

2 years ago

7.4.2

2 years ago

7.4.1

2 years ago

7.4.8

1 year ago

7.4.7

1 year ago

7.4.6

1 year ago

7.4.5

1 year ago

6.6.1

2 years ago

6.6.0

2 years ago

7.1.0-next.1

2 years ago

7.1.0-next.0

2 years ago

7.4.0

2 years ago

8.2.1

1 year ago

8.2.0

1 year ago

8.4.5

1 year ago

7.3.14

2 years ago

8.4.4

1 year ago

7.3.13

2 years ago

8.4.7

1 year ago

7.3.16

2 years ago

8.4.6

1 year ago

7.3.15

2 years ago

8.4.1

1 year ago

7.3.10

2 years ago

8.4.0

1 year ago

8.4.3

1 year ago

7.3.12

2 years ago

8.4.2

1 year ago

7.3.11

2 years ago

7.4.0-next.0

2 years ago

8.4.9

1 year ago

7.3.18

2 years ago

7.4.0-next.1

2 years ago

8.4.8

1 year ago

7.4.0-next.2

2 years ago

7.3.17

2 years ago

6.8.1

2 years ago

6.8.0

2 years ago

6.8.3

2 years ago

6.8.2

2 years ago

6.8.5

2 years ago

6.8.4

2 years ago

6.8.7

2 years ago

6.8.6

2 years ago

6.8.9

2 years ago

6.8.8

2 years ago

7.0.8

2 years ago

7.0.7

2 years ago

7.0.6

2 years ago

7.0.5

2 years ago

7.0.9

2 years ago

7.0.0

2 years ago

7.0.4

2 years ago

7.0.3

2 years ago

7.0.2

2 years ago

7.0.1

2 years ago

6.8.15

2 years ago

6.8.14

2 years ago

6.8.13

2 years ago

6.8.12

2 years ago

6.8.11

2 years ago

6.8.10

2 years ago

8.0.9

1 year ago

8.0.8

1 year ago

8.0.5

2 years ago

8.0.4

2 years ago

8.0.7

1 year ago

8.0.6

2 years ago

7.2.6

2 years ago

7.2.5

2 years ago

7.2.4

2 years ago

7.2.3

2 years ago

7.2.9

2 years ago

7.2.8

2 years ago

7.2.7

2 years ago

7.2.2

2 years ago

7.2.1

2 years ago

7.2.0

2 years ago

8.0.1

2 years ago

8.0.0

2 years ago

8.0.3

2 years ago

8.0.2

2 years ago

7.3.0-next.0

2 years ago

7.3.0-next.1

2 years ago

7.3.1

2 years ago

7.3.0

2 years ago

8.1.0

1 year ago

8.1.2

1 year ago

8.1.1

1 year ago

8.3.6

1 year ago

8.3.5

1 year ago

8.3.8

1 year ago

8.3.7

1 year ago

8.3.2

1 year ago

8.3.1

1 year ago

8.3.4

1 year ago

8.3.3

1 year ago

8.3.9

1 year ago

6.7.0

2 years ago

6.7.2

2 years ago

6.7.1

2 years ago

8.3.0

1 year ago

7.2.11

2 years ago

7.2.10

2 years ago

7.1.5

2 years ago

7.1.4

2 years ago

7.5.0-228-next.0

2 years ago

7.1.3

2 years ago

7.1.2

2 years ago

7.1.1

2 years ago

7.1.0

2 years ago

5.4.0-next.1

2 years ago

7.5.0-220-next.0

2 years ago

8.1.3

1 year ago

8.4.10

1 year ago

7.3.5

2 years ago

7.3.4

2 years ago

7.3.3

2 years ago

7.3.2

2 years ago

7.3.9

2 years ago

7.3.8

2 years ago

7.3.7

2 years ago

7.3.6

2 years ago

6.3.0-next.0

2 years ago

6.3.0-next.1

2 years ago

6.0.7

2 years ago

6.0.6

2 years ago

5.2.9

3 years ago

6.0.1

2 years ago

6.0.0

2 years ago

6.0.3

2 years ago

6.0.2

2 years ago

6.0.5

2 years ago

6.0.4

2 years ago

6.1.5

2 years ago

5.3.9

2 years ago

5.3.8

2 years ago

5.3.7

2 years ago

5.3.6

2 years ago

5.3.5

2 years ago

5.3.4

2 years ago

5.3.13

2 years ago

5.3.12

2 years ago

5.3.11

2 years ago

5.3.10

2 years ago

6.5.0-next.0

2 years ago

6.3.10

2 years ago

6.3.11

2 years ago

6.4.0-next.2

2 years ago

6.4.0-next.0

2 years ago

6.4.0-next.1

2 years ago

5.2.12

2 years ago

5.2.11

2 years ago

5.2.10

3 years ago

6.5.0

2 years ago

5.3.0-next.18

2 years ago

5.3.0-next.32

2 years ago

5.3.0-next.24

2 years ago

5.3.3

2 years ago

5.3.2

2 years ago

5.3.1

2 years ago

5.3.0

2 years ago

6.1.0

2 years ago

6.1.2

2 years ago

6.1.1

2 years ago

6.1.4

2 years ago

6.1.3

2 years ago

6.2.1

2 years ago

6.2.0

2 years ago

6.2.3

2 years ago

6.2.2

2 years ago

6.3.4

2 years ago

6.3.3

2 years ago

6.3.6

2 years ago

6.3.5

2 years ago

6.3.8

2 years ago

6.3.7

2 years ago

6.3.9

2 years ago

6.3.0

2 years ago

6.3.2

2 years ago

6.3.1

2 years ago

6.4.3

2 years ago

6.4.2

2 years ago

6.4.5

2 years ago

6.4.4

2 years ago

6.4.6

2 years ago

6.4.1

2 years ago

6.4.0

2 years ago

6.5.1

2 years ago

5.2.8

3 years ago

5.2.7

3 years ago

5.3.0-next.10

3 years ago

5.3.0-next.11

3 years ago

5.3.0-next.9

3 years ago

5.3.0-next.6

3 years ago

5.2.6

3 years ago

5.2.5

3 years ago

5.2.4

3 years ago

5.3.0-next.3

3 years ago

5.3.0-next.2

3 years ago

5.2.3

3 years ago

5.2.2

3 years ago

5.2.1

3 years ago

5.2.0

3 years ago

5.2.1-next.3

3 years ago

5.2.1-next.4

3 years ago

5.1.1-next.11

3 years ago

5.1.1-next.10

3 years ago

5.1.1-next.13

3 years ago

5.1.1-next.12

3 years ago

5.2.1-next.2

3 years ago

5.2.1-next.1

3 years ago

5.2.1-next.0

3 years ago

5.1.1-next.9

3 years ago

5.1.1-next.8

3 years ago

5.1.1-next.7

3 years ago

5.1.1-next.6

3 years ago

5.1.1-next.5

3 years ago

5.1.1-next.4

3 years ago

5.1.1-next.3

3 years ago

5.1.1-next.2

3 years ago

5.0.4-next.34

3 years ago

5.1.0

3 years ago

5.1.1-next.0

3 years ago

5.0.4-next.24

3 years ago

5.0.4-next.23

3 years ago

5.0.4-next.22

3 years ago

5.0.4-next.21

3 years ago

4.8.3

3 years ago

5.0.4-next.28

3 years ago

5.0.4-next.27

3 years ago

5.0.4-next.29

3 years ago

5.0.4-next.31

3 years ago

5.0.4-next.30

3 years ago

5.0.4-next.32

3 years ago

5.0.4-next.20

3 years ago

5.0.4-next.19

3 years ago

5.0.4-next.13

3 years ago

5.0.4-next.12

3 years ago

5.0.4-next.15

3 years ago

5.0.4-next.14

3 years ago

5.0.4-next.17

3 years ago

5.0.4-next.16

3 years ago

5.0.4-next.18

3 years ago

5.0.4-next.8

3 years ago

5.0.4

3 years ago

4.8.2

3 years ago

5.0.4-next.7

3 years ago

5.0.4-next.6

3 years ago

5.0.4-next.5

3 years ago

5.0.4-next.1

3 years ago

5.0.3

3 years ago

4.8.1

3 years ago

5.0.3-next.4

3 years ago

5.0.3-next.5

3 years ago

5.0.3-next.3

3 years ago

5.0.3-next.2

3 years ago

5.0.3-next.1

3 years ago

5.0.3-next.0

3 years ago

5.0.2

3 years ago

5.0.1

3 years ago

4.8.0

3 years ago

5.0.2-next.2

3 years ago

5.0.2-next.1

3 years ago

5.0.2-next.0

3 years ago

5.0.0-rc.0

3 years ago

5.0.0

3 years ago

4.7.1-next.18

3 years ago

4.7.1-next.14

3 years ago

4.7.1-next.15

3 years ago

4.7.1-next.16

3 years ago

5.0.1-next.1

3 years ago

5.0.1-next.2

3 years ago

5.0.1-next.3

3 years ago

5.0.0-beta.2

3 years ago

4.7.1-next.0

3 years ago

4.7.1-next.1

3 years ago

4.7.1-next.2

3 years ago

4.7.1-next.3

3 years ago

4.7.1-next.4

3 years ago

4.7.1-next.5

3 years ago

4.7.1-next.6

3 years ago

4.7.1-next.7

3 years ago

4.7.1-next.8

3 years ago

4.7.1-next.9

3 years ago

4.7.1-next.10

3 years ago

4.7.1-next.11

3 years ago

4.7.1-next.12

3 years ago

5.0.0-beta.1

3 years ago

4.7.0

3 years ago

4.6.1-next.3

3 years ago

4.6.1-next.2

3 years ago

4.6.1-next.1

3 years ago

4.6.0

3 years ago

4.5.2-next.3

3 years ago

4.5.2-next.1

3 years ago

4.5.2-next.2

3 years ago

4.5.2-next.0

3 years ago

4.5.1

3 years ago

4.5.1-next.3

3 years ago

4.5.1-next.4

3 years ago

4.5.1-next.2

3 years ago

4.5.1-next.1

3 years ago

4.5.1-next.0

3 years ago

4.5.0

3 years ago

4.4.3-next.17

3 years ago

4.4.3-next.16

3 years ago

4.4.3-next.18

3 years ago

4.4.3-next.15

3 years ago

4.4.3-next.14

3 years ago

4.4.3-next.13

3 years ago

4.4.3-next.12

3 years ago

4.4.3-next.11

3 years ago

5.0.0-beta.0

3 years ago

4.4.3-next.10

3 years ago

4.4.3-next.9

3 years ago

4.4.3-next.8

3 years ago

4.4.3-next.7

3 years ago

4.4.3-next.6

3 years ago

4.4.3-next.5

3 years ago

4.4.3-next.4

3 years ago

4.4.3-next.3

3 years ago

4.4.3-next.0

3 years ago

4.4.3-next.1

3 years ago

4.4.2

3 years ago

4.4.2-next.4

3 years ago

4.4.2-next.3

3 years ago

4.4.2-next.2

3 years ago

4.4.1-next.4

3 years ago

4.4.1

3 years ago

4.4.1-next.3

3 years ago

4.4.1-next.2

3 years ago

4.4.1-next.1

3 years ago

4.4.1-next.0

3 years ago

4.3.2-next.6

3 years ago

4.4.0

3 years ago

4.3.2-next.4

3 years ago

4.3.2-next.3

3 years ago

4.3.2-next.5

3 years ago

4.3.2-next.2

3 years ago

4.3.2-next.1

4 years ago

4.3.2-next.0

4 years ago

4.3.1

4 years ago

4.3.1-next.4

4 years ago

4.3.1-next.3

4 years ago

4.3.1-next.2

4 years ago

4.3.1-next.1

4 years ago

4.3.1-next.0

4 years ago

4.1.3-next.28

4 years ago

4.3.0

4 years ago

4.1.3-next.27

4 years ago

4.1.3-next.26

4 years ago

4.1.3-next.25

4 years ago

4.1.3-next.24

4 years ago

4.1.3-next.23

4 years ago

4.1.3-next.22

4 years ago

4.1.3-next.20

4 years ago

4.1.3-next.21

4 years ago

4.1.3-next.17

4 years ago

4.1.3-next.18

4 years ago

4.1.3-next.16

4 years ago

4.2.0

4 years ago

4.1.3-next.15

4 years ago

4.1.3-next.13

4 years ago

4.1.3-next.11

4 years ago

4.1.3-next.12

4 years ago

4.1.3-next.10

4 years ago

4.1.3-next.9

4 years ago

4.1.3-next.8

4 years ago

4.1.3-next.6

4 years ago

4.1.3-next.7

4 years ago

4.1.3-next.4

4 years ago

4.1.3-next.3

4 years ago

4.1.3-next.1

4 years ago

4.1.3-next.0

4 years ago

4.0.3

4 years ago

4.1.2

4 years ago

4.1.2-next.0

4 years ago

4.0.2

4 years ago

4.1.1

4 years ago

4.1.1-next.5

4 years ago

4.1.1-next.4

4 years ago

4.1.1-next.3

4 years ago

4.1.1-next.0

4 years ago

4.1.1-next.2

4 years ago

4.0.1-next.19

4 years ago

4.1.0

4 years ago

4.0.1-next.18

4 years ago

4.0.1-next.17

4 years ago

4.0.1-next.16

4 years ago

4.0.1-next.15

4 years ago

4.0.1-next.14

4 years ago

4.0.1

4 years ago

4.0.1-next.12

4 years ago

4.0.1-next.11

4 years ago

4.0.1-next.10

4 years ago

4.0.1-next.9

4 years ago

4.0.1-next.7

4 years ago

4.0.1-next.8

4 years ago

4.0.1-next.6

4 years ago

4.0.1-next.5

4 years ago

4.0.1-next.4

4 years ago

4.0.1-next.1

4 years ago

4.0.1-next.2

4 years ago

4.0.1-next.0

4 years ago

4.0.0

4 years ago

3.8.1-next.16

4 years ago

3.8.1-next.17

4 years ago

4.0.0-beta.5

4 years ago

3.8.1-next.15

4 years ago

3.8.1-next.14

4 years ago

3.8.1-next.13

4 years ago

3.8.1-next.12

4 years ago

3.8.1-next.11

4 years ago

3.8.1-next.10

4 years ago

3.8.1-next.7

4 years ago

3.8.1-next.8

4 years ago

3.8.1-next.9

4 years ago

3.8.1-next.6

4 years ago

3.8.1-next.5

4 years ago

3.8.1-next.4

4 years ago

3.8.1-next.3

4 years ago

3.8.1-next.2

4 years ago

3.8.1-next.0

4 years ago

3.8.1-next.1

4 years ago

3.8.0

4 years ago

3.7.1-next.8

4 years ago

3.7.1-next.7

4 years ago

3.7.1-next.6

4 years ago

3.7.1-next.3

4 years ago

3.7.1-next.4

4 years ago

3.7.1-next.5

4 years ago

4.0.0-beta.4

4 years ago

3.7.1-next.2

4 years ago

3.7.1-next.0

4 years ago

4.0.0-beta.3

4 years ago

3.6.1-next.14

4 years ago

3.7.0

4 years ago

3.6.1-next.13

4 years ago

3.6.1-next.12

4 years ago

3.6.1-next.11

4 years ago

3.6.1-next.10

4 years ago

3.6.1-next.9

4 years ago

3.6.1-next.8

4 years ago

3.6.1-next.7

4 years ago

3.6.1-next.6

4 years ago

3.6.1-next.5

4 years ago

3.6.1-next.4

4 years ago

3.6.1-next.3

4 years ago

3.6.1-next.2

4 years ago

3.6.1-next.1

4 years ago

3.6.1-next.0

4 years ago

4.0.0-beta.1

4 years ago

3.5.1-next.10

4 years ago

3.6.0

4 years ago

3.4.1

4 years ago

3.5.1-next.9

4 years ago

3.5.1-next.8

4 years ago

4.0.0-beta.0

4 years ago

3.5.1-next.7

4 years ago

3.5.1-next.6

4 years ago

3.5.1-next.5

4 years ago

3.5.1-next.4

4 years ago

3.5.1-next.2

4 years ago

3.5.1-next.3

4 years ago

3.5.1-next.1

4 years ago

3.5.1-next.0

4 years ago

3.5.0

4 years ago

3.4.1-next.17

4 years ago

3.4.1-next.16

4 years ago

3.4.1-next.15

4 years ago

3.4.1-next.14

4 years ago

3.4.1-next.13

4 years ago

3.4.1-next.12

4 years ago

3.4.1-next.11

4 years ago

3.4.1-next.10

4 years ago

3.4.1-next.8

4 years ago

3.4.1-next.9

4 years ago

3.4.1-next.6

4 years ago

3.4.1-next.7

4 years ago

3.4.1-next.4

4 years ago

3.4.1-next.5

4 years ago

3.4.1-next.3

4 years ago

3.4.1-next.2

4 years ago

3.4.1-next.0

4 years ago

3.4.1-next.1

4 years ago

3.3.3-next.31

4 years ago

3.4.0

4 years ago

3.3.3-next.30

4 years ago

3.3.3-next.29

4 years ago

3.3.3-next.28

4 years ago

3.3.3-next.26

4 years ago

3.3.3-next.27

4 years ago

3.3.3-next.21

4 years ago

3.3.3-next.25

4 years ago

3.3.3-next.19

4 years ago

3.3.3-next.18

4 years ago

3.3.3-next.17

4 years ago

3.3.3-next.11

4 years ago

3.3.3-next.15

4 years ago

3.3.3-next.14

4 years ago

3.3.3-next.16

4 years ago

3.2.0

4 years ago

3.1.0

4 years ago

3.0.0

5 years ago

3.0.0-beta.0

5 years ago

3.0.0-alpha.6

5 years ago

3.0.0-alpha.5

5 years ago

3.0.0-alpha.4

5 years ago

3.0.0-alpha.3

5 years ago

3.0.0-alpha.2

5 years ago

3.0.0-alpha.1

5 years ago