iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 933 B
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 BirdThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M172 68a8 8 0 11-8-8 8 8 0 018 8zm64 12a4 4 0 01-1.78 3.33L212 98.14V120a100.11 100.11 0 01-100 100H24a12 12 0 01-9.37-19.5L100 98.08V76.89c0-31.22 25-56.74 55.72-56.89h.28a55.94 55.94 0 0153.79 40.39l24.43 16.28A4 4 0 01236 80zm-11.21 0l-20.68-13.78a4.08 4.08 0 01-1.65-2.33A48 48 0 00156 28h-.24C129.43 28.13 108 50.06 108 76.89v22.63a4 4 0 01-.93 2.56L20.84 205.56A4 4 0 0024 212h28.79l72.14-86.56a4 4 0 016.14 5.12L63.21 212H112a92.1 92.1 0 0092-92V96a4 4 0 011.78-3.33z" }));
exports.default = BirdThin;