Merge pull request #61 from privacy-scaling-explorations/dev

Fixed mirror.svg
This commit is contained in:
AtHeartEngineer
2022-10-24 12:38:08 -04:00
committed by GitHub
3 changed files with 13 additions and 43 deletions

View File

@@ -2,7 +2,7 @@ import { useState } from 'react';
import logo from '../images/pse-logo.svg';
import discord from '../images/discord_round.svg';
import twitter from '../images/twitter_round.svg';
import mirror from '../images/Mirror.svg';
import mirror from '../images/mirror.svg';
import './Navbar.css'
function Navbar() {

View File

@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
<style type="text/css">
.st0{clip-path:url(#SVGID_00000098210521913422236680000002517519107757226654_);}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#151616;}
</style>
<g>
<defs>
<path id="SVGID_1_" d="M20,0L20,0c11,0,20,9,20,20l0,0c0,11-9,20-20,20l0,0C9,40,0,31,0,20l0,0C0,9,9,0,20,0z"/>
</defs>
<clipPath id="SVGID_00000035515143517833123680000012031141904523001022_">
<use xlink:href="#SVGID_1_" style="overflow:visible;"/>
</clipPath>
<g style="clip-path:url(#SVGID_00000035515143517833123680000012031141904523001022_);">
<path class="st1" d="M20,40c11,0,20-9,20-20S31,0,20,0S0,9,0,20S9,40,20,40z M20.2,10c-4.5,0-8.2,3.7-8.2,8.2v11.4
c0,0.2,0.2,0.4,0.4,0.4h15.5c0.2,0,0.4-0.2,0.4-0.4V18.2C28.4,13.7,24.7,10,20.2,10z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,21 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
<style type="text/css">
.st0{clip-path:url(#SVGID_00000098210521913422236680000002517519107757226654_);}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#151616;}
</style>
<g>
<defs>
<path id="SVGID_1_" d="M20,0L20,0c11,0,20,9,20,20l0,0c0,11-9,20-20,20l0,0C9,40,0,31,0,20l0,0C0,9,9,0,20,0z"/>
</defs>
<clipPath id="SVGID_00000035515143517833123680000012031141904523001022_">
<use xlink:href="#SVGID_1_" style="overflow:visible;"/>
</clipPath>
<g style="clip-path:url(#SVGID_00000035515143517833123680000012031141904523001022_);">
<path class="st1" d="M20,40c11,0,20-9,20-20S31,0,20,0S0,9,0,20S9,40,20,40z M20.2,10c-4.5,0-8.2,3.7-8.2,8.2v11.4
c0,0.2,0.2,0.4,0.4,0.4h15.5c0.2,0,0.4-0.2,0.4-0.4V18.2C28.4,13.7,24.7,10,20.2,10z"/>
</g>
</g>
</svg>
<svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40">
<style type="text/css">
.st1 {
fill-rule: evenodd;
clip-rule: evenodd;
fill: #151616;
}
</style>
<path d="M20,0L20,0c11,0,20,9,20,20l0,0c0,11-9,20-20,20l0,0C9,40,0,31,0,20l0,0C0,9,9,0,20,0z" />
<path class="st1" d="M20,40c11,0,20-9,20-20S31,0,20,0S0,9,0,20S9,40,20,40z M20.2,10c-4.5,0-8.2,3.7-8.2,8.2v11.4
c0,0.2,0.2,0.4,0.4,0.4h15.5c0.2,0,0.4-0.2,0.4-0.4V18.2C28.4,13.7,24.7,10,20.2,10z" />
</svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 514 B