UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.04 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 BalloonBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M128 12a92.1 92.1 0 00-92 92c0 24.53 9.55 50.13 26.19 70.22 10 12 21.56 21.07 34.05 26.76L85 227.27A12 12 0 0096 244h64a12 12 0 0011-16.73L159.76 201c12.49-5.69 24.08-14.73 34.05-26.76C210.45 154.13 220 128.53 220 104a92.1 92.1 0 00-92-92zm13.8 208h-27.6l5.35-12.49a73.1 73.1 0 0016.9 0zm33.53-61.09C161.93 175.09 145.12 184 128 184s-33.93-8.91-47.33-25.09C67.73 143.29 60 122.76 60 104a68 68 0 01136 0c0 18.76-7.73 39.29-20.67 54.91zm-6.34-47q-.6.06-1.2.06a12 12 0 01-11.93-10.81 28 28 0 00-19.47-23.91 12 12 0 117.22-22.89 51.94 51.94 0 0136.13 44.42A12 12 0 01169 111.94z" })); exports.default = BalloonBold;