Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
27843f61
Unverified
Commit
27843f61
authored
Jan 14, 2022
by
Ian Lapham
Committed by
GitHub
Jan 14, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update end timestamp for survey (#3121)
parent
1b10c88c
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
292 additions
and
1 deletion
+292
-1
SurveyPopup.tsx
src/components/Popups/SurveyPopup.tsx
+1
-1
index.css
src/lib/assets/fonts/index.css
+225
-0
Check.tsx
src/lib/assets/svg/Check.tsx
+12
-0
Expando.tsx
src/lib/assets/svg/Expando.tsx
+19
-0
Logo.tsx
src/lib/assets/svg/Logo.tsx
+18
-0
Spinner.tsx
src/lib/assets/svg/Spinner.tsx
+17
-0
No files found.
src/components/Popups/SurveyPopup.tsx
View file @
27843f61
...
@@ -49,7 +49,7 @@ const WrappedCloseIcon = styled(X)`
...
@@ -49,7 +49,7 @@ const WrappedCloseIcon = styled(X)`
}
}
`
`
const
END_TIMESTAMP
=
16422
15971
// Jan 15th
const
END_TIMESTAMP
=
16422
72346
// Jan 15th
export
default
function
SurveyPopup
()
{
export
default
function
SurveyPopup
()
{
const
theme
=
useTheme
()
const
theme
=
useTheme
()
...
...
src/lib/assets/fonts/index.css
0 → 100644
View file @
27843f61
@import
"~@fontsource/ibm-plex-mono/400.css"
;
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
400
;
src
:
url("~@fontsource/inter/files/inter-cyrillic-ext-400-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-400-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
0460-052
F
,
U
+
1
C80-1C88
,
U
+
20
B4
,
U
+
2
DE0-2DFF
,
U
+
A640-A69F
,
U
+
FE2E-FE2F
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
400
;
src
:
url("~@fontsource/inter/files/inter-cyrillic-400-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-400-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
0400-045
F
,
U
+
0490-0491
,
U
+
04
B0-04B1
,
U
+
2116
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
400
;
src
:
url("~@fontsource/inter/files/inter-greek-ext-400-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-400-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
1
F00-1FFF
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
400
;
src
:
url("~@fontsource/inter/files/inter-greek-400-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-400-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
0370-03
FF
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
400
;
src
:
url("~@fontsource/inter/files/inter-vietnamese-400-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-400-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
0102-0103
,
U
+
0110-0111
,
U
+
0128-0129
,
U
+
0168-0169
,
U
+
01
A0-01A1
,
U
+
01
AF-01B0
,
U
+
1
EA0-1EF9
,
U
+
20
AB
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
400
;
src
:
url("~@fontsource/inter/files/inter-latin-ext-400-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-400-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
0100-024
F
,
U
+
0259
,
U
+
1
E00-1EFF
,
U
+
2020
,
U
+
20
A0-20AB
,
U
+
20
AD-20CF
,
U
+
2113
,
U
+
2
C60-2C7F
,
U
+
A720-A7FF
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
400
;
src
:
url("~@fontsource/inter/files/inter-latin-400-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-400-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
0000-00
FF
,
U
+
0131
,
U
+
0152-0153
,
U
+
02
BB-02BC
,
U
+
02
C6
,
U
+
02
DA
,
U
+
02
DC
,
U
+
2000-206
F
,
U
+
2074
,
U
+
20
AC
,
U
+
2122
,
U
+
2191
,
U
+
2193
,
U
+
2212
,
U
+
2215
,
U
+
FEFF
,
U
+
FFFD
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
500
;
src
:
url("~@fontsource/inter/files/inter-cyrillic-ext-500-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-500-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
0460-052
F
,
U
+
1
C80-1C88
,
U
+
20
B4
,
U
+
2
DE0-2DFF
,
U
+
A640-A69F
,
U
+
FE2E-FE2F
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
500
;
src
:
url("~@fontsource/inter/files/inter-cyrillic-500-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-500-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
0400-045
F
,
U
+
0490-0491
,
U
+
04
B0-04B1
,
U
+
2116
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
500
;
src
:
url("~@fontsource/inter/files/inter-greek-ext-500-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-500-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
1
F00-1FFF
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
500
;
src
:
url("~@fontsource/inter/files/inter-greek-500-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-500-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
0370-03
FF
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
500
;
src
:
url("~@fontsource/inter/files/inter-vietnamese-500-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-500-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
0102-0103
,
U
+
0110-0111
,
U
+
0128-0129
,
U
+
0168-0169
,
U
+
01
A0-01A1
,
U
+
01
AF-01B0
,
U
+
1
EA0-1EF9
,
U
+
20
AB
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
500
;
src
:
url("~@fontsource/inter/files/inter-latin-ext-500-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-500-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
0100-024
F
,
U
+
0259
,
U
+
1
E00-1EFF
,
U
+
2020
,
U
+
20
A0-20AB
,
U
+
20
AD-20CF
,
U
+
2113
,
U
+
2
C60-2C7F
,
U
+
A720-A7FF
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
500
;
src
:
url("~@fontsource/inter/files/inter-latin-500-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-500-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
0000-00
FF
,
U
+
0131
,
U
+
0152-0153
,
U
+
02
BB-02BC
,
U
+
02
C6
,
U
+
02
DA
,
U
+
02
DC
,
U
+
2000-206
F
,
U
+
2074
,
U
+
20
AC
,
U
+
2122
,
U
+
2191
,
U
+
2193
,
U
+
2212
,
U
+
2215
,
U
+
FEFF
,
U
+
FFFD
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
600
;
src
:
url("~@fontsource/inter/files/inter-cyrillic-ext-600-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-600-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
0460-052
F
,
U
+
1
C80-1C88
,
U
+
20
B4
,
U
+
2
DE0-2DFF
,
U
+
A640-A69F
,
U
+
FE2E-FE2F
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
600
;
src
:
url("~@fontsource/inter/files/inter-cyrillic-600-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-600-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
0400-045
F
,
U
+
0490-0491
,
U
+
04
B0-04B1
,
U
+
2116
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
600
;
src
:
url("~@fontsource/inter/files/inter-greek-ext-600-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-600-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
1
F00-1FFF
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
600
;
src
:
url("~@fontsource/inter/files/inter-greek-600-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-600-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
0370-03
FF
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
600
;
src
:
url("~@fontsource/inter/files/inter-vietnamese-600-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-600-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
0102-0103
,
U
+
0110-0111
,
U
+
0128-0129
,
U
+
0168-0169
,
U
+
01
A0-01A1
,
U
+
01
AF-01B0
,
U
+
1
EA0-1EF9
,
U
+
20
AB
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
600
;
src
:
url("~@fontsource/inter/files/inter-latin-ext-600-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-600-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
0100-024
F
,
U
+
0259
,
U
+
1
E00-1EFF
,
U
+
2020
,
U
+
20
A0-20AB
,
U
+
20
AD-20CF
,
U
+
2113
,
U
+
2
C60-2C7F
,
U
+
A720-A7FF
;
}
@font-face
{
font-family
:
"Inter"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
600
;
src
:
url("~@fontsource/inter/files/inter-latin-600-normal.woff2")
format
(
"woff2"
),
url("~@fontsource/inter/files/inter-all-600-normal.woff")
format
(
"woff"
);
unicode-range
:
U
+
0000-00
FF
,
U
+
0131
,
U
+
0152-0153
,
U
+
02
BB-02BC
,
U
+
02
C6
,
U
+
02
DA
,
U
+
02
DC
,
U
+
2000-206
F
,
U
+
2074
,
U
+
20
AC
,
U
+
2122
,
U
+
2191
,
U
+
2193
,
U
+
2212
,
U
+
2215
,
U
+
FEFF
,
U
+
FFFD
;
}
@font-face
{
font-family
:
"InterVariable"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
100
900
;
src
:
url("~@fontsource/inter/files/inter-cyrillic-ext-variable-wghtOnly-normal.woff2")
format
(
"woff2"
);
unicode-range
:
U
+
0460-052
F
,
U
+
1
C80-1C88
,
U
+
20
B4
,
U
+
2
DE0-2DFF
,
U
+
A640-A69F
,
U
+
FE2E-FE2F
;
}
@font-face
{
font-family
:
"InterVariable"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
100
900
;
src
:
url("~@fontsource/inter/files/inter-cyrillic-variable-wghtOnly-normal.woff2")
format
(
"woff2"
);
unicode-range
:
U
+
0400-045
F
,
U
+
0490-0491
,
U
+
04
B0-04B1
,
U
+
2116
;
}
@font-face
{
font-family
:
"InterVariable"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
100
900
;
src
:
url("~@fontsource/inter/files/inter-greek-ext-variable-wghtOnly-normal.woff2")
format
(
"woff2"
);
unicode-range
:
U
+
1
F00-1FFF
;
}
@font-face
{
font-family
:
"InterVariable"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
100
900
;
src
:
url("~@fontsource/inter/files/inter-greek-variable-wghtOnly-normal.woff2")
format
(
"woff2"
);
unicode-range
:
U
+
0370-03
FF
;
}
@font-face
{
font-family
:
"InterVariable"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
100
900
;
src
:
url("~@fontsource/inter/files/inter-vietnamese-variable-wghtOnly-normal.woff2")
format
(
"woff2"
);
unicode-range
:
U
+
0102-0103
,
U
+
0110-0111
,
U
+
0128-0129
,
U
+
0168-0169
,
U
+
01
A0-01A1
,
U
+
01
AF-01B0
,
U
+
1
EA0-1EF9
,
U
+
20
AB
;
}
@font-face
{
font-family
:
"InterVariable"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
100
900
;
src
:
url("~@fontsource/inter/files/inter-latin-ext-variable-wghtOnly-normal.woff2")
format
(
"woff2"
);
unicode-range
:
U
+
0100-024
F
,
U
+
0259
,
U
+
1
E00-1EFF
,
U
+
2020
,
U
+
20
A0-20AB
,
U
+
20
AD-20CF
,
U
+
2113
,
U
+
2
C60-2C7F
,
U
+
A720-A7FF
;
}
@font-face
{
font-family
:
"InterVariable"
;
font-style
:
normal
;
font-display
:
block
;
font-weight
:
100
900
;
src
:
url("~@fontsource/inter/files/inter-latin-variable-wghtOnly-normal.woff2")
format
(
"woff2"
);
unicode-range
:
U
+
0000-00
FF
,
U
+
0131
,
U
+
0152-0153
,
U
+
02
BB-02BC
,
U
+
02
C6
,
U
+
02
DA
,
U
+
02
DC
,
U
+
2000-206
F
,
U
+
2074
,
U
+
20
AC
,
U
+
2122
,
U
+
2191
,
U
+
2193
,
U
+
2212
,
U
+
2215
,
U
+
FEFF
,
U
+
FFFD
;
}
src/lib/assets/svg/Check.tsx
0 → 100644
View file @
27843f61
import
*
as
React
from
'
react
'
function
SvgCheck
(
props
:
React
.
SVGProps
<
SVGSVGElement
>
)
{
return
(
<
svg
viewBox=
"0 0 20 20"
fill=
"none"
xmlns=
"http://www.w3.org/2000/svg"
{
...
props
}
>
<
circle
cx=
{
10
}
cy=
{
10
}
r=
{
10
}
/>
<
path
d=
"M14 7l-5.5 5.5L6 10"
stroke=
"#fff"
strokeWidth=
{
2
}
strokeLinecap=
"round"
strokeLinejoin=
"round"
/>
</
svg
>
)
}
export
default
SvgCheck
src/lib/assets/svg/Expando.tsx
0 → 100644
View file @
27843f61
import
*
as
React
from
'
react
'
function
SvgExpando
(
props
:
React
.
SVGProps
<
SVGSVGElement
>
)
{
return
(
<
svg
viewBox=
"0 0 24 24"
fill=
"none"
strokeWidth=
{
2
}
strokeLinecap=
"round"
xmlns=
"http://www.w3.org/2000/svg"
{
...
props
}
>
<
path
className=
"expando_svg__left"
d=
"M18 15l-6-6"
/>
<
path
className=
"expando_svg__right"
d=
"M12 9l-6 6"
/>
</
svg
>
)
}
export
default
SvgExpando
src/lib/assets/svg/Logo.tsx
0 → 100644
View file @
27843f61
import
*
as
React
from
'
react
'
function
SvgLogo
(
props
:
React
.
SVGProps
<
SVGSVGElement
>
)
{
return
(
<
svg
viewBox=
"0 0 14 15"
xmlns=
"http://www.w3.org/2000/svg"
{
...
props
}
>
<
path
d=
"M4.152 1.551c-.188-.029-.196-.032-.107-.045.17-.026.57.009.846.074.644.152 1.23.542 1.856 1.235l.166.184.238-.038c1.002-.16 2.02-.033 2.873.358.235.108.605.322.65.377.016.018.043.13.06.251.064.418.033.737-.096.976-.07.13-.074.171-.027.283a.274.274 0 00.246.154c.212 0 .44-.34.545-.814l.042-.189.083.094c.457.514.815 1.214.876 1.712l.016.13-.076-.118a1.462 1.462 0 00-.435-.453c-.306-.201-.63-.27-1.486-.315-.774-.04-1.212-.106-1.646-.247-.739-.24-1.111-.558-1.989-1.702-.39-.509-.63-.79-.87-1.016-.545-.515-1.08-.785-1.765-.89z"
/>
<
path
d=
"M10.85 2.686c.019-.34.065-.565.159-.77a.825.825 0 01.077-.148c.005 0-.011.06-.036.133-.068.2-.08.472-.032.789.06.402.093.46.52.894.201.204.434.46.519.571l.154.2-.154-.143c-.188-.175-.62-.517-.716-.566-.064-.032-.074-.032-.113.007-.037.036-.044.09-.05.346-.007.399-.062.655-.194.91-.071.14-.082.11-.018-.047.048-.116.053-.168.053-.554 0-.775-.094-.962-.637-1.28a5.971 5.971 0 00-.504-.26 1.912 1.912 0 01-.246-.12c.015-.015.545.139.758.22.318.122.37.137.409.123.025-.01.038-.085.05-.305zM4.517 4.013c-.381-.522-.618-1.323-.566-1.922l.015-.185.087.015c.164.03.445.134.577.214.361.218.518.505.677 1.243.047.216.108.46.136.544.045.133.217.444.356.646.1.146.034.215-.188.195-.339-.03-.798-.345-1.094-.75zM10.386 7.9c-1.784-.713-2.412-1.333-2.412-2.378 0-.154.005-.28.012-.28.006 0 .075.05.153.113.362.288.767.411 1.889.574.66.096 1.03.173 1.373.286 1.09.359 1.763 1.087 1.924 2.08.046.288.02.828-.057 1.113-.06.225-.242.63-.29.646-.014.005-.027-.046-.03-.116-.018-.372-.208-.735-.526-1.007-.362-.309-.848-.555-2.036-1.03zM9.134 8.197a3.133 3.133 0 00-.086-.375l-.046-.135.085.095c.117.13.21.297.288.52.06.17.066.22.066.496 0 .271-.008.328-.064.48a1.518 1.518 0 01-.376.596c-.326.33-.745.512-1.35.588-.105.013-.411.035-.68.049-.679.035-1.126.108-1.527.248a.324.324 0 01-.115.027c-.016-.016.258-.178.483-.286.318-.153.635-.236 1.345-.353.35-.058.713-.129.805-.157.868-.264 1.315-.947 1.172-1.793z"
/>
<
path
d=
"M9.952 9.641c-.237-.506-.292-.995-.162-1.451.014-.05.036-.089.05-.089.013 0 .07.03.124.067.11.073.328.196.912.512.728.395 1.144.7 1.426 1.05.247.305.4.654.474 1.078.042.24.017.82-.045 1.062-.196.764-.65 1.364-1.3 1.714-.095.051-.18.093-.19.093-.009 0 .026-.087.077-.194.219-.454.244-.895.079-1.386-.102-.301-.308-.668-.724-1.289-.484-.72-.602-.913-.721-1.167zM3.25 12.374c.663-.556 1.486-.95 2.237-1.072a3.51 3.51 0 011.161.045c.48.122.91.396 1.133.721.218.319.312.596.41 1.214.038.243.08.488.092.543.073.32.216.576.392.704.28.204.764.217 1.239.033a.618.618 0 01.155-.048c.017.017-.222.176-.39.26a1.334 1.334 0 01-.648.156c-.435 0-.796-.22-1.098-.668a5.3 5.3 0 01-.296-.588c-.318-.721-.475-.94-.844-1.181-.322-.21-.737-.247-1.049-.095-.41.2-.524.72-.23 1.05a.911.911 0 00.512.266.545.545 0 00.619-.544c0-.217-.084-.34-.295-.436-.289-.129-.598.022-.597.291 0 .115.051.187.167.24.074.033.076.035.015.023-.264-.055-.326-.372-.114-.582.256-.252.784-.141.965.204.076.145.085.433.019.607-.15.39-.582.595-1.022.483-.3-.076-.421-.158-.782-.527-.627-.642-.87-.767-1.774-.907l-.174-.027.197-.165z"
/>
<
path
fillRule=
"evenodd"
clipRule=
"evenodd"
d=
"M.308.884C2.402 3.41 3.845 4.452 4.005 4.672c.132.182.082.346-.144.474a1.381 1.381 0 01-.515.143c-.147 0-.198-.056-.198-.056-.085-.08-.133-.066-.57-.837A132.96 132.96 0 001.45 2.67c-.032-.03-.031-.03 1.067 1.923.177.407.035.556.035.614 0 .118-.033.18-.179.343-.244.27-.353.574-.432 1.203-.088.705-.336 1.203-1.024 2.056-.402.499-.468.59-.57.792-.128.253-.163.395-.177.714-.015.339.014.557.118.88.09.284.186.47.429.844.21.323.33.563.33.657 0 .074.014.074.34.001.776-.174 1.407-.48 1.762-.857.22-.233.271-.361.273-.68.001-.208-.006-.252-.063-.372-.092-.195-.26-.358-.63-.61-.486-.33-.694-.595-.75-.96-.048-.3.007-.511.275-1.07.278-.58.347-.827.394-1.41.03-.377.071-.526.18-.646.114-.124.216-.166.498-.204.459-.063.75-.18.99-.4a.853.853 0 00.31-.652l.01-.21-.117-.134C4.098 4.004.026.5 0 .5-.005.5.133.673.308.884zm.976 9.815a.37.37 0 00-.115-.489c-.15-.1-.385-.052-.385.077 0 .04.022.069.072.094.084.043.09.091.024.19-.067.099-.061.186.015.246.123.095.297.043.389-.118zM4.925 5.999c-.215.065-.424.292-.49.53-.039.145-.016.4.043.478.096.127.188.16.439.159.49-.003.916-.212.966-.474.04-.214-.147-.51-.405-.641a.965.965 0 00-.553-.052zm.574.445c.075-.107.042-.222-.087-.3-.244-.149-.615-.026-.615.204 0 .115.193.24.37.24.118 0 .28-.07.332-.144z"
/>
</
svg
>
)
}
export
default
SvgLogo
src/lib/assets/svg/Spinner.tsx
0 → 100644
View file @
27843f61
import
*
as
React
from
'
react
'
function
SvgSpinner
(
props
:
React
.
SVGProps
<
SVGSVGElement
>
)
{
return
(
<
svg
viewBox=
"0 0 24 24"
fill=
"none"
xmlns=
"http://www.w3.org/2000/svg"
{
...
props
}
>
<
mask
id=
"spinner_svg__a"
>
<
path
fill=
"#fff"
strokeWidth=
{
0
}
d=
"M0 0h24v24H0z"
/>
<
path
fill=
"#000"
strokeWidth=
{
0
}
d=
"M0 0h12v12H0z"
/>
<
circle
cx=
{
2
}
cy=
{
12
}
r=
{
1
}
fill=
"#fff"
strokeWidth=
{
0
}
/>
<
circle
cx=
{
12
}
cy=
{
2
}
r=
{
1
}
fill=
"#fff"
strokeWidth=
{
0
}
/>
</
mask
>
<
circle
cx=
{
12
}
cy=
{
12
}
r=
{
10
}
mask=
"url(#spinner_svg__a)"
/>
</
svg
>
)
}
export
default
SvgSpinner
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment