UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 729 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialEraserSize4Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EraserSize4Filled", short_name: "EraserSize4", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M396-160q-98 0-167-69t-69-167q0-46 17-89.5t52-78.5l167-167q35-35 78.5-52t89.5-17q98 0 167 69t69 167q0 46-17 89.5T731-396L564-229q-35 35-78.5 52T396-160Z" })); }); IconMaterialEraserSize4Filled.displayName = 'OnesyIconMaterialEraserSize4Filled'; export default IconMaterialEraserSize4Filled;