iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.14 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 CampfireBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M227.51 227.4A12 12 0 01216 236a12.15 12.15 0 01-3.4-.49l-84.6-25-84.6 25a12.15 12.15 0 01-3.4.49 12 12 0 01-3.4-23.51L85.65 198 36.6 183.51a12 12 0 016.8-23l84.6 25 84.6-25a12 12 0 116.8 23L170.35 198l49.05 14.49a12 12 0 018.11 14.91zM64 104c0-50.59 55.93-81.28 58.31-82.57a12 12 0 0111.38 0C136.07 22.72 192 53.41 192 104a64 64 0 01-128 0zm64 40a12 12 0 0012-12c0-6.47-2.71-12.55-8-18.07a41.26 41.26 0 00-4-3.57 42.49 42.49 0 00-4 3.57c-5.33 5.52-8 11.6-8 18.07a12 12 0 0012 12zm-40-40a39.78 39.78 0 004.85 19.08c4.81-25 28.66-37.25 29.78-37.81a12 12 0 0110.74 0c1.12.56 25 12.78 29.78 37.81A39.78 39.78 0 00168 104c0-28.34-27.74-49.81-40-57.92-12.25 8.1-40 29.58-40 57.92z" }));
exports.default = CampfireBold;