openreplay/frontend/app/components/ui/Icons/avatar_icn_avatar1.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_avatar1(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="M20.4 12.11c-1.7 4.2-4.1 5-5.9 5.1-2.5.2-2.5-.7-2.5-.7l-2-.1c0 1.3 1.3 2.29 3 2.59v1.3c-1.6-.1-3-1.3-4-2.29-1.4.5-3.8-.5-3-3 .4-1.1 1.2-1.6 1.9-1.8.1.1.2.3.3.4 1 1.5 2.5 2.4 3.9 2.4.6 0 1.2-.2 1.7-.5.5-.4.9-.8 1.1-1.4 2-.7 4.7-1.6 5.5-2z" opacity=".3"/><path d="M12.6 13.91c-.7.5-1.9-.1-2.8-1.4-.8-1.3-1-2.6-.3-3.09.7-.5 1.9.1 2.8 1.39.9 1.2 1 2.6.3 3.1z" opacity=".3"/><path d="M9.26 11.26a1.753 1.193 44.983 1 0 2.48 2.48 1.753 1.193 44.983 1 0-2.48-2.48Z"/><path d="M14.8 11.413c-.2-.599-.5-1.299-.9-1.798-.7-.999-1.6-1.798-2.6-2.098.2-.199 1.2-.517 2.2-.517 2.35 0 3.569.9 4.119 1.493L18 9c0-4-3-8-9-8-5 0-6 3-6 3l.039.003L3 4.021s3 1.998 3 4.994c0 0-3 1.998-3 4.994 0 5.993 4 5.993 4 5.993h1C10.9 22.8 15 23 15 23v-3.996c5.4-.499 7.4-5.694 8-9.989.1.001-4.8 1.399-8.2 2.398zM9.5 9.415c.7-.499 1.9.1 2.8 1.398.9 1.199 1 2.597.3 3.097-.7.499-1.9-.1-2.8-1.398-.8-1.299-1-2.597-.3-3.097zm5 7.791c-2.5.2-2.5-.699-2.5-.699l-2-.1c0 1.299 1.3 2.297 3 2.597v1.299c-1.6-.1-3-1.299-4-2.297-1.4.499-3.8-.499-3-2.997.4-1.099 1.2-1.598 1.9-1.798.1.1.2.3.3.4 1 1.498 2.5 2.397 3.9 2.397.6 0 1.2-.2 1.7-.499.5-.4.9-.799 1.1-1.398 2-.699 4.7-1.598 5.5-1.998-1.7 4.194-4.1 4.994-5.9 5.093z"/></svg>
);
}
export default Avatar_icn_avatar1;