@odx/icons 2.2.0 → 2.3.1

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 CHANGED
@@ -1,3 +1,17 @@
1
+ ## [2.3.1](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.3.0...v2.3.1) (2023-08-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **icons:** correction of safety motion icons ([005ee30](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/005ee301b212e3133bdbbfa0c982659829b77aad))
7
+
8
+ # [2.3.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.2.0...v2.3.0) (2023-08-14)
9
+
10
+
11
+ ### Features
12
+
13
+ * new medical icons ([bf68a5c](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/bf68a5c368c2aaf88b5f5831d2afac77a18b3411))
14
+
1
15
  # [2.2.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.1.0...v2.2.0) (2023-08-07)
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.2.0</title>
5
+ <title>@odx/icons 2.3.1</title>
6
6
  <link rel="stylesheet" type="text/css" href="core-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.2.0
129
+ @odx/icons 2.3.1
130
130
  </h1>
131
131
  <input class="page-search" placeholder="Search icons ..." />
132
132
  <div class="icon-count">
133
- Iconset: <strong>core</strong> (355 icons)
133
+ Iconset: <strong>core</strong> (356 icons)
134
134
  </div>
135
135
  </header>
136
136
  <main class="icons" id="icons">
@@ -841,6 +841,13 @@
841
841
  <span class="icon-name">d</span>
842
842
  <span class="icon-alias">
843
843
  </div>
844
+ <div class="icons__item">
845
+ <i class="odx-icon" data-icon-set="core" data-icon-name="dashboard">
846
+ <span></span>
847
+ </i>
848
+ <span class="icon-name">dashboard</span>
849
+ <span class="icon-alias">
850
+ </div>
844
851
  <div class="icons__item">
845
852
  <i class="odx-icon" data-icon-set="core" data-icon-name="delete">
846
853
  <span></span>
@@ -127,6 +127,7 @@ $glyphs: (
127
127
  copy-folder: "\f170",
128
128
  cut: "\f171",
129
129
  d: "\f125",
130
+ dashboard: "\f247",
130
131
  delete: "\f172",
131
132
  delete-success: "\f136",
132
133
  delete-success-part1: "\f17f",
@@ -459,6 +459,9 @@
459
459
  [data-icon-set=core][data-icon-name=d]::before {
460
460
  content: "\f125";
461
461
  }
462
+ [data-icon-set=core][data-icon-name=dashboard]::before {
463
+ content: "\f247";
464
+ }
462
465
  [data-icon-set=core][data-icon-name=delete]::before {
463
466
  content: "\f172";
464
467
  }
Binary file
@@ -466,6 +466,9 @@
466
466
  &[data-icon-name="d"]::before {
467
467
  content: utils.get-icon-glyph("d");
468
468
  }
469
+ &[data-icon-name="dashboard"]::before {
470
+ content: utils.get-icon-glyph("dashboard");
471
+ }
469
472
  &[data-icon-name="delete"]::before {
470
473
  content: utils.get-icon-glyph("delete");
471
474
  }
Binary file
Binary file
Binary file
@@ -403,6 +403,10 @@
403
403
  "name": "d",
404
404
  "set": "core"
405
405
  },
