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

8 lines
370 B
JavaScript

import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", {
d: "M14 14v1.17L17.17 12 14 8.83V10H6v4z",
opacity: ".3"
}), React.createElement("path", {
d: "M20 12l-8-8v4H4v8h8v4l8-8zM6 14v-4h8V8.83L17.17 12 14 15.17V14H6z"
})), 'ForwardTwoTone');