google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 522 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 FullscreenExit = createIcon("FullscreenExit", [
[
"path",
{
d: "M5 16H8V19H10V14H5V16ZM8 8H5V10H10V5H8V8ZM14 19H16V16H19V14H14V19ZM16 8V5H14V10H19V8H16Z",
key: "173bq1"
}
]
]);
export { FullscreenExit as default };
//# sourceMappingURL=fullscreen_exit.js.map