@untitledui/icons
Version:
Official React library for Untitled UI Icons
2 lines (1 loc) • 787 B
JavaScript
;Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } }var _react = require('react'); var e = _interopRequireWildcard(_react);const n=({size:o=24,color:r="currentColor",...t})=>e.createElement("svg",{viewBox:"0 0 24 24",width:o,height:o,stroke:r,strokeWidth:"2",fill:"none",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",...t},e.createElement("path",{d:"m3 7 12 10-6 5V2l6 5L3 17m15-5h.01M15 12h.01M21 12h.01"}));n.displayName="BluetoothConnect";exports.BluetoothConnect = n;