google-material-icons
Version:
A google material icon library package for React applications
29 lines (25 loc) • 769 B
JavaScript
/**
* @license google-material-icons v2.1.4 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const CompassCalibration = createIcon("CompassCalibration", [
[
"path",
{
d: "M12 21C14.2091 21 16 19.2091 16 17C16 14.7909 14.2091 13 12 13C9.79086 13 8 14.7909 8 17C8 19.2091 9.79086 21 12 21Z",
key: "1xchhz"
}
],
[
"path",
{
d: "M12 10.07C13.95 10.07 15.72 10.86 17 12.14L22 7.14C19.44 4.59 15.9 3 12 3C8.1 3 4.56 4.59 2 7.15L7 12.15C8.28 10.87 10.05 10.07 12 10.07Z",
key: "1hwcoo"
}
]
]);
export { CompassCalibration as default };
//# sourceMappingURL=compass_calibration.js.map