google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 502 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: "M19 19V4H15V3H5V19H3V21H15V6H17V21H21V19H19ZM13 19H7V5H13V19ZM10 11H12V13H10V11Z",
key: "w04644"
}
]
]);
export { MeetingRoom as default };
//# sourceMappingURL=meeting_room.js.map