UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 956 B
"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 BalloonThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 20a84.09 84.09 0 00-84 84c0 22.57 9.08 47.63 24.28 67 12.68 16.17 28 26.81 44.22 31l-12.18 28.4A4 4 0 00104 236h48a4 4 0 003.68-5.58L143.5 202c16.23-4.17 31.54-14.81 44.22-31 15.2-19.41 24.28-44.47 24.28-67a84.09 84.09 0 00-84-84zm17.93 208h-35.86l10.48-24.46a60.56 60.56 0 0014.9 0zM128 196c-42.1 0-76-50.33-76-92a76 76 0 01152 0c0 41.67-33.9 92-76 92zm52-100.66a4 4 0 01-3.29 4.61 5 5 0 01-.66 0 4 4 0 01-3.95-3.34A45.31 45.31 0 00135.34 60a4 4 0 011.32-7.9A53.46 53.46 0 01180 95.34z" })); exports.default = BalloonThin;