UNPKG

infinity-forge

Version:
9 lines 1.45 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconGlobe = IconGlobe; var jsx_runtime_1 = require("react/jsx-runtime"); function IconGlobe(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '17', viewBox: '0 0 16 17', fill: 'none', children: (0, jsx_runtime_1.jsx)("g", { id: 'Frame', children: (0, jsx_runtime_1.jsx)("path", { id: 'Vector', d: 'M8.00016 15.4035C4.31826 15.4035 1.3335 12.4187 1.3335 8.73686C1.3335 5.05496 4.31826 2.07019 8.00016 2.07019C11.682 2.07019 14.6668 5.05496 14.6668 8.73686C14.6668 12.4187 11.682 15.4035 8.00016 15.4035ZM6.47351 13.8485C5.83178 12.4875 5.43838 10.9863 5.3517 9.40352H2.70809C2.97216 11.5212 4.47776 13.2533 6.47351 13.8485ZM6.6873 9.40352C6.78756 11.0294 7.25203 12.5567 8.00016 13.9049C8.7483 12.5567 9.21276 11.0294 9.31303 9.40352H6.6873ZM13.2922 9.40352H10.6486C10.562 10.9863 10.1686 12.4875 9.52683 13.8485C11.5226 13.2533 13.0282 11.5212 13.2922 9.40352ZM2.70809 8.07019H5.3517C5.43838 6.48737 5.83178 4.98624 6.47351 3.62523C4.47776 4.22041 2.97216 5.95252 2.70809 8.07019ZM6.6873 8.07019H9.31303C9.21276 6.44434 8.7483 4.91702 8.00016 3.56885C7.25203 4.91702 6.78756 6.44434 6.6873 8.07019ZM9.52683 3.62523C10.1686 4.98624 10.562 6.48737 10.6486 8.07019H13.2922C13.0282 5.95252 11.5226 4.22041 9.52683 3.62523Z', fill: color }) }) })); } //# sourceMappingURL=icon-globe.js.map