UNPKG

@kadconsulting/dry

Version:
3 lines 539 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const CoinsSwap02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "coins-swap-02" }), _jsx("path", { className: 'dry-icon-coins-swap-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm6 6 2-2m0 0L6 2m2 2H6a4 4 0 0 0-4 4m16 10-2 2m0 0 2 2m-2-2h2a4 4 0 0 0 4-4M10.189 6.5a6 6 0 1 1 7.311 7.311M14 16a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z' })] })); //# sourceMappingURL=CoinsSwap02.js.map