UNPKG

@semcore/icon

Version:
29 lines 1.41 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 PublicUtility({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "PublicUtility", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9 0a1 1 0 0 0 0 2h1v4H5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h8.5a.5.5 0 0 1 .5.5V15a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-5a4 4 0 0 0-4-4h-4V2h1a1 1 0 1 0 0-2H9Zm7 11.5a1.5 1.5 0 0 0-1.5-1.5H6V8h10a2 2 0 0 1 2 2v4h-2v-2.5Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M16 18a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0v-1ZM17 21a1 1 0 0 0-1 1v1a1 1 0 1 0 2 0v-1a1 1 0 0 0-1-1Z", shapeRendering: "geometricPrecision" })); } PublicUtility.displayName = 'PublicUtility'; export default createBaseComponent(PublicUtility);