iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.09 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 Campfire = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M223.62 226.42a8 8 0 01-10.05 5.2L128 204.39l-85.57 27.23a8 8 0 11-4.85-15.25l64-20.37-64-20.38a8 8 0 114.85-15.24L128 187.6l85.57-27.22a8 8 0 114.85 15.24l-64 20.38 64 20.37a8 8 0 015.2 10.05zM68 108c0-20.1 9.77-40.87 28.24-60a156 156 0 0127.57-22.76 8 8 0 018.38 0C134.47 26.59 188 60.08 188 108a60 60 0 01-120 0zm60 44a16 16 0 0016-16c0-13.57-10-24.46-16-29.79-6 5.33-16 16.22-16 29.79a16 16 0 0016 16zm-44-44a43.83 43.83 0 0012.09 30.24c0-.74-.09-1.49-.09-2.24 0-28 26.44-45.91 27.56-46.66a8 8 0 018.88 0C133.56 90.09 160 108 160 136c0 .75 0 1.5-.09 2.24A43.83 43.83 0 00172 108c0-32-32.26-58-44-66.34C116.27 50 84 76 84 108z" }));
exports.default = Campfire;