mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unused image
This commit is contained in:
parent
a0fdf60cd3
commit
a084dbfdc7
3 changed files with 0 additions and 24 deletions
|
|
@ -12,7 +12,6 @@ public extension Image {
|
|||
static var homeTab: Image { Image("_homeTab", bundle: .module) }
|
||||
static var homeTabSelected: Image { Image("_homeTabSelected", bundle: .module) }
|
||||
static var profileTab: Image { Image("_profileTab", bundle: .module) }
|
||||
static var profile: Image { Image("_profile", bundle: .module) }
|
||||
static var profileTabSelected: Image { Image("_profileTabSelected", bundle: .module) }
|
||||
static var dotsThree: Image { Image("_dots-three", bundle: .module) }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "dots-three-outline-2.svg",
|
||||
"idiom" : "universal"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
},
|
||||
"properties" : {
|
||||
"template-rendering-intent" : "template"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="26" height="26" viewBox="0 0 26 26" version="1.1">
|
||||
<g id="surface1">
|
||||
<path style="fill:none;stroke-width:16;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 152 128 C 152 141.269231 141.269231 152 128 152 C 114.730769 152 104 141.269231 104 128 C 104 114.730769 114.730769 104 128 104 C 141.269231 104 152 114.730769 152 128 Z M 152 128 " transform="matrix(0.101562,0,0,0.101562,0,0)"/>
|
||||
<path style="fill:none;stroke-width:16;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 72 128 C 72 141.269231 61.269231 152 48 152 C 34.730769 152 24 141.269231 24 128 C 24 114.730769 34.730769 104 48 104 C 61.269231 104 72 114.730769 72 128 Z M 72 128 " transform="matrix(0.101562,0,0,0.101562,0,0)"/>
|
||||
<path style="fill:none;stroke-width:16;stroke-linecap:butt;stroke-linejoin:miter;stroke:rgb(0%,0%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 232 128 C 232 141.269231 221.269231 152 208 152 C 194.730769 152 184 141.269231 184 128 C 184 114.730769 194.730769 104 208 104 C 221.269231 104 232 114.730769 232 128 Z M 232 128 " transform="matrix(0.101562,0,0,0.101562,0,0)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in a new issue