@odx/icons 2.9.1 → 2.9.3
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/medical/medical-demo-poster.html +2 -2
- package/medical/medical-icons.eot +0 -0
- package/package.json +1 -1
- package/safety/safety-demo-poster.html +2 -2
- package/safety/safety-iconmap.scss +7 -7
- package/safety/safety-icons.css +14 -14
- package/safety/safety-icons.eot +0 -0
- package/safety/safety-icons.scss +7 -7
- package/safety/safety-icons.ttf +0 -0
- package/safety/safety-icons.woff +0 -0
- package/safety/safety-icons.woff2 +0 -0
- package/safety/svg/alarm3-a1.svg +1 -1
- package/safety/svg/alarm3-a2.svg +1 -1
- package/safety/svg/alarm3-protection.svg +1 -1
- package/safety/svg/alarm3-stel.svg +1 -1
- package/safety/svg/alarm3-twa.svg +1 -1
- package/safety/svg/leaktest-hp-query.svg +1 -1
- package/safety/svg/leaktest-hp.svg +1 -1
- package/safety/svg/leaktest-lp-query.svg +1 -1
- package/safety/svg/leaktest-lp.svg +1 -1
- package/safety/svg/leaktest-query.svg +1 -1
- package/safety/svg/leaktest-run.svg +1 -1
- package/safety/svg/leaktest-warning.svg +1 -1
- package/uib-legacy/uib-legacy-demo-poster.html +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [2.9.3](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.9.2...v2.9.3) (2023-09-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **icons:** correction of leaktest icons again ([6448cf2](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/6448cf2a115d3b1d4b78831b2bca730e3e4ef5d1))
|
|
7
|
+
|
|
8
|
+
## [2.9.2](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.9.1...v2.9.2) (2023-09-20)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **icons:** correction of leaktest icons again ([98a5952](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/98a595244b7b28167fffb2fc11a40579f72dd5e5))
|
|
14
|
+
|
|
1
15
|
## [2.9.1](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.9.0...v2.9.1) (2023-09-20)
|
|
2
16
|
|
|
3
17
|
|
|
@@ -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.3</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.9.
|
|
129
|
+
@odx/icons 2.9.3
|
|
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.9.
|
|
5
|
+
<title>@odx/icons 2.9.3</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.3
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
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.3</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.3
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
@@ -32,15 +32,15 @@ $glyphs: (
|
|
|
32
32
|
alarm1-average-a2: "\f122",
|
|
33
33
|
alarm1-average-a3: "\f123",
|
|
34
34
|
alarm1-average-a4: "\f124",
|
|
35
|
-
alarm3-a1: "\
|
|
36
|
-
alarm3-a1-part1: "\
|
|
37
|
-
alarm3-a2: "\
|
|
38
|
-
alarm3-a2-part1: "\
|
|
35
|
+
alarm3-a1: "\f1bf",
|
|
36
|
+
alarm3-a1-part1: "\f1c2",
|
|
37
|
+
alarm3-a2: "\f1cb",
|
|
38
|
+
alarm3-a2-part1: "\f1cc",
|
|
39
39
|
alarm3-protection: "\f165",
|
|
40
40
|
alarm3-protection-part1: "\f166",
|
|
41
|
-
alarm3-stel: "\
|
|
42
|
-
alarm3-stel-part1: "\
|
|
43
|
-
alarm3-twa: "\
|
|
41
|
+
alarm3-stel: "\f1dd",
|
|
42
|
+
alarm3-stel-part1: "\f1de",
|
|
43
|
+
alarm3-twa: "\f209",
|
|
44
44
|
alarm3-twa-part1: "\f16a",
|
|
45
45
|
alcotest-3820: "\ea2e",
|
|
46
46
|
alcotest-5820: "\ea2f",
|
package/safety/safety-icons.css
CHANGED
|
@@ -184,20 +184,20 @@
|
|
|
184
184
|
content: "\f124";
|
|
185
185
|
}
|
|
186
186
|
[data-icon-set=safety][data-icon-name=alarm3-a1]::before {
|
|
187
|
-
content: "\
|
|
188
|
-
color: #
|
|
187
|
+
content: "\f1bf";
|
|
188
|
+
color: #FFF;
|
|
189
189
|
}
|
|
190
190
|
[data-icon-set=safety][data-icon-name=alarm3-a1]::after {
|
|
191
|
-
content: "\
|
|
192
|
-
color: #
|
|
191
|
+
content: "\f1c2";
|
|
192
|
+
color: #F30303;
|
|
193
193
|
}
|
|
194
194
|
[data-icon-set=safety][data-icon-name=alarm3-a2]::before {
|
|
195
|
-
content: "\
|
|
196
|
-
color: #
|
|
195
|
+
content: "\f1cb";
|
|
196
|
+
color: #FFF;
|
|
197
197
|
}
|
|
198
198
|
[data-icon-set=safety][data-icon-name=alarm3-a2]::after {
|
|
199
|
-
content: "\
|
|
200
|
-
color: #
|
|
199
|
+
content: "\f1cc";
|
|
200
|
+
color: #F30303;
|
|
201
201
|
}
|
|
202
202
|
[data-icon-set=safety][data-icon-name=alarm3-protection]::before {
|
|
203
203
|
content: "\f165";
|
|
@@ -208,16 +208,16 @@
|
|
|
208
208
|
color: #F30303;
|
|
209
209
|
}
|
|
210
210
|
[data-icon-set=safety][data-icon-name=alarm3-stel]::before {
|
|
211
|
-
content: "\
|
|
212
|
-
color: #
|
|
211
|
+
content: "\f1dd";
|
|
212
|
+
color: #FFF;
|
|
213
213
|
}
|
|
214
214
|
[data-icon-set=safety][data-icon-name=alarm3-stel]::after {
|
|
215
|
-
content: "\
|
|
216
|
-
color: #
|
|
215
|
+
content: "\f1de";
|
|
216
|
+
color: #F30303;
|
|
217
217
|
}
|
|
218
218
|
[data-icon-set=safety][data-icon-name=alarm3-twa]::before {
|
|
219
|
-
content: "\
|
|
220
|
-
color: #
|
|
219
|
+
content: "\f209";
|
|
220
|
+
color: #F30303;
|
|
221
221
|
}
|
|
222
222
|
[data-icon-set=safety][data-icon-name=alarm3-twa]::after {
|
|
223
223
|
content: "\f16a";
|
package/safety/safety-icons.eot
CHANGED
|
Binary file
|
package/safety/safety-icons.scss
CHANGED
|
@@ -193,19 +193,19 @@
|
|
|
193
193
|
}
|
|
194
194
|
&[data-icon-name="alarm3-a1"]::before {
|
|
195
195
|
content: utils.get-icon-glyph("alarm3-a1");
|
|
196
|
-
color: #
|
|
196
|
+
color: #FFF;
|
|
197
197
|
}
|
|
198
198
|
&[data-icon-name="alarm3-a1"]::after {
|
|
199
199
|
content: utils.get-icon-glyph("alarm3-a1-part1");
|
|
200
|
-
color: #
|
|
200
|
+
color: #F30303;
|
|
201
201
|
}
|
|
202
202
|
&[data-icon-name="alarm3-a2"]::before {
|
|
203
203
|
content: utils.get-icon-glyph("alarm3-a2");
|
|
204
|
-
color: #
|
|
204
|
+
color: #FFF;
|
|
205
205
|
}
|
|
206
206
|
&[data-icon-name="alarm3-a2"]::after {
|
|
207
207
|
content: utils.get-icon-glyph("alarm3-a2-part1");
|
|
208
|
-
color: #
|
|
208
|
+
color: #F30303;
|
|
209
209
|
}
|
|
210
210
|
&[data-icon-name="alarm3-protection"]::before {
|
|
211
211
|
content: utils.get-icon-glyph("alarm3-protection");
|
|
@@ -217,15 +217,15 @@
|
|
|
217
217
|
}
|
|
218
218
|
&[data-icon-name="alarm3-stel"]::before {
|
|
219
219
|
content: utils.get-icon-glyph("alarm3-stel");
|
|
220
|
-
color: #
|
|
220
|
+
color: #FFF;
|
|
221
221
|
}
|
|
222
222
|
&[data-icon-name="alarm3-stel"]::after {
|
|
223
223
|
content: utils.get-icon-glyph("alarm3-stel-part1");
|
|
224
|
-
color: #
|
|
224
|
+
color: #F30303;
|
|
225
225
|
}
|
|
226
226
|
&[data-icon-name="alarm3-twa"]::before {
|
|
227
227
|
content: utils.get-icon-glyph("alarm3-twa");
|
|
228
|
-
color: #
|
|
228
|
+
color: #F30303;
|
|
229
229
|
}
|
|
230
230
|
&[data-icon-name="alarm3-twa"]::after {
|
|
231
231
|
content: utils.get-icon-glyph("alarm3-twa-part1");
|
package/safety/safety-icons.ttf
CHANGED
|
Binary file
|
package/safety/safety-icons.woff
CHANGED
|
Binary file
|
|
Binary file
|
package/safety/svg/alarm3-a1.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-4576f50b-5e01-4e0f-91b0-a95d9a3bcdac" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m16,5.5c5.79,0,10.5,4.71,10.5,10.5s-4.71,10.5-10.5,10.5-10.5-4.71-10.5-10.5,4.71-10.5,10.5-10.5m0-1.5c-6.63,0-12,5.37-12,12s5.37,12,12,12,12-5.37,12-12-5.37-12-12-12h0Z" style="fill:#fff; stroke-width:0px;"/><path d="m16,5.5c-5.8,0-10.5,4.7-10.5,10.5s4.7,10.5,10.5,10.5,10.5-4.7,10.5-10.5-4.7-10.5-10.5-10.5Zm2.25,14.93h-7.95c-.07,0-.22,0-.3-.08-.22-.15-.3-.53-.15-.75l5.77-8.92c.08-.15.23-.23.45-.23.22.08.38.15.45.3l2.25,3.45-1.28.83-1.5-2.25-4.05,6.22h6.3v1.43Zm2.7.82h-1.05v-4.95l-.9.52-.45-.75,1.43-.82h.97v6Z" style="fill:#f30303; stroke-width:0px;"/></svg>
|
package/safety/svg/alarm3-a2.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-fa42961b-ec1d-4f88-95fd-d9efca7b2134" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m16,5.5c5.79,0,10.5,4.71,10.5,10.5s-4.71,10.5-10.5,10.5-10.5-4.71-10.5-10.5,4.71-10.5,10.5-10.5m0-1.5c-6.63,0-12,5.37-12,12s5.37,12,12,12,12-5.37,12-12-5.37-12-12-12h0Z" style="fill:#fff; stroke-width:0px;"/><path d="m16,5.5c-5.8,0-10.5,4.7-10.5,10.5s4.7,10.5,10.5,10.5,10.5-4.7,10.5-10.5-4.7-10.5-10.5-10.5Zm.75,13.5v1.47h-6.5c-.11,0-.22-.03-.31-.09-.24-.17-.32-.5-.16-.75l5.82-8.9c.1-.16.28-.26.47-.26.18.02.35.12.44.27l2.25,3.47-1.26.81-1.5-2.25-4.03,6.22h4.78Zm5.87,2.25h-4.04v-.81l1.98-2c.6-.61.83-1.03.83-1.4.05-.44-.27-.84-.71-.89-.01,0-.03,0-.04,0h-.13c-.58,0-.85.49-.85,1.07h-1.04c-.05-1.04.75-1.92,1.79-1.97,0,0,0,0,.01,0h.15c.91-.13,1.75.5,1.88,1.41h0c0,.1,0,.19,0,.29,0,.75-.55,1.45-1.29,2.25l-.86.92c-.06.08-.15.14-.24.17v.06c.1-.04.21-.05.32-.04h2.25v.94Z" style="fill:#f30303; stroke-width:0px;"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-8f190824-5f71-4246-b1eb-d2efead64aea" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m16,5.5c5.79,0,10.5,4.71,10.5,10.5s-4.71,10.5-10.5,10.5-10.5-4.71-10.5-10.5,4.71-10.5,10.5-10.5m0-1.5c-6.63,0-12,5.37-12,12s5.37,12,12,12,12-5.37,12-12-5.37-12-12-12h0Z" style="fill:#fff; stroke-width:0px;"/><path d="m16,5.5c-5.8,0-10.5,4.7-10.5,10.5s4.7,10.5,10.5,10.5,10.5-4.7,10.5-10.5-4.7-10.5-10.5-10.5Zm-3,15.5h-2v-8h-2l3-3,3,3h-2v8Zm5-4h-4v-2h4v2Zm3-4v8h-2v-8h-2l3-3,3,3h-2Z" style="fill:#f30303; stroke-width:0px;"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-c2fa037e-1bbd-448d-8297-8fe65edc8fb2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m16,5.5c5.79,0,10.5,4.71,10.5,10.5s-4.71,10.5-10.5,10.5-10.5-4.71-10.5-10.5,4.71-10.5,10.5-10.5m0-1.5c-6.63,0-12,5.37-12,12s5.37,12,12,12,12-5.37,12-12-5.37-12-12-12h0Z" style="fill:#fff; stroke-width:0px;"/><path d="m16,10.4c-3.09,0-5.6,2.51-5.6,5.6s2.51,5.6,5.6,5.6,5.6-2.51,5.6-5.6-2.51-5.6-5.6-5.6Zm0,9.6c-2.21,0-4-1.79-4-4s1.79-4,4-4v4h4c0,2.21-1.79,4-4,4Z" style="fill:#f30303; stroke-width:0px;"/><path d="m16,5.5c-5.8,0-10.5,4.7-10.5,10.5s4.7,10.5,10.5,10.5,10.5-4.7,10.5-10.5-4.7-10.5-10.5-10.5Zm0,17.5c-3.87,0-7-3.13-7-7s3.13-7,7-7,7,3.13,7,7-3.13,7-7,7Z" style="fill:#f30303; stroke-width:0px;"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-c1479120-2648-4dd7-9e68-e6b6666af42b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m16,10.4c-3.09,0-5.6,2.51-5.6,5.6s2.51,5.6,5.6,5.6,5.6-2.51,5.6-5.6-2.51-5.6-5.6-5.6Zm0,9.6c-1.2,0-2.27-.53-3.01-1.37l3.01-2.63v-4c2.21,0,4,1.79,4,4s-1.79,4-4,4Z" style="fill:#f30303; stroke-width:0px;"/><path d="m16,5.5c-5.8,0-10.5,4.7-10.5,10.5s4.7,10.5,10.5,10.5,10.5-4.7,10.5-10.5-4.7-10.5-10.5-10.5Zm0,17.5c-3.87,0-7-3.13-7-7s3.13-7,7-7,7,3.13,7,7-3.13,7-7,7Z" style="fill:#f30303; stroke-width:0px;"/><path d="m16,5.5c5.79,0,10.5,4.71,10.5,10.5s-4.71,10.5-10.5,10.5-10.5-4.71-10.5-10.5,4.71-10.5,10.5-10.5m0-1.5c-6.63,0-12,5.37-12,12s5.37,12,12,12,12-5.37,12-12-5.37-12-12-12h0Z" style="fill:#fff; stroke-width:0px;"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-34e9cc20-59eb-4390-8af4-8a8d9d89bf70" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m23.5,17c-3.59,0-6.5,2.91-6.5,6.5s2.91,6.5,6.5,6.5,6.5-2.91,6.5-6.5-2.91-6.5-6.5-6.5Zm.85,10.84h-1.65v-1.65h1.65v1.65Zm1.92-5.18c-.21.32-.64.77-1.32,1.32-.35.29-.56.52-.65.7s-.12.49-.11.94h-1.49c0-.21,0-.35,0-.39,0-.48.08-.88.24-1.2s.48-.66.96-1.05.77-.65.86-.77c.14-.19.22-.4.22-.63,0-.32-.13-.59-.38-.82s-.6-.34-1.03-.34-.77.12-1.05.36-.47.6-.58,1.09l-1.51-.19c.04-.7.34-1.29.89-1.78s1.28-.73,2.18-.73c.95,0,1.7.25,2.26.74s.84,1.07.84,1.73c0,.36-.1.71-.31,1.03Z" style="fill:#f0f; stroke-width:0px;"/><path d="m11.48,10.03l-.48.13,1.29,4.82c.14.54.69.85,1.23.71l.48-.13-1.29-4.83c-.14-.53-.69-.85-1.23-.71Z" style="fill:#f0f; stroke-width:0px;"/><path d="m16.29,10.74l-1.29,4.83.48.13c.54.14,1.09-.17,1.23-.71l1.29-4.82-.48-.13c-.54-.14-1.08.17-1.23.71Z" style="fill:#f0f; stroke-width:0px;"/><path d="m10.84,16.38l-.37-1.38h-6.48v2h7.12c-.12-.19-.21-.4-.27-.62Z" style="fill:#f0f; stroke-width:0px;"/><path d="m10.13,13.52h.21l-.55-2.07c-.96-.16-1.69-.99-1.69-2,0-1.12.91-2.03,2.03-2.03h1.69v-.68c0-1.5,1.21-2.37,2.71-2.37s2.71.88,2.71,2.37v.68h1.69c1.12,0,2.03.91,2.03,2.03,0,1.03-.77,1.87-1.76,2l-.55,2.06h.28c2.24,0,4.06-1.82,4.06-4.06,0-2.19-1.73-3.99-3.92-4.06-.46-1.54-1.66-2.74-3.19-3.19-2.51-.75-5.15.68-5.89,3.19-2.24.04-4.03,1.89-3.99,4.13.04,2.24,1.89,4.03,4.13,3.99Z" style="fill:#f0f; stroke-width:0px;"/><path d="m4,18v2h12.32c.36-.74.83-1.41,1.39-2H4Z" style="fill:#f0f; stroke-width:0px;"/><path d="m23.5,15.5c1.67,0,3.22.51,4.5,1.39v-1.89h-9.56l-.37,1.38c-.06.23-.16.43-.27.62h1.05c1.31-.94,2.91-1.5,4.65-1.5Z" style="fill:#f0f; stroke-width:0px;"/><polygon points="8 24 5.33 24 5.33 21.33 4 21.33 4 28 5.33 28 5.33 25.16 8 25.16 8 28 9.33 28 9.33 21.33 8 21.33 8 24" style="fill:#f0f; stroke-width:0px;"/><rect x="10.67" y="21.33" width="1.33" height="6.67" style="fill:#f0f; stroke-width:0px;"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-28ca83cc-a988-4da7-9872-1f1c283510ad" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m11.48,10.03l-.48.13,1.29,4.82c.14.54.69.85,1.23.71l.48-.13-1.29-4.83c-.14-.53-.69-.85-1.23-.71Z" style="fill:#f0f; stroke-width:0px;"/><path d="m16.29,10.74l-1.29,4.83.48.13c.54.14,1.09-.17,1.23-.71l1.29-4.82-.48-.13c-.54-.14-1.08.17-1.23.71Z" style="fill:#f0f; stroke-width:0px;"/><path d="m10.84,16.38l-.37-1.38h-6.48v2h7.12c-.12-.19-.21-.4-.27-.62Z" style="fill:#f0f; stroke-width:0px;"/><path d="m10.13,13.52h.21l-.55-2.07c-.96-.16-1.69-.99-1.69-2,0-1.12.91-2.03,2.03-2.03h1.69v-.68c0-1.5,1.21-2.37,2.71-2.37s2.71.88,2.71,2.37v.68h1.69c1.12,0,2.03.91,2.03,2.03,0,1.03-.77,1.87-1.76,2l-.55,2.06h.28c2.24,0,4.06-1.82,4.06-4.06,0-2.19-1.73-3.99-3.92-4.06-.46-1.54-1.66-2.74-3.19-3.19-2.51-.75-5.15.68-5.89,3.19-2.24.04-4.03,1.89-3.99,4.13.04,2.24,1.89,4.03,4.13,3.99Z" style="fill:#f0f; stroke-width:0px;"/><path d="m18.44,15l-.37,1.38c-.06.23-.16.43-.27.62h10.2v-2h-9.56Z" style="fill:#f0f; stroke-width:0px;"/><rect x="4" y="18" width="24" height="2" style="fill:#f0f; stroke-width:0px;"/><polygon points="8 24 5.33 24 5.33 21.33 4 21.33 4 28 5.33 28 5.33 25.16 8 25.16 8 28 9.33 28 9.33 21.33 8 21.33 8 24" style="fill:#f0f; stroke-width:0px;"/><rect x="10.67" y="21.33" width="1.33" height="6.67" style="fill:#f0f; stroke-width:0px;"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-af75d5e8-b5f8-41b5-851f-c134388dfee0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m23.5,17c-3.59,0-6.5,2.91-6.5,6.5s2.91,6.5,6.5,6.5,6.5-2.91,6.5-6.5-2.91-6.5-6.5-6.5Zm.85,10.84h-1.65v-1.65h1.65v1.65Zm1.92-5.18c-.21.32-.64.77-1.32,1.32-.35.29-.56.52-.65.7s-.12.49-.11.94h-1.49c0-.21,0-.35,0-.39,0-.48.08-.88.24-1.2s.48-.66.96-1.05.77-.65.86-.77c.14-.19.22-.4.22-.63,0-.32-.13-.59-.38-.82s-.6-.34-1.03-.34-.77.12-1.05.36-.47.6-.58,1.09l-1.51-.19c.04-.7.34-1.29.89-1.78s1.28-.73,2.18-.73c.95,0,1.7.25,2.26.74s.84,1.07.84,1.73c0,.36-.1.71-.31,1.03Z" style="fill:#f0f; stroke-width:0px;"/><path d="m11.48,10.03l-.48.13,1.29,4.82c.14.54.69.85,1.23.71l.48-.13-1.29-4.83c-.14-.53-.69-.85-1.23-.71Z" style="fill:#f0f; stroke-width:0px;"/><path d="m16.29,10.74l-1.29,4.83.48.13c.54.14,1.09-.17,1.23-.71l1.29-4.82-.48-.13c-.54-.14-1.08.17-1.23.71Z" style="fill:#f0f; stroke-width:0px;"/><path d="m10.84,16.38l-.37-1.38h-6.48v2h7.12c-.12-.19-.21-.4-.27-.62Z" style="fill:#f0f; stroke-width:0px;"/><path d="m10.13,13.52h.21l-.55-2.07c-.96-.16-1.69-.99-1.69-2,0-1.12.91-2.03,2.03-2.03h1.69v-.68c0-1.5,1.21-2.37,2.71-2.37s2.71.88,2.71,2.37v.68h1.69c1.12,0,2.03.91,2.03,2.03,0,1.03-.77,1.87-1.76,2l-.55,2.06h.28c2.24,0,4.06-1.82,4.06-4.06,0-2.19-1.73-3.99-3.92-4.06-.46-1.54-1.66-2.74-3.19-3.19-2.51-.75-5.15.68-5.89,3.19-2.24.04-4.03,1.89-3.99,4.13.04,2.24,1.89,4.03,4.13,3.99Z" style="fill:#f0f; stroke-width:0px;"/><path d="m4,18v2h12.32c.36-.74.83-1.41,1.39-2H4Z" style="fill:#f0f; stroke-width:0px;"/><path d="m23.5,15.5c1.67,0,3.22.51,4.5,1.39v-1.89h-9.56l-.37,1.38c-.06.23-.16.43-.27.62h1.05c1.31-.94,2.91-1.5,4.65-1.5Z" style="fill:#f0f; stroke-width:0px;"/><polygon points="5.33 21.5 4 21.5 4 28 8.67 28 8.67 26.9 5.33 26.9 5.33 21.5" style="fill:#f0f; stroke-width:0px;"/><path d="m11.65,21.67c-.5,0-.95.08-1.33.24-.29.12-.56.3-.8.55-.24.25-.43.53-.58.84-.19.42-.28.95-.28,1.57,0,.97.27,1.74.81,2.29.54.55,1.27.83,2.19.83s1.63-.28,2.17-.84c.54-.56.81-1.33.81-2.32s-.27-1.77-.82-2.33c-.55-.56-1.27-.84-2.18-.84Zm1.24,4.74c-.32.35-.73.53-1.22.53s-.91-.18-1.23-.54c-.32-.36-.48-.88-.48-1.58s.16-1.23.47-1.58.73-.52,1.24-.52.93.17,1.24.52c.31.34.47.87.47,1.57s-.16,1.24-.48,1.6Z" style="fill:#f0f; stroke-width:0px;"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-db1a72a0-5130-47d8-bd32-ed6536841d3a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m11.48,10.03l-.48.13,1.29,4.82c.14.54.69.85,1.23.71l.48-.13-1.29-4.83c-.14-.53-.69-.85-1.23-.71Z" style="fill:#f0f; stroke-width:0px;"/><path d="m16.29,10.74l-1.29,4.83.48.13c.54.14,1.09-.17,1.23-.71l1.29-4.82-.48-.13c-.54-.14-1.08.17-1.23.71Z" style="fill:#f0f; stroke-width:0px;"/><path d="m10.84,16.38l-.37-1.38h-6.48v2h7.12c-.12-.19-.21-.4-.27-.62Z" style="fill:#f0f; stroke-width:0px;"/><path d="m10.13,13.52h.21l-.55-2.07c-.96-.16-1.69-.99-1.69-2,0-1.12.91-2.03,2.03-2.03h1.69v-.68c0-1.5,1.21-2.37,2.71-2.37s2.71.88,2.71,2.37v.68h1.69c1.12,0,2.03.91,2.03,2.03,0,1.03-.77,1.87-1.76,2l-.55,2.06h.28c2.24,0,4.06-1.82,4.06-4.06,0-2.19-1.73-3.99-3.92-4.06-.46-1.54-1.66-2.74-3.19-3.19-2.51-.75-5.15.68-5.89,3.19-2.24.04-4.03,1.89-3.99,4.13.04,2.24,1.89,4.03,4.13,3.99Z" style="fill:#f0f; stroke-width:0px;"/><path d="m18.44,15l-.37,1.38c-.06.23-.16.43-.27.62h10.2v-2h-9.56Z" style="fill:#f0f; stroke-width:0px;"/><rect x="4" y="18" width="24" height="2" style="fill:#f0f; stroke-width:0px;"/><polygon points="5.33 21.5 4 21.5 4 28 8.67 28 8.67 26.9 5.33 26.9 5.33 21.5" style="fill:#f0f; stroke-width:0px;"/><path d="m11.65,21.67c-.5,0-.95.08-1.33.24-.29.12-.56.3-.8.55-.24.25-.43.53-.58.84-.19.42-.28.95-.28,1.57,0,.97.27,1.74.81,2.29.54.55,1.27.83,2.19.83s1.63-.28,2.17-.84c.54-.56.81-1.33.81-2.32s-.27-1.77-.82-2.33c-.55-.56-1.27-.84-2.18-.84Zm1.24,4.74c-.32.35-.73.53-1.22.53s-.91-.18-1.23-.54c-.32-.36-.48-.88-.48-1.58s.16-1.23.47-1.58.73-.52,1.24-.52.93.17,1.24.52c.31.34.47.87.47,1.57s-.16,1.24-.48,1.6Z" style="fill:#f0f; stroke-width:0px;"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-99cd426d-5460-4709-ad50-dd565039d6fc" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m23.5,17c-3.59,0-6.5,2.91-6.5,6.5s2.91,6.5,6.5,6.5,6.5-2.91,6.5-6.5-2.91-6.5-6.5-6.5Zm.85,10.84h-1.65v-1.65h1.65v1.65Zm1.92-5.18c-.21.32-.64.77-1.32,1.32-.35.29-.56.52-.65.7s-.12.49-.11.94h-1.49c0-.21,0-.35,0-.39,0-.48.08-.88.24-1.2s.48-.66.96-1.05.77-.65.86-.77c.14-.19.22-.4.22-.63,0-.32-.13-.59-.38-.82s-.6-.34-1.03-.34-.77.12-1.05.36-.47.6-.58,1.09l-1.51-.19c.04-.7.34-1.29.89-1.78s1.28-.73,2.18-.73c.95,0,1.7.25,2.26.74s.84,1.07.84,1.73c0,.36-.1.71-.31,1.03Z" style="fill:#f0f; stroke-width:0px;"/><path d="m11.48,10.03l-.48.13,1.29,4.82c.14.54.69.85,1.23.71l.48-.13-1.29-4.83c-.14-.53-.69-.85-1.23-.71Z" style="fill:#f0f; stroke-width:0px;"/><path d="m16.29,10.74l-1.29,4.83.48.13c.54.14,1.09-.17,1.23-.71l1.29-4.82-.48-.13c-.54-.14-1.08.17-1.23.71Z" style="fill:#f0f; stroke-width:0px;"/><path d="m10.84,16.38l-.37-1.38h-6.48v2h7.12c-.12-.19-.21-.4-.27-.62Z" style="fill:#f0f; stroke-width:0px;"/><path d="m10.13,13.52h.21l-.55-2.07c-.96-.16-1.69-.99-1.69-2,0-1.12.91-2.03,2.03-2.03h1.69v-.68c0-1.5,1.21-2.37,2.71-2.37s2.71.88,2.71,2.37v.68h1.69c1.12,0,2.03.91,2.03,2.03,0,1.03-.77,1.87-1.76,2l-.55,2.06h.28c2.24,0,4.06-1.82,4.06-4.06,0-2.19-1.73-3.99-3.92-4.06-.46-1.54-1.66-2.74-3.19-3.19-2.51-.75-5.15.68-5.89,3.19-2.24.04-4.03,1.89-3.99,4.13.04,2.24,1.89,4.03,4.13,3.99Z" style="fill:#f0f; stroke-width:0px;"/><path d="m4,18v2h12.32c.36-.74.83-1.41,1.39-2H4Z" style="fill:#f0f; stroke-width:0px;"/><path d="m23.5,15.5c1.67,0,3.22.51,4.5,1.39v-1.89h-9.56l-.37,1.38c-.06.23-.16.43-.27.62h1.05c1.31-.94,2.91-1.5,4.65-1.5Z" style="fill:#f0f; stroke-width:0px;"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-9122f0f6-070a-4f17-8bed-47c1b1975de0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m16.29,10.74l-1.29,4.83.48.13c.54.14,1.09-.17,1.23-.71l1.29-4.82-.48-.13c-.54-.14-1.08.17-1.23.71Z" style="fill:#f0f; stroke-width:0px;"/><path d="m4,18v2h12.31c.36-.74.83-1.41,1.39-2H4Z" style="fill:#f0f; stroke-width:0px;"/><path d="m23.5,15.5c1.67,0,3.22.51,4.5,1.39v-1.89h-9.56l-.37,1.38c-.06.23-.16.43-.27.62h1.05c1.31-.94,2.91-1.5,4.65-1.5Z" style="fill:#f0f; stroke-width:0px;"/><path d="m10.13,13.52h.21l-.55-2.07c-.96-.16-1.69-.99-1.69-2,0-1.12.91-2.03,2.03-2.03h1.69v-.68c0-1.5,1.21-2.37,2.71-2.37s2.71.88,2.71,2.37v.68h1.69c1.12,0,2.03.91,2.03,2.03,0,1.03-.77,1.87-1.76,2l-.55,2.06h.28c2.24,0,4.06-1.82,4.06-4.06,0-2.19-1.73-3.99-3.92-4.06-.46-1.54-1.66-2.74-3.19-3.19-2.51-.75-5.15.68-5.89,3.19-2.24.04-4.03,1.89-3.99,4.13.04,2.24,1.89,4.03,4.13,3.99Z" style="fill:#f0f; stroke-width:0px;"/><path d="m10.84,16.38l-.37-1.38h-6.48v2h7.12c-.12-.19-.21-.4-.27-.62Z" style="fill:#f0f; stroke-width:0px;"/><path d="m11.48,10.03l-.48.13,1.29,4.82c.14.54.69.85,1.23.71l.48-.13-1.29-4.83c-.14-.53-.69-.85-1.23-.71Z" style="fill:#f0f; stroke-width:0px;"/><path d="m23.5,17c-3.59,0-6.5,2.91-6.5,6.5s2.91,6.5,6.5,6.5,6.5-2.91,6.5-6.5-2.91-6.5-6.5-6.5Zm2.5,5.26c0,.16-.07.31-.19.42l-.91.82.91.82c.12.11.19.26.19.42v3.26h-5v-3.26c0-.16.07-.31.19-.42l.91-.82-.91-.82c-.12-.11-.19-.26-.19-.42v-1.26h.77v1.19l1.52,1.31-1.52,1.31v2.44h3.46v-2.44l-1.52-1.31,1.52-1.31v-2.44h-4.23v-.75h5v3.26Zm-3.29-.35v-.91h1.56v.91l-.43.09h-.7l-.43-.09Zm1.13,3.82l.43.09v.91h-1.56v-.91l.43-.09h.7Z" style="fill:#f0f; stroke-width:0px;"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-54355b70-af28-41af-a030-e73c9dcfc2f1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m14,15.57l-.48.13c-.54.14-1.09-.17-1.23-.71l-1.29-4.82.48-.13c.54-.14,1.08.17,1.23.71l1.29,4.83Zm4-5.41l-1.29,4.82c-.14.54-.7.85-1.23.71l-.48-.13,1.29-4.83c.14-.53.69-.85,1.23-.71l.48.13Zm-6.89,6.84h-7.12v-2h6.48l.37,1.38c.06.23.16.43.27.62Zm11.88-7.55c0,2.24-1.82,4.06-4.06,4.06h-.28l.55-2.06c.99-.13,1.76-.97,1.76-2,0-1.12-.91-2.03-2.03-2.03h-1.69v-.68c0-1.5-1.21-2.37-2.71-2.37s-2.71.88-2.71,2.37v.68h-1.69c-1.12,0-2.03.91-2.03,2.03,0,1,.73,1.83,1.69,2l.55,2.07h-.21c-2.24.04-4.09-1.75-4.13-3.99-.04-2.24,1.75-4.09,3.99-4.13.75-2.51,3.38-3.94,5.89-3.19,1.54.46,2.74,1.66,3.19,3.19,2.19.08,3.92,1.87,3.92,4.06Zm.04,5.55h4.96v2h-3.73l-1.22-2Zm1.83,3h3.12v2h-1.9l-1.22-2Zm-8.98,2H4v-2h13.12l-1.22,2Z" style="fill:#f0f"/><path d="m21.43,15.25l8.47,13.86c.23.38-.02.89-.44.89H12.51c-.42,0-.67-.51-.44-.89l8.47-13.86c.2-.33.67-.33.87,0Z" style="fill:#ffe300"/><path d="m19.99,20h2v5h-2v-5Zm0,8h2v-2h-2v2Z" style="fill:#002766;"/></svg>
|
|
@@ -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.3</title>
|
|
6
6
|
<link rel="stylesheet" type="text/css" href="uib-legacy-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.3
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|