UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 418 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var FastForward = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M4 18l8.5-6L4 6v12zm9-12v12l8.5-6L13 6z" })), name: 'FastForward' }); export default FastForward;