Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tb-icons

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tb-icons

A classified icons set that consists of a part of Material Design icons and some original icons by TB-UI team.

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-63.16%
Maintainers
1
Weekly downloads
 
Created
Source

TB-ICONS: Find & Copy Playing

A classified icons set that consists of a part of Material Design icons and some original icons by TB-UI team. Available in Icon Font and SVG.

TB-Icons Logo

Installation

npm i tb-icons --save

Usage

Include the style in Stylus:

@import 'tb-icons/dist/font-icons'

Get an icon in Jade:

span.icon.icon-t

Move the fonts with Gulp:

gulp.task('move-fonts', function () {
  gulp.src('node_modules/tb-icons/dist/fonts/**/*')
    .pipe(gulp.dest('static/fonts/'))
})

Development

Writing...

TODO

  • Create an SVG symbol sprite from icon fonts.

License

This work is licensed under the MIT license.

FAQs

Package last updated on 03 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc