@atlaskit/icon-lab 2.4.0 → 2.6.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 +76 -0
- package/build/index.tsx +1 -1
- package/core/align-content-bottom.d.ts +13 -0
- package/core/align-content-bottom.js +31 -0
- package/core/align-content-center-horizontal.d.ts +13 -0
- package/core/align-content-center-horizontal.js +31 -0
- package/core/align-content-center-vertical.d.ts +13 -0
- package/core/align-content-center-vertical.js +31 -0
- package/core/align-content-left.d.ts +13 -0
- package/core/align-content-left.js +31 -0
- package/core/align-content-right.d.ts +13 -0
- package/core/align-content-right.js +31 -0
- package/core/align-content-top.d.ts +13 -0
- package/core/align-content-top.js +31 -0
- package/core/align-position-bottom.d.ts +13 -0
- package/core/align-position-bottom.js +31 -0
- package/core/align-position-center-vertical.d.ts +13 -0
- package/core/align-position-center-vertical.js +31 -0
- package/core/align-position-top.d.ts +13 -0
- package/core/align-position-top.js +31 -0
- package/core/cursor-strikethrough.d.ts +13 -0
- package/core/cursor-strikethrough.js +31 -0
- package/core/cursor.d.ts +13 -0
- package/core/cursor.js +31 -0
- package/core/drop-shadow.d.ts +13 -0
- package/core/drop-shadow.js +31 -0
- package/core/group-selection.d.ts +13 -0
- package/core/group-selection.js +31 -0
- package/core/group-ungroup-selection.d.ts +13 -0
- package/core/group-ungroup-selection.js +31 -0
- package/core/hand.d.ts +13 -0
- package/core/hand.js +31 -0
- package/core/incognito.d.ts +13 -0
- package/core/incognito.js +31 -0
- package/core/jira.d.ts +13 -0
- package/core/jira.js +31 -0
- package/core/section.d.ts +13 -0
- package/core/section.js +31 -0
- package/core/shape-diamond.d.ts +13 -0
- package/core/shape-diamond.js +31 -0
- package/core/shape-ellipse.d.ts +13 -0
- package/core/shape-ellipse.js +31 -0
- package/core/shape-parallelogram-skew-left.d.ts +13 -0
- package/core/shape-parallelogram-skew-left.js +31 -0
- package/core/shape-parallelogram-skew-right.d.ts +13 -0
- package/core/shape-parallelogram-skew-right.js +31 -0
- package/core/shape-rectangle-rounded.d.ts +13 -0
- package/core/shape-rectangle-rounded.js +31 -0
- package/core/shape-rectangle.d.ts +13 -0
- package/core/shape-rectangle.js +31 -0
- package/core/shape-triangle-inverted.d.ts +13 -0
- package/core/shape-triangle-inverted.js +31 -0
- package/core/shape-triangle.d.ts +13 -0
- package/core/shape-triangle.js +31 -0
- package/core/signature.d.ts +13 -0
- package/core/signature.js +31 -0
- package/core/stamp.d.ts +13 -0
- package/core/stamp.js +31 -0
- package/core/sticker.d.ts +13 -0
- package/core/sticker.js +31 -0
- package/core/stroke-curvature-curved.d.ts +13 -0
- package/core/stroke-curvature-curved.js +31 -0
- package/core/stroke-curvature-dynamic.d.ts +13 -0
- package/core/stroke-curvature-dynamic.js +31 -0
- package/core/stroke-curvature-straight.d.ts +13 -0
- package/core/stroke-curvature-straight.js +31 -0
- package/core/stroke-properties.d.ts +13 -0
- package/core/stroke-properties.js +31 -0
- package/core/stroke-style-dashed.d.ts +13 -0
- package/core/stroke-style-dashed.js +31 -0
- package/core/stroke-style-dotted.d.ts +13 -0
- package/core/stroke-style-dotted.js +31 -0
- package/core/stroke-style-solid.d.ts +13 -0
- package/core/stroke-style-solid.js +31 -0
- package/core/swap.d.ts +13 -0
- package/core/swap.js +31 -0
- package/core/template.d.ts +13 -0
- package/core/template.js +31 -0
- package/core/tidy.d.ts +13 -0
- package/core/tidy.js +31 -0
- package/dist/cjs/metadata-core.js +352 -1
- package/dist/es2019/metadata-core.js +352 -1
- package/dist/esm/metadata-core.js +352 -1
- 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/align-content-bottom.svg +1 -0
- package/svgs/core/align-content-center-horizontal.svg +1 -0
- package/svgs/core/align-content-center-vertical.svg +1 -0
- package/svgs/core/align-content-left.svg +1 -0
- package/svgs/core/align-content-right.svg +1 -0
- package/svgs/core/align-content-top.svg +1 -0
- package/svgs/core/align-position-bottom.svg +1 -0
- package/svgs/core/align-position-center-vertical.svg +1 -0
- package/svgs/core/align-position-top.svg +1 -0
- package/svgs/core/assets-data-manager.svg +1 -0
- package/svgs/core/assets-schema.svg +1 -0
- package/svgs/core/book-open.svg +1 -0
- package/svgs/core/cloud-offline.svg +1 -0
- package/svgs/core/cloud-saved.svg +1 -0
- package/svgs/core/coins.svg +1 -0
- package/svgs/core/cross-octagon.svg +1 -0
- package/svgs/core/cursor-strikethrough.svg +1 -0
- package/svgs/core/cursor.svg +1 -0
- package/svgs/core/database-storage-cache.svg +1 -0
- package/svgs/core/database-storage.svg +1 -0
- package/svgs/core/drop-shadow.svg +1 -0
- package/svgs/core/duplicate.svg +1 -0
- package/svgs/core/editions.svg +1 -0
- package/svgs/core/field-text.svg +1 -0
- package/svgs/core/group-selection.svg +1 -0
- package/svgs/core/group-ungroup-selection.svg +1 -0
- package/svgs/core/hand.svg +1 -0
- package/svgs/core/incognito.svg +1 -0
- package/svgs/core/initiative.svg +1 -0
- package/svgs/core/jira.svg +1 -0
- package/svgs/core/lozenge.svg +1 -0
- package/svgs/core/page-live-doc.svg +1 -0
- package/svgs/core/paint-brush.svg +1 -0
- package/svgs/core/paint-roller.svg +1 -0
- package/svgs/core/qr-code.svg +1 -0
- package/svgs/core/roadmaps-plan.svg +1 -0
- package/svgs/core/roadmaps-service.svg +1 -0
- package/svgs/core/section.svg +1 -0
- package/svgs/core/shape-diamond.svg +1 -0
- package/svgs/core/shape-ellipse.svg +1 -0
- package/svgs/core/shape-parallelogram-skew-left.svg +1 -0
- package/svgs/core/shape-parallelogram-skew-right.svg +1 -0
- package/svgs/core/shape-rectangle-rounded.svg +1 -0
- package/svgs/core/shape-rectangle.svg +1 -0
- package/svgs/core/shape-triangle-inverted.svg +1 -0
- package/svgs/core/shape-triangle.svg +1 -0
- package/svgs/core/signature.svg +1 -0
- package/svgs/core/speedometer.svg +1 -0
- package/svgs/core/stamp.svg +1 -0
- package/svgs/core/sticker.svg +1 -0
- package/svgs/core/stroke-curvature-curved.svg +1 -0
- package/svgs/core/stroke-curvature-dynamic.svg +1 -0
- package/svgs/core/stroke-curvature-straight.svg +1 -0
- package/svgs/core/stroke-properties.svg +1 -0
- package/svgs/core/stroke-style-dashed.svg +1 -0
- package/svgs/core/stroke-style-dotted.svg +1 -0
- package/svgs/core/stroke-style-solid.svg +1 -0
- package/svgs/core/sunset.svg +1 -0
- package/svgs/core/swap.svg +1 -0
- package/svgs/core/sync.svg +1 -0
- package/svgs/core/takeout-container.svg +1 -0
- package/svgs/core/template.svg +1 -0
- package/svgs/core/ticket.svg +1 -0
- package/svgs/core/tidy.svg +1 -0
- package/svgs/core/vehicle-train.svg +1 -0
- package/svgs/core/vulnerability.svg +1 -0
- package/svgs/core/wallet.svg +1 -0
- package/svgs/core/welcome-feed.svg +1 -0
- package/svgs/core/wrench.svg +1 -0
|
@@ -3,11 +3,92 @@
|
|
|
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::d443b5c468fe85dc6475fac55f175cc6>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
var metadata = {
|
|
11
|
+
'align-content-bottom': {
|
|
12
|
+
keywords: ['align-content-bottom', 'aligncontentbottom', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'content', 'bottom', 'vertical'],
|
|
13
|
+
componentName: 'AlignContentBottomIcon',
|
|
14
|
+
package: '@atlaskit/icon-lab/core/align-content-bottom',
|
|
15
|
+
type: 'core',
|
|
16
|
+
categorization: 'multi-purpose',
|
|
17
|
+
usage: 'Used for aligning bottom edges of content in Whiteboards',
|
|
18
|
+
team: 'Whiteboards'
|
|
19
|
+
},
|
|
20
|
+
'align-content-center-horizontal': {
|
|
21
|
+
keywords: ['align-content-center-horizontal', 'aligncontentcenterhorizontal', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'content', 'center', 'middle', 'horizontal'],
|
|
22
|
+
componentName: 'AlignContentCenterHorizontalIcon',
|
|
23
|
+
package: '@atlaskit/icon-lab/core/align-content-center-horizontal',
|
|
24
|
+
type: 'core',
|
|
25
|
+
categorization: 'multi-purpose',
|
|
26
|
+
usage: 'Used for aligning horizontal centers of content in Whiteboards',
|
|
27
|
+
team: 'Whiteboards'
|
|
28
|
+
},
|
|
29
|
+
'align-content-center-vertical': {
|
|
30
|
+
keywords: ['align-content-center-vertical', 'aligncontentcentervertical', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'content', 'center', 'vertical'],
|
|
31
|
+
componentName: 'AlignContentCenterVerticalIcon',
|
|
32
|
+
package: '@atlaskit/icon-lab/core/align-content-center-vertical',
|
|
33
|
+
type: 'core',
|
|
34
|
+
categorization: 'multi-purpose',
|
|
35
|
+
usage: 'Used for aligning vertical centers of content in Whiteboards',
|
|
36
|
+
team: 'Whiteboards'
|
|
37
|
+
},
|
|
38
|
+
'align-content-left': {
|
|
39
|
+
keywords: ['align-content-left', 'aligncontentleft', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'content', 'left', 'horizontal'],
|
|
40
|
+
componentName: 'AlignContentLeftIcon',
|
|
41
|
+
package: '@atlaskit/icon-lab/core/align-content-left',
|
|
42
|
+
type: 'core',
|
|
43
|
+
categorization: 'multi-purpose',
|
|
44
|
+
usage: 'Used for aligning left edges of content in Whiteboards',
|
|
45
|
+
team: 'Whiteboards'
|
|
46
|
+
},
|
|
47
|
+
'align-content-right': {
|
|
48
|
+
keywords: ['align-content-right', 'aligncontentright', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'content', 'right', 'horizontal'],
|
|
49
|
+
componentName: 'AlignContentRightIcon',
|
|
50
|
+
package: '@atlaskit/icon-lab/core/align-content-right',
|
|
51
|
+
type: 'core',
|
|
52
|
+
categorization: 'multi-purpose',
|
|
53
|
+
usage: 'Used for aligning right edges of content in Whiteboards',
|
|
54
|
+
team: 'Whiteboards'
|
|
55
|
+
},
|
|
56
|
+
'align-content-top': {
|
|
57
|
+
keywords: ['align-content-top', 'aligncontenttop', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'content', 'top', 'vertical'],
|
|
58
|
+
componentName: 'AlignContentTopIcon',
|
|
59
|
+
package: '@atlaskit/icon-lab/core/align-content-top',
|
|
60
|
+
type: 'core',
|
|
61
|
+
categorization: 'multi-purpose',
|
|
62
|
+
usage: 'Used for aligning top edges of content in Whiteboards',
|
|
63
|
+
team: 'Whiteboards'
|
|
64
|
+
},
|
|
65
|
+
'align-position-bottom': {
|
|
66
|
+
keywords: ['align-position-bottom', 'alignpositionbottom', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'middle', 'text position', 'bottom', 'vertical'],
|
|
67
|
+
componentName: 'AlignPositionBottomIcon',
|
|
68
|
+
package: '@atlaskit/icon-lab/core/align-position-bottom',
|
|
69
|
+
type: 'core',
|
|
70
|
+
categorization: 'multi-purpose',
|
|
71
|
+
usage: 'Bottom-aligned text position within sticky notes in Whiteboards.',
|
|
72
|
+
team: 'Whiteboards'
|
|
73
|
+
},
|
|
74
|
+
'align-position-center-vertical': {
|
|
75
|
+
keywords: ['align-position-center-vertical', 'alignpositioncentervertical', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'middle', 'center', 'text position', 'vertical'],
|
|
76
|
+
componentName: 'AlignPositionCenterVerticalIcon',
|
|
77
|
+
package: '@atlaskit/icon-lab/core/align-position-center-vertical',
|
|
78
|
+
type: 'core',
|
|
79
|
+
categorization: 'multi-purpose',
|
|
80
|
+
usage: 'Center-aligned text position within sticky notes in Whiteboards.',
|
|
81
|
+
team: 'Whiteboards'
|
|
82
|
+
},
|
|
83
|
+
'align-position-top': {
|
|
84
|
+
keywords: ['align-position-top', 'alignpositiontop', 'icon', 'icon-lab', 'core', 'align', 'alignment', 'top edge', 'text position', 'vertical'],
|
|
85
|
+
componentName: 'AlignPositionTopIcon',
|
|
86
|
+
package: '@atlaskit/icon-lab/core/align-position-top',
|
|
87
|
+
type: 'core',
|
|
88
|
+
categorization: 'multi-purpose',
|
|
89
|
+
usage: 'Top-aligned text position within sticky notes in Whiteboards.',
|
|
90
|
+
team: 'Whiteboards'
|
|
91
|
+
},
|
|
11
92
|
'assets-data-manager': {
|
|
12
93
|
keywords: ['assets-data-manager', 'assetsdatamanager', 'icon', 'icon-lab', 'core', 'data manager', 'assets', 'CMDB', 'configuration management database'],
|
|
13
94
|
componentName: 'AssetsDataManagerIcon',
|
|
@@ -71,6 +152,24 @@ var metadata = {
|
|
|
71
152
|
usage: 'Multi purpose',
|
|
72
153
|
team: 'Design System Team'
|
|
73
154
|
},
|
|
155
|
+
cursor: {
|
|
156
|
+
keywords: ['cursor', 'icon', 'icon-lab', 'core', 'Whiteboards', 'Cursor'],
|
|
157
|
+
componentName: 'CursorIcon',
|
|
158
|
+
package: '@atlaskit/icon-lab/core/cursor',
|
|
159
|
+
type: 'core',
|
|
160
|
+
categorization: 'multi-purpose',
|
|
161
|
+
usage: 'Selecting the cursor in Whiteboards',
|
|
162
|
+
team: 'Whiteboards'
|
|
163
|
+
},
|
|
164
|
+
'cursor-strikethrough': {
|
|
165
|
+
keywords: ['cursor-strikethrough', 'cursorstrikethrough', 'icon', 'icon-lab', 'core', 'Cursor', 'Cursors', 'Hide cursor', 'Whiteboard cursor', 'Cursor strikethrough'],
|
|
166
|
+
componentName: 'CursorStrikethroughIcon',
|
|
167
|
+
package: '@atlaskit/icon-lab/core/cursor-strikethrough',
|
|
168
|
+
type: 'core',
|
|
169
|
+
categorization: 'multi-purpose',
|
|
170
|
+
usage: 'Hide collaborator cursors in the Whiteboard',
|
|
171
|
+
team: 'Whiteboards'
|
|
172
|
+
},
|
|
74
173
|
'database-storage': {
|
|
75
174
|
keywords: ['database-storage', 'databasestorage', 'icon', 'icon-lab', 'core', 'database', 'db', 'storage', 'sql'],
|
|
76
175
|
componentName: 'DatabaseStorageIcon',
|
|
@@ -91,6 +190,15 @@ var metadata = {
|
|
|
91
190
|
team: 'Ecosystem',
|
|
92
191
|
slackChannel: '#forge-sql'
|
|
93
192
|
},
|
|
193
|
+
'drop-shadow': {
|
|
194
|
+
keywords: ['drop-shadow', 'dropshadow', 'icon', 'icon-lab', 'core', 'Drop shadow'],
|
|
195
|
+
componentName: 'DropShadowIcon',
|
|
196
|
+
package: '@atlaskit/icon-lab/core/drop-shadow',
|
|
197
|
+
type: 'core',
|
|
198
|
+
categorization: 'single-purpose',
|
|
199
|
+
usage: 'Toggle drop shadow on and off',
|
|
200
|
+
team: 'Whiteboards'
|
|
201
|
+
},
|
|
94
202
|
duplicate: {
|
|
95
203
|
keywords: ['duplicate', 'icon', 'icon-lab', 'core', 'clone', 'duplicate', 'plus'],
|
|
96
204
|
componentName: 'DuplicateIcon',
|
|
@@ -119,6 +227,42 @@ var metadata = {
|
|
|
119
227
|
usage: 'Multi purpose',
|
|
120
228
|
team: 'Design System Team'
|
|
121
229
|
},
|
|
230
|
+
'group-selection': {
|
|
231
|
+
keywords: ['group-selection', 'groupselection', 'icon', 'icon-lab', 'core', 'group', 'selection', 'layers'],
|
|
232
|
+
componentName: 'GroupSelectionIcon',
|
|
233
|
+
package: '@atlaskit/icon-lab/core/group-selection',
|
|
234
|
+
type: 'core',
|
|
235
|
+
categorization: 'multi-purpose',
|
|
236
|
+
usage: 'Grouping selected objects in Whiteboards',
|
|
237
|
+
team: 'Whiteboards'
|
|
238
|
+
},
|
|
239
|
+
'group-ungroup-selection': {
|
|
240
|
+
keywords: ['group-ungroup-selection', 'groupungroupselection', 'icon', 'icon-lab', 'core', 'ungroup', 'selection', 'layers'],
|
|
241
|
+
componentName: 'GroupUngroupSelectionIcon',
|
|
242
|
+
package: '@atlaskit/icon-lab/core/group-ungroup-selection',
|
|
243
|
+
type: 'core',
|
|
244
|
+
categorization: 'multi-purpose',
|
|
245
|
+
usage: 'Ungrouping selected objects in Whiteboards',
|
|
246
|
+
team: 'Whiteboards'
|
|
247
|
+
},
|
|
248
|
+
hand: {
|
|
249
|
+
keywords: ['hand', 'icon', 'icon-lab', 'core', 'hand', 'grab', 'move', 'open palm'],
|
|
250
|
+
componentName: 'HandIcon',
|
|
251
|
+
package: '@atlaskit/icon-lab/core/hand',
|
|
252
|
+
type: 'core',
|
|
253
|
+
categorization: 'multi-purpose',
|
|
254
|
+
usage: 'Used for move/hand tool in Whiteboards',
|
|
255
|
+
team: 'Whiteboards'
|
|
256
|
+
},
|
|
257
|
+
incognito: {
|
|
258
|
+
keywords: ['incognito', 'icon', 'icon-lab', 'core', 'Whiteboards', 'Private', 'Incognito'],
|
|
259
|
+
componentName: 'IncognitoIcon',
|
|
260
|
+
package: '@atlaskit/icon-lab/core/incognito',
|
|
261
|
+
type: 'core',
|
|
262
|
+
categorization: 'single-purpose',
|
|
263
|
+
usage: 'Toggle Whiteboards private mode on and off.',
|
|
264
|
+
team: 'Whiteboards'
|
|
265
|
+
},
|
|
122
266
|
initiative: {
|
|
123
267
|
keywords: ['initiative', 'icon', 'icon-lab', 'core', 'fortune teller', 'crystal ball', 'future', 'issue type', 'system object', 'work collection'],
|
|
124
268
|
componentName: 'InitiativeIcon',
|
|
@@ -128,6 +272,15 @@ var metadata = {
|
|
|
128
272
|
usage: 'Representing Jira Initiatives',
|
|
129
273
|
team: 'Jira Enterprise'
|
|
130
274
|
},
|
|
275
|
+
jira: {
|
|
276
|
+
keywords: ['jira', 'icon', 'icon-lab', 'core'],
|
|
277
|
+
componentName: 'JiraIcon',
|
|
278
|
+
package: '@atlaskit/icon-lab/core/jira',
|
|
279
|
+
type: 'core',
|
|
280
|
+
categorization: 'multi-purpose',
|
|
281
|
+
usage: 'Representing JIRA',
|
|
282
|
+
team: 'Whiteboards'
|
|
283
|
+
},
|
|
131
284
|
lozenge: {
|
|
132
285
|
keywords: ['lozenge', 'icon', 'icon-lab', 'core', 'insert', 'status', 'badge'],
|
|
133
286
|
componentName: 'LozengeIcon',
|
|
@@ -193,6 +346,96 @@ var metadata = {
|
|
|
193
346
|
usage: 'Reserved for roadmaps service.',
|
|
194
347
|
team: 'Design System Team'
|
|
195
348
|
},
|
|
349
|
+
section: {
|
|
350
|
+
keywords: ['section', 'icon', 'icon-lab', 'core', 'section', 'related content'],
|
|
351
|
+
componentName: 'SectionIcon',
|
|
352
|
+
package: '@atlaskit/icon-lab/core/section',
|
|
353
|
+
type: 'core',
|
|
354
|
+
categorization: 'multi-purpose',
|
|
355
|
+
usage: 'Used for section tool in Whiteboards',
|
|
356
|
+
team: 'Whiteboards'
|
|
357
|
+
},
|
|
358
|
+
'shape-diamond': {
|
|
359
|
+
keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'core', 'diamond', 'shape tool'],
|
|
360
|
+
componentName: 'ShapeDiamondIcon',
|
|
361
|
+
package: '@atlaskit/icon-lab/core/shape-diamond',
|
|
362
|
+
type: 'core',
|
|
363
|
+
categorization: 'multi-purpose',
|
|
364
|
+
usage: 'Diamond shape tool in Whiteboards',
|
|
365
|
+
team: 'Whiteboards'
|
|
366
|
+
},
|
|
367
|
+
'shape-ellipse': {
|
|
368
|
+
keywords: ['shape-ellipse', 'shapeellipse', 'icon', 'icon-lab', 'core', 'ellipse', 'circle', 'shape tool'],
|
|
369
|
+
componentName: 'ShapeEllipseIcon',
|
|
370
|
+
package: '@atlaskit/icon-lab/core/shape-ellipse',
|
|
371
|
+
type: 'core',
|
|
372
|
+
categorization: 'multi-purpose',
|
|
373
|
+
usage: 'Ellipse shape tool in Whiteboards',
|
|
374
|
+
team: 'Whiteboards'
|
|
375
|
+
},
|
|
376
|
+
'shape-parallelogram-skew-left': {
|
|
377
|
+
keywords: ['shape-parallelogram-skew-left', 'shapeparallelogramskewleft', 'icon', 'icon-lab', 'core', 'parallelogram', 'skewed', 'left', 'shape tool'],
|
|
378
|
+
componentName: 'ShapeParallelogramSkewLeftIcon',
|
|
379
|
+
package: '@atlaskit/icon-lab/core/shape-parallelogram-skew-left',
|
|
380
|
+
type: 'core',
|
|
381
|
+
categorization: 'multi-purpose',
|
|
382
|
+
usage: 'Left parallelogram shape tool in Whiteboards',
|
|
383
|
+
team: 'Whiteboards'
|
|
384
|
+
},
|
|
385
|
+
'shape-parallelogram-skew-right': {
|
|
386
|
+
keywords: ['shape-parallelogram-skew-right', 'shapeparallelogramskewright', 'icon', 'icon-lab', 'core', 'parallelogram', 'skewed', 'shape tool', 'right'],
|
|
387
|
+
componentName: 'ShapeParallelogramSkewRightIcon',
|
|
388
|
+
package: '@atlaskit/icon-lab/core/shape-parallelogram-skew-right',
|
|
389
|
+
type: 'core',
|
|
390
|
+
categorization: 'multi-purpose',
|
|
391
|
+
usage: 'Right parallelogram shape tool in Whiteboards',
|
|
392
|
+
team: 'Whiteboards'
|
|
393
|
+
},
|
|
394
|
+
'shape-rectangle': {
|
|
395
|
+
keywords: ['shape-rectangle', 'shaperectangle', 'icon', 'icon-lab', 'core', 'shape tool', 'rectangle', 'square'],
|
|
396
|
+
componentName: 'ShapeRectangleIcon',
|
|
397
|
+
package: '@atlaskit/icon-lab/core/shape-rectangle',
|
|
398
|
+
type: 'core',
|
|
399
|
+
categorization: 'multi-purpose',
|
|
400
|
+
usage: 'Rectangle shape tool in Whiteboards',
|
|
401
|
+
team: 'Whiteboards'
|
|
402
|
+
},
|
|
403
|
+
'shape-rectangle-rounded': {
|
|
404
|
+
keywords: ['shape-rectangle-rounded', 'shaperectanglerounded', 'icon', 'icon-lab', 'core', 'shape tool', 'rectangle', 'rounded', 'square'],
|
|
405
|
+
componentName: 'ShapeRectangleRoundedIcon',
|
|
406
|
+
package: '@atlaskit/icon-lab/core/shape-rectangle-rounded',
|
|
407
|
+
type: 'core',
|
|
408
|
+
categorization: 'multi-purpose',
|
|
409
|
+
usage: 'Rounded rectangle shape tool in Whiteboards',
|
|
410
|
+
team: 'Whiteboards'
|
|
411
|
+
},
|
|
412
|
+
'shape-triangle': {
|
|
413
|
+
keywords: ['shape-triangle', 'shapetriangle', 'icon', 'icon-lab', 'core', 'triangle', 'shape tool', 'equilateral'],
|
|
414
|
+
componentName: 'ShapeTriangleIcon',
|
|
415
|
+
package: '@atlaskit/icon-lab/core/shape-triangle',
|
|
416
|
+
type: 'core',
|
|
417
|
+
categorization: 'multi-purpose',
|
|
418
|
+
usage: 'Triangle shape tool in Whiteboards',
|
|
419
|
+
team: 'Whiteboards'
|
|
420
|
+
},
|
|
421
|
+
'shape-triangle-inverted': {
|
|
422
|
+
keywords: ['shape-triangle-inverted', 'shapetriangleinverted', 'icon', 'icon-lab', 'core', 'triangle', 'shape tool', 'equilateral'],
|
|
423
|
+
componentName: 'ShapeTriangleInvertedIcon',
|
|
424
|
+
package: '@atlaskit/icon-lab/core/shape-triangle-inverted',
|
|
425
|
+
type: 'core',
|
|
426
|
+
categorization: 'multi-purpose',
|
|
427
|
+
usage: 'Upside down triangle shape tool in Whiteboards',
|
|
428
|
+
team: 'Whiteboards'
|
|
429
|
+
},
|
|
430
|
+
signature: {
|
|
431
|
+
keywords: ['signature', 'icon', 'icon-lab', 'core', 'signature', 'scribble', 'author', 'authour', 'sticky note', 'post-it'],
|
|
432
|
+
componentName: 'SignatureIcon',
|
|
433
|
+
package: '@atlaskit/icon-lab/core/signature',
|
|
434
|
+
type: 'core',
|
|
435
|
+
categorization: 'multi-purpose',
|
|
436
|
+
usage: 'Toggle author visibility on sticky notes in Whiteboards.',
|
|
437
|
+
team: 'Whiteboards'
|
|
438
|
+
},
|
|
196
439
|
speedometer: {
|
|
197
440
|
keywords: ['speedometer', 'icon', 'icon-lab', 'core', 'speed', 'performance', 'dial'],
|
|
198
441
|
componentName: 'SpeedometerIcon',
|
|
@@ -202,6 +445,87 @@ var metadata = {
|
|
|
202
445
|
usage: 'Multi purpose',
|
|
203
446
|
team: 'Design System Team'
|
|
204
447
|
},
|
|
448
|
+
stamp: {
|
|
449
|
+
keywords: ['stamp', 'icon', 'icon-lab', 'core', 'stamp', 'rubber stamp', 'handstamp'],
|
|
450
|
+
componentName: 'StampIcon',
|
|
451
|
+
package: '@atlaskit/icon-lab/core/stamp',
|
|
452
|
+
type: 'core',
|
|
453
|
+
categorization: 'multi-purpose',
|
|
454
|
+
usage: 'Used for stamp tool in Whiteboards',
|
|
455
|
+
team: 'Whiteboards'
|
|
456
|
+
},
|
|
457
|
+
sticker: {
|
|
458
|
+
keywords: ['sticker', 'icon', 'icon-lab', 'core', 'sticker', 'peel-off'],
|
|
459
|
+
componentName: 'StickerIcon',
|
|
460
|
+
package: '@atlaskit/icon-lab/core/sticker',
|
|
461
|
+
type: 'core',
|
|
462
|
+
categorization: 'multi-purpose',
|
|
463
|
+
usage: 'Used for sticker tool in Whiteboards',
|
|
464
|
+
team: 'Whiteboards'
|
|
465
|
+
},
|
|
466
|
+
'stroke-curvature-curved': {
|
|
467
|
+
keywords: ['stroke-curvature-curved', 'strokecurvaturecurved', 'icon', 'icon-lab', 'core', 'line tool', 'shape property', 'stroke style', 'border', 'smooth'],
|
|
468
|
+
componentName: 'StrokeCurvatureCurvedIcon',
|
|
469
|
+
package: '@atlaskit/icon-lab/core/stroke-curvature-curved',
|
|
470
|
+
type: 'core',
|
|
471
|
+
categorization: 'single-purpose',
|
|
472
|
+
usage: 'Reserved for curved line type setting for line tool in Whiteboards.',
|
|
473
|
+
team: 'Whiteboards'
|
|
474
|
+
},
|
|
475
|
+
'stroke-curvature-dynamic': {
|
|
476
|
+
keywords: ['stroke-curvature-dynamic', 'strokecurvaturedynamic', 'icon', 'icon-lab', 'core', 'line tool', 'shape property', 'stroke style', 'border'],
|
|
477
|
+
componentName: 'StrokeCurvatureDynamicIcon',
|
|
478
|
+
package: '@atlaskit/icon-lab/core/stroke-curvature-dynamic',
|
|
479
|
+
type: 'core',
|
|
480
|
+
categorization: 'single-purpose',
|
|
481
|
+
usage: 'Reserved for dynamic line type setting for line tool in Whiteboards',
|
|
482
|
+
team: 'Whiteboards'
|
|
483
|
+
},
|
|
484
|
+
'stroke-curvature-straight': {
|
|
485
|
+
keywords: ['stroke-curvature-straight', 'strokecurvaturestraight', 'icon', 'icon-lab', 'core', 'line tool', 'shape property', 'stroke style', 'sharp corners', 'border'],
|
|
486
|
+
componentName: 'StrokeCurvatureStraightIcon',
|
|
487
|
+
package: '@atlaskit/icon-lab/core/stroke-curvature-straight',
|
|
488
|
+
type: 'core',
|
|
489
|
+
categorization: 'single-purpose',
|
|
490
|
+
usage: 'Reserved for straight line type setting for line tool in Whiteboards',
|
|
491
|
+
team: 'Whiteboards'
|
|
492
|
+
},
|
|
493
|
+
'stroke-properties': {
|
|
494
|
+
keywords: ['stroke-properties', 'strokeproperties', 'icon', 'icon-lab', 'core', 'stroke properties', 'border options'],
|
|
495
|
+
componentName: 'StrokePropertiesIcon',
|
|
496
|
+
package: '@atlaskit/icon-lab/core/stroke-properties',
|
|
497
|
+
type: 'core',
|
|
498
|
+
categorization: 'single-purpose',
|
|
499
|
+
usage: 'Reserved for stroke properties in Whiteboards',
|
|
500
|
+
team: 'Whiteboards'
|
|
501
|
+
},
|
|
502
|
+
'stroke-style-dashed': {
|
|
503
|
+
keywords: ['stroke-style-dashed', 'strokestyledashed', 'icon', 'icon-lab', 'core', 'border', 'stroke', 'border style', 'dashed', 'outline'],
|
|
504
|
+
componentName: 'StrokeStyleDashedIcon',
|
|
505
|
+
package: '@atlaskit/icon-lab/core/stroke-style-dashed',
|
|
506
|
+
type: 'core',
|
|
507
|
+
categorization: 'single-purpose',
|
|
508
|
+
usage: 'Reserved for representing dashed stroke and border styles.',
|
|
509
|
+
team: 'Whiteboards'
|
|
510
|
+
},
|
|
511
|
+
'stroke-style-dotted': {
|
|
512
|
+
keywords: ['stroke-style-dotted', 'strokestyledotted', 'icon', 'icon-lab', 'core', 'border', 'stroke', 'border style', 'dotted', 'outline'],
|
|
513
|
+
componentName: 'StrokeStyleDottedIcon',
|
|
514
|
+
package: '@atlaskit/icon-lab/core/stroke-style-dotted',
|
|
515
|
+
type: 'core',
|
|
516
|
+
categorization: 'single-purpose',
|
|
517
|
+
usage: 'Reserved for representing dotted stroke and border styles.',
|
|
518
|
+
team: 'Whiteboards'
|
|
519
|
+
},
|
|
520
|
+
'stroke-style-solid': {
|
|
521
|
+
keywords: ['stroke-style-solid', 'strokestylesolid', 'icon', 'icon-lab', 'core', 'border', 'stroke', 'border style', 'solid', 'outline'],
|
|
522
|
+
componentName: 'StrokeStyleSolidIcon',
|
|
523
|
+
package: '@atlaskit/icon-lab/core/stroke-style-solid',
|
|
524
|
+
type: 'core',
|
|
525
|
+
categorization: 'single-purpose',
|
|
526
|
+
usage: 'Reserved for representing solid stroke and border styles.',
|
|
527
|
+
team: 'Whiteboards'
|
|
528
|
+
},
|
|
205
529
|
sunset: {
|
|
206
530
|
keywords: ['sunset', 'icon', 'icon-lab', 'core', 'sun', 'horizon', 'farewell', 'goodbye', 'sky', 'farewell feed'],
|
|
207
531
|
componentName: 'SunsetIcon',
|
|
@@ -211,6 +535,15 @@ var metadata = {
|
|
|
211
535
|
usage: 'Farewell feed in hello.',
|
|
212
536
|
team: 'confluence insights'
|
|
213
537
|
},
|
|
538
|
+
swap: {
|
|
539
|
+
keywords: ['swap', 'icon', 'icon-lab', 'core', 'Swap', 'Jira status', 'Whiteboards', 'Smart section'],
|
|
540
|
+
componentName: 'SwapIcon',
|
|
541
|
+
package: '@atlaskit/icon-lab/core/swap',
|
|
542
|
+
type: 'core',
|
|
543
|
+
categorization: 'single-purpose',
|
|
544
|
+
usage: 'Swapping between Jira tickets in Whiteboard smart section',
|
|
545
|
+
team: 'Whiteboards'
|
|
546
|
+
},
|
|
214
547
|
sync: {
|
|
215
548
|
keywords: ['sync', 'icon', 'icon-lab', 'core', 'sync', 'synch', 'synchronise', 'synchronize', 'saving', 'arrows'],
|
|
216
549
|
componentName: 'SyncIcon',
|
|
@@ -229,6 +562,15 @@ var metadata = {
|
|
|
229
562
|
usage: 'Known usages: Alternative option for food emoji category.',
|
|
230
563
|
team: 'Design System Team'
|
|
231
564
|
},
|
|
565
|
+
template: {
|
|
566
|
+
keywords: ['template', 'icon', 'icon-lab', 'core', 'template', 'templates'],
|
|
567
|
+
componentName: 'TemplateIcon',
|
|
568
|
+
package: '@atlaskit/icon-lab/core/template',
|
|
569
|
+
type: 'core',
|
|
570
|
+
categorization: 'multi-purpose',
|
|
571
|
+
usage: 'Used for templates in Whiteboards',
|
|
572
|
+
team: 'Whiteboards'
|
|
573
|
+
},
|
|
232
574
|
ticket: {
|
|
233
575
|
keywords: ['ticket', 'icon', 'icon-lab', 'core', 'stub', 'ticket'],
|
|
234
576
|
componentName: 'TicketIcon',
|
|
@@ -238,6 +580,15 @@ var metadata = {
|
|
|
238
580
|
usage: 'Multi purpose',
|
|
239
581
|
team: 'Design System Team'
|
|
240
582
|
},
|
|
583
|
+
tidy: {
|
|
584
|
+
keywords: ['tidy', 'icon', 'icon-lab', 'core', 'Tidy', 'Clean up', 'Tidy up', 'Grid'],
|
|
585
|
+
componentName: 'TidyIcon',
|
|
586
|
+
package: '@atlaskit/icon-lab/core/tidy',
|
|
587
|
+
type: 'core',
|
|
588
|
+
categorization: 'single-purpose',
|
|
589
|
+
usage: 'Tidy up objects on Whiteboards',
|
|
590
|
+
team: 'Whiteboards'
|
|
591
|
+
},
|
|
241
592
|
'vehicle-train': {
|
|
242
593
|
keywords: ['vehicle-train', 'vehicletrain', 'icon', 'icon-lab', 'core', 'transportation', 'vehicle', 'car'],
|
|
243
594
|
componentName: 'VehicleTrainIcon',
|
|
@@ -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::d443b5c468fe85dc6475fac55f175cc6>>
|
|
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::d443b5c468fe85dc6475fac55f175cc6>>
|
|
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": "2.
|
|
3
|
+
"version": "2.6.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": "^23.
|
|
35
|
+
"@atlaskit/icon": "^23.9.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@atlaskit/ds-lib": "^3.5.0",
|
|
47
47
|
"@atlaskit/heading": "^4.0.2",
|
|
48
48
|
"@atlaskit/modal-dialog": "^12.19.3",
|
|
49
|
-
"@atlaskit/primitives": "^13.
|
|
49
|
+
"@atlaskit/primitives": "^13.5.0",
|
|
50
50
|
"@atlaskit/ssr": "*",
|
|
51
51
|
"@atlaskit/textfield": "^6.7.2",
|
|
52
52
|
"@atlaskit/tokens": "^3.2.0",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M0 15.25h16"/><rect width="10.5" height="2.75" x="3.75" y="12.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="rotate(-90 3.75 12.25)"/><rect width="5.5" height="2.75" x="9.5" y="12.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="rotate(-90 9.5 12.25)"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 0v3.75M8 16v-3.75m0-5.5v2.5"/><rect width="12.5" height="2.75" x="1.75" y="3.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625"/><rect width="8.5" height="2.75" x="3.75" y="9.5" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M16 8h-3.75M0 8h3.75m5.5 0h-2.5"/><rect width="12.5" height="2.75" x="12.25" y="1.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="rotate(90 12.25 1.75)"/><rect width="8.5" height="2.75" x="6.5" y="3.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="rotate(90 6.5 3.75)"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M.75 0v16"/><rect width="10.5" height="2.75" x="3.75" y="3.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625"/><rect width="5.5" height="2.75" x="3.75" y="9.5" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M15.25 0v16"/><rect width="10.5" height="2.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="matrix(-1 0 0 1 12.25 3.75)"/><rect width="5.5" height="2.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="matrix(-1 0 0 1 12.25 9.5)"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M0 .75h16"/><rect width="10.5" height="2.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="matrix(0 1 1 0 3.75 3.75)"/><rect width="5.5" height="2.75" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" rx=".625" transform="matrix(0 1 1 0 9.5 3.75)"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M7 8a.75.75 0 1 1-1.5 0A.75.75 0 0 1 7 8M3.5 8A.75.75 0 1 1 2 8a.75.75 0 0 1 1.5 0m7 0A.75.75 0 1 1 9 8a.75.75 0 0 1 1.5 0M7 1.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M14 8a.75.75 0 1 1-1.5 0A.75.75 0 0 1 14 8m0-6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M0 14.25h16"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M7 1.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-7 12.5a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M0 8h16"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M0 1.75h16"/><path fill="currentcolor" d="M7 8a.75.75 0 1 1-1.5 0A.75.75 0 0 1 7 8M3.5 8A.75.75 0 1 1 2 8a.75.75 0 0 1 1.5 0m7 0A.75.75 0 1 1 9 8a.75.75 0 0 1 1.5 0M14 8a.75.75 0 1 1-1.5 0A.75.75 0 0 1 14 8m-7 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m-3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m7 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3.5 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-width="1.5" d="M4.75 3.25a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 0H6.5c.69 0 1.25.56 1.25 1.25v7c0 .69-.56 1.25-1.25 1.25H4.75M11.25 8a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0Zm0 0h-3.5m-3 4.75a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-width="1.5" d="M10.25 7.25a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0Zm0 0h-6m0-2.625v7c0 .69.56 1.25 1.25 1.25h4.75M5.75 3.25a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm7.5 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 15.5v-2.25m0-8.375v8.375m0-8.375C8 3.149 9.4 1.75 11.127 1.75h3.5c.346 0 .625.28.625.625v10.25c0 .345-.28.625-.625.625H8m0-8.375A3.124 3.124 0 0 0 4.876 1.75h-3.5a.625.625 0 0 0-.625.625v10.25c0 .345.28.625.625.625H8m2.5-8h2.75m-2.75 2.5h2.75"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="a" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h16v-1.067L2.598 1.53 3.658.47 16 12.812z" clip-rule="evenodd"/></mask><g mask="url(#a)"><path fill="currentcolor" d="m3.017 6.84.182.728a.75.75 0 0 0 .565-.667zm9.908-.456-.739.129a.75.75 0 0 0 .526.59zM12 12H3.75v1.5H12zm-8.25 0A2.25 2.25 0 0 1 1.5 9.75H0a3.75 3.75 0 0 0 3.75 3.75zM1.5 9.75a2.25 2.25 0 0 1 1.7-2.182l-.366-1.455A3.75 3.75 0 0 0 0 9.75zM3.764 6.9A4.25 4.25 0 0 1 8 3V1.5a5.75 5.75 0 0 0-5.731 5.28zM8 3a4.25 4.25 0 0 1 4.186 3.513l1.478-.258A5.75 5.75 0 0 0 8 1.5zm4.712 4.103A2.5 2.5 0 0 1 14.5 9.5H16a4 4 0 0 0-2.862-3.835zM14.5 9.5A2.5 2.5 0 0 1 12 12v1.5a4 4 0 0 0 4-4z"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m1 1 14 14"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="a" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h16zm-.05 4.224-3.4-2.948-4.633 5.039 1.7 4.909z" clip-rule="evenodd"/></mask><g mask="url(#a)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M3.75 12.75H12a3.25 3.25 0 0 0 .925-6.366 5.001 5.001 0 0 0-9.908.456 3.001 3.001 0 0 0 .733 5.91Z"/></g><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m6.25 7 2.167 2.5L13 4.25"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M12.477 9.454a4.25 4.25 0 1 0-5.931-5.931M10.25 10a4.25 4.25 0 1 1-8.5 0 4.25 4.25 0 0 1 8.5 0Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-width="1.5" d="M3.582 3.582 1.75 5.414v5.172l1.832 1.832m0-8.836L5.414 1.75h5.172l1.832 1.832m-8.836 0L8 8m4.418 4.418 1.832-1.832V5.414l-1.832-1.832m0 8.836-1.832 1.832H5.414l-1.832-1.832m8.836 0L8 8m0 0 4.418-4.418M8 8l-4.418 4.418"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="a" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M0 10.812V0h10.812zM12.933 0H16v16H0v-3.067z" clip-rule="evenodd"/></mask><g stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" mask="url(#a)"><path d="M8.9 9.32 7.52 13.8a.63.63 0 0 1-1.18.05L2.03 2.84a.63.63 0 0 1 .81-.81l11 4.32a.63.63 0 0 1-.04 1.18L9.32 8.9a.63.63 0 0 0-.41.41ZM13 1 1 13"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m8.903 9.316-1.377 4.476a.625.625 0 0 1-1.18.045L2.025 2.835a.625.625 0 0 1 .81-.81l11.003 4.322a.625.625 0 0 1-.045 1.179L9.316 8.903a.63.63 0 0 0-.413.413Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><mask id="a" width="16" height="16" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><path fill="currentcolor" fill-rule="evenodd" d="M16 0H0v16h8V5.625h8z" clip-rule="evenodd"/></mask><g mask="url(#a)"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.375 8a3.125 3.125 0 1 1 0-6.25h7.25a3.125 3.125 0 1 1 0 6.25m-7.25 0a3.125 3.125 0 1 0 0 6.25h7.25a3.125 3.125 0 1 0 0-6.25m-7.25 0h7.25M4 4.875h1.5m2.5 0h4m-8 6.25h1.5m2.5 0h4"/></g><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M10.25 15.25v-.922c0-.367.161-.715.44-.952l4.12-3.502c.279-.237.44-.585.44-.952V8h-5v.922c0 .367.161.715.44.952l4.12 3.502c.279.237.44.585.44.952v.922z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.375 8h7.25m-7.25 0a3.125 3.125 0 1 1 0-6.25h7.25a3.125 3.125 0 1 1 0 6.25m-7.25 0a3.125 3.125 0 1 0 0 6.25h7.25a3.125 3.125 0 1 0 0-6.25M4 4.875h1.5m2.5 0h4m-8 6.25h1.5m2.5 0h4"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M.75 4c0-.69.56-1.25 1.25-1.25h9c.69 0 1.25.56 1.25 1.25v6c0 .69-.56 1.25-1.25 1.25H2c-.69 0-1.25-.56-1.25-1.25z"/><path fill="currentcolor" d="M4 14.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m3 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m0-3a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m0-3a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0m0-3a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-width="1.5" d="M7 7v3m0-3V4m0 3H4m3 0h3m-7 5.25h8c.69 0 1.25-.56 1.25-1.25V3c0-.69-.56-1.25-1.25-1.25H3c-.69 0-1.25.56-1.25 1.25v8c0 .69.56 1.25 1.25 1.25Z"/><path stroke="currentcolor" stroke-width="1.5" d="M5 15.25h7.75a2.5 2.5 0 0 0 2.5-2.5V5"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m5.25 5.75 1.25-4m-1.25 4h5.5m-5.5 0H1m4.25 0L7.92 14h.16l2.67-8.25m-4.25-4H3.25l-2.5 4L8 14.25l7.25-8.5-2.5-4H9.5m-3 0h3m1.25 4-1.25-4m1.25 4h4.125"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 1.75h2.5m2.5 0h-2.5m0 0v3.5m0 9H8m2.5 0H13m-2.5 0v-3.5m0-5.5H14c.69 0 1.25.56 1.25 1.25v3c0 .69-.56 1.25-1.25 1.25h-3.5m0-5.5v5.5M8 5.25H2c-.69 0-1.25.56-1.25 1.25v3c0 .69.56 1.25 1.25 1.25h6"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6 1.75h7c.69 0 1.25.56 1.25 1.25v7c0 .69-.56 1.25-1.25 1.25H6c-.69 0-1.25-.56-1.25-1.25V3c0-.69.56-1.25 1.25-1.25Z"/><path fill="currentcolor" d="M7 4.5h1.5V6H7zm3 0h1.5V6H10zm0 3h1.5V9H10z"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.464 4.75H3c-.69 0-1.25.56-1.25 1.25v7c0 .69.56 1.25 1.25 1.25h7c.69 0 1.25-.56 1.25-1.25v-1.464"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8.5 1.75H13c.69 0 1.25.56 1.25 1.25v4.5c0 .69-.56 1.25-1.25 1.25H8.5c-.69 0-1.25-.56-1.25-1.25V3c0-.69.56-1.25 1.25-1.25ZM8.75 11v2c0 .69-.56 1.25-1.25 1.25H3c-.69 0-1.25-.56-1.25-1.25V8.5c0-.69.56-1.25 1.25-1.25h2M4.25 0v3M0 4.25h3m13 7.5h-3M11.75 16v-3"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M7.75 2.25H6.625c-1.036 0-1.875.84-1.875 1.875v5.203m3-7.078a1.5 1.5 0 0 1 3 0v.5m-3-.5V7.5m3-4.75h1.125c1.036 0 1.875.84 1.875 1.875V11.5A3.75 3.75 0 0 1 10 15.25H7.527a3.75 3.75 0 0 1-2.902-1.375l-2.838-3.468a1.25 1.25 0 0 1-.125-1.399l.114-.205a1.25 1.25 0 0 1 1.881-.363l1.093.888m6-6.578V8M6.5 10.75 4.75 9.328"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="m2.75 6.958.965-4.215a1.25 1.25 0 0 1 1.522-.934l2.46.615c.199.05.407.05.606 0l2.46-.615a1.25 1.25 0 0 1 1.522.934l.965 4.215m-13 .792c6.25-1.375 9.25-1.375 15.5 0"/><circle cx="11.5" cy="12" r="2.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5"/><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M9.582 11.25A2.74 2.74 0 0 0 8 10.75a2.74 2.74 0 0 0-1.582.5"/><circle cx="4.5" cy="12" r="2.25" stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M4.607 12.25a6.25 6.25 0 1 1 6.785 0m-6.785 0a1.19 1.19 0 0 0-1.128.813L2.75 15.25h10.5l-.729-2.187a1.19 1.19 0 0 0-1.129-.813m-6.785 0h6.786M4.75 7A3.25 3.25 0 0 1 8 3.75"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M11.25 4.75v1.625c0 1.036.84 1.875 1.875 1.875h1.625v-7h-7v1.625c0 1.036.84 1.875 1.875 1.875zm0 0h-7v1.625c0 1.036.84 1.875 1.875 1.875H7.75m3.5-3.5v7H9.625A1.875 1.875 0 0 1 7.75 9.875V8.25m0 0h-7v1.625c0 1.036.84 1.875 1.875 1.875H4.25v1.625c0 1.036.84 1.875 1.875 1.875H7.75z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-width="1.5" d="M3 8h10M2 11.25h12c.69 0 1.25-.56 1.25-1.25V6c0-.69-.56-1.25-1.25-1.25H2C1.31 4.75.75 5.31.75 6v4c0 .69.56 1.25 1.25 1.25Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-width="1.5" d="M7.5 14.25H3c-.69 0-1.25-.56-1.25-1.25V3c0-.69.56-1.25 1.25-1.25h10c.69 0 1.25.56 1.25 1.25v4.5M4 5.25h8m-8 3.5h5"/><path fill="currentcolor" d="m8.59 12.207 3.093-4.488c.314-.456 1.026-.14.898.4l-.481 2.014a.25.25 0 0 0 .243.308h2.16a.5.5 0 0 1 .412.783l-3.093 4.489c-.315.455-1.027.138-.898-.4l.48-2.014a.25.25 0 0 0-.243-.308h-2.16a.5.5 0 0 1-.412-.784"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M6.75 10.25V14a1.25 1.25 0 1 0 2.5 0v-3.75m-2.5 0h2.5m-2.5 0H4.5c-.69 0-1.25-.56-1.25-1.25V7.25m6 3h2.25c.69 0 1.25-.56 1.25-1.25V7.25m-9.5 0V.75h3m-3 6.5h9.5m0 0V.75h-3m-3.5 0V3m0-2.25h3.5m0 0V4"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M11.75 2.5V.75h-10v3.5h10zm0 0h1.875c.345 0 .625.28.625.625V5.5c0 .69-.56 1.25-1.25 1.25H7.638A.64.64 0 0 0 7 7.388V9.75m0 0H5.75V14a1.25 1.25 0 1 0 2.5 0V9.75z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M10 10h2v2h-2z"/><path stroke="currentcolor" stroke-width="1.5" d="M1.75 5.25V3c0-.69.56-1.25 1.25-1.25h2.25m9 3.5V3c0-.69-.56-1.25-1.25-1.25h-2.25m-9 9V13c0 .69.56 1.25 1.25 1.25h2.25m9-3.5V13c0 .69-.56 1.25-1.25 1.25h-2.25m-6.75-3h4M11.25 4v4m-6.5-3.25h3.5v3.5h-3.5z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M5.25 3.5h5.5a2.25 2.25 0 0 1 0 4.5h-5.5a2.25 2.25 0 0 0 0 4.5h5.5m-5.5-9a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0Zm5.5 9a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M10.75 3.5a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0Zm0 0H8.451c-.435 0-.84.227-1.067.598L5 8m5.75 4.5a1.75 1.75 0 1 0 3.5 0 1.75 1.75 0 0 0-3.5 0Zm0 0H8.451a1.25 1.25 0 0 1-1.067-.598L5 8M1 8h4"/></svg>
|