-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af407f7
commit 115008a
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<template> | ||
<svg | ||
version="1.0" | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 1024 1024" | ||
preserveAspectRatio="xMidYMid meet" | ||
> | ||
<g | ||
transform="translate(0.000000,1024.000000) scale(0.100000,-0.100000)" | ||
fill="#000000" | ||
stroke="none" | ||
> | ||
<path | ||
d="M2979 7557 c-1153 -1160 -1217 -1226 -1237 -1280 -15 -38 -22 -81 | ||
-22 -126 0 -133 -48 -79 1004 -1124 l944 -937 904 2 903 3 -1023 1029 c-562 | ||
566 -1021 1032 -1020 1036 4 11 1987 1980 2343 2327 l300 293 -940 0 -940 0 | ||
-1216 -1223z" | ||
/> | ||
<path | ||
d="M4825 6088 c33 -34 493 -498 1023 -1031 530 -533 962 -973 960 -977 | ||
-4 -11 -1981 -1974 -2343 -2327 l-300 -293 940 0 940 0 1216 1223 c1167 1174 | ||
1217 1225 1238 1282 32 83 26 189 -13 261 -20 36 -280 301 -971 987 l-943 937 | ||
-903 0 -903 0 59 -62z" | ||
/> | ||
</g> | ||
</svg> | ||
</template> |