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.25 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 SvgRackSmall = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M3.17 5.83c-.274 0-.5.226-.5.5v.97h-1v-.97c0-.826.674-1.5 1.5-1.5h13.67c.826 0 1.5.674 1.5 1.5v.97h-1v-.97c0-.274-.226-.5-.5-.5H3.17ZM7.5 12.17h5v3h-5v-3Zm1 1v1h3v-1h-3Z", clipRule: "evenodd" }), jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M9.5 12.67V5.33h1v7.34h-1ZM5.58 7.3V5.33h1V7.3h-1ZM13.42 7.3v-2h1v2h-1Z", clipRule: "evenodd" })), 'SvgRackSmall'); const Memo = React.memo(SvgRackSmall); exports["default"] = Memo;