UNPKG

@braineet/ui

Version:

Braineet design system

28 lines 1.1 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import * as React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; function User(props) { return /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/_jsx("g", { opacity: 0.6, children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 19C5 16.2386 7.23858 14 10 14H14C16.7614 14 19 16.2386 19 19C19 19.5523 18.5523 20 18 20H6C5.44772 20 5 19.5523 5 19Z", fill: "currentColor" }) }), /*#__PURE__*/_jsx("rect", { x: 9, y: 4, width: 6, height: 8, rx: 3, fill: "currentColor" })] })); } export default User;