406
+ {
407
+ "name": "dashboard",
408
+ "set": "core"
409
+ },
406
410
  {
407
411
  "name": "delete",
408
412
  "set": "core"
@@ -0,0 +1 @@
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-7f10e04f-620d-4a76-a3bf-cb0214eda3a4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m9,5v4h-4v-4h4m2-2h-6c-1.1,0-2,.9-2,2v6h8V3h0Zm8,2v4h-4v-4h4m0-2h-6v8h8v-6c0-1.1-.9-2-2-2h0Zm-10,12v4h-4v-4h4m2-2H3v6c0,1.1.9,2,2,2h6v-8h0Zm8,2v4h-4v-4h4m2-2h-8v8h6c1.1,0,2-.9,2-2v-6h0Z" style="fill:#f0f;"/></svg>
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>@odx/icons 2.2.0</title>
5
+ <title>@odx/icons 2.3.1</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.2.0
129
+ @odx/icons 2.3.1
130
130
  </h1>
131
131
  <input class="page-search" placeholder="Search icons ..." />
132
132
  <div class="icon-count">
Binary file
Binary file
Binary file
Binary file
@@ -1 +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>
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-23412a20-6adb-4ed7-b1f5-fc1f2464ce1b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m22,11h-2.28c-.35-.59-.98-1-1.72-1h-2v-1c0-.55-.45-1-1-1s-1,.45-1,1v1h-4v-1c0-.55-.45-1-1-1s-1,.45-1,1v1h-2c-.74,0-1.37.41-1.72,1h-2.28v3h2.28c.35.59.98,1,1.72,1h12c.74,0,1.37-.41,1.72-1h2.28v-3ZM3,13v-1h1v1h-1Zm3,0v-1h12v1s-12,0-12,0Zm15,0h-1v-1h1v1Z" style="fill:#f0f;"/></svg>
@@ -1 +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>
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-0ed619ca-4b06-4f4d-bdfb-0f6bd69f9ac6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m19.44,12.31c-3.38-3.84-3.44-9.26-3.44-9.32,0-.4-.25-.77-.62-.92-.37-.15-.8-.07-1.09.22l-6.41,6.41c-.56.56-.88,1.33-.88,2.12v.67h-1v.5c-1.65,0-3,1.35-3,3l-.5,1v2h.5v4h2v-4h.5v-2l-.5-1c0-.55.45-1,1-1v.5h1v.39c0,1.03.53,2,1.41,2.54l7.06,4.41c.16.1.35.15.53.15.29,0,.57-.12.77-.36l2.77-3.33c1.46-1.75,1.42-4.27-.1-6Zm-1.43,4.72l-2.21,2.66-6.32-3.95c-.29-.18-.47-.5-.47-.85v-4.06c0-.27.11-.52.29-.71l4.91-4.91c.34,2.19,1.26,5.62,3.73,8.42.86.98.89,2.41.07,3.4Z" style="fill:#f0f;"/></svg>
@@ -1 +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>
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-fc5ed043-dfa4-4b30-8095-d79fc72abb72" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="m17.81,2.58l-1.63-1.16-1.29,1.8-.81-.58-.58.81.81.58-1.83,2.56c-.98,1.36-1.49,2.97-1.49,4.65v4.03c-.6.35-1,.98-1,1.72s.4,1.38,1,1.72v4.28l2-1v-3.28c.6-.35,1-.98,1-1.72s-.4-1.38-1-1.72v-4.03c0-1.26.39-2.46,1.12-3.49l1.83-2.56.72.51.58-.81-.72-.51,1.29-1.8Zm-5.81,15.42c-.55,0-1-.45-1-1s.45-1,1-1,1,.45,1,1-.45,1-1,1Z" style="fill:#f0f;"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odx/icons",
3
- "version": "2.2.0",
3
+ "version": "2.3.1",
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 2.2.0</title>
5
+ <title>@odx/icons 2.3.1</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.2.0
129
+ @odx/icons 2.3.1
130
130
  </h1>
131
131
  <input class="page-search" placeholder="Search icons ..." />
132
132
  <div class="icon-count">
@@ -503,12 +503,12 @@ $glyphs: (
503
503
  monitoring-2: "\ec36",
504
504
  monitoring-3: "\ec37",
505
505
  motion-sensing: "\ec38",
506
- motion-sensing-disabled: "\f21a",
507
- motion-sensing-disabled-part1: "\f218",
508
- motion-sensing-disabled-part2: "\f219",
509
- motion-sensing-enabled: "\f21d",
510
- motion-sensing-enabled-part1: "\f21b",
511
- motion-sensing-enabled-part2: "\f21c",
506
+ motion-sensing-disabled: "\f114",
507
+ motion-sensing-disabled-part1: "\f16c",
508
+ motion-sensing-disabled-part2: "\f16d",
509
+ motion-sensing-enabled: "\f16e",
510
+ motion-sensing-enabled-part1: "\f16f",
511
+ motion-sensing-enabled-part2: "\f170",
512
512
  move: "\f15e",
513
513
  move-screen: "\ec3f",
514
514
  multigas: "\ec40",
@@ -1712,26 +1712,26 @@
1712
1712
  content: "\ec38";
1713
1713
  }
1714
1714
  [data-icon-set=safety][data-icon-name=motion-sensing-disabled]::before {
1715
- content: "\f21a";
1715
+ content: "\f114";
1716
+ color: #F30303;
1716
1717
  }
1717
1718
  [data-icon-set=safety][data-icon-name=motion-sensing-disabled]::after {
1718
- content: "\f218";
1719
- color: #F30303;
1719
+ content: "\f16c";
1720
+ color: #FFF;
1720
1721
  }
1721
1722
  [data-icon-set=safety][data-icon-name=motion-sensing-disabled] span::before {
1722
- content: "\f219";
1723
- color: #FFF;
1723
+ content: "\f16d";
1724
1724
  }
1725
1725
  [data-icon-set=safety][data-icon-name=motion-sensing-enabled]::before {
1726
- content: "\f21d";
1726
+ content: "\f16e";
1727
+ color: #00DD31;
1727
1728
  }
1728
1729
  [data-icon-set=safety][data-icon-name=motion-sensing-enabled]::after {
1729
- content: "\f21b";
1730
- color: #00DD31;
1730
+ content: "\f16f";
1731
+ color: #002766;
1731
1732
  }
1732
1733
  [data-icon-set=safety][data-icon-name=motion-sensing-enabled] span::before {
1733
- content: "\f21c";
1734
- color: #002766;
1734
+ content: "\f170";
1735
1735
  }
1736
1736
  [data-icon-set=safety][data-icon-name=move]::before {
1737
1737
  content: "\f15e";
Binary file
@@ -1720,25 +1720,25 @@
1720
1720
  }
1721
1721
  &[data-icon-name="motion-sensing-disabled"]::before {
1722
1722
  content: utils.get-icon-glyph("motion-sensing-disabled");
1723
+ color: #F30303;
1723
1724
  }
1724
1725
  &[data-icon-name="motion-sensing-disabled"]::after {
1725
1726
  content: utils.get-icon-glyph("motion-sensing-disabled-part1");
1726
- color: #F30303;
1727
+ color: #FFF;
1727
1728
  }
1728
1729
  &[data-icon-name="motion-sensing-disabled"] span::before {
1729
1730
  content: utils.get-icon-glyph("motion-sensing-disabled-part2");
1730
- color: #FFF;
1731
1731
  }
1732
1732
  &[data-icon-name="motion-sensing-enabled"]::before {
1733
1733
  content: utils.get-icon-glyph("motion-sensing-enabled");
1734
+ color: #00DD31;
1734
1735
  }
1735
1736
  &[data-icon-name="motion-sensing-enabled"]::after {
1736
1737
  content: utils.get-icon-glyph("motion-sensing-enabled-part1");
1737
- color: #00DD31;
1738
+ color: #002766;
1738
1739
  }
1739
1740
  &[data-icon-name="motion-sensing-enabled"] span::before {
1740
1741
  content: utils.get-icon-glyph("motion-sensing-enabled-part2");
1741
- color: #002766;
1742
1742
  }
1743
1743
  &[data-icon-name="move"]::before {
1744
1744
  content: utils.get-icon-glyph("move");
Binary file
Binary file
Binary file
@@ -1 +1 @@
1
- <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-46425ba7-e01c-480e-b595-fa68d7135833" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m16.89,19c-.22.31-.41.65-.58,1h-2.31c-.56,0-1-.45-1-1h3.89Zm5.05-8.94l-.89.89c-1.41-1.42-3.3-2.2-5.3-2.2s-3.89.78-5.3,2.2l-.89-.89c.86-.86,1.84-1.5,2.9-1.92,1.05-.43,2.17-.64,3.29-.64,2.24,0,4.48.85,6.19,2.56Zm2.47-2.47l-1.24,1.24c-1.98-1.99-4.62-3.08-7.42-3.08s-5.44,1.09-7.42,3.08l-1.24-1.24c2.39-2.39,5.53-3.59,8.66-3.59,1.57,0,3.13.3,4.61.9,1.47.6,2.86,1.5,4.05,2.69Zm-8.42,18.66h-.24c-2.8,0-5.44-1.09-7.42-3.08l-1.24,1.24c2.39,2.39,5.53,3.59,8.66,3.59.37,0,.74-.02,1.1-.05-.35-.52-.64-1.09-.86-1.7Zm-.49-2.75c0-.09,0-.17,0-.26-1.91-.05-3.71-.83-5.06-2.19l-.89.89c1.66,1.66,3.82,2.51,6,2.56-.04-.33-.06-.66-.06-1Zm3-11.5h-4.5c-.56,0-1,.45-1,1h5.5v.5h-10.5c-.56,0-1,.45-1,1v1h7v1h-7v1c0,.55.44,1,1,1h9.26c.84-1.06,1.96-1.9,3.24-2.42v-2.08c0-1.1-.9-2-2-2Zm4.5,2.25c-.91,0-1.65.68-1.73,1.57.71-.21,1.46-.32,2.23-.32.4,0,.8.03,1.19.09-.17-.77-.86-1.34-1.69-1.34Z" style="fill:#f0f;"/><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.5Z" style="fill:#f30303;"/><g><path d="m20.32,20.32c-1.51,1.51-1.72,3.84-.63,5.58l6.2-6.2c-1.74-1.09-4.06-.89-5.58.63Z" style="fill:#fff;"/><path d="m27.31,21.11l-6.2,6.2c1.74,1.09,4.06.89,5.58-.63,1.51-1.51,1.72-3.84.63-5.58Z" style="fill:#fff;"/></g></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-701f3f9d-888f-451f-839c-483be87ebdbc" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g><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.5Z" style="fill:#f30303;"/><g><path d="m20.32,20.32c-1.51,1.51-1.72,3.84-.63,5.58l6.2-6.2c-1.74-1.09-4.06-.89-5.58.63Z" style="fill:#fff;"/><path d="m27.31,21.11l-6.2,6.2c1.74,1.09,4.06.89,5.58-.63,1.51-1.51,1.72-3.84.63-5.58Z" style="fill:#fff;"/></g></g><g><path d="m10.45,21.05l-.88.88c1.66,1.66,3.83,2.51,6,2.55-.04-.33-.07-.65-.07-.99,0-.09.01-.17.01-.26-1.91-.06-3.71-.82-5.07-2.19Z" style="fill:#f0f;"/><path d="m21.94,10.06c-1.71-1.71-3.95-2.56-6.19-2.56s-4.48.85-6.19,2.56l.88.88c1.42-1.42,3.3-2.2,5.3-2.2s3.89.78,5.3,2.2l.88-.88Z" style="fill:#f0f;"/><path d="m23.29,14s0,0,0,0h0c-.19-.9-1.07-1.47-1.97-1.28-.9.19-1.47,1.07-1.28,1.97.12.56.51,1,1.01,1.2.57-.18,1.16-.3,1.77-.35.4-.38.59-.95.47-1.53Z" style="fill:#f0f;"/><path d="m15.75,5.75c2.8,0,5.44,1.09,7.42,3.08l1.24-1.24c-2.39-2.39-5.53-3.59-8.66-3.59s-6.27,1.2-8.66,3.59l1.24,1.24c1.98-1.98,4.62-3.08,7.42-3.08Z" style="fill:#f0f;"/><path d="m15.99,26.24c-.08,0-.16.01-.24.01-2.8,0-5.44-1.09-7.42-3.08l-1.24,1.24c2.39,2.39,5.53,3.59,8.66,3.59.37,0,.73-.02,1.1-.05-.35-.53-.64-1.1-.86-1.71Z" style="fill:#f0f;"/><path d="m11.68,18.33l-2.34-.33-.61,1.83,4.11.64,1.39-2.69,4.11-.75.17.23c.53-.42,1.11-.78,1.73-1.06l-2.63-3.68,2.08-.7-1.58-1.36-3.7,1.01,1.94,2.72-3.26.81-6.89-.3-.43,1.94,6.65.3-.73,1.39Z" style="fill:#f0f;"/></g></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-acd645cd-6d47-4cc1-9964-daf3f9fd5490" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m16.89,19c-.22.31-.41.65-.58,1h-2.31c-.56,0-1-.45-1-1h3.89Zm5.05-8.94l-.89.89c-1.41-1.42-3.3-2.2-5.3-2.2s-3.89.78-5.3,2.2l-.89-.89c.86-.86,1.84-1.5,2.9-1.92,1.05-.43,2.17-.64,3.29-.64,2.24,0,4.48.85,6.19,2.56Zm2.47-2.47l-1.24,1.24c-1.98-1.99-4.62-3.08-7.42-3.08s-5.44,1.09-7.42,3.08l-1.24-1.24c2.39-2.39,5.53-3.59,8.66-3.59,1.57,0,3.13.3,4.61.9,1.47.6,2.86,1.5,4.05,2.69Zm-8.42,18.66h-.24c-2.8,0-5.44-1.09-7.42-3.08l-1.24,1.24c2.39,2.39,5.53,3.59,8.66,3.59.37,0,.74-.02,1.1-.05-.35-.52-.64-1.09-.86-1.7Zm-.49-2.75c0-.09,0-.17,0-.26-1.91-.05-3.71-.83-5.06-2.19l-.89.89c1.66,1.66,3.82,2.51,6,2.56-.04-.33-.06-.66-.06-1Zm3-11.5h-4.5c-.56,0-1,.45-1,1h5.5v.5h-10.5c-.56,0-1,.45-1,1v1h7v1h-7v1c0,.55.44,1,1,1h9.26c.84-1.06,1.96-1.9,3.24-2.42v-2.08c0-1.1-.9-2-2-2Zm4.5,2.25c-.91,0-1.65.68-1.73,1.57.71-.21,1.46-.32,2.23-.32.4,0,.8.03,1.19.09-.17-.77-.86-1.34-1.69-1.34Z" style="fill:#f0f;"/><g><circle cx="23.5" cy="23.5" r="6.5" style="fill:#00dd31;"/><path d="m23.09,26.59l-.9.9-.9-.9-2.64-2.64,1.22-1.22,2.33,2.33,4.59-4.59,1.22,1.22-4.91,4.91Z" style="fill:#002766;"/></g></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-2ccd836c-9f36-4b6a-ad6d-1f48c6669242" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g><circle cx="23.5" cy="23.5" r="6.5" style="fill:#00dd31;"/><path d="m23.09,26.59l-.9.9-.9-.9-2.64-2.64,1.22-1.22,2.33,2.33,4.59-4.59,1.22,1.22-4.91,4.91Z" style="fill:#002766;"/></g><g><path d="m10.45,21.05l-.88.88c1.66,1.66,3.83,2.51,6,2.55-.04-.33-.07-.65-.07-.99,0-.09.01-.17.01-.26-1.91-.06-3.71-.82-5.07-2.19Z" style="fill:#f0f;"/><path d="m21.94,10.06c-1.71-1.71-3.95-2.56-6.19-2.56s-4.48.85-6.19,2.56l.88.88c1.42-1.42,3.3-2.2,5.3-2.2s3.89.78,5.3,2.2l.88-.88Z" style="fill:#f0f;"/><path d="m23.29,14s0,0,0,0h0c-.19-.9-1.07-1.47-1.97-1.28-.9.19-1.47,1.07-1.28,1.97.12.56.51,1,1.01,1.2.57-.18,1.16-.3,1.77-.35.4-.38.59-.95.47-1.53Z" style="fill:#f0f;"/><path d="m15.75,5.75c2.8,0,5.44,1.09,7.42,3.08l1.24-1.24c-2.39-2.39-5.53-3.59-8.66-3.59s-6.27,1.2-8.66,3.59l1.24,1.24c1.98-1.98,4.62-3.08,7.42-3.08Z" style="fill:#f0f;"/><path d="m15.99,26.24c-.08,0-.16.01-.24.01-2.8,0-5.44-1.09-7.42-3.08l-1.24,1.24c2.39,2.39,5.53,3.59,8.66,3.59.37,0,.73-.02,1.1-.05-.35-.53-.64-1.1-.86-1.71Z" style="fill:#f0f;"/><path d="m11.68,18.33l-2.34-.33-.61,1.83,4.11.64,1.39-2.69,4.11-.75.17.23c.53-.42,1.11-.78,1.73-1.06l-2.63-3.68,2.08-.7-1.58-1.36-3.7,1.01,1.94,2.72-3.26.81-6.89-.3-.43,1.94,6.65.3-.73,1.39Z" style="fill:#f0f;"/></g></svg>
@@ -1 +1 @@
1
- <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-e7c89497-eee2-4146-8610-75c311d4e613" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m15.75,5.75c-2.8,0-5.44,1.09-7.42,3.08l-1.24-1.24c2.39-2.39,5.53-3.59,8.66-3.59h0c3.13,0,6.27,1.2,8.66,3.59l-1.24,1.24c-1.98-1.98-4.62-3.08-7.42-3.08M7.09,24.41c2.39,2.39,5.53,3.59,8.66,3.59s6.27-1.2,8.66-3.59l-1.24-1.24c-1.98,1.98-4.62,3.08-7.42,3.08s-5.44-1.09-7.42-3.08l-1.24,1.24Zm8.66-15.66c2,0,3.89.78,5.3,2.2l.88-.88c-1.71-1.71-3.95-2.56-6.19-2.56h0c-2.24,0-4.48.85-6.19,2.56l.88.88c1.42-1.42,3.3-2.2,5.3-2.2m-6.19,13.19c1.71,1.71,3.95,2.56,6.19,2.56s4.48-.85,6.19-2.56l-.88-.88c-1.42,1.42-3.3,2.2-5.3,2.2s-3.89-.78-5.3-2.2l-.88.88Zm13.44-4.19c-.97,0-1.75-.78-1.75-1.75s.78-1.75,1.75-1.75,1.75.78,1.75,1.75-.78,1.75-1.75,1.75Zm-4.5.75v.5h-5.5c0,.55.45,1,1,1h4.5c1.1,0,2-.9,2-2v-4c0-1.1-.9-2-2-2h-4.5c-.55,0-1,.45-1,1h5.5v.5H8c-.55,0-1,.45-1,1v1h7v1h-7v1c0,.55.45,1,1,1h10.5Z" style="fill:#f0f;"/></svg>
1
+ <?xml version="1.0" encoding="UTF-8"?><svg id="uuid-9a98da59-5372-4c96-b827-00f8ae2b2b36" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m15.75,5.75c-2.8,0-5.44,1.09-7.42,3.08l-1.24-1.24c2.39-2.39,5.53-3.59,8.66-3.59h0c3.13,0,6.27,1.2,8.66,3.59l-1.24,1.24c-1.98-1.98-4.62-3.08-7.42-3.08M7.09,24.41c2.39,2.39,5.53,3.59,8.66,3.59s6.27-1.2,8.66-3.59l-1.24-1.24c-1.98,1.98-4.62,3.08-7.42,3.08s-5.44-1.09-7.42-3.08l-1.24,1.24Zm8.66-15.66c2,0,3.89.78,5.3,2.2l.88-.88c-1.71-1.71-3.95-2.56-6.19-2.56h0c-2.24,0-4.48.85-6.19,2.56l.88.88c1.42-1.42,3.3-2.2,5.3-2.2m-6.19,13.19c1.71,1.71,3.95,2.56,6.19,2.56s4.48-.85,6.19-2.56l-.88-.88c-1.42,1.42-3.3,2.2-5.3,2.2s-3.89-.78-5.3-2.2l-.88.88Zm12.45-5.97h0c.9-.19,1.47-1.07,1.28-1.97,0,0,0,0,0,0h0c-.19-.9-1.07-1.47-1.97-1.28-.9.19-1.47,1.07-1.28,1.97.19.9,1.07,1.47,1.97,1.28Zm-.49,2.03l-3.91-5.48,2.08-.7-1.58-1.36-3.7,1.01,1.94,2.72-3.26.81-6.89-.3-.43,1.94,6.65.3-.73,1.39-2.34-.33-.61,1.83,4.11.64,1.39-2.69,4.11-.75,2.15,2.97,3.42-.17.49-1.82h-2.88Z" style="fill:#f0f;"/></svg>