iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.1 kB
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 BirdDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 80l-24 16v24a96 96 0 01-96 96H24a8 8 0 01-6.25-13L104 99.52V76.89c0-28.77 23-52.75 51.74-52.89a52 52 0 0150.59 38.89z", opacity: ".2" }),
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 = BirdDuotone;