OPML file icon
This commit is contained in:
13
baRSS/Artwork/application-icon.svg
Normal file
13
baRSS/Artwork/application-icon.svg
Normal file
@@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100">
|
||||
<linearGradient id="orange" gradientUnits="userSpaceOnUse" x2="100" y2="100">
|
||||
<stop offset="0" style="stop-color:#FF8B00"/>
|
||||
<stop offset="0.5" style="stop-color:#FFAB48"/>
|
||||
<stop offset="1" style="stop-color:#FF8B00"/>
|
||||
</linearGradient>
|
||||
<path fill="url(#orange)" d="M0,25v50q0,25,25,25h50q25,0,25,-25v-50q0,-25,-25,-25h-50q-25,0,-25,25z"/>
|
||||
<g fill="#FFFFFF" transform="matrix(-0.75 0 0 0.75 87.5 12.5)">
|
||||
<circle cx="13" cy="13" r="13"/>
|
||||
<path d="M0,45v20Q65,65,65,0h-20Q45,45,0,45z"/>
|
||||
<path d="M0,80v20Q100,100,100,0h-20Q80,80,0,80z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 663 B |
25
baRSS/Artwork/document-icon.svg
Normal file
25
baRSS/Artwork/document-icon.svg
Normal file
@@ -0,0 +1,25 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 70 100">
|
||||
<style type="text/css"> .bg{fill:#FFFFFF;} .fg{fill:#FBA43A;} </style>
|
||||
<defs>
|
||||
<symbol id="file">
|
||||
<path class="fg" d="M0,0H45Q70,0,70,25V100H0V0z"/>
|
||||
<path class="bg" d="M5,5H45Q65,5,65,25V95H5V5z"/>
|
||||
</symbol>
|
||||
<symbol id="line">
|
||||
<circle class="fg" cx="15" cy="5" r="5"/>
|
||||
<circle class="bg" cx="15" cy="5" r="2.5"/>
|
||||
<rect class="fg" x="23" y="3.5" width="37" height="3"/>
|
||||
</symbol>
|
||||
<symbol id="line2">
|
||||
<circle class="fg" cx="25" cy="5" r="3.5"/>
|
||||
<circle class="bg" cx="25" cy="5" r="0.5"/>
|
||||
<rect class="fg" x="32" y="3.5" width="28" height="3"/>
|
||||
</symbol>
|
||||
</defs>
|
||||
<use xlink:href="#file"/>
|
||||
<text class="fg" x="10" y="90" style="font: bold 17.4px sans-serif">OPML</text>
|
||||
<use xlink:href="#line" y="20"/>
|
||||
<use xlink:href="#line" y="35"/>
|
||||
<use xlink:href="#line2" y="49"/>
|
||||
<use xlink:href="#line2" y="61"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 935 B |
BIN
baRSS/Artwork/opml-icon.icns
Normal file
BIN
baRSS/Artwork/opml-icon.icns
Normal file
Binary file not shown.
@@ -32,7 +32,7 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>9512</string>
|
||||
<string>9522</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||
<key>LSUIElement</key>
|
||||
@@ -56,7 +56,7 @@
|
||||
<key>UTTypeDescription</key>
|
||||
<string>OPML file</string>
|
||||
<key>UTTypeIconFile</key>
|
||||
<string>AppIcon</string>
|
||||
<string>opml-icon</string>
|
||||
<key>UTTypeIdentifier</key>
|
||||
<string>org.opml</string>
|
||||
<key>UTTypeReferenceURL</key>
|
||||
|
||||
Reference in New Issue
Block a user