@hashicorp/flight-icons 2.7.0 → 2.8.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.
Files changed (171) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/catalog.json +701 -17
  3. package/package.json +1 -1
  4. package/svg/aws-cloudwatch-16.svg +1 -0
  5. package/svg/aws-cloudwatch-24.svg +1 -0
  6. package/svg/aws-cloudwatch-color-16.svg +1 -0
  7. package/svg/aws-cloudwatch-color-24.svg +1 -0
  8. package/svg/aws-s3-16.svg +1 -0
  9. package/svg/aws-s3-24.svg +1 -0
  10. package/svg/aws-s3-color-16.svg +1 -0
  11. package/svg/aws-s3-color-24.svg +1 -0
  12. package/svg/azure-blob-storage-16.svg +1 -0
  13. package/svg/azure-blob-storage-24.svg +1 -0
  14. package/svg/azure-blob-storage-color-16.svg +1 -0
  15. package/svg/azure-blob-storage-color-24.svg +1 -0
  16. package/svg/azure-vms-16.svg +1 -0
  17. package/svg/azure-vms-24.svg +1 -0
  18. package/svg/azure-vms-color-16.svg +1 -0
  19. package/svg/azure-vms-color-24.svg +1 -0
  20. package/svg/bridgecrew-16.svg +1 -0
  21. package/svg/bridgecrew-24.svg +1 -0
  22. package/svg/bridgecrew-color-16.svg +1 -0
  23. package/svg/bridgecrew-color-24.svg +1 -0
  24. package/svg/cisco-16.svg +1 -0
  25. package/svg/cisco-24.svg +1 -0
  26. package/svg/cisco-color-16.svg +1 -0
  27. package/svg/cisco-color-24.svg +1 -0
  28. package/svg/datadog-16.svg +1 -0
  29. package/svg/datadog-24.svg +1 -0
  30. package/svg/datadog-color-16.svg +1 -0
  31. package/svg/datadog-color-24.svg +1 -0
  32. package/svg/digital-ocean-16.svg +1 -0
  33. package/svg/digital-ocean-24.svg +1 -0
  34. package/svg/digital-ocean-color-16.svg +1 -0
  35. package/svg/digital-ocean-color-24.svg +1 -0
  36. package/svg/f5-color-16.svg +1 -1
  37. package/svg/f5-color-24.svg +1 -1
  38. package/svg/gcp-color-16.svg +1 -1
  39. package/svg/gcp-color-24.svg +1 -1
  40. package/svg/google-color-16.svg +1 -1
  41. package/svg/google-color-24.svg +1 -1
  42. package/svg/grafana-16.svg +1 -0
  43. package/svg/grafana-24.svg +1 -0
  44. package/svg/grafana-color-16.svg +1 -0
  45. package/svg/grafana-color-24.svg +1 -0
  46. package/svg/helm-16.svg +1 -0
  47. package/svg/helm-24.svg +1 -0
  48. package/svg/helm-color-16.svg +1 -0
  49. package/svg/helm-color-24.svg +1 -0
  50. package/svg/infracost-16.svg +1 -0
  51. package/svg/infracost-24.svg +1 -0
  52. package/svg/infracost-color-16.svg +1 -0
  53. package/svg/infracost-color-24.svg +1 -0
  54. package/svg/lightlytics-16.svg +1 -0
  55. package/svg/lightlytics-24.svg +1 -0
  56. package/svg/lightlytics-color-16.svg +1 -0
  57. package/svg/lightlytics-color-24.svg +1 -0
  58. package/svg/linode-16.svg +1 -0
  59. package/svg/linode-24.svg +1 -0
  60. package/svg/linode-color-16.svg +1 -0
  61. package/svg/linode-color-24.svg +1 -0
  62. package/svg/microsoft-teams-16.svg +1 -0
  63. package/svg/microsoft-teams-24.svg +1 -0
  64. package/svg/microsoft-teams-color-16.svg +1 -0
  65. package/svg/microsoft-teams-color-24.svg +1 -0
  66. package/svg/saml-16.svg +1 -0
  67. package/svg/saml-24.svg +1 -0
  68. package/svg/saml-color-16.svg +1 -0
  69. package/svg/saml-color-24.svg +1 -0
  70. package/svg/snyk-16.svg +1 -0
  71. package/svg/snyk-24.svg +1 -0
  72. package/svg/snyk-color-16.svg +1 -0
  73. package/svg/snyk-color-24.svg +1 -0
  74. package/svg/splunk-16.svg +1 -0
  75. package/svg/splunk-24.svg +1 -0
  76. package/svg/splunk-color-16.svg +1 -0
  77. package/svg/splunk-color-24.svg +1 -0
  78. package/svg/vantage-16.svg +1 -0
  79. package/svg/vantage-24.svg +1 -0
  80. package/svg/vantage-color-16.svg +1 -0
  81. package/svg/vantage-color-24.svg +1 -0
  82. package/svg/vmware-16.svg +1 -1
  83. package/svg/vmware-color-16.svg +1 -1
  84. package/svg/vmware-color-24.svg +1 -1
  85. package/svg/youtube-24.svg +1 -1
  86. package/svg/youtube-color-24.svg +1 -1
  87. package/svg-react/aws-cloudwatch-16.tsx +33 -0
  88. package/svg-react/aws-cloudwatch-24.tsx +33 -0
  89. package/svg-react/aws-cloudwatch-color-16.tsx +81 -0
  90. package/svg-react/aws-cloudwatch-color-24.tsx +81 -0
  91. package/svg-react/aws-s3-16.tsx +34 -0
  92. package/svg-react/aws-s3-24.tsx +34 -0
  93. package/svg-react/aws-s3-color-16.tsx +63 -0
  94. package/svg-react/aws-s3-color-24.tsx +63 -0
  95. package/svg-react/azure-blob-storage-16.tsx +42 -0
  96. package/svg-react/azure-blob-storage-24.tsx +42 -0
  97. package/svg-react/azure-blob-storage-color-16.tsx +53 -0
  98. package/svg-react/azure-blob-storage-color-24.tsx +53 -0
  99. package/svg-react/azure-vms-16.tsx +37 -0
  100. package/svg-react/azure-vms-24.tsx +37 -0
  101. package/svg-react/azure-vms-color-16.tsx +81 -0
  102. package/svg-react/azure-vms-color-24.tsx +81 -0
  103. package/svg-react/bridgecrew-16.tsx +35 -0
  104. package/svg-react/bridgecrew-24.tsx +37 -0
  105. package/svg-react/bridgecrew-color-16.tsx +45 -0
  106. package/svg-react/bridgecrew-color-24.tsx +45 -0
  107. package/svg-react/cisco-16.tsx +38 -0
  108. package/svg-react/cisco-24.tsx +38 -0
  109. package/svg-react/cisco-color-16.tsx +38 -0
  110. package/svg-react/cisco-color-24.tsx +38 -0
  111. package/svg-react/datadog-16.tsx +35 -0
  112. package/svg-react/datadog-24.tsx +35 -0
  113. package/svg-react/datadog-color-16.tsx +35 -0
  114. package/svg-react/datadog-color-24.tsx +35 -0
  115. package/svg-react/digital-ocean-16.tsx +33 -0
  116. package/svg-react/digital-ocean-24.tsx +33 -0
  117. package/svg-react/digital-ocean-color-16.tsx +33 -0
  118. package/svg-react/digital-ocean-color-24.tsx +33 -0
  119. package/svg-react/f5-color-16.tsx +1 -1
  120. package/svg-react/f5-color-24.tsx +1 -1
  121. package/svg-react/gcp-color-16.tsx +2 -2
  122. package/svg-react/gcp-color-24.tsx +2 -2
  123. package/svg-react/google-color-16.tsx +1 -1
  124. package/svg-react/google-color-24.tsx +1 -1
  125. package/svg-react/grafana-16.tsx +33 -0
  126. package/svg-react/grafana-24.tsx +33 -0
  127. package/svg-react/grafana-color-16.tsx +46 -0
  128. package/svg-react/grafana-color-24.tsx +46 -0
  129. package/svg-react/helm-16.tsx +32 -0
  130. package/svg-react/helm-24.tsx +32 -0
  131. package/svg-react/helm-color-16.tsx +32 -0
  132. package/svg-react/helm-color-24.tsx +32 -0
  133. package/svg-react/index.ts +80 -4
  134. package/svg-react/infracost-16.tsx +35 -0
  135. package/svg-react/infracost-24.tsx +35 -0
  136. package/svg-react/infracost-color-16.tsx +57 -0
  137. package/svg-react/infracost-color-24.tsx +57 -0
  138. package/svg-react/lightlytics-16.tsx +33 -0
  139. package/svg-react/lightlytics-24.tsx +33 -0
  140. package/svg-react/lightlytics-color-16.tsx +41 -0
  141. package/svg-react/lightlytics-color-24.tsx +42 -0
  142. package/svg-react/linode-16.tsx +33 -0
  143. package/svg-react/linode-24.tsx +33 -0
  144. package/svg-react/linode-color-16.tsx +73 -0
  145. package/svg-react/linode-color-24.tsx +73 -0
  146. package/svg-react/microsoft-teams-16.tsx +37 -0
  147. package/svg-react/microsoft-teams-24.tsx +37 -0
  148. package/svg-react/microsoft-teams-color-16.tsx +99 -0
  149. package/svg-react/microsoft-teams-color-24.tsx +99 -0
  150. package/svg-react/saml-16.tsx +34 -0
  151. package/svg-react/saml-24.tsx +34 -0
  152. package/svg-react/saml-color-16.tsx +34 -0
  153. package/svg-react/saml-color-24.tsx +34 -0
  154. package/svg-react/snyk-16.tsx +37 -0
  155. package/svg-react/snyk-24.tsx +37 -0
  156. package/svg-react/snyk-color-16.tsx +121 -0
  157. package/svg-react/snyk-color-24.tsx +121 -0
  158. package/svg-react/splunk-16.tsx +42 -0
  159. package/svg-react/splunk-24.tsx +42 -0
  160. package/svg-react/splunk-color-16.tsx +42 -0
  161. package/svg-react/splunk-color-24.tsx +42 -0
  162. package/svg-react/vantage-16.tsx +35 -0
  163. package/svg-react/vantage-24.tsx +35 -0
  164. package/svg-react/vantage-color-16.tsx +35 -0
  165. package/svg-react/vantage-color-24.tsx +35 -0
  166. package/svg-react/vmware-16.tsx +1 -1
  167. package/svg-react/vmware-color-16.tsx +1 -1
  168. package/svg-react/vmware-color-24.tsx +1 -1
  169. package/svg-react/youtube-24.tsx +1 -1
  170. package/svg-react/youtube-color-24.tsx +1 -1
  171. package/svg-sprite/svg-sprite-module.js +1 -1
