@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 518 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const DownloadCloud01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "download-cloud-01" }), _jsx("path", { className: 'dry-icon-download-cloud-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M4 16.242A4.5 4.5 0 0 1 6.08 8.02a6.002 6.002 0 0 1 11.84 0A4.5 4.5 0 0 1 20 16.242M8 17l4 4m0 0 4-4m-4 4v-9' })] }));
//# sourceMappingURL=DownloadCloud01.js.map