openreplay/frontend/app/components/ui/Icons/integrations_edge.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

95 lines
3.5 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_edge(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="M14.694 11.905c0-2.005-2.083-5.465-6.777-5.465-4.693 0-6.417 3.913-6.417 5.584C1.5 6.058 6.36 1.5 12.132 1.5c5.77 0 10.368 4.32 10.368 8.71 0 3.914-2.945 5.274-5.34 5.274-1.58 0-3.376-.525-3.376-1.36 0-.645.91-.645.91-2.22Z"
fill="url(#a)"
/>
<path
d="M7.917 6.44c4.694 0 6.777 3.46 6.777 5.465v.046c-.024-1.335-.925-2.6-2.706-2.6-2.25 0-5.292 3.055-4.885 6.849.326 3.037 2.898 7.111 8.477 5.68 0 0-1.054.62-3.999.62C6.361 22.5 1.5 17.727 1.5 12.262c0-.144.002-.286.007-.426.12-1.757 1.885-5.396 6.41-5.396Z"
fill="url(#b)"
/>
<path
d="M7.917 6.44c4.694 0 6.777 3.46 6.777 5.465v.046c-.024-1.335-.925-2.6-2.706-2.6-2.25 0-5.292 3.055-4.885 6.849.326 3.037 2.898 7.111 8.477 5.68 0 0-1.054.62-3.999.62C6.361 22.5 1.5 17.727 1.5 12.262c0-.144.002-.286.007-.426.12-1.757 1.885-5.396 6.41-5.396Z"
fill="url(#c)"
/>
<path
d="M14.93 22.125c2.99-.816 5.125-3.36 5.51-3.873.432-.572.551-.93.432-1.05-.12-.12-.288-.095-.719.12-.43.214-2.969 1.264-5.866.381C11.389 16.82 9.402 14.53 9.402 12c0-1.957 1.676-2.649 2.586-2.649-2.25 0-5.292 3.055-4.885 6.849.326 3.037 2.898 7.111 8.477 5.68 0 0-.195.114-.65.245Z"
fill="#0E458A"
/>
<path
d="M14.93 22.125c2.99-.816 5.125-3.36 5.51-3.873.432-.572.551-.93.432-1.05-.12-.12-.288-.095-.719.12-.43.214-2.969 1.264-5.866.381C11.389 16.82 9.402 14.53 9.402 12c0-1.957 1.676-2.649 2.586-2.649-2.25 0-5.292 3.055-4.885 6.849.326 3.037 2.898 7.111 8.477 5.68 0 0-.195.114-.65.245Z"
fill="url(#d)"
/>
<defs>
<radialGradient
id="c"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="rotate(59.214 -8.43 14.34) scale(7.11114 7.12274)"
>
<stop stopColor="#1284D8" />
<stop offset=".814" stopColor="#1170B2" stopOpacity=".768" />
<stop offset="1" stopColor="#0E649B" stopOpacity=".65" />
</radialGradient>
<radialGradient
id="d"
cx="0"
cy="0"
r="1"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.19726 5.63181 -6.0803 1.2926 14 16.2)"
>
<stop stopColor="#104890" />
<stop offset=".699" stopColor="#12529E" stopOpacity=".706" />
<stop offset="1" stopColor="#0E4584" stopOpacity=".58" />
</radialGradient>
<linearGradient
id="a"
x1="21.279"
y1="13.909"
x2=".741"
y2="9.057"
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#3BCC50" />
<stop offset=".49" stopColor="#2ABAD6" />
<stop offset="1" stopColor="#7DCFE7" />
</linearGradient>
<linearGradient
id="b"
x1="8.54"
y1="6.44"
x2="8.54"
y2="22.5"
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#035989" />
<stop offset=".266" stopColor="#1175B6" />
<stop offset="1" stopColor="#0470CF" />
</linearGradient>
</defs>
</svg>
);
}
export default Integrations_edge;