@atlaskit/icon-lab 4.2.1 → 4.3.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 +41 -0
- package/core/colour-none.d.ts +13 -0
- package/core/colour-none.js +28 -0
- package/core/distribute-spacing-horizontal.d.ts +13 -0
- package/core/distribute-spacing-horizontal.js +28 -0
- package/core/distribute-spacing-vertical.d.ts +13 -0
- package/core/distribute-spacing-vertical.js +28 -0
- package/core/jira-add.d.ts +13 -0
- package/core/jira-add.js +28 -0
- package/core/jira-upload.d.ts +13 -0
- package/core/jira-upload.js +28 -0
- package/core/node-parallel-bottom-left.d.ts +13 -0
- package/core/node-parallel-bottom-left.js +28 -0
- package/core/node-parallel-bottom-right.d.ts +13 -0
- package/core/node-parallel-bottom-right.js +28 -0
- package/core/node-parallel-top-left.d.ts +13 -0
- package/core/node-parallel-top-left.js +28 -0
- package/core/node-parallel-top-right.d.ts +13 -0
- package/core/node-parallel-top-right.js +28 -0
- package/core/node-single-left.d.ts +13 -0
- package/core/node-single-left.js +28 -0
- package/core/node-single-right.d.ts +13 -0
- package/core/node-single-right.js +28 -0
- package/core/text-bold-italic-strikethrough.d.ts +13 -0
- package/core/text-bold-italic-strikethrough.js +28 -0
- package/core/text-bold-italic-underline-strikethrough.d.ts +13 -0
- package/core/text-bold-italic-underline-strikethrough.js +28 -0
- package/core/text-bold-italic-underline.d.ts +13 -0
- package/core/text-bold-italic-underline.js +28 -0
- package/core/text-bold-italic.d.ts +13 -0
- package/core/text-bold-italic.js +28 -0
- package/core/text-bold-strikethrough.d.ts +13 -0
- package/core/text-bold-strikethrough.js +28 -0
- package/core/text-bold-underline-strikethrough.d.ts +13 -0
- package/core/text-bold-underline-strikethrough.js +28 -0
- package/core/text-bold-underline.d.ts +13 -0
- package/core/text-bold-underline.js +28 -0
- package/core/text-italic-strikethrough.d.ts +13 -0
- package/core/text-italic-strikethrough.js +28 -0
- package/core/text-italic-underline-strikethrough.d.ts +13 -0
- package/core/text-italic-underline-strikethrough.js +28 -0
- package/core/text-italic-underline.d.ts +13 -0
- package/core/text-italic-underline.js +28 -0
- package/core/text-underline-strikethrough.d.ts +13 -0
- package/core/text-underline-strikethrough.js +28 -0
- package/core/tidy.js +2 -2
- package/dist/cjs/metadata-core.js +199 -1
- package/dist/es2019/metadata-core.js +199 -1
- package/dist/esm/metadata-core.js +199 -1
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +2 -2
- package/svgs/core/colour-none.svg +1 -0
- package/svgs/core/distribute-spacing-horizontal.svg +1 -0
- package/svgs/core/distribute-spacing-vertical.svg +1 -0
- package/svgs/core/jira-add.svg +1 -0
- package/svgs/core/jira-upload.svg +1 -0
- package/svgs/core/node-parallel-bottom-left.svg +1 -0
- package/svgs/core/node-parallel-bottom-right.svg +1 -0
- package/svgs/core/node-parallel-top-left.svg +1 -0
- package/svgs/core/node-parallel-top-right.svg +1 -0
- package/svgs/core/node-single-left.svg +1 -0
- package/svgs/core/node-single-right.svg +1 -0
- package/svgs/core/text-bold-italic-strikethrough.svg +1 -0
- package/svgs/core/text-bold-italic-underline-strikethrough.svg +1 -0
- package/svgs/core/text-bold-italic-underline.svg +1 -0
- package/svgs/core/text-bold-italic.svg +1 -0
- package/svgs/core/text-bold-strikethrough.svg +1 -0
- package/svgs/core/text-bold-underline-strikethrough.svg +1 -0
- package/svgs/core/text-bold-underline.svg +1 -0
- package/svgs/core/text-italic-strikethrough.svg +1 -0
- package/svgs/core/text-italic-underline-strikethrough.svg +1 -0
- package/svgs/core/text-italic-underline.svg +1 -0
- package/svgs/core/text-underline-strikethrough.svg +1 -0
- package/svgs/core/tidy.svg +1 -1
|
@@ -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::7d519974d95efb95644eddbc4da480a5>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -161,6 +161,15 @@ const metadata = {
|
|
|
161
161
|
usage: 'Multi purpose',
|
|
162
162
|
team: 'Design System Team'
|
|
163
163
|
},
|
|
164
|
+
'colour-none': {
|
|
165
|
+
keywords: ['colour-none', 'colournone', 'icon', 'icon-lab', 'core', 'Colour', 'Color', 'Remove', 'None', 'Colour picker'],
|
|
166
|
+
componentName: 'ColourNoneIcon',
|
|
167
|
+
package: '@atlaskit/icon-lab/core/colour-none',
|
|
168
|
+
type: 'core',
|
|
169
|
+
categorization: 'single-purpose',
|
|
170
|
+
usage: "Remove colours from Whiteboard's colour picker",
|
|
171
|
+
team: 'Whiteboards'
|
|
172
|
+
},
|
|
164
173
|
'continue-when': {
|
|
165
174
|
keywords: ['continue-when', 'continuewhen', 'icon', 'icon-lab', 'core'],
|
|
166
175
|
componentName: 'ContinueWhenIcon',
|
|
@@ -218,6 +227,24 @@ const metadata = {
|
|
|
218
227
|
team: 'Ecosystem',
|
|
219
228
|
slackChannel: '#forge-sql'
|
|
220
229
|
},
|
|
230
|
+
'distribute-spacing-horizontal': {
|
|
231
|
+
keywords: ['distribute-spacing-horizontal', 'distributespacinghorizontal', 'icon', 'icon-lab', 'core', 'Distribute', 'Horizontal spacing', 'Tidy up', 'Clean up'],
|
|
232
|
+
componentName: 'DistributeSpacingHorizontalIcon',
|
|
233
|
+
package: '@atlaskit/icon-lab/core/distribute-spacing-horizontal',
|
|
234
|
+
type: 'core',
|
|
235
|
+
categorization: 'single-purpose',
|
|
236
|
+
usage: 'Evenly distributing the horizontal space between multiple selected objects on Whiteboards',
|
|
237
|
+
team: 'Whiteboards'
|
|
238
|
+
},
|
|
239
|
+
'distribute-spacing-vertical': {
|
|
240
|
+
keywords: ['distribute-spacing-vertical', 'distributespacingvertical', 'icon', 'icon-lab', 'core', 'Distribute', 'Vertical spacing', 'Clean up', 'Tidy'],
|
|
241
|
+
componentName: 'DistributeSpacingVerticalIcon',
|
|
242
|
+
package: '@atlaskit/icon-lab/core/distribute-spacing-vertical',
|
|
243
|
+
type: 'core',
|
|
244
|
+
categorization: 'single-purpose',
|
|
245
|
+
usage: 'Evenly distributing the vertical space between multiple selected objects on Whiteboards',
|
|
246
|
+
team: 'Whiteboards'
|
|
247
|
+
},
|
|
221
248
|
'divider-element': {
|
|
222
249
|
keywords: ['divider-element', 'dividerelement', 'icon', 'icon-lab', 'core'],
|
|
223
250
|
componentName: 'DividerElementIcon',
|
|
@@ -358,6 +385,24 @@ const metadata = {
|
|
|
358
385
|
usage: 'Representing JIRA',
|
|
359
386
|
team: 'Whiteboards'
|
|
360
387
|
},
|
|
388
|
+
'jira-add': {
|
|
389
|
+
keywords: ['jira-add', 'jiraadd', 'icon', 'icon-lab', 'core', 'Jira', 'Work items', 'Create'],
|
|
390
|
+
componentName: 'JiraAddIcon',
|
|
391
|
+
package: '@atlaskit/icon-lab/core/jira-add',
|
|
392
|
+
type: 'core',
|
|
393
|
+
categorization: 'single-purpose',
|
|
394
|
+
usage: 'Reserved for adding Jira work items',
|
|
395
|
+
team: 'Whiteboards'
|
|
396
|
+
},
|
|
397
|
+
'jira-upload': {
|
|
398
|
+
keywords: ['jira-upload', 'jiraupload', 'icon', 'icon-lab', 'core', 'Jira', 'Work items', 'Import', 'Arrow up'],
|
|
399
|
+
componentName: 'JiraUploadIcon',
|
|
400
|
+
package: '@atlaskit/icon-lab/core/jira-upload',
|
|
401
|
+
type: 'core',
|
|
402
|
+
categorization: 'single-purpose',
|
|
403
|
+
usage: 'Reserved for importing Jira work items',
|
|
404
|
+
team: 'Whiteboards'
|
|
405
|
+
},
|
|
361
406
|
lozenge: {
|
|
362
407
|
keywords: ['lozenge', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
|
|
363
408
|
componentName: 'LozengeIcon',
|
|
@@ -367,6 +412,60 @@ const metadata = {
|
|
|
367
412
|
usage: 'Reserved for inserting status lozenges in Editor.',
|
|
368
413
|
team: 'Editor'
|
|
369
414
|
},
|
|
415
|
+
'node-parallel-bottom-left': {
|
|
416
|
+
keywords: ['node-parallel-bottom-left', 'nodeparallelbottomleft', 'icon', 'icon-lab', 'core', 'Node', 'Parallel', 'Bottom', 'Left'],
|
|
417
|
+
componentName: 'NodeParallelBottomLeftIcon',
|
|
418
|
+
package: '@atlaskit/icon-lab/core/node-parallel-bottom-left',
|
|
419
|
+
type: 'core',
|
|
420
|
+
categorization: 'single-purpose',
|
|
421
|
+
usage: 'Reserved for whiteboard’s node parallel-bottom-left',
|
|
422
|
+
team: 'Whiteboards'
|
|
423
|
+
},
|
|
424
|
+
'node-parallel-bottom-right': {
|
|
425
|
+
keywords: ['node-parallel-bottom-right', 'nodeparallelbottomright', 'icon', 'icon-lab', 'core', 'Node', 'parallel', 'bottom', 'right'],
|
|
426
|
+
componentName: 'NodeParallelBottomRightIcon',
|
|
427
|
+
package: '@atlaskit/icon-lab/core/node-parallel-bottom-right',
|
|
428
|
+
type: 'core',
|
|
429
|
+
categorization: 'single-purpose',
|
|
430
|
+
usage: 'Reserved for whiteboard’s node parallel-bottom-right',
|
|
431
|
+
team: 'Whiteboards'
|
|
432
|
+
},
|
|
433
|
+
'node-parallel-top-left': {
|
|
434
|
+
keywords: ['node-parallel-top-left', 'nodeparalleltopleft', 'icon', 'icon-lab', 'core', 'Node', 'Parallel', 'Top', 'Left'],
|
|
435
|
+
componentName: 'NodeParallelTopLeftIcon',
|
|
436
|
+
package: '@atlaskit/icon-lab/core/node-parallel-top-left',
|
|
437
|
+
type: 'core',
|
|
438
|
+
categorization: 'single-purpose',
|
|
439
|
+
usage: 'Reserved for whiteboard’s node parallel-top-left',
|
|
440
|
+
team: 'Whiteboards'
|
|
441
|
+
},
|
|
442
|
+
'node-parallel-top-right': {
|
|
443
|
+
keywords: ['node-parallel-top-right', 'nodeparalleltopright', 'icon', 'icon-lab', 'core', 'Node', 'parallel', 'top', 'right'],
|
|
444
|
+
componentName: 'NodeParallelTopRightIcon',
|
|
445
|
+
package: '@atlaskit/icon-lab/core/node-parallel-top-right',
|
|
446
|
+
type: 'core',
|
|
447
|
+
categorization: 'single-purpose',
|
|
448
|
+
usage: 'Reserved for whiteboard’s node parallel-top-right',
|
|
449
|
+
team: 'Whiteboards'
|
|
450
|
+
},
|
|
451
|
+
'node-single-left': {
|
|
452
|
+
keywords: ['node-single-left', 'nodesingleleft', 'icon', 'icon-lab', 'core', 'Node', 'Single', 'Left'],
|
|
453
|
+
componentName: 'NodeSingleLeftIcon',
|
|
454
|
+
package: '@atlaskit/icon-lab/core/node-single-left',
|
|
455
|
+
type: 'core',
|
|
456
|
+
categorization: 'single-purpose',
|
|
457
|
+
usage: 'Reserved for whiteboard’s node single-left alignment',
|
|
458
|
+
team: 'Whiteboards'
|
|
459
|
+
},
|
|
460
|
+
'node-single-right': {
|
|
461
|
+
keywords: ['node-single-right', 'nodesingleright', 'icon', 'icon-lab', 'core', 'Node', 'single', 'right'],
|
|
462
|
+
componentName: 'NodeSingleRightIcon',
|
|
463
|
+
package: '@atlaskit/icon-lab/core/node-single-right',
|
|
464
|
+
type: 'core',
|
|
465
|
+
categorization: 'single-purpose',
|
|
466
|
+
usage: 'Reserved for whiteboard’s node single-right',
|
|
467
|
+
team: 'Whiteboards'
|
|
468
|
+
},
|
|
370
469
|
'page-live-doc': {
|
|
371
470
|
keywords: ['page-live-doc', 'pagelivedoc', 'icon', 'icon-lab', 'core', 'page', 'live edit', 'lightning bolt', 'multiplayer', 'document', 'live doc'],
|
|
372
471
|
componentName: 'PageLiveDocIcon',
|
|
@@ -704,6 +803,105 @@ const metadata = {
|
|
|
704
803
|
usage: 'Used for templates in Whiteboards',
|
|
705
804
|
team: 'Whiteboards'
|
|
706
805
|
},
|
|
806
|
+
'text-bold-italic': {
|
|
807
|
+
keywords: ['text-bold-italic', 'textbolditalic', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Bold', 'Italic'],
|
|
808
|
+
componentName: 'TextBoldItalicIcon',
|
|
809
|
+
package: '@atlaskit/icon-lab/core/text-bold-italic',
|
|
810
|
+
type: 'core',
|
|
811
|
+
categorization: 'single-purpose',
|
|
812
|
+
usage: 'Reserved for bold text with italic',
|
|
813
|
+
team: 'Whiteboards'
|
|
814
|
+
},
|
|
815
|
+
'text-bold-italic-strikethrough': {
|
|
816
|
+
keywords: ['text-bold-italic-strikethrough', 'textbolditalicstrikethrough', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'strikethrough', 'Bold', 'Italic'],
|
|
817
|
+
componentName: 'TextBoldItalicStrikethroughIcon',
|
|
818
|
+
package: '@atlaskit/icon-lab/core/text-bold-italic-strikethrough',
|
|
819
|
+
type: 'core',
|
|
820
|
+
categorization: 'single-purpose',
|
|
821
|
+
usage: 'Reserved for italic bold text with a strikethrough',
|
|
822
|
+
team: 'Whiteboards'
|
|
823
|
+
},
|
|
824
|
+
'text-bold-italic-underline': {
|
|
825
|
+
keywords: ['text-bold-italic-underline', 'textbolditalicunderline', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Bold', 'Italic', 'Underline'],
|
|
826
|
+
componentName: 'TextBoldItalicUnderlineIcon',
|
|
827
|
+
package: '@atlaskit/icon-lab/core/text-bold-italic-underline',
|
|
828
|
+
type: 'core',
|
|
829
|
+
categorization: 'single-purpose',
|
|
830
|
+
usage: 'Reserved for bold italic text with underline',
|
|
831
|
+
team: 'Whiteboards'
|
|
832
|
+
},
|
|
833
|
+
'text-bold-italic-underline-strikethrough': {
|
|
834
|
+
keywords: ['text-bold-italic-underline-strikethrough', 'textbolditalicunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text formatting', 'bold', 'underline', 'strikethrough', 'italic'],
|
|
835
|
+
componentName: 'TextBoldItalicUnderlineStrikethroughIcon',
|
|
836
|
+
package: '@atlaskit/icon-lab/core/text-bold-italic-underline-strikethrough',
|
|
837
|
+
type: 'core',
|
|
838
|
+
categorization: 'single-purpose',
|
|
839
|
+
usage: 'Reserved for bold italic text with underline and strikethrough',
|
|
840
|
+
team: 'Whiteboards'
|
|
841
|
+
},
|
|
842
|
+
'text-bold-strikethrough': {
|
|
843
|
+
keywords: ['text-bold-strikethrough', 'textboldstrikethrough', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Bold', 'strikethrough'],
|
|
844
|
+
componentName: 'TextBoldStrikethroughIcon',
|
|
845
|
+
package: '@atlaskit/icon-lab/core/text-bold-strikethrough',
|
|
846
|
+
type: 'core',
|
|
847
|
+
categorization: 'single-purpose',
|
|
848
|
+
usage: 'Reserved for bold strikethrough text',
|
|
849
|
+
team: 'Whiteboards'
|
|
850
|
+
},
|
|
851
|
+
'text-bold-underline': {
|
|
852
|
+
keywords: ['text-bold-underline', 'textboldunderline', 'icon', 'icon-lab', 'core', 'bold', 'underline', 'text formatting'],
|
|
853
|
+
componentName: 'TextBoldUnderlineIcon',
|
|
854
|
+
package: '@atlaskit/icon-lab/core/text-bold-underline',
|
|
855
|
+
type: 'core',
|
|
856
|
+
categorization: 'single-purpose',
|
|
857
|
+
usage: 'Reserved for bold text with underline',
|
|
858
|
+
team: 'Whiteboards'
|
|
859
|
+
},
|
|
860
|
+
'text-bold-underline-strikethrough': {
|
|
861
|
+
keywords: ['text-bold-underline-strikethrough', 'textboldunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text formatting', 'bold', 'strikethrough', 'underline'],
|
|
862
|
+
componentName: 'TextBoldUnderlineStrikethroughIcon',
|
|
863
|
+
package: '@atlaskit/icon-lab/core/text-bold-underline-strikethrough',
|
|
864
|
+
type: 'core',
|
|
865
|
+
categorization: 'single-purpose',
|
|
866
|
+
usage: 'Reserved for bold text with underline and strikethrough',
|
|
867
|
+
team: 'Whiteboards'
|
|
868
|
+
},
|
|
869
|
+
'text-italic-strikethrough': {
|
|
870
|
+
keywords: ['text-italic-strikethrough', 'textitalicstrikethrough', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Italic', 'Strikethrough'],
|
|
871
|
+
componentName: 'TextItalicStrikethroughIcon',
|
|
872
|
+
package: '@atlaskit/icon-lab/core/text-italic-strikethrough',
|
|
873
|
+
type: 'core',
|
|
874
|
+
categorization: 'single-purpose',
|
|
875
|
+
usage: 'Reserved for italic text with strikethrough',
|
|
876
|
+
team: 'Whiteboards'
|
|
877
|
+
},
|
|
878
|
+
'text-italic-underline': {
|
|
879
|
+
keywords: ['text-italic-underline', 'textitalicunderline', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Underline', 'Italic'],
|
|
880
|
+
componentName: 'TextItalicUnderlineIcon',
|
|
881
|
+
package: '@atlaskit/icon-lab/core/text-italic-underline',
|
|
882
|
+
type: 'core',
|
|
883
|
+
categorization: 'single-purpose',
|
|
884
|
+
usage: 'Reserved for italic text with underline',
|
|
885
|
+
team: 'Whiteboards'
|
|
886
|
+
},
|
|
887
|
+
'text-italic-underline-strikethrough': {
|
|
888
|
+
keywords: ['text-italic-underline-strikethrough', 'textitalicunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text formatting', 'italic', 'underline', 'strikethrough'],
|
|
889
|
+
componentName: 'TextItalicUnderlineStrikethroughIcon',
|
|
890
|
+
package: '@atlaskit/icon-lab/core/text-italic-underline-strikethrough',
|
|
891
|
+
type: 'core',
|
|
892
|
+
categorization: 'single-purpose',
|
|
893
|
+
usage: 'Reserved for italic text with underline and strikethrough',
|
|
894
|
+
team: 'Whiteboards'
|
|
895
|
+
},
|
|
896
|
+
'text-underline-strikethrough': {
|
|
897
|
+
keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text', 'type', 'font', 'strikethrough', 'underline'],
|
|
898
|
+
componentName: 'TextUnderlineStrikethroughIcon',
|
|
899
|
+
package: '@atlaskit/icon-lab/core/text-underline-strikethrough',
|
|
900
|
+
type: 'core',
|
|
901
|
+
categorization: 'single-purpose',
|
|
902
|
+
usage: 'Reserved for underline text with a strikethrough',
|
|
903
|
+
team: 'Whiteboards'
|
|
904
|
+
},
|
|
707
905
|
ticket: {
|
|
708
906
|
keywords: ['ticket', 'icon', 'icon-lab', 'core', 'stub', 'ticket'],
|
|
709
907
|
componentName: 'TicketIcon',
|
|
@@ -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::7d519974d95efb95644eddbc4da480a5>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -161,6 +161,15 @@ var metadata = {
|
|
|
161
161
|
usage: 'Multi purpose',
|
|
162
162
|
team: 'Design System Team'
|
|
163
163
|
},
|
|
164
|
+
'colour-none': {
|
|
165
|
+
keywords: ['colour-none', 'colournone', 'icon', 'icon-lab', 'core', 'Colour', 'Color', 'Remove', 'None', 'Colour picker'],
|
|
166
|
+
componentName: 'ColourNoneIcon',
|
|
167
|
+
package: '@atlaskit/icon-lab/core/colour-none',
|
|
168
|
+
type: 'core',
|
|
169
|
+
categorization: 'single-purpose',
|
|
170
|
+
usage: "Remove colours from Whiteboard's colour picker",
|
|
171
|
+
team: 'Whiteboards'
|
|
172
|
+
},
|
|
164
173
|
'continue-when': {
|
|
165
174
|
keywords: ['continue-when', 'continuewhen', 'icon', 'icon-lab', 'core'],
|
|
166
175
|
componentName: 'ContinueWhenIcon',
|
|
@@ -218,6 +227,24 @@ var metadata = {
|
|
|
218
227
|
team: 'Ecosystem',
|
|
219
228
|
slackChannel: '#forge-sql'
|
|
220
229
|
},
|
|
230
|
+
'distribute-spacing-horizontal': {
|
|
231
|
+
keywords: ['distribute-spacing-horizontal', 'distributespacinghorizontal', 'icon', 'icon-lab', 'core', 'Distribute', 'Horizontal spacing', 'Tidy up', 'Clean up'],
|
|
232
|
+
componentName: 'DistributeSpacingHorizontalIcon',
|
|
233
|
+
package: '@atlaskit/icon-lab/core/distribute-spacing-horizontal',
|
|
234
|
+
type: 'core',
|
|
235
|
+
categorization: 'single-purpose',
|
|
236
|
+
usage: 'Evenly distributing the horizontal space between multiple selected objects on Whiteboards',
|
|
237
|
+
team: 'Whiteboards'
|
|
238
|
+
},
|
|
239
|
+
'distribute-spacing-vertical': {
|
|
240
|
+
keywords: ['distribute-spacing-vertical', 'distributespacingvertical', 'icon', 'icon-lab', 'core', 'Distribute', 'Vertical spacing', 'Clean up', 'Tidy'],
|
|
241
|
+
componentName: 'DistributeSpacingVerticalIcon',
|
|
242
|
+
package: '@atlaskit/icon-lab/core/distribute-spacing-vertical',
|
|
243
|
+
type: 'core',
|
|
244
|
+
categorization: 'single-purpose',
|
|
245
|
+
usage: 'Evenly distributing the vertical space between multiple selected objects on Whiteboards',
|
|
246
|
+
team: 'Whiteboards'
|
|
247
|
+
},
|
|
221
248
|
'divider-element': {
|
|
222
249
|
keywords: ['divider-element', 'dividerelement', 'icon', 'icon-lab', 'core'],
|
|
223
250
|
componentName: 'DividerElementIcon',
|
|
@@ -358,6 +385,24 @@ var metadata = {
|
|
|
358
385
|
usage: 'Representing JIRA',
|
|
359
386
|
team: 'Whiteboards'
|
|
360
387
|
},
|
|
388
|
+
'jira-add': {
|
|
389
|
+
keywords: ['jira-add', 'jiraadd', 'icon', 'icon-lab', 'core', 'Jira', 'Work items', 'Create'],
|
|
390
|
+
componentName: 'JiraAddIcon',
|
|
391
|
+
package: '@atlaskit/icon-lab/core/jira-add',
|
|
392
|
+
type: 'core',
|
|
393
|
+
categorization: 'single-purpose',
|
|
394
|
+
usage: 'Reserved for adding Jira work items',
|
|
395
|
+
team: 'Whiteboards'
|
|
396
|
+
},
|
|
397
|
+
'jira-upload': {
|
|
398
|
+
keywords: ['jira-upload', 'jiraupload', 'icon', 'icon-lab', 'core', 'Jira', 'Work items', 'Import', 'Arrow up'],
|
|
399
|
+
componentName: 'JiraUploadIcon',
|
|
400
|
+
package: '@atlaskit/icon-lab/core/jira-upload',
|
|
401
|
+
type: 'core',
|
|
402
|
+
categorization: 'single-purpose',
|
|
403
|
+
usage: 'Reserved for importing Jira work items',
|
|
404
|
+
team: 'Whiteboards'
|
|
405
|
+
},
|
|
361
406
|
lozenge: {
|
|
362
407
|
keywords: ['lozenge', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
|
|
363
408
|
componentName: 'LozengeIcon',
|
|
@@ -367,6 +412,60 @@ var metadata = {
|
|
|
367
412
|
usage: 'Reserved for inserting status lozenges in Editor.',
|
|
368
413
|
team: 'Editor'
|
|
369
414
|
},
|
|
415
|
+
'node-parallel-bottom-left': {
|
|
416
|
+
keywords: ['node-parallel-bottom-left', 'nodeparallelbottomleft', 'icon', 'icon-lab', 'core', 'Node', 'Parallel', 'Bottom', 'Left'],
|
|
417
|
+
componentName: 'NodeParallelBottomLeftIcon',
|
|
418
|
+
package: '@atlaskit/icon-lab/core/node-parallel-bottom-left',
|
|
419
|
+
type: 'core',
|
|
420
|
+
categorization: 'single-purpose',
|
|
421
|
+
usage: 'Reserved for whiteboard’s node parallel-bottom-left',
|
|
422
|
+
team: 'Whiteboards'
|
|
423
|
+
},
|
|
424
|
+
'node-parallel-bottom-right': {
|
|
425
|
+
keywords: ['node-parallel-bottom-right', 'nodeparallelbottomright', 'icon', 'icon-lab', 'core', 'Node', 'parallel', 'bottom', 'right'],
|
|
426
|
+
componentName: 'NodeParallelBottomRightIcon',
|
|
427
|
+
package: '@atlaskit/icon-lab/core/node-parallel-bottom-right',
|
|
428
|
+
type: 'core',
|
|
429
|
+
categorization: 'single-purpose',
|
|
430
|
+
usage: 'Reserved for whiteboard’s node parallel-bottom-right',
|
|
431
|
+
team: 'Whiteboards'
|
|
432
|
+
},
|
|
433
|
+
'node-parallel-top-left': {
|
|
434
|
+
keywords: ['node-parallel-top-left', 'nodeparalleltopleft', 'icon', 'icon-lab', 'core', 'Node', 'Parallel', 'Top', 'Left'],
|
|
435
|
+
componentName: 'NodeParallelTopLeftIcon',
|
|
436
|
+
package: '@atlaskit/icon-lab/core/node-parallel-top-left',
|
|
437
|
+
type: 'core',
|
|
438
|
+
categorization: 'single-purpose',
|
|
439
|
+
usage: 'Reserved for whiteboard’s node parallel-top-left',
|
|
440
|
+
team: 'Whiteboards'
|
|
441
|
+
},
|
|
442
|
+
'node-parallel-top-right': {
|
|
443
|
+
keywords: ['node-parallel-top-right', 'nodeparalleltopright', 'icon', 'icon-lab', 'core', 'Node', 'parallel', 'top', 'right'],
|
|
444
|
+
componentName: 'NodeParallelTopRightIcon',
|
|
445
|
+
package: '@atlaskit/icon-lab/core/node-parallel-top-right',
|
|
446
|
+
type: 'core',
|
|
447
|
+
categorization: 'single-purpose',
|
|
448
|
+
usage: 'Reserved for whiteboard’s node parallel-top-right',
|
|
449
|
+
team: 'Whiteboards'
|
|
450
|
+
},
|
|
451
|
+
'node-single-left': {
|
|
452
|
+
keywords: ['node-single-left', 'nodesingleleft', 'icon', 'icon-lab', 'core', 'Node', 'Single', 'Left'],
|
|
453
|
+
componentName: 'NodeSingleLeftIcon',
|
|
454
|
+
package: '@atlaskit/icon-lab/core/node-single-left',
|
|
455
|
+
type: 'core',
|
|
456
|
+
categorization: 'single-purpose',
|
|
457
|
+
usage: 'Reserved for whiteboard’s node single-left alignment',
|
|
458
|
+
team: 'Whiteboards'
|
|
459
|
+
},
|
|
460
|
+
'node-single-right': {
|
|
461
|
+
keywords: ['node-single-right', 'nodesingleright', 'icon', 'icon-lab', 'core', 'Node', 'single', 'right'],
|
|
462
|
+
componentName: 'NodeSingleRightIcon',
|
|
463
|
+
package: '@atlaskit/icon-lab/core/node-single-right',
|
|
464
|
+
type: 'core',
|
|
465
|
+
categorization: 'single-purpose',
|
|
466
|
+
usage: 'Reserved for whiteboard’s node single-right',
|
|
467
|
+
team: 'Whiteboards'
|
|
468
|
+
},
|
|
370
469
|
'page-live-doc': {
|
|
371
470
|
keywords: ['page-live-doc', 'pagelivedoc', 'icon', 'icon-lab', 'core', 'page', 'live edit', 'lightning bolt', 'multiplayer', 'document', 'live doc'],
|
|
372
471
|
componentName: 'PageLiveDocIcon',
|
|
@@ -704,6 +803,105 @@ var metadata = {
|
|
|
704
803
|
usage: 'Used for templates in Whiteboards',
|
|
705
804
|
team: 'Whiteboards'
|
|
706
805
|
},
|
|
806
|
+
'text-bold-italic': {
|
|
807
|
+
keywords: ['text-bold-italic', 'textbolditalic', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Bold', 'Italic'],
|
|
808
|
+
componentName: 'TextBoldItalicIcon',
|
|
809
|
+
package: '@atlaskit/icon-lab/core/text-bold-italic',
|
|
810
|
+
type: 'core',
|
|
811
|
+
categorization: 'single-purpose',
|
|
812
|
+
usage: 'Reserved for bold text with italic',
|
|
813
|
+
team: 'Whiteboards'
|
|
814
|
+
},
|
|
815
|
+
'text-bold-italic-strikethrough': {
|
|
816
|
+
keywords: ['text-bold-italic-strikethrough', 'textbolditalicstrikethrough', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'strikethrough', 'Bold', 'Italic'],
|
|
817
|
+
componentName: 'TextBoldItalicStrikethroughIcon',
|
|
818
|
+
package: '@atlaskit/icon-lab/core/text-bold-italic-strikethrough',
|
|
819
|
+
type: 'core',
|
|
820
|
+
categorization: 'single-purpose',
|
|
821
|
+
usage: 'Reserved for italic bold text with a strikethrough',
|
|
822
|
+
team: 'Whiteboards'
|
|
823
|
+
},
|
|
824
|
+
'text-bold-italic-underline': {
|
|
825
|
+
keywords: ['text-bold-italic-underline', 'textbolditalicunderline', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Bold', 'Italic', 'Underline'],
|
|
826
|
+
componentName: 'TextBoldItalicUnderlineIcon',
|
|
827
|
+
package: '@atlaskit/icon-lab/core/text-bold-italic-underline',
|
|
828
|
+
type: 'core',
|
|
829
|
+
categorization: 'single-purpose',
|
|
830
|
+
usage: 'Reserved for bold italic text with underline',
|
|
831
|
+
team: 'Whiteboards'
|
|
832
|
+
},
|
|
833
|
+
'text-bold-italic-underline-strikethrough': {
|
|
834
|
+
keywords: ['text-bold-italic-underline-strikethrough', 'textbolditalicunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text formatting', 'bold', 'underline', 'strikethrough', 'italic'],
|
|
835
|
+
componentName: 'TextBoldItalicUnderlineStrikethroughIcon',
|
|
836
|
+
package: '@atlaskit/icon-lab/core/text-bold-italic-underline-strikethrough',
|
|
837
|
+
type: 'core',
|
|
838
|
+
categorization: 'single-purpose',
|
|
839
|
+
usage: 'Reserved for bold italic text with underline and strikethrough',
|
|
840
|
+
team: 'Whiteboards'
|
|
841
|
+
},
|
|
842
|
+
'text-bold-strikethrough': {
|
|
843
|
+
keywords: ['text-bold-strikethrough', 'textboldstrikethrough', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Bold', 'strikethrough'],
|
|
844
|
+
componentName: 'TextBoldStrikethroughIcon',
|
|
845
|
+
package: '@atlaskit/icon-lab/core/text-bold-strikethrough',
|
|
846
|
+
type: 'core',
|
|
847
|
+
categorization: 'single-purpose',
|
|
848
|
+
usage: 'Reserved for bold strikethrough text',
|
|
849
|
+
team: 'Whiteboards'
|
|
850
|
+
},
|
|
851
|
+
'text-bold-underline': {
|
|
852
|
+
keywords: ['text-bold-underline', 'textboldunderline', 'icon', 'icon-lab', 'core', 'bold', 'underline', 'text formatting'],
|
|
853
|
+
componentName: 'TextBoldUnderlineIcon',
|
|
854
|
+
package: '@atlaskit/icon-lab/core/text-bold-underline',
|
|
855
|
+
type: 'core',
|
|
856
|
+
categorization: 'single-purpose',
|
|
857
|
+
usage: 'Reserved for bold text with underline',
|
|
858
|
+
team: 'Whiteboards'
|
|
859
|
+
},
|
|
860
|
+
'text-bold-underline-strikethrough': {
|
|
861
|
+
keywords: ['text-bold-underline-strikethrough', 'textboldunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text formatting', 'bold', 'strikethrough', 'underline'],
|
|
862
|
+
componentName: 'TextBoldUnderlineStrikethroughIcon',
|
|
863
|
+
package: '@atlaskit/icon-lab/core/text-bold-underline-strikethrough',
|
|
864
|
+
type: 'core',
|
|
865
|
+
categorization: 'single-purpose',
|
|
866
|
+
usage: 'Reserved for bold text with underline and strikethrough',
|
|
867
|
+
team: 'Whiteboards'
|
|
868
|
+
},
|
|
869
|
+
'text-italic-strikethrough': {
|
|
870
|
+
keywords: ['text-italic-strikethrough', 'textitalicstrikethrough', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Italic', 'Strikethrough'],
|
|
871
|
+
componentName: 'TextItalicStrikethroughIcon',
|
|
872
|
+
package: '@atlaskit/icon-lab/core/text-italic-strikethrough',
|
|
873
|
+
type: 'core',
|
|
874
|
+
categorization: 'single-purpose',
|
|
875
|
+
usage: 'Reserved for italic text with strikethrough',
|
|
876
|
+
team: 'Whiteboards'
|
|
877
|
+
},
|
|
878
|
+
'text-italic-underline': {
|
|
879
|
+
keywords: ['text-italic-underline', 'textitalicunderline', 'icon', 'icon-lab', 'core', 'Text', 'Type', 'Font', 'Underline', 'Italic'],
|
|
880
|
+
componentName: 'TextItalicUnderlineIcon',
|
|
881
|
+
package: '@atlaskit/icon-lab/core/text-italic-underline',
|
|
882
|
+
type: 'core',
|
|
883
|
+
categorization: 'single-purpose',
|
|
884
|
+
usage: 'Reserved for italic text with underline',
|
|
885
|
+
team: 'Whiteboards'
|
|
886
|
+
},
|
|
887
|
+
'text-italic-underline-strikethrough': {
|
|
888
|
+
keywords: ['text-italic-underline-strikethrough', 'textitalicunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text formatting', 'italic', 'underline', 'strikethrough'],
|
|
889
|
+
componentName: 'TextItalicUnderlineStrikethroughIcon',
|
|
890
|
+
package: '@atlaskit/icon-lab/core/text-italic-underline-strikethrough',
|
|
891
|
+
type: 'core',
|
|
892
|
+
categorization: 'single-purpose',
|
|
893
|
+
usage: 'Reserved for italic text with underline and strikethrough',
|
|
894
|
+
team: 'Whiteboards'
|
|
895
|
+
},
|
|
896
|
+
'text-underline-strikethrough': {
|
|
897
|
+
keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text', 'type', 'font', 'strikethrough', 'underline'],
|
|
898
|
+
componentName: 'TextUnderlineStrikethroughIcon',
|
|
899
|
+
package: '@atlaskit/icon-lab/core/text-underline-strikethrough',
|
|
900
|
+
type: 'core',
|
|
901
|
+
categorization: 'single-purpose',
|
|
902
|
+
usage: 'Reserved for underline text with a strikethrough',
|
|
903
|
+
team: 'Whiteboards'
|
|
904
|
+
},
|
|
707
905
|
ticket: {
|
|
708
906
|
keywords: ['ticket', 'icon', 'icon-lab', 'core', 'stub', 'ticket'],
|
|
709
907
|
componentName: 'TicketIcon',
|
|
@@ -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::7d519974d95efb95644eddbc4da480a5>>
|
|
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::7d519974d95efb95644eddbc4da480a5>>
|
|
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.3.0",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@af/icon-build-process": "^2.4.0",
|
|
43
43
|
"@af/visual-regression": "^1.3.0",
|
|
44
44
|
"@atlaskit/button": "^21.1.0",
|
|
45
|
-
"@atlaskit/code": "^16.
|
|
45
|
+
"@atlaskit/code": "^16.1.0",
|
|
46
46
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
47
47
|
"@atlaskit/heading": "^5.1.0",
|
|
48
48
|
"@atlaskit/modal-dialog": "^13.4.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="m12.781 13.842 1.689 1.688 1.06-1.06-1.688-1.689.002-.004-1.344-1.344v.006L4.56 3.5h.007L3.223 2.156l-.004.002L1.53.47.47 1.53l1.688 1.69A2 2 0 0 0 2 4v8a2 2 0 0 0 2 2h8c.277 0 .541-.056.781-.158M11.439 12.5 3.5 4.56V12a.5.5 0 0 0 .5.5zM14 4v6.812l-1.5-1.5V4a.5.5 0 0 0-.5-.5H6.688L5.188 2H12a2 2 0 0 1 2 2" 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="M7.25 12V4h1.5v8zM1 15V1h1.5v14zm12.5 0V1H15v14z" 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="M15 15H1v-1.5h14zm-3-6.25H4v-1.5h8zm3-6.25H1V1h14z" 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="M6 .75A.75.75 0 0 1 6.75 0h6a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-.75.75h-1.393c-.302 0-.591-.057-.857-.16v2.41a.75.75 0 0 1-.75.75H8.357a2.4 2.4 0 0 1-.857-.16v2.41a.75.75 0 0 1-.75.75H5.357A2.357 2.357 0 0 1 3 11.143V10.5h-.643A2.357 2.357 0 0 1 0 8.143V6.75A.75.75 0 0 1 .75 6h2.41A2.4 2.4 0 0 1 3 5.143V3.75A.75.75 0 0 1 3.75 3h2.41A2.4 2.4 0 0 1 6 2.143zM8.357 3H9.75a.75.75 0 0 1 .75.75v1.393c0 .473.384.857.857.857H12V1.5H7.5v.643c0 .473.384.857.857.857M9 4.5H4.5v.643c0 .473.384.857.857.857H6.75a.75.75 0 0 1 .75.75v1.393c0 .473.384.857.857.857H9zm-3 3H1.5v.643c0 .473.384.857.857.857H3.75a.75.75 0 0 1 .75.75v1.393c0 .473.384.857.857.857H6zm6.25 4.75V10h1.5v2.25H16v1.5h-2.25V16h-1.5v-2.25H10v-1.5z" 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="M6 .75A.75.75 0 0 1 6.75 0h6a.75.75 0 0 1 .75.75v6a.75.75 0 0 1-.75.75h-1.393c-.302 0-.591-.057-.857-.16v2.41a.75.75 0 0 1-.75.75H8.357a2.4 2.4 0 0 1-.857-.16v2.41a.75.75 0 0 1-.75.75H5.357A2.357 2.357 0 0 1 3 11.143V10.5h-.643A2.357 2.357 0 0 1 0 8.143V6.75A.75.75 0 0 1 .75 6h2.41A2.4 2.4 0 0 1 3 5.143V3.75A.75.75 0 0 1 3.75 3h2.41A2.4 2.4 0 0 1 6 2.143zM8.357 3H9.75a.75.75 0 0 1 .75.75v1.393c0 .473.384.857.857.857H12V1.5H7.5v.643c0 .473.384.857.857.857M9 4.5H4.5v.643c0 .473.384.857.857.857H6.75a.75.75 0 0 1 .75.75v1.393c0 .473.384.857.857.857H9zm-3 3H1.5v.643c0 .473.384.857.857.857H3.75a.75.75 0 0 1 .75.75v1.393c0 .473.384.857.857.857H6zm6.47 2.72a.75.75 0 0 1 1.06 0l2.375 2.375-1.06 1.06-1.095-1.094V16h-1.5v-3.44l-1.095 1.095-1.06-1.06z" 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="M3.25 3.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M1 4.25a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M3.25 11a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M1 11.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M4 3.5h11V5H4z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M10.75 4.25v6.25a2 2 0 0 1-2 2H4V11h4.75a.5.5 0 0 0 .5-.5V4.25z" 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="M12.75 3.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M12.75 11a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M1 3.5h11V5H1z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M6.75 4.25v6.25a.5.5 0 0 0 .5.5H12v1.5H7.25a2 2 0 0 1-2-2V4.25z" 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="M3.25 3.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M1 4.25a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M3.25 11a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M1 11.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M4 11h11v1.5H4z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M8.75 5H4V3.5h4.75a2 2 0 0 1 2 2v6.25h-1.5V5.5a.5.5 0 0 0-.5-.5" 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="M12.75 3.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M12.75 11a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M1 11h11v1.5H1z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M7.25 5a.5.5 0 0 0-.5.5v6.25h-1.5V5.5a2 2 0 0 1 2-2H12V5z" 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="M3.25 7.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M1 8a2.25 2.25 0 1 1 4.5 0A2.25 2.25 0 0 1 1 8" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M4 7.25h10v1.5H4z" 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="M12.75 7.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M10.5 8A2.25 2.25 0 1 1 15 8a2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M2 7.25h10v1.5H2z" 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="M4.215 1.93c.094-.538.561-.93 1.108-.93h4.622c1.125 0 2.175.398 2.896 1.188.734.803 1.026 1.9.82 3.07a4.5 4.5 0 0 1-.89 1.992H15v1.5H1v-1.5h2.277zm1.413 4.945H8.91c1.238 0 2.335-.877 2.535-2.008.098-.555-.05-.926-.264-1.161-.227-.248-.633-.456-1.236-.456H6.267z" clip-rule="evenodd"/><path fill="currentcolor" d="M11.433 10.25h2.254q.019.432-.062.883C13.215 13.452 11.087 15 8.875 15H3.25a1.125 1.125 0 0 1-1.108-1.32l.604-3.43h2.285l-.44 2.5h4.284c1.238 0 2.335-.877 2.535-2.008q.047-.275.023-.492"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="17" fill="none" viewBox="0 0 16 17"><path fill="currentcolor" fill-rule="evenodd" d="M6.125 1.75a1 1 0 0 0-.976.783L4.323 6.25H1v1.5h14v-1.5h-2.93a3.25 3.25 0 0 0-3-4.5zm.247 4.5.555-2.5H9.07a1.25 1.25 0 1 1 0 2.5z" clip-rule="evenodd"/><path fill="currentcolor" d="M12.29 9.25h-2.05a1.5 1.5 0 0 1-1.41 2H5.35l.4-2H3.71l-.56 2.8a1 1 0 0 0 .98 1.2h4.7a3.5 3.5 0 0 0 3.47-4M0 16.75h16v-1.5H0z"/></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 16H0v-1.5h16zM4.14 6.3a1 1 0 0 1 .98-.8h3.7a3.5 3.5 0 1 1 0 7h-4.7a1 1 0 0 1-.98-1.2zm1.8 1.2-.6 3h3.48a1.5 1.5 0 0 0 0-3z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M5.149 1.783A1 1 0 0 1 6.125 1H9.07a3.25 3.25 0 1 1 0 6.5H5.125a1 1 0 0 1-.976-1.217zM6.927 3l-.555 2.5H9.07a1.25 1.25 0 1 0 0-2.5z" 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="M4.465 1.93c.094-.538.561-.93 1.108-.93h4.622c1.125 0 2.175.398 2.896 1.188.734.803 1.026 1.9.82 3.07a4.53 4.53 0 0 1-1.27 2.421q.222.173.414.384c.734.802 1.027 1.9.82 3.07-.41 2.319-2.538 3.867-4.75 3.867H3.5a1.125 1.125 0 0 1-1.108-1.32l1.035-5.875.015-.073zm1.413 4.945H9.16c1.238 0 2.335-.877 2.535-2.008.098-.555-.05-.926-.264-1.161-.227-.248-.633-.456-1.236-.456H6.517zm-.399 2.25-.638 3.625h4.284c1.238 0 2.335-.877 2.535-2.008.098-.554-.05-.926-.265-1.16-.227-.25-.634-.457-1.235-.457z" 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="M4.125 1C3.504 1 3 1.504 3 2.125V7.25H1v1.5h14v-1.5h-2.634A3.96 3.96 0 0 0 13 5.063C13 2.626 11.004 1 8.75 1zm6.625 4.063c0 1.014-.802 1.812-2 1.812h-3.5V3.25h3.5c1.198 0 2 .798 2 1.813" clip-rule="evenodd"/><path fill="currentcolor" d="M13.945 10.25h-2.329q.133.319.134.688c0 1.014-.802 1.812-2 1.812h-4.5v-2.5H3v3.625C3 14.496 3.504 15 4.125 15H9.75c2.254 0 4.25-1.626 4.25-4.062a4 4 0 0 0-.055-.688"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M5 1a1 1 0 0 0-1 1v3.5H1V7h14V5.5h-3.192A3.375 3.375 0 0 0 8.625 1zm1 4.5h3.416a1.375 1.375 0 0 0-.79-2.5H5.999z" clip-rule="evenodd"/><path fill="currentcolor" d="M12.94 8.5h-2.09a1.38 1.38 0 0 1-1.23 2H6v-2H4v3a1 1 0 0 0 1 1h4.63a3.38 3.38 0 0 0 3.32-4M0 16h16v-1.5H0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M4 6.75a1 1 0 0 1 1-1h4.625a3.375 3.375 0 1 1 0 6.75H5a1 1 0 0 1-1-1zm2 1v2.75h3.625a1.375 1.375 0 1 0 0-2.75z" clip-rule="evenodd"/><path fill="currentcolor" fill-rule="evenodd" d="M4 2a1 1 0 0 1 1-1h3.63a3.38 3.38 0 1 1 0 6.75H5a1 1 0 0 1-1-1zm2 1v2.75h2.63a1.38 1.38 0 0 0 0-2.75zm10 13H0v-1.5h16z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M12.5 1H6v1.5h2.55L7.41 7.25H1v1.5h14v-1.5H8.95l1.14-4.75h2.41zm-4.27 9.25H6.69l-.78 3.25H3.5V15H10v-1.5H7.45z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M6.44 1h5.07v1.5H9.76l-.72 3H15V7H1V5.5h6.5l.72-3H6.44zm.34 7.5-.54 2.25H4.49v1.5h5.07v-1.5H7.78l.54-2.25zM0 16h16v-1.5H0z"/></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 16H0v-1.5h16zM5.75 1h6v1.5H9.62L7.92 11H10v1.5H4.25V11h2.13l1.7-8.5H5.75z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M3.53 8.5a4.5 4.5 0 0 0 8.95 0h-1.51a3 3 0 0 1-5.92 0zM15 7V5.5h-2.5V1H11v4.5H5V1H3.5v4.5H1V7zM0 16v-1.5h16V16z"/></svg>
|
package/svgs/core/tidy.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M1 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zm9 3H4V4h8zm0 3.25H4v-1.5h8zM12 12H4v-1.5h8z" clip-rule="evenodd"/></svg>
|