UNPKG

@kadconsulting/dry

Version:
3 lines 420 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Download02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "download-02" }), _jsx("path", { className: 'dry-icon-download-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M21 21H3m15-10-6 6m0 0-6-6m6 6V3' })] })); //# sourceMappingURL=Download02.js.map