UNPKG

@kadconsulting/dry

Version:
3 lines 572 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Download01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "download-01" }), _jsx("path", { className: 'dry-icon-download-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M21 15v1.2c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311C18.72 21 17.88 21 16.2 21H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 18.72 3 17.88 3 16.2V15m14-5-5 5m0 0-5-5m5 5V3' })] })); //# sourceMappingURL=Download01.js.map