@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.03 kB
JavaScript
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 IconMaterialEraserSize4W100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EraserSize4W100', short_name: 'EraserSize4', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M404-212q-79.73 0-135.86-56.03Q212-324.06 212-403.65 212-441 226-476q14-35 42-64l152-152q28-28 63.4-42 35.41-14 72.84-14Q636-748 692-691.97q56 56.03 56 135.62 0 37.35-14 72.85-14 35.5-42 63.5L540-268q-29 28-64 42-34.99 14-72 14Z" }) })));
});
IconMaterialEraserSize4W100.displayName = 'OnesyIconMaterialEraserSize4W100';
exports.default = IconMaterialEraserSize4W100;
;