UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.33 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("@amaui/ui-react"); const IconMaterialBackspaceW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BackspaceW100Filled', short_name: 'Backspace', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M9.65 17.7q-.575 0-1.037-.275-.463-.275-.813-.725l-2.725-3.825Q4.8 12.475 4.8 12t.275-.875L7.8 7.25q.325-.45.813-.7Q9.1 6.3 9.65 6.3h8.4q.625 0 1.063.438.437.437.437 1.062v8.4q0 .625-.437 1.062-.438.438-1.063.438Zm1.05-2.85q.125.125.25.125t.25-.125l2.35-2.35 2.35 2.35q.125.125.25.125t.25-.125q.125-.125.125-.25t-.125-.25L14.05 12l2.35-2.35q.125-.125.125-.25t-.125-.25q-.125-.125-.25-.125t-.25.125l-2.35 2.35-2.35-2.35q-.125-.125-.25-.125t-.25.125q-.125.125-.125.25t.125.25L13.05 12l-2.35 2.35q-.125.125-.125.25t.125.25Z" }) }))); }); IconMaterialBackspaceW100Filled.displayName = 'AmauiIconMaterialBackspaceW100Filled'; exports.default = IconMaterialBackspaceW100Filled;