@hashicorp/flight-icons 3.7.0 → 3.9.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 CHANGED
@@ -1,5 +1,25 @@
1
1
  # @hashicorp/flight-icons
2
2
 
3
+ ## 3.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ `confluence` and `confluence-color` icons added.
8
+
9
+ <small class="doc-whats-new-changelog-metadata">[#2635](https://github.com/hashicorp/design-system/pull/2635)</small>
10
+
11
+ <div class="doc-whats-new-changelog-separator"></div>
12
+
13
+ ## 3.8.0
14
+
15
+ ### Minor Changes
16
+
17
+ `Postgres` service icon added.
18
+
19
+ <small class="doc-whats-new-changelog-metadata">[#2563](https://github.com/hashicorp/design-system/pull/2563)</small>
20
+
21
+ <div class="doc-whats-new-changelog-separator"></div>
22
+
3
23
  ## 3.7.0
4
24
 
5
25
  ### Minor Changes
package/catalog.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "lastRunTimeISO": "2024-10-14T17:04:16.783Z",
2
+ "lastRunTimeISO": "2025-01-03T21:27:03.652Z",
3
3
  "lastRunFigma": {
4
4
  "id": "TLnoT5AYQfy3tZ0H68BgOr",
5
5
  "page": "Export",
@@ -886,6 +886,46 @@
886
886
  "width": 16,
887
887
  "height": 16
888
888
  },
889
+ {
890
+ "id": "7057:66",
891
+ "fileName": "confluence-24",
892
+ "iconName": "confluence",
893
+ "description": "confluence, atlassian, document",
894
+ "category": "Services",
895
+ "size": "24",
896
+ "width": 24,
897
+ "height": 24
898
+ },
899
+ {
900
+ "id": "7057:70",
901
+ "fileName": "confluence-16",
902
+ "iconName": "confluence",
903
+ "description": "confluence, atlassian, document",
904
+ "category": "Services",
905
+ "size": "16",
906
+ "width": 16,
907
+ "height": 16
908
+ },
909
+ {
910
+ "id": "7057:77",
911
+ "fileName": "confluence-color-24",
912
+ "iconName": "confluence-color",
913
+ "description": "confluence, atlassian, document",
914
+ "category": "Services",
915
+ "size": "24",
916
+ "width": 24,
917
+ "height": 24
918
+ },
919
+ {
920
+ "id": "7057:81",
921
+ "fileName": "confluence-color-16",
922
+ "iconName": "confluence-color",
923
+ "description": "confluence, atlassian, document",
924
+ "category": "Services",
925
+ "size": "16",
926
+ "width": 16,
927
+ "height": 16
928
+ },
889
929
  {
890
930
  "id": "6750:66",
891
931
  "fileName": "confluent-24",
@@ -2566,6 +2606,46 @@
2566
2606
  "width": 16,
2567
2607
  "height": 16
2568
2608
  },
2609
+ {
2610
+ "id": "6931:66",
2611
+ "fileName": "postgres-24",
2612
+ "iconName": "postgres",
2613
+ "description": "postgres",
2614
+ "category": "Services",
2615
+ "size": "24",
2616
+ "width": 24,
2617
+ "height": 24
2618
+ },
2619
+ {
2620
+ "id": "6931:70",
2621
+ "fileName": "postgres-16",
2622
+ "iconName": "postgres",
2623
+ "description": "postgres",
2624
+ "category": "Services",
2625
+ "size": "16",
2626
+ "width": 16,
2627
+ "height": 16
2628
+ },
2629
+ {
2630
+ "id": "6931:77",
2631
+ "fileName": "postgres-color-24",
2632
+ "iconName": "postgres-color",
2633
+ "description": "postgres",
2634
+ "category": "Services",
2635
+ "size": "24",
2636
+ "width": 24,
2637
+ "height": 24
2638
+ },
2639
+ {
2640
+ "id": "6931:83",
2641
+ "fileName": "postgres-color-16",
2642
+ "iconName": "postgres-color",
2643
+ "description": "postgres",
2644
+ "category": "Services",
2645
+ "size": "16",
2646
+ "width": 16,
2647
+ "height": 16
2648
+ },
2569
2649
  {
2570
2650
  "id": "5086:218",
2571
2651
  "fileName": "rabbitmq-24",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/flight-icons",
3
- "version": "3.7.0",
3
+ "version": "3.9.0",
4
4
  "description": "Flight: HashiCorp SVG icon set",
5
5
  "keywords": [
6
6
  "hashicorp",
@@ -22,35 +22,36 @@
22
22
  "build": "ts-node --transpile-only ./scripts/build"
23
23
  },
24
24
  "devDependencies": {
25
- "@figma-export/cli": "^4.7.0",
26
- "@figma-export/core": "^4.7.0",
27
- "@figma-export/output-components-as-svg": "^4.7.0",
28
- "@figma-export/transform-svg-with-svgo": "^4.7.0",
29
- "@figma-export/types": "^4.7.0",
25
+ "@figma-export/cli": "^6.0.2",
26
+ "@figma-export/core": "^6.0.2",
27
+ "@figma-export/output-components-as-svg": "^6.0.1",
28
+ "@figma-export/transform-svg-with-svgo": "^6.0.2",
29
+ "@figma-export/types": "^6.0.0",
30
+ "@figma/rest-api-spec": "^0.22.0",
30
31
  "@svgr/core": "^5.5.0",
31
32
  "@svgr/plugin-jsx": "^5.5.0",
32
- "@types/archiver": "^5.3.4",
33
- "@types/fs-extra": "^11.0.3",
34
- "@types/lodash": "^4.14.200",
35
- "@types/node": "^20.8.9",
36
- "@types/react": "^18.2.33",
37
- "@types/react-dom": "^18.2.14",
38
- "@types/svgo": "~1.3.6",
39
- "@typescript-eslint/eslint-plugin": "^8.5.0",
40
- "@typescript-eslint/parser": "^8.5.0",
41
- "archiver": "^6.0.1",
42
- "chalk": "^4.1.2",
43
- "del": "^6.1.1",
44
- "dotenv": "^10.0.0",
45
- "eslint": "^8.57.0",
46
- "figma-api": "^1.11.0",
47
- "fs-extra": "^11.1.1",
33
+ "@types/archiver": "^6.0.3",
34
+ "@types/fs-extra": "^11.0.4",
35
+ "@types/lodash": "^4.17.13",
36
+ "@types/node": "^22.10.2",
37
+ "@types/react": "^19.0.2",
38
+ "@types/react-dom": "^19.0.2",
39
+ "@types/svgo": "~3.0.0",
40
+ "@typescript-eslint/eslint-plugin": "^8.18.1",
41
+ "@typescript-eslint/parser": "^8.18.1",
42
+ "archiver": "^7.0.1",
43
+ "chalk": "^5.4.0",
44
+ "del": "^8.0.0",
45
+ "dotenv": "^16.4.7",
46
+ "eslint": "^8.57.1",
47
+ "figma-api": "^2.0.1-beta",
48
+ "fs-extra": "^11.2.0",
48
49
  "lodash": "^4.17.21",
49
50
  "mini-svg-data-uri": "^1.4.4",
50
- "prettier": "^3.3.2",
51
+ "prettier": "^3.4.2",
51
52
  "svgo": "~1.3.2",
52
53
  "svgstore": "^3.0.1",
53
54
  "ts-node": "^10.9.2",
54
- "typescript": "^5.3.3"
55
+ "typescript": "^5.7.2"
55
56
  }
56
57
  }
@@ -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.497 11.624c-.145.237-.308.51-.435.73a.446.446 0 00.15.606l2.898 1.783a.446.446 0 00.617-.151c.114-.194.263-.446.426-.716 1.148-1.895 2.306-1.663 4.386-.669l2.873 1.367a.446.446 0 00.6-.223l1.38-3.121a.446.446 0 00-.223-.585c-.606-.285-1.812-.856-2.898-1.377-3.915-1.904-7.235-1.78-9.774 2.356z"/><path d="M14.492 4.535c.145-.237.308-.513.446-.73a.446.446 0 00-.151-.606l-2.899-1.784a.446.446 0 00-.615.152c-.116.194-.265.446-.428.716-1.148 1.895-2.303 1.663-4.385.669l-2.883-1.36a.446.446 0 00-.597.223L1.6 4.935a.446.446 0 00.222.585c.607.285 1.815.854 2.899 1.378 3.912 1.888 7.232 1.763 9.771-2.363z"/></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.71 17.177c-.207.338-.44.73-.621 1.042a.637.637 0 00.213.866l4.14 2.548a.638.638 0 00.883-.216c.162-.277.376-.637.608-1.023 1.64-2.707 3.293-2.376 6.265-.955l4.105 1.952a.638.638 0 00.857-.318l1.972-4.46a.637.637 0 00-.319-.834 628.29 628.29 0 01-4.14-1.968c-5.593-2.72-10.335-2.542-13.963 3.366z"/><path d="M21.275 7.05c.207-.338.44-.733.637-1.042a.637.637 0 00-.216-.866l-4.141-2.548a.637.637 0 00-.879.216c-.166.277-.38.637-.612 1.022-1.64 2.708-3.29 2.376-6.264.956L5.68 2.845a.637.637 0 00-.853.319L2.856 7.623a.637.637 0 00.319.834c.866.408 2.592 1.22 4.14 1.968 5.59 2.698 10.332 2.52 13.96-3.376z"/></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"><path fill="url(#confluence-color-16__paint0_linear_7057_81)" d="M1.497 11.624c-.145.237-.308.51-.435.73a.446.446 0 00.15.606l2.898 1.783a.446.446 0 00.617-.151c.114-.194.263-.446.426-.716 1.148-1.895 2.306-1.663 4.386-.669l2.873 1.367a.446.446 0 00.6-.223l1.38-3.121a.446.446 0 00-.223-.585c-.606-.285-1.812-.856-2.898-1.377-3.915-1.904-7.235-1.78-9.774 2.356z"/><path fill="url(#confluence-color-16__paint1_linear_7057_81)" d="M14.492 4.535c.145-.237.308-.513.446-.73a.446.446 0 00-.151-.606l-2.899-1.784a.446.446 0 00-.615.152c-.116.194-.265.446-.428.716-1.148 1.895-2.303 1.663-4.385.669l-2.883-1.36a.446.446 0 00-.597.223L1.6 4.935a.446.446 0 00.222.585c.607.285 1.815.854 2.899 1.378 3.912 1.888 7.232 1.763 9.771-2.363z"/><defs><linearGradient id="confluence-color-16__paint0_linear_7057_81" x1="14.87" x2="3.71" y1="16.506" y2="13.163" gradientUnits="userSpaceOnUse"><stop stop-color="#0050D3"/><stop offset=".94" stop-color="#007FFC"/><stop offset="1" stop-color="#0082FF"/></linearGradient><linearGradient id="confluence-color-16__paint1_linear_7057_81" x1="1.684" x2="10.453" y1=".495" y2="5.533" gradientUnits="userSpaceOnUse"><stop stop-color="#0050D3"/><stop offset=".94" stop-color="#007FFC"/><stop offset="1" stop-color="#0082FF"/></linearGradient></defs></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="url(#confluence-color-24__paint0_linear_7057_77)" d="M2.71 17.177c-.207.338-.44.73-.621 1.042a.637.637 0 00.213.866l4.14 2.548a.638.638 0 00.883-.216c.162-.277.376-.637.608-1.023 1.64-2.707 3.293-2.376 6.265-.955l4.105 1.952a.638.638 0 00.857-.318l1.972-4.46a.637.637 0 00-.319-.834 628.29 628.29 0 01-4.14-1.968c-5.593-2.72-10.335-2.542-13.963 3.366z"/><path fill="url(#confluence-color-24__paint1_linear_7057_77)" d="M21.275 7.05c.207-.338.44-.733.637-1.042a.637.637 0 00-.216-.866l-4.141-2.548a.637.637 0 00-.879.216c-.166.277-.38.637-.612 1.022-1.64 2.708-3.29 2.376-6.264.956L5.68 2.845a.637.637 0 00-.853.319L2.856 7.623a.637.637 0 00.319.834c.866.408 2.592 1.22 4.14 1.968 5.59 2.698 10.332 2.52 13.96-3.376z"/><defs><linearGradient id="confluence-color-24__paint0_linear_7057_77" x1="21.815" x2="5.871" y1="24.151" y2="19.376" gradientUnits="userSpaceOnUse"><stop stop-color="#0050D3"/><stop offset=".94" stop-color="#007FFC"/><stop offset="1" stop-color="#0082FF"/></linearGradient><linearGradient id="confluence-color-24__paint1_linear_7057_77" x1="2.977" x2="15.504" y1="1.278" y2="8.476" gradientUnits="userSpaceOnUse"><stop stop-color="#0050D3"/><stop offset=".94" stop-color="#007FFC"/><stop offset="1" stop-color="#0082FF"/></linearGradient></defs></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', 'confluent', 'confluent-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'];
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', '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', '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', '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', 'confluent', 'confluent-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' ];
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', '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', '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', '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' ];
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="#326DE6" d="M4.5 14.569c.214.278.539.431.874.431h5.251c.335 0 .66-.165.875-.434l3.258-4.178c.214-.278.288-.633.214-.978l-1.165-5.207a1.128 1.128 0 00-.606-.777l-4.714-2.31A1.062 1.062 0 008.002 1c-.168 0-.335.038-.485.115l-4.715 2.32a1.129 1.129 0 00-.605.777L1.032 9.42c-.084.345 0 .7.214.978L4.5 14.568z"/><path fill="#fff" fill-rule="evenodd" d="M12.741 9.128c.098.002.196.01.293.024l.058.013.031.008a.308.308 0 01.26.371.306.306 0 01-.396.223h-.004l-.003-.001-.003-.002a1.58 1.58 0 00-.03-.006l-.05-.01a2.55 2.55 0 01-.274-.106 2.867 2.867 0 00-.533-.157.242.242 0 00-.171.064 4.656 4.656 0 00-.131-.023 3.971 3.971 0 01-1.764 2.212c.015.042.032.083.051.123a.239.239 0 00-.023.18c.074.17.165.332.271.484.06.078.114.16.164.244l.028.057.012.025a.306.306 0 01-.381.44.308.308 0 01-.172-.18l-.01-.02a1.57 1.57 0 01-.028-.058 2.546 2.546 0 01-.089-.28 2.837 2.837 0 00-.21-.512.242.242 0 00-.156-.095l-.03-.053-.035-.064a3.97 3.97 0 01-2.823-.007l-.07.125a.25.25 0 00-.132.064 2.13 2.13 0 00-.237.548 2.518 2.518 0 01-.088.28 1.196 1.196 0 01-.025.05l-.013.027v.001a.306.306 0 01-.421.173.308.308 0 01-.173-.314.306.306 0 01.041-.12l.014-.03.026-.052c.05-.085.104-.166.164-.244.108-.156.2-.322.277-.496a.302.302 0 00-.028-.173l.056-.133A3.972 3.972 0 014.22 9.532l-.134.023a.34.34 0 00-.176-.062 2.871 2.871 0 00-.533.156c-.09.04-.181.075-.274.105a1.017 1.017 0 01-.05.011l-.03.007H3.02l-.002.002h-.005a.308.308 0 01-.397-.349.306.306 0 01.261-.245l.005-.001h.002l.006-.002c.024-.006.054-.014.076-.018.097-.013.195-.021.293-.023.186-.013.37-.043.549-.09a.422.422 0 00.131-.133l.128-.037a3.938 3.938 0 01.625-2.752l-.098-.087a.338.338 0 00-.062-.176 2.854 2.854 0 00-.455-.319 2.557 2.557 0 01-.254-.148l-.048-.038-.015-.013-.004-.003a.323.323 0 01-.076-.45.295.295 0 01.244-.107.365.365 0 01.213.08l.022.017c.016.013.034.026.046.037.072.067.139.139.202.213.125.137.263.262.412.372.056.03.121.036.182.018l.11.078a3.938 3.938 0 012.552-1.224l.008-.129a.332.332 0 00.099-.158 2.844 2.844 0 00-.034-.553 2.56 2.56 0 01-.042-.29v-.082-.005A.306.306 0 018 2.82a.308.308 0 01.306.337v.087a2.529 2.529 0 01-.041.29 2.85 2.85 0 00-.035.553.242.242 0 00.1.153v.007l.007.129c.967.088 1.87.522 2.54 1.223l.116-.082a.34.34 0 00.186-.02c.149-.11.287-.236.412-.373.063-.075.13-.146.202-.213l.051-.04.017-.014a.307.307 0 11.381.477l-.024.02c-.015.012-.03.025-.043.034a2.537 2.537 0 01-.254.148 2.87 2.87 0 00-.455.32.241.241 0 00-.058.172l-.05.044-.058.053c.542.806.77 1.783.637 2.745l.123.036c.031.055.077.101.133.132.179.048.363.078.548.09zM7.291 5.24c.107-.024.216-.043.326-.056l-.09 1.6-.008.004a.268.268 0 01-.293.256.27.27 0 01-.135-.05l-.002.001-1.316-.93c.419-.41.945-.696 1.518-.825zm1.618 1.75l1.308-.924a3.182 3.182 0 00-1.833-.882l.09 1.598h.002a.268.268 0 00.294.256.27.27 0 00.135-.05l.004.002zm2.248 1.656L9.609 8.2l-.002-.006a.27.27 0 01-.185-.343.27.27 0 01.08-.12L9.5 7.73l1.195-1.067c.366.594.527 1.29.46 1.983zM9.096 9.5l.618 1.49a3.148 3.148 0 001.275-1.598l-1.593-.269-.002.003a.26.26 0 00-.166.023.27.27 0 00-.13.348l-.002.003zm-.385 1.905c-.573.13-1.17.1-1.727-.088l.777-1.4h.001a.27.27 0 01.475-.001h.006l.779 1.402a3.286 3.286 0 01-.311.087zm-2.418-.422l.611-1.474-.004-.006a.268.268 0 00-.297-.37L6.6 9.13l-1.579.267a3.16 3.16 0 001.272 1.586zm-.997-4.32l1.201 1.071-.001.007a.269.269 0 01-.106.462l-.001.005-1.54.443a3.134 3.134 0 01.447-1.988zm2.95 1.154h-.492l-.307.38.11.476.443.213.442-.212.11-.476-.306-.381z" clip-rule="evenodd"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path fill="#326DE6" d="M4.5 14.569c.214.278.539.431.874.431h5.251c.335 0 .66-.165.875-.434l3.258-4.178c.214-.278.288-.633.214-.978l-1.165-5.207a1.128 1.128 0 00-.606-.777l-4.714-2.31A1.062 1.062 0 008.002 1c-.168 0-.335.038-.485.115l-4.715 2.32a1.129 1.129 0 00-.605.777L1.032 9.42c-.084.345 0 .7.214.978L4.5 14.568z"/><path fill="#fff" fill-rule="evenodd" d="M12.741 9.128c.098.003.196.01.293.024l.058.013.031.008a.308.308 0 01.26.372.306.306 0 01-.396.222h-.004l-.003-.001-.003-.001a1.58 1.58 0 00-.08-.017 2.55 2.55 0 01-.274-.106 2.868 2.868 0 00-.533-.156.243.243 0 00-.171.063 4.693 4.693 0 00-.131-.023 3.971 3.971 0 01-1.764 2.212c.015.042.032.083.051.123a.239.239 0 00-.023.18c.074.17.165.332.271.485.06.077.114.159.164.243l.028.057.012.025a.306.306 0 01-.381.44.306.306 0 01-.172-.18l-.01-.02-.028-.058a2.54 2.54 0 01-.089-.28 2.836 2.836 0 00-.21-.512.241.241 0 00-.156-.095l-.03-.053a7.8 7.8 0 00-.035-.064 3.97 3.97 0 01-2.823-.007l-.07.125a.25.25 0 00-.132.064 2.13 2.13 0 00-.237.548 2.512 2.512 0 01-.088.28 1.14 1.14 0 01-.025.05l-.013.027v.001a.306.306 0 01-.421.173.306.306 0 01-.132-.434l.014-.03.026-.052c.05-.085.104-.166.164-.244.108-.156.2-.322.277-.496a.302.302 0 00-.028-.173l.056-.133A3.972 3.972 0 014.22 9.532l-.134.023a.34.34 0 00-.176-.062 2.872 2.872 0 00-.533.156c-.09.04-.181.075-.274.105l-.05.012-.03.006H3.02l-.002.002h-.005a.308.308 0 01-.397-.349.306.306 0 01.261-.245l.005-.001h.002l.006-.002c.024-.006.054-.014.076-.018.097-.013.195-.021.293-.023.186-.012.37-.043.549-.09a.422.422 0 00.131-.132l.128-.038a3.938 3.938 0 01.625-2.752l-.098-.087a.338.338 0 00-.062-.176 2.854 2.854 0 00-.455-.319 2.558 2.558 0 01-.254-.148 1.123 1.123 0 01-.048-.038l-.015-.012-.004-.004a.323.323 0 01-.076-.45.295.295 0 01.244-.107.365.365 0 01.213.08l.022.017c.016.013.034.026.046.037.072.067.139.139.202.214.125.136.263.26.412.371.056.03.121.036.182.018l.11.078a3.938 3.938 0 012.552-1.224l.008-.129a.332.332 0 00.099-.157 2.844 2.844 0 00-.034-.554 2.56 2.56 0 01-.042-.29v-.082-.004A.306.306 0 018 2.82a.308.308 0 01.306.337v.087a2.529 2.529 0 01-.041.29 2.85 2.85 0 00-.035.553.242.242 0 00.1.153v.007l.007.13c.967.087 1.87.522 2.54 1.223l.116-.083a.34.34 0 00.186-.02c.149-.11.287-.235.412-.372.063-.075.13-.147.202-.214l.051-.04.017-.014a.307.307 0 11.381.477l-.024.02-.043.035a2.54 2.54 0 01-.254.147 2.87 2.87 0 00-.455.32.24.24 0 00-.058.172l-.05.044-.058.053c.542.806.77 1.783.637 2.745l.123.036c.031.056.077.101.133.133.179.047.363.077.548.09zM7.291 5.24c.107-.024.216-.042.326-.056l-.09 1.6-.008.004a.268.268 0 01-.293.256.27.27 0 01-.135-.05l-.002.001-1.316-.93c.419-.41.945-.696 1.518-.825zm1.618 1.75l1.308-.924a3.182 3.182 0 00-1.833-.882l.09 1.598h.002a.268.268 0 00.294.256.27.27 0 00.135-.05l.004.002zm2.248 1.656l-1.548-.444-.002-.007a.27.27 0 01-.185-.343.27.27 0 01.08-.12L9.5 7.73l1.195-1.066c.366.593.527 1.289.46 1.982zM9.096 9.5l.618 1.49a3.147 3.147 0 001.275-1.598l-1.593-.269-.002.004a.26.26 0 00-.166.022.27.27 0 00-.13.348l-.002.003zm-.385 1.905c-.573.13-1.17.1-1.727-.088l.777-1.4h.001a.27.27 0 01.475-.001h.006l.779 1.402a3.286 3.286 0 01-.311.087zm-2.418-.422l.611-1.474-.004-.006a.268.268 0 00-.297-.37L6.6 9.13l-1.579.267a3.16 3.16 0 001.272 1.586zm-.997-4.32l1.201 1.071-.001.007a.269.269 0 01-.106.462l-.001.005-1.54.443a3.134 3.134 0 01.447-1.988zm2.95 1.154h-.492l-.307.38.11.476.443.213.442-.212.11-.476-.306-.381z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#326DE6" d="M7 21.384c.306.397.77.616 1.249.616h7.501c.48 0 .944-.236 1.25-.62l4.654-5.969a1.69 1.69 0 00.306-1.397l-1.664-7.439a1.612 1.612 0 00-.865-1.11l-6.736-3.3A1.517 1.517 0 0012.003 2c-.24 0-.48.055-.692.164L4.575 5.48c-.44.22-.759.617-.865 1.11l-1.664 7.438c-.12.494 0 1 .306 1.398L7 21.384z"/><path fill="#fff" fill-rule="evenodd" d="M18.773 13.612c.14.003.28.014.419.033a1.424 1.424 0 01.127.03.439.439 0 01.294.695.437.437 0 01-.488.155l-.007-.001-.004-.002-.004-.001-.043-.01-.07-.014a3.664 3.664 0 01-.392-.151 4.094 4.094 0 00-.762-.224.346.346 0 00-.245.09 6.82 6.82 0 00-.187-.032 5.674 5.674 0 01-2.52 3.16c.021.06.046.119.074.176a.342.342 0 00-.034.257c.106.243.236.474.388.692.084.111.162.227.234.347l.04.082.017.036a.437.437 0 01-.545.629.44.44 0 01-.245-.257l-.015-.03-.04-.082a3.625 3.625 0 01-.126-.4 4.058 4.058 0 00-.3-.732.346.346 0 00-.223-.135l-.043-.076-.05-.092c-1.3.491-2.736.488-4.034-.01l-.099.179a.356.356 0 00-.188.091 3.044 3.044 0 00-.339.783 3.6 3.6 0 01-.126.4l-.035.073-.019.037v.002a.437.437 0 01-.602.248.439.439 0 01-.188-.621l.02-.043.036-.075c.072-.12.15-.236.235-.348.154-.223.286-.46.395-.709a.432.432 0 00-.039-.246l.08-.19a5.674 5.674 0 01-2.52-3.138l-.191.033a.485.485 0 00-.251-.088c-.261.05-.516.124-.762.223a3.683 3.683 0 01-.392.15l-.071.016c-.015.003-.03.006-.042.01h-.005l-.004.002h-.006a.44.44 0 01-.568-.498.437.437 0 01.374-.35l.006-.002.004-.001.008-.002c.035-.009.077-.02.108-.025.14-.02.28-.03.42-.034.264-.017.527-.06.783-.129a.603.603 0 00.188-.188l.183-.053a5.626 5.626 0 01.892-3.931l-.14-.125a.483.483 0 00-.088-.251 4.077 4.077 0 00-.65-.456 3.655 3.655 0 01-.363-.212 1.61 1.61 0 01-.069-.055l-.02-.017-.008-.005a.462.462 0 01-.107-.642.42.42 0 01.348-.154.522.522 0 01.305.115l.03.024.067.053c.102.096.198.198.288.305.178.195.376.373.589.53.08.042.173.051.26.026.051.037.104.075.157.111A5.626 5.626 0 0111.52 6.82l.01-.184a.474.474 0 00.142-.225c.01-.265-.007-.53-.049-.79a3.644 3.644 0 01-.06-.415l.001-.076V5.089v-.007a.437.437 0 01.615-.444.44.44 0 01.259.444v.046c.001.027.002.056 0 .078-.011.139-.031.277-.059.414a4.063 4.063 0 00-.05.79.345.345 0 00.143.218v.011l.01.184A5.734 5.734 0 0116.11 8.57l.166-.119c.09.016.181.006.265-.028.213-.158.41-.336.59-.532.09-.107.186-.209.288-.305l.073-.058.024-.019a.44.44 0 11.544.682l-.035.028-.061.05a3.634 3.634 0 01-.363.21c-.231.13-.449.283-.65.456a.344.344 0 00-.082.247 8.03 8.03 0 01-.155.138 5.65 5.65 0 01.91 3.922l.177.051a.49.49 0 00.188.19c.257.068.52.11.784.128zm-7.786-5.554a4.64 4.64 0 01.466-.08l-.13 2.285-.01.005a.383.383 0 01-.419.366.386.386 0 01-.192-.072l-.004.003-1.88-1.33a4.505 4.505 0 012.169-1.177zm2.312 2.5l1.867-1.321a4.546 4.546 0 00-2.618-1.26l.13 2.283h.002a.383.383 0 00.42.366.386.386 0 00.192-.072l.007.003zm3.21 2.365l-2.21-.635-.003-.01a.386.386 0 01-.264-.489.385.385 0 01.113-.17v-.005l1.706-1.523a4.56 4.56 0 01.658 2.832zm-2.944 1.22l.883 2.127a4.497 4.497 0 001.822-2.282l-2.275-.383-.004.004a.37.37 0 00-.236.032.385.385 0 00-.187.498l-.003.004zm-.55 2.721a4.531 4.531 0 01-2.466-.126l1.11-2h.001a.386.386 0 01.679-.001h.008l1.113 2.004c-.145.048-.293.089-.445.123zm-3.454-.602l.874-2.106-.007-.009a.383.383 0 00-.424-.528l-.003-.005-2.256.382c.338.934.977 1.73 1.816 2.266zM8.137 10.09l1.716 1.53-.002.01a.384.384 0 01-.151.66l-.002.007-2.2.633c-.11-.991.115-1.99.639-2.84zm4.214 1.648h-.703l-.438.544.157.68.633.303.631-.302.157-.68-.437-.545z" clip-rule="evenodd"/></svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path fill="#326DE6" d="M7 21.384c.306.397.77.616 1.249.616h7.501c.48 0 .944-.236 1.25-.62l4.654-5.969a1.69 1.69 0 00.306-1.397l-1.664-7.439a1.612 1.612 0 00-.865-1.11l-6.736-3.3A1.517 1.517 0 0012.003 2c-.24 0-.48.055-.692.164L4.575 5.48c-.44.22-.759.617-.865 1.11l-1.664 7.438c-.12.494 0 1 .306 1.398L7 21.384z"/><path fill="#fff" fill-rule="evenodd" d="M18.773 13.612c.14.003.28.014.419.034.023.004.054.011.082.019l.045.01a.439.439 0 01.294.695.437.437 0 01-.488.155l-.007-.001-.004-.002-.004-.001a2.463 2.463 0 00-.113-.024 3.622 3.622 0 01-.392-.151 4.102 4.102 0 00-.762-.224.346.346 0 00-.245.09 6.82 6.82 0 00-.187-.032 5.674 5.674 0 01-2.52 3.16c.021.06.046.12.074.176a.342.342 0 00-.034.257c.106.243.236.475.388.692.084.111.162.227.234.347l.04.082.017.036a.438.438 0 01-.695.526.439.439 0 01-.095-.154l-.015-.03-.04-.081a3.632 3.632 0 01-.126-.4 4.058 4.058 0 00-.3-.733.345.345 0 00-.223-.135l-.043-.076-.05-.091a5.67 5.67 0 01-4.034-.01l-.099.178a.356.356 0 00-.188.092 3.044 3.044 0 00-.339.783 3.594 3.594 0 01-.126.399l-.035.073-.019.038v.001a.436.436 0 01-.425.29.442.442 0 01-.409-.311.436.436 0 01.044-.352l.02-.043a1.69 1.69 0 01.036-.074c.072-.12.15-.237.235-.349.154-.223.286-.46.395-.708a.431.431 0 00-.039-.247l.08-.19A5.674 5.674 0 016.6 14.19l-.191.032a.486.486 0 00-.251-.088 4.1 4.1 0 00-.762.223 3.704 3.704 0 01-.392.15l-.071.016a3.181 3.181 0 00-.042.01h-.005l-.004.002-.006.001a.44.44 0 01-.568-.499.437.437 0 01.374-.35l.006-.002h.004l.008-.003c.035-.009.077-.02.108-.025.14-.02.28-.03.42-.034a4.09 4.09 0 00.783-.128.603.603 0 00.188-.189l.183-.053a5.626 5.626 0 01.892-3.931l-.14-.125a.483.483 0 00-.088-.251 4.077 4.077 0 00-.65-.456 3.653 3.653 0 01-.363-.211 1.61 1.61 0 01-.069-.055l-.02-.018-.008-.005a.462.462 0 01-.107-.642.42.42 0 01.348-.154.522.522 0 01.305.115l.03.024.067.053c.102.096.198.198.288.305.178.195.376.373.589.53.08.042.173.051.26.026.051.038.104.075.157.111a5.626 5.626 0 013.646-1.747l.01-.185a.474.474 0 00.142-.225c.01-.265-.007-.53-.049-.79a3.644 3.644 0 01-.06-.415l.001-.076V5.089v-.007a.437.437 0 01.615-.444.44.44 0 01.259.444v.046c.001.027.002.056 0 .078-.011.139-.031.277-.059.414a4.062 4.062 0 00-.05.79.345.345 0 00.143.219v.01l.01.184a5.734 5.734 0 013.629 1.748l.166-.119c.09.016.181.006.265-.028.213-.158.41-.336.59-.532.09-.107.186-.209.288-.304.02-.018.048-.04.073-.059l.024-.019a.44.44 0 11.544.682l-.035.028-.061.05a3.634 3.634 0 01-.363.21c-.231.131-.449.284-.65.456a.344.344 0 00-.082.247 7.827 7.827 0 01-.155.138 5.65 5.65 0 01.91 3.922l.177.051a.49.49 0 00.188.19c.257.068.52.11.784.128zm-7.786-5.554a4.64 4.64 0 01.466-.08l-.13 2.286-.01.004a.383.383 0 01-.419.366.387.387 0 01-.192-.071l-.004.002-1.88-1.33a4.505 4.505 0 012.169-1.177zm2.312 2.5l1.867-1.321a4.546 4.546 0 00-2.618-1.26l.13 2.283.002.001a.383.383 0 00.42.365.386.386 0 00.192-.072l.007.003zm3.21 2.365l-2.21-.635-.003-.01a.386.386 0 01-.264-.489.386.386 0 01.113-.17v-.005l1.706-1.523a4.56 4.56 0 01.658 2.832zm-2.944 1.22l.883 2.127a4.497 4.497 0 001.822-2.282l-2.275-.383-.004.004a.37.37 0 00-.236.032.385.385 0 00-.187.498l-.003.004zm-.55 2.721a4.531 4.531 0 01-2.466-.126l1.11-2h.001a.385.385 0 01.679 0h.008l1.113 2.003c-.145.048-.293.089-.445.123zm-3.454-.602l.874-2.106-.007-.008a.383.383 0 00-.424-.53l-.003-.004-2.256.382c.338.934.977 1.73 1.816 2.266zM8.137 10.09l1.716 1.53-.002.01a.384.384 0 01-.151.66l-.002.007-2.2.633c-.11-.99.115-1.99.639-2.84zm4.214 1.649h-.703l-.438.543.157.68.633.304.631-.303.157-.68-.437-.544z" clip-rule="evenodd"/></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="M6.904 5.185c-.149-.02-.284-.001-.352.05a.13.13 0 00-.054.087c-.008.061.035.13.061.164.075.1.185.168.293.183a.334.334 0 00.047.003c.18 0 .345-.14.36-.245.017-.13-.172-.216-.355-.242zm4.942.004c-.014-.101-.195-.13-.367-.107-.172.024-.339.102-.325.204.011.08.155.215.324.215a.31.31 0 00.044-.003.419.419 0 00.236-.13c.06-.062.095-.133.088-.179z"/><path d="M14.682 9.555c-.063-.191-.267-.253-.604-.183-1.002.207-1.361.064-1.479-.023a13.782 13.782 0 001.766-3.96c.163-.634.254-1.222.261-1.702.008-.527-.081-.914-.266-1.15-.746-.954-1.841-1.465-3.166-1.48-.912-.01-1.681.224-1.83.29a4.563 4.563 0 00-1.03-.133c-.684-.01-1.276.153-1.765.487a7.878 7.878 0 00-1.434-.376c-1.162-.187-2.085-.046-2.744.421-.786.557-1.149 1.553-1.079 2.959.024.473.294 1.929.719 3.323.56 1.835 1.169 2.873 1.81 3.087a.81.81 0 00.256.043c.234 0 .52-.106.818-.464.364-.436.74-.862 1.128-1.276.252.135.529.21.812.218l.001.022a6.548 6.548 0 00-.143.177c-.196.249-.236.3-.867.43-.18.037-.657.136-.664.47-.007.365.564.518.629.535.227.056.445.084.654.084.506 0 .952-.166 1.308-.488-.01 1.301.044 2.584.2 2.975.128.32.44 1.102 1.429 1.102.144 0 .304-.017.48-.055 1.03-.22 1.478-.677 1.651-1.681.093-.537.252-1.819.327-2.507.158.05.36.072.58.072.459 0 .987-.097 1.319-.251.373-.173 1.045-.597.923-.966zm-2.455-4.647a4.173 4.173 0 01-.061.58c-.032.207-.065.42-.073.68-.008.253.023.516.054.77.061.513.124 1.041-.12 1.563a2.03 2.03 0 01-.109-.224 4.336 4.336 0 00-.188-.356c-.356-.639-1.19-2.135-.763-2.745.127-.182.45-.368 1.26-.268zm-.982-3.439c1.187.026 2.127.47 2.792 1.32.51.652-.052 3.618-1.678 6.177a8.837 8.837 0 00-.05-.062l-.02-.026c.42-.694.338-1.38.265-1.99a4.77 4.77 0 01-.051-.707 5.01 5.01 0 01.068-.63 3.99 3.99 0 00.064-.782.326.326 0 00.007-.11c-.026-.281-.347-1.121-1-1.882a4.507 4.507 0 00-1.59-1.196 5.364 5.364 0 011.193-.112zM4.6 10.431c-.328.395-.555.32-.63.295-.486-.162-1.05-1.19-1.547-2.818-.43-1.41-.681-2.826-.701-3.224-.063-1.256.242-2.132.905-2.603 1.08-.766 2.856-.307 3.57-.075l-.031.03C4.995 3.22 5.023 5.24 5.026 5.362c0 .048.003.115.009.208.02.34.057.973-.043 1.689a2.135 2.135 0 00.709 1.924c-.2.215-.637.69-1.101 1.248zm1.251-1.669A1.728 1.728 0 015.4 7.315a8.738 8.738 0 00.045-1.769l-.007-.127c.171-.152.964-.577 1.53-.447.257.059.414.235.48.537.338 1.564.044 2.216-.191 2.74-.049.108-.095.21-.134.315l-.03.082c-.077.206-.149.398-.193.58a1.46 1.46 0 01-1.048-.464zm.06 2.11a.905.905 0 01-.274-.118c.05-.023.138-.055.291-.087.743-.153.857-.26 1.108-.578.057-.073.122-.156.212-.257.134-.15.196-.124.307-.078.09.037.178.15.214.275.017.058.036.17-.026.257-.523.732-1.285.723-1.833.586zm3.885 3.615c-.909.194-1.23-.269-1.442-.799-.137-.342-.204-1.884-.156-3.587a.205.205 0 00-.01-.065.86.86 0 00-.025-.12c-.07-.248-.243-.455-.45-.541a.636.636 0 00-.416-.05c.039-.16.106-.34.179-.536l.03-.082c.035-.092.078-.188.124-.29.246-.548.584-1.299.218-2.995-.138-.635-.597-.945-1.292-.873a2.98 2.98 0 00-1.102.368c.053-.64.254-1.837 1.004-2.594.473-.476 1.102-.711 1.869-.699 1.51.025 2.48.8 3.026 1.446.47.557.726 1.118.828 1.42-.766-.078-1.286.074-1.55.45-.575.822.314 2.415.74 3.18a4.7 4.7 0 01.168.314c.139.337.319.562.45.726.04.05.08.1.11.142-.232.067-.649.221-.611.993-.03.388-.248 2.201-.359 2.842-.146.847-.457 1.162-1.333 1.35zm3.79-4.338c-.237.11-.634.193-1.01.21-.417.02-.629-.046-.679-.087-.023-.481.156-.531.345-.585.03-.008.06-.016.087-.026a.71.71 0 00.058.042c.334.221.931.245 1.774.07l.01-.001a2.269 2.269 0 01-.585.377z"/></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="M10.435 7.979c-.213-.03-.406-.002-.504.072a.185.185 0 00-.076.123c-.013.088.049.185.087.235.107.142.263.24.418.26a.475.475 0 00.067.005c.258 0 .492-.2.513-.35.026-.185-.244-.309-.505-.345zm7.06.006c-.02-.146-.28-.187-.526-.153-.245.034-.483.145-.463.29.015.114.22.308.463.308.02 0 .041-.001.062-.004a.598.598 0 00.337-.185c.086-.09.136-.19.127-.256z"/><path d="M21.704 14.322c-.091-.275-.384-.364-.87-.263-1.444.298-1.96.091-2.13-.034 1.122-1.71 2.045-3.775 2.543-5.703.236-.913.366-1.761.377-2.453.012-.758-.118-1.316-.384-1.657-1.075-1.373-2.652-2.109-4.56-2.13-1.313-.014-2.422.322-2.637.416a6.573 6.573 0 00-1.483-.19c-.986-.016-1.837.22-2.542.7a11.347 11.347 0 00-2.066-.541C6.28 2.197 4.95 2.402 4 3.074c-1.132.802-1.655 2.236-1.554 4.262.034.682.423 2.778 1.035 4.786.807 2.643 1.684 4.14 2.607 4.447.108.036.232.061.37.061.336 0 .749-.151 1.178-.668a42.457 42.457 0 011.625-1.838c.362.195.76.304 1.168.315l.003.031c-.07.084-.139.169-.206.255-.282.359-.341.433-1.25.62-.259.054-.945.195-.955.676-.011.526.811.747.905.77.327.083.641.123.942.123.73 0 1.372-.24 1.885-.704-.016 1.875.062 3.722.287 4.285.185.461.635 1.587 2.058 1.587a3.3 3.3 0 00.691-.078c1.485-.319 2.13-.975 2.38-2.422.133-.773.362-2.62.47-3.61.227.07.52.103.836.103.66 0 1.422-.14 1.9-.362.536-.249 1.504-.86 1.329-1.391zm-3.536-6.693a6.016 6.016 0 01-.088.835 7.71 7.71 0 00-.106.98c-.011.364.034.742.078 1.108.089.74.18 1.5-.173 2.251a2.942 2.942 0 01-.156-.321c-.044-.106-.14-.277-.271-.514-.513-.92-1.715-3.074-1.1-3.954.184-.261.648-.53 1.816-.385zm-1.415-4.954c1.71.038 3.063.677 4.021 1.902.735.939-.074 5.21-2.416 8.896l-.071-.09-.03-.036c.605-1 .487-1.989.382-2.865-.043-.36-.084-.7-.074-1.02.01-.338.055-.628.099-.909.053-.345.107-.703.092-1.125a.464.464 0 00.01-.159c-.038-.404-.5-1.615-1.441-2.71a6.492 6.492 0 00-2.291-1.723 7.724 7.724 0 011.719-.161zm-9.571 12.91c-.473.568-.8.46-.907.424-.7-.234-1.512-1.713-2.228-4.06-.62-2.03-.982-4.07-1.01-4.643-.091-1.81.348-3.071 1.304-3.75 1.555-1.103 4.113-.442 5.14-.107l-.044.043C7.75 5.195 7.79 8.105 7.795 8.282c0 .07.005.167.013.3.03.49.083 1.4-.061 2.432a3.076 3.076 0 001.02 2.773c-.289.31-.917.993-1.585 1.798zm1.802-2.405a2.489 2.489 0 01-.652-2.084c.152-1.09.096-2.039.066-2.549l-.01-.183c.246-.218 1.388-.83 2.202-.643.372.085.598.338.692.773.487 2.253.065 3.192-.275 3.947-.07.155-.136.302-.192.454l-.044.118c-.111.297-.214.573-.278.835a2.102 2.102 0 01-1.509-.668zm.085 3.038a1.303 1.303 0 01-.394-.169c.072-.034.2-.08.42-.125 1.07-.22 1.235-.375 1.595-.833.083-.105.177-.224.306-.37.194-.216.282-.18.443-.113.13.054.256.217.308.396.024.085.051.245-.038.37-.753 1.055-1.851 1.042-2.64.844zm5.597 5.208c-1.309.28-1.772-.387-2.077-1.15-.197-.493-.294-2.714-.225-5.167a.298.298 0 00-.013-.094 1.219 1.219 0 00-.036-.173c-.102-.357-.351-.656-.65-.78-.119-.049-.336-.139-.598-.072.056-.23.152-.49.257-.77l.044-.12c.05-.132.112-.27.178-.417.355-.79.842-1.87.314-4.314C11.662 7.454 11 7.007 10 7.111c-.601.062-1.15.304-1.425.443a4.58 4.58 0 00-.163.087c.077-.922.366-2.645 1.447-3.735.68-.687 1.587-1.026 2.69-1.007 2.177.035 3.572 1.152 4.36 2.082.678.802 1.046 1.61 1.192 2.046-1.102-.112-1.852.105-2.233.649-.827 1.182.453 3.477 1.068 4.58.113.202.21.377.24.451.2.486.46.81.65 1.046.058.073.114.143.157.204-.334.097-.934.32-.88 1.431-.044.558-.357 3.17-.517 4.094-.21 1.22-.659 1.674-1.92 1.944zm5.46-6.248c-.342.158-.913.277-1.456.302-.6.029-.905-.067-.977-.125-.034-.693.224-.766.497-.842.043-.012.085-.024.125-.038.025.02.053.04.083.06.482.319 1.342.353 2.556.102l.013-.002a3.264 3.264 0 01-.841.543z"/></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"><path fill="#000" d="M14.735 9.383a.687.687 0 00-.57-.46 1.306 1.306 0 00-.455.026 4.09 4.09 0 01-.702.092 13.53 13.53 0 001.432-3.406c.475-1.84.222-2.677-.075-3.056-.785-1.004-1.931-1.543-3.313-1.56a5.87 5.87 0 00-1.722.242 6.412 6.412 0 00-1.007-.092c-.665-.01-1.253.134-1.755.432A7.998 7.998 0 005.33 1.29c-1.212-.199-2.188-.044-2.902.46-.865.611-1.266 1.673-1.192 3.155.024.47.287 1.902.702 3.26.238.78.492 1.429.755 1.927.372.706.771 1.122 1.219 1.27.25.085.706.143 1.186-.256.06.073.142.146.25.214.136.087.303.157.47.199.601.15 1.165.113 1.645-.098l.008.237.01.332c.029.71.077 1.26.22 1.646l.03.088c.07.219.19.584.493.87.315.297.695.388 1.043.388.174 0 .34-.023.487-.054.52-.112 1.112-.282 1.54-.891.404-.576.601-1.443.637-2.81l.013-.11.008-.073.095.008.025.002c.53.024 1.179-.088 1.577-.273.315-.146 1.324-.679 1.086-1.398z"/><path fill="#336791" d="M13.828 9.523c-1.577.325-1.685-.209-1.685-.209 1.665-2.47 2.361-5.607 1.76-6.374C12.264.846 9.428 1.836 9.38 1.862l-.015.002a5.624 5.624 0 00-1.052-.11c-.714-.01-1.255.188-1.666.5 0 0-5.06-2.085-4.825 2.621.05 1.002 1.435 7.577 3.087 5.591.604-.726 1.187-1.34 1.187-1.34.29.192.637.29 1 .255l.03-.024c-.01.09-.006.179.01.283-.425.476-.3.559-1.15.734-.862.178-.356.493-.026.576.4.1 1.327.242 1.952-.634l-.025.1c.167.133.284.869.265 1.535-.02.667-.033 1.124.098 1.482.132.357.263 1.161 1.381.922.935-.2 1.419-.72 1.486-1.585.048-.616.156-.525.163-1.075l.087-.26c.1-.835.016-1.104.592-.979l.14.012c.423.02.978-.068 1.304-.22.7-.324 1.116-.868.425-.725z"/><path fill="#fff" d="M6.943 5.323c-.142-.02-.27-.001-.336.048a.123.123 0 00-.05.082c-.009.059.032.123.057.157a.44.44 0 00.28.174c.014.002.03.003.044.003.172 0 .329-.134.342-.233.018-.124-.162-.207-.337-.23zm4.709.004c-.014-.097-.187-.125-.35-.102-.165.023-.323.097-.31.194.01.076.147.205.309.205.014 0 .027 0 .041-.003a.399.399 0 00.225-.123c.057-.06.09-.127.085-.17z"/><path fill="#fff" d="M14.353 9.486c-.06-.182-.254-.24-.575-.174-.955.197-1.297.06-1.41-.022a13.128 13.128 0 001.683-3.772c.156-.604.242-1.165.25-1.623.007-.501-.079-.87-.255-1.095-.71-.909-1.754-1.396-3.016-1.409-.868-.01-1.602.212-1.744.275-.3-.075-.626-.12-.981-.126-.652-.01-1.215.145-1.681.463a7.505 7.505 0 00-1.367-.358c-1.107-.178-1.986-.043-2.614.402-.749.53-1.095 1.479-1.028 2.819.023.45.28 1.837.685 3.165.534 1.748 1.114 2.738 1.724 2.942.072.023.154.04.245.04.222 0 .495-.1.78-.442.346-.415.704-.82 1.074-1.215.24.128.503.2.773.207l.002.022a6.233 6.233 0 00-.137.168c-.186.237-.225.287-.827.41-.17.035-.625.13-.631.447-.008.348.537.495.598.51.217.054.425.08.623.08.483 0 .908-.158 1.247-.465-.01 1.24.041 2.462.19 2.835.122.304.42 1.05 1.361 1.05.138 0 .29-.017.458-.053.982-.21 1.408-.644 1.573-1.601.089-.512.24-1.733.311-2.388.15.047.344.068.554.068.436 0 .94-.093 1.256-.24.355-.164.995-.568.879-.92zM12.014 5.06c-.003.194-.03.37-.058.552-.03.198-.062.401-.07.649-.007.24.023.49.052.733.058.489.119.992-.115 1.489a1.948 1.948 0 01-.103-.213 4.162 4.162 0 00-.18-.34c-.339-.608-1.133-2.033-.726-2.615.12-.173.428-.35 1.2-.255zm-.936-3.276c1.132.025 2.027.448 2.66 1.257.486.622-.049 3.447-1.598 5.885l-.047-.06-.02-.024c.4-.66.322-1.315.253-1.895a4.563 4.563 0 01-.05-.674c.008-.224.038-.415.066-.601.035-.229.071-.465.061-.744a.31.31 0 00.007-.105c-.025-.268-.33-1.069-.953-1.793a4.293 4.293 0 00-1.516-1.14c.292-.06.69-.116 1.137-.106zm-6.33 8.539c-.313.376-.53.304-.6.28-.463-.155-1-1.133-1.474-2.685-.41-1.342-.65-2.692-.668-3.071-.06-1.197.23-2.032.862-2.48 1.03-.73 2.721-.293 3.401-.072l-.03.029C5.124 3.449 5.15 5.374 5.153 5.492c0 .045.004.11.009.198.02.324.055.926-.04 1.609a2.034 2.034 0 00.674 1.833 28.71 28.71 0 00-1.048 1.19zM5.94 8.73a1.646 1.646 0 01-.431-1.378c.1-.721.063-1.349.043-1.686l-.007-.121c.163-.145.919-.55 1.457-.426.246.056.396.224.458.511.322 1.49.043 2.112-.182 2.611-.046.103-.09.2-.127.3l-.03.078c-.073.197-.14.38-.183.553a1.39 1.39 0 01-.998-.442zm.056 2.01a.862.862 0 01-.26-.112c.047-.022.131-.053.277-.083.708-.146.817-.248 1.055-.551.055-.07.117-.148.203-.244.128-.143.186-.12.292-.075.086.035.17.143.204.262.016.056.034.162-.025.245-.498.697-1.224.688-1.746.558zm3.702 3.444c-.865.186-1.172-.256-1.374-.76-.13-.326-.194-1.796-.149-3.418a.195.195 0 00-.008-.062.818.818 0 00-.024-.115.792.792 0 00-.43-.515.606.606 0 00-.396-.048c.037-.152.101-.324.17-.51l.03-.078c.033-.088.074-.18.117-.277.235-.522.557-1.237.208-2.853-.131-.605-.568-.901-1.23-.832a2.84 2.84 0 00-1.05.35c.05-.61.241-1.75.956-2.47.45-.454 1.05-.678 1.78-.666 1.44.023 2.363.762 2.883 1.377.45.53.692 1.065.79 1.353-.73-.074-1.226.07-1.478.43-.547.781.3 2.3.706 3.029.075.134.14.25.16.298.132.321.304.536.429.692.038.048.075.095.104.135-.221.064-.618.211-.582.947-.029.369-.236 2.097-.342 2.707-.139.807-.436 1.107-1.27 1.286zm3.611-4.133c-.226.105-.604.184-.963.2-.396.02-.598-.044-.646-.083-.022-.458.149-.506.329-.556.028-.008.056-.016.083-.026a.682.682 0 00.054.04c.32.21.888.234 1.69.068l.01-.002a2.16 2.16 0 01-.557.36z"/></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="#000" d="M21.622 13.976c-.117-.352-.421-.597-.815-.656a1.867 1.867 0 00-.65.036c-.44.09-.765.125-1.002.132.896-1.514 1.626-3.241 2.045-4.866.68-2.628.317-3.825-.107-4.367-1.122-1.433-2.759-2.203-4.733-2.227a8.386 8.386 0 00-2.46.345 9.16 9.16 0 00-1.439-.132c-.95-.015-1.789.192-2.506.618a11.425 11.425 0 00-1.77-.445c-1.73-.284-3.125-.062-4.145.658-1.235.873-1.808 2.389-1.702 4.506.033.673.41 2.718 1.002 4.658.34 1.115.703 2.04 1.078 2.752.533 1.009 1.102 1.603 1.742 1.816.358.12 1.01.203 1.694-.367.087.105.203.21.357.306.195.124.434.224.672.284.86.215 1.664.16 2.35-.14.005.122.008.239.01.34l.016.473c.04 1.013.11 1.8.314 2.352l.042.126c.102.311.272.834.706 1.243.448.424.991.553 1.489.553.25 0 .487-.032.696-.077.744-.16 1.589-.402 2.2-1.273.578-.822.859-2.061.91-4.014l.018-.158.012-.103.136.012.035.002c.758.035 1.684-.126 2.253-.39.45-.21 1.891-.97 1.552-1.997z"/><path fill="#336791" d="M20.326 14.176c-2.253.465-2.408-.298-2.408-.298 2.379-3.53 3.373-8.01 2.515-9.107-2.34-2.991-6.394-1.577-6.461-1.54l-.022.004a8.033 8.033 0 00-1.503-.157c-1.02-.016-1.793.268-2.38.713 0 0-7.23-2.979-6.893 3.745.072 1.43 2.05 10.824 4.41 7.987.863-1.038 1.697-1.915 1.697-1.915.414.275.91.415 1.429.365l.04-.034c-.012.129-.007.255.016.404-.608.68-.429.798-1.644 1.049-1.23.253-.508.704-.036.822.572.143 1.895.346 2.789-.905l-.036.142c.238.191.406 1.241.378 2.194-.029.952-.047 1.605.14 2.116.188.51.375 1.66 1.973 1.317 1.335-.286 2.027-1.027 2.123-2.264.069-.88.223-.75.233-1.536l.124-.372c.143-1.192.023-1.576.845-1.397l.2.017c.606.028 1.398-.097 1.863-.313 1.001-.465 1.596-1.241.608-1.037z"/><path fill="#fff" d="M10.49 8.176c-.203-.028-.386-.002-.48.068a.176.176 0 00-.072.118c-.012.083.047.176.083.224.102.135.25.228.398.248a.452.452 0 00.064.004c.246 0 .47-.191.489-.332.025-.177-.232-.295-.481-.33zm6.727.006c-.02-.139-.267-.179-.5-.146-.235.033-.462.138-.443.277.015.108.21.293.442.293a.42.42 0 00.059-.004.569.569 0 00.321-.176c.082-.086.13-.182.12-.244z"/><path fill="#fff" d="M21.076 14.123c-.086-.26-.363-.343-.822-.248-1.364.281-1.853.086-2.013-.032 1.06-1.615 1.933-3.568 2.403-5.39.223-.862.346-1.663.356-2.317.011-.716-.11-1.243-.363-1.565-1.015-1.297-2.505-1.993-4.309-2.012-1.24-.014-2.288.303-2.49.392a6.21 6.21 0 00-1.402-.18c-.931-.015-1.736.208-2.402.662a10.723 10.723 0 00-1.952-.512c-1.581-.254-2.838-.061-3.735.574-1.07.758-1.563 2.113-1.468 4.027.032.644.4 2.626.978 4.523.763 2.497 1.591 3.91 2.463 4.202.102.034.22.058.35.058.318 0 .708-.144 1.113-.631a40.17 40.17 0 011.535-1.737c.343.184.72.286 1.104.297l.003.03c-.066.079-.131.159-.195.24-.266.339-.322.41-1.18.586-.245.05-.894.184-.903.64-.01.496.767.705.855.727.309.077.606.116.89.116.69 0 1.296-.227 1.781-.666-.015 1.772.06 3.518.272 4.05.174.435.6 1.5 1.944 1.5.197 0 .415-.024.653-.075 1.403-.3 2.013-.92 2.249-2.288.126-.73.342-2.476.444-3.411.215.067.491.097.79.097.624 0 1.344-.132 1.795-.342.507-.235 1.422-.813 1.256-1.315zM17.734 7.8a5.673 5.673 0 01-.083.789c-.043.281-.088.573-.1.926-.01.344.033.701.074 1.047.084.699.17 1.418-.163 2.127a2.78 2.78 0 01-.148-.303 5.909 5.909 0 00-.256-.486c-.485-.869-1.62-2.905-1.039-3.736.173-.247.613-.501 1.715-.364zm-1.336-4.681c1.616.036 2.895.64 3.8 1.797.694.887-.07 4.924-2.284 8.407a13.832 13.832 0 00-.067-.085l-.028-.035c.572-.944.46-1.879.36-2.707-.04-.34-.079-.661-.069-.963.01-.32.052-.594.093-.86.05-.326.102-.664.088-1.063a.442.442 0 00.009-.15c-.036-.382-.473-1.526-1.362-2.56a6.134 6.134 0 00-2.165-1.628 7.299 7.299 0 011.625-.153zM7.354 15.316c-.447.538-.756.435-.857.401-.662-.22-1.429-1.618-2.106-3.835-.585-1.918-.927-3.847-.954-4.388-.086-1.71.329-2.902 1.232-3.543 1.47-1.042 3.887-.418 4.858-.102l-.042.04C7.89 5.5 7.929 8.25 7.933 8.418c0 .065.005.157.013.283.027.463.078 1.323-.058 2.298a2.906 2.906 0 00.964 2.62c-.273.292-.866.939-1.498 1.698zm1.703-2.272a2.351 2.351 0 01-.616-1.969c.144-1.03.09-1.926.062-2.408l-.01-.173c.233-.207 1.312-.785 2.082-.608.35.08.565.32.653.73.46 2.13.061 3.017-.26 3.73a6.822 6.822 0 00-.181.43l-.042.11c-.105.281-.202.542-.262.79a1.986 1.986 0 01-1.426-.632zm.08 2.871a1.234 1.234 0 01-.372-.16c.068-.032.188-.075.397-.118 1.01-.208 1.166-.355 1.507-.787.078-.1.167-.212.29-.349.182-.204.266-.17.417-.107.123.05.243.205.291.374.023.08.049.232-.035.35-.712.997-1.75.984-2.494.797zm5.288 4.921c-1.236.265-1.673-.366-1.962-1.087-.186-.465-.277-2.564-.212-4.882a.28.28 0 00-.012-.089 1.175 1.175 0 00-.035-.164c-.097-.337-.332-.619-.614-.736-.112-.046-.318-.132-.565-.068.053-.218.144-.463.243-.729l.042-.111c.047-.126.105-.257.167-.395.336-.746.796-1.768.297-4.077-.187-.864-.811-1.287-1.758-1.188-.567.058-1.086.287-1.345.419a4.335 4.335 0 00-.154.082c.072-.872.345-2.5 1.366-3.53.643-.649 1.5-.969 2.543-.952 2.056.034 3.375 1.09 4.119 1.969.641.757.988 1.52 1.127 1.932-1.042-.106-1.75.1-2.11.613-.782 1.118.427 3.286 1.009 4.328.106.191.198.357.227.427.19.458.434.764.613.988.055.068.108.135.149.193-.316.09-.883.301-.831 1.352-.042.527-.338 2.996-.489 3.868-.198 1.152-.622 1.581-1.815 1.837zm5.16-5.904c-.323.15-.863.262-1.376.286-.567.027-.855-.063-.923-.119-.032-.655.212-.723.47-.795.04-.012.08-.023.118-.036.024.02.05.038.078.057.456.3 1.268.333 2.415.096l.012-.002c-.154.144-.419.339-.794.513z"/></svg>
@@ -0,0 +1,33 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconConfluence16 = 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.497 11.624c-.145.237-.308.51-.435.73a.446.446 0 00.15.606l2.898 1.783a.446.446 0 00.617-.151c.114-.194.263-.446.426-.716 1.148-1.895 2.306-1.663 4.386-.669l2.873 1.367a.446.446 0 00.6-.223l1.38-3.121a.446.446 0 00-.223-.585c-.606-.285-1.812-.856-2.898-1.377-3.915-1.904-7.235-1.78-9.774 2.356z" />
28
+ <path d="M14.492 4.535c.145-.237.308-.513.446-.73a.446.446 0 00-.151-.606l-2.899-1.784a.446.446 0 00-.615.152c-.116.194-.265.446-.428.716-1.148 1.895-2.303 1.663-4.385.669l-2.883-1.36a.446.446 0 00-.597.223L1.6 4.935a.446.446 0 00.222.585c.607.285 1.815.854 2.899 1.378 3.912 1.888 7.232 1.763 9.771-2.363z" />
29
+ </g>
30
+ </svg>
31
+ );
32
+ }
33
+ );
@@ -0,0 +1,33 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconConfluence24 = 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="M2.71 17.177c-.207.338-.44.73-.621 1.042a.637.637 0 00.213.866l4.14 2.548a.638.638 0 00.883-.216c.162-.277.376-.637.608-1.023 1.64-2.707 3.293-2.376 6.265-.955l4.105 1.952a.638.638 0 00.857-.318l1.972-4.46a.637.637 0 00-.319-.834 628.29 628.29 0 01-4.14-1.968c-5.593-2.72-10.335-2.542-13.963 3.366z" />
28
+ <path d="M21.275 7.05c.207-.338.44-.733.637-1.042a.637.637 0 00-.216-.866l-4.141-2.548a.637.637 0 00-.879.216c-.166.277-.38.637-.612 1.022-1.64 2.708-3.29 2.376-6.264.956L5.68 2.845a.637.637 0 00-.853.319L2.856 7.623a.637.637 0 00.319.834c.866.408 2.592 1.22 4.14 1.968 5.59 2.698 10.332 2.52 13.96-3.376z" />
29
+ </g>
30
+ </svg>
31
+ );
32
+ }
33
+ );
@@ -0,0 +1,63 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconConfluenceColor16 = 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="url(#confluence-color-16__paint0_linear_7057_81)"
28
+ d="M1.497 11.624c-.145.237-.308.51-.435.73a.446.446 0 00.15.606l2.898 1.783a.446.446 0 00.617-.151c.114-.194.263-.446.426-.716 1.148-1.895 2.306-1.663 4.386-.669l2.873 1.367a.446.446 0 00.6-.223l1.38-3.121a.446.446 0 00-.223-.585c-.606-.285-1.812-.856-2.898-1.377-3.915-1.904-7.235-1.78-9.774 2.356z"
29
+ />
30
+ <path
31
+ fill="url(#confluence-color-16__paint1_linear_7057_81)"
32
+ d="M14.492 4.535c.145-.237.308-.513.446-.73a.446.446 0 00-.151-.606l-2.899-1.784a.446.446 0 00-.615.152c-.116.194-.265.446-.428.716-1.148 1.895-2.303 1.663-4.385.669l-2.883-1.36a.446.446 0 00-.597.223L1.6 4.935a.446.446 0 00.222.585c.607.285 1.815.854 2.899 1.378 3.912 1.888 7.232 1.763 9.771-2.363z"
33
+ />
34
+ <defs>
35
+ <linearGradient
36
+ id="confluence-color-16__paint0_linear_7057_81"
37
+ x1={14.87}
38
+ x2={3.71}
39
+ y1={16.506}
40
+ y2={13.163}
41
+ gradientUnits="userSpaceOnUse"
42
+ >
43
+ <stop stopColor="#0050D3" />
44
+ <stop offset={0.94} stopColor="#007FFC" />
45
+ <stop offset={1} stopColor="#0082FF" />
46
+ </linearGradient>
47
+ <linearGradient
48
+ id="confluence-color-16__paint1_linear_7057_81"
49
+ x1={1.684}
50
+ x2={10.453}
51
+ y1={0.495}
52
+ y2={5.533}
53
+ gradientUnits="userSpaceOnUse"
54
+ >
55
+ <stop stopColor="#0050D3" />
56
+ <stop offset={0.94} stopColor="#007FFC" />
57
+ <stop offset={1} stopColor="#0082FF" />
58
+ </linearGradient>
59
+ </defs>
60
+ </svg>
61
+ );
62
+ }
63
+ );