@atlaskit/icon-lab 5.11.0 → 5.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 +39 -0
- package/core/pipeline.d.ts +13 -0
- package/core/pipeline.js +29 -0
- package/core/plan.d.ts +13 -0
- package/core/plan.js +29 -0
- package/core/playlist-add.d.ts +13 -0
- package/core/playlist-add.js +29 -0
- package/core/playlist-added.d.ts +13 -0
- package/core/playlist-added.js +29 -0
- package/core/playlist-remove.d.ts +13 -0
- package/core/playlist-remove.js +29 -0
- package/core/playlist.d.ts +13 -0
- package/core/playlist.js +29 -0
- package/core/roadmaps-plan.d.ts +4 -1
- package/core/roadmaps-plan.js +2 -2
- package/core/roadmaps-service.d.ts +4 -1
- package/core/service.d.ts +13 -0
- package/core/service.js +29 -0
- package/core/status-workflow-cancelled.d.ts +13 -0
- package/core/status-workflow-cancelled.js +29 -0
- package/core/status-workflow-danger.d.ts +13 -0
- package/core/status-workflow-danger.js +29 -0
- package/core/status-workflow-in-progress.d.ts +13 -0
- package/core/status-workflow-in-progress.js +29 -0
- package/core/status-workflow-in-review.d.ts +13 -0
- package/core/status-workflow-in-review.js +29 -0
- package/core/status-workflow-inactive.d.ts +13 -0
- package/core/status-workflow-inactive.js +29 -0
- package/core/status-workflow-incomplete.d.ts +13 -0
- package/core/status-workflow-incomplete.js +29 -0
- package/core/status-workflow-paused.d.ts +13 -0
- package/core/status-workflow-paused.js +29 -0
- package/core/status-workflow-returned.d.ts +13 -0
- package/core/status-workflow-returned.js +29 -0
- package/core/status-workflow-scheduled.d.ts +13 -0
- package/core/status-workflow-scheduled.js +29 -0
- package/core/status-workflow-stopped.d.ts +13 -0
- package/core/status-workflow-stopped.js +29 -0
- package/core/status-workflow-success.d.ts +13 -0
- package/core/status-workflow-success.js +29 -0
- package/core/status-workflow-warning.d.ts +13 -0
- package/core/status-workflow-warning.js +29 -0
- package/dist/cjs/metadata-core.js +209 -5
- package/dist/es2019/metadata-core.js +209 -5
- package/dist/esm/metadata-core.js +209 -5
- package/dist/types/metadata-core.d.ts +2 -3
- package/dist/types-ts4.5/metadata-core.d.ts +2 -3
- package/package.json +6 -6
- package/svgs/core/pipeline.svg +1 -0
- package/svgs/core/plan.svg +1 -0
- package/svgs/core/playlist-add.svg +1 -0
- package/svgs/core/playlist-added.svg +1 -0
- package/svgs/core/playlist-remove.svg +1 -0
- package/svgs/core/playlist.svg +1 -0
- package/svgs/core/service.svg +1 -0
- package/svgs/core/status-workflow-cancelled.svg +1 -0
- package/svgs/core/status-workflow-danger.svg +1 -0
- package/svgs/core/status-workflow-in-progress.svg +1 -0
- package/svgs/core/status-workflow-in-review.svg +1 -0
- package/svgs/core/status-workflow-inactive.svg +1 -0
- package/svgs/core/status-workflow-incomplete.svg +1 -0
- package/svgs/core/status-workflow-paused.svg +1 -0
- package/svgs/core/status-workflow-returned.svg +1 -0
- package/svgs/core/status-workflow-scheduled.svg +1 -0
- package/svgs/core/status-workflow-stopped.svg +1 -0
- package/svgs/core/status-workflow-success.svg +1 -0
- package/svgs/core/status-workflow-warning.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::5882270e4a9f64ea17985c74497862ba>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -1670,6 +1670,70 @@ const metadata = {
|
|
|
1670
1670
|
team: 'Jira',
|
|
1671
1671
|
status: 'published'
|
|
1672
1672
|
},
|
|
1673
|
+
pipeline: {
|
|
1674
|
+
keywords: ['pipeline', 'icon', 'icon-lab', 'pipeline', 'build process', 'bitbucket'],
|
|
1675
|
+
componentName: 'PipelineIcon',
|
|
1676
|
+
package: '@atlaskit/icon-lab/core/pipeline',
|
|
1677
|
+
type: 'core',
|
|
1678
|
+
categorization: 'single-purpose',
|
|
1679
|
+
usage: 'Reserved for representing pipelines',
|
|
1680
|
+
team: 'Bitbucket Cloud',
|
|
1681
|
+
status: 'published'
|
|
1682
|
+
},
|
|
1683
|
+
plan: {
|
|
1684
|
+
keywords: ['plan', 'icon', 'icon-lab', 'roadmaps', 'plan'],
|
|
1685
|
+
componentName: 'PlanIcon',
|
|
1686
|
+
package: '@atlaskit/icon-lab/core/plan',
|
|
1687
|
+
type: 'core',
|
|
1688
|
+
categorization: 'single-purpose',
|
|
1689
|
+
usage: 'Reserved for representing plans.',
|
|
1690
|
+
team: 'Design System Team',
|
|
1691
|
+
status: 'published'
|
|
1692
|
+
},
|
|
1693
|
+
playlist: {
|
|
1694
|
+
keywords: ['playlist', 'icon', 'icon-lab', 'playlist', 'listen', 'audio', 'play', 'briefing'],
|
|
1695
|
+
componentName: 'PlaylistIcon',
|
|
1696
|
+
package: '@atlaskit/icon-lab/core/playlist',
|
|
1697
|
+
type: 'core',
|
|
1698
|
+
categorization: 'single-purpose',
|
|
1699
|
+
usage: 'Representing the playlist feature',
|
|
1700
|
+
team: 'Confluence Horizontals',
|
|
1701
|
+
status: 'published',
|
|
1702
|
+
slackChannel: 'confluence-design'
|
|
1703
|
+
},
|
|
1704
|
+
'playlist-add': {
|
|
1705
|
+
keywords: ['playlist-add', 'playlistadd', 'icon', 'icon-lab', 'playlist', 'add', 'include', 'bookmark', 'listen', 'save'],
|
|
1706
|
+
componentName: 'PlaylistAddIcon',
|
|
1707
|
+
package: '@atlaskit/icon-lab/core/playlist-add',
|
|
1708
|
+
type: 'core',
|
|
1709
|
+
categorization: 'single-purpose',
|
|
1710
|
+
usage: 'Adding items to your playlist (feature).',
|
|
1711
|
+
team: 'Confluence Horizontals',
|
|
1712
|
+
status: 'published',
|
|
1713
|
+
slackChannel: 'design-confluence'
|
|
1714
|
+
},
|
|
1715
|
+
'playlist-added': {
|
|
1716
|
+
keywords: ['playlist-added', 'playlistadded', 'icon', 'icon-lab', 'playlist', 'added', 'include', 'play'],
|
|
1717
|
+
componentName: 'PlaylistAddedIcon',
|
|
1718
|
+
package: '@atlaskit/icon-lab/core/playlist-added',
|
|
1719
|
+
type: 'core',
|
|
1720
|
+
categorization: 'single-purpose',
|
|
1721
|
+
usage: 'Indicating when things have been added to your playlist (feature)',
|
|
1722
|
+
team: 'Confluence Horizontals',
|
|
1723
|
+
status: 'published',
|
|
1724
|
+
slackChannel: 'confluence-design'
|
|
1725
|
+
},
|
|
1726
|
+
'playlist-remove': {
|
|
1727
|
+
keywords: ['playlist-remove', 'playlistremove', 'icon', 'icon-lab', 'playlist', 'remove', 'cancel', 'delete'],
|
|
1728
|
+
componentName: 'PlaylistRemoveIcon',
|
|
1729
|
+
package: '@atlaskit/icon-lab/core/playlist-remove',
|
|
1730
|
+
type: 'core',
|
|
1731
|
+
categorization: 'single-purpose',
|
|
1732
|
+
usage: 'Represents the action for removing things from the playlist feature.',
|
|
1733
|
+
team: 'Confluence Horizontals',
|
|
1734
|
+
status: 'published',
|
|
1735
|
+
slackChannel: 'confluence-design'
|
|
1736
|
+
},
|
|
1673
1737
|
'plus-circle': {
|
|
1674
1738
|
keywords: ['plus-circle', 'pluscircle', 'icon', 'icon-lab', 'add'],
|
|
1675
1739
|
componentName: 'PlusCircleIcon',
|
|
@@ -1785,15 +1849,20 @@ const metadata = {
|
|
|
1785
1849
|
slackChannel: '#avp-design'
|
|
1786
1850
|
},
|
|
1787
1851
|
'roadmaps-plan': {
|
|
1788
|
-
keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'roadmaps', '
|
|
1852
|
+
keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'roadmaps', 'plan'],
|
|
1789
1853
|
componentName: 'RoadmapsPlanIcon',
|
|
1790
1854
|
package: '@atlaskit/icon-lab/core/roadmaps-plan',
|
|
1791
1855
|
oldName: ['bitbucket/builds'],
|
|
1792
1856
|
type: 'core',
|
|
1857
|
+
replacement: {
|
|
1858
|
+
name: 'plan',
|
|
1859
|
+
type: 'core',
|
|
1860
|
+
location: '@atlaskit/icon-lab'
|
|
1861
|
+
},
|
|
1793
1862
|
categorization: 'single-purpose',
|
|
1794
|
-
usage: 'Reserved for
|
|
1863
|
+
usage: 'Reserved for representing plans.',
|
|
1795
1864
|
team: 'Design System Team',
|
|
1796
|
-
status: '
|
|
1865
|
+
status: 'deprecated'
|
|
1797
1866
|
},
|
|
1798
1867
|
'roadmaps-service': {
|
|
1799
1868
|
keywords: ['roadmaps-service', 'roadmapsservice', 'icon', 'icon-lab', 'roadmaps', 'service', 'roadmap'],
|
|
@@ -1801,10 +1870,15 @@ const metadata = {
|
|
|
1801
1870
|
package: '@atlaskit/icon-lab/core/roadmaps-service',
|
|
1802
1871
|
oldName: ['bitbucket/forks'],
|
|
1803
1872
|
type: 'core',
|
|
1873
|
+
replacement: {
|
|
1874
|
+
name: 'service',
|
|
1875
|
+
type: 'core',
|
|
1876
|
+
location: '@atlaskit/icon-lab'
|
|
1877
|
+
},
|
|
1804
1878
|
categorization: 'single-purpose',
|
|
1805
1879
|
usage: 'Reserved for roadmaps service.',
|
|
1806
1880
|
team: 'Design System Team',
|
|
1807
|
-
status: '
|
|
1881
|
+
status: 'deprecated'
|
|
1808
1882
|
},
|
|
1809
1883
|
rovo: {
|
|
1810
1884
|
keywords: ['rovo', 'icon', 'icon-lab', 'rovo', 'AI chat'],
|
|
@@ -1857,6 +1931,16 @@ const metadata = {
|
|
|
1857
1931
|
team: 'Whiteboards',
|
|
1858
1932
|
status: 'published'
|
|
1859
1933
|
},
|
|
1934
|
+
service: {
|
|
1935
|
+
keywords: ['service', 'icon', 'icon-lab', 'roadmaps', 'service', 'roadmap'],
|
|
1936
|
+
componentName: 'ServiceIcon',
|
|
1937
|
+
package: '@atlaskit/icon-lab/core/service',
|
|
1938
|
+
type: 'core',
|
|
1939
|
+
categorization: 'single-purpose',
|
|
1940
|
+
usage: 'Reserved for roadmaps service.',
|
|
1941
|
+
team: 'Design System Team',
|
|
1942
|
+
status: 'published'
|
|
1943
|
+
},
|
|
1860
1944
|
'shape-diamond': {
|
|
1861
1945
|
keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'diamond', 'shape tool'],
|
|
1862
1946
|
componentName: 'ShapeDiamondIcon',
|
|
@@ -2058,6 +2142,126 @@ const metadata = {
|
|
|
2058
2142
|
team: 'Whiteboards',
|
|
2059
2143
|
status: 'published'
|
|
2060
2144
|
},
|
|
2145
|
+
'status-workflow-cancelled': {
|
|
2146
|
+
keywords: ['status-workflow-cancelled', 'statusworkflowcancelled', 'icon', 'icon-lab', 'status', 'workflow phase', 'cross', 'cancelled'],
|
|
2147
|
+
componentName: 'StatusWorkflowCancelledIcon',
|
|
2148
|
+
package: '@atlaskit/icon-lab/core/status-workflow-cancelled',
|
|
2149
|
+
type: 'core',
|
|
2150
|
+
categorization: 'single-purpose',
|
|
2151
|
+
usage: 'Reserved for representing statuses that indicated work or a process has been cancelled',
|
|
2152
|
+
team: 'Design System Team',
|
|
2153
|
+
status: 'published'
|
|
2154
|
+
},
|
|
2155
|
+
'status-workflow-danger': {
|
|
2156
|
+
keywords: ['status-workflow-danger', 'statusworkflowdanger', 'icon', 'icon-lab', 'status', 'workflow phase', 'danger', 'critical', 'blocking', 'error'],
|
|
2157
|
+
componentName: 'StatusWorkflowDangerIcon',
|
|
2158
|
+
package: '@atlaskit/icon-lab/core/status-workflow-danger',
|
|
2159
|
+
type: 'core',
|
|
2160
|
+
categorization: 'single-purpose',
|
|
2161
|
+
usage: 'Reserved for representing statuses that signal critical issues that demand attention',
|
|
2162
|
+
team: 'Design System Team',
|
|
2163
|
+
status: 'published'
|
|
2164
|
+
},
|
|
2165
|
+
'status-workflow-in-progress': {
|
|
2166
|
+
keywords: ['status-workflow-in-progress', 'statusworkflowinprogress', 'icon', 'icon-lab', 'status', 'workflow phase', 'in progress', 'WIP'],
|
|
2167
|
+
componentName: 'StatusWorkflowInProgressIcon',
|
|
2168
|
+
package: '@atlaskit/icon-lab/core/status-workflow-in-progress',
|
|
2169
|
+
type: 'core',
|
|
2170
|
+
categorization: 'single-purpose',
|
|
2171
|
+
usage: "Reserved for representing in progress statuses such as 'In progress', 'In development', 'Draft'",
|
|
2172
|
+
team: 'Design System Team',
|
|
2173
|
+
status: 'published'
|
|
2174
|
+
},
|
|
2175
|
+
'status-workflow-in-review': {
|
|
2176
|
+
keywords: ['status-workflow-in-review', 'statusworkflowinreview', 'icon', 'icon-lab', 'status', 'workflow phase', 'reviewing', 'considering', 'assessing', 'in review'],
|
|
2177
|
+
componentName: 'StatusWorkflowInReviewIcon',
|
|
2178
|
+
package: '@atlaskit/icon-lab/core/status-workflow-in-review',
|
|
2179
|
+
type: 'core',
|
|
2180
|
+
categorization: 'single-purpose',
|
|
2181
|
+
usage: 'Reserved for representing statuses that signal consideration, assessment, and review',
|
|
2182
|
+
team: 'Design System Team',
|
|
2183
|
+
status: 'published'
|
|
2184
|
+
},
|
|
2185
|
+
'status-workflow-inactive': {
|
|
2186
|
+
keywords: ['status-workflow-inactive', 'statusworkflowinactive', 'icon', 'icon-lab', 'status', 'workflow phase', 'inactive'],
|
|
2187
|
+
componentName: 'StatusWorkflowInactiveIcon',
|
|
2188
|
+
package: '@atlaskit/icon-lab/core/status-workflow-inactive',
|
|
2189
|
+
type: 'core',
|
|
2190
|
+
categorization: 'single-purpose',
|
|
2191
|
+
usage: 'Reserved for representing statuses that indicate work or a process is in an inactive state',
|
|
2192
|
+
team: 'Design System Team',
|
|
2193
|
+
status: 'published'
|
|
2194
|
+
},
|
|
2195
|
+
'status-workflow-incomplete': {
|
|
2196
|
+
keywords: ['status-workflow-incomplete', 'statusworkflowincomplete', 'icon', 'icon-lab', 'status', 'workflow phase', 'incomplete'],
|
|
2197
|
+
componentName: 'StatusWorkflowIncompleteIcon',
|
|
2198
|
+
package: '@atlaskit/icon-lab/core/status-workflow-incomplete',
|
|
2199
|
+
type: 'core',
|
|
2200
|
+
categorization: 'single-purpose',
|
|
2201
|
+
usage: "Reserved for representing incomplete statuses such as 'To do', 'Backlog', 'Not started', 'Pending'",
|
|
2202
|
+
team: 'Design System Team',
|
|
2203
|
+
status: 'published'
|
|
2204
|
+
},
|
|
2205
|
+
'status-workflow-paused': {
|
|
2206
|
+
keywords: ['status-workflow-paused', 'statusworkflowpaused', 'icon', 'icon-lab', 'status', 'workflow phase', 'pause', 'paused'],
|
|
2207
|
+
componentName: 'StatusWorkflowPausedIcon',
|
|
2208
|
+
package: '@atlaskit/icon-lab/core/status-workflow-paused',
|
|
2209
|
+
type: 'core',
|
|
2210
|
+
categorization: 'single-purpose',
|
|
2211
|
+
usage: 'Reserved for representing statuses that indicate work or a process has paused',
|
|
2212
|
+
team: 'Design System Team',
|
|
2213
|
+
status: 'published'
|
|
2214
|
+
},
|
|
2215
|
+
'status-workflow-returned': {
|
|
2216
|
+
keywords: ['status-workflow-returned', 'statusworkflowreturned', 'icon', 'icon-lab', 'status', 'workflow phase', 'redeploy', 'return', 'revert', 'rerun'],
|
|
2217
|
+
componentName: 'StatusWorkflowReturnedIcon',
|
|
2218
|
+
package: '@atlaskit/icon-lab/core/status-workflow-returned',
|
|
2219
|
+
type: 'core',
|
|
2220
|
+
categorization: 'single-purpose',
|
|
2221
|
+
usage: "Reserved for representing statuses that return to a previous state in the process such as 'Redeploy', 'Needs more information'",
|
|
2222
|
+
team: 'Design System Team',
|
|
2223
|
+
status: 'published'
|
|
2224
|
+
},
|
|
2225
|
+
'status-workflow-scheduled': {
|
|
2226
|
+
keywords: ['status-workflow-scheduled', 'statusworkflowscheduled', 'icon', 'icon-lab', 'status', 'workflow phase', 'waiting', 'scheduled'],
|
|
2227
|
+
componentName: 'StatusWorkflowScheduledIcon',
|
|
2228
|
+
package: '@atlaskit/icon-lab/core/status-workflow-scheduled',
|
|
2229
|
+
type: 'core',
|
|
2230
|
+
categorization: 'single-purpose',
|
|
2231
|
+
usage: 'Reserved for representing statuses that indicate work or a process is scheduled or waiting to commence',
|
|
2232
|
+
team: 'Design System Team',
|
|
2233
|
+
status: 'published'
|
|
2234
|
+
},
|
|
2235
|
+
'status-workflow-stopped': {
|
|
2236
|
+
keywords: ['status-workflow-stopped', 'statusworkflowstopped', 'icon', 'icon-lab', 'status', 'workflow phase', 'stop', 'stopped'],
|
|
2237
|
+
componentName: 'StatusWorkflowStoppedIcon',
|
|
2238
|
+
package: '@atlaskit/icon-lab/core/status-workflow-stopped',
|
|
2239
|
+
type: 'core',
|
|
2240
|
+
categorization: 'single-purpose',
|
|
2241
|
+
usage: 'Reserved for representing statuses that indicate work or a process has stopped',
|
|
2242
|
+
team: 'Design System Team',
|
|
2243
|
+
status: 'published'
|
|
2244
|
+
},
|
|
2245
|
+
'status-workflow-success': {
|
|
2246
|
+
keywords: ['status-workflow-success', 'statusworkflowsuccess', 'icon', 'icon-lab', 'status', 'workflow phase', 'success', 'accomplished', 'achieved', 'optimal state', 'completed', 'complete'],
|
|
2247
|
+
componentName: 'StatusWorkflowSuccessIcon',
|
|
2248
|
+
package: '@atlaskit/icon-lab/core/status-workflow-success',
|
|
2249
|
+
type: 'core',
|
|
2250
|
+
categorization: 'single-purpose',
|
|
2251
|
+
usage: 'Reserved for representing statuses that signal positive outcome — success, accomplishment, achievement, or optimal state',
|
|
2252
|
+
team: 'Design System Team',
|
|
2253
|
+
status: 'published'
|
|
2254
|
+
},
|
|
2255
|
+
'status-workflow-warning': {
|
|
2256
|
+
keywords: ['status-workflow-warning', 'statusworkflowwarning', 'icon', 'icon-lab', 'status', 'workflow phase', 'warning', 'alert', 'awareness', 'intervention'],
|
|
2257
|
+
componentName: 'StatusWorkflowWarningIcon',
|
|
2258
|
+
package: '@atlaskit/icon-lab/core/status-workflow-warning',
|
|
2259
|
+
type: 'core',
|
|
2260
|
+
categorization: 'single-purpose',
|
|
2261
|
+
usage: 'Reserved for representing statuses that signal potential issues requiring awareness or intervention',
|
|
2262
|
+
team: 'Design System Team',
|
|
2263
|
+
status: 'published'
|
|
2264
|
+
},
|
|
2061
2265
|
sticker: {
|
|
2062
2266
|
keywords: ['sticker', 'icon', 'icon-lab', 'sticker', 'peel-off'],
|
|
2063
2267
|
componentName: 'StickerIcon',
|
|
@@ -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::5882270e4a9f64ea17985c74497862ba>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
|
|
@@ -1670,6 +1670,70 @@ var metadata = {
|
|
|
1670
1670
|
team: 'Jira',
|
|
1671
1671
|
status: 'published'
|
|
1672
1672
|
},
|
|
1673
|
+
pipeline: {
|
|
1674
|
+
keywords: ['pipeline', 'icon', 'icon-lab', 'pipeline', 'build process', 'bitbucket'],
|
|
1675
|
+
componentName: 'PipelineIcon',
|
|
1676
|
+
package: '@atlaskit/icon-lab/core/pipeline',
|
|
1677
|
+
type: 'core',
|
|
1678
|
+
categorization: 'single-purpose',
|
|
1679
|
+
usage: 'Reserved for representing pipelines',
|
|
1680
|
+
team: 'Bitbucket Cloud',
|
|
1681
|
+
status: 'published'
|
|
1682
|
+
},
|
|
1683
|
+
plan: {
|
|
1684
|
+
keywords: ['plan', 'icon', 'icon-lab', 'roadmaps', 'plan'],
|
|
1685
|
+
componentName: 'PlanIcon',
|
|
1686
|
+
package: '@atlaskit/icon-lab/core/plan',
|
|
1687
|
+
type: 'core',
|
|
1688
|
+
categorization: 'single-purpose',
|
|
1689
|
+
usage: 'Reserved for representing plans.',
|
|
1690
|
+
team: 'Design System Team',
|
|
1691
|
+
status: 'published'
|
|
1692
|
+
},
|
|
1693
|
+
playlist: {
|
|
1694
|
+
keywords: ['playlist', 'icon', 'icon-lab', 'playlist', 'listen', 'audio', 'play', 'briefing'],
|
|
1695
|
+
componentName: 'PlaylistIcon',
|
|
1696
|
+
package: '@atlaskit/icon-lab/core/playlist',
|
|
1697
|
+
type: 'core',
|
|
1698
|
+
categorization: 'single-purpose',
|
|
1699
|
+
usage: 'Representing the playlist feature',
|
|
1700
|
+
team: 'Confluence Horizontals',
|
|
1701
|
+
status: 'published',
|
|
1702
|
+
slackChannel: 'confluence-design'
|
|
1703
|
+
},
|
|
1704
|
+
'playlist-add': {
|
|
1705
|
+
keywords: ['playlist-add', 'playlistadd', 'icon', 'icon-lab', 'playlist', 'add', 'include', 'bookmark', 'listen', 'save'],
|
|
1706
|
+
componentName: 'PlaylistAddIcon',
|
|
1707
|
+
package: '@atlaskit/icon-lab/core/playlist-add',
|
|
1708
|
+
type: 'core',
|
|
1709
|
+
categorization: 'single-purpose',
|
|
1710
|
+
usage: 'Adding items to your playlist (feature).',
|
|
1711
|
+
team: 'Confluence Horizontals',
|
|
1712
|
+
status: 'published',
|
|
1713
|
+
slackChannel: 'design-confluence'
|
|
1714
|
+
},
|
|
1715
|
+
'playlist-added': {
|
|
1716
|
+
keywords: ['playlist-added', 'playlistadded', 'icon', 'icon-lab', 'playlist', 'added', 'include', 'play'],
|
|
1717
|
+
componentName: 'PlaylistAddedIcon',
|
|
1718
|
+
package: '@atlaskit/icon-lab/core/playlist-added',
|
|
1719
|
+
type: 'core',
|
|
1720
|
+
categorization: 'single-purpose',
|
|
1721
|
+
usage: 'Indicating when things have been added to your playlist (feature)',
|
|
1722
|
+
team: 'Confluence Horizontals',
|
|
1723
|
+
status: 'published',
|
|
1724
|
+
slackChannel: 'confluence-design'
|
|
1725
|
+
},
|
|
1726
|
+
'playlist-remove': {
|
|
1727
|
+
keywords: ['playlist-remove', 'playlistremove', 'icon', 'icon-lab', 'playlist', 'remove', 'cancel', 'delete'],
|
|
1728
|
+
componentName: 'PlaylistRemoveIcon',
|
|
1729
|
+
package: '@atlaskit/icon-lab/core/playlist-remove',
|
|
1730
|
+
type: 'core',
|
|
1731
|
+
categorization: 'single-purpose',
|
|
1732
|
+
usage: 'Represents the action for removing things from the playlist feature.',
|
|
1733
|
+
team: 'Confluence Horizontals',
|
|
1734
|
+
status: 'published',
|
|
1735
|
+
slackChannel: 'confluence-design'
|
|
1736
|
+
},
|
|
1673
1737
|
'plus-circle': {
|
|
1674
1738
|
keywords: ['plus-circle', 'pluscircle', 'icon', 'icon-lab', 'add'],
|
|
1675
1739
|
componentName: 'PlusCircleIcon',
|
|
@@ -1785,15 +1849,20 @@ var metadata = {
|
|
|
1785
1849
|
slackChannel: '#avp-design'
|
|
1786
1850
|
},
|
|
1787
1851
|
'roadmaps-plan': {
|
|
1788
|
-
keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'roadmaps', '
|
|
1852
|
+
keywords: ['roadmaps-plan', 'roadmapsplan', 'icon', 'icon-lab', 'roadmaps', 'plan'],
|
|
1789
1853
|
componentName: 'RoadmapsPlanIcon',
|
|
1790
1854
|
package: '@atlaskit/icon-lab/core/roadmaps-plan',
|
|
1791
1855
|
oldName: ['bitbucket/builds'],
|
|
1792
1856
|
type: 'core',
|
|
1857
|
+
replacement: {
|
|
1858
|
+
name: 'plan',
|
|
1859
|
+
type: 'core',
|
|
1860
|
+
location: '@atlaskit/icon-lab'
|
|
1861
|
+
},
|
|
1793
1862
|
categorization: 'single-purpose',
|
|
1794
|
-
usage: 'Reserved for
|
|
1863
|
+
usage: 'Reserved for representing plans.',
|
|
1795
1864
|
team: 'Design System Team',
|
|
1796
|
-
status: '
|
|
1865
|
+
status: 'deprecated'
|
|
1797
1866
|
},
|
|
1798
1867
|
'roadmaps-service': {
|
|
1799
1868
|
keywords: ['roadmaps-service', 'roadmapsservice', 'icon', 'icon-lab', 'roadmaps', 'service', 'roadmap'],
|
|
@@ -1801,10 +1870,15 @@ var metadata = {
|
|
|
1801
1870
|
package: '@atlaskit/icon-lab/core/roadmaps-service',
|
|
1802
1871
|
oldName: ['bitbucket/forks'],
|
|
1803
1872
|
type: 'core',
|
|
1873
|
+
replacement: {
|
|
1874
|
+
name: 'service',
|
|
1875
|
+
type: 'core',
|
|
1876
|
+
location: '@atlaskit/icon-lab'
|
|
1877
|
+
},
|
|
1804
1878
|
categorization: 'single-purpose',
|
|
1805
1879
|
usage: 'Reserved for roadmaps service.',
|
|
1806
1880
|
team: 'Design System Team',
|
|
1807
|
-
status: '
|
|
1881
|
+
status: 'deprecated'
|
|
1808
1882
|
},
|
|
1809
1883
|
rovo: {
|
|
1810
1884
|
keywords: ['rovo', 'icon', 'icon-lab', 'rovo', 'AI chat'],
|
|
@@ -1857,6 +1931,16 @@ var metadata = {
|
|
|
1857
1931
|
team: 'Whiteboards',
|
|
1858
1932
|
status: 'published'
|
|
1859
1933
|
},
|
|
1934
|
+
service: {
|
|
1935
|
+
keywords: ['service', 'icon', 'icon-lab', 'roadmaps', 'service', 'roadmap'],
|
|
1936
|
+
componentName: 'ServiceIcon',
|
|
1937
|
+
package: '@atlaskit/icon-lab/core/service',
|
|
1938
|
+
type: 'core',
|
|
1939
|
+
categorization: 'single-purpose',
|
|
1940
|
+
usage: 'Reserved for roadmaps service.',
|
|
1941
|
+
team: 'Design System Team',
|
|
1942
|
+
status: 'published'
|
|
1943
|
+
},
|
|
1860
1944
|
'shape-diamond': {
|
|
1861
1945
|
keywords: ['shape-diamond', 'shapediamond', 'icon', 'icon-lab', 'diamond', 'shape tool'],
|
|
1862
1946
|
componentName: 'ShapeDiamondIcon',
|
|
@@ -2058,6 +2142,126 @@ var metadata = {
|
|
|
2058
2142
|
team: 'Whiteboards',
|
|
2059
2143
|
status: 'published'
|
|
2060
2144
|
},
|
|
2145
|
+
'status-workflow-cancelled': {
|
|
2146
|
+
keywords: ['status-workflow-cancelled', 'statusworkflowcancelled', 'icon', 'icon-lab', 'status', 'workflow phase', 'cross', 'cancelled'],
|
|
2147
|
+
componentName: 'StatusWorkflowCancelledIcon',
|
|
2148
|
+
package: '@atlaskit/icon-lab/core/status-workflow-cancelled',
|
|
2149
|
+
type: 'core',
|
|
2150
|
+
categorization: 'single-purpose',
|
|
2151
|
+
usage: 'Reserved for representing statuses that indicated work or a process has been cancelled',
|
|
2152
|
+
team: 'Design System Team',
|
|
2153
|
+
status: 'published'
|
|
2154
|
+
},
|
|
2155
|
+
'status-workflow-danger': {
|
|
2156
|
+
keywords: ['status-workflow-danger', 'statusworkflowdanger', 'icon', 'icon-lab', 'status', 'workflow phase', 'danger', 'critical', 'blocking', 'error'],
|
|
2157
|
+
componentName: 'StatusWorkflowDangerIcon',
|
|
2158
|
+
package: '@atlaskit/icon-lab/core/status-workflow-danger',
|
|
2159
|
+
type: 'core',
|
|
2160
|
+
categorization: 'single-purpose',
|
|
2161
|
+
usage: 'Reserved for representing statuses that signal critical issues that demand attention',
|
|
2162
|
+
team: 'Design System Team',
|
|
2163
|
+
status: 'published'
|
|
2164
|
+
},
|
|
2165
|
+
'status-workflow-in-progress': {
|
|
2166
|
+
keywords: ['status-workflow-in-progress', 'statusworkflowinprogress', 'icon', 'icon-lab', 'status', 'workflow phase', 'in progress', 'WIP'],
|
|
2167
|
+
componentName: 'StatusWorkflowInProgressIcon',
|
|
2168
|
+
package: '@atlaskit/icon-lab/core/status-workflow-in-progress',
|
|
2169
|
+
type: 'core',
|
|
2170
|
+
categorization: 'single-purpose',
|
|
2171
|
+
usage: "Reserved for representing in progress statuses such as 'In progress', 'In development', 'Draft'",
|
|
2172
|
+
team: 'Design System Team',
|
|
2173
|
+
status: 'published'
|
|
2174
|
+
},
|
|
2175
|
+
'status-workflow-in-review': {
|
|
2176
|
+
keywords: ['status-workflow-in-review', 'statusworkflowinreview', 'icon', 'icon-lab', 'status', 'workflow phase', 'reviewing', 'considering', 'assessing', 'in review'],
|
|
2177
|
+
componentName: 'StatusWorkflowInReviewIcon',
|
|
2178
|
+
package: '@atlaskit/icon-lab/core/status-workflow-in-review',
|
|
2179
|
+
type: 'core',
|
|
2180
|
+
categorization: 'single-purpose',
|
|
2181
|
+
usage: 'Reserved for representing statuses that signal consideration, assessment, and review',
|
|
2182
|
+
team: 'Design System Team',
|
|
2183
|
+
status: 'published'
|
|
2184
|
+
},
|
|
2185
|
+
'status-workflow-inactive': {
|
|
2186
|
+
keywords: ['status-workflow-inactive', 'statusworkflowinactive', 'icon', 'icon-lab', 'status', 'workflow phase', 'inactive'],
|
|
2187
|
+
componentName: 'StatusWorkflowInactiveIcon',
|
|
2188
|
+
package: '@atlaskit/icon-lab/core/status-workflow-inactive',
|
|
2189
|
+
type: 'core',
|
|
2190
|
+
categorization: 'single-purpose',
|
|
2191
|
+
usage: 'Reserved for representing statuses that indicate work or a process is in an inactive state',
|
|
2192
|
+
team: 'Design System Team',
|
|
2193
|
+
status: 'published'
|
|
2194
|
+
},
|
|
2195
|
+
'status-workflow-incomplete': {
|
|
2196
|
+
keywords: ['status-workflow-incomplete', 'statusworkflowincomplete', 'icon', 'icon-lab', 'status', 'workflow phase', 'incomplete'],
|
|
2197
|
+
componentName: 'StatusWorkflowIncompleteIcon',
|
|
2198
|
+
package: '@atlaskit/icon-lab/core/status-workflow-incomplete',
|
|
2199
|
+
type: 'core',
|
|
2200
|
+
categorization: 'single-purpose',
|
|
2201
|
+
usage: "Reserved for representing incomplete statuses such as 'To do', 'Backlog', 'Not started', 'Pending'",
|
|
2202
|
+
team: 'Design System Team',
|
|
2203
|
+
status: 'published'
|
|
2204
|
+
},
|
|
2205
|
+
'status-workflow-paused': {
|
|
2206
|
+
keywords: ['status-workflow-paused', 'statusworkflowpaused', 'icon', 'icon-lab', 'status', 'workflow phase', 'pause', 'paused'],
|
|
2207
|
+
componentName: 'StatusWorkflowPausedIcon',
|
|
2208
|
+
package: '@atlaskit/icon-lab/core/status-workflow-paused',
|
|
2209
|
+
type: 'core',
|
|
2210
|
+
categorization: 'single-purpose',
|
|
2211
|
+
usage: 'Reserved for representing statuses that indicate work or a process has paused',
|
|
2212
|
+
team: 'Design System Team',
|
|
2213
|
+
status: 'published'
|
|
2214
|
+
},
|
|
2215
|
+
'status-workflow-returned': {
|
|
2216
|
+
keywords: ['status-workflow-returned', 'statusworkflowreturned', 'icon', 'icon-lab', 'status', 'workflow phase', 'redeploy', 'return', 'revert', 'rerun'],
|
|
2217
|
+
componentName: 'StatusWorkflowReturnedIcon',
|
|
2218
|
+
package: '@atlaskit/icon-lab/core/status-workflow-returned',
|
|
2219
|
+
type: 'core',
|
|
2220
|
+
categorization: 'single-purpose',
|
|
2221
|
+
usage: "Reserved for representing statuses that return to a previous state in the process such as 'Redeploy', 'Needs more information'",
|
|
2222
|
+
team: 'Design System Team',
|
|
2223
|
+
status: 'published'
|
|
2224
|
+
},
|
|
2225
|
+
'status-workflow-scheduled': {
|
|
2226
|
+
keywords: ['status-workflow-scheduled', 'statusworkflowscheduled', 'icon', 'icon-lab', 'status', 'workflow phase', 'waiting', 'scheduled'],
|
|
2227
|
+
componentName: 'StatusWorkflowScheduledIcon',
|
|
2228
|
+
package: '@atlaskit/icon-lab/core/status-workflow-scheduled',
|
|
2229
|
+
type: 'core',
|
|
2230
|
+
categorization: 'single-purpose',
|
|
2231
|
+
usage: 'Reserved for representing statuses that indicate work or a process is scheduled or waiting to commence',
|
|
2232
|
+
team: 'Design System Team',
|
|
2233
|
+
status: 'published'
|
|
2234
|
+
},
|
|
2235
|
+
'status-workflow-stopped': {
|
|
2236
|
+
keywords: ['status-workflow-stopped', 'statusworkflowstopped', 'icon', 'icon-lab', 'status', 'workflow phase', 'stop', 'stopped'],
|
|
2237
|
+
componentName: 'StatusWorkflowStoppedIcon',
|
|
2238
|
+
package: '@atlaskit/icon-lab/core/status-workflow-stopped',
|
|
2239
|
+
type: 'core',
|
|
2240
|
+
categorization: 'single-purpose',
|
|
2241
|
+
usage: 'Reserved for representing statuses that indicate work or a process has stopped',
|
|
2242
|
+
team: 'Design System Team',
|
|
2243
|
+
status: 'published'
|
|
2244
|
+
},
|
|
2245
|
+
'status-workflow-success': {
|
|
2246
|
+
keywords: ['status-workflow-success', 'statusworkflowsuccess', 'icon', 'icon-lab', 'status', 'workflow phase', 'success', 'accomplished', 'achieved', 'optimal state', 'completed', 'complete'],
|
|
2247
|
+
componentName: 'StatusWorkflowSuccessIcon',
|
|
2248
|
+
package: '@atlaskit/icon-lab/core/status-workflow-success',
|
|
2249
|
+
type: 'core',
|
|
2250
|
+
categorization: 'single-purpose',
|
|
2251
|
+
usage: 'Reserved for representing statuses that signal positive outcome — success, accomplishment, achievement, or optimal state',
|
|
2252
|
+
team: 'Design System Team',
|
|
2253
|
+
status: 'published'
|
|
2254
|
+
},
|
|
2255
|
+
'status-workflow-warning': {
|
|
2256
|
+
keywords: ['status-workflow-warning', 'statusworkflowwarning', 'icon', 'icon-lab', 'status', 'workflow phase', 'warning', 'alert', 'awareness', 'intervention'],
|
|
2257
|
+
componentName: 'StatusWorkflowWarningIcon',
|
|
2258
|
+
package: '@atlaskit/icon-lab/core/status-workflow-warning',
|
|
2259
|
+
type: 'core',
|
|
2260
|
+
categorization: 'single-purpose',
|
|
2261
|
+
usage: 'Reserved for representing statuses that signal potential issues requiring awareness or intervention',
|
|
2262
|
+
team: 'Design System Team',
|
|
2263
|
+
status: 'published'
|
|
2264
|
+
},
|
|
2061
2265
|
sticker: {
|
|
2062
2266
|
keywords: ['sticker', 'icon', 'icon-lab', 'sticker', 'peel-off'],
|
|
2063
2267
|
componentName: 'StickerIcon',
|
|
@@ -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::5882270e4a9f64ea17985c74497862ba>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
|
@@ -19,9 +19,8 @@ interface metadata {
|
|
|
19
19
|
* The category of the icon:
|
|
20
20
|
* - 'single-purpose' icons should only be used for the purposes listed in the 'usage' field
|
|
21
21
|
* - 'multi-purpose' icons are designed for various use cases and don't have the same usage restrictions
|
|
22
|
-
* - 'utility' icons are used for utility purposes
|
|
23
22
|
*/
|
|
24
|
-
categorization: 'single-purpose' | 'multi-purpose'
|
|
23
|
+
categorization: 'single-purpose' | 'multi-purpose';
|
|
25
24
|
/**
|
|
26
25
|
* The type of the icon - either a 16px 'core' icon, or a 12px 'utility' icon
|
|
27
26
|
*/
|
|
@@ -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::5882270e4a9f64ea17985c74497862ba>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
|
@@ -19,9 +19,8 @@ interface metadata {
|
|
|
19
19
|
* The category of the icon:
|
|
20
20
|
* - 'single-purpose' icons should only be used for the purposes listed in the 'usage' field
|
|
21
21
|
* - 'multi-purpose' icons are designed for various use cases and don't have the same usage restrictions
|
|
22
|
-
* - 'utility' icons are used for utility purposes
|
|
23
22
|
*/
|
|
24
|
-
categorization: 'single-purpose' | 'multi-purpose'
|
|
23
|
+
categorization: 'single-purpose' | 'multi-purpose';
|
|
25
24
|
/**
|
|
26
25
|
* The type of the icon - either a 16px 'core' icon, or a 12px 'utility' icon
|
|
27
26
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-lab",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.12.0",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@af/icon-build-process": "workspace:^",
|
|
42
42
|
"@af/visual-regression": "workspace:^",
|
|
43
|
-
"@atlaskit/button": "^23.
|
|
43
|
+
"@atlaskit/button": "^23.6.0",
|
|
44
44
|
"@atlaskit/code": "^17.3.0",
|
|
45
|
-
"@atlaskit/ds-lib": "^5.
|
|
45
|
+
"@atlaskit/ds-lib": "^5.2.0",
|
|
46
46
|
"@atlaskit/heading": "^5.2.0",
|
|
47
47
|
"@atlaskit/modal-dialog": "^14.6.0",
|
|
48
48
|
"@atlaskit/primitives": "^16.1.0",
|
|
49
49
|
"@atlaskit/textfield": "^8.0.0",
|
|
50
|
-
"@atlaskit/tokens": "^
|
|
51
|
-
"@atlaskit/tooltip": "^20.
|
|
52
|
-
"@atlassian/ssr-tests": "
|
|
50
|
+
"@atlaskit/tokens": "^8.0.0",
|
|
51
|
+
"@atlaskit/tooltip": "^20.8.0",
|
|
52
|
+
"@atlassian/ssr-tests": "workspace:^",
|
|
53
53
|
"@compiled/react": "^0.18.6",
|
|
54
54
|
"@testing-library/react": "^13.4.0",
|
|
55
55
|
"fs-extra": "^4.0.2",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 8A2.5 2.5 0 0 0 12 5.5c-.763 0-1.334.298-1.852.803-.546.532-.998 1.26-1.51 2.09-.488.794-1.036 1.692-1.74 2.379C6.166 11.485 5.238 12 4 12a4 4 0 0 1-.082-7.999l-.37-.987a.75.75 0 0 1 1.17-.85l2.5 2a.75.75 0 0 1 0 1.172l-2.5 2a.75.75 0 0 1-1.17-.85l.368-.982A2.498 2.498 0 0 0 4 10.5c.763 0 1.334-.297 1.852-.802.545-.533.998-1.26 1.51-2.091.488-.794 1.036-1.692 1.74-2.378C9.834 4.515 10.762 4 12 4a4 4 0 0 1 0 8c-1.313 0-2.275-.58-3.023-1.354l1.079-1.041c.545.564 1.14.895 1.944.895A2.5 2.5 0 0 0 14.5 8"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 12.75a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m1.5 0a2.75 2.75 0 0 1-5.394.75H5.625a3.125 3.125 0 1 1 0-6.25h4.75a1.625 1.625 0 1 0 0-3.25H5.394A2.749 2.749 0 0 1 0 3.25a2.75 2.75 0 0 1 5.394-.75h4.981a3.125 3.125 0 1 1 0 6.25h-4.75a1.625 1.625 0 0 0 0 3.25h4.981a2.749 2.749 0 0 1 5.394.75M1.5 3.25a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M10.75 7v2.25H13v1.5h-2.25V13h-1.5v-2.25H7v-1.5h2.25V7z"/><path fill="currentcolor" d="M3.999 6.624A2.626 2.626 0 0 1 6.624 4h4.053l-.341-1.6a1.124 1.124 0 0 0-1.334-.866L2.399 2.937a1.124 1.124 0 0 0-.866 1.334l1.403 6.602c.11.517.558.873 1.063.889zm1.5 6.75c0 .621.504 1.125 1.125 1.125h6.75c.621 0 1.125-.503 1.125-1.125v-6.75c0-.62-.504-1.125-1.125-1.125h-6.75c-.621 0-1.125.504-1.125 1.125zm10.5 0A2.625 2.625 0 0 1 13.374 16h-6.75a2.625 2.625 0 0 1-2.625-2.625v-.112a2.624 2.624 0 0 1-2.53-2.077L.064 4.582A2.626 2.626 0 0 1 2.088 1.47L8.689.066a2.626 2.626 0 0 1 3.114 2.022L12.21 4h1.164a2.625 2.625 0 0 1 2.625 2.625z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m13.32 8.238-3.75 4.375a.75.75 0 0 1-1.162-.027l-1.75-2.25 1.184-.922 1.185 1.526 3.154-3.678z"/><path fill="currentcolor" d="M3.999 6.624A2.626 2.626 0 0 1 6.624 4h4.053l-.341-1.6a1.124 1.124 0 0 0-1.334-.866L2.399 2.937a1.124 1.124 0 0 0-.866 1.334l1.403 6.602c.11.517.558.873 1.063.889zm1.5 6.75c0 .621.504 1.125 1.125 1.125h6.75c.621 0 1.125-.503 1.125-1.125v-6.75c0-.62-.504-1.125-1.125-1.125h-6.75c-.621 0-1.125.504-1.125 1.125zm10.5 0A2.625 2.625 0 0 1 13.374 16h-6.75a2.625 2.625 0 0 1-2.625-2.625v-.112a2.624 2.624 0 0 1-2.53-2.077L.064 4.582A2.626 2.626 0 0 1 2.088 1.47L8.689.066a2.626 2.626 0 0 1 3.114 2.022L12.21 4h1.164a2.625 2.625 0 0 1 2.625 2.625z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="m12.78 8.28-1.72 1.719 1.72 1.72-1.06 1.06L10 11.06l-1.72 1.72-1.06-1.06L8.94 10 7.22 8.28l1.06-1.06L10 8.939l1.72-1.72z"/><path fill="currentcolor" d="M3.999 6.624A2.626 2.626 0 0 1 6.624 4h4.053l-.341-1.6a1.124 1.124 0 0 0-1.334-.866L2.399 2.937a1.124 1.124 0 0 0-.866 1.334l1.403 6.602c.11.517.558.873 1.063.889zm1.5 6.75c0 .621.504 1.125 1.125 1.125h6.75c.621 0 1.125-.503 1.125-1.125v-6.75c0-.62-.504-1.125-1.125-1.125h-6.75c-.621 0-1.125.504-1.125 1.125zm10.5 0A2.625 2.625 0 0 1 13.374 16h-6.75a2.625 2.625 0 0 1-2.625-2.625v-.112a2.624 2.624 0 0 1-2.53-2.077L.064 4.582A2.626 2.626 0 0 1 2.088 1.47L8.689.066a2.626 2.626 0 0 1 3.114 2.022L12.21 4h1.164a2.625 2.625 0 0 1 2.625 2.625z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M8.124 7.351a.75.75 0 0 1 .748-.003l3.5 2a.75.75 0 0 1 0 1.303l-3.5 2A.75.75 0 0 1 7.75 12V8a.75.75 0 0 1 .374-.649"/><path fill="currentcolor" d="M4 6.624A2.626 2.626 0 0 1 6.625 4h4.052l-.34-1.6a1.125 1.125 0 0 0-1.334-.866L2.4 2.937a1.124 1.124 0 0 0-.866 1.334l1.403 6.602c.11.517.558.873 1.063.889zm1.5 6.75c0 .621.504 1.125 1.125 1.125h6.75c.621 0 1.125-.503 1.125-1.125v-6.75c0-.62-.504-1.125-1.125-1.125h-6.75c-.621 0-1.125.504-1.125 1.125zm10.5 0A2.625 2.625 0 0 1 13.375 16h-6.75A2.625 2.625 0 0 1 4 13.374v-.112a2.624 2.624 0 0 1-2.53-2.077L.065 4.582A2.626 2.626 0 0 1 2.09 1.47L8.69.066a2.626 2.626 0 0 1 3.114 2.022L12.211 4h1.164A2.625 2.625 0 0 1 16 6.624z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M14.5 12.75a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m0-9.5a1.25 1.25 0 1 0-2.5 0 1.25 1.25 0 0 0 2.5 0m1.5 0a2.75 2.75 0 0 1-5.394.75H8.74c-.371 0-.719.183-.928.49L5.408 8l2.403 3.51c.21.307.557.49.928.49h1.867a2.749 2.749 0 0 1 5.394.75 2.75 2.75 0 0 1-5.394.75H8.74a2.63 2.63 0 0 1-2.167-1.143L4.104 8.75H0v-1.5h4.104l2.468-3.607A2.63 2.63 0 0 1 8.74 2.5h1.867A2.749 2.749 0 0 1 16 3.25"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M2.343 2.343A8 8 0 1 1 13.658 13.66 8 8 0 0 1 2.343 2.343m10.254 1.06A6.501 6.501 0 1 0 3.404 12.6a6.501 6.501 0 0 0 9.193-9.195m-.885 1.946L9.061 8l2.651 2.652-1.06 1.06L8 9.061l-2.65 2.651-1.06-1.06L6.938 8 4.29 5.35l1.06-1.06L8 6.938l2.652-2.65z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" fill-rule="evenodd" d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0m0 10.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-.75-7V9h1.5V3.5z" clip-rule="evenodd"/></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="M8 3a5 5 0 1 1 0 10z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M8 3a5 5 0 1 1-5 5h5z"/><path fill="currentcolor" d="M1.5 8A6.5 6.5 0 1 0 8 1.5V0a8 8 0 1 1-8 8z"/><path fill="currentcolor" d="m.812 7.053.743.097A7 7 0 0 0 1.5 8H0q0-.53.067-1.044zm2.03-3.01c-.343.447-.63.94-.849 1.469L.607 4.938a8 8 0 0 1 1.046-1.81zm2.67-2.05a6.5 6.5 0 0 0-1.469.85l-.914-1.19A8 8 0 0 1 4.938.607zM8 1.5q-.433 0-.85.055L7.053.812 6.956.067Q7.47.001 8 0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentcolor" d="M2.343 2.343A8 8 0 1 1 13.658 13.66 8 8 0 0 1 2.343 2.343m10.254 1.06A6.501 6.501 0 1 0 3.404 12.6a6.501 6.501 0 0 0 9.193-9.195m-.885 1.946L5.35 11.712l-1.06-1.06 6.363-6.364z"/></svg>
|