UNPKG

@kadconsulting/dry

Version:
3 lines 452 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const BluetoothOff = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "bluetooth-off" }), _jsx("path", { className: 'dry-icon-bluetooth-off', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm6 17 6-5v10l5.44-4.533M12 7V2l6 5-2.918 2.432M21 21 3 3' })] })); //# sourceMappingURL=BluetoothOff.js.map