material-icons
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
715136
1
1
41
0
15
29
1
2