@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) • 1.41 kB
JavaScript
import { jsx } from 'react/jsx-runtime';
import * as React from 'react';
import { memo } from 'react';
import { createSvgIcon } from '@mui/material/utils';
const SvgStock = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { fillRule: "evenodd", d: "M4 11.643c0-1.105 1.79-2 4-2s4 .895 4 2v7.06c0 1.105-1.79 2-4 2s-4-.895-4-2v-7.06Zm6.5 1.56c-.685.275-1.554.44-2.5.44s-1.815-.165-2.5-.44v5.355c.05.046.15.123.342.218.475.238 1.236.428 2.158.428.922 0 1.683-.19 2.158-.428.191-.095.292-.172.342-.218v-5.354Zm-4.793-1.56c.04.022.084.046.135.072.475.238 1.236.428 2.158.428.922 0 1.683-.19 2.158-.428.05-.025.096-.05.135-.072a2.5 2.5 0 0 0-.135-.073c-.475-.237-1.236-.427-2.158-.427-.922 0-1.683.19-2.158.427-.048.024-.09.047-.127.068l-.008.005Zm4.836 6.865s-.002.006-.01.016a.066.066 0 0 1 .01-.016Zm-5.086 0s.005.005.01.016c-.008-.01-.01-.016-.01-.016Zm0-6.67s.002-.005.01-.015a.065.065 0 0 1-.01.015Zm5.076-.015a.07.07 0 0 1 .01.015s-.005-.005-.01-.015Z", clipRule: "evenodd" }), jsx("path", { fillRule: "evenodd", d: "M13.75 8.19v4.238l-.75-.417v1.716l1.463.813 4.545-2.02c.451-.2.742-.648.742-1.142V5.215l-4.742-2.107a1.25 1.25 0 0 0-1.016 0L9.25 5.215v3.518a8.019 8.019 0 0 1 1.5.26V6.857l3 1.333Zm-1.903-2.487 2.653-1.18 2.653 1.18-2.653 1.18-2.653-1.18ZM15.25 8.19l3-1.333v4.358l-3 1.334V8.19Z", clipRule: "evenodd" })), 'SvgStock');
const Memo = memo(SvgStock);
export { Memo as default };