@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.05 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 IconMaterialEraserSize3W100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EraserSize3W100', short_name: 'EraserSize3', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M355.95-252q-43.06 0-73.51-30.2Q252-312.4 252-355.11q0-19.89 7.94-39.03T283-428l249-250q14.78-14.63 33.99-22.32Q585.2-708 605.15-708 648-708 678-677.8q30 30.2 30 72.91 0 19.89-7.68 39.03Q692.63-546.72 678-532L429-282q-16 15-34.5 22.5t-38.55 7.5Z" }) })));
});
IconMaterialEraserSize3W100.displayName = 'OnesyIconMaterialEraserSize3W100';
exports.default = IconMaterialEraserSize3W100;
;