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

9 lines
386 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",
opacity: ".87"
}), React.createElement("path", {
d: "M3 14h4v-4H3v4zm0 5h4v-4H3v4zM3 9h4V5H3v4zm5 5h12v-4H8v4zm0 5h12v-4H8v4zM8 5v4h12V5H8z"
})), 'ViewListSharp');