Skip to content

Commit 864ef6c

Browse files
committed
chore: reorganize svg attributes
1 parent a528163 commit 864ef6c

25 files changed

Lines changed: 30 additions & 85 deletions

File tree

packages/ui-components/src/Icons/PartnerLogos/ARM/Favicon.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@ import type { FC, SVGProps } from 'react';
33

44
const ARM: FC<SVGProps<SVGSVGElement>> = props => (
55
<svg
6-
version="1.1"
7-
id="Layer_1"
86
xmlns="http://www.w3.org/2000/svg"
9-
xmlnsXlink="http://www.w3.org/1999/xlink"
10-
x="0px"
11-
y="0px"
7+
viewBox="0 0 4332.3 1318.7"
128
width="4332.3px"
139
height="1318.7px"
14-
viewBox="0 0 4332.3 1318.7"
15-
xmlSpace="preserve"
1610
enableBackground="new 0 0 4332.3 1318.7"
1711
className={classNames('text-[#0D0B21] dark:text-white', props.className)}
1812
>

packages/ui-components/src/Icons/PartnerLogos/ARM/Logo.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@ import type { FC, SVGProps } from 'react';
33

44
const ARM: FC<SVGProps<SVGSVGElement>> = props => (
55
<svg
6-
version="1.1"
7-
id="Layer_1"
86
xmlns="http://www.w3.org/2000/svg"
9-
xmlnsXlink="http://www.w3.org/1999/xlink"
10-
x="0px"
11-
y="0px"
7+
viewBox="0 0 4332.3 1318.7"
128
width="4332.3px"
139
height="1318.7px"
14-
viewBox="0 0 4332.3 1318.7"
15-
xmlSpace="preserve"
1610
enableBackground="new 0 0 4332.3 1318.7"
1711
className={classNames('text-[#0D0B21] dark:text-white', props.className)}
1812
>

packages/ui-components/src/Icons/PartnerLogos/Crowdin/Favicon.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import type { FC, SVGProps } from 'react';
22

33
const Crowdin: FC<SVGProps<SVGSVGElement>> = props => (
44
<svg
5+
xmlns="http://www.w3.org/2000/svg"
6+
viewBox="0 0 80 80"
57
width="80"
68
height="80"
7-
viewBox="0 0 80 80"
89
fill="none"
9-
xmlns="http://www.w3.org/2000/svg"
1010
{...props}
1111
>
1212
<path

packages/ui-components/src/Icons/PartnerLogos/Crowdin/Logo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import type { FC, SVGProps } from 'react';
33

44
const Crowdin: FC<SVGProps<SVGSVGElement>> = props => (
55
<svg
6+
xmlns="http://www.w3.org/2000/svg"
7+
viewBox="0 0 180 37"
68
width="180"
79
height="37"
8-
viewBox="0 0 180 37"
910
fill="none"
10-
xmlns="http://www.w3.org/2000/svg"
1111
{...props}
1212
className={classNames('text-[#263238] dark:text-white', props.className)}
1313
>

packages/ui-components/src/Icons/PartnerLogos/DataDog/Favicon.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ import type { FC, SVGProps } from 'react';
33

44
const DataDog: FC<SVGProps<SVGSVGElement>> = props => (
55
<svg
6-
version="1.1"
76
xmlns="http://www.w3.org/2000/svg"
8-
x="0px"
9-
y="0px"
107
viewBox="0 0 800.55 856.85"
118
enableBackground="new 0 0 800.55 856.85"
129
{...props}

packages/ui-components/src/Icons/PartnerLogos/DataDog/Logo.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ import type { FC, SVGProps } from 'react';
33

44
const DataDog: FC<SVGProps<SVGSVGElement>> = props => (
55
<svg
6-
version="1.1"
76
xmlns="http://www.w3.org/2000/svg"
8-
x="0px"
9-
y="0px"
107
viewBox="0 0 800.5 196.2"
118
enableBackground="new 0 0 800.5 856.85"
129
className={classNames('text-[#632CA6] dark:text-white', props.className)}

packages/ui-components/src/Icons/PartnerLogos/DigitalOcean/Favicon.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@ import type { FC, SVGProps } from 'react';
33

44
const DigitalOcean: FC<SVGProps<SVGSVGElement>> = props => (
55
<svg
6-
version="1.1"
7-
id="Layer_1"
86
xmlns="http://www.w3.org/2000/svg"
9-
xmlnsXlink="http://www.w3.org/1999/xlink"
10-
x="0px"
11-
y="0px"
127
viewBox="65.2 173.5 180 180"
13-
className={classNames('text-[#0080FF] dark:text-white', props.className)}
148
enableBackground="new 65.2 173.5 180 180"
15-
xmlSpace="preserve"
9+
className={classNames('text-[#0080FF] dark:text-white', props.className)}
1610
>
1711
<g id="XMLID_229_">
1812
<g id="XMLID_690_">

packages/ui-components/src/Icons/PartnerLogos/DigitalOcean/Logo.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@ import type { FC, SVGProps } from 'react';
33

44
const DigitalOcean: FC<SVGProps<SVGSVGElement>> = props => (
55
<svg
6-
version="1.1"
7-
id="Layer_1"
86
xmlns="http://www.w3.org/2000/svg"
9-
xmlnsXlink="http://www.w3.org/1999/xlink"
10-
x="0px"
11-
y="0px"
127
viewBox="0 0 603 103"
13-
className={classNames('text-[#0080FF] dark:text-white', props.className)}
148
enableBackground="new 0 0 603 103"
15-
xmlSpace="preserve"
9+
className={classNames('text-[#0080FF] dark:text-white', props.className)}
1610
>
1711
<g id="XMLID_2369_">
1812
<g id="XMLID_2638_">

packages/ui-components/src/Icons/PartnerLogos/EquinixMetal/Favicon.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@ import type { FC, SVGProps } from 'react';
33

44
const EquinixMetal: FC<SVGProps<SVGSVGElement>> = props => (
55
<svg
6-
version="1.1"
7-
id="Layer_1"
86
xmlns="http://www.w3.org/2000/svg"
9-
xmlnsXlink="http://www.w3.org/1999/xlink"
10-
x="0px"
11-
y="0px"
127
viewBox="0 0 855.18 470.45"
138
enableBackground="new 0 0 855.18 470.45"
149
className={classNames('text-[#E91C24] dark:text-white', props.className)}
15-
xmlSpace="preserve"
1610
>
1711
<polygon
1812
fill="currentColor"

packages/ui-components/src/Icons/PartnerLogos/EquinixMetal/Logo.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,9 @@ import type { FC, SVGProps } from 'react';
33

44
const EquinixMetal: FC<SVGProps<SVGSVGElement>> = props => (
55
<svg
6-
version="1.1"
7-
id="Layer_1"
86
xmlns="http://www.w3.org/2000/svg"
9-
xmlnsXlink="http://www.w3.org/1999/xlink"
10-
x="0px"
11-
y="0px"
127
viewBox="0 0 3217.55 470.45"
138
enableBackground="new 0 0 3217.55 470.45"
14-
xmlSpace="preserve"
159
className={classNames('text-[#E91C24] dark:text-white', props.className)}
1610
>
1711
<g>

0 commit comments

Comments
 (0)