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