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

10 lines
491 B
JavaScript

import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", {
d: "M12 4.44L8.34 7h7.32z",
opacity: ".3"
}), React.createElement("path", {
d: "M22 9L12 2 2 9h9v13h2V9h9zM12 4.44L15.66 7H8.34L12 4.44z"
}), React.createElement("path", {
d: "M4.14 12l-1.96.37.82 4.37V22h2l.02-4H7v4h2v-6H4.9zM19.1 16H15v6h2v-4h1.98l.02 4h2v-5.26l.82-4.37-1.96-.37z"
})), 'DeckTwoTone');