google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 762 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: "M12.5654 4.43445V8.31445L14.5654 10.3145V5.43445H17.5654V13.3145L19.5654 15.3145V3.43445H14.5654V2.43445H6.68543L8.68543 4.43445H12.5654ZM2.97543 1.56445L1.56543 2.97445L5.56543 6.97445V18.4345H3.56543V20.4345H14.5654V15.9745L21.0254 22.4345L22.4354 21.0245L2.97543 1.56445ZM12.5654 18.4345H7.56543V8.97445L12.5654 13.9745V18.4345Z",
key: "1bw08x"
}
]
]);
export { NoMeetingRoom as default };
//# sourceMappingURL=no_meeting_room.js.map