UNPKG

@comfortdelgro/compass-icons

Version:
20 lines (18 loc) 853 B
import * as React from "react"; import { forwardRef } from "react"; const UserDuotone = (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: "M12.8312 19H19.1688C25.1494 19 30 23.8507 30 29.8327C30 31.0291 29.03 32 27.8338 32H4.165C2.96876 32.0018 2 31.0329 2 29.8327C2 23.8507 6.85 19 12.8312 19Z" }), /*#__PURE__*/ React.createElement("path", { opacity: 0.4, d: "M7 8.5C7 13.1943 10.8051 17 15.5 17C20.195 17 24 13.195 24 8.5C24 3.80509 20.1943 0 15.5 0C10.8051 0 7 3.80575 7 8.5Z" }))); const ForwardRef = /*#__PURE__*/ forwardRef(UserDuotone); export default ForwardRef;