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

8 lines
486 B
JavaScript

import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", {
d: "M20 3H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1zm-1 6H4V5h15v4zm1 4H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1v-6c0-.55-.45-1-1-1zm-1 6H4v-4h15v4z"
}), React.createElement("path", {
d: "M4 15h15v4H4zM4 5h15v4H4z",
opacity: ".3"
})), 'ViewAgendaTwoTone');