@hashicorp/flight-icons 2.13.1 → 2.15.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,17 @@
1
1
  # @hashicorp/flight-icons
2
2
 
3
+ ## 2.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1487](https://github.com/hashicorp/design-system/pull/1487) [`4960a4a2c`](https://github.com/hashicorp/design-system/commit/4960a4a2cf368b47c22ac12186f9f2b48d406519) Thanks [@hashibot-hds](https://github.com/hashibot-hds)! - Added Venafi service icon
8
+
9
+ ## 2.14.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#1428](https://github.com/hashicorp/design-system/pull/1428) [`24bb5ff62`](https://github.com/hashicorp/design-system/commit/24bb5ff628c2166314854c1295d9998bbd5e2aba) Thanks [@jorytindall](https://github.com/jorytindall)! - Added robot icon for Service Principals
14
+
3
15
  ## 2.13.1
4
16
 
5
17
  ### Patch Changes
package/catalog.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "lastRunTimeISO": "2023-06-13T22:37:55.483Z",
2
+ "lastRunTimeISO": "2023-07-10T23:48:59.674Z",
3
3
  "lastRunFigma": {
4
4
  "id": "TLnoT5AYQfy3tZ0H68BgOr",
5
5
  "page": "Export",
@@ -1883,6 +1883,42 @@
1883
1883
  "width": 16,
1884
1884
  "height": 16
1885
1885
  },
1886
+ {
1887
+ "id": "4160:80",
1888
+ "fileName": "venafi-24",
1889
+ "iconName": "venafi",
1890
+ "description": "venafi, identity",
1891
+ "size": "24",
1892
+ "width": 24,
1893
+ "height": 24
1894
+ },
1895
+ {
1896
+ "id": "4160:82",
1897
+ "fileName": "venafi-16",
1898
+ "iconName": "venafi",
1899
+ "description": "venafi, identity",
1900
+ "size": "16",
1901
+ "width": 16,
1902
+ "height": 16
1903
+ },
1904
+ {
1905
+ "id": "4160:87",
1906
+ "fileName": "venafi-color-24",
1907
+ "iconName": "venafi-color",
1908
+ "description": "venafi, identity",
1909
+ "size": "24",
1910
+ "width": 24,
1911
+ "height": 24
1912
+ },
1913
+ {
1914
+ "id": "4160:89",
1915
+ "fileName": "venafi-color-16",
1916
+ "iconName": "venafi-color",
1917
+ "description": "venafi, identity",
1918
+ "size": "16",
1919
+ "width": 16,
1920
+ "height": 16
1921
+ },
1886
1922
  {
1887
1923
  "id": "707:391",
1888
1924
  "fileName": "vmware-24",
@@ -7589,6 +7625,24 @@
7589
7625
  "width": 16,
7590
7626
  "height": 16
7591
7627
  },
