@atlaskit/icon-lab 4.9.0 → 4.11.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/CHANGELOG.md +42 -0
- package/core/ai-generative-cleanup.d.ts +13 -0
- package/core/ai-generative-cleanup.js +28 -0
- package/core/atom.d.ts +13 -0
- package/core/atom.js +27 -0
- package/core/bluetooth.d.ts +13 -0
- package/core/bluetooth.js +28 -0
- package/core/compass-hinged.d.ts +13 -0
- package/core/compass-hinged.js +27 -0
- package/core/draw.d.ts +13 -0
- package/core/draw.js +28 -0
- package/core/eyedropper.d.ts +13 -0
- package/core/eyedropper.js +28 -0
- package/core/hourglass.d.ts +13 -0
- package/core/hourglass.js +28 -0
- package/core/initiative.js +2 -2
- package/core/kanban.d.ts +13 -0
- package/core/kanban.js +28 -0
- package/core/save.d.ts +13 -0
- package/core/save.js +28 -0
- package/core/text-letter-case.d.ts +13 -0
- package/core/text-letter-case.js +28 -0
- package/core/text-subscript.d.ts +13 -0
- package/core/text-subscript.js +28 -0
- package/core/text-superscript.d.ts +13 -0
- package/core/text-superscript.js +28 -0
- package/dist/cjs/metadata-core.js +134 -4
- package/dist/es2019/metadata-core.js +134 -4
- package/dist/esm/metadata-core.js +134 -4
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +6 -6
- package/svgs/core/ai-generative-cleanup.svg +1 -0
- package/svgs/core/atom.svg +1 -0
- package/svgs/core/bluetooth.svg +1 -0
- package/svgs/core/compass-hinged.svg +1 -0
- package/svgs/core/draw.svg +1 -0
- package/svgs/core/eyedropper.svg +1 -0
- package/svgs/core/hourglass.svg +1 -0
- package/svgs/core/kanban.svg +1 -0
- package/svgs/core/save.svg +1 -0
- package/svgs/core/text-letter-case.svg +1 -0
- package/svgs/core/text-subscript.svg +1 -0
- package/svgs/core/text-superscript.svg +1 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::f0b90439e1bef3d763c312147c066d7c>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -19,6 +19,17 @@ var metadata = {
|
|
|
19
19
|
status: 'published',
|
|
20
20
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
21
21
|
},
|
|
22
|
+
'ai-generative-cleanup': {
|
|
23
|
+
keywords: ['ai-generative-cleanup', 'aigenerativecleanup', 'icon', 'icon-lab', 'core', 'broom', 'tidy', 'clean up'],
|
|
24
|
+
componentName: 'AiGenerativeCleanupIcon',
|
|
25
|
+
package: '@atlaskit/icon-lab/core/ai-generative-cleanup',
|
|
26
|
+
type: 'core',
|
|
27
|
+
categorization: 'single-purpose',
|
|
28
|
+
usage: 'Reserved for automated cleanup and tidy functionality',
|
|
29
|
+
team: 'Design System Team',
|
|
30
|
+
status: 'published',
|
|
31
|
+
slackChannel: '#icon-contributions'
|
|
32
|
+
},
|
|
22
33
|
'ai-generative-remove': {
|
|
23
34
|
keywords: ['ai-generative-remove', 'aigenerativeremove', 'icon', 'icon-lab', 'core', 'eraser', 'AI', 'automation'],
|
|
24
35
|
componentName: 'AiGenerativeRemoveIcon',
|
|
@@ -193,6 +204,16 @@ var metadata = {
|
|
|
193
204
|
team: 'Assets',
|
|
194
205
|
status: 'published'
|
|
195
206
|
},
|
|
207
|
+
atom: {
|
|
208
|
+
keywords: ['atom', 'icon', 'icon-lab', 'core', 'atom', 'molecule', 'atomic design'],
|
|
209
|
+
componentName: 'AtomIcon',
|
|
210
|
+
package: '@atlaskit/icon-lab/core/atom',
|
|
211
|
+
type: 'core',
|
|
212
|
+
categorization: 'multi-purpose',
|
|
213
|
+
team: 'Design System Team',
|
|
214
|
+
status: 'published',
|
|
215
|
+
slackChannel: '#icon-contributions'
|
|
216
|
+
},
|
|
196
217
|
'audio-waveform': {
|
|
197
218
|
keywords: ['audio-waveform', 'audiowaveform', 'icon', 'icon-lab', 'core', 'waveform', 'audio', 'soundwave', 'dialogue', 'speak'],
|
|
198
219
|
componentName: 'AudioWaveformIcon',
|
|
@@ -213,6 +234,17 @@ var metadata = {
|
|
|
213
234
|
team: 'Growth Buy',
|
|
214
235
|
status: 'published'
|
|
215
236
|
},
|
|
237
|
+
bluetooth: {
|
|
238
|
+
keywords: ['bluetooth', 'icon', 'icon-lab', 'core', 'bluetooth', 'connectivity', 'bt'],
|
|
239
|
+
componentName: 'BluetoothIcon',
|
|
240
|
+
package: '@atlaskit/icon-lab/core/bluetooth',
|
|
241
|
+
type: 'core',
|
|
242
|
+
categorization: 'single-purpose',
|
|
243
|
+
usage: 'Reserved for Bluetooth',
|
|
244
|
+
team: 'Design System Team',
|
|
245
|
+
status: 'published',
|
|
246
|
+
slackChannel: '#icon-contributions'
|
|
247
|
+
},
|
|
216
248
|
blur: {
|
|
217
249
|
keywords: ['blur', 'icon', 'icon-lab', 'core'],
|
|
218
250
|
componentName: 'BlurIcon',
|
|
@@ -295,6 +327,16 @@ var metadata = {
|
|
|
295
327
|
team: 'Whiteboards',
|
|
296
328
|
status: 'published'
|
|
297
329
|
},
|
|
330
|
+
'compass-hinged': {
|
|
331
|
+
keywords: ['compass-hinged', 'compasshinged', 'icon', 'icon-lab', 'core', 'compass', 'calipers', 'divider'],
|
|
332
|
+
componentName: 'CompassHingedIcon',
|
|
333
|
+
package: '@atlaskit/icon-lab/core/compass-hinged',
|
|
334
|
+
type: 'core',
|
|
335
|
+
categorization: 'multi-purpose',
|
|
336
|
+
team: 'Design System Team',
|
|
337
|
+
status: 'published',
|
|
338
|
+
slackChannel: '#icon-contributions'
|
|
339
|
+
},
|
|
298
340
|
'continue-when': {
|
|
299
341
|
keywords: ['continue-when', 'continuewhen', 'icon', 'icon-lab', 'core'],
|
|
300
342
|
componentName: 'ContinueWhenIcon',
|
|
@@ -400,6 +442,17 @@ var metadata = {
|
|
|
400
442
|
status: 'published',
|
|
401
443
|
slackChannel: '#Editor-design'
|
|
402
444
|
},
|
|
445
|
+
draw: {
|
|
446
|
+
keywords: ['draw', 'icon', 'icon-lab', 'core', 'pencil', 'drawing', 'annotate'],
|
|
447
|
+
componentName: 'DrawIcon',
|
|
448
|
+
package: '@atlaskit/icon-lab/core/draw',
|
|
449
|
+
type: 'core',
|
|
450
|
+
categorization: 'multi-purpose',
|
|
451
|
+
usage: 'For drawing and annotation',
|
|
452
|
+
team: 'Design System Team',
|
|
453
|
+
status: 'published',
|
|
454
|
+
slackChannel: '#icon-contributions'
|
|
455
|
+
},
|
|
403
456
|
'drop-shadow': {
|
|
404
457
|
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', 'core', 'Drop shadow'],
|
|
405
458
|
componentName: 'DropShadowIcon',
|
|
@@ -442,6 +495,17 @@ var metadata = {
|
|
|
442
495
|
status: 'published',
|
|
443
496
|
slackChannel: '#editor-controls-project'
|
|
444
497
|
},
|
|
498
|
+
eyedropper: {
|
|
499
|
+
keywords: ['eyedropper', 'icon', 'icon-lab', 'core', 'eyedropper', 'pipette', 'color picker', 'color sample'],
|
|
500
|
+
componentName: 'EyedropperIcon',
|
|
501
|
+
package: '@atlaskit/icon-lab/core/eyedropper',
|
|
502
|
+
type: 'core',
|
|
503
|
+
categorization: 'multi-purpose',
|
|
504
|
+
usage: 'Sampling a color with a color picker',
|
|
505
|
+
team: 'Design System Team',
|
|
506
|
+
status: 'published',
|
|
507
|
+
slackChannel: '#icon-contributions'
|
|
508
|
+
},
|
|
445
509
|
'field-text': {
|
|
446
510
|
keywords: ['field-text', 'fieldtext', 'icon', 'icon-lab', 'core', 'form', 'input', 'label', 'cursor', 'text field'],
|
|
447
511
|
componentName: 'FieldTextIcon',
|
|
@@ -524,6 +588,17 @@ var metadata = {
|
|
|
524
588
|
status: 'published',
|
|
525
589
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
526
590
|
},
|
|
591
|
+
hourglass: {
|
|
592
|
+
keywords: ['hourglass', 'icon', 'icon-lab', 'core'],
|
|
593
|
+
componentName: 'HourglassIcon',
|
|
594
|
+
package: '@atlaskit/icon-lab/core/hourglass',
|
|
595
|
+
type: 'core',
|
|
596
|
+
categorization: 'multi-purpose',
|
|
597
|
+
usage: 'Aging or expiring items',
|
|
598
|
+
team: 'Trello',
|
|
599
|
+
status: 'published',
|
|
600
|
+
slackChannel: 'joel unger'
|
|
601
|
+
},
|
|
527
602
|
'if-else': {
|
|
528
603
|
keywords: ['if-else', 'ifelse', 'icon', 'icon-lab', 'core', 'condition', 'statement', 'branch'],
|
|
529
604
|
componentName: 'IfElseIcon',
|
|
@@ -567,12 +642,12 @@ var metadata = {
|
|
|
567
642
|
status: 'published'
|
|
568
643
|
},
|
|
569
644
|
initiative: {
|
|
570
|
-
keywords: ['initiative', 'icon', 'icon-lab', 'core', '
|
|
645
|
+
keywords: ['initiative', 'icon', 'icon-lab', 'core', 'crystal ball', 'system object', 'work collection', 'work type'],
|
|
571
646
|
componentName: 'InitiativeIcon',
|
|
572
647
|
package: '@atlaskit/icon-lab/core/initiative',
|
|
573
648
|
type: 'core',
|
|
574
649
|
categorization: 'single-purpose',
|
|
575
|
-
usage: '
|
|
650
|
+
usage: 'Reserved for initiative work type.',
|
|
576
651
|
team: 'Jira Enterprise',
|
|
577
652
|
status: 'published'
|
|
578
653
|
},
|
|
@@ -606,6 +681,17 @@ var metadata = {
|
|
|
606
681
|
team: 'Whiteboards',
|
|
607
682
|
status: 'published'
|
|
608
683
|
},
|
|
684
|
+
kanban: {
|
|
685
|
+
keywords: ['kanban', 'icon', 'icon-lab', 'core'],
|
|
686
|
+
componentName: 'KanbanIcon',
|
|
687
|
+
package: '@atlaskit/icon-lab/core/kanban',
|
|
688
|
+
type: 'core',
|
|
689
|
+
categorization: 'single-purpose',
|
|
690
|
+
usage: 'Kanban board',
|
|
691
|
+
team: 'Trello',
|
|
692
|
+
status: 'published',
|
|
693
|
+
slackChannel: '@joel unger'
|
|
694
|
+
},
|
|
609
695
|
'layout-five-columns': {
|
|
610
696
|
keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'core', 'layout', 'columns', '5 col', '5 cols'],
|
|
611
697
|
componentName: 'LayoutFiveColumnsIcon',
|
|
@@ -960,6 +1046,17 @@ var metadata = {
|
|
|
960
1046
|
team: 'Design System Team',
|
|
961
1047
|
status: 'published'
|
|
962
1048
|
},
|
|
1049
|
+
save: {
|
|
1050
|
+
keywords: ['save', 'icon', 'icon-lab', 'core', 'floppy disk', 'save', 'floppy drive', 'storage', 'diskette'],
|
|
1051
|
+
componentName: 'SaveIcon',
|
|
1052
|
+
package: '@atlaskit/icon-lab/core/save',
|
|
1053
|
+
type: 'core',
|
|
1054
|
+
categorization: 'single-purpose',
|
|
1055
|
+
usage: 'Reserved for saving',
|
|
1056
|
+
team: 'Design System Team',
|
|
1057
|
+
status: 'published',
|
|
1058
|
+
slackChannel: '#icon-contributions'
|
|
1059
|
+
},
|
|
963
1060
|
'screen-record': {
|
|
964
1061
|
keywords: ['screen-record', 'screenrecord', 'icon', 'icon-lab', 'core', 'screen recorder', 'camera', 'cam bubble'],
|
|
965
1062
|
componentName: 'ScreenRecordIcon',
|
|
@@ -1556,6 +1653,17 @@ var metadata = {
|
|
|
1556
1653
|
team: 'Editor AI',
|
|
1557
1654
|
status: 'published'
|
|
1558
1655
|
},
|
|
1656
|
+
'text-letter-case': {
|
|
1657
|
+
keywords: ['text-letter-case', 'textlettercase', 'icon', 'icon-lab', 'core', 'text case', 'letter case', 'uppercase', 'lowercase', 'sentence case', 'title case', 'Aa'],
|
|
1658
|
+
componentName: 'TextLetterCaseIcon',
|
|
1659
|
+
package: '@atlaskit/icon-lab/core/text-letter-case',
|
|
1660
|
+
type: 'core',
|
|
1661
|
+
categorization: 'single-purpose',
|
|
1662
|
+
usage: 'Reserved for letter casing and text-transform',
|
|
1663
|
+
team: 'Design System Team',
|
|
1664
|
+
status: 'published',
|
|
1665
|
+
slackChannel: '#icon-contributions'
|
|
1666
|
+
},
|
|
1559
1667
|
'text-paragraph': {
|
|
1560
1668
|
keywords: ['text-paragraph', 'textparagraph', 'icon', 'icon-lab', 'core', 'text', 'paragraph break', 'AI', 'generative', 'reformat'],
|
|
1561
1669
|
componentName: 'TextParagraphIcon',
|
|
@@ -1576,6 +1684,28 @@ var metadata = {
|
|
|
1576
1684
|
team: 'Editor AI',
|
|
1577
1685
|
status: 'published'
|
|
1578
1686
|
},
|
|
1687
|
+
'text-subscript': {
|
|
1688
|
+
keywords: ['text-subscript', 'textsubscript', 'icon', 'icon-lab', 'core', 'subscript', 'text formatting'],
|
|
1689
|
+
componentName: 'TextSubscriptIcon',
|
|
1690
|
+
package: '@atlaskit/icon-lab/core/text-subscript',
|
|
1691
|
+
type: 'core',
|
|
1692
|
+
categorization: 'single-purpose',
|
|
1693
|
+
usage: 'Reserved for subscript text formatting.',
|
|
1694
|
+
team: 'Editor',
|
|
1695
|
+
status: 'published',
|
|
1696
|
+
slackChannel: '#editor-design'
|
|
1697
|
+
},
|
|
1698
|
+
'text-superscript': {
|
|
1699
|
+
keywords: ['text-superscript', 'textsuperscript', 'icon', 'icon-lab', 'core', 'superscript', 'text formatting'],
|
|
1700
|
+
componentName: 'TextSuperscriptIcon',
|
|
1701
|
+
package: '@atlaskit/icon-lab/core/text-superscript',
|
|
1702
|
+
type: 'core',
|
|
1703
|
+
categorization: 'single-purpose',
|
|
1704
|
+
usage: 'Reserved for superscript text formatting.',
|
|
1705
|
+
team: 'Editor',
|
|
1706
|
+
status: 'published',
|
|
1707
|
+
slackChannel: '#Editor-design'
|
|
1708
|
+
},
|
|
1579
1709
|
'text-underline-strikethrough': {
|
|
1580
1710
|
keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text', 'type', 'font', 'strikethrough', 'underline'],
|
|
1581
1711
|
componentName: 'TextUnderlineStrikethroughIcon',
|
|
@@ -1916,7 +2046,7 @@ var metadata = {
|
|
|
1916
2046
|
slackChannel: '#cc-insights-and-reporting'
|
|
1917
2047
|
},
|
|
1918
2048
|
'work-item-add': {
|
|
1919
|
-
keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'core', '
|
|
2049
|
+
keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'core', 'work item', 'work type', 'add', 'plus', 'create'],
|
|
1920
2050
|
componentName: 'WorkItemAddIcon',
|
|
1921
2051
|
package: '@atlaskit/icon-lab/core/work-item-add',
|
|
1922
2052
|
type: 'core',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::f0b90439e1bef3d763c312147c066d7c>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::f0b90439e1bef3d763c312147c066d7c>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-lab",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.11.0",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,21 +32,21 @@
|
|
|
32
32
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/icon": "^25.
|
|
35
|
+
"@atlaskit/icon": "^25.7.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": "^18.2.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@af/icon-build-process": "
|
|
43
|
-
"@af/visual-regression": "
|
|
42
|
+
"@af/icon-build-process": "workspace:^",
|
|
43
|
+
"@af/visual-regression": "workspace:^",
|
|
44
44
|
"@atlaskit/button": "^23.0.0",
|
|
45
|
-
"@atlaskit/code": "^17.
|
|
45
|
+
"@atlaskit/code": "^17.1.0",
|
|
46
46
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
47
47
|
"@atlaskit/heading": "^5.2.0",
|
|
48
48
|
"@atlaskit/modal-dialog": "^14.1.0",
|
|
49
|
-
"@atlaskit/primitives": "^14.
|
|
49
|
+
"@atlaskit/primitives": "^14.7.0",
|
|
50
50
|
"@atlaskit/textfield": "^8.0.0",
|
|
51
51
|
"@atlaskit/tokens": "^4.8.0",
|
|
52
52
|
"@atlaskit/tooltip": "^20.0.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.23.44 12.22 8h1.58a2 2 0 0 1 1.91 2.59l-1.23 4a2 2 0 0 1-1.9 1.41H4.75a.75.75 0 0 1-.28-1.45h-.01l.02-.01q.03-.01.1-.06c.09-.06.23-.16.39-.32.31-.32.71-.88.93-1.84l.03-.09L7 9.3A2 2 0 0 1 8.87 8h1.8L12.78.06zM8.87 9.5a.5.5 0 0 0-.47.33l-1.06 2.89a5.7 5.7 0 0 1-.73 1.78h5.97a.5.5 0 0 0 .48-.35l1.23-4a.5.5 0 0 0-.48-.65zM4.62 1.01a.75.75 0 0 1 .54.38l.05.11.54 1.47.05.1a.5.5 0 0 0 .25.2l1.47.54.11.05a.75.75 0 0 1 0 1.31l-.11.05-1.47.54a.5.5 0 0 0-.3.3l-.54 1.47a.75.75 0 0 1-1.36.11l-.05-.1-.54-1.47a.5.5 0 0 0-.2-.25l-.1-.05-1.47-.53a.75.75 0 0 1-.48-.59L1 4.5l.01-.12a.75.75 0 0 1 .48-.59l1.47-.54.1-.05a.5.5 0 0 0 .2-.25l.54-1.47.05-.11A.75.75 0 0 1 4.5 1z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M9.87 1.42c1.566-.567 3.258-.667 4.318.393 1.059 1.059.959 2.75.392 4.317A11 11 0 0 1 13.683 8c.376.635.678 1.265.897 1.87.567 1.566.667 3.258-.393 4.318-1.059 1.059-2.75.959-4.317.392A11 11 0 0 1 8 13.683a11 11 0 0 1-1.87.897c-1.566.567-3.258.667-4.317-.393-1.06-1.059-.96-2.75-.393-4.317.219-.605.52-1.235.896-1.87a11 11 0 0 1-.896-1.87c-.567-1.566-.667-3.258.393-4.317C2.872.753 4.563.853 6.13 1.42c.605.219 1.235.52 1.87.896a11 11 0 0 1 1.87-.896M3.26 9.397a9 9 0 0 0-.43.983c-.521 1.44-.362 2.342.043 2.747s1.306.564 2.747.043q.476-.173.983-.43a17 17 0 0 1-1.785-1.558A17 17 0 0 1 3.26 9.397m9.48 0a17.4 17.4 0 0 1-3.343 3.342q.507.259.983.43c1.44.522 2.342.363 2.747-.042s.564-1.306.043-2.747a9 9 0 0 0-.43-.983M8 4.099a15.5 15.5 0 0 0-2.121 1.78A15.5 15.5 0 0 0 4.099 8a15.4 15.4 0 0 0 1.78 2.121A15.5 15.5 0 0 0 8 11.901a15.5 15.5 0 0 0 2.121-1.78A15.5 15.5 0 0 0 11.901 8a15.5 15.5 0 0 0-1.78-2.121A15.5 15.5 0 0 0 8 4.099M5.62 2.83c-1.44-.521-2.342-.362-2.747.043S2.31 4.18 2.83 5.62q.173.475.43.983a17 17 0 0 1 1.558-1.785A17 17 0 0 1 6.603 3.26a9 9 0 0 0-.983-.43m7.507.043c-.405-.405-1.306-.564-2.747-.043a9 9 0 0 0-.983.43c.607.46 1.207.981 1.785 1.558a17 17 0 0 1 1.557 1.785q.258-.507.431-.983c.521-1.44.362-2.342-.043-2.747"/><path fill="currentcolor" d="M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M7.69.317a.75.75 0 0 1 .804.119l4 3.5a.75.75 0 0 1 0 1.128L9.139 8l3.355 2.936a.75.75 0 0 1 0 1.128l-4 3.5A.75.75 0 0 1 7.25 15V9.653l-2.756 2.411-.988-1.128L6.861 8 3.506 5.064l.988-1.128L7.25 6.347V1a.75.75 0 0 1 .44-.683m1.06 9.336 2.111 1.847-2.111 1.847zm0-3.306V2.653L10.861 4.5z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M9.25 4.25a1.25 1.25 0 1 0-1.799 1.124l.128.054a1.25 1.25 0 0 0 .97-.054l.15-.087A1.25 1.25 0 0 0 9.25 4.25m-.763 2.706a2.8 2.8 0 0 1-.974 0L6.173 9.7a5.72 5.72 0 0 0 3.653 0zM10.75 4.25c0 .814-.355 1.545-.916 2.048l1.341 2.744a5.77 5.77 0 0 0 2.037-2.36l1.359.635a7.3 7.3 0 0 1-2.733 3.083l2.086 4.27-1.348.66-2.085-4.27A7.2 7.2 0 0 1 8 11.5a7.2 7.2 0 0 1-2.492-.44l-2.085 4.27-1.348-.66L4.16 10.4a7.3 7.3 0 0 1-2.73-3.083l1.36-.634a5.77 5.77 0 0 0 2.035 2.36l1.34-2.745A2.75 2.75 0 0 1 7.25 1.606V0h1.5v1.606a2.75 2.75 0 0 1 2 2.644"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M11.836.854a2 2 0 0 1 2.828 0l.482.482a2 2 0 0 1 0 2.828l-2.148 2.148c.588 1.027.988 2.15 1.1 3.23.13 1.266-.133 2.554-1.068 3.488-1.018 1.02-2.299 1.025-3.367.606-1.038-.408-1.965-1.237-2.537-2.095l1.248-.832c.428.643 1.126 1.251 1.838 1.53.682.268 1.276.212 1.758-.27.515-.515.737-1.294.636-2.273-.075-.723-.324-1.51-.714-2.277l-1.724 1.723c-.197.198-.45.33-.726.38l-2.558.466a.75.75 0 0 1-.872-.872l.465-2.558c.05-.275.183-.529.38-.726l1.766-1.765c-1.535-.756-3.354-.92-4.768.26-1.04.867-1.497 2.919-.725 5.129.747 2.138 2.615 4.253 5.924 5.066l-.358 1.456c-3.816-.937-6.073-3.426-6.982-6.027-.884-2.53-.528-5.353 1.18-6.777 2.215-1.845 4.938-1.29 6.837-.215zm1.768 1.06a.5.5 0 0 0-.708 0l-4.95 4.95-.264 1.454 1.453-.264 4.95-4.95a.5.5 0 0 0 0-.707z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M10.345 1.845a2.694 2.694 0 1 1 3.81 3.81l-2.47 2.47L13.03 9.47l-1.06 1.06-1.345-1.344-5.173 5.173A2.2 2.2 0 0 1 3.904 15H1.75a.75.75 0 0 1-.75-.75v-2.154c0-.58.23-1.137.641-1.548l5.173-5.173L5.47 4.03l1.06-1.06 1.345 1.344zm-2.47 4.59L2.702 11.61a.7.7 0 0 0-.202.487V13.5h1.404a.7.7 0 0 0 .487-.202l5.173-5.173zm2.75.63-1.69-1.69 2.47-2.47a1.195 1.195 0 0 1 1.69 1.69z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M11 12.392c0-.445-.169-.87-.468-1.192l-.136-.13L8 8.99l-2.396 2.08A1.75 1.75 0 0 0 5 12.392V13.5h6zM11 2.5H5v1.108c0 .508.22.99.604 1.323L8 7.008l2.396-2.077.136-.131c.3-.322.468-.747.468-1.192zm1.5 1.108a3.25 3.25 0 0 1-.991 2.337l-.13.12L9.145 8l2.234 1.936.13.119a3.25 3.25 0 0 1 .991 2.337V13.5H14V15H2v-1.5h1.5v-1.108a3.25 3.25 0 0 1 1.121-2.456L6.854 8 4.621 6.064A3.25 3.25 0 0 1 3.5 3.608V2.5H2V1h12v1.5h-1.5z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.25 13.5h1.25v-11h-1.25zm-11.75-2h1.25v-9H1.5zm5.75-2h1.5v-7h-1.5zm-3 2.125c0 .76-.616 1.375-1.375 1.375h-1.5C.615 13 0 12.384 0 11.625v-9.25C0 1.615.616 1 1.375 1h1.5c.76 0 1.375.616 1.375 1.375zm6-2c0 .76-.616 1.375-1.375 1.375h-1.75c-.76 0-1.375-.616-1.375-1.375v-7.25C5.75 1.615 6.366 1 7.125 1h1.75c.76 0 1.375.616 1.375 1.375zm5.75 4c0 .76-.616 1.375-1.375 1.375h-1.5c-.76 0-1.375-.616-1.375-1.375V2.375c0-.76.616-1.375 1.375-1.375h1.5C15.385 1 16 1.616 16 2.375z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M3 2.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V4.018a.5.5 0 0 0-.146-.354l-1.018-1.018A.5.5 0 0 0 12 2.5v3.75a.75.75 0 0 1-.75.75h-6.5A.75.75 0 0 1 4 6.25V2.5zm2.5 0v3h5v-3zM1 3a2 2 0 0 1 2-2h8.982a2 2 0 0 1 1.414.586l1.018 1.018A2 2 0 0 1 15 4.018V13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M16 13h-1.5v-.38a3.1 3.1 0 0 1-1.87.63c-1.95 0-3.37-1.78-3.37-3.75s1.42-3.75 3.38-3.75c.71 0 1.35.24 1.88.63v-.63H16zm-3.37-5.75c-.94 0-1.87.91-1.87 2.25s.93 2.25 1.88 2.25 1.86-.91 1.86-2.25-.93-2.25-1.87-2.25M5.71 3.51 8.92 13H7.33l-.84-2.5H2.51L1.67 13H.09l3.2-9.49.17-.51h2.08zM3.02 9h2.96L4.5 4.61z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m6.26 8 3.69 6H8.19L5.4 9.47 2.78 14H1.05l3.46-6-3.46-6h1.73L5.4 6.53 8.19 2h1.76zm7.49.5h.08a.75.75 0 0 1 .67.75V16H13v-6h-1V8.5z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m6.26 8 3.69 6H8.19L5.4 9.47 2.78 14H1.05l3.46-6-3.46-6h1.73L5.4 6.53 8.19 2h1.76zm7.49-8h.08a.75.75 0 0 1 .67.75V7.5H13v-6h-1V0z"/></svg>
|