@hashicorp/flight-icons 3.0.0 → 3.2.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 (174) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/catalog.json +4666 -3309
  3. package/package.json +2 -2
  4. package/svg/accessibility-24.svg +1 -1
  5. package/svg/alert-diamond-24.svg +1 -1
  6. package/svg/bug-16.svg +1 -1
  7. package/svg/bug-24.svg +1 -1
  8. package/svg/change-24.svg +1 -1
  9. package/svg/check-diamond-24.svg +1 -1
  10. package/svg/check-hexagon-fill-16.svg +1 -1
  11. package/svg/check-hexagon-fill-24.svg +1 -1
  12. package/svg/diamond-24.svg +1 -1
  13. package/svg/discussion-circle-24.svg +1 -1
  14. package/svg/edit-16.svg +1 -1
  15. package/svg/fingerprint-16.svg +1 -1
  16. package/svg/fingerprint-24.svg +1 -1
  17. package/svg/folder-star-16.svg +1 -1
  18. package/svg/git-16.svg +1 -0
  19. package/svg/git-24.svg +1 -0
  20. package/svg/git-color-16.svg +1 -0
  21. package/svg/git-color-24.svg +1 -0
  22. package/svg/hammer-16.svg +1 -1
  23. package/svg/hammer-24.svg +1 -1
  24. package/svg/hexagon-24.svg +1 -1
  25. package/svg/hourglass-16.svg +1 -1
  26. package/svg/hourglass-24.svg +1 -1
  27. package/svg/index.d.ts +1 -1
  28. package/svg/index.js +1 -1
  29. package/svg/keychain-16.svg +1 -1
  30. package/svg/keychain-24.svg +1 -1
  31. package/svg/labyrinth-16.svg +1 -1
  32. package/svg/layers-16.svg +1 -1
  33. package/svg/line-chart-up-24.svg +1 -1
  34. package/svg/linkedin-16.svg +1 -1
  35. package/svg/linkedin-24.svg +1 -1
  36. package/svg/linkedin-color-16.svg +1 -1
  37. package/svg/linkedin-color-24.svg +1 -1
  38. package/svg/message-circle-16.svg +1 -1
  39. package/svg/message-circle-24.svg +1 -1
  40. package/svg/message-circle-fill-16.svg +1 -1
  41. package/svg/minimize-alt-16.svg +1 -1
  42. package/svg/minio-16.svg +1 -0
  43. package/svg/minio-24.svg +1 -0
  44. package/svg/minio-color-16.svg +1 -0
  45. package/svg/minio-color-24.svg +1 -0
  46. package/svg/paperclip-16.svg +1 -1
  47. package/svg/phone-16.svg +1 -1
  48. package/svg/phone-24.svg +1 -1
  49. package/svg/phone-call-16.svg +1 -1
  50. package/svg/phone-call-24.svg +1 -1
  51. package/svg/phone-off-16.svg +1 -1
  52. package/svg/phone-off-24.svg +1 -1
  53. package/svg/pin-16.svg +1 -1
  54. package/svg/plug-16.svg +1 -1
  55. package/svg/plug-24.svg +1 -1
  56. package/svg/redirect-16.svg +1 -1
  57. package/svg/redirect-24.svg +1 -1
  58. package/svg/rewind-16.svg +1 -1
  59. package/svg/send-16.svg +1 -1
  60. package/svg/send-24.svg +1 -1
  61. package/svg/shield-16.svg +1 -1
  62. package/svg/shield-24.svg +1 -1
  63. package/svg/slash-16.svg +1 -1
  64. package/svg/sparkle-16.svg +1 -0
  65. package/svg/sparkle-24.svg +1 -0
  66. package/svg/star-16.svg +1 -1
  67. package/svg/star-circle-16.svg +1 -1
  68. package/svg/star-fill-16.svg +1 -1
  69. package/svg/star-off-16.svg +1 -1
  70. package/svg/thumbs-down-16.svg +1 -1
  71. package/svg/thumbs-down-24.svg +1 -1
  72. package/svg/unfold-close-16.svg +1 -1
  73. package/svg/unfold-open-16.svg +1 -1
  74. package/svg/volume-16.svg +1 -1
  75. package/svg/volume-24.svg +1 -1
  76. package/svg/wand-24.svg +1 -1
  77. package/svg/wifi-16.svg +1 -1
  78. package/svg/wifi-off-16.svg +1 -1
  79. package/svg/wifi-off-24.svg +1 -1
  80. package/svg/wrench-16.svg +1 -1
  81. package/svg/wrench-24.svg +1 -1
  82. package/svg/x-diamond-16.svg +1 -1
  83. package/svg/x-diamond-24.svg +1 -1
  84. package/svg/x-diamond-fill-24.svg +1 -1
  85. package/svg/x-hexagon-fill-24.svg +1 -1
  86. package/svg/zap-16.svg +1 -1
  87. package/svg/zap-24.svg +1 -1
  88. package/svg/zap-off-16.svg +1 -1
  89. package/svg-react/accessibility-24.tsx +1 -1
  90. package/svg-react/alert-diamond-24.tsx +1 -1
  91. package/svg-react/bug-16.tsx +1 -1
  92. package/svg-react/bug-24.tsx +1 -1
  93. package/svg-react/change-24.tsx +1 -1
  94. package/svg-react/check-diamond-24.tsx +1 -1
  95. package/svg-react/check-hexagon-fill-16.tsx +1 -1
  96. package/svg-react/check-hexagon-fill-24.tsx +1 -1
  97. package/svg-react/diamond-24.tsx +1 -1
  98. package/svg-react/discussion-circle-24.tsx +2 -2
  99. package/svg-react/edit-16.tsx +1 -1
  100. package/svg-react/fingerprint-16.tsx +1 -1
  101. package/svg-react/fingerprint-24.tsx +1 -1
  102. package/svg-react/folder-star-16.tsx +2 -2
  103. package/svg-react/git-16.tsx +35 -0
  104. package/svg-react/git-24.tsx +35 -0
  105. package/svg-react/git-color-16.tsx +35 -0
  106. package/svg-react/git-color-24.tsx +35 -0
  107. package/svg-react/hammer-16.tsx +1 -1
  108. package/svg-react/hammer-24.tsx +1 -1
  109. package/svg-react/hexagon-24.tsx +1 -1
  110. package/svg-react/hourglass-16.tsx +2 -2
  111. package/svg-react/hourglass-24.tsx +1 -1
  112. package/svg-react/index.ts +654 -644
  113. package/svg-react/keychain-16.tsx +1 -1
  114. package/svg-react/keychain-24.tsx +1 -1
  115. package/svg-react/labyrinth-16.tsx +1 -1
  116. package/svg-react/layers-16.tsx +2 -2
  117. package/svg-react/line-chart-up-24.tsx +1 -1
  118. package/svg-react/linkedin-16.tsx +1 -1
  119. package/svg-react/linkedin-24.tsx +1 -1
  120. package/svg-react/linkedin-color-16.tsx +1 -1
  121. package/svg-react/linkedin-color-24.tsx +1 -1
  122. package/svg-react/message-circle-16.tsx +1 -1
  123. package/svg-react/message-circle-24.tsx +1 -1
  124. package/svg-react/message-circle-fill-16.tsx +1 -1
  125. package/svg-react/minimize-alt-16.tsx +1 -1
  126. package/svg-react/minio-16.tsx +33 -0
  127. package/svg-react/minio-24.tsx +33 -0
  128. package/svg-react/minio-color-16.tsx +33 -0
  129. package/svg-react/minio-color-24.tsx +33 -0
  130. package/svg-react/paperclip-16.tsx +1 -1
  131. package/svg-react/phone-16.tsx +1 -1
  132. package/svg-react/phone-24.tsx +1 -1
  133. package/svg-react/phone-call-16.tsx +3 -3
  134. package/svg-react/phone-call-24.tsx +2 -2
  135. package/svg-react/phone-off-16.tsx +1 -1
  136. package/svg-react/phone-off-24.tsx +1 -1
  137. package/svg-react/pin-16.tsx +1 -1
  138. package/svg-react/plug-16.tsx +1 -1
  139. package/svg-react/plug-24.tsx +1 -1
  140. package/svg-react/redirect-16.tsx +1 -1
  141. package/svg-react/redirect-24.tsx +1 -1
  142. package/svg-react/rewind-16.tsx +1 -1
  143. package/svg-react/send-16.tsx +1 -1
  144. package/svg-react/send-24.tsx +1 -1
  145. package/svg-react/shield-16.tsx +1 -1
  146. package/svg-react/shield-24.tsx +1 -1
  147. package/svg-react/slash-16.tsx +1 -1
  148. package/svg-react/sparkle-16.tsx +32 -0
  149. package/svg-react/sparkle-24.tsx +32 -0
  150. package/svg-react/star-16.tsx +1 -1
  151. package/svg-react/star-circle-16.tsx +1 -1
  152. package/svg-react/star-fill-16.tsx +1 -1
  153. package/svg-react/star-off-16.tsx +2 -2
  154. package/svg-react/thumbs-down-16.tsx +1 -1
  155. package/svg-react/thumbs-down-24.tsx +1 -1
  156. package/svg-react/unfold-close-16.tsx +1 -1
  157. package/svg-react/unfold-open-16.tsx +1 -1
  158. package/svg-react/volume-16.tsx +1 -1
  159. package/svg-react/volume-24.tsx +1 -1
  160. package/svg-react/wand-24.tsx +1 -1
  161. package/svg-react/wifi-16.tsx +2 -2
  162. package/svg-react/wifi-off-16.tsx +1 -1
  163. package/svg-react/wifi-off-24.tsx +1 -1
  164. package/svg-react/wrench-16.tsx +1 -1
  165. package/svg-react/wrench-24.tsx +1 -1
  166. package/svg-react/x-diamond-16.tsx +1 -1
  167. package/svg-react/x-diamond-24.tsx +1 -1
  168. package/svg-react/x-diamond-fill-24.tsx +1 -1
  169. package/svg-react/x-hexagon-fill-24.tsx +1 -1
  170. package/svg-react/zap-16.tsx +1 -1
  171. package/svg-react/zap-24.tsx +1 -1
  172. package/svg-react/zap-off-16.tsx +3 -3
  173. package/svg-sprite/svg-sprite-module.js +1 -1
  174. package/svg-sprite/svg-sprite.svg +1 -1
