@zeitonline/icons
v0.1.8
Published
Icons from the design system of ZEIT ONLINE
Readme
![]()
icons from the design system of ZEIT ONLINE
Installing the icons
The icons are a set of svg files you can use to build your applications. All you need to do is install the @zeitonline/icons package:
$ yarn add @zeitonline/icons
# or
$ npm install --save @zeitonline/iconsRecommendation
Since the package will receive updates, it is a good idea to create a script in your package.json that will allow you to copy the latest version into your current working directories. Just adapt the script to get to your node_modules.
"scripts": {
...
"copy:zds": "cp node_modules/@zeitonline/icons/svg ./src/assets/svg"
},Updates
Take a look at the CHANGELOG.md to see what we've done in the latest updates, especially if there have been any major changes!
Contact us
If you want to give us feedback about the design system, you can do so at [email protected].
