google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 721 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 NoMeetingRoom = createIcon("NoMeetingRoom", [
[
"path",
{
d: "M11.6348 10.3648H10.6348V12.3648H12.6348V11.3648L22.3648 21.0948L21.0948 22.3648L14.6348 15.9048V20.3648H3.63477V18.3648H5.63477V6.90477L1.63477 2.90477L2.90477 1.63477L11.6348 10.3648ZM14.6348 10.8548L6.14477 2.36477H14.6348V3.36477H19.6348V15.8548L17.6348 13.8548V5.36477H14.6348V10.8548Z",
key: "ta8ql2"
}
]
]);
export { NoMeetingRoom as default };
//# sourceMappingURL=no_meeting_room.js.map