iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 856 B
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 CampfireFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M132.19 25.19a8 8 0 00-8.38 0A156 156 0 0096.24 48C77.77 67.13 68 87.9 68 108a60 60 0 00120 0c0-47.92-53.53-81.41-55.81-82.81zM128 152a24 24 0 01-24-24c0-24 24-40 24-40s24 16 24 40a24 24 0 01-24 24zm95.62 74.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.05z" }));
exports.default = CampfireFill;