Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pughpugh/automotive-icons

Icon fonts for an automotive app
https://github.com/pughpugh/automotive-icons

Last synced: 4 days ago
JSON representation

Icon fonts for an automotive app

Awesome Lists containing this project

README

        

# Automotive Icon Fonts

Icon fonts for an automotive app

![Automotive Icon Fonts](automotive-icons.png?raw=true)

## Usage

Install

```bash
npm install automotive-icons
```

Import the css or include it in some other fashion.

```javascript
import "automotive-icons/build/automotive.css";
```

Icon names are prefixed with `automotive`.

```html



```

## build

All highly specific to OSX

### Setup

Install [Sketch](https://www.sketch.com/)

Install `npm install fantasticon`

### Editing Icons

Edit `Automotive Icons.sketch`.

Icons generally need to be contructed from paths. Shapes can be converted with "Convert to Outlines".

### Building fonts

This script will export all icons from the sketch file as svg and then convert to icon-fonts.
It will also update any preview files/images.

```bash
./bin/build.sh
```

Preview the output with

```
open ./build/automotive.html
```