iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 1 kB
JavaScript
"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 BrandTripadvisor = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-brand-tripadvisor", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M5 13.5a1.5 1.5 0 103 0 1.5 1.5 0 10-3 0M16 13.5a1.5 1.5 0 103 0 1.5 1.5 0 10-3 0" }),
React.createElement("path", { d: "M17.5 9a4.5 4.5 0 103.5 1.671L22 9h-4.5zM6.5 9A4.5 4.5 0 113 10.671L2 9h4.5z" }),
React.createElement("path", { d: "M10.5 15.5l1.5 2 1.5-2M9 6.75c2-.667 4-.667 6 0" }));
exports.default = BrandTripadvisor;