UNPKG

@kadconsulting/dry

Version:
3 lines 565 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const BluetoothSignal = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "bluetooth-signal" }), _jsx("path", { className: 'dry-icon-bluetooth-signal', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm2 7 12 10-6 5V2l6 5L2 17M20.145 6.5a9.386 9.386 0 0 1 1.769 5.5 9.386 9.386 0 0 1-1.77 5.5M17 8.857c.621.891.986 1.975.986 3.143A5.475 5.475 0 0 1 17 15.143' })] })); //# sourceMappingURL=BluetoothSignal.js.map