@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 IconMaterialPenSize5Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "PenSize5Filled",
short_name: "PenSize5",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M235-235q-35-35-35-85t35-85l320-320q35-35 85-35t85 35q35 35 35 85t-35 85L405-235q-35 35-85 35t-85-35Z"
}));
});
IconMaterialPenSize5Filled.displayName = 'OnesyIconMaterialPenSize5Filled';
export default IconMaterialPenSize5Filled;