@odx/icons 2.9.5 → 2.9.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/core/core-demo-poster.html +2 -2
- package/core/core-icons.css +1 -1217
- package/medical/medical-demo-poster.html +2 -2
- package/medical/medical-icons.css +1 -97
- package/medical/medical-icons.eot +0 -0
- package/package.json +1 -1
- package/safety/safety-demo-poster.html +2 -2
- package/safety/safety-icons.css +1 -2819
- package/uib-legacy/uib-legacy-demo-poster.html +2 -2
- package/uib-legacy/uib-legacy-icons.css +1 -3660
- /package/safety/svg/{firefighter-en-route .svg → firefighter-en-route.svg} +0 -0
- /package/safety/svg/{move-screen .svg → move-screen.svg} +0 -0
- /package/uib-legacy/svg/{firefighter-en-route .svg → firefighter-en-route.svg} +0 -0
- /package/uib-legacy/svg/{move-screen .svg → move-screen.svg} +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 2.9.
|
|
5
|
+
<title>@odx/icons 2.9.7</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="medical-icons.css" media="screen" />
|
|
7
7
|
<style>
|
|
8
8
|
* {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
/>
|
|
127
127
|
</svg>
|
|
128
128
|
<h1 class="page-title">
|
|
129
|
-
@odx/icons 2.9.
|
|
129
|
+
@odx/icons 2.9.7
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
@@ -1,97 +1 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: medical-icons;
|
|
3
|
-
src: url("medical-icons.eot");
|
|
4
|
-
src: url("medical-icons.eot?#iefix") format("embedded-opentype"), url("medical-icons.woff") format("woff"), url("medical-icons.ttf") format("truetype");
|
|
5
|
-
font-style: normal;
|
|
6
|
-
font-weight: 400;
|
|
7
|
-
}
|
|
8
|
-
.odx-icon {
|
|
9
|
-
display: inline-block;
|
|
10
|
-
position: relative;
|
|
11
|
-
height: 1em;
|
|
12
|
-
width: 1em;
|
|
13
|
-
transform: translate(0, 0);
|
|
14
|
-
text-rendering: auto;
|
|
15
|
-
vertical-align: middle;
|
|
16
|
-
font-size: inherit;
|
|
17
|
-
font-weight: 400;
|
|
18
|
-
line-height: 1;
|
|
19
|
-
font-style: normal;
|
|
20
|
-
font-variant: normal;
|
|
21
|
-
-moz-osx-font-smoothing: grayscale;
|
|
22
|
-
-webkit-font-smoothing: antialiased;
|
|
23
|
-
}
|
|
24
|
-
.odx-icon[data-icon-set=medical] {
|
|
25
|
-
font-family: "medical-icons";
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.odx-icon span::before {
|
|
29
|
-
z-index: 1;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.odx-icon span::after {
|
|
33
|
-
z-index: 2;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.odx-icon::before,
|
|
37
|
-
.odx-icon::after,
|
|
38
|
-
.odx-icon span::before,
|
|
39
|
-
.odx-icon span::after {
|
|
40
|
-
display: block;
|
|
41
|
-
position: absolute;
|
|
42
|
-
white-space: normal;
|
|
43
|
-
text-indent: 0;
|
|
44
|
-
speak: none;
|
|
45
|
-
top: 0;
|
|
46
|
-
left: 0;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.odx-icon[data-icon-rotate] {
|
|
50
|
-
transform: rotate(var(--odx-icon-rotation));
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.odx-icon[data-icon-rotate="90deg"] {
|
|
54
|
-
--odx-icon-rotation: 90deg;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.odx-icon[data-icon-rotate="180deg"] {
|
|
58
|
-
--odx-icon-rotation: 180deg;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.odx-icon[data-icon-rotate="270deg"] {
|
|
62
|
-
--odx-icon-rotation: 270deg;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.odx-icon[data-icon-flip=horizontal] {
|
|
66
|
-
transform: scaleX(-1);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.odx-icon[data-icon-flip=vertical] {
|
|
70
|
-
transform: scaleY(-1);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.odx-icon[data-icon-flip=both] {
|
|
74
|
-
transform: scale(-1);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
[data-icon-set=medical][data-icon-name=placeholder]::before {
|
|
78
|
-
content: "\f101";
|
|
79
|
-
}
|
|
80
|
-
[data-icon-set=medical][data-icon-name=stethoscope]::before {
|
|
81
|
-
content: "\f102";
|
|
82
|
-
}
|
|
83
|
-
[data-icon-set=medical][data-icon-name=test-setup]::before {
|
|
84
|
-
content: "\f103";
|
|
85
|
-
}
|
|
86
|
-
[data-icon-set=medical][data-icon-name=vapor]::before {
|
|
87
|
-
content: "\f104";
|
|
88
|
-
}
|
|
89
|
-
[data-icon-set=medical][data-icon-name=ventilation-hfnc]::before {
|
|
90
|
-
content: "\f105";
|
|
91
|
-
}
|
|
92
|
-
[data-icon-set=medical][data-icon-name=ventilation-mask]::before {
|
|
93
|
-
content: "\f106";
|
|
94
|
-
}
|
|
95
|
-
[data-icon-set=medical][data-icon-name=ventilation-tube]::before {
|
|
96
|
-
content: "\f107";
|
|
97
|
-
}
|
|
1
|
+
@font-face{font-family:medical-icons;src:url("medical-icons.eot");src:url("medical-icons.eot?#iefix") format("embedded-opentype"),url("medical-icons.woff") format("woff"),url("medical-icons.ttf") format("truetype");font-style:normal;font-weight:400}.odx-icon{display:inline-block;position:relative;height:1em;width:1em;transform:translate(0,0);text-rendering:auto;vertical-align:middle;font-size:inherit;font-weight:400;line-height:1;font-style:normal;font-variant:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.odx-icon[data-icon-set=medical]{font-family:medical-icons}.odx-icon span::before{z-index:1}.odx-icon span::after{z-index:2}.odx-icon span::after,.odx-icon span::before,.odx-icon::after,.odx-icon::before{display:block;position:absolute;white-space:normal;text-indent:0;speak:none;top:0;left:0}.odx-icon[data-icon-rotate]{transform:rotate(var(--odx-icon-rotation))}.odx-icon[data-icon-rotate="90deg"]{--odx-icon-rotation:90deg}.odx-icon[data-icon-rotate="180deg"]{--odx-icon-rotation:180deg}.odx-icon[data-icon-rotate="270deg"]{--odx-icon-rotation:270deg}.odx-icon[data-icon-flip=horizontal]{transform:scaleX(-1)}.odx-icon[data-icon-flip=vertical]{transform:scaleY(-1)}.odx-icon[data-icon-flip=both]{transform:scale(-1)}[data-icon-set=medical][data-icon-name=placeholder]::before{content:"\f101"}[data-icon-set=medical][data-icon-name=stethoscope]::before{content:"\f102"}[data-icon-set=medical][data-icon-name=test-setup]::before{content:"\f103"}[data-icon-set=medical][data-icon-name=vapor]::before{content:"\f104"}[data-icon-set=medical][data-icon-name=ventilation-hfnc]::before{content:"\f105"}[data-icon-set=medical][data-icon-name=ventilation-mask]::before{content:"\f106"}[data-icon-set=medical][data-icon-name=ventilation-tube]::before{content:"\f107"}
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 2.9.
|
|
5
|
+
<title>@odx/icons 2.9.7</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="safety-icons.css" media="screen" />
|
|
7
7
|
<style>
|
|
8
8
|
* {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
/>
|
|
127
127
|
</svg>
|
|
128
128
|
<h1 class="page-title">
|
|
129
|
-
@odx/icons 2.9.
|
|
129
|
+
@odx/icons 2.9.7
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|