UNPKG

@kadconsulting/dry

Version:
3 lines 607 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const CoinsStacked04 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "coins-stacked-04" }), _jsx("path", { className: 'dry-icon-coins-stacked-04', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M20 5c0 1.657-3.582 3-8 3S4 6.657 4 5m16 0c0-1.657-3.582-3-8-3S4 3.343 4 5m16 0v14c0 1.657-3.582 3-8 3s-8-1.343-8-3V5m16 4.667c0 1.656-3.582 3-8 3s-8-1.344-8-3m16 4.663c0 1.657-3.582 3-8 3s-8-1.343-8-3' })] })); //# sourceMappingURL=CoinsStacked04.js.map