@@ -0,0 +1,34 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconSaml24 = 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="M11.649 3l.66.6c.492.443.982.887 1.466 1.336 3.14 2.916 5.797 6.198 7.797 9.973.102.194.195.392.288.59.046.1.092.198.14.297l-.154.084-.116-.169c-.1-.145-.201-.29-.3-.437l-.21-.312c-1.456-2.162-2.914-4.328-4.917-6.059a9.358 9.358 0 00-1.99-1.322c-1.449-.708-2.738-.425-3.844.74-1.05 1.105-1.596 2.479-2.09 3.876-.063.18-.13.359-.198.537l-.117.314-.246-.08c.142-.508.274-1.02.406-1.533.3-1.162.6-2.324 1.017-3.444.444-1.192 1.003-2.343 1.561-3.494.242-.498.483-.996.716-1.497h.13z" />
28
+ <path d="M12.64 17.356c-2.322 1.124-7.943 2.285-10.609 1.987-.435-2.347 3.84-13.348 5.94-15.015l-.135.32a6.858 6.858 0 01-.197.442l-.095.188c-1.084 2.137-2.17 4.277-2.725 6.621-.191.806-.32 1.644-.326 2.468-.014 1.96 1.176 3.292 3.167 3.375.959.04 1.924-.063 2.89-.166.42-.045.84-.09 1.258-.123.153-.012.304-.031.502-.057l.33-.042v.002z" />
29
+ <path d="M6.036 21.68c-.635.05-1.27.099-1.904.158H4.13c5.853.57 11.472-.406 17.015-2.404-1.807-3.258-4.241-5.832-7.073-8.07a.93.93 0 00.201.35c.024.029.047.058.069.088.242.33.497.654.752.978.584.744 1.17 1.488 1.609 2.307 1.112 2.075.509 3.87-1.669 4.818-1.432.624-2.995 1.05-4.544 1.302-1.47.24-2.962.356-4.454.473z" />
30
+ </g>
31
+ </svg>
32
+ );
33
+ }
34
+ );
@@ -0,0 +1,34 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconSamlColor16 = 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="#C22E33">
27
+ <path d="M7.754 2l.463.41c.343.304.687.607 1.026.915C11.44 5.32 13.3 7.565 14.7 10.149c.072.132.137.268.202.403l.098.203-.108.057-.081-.115-.21-.299-.147-.214c-1.019-1.479-2.04-2.96-3.442-4.145a6.563 6.563 0 00-1.393-.904c-1.014-.485-1.916-.291-2.69.505-.736.757-1.118 1.697-1.463 2.653-.045.123-.092.245-.139.367l-.082.215-.172-.055c.1-.348.192-.698.284-1.049.21-.795.42-1.59.712-2.356.31-.816.702-1.603 1.093-2.39.169-.341.338-.682.5-1.025h.092z" />
28
+ <path d="M8.448 11.822c-1.626.77-5.56 1.564-7.426 1.36C.717 11.576 3.71 4.05 5.18 2.91l-.095.218a4.638 4.638 0 01-.138.303l-.066.129c-.76 1.462-1.519 2.926-1.908 4.53a7.482 7.482 0 00-.228 1.689c-.01 1.34.824 2.252 2.217 2.309.67.027 1.347-.043 2.023-.114.294-.03.587-.061.88-.084.108-.008.214-.021.352-.039l.231-.028z" />
29
+ <path d="M3.825 14.781c-.445.034-.89.068-1.333.108 4.097.39 8.03-.277 11.91-1.644-1.265-2.23-2.97-3.991-4.952-5.522.026.098.084.169.141.239l.048.06c.17.226.348.448.527.67.409.509.818 1.018 1.126 1.578.778 1.42.356 2.648-1.168 3.296-1.002.427-2.097.718-3.18.892-1.03.164-2.075.243-3.119.323z" />
30
+ </g>
31
+ </svg>
32
+ );
33
+ }
34
+ );
@@ -0,0 +1,34 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconSamlColor24 = 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="#C22E33">
27
+ <path d="M11.649 3l.66.6c.492.443.982.887 1.466 1.336 3.14 2.916 5.797 6.198 7.797 9.973.102.194.195.392.288.59.046.1.092.198.14.297l-.154.084-.116-.169c-.1-.145-.201-.29-.3-.437l-.21-.312c-1.456-2.162-2.914-4.328-4.917-6.059a9.358 9.358 0 00-1.99-1.322c-1.449-.708-2.738-.425-3.844.74-1.05 1.105-1.596 2.479-2.09 3.876-.063.18-.13.359-.198.537l-.117.314-.246-.08c.142-.508.274-1.02.406-1.533.3-1.162.6-2.324 1.017-3.444.444-1.192 1.003-2.343 1.561-3.494.242-.498.483-.996.716-1.497h.13z" />
28
+ <path d="M12.64 17.356c-2.322 1.124-7.943 2.285-10.609 1.987-.435-2.347 3.84-13.348 5.94-15.015l-.135.32a6.858 6.858 0 01-.197.442l-.095.188c-1.084 2.137-2.17 4.277-2.725 6.621-.191.806-.32 1.644-.326 2.468-.014 1.96 1.176 3.292 3.167 3.375.959.04 1.924-.063 2.89-.166.42-.045.84-.09 1.258-.123.153-.012.304-.031.502-.057l.33-.042v.002z" />
29
+ <path d="M6.036 21.68c-.635.05-1.27.099-1.904.158H4.13c5.853.57 11.472-.406 17.015-2.404-1.807-3.258-4.241-5.832-7.073-8.07a.93.93 0 00.201.35c.024.029.047.058.069.088.242.33.497.654.752.978.584.744 1.17 1.488 1.609 2.307 1.112 2.075.509 3.87-1.669 4.818-1.432.624-2.995 1.05-4.544 1.302-1.47.24-2.962.356-4.454.473z" />
30
+ </g>
31
+ </svg>
32
+ );
33
+ }
34
+ );
@@ -0,0 +1,37 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconSnyk16 = 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
28
+ fillRule="evenodd"
29
+ d="M10.936 6.174c.17 1.583.22 2.664.134 2.893-.078.204-.383.637-.64.985l.373 3.546-2.804 2.064L5.85 14.08l.235-2.223a6.168 6.168 0 01-.166-1.28l-.347 3.298-.372-.274.373-3.542c-.259-.349-.568-.788-.645-.993-.087-.229-.037-1.31.133-2.893l.003-.024-.545-1.505v-.03c0-.657.828-2.415 1.317-3.35L6.076.81l.506 3.623.303.512.076-.027a3.3 3.3 0 011.036-.194c.413 0 .829.122 1.04.195l.076.026.304-.512L9.922.81l.24.456c.488.934 1.316 2.692 1.316 3.348v.03l-.544 1.506.002.024zm.113-1.604c-.03-.432-.469-1.467-.886-2.338l-.103.735c.015.12.192 1.439.755 2.25l.234-.647zm-1.48 2.979c.044-.05.422-.49-.083-.49-.458 0-.787.378-.874.49h.957zm-.461.513c.052-.001.097-.04.105-.095a.112.112 0 00-.031-.094c.002 0 .003-.002.005-.004h-.308v.016c0 .226.178.41.399.41.22 0 .4-.184.4-.41v-.016h-.304a.182.182 0 01.08.178.177.177 0 01-.199.155.178.178 0 01-.147-.14zm-.689 4.781a.934.934 0 01-.184-.096.337.337 0 01-.236.07.338.338 0 01-.235-.07.93.93 0 01-.185.096c.101.118.24.178.42.178s.319-.06.42-.178zM6.55 8.062c.052-.001.098-.04.105-.095a.111.111 0 00-.031-.094l.002-.001.003-.003H6.32v.016c0 .226.179.41.4.41.22 0 .399-.184.399-.41v-.016h-.304c.057.037.09.106.08.178a.177.177 0 01-.199.155.178.178 0 01-.147-.14zm-.037-1.003c-.506 0-.128.44-.083.49h.956c-.087-.112-.416-.49-.873-.49zm-.671-4.827c-.418.871-.856 1.906-.886 2.338l.24.663c.52-.737.715-1.906.757-2.204l-.111-.797zm.408 8.221c0 .037.002.92.227 1.551.18.509.586.564.752.564.428 0 .603-.4.61-.417v-.203l-.003-.002s.008-.17-.016-.228c-.043-.101-.136-.077-.21.055l-.003.01a.074.074 0 01-.004.008c-.205-.152-.413-.341-.413-.487 0-.133.163-.367.17-.377l-.111-2.14-.706.826-.45.135c-.288-.387-.55-.766-.603-.89-.037-.177.027-1.346.172-2.68l.012-.105-.078-.215c.214-.25.404-.57.566-.954l.48.809.344-.152c.005-.002.521-.225 1.01-.225H8v-.272h-.002c-.55 0-1.106.243-1.115.247l-.133.059-.486-.82-.071-.508-.135.392c-.194.565-.438 1.008-.724 1.316l-.043.046.113.311-.004.04c-.102.94-.237 2.527-.162 2.793l.003.009c.084.221.641.974.973 1.397l.037.047v.06zm.927 2.453c.046.43.51.589.828.589.313 0 .77-.159.817-.59l-.011.001-.041.002a1.01 1.01 0 01-.108-.006c-.142.28-.4.37-.663.37s-.522-.089-.664-.37a1.01 1.01 0 01-.106.006c-.014 0-.028 0-.041-.002h-.011zm2.571-2.513l.037-.047c.114-.145.254-.328.392-.516l-.722-.217-.705-.825-.11 2.14c.006.01.168.243.168.376 0 .146-.208.335-.413.487l-.003-.008a.08.08 0 00-.005-.01c-.072-.132-.166-.156-.209-.055-.024.057-.016.228-.016.228l-.003.003v.194c.011.026.188.425.61.425.166 0 .572-.055.753-.564.224-.63.226-1.514.226-1.55v-.061z"
30
+ clipRule="evenodd"
31
+ />
32
+ <path d="M7.997 4.452c-.367 0-.726.083-.994.167l-.166-.28-.112-.796c.397-.027.824-.043 1.28-.043.492 0 1.268.042 1.268.042l-.111.797-.167.28a3.46 3.46 0 00-.998-.167zM11.744 4.614c0-.193-.058-.455-.149-.748a8.22 8.22 0 011.09.305v8.041l-1.603 1.18-.348-3.302c.32-.44.517-.752.583-.925.132-.349.013-1.804-.113-2.98l.54-1.491v-.08zM4.682 9.165c-.133-.349-.013-1.804.112-2.98l-.54-1.491v-.08c0-.193.058-.454.149-.747-.709.157-1.089.304-1.089.304v8.042l1.609 1.184.347-3.3c-.324-.443-.523-.758-.588-.932z" />
33
+ </g>
34
+ </svg>
35
+ );
36
+ }
37
+ );
@@ -0,0 +1,37 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconSnyk24 = 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
28
+ fillRule="evenodd"
29
+ d="M16.11 9.49c.239 2.176.309 3.663.187 3.977-.108.28-.535.877-.896 1.355l.523 4.875L12 22.535 8.992 20.36l.328-3.057c-.178-.673-.222-1.407-.232-1.76l-.486 4.535-.52-.376.522-4.87c-.362-.48-.795-1.084-.904-1.366-.121-.315-.051-1.801.187-3.978l.003-.033-.762-2.07v-.041c0-.903 1.159-3.32 1.844-4.604l.334-.628.708 4.982.426.704.105-.036c.36-.122.902-.268 1.45-.268.579 0 1.161.168 1.457.269l.106.035.425-.704.708-4.982.334.627c.686 1.286 1.845 3.702 1.845 4.605v.042l-.763 2.07.004.032zm.158-2.206c-.042-.594-.655-2.017-1.24-3.216l-.144 1.011c.021.166.269 1.979 1.056 3.094l.328-.89zm-2.072 4.096c.062-.069.592-.674-.116-.674-.64 0-1.101.52-1.223.674h1.34zm-.645.705a.15.15 0 00.147-.13.153.153 0 00-.043-.13l.003-.002.003-.003h-.43v.022c0 .31.25.563.558.563a.561.561 0 00.56-.563v-.022h-.426c.08.051.127.145.113.245a.247.247 0 01-.279.213.247.247 0 01-.206-.193zm-.964 6.574a1.317 1.317 0 01-.258-.132.478.478 0 01-.33.096.48.48 0 01-.33-.097 1.306 1.306 0 01-.258.133c.141.163.336.245.588.245.252 0 .446-.082.588-.245zM9.97 12.085a.151.151 0 00.103-.259.024.024 0 00.004-.003.044.044 0 01.003-.003h-.43v.022c0 .31.25.563.558.563.309 0 .56-.252.56-.563v-.022h-.426a.25.25 0 01-.166.457.247.247 0 01-.206-.192zm-.052-1.38c-.708 0-.179.606-.116.675h1.339c-.123-.154-.583-.674-1.223-.674zm-.94-6.637C8.395 5.267 7.78 6.69 7.739 7.284l.336.911c.73-1.014 1.001-2.62 1.06-3.03L8.98 4.068zm.572 11.305c0 .051.003 1.265.317 2.133.254.7.82.775 1.053.775.6 0 .844-.55.855-.573v-.28l-.004-.002s.01-.235-.023-.313c-.06-.14-.191-.107-.293.074a.09.09 0 00-.006.014.105.105 0 01-.005.011c-.287-.208-.578-.469-.578-.668 0-.184.228-.506.237-.519l-.155-2.942-.987 1.135-.63.186c-.404-.532-.771-1.053-.845-1.223-.052-.245.038-1.852.241-3.687l.016-.143-.109-.296c.3-.345.566-.785.793-1.312l.672 1.112.482-.208c.007-.004.73-.31 1.414-.31H12v-.374h-.003c-.77 0-1.548.334-1.562.34l-.185.08-.68-1.127-.1-.699-.189.54c-.272.777-.613 1.386-1.014 1.809l-.06.063.158.428-.006.056c-.143 1.29-.33 3.474-.226 3.84l.004.012c.117.304.898 1.34 1.362 1.92l.052.065v.083zm1.297 3.373c.065.591.715.81 1.16.81.438 0 1.08-.219 1.143-.81l-.072.002c-.051 0-.102-.003-.151-.008-.199.386-.56.51-.928.51-.369 0-.732-.123-.93-.51a1.434 1.434 0 01-.149.009c-.02 0-.038-.002-.057-.003h-.016zm3.6-3.456l.052-.065c.16-.198.355-.45.55-.709l-1.012-.298-.987-1.135-.155 2.942c.01.014.237.335.237.518 0 .2-.292.46-.58.67a.158.158 0 01-.003-.012l-.007-.014c-.101-.181-.232-.214-.292-.075-.034.08-.023.314-.023.314l-.005.003v.268c.017.037.264.584.856.584.232 0 .799-.076 1.052-.775.314-.868.318-2.082.318-2.133v-.083z"
30
+ clipRule="evenodd"
31
+ />
32
+ <path d="M11.995 7.121c-.513 0-1.015.115-1.391.23l-.233-.385-.155-1.094c.554-.038 1.152-.06 1.792-.06.688 0 1.774.058 1.774.058l-.155 1.096-.234.386a4.922 4.922 0 00-1.398-.23zM17.241 7.345c0-.267-.08-.626-.208-1.03.992.216 1.525.42 1.525.42v11.057l-2.244 1.622-.487-4.54c.45-.606.725-1.034.816-1.272.186-.48.019-2.481-.157-4.099l.755-2.05v-.108zM7.354 13.602c-.185-.48-.018-2.481.158-4.099l-.755-2.05v-.108c0-.266.08-.625.207-1.028-.992.216-1.525.418-1.525.418v11.058l2.253 1.628.486-4.537c-.453-.61-.732-1.043-.824-1.282z" />
33
+ </g>
34
+ </svg>
35
+ );
36
+ }
37
+ );
@@ -0,0 +1,121 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconSnykColor16 = 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="#fff"
28
+ d="M11.689 4.222H4.335c0-.466.664-1.873 1.994-4.222l.552 3.717h2.247L9.679 0c1.34 2.38 2.01 3.787 2.01 4.222z"
29
+ />
30
+ <path
31
+ fill="#fff"
32
+ d="M8 16l-5-3.544V4.185s1.849-.69 5.007-.69c3.158 0 4.993.69 4.993.69v8.271L8 16z"
33
+ />
34
+ <path
35
+ fill="#DBDBDB"
36
+ d="M8 15.502l-4.68-3.304V4.517S5.07 3.876 8 3.876v11.626z"
37
+ />
38
+ <path
39
+ fill="#C6C6C6"
40
+ d="M8.007 3.876H8v11.616l4.64-3.294V4.517s-1.703-.641-4.633-.641z"
41
+ />
42
+ <path
43
+ fill="#3B3B63"
44
+ d="M10.533 13.694l-.395-3.47H7.97v5.286l.031.03c.844-.584 1.688-1.2 2.533-1.846z"
45
+ />
46
+ <path
47
+ fill="#53537A"
48
+ d="M5.469 13.722L8 15.54l.002-5.42H5.809l-.34 3.602z"
49
+ />
50
+ <path
51
+ fill="#BC9375"
52
+ d="M9.084 12.695c0 .596-.56.891-1.073.891-.513 0-1.083-.295-1.083-.891"
53
+ />
54
+ <path
55
+ fill="#fff"
56
+ d="M8.006 13.003c-.412 0-.612-.3-.612-.92h.196c0 .725.28.725.416.725.135 0 .416 0 .416-.724h.196c0 .618-.2.919-.612.919z"
57
+ />
58
+ <path
59
+ fill="#C49A7E"
60
+ d="M8 12.235c.127.332.372.497.735.497.356 0 .726-.186.895-.646.236-.644.234-1.54.234-1.54s1.049-1.307 1.049-1.75H8v3.439z"
61
+ />
62
+ <path
63
+ fill="#D8B7A0"
64
+ d="M5.046 8.797c0 .512 1.04 1.748 1.04 1.748s-.003.896.233 1.54c.168.46.54.647.895.647.364 0 .625-.165.786-.497V8.797H5.046z"
65
+ />
66
+ <path
67
+ fill="#3B3B63"
68
+ d="M10.788 5.855c-.809-.825-1.01-2.546-1.01-2.546-.152.542-.48 2.14-.48 2.14s-.637-.204-1.323-.206c-.023 0-.023 2.154 0 6.46l.653-.47.122-2.28.695.79.896.26.336-.237c.142-.198.19-.367.224-.455.124-.32-.155-2.76-.155-2.76-.1-.207.042-.696.042-.696z"
69
+ />
70
+ <path
71
+ fill="#53537A"
72
+ d="M6.72 5.45S6.39 3.85 6.24 3.31c0 0-.201 1.72-1.01 2.545 0 0 .141.489.042.695 0 0-.28 2.442-.155 2.76.034.088.082.257.224.456l.336.237.896-.261.695-.79.122 2.281.61.458V5.23c-.688.002-1.28.219-1.28.219z"
73
+ />
74
+ <path
75
+ fill="#333152"
76
+ d="M10.222 1.715c.134.249 1.287 2.549 1.287 3.346l-.511 1.386c.086.782.258 2.482.128 2.814-.08.206-.386.628-.647.97l.357 3.248-.483.346-.268-2.373c-.037.241-.093.498-.178.73-.112.305-.31.536-.562.673-.015.733-.694 1.128-1.334 1.128-.644 0-1.329-.395-1.344-1.127a1.23 1.23 0 01-.564-.675 3.828 3.828 0 01-.173-.7l-.257 2.388-.486-.352.351-3.276c-.263-.343-.575-.772-.656-.98-.13-.332.036-2.032.122-2.814l-.542-1.435v-.047c0-.796 1.184-3.001 1.318-3.25l.383-.698.35 2.43.189 1.31.248.407a3.47 3.47 0 011.053-.191c.41 0 .818.111 1.058.191l.248-.406.538-3.741.375.698zm-2.21 11.748c.282 0 .686-.128.786-.465h-.032c-.055 0-.106-.004-.156-.011-.146.202-.374.263-.604.263-.23 0-.457-.062-.603-.263-.05.007-.102.012-.158.012l-.031-.001c.101.337.51.465.797.465zm-.332-.555a.532.532 0 00.326.101.53.53 0 00.325-.101 1.055 1.055 0 01-.19-.108c-.05.014-.098.014-.135.014-.038 0-.087 0-.137-.015-.056.04-.12.078-.19.109zm2.011-2.52c.348-.43.872-1.122.947-1.315.058-.2-.04-1.522-.164-2.63l-.007-.062.103-.275c-.339-.359-.575-.85-.736-1.315l-.02.146-.535.874-.209-.089c-.005-.002-.55-.229-1.066-.229-.52 0-1.057.227-1.062.229l-.209.09-.535-.875-.015-.112c-.163.46-.4.943-.737 1.294l.099.263-.007.061c-.125 1.108-.222 2.43-.163 2.635.074.189.598.88.945 1.31l.058.072v.092c0 .009 0 .859.218 1.45a.67.67 0 00.65.475c.36 0 .511-.328.518-.342.084-.165.126-.436.126-.813h.217c0 .303.046.575.136.815.006.012.162.341.523.341a.671.671 0 00.65-.475c.217-.594.218-1.442.218-1.45v-.093l.057-.072z"
77
+ />
78
+ <path
79
+ fill="#333152"
80
+ d="M9.632 8.077H8.585v.011c0 .364.316.659.687.659.371 0 .687-.295.687-.659v-.01h-.327z"
81
+ />
82
+ <path
83
+ fill="#fff"
84
+ d="M8.847 8.077v.011a.392.392 0 10.785 0v-.01h-.785z"
85
+ />
86
+ <path
87
+ fill="#333152"
88
+ d="M9.177 8.077l-.005.002c.022.004.035.056.03.09a.105.105 0 01-.103.09.173.173 0 00.145.134.173.173 0 00.197-.147c.01-.07-.024-.169-.08-.169h-.184zM7.105 8.077H6.058v.011c0 .364.316.659.687.659.37 0 .687-.295.687-.659v-.01h-.327z"
89
+ />
90
+ <path
91
+ fill="#fff"
92
+ d="M6.32 8.077v.011a.392.392 0 00.785 0v-.01h-.786z"
93
+ />
94
+ <path
95
+ fill="#333152"
96
+ d="M6.833 8.077H6.65l-.005.002c.023.004.036.056.03.09a.105.105 0 01-.103.09.173.173 0 00.146.134.173.173 0 00.196-.147c.01-.07-.023-.169-.08-.169z"
97
+ />
98
+ <path
99
+ fill="#C49A7E"
100
+ d="M9.553 7.767c.044-.048.417-.469-.082-.469-.451 0-.776.362-.862.47h.944z"
101
+ />
102
+ <path
103
+ fill="#D8B7A0"
104
+ d="M7.4 7.767c-.086-.107-.41-.469-.862-.469-.499 0-.125.421-.082.47H7.4zM5 4.923c.03-.413.462-1.403.874-2.238l.11.763c-.042.285-.233 1.404-.747 2.109L5 4.923z"
105
+ />
106
+ <path
107
+ fill="#C49A7E"
108
+ d="M10.036 3.389l.101-.704c.412.835.845 1.825.875 2.238l-.232.619c-.555-.776-.729-2.038-.744-2.153z"
109
+ />
110
+ <path
111
+ fill="#fff"
112
+ d="M7.62 11.785c-.193-.146-.391-.33-.391-.472 0-.092.165-.379.165-.379h1.228s.161.254.161.38c0 .131-.2.31-.4.457-.069-.117-.155-.137-.195-.045a.367.367 0 00-.015.188 4.4 4.4 0 01-.189.115s-.061-.036-.149-.094a.387.387 0 00-.011-.21c-.04-.093-.129-.07-.198.05a.397.397 0 00-.005.01z"
113
+ />
114
+ <path
115
+ fill="#333152"
116
+ d="M7.62 11.785c-.193-.146-.391-.33-.391-.472 0-.092.165-.379.165-.379h1.228s.161.254.161.38c0 .131-.2.31-.4.457-.069-.117-.155-.137-.195-.045a.367.367 0 00-.015.188 4.4 4.4 0 01-.189.115s-.061-.036-.149-.094a.387.387 0 00-.011-.21c-.04-.093-.129-.07-.198.05a.397.397 0 00-.005.01z"
117
+ />
118
+ </svg>
119
+ );
120
+ }
121
+ );
@@ -0,0 +1,121 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconSnykColor24 = 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="#fff"
28
+ d="M17.164 6.805H6.868c0-.64.931-2.575 2.792-5.805l.773 5.11h3.146L14.35 1c1.875 3.273 2.813 5.208 2.813 5.805z"
29
+ />
30
+ <path
31
+ fill="#fff"
32
+ d="M12 23l-7-4.873V6.754s2.588-.95 7.01-.95c4.42 0 6.99.95 6.99.95v11.373L12 23z"
33
+ />
34
+ <path
35
+ fill="#DBDBDB"
36
+ d="M12 22.315l-6.553-4.543V7.21s2.45-.881 6.554-.881v15.986z"
37
+ />
38
+ <path
39
+ fill="#C6C6C6"
40
+ d="M12.01 6.329H12v15.973l6.496-4.53V7.21s-2.384-.881-6.487-.881z"
41
+ />
42
+ <path
43
+ fill="#3B3B63"
44
+ d="M15.546 19.83l-.552-4.77h-3.037v7.266l.043.041a91.578 91.578 0 003.546-2.537z"
45
+ />
46
+ <path
47
+ fill="#53537A"
48
+ d="M8.457 19.867l3.543 2.5.002-7.453H8.933l-.476 4.954z"
49
+ />
50
+ <path
51
+ fill="#BC9375"
52
+ d="M13.517 18.455c0 .82-.783 1.226-1.5 1.226-.72 0-1.518-.406-1.518-1.226"
53
+ />
54
+ <path
55
+ fill="#fff"
56
+ d="M12.008 18.88c-.576 0-.857-.414-.857-1.265h.275c0 .996.393.996.582.996.189 0 .582 0 .582-.996h.275c0 .85-.28 1.264-.857 1.264z"
57
+ />
58
+ <path
59
+ fill="#C49A7E"
60
+ d="M12 17.823c.178.456.52.684 1.03.684.497 0 1.016-.256 1.253-.89.33-.885.327-2.117.327-2.117s1.468-1.797 1.468-2.404H12v4.727z"
61
+ />
62
+ <path
63
+ fill="#D8B7A0"
64
+ d="M7.864 13.096c0 .703 1.455 2.404 1.455 2.404s-.003 1.232.328 2.118c.236.632.755.889 1.253.889.509 0 .875-.228 1.1-.684v-4.727H7.865z"
65
+ />
66
+ <path
67
+ fill="#3B3B63"
68
+ d="M15.903 9.05c-1.132-1.134-1.415-3.5-1.415-3.5-.211.746-.67 2.943-.67 2.943s-.893-.282-1.854-.283c-.031 0-.031 2.96 0 8.883l.915-.647.17-3.137.974 1.087 1.255.358.47-.326c.199-.273.265-.505.313-.626.174-.439-.217-3.795-.217-3.795-.139-.284.059-.957.059-.957z"
69
+ />
70
+ <path
71
+ fill="#53537A"
72
+ d="M10.208 8.493s-.46-2.197-.67-2.943c0 0-.284 2.366-1.416 3.5 0 0 .198.673.059.957 0 0-.391 3.357-.217 3.795.048.12.115.353.314.626 0-.002.47.326.47.326l1.254-.359.974-1.086.17 3.137.855.629V8.193c-.964.002-1.793.3-1.793.3z"
73
+ />
74
+ <path
75
+ fill="#333152"
76
+ d="M15.11 3.358c.188.342 1.803 3.505 1.803 4.6l-.716 1.906c.12 1.076.362 3.413.18 3.87-.112.282-.54.863-.906 1.334l.5 4.465-.677.476-.376-3.262a5.22 5.22 0 01-.248 1.002c-.156.42-.433.739-.788.927-.02 1.008-.97 1.551-1.866 1.551-.903 0-1.861-.543-1.882-1.55a1.699 1.699 0 01-.79-.928 5.184 5.184 0 01-.242-.963l-.36 3.284-.68-.485.491-4.503c-.369-.473-.805-1.063-.918-1.348-.182-.457.05-2.794.17-3.87l-.758-1.973v-.064c0-1.095 1.657-4.127 1.845-4.469l.536-.96.49 3.34.264 1.804.348.558c.334-.11.9-.263 1.475-.263.574 0 1.145.154 1.48.264l.348-.56.752-5.143.526.96zm-3.094 16.153c.396 0 .96-.175 1.101-.64l-.044.002c-.077 0-.15-.007-.22-.016-.204.278-.522.362-.845.362-.322 0-.64-.085-.844-.363-.07.01-.143.017-.22.017l-.045-.002c.143.465.715.64 1.117.64zm-.464-.763c.123.09.275.14.456.14s.332-.05.455-.14a1.474 1.474 0 01-.264-.149c-.071.02-.139.02-.191.02-.052 0-.12 0-.192-.02a1.443 1.443 0 01-.264.149zm2.816-3.464c.487-.591 1.22-1.543 1.326-1.81.08-.274-.057-2.091-.23-3.615l-.01-.085.144-.378c-.474-.494-.805-1.17-1.03-1.808l-.03.2-.748 1.201-.291-.121c-.008-.003-.77-.315-1.494-.315-.729 0-1.479.311-1.486.314l-.293.123-.748-1.201-.022-.154c-.229.632-.56 1.296-1.03 1.779l.136.36-.01.085c-.173 1.524-.31 3.341-.227 3.623.103.26.837 1.211 1.323 1.802l.081.098v.127c0 .012.001 1.18.305 1.994.22.59.71.653.91.653.503 0 .716-.451.725-.47.118-.227.177-.6.177-1.118h.304c0 .416.064.79.19 1.12.008.016.227.47.733.47a.94.94 0 00.909-.655c.305-.816.305-1.982.305-1.994v-.126l.08-.1z"
77
+ />
78
+ <path
79
+ fill="#333152"
80
+ d="M14.285 12.106H12.819v.016c0 .5.443.905.962.905.52 0 .962-.405.962-.905v-.016h-.458z"
81
+ />
82
+ <path
83
+ fill="#fff"
84
+ d="M13.185 12.106v.016c0 .297.245.538.55.538.305 0 .55-.241.55-.538v-.016h-1.1z"
85
+ />
86
+ <path
87
+ fill="#333152"
88
+ d="M13.647 12.106l-.007.002c.032.007.05.077.043.124a.146.146 0 01-.145.124c.021.094.1.17.204.184a.242.242 0 00.275-.201c.014-.096-.033-.233-.112-.233h-.258zM10.746 12.106H9.281v.016c0 .5.442.905.961.905.52 0 .962-.405.962-.905v-.016h-.458z"
89
+ />
90
+ <path
91
+ fill="#fff"
92
+ d="M9.647 12.106v.016c0 .297.245.538.55.538.304 0 .55-.241.55-.538v-.016h-1.1z"
93
+ />
94
+ <path
95
+ fill="#333152"
96
+ d="M10.367 12.106h-.258l-.007.002c.032.007.05.077.043.124a.146.146 0 01-.145.124c.02.094.1.17.203.184a.242.242 0 00.276-.201c.013-.096-.034-.233-.112-.233z"
97
+ />
98
+ <path
99
+ fill="#C49A7E"
100
+ d="M14.174 11.68c.062-.066.584-.645-.114-.645-.632 0-1.086.497-1.207.645h1.321z"
101
+ />
102
+ <path
103
+ fill="#D8B7A0"
104
+ d="M11.16 11.68c-.12-.148-.575-.645-1.206-.645-.699 0-.176.579-.115.645h1.321zM7.8 7.769c.042-.568.647-1.93 1.224-3.077l.154 1.05c-.059.391-.327 1.93-1.046 2.899L7.8 7.769z"
105
+ />
106
+ <path
107
+ fill="#C49A7E"
108
+ d="M14.85 5.66l.142-.968c.577 1.147 1.183 2.509 1.224 3.077l-.324.851c-.777-1.067-1.02-2.802-1.042-2.96z"
109
+ />
110
+ <path
111
+ fill="#fff"
112
+ d="M11.47 17.205c-.272-.201-.55-.454-.55-.649 0-.128.231-.521.231-.521h1.72s.225.349.225.521c0 .181-.28.428-.56.628-.096-.16-.217-.188-.273-.061a.495.495 0 00-.02.258c-.153.096-.265.158-.265.158s-.086-.049-.209-.128a.523.523 0 00-.016-.288c-.056-.128-.18-.098-.276.068a.307.307 0 00-.008.014z"
113
+ />
114
+ <path
115
+ fill="#333152"
116
+ d="M11.47 17.205c-.272-.201-.55-.454-.55-.649 0-.128.231-.521.231-.521h1.72s.225.349.225.521c0 .181-.28.428-.56.628-.096-.16-.217-.188-.273-.061a.495.495 0 00-.02.258c-.153.096-.265.158-.265.158s-.086-.049-.209-.128a.523.523 0 00-.016-.288c-.056-.128-.18-.098-.276.068a.307.307 0 00-.008.014z"
117
+ />
118
+ </svg>
119
+ );
120
+ }
121
+ );
@@ -0,0 +1,42 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconSplunk16 = 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="M4.334 8.198c.018-.09.026-.175.026-.254 0-.222-.047-.398-.14-.528a.448.448 0 00-.383-.193.472.472 0 00-.404.205c-.1.138-.149.323-.149.556 0 .228.05.407.147.537.098.13.232.196.402.196a.407.407 0 00.253-.075.566.566 0 00.161-.191.868.868 0 00.087-.253zM13.465 6.55a.15.15 0 00-.025.002v.069h.025c.027 0 .051-.01.051-.035 0-.018-.014-.036-.051-.036z" />
28
+ <path
29
+ fillRule="evenodd"
30
+ d="M13.628 6.628a.153.153 0 00-.152-.155.154.154 0 00-.152.154c0 .087.068.156.152.156a.151.151 0 00.152-.155zm-.164.018h-.024v.087h-.034V6.53a.359.359 0 01.06-.004c.032 0 .053.006.065.015.013.009.02.023.02.042 0 .027-.018.043-.041.05v.001c.019.003.031.02.035.05a.17.17 0 00.014.05h-.035a.137.137 0 01-.015-.052c-.005-.025-.018-.035-.045-.035z"
31
+ clipRule="evenodd"
32
+ />
33
+ <path
34
+ fillRule="evenodd"
35
+ d="M16 0H0v16h16V0zM2.435 8.67a.584.584 0 00.035-.42.453.453 0 00-.085-.151 1.155 1.155 0 00-.167-.161 5.278 5.278 0 00-.267-.2 2.11 2.11 0 01-.225-.183.2.2 0 01-.066-.146c0-.057.025-.105.074-.143a.297.297 0 01.188-.057c.124 0 .242.038.354.114l.165-.255a1.087 1.087 0 00-.285-.124 1.19 1.19 0 00-.318-.042c-.104 0-.2.014-.288.041a.695.695 0 00-.228.114.536.536 0 00-.149.176.487.487 0 00-.054.23c0 .073.013.139.04.196a.6.6 0 00.105.154c.044.047.092.09.146.13.053.041.108.08.164.118l.18.13a.766.766 0 01.109.098c.026.03.045.06.054.088a.28.28 0 01.015.092.221.221 0 01-.082.18.333.333 0 01-.217.068.508.508 0 01-.215-.049 1.157 1.157 0 01-.236-.154L1 8.798c.11.084.22.144.329.18.11.037.233.055.371.055.115 0 .222-.015.319-.045a.803.803 0 00.25-.124.563.563 0 00.166-.193zM4.882 7.51c.045.124.068.262.068.414 0 .16-.025.307-.077.442-.05.134-.121.251-.212.351a.957.957 0 01-.724.317.97.97 0 01-.182-.016.612.612 0 01-.16-.055.805.805 0 01-.151-.1c-.05-.04-.1-.09-.155-.15V10h-.542V6.952h.543l.003.296a.963.963 0 01.32-.262.922.922 0 01.403-.083.89.89 0 01.867.606zm.866 1.474H5.19V6h.557v2.983zM8.125 6.95v2.035l-.556.001-.002-.272a1.043 1.043 0 01-.33.246.966.966 0 01-.393.075.851.851 0 01-.42-.095.552.552 0 01-.248-.283.435.435 0 01-.031-.094 1.407 1.407 0 01-.03-.257 7.818 7.818 0 01-.003-.2V6.95h.557v1.165c0 .103.005.182.015.236.01.054.028.103.053.146.065.115.18.172.344.172.21 0 .353-.085.432-.253a.568.568 0 00.043-.145c.008-.053.012-.128.012-.226V6.95h.557zm2.4.88v1.154H9.97V7.82a1.41 1.41 0 00-.015-.235.446.446 0 00-.052-.146c-.065-.114-.18-.17-.344-.17a.545.545 0 00-.27.062.386.386 0 00-.167.185.555.555 0 00-.04.148c-.007.053-.01.127-.01.221v1.097h-.562v-2.03h.56l.002.272a1.05 1.05 0 01.33-.246.958.958 0 01.393-.076c.166 0 .306.033.42.1a.573.573 0 01.277.374 1.199 1.199 0 01.032.252c.002.055.003.122.003.2zm1.457.004l.849 1.016-.52.175-.84-1.121v1.08h-.56V6h.56v1.752h.06l.746-.833.422.175-.717.74zM15 7.788v.332l-1.688.809v-.357l1.308-.622-1.308-.613v-.365L15 7.788zm-1.712-1.16c0-.102.084-.183.187-.183.104 0 .188.08.188.182a.183.183 0 01-.188.184.184.184 0 01-.187-.184z"
36
+ clipRule="evenodd"
37
+ />
38
+ </g>
39
+ </svg>
40
+ );
41
+ }
42
+ );
@@ -0,0 +1,42 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconSplunk24 = 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="M6.763 12.298c.025-.136.037-.264.037-.382 0-.334-.067-.597-.201-.792a.63.63 0 00-.546-.29.665.665 0 00-.577.309c-.142.205-.213.483-.213.833 0 .342.07.61.21.806.14.195.331.293.574.293a.563.563 0 00.361-.112.84.84 0 00.23-.287c.06-.115.101-.242.125-.378zM19.807 9.825a.206.206 0 00-.035.003v.103h.035c.039 0 .073-.015.073-.052 0-.027-.02-.054-.073-.054z" />
28
+ <path
29
+ fillRule="evenodd"
30
+ d="M20.04 9.943c0-.13-.097-.233-.217-.233h-.001c-.12 0-.217.103-.217.231 0 .13.098.233.218.233.121.001.217-.103.217-.231zm-.235.026h-.034v.13h-.048v-.305a.49.49 0 01.085-.007c.046 0 .076.01.094.023.018.013.028.034.028.063 0 .04-.026.065-.059.074v.003c.027.005.045.029.051.074a.264.264 0 00.02.076h-.051a.215.215 0 01-.021-.078c-.007-.038-.026-.053-.065-.053z"
31
+ clipRule="evenodd"
32
+ />
33
+ <path
34
+ fillRule="evenodd"
35
+ d="M23 1H1v22h22V1zM4.05 13.006a.917.917 0 00.05-.63.69.69 0 00-.121-.228 1.689 1.689 0 00-.24-.241 7.575 7.575 0 00-.381-.3 3.048 3.048 0 01-.321-.274.308.308 0 01-.094-.22c0-.086.035-.156.106-.214a.41.41 0 01.268-.085c.177 0 .346.056.506.17l.236-.383a1.514 1.514 0 00-.407-.184 1.624 1.624 0 00-.455-.064c-.148 0-.286.021-.412.062a.977.977 0 00-.324.17.76.76 0 00-.291.61c0 .11.019.207.057.293a.905.905 0 00.15.232c.063.07.132.134.208.195.076.061.155.12.235.177.105.078.19.143.256.196.067.052.119.101.157.146a.406.406 0 01.078.131.44.44 0 01.021.138.339.339 0 01-.117.272.46.46 0 01-.311.1.696.696 0 01-.307-.073 1.646 1.646 0 01-.338-.231L2 13.197c.157.126.313.217.47.27.156.055.333.082.53.082.165 0 .317-.022.455-.067.139-.044.258-.106.359-.186.1-.08.18-.176.235-.29zm3.496-1.743c.065.187.097.394.097.622 0 .24-.036.46-.11.662a1.67 1.67 0 01-.302.527 1.342 1.342 0 01-1.035.475c-.093 0-.18-.007-.26-.024a.847.847 0 01-.23-.082 1.144 1.144 0 01-.215-.15 2.077 2.077 0 01-.22-.225V15h-.775v-4.573h.775l.004.445c.141-.178.294-.31.459-.393.165-.083.357-.124.574-.124.197 0 .377.037.54.112.163.076.305.18.423.314.119.134.21.295.275.482zm1.237 2.212h-.796V9h.796v4.475zm3.396-3.052v3.055h-.795l-.002-.409c-.153.171-.31.294-.471.37a1.324 1.324 0 01-.562.112c-.238 0-.438-.047-.601-.143a.817.817 0 01-.353-.425.674.674 0 01-.046-.14 2.2 2.2 0 01-.042-.385 12.303 12.303 0 01-.004-.3v-1.734h.796v1.746c0 .155.007.273.021.355.014.082.04.155.076.22.093.17.257.257.49.257.3 0 .506-.127.619-.38a.885.885 0 00.06-.216c.012-.08.018-.193.018-.34v-1.643h.796zm3.429 1.321v1.73h-.795v-1.742a2.22 2.22 0 00-.021-.353.69.69 0 00-.075-.22c-.093-.17-.257-.255-.491-.255a.75.75 0 00-.385.094.57.57 0 00-.239.277.865.865 0 00-.058.223c-.01.079-.015.19-.015.332v1.645h-.802v-3.046h.801l.001.408c.154-.17.31-.294.472-.37.161-.075.348-.113.562-.113.238 0 .438.05.601.15a.849.849 0 01.395.561 1.89 1.89 0 01.045.377c.003.084.004.184.004.302zm2.08.006l1.213 1.524-.742.262-1.2-1.682v1.622h-.802V9h.802v2.627h.085l1.067-1.25.602.262-1.024 1.11zM22 11.681v.5l-2.411 1.212v-.536l1.868-.931-1.868-.92v-.548L22 11.68zm-2.446-1.74a.27.27 0 01.268-.274h.001c.148 0 .266.122.266.274a.269.269 0 01-.267.275.27.27 0 01-.268-.275z"
36
+ clipRule="evenodd"
37
+ />
38
+ </g>
39
+ </svg>
40
+ );
41
+ }
42
+ );
@@ -0,0 +1,42 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconSplunkColor16 = 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="#000">
27
+ <path d="M4.334 8.198c.018-.09.026-.175.026-.254 0-.222-.047-.398-.14-.528a.448.448 0 00-.383-.193.472.472 0 00-.404.205c-.1.138-.149.323-.149.556 0 .228.05.407.147.537.098.13.232.196.402.196a.407.407 0 00.253-.075.566.566 0 00.161-.191.868.868 0 00.087-.253zM13.465 6.55a.15.15 0 00-.025.002v.069h.025c.027 0 .051-.01.051-.035 0-.018-.014-.036-.051-.036z" />
28
+ <path
29
+ fillRule="evenodd"
30
+ d="M13.628 6.628a.153.153 0 00-.152-.155.154.154 0 00-.152.154c0 .087.068.156.152.156a.151.151 0 00.152-.155zm-.164.018h-.024v.087h-.034V6.53a.359.359 0 01.06-.004c.032 0 .053.006.065.015.013.009.02.023.02.042 0 .027-.018.043-.041.05v.001c.019.003.031.02.035.05a.17.17 0 00.014.05h-.035a.137.137 0 01-.015-.052c-.005-.025-.018-.035-.045-.035z"
31
+ clipRule="evenodd"
32
+ />
33
+ <path
34
+ fillRule="evenodd"
35
+ d="M16 0H0v16h16V0zM2.435 8.67a.584.584 0 00.035-.42.453.453 0 00-.085-.151 1.155 1.155 0 00-.167-.161 5.278 5.278 0 00-.267-.2 2.11 2.11 0 01-.225-.183.2.2 0 01-.066-.146c0-.057.025-.105.074-.143a.297.297 0 01.188-.057c.124 0 .242.038.354.114l.165-.255a1.087 1.087 0 00-.285-.124 1.19 1.19 0 00-.318-.042c-.104 0-.2.014-.288.041a.695.695 0 00-.228.114.536.536 0 00-.149.176.487.487 0 00-.054.23c0 .073.013.139.04.196a.6.6 0 00.105.154c.044.047.092.09.146.13.053.041.108.08.164.118l.18.13a.766.766 0 01.109.098c.026.03.045.06.054.088a.28.28 0 01.015.092.221.221 0 01-.082.18.333.333 0 01-.217.068.508.508 0 01-.215-.049 1.157 1.157 0 01-.236-.154L1 8.798c.11.084.22.144.329.18.11.037.233.055.371.055.115 0 .222-.015.319-.045a.803.803 0 00.25-.124.563.563 0 00.166-.193zM4.882 7.51c.045.124.068.262.068.414 0 .16-.025.307-.077.442-.05.134-.121.251-.212.351a.957.957 0 01-.724.317.97.97 0 01-.182-.016.612.612 0 01-.16-.055.805.805 0 01-.151-.1c-.05-.04-.1-.09-.155-.15V10h-.542V6.952h.543l.003.296a.963.963 0 01.32-.262.922.922 0 01.403-.083.89.89 0 01.867.606zm.866 1.474H5.19V6h.557v2.983zM8.125 6.95v2.035l-.556.001-.002-.272a1.043 1.043 0 01-.33.246.966.966 0 01-.393.075.851.851 0 01-.42-.095.552.552 0 01-.248-.283.435.435 0 01-.031-.094 1.407 1.407 0 01-.03-.257 7.818 7.818 0 01-.003-.2V6.95h.557v1.165c0 .103.005.182.015.236.01.054.028.103.053.146.065.115.18.172.344.172.21 0 .353-.085.432-.253a.568.568 0 00.043-.145c.008-.053.012-.128.012-.226V6.95h.557zm2.4.88v1.154H9.97V7.82a1.41 1.41 0 00-.015-.235.446.446 0 00-.052-.146c-.065-.114-.18-.17-.344-.17a.545.545 0 00-.27.062.386.386 0 00-.167.185.555.555 0 00-.04.148c-.007.053-.01.127-.01.221v1.097h-.562v-2.03h.56l.002.272a1.05 1.05 0 01.33-.246.958.958 0 01.393-.076c.166 0 .306.033.42.1a.573.573 0 01.277.374 1.199 1.199 0 01.032.252c.002.055.003.122.003.2zm1.457.004l.849 1.016-.52.175-.84-1.121v1.08h-.56V6h.56v1.752h.06l.746-.833.422.175-.717.74zM15 7.788v.332l-1.688.809v-.357l1.308-.622-1.308-.613v-.365L15 7.788zm-1.712-1.16c0-.102.084-.183.187-.183.104 0 .188.08.188.182a.183.183 0 01-.188.184.184.184 0 01-.187-.184z"
36
+ clipRule="evenodd"
37
+ />
38
+ </g>
39
+ </svg>
40
+ );
41
+ }
42
+ );
@@ -0,0 +1,42 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconSplunkColor24 = 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="#000">
27
+ <path d="M6.763 12.298c.025-.136.037-.264.037-.382 0-.334-.067-.597-.201-.792a.63.63 0 00-.546-.29.665.665 0 00-.577.309c-.142.205-.213.483-.213.833 0 .342.07.61.21.806.14.195.331.293.574.293a.563.563 0 00.361-.112.84.84 0 00.23-.287c.06-.115.101-.242.125-.378zM19.807 9.825a.206.206 0 00-.035.003v.103h.035c.039 0 .073-.015.073-.052 0-.027-.02-.054-.073-.054z" />
28
+ <path
29
+ fillRule="evenodd"
30
+ d="M20.04 9.943c0-.13-.097-.233-.217-.233h-.001c-.12 0-.217.103-.217.231 0 .13.098.233.218.233.121.001.217-.103.217-.231zm-.235.026h-.034v.13h-.048v-.305a.49.49 0 01.085-.007c.046 0 .076.01.094.023.018.013.028.034.028.063 0 .04-.026.065-.059.074v.003c.027.005.045.029.051.074a.264.264 0 00.02.076h-.051a.215.215 0 01-.021-.078c-.007-.038-.026-.053-.065-.053z"
31
+ clipRule="evenodd"
32
+ />
33
+ <path
34
+ fillRule="evenodd"
35
+ d="M23 1H1v22h22V1zM4.05 13.006a.917.917 0 00.05-.63.69.69 0 00-.121-.228 1.689 1.689 0 00-.24-.241 7.575 7.575 0 00-.381-.3 3.048 3.048 0 01-.321-.274.308.308 0 01-.094-.22c0-.086.035-.156.106-.214a.41.41 0 01.268-.085c.177 0 .346.056.506.17l.236-.383a1.514 1.514 0 00-.407-.184 1.624 1.624 0 00-.455-.064c-.148 0-.286.021-.412.062a.977.977 0 00-.324.17.76.76 0 00-.291.61c0 .11.019.207.057.293a.905.905 0 00.15.232c.063.07.132.134.208.195.076.061.155.12.235.177.105.078.19.143.256.196.067.052.119.101.157.146a.406.406 0 01.078.131.44.44 0 01.021.138.339.339 0 01-.117.272.46.46 0 01-.311.1.696.696 0 01-.307-.073 1.646 1.646 0 01-.338-.231L2 13.197c.157.126.313.217.47.27.156.055.333.082.53.082.165 0 .317-.022.455-.067.139-.044.258-.106.359-.186.1-.08.18-.176.235-.29zm3.496-1.743c.065.187.097.394.097.622 0 .24-.036.46-.11.662a1.67 1.67 0 01-.302.527 1.342 1.342 0 01-1.035.475c-.093 0-.18-.007-.26-.024a.847.847 0 01-.23-.082 1.144 1.144 0 01-.215-.15 2.077 2.077 0 01-.22-.225V15h-.775v-4.573h.775l.004.445c.141-.178.294-.31.459-.393.165-.083.357-.124.574-.124.197 0 .377.037.54.112.163.076.305.18.423.314.119.134.21.295.275.482zm1.237 2.212h-.796V9h.796v4.475zm3.396-3.052v3.055h-.795l-.002-.409c-.153.171-.31.294-.471.37a1.324 1.324 0 01-.562.112c-.238 0-.438-.047-.601-.143a.817.817 0 01-.353-.425.674.674 0 01-.046-.14 2.2 2.2 0 01-.042-.385 12.303 12.303 0 01-.004-.3v-1.734h.796v1.746c0 .155.007.273.021.355.014.082.04.155.076.22.093.17.257.257.49.257.3 0 .506-.127.619-.38a.885.885 0 00.06-.216c.012-.08.018-.193.018-.34v-1.643h.796zm3.429 1.321v1.73h-.795v-1.742a2.22 2.22 0 00-.021-.353.69.69 0 00-.075-.22c-.093-.17-.257-.255-.491-.255a.75.75 0 00-.385.094.57.57 0 00-.239.277.865.865 0 00-.058.223c-.01.079-.015.19-.015.332v1.645h-.802v-3.046h.801l.001.408c.154-.17.31-.294.472-.37.161-.075.348-.113.562-.113.238 0 .438.05.601.15a.849.849 0 01.395.561 1.89 1.89 0 01.045.377c.003.084.004.184.004.302zm2.08.006l1.213 1.524-.742.262-1.2-1.682v1.622h-.802V9h.802v2.627h.085l1.067-1.25.602.262-1.024 1.11zM22 11.681v.5l-2.411 1.212v-.536l1.868-.931-1.868-.92v-.548L22 11.68zm-2.446-1.74a.27.27 0 01.268-.274h.001c.148 0 .266.122.266.274a.269.269 0 01-.267.275.27.27 0 01-.268-.275z"
36
+ clipRule="evenodd"
37
+ />
38
+ </g>
39
+ </svg>
40
+ );
41
+ }
42
+ );