An open API service indexing awesome lists of open source software.

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

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.