@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 695 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialEraserSize3 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "EraserSize3",
short_name: "EraserSize3",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M340-200q-58 0-99-41t-41-99q0-27 10.5-53t30.5-46l280-280q20-20 46-30.5t53-10.5q58 0 99 41t41 99q0 27-10.5 53T719-521L439-241q-20 20-46 30.5T340-200Z"
}));
});
IconMaterialEraserSize3.displayName = 'OnesyIconMaterialEraserSize3';
export default IconMaterialEraserSize3;