UNPKG

@kadconsulting/dry

Version:
3 lines 630 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Hurricane01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "hurricane-01" }), _jsx("path", { className: 'dry-icon-hurricane-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M16.5 20.5c-1.254.314-2.812.5-4.5.5-1.688 0-3.247-.186-4.5-.5M18 16.43c-1.466.554-3.61.903-6 .903s-4.534-.349-6-.902m-1.5-4.763c1.431.892 4.253 1.499 7.5 1.499s6.069-.607 7.5-1.5M21 6c0 1.657-4.03 3-9 3S3 7.657 3 6s4.03-3 9-3 9 1.343 9 3Z' })] })); //# sourceMappingURL=Hurricane01.js.map