@atlaskit/icon-lab 5.8.0 → 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.
- package/CHANGELOG.md +45 -0
- package/core/ai-generative-text.js +2 -2
- package/core/assets-object-type.d.ts +13 -0
- package/core/assets-object-type.js +29 -0
- package/core/assets-object.d.ts +13 -0
- package/core/assets-object.js +29 -0
- package/core/assets-schema.js +3 -3
- package/core/blast-radius.d.ts +13 -0
- package/core/blast-radius.js +29 -0
- package/core/chart-bullet.d.ts +13 -0
- package/core/chart-bullet.js +29 -0
- package/core/chart-extrapolate.d.ts +13 -0
- package/core/chart-extrapolate.js +29 -0
- package/core/chart-funnel.d.ts +13 -0
- package/core/chart-funnel.js +29 -0
- package/core/data-bucket.d.ts +13 -0
- package/core/data-bucket.js +29 -0
- package/core/data-formula.d.ts +13 -0
- package/core/data-formula.js +29 -0
- package/core/data-function.d.ts +13 -0
- package/core/data-function.js +29 -0
- package/core/data-pivot.d.ts +13 -0
- package/core/data-pivot.js +29 -0
- package/core/data-transpose.d.ts +13 -0
- package/core/data-transpose.js +29 -0
- package/core/data-unpivot.d.ts +13 -0
- package/core/data-unpivot.js +29 -0
- package/core/data-visualization-heatmap.d.ts +13 -0
- package/core/data-visualization-heatmap.js +29 -0
- package/core/data-visualization-metric.d.ts +13 -0
- package/core/data-visualization-metric.js +29 -0
- package/core/data-zero-fill.d.ts +13 -0
- package/core/data-zero-fill.js +29 -0
- package/core/key.d.ts +13 -0
- package/core/key.js +29 -0
- package/core/power-cable.d.ts +13 -0
- package/core/power-cable.js +29 -0
- package/core/table-row-limit.d.ts +13 -0
- package/core/table-row-limit.js +29 -0
- package/core/template-sync.d.ts +13 -0
- package/core/template-sync.js +29 -0
- package/core/template.js +4 -4
- package/core/text-cursor.d.ts +13 -0
- package/core/text-cursor.js +29 -0
- package/core/world.d.ts +13 -0
- package/core/world.js +29 -0
- package/dist/cjs/metadata-core.js +214 -4
- package/dist/es2019/metadata-core.js +214 -4
- package/dist/esm/metadata-core.js +214 -4
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +3 -3
- package/svgs/core/ai-generative-text.svg +1 -1
- package/svgs/core/assets-object-type.svg +1 -0
- package/svgs/core/assets-object.svg +1 -0
- package/svgs/core/assets-schema.svg +1 -1
- package/svgs/core/blast-radius.svg +1 -0
- package/svgs/core/chart-bullet.svg +1 -0
- package/svgs/core/chart-extrapolate.svg +1 -0
- package/svgs/core/chart-funnel.svg +1 -0
- package/svgs/core/data-bucket.svg +1 -0
- package/svgs/core/data-formula.svg +1 -0
- package/svgs/core/data-function.svg +1 -0
- package/svgs/core/data-pivot.svg +1 -0
- package/svgs/core/data-transpose.svg +1 -0
- package/svgs/core/data-unpivot.svg +1 -0
- package/svgs/core/data-visualization-heatmap.svg +1 -0
- package/svgs/core/data-visualization-metric.svg +1 -0
- package/svgs/core/data-zero-fill.svg +1 -0
- package/svgs/core/key.svg +1 -0
- package/svgs/core/power-cable.svg +1 -0
- package/svgs/core/table-row-limit.svg +1 -0
- package/svgs/core/template-sync.svg +1 -0
- package/svgs/core/template.svg +1 -1
- package/svgs/core/text-cursor.svg +1 -0
- 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::
|
|
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
|
|
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',
|
|
@@ -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',
|
|
@@ -1479,6 +1639,16 @@ var metadata = {
|
|
|
1479
1639
|
status: 'published',
|
|
1480
1640
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
1481
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
|
+
},
|
|
1482
1652
|
'qr-code': {
|
|
1483
1653
|
keywords: ['qr-code', 'qrcode', 'icon', 'icon-lab', 'QR code', 'barcode'],
|
|
1484
1654
|
componentName: 'QrCodeIcon',
|
|
@@ -1957,6 +2127,16 @@ var metadata = {
|
|
|
1957
2127
|
status: 'published',
|
|
1958
2128
|
slackChannel: '#icon-contributions'
|
|
1959
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
|
+
},
|
|
1960
2140
|
'takeout-container': {
|
|
1961
2141
|
keywords: ['takeout-container', 'takeoutcontainer', 'icon', 'icon-lab', 'takeout', 'food', 'takeaway'],
|
|
1962
2142
|
componentName: 'TakeoutContainerIcon',
|
|
@@ -2002,11 +2182,21 @@ var metadata = {
|
|
|
2002
2182
|
componentName: 'TemplateIcon',
|
|
2003
2183
|
package: '@atlaskit/icon-lab/core/template',
|
|
2004
2184
|
type: 'core',
|
|
2005
|
-
categorization: '
|
|
2006
|
-
usage: '
|
|
2185
|
+
categorization: 'single-purpose',
|
|
2186
|
+
usage: 'Reserved fore templates.',
|
|
2007
2187
|
team: 'Whiteboards',
|
|
2008
2188
|
status: 'published'
|
|
2009
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
|
+
},
|
|
2010
2200
|
terminal: {
|
|
2011
2201
|
keywords: ['terminal', 'icon', 'icon-lab', 'terminal', 'IDE', 'code editor', 'command line'],
|
|
2012
2202
|
componentName: 'TerminalIcon',
|
|
@@ -2117,6 +2307,16 @@ var metadata = {
|
|
|
2117
2307
|
team: 'Editor AI',
|
|
2118
2308
|
status: 'published'
|
|
2119
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
|
+
},
|
|
2120
2320
|
'text-density-compress': {
|
|
2121
2321
|
keywords: ['text-density-compress', 'textdensitycompress', 'icon', 'icon-lab', 'text density', 'compact density'],
|
|
2122
2322
|
componentName: 'TextDensityCompressIcon',
|
|
@@ -2676,6 +2876,16 @@ var metadata = {
|
|
|
2676
2876
|
status: 'published',
|
|
2677
2877
|
slackChannel: '#help-automation-design'
|
|
2678
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
|
+
},
|
|
2679
2889
|
wrench: {
|
|
2680
2890
|
keywords: ['wrench', 'icon', 'icon-lab', 'wrench', 'spanner', 'tool'],
|
|
2681
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::
|
|
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::
|
|
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.
|
|
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.
|
|
34
|
+
"@atlaskit/icon": "^28.4.0",
|
|
35
35
|
"@babel/runtime": "^7.0.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@af/icon-build-process": "workspace:^",
|
|
42
42
|
"@af/visual-regression": "workspace:^",
|
|
43
|
-
"@atlaskit/button": "^23.
|
|
43
|
+
"@atlaskit/button": "^23.5.0",
|
|
44
44
|
"@atlaskit/code": "^17.2.0",
|
|
45
45
|
"@atlaskit/ds-lib": "^5.1.0",
|
|
46
46
|
"@atlaskit/heading": "^5.2.0",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
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"
|
|
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="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>
|
package/svgs/core/template.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor"
|
|
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="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>
|