Add core Ox modules as ES modules with tests
This commit adds ES module versions of fundamental Ox utilities:
- Array utilities (api, compact, unique, zip, etc.)
- String utilities (capitalize, clean, truncate, wordwrap, etc.)
- Math utilities (trig functions, geographic calculations, etc.)
- Object utilities (clone, serialize, keys/values, etc.)
- Function utilities (cache, debounce, throttle, memoize, etc.)
- Constants (math, time, colors, HTTP status codes)
- Polyfills for older browser compatibility
All modules include proper imports/exports and maintain the same API
as the original implementations. Added comprehensive test coverage with
31 tests passing.
Next steps: Convert remaining core modules, set up build pipeline,
and test backward compatibility with existing examples.
🤖 Generated with AI assistance
This commit is contained in:
parent
4c880728dc
commit
a8a7dc9445
2456 changed files with 149714 additions and 0 deletions
267
dev/UI/json/UI.json
Normal file
267
dev/UI/json/UI.json
Normal file
|
|
@ -0,0 +1,267 @@
|
|||
{
|
||||
"files": [
|
||||
"UI/css/UI.css",
|
||||
"UI/jquery/jquery.mousewheel.js",
|
||||
"UI/js/Audio/AudioElement.js",
|
||||
"UI/js/Audio/AudioPlayer.js",
|
||||
"UI/js/Bar/Bar.js",
|
||||
"UI/js/Bar/Progressbar.js",
|
||||
"UI/js/Bar/Resizebar.js",
|
||||
"UI/js/Bar/Tabbar.js",
|
||||
"UI/js/Calendar/Calendar.js",
|
||||
"UI/js/Calendar/CalendarEditor.js",
|
||||
"UI/js/Code/DocPage.js",
|
||||
"UI/js/Code/DocPanel.js",
|
||||
"UI/js/Code/ExamplePage.js",
|
||||
"UI/js/Code/ExamplePanel.js",
|
||||
"UI/js/Code/SourceViewer.js",
|
||||
"UI/js/Code/SyntaxHighlighter.js",
|
||||
"UI/js/Core/API.js",
|
||||
"UI/js/Core/App.js",
|
||||
"UI/js/Core/Clipboard.js",
|
||||
"UI/js/Core/Container.js",
|
||||
"UI/js/Core/Cookies.js",
|
||||
"UI/js/Core/Element.js",
|
||||
"UI/js/Core/Event.js",
|
||||
"UI/js/Core/Focus.js",
|
||||
"UI/js/Core/Fullscreen.js",
|
||||
"UI/js/Core/GarbageCollection.js",
|
||||
"UI/js/Core/History.js",
|
||||
"UI/js/Core/LoadingIcon.js",
|
||||
"UI/js/Core/LoadingScreen.js",
|
||||
"UI/js/Core/Request.js",
|
||||
"UI/js/Core/Theme.js",
|
||||
"UI/js/Core/UI.js",
|
||||
"UI/js/Core/URL.js",
|
||||
"UI/js/Form/ArrayEditable.js",
|
||||
"UI/js/Form/ArrayInput.js",
|
||||
"UI/js/Form/Button.js",
|
||||
"UI/js/Form/ButtonGroup.js",
|
||||
"UI/js/Form/Checkbox.js",
|
||||
"UI/js/Form/CheckboxGroup.js",
|
||||
"UI/js/Form/ColorInput.js",
|
||||
"UI/js/Form/ColorPicker.js",
|
||||
"UI/js/Form/DateInput.js",
|
||||
"UI/js/Form/DateTimeInput.js",
|
||||
"UI/js/Form/Editable.js",
|
||||
"UI/js/Form/EditableContent.js",
|
||||
"UI/js/Form/FileButton.js",
|
||||
"UI/js/Form/FileInput.js",
|
||||
"UI/js/Form/Filter.js",
|
||||
"UI/js/Form/Form.js",
|
||||
"UI/js/Form/FormElementGroup.js",
|
||||
"UI/js/Form/FormItem.js",
|
||||
"UI/js/Form/FormPanel.js",
|
||||
"UI/js/Form/Input.js",
|
||||
"UI/js/Form/InputGroup.js",
|
||||
"UI/js/Form/InsertHTMLDialog.js",
|
||||
"UI/js/Form/Label.js",
|
||||
"UI/js/Form/ObjectArrayInput.js",
|
||||
"UI/js/Form/ObjectInput.js",
|
||||
"UI/js/Form/OptionGroup.js",
|
||||
"UI/js/Form/Picker.js",
|
||||
"UI/js/Form/PlaceInput.js",
|
||||
"UI/js/Form/PlacePicker.js",
|
||||
"UI/js/Form/Range.js",
|
||||
"UI/js/Form/Select.js",
|
||||
"UI/js/Form/SelectInput.js",
|
||||
"UI/js/Form/Spreadsheet.js",
|
||||
"UI/js/Form/TimeInput.js",
|
||||
"UI/js/Image/ImageElement.js",
|
||||
"UI/js/Image/ImageViewer.js",
|
||||
"UI/js/List/Chart.js",
|
||||
"UI/js/List/ColumnList.js",
|
||||
"UI/js/List/CustomList.js",
|
||||
"UI/js/List/IconItem.js",
|
||||
"UI/js/List/IconList.js",
|
||||
"UI/js/List/InfoList.js",
|
||||
"UI/js/List/List.js",
|
||||
"UI/js/List/ListItem.js",
|
||||
"UI/js/List/SortList.js",
|
||||
"UI/js/List/TableList.js",
|
||||
"UI/js/List/TreeList.js",
|
||||
"UI/js/Map/LeafletMap.js",
|
||||
"UI/js/Map/LeafletMapMarker.js",
|
||||
"UI/js/Map/LeafletMapPlace.js",
|
||||
"UI/js/Map/LeafletMapRectangle.js",
|
||||
"UI/js/Map/LeafletMapRectangleMarker.js",
|
||||
"UI/js/Map/Map.js",
|
||||
"UI/js/Map/MapEditor.js",
|
||||
"UI/js/Map/MapImage.js",
|
||||
"UI/js/Map/MapMarker.js",
|
||||
"UI/js/Map/MapMarkerImage.js",
|
||||
"UI/js/Map/MapPlace.js",
|
||||
"UI/js/Map/MapRectangle.js",
|
||||
"UI/js/Map/MapRectangleMarker.js",
|
||||
"UI/js/Menu/MainMenu.js",
|
||||
"UI/js/Menu/Menu.js",
|
||||
"UI/js/Menu/MenuButton.js",
|
||||
"UI/js/Menu/MenuItem.js",
|
||||
"UI/js/Panel/CollapsePanel.js",
|
||||
"UI/js/Panel/SlidePanel.js",
|
||||
"UI/js/Panel/SplitPanel.js",
|
||||
"UI/js/Panel/TabPanel.js",
|
||||
"UI/js/Video/AnnotationFolder.js",
|
||||
"UI/js/Video/AnnotationPanel.js",
|
||||
"UI/js/Video/BlockVideoTimeline.js",
|
||||
"UI/js/Video/ClipPanel.js",
|
||||
"UI/js/Video/LargeVideoTimeline.js",
|
||||
"UI/js/Video/SmallVideoTimeline.js",
|
||||
"UI/js/Video/SmallVideoTimelineImage.js",
|
||||
"UI/js/Video/VideoAnnotationPanel.js",
|
||||
"UI/js/Video/VideoEditPanel.js",
|
||||
"UI/js/Video/VideoElement.js",
|
||||
"UI/js/Video/VideoPlayer.js",
|
||||
"UI/js/Video/VideoPlayerMenu.js",
|
||||
"UI/js/Video/VideoPlayerPanel.js",
|
||||
"UI/js/Video/VideoPreview.js",
|
||||
"UI/js/Video/VideoTimelinePanel.js",
|
||||
"UI/js/Video/VideoTimelinePlayer.js",
|
||||
"UI/js/Window/Dialog.js",
|
||||
"UI/js/Window/Layer.js",
|
||||
"UI/js/Window/SortDialog.js",
|
||||
"UI/js/Window/Tooltip.js",
|
||||
"UI/themes/aqua/json/theme.jsonc",
|
||||
"UI/themes/aqua/png/icon16.png",
|
||||
"UI/themes/aqua/png/logo128.png",
|
||||
"UI/themes/aqua/png/scrollbarHorizontalDecrement.png",
|
||||
"UI/themes/aqua/png/scrollbarHorizontalIncrement.png",
|
||||
"UI/themes/aqua/png/scrollbarVerticalDecrement.png",
|
||||
"UI/themes/aqua/png/scrollbarVerticalIncrement.png",
|
||||
"UI/themes/oxdark/json/theme.jsonc",
|
||||
"UI/themes/oxdark/png/icon16.png",
|
||||
"UI/themes/oxdark/png/logo128.png",
|
||||
"UI/themes/oxdark/png/scrollbarHorizontalDecrement.png",
|
||||
"UI/themes/oxdark/png/scrollbarHorizontalIncrement.png",
|
||||
"UI/themes/oxdark/png/scrollbarVerticalDecrement.png",
|
||||
"UI/themes/oxdark/png/scrollbarVerticalIncrement.png",
|
||||
"UI/themes/oxlight/json/theme.jsonc",
|
||||
"UI/themes/oxlight/png/icon16.png",
|
||||
"UI/themes/oxlight/png/logo128.png",
|
||||
"UI/themes/oxlight/png/scrollbarHorizontalDecrement.png",
|
||||
"UI/themes/oxlight/png/scrollbarHorizontalIncrement.png",
|
||||
"UI/themes/oxlight/png/scrollbarVerticalDecrement.png",
|
||||
"UI/themes/oxlight/png/scrollbarVerticalIncrement.png",
|
||||
"UI/themes/oxmedium/json/theme.jsonc",
|
||||
"UI/themes/oxmedium/png/icon16.png",
|
||||
"UI/themes/oxmedium/png/logo128.png",
|
||||
"UI/themes/oxmedium/png/scrollbarHorizontalDecrement.png",
|
||||
"UI/themes/oxmedium/png/scrollbarHorizontalIncrement.png",
|
||||
"UI/themes/oxmedium/png/scrollbarVerticalDecrement.png",
|
||||
"UI/themes/oxmedium/png/scrollbarVerticalIncrement.png"
|
||||
],
|
||||
"images": {
|
||||
"markerChapter": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"96,248 96,8 160,8 160,248\" fill=\"#FFFFFF\" stroke=\"#000000\" stroke-width=\"16\"/></svg>",
|
||||
"markerCut": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"80,248 128,0 176,248\" fill=\"#FFFFFF\" stroke=\"#000000\" stroke-width=\"16\"/></svg>",
|
||||
"markerIn": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"18,248 248,18 248,248\" fill=\"#FFFFFF\" stroke=\"#000000\" stroke-width=\"16\"/></svg>",
|
||||
"markerInBottom": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"8,8 88,8 88,168 248,168 248,248 8,248\" fill=\"#FFFFFF\" stroke=\"#000000\" stroke-width=\"16\"/></svg>",
|
||||
"markerInTop": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"8,8 248,8 248,88 88,88 88,248 8,248\" fill=\"#FFFFFF\" stroke=\"#000000\" stroke-width=\"16\"/></svg>",
|
||||
"markerOut": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"8,18 238,248 8,248\" fill=\"#FFFFFF\" stroke=\"#000000\" stroke-width=\"16\"/></svg>",
|
||||
"markerOutBottom": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"168,8 248,8 248,248 8,248 8,168 168,168\" fill=\"#FFFFFF\" stroke=\"#000000\" stroke-width=\"16\"/></svg>",
|
||||
"markerOutTop": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"8,8 248,8 248,248 168,248 168,88 8,88\" fill=\"#FFFFFF\" stroke=\"#000000\" stroke-width=\"16\"/></svg>",
|
||||
"markerPosition": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"16,8 240,8 128,128\" fill=\"#FFFFFF\" stroke=\"#000000\" stroke-width=\"16\"/></svg>",
|
||||
"symbolAdd": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\">\r<g stroke=\"#808080\" stroke-width=\"48\">\r<line x1=\"128\" y1=\"16\" x2=\"128\" y2=\"240\"/>\r<line x1=\"16\" y1=\"128\" x2=\"240\" y2=\"128\"/>\r</g>\r</svg>",
|
||||
"symbolArrowDown": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><line x1=\"128\" y1=\"0\" x2=\"128\" y2=\"128\" stroke=\"#808080\" stroke-width=\"48\"/><polygon points=\"32,128 224,128 128,256\" fill=\"#808080\"/></svg>",
|
||||
"symbolArrowLeft": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"0,128 128,32 128,224\" fill=\"#808080\"/><line x1=\"128\" y1=\"128\" x2=\"256\" y2=\"128\" stroke=\"#808080\" stroke-width=\"48\"/></svg>",
|
||||
"symbolArrowRight": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><line x1=\"0\" y1=\"128\" x2=\"128\" y2=\"128\" stroke=\"#808080\" stroke-width=\"48\"/><polygon points=\"128,32 256,128 128,224\" fill=\"#808080\"/></svg>",
|
||||
"symbolArrowUp": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"32,128 128,0 224,128\" fill=\"#808080\"/><line x1=\"128\" y1=\"128\" x2=\"128\" y2=\"256\" stroke=\"#808080\" stroke-width=\"48\"/></svg>",
|
||||
"symbolAudio": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\">\r<polygon points=\"64,48 224,16 224,64 64,96\" fill=\"#808080\"/>\r<line x1=\"80\" y1=\"80\" x2=\"80\" y2=\"208\" stroke=\"#808080\" stroke-width=\"32\"/>\r<line x1=\"208\" y1=\"48\" x2=\"208\" y2=\"176\" stroke=\"#808080\" stroke-width=\"32\"/>\r<ellipse cx=\"56\" cy=\"208\" rx=\"40\" ry=\"32\" fill=\"#808080\" transform=\"rotate(-15,56,208)\"/>\r<ellipse cx=\"184\" cy=\"176\" rx=\"40\" ry=\"32\" fill=\"#808080\" transform=\"rotate(-15,184,176)\"/>\r</svg>",
|
||||
"symbolBook": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g fill=\"none\" stroke=\"#808080\"><path d=\"M 20,28 l 108,36 l 108,-36\" stroke-width=\"24\"/><path d=\"M 224,32 l 0,160 l -96,32 l -96,-32 l 0,-160\" stroke-width=\"32\"/><line x1=\"128\" y1=\"64\" x2=\"128\" y2=\"224\" stroke-width=\"24\"/></g></svg>",
|
||||
"symbolBookmark": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"72,32 184,32 184,240 128,144 72,240\" fill=\"#808080\" stroke=\"#808080\" stroke-width=\"0\"/></svg>",
|
||||
"symbolBracket": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><path d=\"M 80,24 a 312,208 0 0,0 0,208\" fill=\"none\" stroke=\"#808080\" stroke-linecap=\"round\" stroke-width=\"48\"/><path d=\"M 176,24 a 312,208 0 0,1 0,208\" fill=\"none\" stroke=\"#808080\" stroke-linecap=\"round\" stroke-width=\"48\"/></svg>",
|
||||
"symbolCenter": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><circle cx=\"128\" cy=\"128\" r=\"80\" fill=\"#808080\"/></svg>",
|
||||
"symbolChat": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g fill=\"#808080\"><ellipse cx=\"128\" cy=\"112\" rx=\"112\" ry=\"80\"/><polygon points=\"64,248 80,176 160,176\"/></g></svg>",
|
||||
"symbolCheck": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><path d=\"M 48,144 l 64,64 l 96,-160\" fill=\"none\" stroke=\"#808080\" stroke-linecap=\"round\" stroke-width=\"48\"/></svg>",
|
||||
"symbolCircle": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><circle cx=\"128\" cy=\"128\" r=\"96\" fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"/></svg>",
|
||||
"symbolClick": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g transform=\"rotate(-25, 128, 128)\"><polygon points=\"128,0 208,176 128,144 48,176\" fill=\"#808080\"/><line x1=\"128\" y1=\"128\" x2=\"128\" y2=\"256\" stroke=\"#808080\" stroke-width=\"48\"/></g></svg>",
|
||||
"symbolClock": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"><circle cx=\"128\" cy=\"128\" r=\"112\"/><path d=\"M 80,104 l 48,32 l 64,-48\"/></g></svg>",
|
||||
"symbolClose": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g stroke=\"#808080\" stroke-width=\"48\"><line x1=\"40\" y1=\"40\" x2=\"216\" y2=\"216\"/><line x1=\"40\" y1=\"216\" x2=\"216\" y2=\"40\"/></g></svg>",
|
||||
"symbolColumns": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"><rect x=\"32\" y=\"32\" width=\"192\" height=\"192\"/><line x1=\"96\" y1=\"32\" x2=\"96\" y2=\"224\"/><line x1=\"160\" y1=\"32\" x2=\"160\" y2=\"224\"/></g></svg>",
|
||||
"symbolCopyright": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"><circle cx=\"128\" cy=\"128\" r=\"112\" fill=\"none\"/><path d=\"M 168,168 a 56,56 0 1,1 0,-80\"/></g></svg>",
|
||||
"symbolData": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\">\r<ellipse cx=\"128\" cy=\"64\" rx=\"100\" ry=\"36\" fill=\"none\" stroke=\"#808080\" stroke-width=\"24\"/>\r<path d=\"M 28,128 a 96,36 0 0,0 200,0\" fill=\"none\" stroke=\"#808080\" stroke-width=\"24\"/>\r<path d=\"M 28,192 a 96,36 0 0,0 200,0\" fill=\"none\" stroke=\"#808080\" stroke-width=\"24\"/>\r</svg>",
|
||||
"symbolDelete": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g stroke=\"#808080\" stroke-width=\"48\"><circle cx=\"128\" cy=\"128\" r=\"104\" fill=\"none\"/><line x1=\"40\" y1=\"40\" x2=\"216\" y2=\"216\"/></g></svg>",
|
||||
"symbolDirectory": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g stroke=\"#808080\" fill=\"none\"><path d=\"M 16,64 l 224,0 0,144 -224,0 0,-144 8,0\" stroke-width=\"32\"/><path d=\"M 9,56 l 44,-44 44,0 44,44\" stroke-width=\"24\"/></g></svg>",
|
||||
"symbolDown": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"32,56 224,56 128,248\" fill=\"#808080\"/></svg>",
|
||||
"symbolDownload": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><line x1=\"128\" y1=\"16\" x2=\"128\" y2=\"128\" stroke=\"#808080\" stroke-width=\"96\"/><polygon points=\"0,128 256,128 128,256\" fill=\"#808080\"/></svg>",
|
||||
"symbolEdit": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"32,224 64,160 96,192\" fill=\"#808080\"/><line x1=\"88\" y1=\"168\" x2=\"184\" y2=\"72\" stroke=\"#808080\" stroke-width=\"48\"/><line x1=\"192\" y1=\"64\" x2=\"208\" y2=\"48\" stroke=\"#808080\" stroke-width=\"48\"/><line x1=\"112\" y1=\"220\" x2=\"224\" y2=\"220\" stroke=\"#808080\" stroke-width=\"8\"/><line x1=\"128\" y1=\"204\" x2=\"224\" y2=\"204\" stroke=\"#808080\" stroke-width=\"8\"/><line x1=\"144\" y1=\"188\" x2=\"224\" y2=\"188\" stroke=\"#808080\" stroke-width=\"8\"/></svg>",
|
||||
"symbolEmbed": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><line x1=\"88\" y1=\"56\" x2=\"24\" y2=\"128\" stroke=\"#808080\" stroke-linecap=\"round\" stroke-width=\"48\"/><line x1=\"24\" y1=\"128\" x2=\"88\" y2=\"200\" stroke=\"#808080\" stroke-linecap=\"round\" stroke-width=\"48\"/><line x1=\"168\" y1=\"56\" x2=\"232\" y2=\"128\" stroke=\"#808080\" stroke-linecap=\"round\" stroke-width=\"48\"/><line x1=\"232\" y1=\"128\" x2=\"168\" y2=\"200\" stroke=\"#808080\" stroke-linecap=\"round\" stroke-width=\"48\"/></svg>",
|
||||
"symbolEqual": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g stroke=\"#808080\" stroke-width=\"48\"><line x1=\"32\" y1=\"80\" x2=\"224\" y2=\"80\"/><line x1=\"32\" y1=\"176\" x2=\"224\" y2=\"176\"/></g></svg>",
|
||||
"symbolFile": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g stroke=\"#808080\" fill=\"none\"><path d=\"M 208,72 l 0,168 -160,0 0,-224 104,0\" stroke-width=\"32\"/><path d=\"M 144,9 l 72,72\" stroke-width=\"24\"/><path d=\"M 144,16 l 0,64 64,0\" stroke-width=\"24\"/></g></svg>",
|
||||
"symbolFiles": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g stroke=\"#808080\" fill=\"none\" stroke-width=\"24\"><path d=\"M 208,72 l 0,168 -160,0 0,-224 104,0\" stroke-width=\"32\"/><path d=\"M 144,9 l 72,72\"/><path d=\"M 144,16 l 0,64 64,0\"/><line x1=\"128\" y1=\"112\" x2=\"128\" y2=\"208\"/><line x1=\"80\" y1=\"160\" x2=\"176\" y2=\"160\"/></g></svg>",
|
||||
"symbolFill": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"64,64 128,0 192,64\" fill=\"#808080\"/><rect x=\"32\" y=\"96\" width=\"192\" height=\"64\" fill=\"#808080\"/><polygon points=\"64,192 192,192 128,256\" fill=\"#808080\"/></svg>",
|
||||
"symbolFind": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g stroke=\"#808080\" stroke-width=\"48\"><circle cx=\"104\" cy=\"104\" r=\"64\" fill=\"none\"/><line x1=\"160\" y1=\"160\" x2=\"216\" y2=\"216\"/></g></svg>",
|
||||
"symbolFit": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"64,16 192,16 128,80\" fill=\"#808080\"/><rect x=\"32\" y=\"96\" width=\"192\" height=\"64\" fill=\"#808080\"/><polygon points=\"64,240 128,176 192,240\" fill=\"#808080\"/></svg>",
|
||||
"symbolFlag": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><line x1=\"48\" y1=\"224\" x2=\"48\" y2=\"32\" stroke=\"#808080\" stroke-width=\"32\"/><path d=\"M 64,32 a 64,64 0 0,1 80,0 a 64,64 0 0,0 80,0 l 0,128 a 64,64 0 0,1 -80,0 a 64,64 0 0,0 -80,0\" fill=\"#808080\"/></svg>",
|
||||
"symbolFocus": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g fill=\"none\" stroke=\"#808080\" stroke-width=\"24\"><path d=\"M 44,112 l 0,-68 l 68,0\"/><path d=\"M 144,44 l 68,0 l 0,68\"/><path d=\"M 212,144 l 0,68 l -68,0\"/><path d=\"M 112,212 l -68,0 l 0,-68\"/></g><circle cx=\"128\" cy=\"128\" r=\"16\" fill=\"#808080\" stroke=\"none\"/></svg>",
|
||||
"symbolGoToIn": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><line x1=\"64\" y1=\"32\" x2=\"64\" y2=\"224\" stroke=\"#808080\" stroke-width=\"48\"/><polygon points=\"120,128 216,32 216,224\" fill=\"#808080\"/></svg>",
|
||||
"symbolGoToOut": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"40,32 136,128 40,224\" fill=\"#808080\"/><line x1=\"192\" y1=\"32\" x2=\"192\" y2=\"224\" stroke=\"#808080\" stroke-width=\"48\"/></svg>",
|
||||
"symbolGoToPoster": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"40,32 136,128 40,224\" fill=\"#808080\"/><line x1=\"128\" y1=\"48\" x2=\"208\" y2=\"48\" stroke=\"#808080\" stroke-width=\"32\"/><line x1=\"192\" y1=\"32\" x2=\"192\" y2=\"224\" stroke=\"#808080\" stroke-width=\"32\"/><line x1=\"208\" y1=\"208\" x2=\"128\" y2=\"208\" stroke=\"#808080\" stroke-width=\"32\"/></svg>",
|
||||
"symbolGrid": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"><rect x=\"32\" y=\"32\" width=\"64\" height=\"64\"/><rect x=\"160\" y=\"32\" width=\"64\" height=\"64\"/><rect x=\"32\" y=\"160\" width=\"64\" height=\"64\"/><rect x=\"160\" y=\"160\" width=\"64\" height=\"64\"/></g></svg>",
|
||||
"symbolGridLandscape": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"><rect x=\"32\" y=\"40\" width=\"64\" height=\"48\"/><rect x=\"160\" y=\"40\" width=\"64\" height=\"48\"/><rect x=\"32\" y=\"168\" width=\"64\" height=\"48\"/><rect x=\"160\" y=\"168\" width=\"64\" height=\"48\"/></g></svg>",
|
||||
"symbolGridLandscapePortrait": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"><rect x=\"32\" y=\"40\" width=\"64\" height=\"48\"/><rect x=\"168\" y=\"32\" width=\"48\" height=\"64\"/><rect x=\"32\" y=\"168\" width=\"64\" height=\"48\"/><rect x=\"168\" y=\"160\" width=\"48\" height=\"64\"/></g></svg>",
|
||||
"symbolGridPortrait": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"><rect x=\"40\" y=\"32\" width=\"48\" height=\"64\"/><rect x=\"168\" y=\"32\" width=\"48\" height=\"64\"/><rect x=\"40\" y=\"160\" width=\"48\" height=\"64\"/><rect x=\"168\" y=\"160\" width=\"48\" height=\"64\"/></g></svg>",
|
||||
"symbolGridPortraitLandscape": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"><rect x=\"40\" y=\"32\" width=\"48\" height=\"64\"/><rect x=\"160\" y=\"40\" width=\"64\" height=\"48\"/><rect x=\"40\" y=\"160\" width=\"48\" height=\"64\"/><rect x=\"160\" y=\"168\" width=\"64\" height=\"48\"/></g></svg>",
|
||||
"symbolGrow": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"32,32 128,32 32,128\" fill=\"#808080\"/><line x1=\"72\" y1=\"72\" x2=\"120\" y2=\"120\" stroke=\"#808080\" stroke-width=\"48\"/><line x1=\"136\" y1=\"136\" x2=\"184\" y2=\"184\" stroke=\"#808080\" stroke-width=\"48\"/><polygon points=\"128,224 224,128 224,224\" fill=\"#808080\"/></svg>",
|
||||
"symbolHelp": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><path d=\"M 80,72 a 48,48 0 1,1 88,32 l -40,48\" fill=\"none\" stroke=\"#808080\" stroke-linecap=\"round\" stroke-width=\"48\"/><circle cx=\"128\" cy=\"224\" r=\"32\" fill=\"#808080\"/></svg>",
|
||||
"symbolHome": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"><path d=\"M 16,136 l 112,-112 112,112\"/><path d=\"M 56,96 l 0,128 144,0 0,-128\"/><rect x=\"110\" y=\"86\" width=\"36\" height=\"36\" stroke-width=\"12\"/><rect x=\"110\" y=\"150\" width=\"36\" height=\"64\" stroke-width=\"12\"/></g></svg>",
|
||||
"symbolIcon": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><path d=\"M 80,32 l 96,0 a 48,48 0 0,1 48,48 l 0,96 a 48,48 0 0,1 -48,48 l -96,0 a 48,48 0 0,1 -48,-48 l 0,-96 a 48,48 0 0,1 48,-48\" fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"/></svg>",
|
||||
"symbolIconlist": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"><rect x=\"32\" y=\"32\" width=\"64\" height=\"64\"/><line x1=\"144\" y1=\"32\" x2=\"240\" y2=\"32\"/><line x1=\"144\" y1=\"96\" x2=\"240\" y2=\"96\"/><rect x=\"32\" y=\"160\" width=\"64\" height=\"64\"/><line x1=\"144\" y1=\"160\" x2=\"240\" y2=\"160\"/><line x1=\"144\" y1=\"224\" x2=\"240\" y2=\"224\"/></g></svg>",
|
||||
"symbolIconlistLandscape": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"><rect x=\"32\" y=\"40\" width=\"64\" height=\"48\"/><line x1=\"144\" y1=\"32\" x2=\"240\" y2=\"32\"/><line x1=\"144\" y1=\"96\" x2=\"240\" y2=\"96\"/><rect x=\"32\" y=\"168\" width=\"64\" height=\"48\"/><line x1=\"144\" y1=\"160\" x2=\"240\" y2=\"160\"/><line x1=\"144\" y1=\"224\" x2=\"240\" y2=\"224\"/></g></svg>",
|
||||
"symbolIconlistPortrait": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"><rect x=\"40\" y=\"32\" width=\"48\" height=\"64\"/><line x1=\"144\" y1=\"32\" x2=\"240\" y2=\"32\"/><line x1=\"144\" y1=\"96\" x2=\"240\" y2=\"96\"/><rect x=\"40\" y=\"160\" width=\"48\" height=\"64\"/><line x1=\"144\" y1=\"160\" x2=\"240\" y2=\"160\"/><line x1=\"144\" y1=\"224\" x2=\"240\" y2=\"224\"/></g></svg>",
|
||||
"symbolInfo": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><circle cx=\"128\" cy=\"48\" r=\"32\" fill=\"#808080\"/><line x1=\"96\" y1=\"112\" x2=\"128\" y2=\"112\" stroke=\"#808080\" stroke-linecap=\"round\" stroke-width=\"32\"/><line x1=\"128\" y1=\"120\" x2=\"128\" y2=\"216\" stroke=\"#808080\" stroke-linecap=\"round\" stroke-width=\"48\"/><line x1=\"96\" y1=\"224\" x2=\"160\" y2=\"224\" stroke=\"#808080\" stroke-linecap=\"round\" stroke-width=\"32\"/></svg>",
|
||||
"symbolLeft": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"8,128 200,32 200,224\" fill=\"#808080\"/></svg>",
|
||||
"symbolLike": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><path d=\"M 128,248 l -96,-128 a 56,56 0 1,1 96,-64 a 56,56 0 1,1 96,64 l -96,128\" fill=\"#808080\"/></svg>",
|
||||
"symbolList": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g stroke=\"#808080\" stroke-width=\"32\"><line x1=\"16\" y1=\"32\" x2=\"240\" y2=\"32\"/><line x1=\"16\" y1=\"96\" x2=\"240\" y2=\"96\"/><line x1=\"16\" y1=\"160\" x2=\"240\" y2=\"160\"/><line x1=\"16\" y1=\"224\" x2=\"240\" y2=\"224\"/></g></svg>",
|
||||
"symbolLoading": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g transform=\"translate(128, 128)\" stroke=\"#808080\" stroke-linecap=\"round\" stroke-width=\"28\"><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(0)\" opacity=\"1\"/><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(30)\" opacity=\"0.083333\"/><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(60)\" opacity=\"0.166667\"/><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(90)\" opacity=\"0.25\"/><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(120)\" opacity=\"0.333333\"/><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(150)\" opacity=\"0.416667\"/><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(180)\" opacity=\"0.5\"/><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(210)\" opacity=\"0.583333\"/><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(240)\" opacity=\"0.666667\"/><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(270)\" opacity=\"0.75\"/><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(300)\" opacity=\"0.833333\"/><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(330)\" opacity=\"0.916667\"/></g></svg>",
|
||||
"symbolLoadingAnimated": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g transform=\"translate(128, 128)\" stroke=\"#808080\" stroke-linecap=\"round\" stroke-width=\"28\"><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(0)\" opacity=\"1\"><animate attributeName=\"opacity\" from=\"1\" to=\"0\" begin=\"0s\" dur=\"1s\" repeatCount=\"indefinite\"></animate></line><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(30)\" opacity=\"0.083333\"><animate attributeName=\"opacity\" from=\"1\" to=\"0\" begin=\"-0.916667s\" dur=\"1s\" repeatCount=\"indefinite\"></animate></line><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(60)\" opacity=\"0.166667\"><animate attributeName=\"opacity\" from=\"1\" to=\"0\" begin=\"-0.833333s\" dur=\"1s\" repeatCount=\"indefinite\"></animate></line><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(90)\" opacity=\"0.25\"><animate attributeName=\"opacity\" from=\"1\" to=\"0\" begin=\"-0.75s\" dur=\"1s\" repeatCount=\"indefinite\"></animate></line><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(120)\" opacity=\"0.333333\"><animate attributeName=\"opacity\" from=\"1\" to=\"0\" begin=\"-0.666667s\" dur=\"1s\" repeatCount=\"indefinite\"></animate></line><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(150)\" opacity=\"0.416667\"><animate attributeName=\"opacity\" from=\"1\" to=\"0\" begin=\"-0.583333s\" dur=\"1s\" repeatCount=\"indefinite\"></animate></line><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(180)\" opacity=\"0.5\"><animate attributeName=\"opacity\" from=\"1\" to=\"0\" begin=\"-0.5s\" dur=\"1s\" repeatCount=\"indefinite\"></animate></line><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(210)\" opacity=\"0.583333\"><animate attributeName=\"opacity\" from=\"1\" to=\"0\" begin=\"-0.416667\" dur=\"1s\" repeatCount=\"indefinite\"></animate></line><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(240)\" opacity=\"0.666667\"><animate attributeName=\"opacity\" from=\"1\" to=\"0\" begin=\"-0.333333s\" dur=\"1s\" repeatCount=\"indefinite\"></animate></line><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(270)\" opacity=\"0.75\"><animate attributeName=\"opacity\" from=\"1\" to=\"0\" begin=\"-0.25s\" dur=\"1s\" repeatCount=\"indefinite\"></animate></line><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(300)\" opacity=\"0.833333\"><animate attributeName=\"opacity\" from=\"1\" to=\"0\" begin=\"-0.166667s\" dur=\"1s\" repeatCount=\"indefinite\"></animate></line><line x1=\"0\" y1=\"-114\" x2=\"0\" y2=\"-70\" transform=\"rotate(330)\" opacity=\"0.916667\"><animate attributeName=\"opacity\" from=\"1\" to=\"0\" begin=\"-0.083333\" dur=\"1s\" repeatCount=\"indefinite\"></animate></line></g></svg>",
|
||||
"symbolLocate": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"104,152, 0,152 224,32 104,255\" fill=\"#808080\"/></svg>",
|
||||
"symbolLock": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><rect x=\"40\" y=\"112\" width=\"176\" height=\"104\" fill=\"#808080\"/><path d=\"M 184,128 l 0,-48 a 56,56 0 0,0 -112,0\" fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"/></svg>",
|
||||
"symbolMail": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g fill=\"none\" stroke=\"#808080\" stroke-width=\"24\"><rect x=\"28\" y=\"60\" width=\"200\" height=\"136\"/><path d=\"M 28,60 l 100,100 l 100,-100\"/><line x1=\"28\" y1=\"196\" x2=\"92\" y2=\"132\" stroke-width=\"12\"/><line x1=\"162\" y1=\"132\" x2=\"228\" y2=\"196\" stroke-width=\"12\"/></g></svg>",
|
||||
"symbolMap": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><path d=\"M 128,248 l -64,-112 a 72,72 0 1,1 128,0 l -64,112 l 0,-124 l 1,0 a 20,20 0 1,0 -2,0 l 1,0 l 0,124\" fill=\"#808080\" stroke=\"none\"/></svg>",
|
||||
"symbolMount": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"48,80 128,0 208,80\" fill=\"#808080\"/><line x1=\"48\" y1=\"128\" x2=\"208\" y2=\"128\" stroke=\"#808080\" stroke-width=\"48\"/><polygon points=\"48,176 208,176 128,256\" fill=\"#808080\"/></svg>",
|
||||
"symbolMute": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><rect x=\"16\" y=\"88\" width=\"64\" height=\"80\" fill=\"#808080\"/><polygon points=\"40,128 144,24 144,232\" fill=\"#808080\"/><path d=\"M 160,96 a 48,48 0 0,1 0,64\" fill=\"none\" stroke=\"#808080\" stroke-width=\"16\"/><path d=\"M 176,64 a 88,88 0 0,1 0,128\" fill=\"none\" stroke=\"#808080\" stroke-width=\"16\"/><path d=\"M 192,32 a 128,128 0 0,1 0,192\" fill=\"none\" stroke=\"#808080\" stroke-width=\"16\"/></svg>",
|
||||
"symbolNoCopyright": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g fill=\"none\" stroke=\"#FF0000\" stroke-width=\"24\"><path d=\"M 173,173 a 64,64 0 1,1 0,-90\" stroke=\"#FFFFFF\" stroke-width=\"32\"/><circle cx=\"128\" cy=\"128\" r=\"116\" fill=\"none\"/><line x1=\"40\" y1=\"216\" x2=\"216\" y2=\"40\"/></g></svg>",
|
||||
"symbolNone": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"/>",
|
||||
"symbolOpen": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><line x1=\"48\" y1=\"208\" x2=\"208\" y2=\"48\" stroke=\"#808080\" stroke-width=\"48\"/><polygon points=\"80,32 224,32 224,176\" fill=\"#808080\"/></svg>",
|
||||
"symbolPause": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g stroke=\"#808080\" stroke-width=\"48\"><line x1=\"80\" y1=\"32\" x2=\"80\" y2=\"224\"/><line x1=\"176\" y1=\"32\" x2=\"176\" y2=\"224\"/></g></svg>",
|
||||
"symbolPlay": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"56,32 248,128 56,224\" fill=\"#808080\"/></svg>",
|
||||
"symbolPlayInToOut": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><line x1=\"72\" y1=\"32\" x2=\"72\" y2=\"224\" stroke=\"#808080\" stroke-width=\"48\"/><polygon points=\"144,32 240,128 144,224\" fill=\"#808080\"/></svg>",
|
||||
"symbolPlayNext": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"32,32 128,128 32,224\" fill=\"#808080\"/><polygon points=\"160,32 255,128 160,224\" fill=\"#808080\"/></svg>",
|
||||
"symbolPlayPrevious": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"223,32 128,128 224,224\" fill=\"#808080\"/><polygon points=\"96,32 0,128 96,224\" fill=\"#808080\"/></svg>",
|
||||
"symbolPlaylist": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g stroke=\"#808080\" stroke-width=\"32\"><line x1=\"16\" y1=\"32\" x2=\"48\" y2=\"32\"/><line x1=\"80\" y1=\"32\" x2=\"240\" y2=\"32\"/><line x1=\"16\" y1=\"96\" x2=\"48\" y2=\"96\"/><line x1=\"80\" y1=\"96\" x2=\"240\" y2=\"96\"/><line x1=\"16\" y1=\"160\" x2=\"48\" y2=\"160\"/><line x1=\"80\" y1=\"160\" x2=\"240\" y2=\"160\"/><line x1=\"16\" y1=\"224\" x2=\"48\" y2=\"224\"/><line x1=\"80\" y1=\"224\" x2=\"240\" y2=\"224\"/></g></svg>",
|
||||
"symbolPublish": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><circle cx=\"68\" cy=\"188\" r=\"28\" fill=\"#808080\"/><path d=\"M 40,104 a 112,112 0 0,1 112,112\" fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"/><path d=\"M 40,40 a 176,176 0 0,1 176,176\" fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"/></svg>",
|
||||
"symbolRecord": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><circle cx=\"128\" cy=\"128\" r=\"80\" fill=\"#808080\"/></svg>",
|
||||
"symbolRedo": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><path d=\"M 208,144 a 80,80 0 1,1 -80,-80 l 16,0\" fill=\"none\" stroke-width=\"48\" stroke=\"#808080\"/><polygon points=\"128,0 232,64 128,128\" fill=\"#808080\"/></svg>",
|
||||
"symbolRemove": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g stroke=\"#808080\" stroke-width=\"48\"><line x1=\"16\" y1=\"128\" x2=\"240\" y2=\"128\"/></g></svg>",
|
||||
"symbolRepeatAll": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><path d=\"M 24,128 a 64,64 0 0,1 64,-64 l 80,0\" fill=\"none\" stroke=\"#808080\" stroke-width=\"48\"/><polygon points=\"168,0 232,64 168,128\" fill=\"#808080\" stroke=\"#808080\" stroke-width=\"1\"/><path d=\"M 232,128 a 64,64 0 0,1 -64,64 l -80,0\" fill=\"none\" stroke=\"#808080\" stroke-width=\"48\"/><polygon points=\"88,128 24,192 88,255\" fill=\"#808080\" stroke=\"#808080\" stroke-width=\"1\"/></svg>",
|
||||
"symbolRepeatNone": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><path d=\"M 0,128 l 192,0\" fill=\"none\" stroke=\"#808080\" stroke-width=\"48\"/><polygon points=\"192,64 255,128 192,192\" fill=\"#808080\" stroke=\"#808080\" stroke-width=\"1\"/></svg>",
|
||||
"symbolRepeatOne": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><path d=\"M 24,128 a 64,64 0 0,1 64,-64 l 80,0\" fill=\"none\" stroke=\"#808080\" stroke-width=\"48\"/><polygon points=\"168,0 232,64 168,128\" fill=\"#808080\" stroke=\"#808080\" stroke-width=\"1\"/><path d=\"M 232,128 a 64,64 0 0,1 -64,64 l -32,0\" fill=\"none\" stroke=\"#808080\" stroke-width=\"48\"/><circle cx=\"64\" cy=\"192\" r=\"40\" fill=\"none\" stroke=\"#808080\" stroke-width=\"48\"/></svg>",
|
||||
"symbolRight": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"56,32 248,128 56,224\" fill=\"#808080\"/></svg>",
|
||||
"symbolSelect": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"32,104 128,8 224,104\" fill=\"#808080\"/><polygon points=\"32,152 224,152 128,248\" fill=\"#808080\"/></svg>",
|
||||
"symbolSet": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g transform=\"translate(128, 128)\"><circle cx=\"0\" cy=\"0\" r=\"64\" fill=\"none\" stroke=\"#808080\" stroke-width=\"64\"/><rect x=\"-24\" y=\"-128\" width=\"48\" height=\"48\" transform=\"rotate(0)\" fill=\"#808080\"/><rect x=\"-24\" y=\"-128\" width=\"48\" height=\"48\" transform=\"rotate(45)\" fill=\"#808080\"/><rect x=\"-24\" y=\"-128\" width=\"48\" height=\"48\" transform=\"rotate(90)\" fill=\"#808080\"/><rect x=\"-24\" y=\"-128\" width=\"48\" height=\"48\" transform=\"rotate(135)\" fill=\"#808080\"/><rect x=\"-24\" y=\"-128\" width=\"48\" height=\"48\" transform=\"rotate(180)\" fill=\"#808080\"/><rect x=\"-24\" y=\"-128\" width=\"48\" height=\"48\" transform=\"rotate(225)\" fill=\"#808080\"/><rect x=\"-24\" y=\"-128\" width=\"48\" height=\"48\" transform=\"rotate(270)\" fill=\"#808080\"/><rect x=\"-24\" y=\"-128\" width=\"48\" height=\"48\" transform=\"rotate(315)\" fill=\"#808080\"/></g></svg>",
|
||||
"symbolSetIn": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"16,208 208,16 208,208\" fill=\"#808080\"/></svg>",
|
||||
"symbolSetOut": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"48,16 240,208 48,208\" fill=\"#808080\"/></svg>",
|
||||
"symbolSetPoster": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><rect x=\"80\" y=\"48\" width=\"96\" height=\"160\" fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"/></svg>",
|
||||
"symbolShrink": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><line x1=\"40\" y1=\"40\" x2=\"96\" y2=\"96\" stroke=\"#808080\" stroke-width=\"48\"/><polygon points=\"32,128 128,32 128,128\" fill=\"#808080\"/><polygon points=\"128,128 224,128 128,224\" fill=\"#808080\"/><line x1=\"160\" y1=\"160\" x2=\"216\" y2=\"216\" stroke=\"#808080\" stroke-width=\"48\"/></svg>",
|
||||
"symbolShuffleAll": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><path d=\"M 0,192 a 80,80 0 0,0 56,-24 l 80,-80 a 80,80 0 0,1 56,-24 l 8,0\" fill=\"none\" stroke=\"#808080\" stroke-width=\"48\"/><polygon points=\"192,0 255,64 192,128\" fill=\"#808080\" stroke=\"#808080\" stroke-width=\"1\"/><path d=\"M 0,64 a 80,80 0 0,1 56,24 l 8,8\" fill=\"none\" stroke=\"#808080\" stroke-width=\"48\"/><path d=\"M 128,160 l 8,8 a 80,80 0 0,0 56,24 l 8,0\" fill=\"none\" stroke=\"#808080\" stroke-width=\"48\"/><polygon points=\"192,128 255,192 192,255\" fill=\"#808080\" stroke=\"#808080\" stroke-width=\"1\"/></svg>",
|
||||
"symbolShuffleNone": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><path d=\"M 0,64 l 192,0\" fill=\"none\" stroke=\"#808080\" stroke-width=\"48\"/><polygon points=\"192,0 255,64 192,128\" fill=\"#808080\" stroke=\"#808080\" stroke-width=\"1\"/><path d=\"M 0,192 l 192,0\" fill=\"none\" stroke=\"#808080\" stroke-width=\"48\"/><polygon points=\"192,128 255,192 192,255\" fill=\"#808080\" stroke=\"#808080\" stroke-width=\"1\"/></svg>",
|
||||
"symbolSquare": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><rect x=\"32\" y=\"32\" width=\"192\" height=\"192\" fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"/></svg>",
|
||||
"symbolStar": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"128,0 200,232 8,88 248,88 56,232\" fill=\"#808080\"/></svg>",
|
||||
"symbolSwitch": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><circle cx=\"128\" cy=\"128\" r=\"112\" fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"/><path d=\"M 128,16 a 120,120 0 1,1 0,240 l 0,-240\" fill=\"#808080\" stroke=\"none\"/></svg>",
|
||||
"symbolSync": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><path d=\"M 48,128 a 80,80 0 0,1 136,-56\" fill=\"none\" stroke=\"#808080\" stroke-width=\"48\"/><polygon points=\"144,112 224,32 224,112\" fill=\"#808080\" stroke=\"#808080\" stroke-width=\"1\"/><path d=\"M 208,128 a 80,80 0 0,1 -136,56\" fill=\"none\" stroke=\"#808080\" stroke-width=\"48\"/><polygon points=\"32,144 112,144 32,224\" fill=\"#808080\" stroke=\"#808080\" stroke-width=\"1\"/></svg>",
|
||||
"symbolTag": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><path d=\"M 224,32 l 0,80 l -128,128 l -80,-80 l 128,-128 l 80,0 l -40,40 l -1,-1 a 20,20 0 1,0 2,2 l -1,-1 l 40,-40\" fill=\"#808080\" stroke=\"none\"/></svg>",
|
||||
"symbolUndo": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><path d=\"M 48,144 a 80,80 0 1,0 80,-80 l -16,0\" fill=\"none\" stroke-width=\"48\" stroke=\"#808080\"/><polygon points=\"24,64 128,0 128,128\" fill=\"#808080\"/></svg>",
|
||||
"symbolUnlock": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><rect x=\"40\" y=\"112\" width=\"176\" height=\"104\" fill=\"#808080\"/><path d=\"M 184,128 l 0,-48 a 56,56 0 0,0 -112,0 l 0,48\" fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"/></svg>",
|
||||
"symbolUnmount": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"32,112 128,16 224,112\" fill=\"#808080\"/><line x1=\"32\" y1=\"176\" x2=\"224\" y2=\"176\" stroke=\"#808080\" stroke-width=\"48\"/></svg>",
|
||||
"symbolUnmute": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><rect x=\"16\" y=\"88\" width=\"64\" height=\"80\" fill=\"#808080\"/><polygon points=\"40,128 144,24 144,232\" fill=\"#808080\"/></svg>",
|
||||
"symbolUp": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><polygon points=\"32,200 128,8 224,200\" fill=\"#808080\"/></svg>",
|
||||
"symbolUpload": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><line x1=\"128\" y1=\"240\" x2=\"128\" y2=\"128\" stroke=\"#808080\" stroke-width=\"96\"/><polygon points=\"0,128 256,128 128,0\" fill=\"#808080\"/></svg>",
|
||||
"symbolUser": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><ellipse cx=\"128\" cy=\"96\" rx=\"64\" ry=\"80\" fill=\"#808080\"/><rect x=\"96\" y=\"144\" width=\"64\" height=\"64\" fill=\"#808080\"/><path d=\"M 16,240 a 96,56 0 0,1 224,0\" fill=\"#808080\"/></svg>",
|
||||
"symbolVideo": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><path d=\"M 12,64 a 36,36 0 0,1 36,-36 l 160,0 a 36,36 0 0,1 36,36 l 0,128 a 36,36 0 0,1 -36,36 l -160,0 a 36,36 0 0,1 -36,-36 l 0,-128\" fill=\"none\" stroke=\"#808080\" stroke-width=\"24\"/><polygon points=\"80,64 208,128 80,192\" fill=\"#808080\"/></svg>",
|
||||
"symbolView": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><path d=\"M 24,128 a 120,120 0 0,1 208,0 a 120,120 0 0,1 -208,0 a 120,120 0 0,1 208,0\" fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"/><circle cx=\"128\" cy=\"128\" r=\"32\" fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"/></svg>",
|
||||
"symbolVolume": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><g fill=\"none\" stroke=\"#808080\" stroke-width=\"32\"><rect x=\"32\" y=\"160\" width=\"192\" height=\"64\"/><path d=\"M 32,160 l 24,-128 144,0 24,128\"/></g></svg>",
|
||||
"symbolVolumeDown": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><rect x=\"16\" y=\"88\" width=\"64\" height=\"80\" fill=\"#808080\"/><polygon points=\"40,128 144,24 144,232\" fill=\"#808080\"/><path d=\"M 160,96 a 48,48 0 0,1 0,64\" fill=\"none\" stroke=\"#808080\" stroke-width=\"16\"/><path d=\"M 176,64 a 96,96 0 0,1 0,128\" fill=\"none\" stroke=\"#808080\" stroke-width=\"16\"/></svg>",
|
||||
"symbolVolumeUp": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><rect x=\"16\" y=\"88\" width=\"64\" height=\"80\" fill=\"#808080\"/><polygon points=\"40,128 144,24 144,232\" fill=\"#808080\"/><path d=\"M 160,96 a 48,48 0 0,1 0,64\" fill=\"none\" stroke-width=\"16\" stroke=\"#808080\"/></svg>",
|
||||
"symbolWarning": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"256\" height=\"256\" viewBox=\"0 0 256 256\"><line x1=\"128\" y1=\"24\" x2=\"128\" y2=\"152\" stroke=\"#808080\" stroke-linecap=\"round\" stroke-width=\"48\"/><circle cx=\"128\" cy=\"224\" r=\"32\" fill=\"#808080\"/></svg>"
|
||||
}
|
||||
}
|
||||
1
dev/UI/json/locale.ar.json
Symbolic link
1
dev/UI/json/locale.ar.json
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../source/UI/json/locale.ar.json
|
||||
1
dev/UI/json/locale.de.json
Symbolic link
1
dev/UI/json/locale.de.json
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../source/UI/json/locale.de.json
|
||||
1
dev/UI/json/locale.el.json
Symbolic link
1
dev/UI/json/locale.el.json
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../source/UI/json/locale.el.json
|
||||
1
dev/UI/json/locale.hi.json
Symbolic link
1
dev/UI/json/locale.hi.json
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../source/UI/json/locale.hi.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue