UNPKG

@evg-b/evg-icons

Version:

material icons

16 lines (13 loc) 470 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var OpenInFull = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", { fill: "none", height: "24", width: "24" }), /*#__PURE__*/React.createElement("polygon", { points: "21,11 21,3 13,3 16.29,6.29 6.29,16.29 3,13 3,21 11,21 7.71,17.71 17.71,7.71" })), name: 'OpenInFull' }); export default OpenInFull;