UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.31 kB
"use strict"; 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 CampfireDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M180 108a52 52 0 01-52 52 24 24 0 0024-24c0-24-24-40-24-40s-24 16-24 40a24 24 0 0024 24 52 52 0 01-52-52c0-44 52-76 52-76s52 32 52 76z", opacity: ".2" }), React.createElement("path", { d: "M128 168a60.07 60.07 0 0060-60c0-47.92-53.53-81.41-55.81-82.81a8 8 0 00-8.38 0A156 156 0 0096.24 48C77.77 67.13 68 87.9 68 108a60.07 60.07 0 0060 60zm-16-32c0-13.57 10-24.46 16-29.79 6 5.33 16 16.22 16 29.79a16 16 0 01-32 0zm16-94.34C139.74 50 172 76 172 108a43.83 43.83 0 01-12.09 30.24c.05-.74.09-1.49.09-2.24 0-28-26.44-45.91-27.56-46.66a8 8 0 00-8.88 0C122.44 90.09 96 108 96 136c0 .75 0 1.5.09 2.24A43.83 43.83 0 0184 108c0-32 32.27-58 44-66.34zm95.62 184.76a8 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 = CampfireDuotone;