@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
20 lines (18 loc) • 972 B
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const Profile = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 32 32",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ React.createElement("path", {
d: "M13.8874 18H18.1124C22.0995 18 25.3333 21.2333 25.3333 25.2208C25.3333 26.0183 24.6866 26.6654 23.8891 26.6654H8.10992C7.31242 26.6667 6.66659 26.0208 6.66659 25.2208C6.66659 21.2333 9.89992 18 13.8874 18Z"
}), /*#__PURE__*/ React.createElement("path", {
opacity: 0.4,
d: "M10.6666 10.6667C10.6666 13.6121 13.0541 16 15.9999 16C18.9458 16 21.3333 13.6125 21.3333 10.6667C21.3333 7.72087 18.9453 5.33337 15.9999 5.33337C13.0541 5.33337 10.6666 7.72129 10.6666 10.6667Z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(Profile);
export default ForwardRef;