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

9 lines
381 B
JavaScript

import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", {
fill: "none",
d: "M24 24H0V0h24v24z",
opacity: ".87"
}), React.createElement("path", {
d: "M19 15l-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z"
})), 'SubdirectoryArrowRightSharp');