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
e2c013a4
Unverified
Commit
e2c013a4
authored
Feb 09, 2022
by
Zach Pomerantz
Committed by
GitHub
Feb 09, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: clean up old generated assets (#3276)
parent
66308257
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
66 deletions
+0
-66
Check.tsx
src/lib/assets/svg/Check.tsx
+0
-12
Expando.tsx
src/lib/assets/svg/Expando.tsx
+0
-19
Logo.tsx
src/lib/assets/svg/Logo.tsx
+0
-18
Spinner.tsx
src/lib/assets/svg/Spinner.tsx
+0
-17
No files found.
src/lib/assets/svg/Check.tsx
deleted
100644 → 0
View file @
66308257
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
deleted
100644 → 0
View file @
66308257
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
deleted
100644 → 0
View file @
66308257
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
deleted
100644 → 0
View file @
66308257
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