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

5 lines
236 B
JavaScript

import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement("path", {
d: "M22 4c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4V4z"
}), 'ModeCommentRounded');