@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 491 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Droplets02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "droplets-02" }), _jsx("path", { className: 'dry-icon-droplets-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 21.5a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5C11.5 5 10 7.4 8 9c-2 1.6-3 3.5-3 5.5a7 7 0 0 0 7 7Z' })] }));
//# sourceMappingURL=Droplets02.js.map