UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 953 B
"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 IconMaterialEraserSize1W100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EraserSize1W100', short_name: 'EraserSize1', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M302-252q-20 0-35-15t-15-35q0-10 3.5-18.5T267-337l356-356q8-8 17-11.5t19-3.5q20 0 34.5 14.5T708-658q0 10-3.5 18.5T694-623L337-267q-7 8-16 11.5t-19 3.5Z" }) }))); }); IconMaterialEraserSize1W100.displayName = 'OnesyIconMaterialEraserSize1W100'; exports.default = IconMaterialEraserSize1W100;