openreplay/frontend/app/components/ui/Icons/vendors_graphql.tsx
Delirium 6c058b36d2
fix(ui): split icons from SVG.tsx components (#1787)
* fix(ui): split icons from SVG.tsx components

* fix(ui): split icons from SVG.tsx components

* fix(ui): split icons from SVG.tsx components
2023-12-19 17:35:47 +01:00

19 lines
1.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 Vendors_graphql(props: Props) {
const { size = 14, width = size, height = size, fill = '' } = props;
return (
<svg viewBox="0 0 348.52 391.6" width={ `${ width }px` } height={ `${ height }px` } ><path d="M330.96 246a35 35 0 0 0-9.2-3.67v-93a34.92 34.92 0 1 0-33.5-57.96l-80.54-46.5a34.9 34.9 0 1 0-68.35-10 35.24 35.24 0 0 0 1.42 9.93L60.26 91.33a35.4 35.4 0 0 0-7.9-6.23 34.92 34.92 0 1 0-25.6 64.19v93a34.93 34.93 0 1 0 33.5 58l80.52 46.51a34.9 34.9 0 1 0 66.61-1.12l80.05-46.22A34.92 34.92 0 1 0 330.96 246Zm-262 22a34.46 34.46 0 0 0-9.81-17L164.54 68.42a34.91 34.91 0 0 0 19.47 0l105.4 182.56a34.81 34.81 0 0 0-9.82 17Zm211.09-162.2a34.83 34.83 0 0 0 25.11 43.4v93.15l-1.35.36L198.39 60.12c.31-.3.63-.61.93-.92ZM149.16 59.16l1 1L44.73 242.74l-1.37-.37v-93.16a34.83 34.83 0 0 0 25.09-43.41Zm50.91 274a34.92 34.92 0 0 0-50.94-.71l-80.6-46.53c.12-.45.25-.9.36-1.35h210.73c.19.77.4 1.53.64 2.29Z"/></svg>
);
}
export default Vendors_graphql;