@icongo/cg
Version:
css.gg Icons
17 lines • 1.33 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGGlobeAlt = 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",
fillRule: "evenodd",
d: "M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Zm2.806-2.585a7.004 7.004 0 0 0 4.175-5.89c-.823.449-1.861.817-3.044 1.073-.149 1.87-.554 3.54-1.131 4.817ZM9.195 5.585a7.016 7.016 0 0 0-3.973 4.659c.232.22.626.49 1.226.757.45.2.973.379 1.557.529.054-2.324.498-4.415 1.19-5.945Zm.906 8.326c.156 1.457.484 2.71.898 3.64.294.662.593 1.074.823 1.293.082.078.14.12.178.14a.983.983 0 0 0 .178-.14c.23-.22.529-.63.823-1.292.414-.932.742-2.184.898-3.641a20.034 20.034 0 0 1-3.798 0Zm-2.038-.313c.149 1.87.554 3.54 1.131 4.817a7.004 7.004 0 0 1-4.175-5.89c.823.449 1.861.817 3.044 1.073ZM14 11.89a18.153 18.153 0 0 1-4 0c.014-2.226.423-4.145 1-5.442.293-.661.592-1.073.822-1.292a.988.988 0 0 1 .178-.14.988.988 0 0 1 .178.14c.23.22.529.63.823 1.292.576 1.297.986 3.216.999 5.442Zm1.995-.36c-.053-2.324-.498-4.415-1.19-5.945a7.016 7.016 0 0 1 3.973 4.659c-.232.22-.626.49-1.226.757-.45.2-.973.379-1.557.529Z",
clipRule: "evenodd"
})
}));
export { CGGlobeAlt };