@odx/icons 2.3.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,10 @@
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
+
1
8
  # [2.3.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.2.0...v2.3.0) (2023-08-14)
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.3.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,7 +126,7 @@
126
126
  />
127
127
  </svg>
128
128
  <h1 class="page-title">
129
- @odx/icons 2.3.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">
@@ -2,7 +2,7 @@
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
5
- <title>@odx/icons 2.3.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.3.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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odx/icons",
3
- "version": "2.3.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.3.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.3.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>