@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 481 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const CloudBlank01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "cloud-blank-01" }), _jsx("path", { className: 'dry-icon-cloud-blank-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M6.5 19a4.5 4.5 0 0 1-.42-8.98 6.002 6.002 0 0 1 11.84 0A4.5 4.5 0 0 1 17.5 19h-11Z' })] }));
//# sourceMappingURL=CloudBlank01.js.map