@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 660 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialPenSize4Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "PenSize4Filled",
short_name: "PenSize4",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M229-229q-29-29-29-71t29-71l360-360q29-29 71-29t71 29q29 29 29 71t-29 71L371-229q-29 29-71 29t-71-29Z"
}));
});
IconMaterialPenSize4Filled.displayName = 'OnesyIconMaterialPenSize4Filled';
export default IconMaterialPenSize4Filled;