@odx/icons 3.24.0 → 3.26.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.
Files changed (48) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/core/core-demo-poster.html +2 -2
  3. package/medical/medical-demo-poster.html +10 -3
  4. package/medical/medical-iconmap.scss +1 -0
  5. package/medical/medical-icons.css +1 -1
  6. package/medical/medical-icons.eot +0 -0
  7. package/medical/medical-icons.scss +3 -0
  8. package/medical/medical-icons.ttf +0 -0
  9. package/medical/medical-icons.woff +0 -0
  10. package/medical/medical-icons.woff2 +0 -0
  11. package/medical/medical-metadata.json +4 -0
  12. package/medical/svg/device.svg +1 -0
  13. package/package.json +1 -1
  14. package/safety/safety-demo-poster.html +87 -3
  15. package/safety/safety-iconmap.scss +45 -33
  16. package/safety/safety-icons.css +1 -1
  17. package/safety/safety-icons.eot +0 -0
  18. package/safety/safety-icons.scss +45 -10
  19. package/safety/safety-icons.ttf +0 -0
  20. package/safety/safety-icons.woff +0 -0
  21. package/safety/safety-icons.woff2 +0 -0
  22. package/safety/safety-metadata.json +48 -0
  23. package/safety/svg/alarm-a1.svg +1 -0
  24. package/safety/svg/alarm-a2.svg +1 -0
  25. package/safety/svg/alarm-co2-off.svg +1 -0
  26. package/safety/svg/alarm-din-off.svg +1 -0
  27. package/safety/svg/alarm-din-pause.svg +1 -0
  28. package/safety/svg/alarm-din.svg +1 -0
  29. package/safety/svg/alarm-stel.svg +4 -1
  30. package/safety/svg/alarm-twa.svg +4 -1
  31. package/safety/svg/alarm3-stel.svg +5 -1
  32. package/safety/svg/alarm3-twa.svg +5 -1
  33. package/safety/svg/alarms-das-hint.svg +1 -0
  34. package/safety/svg/alarms-das.svg +1 -0
  35. package/safety/svg/alarms-info.svg +1 -0
  36. package/safety/svg/alarms-off.svg +1 -0
  37. package/safety/svg/alarms-paused.svg +1 -0
  38. package/safety/svg/alarms-per-type.svg +1 -0
  39. package/safety/svg/explosive-stel.svg +10 -1
  40. package/safety/svg/explosive-twa.svg +10 -1
  41. package/safety/svg/flammable-stel.svg +6 -1
  42. package/safety/svg/flammable-twa.svg +6 -1
  43. package/safety/svg/suffocation-stel.svg +9 -1
  44. package/safety/svg/suffocation-twa.svg +9 -1
  45. package/safety/svg/thermal-alarm.svg +8 -1
  46. package/safety/svg/toxic-stel.svg +8 -1
  47. package/safety/svg/toxic-twa.svg +8 -1
  48. package/uib-legacy/uib-legacy-demo-poster.html +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ # [3.26.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.25.0...v3.26.0) (2024-09-06)
2
+
3
+
4
+ ### Features
5
+
6
+ * **icons:** twa and stel corrections ([52f67d0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/52f67d0e53f8c41e1c21cb4155ae228f1db9a2af))
7
+ * **icons:** twa and stel corrections ([fb78926](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/fb7892658671402b35b0317059f55a14ac2cccfa))
8
+
9
+ # [3.25.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.24.0...v3.25.0) (2024-08-12)
10
+
11
+
12
+ ### Features
13
+
14
+ * **icons:** medical device icon ([3630b21](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/3630b21469c6c3ff8b97e59c5d2bda913c544cef))
15
+
1
16
  # [3.24.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v3.23.0...v3.24.0) (2024-08-01)
2
17
 
3
18
 
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>@odx/icons 3.24.0</title>
5
+ <title>@odx/icons 3.26.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 3.24.0
129
+ @odx/icons 3.26.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 3.24.0</title>
5
+ <title>@odx/icons 3.26.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 3.24.0
129
+ @odx/icons 3.26.0
130
130
  </h1>
