UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 454 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var KeyboardArrowDown = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z" })), name: 'KeyboardArrowDown' }); export default KeyboardArrowDown;