@pine-ds/icons 9.9.0 → 9.10.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.
- package/dist/cheatsheet.html +7 -5
- package/dist/docs.json +1 -1
- package/dist/pds-icons.json +12 -1
- package/dist/pds-icons.symbols.svg +2 -1
- package/dist/svg/circle.svg +1 -0
- package/icons/index.d.ts +2 -1
- package/icons/index.js +2 -1
- package/icons/index.mjs +2 -1
- package/icons/package.json +1 -1
- package/package.json +1 -1
package/dist/cheatsheet.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html>
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
|
-
<title>Pine icons Library - 9.
|
|
5
|
+
<title>Pine icons Library - 9.9.0</title>
|
|
6
6
|
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🌲</text></svg>"/>
|
|
7
7
|
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
@@ -199,11 +199,11 @@
|
|
|
199
199
|
</head>
|
|
200
200
|
<body>
|
|
201
201
|
<div class="icon-count-container">
|
|
202
|
-
<p class="icon-count">
|
|
202
|
+
<p class="icon-count">376 icons</p>
|
|
203
203
|
</div>
|
|
204
|
-
<h1>Pine Icons - 9.
|
|
204
|
+
<h1>Pine Icons - 9.9.0</h1>
|
|
205
205
|
<div class="search-container">
|
|
206
|
-
<label for="search" class="visually-hidden">Search all
|
|
206
|
+
<label for="search" class="visually-hidden">Search all 376 icons</label>
|
|
207
207
|
<input type="text" id="search" class="search-input" placeholder="Search icons by name or tag..." oninput="filterIcons(this.value)">
|
|
208
208
|
</div>
|
|
209
209
|
|
|
@@ -285,6 +285,7 @@
|
|
|
285
285
|
<button class="icon-button" title="Copy check code snippet" data-tags="check,confirm,tick" data-icon-name="check"><pds-icon name="check"></pds-icon><span class="visually-hidden">Copy check icon code</span></button>
|
|
286
286
|
<button class="icon-button" title="Copy check-circle code snippet" data-tags="check,checkbox,circle,confirm,tick" data-icon-name="check-circle"><pds-icon name="check-circle"></pds-icon><span class="visually-hidden">Copy check-circle icon code</span></button>
|
|
287
287
|
<button class="icon-button" title="Copy check-circle-filled code snippet" data-tags="check,checkbox,circle,confirm,tick" data-icon-name="check-circle-filled"><pds-icon name="check-circle-filled"></pds-icon><span class="visually-hidden">Copy check-circle-filled icon code</span></button>
|
|
288
|
+
<button class="icon-button" title="Copy circle code snippet" data-tags="circle,filled,shape,status,unfilled" data-icon-name="circle"><pds-icon name="circle"></pds-icon><span class="visually-hidden">Copy circle icon code</span></button>
|
|
288
289
|
<button class="icon-button" title="Copy circle-1 code snippet" data-tags="1,sage-icon-one" data-icon-name="circle-1"><pds-icon name="circle-1"></pds-icon><span class="visually-hidden">Copy circle-1 icon code</span></button>
|
|
289
290
|
<button class="icon-button" title="Copy circle-2 code snippet" data-tags="2,sage-icon-two" data-icon-name="circle-2"><pds-icon name="circle-2"></pds-icon><span class="visually-hidden">Copy circle-2 icon code</span></button>
|
|
290
291
|
<button class="icon-button" title="Copy circle-3 code snippet" data-tags="3,sage-icon-three" data-icon-name="circle-3"><pds-icon name="circle-3"></pds-icon><span class="visually-hidden">Copy circle-3 icon code</span></button>
|
|
@@ -586,7 +587,7 @@
|
|
|
586
587
|
<button class="icon-button" title="Copy wrench code snippet" data-tags="preferences,settings,spanner,tool,tools" data-icon-name="wrench"><pds-icon name="wrench"></pds-icon><span class="visually-hidden">Copy wrench icon code</span></button>
|
|
587
588
|
<button class="icon-button" title="Copy zoom-in code snippet" data-tags="plus,zoom,zoom in" data-icon-name="zoom-in"><pds-icon name="zoom-in"></pds-icon><span class="visually-hidden">Copy zoom-in icon code</span></button>
|
|
588
589
|
<button class="icon-button" title="Copy zoom-out code snippet" data-tags="minus,zoom,zoom out" data-icon-name="zoom-out"><pds-icon name="zoom-out"></pds-icon><span class="visually-hidden">Copy zoom-out icon code</span></button>
|
|
589
|
-
<svg data-pdsicons="9.
|
|
590
|
+
<svg data-pdsicons="9.9.0" style="display:none">
|
|
590
591
|
<style>
|
|
591
592
|
.pdsicon {
|
|
592
593
|
fill: currentColor;
|
|
@@ -672,6 +673,7 @@
|
|
|
672
673
|
<symbol id="check" viewBox="0 0 24 24" class="pdsicon"><path fill-rule="evenodd" d="M20.707 5.293a1 1 0 0 1 0 1.414l-11 11a1 1 0 0 1-1.414 0l-5-5a1 1 0 1 1 1.414-1.414L9 15.586 19.293 5.293a1 1 0 0 1 1.414 0"/></symbol>
|
|
673
674
|
<symbol id="check-circle" viewBox="0 0 24 24" class="pdsicon"><path fill-rule="evenodd" d="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m16.207-3.707a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1-1.414 0l-3-3a1 1 0 1 1 1.414-1.414l2.293 2.293 5.293-5.293a1 1 0 0 1 1.414 0"/></symbol>
|
|
674
675
|
<symbol id="check-circle-filled" viewBox="0 0 24 24" class="pdsicon"><path fill-rule="evenodd" d="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m5.207 8.707a1 1 0 0 0-1.414-1.414L10.5 13.586l-2.293-2.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0z"/></symbol>
|
|
676
|
+
<symbol id="circle" viewBox="0 0 24 24" class="pdsicon"><path d="M21 12a9 9 0 1 0-18 0 9 9 0 0 0 18 0m2 0c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11"/></symbol>
|
|
675
677
|
<symbol id="circle-1" viewBox="0 0 16 16" class="pdsicon"><g clip-path="url(#a)"><path d="M8 0a8 8 0 1 1 .001 16.001A8 8 0 0 1 8.001 0m0 1.333a6.668 6.668 0 0 0-4.714 11.38A6.666 6.666 0 1 0 8 1.334M9.173 12h-1.4V5.606h-.046l-1.814 1.16V5.48L7.84 4.24h1.333z"/></g><defs><clipPath id="a"><path d="M0 0h16v16H0z"/></clipPath></defs></symbol>
|
|
676
678
|
<symbol id="circle-2" viewBox="0 0 16 16" class="pdsicon"><g clip-path="url(#a)"><path d="M8 0a8 8 0 1 1 .001 16.001A8 8 0 0 1 8.001 0m0 1.333a6.668 6.668 0 0 0-4.714 11.38A6.666 6.666 0 1 0 8 1.334M8.094 4c1.48 0 2.48.9 2.48 2.134 0 .826-.394 1.5-1.827 2.866L7.48 10.293v.047h3.187v1.113H5.64v-.96L8.194 8c.726-.733 1.1-1.174 1.1-1.787a1.115 1.115 0 0 0-1.22-1.12A1.135 1.135 0 0 0 6.865 6.3H5.6A2.28 2.28 0 0 1 8.094 4"/></g><defs><clipPath id="a"><path d="M0 0h16v16H0z"/></clipPath></defs></symbol>
|
|
677
679
|
<symbol id="circle-3" viewBox="0 0 16 16" class="pdsicon"><g clip-path="url(#a)"><path d="M8 0a8 8 0 1 1 .001 16.001A8 8 0 0 1 8.001 0m0 1.333a6.668 6.668 0 0 0-4.714 11.38A6.666 6.666 0 1 0 8 1.334m.113 2.92c1.427 0 2.427.914 2.42 2.034A1.58 1.58 0 0 1 9.2 7.88v.06a1.68 1.68 0 0 1 1.607 1.713c0 1.24-1.14 2.14-2.713 2.14s-2.667-.853-2.7-2.1h1.333c.033.6.6.987 1.333.987s1.334-.447 1.334-1.093c0-.647-.547-1.134-1.48-1.134h-.58V7.427H8c.767 0 1.293-.427 1.293-1.073a1.036 1.036 0 0 0-1.186-1.021 1.147 1.147 0 0 0-1.274 1h-1.28c.001-1.226 1.134-2.08 2.56-2.08"/></g><defs><clipPath id="a"><path d="M0 0h16v16H0z"/></clipPath></defs></symbol>
|
package/dist/docs.json
CHANGED
package/dist/pds-icons.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pds-icons",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.9.0",
|
|
4
4
|
"icons": [
|
|
5
5
|
{
|
|
6
6
|
"name": "access-key",
|
|
@@ -814,6 +814,17 @@
|
|
|
814
814
|
"tick"
|
|
815
815
|
]
|
|
816
816
|
},
|
|
817
|
+
{
|
|
818
|
+
"name": "circle",
|
|
819
|
+
"category": "actions",
|
|
820
|
+
"tags": [
|
|
821
|
+
"circle",
|
|
822
|
+
"filled",
|
|
823
|
+
"shape",
|
|
824
|
+
"status",
|
|
825
|
+
"unfilled"
|
|
826
|
+
]
|
|
827
|
+
},
|
|
817
828
|
{
|
|
818
829
|
"name": "circle-1",
|
|
819
830
|
"category": "number",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg data-pdsicons="9.
|
|
1
|
+
<svg data-pdsicons="9.9.0" style="display:none">
|
|
2
2
|
<style>
|
|
3
3
|
.pdsicon {
|
|
4
4
|
fill: currentColor;
|
|
@@ -84,6 +84,7 @@
|
|
|
84
84
|
<symbol id="check" viewBox="0 0 24 24" class="pdsicon"><path fill-rule="evenodd" d="M20.707 5.293a1 1 0 0 1 0 1.414l-11 11a1 1 0 0 1-1.414 0l-5-5a1 1 0 1 1 1.414-1.414L9 15.586 19.293 5.293a1 1 0 0 1 1.414 0"/></symbol>
|
|
85
85
|
<symbol id="check-circle" viewBox="0 0 24 24" class="pdsicon"><path fill-rule="evenodd" d="M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m16.207-3.707a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1-1.414 0l-3-3a1 1 0 1 1 1.414-1.414l2.293 2.293 5.293-5.293a1 1 0 0 1 1.414 0"/></symbol>
|
|
86
86
|
<symbol id="check-circle-filled" viewBox="0 0 24 24" class="pdsicon"><path fill-rule="evenodd" d="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m5.207 8.707a1 1 0 0 0-1.414-1.414L10.5 13.586l-2.293-2.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0z"/></symbol>
|
|
87
|
+
<symbol id="circle" viewBox="0 0 24 24" class="pdsicon"><path d="M21 12a9 9 0 1 0-18 0 9 9 0 0 0 18 0m2 0c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11"/></symbol>
|
|
87
88
|
<symbol id="circle-1" viewBox="0 0 16 16" class="pdsicon"><g clip-path="url(#a)"><path d="M8 0a8 8 0 1 1 .001 16.001A8 8 0 0 1 8.001 0m0 1.333a6.668 6.668 0 0 0-4.714 11.38A6.666 6.666 0 1 0 8 1.334M9.173 12h-1.4V5.606h-.046l-1.814 1.16V5.48L7.84 4.24h1.333z"/></g><defs><clipPath id="a"><path d="M0 0h16v16H0z"/></clipPath></defs></symbol>
|
|
88
89
|
<symbol id="circle-2" viewBox="0 0 16 16" class="pdsicon"><g clip-path="url(#a)"><path d="M8 0a8 8 0 1 1 .001 16.001A8 8 0 0 1 8.001 0m0 1.333a6.668 6.668 0 0 0-4.714 11.38A6.666 6.666 0 1 0 8 1.334M8.094 4c1.48 0 2.48.9 2.48 2.134 0 .826-.394 1.5-1.827 2.866L7.48 10.293v.047h3.187v1.113H5.64v-.96L8.194 8c.726-.733 1.1-1.174 1.1-1.787a1.115 1.115 0 0 0-1.22-1.12A1.135 1.135 0 0 0 6.865 6.3H5.6A2.28 2.28 0 0 1 8.094 4"/></g><defs><clipPath id="a"><path d="M0 0h16v16H0z"/></clipPath></defs></symbol>
|
|
89
90
|
<symbol id="circle-3" viewBox="0 0 16 16" class="pdsicon"><g clip-path="url(#a)"><path d="M8 0a8 8 0 1 1 .001 16.001A8 8 0 0 1 8.001 0m0 1.333a6.668 6.668 0 0 0-4.714 11.38A6.666 6.666 0 1 0 8 1.334m.113 2.92c1.427 0 2.427.914 2.42 2.034A1.58 1.58 0 0 1 9.2 7.88v.06a1.68 1.68 0 0 1 1.607 1.713c0 1.24-1.14 2.14-2.713 2.14s-2.667-.853-2.7-2.1h1.333c.033.6.6.987 1.333.987s1.334-.447 1.334-1.093c0-.647-.547-1.134-1.48-1.134h-.58V7.427H8c.767 0 1.293-.427 1.293-1.073a1.036 1.036 0 0 0-1.186-1.021 1.147 1.147 0 0 0-1.274 1h-1.28c.001-1.226 1.134-2.08 2.56-2.08"/></g><defs><clipPath id="a"><path d="M0 0h16v16H0z"/></clipPath></defs></symbol>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="pdsicon"><path d="M21 12a9 9 0 1 0-18 0 9 9 0 0 0 18 0m2 0c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11"/></svg>
|
package/icons/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* pds-icons v9.
|
|
1
|
+
/* pds-icons v9.9.0, Types */
|
|
2
2
|
|
|
3
3
|
export declare var accessKey: string
|
|
4
4
|
export declare var activity: string
|
|
@@ -74,6 +74,7 @@ export declare var chartFilled: string
|
|
|
74
74
|
export declare var check: string
|
|
75
75
|
export declare var checkCircle: string
|
|
76
76
|
export declare var checkCircleFilled: string
|
|
77
|
+
export declare var circle: string
|
|
77
78
|
export declare var circle1: string
|
|
78
79
|
export declare var circle2: string
|
|
79
80
|
export declare var circle3: string
|
package/icons/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* pds-icons v9.
|
|
1
|
+
/* pds-icons v9.9.0, CommonJs */
|
|
2
2
|
|
|
3
3
|
exports.accessKey = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M8 9a7 7 0 1 1 6.06 6.937 14 14 0 0 0-.514-.062l-.01.008a9 9 0 0 0-.25.245l-1.579 1.58A1 1 0 0 1 11 18h-1v1a1 1 0 0 1-1 1H8v1a1 1 0 0 1-1 1H4.568c-.252 0-.498 0-.706-.017a2 2 0 0 1-.77-.201 2 2 0 0 1-.874-.874 2 2 0 0 1-.201-.77C2 19.93 2 19.684 2 19.432v-1.82c0-.19-.001-.43.055-.665a2 2 0 0 1 .24-.578c.126-.206.296-.375.43-.509l.036-.036 5.111-5.11c.126-.126.196-.197.245-.25l.008-.01-.003-.045c-.01-.103-.03-.244-.06-.469A7 7 0 0 1 8 9m0 9v-1a1 1 0 0 1 1-1h1.586l1.286-1.286.052-.053c.18-.18.398-.4.646-.539a1.8 1.8 0 0 1 .693-.234c.193-.027.382-.014.52 0 .145.014.324.038.525.065l.018.002q.33.045.674.045a5 5 0 1 0-4.955-4.326l.002.018c.027.201.051.38.065.524.014.14.027.328 0 .521-.038.265-.104.46-.234.693-.14.248-.359.466-.54.646l-.052.052-5.11 5.11a6 6 0 0 0-.171.175l-.002.002v.004a6 6 0 0 0-.003.244V19.4a8 8 0 0 0 .011.588l.014.002c.116.01.278.01.575.01H6v-1a1 1 0 0 1 1-1zm6-11a1 1 0 0 1 1-1c.766 0 1.536.293 2.121.879.586.585.879 1.355.879 2.12A1 1 0 1 1 16 9a1 1 0 0 0-.293-.707A1 1 0 0 0 15 8a1 1 0 0 1-1-1'/></svg>"
|
|
4
4
|
exports.activity = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M9 2a1 1 0 0 1 .949.684L15 17.838l2.051-6.154A1 1 0 0 1 18 11h4a1 1 0 1 1 0 2h-3.28l-2.771 8.316a1 1 0 0 1-1.898 0L9 6.162l-2.051 6.154A1 1 0 0 1 6 13H2a1 1 0 1 1 0-2h3.28L8.05 2.684A1 1 0 0 1 9 2'/></svg>"
|
|
@@ -74,6 +74,7 @@ exports.chartFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/200
|
|
|
74
74
|
exports.check = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M20.707 5.293a1 1 0 0 1 0 1.414l-11 11a1 1 0 0 1-1.414 0l-5-5a1 1 0 1 1 1.414-1.414L9 15.586 19.293 5.293a1 1 0 0 1 1.414 0'/></svg>"
|
|
75
75
|
exports.checkCircle = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m16.207-3.707a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1-1.414 0l-3-3a1 1 0 1 1 1.414-1.414l2.293 2.293 5.293-5.293a1 1 0 0 1 1.414 0'/></svg>"
|
|
76
76
|
exports.checkCircleFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m5.207 8.707a1 1 0 0 0-1.414-1.414L10.5 13.586l-2.293-2.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0z'/></svg>"
|
|
77
|
+
exports.circle = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path d='M21 12a9 9 0 1 0-18 0 9 9 0 0 0 18 0m2 0c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11'/></svg>"
|
|
77
78
|
exports.circle1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' class='pdsicon'><g clip-path='url(#a)'><path d='M8 0a8 8 0 1 1 .001 16.001A8 8 0 0 1 8.001 0m0 1.333a6.668 6.668 0 0 0-4.714 11.38A6.666 6.666 0 1 0 8 1.334M9.173 12h-1.4V5.606h-.046l-1.814 1.16V5.48L7.84 4.24h1.333z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs></svg>"
|
|
78
79
|
exports.circle2 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' class='pdsicon'><g clip-path='url(#a)'><path d='M8 0a8 8 0 1 1 .001 16.001A8 8 0 0 1 8.001 0m0 1.333a6.668 6.668 0 0 0-4.714 11.38A6.666 6.666 0 1 0 8 1.334M8.094 4c1.48 0 2.48.9 2.48 2.134 0 .826-.394 1.5-1.827 2.866L7.48 10.293v.047h3.187v1.113H5.64v-.96L8.194 8c.726-.733 1.1-1.174 1.1-1.787a1.115 1.115 0 0 0-1.22-1.12A1.135 1.135 0 0 0 6.865 6.3H5.6A2.28 2.28 0 0 1 8.094 4'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs></svg>"
|
|
79
80
|
exports.circle3 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' class='pdsicon'><g clip-path='url(#a)'><path d='M8 0a8 8 0 1 1 .001 16.001A8 8 0 0 1 8.001 0m0 1.333a6.668 6.668 0 0 0-4.714 11.38A6.666 6.666 0 1 0 8 1.334m.113 2.92c1.427 0 2.427.914 2.42 2.034A1.58 1.58 0 0 1 9.2 7.88v.06a1.68 1.68 0 0 1 1.607 1.713c0 1.24-1.14 2.14-2.713 2.14s-2.667-.853-2.7-2.1h1.333c.033.6.6.987 1.333.987s1.334-.447 1.334-1.093c0-.647-.547-1.134-1.48-1.134h-.58V7.427H8c.767 0 1.293-.427 1.293-1.073a1.036 1.036 0 0 0-1.186-1.021 1.147 1.147 0 0 0-1.274 1h-1.28c.001-1.226 1.134-2.08 2.56-2.08'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs></svg>"
|
package/icons/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* pds-icons v9.
|
|
1
|
+
/* pds-icons v9.9.0, ES Modules */
|
|
2
2
|
|
|
3
3
|
export const accessKey = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M8 9a7 7 0 1 1 6.06 6.937 14 14 0 0 0-.514-.062l-.01.008a9 9 0 0 0-.25.245l-1.579 1.58A1 1 0 0 1 11 18h-1v1a1 1 0 0 1-1 1H8v1a1 1 0 0 1-1 1H4.568c-.252 0-.498 0-.706-.017a2 2 0 0 1-.77-.201 2 2 0 0 1-.874-.874 2 2 0 0 1-.201-.77C2 19.93 2 19.684 2 19.432v-1.82c0-.19-.001-.43.055-.665a2 2 0 0 1 .24-.578c.126-.206.296-.375.43-.509l.036-.036 5.111-5.11c.126-.126.196-.197.245-.25l.008-.01-.003-.045c-.01-.103-.03-.244-.06-.469A7 7 0 0 1 8 9m0 9v-1a1 1 0 0 1 1-1h1.586l1.286-1.286.052-.053c.18-.18.398-.4.646-.539a1.8 1.8 0 0 1 .693-.234c.193-.027.382-.014.52 0 .145.014.324.038.525.065l.018.002q.33.045.674.045a5 5 0 1 0-4.955-4.326l.002.018c.027.201.051.38.065.524.014.14.027.328 0 .521-.038.265-.104.46-.234.693-.14.248-.359.466-.54.646l-.052.052-5.11 5.11a6 6 0 0 0-.171.175l-.002.002v.004a6 6 0 0 0-.003.244V19.4a8 8 0 0 0 .011.588l.014.002c.116.01.278.01.575.01H6v-1a1 1 0 0 1 1-1zm6-11a1 1 0 0 1 1-1c.766 0 1.536.293 2.121.879.586.585.879 1.355.879 2.12A1 1 0 1 1 16 9a1 1 0 0 0-.293-.707A1 1 0 0 0 15 8a1 1 0 0 1-1-1'/></svg>"
|
|
4
4
|
export const activity = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M9 2a1 1 0 0 1 .949.684L15 17.838l2.051-6.154A1 1 0 0 1 18 11h4a1 1 0 1 1 0 2h-3.28l-2.771 8.316a1 1 0 0 1-1.898 0L9 6.162l-2.051 6.154A1 1 0 0 1 6 13H2a1 1 0 1 1 0-2h3.28L8.05 2.684A1 1 0 0 1 9 2'/></svg>"
|
|
@@ -74,6 +74,7 @@ export const chartFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.or
|
|
|
74
74
|
export const check = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M20.707 5.293a1 1 0 0 1 0 1.414l-11 11a1 1 0 0 1-1.414 0l-5-5a1 1 0 1 1 1.414-1.414L9 15.586 19.293 5.293a1 1 0 0 1 1.414 0'/></svg>"
|
|
75
75
|
export const checkCircle = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M12 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12m16.207-3.707a1 1 0 0 1 0 1.414l-6 6a1 1 0 0 1-1.414 0l-3-3a1 1 0 1 1 1.414-1.414l2.293 2.293 5.293-5.293a1 1 0 0 1 1.414 0'/></svg>"
|
|
76
76
|
export const checkCircleFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path fill-rule='evenodd' d='M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1m5.207 8.707a1 1 0 0 0-1.414-1.414L10.5 13.586l-2.293-2.293a1 1 0 0 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0z'/></svg>"
|
|
77
|
+
export const circle = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='pdsicon'><path d='M21 12a9 9 0 1 0-18 0 9 9 0 0 0 18 0m2 0c0 6.075-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1s11 4.925 11 11'/></svg>"
|
|
77
78
|
export const circle1 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' class='pdsicon'><g clip-path='url(#a)'><path d='M8 0a8 8 0 1 1 .001 16.001A8 8 0 0 1 8.001 0m0 1.333a6.668 6.668 0 0 0-4.714 11.38A6.666 6.666 0 1 0 8 1.334M9.173 12h-1.4V5.606h-.046l-1.814 1.16V5.48L7.84 4.24h1.333z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs></svg>"
|
|
78
79
|
export const circle2 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' class='pdsicon'><g clip-path='url(#a)'><path d='M8 0a8 8 0 1 1 .001 16.001A8 8 0 0 1 8.001 0m0 1.333a6.668 6.668 0 0 0-4.714 11.38A6.666 6.666 0 1 0 8 1.334M8.094 4c1.48 0 2.48.9 2.48 2.134 0 .826-.394 1.5-1.827 2.866L7.48 10.293v.047h3.187v1.113H5.64v-.96L8.194 8c.726-.733 1.1-1.174 1.1-1.787a1.115 1.115 0 0 0-1.22-1.12A1.135 1.135 0 0 0 6.865 6.3H5.6A2.28 2.28 0 0 1 8.094 4'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs></svg>"
|
|
79
80
|
export const circle3 = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' class='pdsicon'><g clip-path='url(#a)'><path d='M8 0a8 8 0 1 1 .001 16.001A8 8 0 0 1 8.001 0m0 1.333a6.668 6.668 0 0 0-4.714 11.38A6.666 6.666 0 1 0 8 1.334m.113 2.92c1.427 0 2.427.914 2.42 2.034A1.58 1.58 0 0 1 9.2 7.88v.06a1.68 1.68 0 0 1 1.607 1.713c0 1.24-1.14 2.14-2.713 2.14s-2.667-.853-2.7-2.1h1.333c.033.6.6.987 1.333.987s1.334-.447 1.334-1.093c0-.647-.547-1.134-1.48-1.134h-.58V7.427H8c.767 0 1.293-.427 1.293-1.073a1.036 1.036 0 0 0-1.186-1.021 1.147 1.147 0 0 0-1.274 1h-1.28c.001-1.226 1.134-2.08 2.56-2.08'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs></svg>"
|
package/icons/package.json
CHANGED