* Added more generic icons #126 * Added more AWS IoT resources * Added new Android logo #126pull/192/head
@ -0,0 +1,19 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Generic
|
||||
|
||||
|
||||
class _Device(_Generic):
|
||||
_type = "device"
|
||||
_icon_dir = "resources/generic/device"
|
||||
|
||||
|
||||
class Mobile(_Device):
|
||||
_icon = "mobile.png"
|
||||
|
||||
|
||||
class Tablet(_Device):
|
||||
_icon = "tablet.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,39 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Generic
|
||||
|
||||
|
||||
class _Os(_Generic):
|
||||
_type = "os"
|
||||
_icon_dir = "resources/generic/os"
|
||||
|
||||
|
||||
class Android(_Os):
|
||||
_icon = "android.png"
|
||||
|
||||
|
||||
class Centos(_Os):
|
||||
_icon = "centos.png"
|
||||
|
||||
|
||||
class IOS(_Os):
|
||||
_icon = "ios.png"
|
||||
|
||||
|
||||
class LinuxGeneral(_Os):
|
||||
_icon = "linux-general.png"
|
||||
|
||||
|
||||
class Suse(_Os):
|
||||
_icon = "suse.png"
|
||||
|
||||
|
||||
class Ubuntu(_Os):
|
||||
_icon = "ubuntu.png"
|
||||
|
||||
|
||||
class Windows(_Os):
|
||||
_icon = "windows.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,23 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Generic
|
||||
|
||||
|
||||
class _Virtualization(_Generic):
|
||||
_type = "virtualization"
|
||||
_icon_dir = "resources/generic/virtualization"
|
||||
|
||||
|
||||
class Virtualbox(_Virtualization):
|
||||
_icon = "virtualbox.png"
|
||||
|
||||
|
||||
class Vmware(_Virtualization):
|
||||
_icon = "vmware.png"
|
||||
|
||||
|
||||
class XEN(_Virtualization):
|
||||
_icon = "xen.png"
|
||||
|
||||
|
||||
# Aliases
|
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 5.4 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 8.0 KiB |
After Width: | Height: | Size: 11 KiB |