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

5 lines
276 B
JavaScript

import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement("path", {
d: "M5 19h4v-7H3v5c0 1.1.9 2 2 2zm5 0h10c1.1 0 2-.9 2-2v-5H10v7zM3 7v4h19V7c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2z"
}), 'ViewCompactRounded');