UNPKG

@semcore/icon

Version:
33 lines 1.44 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootUserDemo({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "UserDemo", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M7 5V3a1 1 0 0 1 1-1h15a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1h-9.674a6.952 6.952 0 0 0 .603-2H22V4H9v1.29A7.001 7.001 0 0 0 7 5Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 7a5 5 0 1 0 0 10A5 5 0 0 0 7 7Zm-3 5a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M4 19a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4H4Z", shapeRendering: "geometricPrecision" })); } RootUserDemo.displayName = 'UserDemo'; const UserDemo = createBaseComponent(RootUserDemo); export { UserDemo as default };