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

18 lines
2 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_avatar23(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="M21 13.695V8a6 6 0 0 0-6-6H9a6 6 0 0 0-6 6v5.977c-.546.314-.852.918-.852 1.613 0 .544.227 1.033.588 1.37L3.777 18l.521.005a.965.965 0 0 0-.254 1.275l.514.844C5.437 21.664 6.327 22 7.735 22H9a2 2 0 0 0 2-2h2a2 2 0 0 0 2 2h1.047c1.457 0 2.378-.348 3.288-1.943l.535-.876c.234-.384.17-.868-.103-1.181l.285.003 1.221-1.219c.374-.349.609-.855.609-1.419 0-.719-.317-1.345-.882-1.67z" opacity=".3"/><path d="M7.267 12.807 11 10H5l.778 2.341a.96.96 0 0 0 1.489.466z"/><path d="M22.946 14.885c0-.912-.345-1.729-.946-2.287V7.632c0-.26-.032-.431-.081-.636C21.43 3.612 18.518 1 15 1H9C5.482 1 2.57 3.612 2.08 6.996c-.048.144-.08.432-.08.592v5.01c-.601.558-.946 1.375-.946 2.287 0 .855.354 1.677.945 2.229l1.027 1.026a2.09 2.09 0 0 0 .278 1.361l.556.911C5.085 22.56 6.503 23 8.255 23H9a3.006 3.006 0 0 0 2.829-2h.343a3.006 3.006 0 0 0 2.829 2h.743c1.751 0 3.169-.44 4.379-2.563l.574-.939c.248-.407.337-.888.277-1.359l1.003-1.002a3.092 3.092 0 0 0 .969-2.252zM9 3h6a5.003 5.003 0 0 1 4.576 3H4.424A5.003 5.003 0 0 1 9 3zM4 8h16v5.095a1 1 0 0 0 .501.866c.283.163.445.5.445.924 0 .304-.122.592-.359.814l-.816.816-5.992-3.082a3.945 3.945 0 0 0-3.559 0l-5.99 3.082-.84-.839a1.082 1.082 0 0 1-.335-.791c0-.424.162-.761.445-.924a1 1 0 0 0 .5-.866V8zm14.4 11.422C17.625 20.78 16.982 21 15.743 21H15c-.551 0-1-.448-1-1a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1c0 .552-.449 1-1 1h-.745c-1.239 0-1.882-.22-2.672-1.604l-.571-.936c-.022-.037-.008-.089-.009-.093l6.132-3.155a1.9 1.9 0 0 1 1.729 0l6.125 3.245-.589.965z"/><path d="M18.222 12.341 19 10h-6l3.733 2.807a.96.96 0 0 0 1.489-.466z"/></svg>
);
}
export default Avatar_icn_avatar23;