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/).

35 lines (28 loc) 1.75 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 SvgMeasureAngle = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("mask", { id: "a", width: 24, height: 24, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: { maskType: 'alpha', }, children: jsxRuntime.jsx("path", { d: "M0 0h24v24H0z" }) }), jsxRuntime.jsxs("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#a)", children: [jsxRuntime.jsx("path", { d: "M3.5 2H2v20h20v-1.5H3.5V2Z" }), jsxRuntime.jsx("path", { d: "m8.767 7.708 1.763 1.764-1.06 1.06L5.94 7l3.53-3.53 1.06 1.06-1.68 1.68c.39.012.82.04 1.274.088 1.722.186 3.942.708 5.406 2.172 1.464 1.464 1.986 3.684 2.172 5.406.049.453.075.884.088 1.273l1.68-1.68 1.06 1.061L17 18.06l-3.53-3.53 1.06-1.06 1.762 1.761c-.011-.364-.036-.77-.082-1.194-.176-1.641-.654-3.42-1.74-4.507-1.087-1.086-2.866-1.564-4.507-1.74-.425-.046-.83-.07-1.196-.082Z" })] })), 'SvgMeasureAngle'); const Memo = React.memo(SvgMeasureAngle); exports["default"] = Memo;