Use actual remoteStorage icon in user menu
This commit is contained in:
@@ -21,7 +21,7 @@ export default class UserMenuComponent extends Component {
|
|||||||
<li class="account-item">
|
<li class="account-item">
|
||||||
<div class="account-header">
|
<div class="account-header">
|
||||||
<div class="account-info">
|
<div class="account-info">
|
||||||
<Icon @name="server" @size={{18}} />
|
<Icon @name="remotestorage" @size={{18}} />
|
||||||
<span>RemoteStorage</span>
|
<span>RemoteStorage</span>
|
||||||
</div>
|
</div>
|
||||||
{{#if @storage.connected}}
|
{{#if @storage.connected}}
|
||||||
|
|||||||
46
app/icons/remotestorage.svg
Normal file
46
app/icons/remotestorage.svg
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
|
<!-- Creator: CorelDRAW X7 -->
|
||||||
|
|
||||||
|
<svg
|
||||||
|
xml:space="preserve"
|
||||||
|
width="24"
|
||||||
|
height="24"
|
||||||
|
version="1.1"
|
||||||
|
style="clip-rule:evenodd;fill-rule:evenodd;image-rendering:optimizeQuality;shape-rendering:geometricPrecision;text-rendering:geometricPrecision"
|
||||||
|
viewBox="0 0 249.99729 249.90068"
|
||||||
|
id="svg1"
|
||||||
|
sodipodi:docname="icon-square.svg"
|
||||||
|
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||||
|
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||||
|
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||||
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
xmlns:svg="http://www.w3.org/2000/svg"><sodipodi:namedview
|
||||||
|
id="namedview1"
|
||||||
|
pagecolor="#ffffff"
|
||||||
|
bordercolor="#666666"
|
||||||
|
borderopacity="1.0"
|
||||||
|
inkscape:showpageshadow="2"
|
||||||
|
inkscape:pageopacity="0.0"
|
||||||
|
inkscape:pagecheckerboard="true"
|
||||||
|
inkscape:deskcolor="#d1d1d1"
|
||||||
|
inkscape:document-units="in"
|
||||||
|
inkscape:zoom="6.5838793"
|
||||||
|
inkscape:cx="2.1264059"
|
||||||
|
inkscape:cy="39.414453"
|
||||||
|
inkscape:window-width="2160"
|
||||||
|
inkscape:window-height="1281"
|
||||||
|
inkscape:window-x="0"
|
||||||
|
inkscape:window-y="0"
|
||||||
|
inkscape:window-maximized="1"
|
||||||
|
inkscape:current-layer="Layer_x0020_1" /> <defs
|
||||||
|
id="defs1"></defs> <g
|
||||||
|
id="Layer_x0020_1"
|
||||||
|
inkscape:label="Layer 1"
|
||||||
|
inkscape:groupmode="layer"
|
||||||
|
transform="translate(-66.822266,-0.16483529)"> <metadata
|
||||||
|
id="CorelCorpID_0Corel-Layer" /> <polygon
|
||||||
|
fill="currentColor"
|
||||||
|
points="228,181 370,100 511,181 652,263 370,425 87,263 87,263 0,213 0,213 0,311 0,378 0,427 0,476 86,525 185,582 370,689 554,582 653,525 653,590 653,592 370,754 0,542 0,640 185,747 370,853 554,747 739,640 739,525 739,476 739,427 739,378 653,427 370,589 86,427 86,361 185,418 370,524 554,418 653,361 739,311 739,213 554,107 370,0 185,107 58,180 144,230 "
|
||||||
|
id="polygon1"
|
||||||
|
transform="matrix(0.29308006,0,0,0.29308006,83.527829,-0.02838471)"
|
||||||
|
/> </g> </svg>
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
@@ -108,6 +108,7 @@ import wallHangingWithMountainsAndSun from '@waysidemapping/pinhead/dist/icons/w
|
|||||||
import womensAndMensRestroomSymbol from '@waysidemapping/pinhead/dist/icons/womens_and_mens_restroom_symbol.svg?raw';
|
import womensAndMensRestroomSymbol from '@waysidemapping/pinhead/dist/icons/womens_and_mens_restroom_symbol.svg?raw';
|
||||||
|
|
||||||
import loadingRing from '../icons/270-ring.svg?raw';
|
import loadingRing from '../icons/270-ring.svg?raw';
|
||||||
|
import remotestorage from '../icons/remotestorage.svg?raw';
|
||||||
import wikipedia from '../icons/wikipedia.svg?raw';
|
import wikipedia from '../icons/wikipedia.svg?raw';
|
||||||
|
|
||||||
const ICONS = {
|
const ICONS = {
|
||||||
@@ -196,6 +197,7 @@ const ICONS = {
|
|||||||
'police-officer-with-stop-arm': policeOfficerWithStopArm,
|
'police-officer-with-stop-arm': policeOfficerWithStopArm,
|
||||||
plus,
|
plus,
|
||||||
'round-structure-with-flag': roundStructureWithFlag,
|
'round-structure-with-flag': roundStructureWithFlag,
|
||||||
|
remotestorage,
|
||||||
'sailing-ship-in-water': sailingShipInWater,
|
'sailing-ship-in-water': sailingShipInWater,
|
||||||
'scissors-open': scissorsOpen,
|
'scissors-open': scissorsOpen,
|
||||||
'shipwreck-in-water': shipwreckInWater,
|
'shipwreck-in-water': shipwreckInWater,
|
||||||
|
|||||||
Reference in New Issue
Block a user