infinity-forge
Version:
9 lines • 1.12 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconInterrogationCircle = IconInterrogationCircle;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconInterrogationCircle(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '12', height: '12', viewBox: '0 0 12 12', fill: 'none', children: (0, jsx_runtime_1.jsx)("path", { d: 'M6.16671 11.6667C2.94504 11.6667 0.333374 9.05497 0.333374 5.83333C0.333374 2.61167 2.94504 0 6.16671 0C9.38834 0 12 2.61167 12 5.83333C12 9.05497 9.38834 11.6667 6.16671 11.6667ZM5.58337 7.58333V8.75H6.75004V7.58333H5.58337ZM6.75004 6.62381C7.59337 6.3728 8.20837 5.59154 8.20837 4.66667C8.20837 3.53908 7.29429 2.625 6.16671 2.625C5.17621 2.625 4.35042 3.33036 4.1643 4.26619L5.30851 4.49503C5.38831 4.09397 5.74222 3.79167 6.16671 3.79167C6.64994 3.79167 7.04171 4.18342 7.04171 4.66667C7.04171 5.1499 6.64994 5.54167 6.16671 5.54167C5.84453 5.54167 5.58337 5.80282 5.58337 6.125V7H6.75004V6.62381Z', fill: color }) }));
}
//# sourceMappingURL=icon-interrogation-circle.js.map