UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.09 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 BombThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M248 36a4 4 0 00-4 4c0 1.47-.42 36-28 36-13.94 0-23.08-12.79-32.75-26.33C172.83 35.09 162.06 20 144 20c-14.86 0-25.82 7.79-31.71 22.51A63.73 63.73 0 00108.22 60H88a12 12 0 00-12 12v12.08A84 84 0 00112 244h1.51A84 84 0 00148 84.08V72a12 12 0 00-12-12h-19.76c.92-9.42 5.45-32 27.76-32 13.94 0 23.08 12.79 32.75 26.33C187.17 68.91 197.94 84 216 84c14.86 0 25.82-7.79 31.71-22.51A64.27 64.27 0 00252 40a4 4 0 00-4-4zM140 72v14.66a4 4 0 002.4 3.66 76 76 0 11-60.8 0 4 4 0 002.4-3.66V72a4 4 0 014-4h48a4 4 0 014 4zm-35.34 132.05A4 4 0 01104 212a5 5 0 01-.66-.05 53.46 53.46 0 01-43.29-43.29 4 4 0 017.9-1.32 45.31 45.31 0 0036.71 36.71z" })); exports.default = BombThin;