UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.08 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialInkEraserOffW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "InkEraserOffW100", short_name: "InkEraserOff", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M784-136 585-335 484-230q-8 9-19.5 13.5T441-212H205q-12 0-23.5-5T162-230l-30-30q-18-18-18.5-42t17.5-43l218-226-213-213q-4-4-4.5-9.5T136-804q5-5 10-5t10 5l648 648q4 4 4.5 9.5T804-136q-5 5-10 5t-10-5ZM192-240h262l111-115-197-197-217 225q-8 9-8 23.5t8 22.5l41 41Zm591-322q0 11-4.5 22.5T765-519l-95 97q-4 5-9.5 5t-10.5-5q-4-4-4-9.5t4-10.5l95-97q8-8 8-23t-8-23L592-738q-8-8-22.5-8t-22.5 9l-94 98q-4 5-9.5 5t-10.5-5q-4-4-4-9.5t4-10.5l94-98q9-10 20-14t22-4q11 0 22 4.5t20 13.5l153 153q9 9 14 20t5 22Zm-241 31Zm-75 77Z" })); }); IconMaterialInkEraserOffW100.displayName = 'OnesyIconMaterialInkEraserOffW100'; export default IconMaterialInkEraserOffW100;