@icongo/sti
Version:
Super Tiny Icons
58 lines • 1.57 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STITripadvisor = props => /*#__PURE__*/_jsxs("svg", _extends({
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__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#fff",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#fcc40f",
stroke: "#000a12",
strokeWidth: 17,
d: "M93 202a195 151 0 0 1 326 0v56H93"
}), /*#__PURE__*/_jsxs("g", {
transform: "translate(256 257)",
children: [/*#__PURE__*/_jsxs("g", {
id: "prefix__a",
fill: "#000a12",
children: [/*#__PURE__*/_jsx("path", {
d: "M2 0h-33v45L0 92M-173-49c3-12-19-46-19-48h77"
}), /*#__PURE__*/_jsx("circle", {
cx: -97,
r: 97
}), /*#__PURE__*/_jsx("circle", {
cx: -97,
r: 78,
fill: "#fff"
}), /*#__PURE__*/_jsx("circle", {
cx: -97,
r: 50
}), /*#__PURE__*/_jsx("circle", {
cx: -97,
r: 33,
fill: "#fff"
})]
}), /*#__PURE__*/_jsx("use", {
xlinkHref: "#prefix__a",
transform: "scale(-1 1)"
}), /*#__PURE__*/_jsx("circle", {
cx: -97,
r: 17,
fill: "#ef6a45"
}), /*#__PURE__*/_jsx("circle", {
cx: 97,
r: 17,
fill: "#00b087"
})]
})]
}));
export { STITripadvisor };