@evg-b/evg-icons
Version:
material icons
12 lines (9 loc) • 418 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var NoMeetingRoom = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M11 11h-1v2h2v-1l9.73 9.73L20.46 23 14 16.54V21H3v-2h2V7.54l-4-4 1.27-1.27L11 11zm3 .49L5.51 3H14v1h5v12.49l-2-2V6h-3v5.49z"
})),
name: 'NoMeetingRoom'
});
export default NoMeetingRoom;