UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.34 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("@onesy/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 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M200-120h40v-120H120v40q0 33 23.5 56.5T200-120Zm120 0h120v-120H320v120Zm200 0h120v-120H520v120Zm200 0h40q33 0 56.5-23.5T840-200v-40H720v120ZM120-720h120v-120h-40q-33 0-56.5 23.5T120-760v40Zm0 200h120v-120H120v120Zm0 200h120v-120H120v120Zm200-400h120v-120H320v120Zm0 200h120v-120H320v120Zm0 200h120v-120H320v120Zm200-400h120v-120H520v120Zm0 200h120v-120H520v120Zm0 200h120v-120H520v120Zm200-400h120v-40q0-33-23.5-56.5T760-840h-40v120Zm0 200h120v-120H720v120Zm0 200h120v-120H720v120Z" }) }))); }); IconMaterialBackgroundGridSmallFilled.displayName = 'OnesyIconMaterialBackgroundGridSmallFilled'; exports.default = IconMaterialBackgroundGridSmallFilled;