7628
+ {
7629
+ "id": "4008:66",
7630
+ "fileName": "robot-24",
7631
+ "iconName": "robot",
7632
+ "description": "service, principal, computer, user",
7633
+ "size": "24",
7634
+ "width": 24,
7635
+ "height": 24
7636
+ },
7637
+ {
7638
+ "id": "4008:76",
7639
+ "fileName": "robot-16",
7640
+ "iconName": "robot",
7641
+ "description": "service, principal, computer, user",
7642
+ "size": "16",
7643
+ "width": 16,
7644
+ "height": 16
7645
+ },
7592
7646
  {
7593
7647
  "id": "350:3333",
7594
7648
  "fileName": "rocket-24",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hashicorp/flight-icons",
3
- "version": "2.13.1",
3
+ "version": "2.15.0",
4
4
  "description": "Flight: HashiCorp SVG icon set",
5
5
  "keywords": [
6
6
  "hashicorp",
@@ -29,13 +29,13 @@
29
29
  "@figma-export/types": "^3.5.0",
30
30
  "@svgr/core": "^5.5.0",
31
31
  "@svgr/plugin-jsx": "^5.5.0",
32
- "@types/archiver": "^5.3.1",
32
+ "@types/archiver": "^5.3.2",
33
33
  "@types/fs-extra": "^9.0.13",
34
- "@types/lodash": "^4.14.191",
35
- "@types/node": "^16.18.12",
34
+ "@types/lodash": "^4.14.195",
35
+ "@types/node": "^16.18.33",
36
36
  "@types/prettier": "^2.7.2",
37
- "@types/react": "^17.0.53",
38
- "@types/react-dom": "^17.0.19",
37
+ "@types/react": "^17.0.60",
38
+ "@types/react-dom": "^17.0.20",
39
39
  "@types/svgo": "~1.3.6",
40
40
  "@typescript-eslint/eslint-plugin": "^4.33.0",
41
41
  "@typescript-eslint/parser": "^4.33.0",
@@ -44,13 +44,13 @@
44
44
  "del": "^6.1.1",
45
45
  "dotenv": "^10.0.0",
46
46
  "eslint": "^7.32.0",
47
- "figma-api": "^1.7.0",
48
- "fs-extra": "^10.0.0",
47
+ "figma-api": "^1.11.0",
48
+ "fs-extra": "^10.1.0",
49
49
  "lodash": "^4.17.21",
50
- "mini-svg-data-uri": "^1.3.3",
51
- "prettier": "^2.8.4",
50
+ "mini-svg-data-uri": "^1.4.4",
51
+ "prettier": "^2.8.8",
52
52
  "svgo": "~1.3.2",
53
- "svgstore": "^3.0.0-2",
53
+ "svgstore": "^3.0.1",
54
54
  "ts-node": "^10.9.1",
55
55
  "typescript": "^4.9.5"
56
56
  }
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', 'running', 'apple', 'apple-color', 'alibaba', 'alibaba-color', 'amazon-ecs', 'amazon-ecs-color', 'amazon-eks', 'amazon-eks-color', 'auth0', 'auth0-color', 'aws', 'aws-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', 'f5', 'f5-color', 'facebook', 'facebook-color', 'figma', 'figma-color', 'gcp', 'gcp-color', 'gitlab', 'gitlab-color', 'github', 'github-color', 'google', 'google-color', 'grafana', 'grafana-color', 'helm', 'helm-color', 'infracost', 'infracost-color', 'kubernetes', 'kubernetes-color', 'lightlytics', 'lightlytics-color', 'linkedin', 'linkedin-color', 'linode', 'linode-color', 'linux', 'linux-color', 'loom', 'loom-color', 'microsoft', 'microsoft-color', 'microsoft-teams', 'microsoft-teams-color', 'okta', 'okta-color', 'oracle', 'oracle-color', 'opa', 'opa-color', 'pack', 'pack-color', 'saml', 'saml-color', 'slack', 'slack-color', 'snyk', 'snyk-color', 'splunk', 'splunk-color', 'twitch', 'twitch-color', 'twitter', 'twitter-color', 'vantage', 'vantage-color', 'vmware', 'vmware-color', 'youtube', 'youtube-color', 'boundary', 'boundary-color', 'consul', 'consul-color', 'nomad', 'nomad-color', 'packer', 'packer-color', 'terraform', 'terraform-color', 'vagrant', 'vagrant-color', 'vault', 'vault-color', 'waypoint', 'waypoint-color', 'hashicorp', 'hashicorp-color', 'hcp', 'hcp-color', 'activity', 'alert-circle', 'alert-circle-fill', 'alert-diamond', 'alert-diamond-fill', 'alert-triangle', 'alert-triangle-fill', 'alert-octagon', 'alert-octagon-fill', 'align-center', 'align-justify', 'align-left', 'align-right', 'ampersand', 'api', 'archive', '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', 'at-sign', 'award', 'auto-apply', 'bank-vault', 'bar-chart', 'bar-chart-alt', 'battery', 'battery-charging', 'beaker', 'bell', 'bell-active-fill', 'bell-active', 'bell-off', 'bookmark', 'bookmark-fill', 'bookmark-add', 'bookmark-add-fill', 'bookmark-remove', 'bookmark-remove-fill', 'bottom', 'box', 'briefcase', 'bug', 'build', 'bulb', 'calendar', 'camera', 'camera-off', 'caret', 'cast', 'certificate', 'change', 'change-circle', 'change-square', 'check', 'check-circle', 'check-circle-fill', 'check-diamond', 'check-diamond-fill', 'check-hexagon', 'check-hexagon-fill', 'check-square', 'check-square-fill', 'chevron-down', 'chevron-left', 'chevron-right', 'chevron-up', 'chevrons-down', 'chevrons-left', 'chevrons-right', 'chevrons-up', 'circle', 'circle-dot', 'circle-fill', 'circle-half', 'clipboard', 'clipboard-checked', 'clipboard-copy', 'clock', 'clock-filled', 'cloud', 'closed-caption', 'cloud-check', 'cloud-download', 'cloud-lightning', 'cloud-lock', 'cloud-off', 'cloud-upload', 'cloud-x', 'code', 'collections', 'command', 'compass', 'connection', 'connection-gateway', 'corner-down-left', 'corner-down-right', 'corner-left-down', 'corner-left-up', 'corner-right-down', 'corner-right-up', 'corner-up-left', 'corner-up-right', 'cpu', 'credit-card', 'crop', 'crosshair', 'dashboard', 'database', 'delay', 'delete', 'diamond', 'diamond-fill', 'disc', 'discussion-circle', 'discussion-square', 'docs', 'docs-download', 'docs-link', 'dollar-sign', 'dot', 'dot-half', 'download', 'droplet', 'duplicate', 'edit', 'enterprise', 'entry-point', 'exit-point', 'external-link', 'event', 'eye', 'eye-off', 'fast-forward', 'file', 'file-check', 'file-change', 'file-diff', 'file-minus', 'file-plus', 'file-source', 'file-text', 'file-x', 'files', 'film', 'filter', 'filter-circle', 'filter-fill', 'fingerprint', 'flag', 'folder', 'folder-fill', 'folder-minus', 'folder-minus-fill', 'folder-plus', 'folder-plus-fill', 'folder-star', 'folder-users', 'frown', 'gateway', 'gift', 'git-branch', 'git-commit', 'git-merge', 'git-pull-request', 'git-repo', 'globe', 'globe-private', 'government', 'grid', 'grid-alt', 'guide', 'guide-link', 'hammer', 'handshake', 'hard-drive', 'hash', 'headphones', 'heart', 'heart-fill', 'heart-off', 'help', 'hexagon', 'hexagon-fill', 'history', 'home', 'hourglass', 'identity-user', 'identity-service', 'image', 'inbox', 'info', 'info-fill', 'jump-link', 'key', 'keychain', 'key-values', 'labyrinth', 'layers', 'layout', 'learn', 'learn-link', 'line-chart', 'line-chart-up', 'link', 'list', 'load-balancer', 'lock', 'lock-fill', 'lock-off', 'logs', 'mail', 'mail-open', 'mainframe', 'map', 'map-pin', 'maximize', 'maximize-alt', 'meh', 'menu', 'mesh', 'message-circle', 'message-circle-fill', 'message-square', 'message-square-fill', 'mic', 'mic-off', 'migrate', 'minimize', 'minimize-alt', 'minus', 'minus-circle', 'minus-square', 'minus-square-fill', 'minus-plus', 'minus-plus-circle', 'minus-plus-square', 'module', 'monitor', 'moon', 'more-horizontal', 'more-vertical', 'mouse-pointer', 'move', 'music', 'navigation', 'navigation-alt', 'network', 'network-alt', 'newspaper', 'node', 'octagon', 'org', 'outline', 'package', 'paperclip', 'path', 'pause', 'pause-circle', 'pen-tool', 'pencil-tool', 'phone', 'phone-call', 'phone-off', 'pie-chart', 'pin', 'pipeline', 'play', 'play-circle', 'plug', 'plus', 'plus-circle', 'plus-square', 'power', 'printer', 'provider', 'queue', 'radio', 'random', 'redirect', 'reload', 'repeat', 'replication-direct', 'replication-perf', 'rewind', 'rocket', 'rotate-cw', 'rotate-ccw', 'rss', 'save', 'scissors', 'search', 'send', 'server', 'serverless', 'server-cluster', 'settings', 'service', 'share', 'shield', 'shield-alert', 'shield-check', 'shield-off', 'shield-x', 'shopping-bag', 'shopping-cart', 'shuffle', 'sidebar', 'sidebar-hide', 'sidebar-show', 'sign-in', 'sign-out', 'skip', 'skip-forward', 'skip-back', 'slash', 'slash-square', 'sliders', 'smartphone', 'smile', 'socket', 'sort-asc', 'sort-desc', 'speaker', 'square', 'square-fill', 'star', 'star-circle', 'star-fill', 'star-off', 'step', 'stop-circle', 'sun', 'support', 'swap-horizontal', 'swap-vertical', 'switcher', 'sync', 'sync-alert', 'sync-reverse', 'tablet', 'tag', 'target', 'terminal', 'terminal-screen', 'test', 'thumbs-up', 'thumbs-down', 'toggle-left', 'toggle-right', 'token', 'tools', 'top', 'trash', 'trend-down', 'trend-up', 'triangle', 'triangle-fill', 'truck', 'tv', 'type', 'unfold-open', 'unfold-close', 'unlock', 'upload', 'user', 'user-check', 'user-circle', 'user-circle-fill', 'user-minus', 'user-plus', 'user-x', 'users', 'verified', 'video', 'video-off', 'volume', 'volume-down', 'volume-2', 'volume-x', 'wall', 'wand', 'watch', 'webhook', 'wifi', 'wifi-off', 'wrench', 'x', 'x-circle', 'x-circle-fill', 'x-diamond', 'x-diamond-fill', 'x-hexagon', 'x-hexagon-fill', 'x-square', 'x-square-fill', 'zap', 'zap-off', 'zoom-in', 'zoom-out' ];
6
+ export const iconNames = [ 'loading', 'running', 'apple', 'apple-color', 'alibaba', 'alibaba-color', 'amazon-ecs', 'amazon-ecs-color', 'amazon-eks', 'amazon-eks-color', 'auth0', 'auth0-color', 'aws', 'aws-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', 'f5', 'f5-color', 'facebook', 'facebook-color', 'figma', 'figma-color', 'gcp', 'gcp-color', 'gitlab', 'gitlab-color', 'github', 'github-color', 'google', 'google-color', 'grafana', 'grafana-color', 'helm', 'helm-color', 'infracost', 'infracost-color', 'kubernetes', 'kubernetes-color', 'lightlytics', 'lightlytics-color', 'linkedin', 'linkedin-color', 'linode', 'linode-color', 'linux', 'linux-color', 'loom', 'loom-color', 'microsoft', 'microsoft-color', 'microsoft-teams', 'microsoft-teams-color', 'okta', 'okta-color', 'oracle', 'oracle-color', 'opa', 'opa-color', 'pack', 'pack-color', 'saml', 'saml-color', 'slack', 'slack-color', 'snyk', 'snyk-color', 'splunk', 'splunk-color', 'twitch', 'twitch-color', 'twitter', 'twitter-color', 'vantage', 'vantage-color', 'venafi', 'venafi-color', 'vmware', 'vmware-color', 'youtube', 'youtube-color', 'boundary', 'boundary-color', 'consul', 'consul-color', 'nomad', 'nomad-color', 'packer', 'packer-color', 'terraform', 'terraform-color', 'vagrant', 'vagrant-color', 'vault', 'vault-color', 'waypoint', 'waypoint-color', 'hashicorp', 'hashicorp-color', 'hcp', 'hcp-color', 'activity', 'alert-circle', 'alert-circle-fill', 'alert-diamond', 'alert-diamond-fill', 'alert-triangle', 'alert-triangle-fill', 'alert-octagon', 'alert-octagon-fill', 'align-center', 'align-justify', 'align-left', 'align-right', 'ampersand', 'api', 'archive', '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', 'at-sign', 'award', 'auto-apply', 'bank-vault', 'bar-chart', 'bar-chart-alt', 'battery', 'battery-charging', 'beaker', 'bell', 'bell-active-fill', 'bell-active', 'bell-off', 'bookmark', 'bookmark-fill', 'bookmark-add', 'bookmark-add-fill', 'bookmark-remove', 'bookmark-remove-fill', 'bottom', 'box', 'briefcase', 'bug', 'build', 'bulb', 'calendar', 'camera', 'camera-off', 'caret', 'cast', 'certificate', 'change', 'change-circle', 'change-square', 'check', 'check-circle', 'check-circle-fill', 'check-diamond', 'check-diamond-fill', 'check-hexagon', 'check-hexagon-fill', 'check-square', 'check-square-fill', 'chevron-down', 'chevron-left', 'chevron-right', 'chevron-up', 'chevrons-down', 'chevrons-left', 'chevrons-right', 'chevrons-up', 'circle', 'circle-dot', 'circle-fill', 'circle-half', 'clipboard', 'clipboard-checked', 'clipboard-copy', 'clock', 'clock-filled', 'cloud', 'closed-caption', 'cloud-check', 'cloud-download', 'cloud-lightning', 'cloud-lock', 'cloud-off', 'cloud-upload', 'cloud-x', 'code', 'collections', 'command', 'compass', 'connection', 'connection-gateway', 'corner-down-left', 'corner-down-right', 'corner-left-down', 'corner-left-up', 'corner-right-down', 'corner-right-up', 'corner-up-left', 'corner-up-right', 'cpu', 'credit-card', 'crop', 'crosshair', 'dashboard', 'database', 'delay', 'delete', 'diamond', 'diamond-fill', 'disc', 'discussion-circle', 'discussion-square', 'docs', 'docs-download', 'docs-link', 'dollar-sign', 'dot', 'dot-half', 'download', 'droplet', 'duplicate', 'edit', 'enterprise', 'entry-point', 'exit-point', 'external-link', 'event', 'eye', 'eye-off', 'fast-forward', 'file', 'file-check', 'file-change', 'file-diff', 'file-minus', 'file-plus', 'file-source', 'file-text', 'file-x', 'files', 'film', 'filter', 'filter-circle', 'filter-fill', 'fingerprint', 'flag', 'folder', 'folder-fill', 'folder-minus', 'folder-minus-fill', 'folder-plus', 'folder-plus-fill', 'folder-star', 'folder-users', 'frown', 'gateway', 'gift', 'git-branch', 'git-commit', 'git-merge', 'git-pull-request', 'git-repo', 'globe', 'globe-private', 'government', 'grid', 'grid-alt', 'guide', 'guide-link', 'hammer', 'handshake', 'hard-drive', 'hash', 'headphones', 'heart', 'heart-fill', 'heart-off', 'help', 'hexagon', 'hexagon-fill', 'history', 'home', 'hourglass', 'identity-user', 'identity-service', 'image', 'inbox', 'info', 'info-fill', 'jump-link', 'key', 'keychain', 'key-values', 'labyrinth', 'layers', 'layout', 'learn', 'learn-link', 'line-chart', 'line-chart-up', 'link', 'list', 'load-balancer', 'lock', 'lock-fill', 'lock-off', 'logs', 'mail', 'mail-open', 'mainframe', 'map', 'map-pin', 'maximize', 'maximize-alt', 'meh', 'menu', 'mesh', 'message-circle', 'message-circle-fill', 'message-square', 'message-square-fill', 'mic', 'mic-off', 'migrate', 'minimize', 'minimize-alt', 'minus', 'minus-circle', 'minus-square', 'minus-square-fill', 'minus-plus', 'minus-plus-circle', 'minus-plus-square', 'module', 'monitor', 'moon', 'more-horizontal', 'more-vertical', 'mouse-pointer', 'move', 'music', 'navigation', 'navigation-alt', 'network', 'network-alt', 'newspaper', 'node', 'octagon', 'org', 'outline', 'package', 'paperclip', 'path', 'pause', 'pause-circle', 'pen-tool', 'pencil-tool', 'phone', 'phone-call', 'phone-off', 'pie-chart', 'pin', 'pipeline', 'play', 'play-circle', 'plug', 'plus', 'plus-circle', 'plus-square', 'power', 'printer', 'provider', 'queue', 'radio', 'random', 'redirect', 'reload', 'repeat', 'replication-direct', 'replication-perf', 'rewind', 'robot', 'rocket', 'rotate-cw', 'rotate-ccw', 'rss', 'save', 'scissors', 'search', 'send', 'server', 'serverless', 'server-cluster', 'settings', 'service', 'share', 'shield', 'shield-alert', 'shield-check', 'shield-off', 'shield-x', 'shopping-bag', 'shopping-cart', 'shuffle', 'sidebar', 'sidebar-hide', 'sidebar-show', 'sign-in', 'sign-out', 'skip', 'skip-forward', 'skip-back', 'slash', 'slash-square', 'sliders', 'smartphone', 'smile', 'socket', 'sort-asc', 'sort-desc', 'speaker', 'square', 'square-fill', 'star', 'star-circle', 'star-fill', 'star-off', 'step', 'stop-circle', 'sun', 'support', 'swap-horizontal', 'swap-vertical', 'switcher', 'sync', 'sync-alert', 'sync-reverse', 'tablet', 'tag', 'target', 'terminal', 'terminal-screen', 'test', 'thumbs-up', 'thumbs-down', 'toggle-left', 'toggle-right', 'token', 'tools', 'top', 'trash', 'trend-down', 'trend-up', 'triangle', 'triangle-fill', 'truck', 'tv', 'type', 'unfold-open', 'unfold-close', 'unlock', 'upload', 'user', 'user-check', 'user-circle', 'user-circle-fill', 'user-minus', 'user-plus', 'user-x', 'users', 'verified', 'video', 'video-off', 'volume', 'volume-down', 'volume-2', 'volume-x', 'wall', 'wand', 'watch', 'webhook', 'wifi', 'wifi-off', 'wrench', 'x', 'x-circle', 'x-circle-fill', 'x-diamond', 'x-diamond-fill', 'x-hexagon', 'x-hexagon-fill', 'x-square', 'x-square-fill', 'zap', 'zap-off', 'zoom-in', 'zoom-out' ];
@@ -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.25 8.5a.75.75 0 000 1.5h3.5a.75.75 0 000-1.5h-3.5zM10.125 5a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25zM5.875 5a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25z"/><path fill-rule="evenodd" d="M4.525 2a1.25 1.25 0 012.45 0h2.05a1.25 1.25 0 012.45 0h.275A2.25 2.25 0 0114 4.25v1.275a1.25 1.25 0 010 2.45V10.5a2.25 2.25 0 01-2.25 2.25h-7.5A2.25 2.25 0 012 10.5V7.975a1.25 1.25 0 010-2.45V4.25A2.25 2.25 0 014.25 2h.275zM4.25 3.5a.75.75 0 00-.75.75v6.25c0 .414.336.75.75.75h7.5a.75.75 0 00.75-.75V4.25a.75.75 0 00-.75-.75h-7.5z" clip-rule="evenodd"/><path d="M3.5 14.25a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5a.75.75 0 01-.75-.75z"/></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="M9.25 13.5a.75.75 0 000 1.5h5.5a.75.75 0 000-1.5h-5.5zM15.5 7a1.5 1.5 0 100 3 1.5 1.5 0 000-3zM8.5 7a1.5 1.5 0 100 3 1.5 1.5 0 000-3z"/><path fill-rule="evenodd" d="M6.756 3.25a1.375 1.375 0 012.738 0h5.012a1.375 1.375 0 012.738 0h.256A2.75 2.75 0 0120.25 6v2.256a1.375 1.375 0 010 2.738V16a2.75 2.75 0 01-2.75 2.75h-11A2.75 2.75 0 013.75 16v-5.006a1.375 1.375 0 010-2.738V6A2.75 2.75 0 016.5 3.25h.256zM6.5 4.75c-.69 0-1.25.56-1.25 1.25v10c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V6c0-.69-.56-1.25-1.25-1.25h-11z" clip-rule="evenodd"/><path d="M6 21.25a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H6.75a.75.75 0 01-.75-.75z"/></g></svg>
package/svg/star-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="M12 1a.75.75 0 01.673.418l2.992 6.065 6.694.978a.75.75 0 01.414 1.28l-4.842 4.717 1.143 6.665a.75.75 0 01-1.089.79L12 18.766l-5.985 3.149a.75.75 0 01-1.089-.79l1.143-6.666-4.842-4.717a.75.75 0 01.415-1.28l6.693-.978 2.992-6.065A.75.75 0 0112 1zm0 2.445L9.505 8.5a.75.75 0 01-.564.41l-5.58.816 4.037 3.933a.75.75 0 01.216.664l-.952 5.556 4.989-2.625a.75.75 0 01.698 0l4.99 2.625-.953-5.556a.75.75 0 01.216-.664l4.037-3.933-5.58-.816a.75.75 0 01-.564-.41L12 3.445z" 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="currentColor" fill-rule="evenodd" d="M12 1a.75.75 0 01.673.418l2.992 6.065 6.694.978a.75.75 0 01.414 1.28l-4.842 4.717 1.143 6.665a.75.75 0 01-1.089.79L12 18.766l-5.985 3.149a.75.75 0 01-1.089-.79l1.143-6.666-4.842-4.717a.75.75 0 01.414-1.28l6.693-.978 2.993-6.065A.75.75 0 0112 1zm0 2.445L9.505 8.5a.75.75 0 01-.564.41l-5.58.816 4.037 3.933a.75.75 0 01.216.664l-.952 5.556 4.989-2.625a.75.75 0 01.698 0l4.99 2.625-.953-5.556a.75.75 0 01.216-.664l4.037-3.933-5.58-.816a.75.75 0 01-.564-.41L12 3.445z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M12.26 1.45a.75.75 0 10-1.02 1.1l2.1 1.95H7.75a.75.75 0 100 1.5h5.59l-2.1 1.95a.75.75 0 101.02 1.1l3.5-3.25a.75.75 0 000-1.1l-3.5-3.25zM2.66 10l2.1-1.95a.75.75 0 00-1.02-1.1L.24 10.2a.75.75 0 000 1.1l3.5 3.25a.75.75 0 001.02-1.1l-2.1-1.95h5.59a.75.75 0 000-1.5H2.66z"/></g></svg>
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="M12.26 1.45a.75.75 0 10-1.02 1.1l2.1 1.95H7.75a.75.75 0 000 1.5h5.59l-2.1 1.95a.75.75 0 101.02 1.1l3.5-3.25a.75.75 0 000-1.1l-3.5-3.25zM2.66 10l2.1-1.95a.75.75 0 10-1.02-1.1L.24 10.2a.75.75 0 000 1.1l3.5 3.25a.75.75 0 001.02-1.1l-2.1-1.95h5.59a.75.75 0 000-1.5H2.66z"/></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="currentColor" fill-rule="evenodd" d="M10.524 2.137A9.69 9.69 0 0110.572 2H15c-1.434 3.88-3.479 7.427-6.104 10.537L8 13.597l-.896-1.06C4.479 9.427 2.434 5.88 1 2h4.333l.048.137c.103.296.339.972.479 1.286H3.256a23.942 23.942 0 004.154 7.174l.611.722.612-.722a23.941 23.941 0 004.153-7.174h-2.74c.14-.314.375-.99.478-1.286zM8 7.614a13.78 13.78 0 001.855-3.268h1.44A16.613 16.613 0 018.421 9.3L8 9.801l-.422-.5a16.548 16.548 0 01-2.872-4.955h1.439A13.781 13.781 0 008 7.614z" 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="M15.966 3.216L16.042 3H23c-2.253 6.096-5.467 11.67-9.592 16.558L12 21.223l-1.408-1.665C6.467 14.671 3.253 9.096 1 3h6.809l.076.216c.162.465.532 1.527.752 2.02H4.545c1.533 4.15 3.72 7.944 6.527 11.274l.961 1.135.961-1.135c2.808-3.33 4.995-7.124 6.527-11.274h-4.307c.22-.493.59-1.555.752-2.02zM12 11.82a21.658 21.658 0 002.916-5.135h2.26a26.103 26.103 0 01-4.513 7.786L12 15.26l-.663-.787a26.003 26.003 0 01-4.514-7.786h2.261A21.654 21.654 0 0012 11.822z" 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"><path fill="#FF6333" fill-rule="evenodd" d="M10.524 2.137A9.69 9.69 0 0110.572 2H15c-1.434 3.88-3.479 7.427-6.104 10.537L8 13.597l-.896-1.06C4.479 9.427 2.434 5.88 1 2h4.333l.048.137c.103.296.339.972.479 1.286H3.256a23.942 23.942 0 004.154 7.174l.611.722.612-.722a23.941 23.941 0 004.153-7.174h-2.74c.14-.314.375-.99.478-1.286zM8 7.614a13.78 13.78 0 001.855-3.268h1.44A16.613 16.613 0 018.421 9.3L8 9.801l-.422-.5a16.548 16.548 0 01-2.872-4.955h1.439A13.781 13.781 0 008 7.614z" 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="#FF6333" fill-rule="evenodd" d="M15.966 3.216L16.042 3H23c-2.253 6.096-5.467 11.67-9.592 16.558L12 21.223l-1.408-1.665C6.467 14.671 3.253 9.096 1 3h6.809l.076.216c.162.465.532 1.527.752 2.02H4.545c1.533 4.15 3.72 7.944 6.527 11.274l.961 1.135.961-1.135c2.808-3.33 4.995-7.124 6.527-11.274h-4.307c.22-.493.59-1.555.752-2.02zM12 11.82a21.658 21.658 0 002.916-5.135h2.26a26.103 26.103 0 01-4.513 7.786L12 15.26l-.663-.787a26.003 26.003 0 01-4.514-7.786h2.261A21.654 21.654 0 0012 11.822z" clip-rule="evenodd"/></svg>
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g fill="currentColor"><path d="M13.242 2.184a.75.75 0 10-.984 1.132C13.709 4.578 14.5 6.266 14.5 8s-.79 3.422-2.242 4.684a.75.75 0 10.984 1.132C14.992 12.293 16 10.204 16 8c0-2.204-1.008-4.293-2.758-5.816z"/><path fill-rule="evenodd" d="M7.033 2.686A1.25 1.25 0 019 3.71v8.58a1.25 1.25 0 01-1.967 1.024L3.728 11H1.25C.56 11 0 10.44 0 9.75v-3.5C0 5.56.56 5 1.25 5h2.478l3.305-2.314zM7.5 4.19L4.524 6.274a1.25 1.25 0 01-.717.226H1.5v3h2.307c.256 0 .506.079.717.226L7.5 11.809V4.19z" clip-rule="evenodd"/><path d="M10.701 5.239a.75.75 0 011.06-.038A3.826 3.826 0 0113 8c0 1.06-.453 2.066-1.239 2.799A.75.75 0 1110.74 9.7c.494-.46.761-1.074.761-1.701s-.267-1.24-.761-1.701a.75.75 0 01-.038-1.06z"/></g></svg>
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="M13.242 2.184a.75.75 0 10-.984 1.132C13.709 4.578 14.5 6.266 14.5 8s-.79 3.422-2.242 4.684a.75.75 0 00.984 1.132C14.992 12.293 16 10.204 16 8c0-2.204-1.008-4.293-2.758-5.816z"/><path fill-rule="evenodd" d="M7.033 2.686A1.25 1.25 0 019 3.71v8.58a1.25 1.25 0 01-1.967 1.024L3.728 11H1.25C.56 11 0 10.44 0 9.75v-3.5C0 5.56.56 5 1.25 5h2.478l3.305-2.314zM7.5 4.19L4.523 6.274a1.25 1.25 0 01-.716.226H1.5v3h2.307c.256 0 .506.079.716.226L7.5 11.809V4.19z" clip-rule="evenodd"/><path d="M10.701 5.239a.75.75 0 011.06-.038A3.826 3.826 0 0113 8c0 1.06-.453 2.066-1.239 2.799A.75.75 0 1110.74 9.7c.494-.46.761-1.074.761-1.701s-.267-1.24-.761-1.701a.75.75 0 01-.038-1.06z"/></g></svg>
@@ -206,6 +206,10 @@ export { IconVantage24 } from './vantage-24';
206
206
  export { IconVantage16 } from './vantage-16';
207
207
  export { IconVantageColor24 } from './vantage-color-24';
208
208
  export { IconVantageColor16 } from './vantage-color-16';
209
+ export { IconVenafi24 } from './venafi-24';
210
+ export { IconVenafi16 } from './venafi-16';
211
+ export { IconVenafiColor24 } from './venafi-color-24';
212
+ export { IconVenafiColor16 } from './venafi-color-16';
209
213
  export { IconVmware24 } from './vmware-24';
210
214
  export { IconVmware16 } from './vmware-16';
211
215
  export { IconVmwareColor24 } from './vmware-color-24';
@@ -840,6 +844,8 @@ export { IconReplicationPerf24 } from './replication-perf-24';
840
844
  export { IconReplicationPerf16 } from './replication-perf-16';
841
845
  export { IconRewind24 } from './rewind-24';
842
846
  export { IconRewind16 } from './rewind-16';
847
+ export { IconRobot24 } from './robot-24';
848
+ export { IconRobot16 } from './robot-16';
843
849
  export { IconRocket24 } from './rocket-24';
844
850
  export { IconRocket16 } from './rocket-16';
845
851
  export { IconRotateCw24 } from './rotate-cw-24';
@@ -0,0 +1,38 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconRobot16 = 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="M6.25 8.5a.75.75 0 000 1.5h3.5a.75.75 0 000-1.5h-3.5zM10.125 5a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25zM5.875 5a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25z" />
28
+ <path
29
+ fillRule="evenodd"
30
+ d="M4.525 2a1.25 1.25 0 012.45 0h2.05a1.25 1.25 0 012.45 0h.275A2.25 2.25 0 0114 4.25v1.275a1.25 1.25 0 010 2.45V10.5a2.25 2.25 0 01-2.25 2.25h-7.5A2.25 2.25 0 012 10.5V7.975a1.25 1.25 0 010-2.45V4.25A2.25 2.25 0 014.25 2h.275zM4.25 3.5a.75.75 0 00-.75.75v6.25c0 .414.336.75.75.75h7.5a.75.75 0 00.75-.75V4.25a.75.75 0 00-.75-.75h-7.5z"
31
+ clipRule="evenodd"
32
+ />
33
+ <path d="M3.5 14.25a.75.75 0 01.75-.75h7.5a.75.75 0 010 1.5h-7.5a.75.75 0 01-.75-.75z" />
34
+ </g>
35
+ </svg>
36
+ );
37
+ }
38
+ );
@@ -0,0 +1,38 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconRobot24 = 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="M9.25 13.5a.75.75 0 000 1.5h5.5a.75.75 0 000-1.5h-5.5zM15.5 7a1.5 1.5 0 100 3 1.5 1.5 0 000-3zM8.5 7a1.5 1.5 0 100 3 1.5 1.5 0 000-3z" />
28
+ <path
29
+ fillRule="evenodd"
30
+ d="M6.756 3.25a1.375 1.375 0 012.738 0h5.012a1.375 1.375 0 012.738 0h.256A2.75 2.75 0 0120.25 6v2.256a1.375 1.375 0 010 2.738V16a2.75 2.75 0 01-2.75 2.75h-11A2.75 2.75 0 013.75 16v-5.006a1.375 1.375 0 010-2.738V6A2.75 2.75 0 016.5 3.25h.256zM6.5 4.75c-.69 0-1.25.56-1.25 1.25v10c0 .69.56 1.25 1.25 1.25h11c.69 0 1.25-.56 1.25-1.25V6c0-.69-.56-1.25-1.25-1.25h-11z"
31
+ clipRule="evenodd"
32
+ />
33
+ <path d="M6 21.25a.75.75 0 01.75-.75h10.5a.75.75 0 010 1.5H6.75a.75.75 0 01-.75-.75z" />
34
+ </g>
35
+ </svg>
36
+ );
37
+ }
38
+ );
@@ -26,7 +26,7 @@ export const IconStar24 = forwardRef<SVGSVGElement, IconProps>(
26
26
  <path
27
27
  fill={color}
28
28
  fillRule="evenodd"
29
- d="M12 1a.75.75 0 01.673.418l2.992 6.065 6.694.978a.75.75 0 01.414 1.28l-4.842 4.717 1.143 6.665a.75.75 0 01-1.089.79L12 18.766l-5.985 3.149a.75.75 0 01-1.089-.79l1.143-6.666-4.842-4.717a.75.75 0 01.415-1.28l6.693-.978 2.992-6.065A.75.75 0 0112 1zm0 2.445L9.505 8.5a.75.75 0 01-.564.41l-5.58.816 4.037 3.933a.75.75 0 01.216.664l-.952 5.556 4.989-2.625a.75.75 0 01.698 0l4.99 2.625-.953-5.556a.75.75 0 01.216-.664l4.037-3.933-5.58-.816a.75.75 0 01-.564-.41L12 3.445z"
29
+ d="M12 1a.75.75 0 01.673.418l2.992 6.065 6.694.978a.75.75 0 01.414 1.28l-4.842 4.717 1.143 6.665a.75.75 0 01-1.089.79L12 18.766l-5.985 3.149a.75.75 0 01-1.089-.79l1.143-6.666-4.842-4.717a.75.75 0 01.414-1.28l6.693-.978 2.993-6.065A.75.75 0 0112 1zm0 2.445L9.505 8.5a.75.75 0 01-.564.41l-5.58.816 4.037 3.933a.75.75 0 01.216.664l-.952 5.556 4.989-2.625a.75.75 0 01.698 0l4.99 2.625-.953-5.556a.75.75 0 01.216-.664l4.037-3.933-5.58-.816a.75.75 0 01-.564-.41L12 3.445z"
30
30
  clipRule="evenodd"
31
31
  />
32
32
  </svg>
@@ -24,7 +24,7 @@ export const IconSwapHorizontal16 = forwardRef<SVGSVGElement, IconProps>(
24
24
  >
25
25
  {title ? <title id={titleId}>{title}</title> : null}
26
26
  <g fill={color}>
27
- <path d="M12.26 1.45a.75.75 0 10-1.02 1.1l2.1 1.95H7.75a.75.75 0 100 1.5h5.59l-2.1 1.95a.75.75 0 101.02 1.1l3.5-3.25a.75.75 0 000-1.1l-3.5-3.25zM2.66 10l2.1-1.95a.75.75 0 00-1.02-1.1L.24 10.2a.75.75 0 000 1.1l3.5 3.25a.75.75 0 001.02-1.1l-2.1-1.95h5.59a.75.75 0 000-1.5H2.66z" />
27
+ <path d="M12.26 1.45a.75.75 0 10-1.02 1.1l2.1 1.95H7.75a.75.75 0 000 1.5h5.59l-2.1 1.95a.75.75 0 101.02 1.1l3.5-3.25a.75.75 0 000-1.1l-3.5-3.25zM2.66 10l2.1-1.95a.75.75 0 10-1.02-1.1L.24 10.2a.75.75 0 000 1.1l3.5 3.25a.75.75 0 001.02-1.1l-2.1-1.95h5.59a.75.75 0 000-1.5H2.66z" />
28
28
  </g>
29
29
  </svg>
30
30
  );
@@ -0,0 +1,35 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconVenafi16 = 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="M10.524 2.137A9.69 9.69 0 0110.572 2H15c-1.434 3.88-3.479 7.427-6.104 10.537L8 13.597l-.896-1.06C4.479 9.427 2.434 5.88 1 2h4.333l.048.137c.103.296.339.972.479 1.286H3.256a23.942 23.942 0 004.154 7.174l.611.722.612-.722a23.941 23.941 0 004.153-7.174h-2.74c.14-.314.375-.99.478-1.286zM8 7.614a13.78 13.78 0 001.855-3.268h1.44A16.613 16.613 0 018.421 9.3L8 9.801l-.422-.5a16.548 16.548 0 01-2.872-4.955h1.439A13.781 13.781 0 008 7.614z"
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 IconVenafi24 = 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="M15.966 3.216L16.042 3H23c-2.253 6.096-5.467 11.67-9.592 16.558L12 21.223l-1.408-1.665C6.467 14.671 3.253 9.096 1 3h6.809l.076.216c.162.465.532 1.527.752 2.02H4.545c1.533 4.15 3.72 7.944 6.527 11.274l.961 1.135.961-1.135c2.808-3.33 4.995-7.124 6.527-11.274h-4.307c.22-.493.59-1.555.752-2.02zM12 11.82a21.658 21.658 0 002.916-5.135h2.26a26.103 26.103 0 01-4.513 7.786L12 15.26l-.663-.787a26.003 26.003 0 01-4.514-7.786h2.261A21.654 21.654 0 0012 11.822z"
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 IconVenafiColor16 = 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="#FF6333"
28
+ fillRule="evenodd"
29
+ d="M10.524 2.137A9.69 9.69 0 0110.572 2H15c-1.434 3.88-3.479 7.427-6.104 10.537L8 13.597l-.896-1.06C4.479 9.427 2.434 5.88 1 2h4.333l.048.137c.103.296.339.972.479 1.286H3.256a23.942 23.942 0 004.154 7.174l.611.722.612-.722a23.941 23.941 0 004.153-7.174h-2.74c.14-.314.375-.99.478-1.286zM8 7.614a13.78 13.78 0 001.855-3.268h1.44A16.613 16.613 0 018.421 9.3L8 9.801l-.422-.5a16.548 16.548 0 01-2.872-4.955h1.439A13.781 13.781 0 008 7.614z"
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 IconVenafiColor24 = 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="#FF6333"
28
+ fillRule="evenodd"
29
+ d="M15.966 3.216L16.042 3H23c-2.253 6.096-5.467 11.67-9.592 16.558L12 21.223l-1.408-1.665C6.467 14.671 3.253 9.096 1 3h6.809l.076.216c.162.465.532 1.527.752 2.02H4.545c1.533 4.15 3.72 7.944 6.527 11.274l.961 1.135.961-1.135c2.808-3.33 4.995-7.124 6.527-11.274h-4.307c.22-.493.59-1.555.752-2.02zM12 11.82a21.658 21.658 0 002.916-5.135h2.26a26.103 26.103 0 01-4.513 7.786L12 15.26l-.663-.787a26.003 26.003 0 01-4.514-7.786h2.261A21.654 21.654 0 0012 11.822z"
30
+ clipRule="evenodd"
31
+ />
32
+ </svg>
33
+ );
34
+ }
35
+ );
@@ -24,10 +24,10 @@ export const IconVolume216 = forwardRef<SVGSVGElement, IconProps>(
24
24
  >
25
25
  {title ? <title id={titleId}>{title}</title> : null}
26
26
  <g fill={color}>
27
- <path d="M13.242 2.184a.75.75 0 10-.984 1.132C13.709 4.578 14.5 6.266 14.5 8s-.79 3.422-2.242 4.684a.75.75 0 10.984 1.132C14.992 12.293 16 10.204 16 8c0-2.204-1.008-4.293-2.758-5.816z" />
27
+ <path d="M13.242 2.184a.75.75 0 10-.984 1.132C13.709 4.578 14.5 6.266 14.5 8s-.79 3.422-2.242 4.684a.75.75 0 00.984 1.132C14.992 12.293 16 10.204 16 8c0-2.204-1.008-4.293-2.758-5.816z" />
28
28
  <path
29
29
  fillRule="evenodd"
30
- d="M7.033 2.686A1.25 1.25 0 019 3.71v8.58a1.25 1.25 0 01-1.967 1.024L3.728 11H1.25C.56 11 0 10.44 0 9.75v-3.5C0 5.56.56 5 1.25 5h2.478l3.305-2.314zM7.5 4.19L4.524 6.274a1.25 1.25 0 01-.717.226H1.5v3h2.307c.256 0 .506.079.717.226L7.5 11.809V4.19z"
30
+ d="M7.033 2.686A1.25 1.25 0 019 3.71v8.58a1.25 1.25 0 01-1.967 1.024L3.728 11H1.25C.56 11 0 10.44 0 9.75v-3.5C0 5.56.56 5 1.25 5h2.478l3.305-2.314zM7.5 4.19L4.523 6.274a1.25 1.25 0 01-.716.226H1.5v3h2.307c.256 0 .506.079.716.226L7.5 11.809V4.19z"
31
31
  clipRule="evenodd"
32
32
  />
33
33
  <path d="M10.701 5.239a.75.75 0 011.06-.038A3.826 3.826 0 0113 8c0 1.06-.453 2.066-1.239 2.799A.75.75 0 1110.74 9.7c.494-.46.761-1.074.761-1.701s-.267-1.24-.761-1.701a.75.75 0 01-.038-1.06z" />