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