4.9.0 • Published 7 months ago

@wedgekit/icons v4.9.0

Weekly downloads
358
License
MIT
Repository
-
Last release
7 months ago

Icons

Purpose

The icon package provides approved svg's for use in wegekit related applications.

Usage

import Icon, { IconWidth } from '@wedgekit/icons';

const Example = () => (
  <IconWidth iconWidth={64}>
    <Icon> save </Icon>
  </IconWidth>
);

render(<Example />);

Props

children

Type: IconTag

Required: ✅

The child of an Icon component is an IconTag. An IconTag is a snake-cased name of a provided icon. A full list can be found here

className

Type: string

required: ❌

This is exposed but is only here so that styled-components will be able to style components correctly. Please do not use this unless you really know what you are doing.

color

Type: ColorTag

Required: ❌

Icon color. All ColorTag options can be found here.

disabled

Type: boolean

Required: ❌

A disabled icon will have a not-allowed cursor styling.

Development

Icons offers a yarn start command for watching changes made on the module. It is important to note that the expectation is that this is only really useful when doing development on the Icon component. Any changes to the svg folder would not be compiled unless yarn build:icons is manually run. Typically the work of adding icons versus working on the Icon component will be done separately, so this will be rare.

Named Exports

Icons offers a few icons component with unique animations and stylings. They are listed here with links to their own doc pages.

Chevron - A horizontal chevron than can switch between facing up or down

IconWidth - A wrapper used to size a child icon component

Interactivewrapper - An Icon Button

Note: InteractiveWrapper is no longer recommended. Instead please use IconButton

Sort - A sort icon that can be styled to indicate descending or ascending order

4.9.0

7 months ago

4.4.2-tc.3

1 year ago

4.4.2-tc.4

1 year ago

4.4.2-tc.5

1 year ago

4.6.1-tc.0

12 months ago

4.6.1-tc.1

12 months ago

4.7.0

12 months ago

4.6.0

12 months ago

4.5.0

1 year ago

4.4.2-tc.2

1 year ago

4.4.2-tc.0

1 year ago

4.4.2-tc.1

1 year ago

4.4.1

1 year ago

4.4.0

2 years ago

4.4.2

1 year ago

4.0.0

2 years ago

4.2.0

2 years ago

4.4.1-tc.2

1 year ago

4.4.1-tc.1

1 year ago

4.4.1-tc.0

2 years ago

4.3.1-tc.0

2 years ago

4.3.1-tc.1

2 years ago

4.1.0-tc.2

2 years ago

4.1.0-tc.1

2 years ago

4.1.0-tc.0

2 years ago

4.1.0

2 years ago

4.3.0

2 years ago

4.1.0-tc.4

2 years ago

4.1.0-tc.3

2 years ago

2.0.0

2 years ago

3.0.0

2 years ago

2.1.0

2 years ago

1.15.0

3 years ago

1.14.2

3 years ago

1.14.1

3 years ago

1.14.0

3 years ago

1.13.0

3 years ago

1.12.5

3 years ago

1.12.4-tc.6

3 years ago

1.12.4

3 years ago

1.12.3-tc.0

3 years ago

1.12.4-tc.1

3 years ago

1.12.3

3 years ago

1.13.0-tc.1

3 years ago

1.13.0-tc.2

3 years ago

1.13.0-tc.0

3 years ago

1.13.0-tc.3

3 years ago

1.12.4-tc.0

3 years ago

1.12.2

3 years ago

1.12.1

3 years ago

1.12.0

3 years ago

1.11.1

3 years ago

1.11.0

3 years ago

1.10.1

3 years ago

1.9.1

3 years ago

1.9.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.7.0-tc.1

3 years ago

1.7.0-tc.0

3 years ago

1.6.0

4 years ago

1.5.2

4 years ago

1.5.1-8-test

4 years ago

1.5.1-9-test

4 years ago

1.5.1-12-test

4 years ago

1.5.1-11-test

4 years ago

1.5.1-10-test

4 years ago

1.5.1-6-test

4 years ago

1.5.1-7-test

4 years ago

1.5.1-5-test

4 years ago

1.5.1-3-test

4 years ago

1.5.1-4-test

4 years ago

1.5.1-2-test

4 years ago

1.5.1-1-test

4 years ago

1.5.1-0-test

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

5 years ago

1.1.6-tc.2

5 years ago

1.1.6-tc.1

5 years ago

1.1.6-tc.0

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.1.0-rc.3

5 years ago

1.1.0-rc.2

5 years ago

1.1.0-rc.1

5 years ago

1.1.0-rc.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago