@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 563 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Cryptocurrency01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "cryptocurrency-01" }), _jsx("path", { className: 'dry-icon-cryptocurrency-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M17.878 20.09a10 10 0 0 1-11.756 0M16.384 3.012a10 10 0 0 1 5.519 10.38m-19.806 0a10 10 0 0 1 5.52-10.38M17.5 12a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0Z' })] }));
//# sourceMappingURL=Cryptocurrency01.js.map