@icongo/sti
Version:
Super Tiny Icons
66 lines (65 loc) • 2.19 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.STITripadvisor = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var STITripadvisor = function STITripadvisor(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
xmlnsXlink: "http://www.w3.org/1999/xlink",
width: "1em",
height: "1em",
"aria-label": "TripAdvisor",
viewBox: "0 0 512 512"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fcc40f",
stroke: "#000a12",
strokeWidth: 17,
d: "M93 202a195 151 0 0 1 326 0v56H93"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
transform: "translate(256 257)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
id: "prefix__a",
fill: "#000a12",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M2 0h-33v45L0 92M-173-49c3-12-19-46-19-48h77"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: -97,
r: 97
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: -97,
r: 78,
fill: "#fff"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: -97,
r: 50
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: -97,
r: 33,
fill: "#fff"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("use", {
xlinkHref: "#prefix__a",
transform: "scale(-1 1)"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: -97,
r: 17,
fill: "#ef6a45"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 97,
r: 17,
fill: "#00b087"
})]
})]
}));
};
exports.STITripadvisor = STITripadvisor;