iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 803 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 Bolt2 = (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: "M6.677 3.093A.75.75 0 017.41 2.5h7.28a.75.75 0 01.678 1.069l-2.18 4.646h5.652a.75.75 0 01.635 1.149l-8.029 12.785a.75.75 0 01-1.382-.464l.62-7.15H5.16a.75.75 0 01-.733-.906l2.25-10.536zM8.017 4l-1.93 9.035h5.415a.75.75 0 01.747.815l-.423 4.873 5.657-9.008h-5.476a.75.75 0 01-.679-1.069L13.508 4H8.018z", fill: "#323544" }));
exports.default = Bolt2;