Files
emaui/node_modules/@tabler/icons-react/dist/esm/icons/IconBedFilled.mjs
2026-05-29 15:23:46 +03:00

15 lines
806 B
JavaScript

/**
* @license @tabler/icons-react v3.44.0 - MIT
*
* This source code is licensed under the MIT license.
* See the LICENSE file in the root directory of this source tree.
*/
import createReactComponent from '../createReactComponent.mjs';
const __iconNode = [["path", { "d": "M3 6a1 1 0 0 1 .993 .883l.007 .117v6h6v-5a1 1 0 0 1 .883 -.993l.117 -.007h8a3 3 0 0 1 2.995 2.824l.005 .176v8a1 1 0 0 1 -1.993 .117l-.007 -.117v-3h-16v3a1 1 0 0 1 -1.993 .117l-.007 -.117v-11a1 1 0 0 1 1 -1z", "key": "svg-0" }], ["path", { "d": "M7 8a2 2 0 1 1 -1.995 2.15l-.005 -.15l.005 -.15a2 2 0 0 1 1.995 -1.85z", "key": "svg-1" }]];
const IconBedFilled = createReactComponent("filled", "bed-filled", "BedFilled", __iconNode);
export { __iconNode, IconBedFilled as default };
//# sourceMappingURL=IconBedFilled.mjs.map