infinity-forge
Version:
9 lines • 843 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IconLeftNavigationCircle = IconLeftNavigationCircle;
var jsx_runtime_1 = require("react/jsx-runtime");
function IconLeftNavigationCircle(_a) {
var color = _a.color;
return ((0, jsx_runtime_1.jsxs)("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '63', height: '64', viewBox: '0 0 63 64', fill: color, children: [(0, jsx_runtime_1.jsx)("path", { d: 'M53 32C53 44.974 42.474 55.5 29.5 55.5C16.526 55.5 6 44.974 6 32C6 19.026 16.526 8.5 29.5 8.5C42.474 8.5 53 19.026 53 32Z', stroke: 'black', strokeWidth: '3', strokeMiterlimit: '10' }), (0, jsx_runtime_1.jsx)("path", { d: 'M34 43.5L23 32L34 20.5', stroke: 'black', strokeWidth: '3', strokeLinecap: 'round', strokeLinejoin: 'round' })] }));
}
//# sourceMappingURL=icon-left-navigation-circle.js.map