@hashicorp/flight-icons 3.4.0 → 3.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 +20 -0
- package/README.md +1 -1
- package/catalog.json +101 -1
- package/package.json +6 -7
- package/svg/bucket-16.svg +1 -0
- package/svg/bucket-24.svg +1 -0
- package/svg/diamond-24.svg +1 -1
- package/svg/index.d.ts +1 -1
- package/svg/index.js +1 -1
- package/svg/mongodb-16.svg +1 -0
- package/svg/mongodb-24.svg +1 -0
- package/svg/mongodb-color-16.svg +1 -0
- package/svg/mongodb-color-24.svg +1 -0
- package/svg/twilio-16.svg +1 -0
- package/svg/twilio-24.svg +1 -0
- package/svg/twilio-color-16.svg +1 -0
- package/svg/twilio-color-24.svg +1 -0
- package/svg/wand-24.svg +1 -1
- package/svg-react/bucket-16.tsx +35 -0
- package/svg-react/bucket-24.tsx +35 -0
- package/svg-react/diamond-24.tsx +1 -1
- package/svg-react/index.ts +10 -0
- package/svg-react/mongodb-16.tsx +33 -0
- package/svg-react/mongodb-24.tsx +33 -0
- package/svg-react/mongodb-color-16.tsx +33 -0
- package/svg-react/mongodb-color-24.tsx +33 -0
- package/svg-react/twilio-16.tsx +33 -0
- package/svg-react/twilio-24.tsx +33 -0
- package/svg-react/twilio-color-16.tsx +33 -0
- package/svg-react/twilio-color-24.tsx +33 -0
- package/svg-react/wand-24.tsx +2 -2
- package/svg-sprite/svg-sprite-module.js +1 -1
- package/svg-sprite/svg-sprite.svg +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @hashicorp/flight-icons
|
|
2
2
|
|
|
3
|
+
## 3.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
`bucket` icon added.
|
|
8
|
+
|
|
9
|
+
<small class="doc-whats-new-changelog-metadata">[#2424](https://github.com/hashicorp/design-system/pull/2424)</small>
|
|
10
|
+
|
|
11
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
12
|
+
|
|
13
|
+
## 3.5.0
|
|
14
|
+
|
|
15
|
+
### Minor Changes
|
|
16
|
+
|
|
17
|
+
mongodb and twilio icons have been added.
|
|
18
|
+
|
|
19
|
+
<small class="doc-whats-new-changelog-metadata">[#2260](https://github.com/hashicorp/design-system/pull/2260)</small>
|
|
20
|
+
|
|
21
|
+
<div class="doc-whats-new-changelog-separator"></div>
|
|
22
|
+
|
|
3
23
|
## 3.4.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ A package for the icons from `flight`, which can be used in React or Ember apps.
|
|
|
6
6
|
|
|
7
7
|
## Installation and Usage
|
|
8
8
|
|
|
9
|
-
See [https://helios.hashicorp.design/
|
|
9
|
+
See [https://helios.hashicorp.design/components/icon?tab=code](https://helios.hashicorp.design/components/icon?tab=code) for installation and usage instructions.
|
|
10
10
|
|
|
11
11
|
## Contributing
|
|
12
12
|
|
package/catalog.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"lastRunTimeISO": "2024-
|
|
2
|
+
"lastRunTimeISO": "2024-09-17T16:24:07.176Z",
|
|
3
3
|
"lastRunFigma": {
|
|
4
4
|
"id": "TLnoT5AYQfy3tZ0H68BgOr",
|
|
5
5
|
"page": "Export",
|
|
@@ -2206,6 +2206,46 @@
|
|
|
2206
2206
|
"width": 16,
|
|
2207
2207
|
"height": 16
|
|
2208
2208
|
},
|
|
2209
|
+
{
|
|
2210
|
+
"id": "6482:124",
|
|
2211
|
+
"fileName": "mongodb-24",
|
|
2212
|
+
"iconName": "mongodb",
|
|
2213
|
+
"description": "mongodb",
|
|
2214
|
+
"category": "Services",
|
|
2215
|
+
"size": "24",
|
|
2216
|
+
"width": 24,
|
|
2217
|
+
"height": 24
|
|
2218
|
+
},
|
|
2219
|
+
{
|
|
2220
|
+
"id": "6482:126",
|
|
2221
|
+
"fileName": "mongodb-16",
|
|
2222
|
+
"iconName": "mongodb",
|
|
2223
|
+
"description": "mongodb",
|
|
2224
|
+
"category": "Services",
|
|
2225
|
+
"size": "16",
|
|
2226
|
+
"width": 16,
|
|
2227
|
+
"height": 16
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
"id": "6482:131",
|
|
2231
|
+
"fileName": "mongodb-color-24",
|
|
2232
|
+
"iconName": "mongodb-color",
|
|
2233
|
+
"description": "mongodb",
|
|
2234
|
+
"category": "Services",
|
|
2235
|
+
"size": "24",
|
|
2236
|
+
"width": 24,
|
|
2237
|
+
"height": 24
|
|
2238
|
+
},
|
|
2239
|
+
{
|
|
2240
|
+
"id": "6482:133",
|
|
2241
|
+
"fileName": "mongodb-color-16",
|
|
2242
|
+
"iconName": "mongodb-color",
|
|
2243
|
+
"description": "mongodb",
|
|
2244
|
+
"category": "Services",
|
|
2245
|
+
"size": "16",
|
|
2246
|
+
"width": 16,
|
|
2247
|
+
"height": 16
|
|
2248
|
+
},
|
|
2209
2249
|
{
|
|
2210
2250
|
"id": "4229:107",
|
|
2211
2251
|
"fileName": "new-relic-24",
|
|
@@ -2726,6 +2766,46 @@
|
|
|
2726
2766
|
"width": 16,
|
|
2727
2767
|
"height": 16
|
|
2728
2768
|
},
|
|
2769
|
+
{
|
|
2770
|
+
"id": "6482:145",
|
|
2771
|
+
"fileName": "twilio-24",
|
|
2772
|
+
"iconName": "twilio",
|
|
2773
|
+
"description": "twilio",
|
|
2774
|
+
"category": "Services",
|
|
2775
|
+
"size": "24",
|
|
2776
|
+
"width": 24,
|
|
2777
|
+
"height": 24
|
|
2778
|
+
},
|
|
2779
|
+
{
|
|
2780
|
+
"id": "6482:147",
|
|
2781
|
+
"fileName": "twilio-16",
|
|
2782
|
+
"iconName": "twilio",
|
|
2783
|
+
"description": "twilio",
|
|
2784
|
+
"category": "Services",
|
|
2785
|
+
"size": "16",
|
|
2786
|
+
"width": 16,
|
|
2787
|
+
"height": 16
|
|
2788
|
+
},
|
|
2789
|
+
{
|
|
2790
|
+
"id": "6482:138",
|
|
2791
|
+
"fileName": "twilio-color-24",
|
|
2792
|
+
"iconName": "twilio-color",
|
|
2793
|
+
"description": "twilio",
|
|
2794
|
+
"category": "Services",
|
|
2795
|
+
"size": "24",
|
|
2796
|
+
"width": 24,
|
|
2797
|
+
"height": 24
|
|
2798
|
+
},
|
|
2799
|
+
{
|
|
2800
|
+
"id": "6482:140",
|
|
2801
|
+
"fileName": "twilio-color-16",
|
|
2802
|
+
"iconName": "twilio-color",
|
|
2803
|
+
"description": "twilio",
|
|
2804
|
+
"category": "Services",
|
|
2805
|
+
"size": "16",
|
|
2806
|
+
"width": 16,
|
|
2807
|
+
"height": 16
|
|
2808
|
+
},
|
|
2729
2809
|
{
|
|
2730
2810
|
"id": "855:174",
|
|
2731
2811
|
"fileName": "twitch-24",
|
|
@@ -10406,6 +10486,26 @@
|
|
|
10406
10486
|
"width": 16,
|
|
10407
10487
|
"height": 16
|
|
10408
10488
|
},
|
|
10489
|
+
{
|
|
10490
|
+
"id": "6604:66",
|
|
10491
|
+
"fileName": "bucket-24",
|
|
10492
|
+
"iconName": "bucket",
|
|
10493
|
+
"description": "bucket, bin, container",
|
|
10494
|
+
"category": "Symbols",
|
|
10495
|
+
"size": "24",
|
|
10496
|
+
"width": 24,
|
|
10497
|
+
"height": 24
|
|
10498
|
+
},
|
|
10499
|
+
{
|
|
10500
|
+
"id": "6604:70",
|
|
10501
|
+
"fileName": "bucket-16",
|
|
10502
|
+
"iconName": "bucket",
|
|
10503
|
+
"description": "bucket, bin, container",
|
|
10504
|
+
"category": "Symbols",
|
|
10505
|
+
"size": "16",
|
|
10506
|
+
"width": 16,
|
|
10507
|
+
"height": 16
|
|
10508
|
+
},
|
|
10409
10509
|
{
|
|
10410
10510
|
"id": "1484:85",
|
|
10411
10511
|
"fileName": "bulb-24",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hashicorp/flight-icons",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "Flight: HashiCorp SVG icon set",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hashicorp",
|
|
@@ -33,25 +33,24 @@
|
|
|
33
33
|
"@types/fs-extra": "^11.0.3",
|
|
34
34
|
"@types/lodash": "^4.14.200",
|
|
35
35
|
"@types/node": "^20.8.9",
|
|
36
|
-
"@types/prettier": "^2.7.3",
|
|
37
36
|
"@types/react": "^18.2.33",
|
|
38
37
|
"@types/react-dom": "^18.2.14",
|
|
39
38
|
"@types/svgo": "~1.3.6",
|
|
40
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
41
|
-
"@typescript-eslint/parser": "^
|
|
39
|
+
"@typescript-eslint/eslint-plugin": "^8.5.0",
|
|
40
|
+
"@typescript-eslint/parser": "^8.5.0",
|
|
42
41
|
"archiver": "^6.0.1",
|
|
43
42
|
"chalk": "^4.1.2",
|
|
44
43
|
"del": "^6.1.1",
|
|
45
44
|
"dotenv": "^10.0.0",
|
|
46
|
-
"eslint": "^
|
|
45
|
+
"eslint": "^8.57.0",
|
|
47
46
|
"figma-api": "^1.11.0",
|
|
48
47
|
"fs-extra": "^11.1.1",
|
|
49
48
|
"lodash": "^4.17.21",
|
|
50
49
|
"mini-svg-data-uri": "^1.4.4",
|
|
51
|
-
"prettier": "^
|
|
50
|
+
"prettier": "^3.3.2",
|
|
52
51
|
"svgo": "~1.3.2",
|
|
53
52
|
"svgstore": "^3.0.1",
|
|
54
|
-
"ts-node": "^10.9.
|
|
53
|
+
"ts-node": "^10.9.2",
|
|
55
54
|
"typescript": "^5.3.3"
|
|
56
55
|
}
|
|
57
56
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M1.616 8.732A.752.752 0 01.7 8C.7 3.793 3.913.3 7.975.3S15.25 3.793 15.25 8a.75.75 0 01-.795.749 166.863 166.863 0 01-1.06 4.056c-.136.484-.27.938-.354 1.126-.187.411-.53.686-.873.87-.346.185-.756.312-1.182.403-.852.182-1.902.244-2.961.244-1.06 0-2.123-.062-2.989-.243-.432-.09-.848-.217-1.2-.401-.346-.182-.698-.456-.887-.873a.753.753 0 01-.045-.129L2.7 12.98c-.124-.495-.29-1.159-.462-1.834a306.765 306.765 0 00-.621-2.414zm.806-2.444C3.118 3.673 5.37 1.8 7.975 1.8c2.596 0 4.841 1.86 5.546 4.461a6.733 6.733 0 00-1.088-.375C11.228 5.569 9.633 5.4 8 5.4c-1.634 0-3.228.17-4.433.486a6.568 6.568 0 00-1.145.402zm10.011 3.276c.1-.026.196-.053.29-.081-.09.354-.19.741-.292 1.132-.167.64-.338 1.278-.48 1.785-.072.254-.135.471-.186.638a7.06 7.06 0 01-.09.272v.002c-.004.007-.042.073-.215.166-.176.094-.436.184-.787.26-.7.148-1.628.21-2.648.21-1.02 0-1.965-.062-2.682-.212-.359-.075-.628-.165-.81-.261a.717.717 0 01-.2-.14l-.18-.719A772.248 772.248 0 003.37 9.51c.065.018.13.037.198.054 1.205.317 2.8.486 4.433.486 1.634 0 3.228-.17 4.433-.486zM8 6.9c-1.549 0-3.007.162-4.052.437-.486.127-.827.265-1.04.388.213.123.554.26 1.04.388C4.993 8.388 6.45 8.55 8 8.55c1.549 0 3.007-.162 4.052-.437.486-.127.827-.265 1.04-.388-.213-.123-.554-.26-1.04-.388C11.007 7.062 9.55 6.9 8 6.9z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.806 11.41a.75.75 0 01-1.106-.66c0-2.37 1.197-4.803 3.034-6.628C6.578 2.291 9.137 1 11.956 1c2.817 0 5.408 1.289 7.285 3.117 1.87 1.822 3.109 4.255 3.109 6.633a.75.75 0 01-1.148.636 5.582 5.582 0 01-.022.065c-.632 2.371-1.08 4.237-1.415 5.638l-.045.186c-.332 1.383-.57 2.376-.784 2.878-.22.518-.633.89-1.096 1.159-.463.268-1.021.459-1.62.598-1.198.277-2.689.375-4.22.375-1.531 0-3.023-.098-4.221-.375-.6-.138-1.159-.329-1.622-.596-.463-.268-.876-.641-1.097-1.16a.748.748 0 01-.036-.107l-2.205-8.599a7.011 7.011 0 01-.013-.038zm.752-2.725c.42-1.241 1.192-2.464 2.233-3.498C7.407 3.582 9.601 2.5 11.956 2.5c2.357 0 4.588 1.084 6.239 2.692 1.072 1.044 1.867 2.277 2.296 3.525-.528-.351-1.25-.643-2.103-.88C16.663 7.36 14.366 7.1 12 7.1c-2.366 0-4.662.26-6.387.738-.827.229-1.531.51-2.055.847zM19.667 9.97c.153.103.236.183.282.238a4.345 4.345 0 01-.03.167c-.049.053-.127.121-.252.205-.342.229-.897.47-1.68.687-1.557.431-3.711.683-5.987.683-2.276 0-4.43-.252-5.987-.683-.782-.217-1.338-.458-1.68-.687a1.468 1.468 0 01-.253-.206l-.029-.165a1.3 1.3 0 01.282-.239c.342-.229.898-.47 1.68-.687C7.57 8.852 9.724 8.6 12 8.6c2.276 0 4.43.252 5.987.683.783.217 1.338.458 1.68.687zm-1.28 2.742c.357-.098.69-.207.997-.325a236.996 236.996 0 00-1.077 4.35l-.045.188c-.352 1.466-.555 2.287-.706 2.64-.053.125-.18.283-.468.449-.288.167-.69.314-1.207.434-1.034.24-2.393.337-3.881.337-1.489 0-2.848-.097-3.884-.336-.517-.12-.92-.267-1.208-.434-.258-.149-.387-.29-.449-.408l-1.852-7.224c.309.12.646.23 1.006.33 1.725.478 4.021.737 6.387.737 2.366 0 4.663-.26 6.388-.737z" clip-rule="evenodd"/></svg>
|
package/svg/diamond-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"><path fill="currentColor" fill-rule="evenodd" d="M11.116 2.985l-8.131 8.132a1.25 1.25 0 000 1.767l8.131 8.132a1.25 1.25 0 001.768 0l8.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.116 2.985l-8.131 8.132a1.25 1.25 0 000 1.767l8.131 8.132a1.25 1.25 0 001.768 0l8.132-8.132a1.25 1.25 0 000-1.768l-8.132-8.131a1.25 1.25 0 00-1.768 0zm-9.192 7.07l8.132-8.13a2.75 2.75 0 013.889 0l8.131 8.13a2.75 2.75 0 010 3.89l-8.131 8.131a2.75 2.75 0 01-3.89 0l-8.131-8.131a2.75 2.75 0 010-3.89z" clip-rule="evenodd"/></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', 'datadog', 'datadog-color', 'digital-ocean', 'digital-ocean-color', 'docker', 'docker-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', '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', 'rabbitmq', 'rabbitmq-color', 'saml', 'saml-color', 'service-now', 'service-now-color', 'slack', 'slack-color', 'snyk', 'snyk-color', 'splunk', 'splunk-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', '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', 'bank-vault', 'briefcase', 'credit-card', 'dollar-sign', 'enterprise', 'globe', 'globe-private', 'org', 'provider', 'shopping-bag', 'shopping-cart', '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', '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', 'calendar', 'clock', 'clock-filled', 'delay', 'event', 'history', 'hourglass', 'watch', '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', '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', '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', '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', 'top', 'trash', 'type', 'unfold-close', 'unfold-open', 'upload', 'zoom-in', 'zoom-out', 'compass', 'crosshair', 'map', 'map-pin', 'navigation', 'navigation-alt', 'redirect', 'target', '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', 'ampersand', 'beaker', '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', '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', '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', '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', 'docs', 'docs-download', 'docs-link', 'guide', 'guide-link', 'help', 'info', 'info-fill', 'learn', 'learn-link', 'support', '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'];
|
|
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', 'datadog', 'datadog-color', 'digital-ocean', 'digital-ocean-color', 'docker', 'docker-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', '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', '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', 'bank-vault', 'briefcase', 'credit-card', 'dollar-sign', 'enterprise', 'globe', 'globe-private', 'org', 'provider', 'shopping-bag', 'shopping-cart', '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', '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', 'calendar', 'clock', 'clock-filled', 'delay', 'event', 'history', 'hourglass', 'watch', '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', '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', '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', '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', 'top', 'trash', 'type', 'unfold-close', 'unfold-open', 'upload', 'zoom-in', 'zoom-out', 'compass', 'crosshair', 'map', 'map-pin', 'navigation', 'navigation-alt', 'redirect', 'target', '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', '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', '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', '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', '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', 'docs', 'docs-download', 'docs-link', 'guide', 'guide-link', 'help', 'info', 'info-fill', 'learn', 'learn-link', 'support', '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'];
|
|
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', 'datadog', 'datadog-color', 'digital-ocean', 'digital-ocean-color', 'docker', 'docker-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', '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', 'rabbitmq', 'rabbitmq-color', 'saml', 'saml-color', 'service-now', 'service-now-color', 'slack', 'slack-color', 'snyk', 'snyk-color', 'splunk', 'splunk-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', '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', 'bank-vault', 'briefcase', 'credit-card', 'dollar-sign', 'enterprise', 'globe', 'globe-private', 'org', 'provider', 'shopping-bag', 'shopping-cart', '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', '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', 'calendar', 'clock', 'clock-filled', 'delay', 'event', 'history', 'hourglass', 'watch', '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', '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', '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', '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', 'top', 'trash', 'type', 'unfold-close', 'unfold-open', 'upload', 'zoom-in', 'zoom-out', 'compass', 'crosshair', 'map', 'map-pin', 'navigation', 'navigation-alt', 'redirect', 'target', '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', 'ampersand', 'beaker', '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', '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', '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', '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', 'docs', 'docs-download', 'docs-link', 'guide', 'guide-link', 'help', 'info', 'info-fill', 'learn', 'learn-link', 'support', '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' ];
|
|
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', 'datadog', 'datadog-color', 'digital-ocean', 'digital-ocean-color', 'docker', 'docker-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', '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', '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', 'bank-vault', 'briefcase', 'credit-card', 'dollar-sign', 'enterprise', 'globe', 'globe-private', 'org', 'provider', 'shopping-bag', 'shopping-cart', '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', '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', 'calendar', 'clock', 'clock-filled', 'delay', 'event', 'history', 'hourglass', 'watch', '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', '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', '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', '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', 'top', 'trash', 'type', 'unfold-close', 'unfold-open', 'upload', 'zoom-in', 'zoom-out', 'compass', 'crosshair', 'map', 'map-pin', 'navigation', 'navigation-alt', 'redirect', 'target', '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', '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', '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', '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', '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', 'docs', 'docs-download', 'docs-link', 'guide', 'guide-link', 'help', 'info', 'info-fill', 'learn', 'learn-link', 'support', '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' ];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" d="M9.488 1.783A28.69 28.69 0 018.023.01a.034.034 0 00-.046 0C7.85.177 7.23.987 6.512 1.783c-6.172 7.351.972 12.312.972 12.312l.06.038c.053.765.186 1.867.186 1.867h.533s.133-1.095.187-1.867l.06-.044c.006 0 7.15-4.955.978-12.306zm-1.491 12.2s-.32-.255-.406-.386v-.012l.386-8.005c0-.025.04-.025.04 0l.386 8.005v.012c-.087.131-.406.386-.406.386z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M14.232 3.452a40.412 40.412 0 01-2.197-2.44.054.054 0 00-.07 0 40.408 40.408 0 01-2.197 2.44c-9.258 10.108 1.458 16.93 1.458 16.93l.09.05c.08 1.053.28 2.568.28 2.568h.799s.2-1.506.28-2.568l.09-.06c.01 0 10.726-6.812 1.467-16.92zm-2.237 16.775s-.48-.35-.61-.53v-.018l.58-11.006c0-.034.06-.034.06 0l.58 11.006v.017c-.13.18-.61.531-.61.531z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="#00684A" d="M9.488 1.783A28.69 28.69 0 018.023.01a.034.034 0 00-.046 0C7.85.177 7.23.987 6.512 1.783c-6.172 7.351.972 12.312.972 12.312l.06.038c.053.765.186 1.867.186 1.867h.533s.133-1.095.187-1.867l.06-.044c.006 0 7.15-4.955.978-12.306zm-1.491 12.2s-.32-.255-.406-.386v-.012l.386-8.005c0-.025.04-.025.04 0l.386 8.005v.012c-.087.131-.406.386-.406.386z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#00684A" d="M14.232 3.452a40.412 40.412 0 01-2.197-2.44.054.054 0 00-.07 0 40.408 40.408 0 01-2.197 2.44c-9.258 10.108 1.458 16.93 1.458 16.93l.09.05c.08 1.053.28 2.568.28 2.568h.799s.2-1.506.28-2.568l.09-.06c.01 0 10.726-6.812 1.467-16.92zm-2.237 16.775s-.48-.35-.61-.53v-.018l.58-11.006c0-.034.06-.034.06 0l.58 11.006v.017c-.13.18-.61.531-.61.531z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1c3.864 0 7 3.136 7 7s-3.136 7-7 7-7-3.136-7-7 3.136-7 7-7zm0 1.848A5.138 5.138 0 002.848 8 5.138 5.138 0 008 13.152 5.138 5.138 0 0013.152 8 5.138 5.138 0 008 2.848zM9.736 8.28a1.456 1.456 0 110 2.912 1.456 1.456 0 010-2.912zm-3.472 0a1.456 1.456 0 110 2.912 1.456 1.456 0 010-2.912zm3.472-3.472a1.456 1.456 0 110 2.912 1.456 1.456 0 010-2.912zm-3.472 0a1.456 1.456 0 110 2.912 1.456 1.456 0 010-2.912z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1c6.072 0 11 4.928 11 11s-4.928 11-11 11S1 18.072 1 12 5.928 1 12 1zm0 2.904A8.075 8.075 0 003.904 12 8.075 8.075 0 0012 20.096 8.075 8.075 0 0020.096 12 8.075 8.075 0 0012 3.904zm2.728 8.536a2.288 2.288 0 110 4.576 2.288 2.288 0 010-4.576zm-5.456 0a2.288 2.288 0 110 4.576 2.288 2.288 0 010-4.576zm5.456-5.456a2.288 2.288 0 110 4.576 2.288 2.288 0 010-4.576zm-5.456 0a2.288 2.288 0 110 4.576 2.288 2.288 0 010-4.576z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="#F22F46" d="M8 1c3.864 0 7 3.136 7 7s-3.136 7-7 7-7-3.136-7-7 3.136-7 7-7zm0 1.848A5.138 5.138 0 002.848 8 5.138 5.138 0 008 13.152 5.138 5.138 0 0013.152 8 5.138 5.138 0 008 2.848zM9.736 8.28a1.456 1.456 0 110 2.912 1.456 1.456 0 010-2.912zm-3.472 0a1.456 1.456 0 110 2.912 1.456 1.456 0 010-2.912zm3.472-3.472a1.456 1.456 0 110 2.912 1.456 1.456 0 010-2.912zm-3.472 0a1.456 1.456 0 110 2.912 1.456 1.456 0 010-2.912z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#F22F46" d="M12 1c6.072 0 11 4.928 11 11s-4.928 11-11 11S1 18.072 1 12 5.928 1 12 1zm0 2.904A8.075 8.075 0 003.904 12 8.075 8.075 0 0012 20.096 8.075 8.075 0 0020.096 12 8.075 8.075 0 0012 3.904zm2.728 8.536a2.288 2.288 0 110 4.576 2.288 2.288 0 010-4.576zm-5.456 0a2.288 2.288 0 110 4.576 2.288 2.288 0 010-4.576zm5.456-5.456a2.288 2.288 0 110 4.576 2.288 2.288 0 010-4.576zm-5.456 0a2.288 2.288 0 110 4.576 2.288 2.288 0 010-4.576z"/></svg>
|
package/svg/wand-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="M18.875 1.15a.75.75 0 00-.975.975l.289.721a.75.75 0 010 .557l-.
|
|
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="M18.875 1.15a.75.75 0 00-.975.975l.289.721a.75.75 0 010 .557l-.289.722a.75.75 0 00.975.975l.721-.289a.75.75 0 01.558 0l.721.289a.75.75 0 00.975-.975l-.289-.722a.75.75 0 010-.557l.29-.721a.75.75 0 00-.976-.975l-.721.288a.75.75 0 01-.558 0l-.721-.288zM7.125 1.15a.75.75 0 00-.975.975l.439 1.096a.75.75 0 010 .557L6.15 4.875a.75.75 0 00.975.975l1.096-.439a.75.75 0 01.558 0l1.096.439a.75.75 0 00.975-.975l-.439-1.097a.75.75 0 010-.557l.44-1.096a.75.75 0 00-.976-.975l-1.096.438a.75.75 0 01-.558 0L7.125 1.15z"/><path fill-rule="evenodd" d="M17.017 6.707a2.5 2.5 0 00-3.535 0L2.168 18.021a2.5 2.5 0 003.536 3.535l11.313-11.313a2.5 2.5 0 000-3.536zm-2.474 1.06a1 1 0 111.414 1.415l-1.591 1.591-1.414-1.414 1.59-1.591zM11.89 10.42l1.414 1.415-8.662 8.662a1 1 0 01-1.414-1.414l8.662-8.663z" clip-rule="evenodd"/><path d="M16.108 16.69a.75.75 0 010-1.38l1.334-.57a.75.75 0 00.393-.395l.572-1.333a.75.75 0 011.378 0l.572 1.333a.75.75 0 00.394.394l1.333.572a.75.75 0 010 1.378l-1.333.572a.75.75 0 00-.394.394l-.572 1.333a.75.75 0 01-1.378 0l-.572-1.333a.75.75 0 00-.393-.394l-1.334-.572z"/></g></svg>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconBucket16 = 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
|
+
<path
|
|
27
|
+
fill={color}
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
d="M1.616 8.732A.752.752 0 01.7 8C.7 3.793 3.913.3 7.975.3S15.25 3.793 15.25 8a.75.75 0 01-.795.749 166.863 166.863 0 01-1.06 4.056c-.136.484-.27.938-.354 1.126-.187.411-.53.686-.873.87-.346.185-.756.312-1.182.403-.852.182-1.902.244-2.961.244-1.06 0-2.123-.062-2.989-.243-.432-.09-.848-.217-1.2-.401-.346-.182-.698-.456-.887-.873a.753.753 0 01-.045-.129L2.7 12.98c-.124-.495-.29-1.159-.462-1.834a306.765 306.765 0 00-.621-2.414zm.806-2.444C3.118 3.673 5.37 1.8 7.975 1.8c2.596 0 4.841 1.86 5.546 4.461a6.733 6.733 0 00-1.088-.375C11.228 5.569 9.633 5.4 8 5.4c-1.634 0-3.228.17-4.433.486a6.568 6.568 0 00-1.145.402zm10.011 3.276c.1-.026.196-.053.29-.081-.09.354-.19.741-.292 1.132-.167.64-.338 1.278-.48 1.785-.072.254-.135.471-.186.638a7.06 7.06 0 01-.09.272v.002c-.004.007-.042.073-.215.166-.176.094-.436.184-.787.26-.7.148-1.628.21-2.648.21-1.02 0-1.965-.062-2.682-.212-.359-.075-.628-.165-.81-.261a.717.717 0 01-.2-.14l-.18-.719A772.248 772.248 0 003.37 9.51c.065.018.13.037.198.054 1.205.317 2.8.486 4.433.486 1.634 0 3.228-.17 4.433-.486zM8 6.9c-1.549 0-3.007.162-4.052.437-.486.127-.827.265-1.04.388.213.123.554.26 1.04.388C4.993 8.388 6.45 8.55 8 8.55c1.549 0 3.007-.162 4.052-.437.486-.127.827-.265 1.04-.388-.213-.123-.554-.26-1.04-.388C11.007 7.062 9.55 6.9 8 6.9z"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
/>
|
|
32
|
+
</svg>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
);
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconBucket24 = 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
|
+
<path
|
|
27
|
+
fill={color}
|
|
28
|
+
fillRule="evenodd"
|
|
29
|
+
d="M2.806 11.41a.75.75 0 01-1.106-.66c0-2.37 1.197-4.803 3.034-6.628C6.578 2.291 9.137 1 11.956 1c2.817 0 5.408 1.289 7.285 3.117 1.87 1.822 3.109 4.255 3.109 6.633a.75.75 0 01-1.148.636 5.582 5.582 0 01-.022.065c-.632 2.371-1.08 4.237-1.415 5.638l-.045.186c-.332 1.383-.57 2.376-.784 2.878-.22.518-.633.89-1.096 1.159-.463.268-1.021.459-1.62.598-1.198.277-2.689.375-4.22.375-1.531 0-3.023-.098-4.221-.375-.6-.138-1.159-.329-1.622-.596-.463-.268-.876-.641-1.097-1.16a.748.748 0 01-.036-.107l-2.205-8.599a7.011 7.011 0 01-.013-.038zm.752-2.725c.42-1.241 1.192-2.464 2.233-3.498C7.407 3.582 9.601 2.5 11.956 2.5c2.357 0 4.588 1.084 6.239 2.692 1.072 1.044 1.867 2.277 2.296 3.525-.528-.351-1.25-.643-2.103-.88C16.663 7.36 14.366 7.1 12 7.1c-2.366 0-4.662.26-6.387.738-.827.229-1.531.51-2.055.847zM19.667 9.97c.153.103.236.183.282.238a4.345 4.345 0 01-.03.167c-.049.053-.127.121-.252.205-.342.229-.897.47-1.68.687-1.557.431-3.711.683-5.987.683-2.276 0-4.43-.252-5.987-.683-.782-.217-1.338-.458-1.68-.687a1.468 1.468 0 01-.253-.206l-.029-.165a1.3 1.3 0 01.282-.239c.342-.229.898-.47 1.68-.687C7.57 8.852 9.724 8.6 12 8.6c2.276 0 4.43.252 5.987.683.783.217 1.338.458 1.68.687zm-1.28 2.742c.357-.098.69-.207.997-.325a236.996 236.996 0 00-1.077 4.35l-.045.188c-.352 1.466-.555 2.287-.706 2.64-.053.125-.18.283-.468.449-.288.167-.69.314-1.207.434-1.034.24-2.393.337-3.881.337-1.489 0-2.848-.097-3.884-.336-.517-.12-.92-.267-1.208-.434-.258-.149-.387-.29-.449-.408l-1.852-7.224c.309.12.646.23 1.006.33 1.725.478 4.021.737 6.387.737 2.366 0 4.663-.26 6.388-.737z"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
/>
|
|
32
|
+
</svg>
|
|
33
|
+
);
|
|
34
|
+
}
|
|
35
|
+
);
|
package/svg-react/diamond-24.tsx
CHANGED
|
@@ -26,7 +26,7 @@ export const IconDiamond24 = forwardRef<SVGSVGElement, IconProps>(
|
|
|
26
26
|
<path
|
|
27
27
|
fill={color}
|
|
28
28
|
fillRule="evenodd"
|
|
29
|
-
d="M11.116 2.985l-8.131 8.132a1.25 1.25 0 000 1.767l8.131 8.132a1.25 1.25 0 001.768 0l8.
|
|
29
|
+
d="M11.116 2.985l-8.131 8.132a1.25 1.25 0 000 1.767l8.131 8.132a1.25 1.25 0 001.768 0l8.132-8.132a1.25 1.25 0 000-1.768l-8.132-8.131a1.25 1.25 0 00-1.768 0zm-9.192 7.07l8.132-8.13a2.75 2.75 0 013.889 0l8.131 8.13a2.75 2.75 0 010 3.89l-8.131 8.131a2.75 2.75 0 01-3.89 0l-8.131-8.131a2.75 2.75 0 010-3.89z"
|
|
30
30
|
clipRule="evenodd"
|
|
31
31
|
/>
|
|
32
32
|
</svg>
|
package/svg-react/index.ts
CHANGED
|
@@ -218,6 +218,10 @@ export { IconMinio24 } from './minio-24';
|
|
|
218
218
|
export { IconMinio16 } from './minio-16';
|
|
219
219
|
export { IconMinioColor24 } from './minio-color-24';
|
|
220
220
|
export { IconMinioColor16 } from './minio-color-16';
|
|
221
|
+
export { IconMongodb24 } from './mongodb-24';
|
|
222
|
+
export { IconMongodb16 } from './mongodb-16';
|
|
223
|
+
export { IconMongodbColor24 } from './mongodb-color-24';
|
|
224
|
+
export { IconMongodbColor16 } from './mongodb-color-16';
|
|
221
225
|
export { IconNewRelic24 } from './new-relic-24';
|
|
222
226
|
export { IconNewRelic16 } from './new-relic-16';
|
|
223
227
|
export { IconNewRelicColor24 } from './new-relic-color-24';
|
|
@@ -270,6 +274,10 @@ export { IconSplunk24 } from './splunk-24';
|
|
|
270
274
|
export { IconSplunk16 } from './splunk-16';
|
|
271
275
|
export { IconSplunkColor24 } from './splunk-color-24';
|
|
272
276
|
export { IconSplunkColor16 } from './splunk-color-16';
|
|
277
|
+
export { IconTwilio24 } from './twilio-24';
|
|
278
|
+
export { IconTwilio16 } from './twilio-16';
|
|
279
|
+
export { IconTwilioColor24 } from './twilio-color-24';
|
|
280
|
+
export { IconTwilioColor16 } from './twilio-color-16';
|
|
273
281
|
export { IconTwitch24 } from './twitch-24';
|
|
274
282
|
export { IconTwitch16 } from './twitch-16';
|
|
275
283
|
export { IconTwitchColor24 } from './twitch-color-24';
|
|
@@ -1038,6 +1046,8 @@ export { IconAmpersand24 } from './ampersand-24';
|
|
|
1038
1046
|
export { IconAmpersand16 } from './ampersand-16';
|
|
1039
1047
|
export { IconBeaker24 } from './beaker-24';
|
|
1040
1048
|
export { IconBeaker16 } from './beaker-16';
|
|
1049
|
+
export { IconBucket24 } from './bucket-24';
|
|
1050
|
+
export { IconBucket16 } from './bucket-16';
|
|
1041
1051
|
export { IconBulb24 } from './bulb-24';
|
|
1042
1052
|
export { IconBulb16 } from './bulb-16';
|
|
1043
1053
|
export { IconCircle24 } from './circle-24';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconMongodb16 = 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
|
+
<path
|
|
27
|
+
fill={color}
|
|
28
|
+
d="M9.488 1.783A28.69 28.69 0 018.023.01a.034.034 0 00-.046 0C7.85.177 7.23.987 6.512 1.783c-6.172 7.351.972 12.312.972 12.312l.06.038c.053.765.186 1.867.186 1.867h.533s.133-1.095.187-1.867l.06-.044c.006 0 7.15-4.955.978-12.306zm-1.491 12.2s-.32-.255-.406-.386v-.012l.386-8.005c0-.025.04-.025.04 0l.386 8.005v.012c-.087.131-.406.386-.406.386z"
|
|
29
|
+
/>
|
|
30
|
+
</svg>
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
);
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { forwardRef, useMemo } from 'react';
|
|
2
|
+
import { IconProps } from './types';
|
|
3
|
+
|
|
4
|
+
export const IconMongodb24 = 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
|
+
<path
|
|
27
|
+
fill={color}
|
|
28
|
+
d="M14.232 3.452a40.412 40.412 0 01-2.197-2.44.054.054 0 00-.07 0 40.408 40.408 0 01-2.197 2.44c-9.258 10.108 1.458 16.93 1.458 16.93l.09.05c.08 1.053.28 2.568.28 2.568h.799s.2-1.506.28-2.568l.09-.06c.01 0 10.726-6.812 1.467-16.92zm-2.237 16.775s-.48-.35-.61-.53v-.018l.58-11.006c0-.034.06-.034.06 0l.58 11.006v.017c-.13.18-.61.531-.61.531z"
|
|
29
|
+
/>
|
|
30
|
+
</svg>
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
);
|