UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.32 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 IconMaterialBackgroundGridSmallFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BackgroundGridSmallFilled', short_name: 'BackgroundGridSmall', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M200 936h40V816H120v40q0 33 23.5 56.5T200 936Zm120 0h120V816H320v120Zm200 0h120V816H520v120Zm200 0h40q33 0 56.5-23.5T840 856v-40H720v120ZM120 336h120V216h-40q-33 0-56.5 23.5T120 296v40Zm0 200h120V416H120v120Zm0 200h120V616H120v120Zm200-400h120V216H320v120Zm0 200h120V416H320v120Zm0 200h120V616H320v120Zm200-400h120V216H520v120Zm0 200h120V416H520v120Zm0 200h120V616H520v120Zm200-400h120v-40q0-33-23.5-56.5T760 216h-40v120Zm0 200h120V416H720v120Zm0 200h120V616H720v120Z" }) }))); }); IconMaterialBackgroundGridSmallFilled.displayName = 'AmauiIconMaterialBackgroundGridSmallFilled'; exports.default = IconMaterialBackgroundGridSmallFilled;