UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.02 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialInkEraserW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'InkEraserW100Filled', short_name: 'InkEraser', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M662-240h172q6 0 10 4t4 10q0 6-4 10t-10 4H634l28-28Zm-470 28q-6 0-11-2t-10-7l-39-39q-18-18-18.5-42t17.5-43l396-412q18-19 42-18.5t42 18.5l153 153q18 18 18.5 42.5T765-519L475-221q-5 5-10.5 7t-11.5 2H192Z" }) }))); }); IconMaterialInkEraserW100Filled.displayName = 'OnesyIconMaterialInkEraserW100Filled'; exports.default = IconMaterialInkEraserW100Filled;