openreplay/frontend/app/components/ui/Icons/avatar_icn_avatar19.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_avatar19(props: Props) {
const { size = 14, width = size, height = size, fill = '' } = props;
return (
<svg viewBox="0 0 24 24" fill="#27A2A8" baseProfile="basic" width={ `${ width }px` } height={ `${ height }px` } ><path d="M19 13c1.1 0 2 .9 2 2s-.9 2-2 2h-.08A6.965 6.965 0 0 1 12 23.02c-3.53 0-6.44-2.6-6.92-6H5c-1.1 0-2-.9-2-2s.9-2 2-2L19 13zM5 9h14v4H5zM5 9 2.75 7.75l2.125-1.875-1-2.375 3.375.375 2.92-2.855L12 2.875l3.787-1.855.713 3.355L20 3l-1 2.5L22 7l-3 2z" opacity=".35"/><path d="M22.447 6.105 20.27 5.017l.659-1.646a1 1 0 0 0-1.294-1.302l-2.401.943-.468-2.2a1 1 0 0 0-1.418-.69L12.207 1.66 10.883.318A1 1 0 0 0 9.471.306L6.89 2.829l-2.905-.323c-.356-.033-.7.112-.912.396-.212.284-.258.66-.121.986l.721 1.713L2.088 7a1.001 1.001 0 0 0 .176 1.624L4 9.588v2.615a2.996 2.996 0 0 0-2 2.816c0 1.372.926 2.533 2.232 2.888C5.085 21.44 8.299 24.02 12 24.02c3.717 0 6.929-2.581 7.769-6.119A3.006 3.006 0 0 0 22 15a2.996 2.996 0 0 0-2-2.816V9.535l2.555-1.703a1 1 0 0 0-.108-1.727zM13 10v2h-2v-2h2zm5 0v2h-3v-2h3zm-9 2H6v-2h3v2zm9.92 4a1 1 0 0 0-.991.866 5.85 5.85 0 0 1-.723 2.118l-1.758-.879a1 1 0 0 0-.895 1.789l1.349.674A5.987 5.987 0 0 1 12 22.02a5.982 5.982 0 0 1-3.897-1.453l1.344-.672a1 1 0 0 0-.895-1.789l-1.755.878a5.89 5.89 0 0 1-.727-2.103C6 16.387 5.498 16.02 5 16.02a1.001 1.001 0 0 1 0-2L19.001 14c.551.001.999.449.999 1 0 .552-.449 1-1.08 1zm-.223-8H5.259l-.786-.437 1.063-.938a1 1 0 0 0 .26-1.138l-.338-.805 1.682.187c.296.03.595-.07.81-.279l2.208-2.158 1.13 1.146a.998.998 0 0 0 1.152.196l2.636-1.291.446 2.101a1.002 1.002 0 0 0 1.343.723l1.347-.529-.141.353a1 1 0 0 0 .481 1.266l1.459.729L18.697 8z"/></svg>
);
}
export default Avatar_icn_avatar19;