react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 469 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_flash_on_outline = void 0;
var ic_flash_on_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M7 2v11h3v9l7-12h-4l3-8z"
},
"children": []
}]
};
exports.ic_flash_on_outline = ic_flash_on_outline;
;