Skip to content

Commit c36cf3b

Browse files
authored
refactor: added new functional icons (#285)
* refactor: added new icons * refactor: added new icon font version * refactor: added new icon font version * feat: added new icons * feat: added new icons * feat: added new icons * fix: corrected that name * feat: added icons * feat: corrected icons * feat: added new icons * refactor: aligend the naming * refactor: aligend the naming * refactor: moved and added some icons * refactor: further font updates
1 parent 4be962d commit c36cf3b

File tree

75 files changed

+1471
-181
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1471
-181
lines changed

source/_patterns/00-base/icons/_icons.font-faces.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
@font-face {
88
font-display: block;
99
font-family: "missing-icons";
10-
src: url("#{$icons-path}functional/fonts/icons-empty.woff2?4r2095")
10+
src: url("#{$icons-path}functional/fonts/icons-empty.woff2?4r2096")
1111
format("woff2"),
12-
url("#{$icons-path}functional/fonts/icons-empty.woff?4r2095")
12+
url("#{$icons-path}functional/fonts/icons-empty.woff?4r2096")
1313
format("woff");
1414
}
1515

@@ -25,9 +25,9 @@
2525
font-family: $icon-font-family;
2626
font-style: normal;
2727
font-weight: normal;
28-
src: url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff2?4r2095")
28+
src: url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff2?4r2096")
2929
format("woff2"),
30-
url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff?4r2095")
30+
url("#{$icons-path}functional/fonts/#{$icon-font-family+ "-" + $icon-category}.woff?4r2096")
3131
format("woff");
3232

3333
unicode-range: unquote($icon-font-unicodes);

0 commit comments

Comments
 (0)