UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 440 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var ArrowUpward = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M4 12l1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z" })), name: 'ArrowUpward' }); export default ArrowUpward;