0.0.7 • Published 9 months ago

@vectopus/atlas-icons v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Atlas icons

Open source icons library, Icons available in SVG format, Font, Figma, Adobe XD and Iconjar Libraries.

Made by Vectopus.

Simple use

Use icons as a webfont. All you need to do is add the style file to the document <head> tag.

<link rel="stylesheet" href="https://unpkg.com/@vectopus/atlas-icons/style.css">

Or use NPM to install font package.

// Install package.
npm i @vectopus/atlas-icons

// Includes package styles in you main styles file.
@import url("/node_modules/@vectopus/atlas-icons/style.css");

// Or add the style to the document <head> tag.
<link rel="stylesheet" href="node_modules/@vectopus/atlas-icons/style.css">

Related Packages

License

MIT © Atlas Icons

0.0.7

9 months ago

0.0.6

9 months 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