UNPKG

@material-ui/icons

Version:

Material Design Svg Icons converted to Material-UI React components.

5 lines 233 B
import * as React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( /*#__PURE__*/React.createElement("path", { d: "M5.88 4.12L13.76 12l-7.88 7.88L8 22l10-10L8 2z" }), 'ArrowForwardIos');