UNPKG

@evg-b/evg-icons

Version:

material icons

16 lines (13 loc) 516 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var CloseFullscreen = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24" }), /*#__PURE__*/React.createElement("path", { d: "M22,3.41l-5.29,5.29L20,12h-8V4l3.29,3.29L20.59,2L22,3.41z M3.41,22l5.29-5.29L12,20v-8H4l3.29,3.29L2,20.59L3.41,22z" })), name: 'CloseFullscreen' }); export default CloseFullscreen;