UNPKG

@evg-b/evg-icons

Version:

material icons

12 lines (9 loc) 344 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var MeetingRoom = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M14 6v15H3v-2h2V3h9v1h5v15h2v2h-4V6h-3zm-4 5v2h2v-2h-2z" })), name: 'MeetingRoom' }); export default MeetingRoom;