react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 427 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_bolt = void 0;
var ic_bolt = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M11 21h-1l1-7H7.5c-.58 0-.57-.32-.38-.66.19-.34.05-.08.07-.12C8.48 10.94 10.42 7.54 13 3h1l-1 7h3.5c.49 0 .56.33.47.51l-.07.15C12.96 17.55 11 21 11 21z"
},
"children": []
}]
};
exports.ic_bolt = ic_bolt;
;