iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1 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 BalloonLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M128 18a86.1 86.1 0 00-86 86c0 23 9.24 48.52 24.71 68.27 12.37 15.79 27.23 26.42 43.05 31.07l-11.27 26.3A6 6 0 00104 238h48a6 6 0 005.51-8.36l-11.27-26.3c15.82-4.65 30.68-15.28 43-31.07C204.76 152.52 214 127 214 104a86.1 86.1 0 00-86-86zm-15.83 186l.58.14a2.05 2.05 0 01-.58-.14zm30.73 22h-29.8l8.7-20.31a62.15 62.15 0 0012.4 0zM128 194c-33.52 0-74-40.15-74-90a74 74 0 01148 0c0 49.85-40.48 90-74 90zm49-92.08a6.74 6.74 0 01-1 .08 6 6 0 01-5.91-5A43.29 43.29 0 00135 61.92a6 6 0 112-11.84A55.48 55.48 0 01181.92 95a6 6 0 01-4.92 6.92z" }));
exports.default = BalloonLight;