UNPKG

@kadconsulting/dry

Version:
3 lines 541 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const CoinsSwap01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "coins-swap-01" }), _jsx("path", { className: 'dry-icon-coins-swap-01', 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-4m-8.583-2.583a6 6 0 1 0-2.834-2.834M14 16a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z' })] })); //# sourceMappingURL=CoinsSwap01.js.map