UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 465 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var FullscreenExit = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M5 16h3v3h2v-5H5v2zm3-8H5v2h5V5H8v3zm6 11h2v-3h3v-2h-5v5zm2-11V5h-2v5h5V8h-3z" })), name: 'FullscreenExit' }); export default FullscreenExit;