Skip to content

Commit 5eae0f5

Browse files
committed
Updated icons, added tags set
1 parent 71769a1 commit 5eae0f5

15 files changed

Lines changed: 170 additions & 78 deletions

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
- [x] Updated input size, reduce `large`, added `largest`
1414
- [x] Fixed `gravatar` for creating when an element is not `img`, added `avatar` class
1515
- [x] Improved `split-button` component, added `place-left` class for dropdown menu
16-
- [x] Updated `table`, added padding classes `small-padding`, `medium-padding`, `large-padding`, `largest-padding`
16+
- [x] Updated `table`, added padding classes `small-padding`, `medium-padding`, `large-padding`, `largest-padding`
17+
- [x] Updated icons, added tags set

icons/core/fonts/metro-ui-core.svg

Lines changed: 7 additions & 0 deletions
Loading

icons/core/fonts/metro-ui-core.ttf

1.82 KB
Binary file not shown.
1.82 KB
Binary file not shown.

icons/core/selection.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

icons/core/style.css

Lines changed: 39 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@font-face {
22
font-family: 'metro-ui-core';
33
src:
4-
url('fonts/metro-ui-core.ttf?pejpg3') format('truetype'),
5-
url('fonts/metro-ui-core.woff?pejpg3') format('woff'),
6-
url('fonts/metro-ui-core.svg?pejpg3#metro-ui-core') format('svg');
4+
url('fonts/metro-ui-core.ttf?1p7pax') format('truetype'),
5+
url('fonts/metro-ui-core.woff?1p7pax') format('woff'),
6+
url('fonts/metro-ui-core.svg?1p7pax#metro-ui-core') format('svg');
77
font-weight: normal;
88
font-style: normal;
99
font-display: block;
@@ -24,6 +24,42 @@
2424
-moz-osx-font-smoothing: grayscale;
2525
}
2626

27+
.mif-disk3:before {
28+
content: "\eb97";
29+
}
30+
.mif-tag-empty:before {
31+
content: "\eb98";
32+
}
33+
.mif-tag-sale:before {
34+
content: "\eb99";
35+
}
36+
.mif-tag-new:before {
37+
content: "\eb9a";
38+
}
39+
.mif-tag-percent:before {
40+
content: "\eb9b";
41+
}
42+
.mif-tag-chevron:before {
43+
content: "\eb9c";
44+
}
45+
.mif-tag1:before {
46+
content: "\eb9d";
47+
}
48+
.mif-dark-light:before {
49+
content: "\eadd";
50+
}
51+
.mif-robot:before {
52+
content: "\eb95";
53+
}
54+
.mif-disc:before {
55+
content: "\eadf";
56+
}
57+
.mif-crown:before {
58+
content: "\eac2";
59+
}
60+
.mif-coin-crown:before {
61+
content: "\eadc";
62+
}
2763
.mif-floppy-disk3:before {
2864
content: "\eb96";
2965
}
@@ -369,21 +405,6 @@
369405
.mif-medium:before {
370406
content: "\f23a";
371407
}
372-
.mif-dark-light:before {
373-
content: "\eadd";
374-
}
375-
.mif-robot:before {
376-
content: "\eb95";
377-
}
378-
.mif-disc:before {
379-
content: "\eadf";
380-
}
381-
.mif-crown:before {
382-
content: "\eac2";
383-
}
384-
.mif-coin-crown:before {
385-
content: "\eadc";
386-
}
387408
.mif-linkedin:before {
388409
content: "\eb57";
389410
}

lib/icons.css

Lines changed: 37 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/metro.all.css

Lines changed: 37 additions & 16 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)