google-material-icons
Version:
A google material icon library package for React applications
16 lines (12 loc) • 456 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const MeetingRoom = createIcon("MeetingRoom", [
["path", { d: "M14 6V21H3V19H5V3H14V4H19V19H21V21H17V6H14ZM10 11V13H12V11H10Z", key: "kynqeq" }]
]);
export { MeetingRoom as default };
//# sourceMappingURL=meeting_room.js.map