UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 430 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var LastPage = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z" })), name: 'LastPage' }); export default LastPage;