@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/).
12 lines (9 loc) • 2.29 kB
JavaScript
import { jsx, jsxs } from 'react/jsx-runtime';
import * as React from 'react';
import { memo } from 'react';
import { createSvgIcon } from '@mui/material/utils';
const SvgMesh = createSvgIcon(React.createElement(React.Fragment, {}, jsx("mask", { id: "a", width: 24, height: 24, x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
maskType: 'alpha',
}, children: jsx("path", { d: "M0 0h24v24H0z" }) }), jsxs("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#a)", children: [jsx("path", { d: "M11.25 22V2h1.5v20h-1.5Z" }), jsx("path", { d: "M2 11.25h20v1.5H2v-1.5Z" }), jsx("path", { d: "M4.26 2.122 5 2l.74-.122.003.019a28.875 28.875 0 0 1 .04.255 109.176 109.176 0 0 1 .46 3.283c.252 2.016.507 4.554.507 6.565s-.255 4.55-.506 6.564a109.284 109.284 0 0 1-.5 3.539l-.004.019L5 22l-.74-.122.003-.016a34.328 34.328 0 0 0 .04-.247c.026-.172.065-.423.111-.736.094-.626.218-1.502.342-2.5.25-2.004.494-4.465.494-6.379 0-1.914-.245-4.375-.494-6.38a107.673 107.673 0 0 0-.493-3.482l-.003-.016ZM18.26 1.878 19 2l.74.122-.003.016-.008.05-.031.197a107.595 107.595 0 0 0-.454 3.236c-.249 2.004-.494 4.465-.494 6.379 0 1.914.245 4.375.494 6.38a107.678 107.678 0 0 0 .485 3.431l.008.05.003.017L19 22l-.74.122-.003-.019-.009-.053-.032-.202a109.354 109.354 0 0 1-.46-3.284c-.251-2.015-.506-4.553-.506-6.564s.255-4.55.506-6.564a109.246 109.246 0 0 1 .46-3.284l.032-.202.009-.053.003-.019Z" }), jsx("path", { d: "M21.878 4.26 22 5l.122.74-.019.003a33.488 33.488 0 0 1-.255.04 109.133 109.133 0 0 1-3.284.46c-2.015.252-4.553.507-6.564.507s-4.55-.255-6.564-.506a109.153 109.153 0 0 1-3.539-.5l-.019-.004L2 5l.122-.74.016.003a34.542 34.542 0 0 0 .247.04c.172.026.423.065.736.111.626.093 1.502.218 2.5.342 2.004.249 4.466.494 6.38.494 1.913 0 4.374-.245 6.378-.494a107.605 107.605 0 0 0 3.483-.493l.016-.003ZM22.122 18.26 22 19l-.122.74-.016-.003-.05-.008-.197-.031a107.528 107.528 0 0 0-3.236-.454c-2.004-.249-4.465-.494-6.379-.494-1.913 0-4.375.245-6.379.494a107.61 107.61 0 0 0-3.432.485l-.05.008-.017.003L2 19l-.122-.74.02-.003.052-.009.202-.032c.176-.027.43-.067.748-.114.636-.095 1.524-.22 2.536-.346 2.015-.251 4.553-.506 6.564-.506s4.55.255 6.564.506a109.203 109.203 0 0 1 3.284.46l.202.032.053.009.019.003Z" })] })), 'SvgMesh');
const Memo = memo(SvgMesh);
export { Memo as default };