94 lines
2.5 KiB
TypeScript
94 lines
2.5 KiB
TypeScript
import svgPaths from "./svg-wbq66h6oh8";
|
|
|
|
export default function BlackLogo14() {
|
|
return (
|
|
<div className="relative size-full" data-name="black_logo (1) 4">
|
|
<svg
|
|
className="block size-full"
|
|
fill="none"
|
|
preserveAspectRatio="none"
|
|
viewBox="0 0 76 76"
|
|
>
|
|
<g clipPath="url(#clip0_20_215)" id="black_logo (1) 4">
|
|
<path
|
|
d={svgPaths.p2e932e00}
|
|
fill="var(--fill-0, #E8155D)"
|
|
id="Vector"
|
|
/>
|
|
<path
|
|
d={svgPaths.pd29a8f2}
|
|
fill="var(--fill-0, white)"
|
|
id="Vector_2"
|
|
/>
|
|
<path
|
|
d={svgPaths.p2dde0400}
|
|
fill="var(--fill-0, #E8155D)"
|
|
id="Vector_3"
|
|
/>
|
|
<g id="Group">
|
|
<path
|
|
d={svgPaths.p280e9a00}
|
|
fill="var(--fill-0, white)"
|
|
id="Vector_4"
|
|
/>
|
|
<path
|
|
d={svgPaths.p160b7e80}
|
|
fill="var(--fill-0, white)"
|
|
id="Vector_5"
|
|
/>
|
|
<path
|
|
d={svgPaths.p12200e80}
|
|
fill="var(--fill-0, white)"
|
|
id="Vector_6"
|
|
/>
|
|
<path
|
|
d={svgPaths.p3f37ee80}
|
|
fill="var(--fill-0, white)"
|
|
id="Vector_7"
|
|
/>
|
|
<path
|
|
d={svgPaths.p3cb8f80}
|
|
fill="var(--fill-0, white)"
|
|
id="Vector_8"
|
|
/>
|
|
<path
|
|
d={svgPaths.p63abc40}
|
|
fill="var(--fill-0, white)"
|
|
id="Vector_9"
|
|
/>
|
|
<path
|
|
d={svgPaths.p23e6b300}
|
|
fill="var(--fill-0, white)"
|
|
id="Vector_10"
|
|
/>
|
|
<path
|
|
d={svgPaths.p3d04c980}
|
|
fill="var(--fill-0, white)"
|
|
id="Vector_11"
|
|
/>
|
|
<path
|
|
d={svgPaths.p340aab00}
|
|
fill="var(--fill-0, white)"
|
|
id="Vector_12"
|
|
/>
|
|
<path
|
|
d={svgPaths.p2bb50bf0}
|
|
fill="var(--fill-0, white)"
|
|
id="Vector_13"
|
|
/>
|
|
<path
|
|
d={svgPaths.p33eaf500}
|
|
fill="var(--fill-0, white)"
|
|
id="Vector_14"
|
|
/>
|
|
</g>
|
|
</g>
|
|
<defs>
|
|
<clipPath id="clip0_20_215">
|
|
<rect fill="white" height="76" width="76" />
|
|
</clipPath>
|
|
</defs>
|
|
</svg>
|
|
</div>
|
|
);
|
|
} |