@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 466 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const BluetoothConnect = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "bluetooth-connect" }), _jsx("path", { className: 'dry-icon-bluetooth-connect', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm3 7 12 10-6 5V2l6 5L3 17m15-5h.01M15 12h.01M21 12h.01' })] }));
//# sourceMappingURL=BluetoothConnect.js.map