react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 644 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_bluetooth_disabled = void 0;
var ic_bluetooth_disabled = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M13 5.83l1.88 1.88-1.6 1.6 1.41 1.41 3.02-3.02L12 2h-1v5.03l2 2v-3.2zM5.41 4L4 5.41 10.59 12 5 17.59 6.41 19 11 14.41V22h1l4.29-4.29 2.3 2.29L20 18.59 5.41 4zM13 18.17v-3.76l1.88 1.88L13 18.17z"
},
"children": []
}]
};
exports.ic_bluetooth_disabled = ic_bluetooth_disabled;
;