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) 1.12 kB
import { jsx } from 'react/jsx-runtime'; import * as React from 'react'; import { memo } from 'react'; import { createSvgIcon } from '@mui/material/utils'; const SvgWristSmall = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { fillRule: "evenodd", d: "M2.5 2.5h9v4H9.25v5.331c.525.133 1.033.291 1.486.446a25.382 25.382 0 0 1 1.93.75l.03.013.008.003.002.001-.206.456.207-.455.293.133V14h2.632c.172-.3.495-.5.868-.5.556 0 1 .444 1 1s-.444 1-1 1a.995.995 0 0 1-.868-.5H13v.822l-.293.133-.207-.455.207.455h-.001l-.002.002-.009.003-.03.014a20.657 20.657 0 0 1-.526.223c-.35.144-.841.335-1.403.526-1.107.378-2.548.777-3.736.777a3 3 0 0 1-2.25-4.984V6.5H2.5v-4Zm8 3v-2h-7v2h7Zm-4.75 1v5.272A2.984 2.984 0 0 1 7 11.5c.14 0 .282.005.426.016.268.019.545.054.824.101V6.5h-2.5Zm-.246 6.673A2 2 0 0 0 7 16.5c1.012 0 2.321-.35 3.414-.723A24.399 24.399 0 0 0 12 15.172v-1.344a23.98 23.98 0 0 0-1.586-.605 18.56 18.56 0 0 0-1.388-.417l-.388-.089A7.793 7.793 0 0 0 7 12.5a1.952 1.952 0 0 0-1.396.574l-.1.099Z", clipRule: "evenodd" })), 'SvgWristSmall'); const Memo = memo(SvgWristSmall); export { Memo as default };