UNPKG

@semcore/icon

Version:
32 lines 1.45 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 React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function UserDemo({ 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" })); } UserDemo.displayName = 'UserDemo'; export default createBaseComponent(UserDemo);