@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 442 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Coins03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "coins-03" }), _jsx("path", { className: 'dry-icon-coins-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M10.101 4A7 7 0 0 1 20 13.899M16 15a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z' })] }));
//# sourceMappingURL=Coins03.js.map