UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.28 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 IconMaterialBedW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BedW100', short_name: 'Bed', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M132-266v-174q0-15 10-34.5t30-27.5v-86q0-29 19.5-48.5T240-656h186q20 0 33 8.5t21 23.5q8-15 21-23.5t33-8.5h186q29 0 48.5 19.5T788-588v86q20 8 30 27.5t10 34.5v174q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-66H160v66q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98Zm362-242h266v-80q0-17-11.5-28.5T720-628H534q-17 0-28.5 11.5T494-588v80Zm-294 0h266v-80q0-17-11.5-28.5T426-628H240q-17 0-28.5 11.5T200-588v80Zm-40 148h640v-80q0-17-11.5-28.5T760-480H200q-17 0-28.5 11.5T160-440v80Zm640 0H160h640Z" }) }))); }); IconMaterialBedW100.displayName = 'OnesyIconMaterialBedW100'; exports.default = IconMaterialBedW100;