eos-icons-font 5.0.2 → 5.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/eos-icons-font.rb +2 -1
- data/vendor/assets/fonts/eos-icons-outlined.eot +0 -0
- data/vendor/assets/fonts/eos-icons-outlined.svg +5206 -0
- data/vendor/assets/fonts/eos-icons-outlined.ttf +0 -0
- data/vendor/assets/fonts/eos-icons-outlined.woff +0 -0
- data/vendor/assets/fonts/eos-icons-outlined.woff2 +0 -0
- data/vendor/assets/fonts/eos-icons.eot +0 -0
- data/vendor/assets/fonts/eos-icons.svg +1319 -1294
- data/vendor/assets/fonts/eos-icons.ttf +0 -0
- data/vendor/assets/fonts/eos-icons.woff +0 -0
- data/vendor/assets/fonts/eos-icons.woff2 +0 -0
- data/vendor/assets/stylesheets/eos-icons-font.css +7 -0
- data/vendor/assets/stylesheets/eos-icons-font.less +5 -43
- data/vendor/assets/stylesheets/eos-icons-font.scss +5 -43
- data/vendor/assets/stylesheets/eos-icons-outlined.css +45 -0
- data/vendor/assets/stylesheets/eos-icons-outlined.less +45 -0
- data/vendor/assets/stylesheets/eos-icons-outlined.scss +45 -0
- data/vendor/assets/stylesheets/eos-icons.css +45 -0
- data/vendor/assets/stylesheets/eos-icons.less +45 -0
- data/vendor/assets/stylesheets/eos-icons.scss +45 -0
- metadata +19 -7
Binary file
|
Binary file
|
Binary file
|
@@ -1,45 +1,7 @@
|
|
1
1
|
/*
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
Visit our Iconic font repo: https://gitlab.com/SUSE-UIUX/eos-icons
|
6
|
-
*/
|
2
|
+
* Visit hhtps://www.eos-icons.com
|
3
|
+
* Licensed under MIT (https://gitlab.com/SUSE-UIUX/eos-icons-rails/-/blob/master/LICENSE.txt)
|
4
|
+
*/
|
7
5
|
|
8
|
-
|
9
|
-
@
|
10
|
-
font-family: "eos-icons";
|
11
|
-
src: url("../fonts/eos-icons.eot?85f803e20c2e3d4d012bb96f564308fc");
|
12
|
-
src: url("../fonts/eos-icons.eot?85f803e20c2e3d4d012bb96f564308fc#iefix") format("embedded-opentype"),
|
13
|
-
url("../fonts/eos-icons.woff2?85f803e20c2e3d4d012bb96f564308fc") format("woff2"),
|
14
|
-
url("../fonts/eos-icons.woff?85f803e20c2e3d4d012bb96f564308fc") format("woff"),
|
15
|
-
url("../fonts/eos-icons.ttf?85f803e20c2e3d4d012bb96f564308fc") format("truetype"),
|
16
|
-
url("../fonts/eos-icons.svg?85f803e20c2e3d4d012bb96f564308fc#eos-icons") format("svg");
|
17
|
-
font-weight: normal;
|
18
|
-
font-style: normal;
|
19
|
-
}
|
20
|
-
|
21
|
-
|
22
|
-
.eos-icons {
|
23
|
-
font-family: "eos-icons";
|
24
|
-
font-weight: normal;
|
25
|
-
font-style: normal;
|
26
|
-
font-size: 24px; // Preferred icon size
|
27
|
-
display: inline-block;
|
28
|
-
line-height: 1;
|
29
|
-
text-transform: none;
|
30
|
-
letter-spacing: normal;
|
31
|
-
word-wrap: normal;
|
32
|
-
white-space: nowrap;
|
33
|
-
direction: ltr;
|
34
|
-
|
35
|
-
// Support for all WebKit browsers.
|
36
|
-
-webkit-font-smoothing: antialiased;
|
37
|
-
// Support for Safari and Chrome.
|
38
|
-
text-rendering: optimizeLegibility;
|
39
|
-
|
40
|
-
// Support for Firefox.
|
41
|
-
-moz-osx-font-smoothing: grayscale;
|
42
|
-
|
43
|
-
// Support for IE.
|
44
|
-
font-feature-settings: 'liga';
|
45
|
-
}
|
6
|
+
@import "eos-icons.css";
|
7
|
+
@import "eos-icons-outlined.css";
|
@@ -1,45 +1,7 @@
|
|
1
1
|
/*
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
Visit our Iconic font repo: https://gitlab.com/SUSE-UIUX/eos-icons
|
6
|
-
*/
|
2
|
+
* Visit hhtps://www.eos-icons.com
|
3
|
+
* Licensed under MIT (https://gitlab.com/SUSE-UIUX/eos-icons-rails/-/blob/master/LICENSE.txt)
|
4
|
+
*/
|
7
5
|
|
8
|
-
|
9
|
-
@
|
10
|
-
font-family: "eos-icons";
|
11
|
-
src: asset-url("../fonts/eos-icons.eot?85f803e20c2e3d4d012bb96f564308fc");
|
12
|
-
src: asset-url("../fonts/eos-icons.eot?85f803e20c2e3d4d012bb96f564308fc#iefix") format("embedded-opentype"),
|
13
|
-
asset-url("../fonts/eos-icons.woff2?85f803e20c2e3d4d012bb96f564308fc") format("woff2"),
|
14
|
-
asset-url("../fonts/eos-icons.woff?85f803e20c2e3d4d012bb96f564308fc") format("woff"),
|
15
|
-
asset-url("../fonts/eos-icons.ttf?85f803e20c2e3d4d012bb96f564308fc") format("truetype"),
|
16
|
-
asset-url("../fonts/eos-icons.svg?85f803e20c2e3d4d012bb96f564308fc#eos-icons") format("svg");
|
17
|
-
font-weight: normal;
|
18
|
-
font-style: normal;
|
19
|
-
}
|
20
|
-
|
21
|
-
|
22
|
-
.eos-icons {
|
23
|
-
font-family: "eos-icons";
|
24
|
-
font-weight: normal;
|
25
|
-
font-style: normal;
|
26
|
-
font-size: 24px; // Preferred icon size
|
27
|
-
display: inline-block;
|
28
|
-
line-height: 1;
|
29
|
-
text-transform: none;
|
30
|
-
letter-spacing: normal;
|
31
|
-
word-wrap: normal;
|
32
|
-
white-space: nowrap;
|
33
|
-
direction: ltr;
|
34
|
-
|
35
|
-
// Support for all WebKit browsers.
|
36
|
-
-webkit-font-smoothing: antialiased;
|
37
|
-
// Support for Safari and Chrome.
|
38
|
-
text-rendering: optimizeLegibility;
|
39
|
-
|
40
|
-
// Support for Firefox.
|
41
|
-
-moz-osx-font-smoothing: grayscale;
|
42
|
-
|
43
|
-
// Support for IE.
|
44
|
-
font-feature-settings: 'liga';
|
45
|
-
}
|
6
|
+
@import url("eos-icons.css");
|
7
|
+
@import url("eos-icons-outlined.css");
|
@@ -0,0 +1,45 @@
|
|
1
|
+
/*
|
2
|
+
Generated with grunt-webfont
|
3
|
+
Created by EOS Design System - EOS icons
|
4
|
+
Visit our Design System: https://gitlab.com/SUSE-UIUX/eos/
|
5
|
+
Visit our Iconic font repo: https://gitlab.com/SUSE-UIUX/eos-icons
|
6
|
+
*/
|
7
|
+
|
8
|
+
|
9
|
+
@font-face {
|
10
|
+
font-family: "eos-icons-outlined";
|
11
|
+
src: url("eos-icons-outlined.eot");
|
12
|
+
src: url("eos-icons-outlined.eot") format("embedded-opentype"),
|
13
|
+
url("eos-icons-outlined.woff2") format("woff2"),
|
14
|
+
url("eos-icons-outlined.woff") format("woff"),
|
15
|
+
url("eos-icons-outlined.ttf") format("truetype"),
|
16
|
+
url("eos-icons-outlined.svg") format("svg");
|
17
|
+
font-weight: normal;
|
18
|
+
font-style: normal;
|
19
|
+
}
|
20
|
+
|
21
|
+
|
22
|
+
.eos-icons-outlined {
|
23
|
+
font-family: "eos-icons-outlined";
|
24
|
+
font-weight: normal;
|
25
|
+
font-style: normal;
|
26
|
+
font-size: 24px; /* Preferred icon size */
|
27
|
+
display: inline-block;
|
28
|
+
line-height: 1;
|
29
|
+
text-transform: none;
|
30
|
+
letter-spacing: normal;
|
31
|
+
word-wrap: normal;
|
32
|
+
white-space: nowrap;
|
33
|
+
direction: ltr;
|
34
|
+
|
35
|
+
/* Support for all WebKit browsers. */
|
36
|
+
-webkit-font-smoothing: antialiased;
|
37
|
+
/* Support for Safari and Chrome. */
|
38
|
+
text-rendering: optimizeLegibility;
|
39
|
+
|
40
|
+
/* Support for Firefox. */
|
41
|
+
-moz-osx-font-smoothing: grayscale;
|
42
|
+
|
43
|
+
/* Support for IE. */
|
44
|
+
font-feature-settings: 'liga';
|
45
|
+
}
|
@@ -0,0 +1,45 @@
|
|
1
|
+
/*
|
2
|
+
Generated with grunt-webfont
|
3
|
+
Created by EOS Design System - EOS icons
|
4
|
+
Visit our Design System: https://gitlab.com/SUSE-UIUX/eos/
|
5
|
+
Visit our Iconic font repo: https://gitlab.com/SUSE-UIUX/eos-icons
|
6
|
+
*/
|
7
|
+
|
8
|
+
|
9
|
+
@font-face {
|
10
|
+
font-family: "eos-icons-outlined";
|
11
|
+
src: url("eos-icons-outlined.eot");
|
12
|
+
src: url("eos-icons-outlined.eot") format("embedded-opentype"),
|
13
|
+
url("eos-icons-outlined.woff2") format("woff2"),
|
14
|
+
url("eos-icons-outlined.woff") format("woff"),
|
15
|
+
url("eos-icons-outlined.ttf") format("truetype"),
|
16
|
+
url("eos-icons-outlined.svg") format("svg");
|
17
|
+
font-weight: normal;
|
18
|
+
font-style: normal;
|
19
|
+
}
|
20
|
+
|
21
|
+
|
22
|
+
.eos-icons-outlined {
|
23
|
+
font-family: "eos-icons-outlined";
|
24
|
+
font-weight: normal;
|
25
|
+
font-style: normal;
|
26
|
+
font-size: 24px; // Preferred icon size
|
27
|
+
display: inline-block;
|
28
|
+
line-height: 1;
|
29
|
+
text-transform: none;
|
30
|
+
letter-spacing: normal;
|
31
|
+
word-wrap: normal;
|
32
|
+
white-space: nowrap;
|
33
|
+
direction: ltr;
|
34
|
+
|
35
|
+
// Support for all WebKit browsers.
|
36
|
+
-webkit-font-smoothing: antialiased;
|
37
|
+
// Support for Safari and Chrome.
|
38
|
+
text-rendering: optimizeLegibility;
|
39
|
+
|
40
|
+
// Support for Firefox.
|
41
|
+
-moz-osx-font-smoothing: grayscale;
|
42
|
+
|
43
|
+
// Support for IE.
|
44
|
+
font-feature-settings: 'liga';
|
45
|
+
}
|
@@ -0,0 +1,45 @@
|
|
1
|
+
/*
|
2
|
+
Generated with grunt-webfont
|
3
|
+
Created by EOS Design System - EOS icons
|
4
|
+
Visit our Design System: https://gitlab.com/SUSE-UIUX/eos/
|
5
|
+
Visit our Iconic font repo: https://gitlab.com/SUSE-UIUX/eos-icons
|
6
|
+
*/
|
7
|
+
|
8
|
+
|
9
|
+
@font-face {
|
10
|
+
font-family: "eos-icons-outlined";
|
11
|
+
src: asset-url("eos-icons-outlined.eot");
|
12
|
+
src: asset-url("eos-icons-outlined.eot") format("embedded-opentype"),
|
13
|
+
asset-url("eos-icons-outlined.woff2") format("woff2"),
|
14
|
+
asset-url("eos-icons-outlined.woff") format("woff"),
|
15
|
+
asset-url("eos-icons-outlined.ttf") format("truetype"),
|
16
|
+
asset-url("eos-icons-outlined.svg") format("svg");
|
17
|
+
font-weight: normal;
|
18
|
+
font-style: normal;
|
19
|
+
}
|
20
|
+
|
21
|
+
|
22
|
+
.eos-icons-outlined {
|
23
|
+
font-family: "eos-icons-outlined";
|
24
|
+
font-weight: normal;
|
25
|
+
font-style: normal;
|
26
|
+
font-size: 24px; // Preferred icon size
|
27
|
+
display: inline-block;
|
28
|
+
line-height: 1;
|
29
|
+
text-transform: none;
|
30
|
+
letter-spacing: normal;
|
31
|
+
word-wrap: normal;
|
32
|
+
white-space: nowrap;
|
33
|
+
direction: ltr;
|
34
|
+
|
35
|
+
// Support for all WebKit browsers.
|
36
|
+
-webkit-font-smoothing: antialiased;
|
37
|
+
// Support for Safari and Chrome.
|
38
|
+
text-rendering: optimizeLegibility;
|
39
|
+
|
40
|
+
// Support for Firefox.
|
41
|
+
-moz-osx-font-smoothing: grayscale;
|
42
|
+
|
43
|
+
// Support for IE.
|
44
|
+
font-feature-settings: 'liga';
|
45
|
+
}
|
@@ -0,0 +1,45 @@
|
|
1
|
+
/*
|
2
|
+
Generated with grunt-webfont
|
3
|
+
Created by EOS Design System - EOS icons
|
4
|
+
Visit our Design System: https://gitlab.com/SUSE-UIUX/eos/
|
5
|
+
Visit our Iconic font repo: https://gitlab.com/SUSE-UIUX/eos-icons
|
6
|
+
*/
|
7
|
+
|
8
|
+
|
9
|
+
@font-face {
|
10
|
+
font-family: "eos-icons";
|
11
|
+
src: url("eos-icons.eot");
|
12
|
+
src: url("eos-icons.eot") format("embedded-opentype"),
|
13
|
+
url("eos-icons.woff2") format("woff2"),
|
14
|
+
url("eos-icons.woff") format("woff"),
|
15
|
+
url("eos-icons.ttf") format("truetype"),
|
16
|
+
url("eos-icons.svg") format("svg");
|
17
|
+
font-weight: normal;
|
18
|
+
font-style: normal;
|
19
|
+
}
|
20
|
+
|
21
|
+
|
22
|
+
.eos-icons {
|
23
|
+
font-family: "eos-icons";
|
24
|
+
font-weight: normal;
|
25
|
+
font-style: normal;
|
26
|
+
font-size: 24px; /* Preferred icon size */
|
27
|
+
display: inline-block;
|
28
|
+
line-height: 1;
|
29
|
+
text-transform: none;
|
30
|
+
letter-spacing: normal;
|
31
|
+
word-wrap: normal;
|
32
|
+
white-space: nowrap;
|
33
|
+
direction: ltr;
|
34
|
+
|
35
|
+
/* Support for all WebKit browsers. */
|
36
|
+
-webkit-font-smoothing: antialiased;
|
37
|
+
/* Support for Safari and Chrome. */
|
38
|
+
text-rendering: optimizeLegibility;
|
39
|
+
|
40
|
+
/* Support for Firefox. */
|
41
|
+
-moz-osx-font-smoothing: grayscale;
|
42
|
+
|
43
|
+
/* Support for IE. */
|
44
|
+
font-feature-settings: 'liga';
|
45
|
+
}
|
@@ -0,0 +1,45 @@
|
|
1
|
+
/*
|
2
|
+
Generated with grunt-webfont
|
3
|
+
Created by EOS Design System - EOS icons
|
4
|
+
Visit our Design System: https://gitlab.com/SUSE-UIUX/eos/
|
5
|
+
Visit our Iconic font repo: https://gitlab.com/SUSE-UIUX/eos-icons
|
6
|
+
*/
|
7
|
+
|
8
|
+
|
9
|
+
@font-face {
|
10
|
+
font-family: "eos-icons";
|
11
|
+
src: url("eos-icons.eot");
|
12
|
+
src: url("eos-icons.eot") format("embedded-opentype"),
|
13
|
+
url("eos-icons.woff2") format("woff2"),
|
14
|
+
url("eos-icons.woff") format("woff"),
|
15
|
+
url("eos-icons.ttf") format("truetype"),
|
16
|
+
url("eos-icons.svg") format("svg");
|
17
|
+
font-weight: normal;
|
18
|
+
font-style: normal;
|
19
|
+
}
|
20
|
+
|
21
|
+
|
22
|
+
.eos-icons {
|
23
|
+
font-family: "eos-icons";
|
24
|
+
font-weight: normal;
|
25
|
+
font-style: normal;
|
26
|
+
font-size: 24px; // Preferred icon size
|
27
|
+
display: inline-block;
|
28
|
+
line-height: 1;
|
29
|
+
text-transform: none;
|
30
|
+
letter-spacing: normal;
|
31
|
+
word-wrap: normal;
|
32
|
+
white-space: nowrap;
|
33
|
+
direction: ltr;
|
34
|
+
|
35
|
+
// Support for all WebKit browsers.
|
36
|
+
-webkit-font-smoothing: antialiased;
|
37
|
+
// Support for Safari and Chrome.
|
38
|
+
text-rendering: optimizeLegibility;
|
39
|
+
|
40
|
+
// Support for Firefox.
|
41
|
+
-moz-osx-font-smoothing: grayscale;
|
42
|
+
|
43
|
+
// Support for IE.
|
44
|
+
font-feature-settings: 'liga';
|
45
|
+
}
|
@@ -0,0 +1,45 @@
|
|
1
|
+
/*
|
2
|
+
Generated with grunt-webfont
|
3
|
+
Created by EOS Design System - EOS icons
|
4
|
+
Visit our Design System: https://gitlab.com/SUSE-UIUX/eos/
|
5
|
+
Visit our Iconic font repo: https://gitlab.com/SUSE-UIUX/eos-icons
|
6
|
+
*/
|
7
|
+
|
8
|
+
|
9
|
+
@font-face {
|
10
|
+
font-family: "eos-icons";
|
11
|
+
src: asset-url("eos-icons.eot");
|
12
|
+
src: asset-url("eos-icons.eot") format("embedded-opentype"),
|
13
|
+
asset-url("eos-icons.woff2") format("woff2"),
|
14
|
+
asset-url("eos-icons.woff") format("woff"),
|
15
|
+
asset-url("eos-icons.ttf") format("truetype"),
|
16
|
+
asset-url("eos-icons.svg") format("svg");
|
17
|
+
font-weight: normal;
|
18
|
+
font-style: normal;
|
19
|
+
}
|
20
|
+
|
21
|
+
|
22
|
+
.eos-icons {
|
23
|
+
font-family: "eos-icons";
|
24
|
+
font-weight: normal;
|
25
|
+
font-style: normal;
|
26
|
+
font-size: 24px; // Preferred icon size
|
27
|
+
display: inline-block;
|
28
|
+
line-height: 1;
|
29
|
+
text-transform: none;
|
30
|
+
letter-spacing: normal;
|
31
|
+
word-wrap: normal;
|
32
|
+
white-space: nowrap;
|
33
|
+
direction: ltr;
|
34
|
+
|
35
|
+
// Support for all WebKit browsers.
|
36
|
+
-webkit-font-smoothing: antialiased;
|
37
|
+
// Support for Safari and Chrome.
|
38
|
+
text-rendering: optimizeLegibility;
|
39
|
+
|
40
|
+
// Support for Firefox.
|
41
|
+
-moz-osx-font-smoothing: grayscale;
|
42
|
+
|
43
|
+
// Support for IE.
|
44
|
+
font-feature-settings: 'liga';
|
45
|
+
}
|
metadata
CHANGED
@@ -1,27 +1,27 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eos-icons-font
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0
|
4
|
+
version: 5.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- EOS Design System team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: railties
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '3.1'
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '3.1'
|
27
27
|
- !ruby/object:Gem::Dependency
|
@@ -61,20 +61,32 @@ extensions: []
|
|
61
61
|
extra_rdoc_files: []
|
62
62
|
files:
|
63
63
|
- lib/eos-icons-font.rb
|
64
|
+
- vendor/assets/fonts/eos-icons-outlined.eot
|
65
|
+
- vendor/assets/fonts/eos-icons-outlined.svg
|
66
|
+
- vendor/assets/fonts/eos-icons-outlined.ttf
|
67
|
+
- vendor/assets/fonts/eos-icons-outlined.woff
|
68
|
+
- vendor/assets/fonts/eos-icons-outlined.woff2
|
64
69
|
- vendor/assets/fonts/eos-icons.eot
|
65
70
|
- vendor/assets/fonts/eos-icons.svg
|
66
71
|
- vendor/assets/fonts/eos-icons.ttf
|
67
72
|
- vendor/assets/fonts/eos-icons.woff
|
68
73
|
- vendor/assets/fonts/eos-icons.woff2
|
74
|
+
- vendor/assets/stylesheets/eos-icons-font.css
|
69
75
|
- vendor/assets/stylesheets/eos-icons-font.less
|
70
76
|
- vendor/assets/stylesheets/eos-icons-font.scss
|
77
|
+
- vendor/assets/stylesheets/eos-icons-outlined.css
|
78
|
+
- vendor/assets/stylesheets/eos-icons-outlined.less
|
79
|
+
- vendor/assets/stylesheets/eos-icons-outlined.scss
|
80
|
+
- vendor/assets/stylesheets/eos-icons.css
|
81
|
+
- vendor/assets/stylesheets/eos-icons.less
|
82
|
+
- vendor/assets/stylesheets/eos-icons.scss
|
71
83
|
homepage: https://gitlab.com/SUSE-UIUX/eos-icons-rails
|
72
84
|
licenses:
|
73
85
|
- MIT
|
74
86
|
metadata:
|
75
|
-
bug_tracker_uri: https://gitlab.com/SUSE-UIUX/eos-icons/-/issues
|
76
|
-
documentation_uri: https://icons.
|
77
|
-
homepage_uri: https://icons.
|
87
|
+
bug_tracker_uri: https://gitlab.com/SUSE-UIUX/eos-icons-rails/-/issues
|
88
|
+
documentation_uri: https://eos-icons.com/docs
|
89
|
+
homepage_uri: https://eos-icons.com
|
78
90
|
source_code_uri: https://gitlab.com/SUSE-UIUX/eos-icons-rails
|
79
91
|
wiki_uri: https://gitlab.com/SUSE-UIUX/eos-icons/-/wikis/home
|
80
92
|
post_install_message:
|