19 lines
1.9 KiB
TypeScript
19 lines
1.9 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 Icn_fetch_request(props: Props) {
|
|
const { size = 14, width = size, height = size, fill = '' } = props;
|
|
return (
|
|
<svg fill="none" viewBox="0 0 32 32" width={ `${ width }px` } height={ `${ height }px` } ><g><path d="M22 0H10C4.477 0 0 4.477 0 10v12c0 5.523 4.477 10 10 10h12c5.523 0 10-4.477 10-10V10c0-5.523-4.477-10-10-10Z" fill="#EEE2F6"/><path d="M16 15.925a9.02 9.02 0 0 0-4.892 1.43.632.632 0 0 1-.849-.134l-1-1.333a.564.564 0 0 1 .126-.81A11.859 11.859 0 0 1 16 13.074c2.446 0 4.718.735 6.614 2.001.268.18.322.55.125.812l-.724.96a.629.629 0 0 1-.364.232 5.39 5.39 0 0 0-.803.246c-1.405-.905-3.068-1.401-4.848-1.401Zm10.34-4.837-1 1.333a.615.615 0 0 1-.84.128A15.007 15.007 0 0 0 16 9.925c-3.155 0-6.086.971-8.5 2.624a.615.615 0 0 1-.84-.128l-1-1.333a.573.573 0 0 1 .123-.817A17.848 17.848 0 0 1 16 7.075c3.795 0 7.317 1.182 10.217 3.196.266.185.32.555.123.817Zm-13.348 8.807a5.91 5.91 0 0 1 3.008-.82c.46 0 .906.058 1.337.163.186.045.311.178.367.346a.698.698 0 0 1-.053.547A5.983 5.983 0 0 0 16.925 23v.004c0 .196 0 .391.035.587l-.487.651a.592.592 0 0 1-.947.001l-2.666-3.555c-.198-.263-.141-.632.133-.793Zm6.22 1.368 1.334-1.6a.592.592 0 0 1 .909 0l1.333 1.6a.403.403 0 0 1-.31.662.553.553 0 0 0-.553.553v2.855a.592.592 0 0 1-.592.592h-.666a.592.592 0 0 1-.592-.592V22.48a.553.553 0 0 0-.553-.554.403.403 0 0 1-.31-.662Zm6.713-.596v2.854c0 .306.248.554.553.554.342 0 .53.399.31.662l-1.334 1.6a.592.592 0 0 1-.909 0l-1.333-1.6a.403.403 0 0 1 .31-.662.553.553 0 0 0 .553-.553v-2.855c0-.327.265-.592.592-.592h.666c.327 0 .592.265.592.592Z" fill="#000" stroke="#EEE2F6" strokeWidth=".15"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>
|
|
);
|
|
}
|
|
|
|
export default Icn_fetch_request;
|