UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.88 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 IconMaterialEmptyDashboardW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EmptyDashboardW100Filled', short_name: 'EmptyDashboard', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M286-256h136q12.75 0 21.38-8.63Q452-273.25 452-286v-76q0-12.75-8.62-21.38Q434.75-392 422-392H286q-12.75 0-21.37 8.62Q256-374.75 256-362v76q0 12.75 8.63 21.37Q273.25-256 286-256Zm0-192h136q12.75 0 21.38-8.63Q452-465.25 452-478v-196q0-12.75-8.62-21.38Q434.75-704 422-704H286q-12.75 0-21.37 8.62Q256-686.75 256-674v196q0 12.75 8.63 21.37Q273.25-448 286-448Zm252 192h136q12.75 0 21.38-8.63Q704-273.25 704-286v-196q0-12.75-8.62-21.38Q686.75-512 674-512H538q-12.75 0-21.37 8.62Q508-494.75 508-482v196q0 12.75 8.63 21.37Q525.25-256 538-256Zm0-312h136q12.75 0 21.38-8.63Q704-585.25 704-598v-76q0-12.75-8.62-21.38Q686.75-704 674-704H538q-12.75 0-21.37 8.62Q508-686.75 508-674v76q0 12.75 8.63 21.37Q525.25-568 538-568ZM232-172q-26 0-43-17t-17-43v-496q0-26 17-43t43-17h496q26 0 43 17t17 43v88h42q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4h-42v118h42q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4h-42v118h42q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4h-42v88q0 26-17 43t-43 17H232Z" }) }))); }); IconMaterialEmptyDashboardW100Filled.displayName = 'OnesyIconMaterialEmptyDashboardW100Filled'; exports.default = IconMaterialEmptyDashboardW100Filled;