UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.33 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("@amaui/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 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M3.65 17.7q-.15 0-.25-.1t-.1-.25V13q0-.375.25-.863.25-.487.75-.687V9.3q0-.725.487-1.213Q5.275 7.6 6 7.6h4.65q.5 0 .825.212.325.213.525.588.2-.375.525-.588.325-.212.825-.212H18q.725 0 1.213.487.487.488.487 1.213v2.15q.5.2.75.687.25.488.25.863v4.35q0 .15-.1.25t-.25.1q-.15 0-.25-.1t-.1-.25V15.7H4v1.65q0 .15-.1.25t-.25.1Zm8.7-6.4H19v-2q0-.425-.288-.713Q18.425 8.3 18 8.3h-4.65q-.425 0-.712.287-.288.288-.288.713ZM5 11.3h6.65v-2q0-.425-.287-.713-.288-.287-.713-.287H6q-.425 0-.713.287Q5 8.875 5 9.3ZM4 15h16v-2q0-.425-.288-.713Q19.425 12 19 12H5q-.425 0-.713.287Q4 12.575 4 13Zm16 0H4h16Z" }) }))); }); IconMaterialBedW100.displayName = 'AmauiIconMaterialBedW100'; exports.default = IconMaterialBedW100;