@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.
- package/CHANGELOG.md +34 -0
- package/catalog.json +4666 -3309
- package/package.json +2 -2
- package/svg/accessibility-24.svg +1 -1
- package/svg/alert-diamond-24.svg +1 -1
- package/svg/bug-16.svg +1 -1
- package/svg/bug-24.svg +1 -1
- package/svg/change-24.svg +1 -1
- package/svg/check-diamond-24.svg +1 -1
- package/svg/check-hexagon-fill-16.svg +1 -1
- package/svg/check-hexagon-fill-24.svg +1 -1
- package/svg/diamond-24.svg +1 -1
- package/svg/discussion-circle-24.svg +1 -1
- package/svg/edit-16.svg +1 -1
- package/svg/fingerprint-16.svg +1 -1
- package/svg/fingerprint-24.svg +1 -1
- package/svg/folder-star-16.svg +1 -1
- package/svg/git-16.svg +1 -0
- package/svg/git-24.svg +1 -0
- package/svg/git-color-16.svg +1 -0
- package/svg/git-color-24.svg +1 -0
- package/svg/hammer-16.svg +1 -1
- package/svg/hammer-24.svg +1 -1
- package/svg/hexagon-24.svg +1 -1
- package/svg/hourglass-16.svg +1 -1
- package/svg/hourglass-24.svg +1 -1
- package/svg/index.d.ts +1 -1
- package/svg/index.js +1 -1
- package/svg/keychain-16.svg +1 -1
- package/svg/keychain-24.svg +1 -1
- package/svg/labyrinth-16.svg +1 -1
- package/svg/layers-16.svg +1 -1
- package/svg/line-chart-up-24.svg +1 -1
- package/svg/linkedin-16.svg +1 -1
- package/svg/linkedin-24.svg +1 -1
- package/svg/linkedin-color-16.svg +1 -1
- package/svg/linkedin-color-24.svg +1 -1
- package/svg/message-circle-16.svg +1 -1
- package/svg/message-circle-24.svg +1 -1
- package/svg/message-circle-fill-16.svg +1 -1
- package/svg/minimize-alt-16.svg +1 -1
- package/svg/minio-16.svg +1 -0
- package/svg/minio-24.svg +1 -0
- package/svg/minio-color-16.svg +1 -0
- package/svg/minio-color-24.svg +1 -0
- package/svg/paperclip-16.svg +1 -1
- package/svg/phone-16.svg +1 -1
- package/svg/phone-24.svg +1 -1
- package/svg/phone-call-16.svg +1 -1
- package/svg/phone-call-24.svg +1 -1
- package/svg/phone-off-16.svg +1 -1
- package/svg/phone-off-24.svg +1 -1
- package/svg/pin-16.svg +1 -1
- package/svg/plug-16.svg +1 -1
- package/svg/plug-24.svg +1 -1
- package/svg/redirect-16.svg +1 -1
- package/svg/redirect-24.svg +1 -1
- package/svg/rewind-16.svg +1 -1
- package/svg/send-16.svg +1 -1
- package/svg/send-24.svg +1 -1
- package/svg/shield-16.svg +1 -1
- package/svg/shield-24.svg +1 -1
- package/svg/slash-16.svg +1 -1
- package/svg/sparkle-16.svg +1 -0
- package/svg/sparkle-24.svg +1 -0
- package/svg/star-16.svg +1 -1
- package/svg/star-circle-16.svg +1 -1
- package/svg/star-fill-16.svg +1 -1
- package/svg/star-off-16.svg +1 -1
- package/svg/thumbs-down-16.svg +1 -1
- package/svg/thumbs-down-24.svg +1 -1
- package/svg/unfold-close-16.svg +1 -1
- package/svg/unfold-open-16.svg +1 -1
- package/svg/volume-16.svg +1 -1
- package/svg/volume-24.svg +1 -1
- package/svg/wand-24.svg +1 -1
- package/svg/wifi-16.svg +1 -1
- package/svg/wifi-off-16.svg +1 -1
- package/svg/wifi-off-24.svg +1 -1
- package/svg/wrench-16.svg +1 -1
- package/svg/wrench-24.svg +1 -1
- package/svg/x-diamond-16.svg +1 -1
- package/svg/x-diamond-24.svg +1 -1
- package/svg/x-diamond-fill-24.svg +1 -1
- package/svg/x-hexagon-fill-24.svg +1 -1
- package/svg/zap-16.svg +1 -1
- package/svg/zap-24.svg +1 -1
- package/svg/zap-off-16.svg +1 -1
- package/svg-react/accessibility-24.tsx +1 -1
- package/svg-react/alert-diamond-24.tsx +1 -1
- package/svg-react/bug-16.tsx +1 -1
- package/svg-react/bug-24.tsx +1 -1
- package/svg-react/change-24.tsx +1 -1
- package/svg-react/check-diamond-24.tsx +1 -1
- package/svg-react/check-hexagon-fill-16.tsx +1 -1
- package/svg-react/check-hexagon-fill-24.tsx +1 -1
- package/svg-react/diamond-24.tsx +1 -1
- package/svg-react/discussion-circle-24.tsx +2 -2
- package/svg-react/edit-16.tsx +1 -1
- package/svg-react/fingerprint-16.tsx +1 -1
- package/svg-react/fingerprint-24.tsx +1 -1
- package/svg-react/folder-star-16.tsx +2 -2
- package/svg-react/git-16.tsx +35 -0
- package/svg-react/git-24.tsx +35 -0
- package/svg-react/git-color-16.tsx +35 -0
- package/svg-react/git-color-24.tsx +35 -0
- package/svg-react/hammer-16.tsx +1 -1
- package/svg-react/hammer-24.tsx +1 -1
- package/svg-react/hexagon-24.tsx +1 -1
- package/svg-react/hourglass-16.tsx +2 -2
- package/svg-react/hourglass-24.tsx +1 -1
- package/svg-react/index.ts +654 -644
- package/svg-react/keychain-16.tsx +1 -1
- package/svg-react/keychain-24.tsx +1 -1
- package/svg-react/labyrinth-16.tsx +1 -1
- package/svg-react/layers-16.tsx +2 -2
- package/svg-react/line-chart-up-24.tsx +1 -1
- package/svg-react/linkedin-16.tsx +1 -1
- package/svg-react/linkedin-24.tsx +1 -1
- package/svg-react/linkedin-color-16.tsx +1 -1
- package/svg-react/linkedin-color-24.tsx +1 -1
- package/svg-react/message-circle-16.tsx +1 -1
- package/svg-react/message-circle-24.tsx +1 -1
- package/svg-react/message-circle-fill-16.tsx +1 -1
- package/svg-react/minimize-alt-16.tsx +1 -1
- package/svg-react/minio-16.tsx +33 -0
- package/svg-react/minio-24.tsx +33 -0
- package/svg-react/minio-color-16.tsx +33 -0
- package/svg-react/minio-color-24.tsx +33 -0
- package/svg-react/paperclip-16.tsx +1 -1
- package/svg-react/phone-16.tsx +1 -1
- package/svg-react/phone-24.tsx +1 -1
- package/svg-react/phone-call-16.tsx +3 -3
- package/svg-react/phone-call-24.tsx +2 -2
- package/svg-react/phone-off-16.tsx +1 -1
- package/svg-react/phone-off-24.tsx +1 -1
- package/svg-react/pin-16.tsx +1 -1
- package/svg-react/plug-16.tsx +1 -1
- package/svg-react/plug-24.tsx +1 -1
- package/svg-react/redirect-16.tsx +1 -1
- package/svg-react/redirect-24.tsx +1 -1
- package/svg-react/rewind-16.tsx +1 -1
- package/svg-react/send-16.tsx +1 -1
- package/svg-react/send-24.tsx +1 -1
- package/svg-react/shield-16.tsx +1 -1
- package/svg-react/shield-24.tsx +1 -1
- package/svg-react/slash-16.tsx +1 -1
- package/svg-react/sparkle-16.tsx +32 -0
- package/svg-react/sparkle-24.tsx +32 -0
- package/svg-react/star-16.tsx +1 -1
- package/svg-react/star-circle-16.tsx +1 -1
- package/svg-react/star-fill-16.tsx +1 -1
- package/svg-react/star-off-16.tsx +2 -2
- package/svg-react/thumbs-down-16.tsx +1 -1
- package/svg-react/thumbs-down-24.tsx +1 -1
- package/svg-react/unfold-close-16.tsx +1 -1
- package/svg-react/unfold-open-16.tsx +1 -1
- package/svg-react/volume-16.tsx +1 -1
- package/svg-react/volume-24.tsx +1 -1
- package/svg-react/wand-24.tsx +1 -1
- package/svg-react/wifi-16.tsx +2 -2
- package/svg-react/wifi-off-16.tsx +1 -1
- package/svg-react/wifi-off-24.tsx +1 -1
- package/svg-react/wrench-16.tsx +1 -1
- package/svg-react/wrench-24.tsx +1 -1
- package/svg-react/x-diamond-16.tsx +1 -1
- package/svg-react/x-diamond-24.tsx +1 -1
- package/svg-react/x-diamond-fill-24.tsx +1 -1
- package/svg-react/x-hexagon-fill-24.tsx +1 -1
- package/svg-react/zap-16.tsx +1 -1
- package/svg-react/zap-24.tsx +1 -1
- package/svg-react/zap-off-16.tsx +3 -3
- package/svg-sprite/svg-sprite-module.js +1 -1
- 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
|
+
);
|
package/svg-react/hammer-16.tsx
CHANGED
|
@@ -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.
|
|
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>
|
package/svg-react/hammer-24.tsx
CHANGED
|
@@ -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.
|
|
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>
|
package/svg-react/hexagon-24.tsx
CHANGED
|
@@ -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.
|
|
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
|
|
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.
|
|
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.
|
|
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>
|