@atlaskit/icon-lab 5.7.1 → 5.9.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.
Files changed (91) hide show
  1. package/CHANGELOG.md +62 -0
  2. package/core/ai-generative-text.js +2 -2
  3. package/core/assets-object-type.d.ts +13 -0
  4. package/core/assets-object-type.js +29 -0
  5. package/core/assets-object.d.ts +13 -0
  6. package/core/assets-object.js +29 -0
  7. package/core/assets-schema.js +3 -3
  8. package/core/blast-radius.d.ts +13 -0
  9. package/core/blast-radius.js +29 -0
  10. package/core/chart-bullet.d.ts +13 -0
  11. package/core/chart-bullet.js +29 -0
  12. package/core/chart-extrapolate.d.ts +13 -0
  13. package/core/chart-extrapolate.js +29 -0
  14. package/core/chart-funnel.d.ts +13 -0
  15. package/core/chart-funnel.js +29 -0
  16. package/core/data-bucket.d.ts +13 -0
  17. package/core/data-bucket.js +29 -0
  18. package/core/data-formula.d.ts +13 -0
  19. package/core/data-formula.js +29 -0
  20. package/core/data-function.d.ts +13 -0
  21. package/core/data-function.js +29 -0
  22. package/core/data-pivot.d.ts +13 -0
  23. package/core/data-pivot.js +29 -0
  24. package/core/data-transpose.d.ts +13 -0
  25. package/core/data-transpose.js +29 -0
  26. package/core/data-unpivot.d.ts +13 -0
  27. package/core/data-unpivot.js +29 -0
  28. package/core/data-visualization-heatmap.d.ts +13 -0
  29. package/core/data-visualization-heatmap.js +29 -0
  30. package/core/data-visualization-metric.d.ts +13 -0
  31. package/core/data-visualization-metric.js +29 -0
  32. package/core/data-zero-fill.d.ts +13 -0
  33. package/core/data-zero-fill.js +29 -0
  34. package/core/key.d.ts +13 -0
  35. package/core/key.js +29 -0
  36. package/core/merge-queue.d.ts +13 -0
  37. package/core/merge-queue.js +29 -0
  38. package/core/missed-call.d.ts +13 -0
  39. package/core/missed-call.js +29 -0
  40. package/core/power-cable.d.ts +13 -0
  41. package/core/power-cable.js +29 -0
  42. package/core/table-row-limit.d.ts +13 -0
  43. package/core/table-row-limit.js +29 -0
  44. package/core/template-sync.d.ts +13 -0
  45. package/core/template-sync.js +29 -0
  46. package/core/template.js +4 -4
  47. package/core/text-cursor.d.ts +13 -0
  48. package/core/text-cursor.js +29 -0
  49. package/core/text-density-compress.d.ts +13 -0
  50. package/core/text-density-compress.js +29 -0
  51. package/core/text-density-expand.d.ts +13 -0
  52. package/core/text-density-expand.js +29 -0
  53. package/core/views.d.ts +13 -0
  54. package/core/views.js +29 -0
  55. package/core/world.d.ts +13 -0
  56. package/core/world.js +29 -0
  57. package/dist/cjs/metadata-core.js +267 -7
  58. package/dist/es2019/metadata-core.js +267 -7
  59. package/dist/esm/metadata-core.js +267 -7
  60. package/dist/types/metadata-core.d.ts +1 -1
  61. package/dist/types-ts4.5/metadata-core.d.ts +1 -1
  62. package/package.json +8 -8
  63. package/svgs/core/ai-generative-text.svg +1 -1
  64. package/svgs/core/assets-object-type.svg +1 -0
  65. package/svgs/core/assets-object.svg +1 -0
  66. package/svgs/core/assets-schema.svg +1 -1
  67. package/svgs/core/blast-radius.svg +1 -0
  68. package/svgs/core/chart-bullet.svg +1 -0
  69. package/svgs/core/chart-extrapolate.svg +1 -0
  70. package/svgs/core/chart-funnel.svg +1 -0
  71. package/svgs/core/data-bucket.svg +1 -0
  72. package/svgs/core/data-formula.svg +1 -0
  73. package/svgs/core/data-function.svg +1 -0
  74. package/svgs/core/data-pivot.svg +1 -0
  75. package/svgs/core/data-transpose.svg +1 -0
  76. package/svgs/core/data-unpivot.svg +1 -0
  77. package/svgs/core/data-visualization-heatmap.svg +1 -0
  78. package/svgs/core/data-visualization-metric.svg +1 -0
  79. package/svgs/core/data-zero-fill.svg +1 -0
  80. package/svgs/core/key.svg +1 -0
  81. package/svgs/core/merge-queue.svg +1 -0
  82. package/svgs/core/missed-call.svg +1 -0
  83. package/svgs/core/power-cable.svg +1 -0
  84. package/svgs/core/table-row-limit.svg +1 -0
  85. package/svgs/core/template-sync.svg +1 -0
  86. package/svgs/core/template.svg +1 -1
  87. package/svgs/core/text-cursor.svg +1 -0
  88. package/svgs/core/text-density-compress.svg +1 -0
  89. package/svgs/core/text-density-expand.svg +1 -0
  90. package/svgs/core/views.svg +1 -0
  91. package/svgs/core/world.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::5b69fe1c13c3b715214c07768484a6fc>>
6
+ * @codegen <<SignedSource::e31ec5110d73ffb95ab5d95b127fdc71>>
7
7
  * @codegenCommand yarn build:icon-glyphs
8
8
  */
9
9
 
@@ -276,13 +276,33 @@ var metadata = {
276
276
  team: 'Assets',
277
277
  status: 'published'
278
278
  },
