Gazebo_simulation-Frontend/node_modules/@material-ui/icons/esm/FastForward.js
2020-12-21 10:29:31 -05:00

5 lines
203 B
JavaScript

import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement("path", {
d: "M4 18l8.5-6L4 6v12zm9-12v12l8.5-6L13 6z"
}), 'FastForward');