UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 737 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialStylusW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "StylusW100", short_name: "Stylus", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M211-176q-16 3-27-8t-8-27l23-112 124 124-112 23Zm112-23L199-323l434-434q17-17 42-17t42 17l40 40q17 17 17 42t-17 42L323-199Zm330-538L252-337l85 85 400-401q9-9 9-22.5t-9-22.5l-39-39q-9-9-22.5-9t-22.5 9Z" })); }); IconMaterialStylusW100.displayName = 'OnesyIconMaterialStylusW100'; export default IconMaterialStylusW100;