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

5 lines
221 B
JavaScript

import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement("path", {
d: "M22 2H2v16h16l4 4V2zm-5 9h-4v4h-2v-4H7V9h4V5h2v4h4v2z"
}), 'AddCommentSharp');