@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,35 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconVantage16 = forwardRef<SVGSVGElement, IconProps>(
5
+ ({ color = 'currentColor', title, ...props }, svgRef) => {
6
+ const titleId = useMemo(
7
+ () =>
8
+ title
9
+ ? 'title-' + Math.random().toString(36).substr(2, 9)
10
+ : undefined,
11
+ [title]
12
+ );
13
+ return (
14
+ <svg
15
+ xmlns="http://www.w3.org/2000/svg"
16
+ width={16}
17
+ height={16}
18
+ fill="none"
19
+ viewBox="0 0 16 16"
20
+ aria-hidden={!title}
21
+ ref={svgRef}
22
+ aria-labelledby={titleId}
23
+ {...props}
24
+ >
25
+ {title ? <title id={titleId}>{title}</title> : null}
26
+ <path
27
+ fill={color}
28
+ fillRule="evenodd"
29
+ d="M1 8a7 7 0 1114 0A7 7 0 011 8zm9.642 1.443c.11.11.287.11.397 0l1.974-1.974a.28.28 0 000-.397L11.04 5.098a.28.28 0 00-.397 0L8.668 7.072a.28.28 0 000 .397l1.974 1.974zm-2.448 2.845l1.975-1.975a.28.28 0 000-.396L8.194 7.943a.28.28 0 00-.396 0L5.823 9.917a.28.28 0 000 .396l1.975 1.975c.11.11.287.11.396 0zM2.98 7.469l1.974 1.974c.11.11.287.11.397 0L7.324 7.47a.28.28 0 000-.397L5.35 5.098a.28.28 0 00-.397 0L2.98 7.072a.28.28 0 000 .397z"
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 IconVantage24 = 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="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm15.152 2.268a.44.44 0 00.623 0l3.103-3.102a.44.44 0 000-.623L16.775 7.44a.44.44 0 00-.623 0l-3.102 3.103a.44.44 0 000 .623l3.102 3.102zm-3.847 4.47l3.103-3.102a.44.44 0 000-.623l-3.103-3.103a.44.44 0 00-.623 0L8.58 15.012a.44.44 0 000 .624l3.102 3.102a.44.44 0 00.623 0zM4.11 11.166l3.102 3.102a.44.44 0 00.623 0l3.103-3.102a.44.44 0 000-.623L7.835 7.44a.44.44 0 00-.623 0L4.11 10.543a.44.44 0 000 .623z"
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 IconVantageColor16 = 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="#9C24C7"
28
+ fillRule="evenodd"
29
+ d="M1 8a7 7 0 1114 0A7 7 0 011 8zm9.642 1.443c.11.11.287.11.397 0l1.974-1.974a.28.28 0 000-.397L11.04 5.098a.28.28 0 00-.397 0L8.668 7.072a.28.28 0 000 .397l1.974 1.974zm-2.448 2.845l1.975-1.975a.28.28 0 000-.396L8.194 7.943a.28.28 0 00-.396 0L5.823 9.917a.28.28 0 000 .396l1.975 1.975c.11.11.287.11.396 0zM2.98 7.469l1.974 1.974c.11.11.287.11.397 0L7.324 7.47a.28.28 0 000-.397L5.35 5.098a.28.28 0 00-.397 0L2.98 7.072a.28.28 0 000 .397z"
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 IconVantageColor24 = 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="#9C24C7"
28
+ fillRule="evenodd"
29
+ d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12zm15.152 2.268a.44.44 0 00.623 0l3.103-3.102a.44.44 0 000-.623L16.775 7.44a.44.44 0 00-.623 0l-3.102 3.103a.44.44 0 000 .623l3.102 3.102zm-3.847 4.47l3.103-3.102a.44.44 0 000-.623l-3.103-3.103a.44.44 0 00-.623 0L8.58 15.012a.44.44 0 000 .624l3.102 3.102a.44.44 0 00.623 0zM4.11 11.166l3.102 3.102a.44.44 0 00.623 0l3.103-3.102a.44.44 0 000-.623L7.835 7.44a.44.44 0 00-.623 0L4.11 10.543a.44.44 0 000 .623z"
30
+ clipRule="evenodd"
31
+ />
32
+ </svg>
33
+ );
34
+ }
35
+ );
@@ -25,7 +25,7 @@ export const IconVmware16 = forwardRef<SVGSVGElement, IconProps>(
25
25
  {title ? <title id={titleId}>{title}</title> : null}
26
26
  <path
27
27
  fill={color}
28
- d="M1.677 5.14c-.201-.46-.698-.67-1.162-.454-.465.216-.636.756-.426 1.218l1.949 4.436c.306.696.63 1.06 1.236 1.06.647 0 .93-.397 1.236-1.06l1.717-3.916a.247.247 0 01.245-.166c.146.001.27.124.27.288v3.79c0 .585.308 1.064.904 1.064.595 0 .916-.48.916-1.064V7.235c0-.599.41-.987.968-.987s.929.402.929.987v3.101c0 .585.31 1.064.905 1.064s.918-.48.918-1.064V7.235c0-.599.408-.987.966-.987.557 0 .93.402.93.987v3.101c0 .585.31 1.064.905 1.064.594 0 .917-.48.917-1.064v-3.53C16 5.51 15.004 4.6 13.805 4.6c-1.197 0-1.947.867-1.947.867-.4-.54-.949-.866-1.878-.866-.982 0-1.84.866-1.84.866-.4-.54-1.078-.866-1.64-.866-.87 0-1.56.4-1.982 1.41L3.274 9.082 1.677 5.14z"
28
+ d="M1.677 5.14c-.201-.46-.698-.67-1.162-.454-.465.216-.636.756-.426 1.218l1.949 4.436c.306.696.63 1.06 1.236 1.06.647 0 .93-.397 1.236-1.06l1.717-3.916a.247.247 0 01.245-.165c.146 0 .27.123.27.287v3.79c0 .585.308 1.064.904 1.064.595 0 .916-.48.916-1.063V7.235c0-.599.41-.987.968-.987s.929.402.929.987v3.102c0 .584.31 1.063.905 1.063s.918-.48.918-1.063V7.235c0-.599.408-.987.966-.987.557 0 .93.402.93.987v3.102c0 .584.31 1.063.905 1.063.594 0 .917-.48.917-1.063v-3.53c0-1.298-.996-2.207-2.195-2.207-1.197 0-1.947.868-1.947.868-.4-.542-.949-.867-1.878-.867-.982 0-1.84.867-1.84.867-.4-.542-1.078-.867-1.64-.867-.87 0-1.56.4-1.982 1.41L3.274 9.082 1.677 5.14z"
29
29
  />
30
30
  </svg>
31
31
  );
