@odx/icons 2.9.0 → 2.9.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 +9 -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/uib-legacy/svg/leaktest-hp-query.svg +1 -1
- package/uib-legacy/svg/leaktest-hp.svg +1 -1
- package/uib-legacy/svg/leaktest-lp-query.svg +1 -1
- package/uib-legacy/svg/leaktest-lp.svg +1 -1
- package/uib-legacy/svg/leaktest-ok.svg +1 -1
- package/uib-legacy/svg/leaktest-query.svg +1 -1
- package/uib-legacy/svg/leaktest-run.svg +1 -1
- package/uib-legacy/svg/leaktest-timeout.svg +1 -1
- package/uib-legacy/svg/leaktest-warning.svg +1 -1
- package/uib-legacy/uib-legacy-demo-poster.html +2 -2
- package/uib-legacy/uib-legacy-icons.eot +0 -0
- package/uib-legacy/uib-legacy-icons.ttf +0 -0
- package/uib-legacy/uib-legacy-icons.woff +0 -0
- package/uib-legacy/uib-legacy-icons.woff2 +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [2.9.1](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.9.0...v2.9.1) (2023-09-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **icons:** correction of leaktest icons ([3898553](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/3898553ffa5e41a5a9bb8ea4334a81fcb566f30e))
|
|
7
|
+
* **icons:** correction of leaktest icons ([d5b27b0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/d5b27b098bb9ea713bce037bf892ceb529eeb451))
|
|
8
|
+
* **icons:** correction of leaktest icons again ([8aed6a7](https://dev.azure.com/draeger/ODXP/_git/odx-icons/commit/8aed6a7a450e968b346933bd12b7706d1775908c))
|
|
9
|
+
|
|
1
10
|
# [2.9.0](https://dev.azure.com/draeger/ODXP/_git/odx-icons/compare/v2.8.0...v2.9.0) (2023-09-20)
|
|
2
11
|
|
|
3
12
|
|
|
@@ -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.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.9.
|
|
129
|
+
@odx/icons 2.9.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.9.
|
|
5
|
+
<title>@odx/icons 2.9.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.9.
|
|
129
|
+
@odx/icons 2.9.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
|
@@ -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.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.9.
|
|
129
|
+
@odx/icons 2.9.1
|
|
130
130
|
</h1>
|
|
131
131
|
<input class="page-search" placeholder="Search icons ..." />
|
|
132
132
|
<div class="icon-count">
|
|
@@ -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-0db24735-3bc2-4ce1-9b0c-ba28a1a92351" 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-6.68,10.55H4v-2h13.71c-.56.59-1.03,1.26-1.39,2Zm2.54-3h-1.05c.12-.19.21-.4.27-.62l.37-1.38h9.56v1.89c-1.28-.88-2.83-1.39-4.5-1.39s-3.33.56-4.65,1.5Z" style="fill:#f0f; stroke-width:0px;"/><circle cx="23.5" cy="23.5" r="6.5" style="fill:#00dd31; stroke-width:0px;"/><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="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-b668bfb6-e32f-4fa8-8542-734b49191094" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m25.8,15h2.2v.74l-.61.61-.47.47c-.36-.19-.73-.34-1.12-.47v-1.35Zm-7.6,1.35l.7-.7.71.7.47.47c.36-.19.73-.34,1.12-.47v-1.35h-2.76l-.37,1.38c-.02.06-.05.11-.08.17l.2-.2Zm-5.49-5.6c-.14-.53-.69-.85-1.23-.71l-.48.13,1.29,4.82c.14.54.69.85,1.23.71l.48-.13-1.29-4.83Zm5.29-.58l-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.13Zm5-.71c0,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-11.88,7.55h-7.12v-2h6.48l.37,1.38c.06.23.16.43.27.62Zm5.64,3H4v-2h12.54l-.19.19-.7.7.7.71.4.4Z" style="fill:#f0f; stroke-width:0px;"/><path d="m28.92,19.91l1.01-1.01-1.84-1.85-1.02,1.01c-.69-.46-1.46-.78-2.27-.95v-1.43h-2.6v1.43c-.81.17-1.58.49-2.27.95l-1.02-1.01-1.84,1.84,1.01,1.02c-1.8,2.71-1.31,6.34,1.14,8.48,2.45,2.14,6.11,2.14,8.56,0,2.45-2.14,2.94-5.77,1.14-8.48Z" style="fill:#f30303; fill-rule:evenodd; stroke-width:0px;"/><path d="m23.5,17.99c-3.04,0-5.5,2.46-5.5,5.5s2.46,5.5,5.5,5.5c1.46,0,2.86-.58,3.89-1.61,1.03-1.03,1.61-2.43,1.61-3.89,0-3.04-2.46-5.5-5.5-5.5Zm-2.1,9.54c-1.86-.97-2.82-3.08-2.32-5.12.5-2.04,2.33-3.47,4.42-3.47v4.55l3.42,2.99c-1.38,1.58-3.66,2.01-5.52,1.04Z" style="fill:#fff; fill-rule:evenodd; 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; stroke-width:0px;"/><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; stroke-width:0px;"/><path d="m19.99,20h2v5h-2v-5Zm0,8h2v-2h-2v2Z" style="stroke-width:0px;"/></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.1</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.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
|