UNPKG

@kadconsulting/dry

Version:
3 lines 506 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Hurricane02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "hurricane-02" }), _jsx("path", { className: 'dry-icon-hurricane-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M18 12a6 6 0 0 1-12 0m12 0a6 6 0 0 0-12 0m12 0a8 8 0 1 1-16 0m4 0a8 8 0 1 1 16 0m-9 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z' })] })); //# sourceMappingURL=Hurricane02.js.map