@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 419 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var FastRewind = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M11 18V6l-8.5 6 8.5 6zm.5-6l8.5 6V6l-8.5 6z"
})),
name: 'FastRewind'
});
export default FastRewind;