UNPKG

@atlaskit/icon

Version:

An icon is a symbol representing a command, device, directory, or common action.

17 lines (16 loc) 1.14 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _base = require("@atlaskit/icon/base"); var _panelRight = _interopRequireDefault(require("@atlaskit/icon/core/panel-right")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const RoomMenuIcon = props => /*#__PURE__*/_react.default.createElement(_base.IconFacade, Object.assign({ dangerouslySetGlyph: `<svg width="24" height="24" viewBox="0 0 24 24" role="presentation"><g fill="currentcolor" fill-rule="evenodd"><path fill-rule="nonzero" d="M14 17h4V7h-4zM12 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.007z"/><rect width="6" height="2" x="4" y="5" rx="1"/><rect width="6" height="2" x="4" y="9" rx="1"/><rect width="6" height="2" x="4" y="13" rx="1"/><rect width="6" height="2" x="4" y="17" rx="1"/></g></svg>` }, props, { newIcon: _panelRight.default })); RoomMenuIcon.displayName = 'RoomMenuIcon'; var _default = exports.default = RoomMenuIcon;