Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.