diff --git a/examples/symbols/js/example.js b/examples/symbols/js/example.js index 4e73be4c..ade83476 100644 --- a/examples/symbols/js/example.js +++ b/examples/symbols/js/example.js @@ -21,10 +21,12 @@ Ox.load('UI', function() { 'find', 'flag', 'like', 'locate', 'mail', 'map', 'publish', 'star', 'tag', 'view' ], + ['file', 'directory', 'volume', 'mount', 'unmount', 'sync'], [ - 'list', 'columns', 'grid', 'iconlist', - 'gridLandscape', 'gridPortrait', - 'iconlistPortraitList', 'iconlistPortraitIconLandscape' + 'list', 'columns', + 'grid', 'gridLandscape', 'gridPortrait', + 'gridLandscapePortrait', 'gridPortraitLandscape', + 'iconlist', 'iconlistLandscape', 'iconlistPortrait' ], ['info', 'warning', 'help'], ['select', 'set'], @@ -33,7 +35,6 @@ Ox.load('UI', function() { ['unlock', 'lock'], ['copyright', 'noCopyright'], ['circle', 'square'], - ['volume', 'mount', 'unmount', 'sync'], ['icon', 'bracket', 'clock', 'switch', 'user'] ], symbols = Ox.flatten(groups), diff --git a/source/Ox.UI/themes/classic/svg/symbolDirectory.svg b/source/Ox.UI/themes/classic/svg/symbolDirectory.svg new file mode 100644 index 00000000..ff4fecc3 --- /dev/null +++ b/source/Ox.UI/themes/classic/svg/symbolDirectory.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/source/Ox.UI/themes/classic/svg/symbolFile.svg b/source/Ox.UI/themes/classic/svg/symbolFile.svg new file mode 100644 index 00000000..2ad42e6d --- /dev/null +++ b/source/Ox.UI/themes/classic/svg/symbolFile.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/source/Ox.UI/themes/classic/svg/symbolFocus.svg b/source/Ox.UI/themes/classic/svg/symbolFocus.svg new file mode 100644 index 00000000..f6e2c8c0 --- /dev/null +++ b/source/Ox.UI/themes/classic/svg/symbolFocus.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/source/Ox.UI/themes/classic/svg/symbolGridLandscapePortrait.svg b/source/Ox.UI/themes/classic/svg/symbolGridLandscapePortrait.svg new file mode 100644 index 00000000..bec86856 --- /dev/null +++ b/source/Ox.UI/themes/classic/svg/symbolGridLandscapePortrait.svg @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/source/Ox.UI/themes/classic/svg/symbolIconlistPortraitIconLandscape.svg b/source/Ox.UI/themes/classic/svg/symbolGridPortraitLandscape.svg similarity index 100% rename from source/Ox.UI/themes/classic/svg/symbolIconlistPortraitIconLandscape.svg rename to source/Ox.UI/themes/classic/svg/symbolGridPortraitLandscape.svg diff --git a/source/Ox.UI/themes/classic/svg/symbolIconlistLandscape.svg b/source/Ox.UI/themes/classic/svg/symbolIconlistLandscape.svg new file mode 100644 index 00000000..fda59ab8 --- /dev/null +++ b/source/Ox.UI/themes/classic/svg/symbolIconlistLandscape.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/source/Ox.UI/themes/classic/svg/symbolIconlistPortraitList.svg b/source/Ox.UI/themes/classic/svg/symbolIconlistPortrait.svg similarity index 100% rename from source/Ox.UI/themes/classic/svg/symbolIconlistPortraitList.svg rename to source/Ox.UI/themes/classic/svg/symbolIconlistPortrait.svg