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

material-icons

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-icons - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

_config.yml

2

CREDITS.md

@@ -1,1 +0,1 @@

Inspired by [Font Awesome](https://github.com/FortAwesome/Font-Awesome)
- Material design icons are created by [Google](https://github.com/google/material-design-icons)
{
"name": "material-icons",
"version": "0.1.0",
"description": "Material icons CSS toolkit <i class=\"mi mi-face\"></i>",
"main": "src/stylus/material-icons.styl",
"version": "0.2.0",
"description": "Material design icon font",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "node-sass --output-style=expanded iconfont/material-icons.scss iconfont/material-icons.css"
},
"devDependencies": {
"node-sass": "^4.7.2"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/materialicons/material-icons.git"
"url": "https://github.com/marella/material-icons.git"
},
"bugs": {
"url": "https://github.com/marella/material-icons/issues"
},
"homepage": "https://marella.github.io/material-icons/",
"keywords": [

@@ -19,22 +26,4 @@ "material-icons",

"icons",
"font",
"css",
"stylus"
],
"author": "Ravindra Marella <mv.ravindra@yahoo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/materialicons/material-icons/issues"
},
"homepage": "https://materialicons.github.io",
"devDependencies": {
"del": "^1.2.1",
"engulf": "^0.1.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.0.6"
}
"font"
]
}

@@ -1,17 +0,9 @@

# Material icons
Material icons CSS toolkit
# Material Icons
https://materialicons.github.io
Material design icon font
# Installation
## Installation
### CSS
```
<!-- Material icons font hosted by Google -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- Material icons CSS toolkit -->
<link rel="stylesheet" href="css/material-icons.css">
```
Download the [latest release] or install using npm:
### npm
```

@@ -21,11 +13,29 @@ npm install material-icons

### Bower
## Setup
### CSS
```html
<link rel="stylesheet" href="/path/to/material-icons/iconfont/material-icons.css">
```
bower install material-icons
### Sass & Webpack
```scss
$material-icons-font-path: '~material-icons/iconfont/';
@import 'material-icons/iconfont/material-icons.scss';
```
# Documentation
Add the following code to display an icon
## Usage
```html
<span class="material-icons">face</span>
```
<i class="mi mi-face"></i>
```
To see list of classes available check https://materialicons.github.io
## Available Icons
See [material design icons].
[latest release]: https://github.com/marella/material-icons/releases
[material design icons]: https://material.io/icons/

Sorry, the diff of this file is not supported yet

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