@icongo/ti
Version:
Typicons Icons
14 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var TIWorldOutline = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
baseProfile: "tiny",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M12 2c-4.971 0-9 4.029-9 9s4.029 9 9 9 9-4.029 9-9-4.029-9-9-9zm0 6a1 1 0 1 1 2 0v3a1 1 0 1 0 1 1h1v-2l1 1-1 1c0 3 0 3-2 4 0-1-1-1-3-1v-2l-2-2V9c-1 0-1 1-1 1l-.561-.561-1.652-1.651A7.004 7.004 0 0 1 12 4c.688 0 1.353.104 1.981.29C13.895 5.185 13.402 6 12.5 6c-1 0-1.5 1-1.5 2v3s1 0 1-3zm0 10c-3.859 0-7-3.14-7-7 0-.776.133-1.521.367-2.219l1.926 1.926 1 1L10 13.414V15a1 1 0 0 0 1 1c.779 0 1.651 0 2.006.091a1.028 1.028 0 0 0 1.02.902.946.946 0 0 0 .422-.098c2.348-1.174 2.539-1.644 2.552-4.479l.708-.708a.999.999 0 0 0 0-1.414l-1-1A1.001 1.001 0 0 0 15 10V8a2 2 0 0 0-.883-1.658c.421-.411.712-.995.826-1.685C17.335 5.772 19 8.192 19 11c0 3.86-3.141 7-7 7z"
})
}));
export { TIWorldOutline };