https://github.com/alexandesigner/baseicons
🖌 SVG image sprite generator to use on Symbol
https://github.com/alexandesigner/baseicons
css3 generator gulp svg-icons svg-sprites
Last synced: 7 months ago
JSON representation
🖌 SVG image sprite generator to use on Symbol
- Host: GitHub
- URL: https://github.com/alexandesigner/baseicons
- Owner: alexandesigner
- License: mit
- Created: 2016-03-05T05:29:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T02:35:08.000Z (over 7 years ago)
- Last Synced: 2024-09-25T09:25:58.096Z (about 1 year ago)
- Topics: css3, generator, gulp, svg-icons, svg-sprites
- Language: HTML
- Homepage: https://alexandesigner.github.io/baseicons
- Size: 2.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
> This repository is an icon generator in SVG Symbol .. The icons are designed under the [material design guidelines](https://material.io/guidelines/).
### Install
``$ git clone https://github.com/alexandesigner/baseicons``
``$ cd baseicons && npm i``
### Generate
If you want to generate a sprite of customizable icons, simply add the icons in ``.svg`` to the ``/icons`` folder then go to your terminal and type:
``$ gulp svgstore``
> This will generate an SVG file ``icons.svg`` in the ``/src/images`` folder.
### Running to local on PORT:8000
``$ gulp``
## Bug?
Submit it in the [issues](https://github.com/alexandesigner/baseicons/issues)
## Get Involved
We'd love for you to help us build Baseicons. If you'd like to be a contributor, check out our Contributing guide
Designed with ♥ by Allan Alexandre. Licensed under the MIT License.