UNPKG

infinity-forge

Version:
9 lines 1.3 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconRightCircle = IconRightCircle; var jsx_runtime_1 = require("react/jsx-runtime"); function IconRightCircle(_a) { var color = _a.color; return ((0, jsx_runtime_1.jsx)("svg", { viewBox: '0 0 20 20', children: (0, jsx_runtime_1.jsxs)("g", { children: [(0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M1.818 10c0-4.511 3.67-8.182 8.182-8.182 4.511 0 8.182 3.67 8.182 8.182 0 4.511-3.67 8.182-8.182 8.182-4.511 0-8.182-3.67-8.182-8.182zM6.108.786a9.965 9.965 0 0 0-3.18 2.143A9.966 9.966 0 0 0 0 10a9.965 9.965 0 0 0 2.929 7.071A9.966 9.966 0 0 0 10 20a9.965 9.965 0 0 0 7.071-2.929A9.966 9.966 0 0 0 20 10a9.965 9.965 0 0 0-2.929-7.071A9.966 9.966 0 0 0 10 0C8.65 0 7.34.265 6.107.786z' }) }), (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M10 14.545a.91.91 0 0 1-.643-1.552L12.351 10 9.357 7.006a.91.91 0 1 1 1.286-1.285l3.636 3.636a.91.91 0 0 1 0 1.286l-3.636 3.636a.906.906 0 0 1-.643.266z' }) }), (0, jsx_runtime_1.jsx)("g", { children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: 'M13.636 10.91H6.364a.91.91 0 1 1 0-1.82h7.272a.91.91 0 1 1 0 1.82z' }) })] }) })); } //# sourceMappingURL=icon-right-circle.js.map