iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 846 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 Qantas = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M0 3.47l.218.572c1.925 5.006 5.566 2.689 10.415 7.139l.056.05c.652.599 1.1.044.888-.306a.76.76 0 01-.165-.532 6.7 6.7 0 012.606 1.369l-.06.126c-.366.73-3.959.421-4 1.943a.969.969 0 00.607.923l.71.287a17.34 17.34 0 016.086 4.146.086.086 0 01-.063.147.079.079 0 01-.054-.018 17.32 17.32 0 00-8.173-3.61.467.467 0 01-.39-.41c-.548-5.089-5.575-5.434-7.492-8.705l5.313 13.94H24L9.979 6.449a10.022 10.022 0 00-7.045-2.98z" }));
exports.default = Qantas;