2.3.1 • Published 8 months ago

@aneo-org/design-icons v2.3.1

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

Aneo icon library

Icons from the Aneo design system.

Install

npm i @aneo-org/design-icons

Use

import { CloseIcon } from "@aneo-org/design-icons";

function App() {
  return <CloseIcon title="close" fontSize="1.5rem" />;
}

Tip: Use the title prop for accessible icons.

Sizing

Each icons width and height is default 1em. This allows you to use the native fontSize-prop to adjust sizing. We recommend using at least 1.5rem/24px for best possible visual representation.

<CloseIcon fontSize="1.5rem" />

Direct svg-import

All icons are available in raw SVG-format behind /svg. Note that svg-files do not have the suffix Icon.

import CloseIcon from "@aneo-org/design-icons/svg/Star.svg";
1.0.1

12 months ago

1.0.0

1 year ago

2.3.0

8 months ago

2.2.1

11 months ago

2.2.0

11 months ago

2.1.1

11 months ago

2.2.3

11 months ago

2.3.1

8 months ago

2.2.2

11 months ago

2.2.5

8 months ago

2.2.4

9 months ago

2.2.6

8 months ago

2.1.0

11 months ago

2.0.0

11 months ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago