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

8 lines
402 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: "m0 0h24v24H0V0z"
}), React.createElement("path", {
d: "M18 4l-3 3h2v13h2V7h2l-3-3zm-6.2 11.5v-5l2.2-.9V7.5L3 12.25v1.5l11 4.75v-2.1l-2.2-.9zM4.98 13L10 11.13v3.74L4.98 13z"
})), 'TextRotateUpSharp');