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

10 lines (7 loc) 684 B
import { jsx } from 'react/jsx-runtime'; import * as React from 'react'; import { memo } from 'react'; import { createSvgIcon } from '@mui/material/utils'; const SvgRackSmall = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { fillRule: "evenodd", d: "M3.17 5.83c-.274 0-.5.226-.5.5v.97h-1v-.97c0-.826.674-1.5 1.5-1.5h13.67c.826 0 1.5.674 1.5 1.5v.97h-1v-.97c0-.274-.226-.5-.5-.5H3.17ZM7.5 12.17h5v3h-5v-3Zm1 1v1h3v-1h-3Z", clipRule: "evenodd" }), jsx("path", { fillRule: "evenodd", d: "M9.5 12.67V5.33h1v7.34h-1ZM5.58 7.3V5.33h1V7.3h-1ZM13.42 7.3v-2h1v2h-1Z", clipRule: "evenodd" })), 'SvgRackSmall'); const Memo = memo(SvgRackSmall); export { Memo as default };