131
131
  <input class="page-search" placeholder="Search icons ..." />
132
132
  <div class="icon-count">
133
- Iconset: <strong>medical</strong> (20 icons)
133
+ Iconset: <strong>medical</strong> (21 icons)
134
134
  </div>
135
135
  </header>
136
136
  <main class="icons" id="icons">
@@ -225,6 +225,13 @@
225
225
  <span class="icon-name">bed-raised</span>
226
226
  <span class="icon-alias">
227
227
  </div>
228
+ <div class="icons__item">
229
+ <i class="odx-icon" data-icon-set="medical" data-icon-name="device">
230
+ <span></span>
231
+ </i>
232
+ <span class="icon-name">device</span>
233
+ <span class="icon-alias">
234
+ </div>
228
235
  <div class="icons__item">
229
236
  <i class="odx-icon" data-icon-set="medical" data-icon-name="ifu-norm">
230
237
  <span></span>
@@ -12,6 +12,7 @@ $glyphs: (
12
12
  bed-free: "\f108",
13
13
  bed-occupied: "\f109",
14
14
  bed-raised: "\f10a",
15
+ device: "\f115",
15
16
  ifu-norm: "\f112",
16
17
  stethoscope: "\f102",
17
18
  test-setup: "\f103",
@@ -1 +1 @@
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=alarm]::before{content:"\f114"}[data-icon-set=medical][data-icon-name=alarm-norm]::before{content:"\f101"}[data-icon-set=medical][data-icon-name=alarm-off]::before{content:"\f111"}[data-icon-set=medical][data-icon-name=alarm-off-norm]::before{content:"\f10b"}[data-icon-set=medical][data-icon-name=alarm-pause]::before{content:"\f113"}[data-icon-set=medical][data-icon-name=alarm-pause-norm]::before{content:"\f10c"}[data-icon-set=medical][data-icon-name=alarmtype-off]::before{content:"\f10e"}[data-icon-set=medical][data-icon-name=alarmtype-off-norm]::before{content:"\f10d"}[data-icon-set=medical][data-icon-name=alarmtype-pause]::before{content:"\f10f"}[data-icon-set=medical][data-icon-name=alarmtype-pause-norm]::before{content:"\f110"}[data-icon-set=medical][data-icon-name=bed-free]::before{content:"\f108"}[data-icon-set=medical][data-icon-name=bed-occupied]::before{content:"\f109"}[data-icon-set=medical][data-icon-name=bed-raised]::before{content:"\f10a"}[data-icon-set=medical][data-icon-name=ifu-norm]::before{content:"\f112"}[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"}
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=alarm]::before{content:"\f114"}[data-icon-set=medical][data-icon-name=alarm-norm]::before{content:"\f101"}[data-icon-set=medical][data-icon-name=alarm-off]::before{content:"\f111"}[data-icon-set=medical][data-icon-name=alarm-off-norm]::before{content:"\f10b"}[data-icon-set=medical][data-icon-name=alarm-pause]::before{content:"\f113"}[data-icon-set=medical][data-icon-name=alarm-pause-norm]::before{content:"\f10c"}[data-icon-set=medical][data-icon-name=alarmtype-off]::before{content:"\f10e"}[data-icon-set=medical][data-icon-name=alarmtype-off-norm]::before{content:"\f10d"}[data-icon-set=medical][data-icon-name=alarmtype-pause]::before{content:"\f10f"}[data-icon-set=medical][data-icon-name=alarmtype-pause-norm]::before{content:"\f110"}[data-icon-set=medical][data-icon-name=bed-free]::before{content:"\f108"}[data-icon-set=medical][data-icon-name=bed-occupied]::before{content:"\f109"}[data-icon-set=medical][data-icon-name=bed-raised]::before{content:"\f10a"}[data-icon-set=medical][data-icon-name=device]::before{content:"\f115"}[data-icon-set=medical][data-icon-name=ifu-norm]::before{content:"\f112"}[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
@@ -121,6 +121,9 @@
121
121
  &[data-icon-name="bed-raised"]::before {
122
122
  content: utils.get-icon-glyph("bed-raised");
123
123
  }
124
+ &[data-icon-name="device"]::before {
125
+ content: utils.get-icon-glyph("device");
126
+ }
124
127
  &[data-icon-name="ifu-norm"]::before {
125
128
  content: utils.get-icon-glyph("ifu-norm");
126
129
  }
Binary file
Binary file
Binary file
@@ -51,6 +51,10 @@
51
51
  "name": "bed-raised",
52
52
  "set": "medical"
53
53
  },
