iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 977 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 Campfire = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-campfire", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M19.757 16.03a1 1 0 01.597 1.905l-.111.035-16 4a1 1 0 01-.597-1.905l.111-.035 16-4z" }),
React.createElement("path", { d: "M3.03 16.757a1 1 0 011.098-.749l.115.022 16 4a1 1 0 01-.37 1.962l-.116-.022-16-4a1 1 0 01-.727-1.213zM13.553 2.106C9.379 4.192 7 7.464 7 11a5 5 0 0010 0c0-1.047-.188-1.808-.606-2.705l-.169-.345-.33-.647C15.274 6.063 15 4.965 15 3a1 1 0 00-1.447-.894z" }));
exports.default = Campfire;