@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 +14 -0
- package/core/core-demo-poster.html +10 -3
- package/core/core-iconmap.scss +1 -0
- package/core/core-icons.css +3 -0
- package/core/core-icons.eot +0 -0
- package/core/core-icons.scss +3 -0
- package/core/core-icons.ttf +0 -0
- package/core/core-icons.woff +0 -0
- package/core/core-icons.woff2 +0 -0
- package/core/core-metadata.json +4 -0
- package/core/svg/dashboard.svg +1 -0
- package/medical/medical-demo-poster.html +2 -2
- package/medical/medical-icons.eot +0 -0
- package/medical/medical-icons.ttf +0 -0
- package/medical/medical-icons.woff +0 -0
- package/medical/medical-icons.woff2 +0 -0
- package/medical/svg/ventilation-hfnc.svg +1 -1
- package/medical/svg/ventilation-mask.svg +1 -1
- package/medical/svg/ventilation-tube.svg +1 -1
- package/package.json +1 -1
- package/safety/safety-demo-poster.html +2 -2
- package/safety/safety-iconmap.scss +6 -6
- package/safety/safety-icons.css +10 -10
- package/safety/safety-icons.eot +0 -0
- package/safety/safety-icons.scss +4 -4
- package/safety/safety-icons.ttf +0 -0
- package/safety/safety-icons.woff +0 -0
- package/safety/safety-icons.woff2 +0 -0
- package/safety/svg/motion-sensing-disabled.svg +1 -1
- package/safety/svg/motion-sensing-enabled.svg +1 -1
- package/safety/svg/motion-sensing.svg +1 -1
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.
|
|
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.
|
|
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> (
|
|
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>
|
package/core/core-iconmap.scss
CHANGED
package/core/core-icons.css
CHANGED
|
@@ -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
|
}
|
package/core/core-icons.eot
CHANGED
|
Binary file
|
package/core/core-icons.scss
CHANGED
|
@@ -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
|
}
|
package/core/core-icons.ttf
CHANGED
|
Binary file
|
package/core/core-icons.woff
CHANGED
|
Binary file
|
package/core/core-icons.woff2
CHANGED
|
Binary file
|
package/core/core-metadata.json
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>@odx/icons 2.
|
|
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.
|
|
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: "\
|
|
507
|
-
motion-sensing-disabled-part1: "\
|
|
508
|
-
motion-sensing-disabled-part2: "\
|
|
509
|
-
motion-sensing-enabled: "\
|
|
510
|
-
motion-sensing-enabled-part1: "\
|
|
511
|
-
motion-sensing-enabled-part2: "\
|
|
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",
|
package/safety/safety-icons.css
CHANGED
|
@@ -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: "\
|
|
1715
|
+
content: "\f114";
|
|
1716
|
+
color: #F30303;
|
|
1716
1717
|
}
|
|
1717
1718
|
[data-icon-set=safety][data-icon-name=motion-sensing-disabled]::after {
|
|
1718
|
-
content: "\
|
|
1719
|
-
color: #
|
|
1719
|
+
content: "\f16c";
|
|
1720
|
+
color: #FFF;
|
|
1720
1721
|
}
|
|
1721
1722
|
[data-icon-set=safety][data-icon-name=motion-sensing-disabled] span::before {
|
|
1722
|
-
content: "\
|
|
1723
|
-
color: #FFF;
|
|
1723
|
+
content: "\f16d";
|
|
1724
1724
|
}
|
|
1725
1725
|
[data-icon-set=safety][data-icon-name=motion-sensing-enabled]::before {
|
|
1726
|
-
content: "\
|
|
1726
|
+
content: "\f16e";
|
|
1727
|
+
color: #00DD31;
|
|
1727
1728
|
}
|
|
1728
1729
|
[data-icon-set=safety][data-icon-name=motion-sensing-enabled]::after {
|
|
1729
|
-
content: "\
|
|
1730
|
-
color: #
|
|
1730
|
+
content: "\f16f";
|
|
1731
|
+
color: #002766;
|
|
1731
1732
|
}
|
|
1732
1733
|
[data-icon-set=safety][data-icon-name=motion-sensing-enabled] span::before {
|
|
1733
|
-
content: "\
|
|
1734
|
-
color: #002766;
|
|
1734
|
+
content: "\f170";
|
|
1735
1735
|
}
|
|
1736
1736
|
[data-icon-set=safety][data-icon-name=move]::before {
|
|
1737
1737
|
content: "\f15e";
|
package/safety/safety-icons.eot
CHANGED
|
Binary file
|
package/safety/safety-icons.scss
CHANGED
|
@@ -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: #
|
|
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: #
|
|
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");
|
package/safety/safety-icons.ttf
CHANGED
|
Binary file
|
package/safety/safety-icons.woff
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?><svg id="uuid-
|
|
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-
|
|
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-
|
|
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>
|