iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 996 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 Expedia = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M19.067 0H4.933A4.94 4.94 0 000 4.933v14.134A4.932 4.932 0 004.933 24h14.134A4.932 4.932 0 0024 19.067V4.933C24.01 2.213 21.797 0 19.067 0zM7.336 19.341c0 .19-.148.337-.337.337h-2.33a.333.333 0 01-.337-.337v-2.33c0-.189.148-.336.337-.336H7c.19 0 .337.147.337.337zm12.121-1.486l-2.308 2.298c-.169.168-.422.053-.422-.2V9.57l-6.44 6.44a.533.533 0 01-.421.17H8.169a.32.32 0 01-.338-.338v-1.697c0-.2.053-.316.169-.422l6.44-6.44H4.058c-.253 0-.369-.253-.2-.421l2.297-2.309c.137-.137.285-.232.517-.232H18.15c.854 0 1.539.686 1.539 1.54v11.478c-.01.231-.095.368-.232.516z" }));
exports.default = Expedia;