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

43 lines
1.3 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_cloudwatch(props: Props) {
const { size = 14, width = size, height = size, fill = '' } = props;
return (
<svg
viewBox="3.62 8.78 64 64"
width={`${width}px`}
height={`${height}px`}
fill={`${fill}`}
>
<path
d="M35.605 72.78 63.9 52.803l-28.266-4.13-28.296 4.16z"
fill="#b7ca9d"
/>
<path
d="M12.986 21.167v31.18l4.797 1.427L29.017 36.56 17.783 19.315z"
fill="#4c622c"
/>
<path d="M34.694 23.14v27.72l-16.9 2.975v-34.52z" fill="#759c3f" />
<path
d="m46.686 33.98-19.52 22.68-6.62-2.004V12.1l6.62-3.3z"
fill="#4c622c"
/>
<path d="M49.753 17.585v33.822L27.165 56.7V8.78z" fill="#759c3f" />
<path d="M35.605 72.78v-9.928L7.34 52.833v5.8z" fill="#4c622c" />
<path d="M63.9 52.803v5.83L35.605 72.78v-9.928z" fill="#759c3f" />
<path d="m35.605 59.178 20.342-16h-6.86l-19.522 1.336z" fill="#b7ca9d" />
<path d="M29.563 44.514v12.842l6.042 1.822V45.152z" fill="#4c622c" />
<path d="M55.946 53.076v-9.898L35.604 45.15v14.027z" fill="#759c3f" />
</svg>
);
}
export default Integrations_cloudwatch;