3fiftynine-icons

3Fiftynine Vue Icons

Usage no npm install needed!

<script type="module">
  import fiftynineIcons from 'https://cdn.skypack.dev/3fiftynine-icons';
</script>

README

3fiftynine-icons

Project setup

yarn install

Compiles and Hot-Reloads for Development

yarn serve

Compile and Minify

yarn build

Linting and Code Fixes

yarn lint

Icon Set Updates

  1. Go to Figma.
  2. Open the icon library.
  3. Select the icons and export them as SVG files.
  4. Create a new branch.
  5. Add the SVG files to the src/svg directory.
  6. Change the version number in the package.json.
  7. Commit and push the changes.
  8. After merging the changes to the master branch, an automatic process wil update the icon set.
  9. Now either update (i.e., npm update 3fiftynine-icons) or install (i.e., npm install 3fiftynine-icons@latest) the NPM package in your application.

Customize configuration

See Configuration Reference.