* fix(ui): split icons from SVG.tsx components * fix(ui): split icons from SVG.tsx components * fix(ui): split icons from SVG.tsx components
19 lines
2.7 KiB
TypeScript
19 lines
2.7 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_zustand(props: Props) {
|
|
const { size = 14, width = size, height = size, fill = '' } = props;
|
|
return (
|
|
<svg viewBox="0 0 42 42" fill="none" width={ `${ width }px` } height={ `${ height }px` } fill={ `${ fill }` }><g><rect fill="#fff"/><path d="m14.44 10.453-3.889-3.111-4.764.583-1.75 2.722.292 3.889 2.236 3.403s1.07.68 1.556.972l-1.459 4.472-.194 3.695.875 3.208 1.653 2.139 3.208 2.236s9.139 5.25 17.889.097l3.403-2.82 1.847-3.5.389-2.721-.778-5.153-.972-1.459 1.653-1.263 1.458-2.82.972-3.11-.972-2.918-2.528-1.75-2.43-.097-3.5 2.236-.778.875-4.861-.972h-4.764l-3.792 1.167Z" fill="#966242"/><path d="m17.26 22.022-1.167 2.917-.486 3.889 1.167 1.847.194 2.528 1.653 1.264 5.055-.195 1.362-.583.097-3.014 1.166-1.847-.68-3.89-1.458-3.208s-4.084-2.819-6.903.292Z" fill="#C49858"/><path d="M17.94 27.855s2.528-2.722 5.736-.194l-1.07 1.653-3.5-.098-1.166-1.36Z" fill="#3F3F3F"/><path d="M27.857 10.744s7.486-2.333 8.847 4.667l1.167-2.333-.097-3.209-2.042-2.236-3.208-.778-3.209 2.14-1.458 1.75ZM14.148 10.744s-7.486-2.333-8.847 4.667l-1.166-2.333.097-3.209 2.041-2.236 3.209-.778 3.208 2.14 1.458 1.75Z" fill="#C49858"/><path d="M16.703 22.75a1.167 1.167 0 1 0 0-2.334 1.167 1.167 0 0 0 0 2.333Z" fill="#000"/><path d="M15.172 11.605s-4.484-6.78-8.714-3.974c-3.85 2.556-2.281 8.143.352 9.867" stroke="#000" strokeWidth="1.167" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round"/><path d="M12.292 34.173c-9.297-3.682-4.58-14.008-4.58-14.008s2.126-5.459 5.45-6.771M29.807 34.173c9.297-3.682 4.58-14.008 4.58-14.008s-2.127-5.459-5.45-6.771" stroke="#000" strokeWidth="1.167" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round"/><path d="M25.297 22.75a1.167 1.167 0 1 0 0-2.334 1.167 1.167 0 0 0 0 2.333Z" fill="#000"/><path d="m25.372 25.277.91 2.802c.129.476.05.98-.214 1.398-.711 1.122-2.365 2.985-4.818 1.305h-.5c-2.453 1.68-4.107-.183-4.818-1.305a1.754 1.754 0 0 1-.215-1.398l.91-2.802" stroke="#000" strokeWidth="1.167" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round"/><path d="M23.434 27.956c-.06 1.755-1.637.966-1.637.966L21 28.527l-.797.395s-1.578.788-1.637-.966M26.828 11.605s4.485-6.78 8.714-3.974c3.85 2.556 2.282 8.143-.352 9.867M17.469 33.336s3.026 3.851 7.062.328M14.388 10.472s5.08-2.877 13.024 0M21 30.782v-1.86" stroke="#000" strokeWidth="1.167" strokeMiterlimit="10" strokeLinecap="round" strokeLinejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h42v42H0z"/></clipPath></defs></svg>
|
|
);
|
|
}
|
|
|
|
export default Integrations_zustand;
|