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

9 lines
435 B
JavaScript

import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon( /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("circle", {
cx: "12",
cy: "17",
r: "4"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 3C8.1 3 4.56 4.59 2 7.15l5 5c1.28-1.28 3.05-2.08 5-2.08s3.72.79 5 2.07l5-5C19.44 4.59 15.9 3 12 3z"
})), 'CompassCalibrationSharp');