@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 677 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialStylusFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "StylusFilled",
short_name: "Stylus",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M168-121q-21 5-36.5-10.5T121-168l35-170 182 182-170 35Zm235-84L205-403l413-413q23-23 57-23t57 23l84 84q23 23 23 57t-23 57L403-205Z"
}));
});
IconMaterialStylusFilled.displayName = 'OnesyIconMaterialStylusFilled';
export default IconMaterialStylusFilled;