openreplay/frontend/app/components/ui/Icons/integrations_chrome.tsx
2024-05-31 15:11:13 +02:00

19 lines
1.8 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_chrome(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="M12 1.503s6.19-.277 9.471 5.922h-9.997s-1.887-.06-3.498 2.22c-.463.957-.961 1.943-.403 3.887-.804-1.358-4.27-7.373-4.27-7.373S5.748 1.748 12 1.503Z" fill="#EF3F36"/><path d="M21.15 17.24s-2.856 5.48-9.882 5.21l5-8.627s.999-1.598-.179-4.129c-.6-.88-1.21-1.8-3.177-2.29 1.583-.014 8.541 0 8.541 0s2.608 4.317-.303 9.835Z" fill="#FCD900"/><path d="M2.894 17.282s-3.336-5.204.414-11.131c.865 1.496 4.997 8.626 4.997 8.626s.892 1.66 3.678 1.909c1.062-.078 2.167-.145 3.58-1.595-.78 1.373-4.272 7.37-4.272 7.37s-5.058.092-8.397-5.178Z" fill="#61BC5B"/><path d="m11.265 22.501 1.407-5.847s1.545-.121 2.841-1.537c-.804 1.41-4.248 7.384-4.248 7.384Z" fill="#5AB055"/><path d="M7.29 12.067c0-2.578 2.098-4.668 4.684-4.668 2.587 0 4.685 2.09 4.685 4.668 0 2.577-2.098 4.668-4.685 4.668-2.586-.003-4.684-2.09-4.684-4.668Z" fill="#fff"/><path d="M8.074 12.067a3.893 3.893 0 0 1 3.9-3.887c2.153 0 3.9 1.739 3.9 3.887a3.893 3.893 0 0 1-3.9 3.886 3.895 3.895 0 0 1-3.9-3.886Z" fill="url(#a)"/><path d="M21.45 7.408 15.66 9.1s-.873-1.277-2.75-1.692c1.628-.009 8.54 0 8.54 0Z" fill="#EACA05"/><path d="M7.46 13.318C6.648 11.914 3.304 6.16 3.304 6.16l4.288 4.227s-.44.903-.275 2.194l.145.738Z" fill="#DF3A32"/><defs><linearGradient id="a" x1="11.974" y1="8.235" x2="11.974" y2="15.72" gradientUnits="userSpaceOnUse"><stop stopColor="#86BBE5"/><stop offset="1" stopColor="#1072BA"/></linearGradient></defs></svg>
);
}
export default Integrations_chrome;