@atlaskit/icon-lab 4.10.0 → 4.12.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 +69 -0
- package/core/hand-clenched.d.ts +13 -0
- package/core/hand-clenched.js +28 -0
- package/core/hourglass.d.ts +13 -0
- package/core/hourglass.js +28 -0
- package/core/initiative.js +2 -2
- package/core/shape-comment-left.d.ts +13 -0
- package/core/shape-comment-left.js +28 -0
- package/core/shape-comment-right.d.ts +13 -0
- package/core/shape-comment-right.js +28 -0
- package/core/shape-database.d.ts +13 -0
- package/core/shape-database.js +28 -0
- package/core/shape-delay.d.ts +13 -0
- package/core/shape-delay.js +28 -0
- package/core/shape-display.d.ts +13 -0
- package/core/shape-display.js +28 -0
- package/core/shape-document-symbol.d.ts +13 -0
- package/core/shape-document-symbol.js +28 -0
- package/core/shape-hard-disk.d.ts +13 -0
- package/core/shape-hard-disk.js +28 -0
- package/core/shape-internal-storage.d.ts +13 -0
- package/core/shape-internal-storage.js +28 -0
- package/core/shape-manual-input.d.ts +13 -0
- package/core/shape-manual-input.js +28 -0
- package/core/shape-manual-operation-symbol.d.ts +13 -0
- package/core/shape-manual-operation-symbol.js +28 -0
- package/core/shape-mindmap.d.ts +13 -0
- package/core/shape-mindmap.js +28 -0
- package/core/shape-multiple-documents.d.ts +13 -0
- package/core/shape-multiple-documents.js +28 -0
- package/core/shape-off-page.d.ts +13 -0
- package/core/shape-off-page.js +28 -0
- package/core/shape-predefined-process.d.ts +13 -0
- package/core/shape-predefined-process.js +28 -0
- package/core/shape-preparation-symbol.d.ts +13 -0
- package/core/shape-preparation-symbol.js +28 -0
- package/core/shape-start-end.d.ts +13 -0
- package/core/shape-start-end.js +28 -0
- package/core/shape-stored-data.d.ts +13 -0
- package/core/shape-stored-data.js +28 -0
- package/core/shape-summing-junction-cross.d.ts +13 -0
- package/core/shape-summing-junction-cross.js +28 -0
- package/core/shape-summing-junction-plus.d.ts +13 -0
- package/core/shape-summing-junction-plus.js +28 -0
- package/core/speedometer-up.js +2 -2
- package/core/text-subscript.d.ts +13 -0
- package/core/text-subscript.js +28 -0
- package/core/text-superscript.d.ts +13 -0
- package/core/text-superscript.js +28 -0
- package/dist/cjs/metadata-core.js +238 -5
- package/dist/es2019/metadata-core.js +238 -5
- package/dist/esm/metadata-core.js +238 -5
- 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/hand-clenched.svg +1 -0
- package/svgs/core/hourglass.svg +1 -0
- package/svgs/core/shape-comment-left.svg +1 -0
- package/svgs/core/shape-comment-right.svg +1 -0
- package/svgs/core/shape-database.svg +1 -0
- package/svgs/core/shape-delay.svg +1 -0
- package/svgs/core/shape-display.svg +1 -0
- package/svgs/core/shape-document-symbol.svg +1 -0
- package/svgs/core/shape-hard-disk.svg +1 -0
- package/svgs/core/shape-internal-storage.svg +1 -0
- package/svgs/core/shape-manual-input.svg +1 -0
- package/svgs/core/shape-manual-operation-symbol.svg +1 -0
- package/svgs/core/shape-mindmap.svg +1 -0
- package/svgs/core/shape-multiple-documents.svg +1 -0
- package/svgs/core/shape-off-page.svg +1 -0
- package/svgs/core/shape-predefined-process.svg +1 -0
- package/svgs/core/shape-preparation-symbol.svg +1 -0
- package/svgs/core/shape-start-end.svg +1 -0
- package/svgs/core/shape-stored-data.svg +1 -0
- package/svgs/core/shape-summing-junction-cross.svg +1 -0
- package/svgs/core/shape-summing-junction-plus.svg +1 -0
- package/svgs/core/speedometer-up.svg +1 -1
- package/svgs/core/text-subscript.svg +1 -0
- package/svgs/core/text-superscript.svg +1 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::387613d0091d2d93fa0251f67bd4f50e>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -450,7 +450,7 @@ var metadata = {
|
|
|
450
450
|
categorization: 'multi-purpose',
|
|
451
451
|
usage: 'For drawing and annotation',
|
|
452
452
|
team: 'Design System Team',
|
|
453
|
-
status: '
|
|
453
|
+
status: 'published',
|
|
454
454
|
slackChannel: '#icon-contributions'
|
|
455
455
|
},
|
|
456
456
|
'drop-shadow': {
|
|
@@ -577,6 +577,16 @@ var metadata = {
|
|
|
577
577
|
team: 'Whiteboards',
|
|
578
578
|
status: 'published'
|
|
579
579
|
},
|
|
580
|
+
'hand-clenched': {
|
|
581
|
+
keywords: ['hand-clenched', 'handclenched', 'icon', 'icon-lab', 'core', 'whiteboards', 'grab'],
|
|
582
|
+
componentName: 'HandClenchedIcon',
|
|
583
|
+
package: '@atlaskit/icon-lab/core/hand-clenched',
|
|
584
|
+
type: 'core',
|
|
585
|
+
categorization: 'single-purpose',
|
|
586
|
+
usage: 'Grabbing elements in whiteboards',
|
|
587
|
+
team: 'Whiteboards',
|
|
588
|
+
status: 'ready-to-publish'
|
|
589
|
+
},
|
|
580
590
|
history: {
|
|
581
591
|
keywords: ['history', 'icon', 'icon-lab', 'core', 'version control', 'past', 'arrow', 'clock', 'time', 'history', 'recent'],
|
|
582
592
|
componentName: 'HistoryIcon',
|
|
@@ -588,6 +598,17 @@ var metadata = {
|
|
|
588
598
|
status: 'published',
|
|
589
599
|
slackChannel: '#feedback-loom-vizrefresh'
|
|
590
600
|
},
|
|
601
|
+
hourglass: {
|
|
602
|
+
keywords: ['hourglass', 'icon', 'icon-lab', 'core'],
|
|
603
|
+
componentName: 'HourglassIcon',
|
|
604
|
+
package: '@atlaskit/icon-lab/core/hourglass',
|
|
605
|
+
type: 'core',
|
|
606
|
+
categorization: 'multi-purpose',
|
|
607
|
+
usage: 'Aging or expiring items',
|
|
608
|
+
team: 'Trello',
|
|
609
|
+
status: 'published',
|
|
610
|
+
slackChannel: 'joel unger'
|
|
611
|
+
},
|
|
591
612
|
'if-else': {
|
|
592
613
|
keywords: ['if-else', 'ifelse', 'icon', 'icon-lab', 'core', 'condition', 'statement', 'branch'],
|
|
593
614
|
componentName: 'IfElseIcon',
|
|
@@ -631,12 +652,12 @@ var metadata = {
|
|
|
631
652
|
status: 'published'
|
|
632
653
|
},
|
|
633
654
|
initiative: {
|
|
634
|
-
keywords: ['initiative', 'icon', 'icon-lab', 'core', '
|
|
655
|
+
keywords: ['initiative', 'icon', 'icon-lab', 'core', 'crystal ball', 'system object', 'work collection', 'work type'],
|
|
635
656
|
componentName: 'InitiativeIcon',
|
|
636
657
|
package: '@atlaskit/icon-lab/core/initiative',
|
|
637
658
|
type: 'core',
|
|
638
659
|
categorization: 'single-purpose',
|
|
639
|
-
usage: '
|
|
660
|
+
usage: 'Reserved for initiative work type.',
|
|
640
661
|
team: 'Jira Enterprise',
|
|
641
662
|
status: 'published'
|
|
642
663
|
},
|
|
@@ -1066,6 +1087,46 @@ var metadata = {
|
|
|
1066
1087
|
team: 'Whiteboards',
|
|
1067
1088
|
status: 'published'
|
|
1068
1089
|
},
|
|
1090
|
+
'shape-comment-left': {
|
|
1091
|
+
keywords: ['shape-comment-left', 'shapecommentleft', 'icon', 'icon-lab', 'core', 'curly', 'comments'],
|
|
1092
|
+
componentName: 'ShapeCommentLeftIcon',
|
|
1093
|
+
package: '@atlaskit/icon-lab/core/shape-comment-left',
|
|
1094
|
+
type: 'core',
|
|
1095
|
+
categorization: 'single-purpose',
|
|
1096
|
+
usage: 'Creating a shape for commenting (left)',
|
|
1097
|
+
team: 'Whiteboards',
|
|
1098
|
+
status: 'ready-to-publish'
|
|
1099
|
+
},
|
|
1100
|
+
'shape-comment-right': {
|
|
1101
|
+
keywords: ['shape-comment-right', 'shapecommentright', 'icon', 'icon-lab', 'core', 'curly', 'comments'],
|
|
1102
|
+
componentName: 'ShapeCommentRightIcon',
|
|
1103
|
+
package: '@atlaskit/icon-lab/core/shape-comment-right',
|
|
1104
|
+
type: 'core',
|
|
1105
|
+
categorization: 'single-purpose',
|
|
1106
|
+
usage: 'Creating a shape for commenting (right)',
|
|
1107
|
+
team: 'Whiteboards',
|
|
1108
|
+
status: 'ready-to-publish'
|
|
1109
|
+
},
|
|
1110
|
+
'shape-database': {
|
|
1111
|
+
keywords: ['shape-database', 'shapedatabase', 'icon', 'icon-lab', 'core', 'whiteboards', 'diagram'],
|
|
1112
|
+
componentName: 'ShapeDatabaseIcon',
|
|
1113
|
+
package: '@atlaskit/icon-lab/core/shape-database',
|
|
1114
|
+
type: 'core',
|
|
1115
|
+
categorization: 'single-purpose',
|
|
1116
|
+
usage: 'Creating a shape for databases in whiteboards',
|
|
1117
|
+
team: 'Whiteboards',
|
|
1118
|
+
status: 'ready-to-publish'
|
|
1119
|
+
},
|
|
1120
|
+
'shape-delay': {
|
|
1121
|
+
keywords: ['shape-delay', 'shapedelay', 'icon', 'icon-lab', 'core', 'whiteboards', 'diagram'],
|
|
1122
|
+
componentName: 'ShapeDelayIcon',
|
|
1123
|
+
package: '@atlaskit/icon-lab/core/shape-delay',
|
|
1124
|
+
type: 'core',
|
|
1125
|
+
categorization: 'single-purpose',
|
|
1126
|
+
usage: 'Creating a shape for a delay in Whiteboards.',
|
|
1127
|
+
team: 'Whiteboards',
|
|
1128
|
+
status: 'ready-to-publish'
|
|
1129
|
+
},
|
|
1069
1130
|
'shape-diamond': {
|
|
1070
1131
|
keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'core', 'diamond', 'shape tool'],
|
|
1071
1132
|
componentName: 'ShapeDiamondIcon',
|
|
@@ -1076,6 +1137,26 @@ var metadata = {
|
|
|
1076
1137
|
team: 'Whiteboards',
|
|
1077
1138
|
status: 'published'
|
|
1078
1139
|
},
|
|
1140
|
+
'shape-display': {
|
|
1141
|
+
keywords: ['shape-display', 'shapedisplay', 'icon', 'icon-lab', 'core', 'Whiteboards', 'diagram'],
|
|
1142
|
+
componentName: 'ShapeDisplayIcon',
|
|
1143
|
+
package: '@atlaskit/icon-lab/core/shape-display',
|
|
1144
|
+
type: 'core',
|
|
1145
|
+
categorization: 'single-purpose',
|
|
1146
|
+
usage: 'Creating a shape for display in whiteboards',
|
|
1147
|
+
team: 'Whiteboards',
|
|
1148
|
+
status: 'ready-to-publish'
|
|
1149
|
+
},
|
|
1150
|
+
'shape-document-symbol': {
|
|
1151
|
+
keywords: ['shape-document-symbol', 'shapedocumentsymbol', 'icon', 'icon-lab', 'core', 'Whiteboards', 'diagram'],
|
|
1152
|
+
componentName: 'ShapeDocumentSymbolIcon',
|
|
1153
|
+
package: '@atlaskit/icon-lab/core/shape-document-symbol',
|
|
1154
|
+
type: 'core',
|
|
1155
|
+
categorization: 'single-purpose',
|
|
1156
|
+
usage: 'Creating a document shape in Whiteboards',
|
|
1157
|
+
team: 'Whiteboards',
|
|
1158
|
+
status: 'ready-to-publish'
|
|
1159
|
+
},
|
|
1079
1160
|
'shape-ellipse': {
|
|
1080
1161
|
keywords: ['shape-ellipse', 'shapeellipse', 'icon', 'icon-lab', 'core', 'ellipse', 'circle', 'shape tool'],
|
|
1081
1162
|
componentName: 'ShapeEllipseIcon',
|
|
@@ -1086,6 +1167,76 @@ var metadata = {
|
|
|
1086
1167
|
team: 'Whiteboards',
|
|
1087
1168
|
status: 'published'
|
|
1088
1169
|
},
|
|
1170
|
+
'shape-hard-disk': {
|
|
1171
|
+
keywords: ['shape-hard-disk', 'shapeharddisk', 'icon', 'icon-lab', 'core', 'Whiteboards', 'diagram'],
|
|
1172
|
+
componentName: 'ShapeHardDiskIcon',
|
|
1173
|
+
package: '@atlaskit/icon-lab/core/shape-hard-disk',
|
|
1174
|
+
type: 'core',
|
|
1175
|
+
categorization: 'single-purpose',
|
|
1176
|
+
usage: 'Creating a shape for a hard disk in Whiteboards',
|
|
1177
|
+
team: 'Whiteboards',
|
|
1178
|
+
status: 'ready-to-publish'
|
|
1179
|
+
},
|
|
1180
|
+
'shape-internal-storage': {
|
|
1181
|
+
keywords: ['shape-internal-storage', 'shapeinternalstorage', 'icon', 'icon-lab', 'core', 'Whiteboards', 'diagram'],
|
|
1182
|
+
componentName: 'ShapeInternalStorageIcon',
|
|
1183
|
+
package: '@atlaskit/icon-lab/core/shape-internal-storage',
|
|
1184
|
+
type: 'core',
|
|
1185
|
+
categorization: 'single-purpose',
|
|
1186
|
+
usage: 'Creating a shape for internal storage in Whiteboards',
|
|
1187
|
+
team: 'Whiteboards',
|
|
1188
|
+
status: 'ready-to-publish'
|
|
1189
|
+
},
|
|
1190
|
+
'shape-manual-input': {
|
|
1191
|
+
keywords: ['shape-manual-input', 'shapemanualinput', 'icon', 'icon-lab', 'core', 'diagram', 'whiteboards'],
|
|
1192
|
+
componentName: 'ShapeManualInputIcon',
|
|
1193
|
+
package: '@atlaskit/icon-lab/core/shape-manual-input',
|
|
1194
|
+
type: 'core',
|
|
1195
|
+
categorization: 'single-purpose',
|
|
1196
|
+
usage: 'Creating a shape for manual input in whiteboards',
|
|
1197
|
+
team: 'Whiteboards',
|
|
1198
|
+
status: 'ready-to-publish'
|
|
1199
|
+
},
|
|
1200
|
+
'shape-manual-operation-symbol': {
|
|
1201
|
+
keywords: ['shape-manual-operation-symbol', 'shapemanualoperationsymbol', 'icon', 'icon-lab', 'core', 'whiteboards', 'diagram'],
|
|
1202
|
+
componentName: 'ShapeManualOperationSymbolIcon',
|
|
1203
|
+
package: '@atlaskit/icon-lab/core/shape-manual-operation-symbol',
|
|
1204
|
+
type: 'core',
|
|
1205
|
+
categorization: 'single-purpose',
|
|
1206
|
+
usage: 'Creating a shape for manual operation in Whiteboards',
|
|
1207
|
+
team: 'Whiteboards',
|
|
1208
|
+
status: 'ready-to-publish'
|
|
1209
|
+
},
|
|
1210
|
+
'shape-mindmap': {
|
|
1211
|
+
keywords: ['shape-mindmap', 'shapemindmap', 'icon', 'icon-lab', 'core', 'Whiteboards', 'diagram', 'mind', 'map'],
|
|
1212
|
+
componentName: 'ShapeMindmapIcon',
|
|
1213
|
+
package: '@atlaskit/icon-lab/core/shape-mindmap',
|
|
1214
|
+
type: 'core',
|
|
1215
|
+
categorization: 'single-purpose',
|
|
1216
|
+
usage: 'Creating a mind map shape in Whiteboards',
|
|
1217
|
+
team: 'Whiteboards',
|
|
1218
|
+
status: 'ready-to-publish'
|
|
1219
|
+
},
|
|
1220
|
+
'shape-multiple-documents': {
|
|
1221
|
+
keywords: ['shape-multiple-documents', 'shapemultipledocuments', 'icon', 'icon-lab', 'core', 'Whiteboards', 'diagram', 'documents'],
|
|
1222
|
+
componentName: 'ShapeMultipleDocumentsIcon',
|
|
1223
|
+
package: '@atlaskit/icon-lab/core/shape-multiple-documents',
|
|
1224
|
+
type: 'core',
|
|
1225
|
+
categorization: 'single-purpose',
|
|
1226
|
+
usage: 'Creating a shape for multiple documents in whiteboards',
|
|
1227
|
+
team: 'Whiteboards',
|
|
1228
|
+
status: 'ready-to-publish'
|
|
1229
|
+
},
|
|
1230
|
+
'shape-off-page': {
|
|
1231
|
+
keywords: ['shape-off-page', 'shapeoffpage', 'icon', 'icon-lab', 'core', 'off-page', 'diagram'],
|
|
1232
|
+
componentName: 'ShapeOffPageIcon',
|
|
1233
|
+
package: '@atlaskit/icon-lab/core/shape-off-page',
|
|
1234
|
+
type: 'core',
|
|
1235
|
+
categorization: 'single-purpose',
|
|
1236
|
+
usage: 'Creating a shape for off page in Whiteboards',
|
|
1237
|
+
team: 'Whiteboards',
|
|
1238
|
+
status: 'ready-to-publish'
|
|
1239
|
+
},
|
|
1089
1240
|
'shape-parallelogram-skew-left': {
|
|
1090
1241
|
keywords: ['shape-parallelogram-skew-left', 'shapeparallelogramskewleft', 'icon', 'icon-lab', 'core', 'parallelogram', 'skewed', 'left', 'shape tool'],
|
|
1091
1242
|
componentName: 'ShapeParallelogramSkewLeftIcon',
|
|
@@ -1106,6 +1257,26 @@ var metadata = {
|
|
|
1106
1257
|
team: 'Whiteboards',
|
|
1107
1258
|
status: 'published'
|
|
1108
1259
|
},
|
|
1260
|
+
'shape-predefined-process': {
|
|
1261
|
+
keywords: ['shape-predefined-process', 'shapepredefinedprocess', 'icon', 'icon-lab', 'core', 'diagram', 'whiteboards'],
|
|
1262
|
+
componentName: 'ShapePredefinedProcessIcon',
|
|
1263
|
+
package: '@atlaskit/icon-lab/core/shape-predefined-process',
|
|
1264
|
+
type: 'core',
|
|
1265
|
+
categorization: 'single-purpose',
|
|
1266
|
+
usage: 'Creating a shape for predefined process in whiteboards',
|
|
1267
|
+
team: 'Whiteboards',
|
|
1268
|
+
status: 'ready-to-publish'
|
|
1269
|
+
},
|
|
1270
|
+
'shape-preparation-symbol': {
|
|
1271
|
+
keywords: ['shape-preparation-symbol', 'shapepreparationsymbol', 'icon', 'icon-lab', 'core', 'diagram'],
|
|
1272
|
+
componentName: 'ShapePreparationSymbolIcon',
|
|
1273
|
+
package: '@atlaskit/icon-lab/core/shape-preparation-symbol',
|
|
1274
|
+
type: 'core',
|
|
1275
|
+
categorization: 'single-purpose',
|
|
1276
|
+
usage: 'Creating a shape for preparing in whiteboards',
|
|
1277
|
+
team: 'Whiteboards',
|
|
1278
|
+
status: 'ready-to-publish'
|
|
1279
|
+
},
|
|
1109
1280
|
'shape-rectangle': {
|
|
1110
1281
|
keywords: ['shape-rectangle', 'shaperectangle', 'icon', 'icon-lab', 'core', 'shape tool', 'rectangle', 'square'],
|
|
1111
1282
|
componentName: 'ShapeRectangleIcon',
|
|
@@ -1126,6 +1297,46 @@ var metadata = {
|
|
|
1126
1297
|
team: 'Whiteboards',
|
|
1127
1298
|
status: 'published'
|
|
1128
1299
|
},
|
|
1300
|
+
'shape-start-end': {
|
|
1301
|
+
keywords: ['shape-start-end', 'shapestartend', 'icon', 'icon-lab', 'core', 'whiteboards', 'diagram'],
|
|
1302
|
+
componentName: 'ShapeStartEndIcon',
|
|
1303
|
+
package: '@atlaskit/icon-lab/core/shape-start-end',
|
|
1304
|
+
type: 'core',
|
|
1305
|
+
categorization: 'single-purpose',
|
|
1306
|
+
usage: 'Creating a shape for start end in Whiteboards',
|
|
1307
|
+
team: 'Whiteboards',
|
|
1308
|
+
status: 'ready-to-publish'
|
|
1309
|
+
},
|
|
1310
|
+
'shape-stored-data': {
|
|
1311
|
+
keywords: ['shape-stored-data', 'shapestoreddata', 'icon', 'icon-lab', 'core', 'whiteboards', 'diagram'],
|
|
1312
|
+
componentName: 'ShapeStoredDataIcon',
|
|
1313
|
+
package: '@atlaskit/icon-lab/core/shape-stored-data',
|
|
1314
|
+
type: 'core',
|
|
1315
|
+
categorization: 'single-purpose',
|
|
1316
|
+
usage: 'Creating a shape for stored data in whiteboards',
|
|
1317
|
+
team: 'Whiteboards',
|
|
1318
|
+
status: 'ready-to-publish'
|
|
1319
|
+
},
|
|
1320
|
+
'shape-summing-junction-cross': {
|
|
1321
|
+
keywords: ['shape-summing-junction-cross', 'shapesummingjunctioncross', 'icon', 'icon-lab', 'core', 'whiteboards', 'diagram'],
|
|
1322
|
+
componentName: 'ShapeSummingJunctionCrossIcon',
|
|
1323
|
+
package: '@atlaskit/icon-lab/core/shape-summing-junction-cross',
|
|
1324
|
+
type: 'core',
|
|
1325
|
+
categorization: 'single-purpose',
|
|
1326
|
+
usage: 'Creating a shape for summing junction plus in whiteboards',
|
|
1327
|
+
team: 'Whiteboards',
|
|
1328
|
+
status: 'ready-to-publish'
|
|
1329
|
+
},
|
|
1330
|
+
'shape-summing-junction-plus': {
|
|
1331
|
+
keywords: ['shape-summing-junction-plus', 'shapesummingjunctionplus', 'icon', 'icon-lab', 'core', 'diagram', 'whiteboards'],
|
|
1332
|
+
componentName: 'ShapeSummingJunctionPlusIcon',
|
|
1333
|
+
package: '@atlaskit/icon-lab/core/shape-summing-junction-plus',
|
|
1334
|
+
type: 'core',
|
|
1335
|
+
categorization: 'single-purpose',
|
|
1336
|
+
usage: 'Creating a shape for summing junction plus in whiteboards',
|
|
1337
|
+
team: 'Whiteboards',
|
|
1338
|
+
status: 'ready-to-publish'
|
|
1339
|
+
},
|
|
1129
1340
|
'shape-triangle': {
|
|
1130
1341
|
keywords: ['shape-triangle', 'shapetriangle', 'icon', 'icon-lab', 'core', 'triangle', 'shape tool', 'equilateral'],
|
|
1131
1342
|
componentName: 'ShapeTriangleIcon',
|
|
@@ -1673,6 +1884,28 @@ var metadata = {
|
|
|
1673
1884
|
team: 'Editor AI',
|
|
1674
1885
|
status: 'published'
|
|
1675
1886
|
},
|
|
1887
|
+
'text-subscript': {
|
|
1888
|
+
keywords: ['text-subscript', 'textsubscript', 'icon', 'icon-lab', 'core', 'subscript', 'text formatting'],
|
|
1889
|
+
componentName: 'TextSubscriptIcon',
|
|
1890
|
+
package: '@atlaskit/icon-lab/core/text-subscript',
|
|
1891
|
+
type: 'core',
|
|
1892
|
+
categorization: 'single-purpose',
|
|
1893
|
+
usage: 'Reserved for subscript text formatting.',
|
|
1894
|
+
team: 'Editor',
|
|
1895
|
+
status: 'published',
|
|
1896
|
+
slackChannel: '#editor-design'
|
|
1897
|
+
},
|
|
1898
|
+
'text-superscript': {
|
|
1899
|
+
keywords: ['text-superscript', 'textsuperscript', 'icon', 'icon-lab', 'core', 'superscript', 'text formatting'],
|
|
1900
|
+
componentName: 'TextSuperscriptIcon',
|
|
1901
|
+
package: '@atlaskit/icon-lab/core/text-superscript',
|
|
1902
|
+
type: 'core',
|
|
1903
|
+
categorization: 'single-purpose',
|
|
1904
|
+
usage: 'Reserved for superscript text formatting.',
|
|
1905
|
+
team: 'Editor',
|
|
1906
|
+
status: 'published',
|
|
1907
|
+
slackChannel: '#Editor-design'
|
|
1908
|
+
},
|
|
1676
1909
|
'text-underline-strikethrough': {
|
|
1677
1910
|
keywords: ['text-underline-strikethrough', 'textunderlinestrikethrough', 'icon', 'icon-lab', 'core', 'text', 'type', 'font', 'strikethrough', 'underline'],
|
|
1678
1911
|
componentName: 'TextUnderlineStrikethroughIcon',
|
|
@@ -2013,7 +2246,7 @@ var metadata = {
|
|
|
2013
2246
|
slackChannel: '#cc-insights-and-reporting'
|
|
2014
2247
|
},
|
|
2015
2248
|
'work-item-add': {
|
|
2016
|
-
keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'core', '
|
|
2249
|
+
keywords: ['work-item-add', 'workitemadd', 'icon', 'icon-lab', 'core', 'work item', 'work type', 'add', 'plus', 'create'],
|
|
2017
2250
|
componentName: 'WorkItemAddIcon',
|
|
2018
2251
|
package: '@atlaskit/icon-lab/core/work-item-add',
|
|
2019
2252
|
type: 'core',
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::387613d0091d2d93fa0251f67bd4f50e>>
|
|
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::387613d0091d2d93fa0251f67bd4f50e>>
|
|
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.12.0",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/icon": "^25.
|
|
35
|
+
"@atlaskit/icon": "^25.8.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
47
47
|
"@atlaskit/heading": "^5.2.0",
|
|
48
48
|
"@atlaskit/modal-dialog": "^14.1.0",
|
|
49
|
-
"@atlaskit/primitives": "^14.
|
|
49
|
+
"@atlaskit/primitives": "^14.7.0",
|
|
50
50
|
"@atlaskit/textfield": "^8.0.0",
|
|
51
51
|
"@atlaskit/tokens": "^4.8.0",
|
|
52
52
|
"@atlaskit/tooltip": "^20.0.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M7.17 15.992a4.5 4.5 0 0 1-3.403-1.897L1.328 10.64l-.128-.207a2 2 0 0 1 1.073-2.825L4 6.977v-.264l.004-.15a2.626 2.626 0 0 1 3.053-2.439l.112.02a2.25 2.25 0 0 1 4.161 0l.113-.02A2.625 2.625 0 0 1 14.5 6.713V11.5a4.5 4.5 0 0 1-4.269 4.494L10 16H7.443zM10 14.5l.154-.004A3 3 0 0 0 13 11.5V6.713c0-.695-.624-1.223-1.31-1.11l-.19.033V8H10V5a.75.75 0 0 0-1.496-.077L8.5 5v3H7V5.636l-.19-.032a1.126 1.126 0 0 0-1.303.981l-.007.128v2.615H4v-.754l-1.21.444a.5.5 0 0 0-.294.652l.058.105 2.438 3.455a3 3 0 0 0 2.451 1.27z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M11 12.392c0-.445-.169-.87-.468-1.192l-.136-.13L8 8.99l-2.396 2.08A1.75 1.75 0 0 0 5 12.392V13.5h6zM11 2.5H5v1.108c0 .508.22.99.604 1.323L8 7.008l2.396-2.077.136-.131c.3-.322.468-.747.468-1.192zm1.5 1.108a3.25 3.25 0 0 1-.991 2.337l-.13.12L9.145 8l2.234 1.936.13.119a3.25 3.25 0 0 1 .991 2.337V13.5H14V15H2v-1.5h1.5v-1.108a3.25 3.25 0 0 1 1.121-2.456L6.854 8 4.621 6.064A3.25 3.25 0 0 1 3.5 3.608V2.5H2V1h12v1.5h-1.5z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M8 12.75v-1.947A2.25 2.25 0 0 0 6.998 8.93L5.603 8l1.395-.93A2.25 2.25 0 0 0 8 5.196V3.25a.75.75 0 0 1 .75-.75h1.75V1H8.75A2.25 2.25 0 0 0 6.5 3.25v1.947a.75.75 0 0 1-.334.624l-1.395.931a1.5 1.5 0 0 0 0 2.496l1.395.93a.75.75 0 0 1 .334.625v1.947A2.25 2.25 0 0 0 8.75 15h1.75v-1.5H8.75a.75.75 0 0 1-.75-.75"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M8 13v-2.197A2.25 2.25 0 0 1 9.002 8.93L10.398 8l-1.396-.93A2.25 2.25 0 0 1 8 5.196V3a.5.5 0 0 0-.5-.5h-2V1h2a2 2 0 0 1 2 2v2.197c0 .251.125.485.334.624l1.396.931a1.5 1.5 0 0 1 0 2.496l-1.396.93a.75.75 0 0 0-.334.625V13a2 2 0 0 1-2 2h-2v-1.5h2A.5.5 0 0 0 8 13"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M8 1c1.715 0 3.299.23 4.48.624.586.196 1.116.446 1.513.759.39.306.757.763.757 1.367v8.5c0 .604-.368 1.06-.757 1.367-.397.313-.927.563-1.514.759C11.3 14.77 9.716 15 8 15s-3.299-.23-4.48-.624c-.586-.195-1.116-.445-1.513-.759-.39-.307-.757-.763-.757-1.367v-8.5c0-.604.368-1.06.757-1.367.397-.313.927-.563 1.514-.759C4.7 1.23 6.285 1 8 1m5.25 4.567q-.362.172-.77.309C11.299 6.27 9.715 6.5 8 6.5s-3.299-.23-4.48-.624a7 7 0 0 1-.77-.309v6.67c.006.018.04.087.186.203.21.165.559.347 1.058.513.99.33 2.407.547 4.006.547s3.015-.217 4.006-.547c.499-.166.849-.348 1.059-.513.146-.116.179-.185.185-.203zM8 2.5c-1.599 0-3.015.217-4.006.547-.499.166-.849.348-1.058.514a.7.7 0 0 0-.181.189.7.7 0 0 0 .18.19c.21.165.56.347 1.06.513C4.984 4.783 6.4 5 8 5s3.015-.217 4.006-.547c.499-.166.849-.348 1.059-.514a.6.6 0 0 0 .18-.189.6.6 0 0 0-.18-.19c-.21-.165-.56-.347-1.06-.513C11.016 2.717 9.6 2.5 8 2.5"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M1 4.25a2 2 0 0 1 2-2h6.655c3.112 0 5.595 2.597 5.595 5.75s-2.483 5.75-5.595 5.75H3a2 2 0 0 1-2-2zm1.5 7.5a.5.5 0 0 0 .5.5h6.655c2.24 0 4.095-1.88 4.095-4.25s-1.855-4.25-4.095-4.25H3a.5.5 0 0 0-.5.5z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.5 4.5A.5.5 0 0 0 13 4H5.081c-.382 0-.74.194-.946.516L2.285 7.39c-.24.37-.24.848 0 1.218l1.85 2.875c.207.322.564.516.946.516H13a.5.5 0 0 0 .5-.5zm1.5 7a2 2 0 0 1-2 2H5.081a2.63 2.63 0 0 1-2.208-1.204L1.023 9.42a2.63 2.63 0 0 1 0-2.842l1.85-2.875.095-.137A2.63 2.63 0 0 1 5.08 2.5H13a2 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="M14.5 4a.5.5 0 0 0-.4-.49L14 3.5H2a.5.5 0 0 0-.5.5v6.774l3.082 1.608.11.053a1.75 1.75 0 0 0 1.704-.172l3.062-2.149a3.25 3.25 0 0 1 3.438-.184l1.604.885zm1.5 7.662a1 1 0 0 1-1.356.935l-.127-.06-2.346-1.295a1.75 1.75 0 0 0-1.852.1L7.26 13.49a3.25 3.25 0 0 1-3.166.32l-.204-.098-3.35-1.747a1 1 0 0 1-.54-.887V4a2 2 0 0 1 2-2h12l.204.01A2 2 0 0 1 16 4z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M15.25 8c0 1.784-.24 3.43-.648 4.656-.202.61-.46 1.156-.783 1.567-.316.401-.783.777-1.4.777H3.58c-.616 0-1.083-.376-1.4-.777-.322-.41-.58-.958-.783-1.567C.99 11.43.75 9.784.75 8s.24-3.43.647-4.656c.203-.61.46-1.156.784-1.567.316-.401.783-.777 1.4-.777h8.839c.616 0 1.083.376 1.4.777.322.41.58.958.782 1.567.409 1.226.648 2.872.648 4.656m-4.672 5.5a7 7 0 0 1-.34-.844C9.828 11.43 9.59 9.784 9.59 8s.24-3.43.647-4.656c.1-.3.214-.584.341-.844h-6.99c-.013.003-.092.032-.229.205-.174.222-.364.59-.538 1.112C2.477 4.853 2.25 6.332 2.25 8s.227 3.147.571 4.183c.174.521.364.89.538 1.112.137.173.216.201.23.205zM13.75 8c0-1.668-.226-3.147-.571-4.183-.174-.521-.364-.89-.538-1.112-.118-.15-.194-.19-.221-.201-.027.01-.102.052-.22.201-.175.222-.365.59-.539 1.112-.345 1.036-.571 2.515-.571 4.183s.226 3.147.571 4.183c.174.521.364.89.54 1.112.117.15.192.19.219.201.027-.01.103-.051.22-.201.175-.222.365-.59.539-1.112.345-1.036.571-2.515.571-4.183"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 6.5h-10v6H14a.5.5 0 0 0 .5-.5zM1.5 12a.5.5 0 0 0 .5.5h1v-6H1.5zm13-8a.5.5 0 0 0-.4-.49L14 3.5H4.5V5h10zm-13 1H3V3.5H2a.5.5 0 0 0-.5.5zM16 12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12l.204.01A2 2 0 0 1 16 4z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 4.018a.5.5 0 0 0-.481-.5l-.115.008-12 2.342a.5.5 0 0 0-.404.49V12a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5zM16 12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6.358a2 2 0 0 1 1.617-1.962l12-2.341.23-.032A2 2 0 0 1 16 4.018z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M13.46 2.25a2 2 0 0 1 1.992 2.18l-.035.231-1.628 7.75A2 2 0 0 1 11.831 14H4.17a2 2 0 0 1-1.914-1.418l-.044-.17-1.628-7.75A2 2 0 0 1 2.54 2.25zM2.54 3.75a.5.5 0 0 0-.49.603l1.629 7.75.025.084a.5.5 0 0 0 .465.313h7.662a.5.5 0 0 0 .49-.398l1.628-7.75.011-.115a.5.5 0 0 0-.5-.487z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 12.75a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm0-10a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5v.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5zm-13 5.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-.5a.5.5 0 0 0-.5-.5H2a.5.5 0 0 0-.5.5zm14.5-5a2 2 0 0 1-2 2h-2a2 2 0 0 1-1.935-1.5H9.25a.5.5 0 0 0-.5.5v7.5a.5.5 0 0 0 .5.5h.815A2 2 0 0 1 12 10.75h2a2 2 0 0 1 2 2v.5a2 2 0 0 1-2 2h-2a2 2 0 0 1-1.935-1.5H9.25a2 2 0 0 1-2-2v-3H5.935A2 2 0 0 1 4 10.25H2a2 2 0 0 1-2-2v-.5a2 2 0 0 1 2-2h2a2 2 0 0 1 1.935 1.5H7.25v-3a2 2 0 0 1 2-2h.815A2 2 0 0 1 12 .75h2a2 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="M14.5 6a.5.5 0 0 0-.5-.5H4.5A.5.5 0 0 0 4 6v5.815l2.099 1.323.123.071a1.75 1.75 0 0 0 1.941-.217l1.785-1.515.213-.165a3.25 3.25 0 0 1 3.694-.06l.645.43zm1.5 6.618a1 1 0 0 1-1.428.905l-.127-.073-1.424-.949a1.75 1.75 0 0 0-1.988.031l-.114.09-1.785 1.514a3.25 3.25 0 0 1-3.606.403l-.23-.132-2.331-1.469a1 1 0 0 1-.467-.846V6a2 2 0 0 1 2-2h8v-.5A.5.5 0 0 0 12 3H2a.5.5 0 0 0-.5.5v7H0v-7a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2V4a2 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="M13.5 3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v7.31a.5.5 0 0 0 .258.437l5 2.763.058.027a.5.5 0 0 0 .426-.027l5-2.763.057-.037a.5.5 0 0 0 .201-.4zm1.5 7.31a2 2 0 0 1-.916 1.68l-.117.07-5 2.762a2 2 0 0 1-1.82.059l-.114-.059-5-2.762A2 2 0 0 1 1 10.31V3a2 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="M14.5 4a.5.5 0 0 0-.4-.49L14 3.5h-1v9h1a.5.5 0 0 0 .5-.5zm-10 8.5h7v-9h-7zm-3-.5a.5.5 0 0 0 .5.5h1v-9H2a.5.5 0 0 0-.5.5zM16 12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12l.204.01A2 2 0 0 1 16 4z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M10.905 1a2 2 0 0 1 1.73.996l2.9 5 .064.118a2 2 0 0 1 0 1.772l-.064.118-2.9 5a2 2 0 0 1-1.73.996h-5.81a2 2 0 0 1-1.73-.996l-2.9-5a2 2 0 0 1 0-2.008l2.9-5 .07-.112A2 2 0 0 1 5.096 1zm-5.81 1.5a.5.5 0 0 0-.396.194l-.037.055-2.9 5a.5.5 0 0 0 0 .502l2.9 5a.5.5 0 0 0 .433.249h5.81a.5.5 0 0 0 .433-.249l2.9-5 .029-.06a.5.5 0 0 0 0-.382l-.03-.06-2.9-5a.5.5 0 0 0-.432-.249z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 8a3.75 3.75 0 0 0-3.557-3.745l-.193-.005h-5.5a3.75 3.75 0 1 0 0 7.5h5.5A3.75 3.75 0 0 0 14.5 8M16 8c0 2.9-2.35 5.25-5.25 5.25h-5.5a5.25 5.25 0 1 1 0-10.5h5.5l.27.007A5.25 5.25 0 0 1 16 8"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M12.832 13.5a6 6 0 0 1-.738-1.48c-.387-1.099-.606-2.48-.606-4.02 0-1.517.213-2.879.588-3.97a6.1 6.1 0 0 1 .757-1.53H3.835l-.082.01c-.094.022-.224.089-.388.256-.22.225-.453.59-.665 1.101C2.278 4.887 2 6.347 2 8c0 1.652.278 3.113.7 4.133.212.511.445.876.665 1.101.218.223.376.266.47.266zM3.835 15c-.62 0-1.141-.307-1.542-.717-.398-.407-.722-.958-.979-1.577C.801 11.464.5 9.8.5 8s.3-3.464.814-4.706c.257-.62.58-1.17.979-1.577.35-.359.794-.639 1.314-.703L3.835 1h10.249c.26 0 .51.105.693.291l.09.105c.185.25.22.548.17.79a1.05 1.05 0 0 1-.394.624l-.093.063-.128.089c-.304.244-.647.743-.927 1.557-.31.903-.507 2.096-.507 3.481 0 1.407.202 2.615.52 3.523.33.938.742 1.44 1.07 1.62l.089.055c.205.14.39.37.428.688a.97.97 0 0 1-.256.771l-.074.073-.091.075a1 1 0 0 1-.326.156 1.3 1.3 0 0 1-.327.039z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 8a6.47 6.47 0 0 0-1.406-4.034L9.06 8l4.033 4.033A6.47 6.47 0 0 0 14.5 8M3.966 13.094A6.47 6.47 0 0 0 8 14.5a6.47 6.47 0 0 0 4.033-1.406L8 9.06zM8 1.5a6.47 6.47 0 0 0-4.034 1.405L8 6.94l4.033-4.034A6.47 6.47 0 0 0 8 1.5M1.5 8a6.47 6.47 0 0 0 1.405 4.033L6.94 8 2.905 3.966A6.47 6.47 0 0 0 1.5 8M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0M1.544 8.75a6.5 6.5 0 0 0 5.706 5.705V8.75zm7.206 5.705a6.5 6.5 0 0 0 5.706-5.705H8.75zm0-7.205h5.706A6.5 6.5 0 0 0 8.75 1.544zm-1.5-5.706A6.5 6.5 0 0 0 1.544 7.25H7.25z"/></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="M5.25 3.11a6.5 6.5 0 0 0-1.732 10.597l-1.036 1.086A8.004 8.004 0 0 1 5.25 1.484zm5.5-1.626a8.004 8.004 0 0 1 2.768 13.309l-1.036-1.086A6.5 6.5 0 0 0 10.75 3.109zM8 1q.38 0 .75.035v6.08A2.501 2.501 0 0 1 8 12a2.5 2.5 0 0 1-.75-4.886V1.035Q7.62 1 8 1m0 7.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m6.26 8 3.69 6H8.19L5.4 9.47 2.78 14H1.05l3.46-6-3.46-6h1.73L5.4 6.53 8.19 2h1.76zm7.49.5h.08a.75.75 0 0 1 .67.75V16H13v-6h-1V8.5z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m6.26 8 3.69 6H8.19L5.4 9.47 2.78 14H1.05l3.46-6-3.46-6h1.73L5.4 6.53 8.19 2h1.76zm7.49-8h.08a.75.75 0 0 1 .67.75V7.5H13v-6h-1V0z"/></svg>
|