UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 420 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var ExpandMore = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z" })), name: 'ExpandMore' }); export default ExpandMore;