UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.15 kB
"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 BombBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M244 28a12 12 0 00-12 12 48.71 48.71 0 01-3.33 16c-4.44 10.64-11.24 12-16.67 12-8.81 0-14.91-8.5-23.91-22.49C178.5 30.58 166.55 12 144 12c-18.14 0-32 9.78-39.14 27.54A68.26 68.26 0 00101.27 52H88a20 20 0 00-20 20v7.18A92 92 0 00112 252h1.66A92 92 0 00156 79.18V72a20 20 0 00-20-20h-10.07a40.89 40.89 0 011.4-4c4.44-10.62 11.24-12 16.67-12 8.81 0 14.91 8.5 23.91 22.49C177.5 73.42 189.45 92 212 92c18.14 0 32-9.78 39.14-27.54A71.91 71.91 0 00256 40a12 12 0 00-12-12zM139.2 97.65a68 68 0 11-54.4 0 12 12 0 007.2-11V76h40v10.66a12 12 0 007.2 10.99zm-27.75 104.11a12 12 0 01-11.45 8.41 12.2 12.2 0 01-3.6-.55A51.79 51.79 0 0160 160a12 12 0 0124 0 27.89 27.89 0 0019.6 26.72 12 12 0 017.85 15.04z" })); exports.default = BombBold;