iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.05 kB
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 Bomb = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-bomb", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M14.499 3.996a2.2 2.2 0 011.556.645l3.302 3.301a2.2 2.2 0 010 3.113l-.567.567.043.192a8.5 8.5 0 01-3.732 8.83l-.23.144a8.5 8.5 0 11-2.687-15.623l.192.042.567-.566a2.2 2.2 0 011.362-.636zM10 9a4 4 0 00-4 4 1 1 0 002 0 2 2 0 012-2 1 1 0 000-2z" }),
React.createElement("path", { d: "M21 2a1 1 0 01.117 1.993L21 4h-1c0 .83-.302 1.629-.846 2.25L19 6.413l-1.293 1.293a1 1 0 01-1.497-1.32l.083-.094L17.586 5c.232-.232.375-.537.407-.86L18 4a2 2 0 011.85-1.995L20 2h1z" }));
exports.default = Bomb;