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

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_avatar18(props: Props) {
const { size = 14, width = size, height = size, fill = '' } = props;
return (
<svg viewBox="0 0 24 24" fill="#27A2A8" clipRule="evenodd" width={ `${ width }px` } height={ `${ height }px` } ><path fill="none" stroke="#27A2A8" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M11.833 8.999c.079.004.643.051.721.057 3.2.255 5.847 2.005 6.56 4.665.974 3.634-2.029 7.601-6.701 8.853-4.672 1.252-9.256-.682-10.23-4.317-.508-1.896-.014-3.792 1.317-5.437"/><path fill="none" stroke="#27A2A8" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M10.138 14c4.063-1.089 7.879-.043 8.516 2.333.636 2.376-2.145 5.189-6.208 6.278-4.063 1.089-7.879.043-8.516-2.333-.636-2.376 2.145-5.189 6.208-6.278zM6 8s1.307 2.685 4.191 2c2.768-.658 1.809-4.388.758-5.755C10.188 3.257 8.635 2 7.138 2c-.737 0-1.873 0-2.857 1.294-2.218 2.919-.817 9.434-.817 9.434M13 8.999c1.244-.019 5.449.207 7.5-.256 2.118-.478 2.5-1.854 2.5-3.049C23 4.738 22.353 3 20 3c-4.238 0-7.955 2.48-8.053 2.53"/><ellipse cx="8" cy="19.5" rx="1" ry="1.5"/><ellipse cx="15" cy="17.5" rx="1" ry="1.5"/><path d="M11.886 19.318c.551-.096 1.05.123 1.114.49.064.367-.33.743-.881.84-.55.096-1.049-.123-1.114-.49-.064-.367.331-.744.881-.84z"/><path d="M4.5 21.287S3 18.899 5.5 16.5c1.988-1.908 4.242-2.772 5-2.931 4-.841 7.503.163 7.691 3.163.912-.674 1.309-1.232 1.309-1.232l-3.782-6s5.834-.166 6.558-2S23 4.479 22.5 3.74C22 3 18.625 2.5 17.812 3c-.812.5-5.865 2.5-5.865 2.5S10 1.5 8.5 2s-4 .5-4.5 1.5-.5 9-.5 9-2.025 2.588-1.513 4.692C2.5 19.295 4.5 21.287 4.5 21.287z" opacity=".3"/></svg>
);
}
export default Avatar_icn_avatar18;