279
+ 'assets-object': {
280
+ keywords: ['assets-object', 'assetsobject', 'icon', 'icon-lab', 'assets', 'object', 'box'],
281
+ componentName: 'AssetsObjectIcon',
282
+ package: '@atlaskit/icon-lab/core/assets-object',
283
+ type: 'core',
284
+ categorization: 'single-purpose',
285
+ usage: 'Reserved for representing objects in Assets.',
286
+ team: 'Assets',
287
+ status: 'published'
288
+ },
289
+ 'assets-object-type': {
290
+ keywords: ['assets-object-type', 'assetsobjecttype', 'icon', 'icon-lab', 'assets', 'object type', 'collection'],
291
+ componentName: 'AssetsObjectTypeIcon',
292
+ package: '@atlaskit/icon-lab/core/assets-object-type',
293
+ type: 'core',
294
+ categorization: 'single-purpose',
295
+ usage: 'Reserved for representing object types in Assets.',
296
+ team: 'Assets',
297
+ status: 'published'
298
+ },
279
299
  'assets-schema': {
280
300
  keywords: ['assets-schema', 'assetsschema', 'icon', 'icon-lab', 'assets', 'CMDB', 'configuration management database'],
281
301
  componentName: 'AssetsSchemaIcon',
282
302
  package: '@atlaskit/icon-lab/core/assets-schema',
283
303
  type: 'core',
284
304
  categorization: 'single-purpose',
285
- usage: 'Reserved for JSM Assets.',
305
+ usage: 'Reserved for representing schema in Assets.',
286
306
  team: 'Assets',
287
307
  status: 'published'
288
308
  },
@@ -316,6 +336,16 @@ var metadata = {
316
336
  team: 'Growth Buy',
317
337
  status: 'published'
318
338
  },
