@icongo/cg
Version:
css.gg Icons
15 lines • 573 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGCalibrate = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M12.05 5a8.97 8.97 0 0 1 6.314 2.586l-4.243 4.243A2.99 2.99 0 0 0 12.05 11c-.855 0-1.625.357-2.172.93L5.636 7.687A8.973 8.973 0 0 1 12.05 5Zm0 14a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"
})
}));
export { CGCalibrate };