@@ -0,0 +1,35 @@
1
+ import { forwardRef, useMemo } from 'react';
2
+ import { IconProps } from './types';
3
+
4
+ export const IconGit24 = 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="M12.89 2.378l8.733 8.731a1.29 1.29 0 010 1.822l-8.692 8.692a1.29 1.29 0 01-.895.377h-.033a1.29 1.29 0 01-.894-.377L2.376 12.89A1.29 1.29 0 012 12.03v-.1a1.29 1.29 0 01.376-.861l5.988-5.987 2.268 2.268a1.533 1.533 0 00.831 2.01v5.49a1.538 1.538 0 00-.834 2.006 1.535 1.535 0 002.5.497 1.533 1.533 0 00-.405-2.457V9.455l2.068 2.067a1.533 1.533 0 10.917-.864l-2.217-2.217a1.531 1.531 0 00-1.937-1.95l-2.3-2.3 1.813-1.813a1.287 1.287 0 011.822 0z"
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 IconGitColor16 = 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="#F03C2E"
28
+ fillRule="evenodd"
29
+ d="M8.003 15a.903.903 0 01-.626-.264L1.264 8.623a.903.903 0 010-1.275l4.192-4.19 1.587 1.587a1.074 1.074 0 00.582 1.407v3.843A1.077 1.077 0 007.04 11.4a1.072 1.072 0 101.466-1.372V6.218l1.448 1.447a1.073 1.073 0 10.642-.604L9.045 5.509a1.072 1.072 0 00-1.356-1.365l-1.61-1.61 1.27-1.27a.902.902 0 011.275 0l6.112 6.113a.903.903 0 01.264.616v.042a.903.903 0 01-.264.617l-6.084 6.084a.903.903 0 01-.626.264h-.023z"
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 IconGitColor24 = 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="#F03C2E"
28
+ fillRule="evenodd"
29
+ d="M2 12.03v-.1a1.29 1.29 0 01.376-.861l5.988-5.987 2.268 2.268a1.533 1.533 0 00.831 2.01v5.49a1.537 1.537 0 00-.501 2.503 1.531 1.531 0 101.762-2.457V9.455l2.068 2.067a1.534 1.534 0 10.917-.864l-2.217-2.217a1.531 1.531 0 00-1.937-1.95l-2.3-2.3 1.813-1.813a1.287 1.287 0 011.822 0l8.733 8.731a1.29 1.29 0 010 1.822l-8.692 8.692a1.29 1.29 0 01-.89.377h-.042a1.29 1.29 0 01-.89-.377L2.376 12.89A1.29 1.29 0 012 12.03z"
30
+ clipRule="evenodd"
31
+ />
32
+ </svg>
33
+ );
34
+ }
35
+ );
@@ -26,7 +26,7 @@ export const IconHammer16 = forwardRef<SVGSVGElement, IconProps>(
26
26
  <path
27
27
  fill={color}
28
28
  fillRule="evenodd"
29
- d="M5.484 2.917c.817.22 1.612.62 2.509 1.403a.75.75 0 01.085 1.044l-.422.51 1.13.855.62-.802a.75.75 0 011.08-.113c.678.576.906 1.133.959 1.642.011.111.013.21.014.283v.044c.204.187.417.369.635.552l1.784-2.098-.712-.584-.1.018-.021.003a3.018 3.018 0 01-.395.051c-.132.006-.456.009-.736-.217a1.173 1.173 0 01-.388-.646c-.039-.16-.054-.33-.063-.436l-.002-.012a8.261 8.261 0 00-.012-.128c-1.814-1.199-3.99-1.864-5.965-1.37zm7.789 2.723a.113.113 0 01-.002 0h.002zM7.868 7.915l-1.17-.884-3.972 4.804a.25.25 0 00.036.354l.913.73a.25.25 0 00.354-.042l3.84-4.962zM6.433 5a4.168 4.168 0 00-1.352-.638c-.463-.123-.908-.167-1.47-.224a42.642 42.642 0 01-.68-.073.75.75 0 01-.378-1.333c3.21-2.54 7.208-1.427 9.914.432a1.142 1.142 0 01.428.681c.026.112.04.23.05.325a2.32 2.32 0 01.285-.028c.143-.004.46.003.734.227l.148.12c.45.368.773.633 1.31 1.082a.75.75 0 01.09 1.062l-2.757 3.24a.75.75 0 01-1.052.089 71.575 71.575 0 00-.253-.21 23.847 23.847 0 01-1.146-.994 1.128 1.128 0 01-.34-.779 3.738 3.738 0 01-.005-.192v-.03c0-.034 0-.063-.002-.089l-4.742 6.128a1.75 1.75 0 01-2.477.296l-.913-.73a1.75 1.75 0 01-.255-2.482l4.863-5.88zm6.153-.772a.127.127 0 01.002 0h-.002z"
29
+ d="M5.484 2.917c.817.22 1.611.62 2.509 1.404a.75.75 0 01.085 1.043l-.423.51 1.13.855.621-.802a.75.75 0 011.08-.113c.677.576.906 1.133.958 1.642.012.111.014.21.015.283v.044c.204.187.417.369.634.552l1.785-2.098-.712-.584a6.53 6.53 0 00-.122.021 3.018 3.018 0 01-.395.052c-.131.005-.456.008-.735-.218a1.172 1.172 0 01-.388-.646c-.04-.16-.054-.33-.064-.436l-.001-.012a7.174 7.174 0 00-.012-.128c-1.815-1.199-3.99-1.864-5.965-1.37zm7.788 2.723h-.002.002zM7.868 7.915l-1.17-.884-3.973 4.804a.25.25 0 00.037.354l.913.73a.25.25 0 00.353-.042l3.84-4.962zM6.432 5a4.168 4.168 0 00-1.352-.637c-.462-.123-.908-.168-1.47-.225-.208-.021-.432-.044-.679-.072a.75.75 0 01-.378-1.334c3.21-2.54 7.208-1.427 9.914.432a1.142 1.142 0 01.428.681c.026.112.04.23.05.326.085-.014.186-.026.284-.03.144-.003.46.004.735.228l.147.12c.45.368.774.633 1.31 1.082a.75.75 0 01.09 1.062l-2.756 3.24a.75.75 0 01-1.052.09c-.082-.07-.167-.14-.253-.211-.371-.308-.776-.644-1.147-.994a1.128 1.128 0 01-.339-.779c-.004-.066-.005-.141-.005-.192v-.03a2.37 2.37 0 00-.003-.089l-4.741 6.128a1.75 1.75 0 01-2.478.296l-.912-.73a1.75 1.75 0 01-.255-2.482l4.862-5.88zm6.153-.772a.123.123 0 01.003 0h-.003z"
30
30
  clipRule="evenodd"
31
31
  />
32
32
  </svg>
@@ -26,7 +26,7 @@ export const IconHammer24 = forwardRef<SVGSVGElement, IconProps>(
26
26
  <path
27
27
  fill={color}
28
28
  fillRule="evenodd"
29
- d="M19.502 5.858C15.71 2.773 10.384.225 5.334 3.59a.75.75 0 00.269 1.36c1.292.258 2.317.466 3.309.888.814.346 1.625.846 2.52 1.67L1.03 17.909a2.25 2.25 0 000 3.182l.879.879a2.25 2.25 0 003.182 0l10.864-10.864c.212.322.24.532.247.66.004.065.002.13-.001.21l-.002.041c-.004.068-.009.16-.008.245.002.243.047.586.328.898.513.571 1.078 1.123 1.607 1.64.124.121.247.24.366.358a.75.75 0 001.06-.008l4.148-4.208a.75.75 0 00-.008-1.061c-.763-.752-1.224-1.196-1.866-1.814l-.21-.203c-.283-.273-.643-.316-.838-.327a4.072 4.072 0 00-.589.026l-.013.001-.209.019a6.363 6.363 0 01-.005-.263v-.031c-.002-.161-.003-.383-.034-.588-.03-.206-.108-.548-.388-.81a.74.74 0 00-.038-.033zM9.499 4.456a11.55 11.55 0 00-1.546-.523c3.597-1.278 7.34.464 10.493 3 .012.092.014.21.016.398v.013c.001.167.003.4.038.62.035.217.12.55.393.81.288.273.654.307.837.314.195.007.407-.013.56-.028l.029-.003c.162-.015.27-.024.35-.023l.117.113c.475.458.848.818 1.318 1.277l-3.095 3.14a32.343 32.343 0 01-1.318-1.343c0-.027.002-.056.004-.099l.004-.077a3.49 3.49 0 000-.363c-.034-.633-.299-1.343-1.169-2.212a.75.75 0 00-1.06 0L14 10.94 12.06 9l.97-.97a.75.75 0 00.007-1.053c-1.233-1.266-2.362-2.02-3.538-2.52zM11 10.061L2.091 18.97a.75.75 0 000 1.06l.879.879a.75.75 0 001.06 0L12.94 12 11 10.06zm9.74-1.021l-.01-.002a.04.04 0 01.01.002zm-.996-1.455l.013.002a.05.05 0 01-.013-.002z"
29
+ d="M19.502 5.858C15.71 2.773 10.383.225 5.334 3.59a.75.75 0 00.269 1.36c1.292.258 2.317.466 3.308.888.815.346 1.626.846 2.521 1.67L1.03 17.909a2.25 2.25 0 000 3.182l.879.879a2.25 2.25 0 003.182 0l10.863-10.864c.213.322.24.532.248.66.004.065.002.13-.002.21l-.002.041c-.003.068-.008.16-.007.245.002.243.046.586.327.898.514.571 1.08 1.123 1.608 1.64l.366.358a.75.75 0 001.06-.008l4.148-4.208a.75.75 0 00-.008-1.061c-.763-.752-1.224-1.196-1.866-1.814l-.21-.203c-.284-.273-.643-.316-.838-.327-.209-.01-.431.01-.59.026l-.012.001-.209.019a6.339 6.339 0 01-.006-.263v-.031a4.327 4.327 0 00-.033-.588c-.03-.206-.108-.548-.388-.81a.74.74 0 00-.038-.033zM9.498 4.456a11.549 11.549 0 00-1.545-.523c3.597-1.278 7.34.464 10.493 3 .012.092.014.21.015.398v.013c.002.167.004.4.039.62.035.217.12.55.393.81.287.273.654.307.837.314.195.007.407-.013.56-.028l.029-.003a3.5 3.5 0 01.35-.023l.117.113c.475.458.848.818 1.318 1.277l-3.096 3.14a32.346 32.346 0 01-1.317-1.343c0-.027.002-.056.004-.099l.004-.077a3.486 3.486 0 000-.363c-.035-.633-.299-1.343-1.17-2.212a.75.75 0 00-1.06 0L14 10.94 12.06 9l.97-.97a.75.75 0 00.007-1.053c-1.233-1.266-2.362-2.02-3.539-2.52zM11 10.061L2.09 18.97a.75.75 0 000 1.06l.88.879a.75.75 0 001.06 0L12.94 12 11 10.06zm9.74-1.021l-.01-.002.01.002zm-.996-1.455l.013.002a.049.049 0 01-.013-.002z"
30
30
  clipRule="evenodd"
31
31
  />
32
32
  </svg>
@@ -26,7 +26,7 @@ export const IconHexagon24 = forwardRef<SVGSVGElement, IconProps>(
26
26
  <path
27
27
  fill={color}
28
28
  fillRule="evenodd"
29
- d="M10.559 1.006a2.75 2.75 0 012.882 0l7.75 4.77A2.75 2.75 0 0122.5 8.118v7.764a2.75 2.75 0 01-1.309 2.342l-7.75 4.77a2.75 2.75 0 01-2.882 0l-7.75-4.77A2.75 2.75 0 011.5 15.882V8.118a2.75 2.75 0 011.309-2.342l7.75-4.77zm2.096 1.278a1.25 1.25 0 00-1.31 0l-7.75 4.77A1.25 1.25 0 003 8.117v7.764c0 .435.225.838.595 1.065l7.75 4.77a1.25 1.25 0 001.31 0l7.75-4.77c.37-.227.595-.63.595-1.065V8.118a1.25 1.25 0 00-.595-1.065l-7.75-4.77z"
29
+ d="M10.559 1.006a2.75 2.75 0 012.882 0l7.75 4.77A2.75 2.75 0 0122.5 8.118v7.764a2.75 2.75 0 01-1.309 2.342l-7.75 4.77a2.75 2.75 0 01-2.882 0l-7.75-4.77A2.75 2.75 0 011.5 15.882V8.118a2.75 2.75 0 011.309-2.342l7.75-4.77zm2.096 1.278a1.25 1.25 0 00-1.31 0l-7.75 4.769A1.25 1.25 0 003 8.118v7.764c0 .435.225.838.595 1.065l7.75 4.77a1.25 1.25 0 001.31 0l7.75-4.77c.37-.227.595-.63.595-1.065V8.118a1.25 1.25 0 00-.595-1.065l-7.75-4.77z"
30
30
  clipRule="evenodd"
31
31
  />
32
32
  </svg>
@@ -24,10 +24,10 @@ export const IconHourglass16 = forwardRef<SVGSVGElement, IconProps>(
24
24
  >
25
25
  {title ? <title id={titleId}>{title}</title> : null}
26
26
  <g fill={color}>
27
- <path d="M5.75 12.75A.75.75 0 016.5 12h3a.75.75 0 010 1.5h-3a.75.75 0 01-.75-.75zM7.75 4.5a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5z" />
27
+ <path d="M5.75 12.75A.75.75 0 016.5 12h3a.75.75 0 010 1.5h-3a.75.75 0 01-.75-.75zM7.75 4.5a.75.75 0 000 1.5h.5a.75.75 0 100-1.5h-.5z" />
28
28
  <path
29
29
  fillRule="evenodd"
30
- d="M2.695 2.717A1.5 1.5 0 014.012.5h7.976a1.5 1.5 0 011.317 2.217L10.494 7.88a.25.25 0 000 .24l2.811 5.163a1.5 1.5 0 01-1.317 2.217H4.012a1.5 1.5 0 01-1.317-2.217l2.81-5.163a.25.25 0 000-.24l-2.81-5.163zM11.988 2H4.012l2.811 5.163a1.75 1.75 0 010 1.674L4.013 14h7.975L9.177 8.837a1.75 1.75 0 010-1.674L11.987 2z"
30
+ d="M2.694 2.717A1.5 1.5 0 014.012.5h7.975a1.5 1.5 0 011.318 2.217L10.494 7.88a.25.25 0 000 .24l2.81 5.163a1.5 1.5 0 01-1.317 2.217H4.012a1.5 1.5 0 01-1.318-2.217L5.506 8.12a.25.25 0 000-.24L2.694 2.717zM11.987 2H4.012l2.811 5.163a1.75 1.75 0 010 1.674L4.012 14h7.975l-2.81-5.163a1.75 1.75 0 010-1.674L11.986 2z"
31
31
  clipRule="evenodd"
32
32
  />
33
33
  </g>
@@ -27,7 +27,7 @@ export const IconHourglass24 = forwardRef<SVGSVGElement, IconProps>(
27
27
  <path d="M8 19.75a.75.75 0 01.75-.75h6.5a.75.75 0 010 1.5h-6.5a.75.75 0 01-.75-.75zM11.75 8a.75.75 0 000 1.5h.5a.75.75 0 000-1.5h-.5z" />
28
28
  <path
29
29
  fillRule="evenodd"
30
- d="M4.694 4.503C3.69 3.01 4.762 1 6.562 1h10.876c1.8 0 2.871 2.009 1.868 3.503l-4.748 7.08a.75.75 0 000 .835l4.748 7.079C20.31 20.99 19.238 23 17.438 23H6.562c-1.8 0-2.871-2.009-1.868-3.503l4.748-7.08a.75.75 0 000-.835L4.694 4.503zM6.562 2.5a.75.75 0 00-.623 1.168l4.748 7.079a2.25 2.25 0 010 2.506l-4.748 7.08a.75.75 0 00.623 1.167h10.876c.6 0 .957-.67.623-1.168l-4.748-7.079a2.25 2.25 0 010-2.506l4.748-7.08a.75.75 0 00-.623-1.167H6.562z"
30
+ d="M4.694 4.503C3.69 3.01 4.762 1 6.562 1h10.876c1.8 0 2.871 2.009 1.869 3.503l-4.749 7.08a.75.75 0 000 .835l4.748 7.079C20.31 20.99 19.238 23 17.439 23H6.562c-1.8 0-2.87-2.009-1.868-3.503l4.748-7.08a.75.75 0 000-.835L4.694 4.503zM6.562 2.5a.75.75 0 00-.622 1.168l4.748 7.079a2.25 2.25 0 010 2.506l-4.748 7.08a.75.75 0 00.622 1.167h10.876c.6 0 .957-.67.623-1.168l-4.748-7.079a2.25 2.25 0 010-2.506l4.748-7.08a.75.75 0 00-.623-1.167H6.562z"
31
31
  clipRule="evenodd"
32
32
  />
33
33
  </g>