UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 931 B
"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 BirdBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M176 72a16 16 0 11-16-16 16 16 0 0116 16zm68 8a12 12 0 01-5.34 10L220 102.42V120a108.12 108.12 0 01-108 108H24a20 20 0 01-15.59-32.5l.15-.18L92 95.18V76.89c0-35.61 28.57-64.72 63.69-64.89h.31a63.94 63.94 0 0160.58 43.29L238.66 70A12 12 0 01244 80zm-33.63 0l-10.69-7.13a12 12 0 01-5-7A40 40 0 00156 36h-.19c-21.95.11-39.8 18.45-39.8 40.89v22.63a12 12 0 01-2.79 7.69L32.57 204h20.48l69.74-83.68a12 12 0 1118.43 15.36L84.29 204H112a84.09 84.09 0 0084-84V96a12 12 0 015.35-10z" })); exports.default = BirdBold;