iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 910 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 Bird = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M176 68a12 12 0 11-12-12 12 12 0 0112 12zm64 12a8 8 0 01-3.56 6.66L216 100.28V120a104.11 104.11 0 01-104 104H24a16 16 0 01-12.49-26l.1-.12L96 96.63V76.89c0-33.42 26.79-60.73 59.71-60.89h.29a60 60 0 0157.21 41.86l23.23 15.48A8 8 0 01240 80zm-22.42 0L201.9 69.54a8 8 0 01-3.31-4.64A44 44 0 00156 32h-.22C131.64 32.12 112 52.25 112 76.89v22.63a8 8 0 01-1.85 5.13L24 208h26.9l70.94-85.12a8 8 0 1112.29 10.24L71.75 208H112a88.1 88.1 0 0088-88V96a8 8 0 013.56-6.66z" }));
exports.default = Bird;