UNPKG

infinity-forge

Version:
9 lines 941 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconCircularLeftArrow = IconCircularLeftArrow; var jsx_runtime_1 = require("react/jsx-runtime"); function IconCircularLeftArrow(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { width: '63', height: '64', viewBox: '0 0 63 64', fill: 'none', xmlns: 'http://www.w3.org/2000/svg', children: (0, jsx_runtime_1.jsxs)("g", { id: 'chevron-forward-circle-outline 1', children: [(0, jsx_runtime_1.jsx)("path", { id: 'Vector', 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: color, strokeWidth: '3', strokeMiterlimit: '10' }), (0, jsx_runtime_1.jsx)("path", { id: 'Vector_2', d: 'M34 43.5L23 32L34 20.5', stroke: color, strokeWidth: '3', strokeLinecap: 'round', strokeLinejoin: 'round' })] }) })); } //# sourceMappingURL=icon-circular-left-arrow.js.map