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 BirdLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M174 68a10 10 0 11-10-10 10 10 0 0110 10zm64 12a6 6 0 01-2.67 5L214 99.21V120a102.12 102.12 0 01-102 102H24a14 14 0 01-10.93-22.75l.07-.09L98 97.35V76.89c0-32.32 25.89-58.74 57.72-58.89h.28a58 58 0 0155.51 41.13L235.33 75a6 6 0 012.67 5zm-16.82 0L203 67.88a6 6 0 01-2.48-3.48A46 46 0 00156 30h-.23C130.53 30.12 110 51.16 110 76.89v22.63a6 6 0 01-1.39 3.85L22.43 206.78A2 2 0 0024 210h27.86l71.53-85.84a6 6 0 019.22 7.68L67.48 210H112a90.1 90.1 0 0090-90V96a6 6 0 012.67-5z" }));
exports.default = BirdLight;