@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.
- package/CHANGELOG.md +45 -0
- package/catalog.json +701 -17
- package/package.json +1 -1
- package/svg/aws-cloudwatch-16.svg +1 -0
- package/svg/aws-cloudwatch-24.svg +1 -0
- package/svg/aws-cloudwatch-color-16.svg +1 -0
- package/svg/aws-cloudwatch-color-24.svg +1 -0
- package/svg/aws-s3-16.svg +1 -0
- package/svg/aws-s3-24.svg +1 -0
- package/svg/aws-s3-color-16.svg +1 -0
- package/svg/aws-s3-color-24.svg +1 -0
- package/svg/azure-blob-storage-16.svg +1 -0
- package/svg/azure-blob-storage-24.svg +1 -0
- package/svg/azure-blob-storage-color-16.svg +1 -0
- package/svg/azure-blob-storage-color-24.svg +1 -0
- package/svg/azure-vms-16.svg +1 -0
- package/svg/azure-vms-24.svg +1 -0
- package/svg/azure-vms-color-16.svg +1 -0
- package/svg/azure-vms-color-24.svg +1 -0
- package/svg/bridgecrew-16.svg +1 -0
- package/svg/bridgecrew-24.svg +1 -0
- package/svg/bridgecrew-color-16.svg +1 -0
- package/svg/bridgecrew-color-24.svg +1 -0
- package/svg/cisco-16.svg +1 -0
- package/svg/cisco-24.svg +1 -0
- package/svg/cisco-color-16.svg +1 -0
- package/svg/cisco-color-24.svg +1 -0
- package/svg/datadog-16.svg +1 -0
- package/svg/datadog-24.svg +1 -0
- package/svg/datadog-color-16.svg +1 -0
- package/svg/datadog-color-24.svg +1 -0
- package/svg/digital-ocean-16.svg +1 -0
- package/svg/digital-ocean-24.svg +1 -0
- package/svg/digital-ocean-color-16.svg +1 -0
- package/svg/digital-ocean-color-24.svg +1 -0
- package/svg/f5-color-16.svg +1 -1
- package/svg/f5-color-24.svg +1 -1
- package/svg/gcp-color-16.svg +1 -1
- package/svg/gcp-color-24.svg +1 -1
- package/svg/google-color-16.svg +1 -1
- package/svg/google-color-24.svg +1 -1
- package/svg/grafana-16.svg +1 -0
- package/svg/grafana-24.svg +1 -0
- package/svg/grafana-color-16.svg +1 -0
- package/svg/grafana-color-24.svg +1 -0
- package/svg/helm-16.svg +1 -0
- package/svg/helm-24.svg +1 -0
- package/svg/helm-color-16.svg +1 -0
- package/svg/helm-color-24.svg +1 -0
- package/svg/infracost-16.svg +1 -0
- package/svg/infracost-24.svg +1 -0
- package/svg/infracost-color-16.svg +1 -0
- package/svg/infracost-color-24.svg +1 -0
- package/svg/lightlytics-16.svg +1 -0
- package/svg/lightlytics-24.svg +1 -0
- package/svg/lightlytics-color-16.svg +1 -0
- package/svg/lightlytics-color-24.svg +1 -0
- package/svg/linode-16.svg +1 -0
- package/svg/linode-24.svg +1 -0
- package/svg/linode-color-16.svg +1 -0
- package/svg/linode-color-24.svg +1 -0
- package/svg/microsoft-teams-16.svg +1 -0
- package/svg/microsoft-teams-24.svg +1 -0
- package/svg/microsoft-teams-color-16.svg +1 -0
- package/svg/microsoft-teams-color-24.svg +1 -0
- package/svg/saml-16.svg +1 -0
- package/svg/saml-24.svg +1 -0
- package/svg/saml-color-16.svg +1 -0
- package/svg/saml-color-24.svg +1 -0
- package/svg/snyk-16.svg +1 -0
- package/svg/snyk-24.svg +1 -0
- package/svg/snyk-color-16.svg +1 -0
- package/svg/snyk-color-24.svg +1 -0
- package/svg/splunk-16.svg +1 -0
- package/svg/splunk-24.svg +1 -0
- package/svg/splunk-color-16.svg +1 -0
- package/svg/splunk-color-24.svg +1 -0
- package/svg/vantage-16.svg +1 -0
- package/svg/vantage-24.svg +1 -0
- package/svg/vantage-color-16.svg +1 -0
- package/svg/vantage-color-24.svg +1 -0
- package/svg/vmware-16.svg +1 -1
- package/svg/vmware-color-16.svg +1 -1
- package/svg/vmware-color-24.svg +1 -1
- package/svg/youtube-24.svg +1 -1
- package/svg/youtube-color-24.svg +1 -1
- package/svg-react/aws-cloudwatch-16.tsx +33 -0
- package/svg-react/aws-cloudwatch-24.tsx +33 -0
- package/svg-react/aws-cloudwatch-color-16.tsx +81 -0
- package/svg-react/aws-cloudwatch-color-24.tsx +81 -0
- package/svg-react/aws-s3-16.tsx +34 -0
- package/svg-react/aws-s3-24.tsx +34 -0
- package/svg-react/aws-s3-color-16.tsx +63 -0
- package/svg-react/aws-s3-color-24.tsx +63 -0
- package/svg-react/azure-blob-storage-16.tsx +42 -0
- package/svg-react/azure-blob-storage-24.tsx +42 -0
- package/svg-react/azure-blob-storage-color-16.tsx +53 -0
- package/svg-react/azure-blob-storage-color-24.tsx +53 -0
- package/svg-react/azure-vms-16.tsx +37 -0
- package/svg-react/azure-vms-24.tsx +37 -0
- package/svg-react/azure-vms-color-16.tsx +81 -0
- package/svg-react/azure-vms-color-24.tsx +81 -0
- package/svg-react/bridgecrew-16.tsx +35 -0
- package/svg-react/bridgecrew-24.tsx +37 -0
- package/svg-react/bridgecrew-color-16.tsx +45 -0
- package/svg-react/bridgecrew-color-24.tsx +45 -0
- package/svg-react/cisco-16.tsx +38 -0
- package/svg-react/cisco-24.tsx +38 -0
- package/svg-react/cisco-color-16.tsx +38 -0
- package/svg-react/cisco-color-24.tsx +38 -0
- package/svg-react/datadog-16.tsx +35 -0
- package/svg-react/datadog-24.tsx +35 -0
- package/svg-react/datadog-color-16.tsx +35 -0
- package/svg-react/datadog-color-24.tsx +35 -0
- package/svg-react/digital-ocean-16.tsx +33 -0
- package/svg-react/digital-ocean-24.tsx +33 -0
- package/svg-react/digital-ocean-color-16.tsx +33 -0
- package/svg-react/digital-ocean-color-24.tsx +33 -0
- package/svg-react/f5-color-16.tsx +1 -1
- package/svg-react/f5-color-24.tsx +1 -1
- package/svg-react/gcp-color-16.tsx +2 -2
- package/svg-react/gcp-color-24.tsx +2 -2
- package/svg-react/google-color-16.tsx +1 -1
- package/svg-react/google-color-24.tsx +1 -1
- package/svg-react/grafana-16.tsx +33 -0
- package/svg-react/grafana-24.tsx +33 -0
- package/svg-react/grafana-color-16.tsx +46 -0
- package/svg-react/grafana-color-24.tsx +46 -0
- package/svg-react/helm-16.tsx +32 -0
- package/svg-react/helm-24.tsx +32 -0
- package/svg-react/helm-color-16.tsx +32 -0
- package/svg-react/helm-color-24.tsx +32 -0
- package/svg-react/index.ts +80 -4
- package/svg-react/infracost-16.tsx +35 -0
- package/svg-react/infracost-24.tsx +35 -0
- package/svg-react/infracost-color-16.tsx +57 -0
- package/svg-react/infracost-color-24.tsx +57 -0
- package/svg-react/lightlytics-16.tsx +33 -0
- package/svg-react/lightlytics-24.tsx +33 -0
- package/svg-react/lightlytics-color-16.tsx +41 -0
- package/svg-react/lightlytics-color-24.tsx +42 -0
- package/svg-react/linode-16.tsx +33 -0
- package/svg-react/linode-24.tsx +33 -0
- package/svg-react/linode-color-16.tsx +73 -0
- package/svg-react/linode-color-24.tsx +73 -0
- package/svg-react/microsoft-teams-16.tsx +37 -0
- package/svg-react/microsoft-teams-24.tsx +37 -0
- package/svg-react/microsoft-teams-color-16.tsx +99 -0
- package/svg-react/microsoft-teams-color-24.tsx +99 -0
- package/svg-react/saml-16.tsx +34 -0
- package/svg-react/saml-24.tsx +34 -0
- package/svg-react/saml-color-16.tsx +34 -0
- package/svg-react/saml-color-24.tsx +34 -0
- package/svg-react/snyk-16.tsx +37 -0
- package/svg-react/snyk-24.tsx +37 -0
- package/svg-react/snyk-color-16.tsx +121 -0
- package/svg-react/snyk-color-24.tsx +121 -0
- package/svg-react/splunk-16.tsx +42 -0
- package/svg-react/splunk-24.tsx +42 -0
- package/svg-react/splunk-color-16.tsx +42 -0
- package/svg-react/splunk-color-24.tsx +42 -0
- package/svg-react/vantage-16.tsx +35 -0
- package/svg-react/vantage-24.tsx +35 -0
- package/svg-react/vantage-color-16.tsx +35 -0
- package/svg-react/vantage-color-24.tsx +35 -0
- package/svg-react/vmware-16.tsx +1 -1
- package/svg-react/vmware-color-16.tsx +1 -1
- package/svg-react/vmware-color-24.tsx +1 -1
- package/svg-react/youtube-24.tsx +1 -1
- package/svg-react/youtube-color-24.tsx +1 -1
- 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
|
+
);
|
package/svg-react/vmware-16.tsx
CHANGED
|
@@ -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-.
|
|
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.
|
|
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.
|
|
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
|
);
|
package/svg-react/youtube-24.tsx
CHANGED
|
@@ -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.
|
|
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.
|
|
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"
|