iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.08 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 CampfireLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M221.72 225.82a6 6 0 01-7.54 3.9L128 202.3l-86.18 27.42a6 6 0 11-3.64-11.44l70-22.28-70-22.28a6 6 0 113.64-11.44L128 189.7l86.18-27.42a6 6 0 113.64 11.44l-70 22.28 70 22.28a6 6 0 013.9 7.54zM70 108c0-46.81 52.62-79.73 54.86-81.11a6 6 0 016.28 0C133.38 28.27 186 61.19 186 108a58 58 0 01-116 0zm58 46a18 18 0 0018-18c0-15.48-12-27.43-18-32.44-6 5-18 17-18 32.44a18 18 0 0018 18zm-46-46a45.93 45.93 0 0017 35.67 29.87 29.87 0 01-1-7.67c0-26.9 25.58-44.27 26.67-45a6 6 0 016.66 0c1.09.72 26.67 18.09 26.67 45a29.87 29.87 0 01-1 7.67A45.93 45.93 0 00174 108c0-34.06-35.15-61.22-46-68.78-10.85 7.56-46 34.71-46 68.78z" }));
exports.default = CampfireLight;