New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

material-design-icon-chars

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-design-icon-chars

The list of Google Material Design icon unicode characters in several file format

latest
Source
npmnpm
Version
2.1.0
Version published
Weekly downloads
71
-12.35%
Maintainers
1
Weekly downloads
 
Created
Source

Google Material Design Icon Character List

license npm npm Known Vulnerabilities TSLint Travis

The list of Google's Material Design Icon unicode characters in several file format.

Icon Source

Use icon code from codepoints.

Installation

npm

NPM

npm install material-design-icon-chars

Yarn

yarn add material-design-icon-chars

Bower

bower install material-design-icon-chars

Usage

Assets

You can use characters list file in character-list directory.
All characters list files will be placed in this directory.

Node API

const mdIconChars = require('material-design-icon-chars');

for (const icon of mdIconChars) {
	const { id, unicode } = icon;

	console.log(`Icon ID: ${id}, Icon Unicode: ${unicode}`);
}

Keywords

google

FAQs

Package last updated on 10 Nov 2018

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