Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nin-jin/mol_icon
Material Design Icons as $mol views
https://github.com/nin-jin/mol_icon
Last synced: about 2 months ago
JSON representation
Material Design Icons as $mol views
- Host: GitHub
- URL: https://github.com/nin-jin/mol_icon
- Owner: nin-jin
- License: mit
- Created: 2019-08-05T16:56:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T07:17:32.000Z (almost 2 years ago)
- Last Synced: 2023-03-22T16:56:59.441Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://nin-jin.github.io/mol_icon/
- Size: 52.1 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history/history.view.tree
- Security: security/network/network.view.tree
Awesome Lists containing this project
README
# $mol_icon
This is collection of SVG icons. Ported from [google/material-design-icons](https://github.com/google/material-design-icons) (Apache2 license).
Used icons will be compiled to JS and bundled with other scripts.
**[Online demo](https://nin-jin.github.io/mol_icon/)**
## Usage
***.view.tree**
```tree
<= Attach_icon $mol_icon_attach
```## Define custom icon
```
$my_plus $mol_icon
path \M38 26H26v12h-4V26H10v-4h12V10h4v12h12v4z
```## Properties
**`path() : stirng`**
Geometry description in svg-path format.