@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 549 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Cryptocurrency03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "cryptocurrency-03" }), _jsx("path", { className: 'dry-icon-cryptocurrency-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm2 2 2 2m18-2-2 2m2 18-2-2M2 22l2-2m-2-4h1.5M8 2v1.5M22 8h-1.5M16 22v-1.5m2-4.5h3.5M16 2v4M2 8h4m2 14v-4m8-6a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z' })] }));
//# sourceMappingURL=Cryptocurrency03.js.map