UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 852 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 BalloonFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 16a88.1 88.1 0 00-88 88c0 23.43 9.4 49.42 25.13 69.5 12.08 15.41 26.5 26 41.91 31.09l-10.39 24.26A8 8 0 00104 240h48a8 8 0 007.35-11.15L149 204.59c15.4-5.07 29.83-15.68 41.91-31.09C206.6 153.42 216 127.43 216 104a88.1 88.1 0 00-88-88zm49.32 87.89a8.52 8.52 0 01-1.32.11 8 8 0 01-7.88-6.68 41.29 41.29 0 00-33.43-33.43 8 8 0 112.64-15.78 57.5 57.5 0 0146.57 46.57 8 8 0 01-6.58 9.21z" })); exports.default = BalloonFill;