UNPKG

@nexusui/icons

Version:

This package contains custom icons designed specifically for NexusUI applications. These icons work in exactly the same way as the icons from [MUI](https://mui.com/material-ui/api/svg-icon/).

33 lines (26 loc) 1.33 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var jsxRuntime = require('react/jsx-runtime'); var React = require('react'); var utils = require('@mui/material/utils'); function _interopNamespace(e) { if (e && e.__esModule) return e; var n = Object.create(null); if (e) { Object.keys(e).forEach(function (k) { if (k !== 'default') { var d = Object.getOwnPropertyDescriptor(e, k); Object.defineProperty(n, k, d.get ? d : { enumerable: true, get: function () { return e[k]; } }); } }); } n["default"] = e; return Object.freeze(n); } var React__namespace = /*#__PURE__*/_interopNamespace(React); const SvgWorkholding = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { d: "M8.043 11a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5h1v6h-1ZM14.957 11V5h1a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-1Z" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M3.5 7.25c-.69 0-1.25.56-1.25 1.25v4.25h5v-5.5H3.5Zm.25 4v-2.5h2v2.5h-2ZM20.5 7.25h-3.75v5.5h5V8.5c0-.69-.56-1.25-1.25-1.25Zm-2.25 4v-2.5h2v2.5h-2ZM21.75 13.25H2.25v5.25c0 .69.56 1.25 1.25 1.25h17c.69 0 1.25-.56 1.25-1.25v-5.25Zm-18 5v-3.5h16.5v3.5H3.75Z", clipRule: "evenodd" })), 'SvgWorkholding'); const Memo = React.memo(SvgWorkholding); exports["default"] = Memo;