Add a new custom icon set to the icons app
12
apps/icons/sets/custom.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from icons.literals import *
|
||||
|
||||
PATH = 'custom'
|
||||
ID = 'custom'
|
||||
LABEL = _(u'Custom')
|
||||
|
||||
DICTIONARY = {
|
||||
FILE_EXTENSION_ERROR: 'file_extension_error.png',
|
||||
FILE_EXTENSION_UNKNOWN: 'file_extension_unknown.png'
|
||||
}
|
||||
BIN
apps/icons/static/icons/custom/32x32/ODF_database_32x32.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
apps/icons/static/icons/custom/32x32/ODF_drawing_32x32.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
apps/icons/static/icons/custom/32x32/ODF_drawing_templ_32x32.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
apps/icons/static/icons/custom/32x32/ODF_empty_32x32.png
Normal file
|
After Width: | Height: | Size: 950 B |
BIN
apps/icons/static/icons/custom/32x32/ODF_empty_templ_32x32.png
Normal file
|
After Width: | Height: | Size: 966 B |
BIN
apps/icons/static/icons/custom/32x32/ODF_formula_32x32.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
BIN
apps/icons/static/icons/custom/32x32/ODF_presentation_32x32.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
BIN
apps/icons/static/icons/custom/32x32/ODF_spreadsheet_32x32.png
Normal file
|
After Width: | Height: | Size: 917 B |
|
After Width: | Height: | Size: 1.1 KiB |
BIN
apps/icons/static/icons/custom/32x32/ODF_textdocument_32x32.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
BIN
apps/icons/static/icons/custom/32x32/file_extension_error.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
apps/icons/static/icons/custom/32x32/file_extension_unknown.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |