@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 513 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const DownloadCloud02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "download-cloud-02" }), _jsx("path", { className: 'dry-icon-download-cloud-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm8 17 4 4m0 0 4-4m-4 4v-9m8 4.743A5.5 5.5 0 0 0 16.5 7a.62.62 0 0 1-.534-.302 7.5 7.5 0 1 0-11.78 9.096' })] }));
//# sourceMappingURL=DownloadCloud02.js.map