Git Product home page Git Product logo

tablecheck-icons's Introduction

TableCheck Icons

TableCheck Icons are an icon set and icon font based on 16px size, and compatible with Font Awesome version 5.x.

TableCheck Icons are made with โค by Tablecheck, the leading restaurant reservation app maker. If you are a ninja-level Javascript/Ruby coder, designer, project manager, etc. and are eager to work in Tokyo, Japan in a dynamic environment, please get in touch at [email protected].

TableCheck Icons are the successor to Vesper Icons.

Distributions

TableCheck Icons are distributed in the following forms:

  • As raw SVGs taken directly from this repository or from the npm install.
  • As an icon font in OTF, TTF, WOFF, EOT, and SVG formats. Includes accompanying CSS and demo HTML file. Fonts are bundled in the npm install and via jsdelivr cdn; https://cdn.jsdelivr.net/npm/[email protected]/fonts
  • As JS module exports via npm install --save tablecheck-icons

Icon Font

NOTE: any Font Awesome modifier classes may be used alongside the relevant class from the below image.

<i class="tci-0-square"></i>

Icon Font Image

FontAwesome compatible JS Imports

import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { tci0Square } from 'tablecheck-icons/tci0Square';

<FontAwesomeIcon icon={tci0Square} color="green" size="4x" />

React JS Import Image

Adding new Icons

When adding new icons keep these steps in mind;

  • Add the new SVG file to the correct folder under ./svg/<Category>
  • You do not need to edit unicodeMap.json unless it needs a specific Unicode, this will be auto generated in the build step
  • Ensure the icon has a height of 512 and a maximum width of 512 (may be thinner)
  • Each SVG must have ONLY 1 path - multiple paths will be combined into one.
  • Use the non-zero method for creating hollowed out inserts (for example 1-square.svg), DO NOT use even-odd.
  • Run the conversion script to clean up the icon formats; npm run convert ./file/glob/**/*.svg
  • Run npm run build to generate the font files and js files
  • Run npm run build:images to generate the icon screenshots used in this readme, please doublecheck this image to make sure your icons were added successfully.

FontAwesome Duotone Note

Currently we do not support the creation of Duotone icons until FontAwesome completes it's implementation. Specifically their React Fontawesome implementation.

Disclaimer

TableCheck Icons are an original creation. However, some icons may resemble designs found elsewhere on the internets, including variations of icons in Font Awesome. If we've done something daft please raise an issue and we'll discuss in a civil manner.

To Font Awesome: If you'd like to take icons from our set and add them to FontAwesome, we're all for it, please get in touch.

License

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.