@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.18 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 IconMaterialBorderInner = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BorderInner', short_name: 'BorderInner', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M3 21v-2h2v2Zm9 0q-.425 0-.712-.288Q11 20.425 11 20v-7H4q-.425 0-.712-.288Q3 12.425 3 12t.288-.713Q3.575 11 4 11h7V4q0-.425.288-.713Q11.575 3 12 3t.713.287Q13 3.575 13 4v7h7q.425 0 .712.287.288.288.288.713t-.288.712Q20.425 13 20 13h-7v7q0 .425-.287.712Q12.425 21 12 21Zm-9-4v-2h2v2Zm0-8V7h2v2Zm0-4V3h2v2Zm4 16v-2h2v2ZM7 5V3h2v2Zm8 16v-2h2v2Zm0-16V3h2v2Zm4 16v-2h2v2Zm0-4v-2h2v2Zm0-8V7h2v2Zm0-4V3h2v2Z" }) })));
});
IconMaterialBorderInner.displayName = 'AmauiIconMaterialBorderInner';
exports.default = IconMaterialBorderInner;