openreplay/frontend/app/components/ui/Icons/avatar_icn_avatar5.tsx
2025-03-11 10:35:08 +01:00

18 lines
1.6 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_avatar5(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="M12 22h-.2C5.6 20.6 3 14.6 3 12.4V4.2l.5-.3C3.6 3.8 6.5 2 12 2s8.4 1.8 8.5 1.9l.5.3v8.3c0 2.2-2.6 8.2-8.8 9.5H12zM5 5.3v7.1c0 1.4 2.1 6.3 7 7.5 4.9-1.2 7-6.1 7-7.5V5.3C18 4.9 15.7 4 12 4s-6 .9-7 1.3z"/><path d="M12 3c5.3 0 8 1.7 8 1.7v7.7c0 1.9-2.5 7.3-8 8.6-5.5-1.2-8-6.7-8-8.6V4.7S6.8 3 12 3" opacity=".3"/><path d="M7 13c.5.2.9.4 1.4.7.5.3.7.4 1.1.4h.5c.2 0 .2-.1.3-.1.2-.1.5-.4.6-.6l.3-.4h1.6l.3.4c.1.2.4.5.6.6.1.1.2.1.3.1h.5c.4-.1.6-.1 1.1-.4.4-.2.9-.5 1.4-.7-.2.5-.4.9-.7 1.4-.2.4-.7 1-1.2 1.2l-.9.3c-.3 0-.8 0-1.1-.1-.7-.2-1.2-.6-1.6-1.2l.8.4h-.6l.8-.4c-.2.3-.4.5-.7.7-.3.2-.6.4-.9.5-.3.1-.8.2-1.1.1-.3 0-.6-.1-.9-.3-.6-.3-1-.8-1.2-1.2-.3-.5-.5-.9-.7-1.4zm8-4c-.8 0-1.5.4-2 1 .5.6 1.2 1 2 1s1.5-.4 2-1c-.5-.6-1.2-1-2-1zM9 9c-.8 0-1.5.4-2 1 .5.6 1.2 1 2 1s1.5-.4 2-1c-.5-.6-1.2-1-2-1zm2 9h2v2.8h-2zm3-12a1 1 0 1 0 0 2 1 1 0 1 0 0-2z"/><path d="M13.3 6.3c.4-.3.8-.5 1.3-.6.4-.2.9-.3 1.4-.2.5.1.9.3 1.2.6.3.3.6.6.8.9-.3-.2-.7-.4-1-.5-.3-.1-.7-.1-1 0-.3.1-.5.3-.7.5-.2.2-.5.5-.6.7l-1.4-1.4zM10 6a1 1 0 1 0 0 2 1 1 0 1 0 0-2z"/><path d="M9.3 7.7c-.1-.2-.4-.5-.6-.7-.2-.2-.4-.4-.7-.5-.3-.1-.6-.1-1 0-.3.1-.7.3-1 .5.2-.3.5-.6.8-.9.3-.3.7-.5 1.2-.6.5-.1 1 0 1.4.2.4.2.8.3 1.3.6L9.3 7.7z"/></svg>
);
}
export default Avatar_icn_avatar5;