@evg-b/evg-icons
Version:
material icons
19 lines (16 loc) • 597 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var CompassCalibration = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__PURE__*/React.createElement("circle", {
cx: "12",
cy: "17",
r: "4"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 10.07c1.95 0 3.72.79 5 2.07l5-5C19.44 4.59 15.9 3 12 3S4.56 4.59 2 7.15l5 5c1.28-1.28 3.05-2.08 5-2.08z"
})),
name: 'CompassCalibration'
});
export default CompassCalibration;