react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 343 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.iosBolt = void 0;
var iosBolt = {
"viewBox": "0 0 512 512",
"children": [{
"name": "path",
"attribs": {
"d": "M302.7,64L143,288h95.8l-29.5,160L369,224h-95.8L302.7,64L302.7,64z"
},
"children": []
}]
};
exports.iosBolt = iosBolt;
;