react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 513 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_flash_off = void 0;
var ic_flash_off = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M3.27 3L2 4.27l5 5V13h3v9l3.58-6.14L17.73 20 19 18.73 3.27 3zM17 10h-4l4-8H7v2.18l8.46 8.46L17 10z"
},
"children": []
}]
};
exports.ic_flash_off = ic_flash_off;
;