18 lines
2.1 KiB
TypeScript
18 lines
2.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 Avatar_icn_avatar16(props: Props) {
|
|
const { size = 14, width = size, height = size, fill = '' } = props;
|
|
return (
|
|
<svg viewBox="0 0 24 24" fill="#27A2A8" width={ `${ width }px` } height={ `${ height }px` } ><path d="M22 13.68C22 16.6 14.31 20 12 20S2 16.6 2 13.68c0-1.05.99-2.46 2.37-3.84.18.41.45.8.79 1.16 4.22-.88 5.26-4.28 5.26-4.28s-.38-.37-.95-.77C10.51 5.36 11.42 5 12 5s1.49.36 2.53.95c-.57.4-.95.77-.95.77s1.04 3.4 5.26 4.28c.34-.36.61-.75.79-1.16 1.38 1.38 2.37 2.79 2.37 3.84z" opacity=".3"/><path d="M12 21c-2.464 0-11-3.544-11-7.315 0-1.248.896-2.779 2.661-4.551l1.416 1.411C3.546 12.083 3 13.175 3 13.685 3 15.645 9.639 19 12 19s9-3.355 9-5.315c0-.51-.546-1.602-2.077-3.14l1.416-1.411C22.104 10.906 23 12.437 23 13.685 23 17.456 14.464 21 12 21zM14.045 6.817C12.655 6.04 12.098 6 12 6s-.655.04-2.045.817l-.976-1.745C10.249 4.361 11.266 4 12 4s1.751.361 3.021 1.072l-.976 1.745z"/><path d="M5.157 12a.999.999 0 0 1-.723-.309c-1.082-1.131-1.59-2.587-1.393-3.994.189-1.352 1.004-2.511 2.294-3.264 2.599-1.52 5.658 1.45 5.788 1.578a.998.998 0 0 1 .253 1.004c-.05.162-1.268 3.971-6.015 4.964a.995.995 0 0 1-.204.021zM6.97 6.002c-.225 0-.437.047-.625.158-.761.444-1.218 1.071-1.323 1.815-.09.637.093 1.309.505 1.903C7.729 9.235 8.778 7.8 9.209 6.999c-.595-.458-1.484-.997-2.239-.997zM18.843 12c-.068 0-.137-.007-.205-.021-4.747-.993-5.965-4.802-6.015-4.964a.998.998 0 0 1 .253-1.004c.13-.127 3.186-3.098 5.789-1.578 1.289.753 2.104 1.912 2.293 3.264.197 1.407-.311 2.863-1.393 3.994a.997.997 0 0 1-.722.309zm-4.052-5.001c.432.806 1.48 2.237 3.682 2.879.412-.594.595-1.266.505-1.903-.104-.744-.562-1.371-1.321-1.815-.828-.481-2.094.245-2.866.839zm-1.212-.277h.01-.01zM12 17c-3.685 0-6.49-2.116-6.607-2.206l1.215-1.588C6.63 13.223 9.011 15 12 15s5.37-1.777 5.395-1.796l1.213 1.59C18.49 14.884 15.685 17 12 17z"/><circle cx="7" cy="8" r="1"/><circle cx="17" cy="8" r="1"/></svg>
|
|
);
|
|
}
|
|
|
|
export default Avatar_icn_avatar16;
|