Gazebo_simulation-Frontend/node_modules/@material-ui/icons/esm/ChevronRight.js

5 lines
211 B
JavaScript
Raw Normal View History

2020-12-21 11:29:31 -04:00
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement("path", {
d: "M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"
}), 'ChevronRight');