UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 716 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialEraserSize5W100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EraserSize5W100", short_name: "EraserSize5", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M409-172q-99 0-168-69t-69-168q0-45 17.5-88.5T242-576l144-144q35-35 78-52t89-17q98 0 167 69t69 167q0 46-17 89t-52 78L576-242q-35 35-78.5 52.5T409-172Z" })); }); IconMaterialEraserSize5W100.displayName = 'OnesyIconMaterialEraserSize5W100'; export default IconMaterialEraserSize5W100;