diff --git a/apps/icons/sets/custom.py b/apps/icons/sets/custom.py new file mode 100644 index 0000000000..df0804ac6a --- /dev/null +++ b/apps/icons/sets/custom.py @@ -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' +} diff --git a/apps/icons/static/icons/custom/32x32/ODF_database_32x32.png b/apps/icons/static/icons/custom/32x32/ODF_database_32x32.png new file mode 100644 index 0000000000..461bdf37b7 Binary files /dev/null and b/apps/icons/static/icons/custom/32x32/ODF_database_32x32.png differ diff --git a/apps/icons/static/icons/custom/32x32/ODF_drawing_32x32.png b/apps/icons/static/icons/custom/32x32/ODF_drawing_32x32.png new file mode 100644 index 0000000000..55dda2143e Binary files /dev/null and b/apps/icons/static/icons/custom/32x32/ODF_drawing_32x32.png differ diff --git a/apps/icons/static/icons/custom/32x32/ODF_drawing_templ_32x32.png b/apps/icons/static/icons/custom/32x32/ODF_drawing_templ_32x32.png new file mode 100644 index 0000000000..cdc2f2df0f Binary files /dev/null and b/apps/icons/static/icons/custom/32x32/ODF_drawing_templ_32x32.png differ diff --git a/apps/icons/static/icons/custom/32x32/ODF_empty_32x32.png b/apps/icons/static/icons/custom/32x32/ODF_empty_32x32.png new file mode 100644 index 0000000000..309392b7a6 Binary files /dev/null and b/apps/icons/static/icons/custom/32x32/ODF_empty_32x32.png differ diff --git a/apps/icons/static/icons/custom/32x32/ODF_empty_templ_32x32.png b/apps/icons/static/icons/custom/32x32/ODF_empty_templ_32x32.png new file mode 100644 index 0000000000..8e906f8be1 Binary files /dev/null and b/apps/icons/static/icons/custom/32x32/ODF_empty_templ_32x32.png differ diff --git a/apps/icons/static/icons/custom/32x32/ODF_formula_32x32.png b/apps/icons/static/icons/custom/32x32/ODF_formula_32x32.png new file mode 100644 index 0000000000..6b8f2f7322 Binary files /dev/null and b/apps/icons/static/icons/custom/32x32/ODF_formula_32x32.png differ diff --git a/apps/icons/static/icons/custom/32x32/ODF_masterdocument_32x32.png b/apps/icons/static/icons/custom/32x32/ODF_masterdocument_32x32.png new file mode 100644 index 0000000000..234bac461e Binary files /dev/null and b/apps/icons/static/icons/custom/32x32/ODF_masterdocument_32x32.png differ diff --git a/apps/icons/static/icons/custom/32x32/ODF_presentation_32x32.png b/apps/icons/static/icons/custom/32x32/ODF_presentation_32x32.png new file mode 100644 index 0000000000..fedeb0620a Binary files /dev/null and b/apps/icons/static/icons/custom/32x32/ODF_presentation_32x32.png differ diff --git a/apps/icons/static/icons/custom/32x32/ODF_presentation_templ_32x32.png b/apps/icons/static/icons/custom/32x32/ODF_presentation_templ_32x32.png new file mode 100644 index 0000000000..0125160652 Binary files /dev/null and b/apps/icons/static/icons/custom/32x32/ODF_presentation_templ_32x32.png differ diff --git a/apps/icons/static/icons/custom/32x32/ODF_spreadsheet_32x32.png b/apps/icons/static/icons/custom/32x32/ODF_spreadsheet_32x32.png new file mode 100644 index 0000000000..020d95bef3 Binary files /dev/null and b/apps/icons/static/icons/custom/32x32/ODF_spreadsheet_32x32.png differ diff --git a/apps/icons/static/icons/custom/32x32/ODF_spreadsheet_templ_32x32.png b/apps/icons/static/icons/custom/32x32/ODF_spreadsheet_templ_32x32.png new file mode 100644 index 0000000000..9d63063e67 Binary files /dev/null and b/apps/icons/static/icons/custom/32x32/ODF_spreadsheet_templ_32x32.png differ diff --git a/apps/icons/static/icons/custom/32x32/ODF_textdocument_32x32.png b/apps/icons/static/icons/custom/32x32/ODF_textdocument_32x32.png new file mode 100644 index 0000000000..ac350cb409 Binary files /dev/null and b/apps/icons/static/icons/custom/32x32/ODF_textdocument_32x32.png differ diff --git a/apps/icons/static/icons/custom/32x32/ODF_textdocument_templ_32x32.png b/apps/icons/static/icons/custom/32x32/ODF_textdocument_templ_32x32.png new file mode 100644 index 0000000000..983b39e611 Binary files /dev/null and b/apps/icons/static/icons/custom/32x32/ODF_textdocument_templ_32x32.png differ diff --git a/apps/icons/static/icons/custom/32x32/file_extension_error.png b/apps/icons/static/icons/custom/32x32/file_extension_error.png new file mode 100644 index 0000000000..09414dac15 Binary files /dev/null and b/apps/icons/static/icons/custom/32x32/file_extension_error.png differ diff --git a/apps/icons/static/icons/custom/32x32/file_extension_unknown.png b/apps/icons/static/icons/custom/32x32/file_extension_unknown.png new file mode 100644 index 0000000000..ec67eab033 Binary files /dev/null and b/apps/icons/static/icons/custom/32x32/file_extension_unknown.png differ