UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.06 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 BombFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M248 32a8 8 0 00-8 8 52.66 52.66 0 01-3.57 17.39C232.38 67.22 225.7 72 216 72c-11.06 0-18.85-9.76-29.49-24.65C176 32.66 164.12 16 144 16c-16.39 0-29 8.89-35.43 25a66.07 66.07 0 00-3.9 15H88a16 16 0 00-16 16v9.59A88 88 0 00112 248h1.59A88 88 0 00152 81.59V72a16 16 0 00-16-16h-15.12a46.76 46.76 0 012.69-9.37C127.62 36.78 134.3 32 144 32c11.06 0 18.85 9.76 29.49 24.65C184 71.34 195.88 88 216 88c16.39 0 29-8.89 35.43-25A68.69 68.69 0 00256 40a8 8 0 00-8-8zM111.89 209.32A8 8 0 01104 216a8.52 8.52 0 01-1.33-.11 57.5 57.5 0 01-46.57-46.57 8 8 0 1115.78-2.64 41.29 41.29 0 0033.43 33.43 8 8 0 016.58 9.21z" })); exports.default = BombFill;