UNPKG

infinity-forge

Version:
9 lines 950 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconCircularRightArrow = IconCircularRightArrow; var jsx_runtime_1 = require("react/jsx-runtime"); function IconCircularRightArrow(_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 2', children: [(0, jsx_runtime_1.jsx)("path", { id: 'Vector', d: 'M8 32C8 44.974 18.526 55.5 31.5 55.5C44.474 55.5 55 44.974 55 32C55 19.026 44.474 8.5 31.5 8.5C18.526 8.5 8 19.026 8 32Z', stroke: color, "stroke-width": '3', "stroke-miterlimit": '10' }), (0, jsx_runtime_1.jsx)("path", { id: 'Vector_2', d: 'M27 43.5L38 32L27 20.5', stroke: color, strokeWidth: '3', strokeLinecap: 'round', strokeLinejoin: 'round' })] }) })); } //# sourceMappingURL=icon-circular-right-arrow.js.map