UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.24 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 BalloonDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M137.89 199.13L152 232h-48l14.09-32.87C78.59 192.18 48 144.83 48 104a80 80 0 01160 0c0 40.83-30.59 88.18-70.11 95.13z", opacity: ".2" }), 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-88zm11.87 208h-23.74l6.94-16.19c1.64.12 3.28.19 4.93.19s3.29-.07 4.93-.19zm38.4-60.37C163.94 181.93 146.09 192 128 192s-35.94-10.07-50.27-28.37C64.12 146.27 56 124 56 104a72 72 0 01144 0c0 20-8.12 42.27-21.73 59.63zm-1-59.74a8.52 8.52 0 01-1.27.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 = BalloonDuotone;