iconista
Version:
Thousands of SVG icons with one React component
14 lines (13 loc) • 1.06 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const RoomMenu = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("g", { fill: "currentColor", fillRule: "evenodd" },
React.createElement("path", { d: "M14 17h4V7h-4v10zM12 6.007C12 5.45 12.453 5 12.997 5h6.006c.55 0 .997.45.997 1.007v11.986c0 .556-.453 1.007-.997 1.007h-6.006c-.55 0-.997-.45-.997-1.007V6.007z", fillRule: "nonzero" }),
React.createElement("rect", { x: "4", y: "5", width: "6", height: "2", rx: "1" }),
React.createElement("rect", { x: "4", y: "9", width: "6", height: "2", rx: "1" }),
React.createElement("rect", { x: "4", y: "13", width: "6", height: "2", rx: "1" }),
React.createElement("rect", { x: "4", y: "17", width: "6", height: "2", rx: "1" })));
exports.default = RoomMenu;