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

5 lines
220 B
JavaScript

import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement("path", {
d: "M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z"
}), 'BookmarkRounded');