react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 442 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.bluetooth = void 0;
var bluetooth = {
"viewBox": "0 0 8 8",
"children": [{
"name": "path",
"attribs": {
"d": "M1.5 0v2.5l-.75-.75-.75.75 1.5 1.5-1.5 1.5.75.75.75-.75v2.5h.5l3.5-2.5-2.25-1.53 2.25-1.47-3.5-2.5h-.5zm1 1.5l1.5 1-1.5 1v-2zm0 3l1.5 1-1.5 1v-2z",
"transform": "translate(1)"
}
}]
};
exports.bluetooth = bluetooth;
;