2.5.0 • Published 6 days ago

@haiilo/catalyst-icons v2.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

Haiilo SVG Icons

Build Release Deploy

This project contains all icons for the Catalyst design system custom SVG icon set.

Getting started

Install @haiilo/catalyst-icons in your Node.js powered apps with the npm package:

npm install @haiilo/catalyst-icons

Add new icons via web

  1. Go to Code > src and upload your new icon to the src directory. This can be done via the menu on the top right or simply by dragging your icon into the web browser.
  2. Stick to conventional commits for your commit message, e.g. feat: add new RTE icons.
  3. Navigate to Actions > Release and trigger a manual CI release by clicking the Run workflow button (Branch: main / Release level: patch).

Contributing

If you want to add a new icon to this repository, please make sure that your SVG icon conforms with the overall structure of the other SVG icons:

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
  <path d="{{ICON_PATH}}"/>
</svg>

Package management

This project is using npm as a package manager. This is especially important if you want to add new dependencies to a project and fail to provide an updated package-lock.json. This will cause the CI build to fail. If dependencies in the package lock do not match those in package.json, npm will exit with an error in the CI build, instead of updating the package lock.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist directory. SVG sprites and style definitions for different preprocessors will automatically be generated in dist/style and dist/svg respectively. Also, standalone HTML previews will become available in the dist directory.

Publishing

The preferred way to publish a new release is via the corresponding GitHub Actions CI workflow. Navigate to Actions > Release and trigger a manual CI release by clicking the Run workflow button (Branch: main / Release level: patch).

The library can also be published locally by running npm publish. To simplyfy the manual release process, you can use the following npm commands:

  • npm run release:major releases a new major version
  • npm run release:minor releases a new minor version
  • npm run release:patch releases a new patch version

Code Contributors

This project exists thanks to all the people who contribute.

License

The license is available within the main repository in the LICENSE file.

2.5.0

6 days ago

2.4.0

8 days ago

2.3.0

16 days ago

2.2.7

21 days ago

2.2.6

2 months ago

2.2.5

2 months ago

2.2.3

2 months ago

2.2.4

2 months ago

2.2.2

2 months ago

2.2.1

4 months ago

2.2.0

4 months ago

2.1.2

5 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

2.0.1

8 months ago

2.0.0

8 months ago

2.1.1

5 months ago

2.1.0

7 months ago

0.3.42

10 months ago

0.3.41

11 months ago

0.3.40

11 months ago

0.3.39

11 months ago

0.3.38

11 months ago

0.3.37

11 months ago

0.3.36

11 months ago

0.3.35

11 months ago

0.3.34

12 months ago

0.3.31

1 year ago

0.3.30

1 year ago

0.3.33

1 year ago

0.3.32

1 year ago

0.3.29

1 year ago

0.3.28

1 year ago

0.3.27

1 year ago

0.3.20

1 year ago

0.3.26

1 year ago

0.3.25

1 year ago

0.3.24

1 year ago

0.3.23

1 year ago

0.3.22

1 year ago

0.3.21

1 year ago

0.3.19

1 year ago

0.3.18

1 year ago

0.3.17

2 years ago

0.3.16

2 years ago

0.3.15

2 years ago

0.3.14

2 years ago

0.3.13

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.3.9

2 years ago

0.3.10

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.2

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.0

2 years ago

0.2.7

2 years ago

0.3.1

2 years ago

0.2.0

2 years ago

0.2.6

2 years ago

0.2.3

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.1.5

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago