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.66 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 SvgWrist = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M3 3h10.5v5h-2.25v6.083a39.947 39.947 0 0 1 2.917.947l.036.014.012.004h.001l-.266.702.266-.701.484.184V16.8h3.503c.26-.447.745-.75 1.297-.75.824 0 1.5.676 1.5 1.5s-.676 1.5-1.5 1.5a1.504 1.504 0 0 1-1.297-.75H14.7v.967l-.484.184-.266-.701.266.701-.013.005-.036.014-.133.049a39.947 39.947 0 0 1-2.099.7C10.696 20.591 9.1 21 7.95 21a3.746 3.746 0 0 1-3.75-3.75c0-1.013.4-1.93 1.05-2.605V8H3V3Zm9 3.5v-2H4.5v2H12ZM6.75 8v5.695a3.705 3.705 0 0 1 1.2-.195c.53 0 1.157.087 1.8.218V8h-3Zm-.097 7.41a2.245 2.245 0 0 0-.953 1.84 2.246 2.246 0 0 0 2.25 2.25c.901 0 2.304-.342 3.552-.718a38.004 38.004 0 0 0 1.698-.557v-1.95a38.004 38.004 0 0 0-1.698-.557c-.388-.117-.791-.23-1.19-.332C9.402 15.16 8.55 15 7.95 15a2.248 2.248 0 0 0-1.244.374l-.053.036Z", clipRule: "evenodd" })), 'SvgWrist'); const Memo = React.memo(SvgWrist); exports["default"] = Memo;