@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) • 1.87 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 SvgSurfaces = 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: "M3.023 2.25h15.49l.187.479L18 3l.7-.271v.001l.002.004.004.012.018.047a33.713 33.713 0 0 1 .298.827c.19.554.445 1.333.7 2.234C20.227 7.64 20.75 9.97 20.75 12s-.523 4.36-1.028 6.146a41.682 41.682 0 0 1-.998 3.06l-.018.048-.004.012-.002.004v.001L18 21l.7.271-.186.479H2.908l.392-1.02.001-.002.004-.01a9.003 9.003 0 0 0 .076-.205 40.81 40.81 0 0 0 .892-2.774c.493-1.752.97-3.923.977-5.742.007-1.813-.446-3.984-.918-5.738a41.393 41.393 0 0 0-.915-2.945 11.209 11.209 0 0 0-.015-.041l-.004-.01V3.26l-.375-1.01Zm2.127 1.5c.177.545.404 1.279.63 2.119.481 1.788.978 4.116.97 6.134-.007 2.027-.53 4.356-1.033 6.143a42.338 42.338 0 0 1-.653 2.104h12.413l.127-.36c.184-.533.43-1.284.675-2.152.495-1.751.971-3.92.971-5.738 0-1.817-.476-3.987-.971-5.738a40.155 40.155 0 0 0-.802-2.512H5.15Z" }), jsx("path", { d: "m10.297 3.26.704-.26.703-.26.002.005.004.013.018.048.066.183a47.617 47.617 0 0 1 .93 2.96C13.225 7.76 13.75 10.092 13.75 12c0 1.908-.525 4.24-1.028 6.05a47.635 47.635 0 0 1-.995 3.144l-.018.048-.004.013-.002.005L11 21l-.703-.26.001-.003.004-.01a4.385 4.385 0 0 0 .016-.044l.061-.172a46.254 46.254 0 0 0 .899-2.861c.497-1.79.973-3.957.973-5.65 0-1.693-.476-3.86-.973-5.65a46.235 46.235 0 0 0-.976-3.076l-.004-.01V3.26Z" }), jsx("path", { d: "M20 12.75H6v-1.5h14v1.5Z" })] })), 'SvgSurfaces');
const Memo = memo(SvgSurfaces);
export { Memo as default };