mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-11 10:04:15 +02:00
[improvement] all icons as SVGs
This commit is contained in:
@@ -45,7 +45,7 @@ class SnapApplication(SoftwarePackage):
|
||||
return 'snap'
|
||||
|
||||
def get_default_icon_path(self):
|
||||
return resource.get_path('img/snap.png', ROOT_DIR)
|
||||
return resource.get_path('img/snap.svg', ROOT_DIR)
|
||||
|
||||
def get_type_icon_path(self):
|
||||
return self.get_default_icon_path()
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB |
70
bauh/gems/snap/resources/img/snap.svg
Normal file
70
bauh/gems/snap/resources/img/snap.svg
Normal file
@@ -0,0 +1,70 @@
|
||||
<?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"
|
||||
id="svg3957"
|
||||
height="6.3499999mm"
|
||||
width="6.3499999mm"
|
||||
version="1.1"
|
||||
viewBox="0 0 24.000124 24.000125"
|
||||
sodipodi:docname="snap.svg"
|
||||
inkscape:version="0.92.4 5da689c313, 2019-01-14">
|
||||
<defs
|
||||
id="defs83" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1360"
|
||||
inkscape:window-height="703"
|
||||
id="namedview81"
|
||||
showgrid="false"
|
||||
showborder="false"
|
||||
fit-margin-top="0"
|
||||
fit-margin-left="0"
|
||||
fit-margin-right="0"
|
||||
fit-margin-bottom="0"
|
||||
inkscape:zoom="1.6803366"
|
||||
inkscape:cx="192.32571"
|
||||
inkscape:cy="-49.135216"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg3957" />
|
||||
<metadata
|
||||
id="metadata3963">
|
||||
<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>
|
||||
<g
|
||||
style="fill:none"
|
||||
id="snapcraft-logo--web"
|
||||
transform="matrix(0.76433516,0,0,0.80000413,0,-0.40000206)">
|
||||
<path
|
||||
id="Combined-Shape"
|
||||
d="m 18.06,7.28 6.92,3.08 -6.92,6.92 z M 4.84,30.5 l 8.49,-15.92 3.73,3.7 z M 0,0.5 17.47,6.82 v 11.05 z"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#82bfa1" />
|
||||
<polygon
|
||||
id="Shape"
|
||||
points="18.46,6.82 31.4,12.57 28.53,6.82 "
|
||||
style="fill:#fa6340" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user