@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/).
10 lines (7 loc) • 2.29 kB
JavaScript
import { jsx } from 'react/jsx-runtime';
import * as React from 'react';
import { memo } from 'react';
import { createSvgIcon } from '@mui/material/utils';
const SvgIsometric = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { d: "M4.637 7.492V16H3.065V7.492h1.572ZM9.47 16.168c-.48 0-.931-.064-1.355-.192a3.468 3.468 0 0 1-1.092-.576 2.62 2.62 0 0 1-.984-2.088h1.608c0 .232.048.444.144.636.096.184.224.344.384.48.168.128.364.228.588.3.224.072.468.108.732.108.528 0 .96-.104 1.296-.312.344-.208.516-.528.516-.96 0-.304-.108-.532-.324-.684a1.735 1.735 0 0 0-.768-.312l-1.632-.264c-.704-.112-1.268-.36-1.692-.744-.416-.384-.624-.92-.624-1.608 0-.384.088-.736.264-1.056.184-.32.424-.596.72-.828a3.37 3.37 0 0 1 1.032-.552c.392-.128.8-.192 1.224-.192.44 0 .852.064 1.236.192.392.128.732.308 1.02.54.296.232.528.512.696.84.176.32.268.676.276 1.068H11.15c-.008-.2-.056-.38-.144-.54a1.215 1.215 0 0 0-.36-.42 1.372 1.372 0 0 0-.516-.264 2.115 2.115 0 0 0-.648-.096c-.216 0-.424.024-.624.072-.2.048-.38.124-.54.228a1.18 1.18 0 0 0-.372.372 1.035 1.035 0 0 0-.132.528c0 .256.096.468.288.636.192.16.44.264.744.312l1.584.252c.344.056.664.148.96.276.304.12.564.284.78.492.216.2.384.44.504.72.128.272.192.588.192.948 0 .424-.092.804-.276 1.14a2.585 2.585 0 0 1-.72.84 3.24 3.24 0 0 1-1.08.528 4.74 4.74 0 0 1-1.32.18ZM17.627 16.168c-.504 0-.972-.076-1.404-.228a3.06 3.06 0 0 1-1.14-.732c-.472-.464-.796-.98-.972-1.548a6.845 6.845 0 0 1-.252-1.92c0-.696.084-1.328.252-1.896.176-.568.5-1.088.972-1.56.336-.336.72-.58 1.152-.732.44-.152.904-.228 1.392-.228.488 0 .948.076 1.38.228.432.152.82.396 1.164.732.48.464.804.98.972 1.548.168.568.252 1.204.252 1.908a6.51 6.51 0 0 1-.264 1.908c-.168.576-.488 1.096-.96 1.56-.336.336-.724.58-1.164.732a4.128 4.128 0 0 1-1.38.228Zm0-1.404c.288 0 .56-.048.816-.144.256-.096.476-.236.66-.42a2.29 2.29 0 0 0 .576-1.044c.096-.4.144-.872.144-1.416 0-.544-.048-1.012-.144-1.404a2.29 2.29 0 0 0-.576-1.044 1.828 1.828 0 0 0-.66-.42 2.305 2.305 0 0 0-.816-.144c-.288 0-.56.048-.816.144a1.828 1.828 0 0 0-.66.42 2.29 2.29 0 0 0-.576 1.044c-.096.392-.144.86-.144 1.404 0 .544.048 1.016.144 1.416.096.392.288.74.576 1.044.184.184.404.324.66.42.256.096.528.144.816.144Z" })), 'SvgIsometric');
const Memo = memo(SvgIsometric);
export { Memo as default };