54
+ {
55
+ "name": "device",
56
+ "set": "medical"
57
+ },
54
58
  {
55
59
  "name": "ifu-norm",
56
60
  "set": "medical"
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="icons" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.5,19c-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5,1.5-.67,1.5-1.5-.67-1.5-1.5-1.5ZM17.5,21c-.28,0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5ZM6.5,19c-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5,1.5-.67,1.5-1.5-.67-1.5-1.5-1.5ZM6.5,21c-.28,0-.5-.22-.5-.5s.22-.5.5-.5.5.22.5.5-.22.5-.5.5ZM14.5,7c.41,0,.75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75ZM17,9h-4v-1.25c0-.27.08-.53.21-.75h-5.21V2h8v5h-.21c.13.22.21.48.21.75,0,.09-.01.17-.03.25h.03c.55,0,1-.45,1-1V2c0-.55-.45-1-1-1h-8c-.55,0-1,.45-1,1v5c0,.55.45,1,1,1h3v1h-4c-1.1,0-2,.9-2,2v5c0,1.1.9,2,2,2h10c1.1,0,2-.9,2-2v-5c0-1.1-.9-2-2-2ZM17,16H7v-5h10v5Z" style="fill:#f0f; stroke-width:0px;"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odx/icons",
3
- "version": "3.24.0",
3
+ "version": "3.26.0",
4
4
  "author": "Drägerwerk AG & Co. KGaA",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "publishConfig": {
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>@odx/icons 3.24.0</title>
5
+ <title>@odx/icons 3.26.0</title>
6
6
  <link rel="stylesheet" type="text/css" href="safety-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 3.24.0
129
+ @odx/icons 3.26.0
130
130
  </h1>
131
131
  <input class="page-search" placeholder="Search icons ..." />
132
132
  <div class="icon-count">
133
- Iconset: <strong>safety</strong> (775 icons)
133
+ Iconset: <strong>safety</strong> (787 icons)
134
134
  </div>
135
135
  </header>
136
136
  <main class="icons" id="icons">
@@ -225,6 +225,48 @@
225
225
  <span class="icon-name">alarm</span>
226
226
  <span class="icon-alias">
227
227
  </div>
228
+ <div class="icons__item">
229
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="alarm-a1">
230
+ <span></span>
231
+ </i>
232
+ <span class="icon-name">alarm-a1</span>
233
+ <span class="icon-alias">
234
+ </div>
235
+ <div class="icons__item">
236
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="alarm-a2">
237
+ <span></span>
238
+ </i>
239
+ <span class="icon-name">alarm-a2</span>
240
+ <span class="icon-alias">
241
+ </div>
242
+ <div class="icons__item">
243
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="alarm-co2-off">
244
+ <span></span>
245
+ </i>
246
+ <span class="icon-name">alarm-co2-off</span>
247
+ <span class="icon-alias">
248
+ </div>
249
+ <div class="icons__item">
250
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="alarm-din">
251
+ <span></span>
252
+ </i>
253
+ <span class="icon-name">alarm-din</span>
254
+ <span class="icon-alias">
255
+ </div>
256
+ <div class="icons__item">
257
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="alarm-din-off">
258
+ <span></span>
259
+ </i>
260
+ <span class="icon-name">alarm-din-off</span>
261
+ <span class="icon-alias">
262
+ </div>
263
+ <div class="icons__item">
264
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="alarm-din-pause">
265
+ <span></span>
266
+ </i>
267
+ <span class="icon-name">alarm-din-pause</span>
268
+ <span class="icon-alias">
269
+ </div>
228
270
  <div class="icons__item">
229
271
  <i class="odx-icon" data-icon-set="safety" data-icon-name="alarm-stel">
230
272
  <span></span>
@@ -351,6 +393,48 @@
351
393
  <span class="icon-name">alarm3-twa</span>
352
394
  <span class="icon-alias">
353
395
  </div>
396
+ <div class="icons__item">
397
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="alarms-das">
398
+ <span></span>
399
+ </i>
400
+ <span class="icon-name">alarms-das</span>
401
+ <span class="icon-alias">
402
+ </div>
403
+ <div class="icons__item">
404
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="alarms-das-hint">
405
+ <span></span>
406
+ </i>
407
+ <span class="icon-name">alarms-das-hint</span>
408
+ <span class="icon-alias">
409
+ </div>
410
+ <div class="icons__item">
411
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="alarms-info">
412
+ <span></span>
413
+ </i>
414
+ <span class="icon-name">alarms-info</span>
415
+ <span class="icon-alias">
416
+ </div>
417
+ <div class="icons__item">
418
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="alarms-off">
419
+ <span></span>
420
+ </i>
421
+ <span class="icon-name">alarms-off</span>
422
+ <span class="icon-alias">
423
+ </div>
424
+ <div class="icons__item">
425
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="alarms-paused">
426
+ <span></span>
427
+ </i>
428
+ <span class="icon-name">alarms-paused</span>
429
+ <span class="icon-alias">
430
+ </div>
431
+ <div class="icons__item">
432
+ <i class="odx-icon" data-icon-set="safety" data-icon-name="alarms-per-type">
433
+ <span></span>
434
+ </i>
435
+ <span class="icon-name">alarms-per-type</span>
436
+ <span class="icon-alias">
437
+ </div>
354
438
  <div class="icons__item">
355
439
  <i class="odx-icon" data-icon-set="safety" data-icon-name="alcotest-3820">
356
440
  <span></span>
@@ -23,8 +23,14 @@ $glyphs: (
23
23
  adjust: "\f43a",
24
24
  agriculture: "\f43b",
25
25
  alarm: "\f442",
26
- alarm-stel: "\f440",
27
- alarm-twa: "\f441",
26
+ alarm-a1: "\f121",
27
+ alarm-a2: "\f122",
28
+ alarm-co2-off: "\f123",
29
+ alarm-din: "\f126",
30
+ alarm-din-off: "\f124",
31
+ alarm-din-pause: "\f125",
32
+ alarm-stel: "\f134",
33
+ alarm-twa: "\f13b",
28
34
  alarm1-a1: "\f11a",
29
35
  alarm1-a2: "\f11b",
30
36
  alarm1-a3: "\f11c",
@@ -44,10 +50,16 @@ $glyphs: (
44
50
  alarm3-protection-part1: "\f140",
45
51
  alarm3-sos: "\f141",
46
52
  alarm3-sos-part1: "\f142",
47
- alarm3-stel: "\f145",
48
- alarm3-stel-part1: "\f14c",
49
- alarm3-twa: "\f14e",
50
- alarm3-twa-part1: "\f453",
53
+ alarm3-stel: "\f13c",
54
+ alarm3-stel-part1: "\f13d",
55
+ alarm3-twa: "\f13e",
56
+ alarm3-twa-part1: "\f13f",
57
+ alarms-das: "\f12f",
58
+ alarms-das-hint: "\f127",
59
+ alarms-info: "\f130",
60
+ alarms-off: "\f131",
61
+ alarms-paused: "\f132",
62
+ alarms-per-type: "\f133",
51
63
  alcotest-3820: "\f455",
52
64
  alcotest-5820: "\f114",
53
65
  alcotest-6820: "\f456",
@@ -242,12 +254,12 @@ $glyphs: (
242
254
  explosive-a2: "\f46e",
243
255
  explosive-a2-part1: "\f46d",
244
256
  explosive-a2-part2: "\f1e7",
245
- explosive-stel: "\f1e8",
246
- explosive-stel-part1: "\f1e9",
247
- explosive-stel-part2: "\f1ea",
248
- explosive-twa: "\f46f",
249
- explosive-twa-part1: "\f491",
250
- explosive-twa-part2: "\f1ec",
257
+ explosive-stel: "\f145",
258
+ explosive-stel-part1: "\f149",
259
+ explosive-stel-part2: "\f14a",
260
+ explosive-twa: "\f14b",
261
+ explosive-twa-part1: "\f14c",
262
+ explosive-twa-part2: "\f14e",
251
263
  explosive: "\f1e0",
252
264
  explosive-part1: "\f1e1",
253
265
  export-to-excel: "\f1ee",
@@ -307,12 +319,12 @@ $glyphs: (
307
319
  flammable-a2: "\f4b9",
308
320
  flammable-a2-part1: "\f4b8",
309
321
  flammable-a2-part2: "\f22b",
310
- flammable-stel: "\f22c",
311
- flammable-stel-part1: "\f22d",
312
- flammable-stel-part2: "\f22e",
313
- flammable-twa: "\f22f",
314
- flammable-twa-part1: "\f230",
315
- flammable-twa-part2: "\f231",
322
+ flammable-stel: "\f15b",
323
+ flammable-stel-part1: "\f167",
324
+ flammable-stel-part2: "\f168",
325
+ flammable-twa: "\f169",
326
+ flammable-twa-part1: "\f170",
327
+ flammable-twa-part2: "\f176",
316
328
  flammable: "\f224",
317
329
  flammable-part1: "\f225",
318
330
  floorplan: "\f234",
@@ -634,12 +646,12 @@ $glyphs: (
634
646
  suffocation-a2: "\f4f1",
635
647
  suffocation-a2-part1: "\f4ef",
636
648
  suffocation-a2-part2: "\f4f0",
637
- suffocation-stel: "\f394",
638
- suffocation-stel-part1: "\f4f2",
639
- suffocation-stel-part2: "\f4f3",
640
- suffocation-twa: "\f397",
641
- suffocation-twa-part1: "\f398",
642
- suffocation-twa-part2: "\f399",
649
+ suffocation-stel: "\f18b",
650
+ suffocation-stel-part1: "\f18c",
651
+ suffocation-stel-part2: "\f18d",
652
+ suffocation-twa: "\f18e",
653
+ suffocation-twa-part1: "\f18f",
654
+ suffocation-twa-part2: "\f190",
643
655
  suffocation: "\f38c",
644
656
  suffocation-part1: "\f38d",
645
657
  system: "\f3a0",
@@ -678,9 +690,9 @@ $glyphs: (
678
690
  test-results: "\f3bd",
679
691
  testing: "\f3bf",
680
692
  theme-switch: "\f3c0",
681
- thermal-alarm: "\f4fb",
682
- thermal-alarm-part1: "\f4fc",
683
- thermal-alarm-part2: "\f4fd",
693
+ thermal-alarm: "\f194",
694
+ thermal-alarm-part1: "\f195",
695
+ thermal-alarm-part2: "\f196",
684
696
  tic: "\f3d3",
685
697
  tic-connection-rejected: "\f3c6",
686
698
  tic-connection-rejected-part1: "\f3c4",
@@ -709,12 +721,12 @@ $glyphs: (
709
721
  toxic-a2: "\f50b",
710
722
  toxic-a2-part1: "\f509",
711
723
  toxic-a2-part2: "\f50a",
712
- toxic-stel: "\f3f1",
713
- toxic-stel-part1: "\f3ef",
714
- toxic-stel-part2: "\f50c",
715
- toxic-twa: "\f50f",
716
- toxic-twa-part1: "\f50d",
717
- toxic-twa-part2: "\f50e",
724
+ toxic-stel: "\f19a",
725
+ toxic-stel-part1: "\f19b",
726
+ toxic-stel-part2: "\f19c",
727
+ toxic-twa: "\f19d",
728
+ toxic-twa-part1: "\f19e",
729
+ toxic-twa-part2: "\f19f",
718
730
  toxic: "\f3e7",
719
731
  toxic-part1: "\f505",
720
732
  trailer: "\f3f5",