react-custom-tours
Version:
A library with tips that you can attach to blocks on your sites so that users can more easily understand how to use your site
89 lines (88 loc) • 4.23 kB
JavaScript
import { jsxs as t, jsx as r } from "react/jsx-runtime";
import '../../../assets/index.css';const i = "_spinner_i2yyt_1", n = "_spin_i2yyt_1", s = {
spinner: i,
spin: n
}, a = () => /* @__PURE__ */ t(
"svg",
{
className: s.spinner,
width: "14",
height: "15",
viewBox: "0 0 14 15",
fill: "none",
xmlns: "http://www.w3.org/2000/svg",
children: [
/* @__PURE__ */ r(
"path",
{
d: "M6.22005 0.504262C6.40458 0.483784 6.58967 0.537654 6.73459 0.654021C6.87952 0.770389 6.97241 0.939722 6.99283 1.12477C7.01325 1.30981 6.95953 1.49542 6.84348 1.64074C6.72744 1.78607 6.55858 1.87922 6.37404 1.8997C4.95423 2.06279 3.65029 2.76399 2.72923 3.85972C1.80817 4.95545 1.33966 6.36282 1.41964 7.79365C1.49961 9.22448 2.12202 10.5705 3.15942 11.5562C4.19682 12.5418 5.57073 13.0925 6.99983 13.0955V14.4993C3.13382 14.4993 0 11.3575 0 7.48005C0 3.89599 2.69353 0.897343 6.22005 0.504964V0.504262Z",
fill: "url(#paint0_linear_1682_4718)"
}
),
/* @__PURE__ */ r(
"path",
{
d: "M10.0253 1.893C10.1315 1.74038 10.2939 1.6363 10.4766 1.60366C10.6593 1.57101 10.8475 1.61247 10.9997 1.71892C11.9264 2.36508 12.6833 3.22664 13.2058 4.22995C13.7282 5.23326 14.0007 6.3485 13.9998 7.48036C13.9998 11.3571 10.866 14.4997 7 14.4997V13.0958C8.19243 13.096 9.35379 12.7144 10.315 12.0068C11.2761 11.2991 11.9869 10.3022 12.3439 9.16128C12.7008 8.02036 12.6853 6.79496 12.2995 5.66353C11.9137 4.53209 11.1778 3.55369 10.1989 2.87079C10.1235 2.81805 10.0591 2.75091 10.0095 2.67321C9.95997 2.59551 9.92616 2.50878 9.91004 2.41797C9.89392 2.32716 9.8958 2.23406 9.91558 2.14398C9.93536 2.0539 9.97266 1.96862 10.0253 1.893Z",
fill: "url(#paint1_linear_1682_4718)"
}
),
/* @__PURE__ */ r(
"path",
{
d: "M10.0253 1.89398C10.1315 1.74135 10.2939 1.63728 10.4766 1.60463C10.6593 1.57199 10.8475 1.61345 10.9997 1.7199C11.9264 2.36606 12.6833 3.22761 13.2058 4.23093C13.7282 5.23424 14.0007 6.34948 13.9998 7.48134C13.9998 11.3581 10.866 14.5006 7 14.5006V13.0968C8.19243 13.097 9.35379 12.7154 10.315 12.0077C11.2761 11.3001 11.9869 10.3032 12.3439 9.16226C12.7008 8.02133 12.6853 6.79594 12.2995 5.6645C11.9137 4.53307 11.1778 3.55467 10.1989 2.87176C10.1235 2.81902 10.0591 2.75188 10.0095 2.67419C9.95997 2.59649 9.92616 2.50976 9.91004 2.41895C9.89392 2.32814 9.8958 2.23503 9.91558 2.14496C9.93536 2.05488 9.97266 1.96959 10.0253 1.89398Z",
fill: "url(#paint2_linear_1682_4718)"
}
),
/* @__PURE__ */ t("defs", { children: [
/* @__PURE__ */ t(
"linearGradient",
{
id: "paint0_linear_1682_4718",
x1: "1.39997",
y1: "1.8653",
x2: "7.02561",
y2: "14.1373",
gradientUnits: "userSpaceOnUse",
children: [
/* @__PURE__ */ r("stop", { stopColor: "var(--rct-primary)" }),
/* @__PURE__ */ r("stop", { offset: "1", stopColor: "var(--rct-primary)", stopOpacity: "0.55" })
]
}
),
/* @__PURE__ */ t(
"linearGradient",
{
id: "paint1_linear_1682_4718",
x1: "356.992",
y1: "116.167",
x2: "356.992",
y2: "1168.57",
gradientUnits: "userSpaceOnUse",
children: [
/* @__PURE__ */ r("stop", { stopColor: "var(--rct-primary)", stopOpacity: "0" }),
/* @__PURE__ */ r("stop", { offset: "1", stopColor: "var(--rct-primary)", stopOpacity: "0.55" })
]
}
),
/* @__PURE__ */ t(
"linearGradient",
{
id: "paint2_linear_1682_4718",
x1: "14.6998",
y1: "2.21685",
x2: "6.97092",
y2: "13.4277",
gradientUnits: "userSpaceOnUse",
children: [
/* @__PURE__ */ r("stop", { stopColor: "var(--rct-primary)", stopOpacity: "0" }),
/* @__PURE__ */ r("stop", { offset: "1", stopColor: "var(--rct-primary)", stopOpacity: "0.55" })
]
}
)
] })
]
}
);
export {
a as default
};