From e72e68a1df4be36a600366f6e963e0d7fa16ac93 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 27 Jun 2012 12:14:16 +0200 Subject: [PATCH] add files symbol --- examples/ui/symbols/js/example.js | 5 ++++- source/Ox.UI/themes/classic/svg/symbolFiles.svg | 9 +++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 source/Ox.UI/themes/classic/svg/symbolFiles.svg diff --git a/examples/ui/symbols/js/example.js b/examples/ui/symbols/js/example.js index 28568692..04820edd 100644 --- a/examples/ui/symbols/js/example.js +++ b/examples/ui/symbols/js/example.js @@ -21,7 +21,10 @@ Ox.load('UI', function() { 'find', 'flag', 'like', 'locate', 'mail', 'map', 'publish', 'star', 'tag', 'view' ], - ['file', 'directory', 'volume', 'mount', 'unmount', 'sync'], + [ + 'file', 'files', 'directory', + 'volume', 'mount', 'unmount', 'sync' + ], [ 'list', 'columns', 'grid', 'gridLandscape', 'gridPortrait', diff --git a/source/Ox.UI/themes/classic/svg/symbolFiles.svg b/source/Ox.UI/themes/classic/svg/symbolFiles.svg new file mode 100644 index 00000000..de1532d0 --- /dev/null +++ b/source/Ox.UI/themes/classic/svg/symbolFiles.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file