UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 449 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var ArrowDownward = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z" })), name: 'ArrowDownward' }); export default ArrowDownward;