@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 644 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialPenSize1Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "PenSize1Filled",
short_name: "PenSize1",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M199-199q-9-9-9-21t9-21l520-520q9-9 21-9t21 9q9 9 9 21t-9 21L241-199q-9 9-21 9t-21-9Z"
}));
});
IconMaterialPenSize1Filled.displayName = 'OnesyIconMaterialPenSize1Filled';
export default IconMaterialPenSize1Filled;