18 lines
2.7 KiB
TypeScript
18 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 Avatar_icn_avatar11(props: Props) {
|
|
const { size = 14, width = size, height = size, fill = '' } = props;
|
|
return (
|
|
<svg viewBox="0 0 24 24" fill="#27A2A8" baseProfile="basic" width={ `${ width }px` } height={ `${ height }px` } ><path d="M19.003 11.01c-.112 0-.223-.005-.333-.013-.607-.049-1.323-.388-1.898-1.024-.09.009-.179.027-.272.027-.405 0-.781-.106-1.12-.277a2.288 2.288 0 0 1-1.092.261l-.078-.001c-.654-.016-1.209-.268-1.606-.728-.726-.842-.66-2.111-.597-2.622.052-.441.15-.789.265-1.098A20.32 20.32 0 0 0 11.25 5.5c-1.361 0-2.371.276-3.5.75C7.047 5.891 5.132 4.777 3.875 5c-.278.049-1.625 2.5-.088 4.956a6.463 6.463 0 0 0-.776 3.048c0 4.01 3.388 5.997 8.797 5.997C18.125 19 20 17.01 20 13c0-.729-.149-1.409-.405-2.053a3.542 3.542 0 0 1-.592.063z" opacity=".3"/><ellipse cx="7" cy="12.992" rx="1" ry=".992"/><circle cx="16" cy="13" r="1"/><ellipse cx="11.51" cy="15.011" rx="1.51" ry=".989"/><path d="M14.879 4.033a2.951 2.951 0 0 1 1.535.976c.03-.001.057-.009.086-.009.241 0 .471.038.691.103.065-.007.128-.027.194-.024.018.028.04.069.064.119.155.065.306.14.444.233a4.45 4.45 0 0 1 1.621-.411c-.411-1.463-1.209-1.798-1.553-1.873-1.283-.282-2.307.288-3.082.886zM23 13.992v-2c-.776 0-1.511.002-2.061.004a6.18 6.18 0 0 0-.381-1.37 3.18 3.18 0 0 1-1.555.384c-.112 0-.223-.005-.333-.013-.05-.004-.105-.022-.156-.03.341.681.511 1.335.488 1.997C18.907 15.58 17.971 18 11.808 18c-3.557 0-7.797-.867-7.797-4.997 0-.881.22-1.742.65-2.559.332-.528.796-.88.805-.886A1 1 0 0 0 4.29 7.939a4.847 4.847 0 0 0-.169.134c-.156-.926.077-1.712.26-2.098.841.072 2.122.749 2.645 1.025l.683.353.429-.181c.959-.403 1.855-.672 3.112-.672.201 0 .477.009.778.024.134-.974.452-1.578.821-1.955A25.792 25.792 0 0 0 11.25 4.5c-1.216 0-2.243.191-3.444.65C6.8 4.621 5.09 3.768 3.699 4.016c-.297.052-.739.235-1.169 1.204-.261.588-.97 2.572.125 4.761-.041.094-.086.186-.12.286-.007.021-.003.042-.008.063a7.389 7.389 0 0 0-.438 1.667c-.553-.002-1.3-.004-2.089-.004v2c.786 0 1.531.002 2.082.004.091.694.277 1.336.56 1.919L.939 17.525l1.373 1.453 1.521-1.436C5.478 19.134 8.191 20 11.808 20c3.486 0 5.955-.77 7.454-2.325l1.282 1.282 1.414-1.414-1.569-1.569a7.414 7.414 0 0 0 .528-1.978c.55-.002 1.296-.004 2.083-.004z"/><path d="M19.875 6c-1.051 0-1.664.334-2.149.673a1.496 1.496 0 0 0-.678-.57 1.489 1.489 0 0 0-1.092.003c-.269-.488-.672-.933-1.331-1.106-.483-.127-1.403-.124-1.625 1.75-.015.125-.301 2.196 1.234 2.233.416.01.674-.098 1.183-.449.074.078.155.149.244.21a1.48 1.48 0 0 0 1.515.088c.435.76 1.092 1.129 1.574 1.168.706.057 1.49-.112 1.87-.756C21.5 7.75 20.512 6 19.875 6z"/></svg>
|
|
);
|
|
}
|
|
|
|
export default Avatar_icn_avatar11;
|