Skip to content

Commit 9640218

Browse files
committed
Added Material Design Icons to Semantic UI material theme.
1 parent 961b4c9 commit 9640218

7 files changed

+3329
-0
lines changed
Binary file not shown.

src/themes/material/assets/fonts/MaterialIcons-Regular.svg

+2,373
Loading
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
The recommended way to use the Material Icons font is by linking to the web font hosted on Google Fonts:
2+
3+
```html
4+
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
5+
rel="stylesheet">
6+
```
7+
8+
Read more in our full usage guide:
9+
http://google.github.io/material-design-icons/#icon-font-for-the-web

src/themes/material/elements/icon.overrides

+934
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
@fontPath: '../../themes/innohead/assets/fonts';
2+
@fontName: 'MaterialIcons-Regular';
3+
@fallbackSRC: '';
4+
5+
@width: 1em;
6+
@height: 1em;
7+
8+
@small: 18px;
9+
@medium: 24px;
10+
@large: 48px;
11+
@big : 66px;
12+
@huge: 82px;
13+
@massive: 98px;

0 commit comments

Comments
 (0)