* applied eslint * add locales and lint the project * removed error boundary * updated locales * fix min files * fix locales
24 lines
1 KiB
TypeScript
24 lines
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_mobx(props: Props) {
|
|
const { size = 14, width = size, height = size, fill = '' } = props;
|
|
return (
|
|
<svg
|
|
viewBox="0 0 2374.24 2352.76"
|
|
width={`${width}px`}
|
|
height={`${height}px`}
|
|
>
|
|
<path d="M2244.05 7.38a183.16 183.16 0 0 0-51.66-7.41H181.87C81.45-.03.04 80.64.04 180.15v1992.41c0 61.62 31.22 116 78.83 148.47a182.13 182.13 0 0 0 103 31.71H2192.4c100.42 0 181.83-80.66 181.83-180.17V180.2c0-81.74-54.93-150.72-130.18-172.82ZM738.49 1797.76H443.87v-96.09h180.57V644.73H445.15V551.2h293.34Zm441.92-645.5Zm61.92 409.74h-110.27c-100.35-216.76-185.76-439.62-251.76-670.25h131.93c52.56 196.55 112.39 369 179.14 524.64 75.61-175.08 131-347.68 177.93-524.65h124.67c-55.84 219.89-147.17 441.51-251.64 670.26Zm689.54 235.76h-294.62V551.2h293.35v93.53h-179.28v1056.94h180.55Z" />
|
|
</svg>
|
|
);
|
|
}
|
|
|
|
export default Vendors_mobx;
|