-
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
bbd9b4d
commit 636f7fc
Showing
1 changed file
with
42 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,42 @@ | ||
<template> | ||
<svg | ||
id="Layer_1" | ||
xmlns:xodm="http://www.corel.com/coreldraw/odm/2003" | ||
xmlns="http://www.w3.org/2000/svg" | ||
xmlns:xlink="http://www.w3.org/1999/xlink" | ||
version="1.1" | ||
x="0px" | ||
y="0px" | ||
viewBox="0 0 2500 2500" | ||
style="enable-background: new 0 0 2500 2500" | ||
xml:space="preserve" | ||
> | ||
<style type="text/css"> | ||
.okx-st0 { | ||
fill: none; | ||
} | ||
</style> | ||
<g id="Layer_x0020_1"> | ||
<g id="_2187289728928"> | ||
<rect y="0" class="okx-st0" width="2500" height="2500" /> | ||
<g> | ||
<path | ||
d="M1464.3,1015.3h-405.2c-17.2,0-31.3,14.1-31.3,31.3v405.2c0,17.2,14.1,31.3,31.3,31.3h405.2c17.2,0,31.3-14.1,31.3-31.3 v-405.2C1495.6,1029.4,1481.5,1015.3,1464.3,1015.3z" | ||
/> | ||
<path | ||
d="M996.6,549.1H591.4c-17.2,0-31.3,14.1-31.3,31.3v405.2c0,17.2,14.1,31.3,31.3,31.3h405.2c17.2,0,31.3-14.1,31.3-31.3 V580.4C1027.8,563.2,1013.8,549.1,996.6,549.1z" | ||
/> | ||
<path | ||
d="M1930.5,549.1h-405.2c-17.2,0-31.3,14.1-31.3,31.3v405.2c0,17.2,14.1,31.3,31.3,31.3h405.2c17.2,0,31.3-14.1,31.3-31.3 V580.4C1961.8,563.2,1947.7,549.1,1930.5,549.1z" | ||
/> | ||
<path | ||
d="M996.6,1481.5H591.4c-17.2,0-31.3,14.1-31.3,31.3V1918c0,17.2,14.1,31.3,31.3,31.3h405.2c17.2,0,31.3-14.1,31.3-31.3 v-405.2C1027.8,1495.6,1013.8,1481.5,996.6,1481.5z" | ||
/> | ||
<path | ||
d="M1930.5,1481.5h-405.2c-17.2,0-31.3,14.1-31.3,31.3V1918c0,17.2,14.1,31.3,31.3,31.3h405.2c17.2,0,31.3-14.1,31.3-31.3 v-405.2C1961.8,1495.6,1947.7,1481.5,1930.5,1481.5z" | ||
/> | ||
</g> | ||
</g> | ||
</g> | ||
</svg> | ||
</template> |