UNPKG

@evg-b/evg-ui

Version:

EVG-UI library inspired by Material Design.

15 lines (12 loc) 436 B
import React from 'react'; import CreateSvgIcon from '../../../utils/CreateSvgIcon.js'; var ChevronLeft = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z" })), name: 'ChevronLeft' }); export default ChevronLeft;