UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.26 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 IconMaterialBorderInnerW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BorderInnerW100Filled', short_name: 'BorderInner', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M3.5 20.5v-1h1v1Zm8.5 0q-.2 0-.35-.15-.15-.15-.15-.35v-7.5H4q-.2 0-.35-.15-.15-.15-.15-.35 0-.225.15-.363.15-.137.35-.137h7.5V4q0-.225.15-.363.15-.137.35-.137.225 0 .363.137.137.138.137.363v7.5H20q.225 0 .363.137.137.138.137.363 0 .2-.137.35-.138.15-.363.15h-7.5V20q0 .2-.137.35-.138.15-.363.15Zm-8.5-4v-1h1v1Zm0-8v-1h1v1Zm0-4v-1h1v1Zm4 16v-1h1v1Zm0-16v-1h1v1Zm8 16v-1h1v1Zm0-16v-1h1v1Zm4 16v-1h1v1Zm0-4v-1h1v1Zm0-8v-1h1v1Zm0-4v-1h1v1Z" }) }))); }); IconMaterialBorderInnerW100Filled.displayName = 'AmauiIconMaterialBorderInnerW100Filled'; exports.default = IconMaterialBorderInnerW100Filled;