@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 690 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialStylusW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "StylusW100Filled",
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 23Zm132-42L218-343l415-414q17-17 42-17t42 17l40 40q17 17 17 42t-17 42L343-218Z"
}));
});
IconMaterialStylusW100Filled.displayName = 'OnesyIconMaterialStylusW100Filled';
export default IconMaterialStylusW100Filled;