UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.05 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 IconMaterialWindowW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'WindowW100Filled', short_name: 'Window', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M494-466h294v234q0 24.75-17.62 42.37Q752.75-172 728-172H494v-294Zm0-28v-294h234q24.75 0 42.38 17.62Q788-752.75 788-728v234H494Zm-28 0H172v-234q0-24.75 17.63-42.38Q207.25-788 232-788h234v294Zm0 28v294H232q-24.75 0-42.37-17.63Q172-207.25 172-232v-234h294Z" }) }))); }); IconMaterialWindowW100Filled.displayName = 'OnesyIconMaterialWindowW100Filled'; exports.default = IconMaterialWindowW100Filled;