Merge pull request #1 from embarklabs/fix/change-DAI-logo
feat: add SVGs for DAI and rename old DAI -> SAI
|
@ -1,3 +1,4 @@
|
|||
node_modules
|
||||
yarn.lock
|
||||
dist
|
||||
.idea
|
||||
|
|
|
@ -487,7 +487,7 @@
|
|||
{
|
||||
"symbol": "DAI",
|
||||
"name": "Dai",
|
||||
"color": "#b68900"
|
||||
"color": "#f4b731"
|
||||
},
|
||||
{
|
||||
"symbol": "DASH",
|
||||
|
@ -1589,6 +1589,11 @@
|
|||
"name": "Safe",
|
||||
"color": "#00688c"
|
||||
},
|
||||
{
|
||||
"symbol": "SAI",
|
||||
"name": "SAI",
|
||||
"color": "#b68900"
|
||||
},
|
||||
{
|
||||
"symbol": "SALT",
|
||||
"name": "SALT",
|
||||
|
|
|
@ -1 +1,9 @@
|
|||
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm10.633-16.183L15.817 5 5 15.817l10.817 3.996 10.816-3.996zM8.364 14.9l7.333-7.498s7.169 7.333 7.471 7.48c.303.146-4.931 0-4.931 0l-2.42-2.475-2.448 2.493H8.364zm7.453 5.674L5 16.605l10.817 10.028L26.633 16.55l-10.816 4.024z"/></svg>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 32 32">
|
||||
<path
|
||||
fill="#000000"
|
||||
d="M 16.060547 0.037109375 A 16 16 0 0 0 0.060546875 16.037109 A 16 16 0 0 0 16.060547 32.037109 A 16 16 0 0 0 32.060547 16.037109 A 16 16 0 0 0 16.060547 0.037109375 z M 9.8730469 8.3789062 L 16.009766 8.3789062 C 19.742896 8.3789062 22.572239 10.402159 23.625 13.347656 L 25.537109 13.347656 L 25.537109 15.128906 L 24.027344 15.128906 C 24.056874 15.410252 24.072266 15.697077 24.072266 15.988281 L 24.072266 16.03125 C 24.072266 16.35908 24.052945 16.682406 24.015625 16.998047 L 25.537109 16.998047 L 25.537109 18.777344 L 23.589844 18.777344 C 22.509373 21.681876 19.700686 23.6875 16.009766 23.6875 L 9.8730469 23.6875 L 9.8730469 18.777344 L 7.7402344 18.777344 L 7.7402344 16.998047 L 9.8730469 16.998047 L 9.8730469 15.128906 L 7.7402344 15.128906 L 7.7402344 13.347656 L 9.8730469 13.347656 L 9.8730469 8.3789062 z M 11.587891 9.9726562 L 11.587891 13.347656 L 21.722656 13.347656 C 20.784715 11.33401 18.750821 9.9726562 16.009766 9.9726562 L 11.587891 9.9726562 z M 11.587891 15.128906 L 11.587891 16.998047 L 22.234375 16.998047 C 22.275675 16.69828 22.296875 16.38867 22.296875 16.074219 L 22.296875 16.03125 C 22.296875 15.723899 22.277751 15.422983 22.238281 15.128906 L 11.587891 15.128906 z M 11.587891 18.777344 L 11.587891 22.089844 L 16.009766 22.089844 C 18.738254 22.089844 20.765349 20.763074 21.708984 18.777344 L 11.587891 18.777344 z "/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 398 B After Width: | Height: | Size: 1.5 KiB |
|
@ -0,0 +1 @@
|
|||
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm10.633-16.183L15.817 5 5 15.817l10.817 3.996 10.816-3.996zM8.364 14.9l7.333-7.498s7.169 7.333 7.471 7.48c.303.146-4.931 0-4.931 0l-2.42-2.475-2.448 2.493H8.364zm7.453 5.674L5 16.605l10.817 10.028L26.633 16.55l-10.816 4.024z"/></svg>
|
After Width: | Height: | Size: 398 B |
|
@ -1 +1,66 @@
|
|||
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><g fill="none"><circle cx="16" cy="16" r="16" fill="#B68900"/><path d="M26.633 15.817L15.817 5 5 15.817l10.817 3.996 10.816-3.996zM8.364 14.9l7.333-7.498s7.169 7.333 7.471 7.48c.303.146-4.931 0-4.931 0l-2.42-2.475-2.448 2.493H8.364zm7.453 5.674l10.816-4.024-10.816 10.083L5 16.605l10.817 3.97z" fill="#FFF"/></g></svg>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 32 32"
|
||||
version="1.1"
|
||||
id="svg4"
|
||||
sodipodi:docname="dai-color.svg"
|
||||
style="fill:none"
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)">
|
||||
<metadata
|
||||
id="metadata10">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs8" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1413"
|
||||
id="namedview6"
|
||||
showgrid="false"
|
||||
inkscape:zoom="13.342756"
|
||||
inkscape:cx="5.6096189"
|
||||
inkscape:cy="11.884069"
|
||||
inkscape:window-x="2560"
|
||||
inkscape:window-y="27"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="g968" />
|
||||
<g
|
||||
id="g968">
|
||||
<circle
|
||||
style="fill:#f4b731;fill-opacity:1"
|
||||
cx="16.060379"
|
||||
cy="16.036282"
|
||||
r="16"
|
||||
id="circle2" />
|
||||
<path
|
||||
style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke-width:0.05394046;fill-opacity:0.94117647"
|
||||
inkscape:connector-curvature="0"
|
||||
id="path2"
|
||||
d="m 9.872488,8.3784 h 6.13725 c 3.73313,0 6.562852,2.024227 7.615613,4.969724 h 1.911759 v 1.780302 h -1.509193 c 0.02953,0.281346 0.04463,0.567948 0.04463,0.859152 v 0.04372 c 0,0.32783 -0.01907,0.650135 -0.05639,0.965776 h 1.520953 v 1.780284 h -1.948177 c -1.080471,2.904532 -3.888281,4.90944 -7.579201,4.90944 H 9.872486 V 18.777359 H 7.7398438 V 16.997075 H 9.872486 V 15.128424 H 7.7398448 V 13.348122 H 9.872487 Z m 1.715733,10.398961 v 3.312384 h 4.421517 c 2.728488,0 4.755657,-1.326654 5.699292,-3.312384 z m 10.64641,-1.780284 h -10.64641 v -1.868651 h 10.649148 c 0.03947,0.294077 0.05962,0.595524 0.05962,0.902875 v 0.04372 c 0,0.314451 -0.02105,0.622289 -0.06235,0.922056 z M 16.009738,9.972823 c 2.741055,0 4.774293,1.361655 5.712234,3.375301 H 11.588221 V 9.972823 Z" />
|
||||
</g>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 2.6 KiB |
|
@ -0,0 +1 @@
|
|||
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><g fill="none"><circle cx="16" cy="16" r="16" fill="#B68900"/><path d="M26.633 15.817L15.817 5 5 15.817l10.817 3.996 10.816-3.996zM8.364 14.9l7.333-7.498s7.169 7.333 7.471 7.48c.303.146-4.931 0-4.931 0l-2.42-2.475-2.448 2.493H8.364zm7.453 5.674l10.816-4.024-10.816 10.083L5 16.605l10.817 3.97z" fill="#FFF"/></g></svg>
|
After Width: | Height: | Size: 401 B |
|
@ -1 +1,9 @@
|
|||
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm10.633-16.183L15.817 5 5 15.817l10.817 3.996 10.816-3.996zM8.364 14.9l7.333-7.498s7.169 7.333 7.471 7.48c.303.146-4.931 0-4.931 0l-2.42-2.475-2.448 2.493H8.364zm7.453 5.674L5 16.605l10.817 10.028L26.633 16.55l-10.816 4.024z" fill="#FFF"/></svg>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 32 32">
|
||||
<path
|
||||
fill="#ffffff"
|
||||
d="M 16.060547 0.037109375 A 16 16 0 0 0 0.060546875 16.037109 A 16 16 0 0 0 16.060547 32.037109 A 16 16 0 0 0 32.060547 16.037109 A 16 16 0 0 0 16.060547 0.037109375 z M 9.8730469 8.3789062 L 16.009766 8.3789062 C 19.742896 8.3789062 22.572239 10.402159 23.625 13.347656 L 25.537109 13.347656 L 25.537109 15.128906 L 24.027344 15.128906 C 24.056874 15.410252 24.072266 15.697077 24.072266 15.988281 L 24.072266 16.03125 C 24.072266 16.35908 24.052945 16.682406 24.015625 16.998047 L 25.537109 16.998047 L 25.537109 18.777344 L 23.589844 18.777344 C 22.509373 21.681876 19.700686 23.6875 16.009766 23.6875 L 9.8730469 23.6875 L 9.8730469 18.777344 L 7.7402344 18.777344 L 7.7402344 16.998047 L 9.8730469 16.998047 L 9.8730469 15.128906 L 7.7402344 15.128906 L 7.7402344 13.347656 L 9.8730469 13.347656 L 9.8730469 8.3789062 z M 11.587891 9.9726562 L 11.587891 13.347656 L 21.722656 13.347656 C 20.784715 11.33401 18.750821 9.9726562 16.009766 9.9726562 L 11.587891 9.9726562 z M 11.587891 15.128906 L 11.587891 16.998047 L 22.234375 16.998047 C 22.275675 16.69828 22.296875 16.38867 22.296875 16.074219 L 22.296875 16.03125 C 22.296875 15.723899 22.277751 15.422983 22.238281 15.128906 L 11.587891 15.128906 z M 11.587891 18.777344 L 11.587891 22.089844 L 16.009766 22.089844 C 18.738254 22.089844 20.765349 20.763074 21.708984 18.777344 L 11.587891 18.777344 z "/>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 410 B After Width: | Height: | Size: 1.5 KiB |
|
@ -0,0 +1 @@
|
|||
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm10.633-16.183L15.817 5 5 15.817l10.817 3.996 10.816-3.996zM8.364 14.9l7.333-7.498s7.169 7.333 7.471 7.48c.303.146-4.931 0-4.931 0l-2.42-2.475-2.448 2.493H8.364zm7.453 5.674L5 16.605l10.817 10.028L26.633 16.55l-10.816 4.024z" fill="#FFF"/></svg>
|
After Width: | Height: | Size: 410 B |