@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 510 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const CloudLightning = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "cloud-lightning" }), _jsx("path", { className: 'dry-icon-cloud-lightning', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M19 15.744a4.502 4.502 0 0 0-1.08-8.725 6.002 6.002 0 0 0-11.84 0A4.5 4.5 0 0 0 5 15.744M13 10l-4 6h6l-4 6' })] }));
//# sourceMappingURL=CloudLightning.js.map