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

9 lines
429 B
JavaScript

import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("circle", {
cx: "12",
cy: "12",
r: "3.2"
}), React.createElement("path", {
d: "M9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2H9zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z"
})), 'CameraAlt');