UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.19 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 IconMaterialViewModuleW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ViewModuleW100', short_name: 'ViewModule', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M592-494h167v-154q0-14-9-23t-23-9H592v186Zm-195 0h167v-186H397v186Zm-195 0h167v-186H234q-14 0-23 9t-9 23v154Zm32 214h135v-186H202v154q0 14 9 23t23 9Zm163 0h167v-186H397v186Zm195 0h135q14 0 23-9t9-23v-154H592v186Zm-418-32v-336q0-24.75 17.63-42.38Q209.25-708 234-708h493q24.75 0 42.38 17.62Q787-672.75 787-648v336q0 24.75-17.62 42.37Q751.75-252 727-252H234q-24.75 0-42.37-17.63Q174-287.25 174-312Z" }) }))); }); IconMaterialViewModuleW100.displayName = 'OnesyIconMaterialViewModuleW100'; exports.default = IconMaterialViewModuleW100;