@hashicorp/flight-icons 3.10.0 → 3.11.0-rc-20250602105455
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 +10 -0
- package/catalog.json +97 -37
- package/package.json +3 -3
- package/svg/bottom-16.svg +1 -1
- package/svg/bottom-24.svg +1 -1
- package/svg/end-16.svg +1 -0
- package/svg/end-24.svg +1 -0
- package/svg/index.d.ts +1 -1
- package/svg/index.js +1 -1
- package/svg/start-16.svg +1 -0
- package/svg/start-24.svg +1 -0
- package/svg/text-wrap-16.svg +1 -0
- package/svg/text-wrap-24.svg +1 -0
- package/svg/top-16.svg +1 -1
- package/svg/top-24.svg +1 -1
- package/svg-react/bottom-16.tsx +1 -1
- package/svg-react/bottom-24.tsx +1 -1
- package/svg-react/end-16.tsx +32 -0
- package/svg-react/end-24.tsx +32 -0
- package/svg-react/index.ts +10 -4
- package/svg-react/start-16.tsx +32 -0
- package/svg-react/start-24.tsx +32 -0
- package/svg-react/text-wrap-16.tsx +32 -0
- package/svg-react/text-wrap-24.tsx +32 -0
- package/svg-react/top-16.tsx +1 -1
- package/svg-react/top-24.tsx +1 -1
- package/svg-sprite/svg-sprite-module.js +1 -1
- package/svg-sprite/svg-sprite.svg +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @hashicorp/flight-icons
|
|
2
2
|
|
|
3
|
+
## 3.11.0-rc-20250602105455
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
`start`, `end`, and `text-wrap` icons added. Fixed the vertical alignment of `top` and `bottom`.
|
|
8
|
+
|
|
9
|
+
<small class="doc-whats-new-changelog-metadata">[#2917](https://github.com/hashicorp/design-system/pull/2917)</small>
|
|
10
|
+
|
|
11
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
12
|
+
|
|
3
13
|
## 3.10.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
package/catalog.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"lastRunTimeISO": "2025-
|
|
2
|
+
"lastRunTimeISO": "2025-05-29T21:34:58.612Z",
|
|
3
3
|
"lastRunFigma": {
|
|
4
4
|
"id": "TLnoT5AYQfy3tZ0H68BgOr",
|
|
5
5
|
"page": "Export",
|
|
@@ -1087,9 +1087,9 @@
|
|
|
1087
1087
|
"height": 16
|
|
1088
1088
|
},
|
|
1089
1089
|
{
|
|
1090
|
-
"id": "7665:
|
|
1091
|
-
"fileName": "duo-
|
|
1092
|
-
"iconName": "duo
|
|
1090
|
+
"id": "7665:160",
|
|
1091
|
+
"fileName": "duo-24",
|
|
1092
|
+
"iconName": "duo",
|
|
1093
1093
|
"description": "activity, pulse, health",
|
|
1094
1094
|
"category": "Services",
|
|
1095
1095
|
"size": "24",
|
|
@@ -1097,9 +1097,9 @@
|
|
|
1097
1097
|
"height": 24
|
|
1098
1098
|
},
|
|
1099
1099
|
{
|
|
1100
|
-
"id": "7665:
|
|
1101
|
-
"fileName": "duo-
|
|
1102
|
-
"iconName": "duo
|
|
1100
|
+
"id": "7665:162",
|
|
1101
|
+
"fileName": "duo-16",
|
|
1102
|
+
"iconName": "duo",
|
|
1103
1103
|
"description": "activity, pulse, health",
|
|
1104
1104
|
"category": "Services",
|
|
1105
1105
|
"size": "16",
|
|
@@ -1107,9 +1107,9 @@
|
|
|
1107
1107
|
"height": 16
|
|
1108
1108
|
},
|
|
1109
1109
|
{
|
|
1110
|
-
"id": "7665:
|
|
1111
|
-
"fileName": "duo-24",
|
|
1112
|
-
"iconName": "duo",
|
|
1110
|
+
"id": "7665:167",
|
|
1111
|
+
"fileName": "duo-color-24",
|
|
1112
|
+
"iconName": "duo-color",
|
|
1113
1113
|
"description": "activity, pulse, health",
|
|
1114
1114
|
"category": "Services",
|
|
1115
1115
|
"size": "24",
|
|
@@ -1117,9 +1117,9 @@
|
|
|
1117
1117
|
"height": 24
|
|
1118
1118
|
},
|
|
1119
1119
|
{
|
|
1120
|
-
"id": "7665:
|
|
1121
|
-
"fileName": "duo-16",
|
|
1122
|
-
"iconName": "duo",
|
|
1120
|
+
"id": "7665:169",
|
|
1121
|
+
"fileName": "duo-color-16",
|
|
1122
|
+
"iconName": "duo-color",
|
|
1123
1123
|
"description": "activity, pulse, health",
|
|
1124
1124
|
"category": "Services",
|
|
1125
1125
|
"size": "16",
|
|
@@ -5590,7 +5590,7 @@
|
|
|
5590
5590
|
"id": "350:2950",
|
|
5591
5591
|
"fileName": "outline-24",
|
|
5592
5592
|
"iconName": "outline",
|
|
5593
|
-
"description": "outline, document",
|
|
5593
|
+
"description": "outline, document, list",
|
|
5594
5594
|
"category": "Symbols",
|
|
5595
5595
|
"size": "24",
|
|
5596
5596
|
"width": 24,
|
|
@@ -5600,7 +5600,7 @@
|
|
|
5600
5600
|
"id": "350:2960",
|
|
5601
5601
|
"fileName": "outline-16",
|
|
5602
5602
|
"iconName": "outline",
|
|
5603
|
-
"description": "outline, document",
|
|
5603
|
+
"description": "outline, document, list",
|
|
5604
5604
|
"category": "Symbols",
|
|
5605
5605
|
"size": "16",
|
|
5606
5606
|
"width": 16,
|
|
@@ -5810,7 +5810,7 @@
|
|
|
5810
5810
|
"id": "363:246",
|
|
5811
5811
|
"fileName": "zap-24",
|
|
5812
5812
|
"iconName": "zap",
|
|
5813
|
-
"description": "zap, power, run, automate",
|
|
5813
|
+
"description": "zap, power, run, automate, lightning, bolt",
|
|
5814
5814
|
"category": "Symbols",
|
|
5815
5815
|
"size": "24",
|
|
5816
5816
|
"width": 24,
|
|
@@ -5820,7 +5820,7 @@
|
|
|
5820
5820
|
"id": "363:248",
|
|
5821
5821
|
"fileName": "zap-16",
|
|
5822
5822
|
"iconName": "zap",
|
|
5823
|
-
"description": "zap, power, run, automate",
|
|
5823
|
+
"description": "zap, power, run, automate, lightning, bolt",
|
|
5824
5824
|
"category": "Symbols",
|
|
5825
5825
|
"size": "16",
|
|
5826
5826
|
"width": 16,
|
|
@@ -8166,6 +8166,66 @@
|
|
|
8166
8166
|
"width": 16,
|
|
8167
8167
|
"height": 16
|
|
8168
8168
|
},
|
|
8169
|
+
{
|
|
8170
|
+
"id": "350:4171",
|
|
8171
|
+
"fileName": "top-24",
|
|
8172
|
+
"iconName": "top",
|
|
8173
|
+
"description": "top, scroll, up",
|
|
8174
|
+
"category": "Interface",
|
|
8175
|
+
"size": "24",
|
|
8176
|
+
"width": 24,
|
|
8177
|
+
"height": 24
|
|
8178
|
+
},
|
|
8179
|
+
{
|
|
8180
|
+
"id": "350:4175",
|
|
8181
|
+
"fileName": "top-16",
|
|
8182
|
+
"iconName": "top",
|
|
8183
|
+
"description": "top, scroll, up",
|
|
8184
|
+
"category": "Interface",
|
|
8185
|
+
"size": "16",
|
|
8186
|
+
"width": 16,
|
|
8187
|
+
"height": 16
|
|
8188
|
+
},
|
|
8189
|
+
{
|
|
8190
|
+
"id": "8182:172",
|
|
8191
|
+
"fileName": "start-24",
|
|
8192
|
+
"iconName": "start",
|
|
8193
|
+
"description": "move, left",
|
|
8194
|
+
"category": "Interface",
|
|
8195
|
+
"size": "24",
|
|
8196
|
+
"width": 24,
|
|
8197
|
+
"height": 24
|
|
8198
|
+
},
|
|
8199
|
+
{
|
|
8200
|
+
"id": "8182:176",
|
|
8201
|
+
"fileName": "start-16",
|
|
8202
|
+
"iconName": "start",
|
|
8203
|
+
"description": "move, left",
|
|
8204
|
+
"category": "Interface",
|
|
8205
|
+
"size": "16",
|
|
8206
|
+
"width": 16,
|
|
8207
|
+
"height": 16
|
|
8208
|
+
},
|
|
8209
|
+
{
|
|
8210
|
+
"id": "8182:183",
|
|
8211
|
+
"fileName": "end-24",
|
|
8212
|
+
"iconName": "end",
|
|
8213
|
+
"description": "move, right",
|
|
8214
|
+
"category": "Interface",
|
|
8215
|
+
"size": "24",
|
|
8216
|
+
"width": 24,
|
|
8217
|
+
"height": 24
|
|
8218
|
+
},
|
|
8219
|
+
{
|
|
8220
|
+
"id": "8182:187",
|
|
8221
|
+
"fileName": "end-16",
|
|
8222
|
+
"iconName": "end",
|
|
8223
|
+
"description": "move, right",
|
|
8224
|
+
"category": "Interface",
|
|
8225
|
+
"size": "16",
|
|
8226
|
+
"width": 16,
|
|
8227
|
+
"height": 16
|
|
8228
|
+
},
|
|
8169
8229
|
{
|
|
8170
8230
|
"id": "350:1064",
|
|
8171
8231
|
"fileName": "command-24",
|
|
@@ -9266,26 +9326,6 @@
|
|
|
9266
9326
|
"width": 16,
|
|
9267
9327
|
"height": 16
|
|
9268
9328
|
},
|
|
9269
|
-
{
|
|
9270
|
-
"id": "350:4171",
|
|
9271
|
-
"fileName": "top-24",
|
|
9272
|
-
"iconName": "top",
|
|
9273
|
-
"description": "top, scroll, up",
|
|
9274
|
-
"category": "Interface",
|
|
9275
|
-
"size": "24",
|
|
9276
|
-
"width": 24,
|
|
9277
|
-
"height": 24
|
|
9278
|
-
},
|
|
9279
|
-
{
|
|
9280
|
-
"id": "350:4175",
|
|
9281
|
-
"fileName": "top-16",
|
|
9282
|
-
"iconName": "top",
|
|
9283
|
-
"description": "top, scroll, up",
|
|
9284
|
-
"category": "Interface",
|
|
9285
|
-
"size": "16",
|
|
9286
|
-
"width": 16,
|
|
9287
|
-
"height": 16
|
|
9288
|
-
},
|
|
9289
9329
|
{
|
|
9290
9330
|
"id": "350:4184",
|
|
9291
9331
|
"fileName": "trash-24",
|
|
@@ -9326,6 +9366,26 @@
|
|
|
9326
9366
|
"width": 16,
|
|
9327
9367
|
"height": 16
|
|
9328
9368
|
},
|
|
9369
|
+
{
|
|
9370
|
+
"id": "8182:159",
|
|
9371
|
+
"fileName": "text-wrap-24",
|
|
9372
|
+
"iconName": "text-wrap",
|
|
9373
|
+
"description": "wrap, text",
|
|
9374
|
+
"category": "Interface",
|
|
9375
|
+
"size": "24",
|
|
9376
|
+
"width": 24,
|
|
9377
|
+
"height": 24
|
|
9378
|
+
},
|
|
9379
|
+
{
|
|
9380
|
+
"id": "8182:164",
|
|
9381
|
+
"fileName": "text-wrap-16",
|
|
9382
|
+
"iconName": "text-wrap",
|
|
9383
|
+
"description": "wrap, text",
|
|
9384
|
+
"category": "Interface",
|
|
9385
|
+
"size": "16",
|
|
9386
|
+
"width": 16,
|
|
9387
|
+
"height": 16
|
|
9388
|
+
},
|
|
9329
9389
|
{
|
|
9330
9390
|
"id": "350:4283",
|
|
9331
9391
|
"fileName": "unfold-close-24",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hashicorp/flight-icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.11.0-rc-20250602105455",
|
|
4
4
|
"description": "Flight: HashiCorp SVG icon set",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hashicorp",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"author": "HashiCorp Design Systems <design-systems@hashicorp.com>",
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@figma-export/cli": "^6.0.2",
|
|
20
|
-
"@figma-export/core": "^6.0
|
|
20
|
+
"@figma-export/core": "^6.2.0",
|
|
21
21
|
"@figma-export/output-components-as-svg": "^6.0.1",
|
|
22
22
|
"@figma-export/transform-svg-with-svgo": "^6.0.2",
|
|
23
23
|
"@figma-export/types": "^6.0.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"del": "^8.0.0",
|
|
39
39
|
"dotenv": "^16.4.7",
|
|
40
40
|
"eslint": "^8.57.1",
|
|
41
|
-
"figma-api": "^2.0.
|
|
41
|
+
"figma-api": "^2.0.2-beta",
|
|
42
42
|
"fs-extra": "^11.2.0",
|
|
43
43
|
"lodash": "^4.17.21",
|
|
44
44
|
"mini-svg-data-uri": "^1.4.4",
|
package/svg/bottom-16.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 1a.75.75 0 01.75.75v7.614l2.955-3.129a.75.75 0 011.09 1.03l-4.25 4.5a.747.747 0 01-.533.235h-.024a.747.747 0 01-.51-.211l-.004-.005a.862.862 0 01-.02-.02l-4.25-4.499a.75.75 0 011.091-1.03L7.25 9.364V1.75A.75.75 0 018 1zM2.75 13.5a.75.75 0 000 1.5h10.5a.75.75 0 000-1.5H2.75z"/></g></svg>
|
package/svg/bottom-24.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path d="
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 2a.75.75 0 01.75.75v12.638l4.96-5.158a.75.75 0 111.08 1.04l-6.25 6.5a.75.75 0 01-1.08 0l-6.25-6.5a.75.75 0 111.08-1.04l4.96 5.158V2.75A.75.75 0 0112 2zM3.75 20.5a.75.75 0 000 1.5h16.5a.75.75 0 000-1.5H3.75z"/></g></svg>
|
package/svg/end-16.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M14.25 2a.75.75 0 01.75.75v10.5a.75.75 0 01-1.5 0V2.75a.75.75 0 01.75-.75zM6.205 3.235a.75.75 0 011.002-.08l.058.05 4.5 4.25a.75.75 0 01.053 1.034l-.053.056-4.5 4.25-.058.05a.75.75 0 01-1.025-1.085l.053-.055 3.13-2.955H1.75a.75.75 0 010-1.5h7.614L6.235 4.295l-.053-.055a.75.75 0 01.023-1.005z"/></g></svg>
|
package/svg/end-24.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.25 3a.75.75 0 01.746.673L22 3.75v16.5a.75.75 0 01-1.5 0V3.75l.004-.077A.75.75 0 0121.25 3zM10.209 5.23a.75.75 0 011.003-.07l.058.049 6.5 6.25a.751.751 0 010 1.082l-6.5 6.25-.058.05a.75.75 0 01-1.034-1.075l.052-.057 5.157-4.959H2.75a.75.75 0 010-1.5h12.637L10.23 6.291l-.052-.057a.75.75 0 01.031-1.004z"/></g></svg>
|
package/svg/index.d.ts
CHANGED
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
* SPDX-License-Identifier: MPL-2.0
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
export declare const iconNames: readonly ['loading', 'loading-static', 'running', 'running-static', 'apple', 'apple-color', 'alibaba', 'alibaba-color', 'amazon-ecs', 'amazon-ecs-color', 'amazon-eks', 'amazon-eks-color', 'auth0', 'auth0-color', 'aws', 'aws-color', 'aws-cdk', 'aws-cdk-color', 'aws-cloudwatch', 'aws-cloudwatch-color', 'aws-ec2', 'aws-ec2-color', 'aws-lambda', 'aws-lambda-color', 'aws-s3', 'aws-s3-color', 'azure', 'azure-color', 'azure-aks', 'azure-aks-color', 'azure-blob-storage', 'azure-blob-storage-color', 'azure-devops', 'azure-devops-color', 'azure-vms', 'azure-vms-color', 'bitbucket', 'bitbucket-color', 'bridgecrew', 'bridgecrew-color', 'cisco', 'cisco-color', 'codepen', 'codepen-color', 'confluence', 'confluence-color', 'confluent', 'confluent-color', 'datadog', 'datadog-color', 'digital-ocean', 'digital-ocean-color', 'docker', 'docker-color', 'duo
|
|
6
|
+
export declare const iconNames: readonly ['loading', 'loading-static', 'running', 'running-static', 'apple', 'apple-color', 'alibaba', 'alibaba-color', 'amazon-ecs', 'amazon-ecs-color', 'amazon-eks', 'amazon-eks-color', 'auth0', 'auth0-color', 'aws', 'aws-color', 'aws-cdk', 'aws-cdk-color', 'aws-cloudwatch', 'aws-cloudwatch-color', 'aws-ec2', 'aws-ec2-color', 'aws-lambda', 'aws-lambda-color', 'aws-s3', 'aws-s3-color', 'azure', 'azure-color', 'azure-aks', 'azure-aks-color', 'azure-blob-storage', 'azure-blob-storage-color', 'azure-devops', 'azure-devops-color', 'azure-vms', 'azure-vms-color', 'bitbucket', 'bitbucket-color', 'bridgecrew', 'bridgecrew-color', 'cisco', 'cisco-color', 'codepen', 'codepen-color', 'confluence', 'confluence-color', 'confluent', 'confluent-color', 'datadog', 'datadog-color', 'digital-ocean', 'digital-ocean-color', 'docker', 'docker-color', 'duo', 'duo-color', 'elastic-observability', 'elastic-observability-color', 'f5', 'f5-color', 'facebook', 'facebook-color', 'figma', 'figma-color', 'gcp', 'gcp-color', 'git', 'git-color', 'gitlab', 'gitlab-color', 'github', 'github-color', 'google', 'google-color', 'google-docs', 'google-docs-color', 'google-drive', 'google-drive-color', 'google-forms', 'google-forms-color', 'google-sheets', 'google-sheets-color', 'google-slides', 'google-slides-color', 'grafana', 'grafana-color', 'helm', 'helm-color', 'infracost', 'infracost-color', 'jfrog', 'jfrog-color', 'jira', 'jira-color', 'jwt', 'jwt-color', 'kubernetes', 'kubernetes-color', 'lightlytics', 'lightlytics-color', 'linkedin', 'linkedin-color', 'linode', 'linode-color', 'linux', 'linux-color', 'loom', 'loom-color', 'meetup', 'meetup-color', 'microsoft', 'microsoft-color', 'microsoft-teams', 'microsoft-teams-color', 'minio', 'minio-color', 'mongodb', 'mongodb-color', 'new-relic', 'new-relic-color', 'okta', 'okta-color', 'oracle', 'oracle-color', 'opa', 'opa-color', 'openid', 'openid-color', 'pack', 'pack-color', 'pager-duty', 'pager-duty-color', 'ping-identity ', 'ping-identity-color', 'postgres', 'postgres-color', 'rabbitmq', 'rabbitmq-color', 'saml', 'saml-color', 'service-now', 'service-now-color', 'slack', 'slack-color', 'snyk', 'snyk-color', 'splunk', 'splunk-color', 'twilio', 'twilio-color', 'twitch', 'twitch-color', 'twitter', 'twitter-color', 'twitter-x', 'twitter-x-color', 'vantage', 'vantage-color', 'venafi', 'venafi-color', 'vercel', 'vercel-color', 'vmware', 'vmware-color', 'youtube', 'youtube-color', 'boundary', 'boundary-color', 'boundary-fill', 'boundary-fill-color', 'boundary-square', 'boundary-square-color', 'consul', 'consul-color', 'consul-fill', 'consul-fill-color', 'consul-square', 'consul-square-color', 'nomad', 'nomad-color', 'nomad-fill', 'nomad-fill-color', 'nomad-square', 'nomad-square-color', 'packer', 'packer-color', 'packer-fill', 'packer-fill-color', 'packer-square', 'packer-square-color', 'terraform', 'terraform-color', 'terraform-fill', 'terraform-fill-color', 'terraform-square', 'terraform-square-color', 'vagrant', 'vagrant-color', 'vagrant-fill', 'vagrant-fill-color', 'vagrant-square', 'vagrant-square-color', 'vault', 'vault-color', 'vault-fill', 'vault-fill-color', 'vault-square', 'vault-square-color', 'vault-radar', 'vault-radar-color', 'vault-radar-fill', 'vault-radar-fill-color', 'vault-radar-square', 'vault-radar-square-color', 'vault-secrets', 'vault-secrets-color', 'vault-secrets-fill', 'vault-secrets-fill-color', 'vault-secrets-square', 'vault-secrets-square-color', 'waypoint', 'waypoint-color', 'waypoint-fill', 'waypoint-fill-color', 'waypoint-square', 'waypoint-square-color', 'hashicorp', 'hashicorp-color', 'hashicorp-fill', 'hashicorp-fill-color', 'hashicorp-square', 'hashicorp-square-color', 'hcp', 'hcp-color', 'hcp-fill', 'hcp-fill-color', 'hcp-square', 'hcp-square-color', 'accessibility', 'folder-users', 'frown', 'identity-service', 'identity-user', 'meh', 'robot', 'smile', 'user', 'user-check', 'user-circle', 'user-circle-fill', 'user-minus', 'user-plus', 'user-x', 'users', 'ampersand', 'beaker', 'bucket', 'bulb', 'circle', 'circle-dot', 'circle-fill', 'circle-half', 'diamond', 'diamond-fill', 'disc', 'dot', 'dot-half', 'droplet', 'flag', 'gift', 'government', 'handshake', 'hash', 'hexagon', 'hexagon-fill', 'labyrinth', 'layers', 'moon', 'octagon', 'outline', 'random', 'rocket', 'sparkle', 'square', 'square-fill', 'sun', 'triangle', 'triangle-fill', 'truck', 'wand', 'zap', 'zap-off', 'docs', 'docs-download', 'docs-link', 'guide', 'guide-link', 'help', 'info', 'info-fill', 'learn', 'learn-link', 'support', 'alert-circle', 'alert-circle-fill', 'alert-diamond', 'alert-diamond-fill', 'alert-octagon', 'alert-octagon-fill', 'alert-triangle', 'alert-triangle-fill', 'check', 'check-circle', 'check-circle-fill', 'check-diamond', 'check-diamond-fill', 'check-hexagon', 'check-hexagon-fill', 'check-square', 'check-square-fill', 'skip', 'x', 'x-circle', 'x-circle-fill', 'x-diamond', 'x-diamond-fill', 'x-hexagon', 'x-hexagon-fill', 'x-square', 'x-square-fill', 'bug', 'certificate', 'eye', 'eye-off', 'fingerprint', 'key', 'keychain', 'lock', 'lock-fill', 'lock-off', 'shield', 'shield-alert', 'shield-check', 'shield-off', 'shield-x', 'token', 'unlock', 'verified', 'wall', 'minus', 'minus-circle', 'minus-circle-fill', 'minus-plus', 'minus-plus-circle', 'minus-plus-square', 'minus-square', 'minus-square-fill', 'plus', 'plus-circle', 'plus-circle-fill', 'plus-square', 'camera', 'camera-off', 'cast', 'closed-caption', 'fast-forward', 'film', 'headphones', 'image', 'music', 'pause', 'pause-circle', 'play', 'play-circle', 'radio', 'rewind', 'rss', 'skip-back', 'skip-forward', 'speaker', 'stop-circle', 'volume', 'volume-down', 'volume-2', 'volume-x', 'wifi', 'wifi-off', 'compass', 'crosshair', 'map', 'map-pin', 'navigation', 'navigation-alt', 'redirect', 'target', 'align-center', 'align-justify', 'align-left', 'align-right', 'battery', 'battery-charging', 'bookmark', 'bookmark-add', 'bookmark-add-fill', 'bookmark-fill', 'bookmark-remove', 'bookmark-remove-fill', 'bottom', 'top', 'start', 'end', 'command', 'crop', 'dashboard', 'delete', 'download', 'edit', 'entry-point', 'exit-point', 'external-link', 'filter', 'filter-circle', 'filter-fill', 'grid', 'grid-alt', 'home', 'jump-link', 'layout', 'link', 'list', 'maximize', 'maximize-alt', 'menu', 'minimize', 'minimize-alt', 'more-horizontal', 'more-vertical', 'mouse-pointer', 'paperclip', 'pen-tool', 'pencil-tool', 'pin', 'power', 'printer', 'reload', 'repeat', 'rotate-cw', 'rotate-ccw', 'search', 'share', 'sidebar', 'sidebar-hide', 'sidebar-show', 'sign-in', 'sign-out', 'slash', 'slash-square', 'sort-asc', 'sort-desc', 'switcher', 'sync', 'sync-alert', 'sync-reverse', 'tag', 'toggle-left', 'toggle-right', 'trash', 'type', 'text-wrap', 'unfold-close', 'unfold-open', 'upload', 'zoom-in', 'zoom-out', 'archive', 'clipboard', 'clipboard-checked', 'clipboard-copy', 'clipboard-x', 'file', 'file-change', 'file-check', 'file-diff', 'file-minus', 'file-plus', 'file-source', 'file-text', 'file-x', 'files', 'folder', 'folder-fill', 'folder-minus', 'folder-minus-fill', 'folder-plus', 'folder-plus-fill', 'folder-star', 'inbox', 'api', 'auto-apply', 'build', 'change', 'change-circle', 'change-square', 'channel', 'cloud', 'cloud-check', 'cloud-download', 'cloud-lightning', 'cloud-lock', 'cloud-off', 'cloud-upload', 'cloud-x', 'code', 'connection', 'connection-gateway', 'cpu', 'duplicate', 'gateway', 'git-branch', 'git-commit', 'git-merge', 'git-pull-request', 'git-repo', 'hammer', 'key-values', 'mainframe', 'mesh', 'module', 'monitor', 'network', 'network-alt', 'node', 'path', 'pipeline', 'plug', 'replication-direct', 'replication-perf', 'scissors', 'server', 'server-cluster', 'serverless', 'service', 'settings', 'sliders', 'smartphone', 'socket', 'step', 'tablet', 'terminal', 'terminal-screen', 'test', 'tools', 'transform-data', 'tv', 'webhook', 'wrench', 'calendar', 'clock', 'clock-filled', 'delay', 'event', 'history', 'hourglass', 'watch', 'bar-chart', 'bar-chart-alt', 'box', 'collections', 'database', 'hard-drive', 'line-chart', 'line-chart-up', 'logs', 'package', 'pie-chart', 'queue', 'save', 'trend-down', 'trend-up', 'activity', 'at-sign', 'award', 'bell', 'bell-active', 'bell-active-fill', 'bell-off', 'discussion-circle', 'discussion-square', 'heart', 'heart-fill', 'heart-off', 'mail', 'mail-open', 'message-circle', 'message-circle-fill', 'message-square', 'message-square-fill', 'mic', 'mic-off', 'newspaper', 'phone', 'phone-call', 'phone-off', 'send', 'star', 'star-circle', 'star-fill', 'star-off', 'thumbs-down', 'thumbs-up', 'video', 'video-off', 'bank-vault', 'briefcase', 'credit-card', 'dollar-sign', 'enterprise', 'globe', 'globe-private', 'org', 'provider', 'shopping-bag', 'shopping-cart', 'arrow-down', 'arrow-down-circle', 'arrow-down-left', 'arrow-down-right', 'arrow-left', 'arrow-left-circle', 'arrow-right', 'arrow-right-circle', 'arrow-up', 'arrow-up-circle', 'arrow-up-left', 'arrow-up-right', 'caret', 'chevron-down', 'chevron-left', 'chevron-right', 'chevron-up', 'chevrons-down', 'chevrons-left', 'chevrons-right', 'chevrons-up', 'corner-down-left', 'corner-down-right', 'corner-left-down', 'corner-left-up', 'corner-right-down', 'corner-right-up', 'corner-up-left', 'corner-up-right', 'load-balancer', 'migrate', 'move', 'shuffle', 'swap-horizontal', 'swap-vertical'];
|
|
7
7
|
export type IconName = typeof iconNames[number];
|
package/svg/index.js
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* SPDX-License-Identifier: MPL-2.0
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
export const iconNames = [ 'loading', 'loading-static', 'running', 'running-static', 'apple', 'apple-color', 'alibaba', 'alibaba-color', 'amazon-ecs', 'amazon-ecs-color', 'amazon-eks', 'amazon-eks-color', 'auth0', 'auth0-color', 'aws', 'aws-color', 'aws-cdk', 'aws-cdk-color', 'aws-cloudwatch', 'aws-cloudwatch-color', 'aws-ec2', 'aws-ec2-color', 'aws-lambda', 'aws-lambda-color', 'aws-s3', 'aws-s3-color', 'azure', 'azure-color', 'azure-aks', 'azure-aks-color', 'azure-blob-storage', 'azure-blob-storage-color', 'azure-devops', 'azure-devops-color', 'azure-vms', 'azure-vms-color', 'bitbucket', 'bitbucket-color', 'bridgecrew', 'bridgecrew-color', 'cisco', 'cisco-color', 'codepen', 'codepen-color', 'confluence', 'confluence-color', 'confluent', 'confluent-color', 'datadog', 'datadog-color', 'digital-ocean', 'digital-ocean-color', 'docker', 'docker-color', 'duo
|
|
6
|
+
export const iconNames = [ 'loading', 'loading-static', 'running', 'running-static', 'apple', 'apple-color', 'alibaba', 'alibaba-color', 'amazon-ecs', 'amazon-ecs-color', 'amazon-eks', 'amazon-eks-color', 'auth0', 'auth0-color', 'aws', 'aws-color', 'aws-cdk', 'aws-cdk-color', 'aws-cloudwatch', 'aws-cloudwatch-color', 'aws-ec2', 'aws-ec2-color', 'aws-lambda', 'aws-lambda-color', 'aws-s3', 'aws-s3-color', 'azure', 'azure-color', 'azure-aks', 'azure-aks-color', 'azure-blob-storage', 'azure-blob-storage-color', 'azure-devops', 'azure-devops-color', 'azure-vms', 'azure-vms-color', 'bitbucket', 'bitbucket-color', 'bridgecrew', 'bridgecrew-color', 'cisco', 'cisco-color', 'codepen', 'codepen-color', 'confluence', 'confluence-color', 'confluent', 'confluent-color', 'datadog', 'datadog-color', 'digital-ocean', 'digital-ocean-color', 'docker', 'docker-color', 'duo', 'duo-color', 'elastic-observability', 'elastic-observability-color', 'f5', 'f5-color', 'facebook', 'facebook-color', 'figma', 'figma-color', 'gcp', 'gcp-color', 'git', 'git-color', 'gitlab', 'gitlab-color', 'github', 'github-color', 'google', 'google-color', 'google-docs', 'google-docs-color', 'google-drive', 'google-drive-color', 'google-forms', 'google-forms-color', 'google-sheets', 'google-sheets-color', 'google-slides', 'google-slides-color', 'grafana', 'grafana-color', 'helm', 'helm-color', 'infracost', 'infracost-color', 'jfrog', 'jfrog-color', 'jira', 'jira-color', 'jwt', 'jwt-color', 'kubernetes', 'kubernetes-color', 'lightlytics', 'lightlytics-color', 'linkedin', 'linkedin-color', 'linode', 'linode-color', 'linux', 'linux-color', 'loom', 'loom-color', 'meetup', 'meetup-color', 'microsoft', 'microsoft-color', 'microsoft-teams', 'microsoft-teams-color', 'minio', 'minio-color', 'mongodb', 'mongodb-color', 'new-relic', 'new-relic-color', 'okta', 'okta-color', 'oracle', 'oracle-color', 'opa', 'opa-color', 'openid', 'openid-color', 'pack', 'pack-color', 'pager-duty', 'pager-duty-color', 'ping-identity ', 'ping-identity-color', 'postgres', 'postgres-color', 'rabbitmq', 'rabbitmq-color', 'saml', 'saml-color', 'service-now', 'service-now-color', 'slack', 'slack-color', 'snyk', 'snyk-color', 'splunk', 'splunk-color', 'twilio', 'twilio-color', 'twitch', 'twitch-color', 'twitter', 'twitter-color', 'twitter-x', 'twitter-x-color', 'vantage', 'vantage-color', 'venafi', 'venafi-color', 'vercel', 'vercel-color', 'vmware', 'vmware-color', 'youtube', 'youtube-color', 'boundary', 'boundary-color', 'boundary-fill', 'boundary-fill-color', 'boundary-square', 'boundary-square-color', 'consul', 'consul-color', 'consul-fill', 'consul-fill-color', 'consul-square', 'consul-square-color', 'nomad', 'nomad-color', 'nomad-fill', 'nomad-fill-color', 'nomad-square', 'nomad-square-color', 'packer', 'packer-color', 'packer-fill', 'packer-fill-color', 'packer-square', 'packer-square-color', 'terraform', 'terraform-color', 'terraform-fill', 'terraform-fill-color', 'terraform-square', 'terraform-square-color', 'vagrant', 'vagrant-color', 'vagrant-fill', 'vagrant-fill-color', 'vagrant-square', 'vagrant-square-color', 'vault', 'vault-color', 'vault-fill', 'vault-fill-color', 'vault-square', 'vault-square-color', 'vault-radar', 'vault-radar-color', 'vault-radar-fill', 'vault-radar-fill-color', 'vault-radar-square', 'vault-radar-square-color', 'vault-secrets', 'vault-secrets-color', 'vault-secrets-fill', 'vault-secrets-fill-color', 'vault-secrets-square', 'vault-secrets-square-color', 'waypoint', 'waypoint-color', 'waypoint-fill', 'waypoint-fill-color', 'waypoint-square', 'waypoint-square-color', 'hashicorp', 'hashicorp-color', 'hashicorp-fill', 'hashicorp-fill-color', 'hashicorp-square', 'hashicorp-square-color', 'hcp', 'hcp-color', 'hcp-fill', 'hcp-fill-color', 'hcp-square', 'hcp-square-color', 'accessibility', 'folder-users', 'frown', 'identity-service', 'identity-user', 'meh', 'robot', 'smile', 'user', 'user-check', 'user-circle', 'user-circle-fill', 'user-minus', 'user-plus', 'user-x', 'users', 'ampersand', 'beaker', 'bucket', 'bulb', 'circle', 'circle-dot', 'circle-fill', 'circle-half', 'diamond', 'diamond-fill', 'disc', 'dot', 'dot-half', 'droplet', 'flag', 'gift', 'government', 'handshake', 'hash', 'hexagon', 'hexagon-fill', 'labyrinth', 'layers', 'moon', 'octagon', 'outline', 'random', 'rocket', 'sparkle', 'square', 'square-fill', 'sun', 'triangle', 'triangle-fill', 'truck', 'wand', 'zap', 'zap-off', 'docs', 'docs-download', 'docs-link', 'guide', 'guide-link', 'help', 'info', 'info-fill', 'learn', 'learn-link', 'support', 'alert-circle', 'alert-circle-fill', 'alert-diamond', 'alert-diamond-fill', 'alert-octagon', 'alert-octagon-fill', 'alert-triangle', 'alert-triangle-fill', 'check', 'check-circle', 'check-circle-fill', 'check-diamond', 'check-diamond-fill', 'check-hexagon', 'check-hexagon-fill', 'check-square', 'check-square-fill', 'skip', 'x', 'x-circle', 'x-circle-fill', 'x-diamond', 'x-diamond-fill', 'x-hexagon', 'x-hexagon-fill', 'x-square', 'x-square-fill', 'bug', 'certificate', 'eye', 'eye-off', 'fingerprint', 'key', 'keychain', 'lock', 'lock-fill', 'lock-off', 'shield', 'shield-alert', 'shield-check', 'shield-off', 'shield-x', 'token', 'unlock', 'verified', 'wall', 'minus', 'minus-circle', 'minus-circle-fill', 'minus-plus', 'minus-plus-circle', 'minus-plus-square', 'minus-square', 'minus-square-fill', 'plus', 'plus-circle', 'plus-circle-fill', 'plus-square', 'camera', 'camera-off', 'cast', 'closed-caption', 'fast-forward', 'film', 'headphones', 'image', 'music', 'pause', 'pause-circle', 'play', 'play-circle', 'radio', 'rewind', 'rss', 'skip-back', 'skip-forward', 'speaker', 'stop-circle', 'volume', 'volume-down', 'volume-2', 'volume-x', 'wifi', 'wifi-off', 'compass', 'crosshair', 'map', 'map-pin', 'navigation', 'navigation-alt', 'redirect', 'target', 'align-center', 'align-justify', 'align-left', 'align-right', 'battery', 'battery-charging', 'bookmark', 'bookmark-add', 'bookmark-add-fill', 'bookmark-fill', 'bookmark-remove', 'bookmark-remove-fill', 'bottom', 'top', 'start', 'end', 'command', 'crop', 'dashboard', 'delete', 'download', 'edit', 'entry-point', 'exit-point', 'external-link', 'filter', 'filter-circle', 'filter-fill', 'grid', 'grid-alt', 'home', 'jump-link', 'layout', 'link', 'list', 'maximize', 'maximize-alt', 'menu', 'minimize', 'minimize-alt', 'more-horizontal', 'more-vertical', 'mouse-pointer', 'paperclip', 'pen-tool', 'pencil-tool', 'pin', 'power', 'printer', 'reload', 'repeat', 'rotate-cw', 'rotate-ccw', 'search', 'share', 'sidebar', 'sidebar-hide', 'sidebar-show', 'sign-in', 'sign-out', 'slash', 'slash-square', 'sort-asc', 'sort-desc', 'switcher', 'sync', 'sync-alert', 'sync-reverse', 'tag', 'toggle-left', 'toggle-right', 'trash', 'type', 'text-wrap', 'unfold-close', 'unfold-open', 'upload', 'zoom-in', 'zoom-out', 'archive', 'clipboard', 'clipboard-checked', 'clipboard-copy', 'clipboard-x', 'file', 'file-change', 'file-check', 'file-diff', 'file-minus', 'file-plus', 'file-source', 'file-text', 'file-x', 'files', 'folder', 'folder-fill', 'folder-minus', 'folder-minus-fill', 'folder-plus', 'folder-plus-fill', 'folder-star', 'inbox', 'api', 'auto-apply', 'build', 'change', 'change-circle', 'change-square', 'channel', 'cloud', 'cloud-check', 'cloud-download', 'cloud-lightning', 'cloud-lock', 'cloud-off', 'cloud-upload', 'cloud-x', 'code', 'connection', 'connection-gateway', 'cpu', 'duplicate', 'gateway', 'git-branch', 'git-commit', 'git-merge', 'git-pull-request', 'git-repo', 'hammer', 'key-values', 'mainframe', 'mesh', 'module', 'monitor', 'network', 'network-alt', 'node', 'path', 'pipeline', 'plug', 'replication-direct', 'replication-perf', 'scissors', 'server', 'server-cluster', 'serverless', 'service', 'settings', 'sliders', 'smartphone', 'socket', 'step', 'tablet', 'terminal', 'terminal-screen', 'test', 'tools', 'transform-data', 'tv', 'webhook', 'wrench', 'calendar', 'clock', 'clock-filled', 'delay', 'event', 'history', 'hourglass', 'watch', 'bar-chart', 'bar-chart-alt', 'box', 'collections', 'database', 'hard-drive', 'line-chart', 'line-chart-up', 'logs', 'package', 'pie-chart', 'queue', 'save', 'trend-down', 'trend-up', 'activity', 'at-sign', 'award', 'bell', 'bell-active', 'bell-active-fill', 'bell-off', 'discussion-circle', 'discussion-square', 'heart', 'heart-fill', 'heart-off', 'mail', 'mail-open', 'message-circle', 'message-circle-fill', 'message-square', 'message-square-fill', 'mic', 'mic-off', 'newspaper', 'phone', 'phone-call', 'phone-off', 'send', 'star', 'star-circle', 'star-fill', 'star-off', 'thumbs-down', 'thumbs-up', 'video', 'video-off', 'bank-vault', 'briefcase', 'credit-card', 'dollar-sign', 'enterprise', 'globe', 'globe-private', 'org', 'provider', 'shopping-bag', 'shopping-cart', 'arrow-down', 'arrow-down-circle', 'arrow-down-left', 'arrow-down-right', 'arrow-left', 'arrow-left-circle', 'arrow-right', 'arrow-right-circle', 'arrow-up', 'arrow-up-circle', 'arrow-up-left', 'arrow-up-right', 'caret', 'chevron-down', 'chevron-left', 'chevron-right', 'chevron-up', 'chevrons-down', 'chevrons-left', 'chevrons-right', 'chevrons-up', 'corner-down-left', 'corner-down-right', 'corner-left-down', 'corner-left-up', 'corner-right-down', 'corner-right-up', 'corner-up-left', 'corner-up-right', 'load-balancer', 'migrate', 'move', 'shuffle', 'swap-horizontal', 'swap-vertical' ];
|
package/svg/start-16.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1.75 2a.75.75 0 01.75.75v10.5a.75.75 0 01-1.5 0V2.75A.75.75 0 011.75 2zM8.793 3.155A.75.75 0 019.818 4.24l-.053.055-3.13 2.955h7.615a.75.75 0 010 1.5H6.636l3.129 2.955.053.055a.75.75 0 01-1.025 1.085l-.058-.05-4.5-4.25a.75.75 0 01-.053-1.034l.053-.056 4.5-4.25.058-.05z"/></g></svg>
|
package/svg/start-24.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.75 3a.75.75 0 01.75.75v16.5l-.004.077a.75.75 0 01-1.492 0L2 20.25V3.75A.75.75 0 012.75 3zM12.788 5.16a.75.75 0 011.034 1.074l-.052.057-5.157 4.959H21.25a.75.75 0 010 1.5H8.613l5.157 4.959.052.057a.75.75 0 01-1.034 1.075l-.058-.05-6.5-6.25a.751.751 0 010-1.082l6.5-6.25.058-.05z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M1.75 1a.75.75 0 01.75.75v12.5a.75.75 0 01-1.5 0V1.75A.75.75 0 011.75 1zM14.25 1a.75.75 0 01.75.75v12.5a.75.75 0 01-1.5 0V1.75a.75.75 0 01.75-.75zM9.176 5.004c.867.04 1.558.38 2.055.895C11.787 6.476 12 7.222 12 8c0 .766-.193 1.518-.778 2.104C10.69 10.633 9.97 11 9 11H7.368l.153.146.053.056a.75.75 0 01-1.032 1.077l-.058-.05-1.5-1.438-.052-.056a.746.746 0 01-.078-.111c-.005-.007-.008-.015-.012-.022-.011-.021-.023-.043-.032-.065l-.01-.025-.013-.044a.746.746 0 01-.021-.085l-.005-.033a.749.749 0 01.043-.37l.015-.036a.742.742 0 01.045-.086l.016-.025a.747.747 0 01.092-.113l1.5-1.5.057-.052a.75.75 0 011.055 1.056l-.052.056-.22.22H9c.547 0 .893-.189 1.161-.457.214-.214.339-.525.339-1.043 0-.506-.134-.836-.349-1.06-.21-.217-.51-.391-.953-.431L9 6.5H4.75a.75.75 0 010-1.5H9l.176.004z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.75 3.25A.75.75 0 013.5 4v16A.75.75 0 012 20V4a.75.75 0 01.75-.75zM21.25 3.25A.75.75 0 0122 4v16a.75.75 0 01-1.5 0V4a.75.75 0 01.75-.75zM14.913 8.515c.966.067 1.886.376 2.524 1.026.718.731.918 1.642.918 2.418 0 .777-.236 1.76-.91 2.467-.688.722-1.81 1.074-2.948 1.074h-4.185l.72.72.051.056a.75.75 0 01-1.056 1.056l-.056-.052-2-2-.043-.047a.748.748 0 01-.078-.112l-.022-.043-.02-.04-.012-.035a.74.74 0 01-.035-.14l-.004-.02a.75.75 0 01.012-.252.744.744 0 01.04-.124c.003-.012.009-.023.014-.034a.745.745 0 01.044-.081l.02-.03a.75.75 0 01.084-.102l2-2a.75.75 0 011.112 1.004l-.052.056-.72.72h4.186c.885 0 1.55-.28 1.862-.608.327-.343.495-.903.495-1.433 0-.531-.133-1.007-.487-1.367-.299-.305-.824-.53-1.548-.581L14.497 10H6.498a.75.75 0 110-1.5h8l.415.015z"/></g></svg>
|
package/svg/top-16.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M2.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M2.75 2.5a.75.75 0 010-1.5h10.5a.75.75 0 010 1.5H2.75zM3.235 9.795a.75.75 0 001.06-.03L7.25 6.636v7.614a.75.75 0 001.5 0V6.636l2.955 3.129a.75.75 0 001.09-1.03l-4.25-4.5a.75.75 0 00-1.09 0l-4.25 4.5a.75.75 0 00.03 1.06z"/></g></svg>
|
package/svg/top-24.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.75 3.5a.75.75 0 010-1.5h16.5a.75.75 0 010 1.5H3.75zM5.23 13.79a.75.75 0 001.06-.02l4.96-5.158V21.25a.75.75 0 001.5 0V8.612l4.96 5.158a.75.75 0 101.08-1.04l-6.25-6.5a.75.75 0 00-1.08 0l-6.25 6.5a.75.75 0 00.02 1.06z"/></g></svg>
|
package/svg-react/bottom-16.tsx
CHANGED
|
@@ -24,7 +24,7 @@ export const IconBottom16 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
24
24
|
>
|
|
25
25
|
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
26
|
<g fill={color}>
|
|
27
|
-
<path d="
|
|
27
|
+
<path d="M8 1a.75.75 0 01.75.75v7.614l2.955-3.129a.75.75 0 011.09 1.03l-4.25 4.5a.747.747 0 01-.533.235h-.024a.747.747 0 01-.51-.211l-.004-.005a.862.862 0 01-.02-.02l-4.25-4.499a.75.75 0 011.091-1.03L7.25 9.364V1.75A.75.75 0 018 1zM2.75 13.5a.75.75 0 000 1.5h10.5a.75.75 0 000-1.5H2.75z" />
|
|
28
28
|
</g>
|
|
29
29
|
</svg>
|
|
30
30
|
);
|
package/svg-react/bottom-24.tsx
CHANGED
|
@@ -24,7 +24,7 @@ export const IconBottom24 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
24
24
|
>
|
|
25
25
|
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
26
|
<g fill={color}>
|
|
27
|
-
<path d="
|
|
27
|
+
<path d="M12 2a.75.75 0 01.75.75v12.638l4.96-5.158a.75.75 0 111.08 1.04l-6.25 6.5a.75.75 0 01-1.08 0l-6.25-6.5a.75.75 0 111.08-1.04l4.96 5.158V2.75A.75.75 0 0112 2zM3.75 20.5a.75.75 0 000 1.5h16.5a.75.75 0 000-1.5H3.75z" />
|
|
28
28
|
</g>
|
|
29
29
|
</svg>
|
|
30
30
|
);
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconEnd16 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={16}
|
|
17
|
+
height={16}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 16 16"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<g fill={color}>
|
|
27
|
+
<path d="M14.25 2a.75.75 0 01.75.75v10.5a.75.75 0 01-1.5 0V2.75a.75.75 0 01.75-.75zM6.205 3.235a.75.75 0 011.002-.08l.058.05 4.5 4.25a.75.75 0 01.053 1.034l-.053.056-4.5 4.25-.058.05a.75.75 0 01-1.025-1.085l.053-.055 3.13-2.955H1.75a.75.75 0 010-1.5h7.614L6.235 4.295l-.053-.055a.75.75 0 01.023-1.005z" />
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconEnd24 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={24}
|
|
17
|
+
height={24}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 24 24"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<g fill={color}>
|
|
27
|
+
<path d="M21.25 3a.75.75 0 01.746.673L22 3.75v16.5a.75.75 0 01-1.5 0V3.75l.004-.077A.75.75 0 0121.25 3zM10.209 5.23a.75.75 0 011.003-.07l.058.049 6.5 6.25a.751.751 0 010 1.082l-6.5 6.25-.058.05a.75.75 0 01-1.034-1.075l.052-.057 5.157-4.959H2.75a.75.75 0 010-1.5h12.637L10.23 6.291l-.052-.057a.75.75 0 01.031-1.004z" />
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|
package/svg-react/index.ts
CHANGED
|
@@ -106,10 +106,10 @@ export { IconDocker24 } from './docker-24';
|
|
|
106
106
|
export { IconDocker16 } from './docker-16';
|
|
107
107
|
export { IconDockerColor24 } from './docker-color-24';
|
|
108
108
|
export { IconDockerColor16 } from './docker-color-16';
|
|
109
|
-
export { IconDuoColor24 } from './duo-color-24';
|
|
110
|
-
export { IconDuoColor16 } from './duo-color-16';
|
|
111
109
|
export { IconDuo24 } from './duo-24';
|
|
112
110
|
export { IconDuo16 } from './duo-16';
|
|
111
|
+
export { IconDuoColor24 } from './duo-color-24';
|
|
112
|
+
export { IconDuoColor16 } from './duo-color-16';
|
|
113
113
|
export { IconElasticObservability24 } from './elastic-observability-24';
|
|
114
114
|
export { IconElasticObservability16 } from './elastic-observability-16';
|
|
115
115
|
export { IconElasticObservabilityColor24 } from './elastic-observability-color-24';
|
|
@@ -814,6 +814,12 @@ export { IconBookmarkRemoveFill24 } from './bookmark-remove-fill-24';
|
|
|
814
814
|
export { IconBookmarkRemoveFill16 } from './bookmark-remove-fill-16';
|
|
815
815
|
export { IconBottom24 } from './bottom-24';
|
|
816
816
|
export { IconBottom16 } from './bottom-16';
|
|
817
|
+
export { IconTop24 } from './top-24';
|
|
818
|
+
export { IconTop16 } from './top-16';
|
|
819
|
+
export { IconStart24 } from './start-24';
|
|
820
|
+
export { IconStart16 } from './start-16';
|
|
821
|
+
export { IconEnd24 } from './end-24';
|
|
822
|
+
export { IconEnd16 } from './end-16';
|
|
817
823
|
export { IconCommand24 } from './command-24';
|
|
818
824
|
export { IconCommand16 } from './command-16';
|
|
819
825
|
export { IconCrop24 } from './crop-24';
|
|
@@ -924,12 +930,12 @@ export { IconToggleLeft24 } from './toggle-left-24';
|
|
|
924
930
|
export { IconToggleLeft16 } from './toggle-left-16';
|
|
925
931
|
export { IconToggleRight24 } from './toggle-right-24';
|
|
926
932
|
export { IconToggleRight16 } from './toggle-right-16';
|
|
927
|
-
export { IconTop24 } from './top-24';
|
|
928
|
-
export { IconTop16 } from './top-16';
|
|
929
933
|
export { IconTrash24 } from './trash-24';
|
|
930
934
|
export { IconTrash16 } from './trash-16';
|
|
931
935
|
export { IconType24 } from './type-24';
|
|
932
936
|
export { IconType16 } from './type-16';
|
|
937
|
+
export { IconTextWrap24 } from './text-wrap-24';
|
|
938
|
+
export { IconTextWrap16 } from './text-wrap-16';
|
|
933
939
|
export { IconUnfoldClose24 } from './unfold-close-24';
|
|
934
940
|
export { IconUnfoldClose16 } from './unfold-close-16';
|
|
935
941
|
export { IconUnfoldOpen24 } from './unfold-open-24';
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconStart16 = forwardRef<SVGSVGElement, IconProps>(
|
|
5
|
+
({ color = 'currentColor', title, ...props }, svgRef) => {
|
|
6
|
+
const titleId = useMemo(
|
|
7
|
+
() =>
|
|
8
|
+
title
|
|
9
|
+
? 'title-' + Math.random().toString(36).substr(2, 9)
|
|
10
|
+
: undefined,
|
|
11
|
+
[title]
|
|
12
|
+
);
|
|
13
|
+
return (
|
|
14
|
+
<svg
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
16
|
+
width={16}
|
|
17
|
+
height={16}
|
|
18
|
+
fill="none"
|
|
19
|
+
viewBox="0 0 16 16"
|
|
20
|
+
aria-hidden={!title}
|
|
21
|
+
ref={svgRef}
|
|
22
|
+
aria-labelledby={titleId}
|
|
23
|
+
{...props}
|
|
24
|
+
>
|
|
25
|
+
{title ? <title id={titleId}>{title}</title> : null}
|
|
26
|
+
<g fill={color}>
|
|
27
|
+
<path d="M1.75 2a.75.75 0 01.75.75v10.5a.75.75 0 01-1.5 0V2.75A.75.75 0 011.75 2zM8.793 3.155A.75.75 0 019.818 4.24l-.053.055-3.13 2.955h7.615a.75.75 0 010 1.5H6.636l3.129 2.955.053.055a.75.75 0 01-1.025 1.085l-.058-.05-4.5-4.25a.75.75 0 01-.053-1.034l.053-.056 4.5-4.25.058-.05z" />
|
|
28
|
+
</g>
|
|
29
|
+
</svg>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
);
|