339
+ 'blast-radius': {
340
+ keywords: ['blast-radius', 'blastradius', 'icon', 'icon-lab', 'blast radius', 'impact area'],
341
+ componentName: 'BlastRadiusIcon',
342
+ package: '@atlaskit/icon-lab/core/blast-radius',
343
+ type: 'core',
344
+ categorization: 'single-purpose',
345
+ usage: 'Reserved for representing blast radius in Object Graph.',
346
+ team: 'JSM',
347
+ status: 'published'
348
+ },
319
349
  bluetooth: {
320
350
  keywords: ['bluetooth', 'icon', 'icon-lab', 'bluetooth', 'connectivity', 'bt'],
321
351
  componentName: 'BluetoothIcon',
@@ -409,6 +439,36 @@ var metadata = {
409
439
  team: 'Data Experiences',
410
440
  status: 'published'
411
441
  },
442
+ 'chart-bullet': {
443
+ keywords: ['chart-bullet', 'chartbullet', 'icon', 'icon-lab', 'bullet', 'chart', 'graph', 'primary measure'],
444
+ componentName: 'ChartBulletIcon',
445
+ package: '@atlaskit/icon-lab/core/chart-bullet',
446
+ type: 'core',
447
+ categorization: 'multi-purpose',
448
+ usage: 'Known uses: Bullet charts or graphs',
449
+ team: 'Data Experiences',
450
+ status: 'published'
451
+ },
452
+ 'chart-extrapolate': {
453
+ keywords: ['chart-extrapolate', 'chartextrapolate', 'icon', 'icon-lab', 'chart', 'trend', 'extrapolate', 'analytics'],
454
+ componentName: 'ChartExtrapolateIcon',
455
+ package: '@atlaskit/icon-lab/core/chart-extrapolate',
456
+ type: 'core',
457
+ categorization: 'multi-purpose',
458
+ usage: 'Known uses: Chart trend extrapolation in Analytics.',
459
+ team: 'Data Experiences',
460
+ status: 'published'
461
+ },
462
+ 'chart-funnel': {
463
+ keywords: ['chart-funnel', 'chartfunnel', 'icon', 'icon-lab', 'chart', 'funnel', 'sales process', 'revenue'],
464
+ componentName: 'ChartFunnelIcon',
465
+ package: '@atlaskit/icon-lab/core/chart-funnel',
466
+ type: 'core',
467
+ categorization: 'multi-purpose',
468
+ usage: 'Known uses: Chart funnels',
469
+ team: 'Data Experiences',
470
+ status: 'published'
471
+ },
412
472
  'chart-scatter-plot': {
413
473
  keywords: ['chart-scatter-plot', 'chartscatterplot', 'icon', 'icon-lab', 'chart', 'scatter', 'dot plot', 'distribution', 'analytics'],
414
474
  componentName: 'ChartScatterPlotIcon',
@@ -425,7 +485,7 @@ var metadata = {
425
485
  package: '@atlaskit/icon-lab/core/cloud-offline',
426
486
  type: 'core',
427
487
  categorization: 'single-purpose',
428
- usage: "Reserved for showing when a connection can't be established to the cloud.",
488
+ usage: "Reserved for showing when a connection can\'t be established to the cloud.",
429
489
  team: 'Content Types',
430
490
  status: 'published'
431
491
  },
@@ -455,7 +515,7 @@ var metadata = {
455
515
  package: '@atlaskit/icon-lab/core/colour-none',
456
516
  type: 'core',
457
517
  categorization: 'single-purpose',
458
- usage: "Remove colours from Whiteboard's colour picker",
518
+ usage: "Remove colours from Whiteboard\'s colour picker",
459
519
  team: 'Whiteboards',
460
520
  status: 'published'
461
521
  },
@@ -520,6 +580,96 @@ var metadata = {
520
580
  team: 'Whiteboards',
521
581
  status: 'published'
522
582
  },
583
+ 'data-bucket': {
584
+ keywords: ['data-bucket', 'databucket', 'icon', 'icon-lab', 'data bucketing', 'segmentation'],
585
+ componentName: 'DataBucketIcon',
586
+ package: '@atlaskit/icon-lab/core/data-bucket',
587
+ type: 'core',
588
+ categorization: 'single-purpose',
589
+ usage: 'Reserved for bucketing data.',
590
+ team: 'Data Experiences',
591
+ status: 'published'
592
+ },
593
+ 'data-formula': {
594
+ keywords: ['data-formula', 'dataformula', 'icon', 'icon-lab', 'data formula'],
595
+ componentName: 'DataFormulaIcon',
596
+ package: '@atlaskit/icon-lab/core/data-formula',
597
+ type: 'core',
598
+ categorization: 'single-purpose',
599
+ usage: 'Reserved for data formulas.',
600
+ team: 'Data experiences',
601
+ status: 'published'
602
+ },
603
+ 'data-function': {
604
+ keywords: ['data-function', 'datafunction', 'icon', 'icon-lab', 'data function'],
605
+ componentName: 'DataFunctionIcon',
606
+ package: '@atlaskit/icon-lab/core/data-function',
607
+ type: 'core',
608
+ categorization: 'single-purpose',
609
+ usage: 'Reserved for data functions.',
610
+ team: 'Data Experiences',
611
+ status: 'published'
612
+ },
613
+ 'data-pivot': {
614
+ keywords: ['data-pivot', 'datapivot', 'icon', 'icon-lab', 'data pivot', 'column', 'row'],
615
+ componentName: 'DataPivotIcon',
616
+ package: '@atlaskit/icon-lab/core/data-pivot',
617
+ type: 'core',
618
+ categorization: 'single-purpose',
619
+ usage: 'Reserved for pivoting data.',
620
+ team: 'Data Experiences',
621
+ status: 'published'
622
+ },
623
+ 'data-transpose': {
624
+ keywords: ['data-transpose', 'datatranspose', 'icon', 'icon-lab', 'transposition', 'transpose', 'column', 'row', 'data'],
625
+ componentName: 'DataTransposeIcon',
626
+ package: '@atlaskit/icon-lab/core/data-transpose',
627
+ type: 'core',
628
+ categorization: 'single-purpose',
629
+ usage: 'Reserved for transposing data.',
630
+ team: 'Data Experiences',
631
+ status: 'published'
632
+ },
633
+ 'data-unpivot': {
634
+ keywords: ['data-unpivot', 'dataunpivot', 'icon', 'icon-lab', 'data unpivot', 'column', 'row'],
635
+ componentName: 'DataUnpivotIcon',
636
+ package: '@atlaskit/icon-lab/core/data-unpivot',
637
+ type: 'core',
638
+ categorization: 'single-purpose',
639
+ usage: 'Reserved for unpivoting data.',
640
+ team: 'Data Experiences',
641
+ status: 'published'
642
+ },
643
+ 'data-visualization-heatmap': {
644
+ keywords: ['data-visualization-heatmap', 'datavisualizationheatmap', 'icon', 'icon-lab', 'chart', 'heatmap', 'data visualization', 'data visualisation'],
645
+ componentName: 'DataVisualizationHeatmapIcon',
646
+ package: '@atlaskit/icon-lab/core/data-visualization-heatmap',
647
+ type: 'core',
648
+ categorization: 'single-purpose',
649
+ usage: 'Reserved for representing heatmap data visualizations.',
650
+ team: 'Data Experiences',
651
+ status: 'published'
652
+ },
653
+ 'data-visualization-metric': {
654
+ keywords: ['data-visualization-metric', 'datavisualizationmetric', 'icon', 'icon-lab', 'single data indicator', 'metric card', 'data visualization', 'data visualisation'],
655
+ componentName: 'DataVisualizationMetricIcon',
656
+ package: '@atlaskit/icon-lab/core/data-visualization-metric',
657
+ type: 'core',
658
+ categorization: 'single-purpose',
659
+ usage: 'Reserved for single data indicator or metric visualizations.',
660
+ team: 'Data Experiences',
661
+ status: 'published'
662
+ },
663
+ 'data-zero-fill': {
664
+ keywords: ['data-zero-fill', 'datazerofill', 'icon', 'icon-lab', 'zero', '0', 'data transform'],
665
+ componentName: 'DataZeroFillIcon',
666
+ package: '@atlaskit/icon-lab/core/data-zero-fill',
667
+ type: 'core',
668
+ categorization: 'single-purpose',
669
+ usage: 'Reserved for replacing empty data fields with zero.',
670
+ team: 'Data Experiences',
671
+ status: 'published'
672
+ },
523
673
  'database-storage': {
524
674
  keywords: ['database-storage', 'databasestorage', 'icon', 'icon-lab', 'database', 'db', 'storage', 'sql'],
525
675
  componentName: 'DatabaseStorageIcon',
@@ -1175,6 +1325,16 @@ var metadata = {
1175
1325
  status: 'published',
1176
1326
  slackChannel: '@joel unger'
1177
1327
  },
1328
+ key: {
1329
+ keywords: ['key', 'icon', 'icon-lab', 'key'],
1330
+ componentName: 'KeyIcon',
1331
+ package: '@atlaskit/icon-lab/core/key',
1332
+ type: 'core',
1333
+ categorization: 'multi-purpose',
1334
+ usage: 'Known uses: Foreign key or primary key of a data table.',
1335
+ team: 'Data Experiences',
1336
+ status: 'published'
1337
+ },
1178
1338
  'layout-five-columns': {
1179
1339
  keywords: ['layout-five-columns', 'layoutfivecolumns', 'icon', 'icon-lab', 'layout', 'columns', '5 col', '5 cols'],
1180
1340
  componentName: 'LayoutFiveColumnsIcon',
@@ -1235,6 +1395,16 @@ var metadata = {
1235
1395
  team: 'Editor',
1236
1396
  status: 'published'
1237
1397
  },
1398
+ 'merge-queue': {
1399
+ keywords: ['merge-queue', 'mergequeue', 'icon', 'icon-lab', 'bitbucket', 'repository', 'merge queue', 'git', 'version control'],
1400
+ componentName: 'MergeQueueIcon',
1401
+ package: '@atlaskit/icon-lab/core/merge-queue',
1402
+ type: 'core',
1403
+ categorization: 'single-purpose',
1404
+ usage: 'Reserved for representing merge queue functionality.',
1405
+ team: 'Bitbucket DC',
1406
+ status: 'published'
1407
+ },
1238
1408
  'microphone-strikethrough': {
1239
1409
  keywords: ['microphone-strikethrough', 'microphonestrikethrough', 'icon', 'icon-lab', 'mic', 'no audio', 'off'],
1240
1410
  componentName: 'MicrophoneStrikethroughIcon',
@@ -1285,6 +1455,16 @@ var metadata = {
1285
1455
  team: 'Jira Align',
1286
1456
  status: 'published'
1287
1457
  },
1458
+ 'missed-call': {
1459
+ keywords: ['missed-call', 'missedcall', 'icon', 'icon-lab', 'missed phone call', 'rejected call'],
1460
+ componentName: 'MissedCallIcon',
1461
+ package: '@atlaskit/icon-lab/core/missed-call',
1462
+ type: 'core',
1463
+ categorization: 'single-purpose',
1464
+ usage: 'Reserved for representing missed calls and missed call settings.',
1465
+ team: 'IT Operations (ITSM)',
1466
+ status: 'published'
1467
+ },
1288
1468
  'node-parallel-bottom-left': {
1289
1469
  keywords: ['node-parallel-bottom-left', 'nodeparallelbottomleft', 'icon', 'icon-lab', 'Node', 'Parallel', 'Bottom', 'Left'],
1290
1470
  componentName: 'NodeParallelBottomLeftIcon',
@@ -1351,7 +1531,7 @@ var metadata = {
1351
1531
  package: '@atlaskit/icon-lab/core/notepad',
1352
1532
  type: 'core',
1353
1533
  categorization: 'multi-purpose',
1354
- usage: "Whiteboard component 'card'",
1534
+ usage: "Whiteboard component \'card\'",
1355
1535
  team: 'Confluence Whiteboards',
1356
1536
  status: 'published'
1357
1537
  },
@@ -1459,6 +1639,16 @@ var metadata = {
1459
1639
  status: 'published',
1460
1640
  slackChannel: '#feedback-loom-vizrefresh'
1461
1641
  },
1642
+ 'power-cable': {
1643
+ keywords: ['power-cable', 'powercable', 'icon', 'icon-lab', 'plugs', 'plugin', 'plug-in', 'connection', 'connectivity', 'cable', 'extensibility', 'power cord'],
1644
+ componentName: 'PowerCableIcon',
1645
+ package: '@atlaskit/icon-lab/core/power-cable',
1646
+ type: 'core',
1647
+ categorization: 'multi-purpose',
1648
+ usage: 'Suggested uses: Data connectivity, Connection, Plugins, Extensions, Extensibility',
1649
+ team: 'Design System Team',
1650
+ status: 'published'
1651
+ },
1462
1652
  'qr-code': {
1463
1653
  keywords: ['qr-code', 'qrcode', 'icon', 'icon-lab', 'QR code', 'barcode'],
1464
1654
  componentName: 'QrCodeIcon',
@@ -1937,6 +2127,16 @@ var metadata = {
1937
2127
  status: 'published',
1938
2128
  slackChannel: '#icon-contributions'
1939
2129
  },
2130
+ 'table-row-limit': {
2131
+ keywords: ['table-row-limit', 'tablerowlimit', 'icon', 'icon-lab', 'table', 'limit rows', 'range'],
2132
+ componentName: 'TableRowLimitIcon',
2133
+ package: '@atlaskit/icon-lab/core/table-row-limit',
2134
+ type: 'core',
2135
+ categorization: 'single-purpose',
2136
+ usage: 'Reserved for limiting table rows.',
2137
+ team: 'Data Experiences',
2138
+ status: 'published'
2139
+ },
1940
2140
  'takeout-container': {
1941
2141
  keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'takeout', 'food', 'takeaway'],
1942
2142
  componentName: 'TakeoutContainerIcon',
@@ -1982,11 +2182,21 @@ var metadata = {
1982
2182
  componentName: 'TemplateIcon',
1983
2183
  package: '@atlaskit/icon-lab/core/template',
1984
2184
  type: 'core',
1985
- categorization: 'multi-purpose',
1986
- usage: 'Used for templates in Whiteboards',
2185
+ categorization: 'single-purpose',
2186
+ usage: 'Reserved fore templates.',
1987
2187
  team: 'Whiteboards',
1988
2188
  status: 'published'
1989
2189
  },
2190
+ 'template-sync': {
2191
+ keywords: ['template-sync', 'templatesync', 'icon', 'icon-lab', 'template', 'sync', 'save', 'update'],
2192
+ componentName: 'TemplateSyncIcon',
2193
+ package: '@atlaskit/icon-lab/core/template-sync',
2194
+ type: 'core',
2195
+ categorization: 'single-purpose',
2196
+ usage: 'Reserved for saving and updating templates.',
2197
+ team: 'Data Experiences',
2198
+ status: 'published'
2199
+ },
1990
2200
  terminal: {
1991
2201
  keywords: ['terminal', 'icon', 'icon-lab', 'terminal', 'IDE', 'code editor', 'command line'],
1992
2202
  componentName: 'TerminalIcon',
@@ -2097,6 +2307,36 @@ var metadata = {
2097
2307
  team: 'Editor AI',
2098
2308
  status: 'published'
2099
2309
  },
2310
+ 'text-cursor': {
2311
+ keywords: ['text-cursor', 'textcursor', 'icon', 'icon-lab', 'text cursor', 'rename'],
2312
+ componentName: 'TextCursorIcon',
2313
+ package: '@atlaskit/icon-lab/core/text-cursor',
2314
+ type: 'core',
2315
+ categorization: 'multi-purpose',
2316
+ usage: 'Known uses: Renaming',
2317
+ team: 'Data Experiences',
2318
+ status: 'published'
2319
+ },
2320
+ 'text-density-compress': {
2321
+ keywords: ['text-density-compress', 'textdensitycompress', 'icon', 'icon-lab', 'text density', 'compact density'],
2322
+ componentName: 'TextDensityCompressIcon',
2323
+ package: '@atlaskit/icon-lab/core/text-density-compress',
2324
+ type: 'core',
2325
+ categorization: 'single-purpose',
2326
+ usage: 'Reserved for increasing the density of text by reducing font size and/or line height.',
2327
+ team: 'Confluence',
2328
+ status: 'published'
2329
+ },
2330
+ 'text-density-expand': {
2331
+ keywords: ['text-density-expand', 'textdensityexpand', 'icon', 'icon-lab', 'text density', 'default density'],
2332
+ componentName: 'TextDensityExpandIcon',
2333
+ package: '@atlaskit/icon-lab/core/text-density-expand',
2334
+ type: 'core',
2335
+ categorization: 'single-purpose',
2336
+ usage: 'Reserved for reducing the density of text by increasing font size and/or line height.',
2337
+ team: 'Confluence',
2338
+ status: 'published'
2339
+ },
2100
2340
  'text-heading-five': {
2101
2341
  keywords: ['text-heading-five', 'textheadingfive', 'icon', 'icon-lab', 'heading 5', 'H5', 'text style'],
2102
2342
  componentName: 'TextHeadingFiveIcon',
@@ -2553,6 +2793,16 @@ var metadata = {
2553
2793
  team: 'Databases',
2554
2794
  status: 'published'
2555
2795
  },
2796
+ views: {
2797
+ keywords: ['views', 'icon', 'icon-lab', 'saved views', 'view types'],
2798
+ componentName: 'ViewsIcon',
2799
+ package: '@atlaskit/icon-lab/core/views',
2800
+ type: 'core',
2801
+ categorization: 'single-purpose',
2802
+ usage: 'Reserved for representing saved views.',
2803
+ team: 'Platforms Apps',
2804
+ status: 'published'
2805
+ },
2556
2806
  vulnerability: {
2557
2807
  keywords: ['vulnerability', 'icon', 'icon-lab', 'vulnerability', 'security', 'alert', 'warning'],
2558
2808
  componentName: 'VulnerabilityIcon',
@@ -2626,6 +2876,16 @@ var metadata = {
2626
2876
  status: 'published',
2627
2877
  slackChannel: '#help-automation-design'
2628
2878
  },
2879
+ world: {
2880
+ keywords: ['world', 'icon', 'icon-lab', 'world', 'globe', 'atlas', 'geography'],
2881
+ componentName: 'WorldIcon',
2882
+ package: '@atlaskit/icon-lab/core/world',
2883
+ type: 'core',
2884
+ categorization: 'multi-purpose',
2885
+ usage: 'Known uses: Geographical data visualization.',
2886
+ team: 'Data Experiences',
2887
+ status: 'published'
2888
+ },
2629
2889
  wrench: {
2630
2890
  keywords: ['wrench', 'icon', 'icon-lab', 'wrench', 'spanner', 'tool'],
2631
2891
  componentName: 'WrenchIcon',
@@ -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::5b69fe1c13c3b715214c07768484a6fc>>
6
+ * @codegen <<SignedSource::e31ec5110d73ffb95ab5d95b127fdc71>>
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::5b69fe1c13c3b715214c07768484a6fc>>
6
+ * @codegen <<SignedSource::e31ec5110d73ffb95ab5d95b127fdc71>>
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": "5.7.1",
3
+ "version": "5.9.0",
4
4
  "description": "An icon package for public icon contributions",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -31,7 +31,7 @@
31
31
  "build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/icon": "^28.1.0",
34
+ "@atlaskit/icon": "^28.4.0",
35
35
  "@babel/runtime": "^7.0.0"
36
36
  },
37
37
  "peerDependencies": {
@@ -40,15 +40,15 @@
40
40
  "devDependencies": {
41
41
  "@af/icon-build-process": "workspace:^",
42
42
  "@af/visual-regression": "workspace:^",
43
- "@atlaskit/button": "^23.4.0",
43
+ "@atlaskit/button": "^23.5.0",
44
44
  "@atlaskit/code": "^17.2.0",
45
- "@atlaskit/ds-lib": "^5.0.0",
45
+ "@atlaskit/ds-lib": "^5.1.0",
46
46
  "@atlaskit/heading": "^5.2.0",
47
- "@atlaskit/modal-dialog": "^14.3.0",
48
- "@atlaskit/primitives": "^14.13.0",
47
+ "@atlaskit/modal-dialog": "^14.4.0",
48
+ "@atlaskit/primitives": "^14.15.0",
49
49
  "@atlaskit/textfield": "^8.0.0",
50
- "@atlaskit/tokens": "^6.2.0",
51
- "@atlaskit/tooltip": "^20.4.0",
50
+ "@atlaskit/tokens": "^6.4.0",
51
+ "@atlaskit/tooltip": "^20.5.0",
52
52
  "@atlassian/ssr-tests": "^0.3.0",
53
53
  "@compiled/react": "^0.18.3",
54
54
  "@testing-library/react": "^13.4.0",
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M9.337.603a2 2 0 0 1 2.828 0l1.233 1.233a2 2 0 0 1 0 2.828l-8.1 8.099a2 2 0 0 1-1.022.547l-3.379.675a.75.75 0 0 1-.882-.882L.69 9.724a2 2 0 0 1 .547-1.022zm1.767 1.061a.5.5 0 0 0-.707 0l-.96.961 1.939 1.94.96-.961a.5.5 0 0 0 0-.708zm-.789 3.961-1.94-1.94-6.077 6.078a.5.5 0 0 0-.137.255l-.455 2.276 2.276-.455a.5.5 0 0 0 .256-.137zm1.48 3.87a.75.75 0 0 1 1.41 0l.615 1.686 1.687.615a.75.75 0 0 1 0 1.41l-1.687.615-.615 1.686a.75.75 0 0 1-1.41 0l-.615-1.686-1.686-.615a.75.75 0 0 1 0-1.41l1.686-.615z" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M12.617 9.011a.75.75 0 0 1 .588.483l.615 1.687 1.687.615a.75.75 0 0 1 0 1.41l-1.687.615-.615 1.686a.75.75 0 0 1-1.409 0l-.616-1.686-1.686-.616a.75.75 0 0 1 0-1.409l1.686-.615.616-1.687.048-.106A.75.75 0 0 1 12.5 9z"/><path fill="currentcolor" fill-rule="evenodd" d="M9.337.604a2 2 0 0 1 2.828 0l1.233 1.232a2 2 0 0 1 0 2.828l-8.1 8.099a2 2 0 0 1-1.022.547l-3.378.676a.75.75 0 0 1-.883-.883l.676-3.38a2 2 0 0 1 .546-1.02zm-7.04 9.159a.5.5 0 0 0-.136.256l-.456 2.275 2.278-.455a.5.5 0 0 0 .254-.137l6.078-6.078-1.94-1.94zm8.808-8.099a.5.5 0 0 0-.707 0l-.961.961 1.94 1.94.96-.961a.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" d="M11 14.5h3.5V11H11zm-5.5-11a2 2 0 1 0-4 0 2 2 0 0 0 4 0M16 14.625c0 .76-.616 1.375-1.375 1.375h-3.75c-.76 0-1.375-.616-1.375-1.375v-3.75c0-.76.616-1.375 1.375-1.375h3.75c.76 0 1.375.616 1.375 1.375zM7 3.5a3.5 3.5 0 0 1-2.75 3.418V11.5a.5.5 0 0 0 .5.5H8v1.5H4.75a2 2 0 0 1-2-2V6.918A3.5 3.5 0 1 1 7 3.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5h-2.5v3.75a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75V2.5H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5zM7 5.5h2v-3H7zm8 7.5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M4.25 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M2 3.25a2.25 2.25 0 1 1 3 2.122V6.5h4.628a2.25 2.25 0 1 1 0 1.5H5v3.625a.5.5 0 0 0 .5.5h4.088a2.25 2.25 0 1 1 .088 1.5H5.5a2 2 0 0 1-2-2V5.372A2.25 2.25 0 0 1 2 3.25m9.75 3.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m0 5.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M12.75 11a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5m0-8a1.75 1.75 0 1 0 0 3.5 1.75 1.75 0 0 0 0-3.5M3 13.5a2 2 0 0 1-2-2V0h1.5v4H8v1.5H2.5v6a.5.5 0 0 0 .5.5h5v1.5zm9.75-4a3.25 3.25 0 1 1 0 6.5 3.25 3.25 0 0 1 0-6.5m0-8a3.25 3.25 0 1 1 0 6.5 3.25 3.25 0 0 1 0-6.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M9.56 15.85a8 8 0 0 1-3.12 0l.29-1.47a6.5 6.5 0 0 0 2.54 0zM2.6 11.61a6.5 6.5 0 0 0 1.79 1.79l-.83 1.25a8 8 0 0 1-2.21-2.21zm12.06.83a8 8 0 0 1-2.21 2.21l-.83-1.25a6.5 6.5 0 0 0 1.79-1.79zM0 8q0-.8.15-1.56l1.47.29a6.5 6.5 0 0 0 0 2.54l-1.47.29A8 8 0 0 1 0 8m14.5 0q0-.65-.12-1.27l1.47-.29a8 8 0 0 1 0 3.12l-1.47-.29q.12-.62.12-1.27M4.39 2.6A6.5 6.5 0 0 0 2.6 4.39l-1.25-.83a8 8 0 0 1 2.21-2.21zm8.06-1.25a8 8 0 0 1 2.21 2.21l-1.25.83a6.5 6.5 0 0 0-1.79-1.79zM8 0q.8 0 1.56.15l-.29 1.47a6.5 6.5 0 0 0-2.54 0L6.44.15A8 8 0 0 1 8 0m0 6a2 2 0 1 1 0 4 2 2 0 0 1 0-4"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M1 13V1h1.5v12a.5.5 0 0 0 .5.5h12V15H3a2 2 0 0 1-2-2"/><path fill="currentcolor" d="M11 8.5h2.5V6H11zm-5.5 0h4V6h-4zm9.5.125c0 .76-.616 1.375-1.375 1.375H11v1.5H9.5V10H5.375C4.615 10 4 9.384 4 8.625v-2.75c0-.76.616-1.375 1.375-1.375H9.5V3H11v1.5h2.625c.76 0 1.375.616 1.375 1.375z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M1 13V1h1.5v12a.5.5 0 0 0 .5.5h12V15H3a2 2 0 0 1-2-2"/><path fill="currentcolor" d="m9.03 8.03-4 4-1.06-1.06 4-4zM10.25 5a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m2-2a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m2-2a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M1 13V1h1.5v12a.5.5 0 0 0 .5.5h12V15H3a2 2 0 0 1-2-2"/><path fill="currentcolor" d="M13.25 2.5a.75.75 0 0 1 .75.75v.717c0 .396-.171.773-.47 1.034L10 8.09V12H8.5V8.09L4.97 5a1.38 1.38 0 0 1-.47-1.034V3.25a.75.75 0 0 1 .75-.75zm-4 4.253L12.396 4H6.105z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M15 12.5V14H1v-1.5zM7 7.25v1.5H1v-1.5zm8 0v1.5H9v-1.5zM3 2v1.5H1V2zm4 0v1.5H5V2zm4 0v1.5H9V2zm4 0v1.5h-2V2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M9 0a2.5 2.5 0 0 1 2.5 2.5H10a1 1 0 0 0-1-1h-.12a1.12 1.12 0 0 0-1.11.967L7.354 5.5H10V7H7.146l-.93 6.738A2.62 2.62 0 0 1 1 13.38V13h1.5v.38a1.12 1.12 0 0 0 2.23.153L5.63 7H4V5.5h1.838l.446-3.238A2.62 2.62 0 0 1 8.88 0z"/><path fill="currentcolor" d="m15.052 9.008-2.392 2.598 1.948 2.706-1.216.877-1.768-2.456-2.322 2.525-1.104-1.016 2.53-2.752-1.836-2.552 1.216-.876 1.658 2.301 2.182-2.37z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13 1v1.5H4.574l5.194 4.957a.75.75 0 0 1 0 1.086L4.574 13.5H13V15H3.75a.75.75 0 0 1-.75-.75v-1c0-.205.084-.401.232-.543L8.163 8l-4.93-4.707A.75.75 0 0 1 3 2.75v-1A.75.75 0 0 1 3.75 1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M4.5 10H2v2a.5.5 0 0 0 .5.5H4a.5.5 0 0 0 .5-.5zM2 8.5h2.5V6H2zm4-4h2.5V2H6zm6.5-2A.5.5 0 0 0 12 2h-2v2.5h2a.5.5 0 0 0 .5-.5zM2 4.5h2.5V2h-2a.5.5 0 0 0-.5.5zM14 4a2 2 0 0 1-2 2H6v6a2 2 0 0 1-2 2H2.5a2 2 0 0 1-2-2V2.5a2 2 0 0 1 2-2H12a2 2 0 0 1 2 2zm-1 8.5v-1.79l-.41.21a.75.75 0 0 1-.94-1.12l1.5-2 .06-.07a.75.75 0 0 1 1.14.07l1.5 2a.75.75 0 0 1-.93 1.12l-.41-.21v1.79a2 2 0 0 1-2 2H8V13h4.5a.5.5 0 0 0 .5-.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M4.5 10H2v2a.5.5 0 0 0 .5.5H4a.5.5 0 0 0 .5-.5zM2 8.5h2.5V6H2zm4-4h2.5V2H6zm6.5-2A.5.5 0 0 0 12 2h-2v2.5h2a.5.5 0 0 0 .5-.5zM2 4.5h2.5V2h-2a.5.5 0 0 0-.5.5zM14 4a2 2 0 0 1-2 2H6v6a2 2 0 0 1-2 2H2.5a2 2 0 0 1-2-2V2.5a2 2 0 0 1 2-2H12a2 2 0 0 1 2 2zm-4.2 7.65a.75.75 0 0 1 1.12.94l-.21.42h1.79a.5.5 0 0 0 .5-.5v-1.79l-.41.21a.75.75 0 0 1-.94-1.13l1.5-2 .06-.07a.75.75 0 0 1 1.14.07l1.5 2a.75.75 0 0 1-.93 1.12l-.41-.21v1.79a2 2 0 0 1-2 2h-1.79l.21.42a.75.75 0 0 1-1.12.94l-2-1.5a.75.75 0 0 1 0-1.2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M11.5 10H14v2a.5.5 0 0 1-.5.5H12a.5.5 0 0 1-.5-.5zM14 8.5h-2.5V6H14zm-4-4H7.5V2H10zm-6.5-2A.5.5 0 0 1 4 2h2v2.5H4a.5.5 0 0 1-.5-.5zm10.5 2h-2.5V2h2a.5.5 0 0 1 .5.5zM2 4a2 2 0 0 0 2 2h6v6a2 2 0 0 0 2 2h1.5a2 2 0 0 0 2-2V2.5a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2zm1.5 9h1.79l-.21-.41a.75.75 0 0 1 1.12-.94l2 1.5.07.06a.75.75 0 0 1-.07 1.14l-2 1.5a.75.75 0 0 1-1.12-.93l.21-.41H3.5a2 2 0 0 1-2-2V8H3v4.5a.5.5 0 0 0 .5.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-1.99-1.796L1 13V3a2 2 0 0 1 2-2zM2.5 13l.01.1a.5.5 0 0 0 .49.4h4.25V8.75H2.5zm6.25.5H13a.5.5 0 0 0 .5-.5V8.75H8.75zM3 2.5a.5.5 0 0 0-.5.5v4.25h4.75V2.5z" clip-rule="evenodd"/><path fill="currentcolor" d="M5.88 5.88h-2v-2h2zm6.25 6.25h-2v-2h2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 3a.5.5 0 0 0-.4-.49L14 2.5H2a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5zM16 13a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12l.204.01A2 2 0 0 1 16 3z"/><path fill="currentcolor" d="M5 6h1v1.5H5zm2.5-.12c0-.76-.62-1.37-1.37-1.37H4.88c-.76 0-1.37.62-1.37 1.38v1.75C3.5 8.39 4.12 9 4.88 9H6v1H4v1.5h2.13c.76 0 1.38-.62 1.38-1.37zm3.5.62c.22 0 .43.1.58.27l1.25 1.5a.75.75 0 0 1-.58 1.23h-2.5a.75.75 0 0 1-.58-1.23l1.25-1.5.06-.06A.75.75 0 0 1 11 6.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m11.5 5.759-6.629 6.185A3 3 0 0 0 7.5 13.5h1a3 3 0 0 0 3-3zM13 10.5A4.5 4.5 0 0 1 8.5 15h-1A4.5 4.5 0 0 1 3 10.5v-5A4.5 4.5 0 0 1 7.5 1h1A4.5 4.5 0 0 1 13 5.5zm-8.5-.259 6.628-6.186A3 3 0 0 0 8.5 2.5h-1a3 3 0 0 0-3 3z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 5.5a4 4 0 1 0-7.74 1.424.75.75 0 0 1-.17.797L1.5 12.81v1.69h2.25v-1.25a.75.75 0 0 1 .75-.75h1.25v-1a.75.75 0 0 1 .309-.606l2.203-1.602.08-.052a.75.75 0 0 1 .644-.036A4 4 0 0 0 14.5 5.5m1.5 0a5.5 5.5 0 0 1-7.177 5.237L7.25 11.882v1.368a.75.75 0 0 1-.75.75H5.25v.938c0 .586-.476 1.062-1.062 1.062H1.063A1.063 1.063 0 0 1 0 14.938v-2.31c0-.276.107-.545.31-.748l4.893-4.895A5.5 5.5 0 1 1 16 5.5"/><path fill="currentcolor" d="M11.125 3.75a1.125 1.125 0 1 1 0 2.25 1.125 1.125 0 0 1 0-2.25"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M5 12.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0m1.5 0a2.25 2.25 0 1 1-3-2.12V6H5v4.63c.87.31 1.5 1.14 1.5 2.12m7-3a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0m1.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0m-5.75-4a1 1 0 1 1 0 2 1 1 0 0 1 0-2m-5-4a1 1 0 1 1 0 2 1 1 0 0 1 0-2m2.5 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M4.9 8.93a11.36 11.36 0 0 1 6.2 0 10.7 10.7 0 0 1 4.68 2.75.75.75 0 0 1 0 1.06l-2.03 2.04a.75.75 0 0 1-.9.13l-2.14-1.2a1.58 1.58 0 0 1-.8-1.52l.18-1.96a9.9 9.9 0 0 0-4.18 0l.18 1.96a1.58 1.58 0 0 1-.8 1.52l-2.14 1.2a.75.75 0 0 1-.9-.13L.22 12.74a.75.75 0 0 1 0-1.06A10.7 10.7 0 0 1 4.9 8.93m-.46 1.74a9.2 9.2 0 0 0-2.61 1.56l1.08 1.09 1.65-.92a.08.08 0 0 0 .04-.07zm6.96 1.66a.08.08 0 0 0 .04.08l1.65.92 1.08-1.09a9.2 9.2 0 0 0-2.61-1.56zM14 5.5h-1.5V3.06L8.97 6.59a1.38 1.38 0 0 1-1.95 0L3.47 3.03l1.06-1.06L8 5.44 11.44 2H9V.5h4.25a.75.75 0 0 1 .75.75z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M4.5 3h-3v1.5A.5.5 0 0 0 2 5h2a.5.5 0 0 0 .5-.5zM6 4.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2.25a.75.75 0 0 1 .75-.75H1V0h1.5v1.5h1V0H5v1.5h.33a.75.75 0 0 1 .67.75zm8.5 8.5h-3v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5zm1.5-1.5a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v2.25c0 .41.34.75.75.75H11V16h1.5v-1.5h1V16H15v-1.5h.33a.75.75 0 0 0 .67-.75z"/><path fill="currentcolor" d="M12.25 6.25a1.75 1.75 0 1 0-3.5 0v3.5a3.25 3.25 0 0 1-6.5 0v-4h1.5v4a1.75 1.75 0 1 0 3.5 0v-3.5a3.25 3.25 0 1 1 6.5 0v4h-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.25 1a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-.75.75H1.75A.75.75 0 0 1 1 9.25v-7.5A.75.75 0 0 1 1.75 1zM2.5 8.5h11V6.25h-11zm0-3.75h11V2.5h-11zm-.75 8.75a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m2.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m2.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m2.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m2.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m2.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5M1.75 11a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m12.5 0a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v1.5h11zm-11 10a.5.5 0 0 0 .5.5h2V6H2.5zM15 8h-1.5V6h-7v7.5H8V15H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/><path fill="currentcolor" d="M11.776 9.168a.75.75 0 0 1 1.004.052l2.75 2.75-1.06 1.06L13 11.56V16h-1.5v-4.44l-1.47 1.47-1.06-1.06 2.75-2.75z"/></svg>
@@ -1 +1 @@
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.5v1.5h11V3a.5.5 0 0 0-.5-.5zM13.5 6h-7v7.5H13a.5.5 0 0 0 .5-.5zM5 13.5V6H2.5v7a.5.5 0 0 0 .5.5z" clip-rule="evenodd"/></svg>
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 6h-7v7.5H13a.5.5 0 0 0 .5-.5zm-11 7a.5.5 0 0 0 .5.5h2V6H2.5zm11-10a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v1.5h11zM15 13a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M11 1.5c-1.282 0-1.782.463-2.001.791a1.55 1.55 0 0 0-.246.684l-.003.033V8H10v1.5H8.75v2.514l.004.076c.005.07.014.176.034.304.04.259.118.593.268.916.148.323.358.613.65.824.283.205.688.366 1.294.366V16c-.894 0-1.614-.245-2.174-.65A3.4 3.4 0 0 1 8 14.487a3.4 3.4 0 0 1-.826.865C6.614 15.755 5.894 16 5 16v-1.5c.606 0 1.011-.161 1.295-.366.291-.21.5-.501.65-.824.149-.323.227-.657.267-.916a4 4 0 0 0 .038-.38V9.5H6V8h1.25V3.008l-.003-.033a1.55 1.55 0 0 0-.246-.684C6.782 1.963 6.281 1.5 5 1.5V0c1.48 0 2.427.492 3 1.138C8.573.492 9.52 0 11 0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M4.723 3a.75.75 0 0 1 .712.513L7.43 9.496l1.03 3.012a.8.8 0 0 1 .04.242V13H7v-.125l-.815-2.386H2.32l-.82 2.385V13H0v-.25l.01-.124a1 1 0 0 1 .031-.12l1.035-3.01 2.006-5.984.047-.11A.75.75 0 0 1 3.793 3zM13 3v5.44l1.72-1.72 1.06 1.06-3 3a.75.75 0 0 1-1.06 0l-3-3 1.06-1.06 1.72 1.72V3zM2.827 8.99H5.68L4.257 4.723z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M4.723 3a.75.75 0 0 1 .712.513L7.43 9.496l1.03 3.012a.8.8 0 0 1 .04.242V13H7v-.125l-.815-2.386H2.32l-.82 2.385V13H0v-.25l.01-.124a1 1 0 0 1 .031-.12l1.035-3.01 2.006-5.984A.75.75 0 0 1 3.793 3zm7.053.168a.75.75 0 0 1 1.004.052l3 3-1.06 1.06L13 5.56V11h-1.5V5.56L9.78 7.28 8.72 6.22l3-3zM2.827 8.99H5.68L4.257 4.724z"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M11.5 5.5H6v6h5a.5.5 0 0 0 .5-.5zm-9 5.5a.5.5 0 0 0 .5.5h1.5v-6h-2zm9-8a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v1h9zm1.5 8a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2z"/><path fill="currentcolor" d="M14.5 12.75V6H16v6.75A3.25 3.25 0 0 1 12.75 16H6v-1.5h6.75a1.75 1.75 0 0 0 1.75-1.75"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 8a6.5 6.5 0 1 0-13 0 6.5 6.5 0 0 0 13 0M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0"/><path fill="currentcolor" d="M9.5 12.13a2.63 2.63 0 0 1 2.63-2.63H15V11h-2.87c-.62 0-1.12.5-1.12 1.13V15H9.5zm-1.5.62a2 2 0 0 0-2-2 .5.5 0 0 1-.5-.5v-.5A2.5 2.5 0 0 0 3 7.25H1v1.5h2a1 1 0 0 1 1 1v.5a2 2 0 0 0 2 2 .5.5 0 0 1 .5.5V15H8zm-1.25-6.5A.75.75 0 0 0 6 5.5h-.25A2.5 2.5 0 0 1 3.25 3V1.63h1.5V3a1 1 0 0 0 1 1H6a2.25 2.25 0 0 1 2.25 2.25c0 .41.34.75.75.75h1.5a.5.5 0 0 0 .5-.5 2 2 0 0 1 2-2h1.75V6H13a.5.5 0 0 0-.5.5 2 2 0 0 1-2 2H9a2.25 2.25 0 0 1-2.25-2.25"/></svg>