iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 723 B
JavaScript
"use strict";
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 Bomb = (props) => React.createElement("svg", { className: "lucide lucide-bomb", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("circle", { cx: "11", cy: "13", r: "9" }),
React.createElement("path", { d: "M14.35 4.65L16.3 2.7a2.41 2.41 0 013.4 0l1.6 1.6a2.4 2.4 0 010 3.4l-1.95 1.95M22 2l-1.5 1.5" }));
exports.default = Bomb;