@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.33 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("@amaui/ui-react");
const IconMaterialBackspaceFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BackspaceFilled', short_name: 'Backspace', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M9.025 19q-.5 0-.937-.225-.438-.225-.713-.625l-3.525-5q-.375-.525-.375-1.15 0-.625.375-1.15l3.525-5q.275-.4.713-.625Q8.525 5 9.025 5h10q.825 0 1.413.588.587.587.587 1.412v10q0 .825-.587 1.413-.588.587-1.413.587Zm1.675-3.7q.275.275.7.275.425 0 .7-.275l1.9-1.9 1.9 1.9q.275.275.7.275.425 0 .7-.275.275-.275.275-.7 0-.425-.275-.7L15.4 12l1.9-1.9q.275-.275.275-.7 0-.425-.275-.7-.275-.275-.7-.275-.425 0-.7.275L14 10.6l-1.9-1.9q-.275-.275-.7-.275-.425 0-.7.275-.275.275-.275.7 0 .425.275.7l1.9 1.9-1.9 1.9q-.275.275-.275.7 0 .425.275.7Z" }) })));
});
IconMaterialBackspaceFilled.displayName = 'AmauiIconMaterialBackspaceFilled';
exports.default = IconMaterialBackspaceFilled;