@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 457 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Cloud02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "cloud-02" }), _jsx("path", { className: 'dry-icon-cloud-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M6 19a4 4 0 0 1-.999-7.874L5 11a7 7 0 0 1 13.96-.758A4.502 4.502 0 0 1 17.5 19H6Z' })] }));
//# sourceMappingURL=Cloud02.js.map