UNPKG

@kadconsulting/dry

Version:
3 lines 488 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Droplets01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "droplets-01" }), _jsx("path", { className: 'dry-icon-droplets-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M22 16a6 6 0 0 1-12 0c0-4.314 6-14 6-14s6 9.686 6 14ZM8 9a3 3 0 1 1-6 0c0-2.157 3-7 3-7s3 4.843 3 7Z' })] })); //# sourceMappingURL=Droplets01.js.map