@odx/icons 2.1.0 → 2.2.0
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 +7 -0
- package/core/core-demo-poster.html +2 -2
- package/medical/medical-demo-poster.html +24 -3
- package/medical/medical-iconmap.scss +4 -1
- package/medical/medical-icons.css +9 -0
- package/medical/medical-icons.eot +0 -0
- package/medical/medical-icons.scss +9 -0
- package/medical/medical-icons.ttf +0 -0
- package/medical/medical-icons.woff +0 -0
- package/medical/medical-icons.woff2 +0 -0
- package/medical/medical-metadata.json +12 -0
- package/medical/svg/ventilation-hfnc.svg +1 -0
- package/medical/svg/ventilation-mask.svg +1 -0
- package/medical/svg/ventilation-tube.svg +1 -0
- package/package.json +1 -1
- package/safety/safety-demo-poster.html +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [2.2.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.1.0...v2.2.0) (2023-08-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **icons:** medical ventilation icons ([69f8767](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/69f876776ae70ff472582c15c57ff3027d3329f3))
|
|
7
|
+
|
|
1
8
|
# [2.1.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.0.1...v2.1.0) (2023-07-31)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 2.
|
|
5
|
+
<title>@odx/icons 2.2.0</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="core-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.
|
|
129
|
+
@odx/icons 2.2.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 2.
|
|
5
|
+
<title>@odx/icons 2.2.0</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="medical-icons.css" media="screen" />
|
|
7
7
|
<style>
|
|
8
8
|
* {
|
|
@@ -126,11 +126,11 @@
|
|
|
126
126
|
/>
|
|
127
127
|
</svg>
|
|
128
128
|
<h1 class="page-title">
|
|
129
|
-
@odx/icons 2.
|
|
129
|
+
@odx/icons 2.2.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
133
|
-
Iconset: <strong>medical</strong> (
|
|
133
|
+
Iconset: <strong>medical</strong> (7 icons)
|
|
134
134
|
</div>
|
|
135
135
|
</header>
|
|
136
136
|
<main class="icons" id="icons">
|
|
@@ -162,6 +162,27 @@
|
|
|
162
162
|
<span class="icon-name">vapor</span>
|
|
163
163
|
<span class="icon-alias">
|
|
164
164
|
</div>
|
|
165
|
+
<div class="icons__item">
|
|
166
|
+
<i class="odx-icon" data-icon-set="medical" data-icon-name="ventilation-hfnc">
|
|
167
|
+
<span></span>
|
|
168
|
+
</i>
|
|
169
|
+
<span class="icon-name">ventilation-hfnc</span>
|
|
170
|
+
<span class="icon-alias">
|
|
171
|
+
</div>
|
|
172
|
+
<div class="icons__item">
|
|
173
|
+
<i class="odx-icon" data-icon-set="medical" data-icon-name="ventilation-mask">
|
|
174
|
+
<span></span>
|
|
175
|
+
</i>
|
|
176
|
+
<span class="icon-name">ventilation-mask</span>
|
|
177
|
+
<span class="icon-alias">
|
|
178
|
+
</div>
|
|
179
|
+
<div class="icons__item">
|
|
180
|
+
<i class="odx-icon" data-icon-set="medical" data-icon-name="ventilation-tube">
|
|
181
|
+
<span></span>
|
|
182
|
+
</i>
|
|
183
|
+
<span class="icon-name">ventilation-tube</span>
|
|
184
|
+
<span class="icon-alias">
|
|
185
|
+
</div>
|
|
165
186
|
</main>
|
|
166
187
|
<script>
|
|
167
188
|
let currentMessage, timeout;
|
|
@@ -57,4 +57,13 @@
|
|
|
57
57
|
}
|
|
58
58
|
[data-icon-set=medical][data-icon-name=vapor]::before {
|
|
59
59
|
content: "\f104";
|
|
60
|
+
}
|
|
61
|
+
[data-icon-set=medical][data-icon-name=ventilation-hfnc]::before {
|
|
62
|
+
content: "\f105";
|
|
63
|
+
}
|
|
64
|
+
[data-icon-set=medical][data-icon-name=ventilation-mask]::before {
|
|
65
|
+
content: "\f106";
|
|
66
|
+
}
|
|
67
|
+
[data-icon-set=medical][data-icon-name=ventilation-tube]::before {
|
|
68
|
+
content: "\f107";
|
|
60
69
|
}
|
|
Binary file
|
|
@@ -65,4 +65,13 @@
|
|
|
65
65
|
&[data-icon-name="vapor"]::before {
|
|
66
66
|
content: utils.get-icon-glyph("vapor");
|
|
67
67
|
}
|
|
68
|
+
&[data-icon-name="ventilation-hfnc"]::before {
|
|
69
|
+
content: utils.get-icon-glyph("ventilation-hfnc");
|
|
70
|
+
}
|
|
71
|
+
&[data-icon-name="ventilation-mask"]::before {
|
|
72
|
+
content: utils.get-icon-glyph("ventilation-mask");
|
|
73
|
+
}
|
|
74
|
+
&[data-icon-name="ventilation-tube"]::before {
|
|
75
|
+
content: utils.get-icon-glyph("ventilation-tube");
|
|
76
|
+
}
|
|
68
77
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-1cb2f72c-3a0a-4494-bd6f-262315d64cbc" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m18.72,14.57c.2-.54.42-1.09.66-1.66.62-1.47.78-3.1.46-4.72-.6-3.03-2.97-5.46-5.9-6.04-2.21-.44-4.46.12-6.2,1.54-1.82,1.49-2.87,3.73-2.87,6.13v.34l-.85,3.52c-.08.34.02.69.26.94l.71.71v1.26c-.32.11-.65.2-1,.27v-.86c0-.28-.22-.5-.5-.5s-.5.22-.5.5v.98c-.16,0-.33.02-.5.02-.28,0-.5.22-.5.5s.22.5.5.5c.96,0,1.8-.14,2.56-.38.25,1.36,1.31,2.38,2.57,2.38h1.38v2h2v-3c0-.55-.45-1-1-1h-2.38c-.32,0-.62-.49-.62-1v-.31c1.63-1.08,2.76-2.64,3.74-4.01.32-.45.63-.88.93-1.26.58-.72,1.59-.85,2.32-.31.84.63,1.94,1.55,2.89,2.66-.52,1.4-.89,2.76-.89,4.23v4h2v-4c0-.71.12-1.42.31-2.14.42.83.69,1.72.69,2.64,0,.28.22.5.5.5s.5-.22.5-.5c0-1.41-.52-2.74-1.28-3.93Zm-4.13-4.26c-1.16-.87-2.79-.66-3.7.49-.32.39-.63.84-.97,1.3-.84,1.17-1.74,2.42-2.93,3.36v-.54c0-.26-.1-.52-.29-.71l-.61-.61.75-3.09c.02-.08.03-.16.03-.23v-.45c0-1.8.78-3.47,2.13-4.58,1.29-1.05,2.9-1.46,4.54-1.12,2.15.43,3.89,2.23,4.33,4.47.24,1.22.12,2.45-.34,3.56-.08.2-.16.39-.24.59-.92-1-1.91-1.83-2.7-2.42Z" style="fill:#f0f;"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-7b289da4-3c6e-40e0-830e-4db363a7c192" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.84,8.2c-.6-3.03-2.97-5.46-5.9-6.04-2.21-.44-4.46.12-6.2,1.54-1.82,1.49-2.87,3.73-2.87,6.13v.34l-.15.61c-.48-.3-1.1-.31-1.58,0-1.5.99-2.4,2.58-2.4,4.27,0,.53.11,1.04.27,1.53-.64.64-1.02,1.58-1.02,2.61v2.82h2v-2.82c0-.26.05-.51.14-.73.05.06.1.12.15.18,1.09,1.07,2.61,1.67,4.2,1.67.04,0,.07,0,.11,0,.31,0,.6-.13.83-.33.06,0,.13.02.19.02h1.38v2h2v-3c0-.55-.45-1-1-1h-2.01c.04-1.2-.19-2.46-.68-3.68-.26-.64-.58-1.24-.95-1.79l.49-2.03c.02-.08.03-.16.03-.23v-.45c0-1.8.78-3.47,2.13-4.58,1.29-1.05,2.9-1.46,4.54-1.12,2.15.43,3.89,2.23,4.33,4.47.24,1.22.12,2.45-.34,3.56-.84,2-1.54,3.83-1.54,5.86v4h2v-4c0-1.66.63-3.29,1.38-5.09.62-1.47.78-3.1.46-4.72Zm-13.86,10.08c-.88-.11-1.69-.48-2.28-1.07-.61-.6-.95-1.37-.95-2.17,0-.9.42-1.74,1.17-2.36.64.64,1.16,1.46,1.54,2.38.44,1.08.61,2.2.52,3.21Z" style="fill:#f0f;"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-a8320320-648a-44aa-b84c-b47a7ecfa62f" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m21.64,10.89c-.16,1.19-.55,2.31-1.17,3.29-.11.18-.73,1.07-1.32,1.92-.75,1.08-1.15,2.36-1.15,3.67v2.23h-2v-2c0-1.8.54-3.56,1.55-5.05.61-.89,1.18-1.74,1.26-1.87.45-.73.74-1.56.85-2.45.29-2.27-.78-4.52-2.69-5.62-1.45-.83-3.11-.97-4.66-.38-1.64.62-2.91,1.96-3.48,3.67l-.14.43c-.03.08-.06.15-.1.21l-1.69,2.7.38.77c.09.18.1.39.07.59h-2.02l-.48-.97c-.15-.31-.14-.68.05-.98l1.92-3.07.11-.32c.76-2.28,2.46-4.06,4.67-4.9,2.09-.8,4.41-.61,6.37.51,2.59,1.49,4.07,4.55,3.67,7.61Zm-11.64,7.11h-2.38c-.32,0-.62-.49-.62-1h-2c0,1.65,1.18,3,2.62,3h1.38v2h2v-3c0-.55-.45-1-1-1Zm5.5,0c0,.93-.64,1.71-1.5,1.93v3.07l-2-1v-2.69c-.31-.35-.5-.81-.5-1.31,0-.35.1-.67.25-.95-.34-.62-.99-1.05-1.75-1.05h-6v1h-1v-1h-1v-2h1v-1h1v1h6c1.48,0,2.75.81,3.45,2.01.02,0,.04,0,.05,0,1.1,0,2,.9,2,2Zm-.75,0c0-.69-.56-1.25-1.25-1.25s-1.25.56-1.25,1.25.56,1.25,1.25,1.25,1.25-.56,1.25-1.25Z" style="fill:#f0f;"/></svg>
|
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.
|
|
5
|
+
<title>@odx/icons 2.2.0</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.
|
|
129
|
+
@odx/icons 2.2.0
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|