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

5 lines
218 B
JavaScript

import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement("path", {
d: "M10 8.64L15.27 12 10 15.36V8.64M8 5v14l11-7L8 5z"
}), 'PlayArrowOutlined');