18 lines
1.8 KiB
TypeScript
18 lines
1.8 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_avatar22(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="M17 14c-1.486 1.33-1.872 8-5 8s-2.966-5.888-5-8c-1.173-1.017-3-1.966-3-4 0-.939.905-2.531 2-3 0 0 .916-5 6-5s6 5 6 5c1.017.391 2 2.061 2 3 0 2.112-1.905 2.983-3 4z" opacity=".3"/><path d="M12 23c-2.616 0-3.472-2.656-4.226-5-.417-1.296-.849-2.636-1.495-3.307-.14-.116-.368-.292-.602-.473C4.548 13.344 3 12.144 3 10c0-1.176.882-2.854 2.126-3.661C5.691 4.257 7.671 1 12 1c4.325 0 6.306 3.251 6.872 5.333C20.063 7.111 21 8.848 21 10c0 2.135-1.486 3.283-2.572 4.122-.267.207-.525.405-.747.61l-.014.013c-.346.31-.763 1.575-1.098 2.592C15.739 19.86 14.705 23 12 23zm0-20C7.798 3 7.015 7.01 6.983 7.181l-.096.527-.492.211C5.676 8.228 5 9.442 5 10c0 1.085.719 1.722 1.903 2.64.264.204.52.403.752.604 1.032 1.066 1.536 2.631 2.022 4.143C10.381 19.569 10.922 21 12 21c1.258 0 2.041-2.378 2.67-4.288.491-1.492.916-2.782 1.655-3.45.262-.242.565-.479.88-.722C18.322 11.677 19 11.075 19 10c0-.573-.772-1.841-1.358-2.066l-.524-.201-.101-.552C16.984 7.014 16.166 3 12 3z"/><path d="M12.899 12.129c.469 0-.626-2.112-.939-2.112-.235 0-1.33 2.112-.939 2.112.469 0 .704-.469.939-.469s.627.469.939.469zM8.001 11a1 1 0 0 1-.453-1.892C7.582 9.09 9 8.333 9 7a1 1 0 1 1 2 0c0 2.588-2.448 3.843-2.553 3.895a1.003 1.003 0 0 1-.446.105zM15.997 11a.997.997 0 0 1-.444-.105C15.448 10.843 13 9.588 13 7a1 1 0 1 1 2 0c0 1.342 1.438 2.101 1.453 2.108A1.001 1.001 0 0 1 15.997 11zM12 20a1 1 0 0 1-1-1v-5a1 1 0 1 1 2 0v5a1 1 0 0 1-1 1z"/></svg>
|
|
);
|
|
}
|
|
|
|
export default Avatar_icn_avatar22;
|