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.11 kB
import { jsx } from 'react/jsx-runtime'; import * as React from 'react'; import { memo } from 'react'; import { createSvgIcon } from '@mui/material/utils'; const SvgWrist = createSvgIcon(React.createElement(React.Fragment, {}, jsx("path", { fillRule: "evenodd", d: "M3 3h10.5v5h-2.25v6.083a39.947 39.947 0 0 1 2.917.947l.036.014.012.004h.001l-.266.702.266-.701.484.184V16.8h3.503c.26-.447.745-.75 1.297-.75.824 0 1.5.676 1.5 1.5s-.676 1.5-1.5 1.5a1.504 1.504 0 0 1-1.297-.75H14.7v.967l-.484.184-.266-.701.266.701-.013.005-.036.014-.133.049a39.947 39.947 0 0 1-2.099.7C10.696 20.591 9.1 21 7.95 21a3.746 3.746 0 0 1-3.75-3.75c0-1.013.4-1.93 1.05-2.605V8H3V3Zm9 3.5v-2H4.5v2H12ZM6.75 8v5.695a3.705 3.705 0 0 1 1.2-.195c.53 0 1.157.087 1.8.218V8h-3Zm-.097 7.41a2.245 2.245 0 0 0-.953 1.84 2.246 2.246 0 0 0 2.25 2.25c.901 0 2.304-.342 3.552-.718a38.004 38.004 0 0 0 1.698-.557v-1.95a38.004 38.004 0 0 0-1.698-.557c-.388-.117-.791-.23-1.19-.332C9.402 15.16 8.55 15 7.95 15a2.248 2.248 0 0 0-1.244.374l-.053.036Z", clipRule: "evenodd" })), 'SvgWrist'); const Memo = memo(SvgWrist); export { Memo as default };