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 SvgProPilotChat = utils.createSvgIcon(React__namespace.createElement(React__namespace.Fragment, {}, jsxRuntime.jsx("path", { fillRule: "evenodd", d: "M20.63 6.63 22 6l-1.37-.63L20 4l-.63 1.37L18 6l1.37.63L20 8l.63-1.37Zm-4.191.43 2.06.94-2.06.94-.94 2.06-.94-2.06-2.06-.94 2.06-.94.94-2.06.94 2.06Zm-5.071-.31H4.75v11.409l1.213-1.242a1.25 1.25 0 0 1 .895-.377H18.25v-4.064h1.5v4.314c0 .69-.56 1.25-1.25 1.25H6.963L3.25 21.841V6.5c0-.69.56-1.25 1.25-1.25h6.868v1.5Z", clipRule: "evenodd" })), 'SvgProPilotChat'); const Memo = React.memo(SvgProPilotChat); exports["default"] = Memo;