iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 799 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Bolt3 = (props) => React.createElement("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.244 2.586a.75.75 0 01.393.778l-1.285 8.385h4.452a.75.75 0 01.516 1.294l-9.76 9.251a.75.75 0 01-1.257-.658l1.286-8.385H5.137a.75.75 0 01-.516-1.294l9.759-9.251a.75.75 0 01.864-.12zM7.018 11.75h3.444a.75.75 0 01.742.864L10.118 19.7l6.804-6.45h-3.444a.75.75 0 01-.741-.864l1.086-7.084-6.805 6.45z", fill: "#323544" }));
exports.default = Bolt3;