UNPKG

@kadconsulting/dry

Version:
3 lines 479 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Wifi = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "wifi" }), _jsx("path", { className: 'dry-icon-wifi', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M8 22h8m4.5-11.5a8.5 8.5 0 1 1-17 0 8.5 8.5 0 0 1 17 0Zm-5.313 0a3.188 3.188 0 1 1-6.375 0 3.188 3.188 0 0 1 6.376 0Z' })] })); //# sourceMappingURL=Wifi.js.map