@@ -25,7 +25,7 @@ export const IconVmwareColor16 = forwardRef<SVGSVGElement, IconProps>(
25
25
  {title ? <title id={titleId}>{title}</title> : null}
26
26
  <path
27
27
  fill="#696566"
28
- d="M1.677 5.14c-.201-.46-.698-.67-1.162-.454-.465.216-.636.756-.426 1.218l1.949 4.436c.306.696.63 1.06 1.236 1.06.647 0 .93-.397 1.236-1.06l1.717-3.916a.247.247 0 01.245-.165c.146 0 .27.123.27.287v3.79c0 .585.308 1.064.904 1.064.595 0 .916-.48.916-1.064V7.235c0-.599.41-.987.968-.987s.929.402.929.987v3.101c0 .585.31 1.064.905 1.064s.918-.48.918-1.064V7.235c0-.599.408-.987.966-.987.557 0 .93.402.93.987v3.101c0 .585.31 1.064.905 1.064.594 0 .917-.48.917-1.064v-3.53C16 5.51 15.004 4.6 13.805 4.6c-1.197 0-1.947.868-1.947.868-.4-.542-.949-.867-1.878-.867-.982 0-1.84.867-1.84.867-.4-.542-1.078-.867-1.64-.867-.87 0-1.56.4-1.982 1.41L3.274 9.082 1.677 5.14z"
28
+ d="M1.677 5.141c-.201-.462-.698-.67-1.162-.455-.465.216-.636.756-.426 1.218l1.949 4.437c.306.695.63 1.06 1.236 1.06.647 0 .93-.398 1.236-1.06l1.717-3.917a.247.247 0 01.245-.165c.146 0 .27.123.27.287v3.79c0 .585.308 1.064.904 1.064.595 0 .916-.48.916-1.063V7.235c0-.599.41-.987.968-.987s.929.402.929.987v3.102c0 .584.31 1.063.905 1.063s.918-.48.918-1.063V7.235c0-.599.408-.987.966-.987.557 0 .93.402.93.987v3.102c0 .584.31 1.063.905 1.063.594 0 .917-.48.917-1.063v-3.53c0-1.298-.996-2.207-2.195-2.207-1.197 0-1.947.868-1.947.868-.4-.542-.949-.867-1.878-.867-.982 0-1.84.867-1.84.867-.4-.542-1.078-.867-1.64-.867-.87 0-1.56.4-1.982 1.41L3.274 9.083 1.677 5.14z"
29
29
  />
30
30
  </svg>
31
31
  );
