openreplay/frontend/app/components/ui/Icons/integrations_opera.tsx
Andrey Babushkin fd5c0c9747
Add lokalisation (#3092)
* applied eslint

* add locales and lint the project

* removed error boundary

* updated locales

* fix min files

* fix locales
2025-03-06 17:43:15 +01:00

61 lines
2.1 KiB
TypeScript

/* Auto-generated, do not edit */
import React from 'react';
interface Props {
size?: number | string;
width?: number | string;
height?: number | string;
fill?: string;
}
function Integrations_opera(props: Props) {
const { size = 14, width = size, height = size, fill = '' } = props;
return (
<svg
viewBox="0 0 24 24"
fill="none"
width={`${width}px`}
height={`${height}px`}
fill={`${fill}`}
>
<path
d="M8.546 17.915c-1.164-1.37-1.91-3.397-1.96-5.669v-.492c.05-2.272.804-4.299 1.96-5.668 1.51-1.953 3.725-2.83 6.227-2.83 1.542 0 2.994.106 4.224.926A10.39 10.39 0 0 0 12.041 1.5H12C6.2 1.5 1.5 6.2 1.5 12c0 5.627 4.43 10.23 10 10.492.164.008.336.008.5.008 2.69 0 5.143-1.009 6.997-2.674-1.23.82-2.6.853-4.142.853-2.494.008-4.807-.804-6.309-2.764Z"
fill="url(#a)"
/>
<path
d="M8.547 6.086c.96-1.14 2.206-1.822 3.568-1.822 3.06 0 5.537 3.462 5.537 7.744s-2.477 7.744-5.537 7.744c-1.362 0-2.6-.69-3.568-1.821 1.509 1.952 3.748 3.2 6.242 3.2a7.557 7.557 0 0 0 4.208-1.289A10.53 10.53 0 0 0 22.5 12c0-3.109-1.354-5.906-3.503-7.826a7.536 7.536 0 0 0-4.208-1.288c-2.502 0-4.741 1.239-6.242 3.2Z"
fill="url(#b)"
/>
<defs>
<linearGradient
id="a"
x1="10.249"
y1="1.842"
x2="10.249"
y2="22.195"
gradientUnits="userSpaceOnUse"
>
<stop offset=".3" stopColor="#FF1B2D" />
<stop offset=".438" stopColor="#FA1A2C" />
<stop offset=".594" stopColor="#ED1528" />
<stop offset=".758" stopColor="#D60E21" />
<stop offset=".927" stopColor="#B70519" />
<stop offset="1" stopColor="#A70014" />
</linearGradient>
<linearGradient
id="b"
x1="15.522"
y1="3.042"
x2="15.522"
y2="21.042"
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#9C0000" />
<stop offset=".7" stopColor="#FF4B4B" />
</linearGradient>
</defs>
</svg>
);
}
export default Integrations_opera;