UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.19 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 CampfireThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M219.81 225.21A4 4 0 01216 228a3.92 3.92 0 01-1.21-.19L128 200.2l-86.79 27.61A3.92 3.92 0 0140 228a4 4 0 01-1.21-7.81l76-24.19-76-24.19a4 4 0 112.42-7.62L128 191.8l86.79-27.61a4 4 0 112.42 7.62l-76 24.19 76 24.19a4 4 0 012.6 5.02zM72 108c0-19 9.38-38.85 27.12-57.27a152 152 0 0126.78-22.14 4 4 0 014.2 0 152 152 0 0126.78 22.14C174.62 69.15 184 89 184 108a56 56 0 01-54.56 56h-2.88A56 56 0 0172 108zm56 48a20 20 0 0020-20c0-17.39-14.37-30.53-20-35-5.63 4.48-20 17.62-20 35a20 20 0 0020 20zm-48-48a48 48 0 0023.28 41.13A27.83 27.83 0 01100 136c0-25.84 24.73-42.63 25.78-43.33a4 4 0 014.44 0c1.05.7 25.78 17.49 25.78 43.33a27.83 27.83 0 01-3.28 13.13A48 48 0 00176 108c0-36.37-38.49-64.76-48-71.21-9.5 6.46-48 34.89-48 71.21z" })); exports.default = CampfireThin;