@icongo/li
Version:
LibreICONS Icons
14 lines • 627 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiUserTie = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M7 7a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2.245.764-1.12 4.486-.75-3.188.75-1.312h-2.25l.75 1.313-.75 3.187-1.12-4.486A3.145 3.145 0 0 0 1.75 10.9v.975c0 .621.504 1.125 1.125 1.125h8.25c.621 0 1.125-.504 1.125-1.125V10.9a3.145 3.145 0 0 0-3.005-3.136z"
})
}));
export { LIGuiUserTie };