spaceout/front_end/node_modules/@material-ui/icons/esm/SportsGolf.js
2020-12-12 10:25:30 -05:00

19 lines
706 B
JavaScript

import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M12 16c3.87 0 7-3.13 7-7s-3.13-7-7-7-7 3.13-7 7 3.13 7 7 7zm0-12c2.76 0 5 2.24 5 5s-2.24 5-5 5-5-2.24-5-5 2.24-5 5-5z"
}), /*#__PURE__*/React.createElement("circle", {
cx: "10",
cy: "8",
r: "1"
}), /*#__PURE__*/React.createElement("circle", {
cx: "14",
cy: "8",
r: "1"
}), /*#__PURE__*/React.createElement("circle", {
cx: "12",
cy: "6",
r: "1"
}), /*#__PURE__*/React.createElement("path", {
d: "M7 19h2c1.1 0 2 .9 2 2v1h2v-1c0-1.1.9-2 2-2h2v-2H7v2z"
})), 'SportsGolf');