infinity-forge
Version:
9 lines • 786 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconLoading = IconLoading;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconLoading(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsx)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '800px', height: '800px', viewBox: '0 0 16 16', fill: 'none', children: (0, jsx_runtime_1.jsxs)("g", { fill: color, fillRule: 'evenodd', clipRule: 'evenodd', children: [(0, jsx_runtime_1.jsx)("path", { d: 'M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8z', opacity: '.2' }), (0, jsx_runtime_1.jsx)("path", { d: 'M7.25.75A.75.75 0 018 0a8 8 0 018 8 .75.75 0 01-1.5 0A6.5 6.5 0 008 1.5a.75.75 0 01-.75-.75z' })] }) }));
}
//# sourceMappingURL=icon-loading.js.map