@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 480 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Coins01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "coins-01" }), _jsx("path", { className: 'dry-icon-coins-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M15.938 15.938A7.001 7.001 0 0 0 15 2a7.001 7.001 0 0 0-6.938 6.062M16 15a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z' })] }));
//# sourceMappingURL=Coins01.js.map