@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.37 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 IconMaterialBackgroundGridSmallW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BackgroundGridSmallW100Filled', short_name: 'BackgroundGridSmall', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M232 884h73V751H172v73q0 24.75 17.625 42.375T232 884Zm101 0h133V751H333v133Zm161 0h133V751H494v133Zm161 0h73q24.75 0 42.375-17.625T788 824v-73H655v133ZM172 401h133V268h-73q-24.75 0-42.375 17.625T172 328v73Zm0 161h133V429H172v133Zm0 161h133V590H172v133Zm161-322h133V268H333v133Zm0 161h133V429H333v133Zm0 161h133V590H333v133Zm161-322h133V268H494v133Zm0 161h133V429H494v133Zm0 161h133V590H494v133Zm161-322h133v-73q0-24.75-17.625-42.375T728 268h-73v133Zm0 161h133V429H655v133Zm0 161h133V590H655v133Z" }) })));
});
IconMaterialBackgroundGridSmallW100Filled.displayName = 'AmauiIconMaterialBackgroundGridSmallW100Filled';
exports.default = IconMaterialBackgroundGridSmallW100Filled;