@@ -25,7 +25,7 @@ export const IconVmwareColor24 = forwardRef<SVGSVGElement, IconProps>(
25
25
  {title ? <title id={titleId}>{title}</title> : null}
26
26
  <path
27
27
  fill="#696566"
28
- d="M4.096 8.468c-.251-.57-.873-.829-1.453-.562-.58.267-.795.934-.532 1.505l2.436 5.48c.383.859.787 1.31 1.545 1.31.81 0 1.163-.491 1.545-1.31l2.147-4.838a.309.309 0 01.306-.204.345.345 0 01.336.355v4.682c0 .722.387 1.314 1.131 1.314s1.146-.592 1.146-1.314v-3.831c0-.74.512-1.219 1.21-1.219.697 0 1.16.497 1.16 1.219v3.831c0 .722.389 1.314 1.132 1.314.743 0 1.147-.592 1.147-1.314v-3.831c0-.74.51-1.219 1.208-1.219.696 0 1.162.497 1.162 1.219v3.831c0 .722.388 1.314 1.131 1.314.744 0 1.147-.592 1.147-1.314v-4.36C22 8.922 20.755 7.8 19.256 7.8c-1.497 0-2.434 1.072-2.434 1.072-.498-.669-1.185-1.07-2.347-1.07-1.227 0-2.3 1.07-2.3 1.07-.499-.669-1.348-1.07-2.05-1.07-1.087 0-1.95.494-2.477 1.74l-1.556 3.795-1.996-4.869z"
28
+ d="M4.096 8.468c-.251-.57-.873-.829-1.453-.562-.58.267-.795.934-.532 1.505l2.436 5.48c.383.859.787 1.309 1.545 1.309.81 0 1.163-.49 1.545-1.309l2.147-4.838a.309.309 0 01.306-.204.345.345 0 01.336.355v4.682c0 .722.387 1.314 1.131 1.314s1.146-.592 1.146-1.314v-3.832c0-.739.512-1.218 1.21-1.218.697 0 1.16.497 1.16 1.218v3.832c0 .722.389 1.314 1.132 1.314.743 0 1.147-.592 1.147-1.314v-3.832c0-.739.51-1.218 1.208-1.218.696 0 1.162.497 1.162 1.218v3.832c0 .722.388 1.314 1.131 1.314.744 0 1.147-.592 1.147-1.314v-4.36C22 8.922 20.755 7.8 19.256 7.8c-1.497 0-2.434 1.072-2.434 1.072-.498-.669-1.185-1.07-2.347-1.07-1.227 0-2.3 1.07-2.3 1.07-.499-.669-1.348-1.07-2.05-1.07-1.087 0-1.95.494-2.477 1.74l-1.556 3.795-1.996-4.869z"
29
29
  />
30
30
  </svg>
31
31
  );
@@ -26,7 +26,7 @@ export const IconYoutube24 = forwardRef<SVGSVGElement, IconProps>(
26
26
  <path
27
27
  fill={color}
28
28
  fillRule="evenodd"
29
- d="M20.608 4.77a2.757 2.757 0 011.939 1.938C23 8.43 23 12 23 12s0 3.57-.453 5.292a2.757 2.757 0 01-1.94 1.939c-1.72.453-8.607.453-8.607.453s-6.886 0-8.608-.453a2.756 2.756 0 01-1.939-1.94C1 15.589 1 12 1 12s0-3.57.453-5.292a2.756 2.756 0 011.94-1.939C5.112 4.316 12 4.316 12 4.316s6.886 0 8.608.453zm-5.092 7.248l-5.727 3.298V8.702l5.727 3.316z"
29
+ d="M20.608 4.77a2.757 2.757 0 011.939 1.939C23 8.43 23 12 23 12s0 3.57-.453 5.292a2.757 2.757 0 01-1.94 1.939c-1.72.453-8.607.453-8.607.453s-6.886 0-8.608-.453a2.756 2.756 0 01-1.939-1.94C1 15.589 1 12.002 1 12.002s0-3.57.453-5.292a2.756 2.756 0 011.94-1.94C5.112 4.316 12 4.316 12 4.316s6.886 0 8.608.453zm-5.092 7.248l-5.727 3.298V8.702l5.727 3.316z"
30
30
  clipRule="evenodd"
31
31
  />
32
32
  </svg>
@@ -25,7 +25,7 @@ export const IconYoutubeColor24 = forwardRef<SVGSVGElement, IconProps>(
25
25
  {title ? <title id={titleId}>{title}</title> : null}
26
26
  <path
27
27
  fill="red"
28
- d="M22.547 6.708a2.757 2.757 0 00-1.94-1.939C18.888 4.316 12 4.316 12 4.316s-6.886 0-8.608.453a2.756 2.756 0 00-1.939 1.94C1 8.43 1 12 1 12s0 3.588.453 5.292a2.756 2.756 0 001.94 1.939c1.72.453 8.607.453 8.607.453s6.886 0 8.608-.453a2.757 2.757 0 001.939-1.94C23 15.57 23 12 23 12s0-3.57-.453-5.292z"
28
+ d="M22.547 6.708a2.757 2.757 0 00-1.94-1.939C18.888 4.316 12 4.316 12 4.316s-6.886 0-8.608.453a2.756 2.756 0 00-1.939 1.94C1 8.43 1 12 1 12s0 3.588.453 5.292a2.756 2.756 0 001.94 1.939c1.72.453 8.607.453 8.607.453s6.886 0 8.608-.453a2.757 2.757 0 001.939-1.94c.453-1.72.453-5.29.453-5.29s0-3.57-.453-5.292z"
29
29
  />
30
30
  <path
31
31
  fill="#fff"