npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

tablecheck-icons

v1.3.4

Published

TableCheck Icons are an icon set and icon font based on 16px size, and compatible with [Font Awesome](https://fontawesome.com) version 5.x.

Downloads

48

Readme

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

  • Icon designs are Copyright (c) TableCheck Inc.
  • The TableCheck Icons font is licensed under the SIL OFL 1.1:
    • http://scripts.sil.org/OFL
  • TableCheck Icons CSS and other source code files are licensed under the MIT License:
    • http://opensource.org/licenses/mit-license.html
  • The TableCheck Icons documentation is licensed under the CC BY 3.0 License:
    • http://creativecommons.org/licenses/by/3.0/
  • Attribution is not required but much appreciated:
    • TableCheck Icons by TableCheck - https://corp.tablecheck.com
  • TableCheck Icons intends to be license-compatible with Font Awesome. The FontAwesome license is available here: http://fontawesome.io/license