openreplay/frontend/app/components/ui/Icons/avatar_icn_avatar7.tsx
Delirium 6c058b36d2
fix(ui): split icons from SVG.tsx components (#1787)
* fix(ui): split icons from SVG.tsx components

* fix(ui): split icons from SVG.tsx components

* fix(ui): split icons from SVG.tsx components
2023-12-19 17:35:47 +01:00

19 lines
2.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_avatar7(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` } ><circle cx="5" cy="8" r="2" opacity=".35"/><circle cx="19" cy="8" r="2" opacity=".35"/><path opacity=".35" d="M10 3h4v4h-4z"/><path d="M17.986 12.27c.004-.09.014-.179.014-.27 0-2.612-1.67-5.176-4-6h-4c-2.33.824-4 3.388-4 6 0 .091.01.18.014.27A1.99 1.99 0 0 0 5 14c0 2 2 2.71 2 2.71v1.79c0 1.381 2.239 2.5 5 2.5s5-1.119 5-2.5v-1.793S19 16 19 14a1.99 1.99 0 0 0-1.014-1.73z" opacity=".35"/><path d="M12 22c-3.421 0-6-1.505-6-3.5v-1.173C5.209 16.858 4 15.84 4 14c0-.855.373-1.665 1.004-2.229.094-2.983 2.026-5.782 4.663-6.714L9.828 5h4.344l.161.057c2.637.933 4.569 3.731 4.663 6.715A2.994 2.994 0 0 1 20 14c0 1.84-1.209 2.857-2 3.325V18.5c0 1.995-2.579 3.5-6 3.5zM10.182 7C8.357 7.73 7 9.848 7 12l.039.835-.528.303A.985.985 0 0 0 6 14c0 1.253 1.288 1.75 1.343 1.771l.648.243L8 18.5c0 .529 1.519 1.5 4 1.5s4-.971 4-1.5V16l.667-.235C16.714 15.747 18 15.252 18 14c0-.357-.19-.68-.511-.862l-.528-.303L17 12c0-2.152-1.357-4.27-3.182-5h-3.636z"/><circle cx="5" cy="8" r="2" fill="none" stroke="#27A2A8" strokeMiterlimit="10" strokeWidth="2"/><circle cx="19" cy="8" r="2" fill="none" stroke="#27A2A8" strokeMiterlimit="10" strokeWidth="2"/><path d="M8 5h8v2H8z"/><path d="M15 7h-2V4h-2v3H9V2h6z"/><ellipse cx="12" cy="13" rx="2" ry="1"/><path d="M9.807 11.122a.488.488 0 0 1-.303.878.497.497 0 0 1-.496-.496c0-.156.076-.289.189-.38-.69.051-1.15.246-1.185.262-.004.039-.012.075-.012.114a1.5 1.5 0 0 0 3 0c0-.038-.008-.074-.011-.112a4.087 4.087 0 0 0-1.182-.266zM14.193 11.122a.488.488 0 0 0 .304.878.496.496 0 0 0 .496-.496.486.486 0 0 0-.189-.38c.69.051 1.15.246 1.185.262.003.039.011.075.011.114a1.5 1.5 0 0 1-3 0c0-.038.008-.074.011-.112a4.087 4.087 0 0 1 1.182-.266zM8 9v1h3s-1-1-3-1zM16 9v1h-3s1-1 3-1zM8 16s.016 1.234 1 1.759V17h1v1h1v-1h2v1h1v-1h1v.759c.984-.525 1-1.759 1-1.759H8z"/></svg>
);
}
export default Avatar_icn_avatar7;