fqml 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2936) hide show
  1. fqml-0.1.0/LICENSE +21 -0
  2. fqml-0.1.0/PKG-INFO +299 -0
  3. fqml-0.1.0/README.md +241 -0
  4. fqml-0.1.0/fluentqml/FluentQML/DpiManager.qml +68 -0
  5. fqml-0.1.0/fluentqml/FluentQML/Enums.qml +214 -0
  6. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Animation.qml +16 -0
  7. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Auth.qml +77 -0
  8. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Backdrop.qml +13 -0
  9. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Badge.qml +12 -0
  10. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Button.qml +51 -0
  11. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/CalendarPicker.qml +11 -0
  12. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Card.qml +15 -0
  13. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Carousel.qml +24 -0
  14. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Chart.qml +20 -0
  15. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/ColorPicker.qml +19 -0
  16. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/ComboBox.qml +22 -0
  17. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/CommandBar.qml +19 -0
  18. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Constants.qml +360 -0
  19. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Dialog.qml +15 -0
  20. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Flow.qml +17 -0
  21. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Flyout.qml +15 -0
  22. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/GradientSlider.qml +16 -0
  23. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Icons.qml +4995 -0
  24. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/ImageCropper.qml +17 -0
  25. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/IndicatorBar.qml +21 -0
  26. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Input.qml +30 -0
  27. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Label.qml +20 -0
  28. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Lang.qml +35 -0
  29. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Metrics.qml +690 -0
  30. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Notification.qml +93 -0
  31. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Orient.qml +18 -0
  32. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Picker.qml +24 -0
  33. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/PipsPager.qml +11 -0
  34. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Position.qml +19 -0
  35. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Progress.qml +12 -0
  36. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Scroll.qml +12 -0
  37. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Separator.qml +11 -0
  38. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/SettingsCard.qml +38 -0
  39. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Skeleton.qml +12 -0
  40. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Slider.qml +11 -0
  41. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/State.qml +12 -0
  42. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/StateColor.qml +283 -0
  43. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/StatusLevel.qml +88 -0
  44. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Tab.qml +12 -0
  45. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/TeachingTip.qml +23 -0
  46. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Theme.qml +57 -0
  47. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Tip.qml +11 -0
  48. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/Toggle.qml +19 -0
  49. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/WindowShadow.qml +13 -0
  50. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/WindowType.qml +31 -0
  51. fqml-0.1.0/fluentqml/FluentQML/FluentEnums/qmldir +46 -0
  52. fqml-0.1.0/fluentqml/FluentQML/NavigationWindowCore.qml +250 -0
  53. fqml-0.1.0/fluentqml/FluentQML/Translator.qml +190 -0
  54. fqml-0.1.0/fluentqml/FluentQML/Windows.qml +13 -0
  55. fqml-0.1.0/fluentqml/FluentQML/WindowsCore.qml +539 -0
  56. fqml-0.1.0/fluentqml/FluentQML/_internal/CaptionButton.qml +95 -0
  57. fqml-0.1.0/fluentqml/FluentQML/_internal/ContentFrame.qml +99 -0
  58. fqml-0.1.0/fluentqml/FluentQML/_internal/LoadingOverlay.qml +63 -0
  59. fqml-0.1.0/fluentqml/FluentQML/_internal/ResizeArea.qml +45 -0
  60. fqml-0.1.0/fluentqml/FluentQML/_internal/WindowAnimationHelper.qml +94 -0
  61. fqml-0.1.0/fluentqml/FluentQML/_internal/WindowIcon.qml +101 -0
  62. fqml-0.1.0/fluentqml/FluentQML/_internal/WindowsBar.qml +176 -0
  63. fqml-0.1.0/fluentqml/FluentQML/_internal/WindowsFilled.qml +146 -0
  64. fqml-0.1.0/fluentqml/FluentQML/_internal/WindowsSplit.qml +233 -0
  65. fqml-0.1.0/fluentqml/FluentQML/controls/auth/LoginWindow.qml +465 -0
  66. fqml-0.1.0/fluentqml/FluentQML/controls/auth/LoginWindowLightShadow.qml +385 -0
  67. fqml-0.1.0/fluentqml/FluentQML/controls/auth/qmldir +2 -0
  68. fqml-0.1.0/fluentqml/FluentQML/controls/buttons/CloseButton.qml +65 -0
  69. fqml-0.1.0/fluentqml/FluentQML/controls/buttons/FluentButton/ButtonContent.qml +154 -0
  70. fqml-0.1.0/fluentqml/FluentQML/controls/buttons/FluentButton/ButtonCore.qml +500 -0
  71. fqml-0.1.0/fluentqml/FluentQML/controls/buttons/FluentButton/ButtonDropdown.qml +268 -0
  72. fqml-0.1.0/fluentqml/FluentQML/controls/buttons/FluentButton/ButtonProgress.qml +80 -0
  73. fqml-0.1.0/fluentqml/FluentQML/controls/buttons/FluentButton/ButtonStyleHelper.qml +148 -0
  74. fqml-0.1.0/fluentqml/FluentQML/controls/buttons/FluentButton/CustomButtonCore.qml +146 -0
  75. fqml-0.1.0/fluentqml/FluentQML/controls/buttons/InputActionButton.qml +28 -0
  76. fqml-0.1.0/fluentqml/FluentQML/controls/buttons/SearchButton.qml +15 -0
  77. fqml-0.1.0/fluentqml/FluentQML/controls/buttons/qmldir +8 -0
  78. fqml-0.1.0/fluentqml/FluentQML/controls/chat/ChatBubble.qml +228 -0
  79. fqml-0.1.0/fluentqml/FluentQML/controls/chat/ChatMessageList.qml +156 -0
  80. fqml-0.1.0/fluentqml/FluentQML/controls/chat/CodeBlock.qml +116 -0
  81. fqml-0.1.0/fluentqml/FluentQML/controls/chat/MarkdownView.qml +121 -0
  82. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Card/Card.qml +152 -0
  83. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Card/ExampleCard.qml +158 -0
  84. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Card/qmldir +1 -0
  85. fqml-0.1.0/fluentqml/FluentQML/controls/containers/CommandBar/CommandBarEntry.qml +111 -0
  86. fqml-0.1.0/fluentqml/FluentQML/controls/containers/CommandBar/_internal/CommandBarCore.qml +253 -0
  87. fqml-0.1.0/fluentqml/FluentQML/controls/containers/CommandBar/_internal/CommandBarSurface.qml +59 -0
  88. fqml-0.1.0/fluentqml/FluentQML/controls/containers/ComponentCard.qml +39 -0
  89. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Drawer/Drawer.qml +142 -0
  90. fqml-0.1.0/fluentqml/FluentQML/controls/containers/DropZone.qml +198 -0
  91. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Expander/ExpanderCore.qml +305 -0
  92. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Expander/ExpanderEntry.qml +10 -0
  93. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Expander/GroupBox.qml +140 -0
  94. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Flickable.qml +23 -0
  95. fqml-0.1.0/fluentqml/FluentQML/controls/containers/FluentScrollBar/PopupSmoothScroll.qml +85 -0
  96. fqml-0.1.0/fluentqml/FluentQML/controls/containers/FluentScrollBar/ScrollAreaDefault.qml +261 -0
  97. fqml-0.1.0/fluentqml/FluentQML/controls/containers/FluentScrollBar/ScrollAreaGrid.qml +107 -0
  98. fqml-0.1.0/fluentqml/FluentQML/controls/containers/FluentScrollBar/ScrollAreaList.qml +138 -0
  99. fqml-0.1.0/fluentqml/FluentQML/controls/containers/FluentScrollBar/ScrollBar.qml +91 -0
  100. fqml-0.1.0/fluentqml/FluentQML/controls/containers/FluentScrollBar/ScrollBarEntry.qml +112 -0
  101. fqml-0.1.0/fluentqml/FluentQML/controls/containers/FluentScrollBar/SmoothScrollHelper.qml +254 -0
  102. fqml-0.1.0/fluentqml/FluentQML/controls/containers/FluentScrollBar/qmldir +16 -0
  103. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Layout/FlowLayout.qml +485 -0
  104. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Layout/GridLayout.qml +173 -0
  105. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Layout/HBoxLayout.qml +155 -0
  106. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Layout/Layout.qml +226 -0
  107. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Layout/RowFit.qml +88 -0
  108. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Layout/SplitPane.qml +133 -0
  109. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Layout/VBoxLayout.qml +151 -0
  110. fqml-0.1.0/fluentqml/FluentQML/controls/containers/ScrollArea.qml +172 -0
  111. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Separator/Separator.qml +43 -0
  112. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Timeline.qml +8 -0
  113. fqml-0.1.0/fluentqml/FluentQML/controls/containers/TimelineCore.qml +255 -0
  114. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Waterfall.qml +74 -0
  115. fqml-0.1.0/fluentqml/FluentQML/controls/containers/Widget.qml +234 -0
  116. fqml-0.1.0/fluentqml/FluentQML/controls/containers/delegates/IconCardDelegate.qml +44 -0
  117. fqml-0.1.0/fluentqml/FluentQML/controls/containers/delegates/qmldir +2 -0
  118. fqml-0.1.0/fluentqml/FluentQML/controls/containers/qmldir +42 -0
  119. fqml-0.1.0/fluentqml/FluentQML/controls/data/AudioWaveform.qml +240 -0
  120. fqml-0.1.0/fluentqml/FluentQML/controls/data/Avatar/Avatar.qml +107 -0
  121. fqml-0.1.0/fluentqml/FluentQML/controls/data/Avatar/AvatarSelector.qml +112 -0
  122. fqml-0.1.0/fluentqml/FluentQML/controls/data/Badge/Badge.qml +91 -0
  123. fqml-0.1.0/fluentqml/FluentQML/controls/data/Badge/Tag.qml +77 -0
  124. fqml-0.1.0/fluentqml/FluentQML/controls/data/Carousel/Carousel.qml +227 -0
  125. fqml-0.1.0/fluentqml/FluentQML/controls/data/Carousel/_internal/CarouselContent.qml +238 -0
  126. fqml-0.1.0/fluentqml/FluentQML/controls/data/Carousel/_internal/CarouselNavButton.qml +30 -0
  127. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/ChartDataZoom.qml +179 -0
  128. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/ChartView.qml +725 -0
  129. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/BarChartContent.qml +657 -0
  130. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/BoxplotChartArea.qml +192 -0
  131. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/BoxplotChartContent.qml +375 -0
  132. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/ChartBottomLegend.qml +129 -0
  133. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/ChartMultiTooltip.qml +128 -0
  134. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/ChartTitle.qml +36 -0
  135. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/ChartTooltip.qml +125 -0
  136. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/LineChartContent.qml +398 -0
  137. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/LineChartMarkers.qml +165 -0
  138. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/LineChartPainter.js +312 -0
  139. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/PieChartArea.qml +170 -0
  140. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/PieChartContent.qml +288 -0
  141. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/RadarChartArea.qml +115 -0
  142. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/RadarChartContent.qml +278 -0
  143. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/ScatterChartContent.qml +254 -0
  144. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/XYChartCore.qml +341 -0
  145. fqml-0.1.0/fluentqml/FluentQML/controls/data/Chart/_internal/lttb.js +82 -0
  146. fqml-0.1.0/fluentqml/FluentQML/controls/data/CircularGauge.qml +86 -0
  147. fqml-0.1.0/fluentqml/FluentQML/controls/data/DataWidgetCore.qml +415 -0
  148. fqml-0.1.0/fluentqml/FluentQML/controls/data/FlipView/HorizontalPipsPager.qml +11 -0
  149. fqml-0.1.0/fluentqml/FluentQML/controls/data/FlipView/PipsPager.qml +19 -0
  150. fqml-0.1.0/fluentqml/FluentQML/controls/data/FlipView/PipsPagerCore.qml +224 -0
  151. fqml-0.1.0/fluentqml/FluentQML/controls/data/FlipView/VerticalPipsPager.qml +11 -0
  152. fqml-0.1.0/fluentqml/FluentQML/controls/data/IndicatorBar.qml +89 -0
  153. fqml-0.1.0/fluentqml/FluentQML/controls/data/Label/ImageWidget.qml +100 -0
  154. fqml-0.1.0/fluentqml/FluentQML/controls/data/Label/Label.qml +132 -0
  155. fqml-0.1.0/fluentqml/FluentQML/controls/data/List/ListView.qml +54 -0
  156. fqml-0.1.0/fluentqml/FluentQML/controls/data/List/ListWidget.qml +492 -0
  157. fqml-0.1.0/fluentqml/FluentQML/controls/data/List/ListWidgetItem.qml +158 -0
  158. fqml-0.1.0/fluentqml/FluentQML/controls/data/List/TreeWidget/TreeView.qml +174 -0
  159. fqml-0.1.0/fluentqml/FluentQML/controls/data/List/TreeWidget/TreeWidget.qml +293 -0
  160. fqml-0.1.0/fluentqml/FluentQML/controls/data/List/TreeWidget/TreeWidgetApi.js +282 -0
  161. fqml-0.1.0/fluentqml/FluentQML/controls/data/List/TreeWidget/TreeWidgetCore.js +218 -0
  162. fqml-0.1.0/fluentqml/FluentQML/controls/data/List/TreeWidget/_internal/TreeWidgetDelegate.qml +202 -0
  163. fqml-0.1.0/fluentqml/FluentQML/controls/data/List/qmldir +5 -0
  164. fqml-0.1.0/fluentqml/FluentQML/controls/data/Marquee.qml +94 -0
  165. fqml-0.1.0/fluentqml/FluentQML/controls/data/QRCode.qml +81 -0
  166. fqml-0.1.0/fluentqml/FluentQML/controls/data/Step/Stepper.qml +183 -0
  167. fqml-0.1.0/fluentqml/FluentQML/controls/data/Table/PaintedRow.qml +135 -0
  168. fqml-0.1.0/fluentqml/FluentQML/controls/data/Table/TableView.qml +145 -0
  169. fqml-0.1.0/fluentqml/FluentQML/controls/data/Table/TableWidget.qml +961 -0
  170. fqml-0.1.0/fluentqml/FluentQML/controls/data/Watermark.qml +76 -0
  171. fqml-0.1.0/fluentqml/FluentQML/controls/data/qmldir +25 -0
  172. fqml-0.1.0/fluentqml/FluentQML/controls/dialogs/ConfirmDialog.qml +205 -0
  173. fqml-0.1.0/fluentqml/FluentQML/controls/dialogs/DialogBoxCore.qml +209 -0
  174. fqml-0.1.0/fluentqml/FluentQML/controls/dialogs/FlyoutSheet.qml +145 -0
  175. fqml-0.1.0/fluentqml/FluentQML/controls/dialogs/MaskedDialog.qml +124 -0
  176. fqml-0.1.0/fluentqml/FluentQML/controls/dialogs/MessageBox.qml +90 -0
  177. fqml-0.1.0/fluentqml/FluentQML/controls/dialogs/OverlayDialogCore.qml +181 -0
  178. fqml-0.1.0/fluentqml/FluentQML/controls/dialogs/ProgressDialog.qml +129 -0
  179. fqml-0.1.0/fluentqml/FluentQML/controls/dialogs/qmldir +8 -0
  180. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Confetti.qml +239 -0
  181. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/InfoBar/InfoBarCore.qml +443 -0
  182. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/InfoBar/InfoBarEntry.qml +11 -0
  183. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Notification/DesktopNotification.qml +276 -0
  184. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Notification/DesktopOverlay.qml +68 -0
  185. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Notification/NotificationAnimator.qml +179 -0
  186. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Notification/NotificationManager.qml +312 -0
  187. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Notification/Toast.qml +422 -0
  188. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Notification/_internal/NotificationStackManager.qml +171 -0
  189. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Notification/_internal/qmldir +3 -0
  190. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Progress/Progress.qml +86 -0
  191. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Progress/ProgressBar.qml +44 -0
  192. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Progress/ProgressCore.qml +98 -0
  193. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Progress/ProgressRing.qml +92 -0
  194. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Progress/_internal/IndeterminateArcImpl.qml +105 -0
  195. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Progress/_internal/IndeterminateBarImpl.qml +58 -0
  196. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Progress/_internal/ProgressBarImpl.qml +127 -0
  197. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Progress/_internal/ProgressRingImpl.qml +136 -0
  198. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Progress/_internal/qmldir +6 -0
  199. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/SplashScreen/SplashScreen.qml +282 -0
  200. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/State/EmptyDataState.qml +61 -0
  201. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/State/EmptyState.qml +79 -0
  202. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/State/OfflineState.qml +77 -0
  203. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/State/ResultState.qml +108 -0
  204. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/State/Skeleton.qml +164 -0
  205. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/State/StateWidget.qml +174 -0
  206. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Tooltip/Flyout.qml +19 -0
  207. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Tooltip/HintIcon.qml +47 -0
  208. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Tooltip/TeachingTip.qml +20 -0
  209. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Tooltip/TipPopup.qml +323 -0
  210. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Tooltip/ToolTipEntry.qml +10 -0
  211. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Tooltip/TooltipCore.qml +121 -0
  212. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Tooltip/_internal/TipPositionHelper.qml +146 -0
  213. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/Tooltip/qmldir +7 -0
  214. fqml-0.1.0/fluentqml/FluentQML/controls/feedback/qmldir +36 -0
  215. fqml-0.1.0/fluentqml/FluentQML/controls/icons/CheckIcon.qml +48 -0
  216. fqml-0.1.0/fluentqml/FluentQML/controls/icons/ChevronIcon.qml +78 -0
  217. fqml-0.1.0/fluentqml/FluentQML/controls/icons/CloseIcon.qml +39 -0
  218. fqml-0.1.0/fluentqml/FluentQML/controls/icons/Icon.qml +169 -0
  219. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AccessTime.svg +3 -0
  220. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Accessibility.svg +3 -0
  221. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AccessibilityCheckmark.svg +3 -0
  222. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AccessibilityError.svg +3 -0
  223. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AccessibilityMore.svg +3 -0
  224. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AccessibilityQuestionMark.svg +3 -0
  225. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Add.svg +3 -0
  226. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AddCircle.svg +3 -0
  227. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AddSquare.svg +3 -0
  228. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AddSquareMultiple.svg +3 -0
  229. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AddStarburst.svg +3 -0
  230. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AddSubtractCircle.svg +3 -0
  231. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Agents.svg +3 -0
  232. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AgentsAdd.svg +3 -0
  233. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Airplane.svg +3 -0
  234. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AirplaneLanding.svg +3 -0
  235. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AirplaneTakeOff.svg +3 -0
  236. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Album.svg +3 -0
  237. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AlbumAdd.svg +3 -0
  238. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Alert.svg +3 -0
  239. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AlertBadge.svg +3 -0
  240. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AlertOff.svg +3 -0
  241. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AlertOn.svg +3 -0
  242. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AlertSnooze.svg +3 -0
  243. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AlertUrgent.svg +3 -0
  244. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AnimalCat.svg +3 -0
  245. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AnimalDog.svg +3 -0
  246. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AnimalPawPrint.svg +3 -0
  247. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AnimalRabbit.svg +3 -0
  248. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AnimalRabbitOff.svg +3 -0
  249. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AnimalTurtle.svg +3 -0
  250. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppFolder.svg +3 -0
  251. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppGeneric.svg +3 -0
  252. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppRecent.svg +3 -0
  253. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppStore.svg +3 -0
  254. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppTitle.svg +3 -0
  255. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ApprovalsApp.svg +3 -0
  256. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Apps.svg +3 -0
  257. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppsAddIn.svg +3 -0
  258. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppsAddInOff.svg +3 -0
  259. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppsList.svg +3 -0
  260. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppsListDetail.svg +3 -0
  261. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppsSettings.svg +3 -0
  262. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AppsShield.svg +3 -0
  263. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Archive.svg +3 -0
  264. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArchiveArrowBack.svg +3 -0
  265. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArchiveClock.svg +5 -0
  266. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArchiveMultiple.svg +3 -0
  267. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArchiveSettings.svg +3 -0
  268. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowAutofitContent.svg +3 -0
  269. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowAutofitDown.svg +3 -0
  270. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowAutofitHeight.svg +3 -0
  271. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowAutofitHeightDotted.svg +3 -0
  272. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowAutofitHeightIn.svg +3 -0
  273. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowAutofitUp.svg +3 -0
  274. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowAutofitWidth.svg +3 -0
  275. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowAutofitWidthDotted.svg +3 -0
  276. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowBetweenDown.svg +3 -0
  277. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowBetweenUp.svg +3 -0
  278. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowBidirectionalLeftRight.svg +3 -0
  279. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowBidirectionalUpDown.svg +3 -0
  280. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowBounce.svg +3 -0
  281. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleDown.svg +3 -0
  282. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleDownDouble.svg +3 -0
  283. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleDownRight.svg +3 -0
  284. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleDownSplit.svg +3 -0
  285. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleDownUp.svg +3 -0
  286. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleLeft.svg +3 -0
  287. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleRight.svg +3 -0
  288. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleUp.svg +3 -0
  289. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleUpLeft.svg +3 -0
  290. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleUpRight.svg +3 -0
  291. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCircleUpSparkle.svg +3 -0
  292. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowClockwise.svg +3 -0
  293. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowClockwiseDashes.svg +3 -0
  294. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowClockwiseDashesSettings.svg +3 -0
  295. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCollapseAll.svg +3 -0
  296. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCounterclockwise.svg +3 -0
  297. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCounterclockwiseDashes.svg +3 -0
  298. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCounterclockwiseInfo.svg +3 -0
  299. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCurveDownLeft.svg +3 -0
  300. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCurveDownRight.svg +3 -0
  301. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCurveUpLeft.svg +3 -0
  302. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowCurveUpRight.svg +3 -0
  303. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowDown.svg +3 -0
  304. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowDownExclamation.svg +3 -0
  305. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowDownLeft.svg +3 -0
  306. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowDownRight.svg +3 -0
  307. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowDownload.svg +3 -0
  308. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowDownloadOff.svg +3 -0
  309. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowEject.svg +3 -0
  310. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowEnter.svg +3 -0
  311. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowEnterLeft.svg +3 -0
  312. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowEnterUp.svg +3 -0
  313. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowExit.svg +3 -0
  314. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowExpand.svg +3 -0
  315. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowExpandAll.svg +3 -0
  316. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowExport.svg +3 -0
  317. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowExportLTR.svg +3 -0
  318. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowExportRTL.svg +3 -0
  319. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowExportUp.svg +3 -0
  320. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowFit.svg +3 -0
  321. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowFitIn.svg +3 -0
  322. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowFlowDiagonalUpRight.svg +3 -0
  323. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowFlowUpRight.svg +3 -0
  324. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowFlowUpRightRectangleMultiple.svg +3 -0
  325. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowForward.svg +3 -0
  326. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowForwardDownLightning.svg +3 -0
  327. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowForwardDownPerson.svg +3 -0
  328. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowHookDownLeft.svg +3 -0
  329. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowHookDownRight.svg +3 -0
  330. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowHookUpLeft.svg +3 -0
  331. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowHookUpRight.svg +3 -0
  332. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowImport.svg +3 -0
  333. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowJoin.svg +3 -0
  334. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowLeft.svg +3 -0
  335. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowMaximize.svg +3 -0
  336. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowMaximizeTopLeftBottomRight.svg +3 -0
  337. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowMaximizeVertical.svg +3 -0
  338. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowMinimize.svg +3 -0
  339. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowMinimizeTopLeftBottomRight.svg +3 -0
  340. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowMinimizeVertical.svg +3 -0
  341. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowMove.svg +3 -0
  342. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowMoveInward.svg +3 -0
  343. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowNext.svg +3 -0
  344. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowOutlineDownLeft.svg +3 -0
  345. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowOutlineUpRight.svg +3 -0
  346. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowParagraph.svg +3 -0
  347. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowPrevious.svg +3 -0
  348. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRedo.svg +3 -0
  349. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRedoTempLTR.svg +3 -0
  350. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRedoTempRTL.svg +3 -0
  351. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRepeat1.svg +3 -0
  352. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRepeatAll.svg +3 -0
  353. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRepeatAllOff.svg +3 -0
  354. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowReply.svg +3 -0
  355. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowReplyAll.svg +3 -0
  356. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowReplyDown.svg +3 -0
  357. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowReset.svg +3 -0
  358. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRight.svg +3 -0
  359. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRotateClockwise.svg +3 -0
  360. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRotateCounterclockwise.svg +3 -0
  361. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRouting.svg +3 -0
  362. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowRoutingRectangleMultiple.svg +3 -0
  363. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowShuffle.svg +3 -0
  364. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowShuffleOff.svg +3 -0
  365. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSort.svg +3 -0
  366. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSortDown.svg +3 -0
  367. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSortDownLines.svg +3 -0
  368. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSortUp.svg +3 -0
  369. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSortUpLines.svg +3 -0
  370. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSplit.svg +3 -0
  371. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSprint.svg +3 -0
  372. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSquareDown.svg +3 -0
  373. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSquareUpRight.svg +3 -0
  374. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowStepBack.svg +3 -0
  375. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowStepIn.svg +3 -0
  376. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowStepInDiagonalDownLeft.svg +3 -0
  377. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowStepInLeft.svg +3 -0
  378. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowStepInRight.svg +3 -0
  379. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowStepOut.svg +3 -0
  380. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowStepOver.svg +3 -0
  381. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSwap.svg +3 -0
  382. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSync.svg +3 -0
  383. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSyncCheckmark.svg +3 -0
  384. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSyncCircle.svg +3 -0
  385. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSyncDismiss.svg +3 -0
  386. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowSyncOff.svg +3 -0
  387. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTrending.svg +3 -0
  388. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTrendingCheckmark.svg +3 -0
  389. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTrendingDown.svg +3 -0
  390. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTrendingLines.svg +3 -0
  391. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTrendingSettings.svg +3 -0
  392. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTrendingSparkle.svg +3 -0
  393. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTrendingText.svg +3 -0
  394. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTrendingWrench.svg +3 -0
  395. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnBidirectionalDownRight.svg +3 -0
  396. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnDownLeft.svg +3 -0
  397. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnDownRight.svg +3 -0
  398. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnDownUp.svg +3 -0
  399. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnLeftDown.svg +3 -0
  400. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnLeftRight.svg +3 -0
  401. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnLeftUp.svg +3 -0
  402. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnRight.svg +3 -0
  403. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnRightDown.svg +3 -0
  404. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnRightLeft.svg +3 -0
  405. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnRightUp.svg +3 -0
  406. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnUpDown.svg +3 -0
  407. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowTurnUpLeft.svg +3 -0
  408. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUndo.svg +3 -0
  409. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUndoTempLTR.svg +3 -0
  410. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUndoTempRTL.svg +3 -0
  411. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUp.svg +3 -0
  412. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUpExclamation.svg +3 -0
  413. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUpLeft.svg +3 -0
  414. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUpRight.svg +3 -0
  415. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUpRightDashes.svg +3 -0
  416. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUpSquareSettings.svg +3 -0
  417. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowUpload.svg +3 -0
  418. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowWrap.svg +3 -0
  419. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowWrapOff.svg +5 -0
  420. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowWrapUpToDown.svg +3 -0
  421. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ArrowsBidirectional.svg +3 -0
  422. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Attach.svg +3 -0
  423. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AttachArrowRight.svg +3 -0
  424. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AttachText.svg +3 -0
  425. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AutoFitHeight.svg +3 -0
  426. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AutoFitWidth.svg +3 -0
  427. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/AutoSum.svg +3 -0
  428. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Autocorrect.svg +3 -0
  429. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Backpack.svg +3 -0
  430. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BackpackAdd.svg +3 -0
  431. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Backspace.svg +3 -0
  432. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Badge.svg +3 -0
  433. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Balcony.svg +3 -0
  434. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Balloon.svg +3 -0
  435. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BarcodeScanner.svg +3 -0
  436. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BarcodeScannerAdd.svg +3 -0
  437. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BarcodeScannerDismiss.svg +3 -0
  438. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery0.svg +3 -0
  439. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery1.svg +3 -0
  440. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery10.svg +3 -0
  441. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery2.svg +3 -0
  442. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery3.svg +3 -0
  443. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery4.svg +3 -0
  444. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery5.svg +3 -0
  445. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery6.svg +3 -0
  446. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery7.svg +3 -0
  447. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery8.svg +3 -0
  448. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Battery9.svg +3 -0
  449. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge.svg +3 -0
  450. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge0.svg +3 -0
  451. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge1.svg +3 -0
  452. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge10.svg +3 -0
  453. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge2.svg +3 -0
  454. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge3.svg +3 -0
  455. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge4.svg +3 -0
  456. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge5.svg +3 -0
  457. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge6.svg +3 -0
  458. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge7.svg +3 -0
  459. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge8.svg +3 -0
  460. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCharge9.svg +3 -0
  461. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryCheckmark.svg +3 -0
  462. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatterySaver.svg +3 -0
  463. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BatteryWarning.svg +3 -0
  464. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Beach.svg +3 -0
  465. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Beaker.svg +3 -0
  466. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BeakerAdd.svg +3 -0
  467. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BeakerDismiss.svg +3 -0
  468. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BeakerEdit.svg +3 -0
  469. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BeakerEmpty.svg +3 -0
  470. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BeakerOff.svg +3 -0
  471. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BeakerSettings.svg +3 -0
  472. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Bed.svg +3 -0
  473. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Bench.svg +3 -0
  474. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BezierCurveSquare.svg +3 -0
  475. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BinFull.svg +3 -0
  476. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BinRecycle.svg +3 -0
  477. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BinRecycleFull.svg +3 -0
  478. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BinderTriangle.svg +3 -0
  479. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Bluetooth.svg +3 -0
  480. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BluetoothConnected.svg +3 -0
  481. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BluetoothDisabled.svg +3 -0
  482. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BluetoothSearching.svg +3 -0
  483. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Blur.svg +3 -0
  484. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Board.svg +3 -0
  485. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoardGames.svg +3 -0
  486. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoardHeart.svg +3 -0
  487. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoardSplit.svg +3 -0
  488. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Book.svg +3 -0
  489. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookAdd.svg +3 -0
  490. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookArrowClockwise.svg +3 -0
  491. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookClock.svg +3 -0
  492. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookCoins.svg +3 -0
  493. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookCompass.svg +3 -0
  494. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookContacts.svg +3 -0
  495. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookDatabase.svg +3 -0
  496. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookDismiss.svg +3 -0
  497. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookExclamationMark.svg +3 -0
  498. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookGlobe.svg +3 -0
  499. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookInformation.svg +3 -0
  500. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookLetter.svg +3 -0
  501. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookNumber.svg +3 -0
  502. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookOpen.svg +3 -0
  503. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookOpenGlobe.svg +9 -0
  504. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookOpenLightbulb.svg +3 -0
  505. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookOpenMicrophone.svg +3 -0
  506. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookPulse.svg +3 -0
  507. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookQuestionMark.svg +3 -0
  508. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookQuestionMarkRTL.svg +3 -0
  509. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookSearch.svg +3 -0
  510. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookStar.svg +3 -0
  511. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookTemplate.svg +3 -0
  512. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookTheta.svg +3 -0
  513. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookToolbox.svg +3 -0
  514. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Bookmark.svg +3 -0
  515. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookmarkAdd.svg +3 -0
  516. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookmarkMultiple.svg +3 -0
  517. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookmarkOff.svg +3 -0
  518. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BookmarkSearch.svg +3 -0
  519. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Bot.svg +3 -0
  520. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BotAdd.svg +3 -0
  521. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BotSparkle.svg +3 -0
  522. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BowTie.svg +3 -0
  523. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BowlChopsticks.svg +3 -0
  524. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BowlSalad.svg +3 -0
  525. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Box.svg +3 -0
  526. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxArrowLeft.svg +3 -0
  527. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxArrowUp.svg +3 -0
  528. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxCheckmark.svg +3 -0
  529. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxDismiss.svg +3 -0
  530. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxEdit.svg +3 -0
  531. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxMultiple.svg +3 -0
  532. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxMultipleArrowLeft.svg +3 -0
  533. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxMultipleArrowRight.svg +3 -0
  534. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxMultipleCheckmark.svg +3 -0
  535. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxMultipleSearch.svg +3 -0
  536. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxSearch.svg +3 -0
  537. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BoxToolbox.svg +3 -0
  538. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Braces.svg +3 -0
  539. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BracesCheckmark.svg +3 -0
  540. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BracesDismiss.svg +3 -0
  541. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BracesVariable.svg +3 -0
  542. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Brain.svg +3 -0
  543. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BrainCircuit.svg +3 -0
  544. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BrainSparkle.svg +3 -0
  545. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Branch.svg +3 -0
  546. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BranchCompare.svg +3 -0
  547. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BranchFork.svg +3 -0
  548. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BranchForkHint.svg +3 -0
  549. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BranchForkLink.svg +3 -0
  550. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BranchRequest.svg +3 -0
  551. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BranchRequestClosed.svg +3 -0
  552. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BranchRequestDraft.svg +3 -0
  553. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BreakoutRoom.svg +3 -0
  554. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Briefcase.svg +3 -0
  555. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BriefcaseMedical.svg +3 -0
  556. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BriefcaseOff.svg +3 -0
  557. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BriefcasePerson.svg +3 -0
  558. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BriefcaseSearch.svg +3 -0
  559. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BrightnessHigh.svg +3 -0
  560. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BrightnessLow.svg +3 -0
  561. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BroadActivityFeed.svg +3 -0
  562. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Broom.svg +3 -0
  563. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BroomSparkle.svg +3 -0
  564. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BubbleMultiple.svg +3 -0
  565. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Bug.svg +3 -0
  566. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BugArrowCounterclockwise.svg +3 -0
  567. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BugProhibited.svg +3 -0
  568. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Building.svg +3 -0
  569. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingBank.svg +3 -0
  570. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingBankLink.svg +3 -0
  571. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingBankToolbox.svg +3 -0
  572. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingCheckmark.svg +3 -0
  573. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingCloud.svg +3 -0
  574. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingDesktop.svg +3 -0
  575. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingFactory.svg +3 -0
  576. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingGovernment.svg +3 -0
  577. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingGovernmentSearch.svg +3 -0
  578. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingHome.svg +3 -0
  579. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingLighthouse.svg +3 -0
  580. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingMosque.svg +3 -0
  581. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingMultiple.svg +3 -0
  582. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingPeople.svg +3 -0
  583. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingRetail.svg +3 -0
  584. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingRetailMoney.svg +3 -0
  585. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingRetailMore.svg +3 -0
  586. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingRetailShield.svg +3 -0
  587. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingRetailToolbox.svg +3 -0
  588. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingShop.svg +3 -0
  589. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingSkyscraper.svg +3 -0
  590. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingSwap.svg +3 -0
  591. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingTownhouse.svg +3 -0
  592. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BuildingYurt.svg +3 -0
  593. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/BulletedList.svg +3 -0
  594. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Button.svg +3 -0
  595. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CD.svg +3 -0
  596. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Calculator.svg +3 -0
  597. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CalculatorArrowClockwise.svg +3 -0
  598. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CalculatorMultiple.svg +3 -0
  599. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Calendar.svg +3 -0
  600. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Call.svg +3 -0
  601. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallAdd.svg +3 -0
  602. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallCheckmark.svg +3 -0
  603. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallConnecting.svg +3 -0
  604. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallDismiss.svg +3 -0
  605. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallEnd.svg +3 -0
  606. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallExclamation.svg +3 -0
  607. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallForward.svg +3 -0
  608. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallInbound.svg +3 -0
  609. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallMissed.svg +3 -0
  610. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallOutbound.svg +3 -0
  611. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallPark.svg +3 -0
  612. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallPause.svg +3 -0
  613. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallProhibited.svg +3 -0
  614. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallRectangleLandscape.svg +3 -0
  615. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallSquare.svg +3 -0
  616. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallTransfer.svg +3 -0
  617. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CallWarning.svg +3 -0
  618. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CalligraphyPen.svg +3 -0
  619. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CalligraphyPenCheckmark.svg +4 -0
  620. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CalligraphyPenError.svg +3 -0
  621. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CalligraphyPenQuestionMark.svg +4 -0
  622. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Camera.svg +3 -0
  623. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CameraAdd.svg +3 -0
  624. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CameraArrowUp.svg +3 -0
  625. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CameraDome.svg +3 -0
  626. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CameraEdit.svg +3 -0
  627. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CameraOff.svg +3 -0
  628. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CameraSparkles.svg +3 -0
  629. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CameraSwitch.svg +3 -0
  630. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CardUI.svg +3 -0
  631. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CardUIPortraitFlip.svg +3 -0
  632. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CaretDown.svg +3 -0
  633. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CaretDownRight.svg +3 -0
  634. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CaretLeft.svg +3 -0
  635. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CaretRight.svg +3 -0
  636. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CaretUp.svg +3 -0
  637. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cart.svg +3 -0
  638. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cast.svg +3 -0
  639. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CastMultiple.svg +3 -0
  640. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CatchUp.svg +3 -0
  641. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cellular3G.svg +3 -0
  642. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cellular4G.svg +3 -0
  643. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cellular5G.svg +3 -0
  644. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CellularData1.svg +3 -0
  645. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CellularData2.svg +3 -0
  646. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CellularData3.svg +3 -0
  647. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CellularData4.svg +3 -0
  648. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CellularData5.svg +3 -0
  649. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CellularOff.svg +3 -0
  650. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CellularWarning.svg +3 -0
  651. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CenterHorizontal.svg +5 -0
  652. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CenterVertical.svg +3 -0
  653. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Certificate.svg +3 -0
  654. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Channel.svg +3 -0
  655. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChannelAdd.svg +3 -0
  656. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChannelAlert.svg +3 -0
  657. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChannelArrowLeft.svg +3 -0
  658. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChannelDismiss.svg +3 -0
  659. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChannelShare.svg +3 -0
  660. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChannelSubtract.svg +3 -0
  661. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChartMultiple.svg +3 -0
  662. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChartPerson.svg +3 -0
  663. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Chat.svg +3 -0
  664. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatAdd.svg +3 -0
  665. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatArrowBack.svg +3 -0
  666. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatArrowBackDown.svg +3 -0
  667. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatArrowDoubleBack.svg +5 -0
  668. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatBubblesQuestion.svg +3 -0
  669. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatCursor.svg +3 -0
  670. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatDismiss.svg +3 -0
  671. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatEmpty.svg +3 -0
  672. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatHelp.svg +3 -0
  673. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatHintHalf.svg +3 -0
  674. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatHistory.svg +3 -0
  675. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatLock.svg +3 -0
  676. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatMail.svg +3 -0
  677. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatMultiple.svg +3 -0
  678. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatMultipleCheckmark.svg +3 -0
  679. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatMultipleHeart.svg +3 -0
  680. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatMultipleMinus.svg +3 -0
  681. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatOff.svg +5 -0
  682. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatSettings.svg +3 -0
  683. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatSparkle.svg +3 -0
  684. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatVideo.svg +3 -0
  685. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChatWarning.svg +3 -0
  686. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Check.svg +3 -0
  687. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Checkbox1.svg +3 -0
  688. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Checkbox2.svg +3 -0
  689. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckboxArrowRight.svg +3 -0
  690. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckboxChecked.svg +3 -0
  691. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckboxCheckedSync.svg +3 -0
  692. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckboxIndeterminate.svg +3 -0
  693. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckboxPerson.svg +3 -0
  694. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckboxUnchecked.svg +3 -0
  695. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckboxWarning.svg +3 -0
  696. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Checkmark.svg +3 -0
  697. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckmarkCircle.svg +3 -0
  698. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckmarkCircleHint.svg +3 -0
  699. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckmarkCircleSquare.svg +3 -0
  700. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckmarkCircleWarning.svg +3 -0
  701. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckmarkLock.svg +3 -0
  702. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckmarkNote.svg +3 -0
  703. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckmarkSquare.svg +3 -0
  704. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckmarkStarburst.svg +3 -0
  705. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CheckmarkUnderlineCircle.svg +3 -0
  706. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Chess.svg +3 -0
  707. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronCircleDown.svg +3 -0
  708. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronCircleLeft.svg +3 -0
  709. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronCircleRight.svg +3 -0
  710. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronCircleUp.svg +3 -0
  711. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronDoubleDown.svg +3 -0
  712. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronDoubleLeft.svg +3 -0
  713. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronDoubleRight.svg +3 -0
  714. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronDoubleUp.svg +3 -0
  715. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronDown.svg +3 -0
  716. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronDownUp.svg +3 -0
  717. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronLeft.svg +3 -0
  718. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronRight.svg +3 -0
  719. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronUp.svg +3 -0
  720. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ChevronUpDown.svg +3 -0
  721. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Circle.svg +3 -0
  722. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleEdit.svg +3 -0
  723. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleEraser.svg +3 -0
  724. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleHalfFill.svg +3 -0
  725. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleHighlight.svg +3 -0
  726. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleHint.svg +3 -0
  727. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleHintCursor.svg +3 -0
  728. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleHintDismiss.svg +3 -0
  729. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleHintHalfVertical.svg +3 -0
  730. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleImage.svg +3 -0
  731. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleLine.svg +3 -0
  732. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleMultipleConcentric.svg +3 -0
  733. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleMultipleHintCheckmark.svg +3 -0
  734. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleMultipleSubtractCheckmark.svg +3 -0
  735. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleOff.svg +3 -0
  736. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleShadow.svg +3 -0
  737. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleSmall.svg +3 -0
  738. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CircleSparkle.svg +3 -0
  739. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/City.svg +3 -0
  740. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Class.svg +3 -0
  741. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Classification.svg +3 -0
  742. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClearFormatting.svg +3 -0
  743. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Clipboard.svg +3 -0
  744. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Clock.svg +3 -0
  745. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClockAlarm.svg +3 -0
  746. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClockArrowDownload.svg +3 -0
  747. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClockBill.svg +3 -0
  748. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClockDismiss.svg +3 -0
  749. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClockLock.svg +3 -0
  750. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClockPause.svg +3 -0
  751. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClockSparkle.svg +3 -0
  752. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClockToolbox.svg +3 -0
  753. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClockWarning.svg +3 -0
  754. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClosedCaption.svg +3 -0
  755. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClosedCaptionOff.svg +3 -0
  756. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ClothesHanger.svg +3 -0
  757. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cloud.svg +3 -0
  758. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudAdd.svg +3 -0
  759. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudArchive.svg +3 -0
  760. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudArrowDown.svg +3 -0
  761. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudArrowRight.svg +3 -0
  762. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudArrowUp.svg +3 -0
  763. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudBeaker.svg +3 -0
  764. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudBidirectional.svg +3 -0
  765. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudCheckmark.svg +3 -0
  766. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudCube.svg +3 -0
  767. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudDatabase.svg +3 -0
  768. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudDesktop.svg +3 -0
  769. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudDismiss.svg +3 -0
  770. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudEdit.svg +3 -0
  771. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudError.svg +3 -0
  772. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudFlow.svg +3 -0
  773. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudLink.svg +3 -0
  774. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudOff.svg +3 -0
  775. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudSwap.svg +3 -0
  776. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudSync.svg +3 -0
  777. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CloudWords.svg +3 -0
  778. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Clover.svg +3 -0
  779. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Code.svg +3 -0
  780. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeBlock.svg +3 -0
  781. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeBlockEdit.svg +3 -0
  782. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeCS.svg +3 -0
  783. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeCSRectangle.svg +3 -0
  784. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeCircle.svg +3 -0
  785. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeFS.svg +3 -0
  786. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeFSRectangle.svg +3 -0
  787. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeJS.svg +3 -0
  788. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeJSRectangle.svg +3 -0
  789. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodePY.svg +3 -0
  790. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodePYRectangle.svg +3 -0
  791. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeRB.svg +3 -0
  792. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeRBRectangle.svg +3 -0
  793. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeTS.svg +3 -0
  794. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeTSRectangle.svg +3 -0
  795. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeText.svg +3 -0
  796. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeTextEdit.svg +3 -0
  797. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeTextOff.svg +3 -0
  798. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeVB.svg +3 -0
  799. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CodeVBRectangle.svg +3 -0
  800. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CoinMultiple.svg +3 -0
  801. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CoinStack.svg +3 -0
  802. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Collections.svg +3 -0
  803. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CollectionsAdd.svg +3 -0
  804. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CollectionsEmpty.svg +3 -0
  805. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Color.svg +3 -0
  806. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColorBackground.svg +3 -0
  807. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColorBackgroundAccent.svg +3 -0
  808. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColorFill.svg +3 -0
  809. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColorFillAccent.svg +3 -0
  810. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColorLine.svg +3 -0
  811. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColorLineAccent.svg +3 -0
  812. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Column.svg +3 -0
  813. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColumnArrowRight.svg +3 -0
  814. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColumnDoubleCompare.svg +3 -0
  815. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColumnEdit.svg +3 -0
  816. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColumnSingle.svg +3 -0
  817. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColumnSingleCompare.svg +3 -0
  818. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColumnTriple.svg +3 -0
  819. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ColumnTripleEdit.svg +3 -0
  820. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Comma.svg +3 -0
  821. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Comment.svg +3 -0
  822. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentAdd.svg +3 -0
  823. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentArrowLeft.svg +3 -0
  824. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentArrowLeftTempLTR.svg +3 -0
  825. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentArrowLeftTempRTL.svg +3 -0
  826. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentArrowRight.svg +3 -0
  827. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentArrowRightTempLTR.svg +3 -0
  828. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentArrowRightTempRTL.svg +3 -0
  829. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentBadge.svg +3 -0
  830. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentCheckmark.svg +3 -0
  831. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentDismiss.svg +3 -0
  832. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentEdit.svg +3 -0
  833. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentError.svg +3 -0
  834. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentLightning.svg +3 -0
  835. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentLink.svg +3 -0
  836. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentMention.svg +3 -0
  837. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentMultiple.svg +3 -0
  838. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentMultipleCheckmark.svg +3 -0
  839. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentMultipleLink.svg +3 -0
  840. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentMultipleMention.svg +3 -0
  841. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentNote.svg +3 -0
  842. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentOff.svg +3 -0
  843. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentQuote.svg +3 -0
  844. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommentText.svg +3 -0
  845. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Communication.svg +3 -0
  846. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommunicationPerson.svg +3 -0
  847. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CommunicationShield.svg +3 -0
  848. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CompassNorthwest.svg +3 -0
  849. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CompassTrueNorth.svg +3 -0
  850. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Component2DoubleTapSwipeDown.svg +3 -0
  851. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Component2DoubleTapSwipeUp.svg +3 -0
  852. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Compose.svg +3 -0
  853. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cone.svg +3 -0
  854. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ConferenceRoom.svg +3 -0
  855. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Connected.svg +3 -0
  856. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Connector.svg +3 -0
  857. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContactCard.svg +3 -0
  858. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContactCardGeneric.svg +3 -0
  859. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContactCardGroup.svg +3 -0
  860. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContactCardLink.svg +3 -0
  861. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContactCardRibbon.svg +3 -0
  862. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContentSettings.svg +3 -0
  863. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContentView.svg +3 -0
  864. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContentViewGallery.svg +3 -0
  865. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContentViewGalleryLightning.svg +3 -0
  866. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContractDownLeft.svg +3 -0
  867. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ContractUpRight.svg +3 -0
  868. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ControlButton.svg +3 -0
  869. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ConvertRange.svg +3 -0
  870. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cookies.svg +3 -0
  871. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Copy.svg +3 -0
  872. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CopyAdd.svg +3 -0
  873. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CopyArrowRight.svg +3 -0
  874. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CopySelect.svg +3 -0
  875. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Couch.svg +3 -0
  876. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Counter.svg +3 -0
  877. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CreditCardClock.svg +3 -0
  878. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CreditCardPerson.svg +3 -0
  879. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CreditCardToolbox.svg +3 -0
  880. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Crop.svg +3 -0
  881. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CropArrowRotate.svg +3 -0
  882. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CropInterim.svg +3 -0
  883. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CropInterimOff.svg +3 -0
  884. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CropSparkle.svg +3 -0
  885. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Crown.svg +3 -0
  886. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CrownSubtract.svg +3 -0
  887. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cube.svg +3 -0
  888. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CubeAdd.svg +3 -0
  889. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CubeArrowCurveDown.svg +3 -0
  890. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CubeCheckmark.svg +3 -0
  891. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CubeLink.svg +3 -0
  892. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CubeMultiple.svg +3 -0
  893. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CubeQuick.svg +3 -0
  894. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CubeRotate.svg +3 -0
  895. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CubeSync.svg +3 -0
  896. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CubeTree.svg +3 -0
  897. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CurrencyDollarEuro.svg +3 -0
  898. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CurrencyDollarRupee.svg +3 -0
  899. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cursor.svg +3 -0
  900. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CursorClick.svg +3 -0
  901. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CursorHover.svg +3 -0
  902. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CursorHoverOff.svg +3 -0
  903. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/CursorProhibited.svg +3 -0
  904. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Cut.svg +3 -0
  905. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DarkTheme.svg +3 -0
  906. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataArea.svg +3 -0
  907. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataBarHorizontal.svg +3 -0
  908. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataBarHorizontalDescending.svg +3 -0
  909. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataBarVertical.svg +3 -0
  910. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataBarVerticalAdd.svg +3 -0
  911. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataBarVerticalArrowDown.svg +3 -0
  912. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataBarVerticalAscending.svg +3 -0
  913. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataBarVerticalEdit.svg +3 -0
  914. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataBarVerticalStar.svg +3 -0
  915. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataFunnel.svg +3 -0
  916. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataHistogram.svg +3 -0
  917. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataLine.svg +3 -0
  918. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataPie.svg +3 -0
  919. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataScatter.svg +3 -0
  920. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataSunburst.svg +3 -0
  921. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataTreemap.svg +3 -0
  922. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataTrending.svg +3 -0
  923. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataUsage.svg +3 -0
  924. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataUsageCheckmark.svg +3 -0
  925. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataUsageEdit.svg +3 -0
  926. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataUsageSettings.svg +3 -0
  927. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataUsageSparkle.svg +3 -0
  928. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataUsageToolbox.svg +3 -0
  929. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataWaterfall.svg +3 -0
  930. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DataWhisker.svg +3 -0
  931. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Database.svg +3 -0
  932. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseArrowDown.svg +3 -0
  933. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseArrowRight.svg +3 -0
  934. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseArrowUp.svg +3 -0
  935. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseCheckmark.svg +3 -0
  936. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseLightning.svg +3 -0
  937. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseLink.svg +3 -0
  938. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseMultiple.svg +3 -0
  939. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabasePerson.svg +3 -0
  940. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabasePlugConnected.svg +3 -0
  941. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseSearch.svg +3 -0
  942. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseStack.svg +3 -0
  943. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseSwitch.svg +3 -0
  944. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseWarning.svg +3 -0
  945. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DatabaseWindow.svg +3 -0
  946. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DecimalArrowLeft.svg +3 -0
  947. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DecimalArrowRight.svg +3 -0
  948. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Delete.svg +3 -0
  949. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeleteArrowBack.svg +3 -0
  950. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeleteDismiss.svg +3 -0
  951. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeleteLines.svg +3 -0
  952. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeleteOff.svg +3 -0
  953. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Dentist.svg +3 -0
  954. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesignIdeas.svg +3 -0
  955. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Desk.svg +3 -0
  956. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeskMultiple.svg +3 -0
  957. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeskSparkle.svg +3 -0
  958. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Desktop.svg +3 -0
  959. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopArrowDown.svg +3 -0
  960. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopArrowDownOff.svg +3 -0
  961. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopArrowRight.svg +3 -0
  962. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopCheckmark.svg +3 -0
  963. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopCursor.svg +3 -0
  964. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopEdit.svg +3 -0
  965. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopFlow.svg +3 -0
  966. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopKeyboard.svg +3 -0
  967. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopMac.svg +3 -0
  968. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopOff.svg +3 -0
  969. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopPulse.svg +3 -0
  970. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopSignal.svg +3 -0
  971. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopSpeaker.svg +3 -0
  972. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopSpeakerOff.svg +3 -0
  973. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopSync.svg +3 -0
  974. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopToolbox.svg +3 -0
  975. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DesktopTower.svg +3 -0
  976. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeveloperBoard.svg +3 -0
  977. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeveloperBoardLightning.svg +3 -0
  978. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeveloperBoardLightningToolbox.svg +3 -0
  979. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeveloperBoardSearch.svg +3 -0
  980. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeviceEQ.svg +3 -0
  981. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeviceMeetingRoom.svg +3 -0
  982. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeviceMeetingRoomAllInOne.svg +3 -0
  983. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeviceMeetingRoomBar.svg +3 -0
  984. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DeviceMeetingRoomRemote.svg +3 -0
  985. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Diagram.svg +3 -0
  986. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Dialpad.svg +3 -0
  987. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DialpadOff.svg +3 -0
  988. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DialpadQuestionMark.svg +3 -0
  989. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Diamond.svg +3 -0
  990. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DiamondDismiss.svg +3 -0
  991. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DiamondLink.svg +3 -0
  992. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Directions.svg +3 -0
  993. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Dishwasher.svg +3 -0
  994. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Dismiss.svg +3 -0
  995. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DismissCircle.svg +3 -0
  996. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DismissSquare.svg +3 -0
  997. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DismissSquareMultiple.svg +3 -0
  998. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Diversity.svg +3 -0
  999. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DividerShort.svg +3 -0
  1000. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DividerTall.svg +3 -0
  1001. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Dock.svg +3 -0
  1002. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DockRow.svg +3 -0
  1003. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Doctor.svg +3 -0
  1004. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Document.svg +3 -0
  1005. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Document100.svg +3 -0
  1006. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentAdd.svg +3 -0
  1007. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentArrowDown.svg +3 -0
  1008. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentArrowLeft.svg +3 -0
  1009. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentArrowRight.svg +3 -0
  1010. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentArrowUp.svg +3 -0
  1011. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentBorderPrint.svg +3 -0
  1012. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentBriefcase.svg +3 -0
  1013. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentBulletList.svg +3 -0
  1014. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentBulletListArrowLeft.svg +3 -0
  1015. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentBulletListClock.svg +3 -0
  1016. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentBulletListCube.svg +3 -0
  1017. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentBulletListMultiple.svg +3 -0
  1018. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentBulletListOff.svg +3 -0
  1019. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentCS.svg +3 -0
  1020. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentCSS.svg +3 -0
  1021. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentCSV.svg +3 -0
  1022. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentCatchUp.svg +3 -0
  1023. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentCheckmark.svg +3 -0
  1024. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentChevronDouble.svg +3 -0
  1025. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentCode.svg +3 -0
  1026. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentContract.svg +3 -0
  1027. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentCopy.svg +3 -0
  1028. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentCube.svg +3 -0
  1029. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentData.svg +3 -0
  1030. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentDataLink.svg +3 -0
  1031. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentDataLock.svg +3 -0
  1032. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentDatabase.svg +3 -0
  1033. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentDismiss.svg +3 -0
  1034. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentEdit.svg +3 -0
  1035. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentEndnote.svg +3 -0
  1036. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentError.svg +3 -0
  1037. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentFS.svg +3 -0
  1038. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentFit.svg +3 -0
  1039. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentFlowchart.svg +3 -0
  1040. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentFolder.svg +3 -0
  1041. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentFooter.svg +3 -0
  1042. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentFooterDismiss.svg +3 -0
  1043. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentGlobe.svg +3 -0
  1044. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentHeader.svg +3 -0
  1045. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentHeaderArrowDown.svg +3 -0
  1046. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentHeaderDismiss.svg +3 -0
  1047. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentHeaderFooter.svg +3 -0
  1048. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentHeart.svg +3 -0
  1049. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentHeartPulse.svg +3 -0
  1050. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentImage.svg +3 -0
  1051. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentJAVA.svg +3 -0
  1052. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentJS.svg +3 -0
  1053. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentJavascript.svg +3 -0
  1054. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentKey.svg +3 -0
  1055. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentLandscape.svg +3 -0
  1056. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentLandscapeData.svg +3 -0
  1057. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentLandscapeSplit.svg +3 -0
  1058. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentLandscapeSplitHint.svg +3 -0
  1059. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentLightning.svg +3 -0
  1060. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentLink.svg +3 -0
  1061. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentLock.svg +3 -0
  1062. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentMargins.svg +3 -0
  1063. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentMention.svg +3 -0
  1064. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentMultiple.svg +3 -0
  1065. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentMultiplePercent.svg +3 -0
  1066. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentMultipleProhibited.svg +3 -0
  1067. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentMultipleSync.svg +3 -0
  1068. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentNumber1.svg +3 -0
  1069. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentOnePage.svg +3 -0
  1070. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentOnePageAdd.svg +3 -0
  1071. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentOnePageBeaker.svg +3 -0
  1072. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentOnePageColumns.svg +3 -0
  1073. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentOnePageLink.svg +3 -0
  1074. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentOnePageMultiple.svg +3 -0
  1075. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentOnePageMultipleSparkle.svg +3 -0
  1076. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentOnePageSparkle.svg +3 -0
  1077. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPDF.svg +3 -0
  1078. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPY.svg +3 -0
  1079. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPageBottomCenter.svg +3 -0
  1080. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPageBottomLeft.svg +3 -0
  1081. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPageBottomRight.svg +3 -0
  1082. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPageBreak.svg +3 -0
  1083. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPageNumber.svg +3 -0
  1084. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPageTopCenter.svg +3 -0
  1085. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPageTopLeft.svg +3 -0
  1086. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPageTopRight.svg +3 -0
  1087. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPercent.svg +3 -0
  1088. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPerson.svg +3 -0
  1089. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPill.svg +3 -0
  1090. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentPrint.svg +3 -0
  1091. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentProhibited.svg +3 -0
  1092. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentQuestionMark.svg +3 -0
  1093. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentQueue.svg +3 -0
  1094. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentQueueAdd.svg +3 -0
  1095. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentQueueMultiple.svg +3 -0
  1096. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentRB.svg +3 -0
  1097. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentRibbon.svg +3 -0
  1098. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSASS.svg +3 -0
  1099. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSave.svg +3 -0
  1100. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSearch.svg +3 -0
  1101. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSettings.svg +3 -0
  1102. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSignature.svg +3 -0
  1103. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSparkle.svg +3 -0
  1104. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSplitHint.svg +3 -0
  1105. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSplitHintOff.svg +3 -0
  1106. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSquare.svg +3 -0
  1107. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentSync.svg +3 -0
  1108. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTS.svg +3 -0
  1109. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTable.svg +3 -0
  1110. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTableArrowRight.svg +3 -0
  1111. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTableCheckmark.svg +3 -0
  1112. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTableCube.svg +3 -0
  1113. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTableSearch.svg +3 -0
  1114. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTableTruck.svg +3 -0
  1115. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTarget.svg +3 -0
  1116. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentText.svg +3 -0
  1117. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTextClock.svg +3 -0
  1118. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTextExtract.svg +3 -0
  1119. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTextLink.svg +3 -0
  1120. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentTextToolbox.svg +3 -0
  1121. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentToolbox.svg +3 -0
  1122. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentVB.svg +3 -0
  1123. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentWidth.svg +3 -0
  1124. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DocumentYML.svg +3 -0
  1125. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Door.svg +3 -0
  1126. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DoorArrowLeft.svg +3 -0
  1127. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DoorArrowRight.svg +3 -0
  1128. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DoorTag.svg +3 -0
  1129. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DoubleSwipeDown.svg +3 -0
  1130. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DoubleSwipeUp.svg +3 -0
  1131. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DoubleTapSwipeDown.svg +3 -0
  1132. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DoubleTapSwipeUp.svg +3 -0
  1133. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Drafts.svg +3 -0
  1134. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Drag.svg +3 -0
  1135. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrawImage.svg +3 -0
  1136. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrawShape.svg +3 -0
  1137. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrawText.svg +3 -0
  1138. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Drawer.svg +3 -0
  1139. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrawerAdd.svg +3 -0
  1140. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrawerArrowDownload.svg +3 -0
  1141. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrawerDismiss.svg +3 -0
  1142. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrawerPlay.svg +3 -0
  1143. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrawerSubtract.svg +3 -0
  1144. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrinkBeer.svg +3 -0
  1145. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrinkBottle.svg +3 -0
  1146. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrinkBottleOff.svg +3 -0
  1147. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrinkCoffee.svg +3 -0
  1148. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrinkMargarita.svg +3 -0
  1149. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrinkToGo.svg +3 -0
  1150. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DrinkWine.svg +3 -0
  1151. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DriveTrain.svg +3 -0
  1152. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Drop.svg +3 -0
  1153. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreen.svg +3 -0
  1154. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenAdd.svg +3 -0
  1155. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenArrowRight.svg +3 -0
  1156. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenArrowUp.svg +3 -0
  1157. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenClock.svg +3 -0
  1158. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenClosedAlert.svg +3 -0
  1159. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenDesktop.svg +3 -0
  1160. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenDismiss.svg +3 -0
  1161. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenGroup.svg +3 -0
  1162. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenHeader.svg +3 -0
  1163. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenLock.svg +3 -0
  1164. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenMirror.svg +3 -0
  1165. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenPagination.svg +3 -0
  1166. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenSettings.svg +3 -0
  1167. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenSpan.svg +3 -0
  1168. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenSpeaker.svg +3 -0
  1169. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenStatusBar.svg +3 -0
  1170. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenTablet.svg +3 -0
  1171. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenUpdate.svg +3 -0
  1172. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenVerticalScroll.svg +3 -0
  1173. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/DualScreenVibrate.svg +3 -0
  1174. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Dumbbell.svg +3 -0
  1175. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Dust.svg +3 -0
  1176. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Earth.svg +3 -0
  1177. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EarthLeaf.svg +3 -0
  1178. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Edit.svg +3 -0
  1179. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EditArrowBack.svg +3 -0
  1180. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EditLineHorizontal3.svg +3 -0
  1181. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EditLock.svg +3 -0
  1182. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EditOff.svg +3 -0
  1183. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EditPerson.svg +3 -0
  1184. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EditProhibited.svg +3 -0
  1185. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EditSettings.svg +3 -0
  1186. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Elevator.svg +3 -0
  1187. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Emoji.svg +3 -0
  1188. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiAdd.svg +3 -0
  1189. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiAngry.svg +3 -0
  1190. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiEdit.svg +3 -0
  1191. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiHand.svg +3 -0
  1192. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiHint.svg +3 -0
  1193. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiLaugh.svg +3 -0
  1194. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiMeh.svg +3 -0
  1195. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiMeme.svg +3 -0
  1196. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiMultiple.svg +3 -0
  1197. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiSad.svg +3 -0
  1198. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiSadSlight.svg +3 -0
  1199. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiSmileSlight.svg +3 -0
  1200. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiSparkle.svg +3 -0
  1201. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EmojiSurprise.svg +3 -0
  1202. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Engine.svg +3 -0
  1203. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EqualCircle.svg +3 -0
  1204. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EqualOff.svg +3 -0
  1205. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Eraser.svg +3 -0
  1206. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EraserMedium.svg +3 -0
  1207. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EraserSegment.svg +3 -0
  1208. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EraserSmall.svg +3 -0
  1209. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EraserTool.svg +3 -0
  1210. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ErrorCircle.svg +3 -0
  1211. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ErrorCircleSettings.svg +3 -0
  1212. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ExpandUpLeft.svg +3 -0
  1213. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ExpandUpRight.svg +3 -0
  1214. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ExtendedDock.svg +3 -0
  1215. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Eye.svg +3 -0
  1216. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EyeCircle.svg +3 -0
  1217. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EyeLines.svg +3 -0
  1218. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EyeOff.svg +3 -0
  1219. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EyeTracking.svg +3 -0
  1220. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EyeTrackingOff.svg +3 -0
  1221. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Eyedropper.svg +3 -0
  1222. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/EyedropperOff.svg +3 -0
  1223. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FPS120.svg +3 -0
  1224. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FPS240.svg +3 -0
  1225. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FPS30.svg +3 -0
  1226. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FPS60.svg +3 -0
  1227. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FPS960.svg +3 -0
  1228. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FStop.svg +3 -0
  1229. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FastAcceleration.svg +3 -0
  1230. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FastForward.svg +3 -0
  1231. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Fax.svg +3 -0
  1232. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Feed.svg +3 -0
  1233. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Filmstrip.svg +3 -0
  1234. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FilmstripImage.svg +3 -0
  1235. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FilmstripPlay.svg +3 -0
  1236. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FilmstripSplit.svg +3 -0
  1237. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Filter.svg +3 -0
  1238. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FilterAdd.svg +3 -0
  1239. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FilterDismiss.svg +3 -0
  1240. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FilterSync.svg +3 -0
  1241. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Fingerprint.svg +3 -0
  1242. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Fire.svg +3 -0
  1243. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Fireplace.svg +3 -0
  1244. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FitPage.svg +3 -0
  1245. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FixedWidth.svg +3 -0
  1246. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Flag.svg +3 -0
  1247. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlagCheckered.svg +3 -0
  1248. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlagClock.svg +3 -0
  1249. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlagOff.svg +3 -0
  1250. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Flash.svg +3 -0
  1251. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlashAdd.svg +3 -0
  1252. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlashAuto.svg +3 -0
  1253. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlashCheckmark.svg +3 -0
  1254. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlashFlow.svg +3 -0
  1255. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlashOff.svg +3 -0
  1256. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlashPlay.svg +3 -0
  1257. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlashSettings.svg +3 -0
  1258. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlashSparkle.svg +3 -0
  1259. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Flashlight.svg +3 -0
  1260. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlashlightOff.svg +3 -0
  1261. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlipHorizontal.svg +3 -0
  1262. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlipVertical.svg +3 -0
  1263. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Flow.svg +3 -0
  1264. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlowDot.svg +3 -0
  1265. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlowSparkle.svg +3 -0
  1266. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Flowchart.svg +3 -0
  1267. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FlowchartCircle.svg +3 -0
  1268. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Fluent.svg +3 -0
  1269. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Fluid.svg +3 -0
  1270. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Folder.svg +3 -0
  1271. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderAdd.svg +3 -0
  1272. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderArrowLeft.svg +3 -0
  1273. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderArrowRight.svg +3 -0
  1274. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderArrowUp.svg +3 -0
  1275. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderBriefcase.svg +3 -0
  1276. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderDocument.svg +3 -0
  1277. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderGlobe.svg +3 -0
  1278. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderLightning.svg +3 -0
  1279. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderLink.svg +3 -0
  1280. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderList.svg +3 -0
  1281. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderMail.svg +3 -0
  1282. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderMultiple.svg +3 -0
  1283. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderOpen.svg +3 -0
  1284. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderOpenDown.svg +3 -0
  1285. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderOpenVertical.svg +3 -0
  1286. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderPeople.svg +3 -0
  1287. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderPerson.svg +3 -0
  1288. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderProhibited.svg +3 -0
  1289. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderSearch.svg +3 -0
  1290. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderSwap.svg +3 -0
  1291. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderSync.svg +3 -0
  1292. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FolderZip.svg +3 -0
  1293. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FontDecrease.svg +3 -0
  1294. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FontIncrease.svg +3 -0
  1295. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FontSpaceTrackingIn.svg +3 -0
  1296. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FontSpaceTrackingOut.svg +3 -0
  1297. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Food.svg +3 -0
  1298. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FoodApple.svg +3 -0
  1299. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FoodCake.svg +3 -0
  1300. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FoodCarrot.svg +3 -0
  1301. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FoodChickenLeg.svg +3 -0
  1302. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FoodEgg.svg +3 -0
  1303. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FoodFish.svg +3 -0
  1304. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FoodGrains.svg +3 -0
  1305. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FoodPizza.svg +3 -0
  1306. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FoodToast.svg +3 -0
  1307. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Form.svg +3 -0
  1308. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FormMultiple.svg +7 -0
  1309. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FormMultipleCollection.svg +3 -0
  1310. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FormNew.svg +3 -0
  1311. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FormSparkle.svg +3 -0
  1312. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Frame.svg +3 -0
  1313. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FullScreenMaximize.svg +3 -0
  1314. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/FullScreenMinimize.svg +3 -0
  1315. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GIF.svg +3 -0
  1316. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GameChat.svg +3 -0
  1317. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Games.svg +3 -0
  1318. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GanttChart.svg +3 -0
  1319. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Gas.svg +3 -0
  1320. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GasPropane.svg +3 -0
  1321. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GasPump.svg +3 -0
  1322. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Gather.svg +3 -0
  1323. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Gauge.svg +3 -0
  1324. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GaugeAdd.svg +3 -0
  1325. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Gavel.svg +3 -0
  1326. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GavelProhibited.svg +3 -0
  1327. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Gesture.svg +3 -0
  1328. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Gift.svg +3 -0
  1329. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GiftCard.svg +3 -0
  1330. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GiftCardAdd.svg +3 -0
  1331. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GiftCardArrowRight.svg +3 -0
  1332. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GiftCardMoney.svg +3 -0
  1333. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GiftCardMultiple.svg +3 -0
  1334. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GiftOpen.svg +3 -0
  1335. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Glance.svg +3 -0
  1336. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlanceHorizontal.svg +3 -0
  1337. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlanceHorizontalSparkles.svg +3 -0
  1338. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Glasses.svg +3 -0
  1339. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlassesOff.svg +3 -0
  1340. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Globe.svg +3 -0
  1341. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeAdd.svg +3 -0
  1342. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeArrowForward.svg +3 -0
  1343. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeArrowUp.svg +3 -0
  1344. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeClock.svg +3 -0
  1345. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeDesktop.svg +3 -0
  1346. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeError.svg +3 -0
  1347. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeLocation.svg +3 -0
  1348. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeOff.svg +3 -0
  1349. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobePerson.svg +3 -0
  1350. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeProhibited.svg +3 -0
  1351. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeSearch.svg +3 -0
  1352. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeShield.svg +3 -0
  1353. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeStar.svg +3 -0
  1354. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeSurface.svg +3 -0
  1355. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeSync.svg +3 -0
  1356. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeVideo.svg +3 -0
  1357. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GlobeWarning.svg +3 -0
  1358. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Grid.svg +3 -0
  1359. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GridCircles.svg +3 -0
  1360. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GridDots.svg +3 -0
  1361. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GridKanban.svg +3 -0
  1362. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Group.svg +3 -0
  1363. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GroupDismiss.svg +3 -0
  1364. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GroupList.svg +3 -0
  1365. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GroupReturn.svg +3 -0
  1366. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Guardian.svg +3 -0
  1367. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Guest.svg +3 -0
  1368. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/GuestAdd.svg +3 -0
  1369. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Guitar.svg +3 -0
  1370. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HD.svg +3 -0
  1371. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HDOff.svg +3 -0
  1372. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HDR.svg +3 -0
  1373. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HDROff.svg +3 -0
  1374. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HandDraw.svg +3 -0
  1375. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HandLeft.svg +3 -0
  1376. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HandLeftChat.svg +3 -0
  1377. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HandMultiple.svg +3 -0
  1378. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HandOpenHeart.svg +3 -0
  1379. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HandPoint.svg +3 -0
  1380. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HandRight.svg +3 -0
  1381. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HandRightOff.svg +3 -0
  1382. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HandWave.svg +3 -0
  1383. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Handshake.svg +3 -0
  1384. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HapticStrong.svg +3 -0
  1385. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HapticWeak.svg +3 -0
  1386. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HardDrive.svg +3 -0
  1387. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HardDriveCall.svg +3 -0
  1388. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HatGraduation.svg +3 -0
  1389. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HatGraduationAdd.svg +3 -0
  1390. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HatGraduationSparkle.svg +3 -0
  1391. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Headphones.svg +3 -0
  1392. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeadphonesSoundWave.svg +3 -0
  1393. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Headset.svg +3 -0
  1394. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeadsetAdd.svg +3 -0
  1395. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeadsetVR.svg +3 -0
  1396. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Heart.svg +3 -0
  1397. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeartBroken.svg +3 -0
  1398. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeartCircle.svg +3 -0
  1399. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeartCircleHint.svg +3 -0
  1400. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeartOff.svg +3 -0
  1401. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeartPulse.svg +3 -0
  1402. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeartPulseCheckmark.svg +3 -0
  1403. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeartPulseError.svg +3 -0
  1404. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HeartPulseWarning.svg +3 -0
  1405. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Hexagon.svg +3 -0
  1406. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HexagonSparkle.svg +3 -0
  1407. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HexagonThree.svg +3 -0
  1408. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Hide.svg +3 -0
  1409. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Highlight.svg +3 -0
  1410. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HighlightLink.svg +3 -0
  1411. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Highway.svg +3 -0
  1412. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/History.svg +3 -0
  1413. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HistoryDismiss.svg +3 -0
  1414. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Home.svg +3 -0
  1415. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HomeAdd.svg +3 -0
  1416. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HomeCheckmark.svg +3 -0
  1417. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HomeDatabase.svg +3 -0
  1418. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HomeEmpty.svg +3 -0
  1419. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HomeGarage.svg +3 -0
  1420. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HomeHeart.svg +3 -0
  1421. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HomeMore.svg +3 -0
  1422. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HomePerson.svg +3 -0
  1423. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HomeSplit.svg +3 -0
  1424. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Hourglass.svg +3 -0
  1425. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HourglassHalf.svg +3 -0
  1426. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HourglassOneQuarter.svg +3 -0
  1427. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/HourglassThreeQuarter.svg +3 -0
  1428. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Icons.svg +3 -0
  1429. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Image.svg +3 -0
  1430. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageAdd.svg +3 -0
  1431. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageAltText.svg +3 -0
  1432. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageArrowBack.svg +3 -0
  1433. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageArrowCounterclockwise.svg +3 -0
  1434. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageArrowForward.svg +3 -0
  1435. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageBorder.svg +3 -0
  1436. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageCircle.svg +3 -0
  1437. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageCopy.svg +3 -0
  1438. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageEdit.svg +3 -0
  1439. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageGlobe.svg +3 -0
  1440. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageMultiple.svg +3 -0
  1441. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageMultipleOff.svg +3 -0
  1442. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageOff.svg +3 -0
  1443. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageProhibited.svg +3 -0
  1444. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageReflection.svg +3 -0
  1445. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageSearch.svg +3 -0
  1446. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageShadow.svg +3 -0
  1447. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageSparkle.svg +3 -0
  1448. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageSplit.svg +3 -0
  1449. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageStack.svg +3 -0
  1450. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImageTable.svg +3 -0
  1451. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ImmersiveReader.svg +3 -0
  1452. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Important.svg +3 -0
  1453. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/InPrivateAccount.svg +3 -0
  1454. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Incognito.svg +3 -0
  1455. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Info.svg +3 -0
  1456. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/InfoShield.svg +3 -0
  1457. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/InfoSparkle.svg +3 -0
  1458. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/InkStroke.svg +3 -0
  1459. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/InkStrokeArrowDown.svg +3 -0
  1460. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/InkStrokeArrowUpDown.svg +3 -0
  1461. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/InkingTool.svg +3 -0
  1462. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Insert.svg +3 -0
  1463. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/IoT.svg +3 -0
  1464. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/IoTAlert.svg +3 -0
  1465. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ItemCompare.svg +3 -0
  1466. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/JavaScript.svg +3 -0
  1467. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Joystick.svg +3 -0
  1468. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Key.svg +3 -0
  1469. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyCommand.svg +3 -0
  1470. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyMultiple.svg +3 -0
  1471. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyReset.svg +3 -0
  1472. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Keyboard.svg +3 -0
  1473. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Keyboard123.svg +3 -0
  1474. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyboardDock.svg +3 -0
  1475. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyboardLayoutFloat.svg +3 -0
  1476. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyboardLayoutOneHandedLeft.svg +3 -0
  1477. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyboardLayoutResize.svg +3 -0
  1478. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyboardLayoutSplit.svg +3 -0
  1479. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyboardMouse.svg +3 -0
  1480. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyboardShift.svg +3 -0
  1481. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyboardShiftUppercase.svg +3 -0
  1482. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/KeyboardTab.svg +3 -0
  1483. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Kiosk.svg +3 -0
  1484. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LICENSE +28 -0
  1485. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Laptop.svg +3 -0
  1486. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LaptopBriefcase.svg +3 -0
  1487. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LaptopDismiss.svg +3 -0
  1488. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LaptopMultiple.svg +3 -0
  1489. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LaptopPerson.svg +3 -0
  1490. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LaptopSettings.svg +3 -0
  1491. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LaptopShield.svg +3 -0
  1492. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LaserTool.svg +9 -0
  1493. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Lasso.svg +3 -0
  1494. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LauncherSettings.svg +3 -0
  1495. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Layer.svg +3 -0
  1496. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayerDiagonal.svg +3 -0
  1497. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayerDiagonalAdd.svg +3 -0
  1498. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayerDiagonalPerson.svg +3 -0
  1499. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayerDiagonalSparkle.svg +3 -0
  1500. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutAddAbove.svg +3 -0
  1501. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutAddBelow.svg +3 -0
  1502. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutCellFour.svg +3 -0
  1503. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutColumnFour.svg +3 -0
  1504. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutColumnOneThirdLeft.svg +3 -0
  1505. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutColumnOneThirdRight.svg +3 -0
  1506. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutColumnOneThirdRightHint.svg +3 -0
  1507. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutColumnThree.svg +3 -0
  1508. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutColumnTwo.svg +3 -0
  1509. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutColumnTwoEdit.svg +3 -0
  1510. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutColumnTwoSplitLeft.svg +3 -0
  1511. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutColumnTwoSplitRight.svg +3 -0
  1512. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutDynamic.svg +3 -0
  1513. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutRowFour.svg +3 -0
  1514. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutRowThree.svg +3 -0
  1515. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutRowTwo.svg +3 -0
  1516. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutRowTwoSettings.svg +3 -0
  1517. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutRowTwoSplitBottom.svg +3 -0
  1518. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LayoutRowTwoSplitTop.svg +3 -0
  1519. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LeafOne.svg +3 -0
  1520. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LeafThree.svg +3 -0
  1521. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LeafTwo.svg +3 -0
  1522. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LearningApp.svg +3 -0
  1523. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Library.svg +3 -0
  1524. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Lightbulb.svg +3 -0
  1525. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LightbulbCheckmark.svg +3 -0
  1526. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LightbulbCircle.svg +3 -0
  1527. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LightbulbFilament.svg +3 -0
  1528. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LightbulbPerson.svg +3 -0
  1529. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Likert.svg +3 -0
  1530. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Line.svg +3 -0
  1531. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineDashes.svg +3 -0
  1532. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineFlowDiagonalUpRight.svg +3 -0
  1533. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal1.svg +3 -0
  1534. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal1DashDotDash.svg +3 -0
  1535. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal1Dashes.svg +3 -0
  1536. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal1Dot.svg +3 -0
  1537. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal2DashesSolid.svg +3 -0
  1538. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal3.svg +3 -0
  1539. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal4.svg +3 -0
  1540. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal4Search.svg +3 -0
  1541. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal5.svg +3 -0
  1542. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineHorizontal5Error.svg +3 -0
  1543. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineStyle.svg +3 -0
  1544. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineStyleSketch.svg +3 -0
  1545. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LineThickness.svg +3 -0
  1546. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Link.svg +3 -0
  1547. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LinkAdd.svg +3 -0
  1548. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LinkDismiss.svg +3 -0
  1549. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LinkEdit.svg +3 -0
  1550. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LinkMultiple.svg +3 -0
  1551. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LinkPerson.svg +3 -0
  1552. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LinkSettings.svg +3 -0
  1553. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LinkSquare.svg +3 -0
  1554. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LinkToolbox.svg +3 -0
  1555. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/List.svg +3 -0
  1556. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ListBar.svg +3 -0
  1557. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ListBarTree.svg +3 -0
  1558. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ListBarTreeOffset.svg +3 -0
  1559. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ListRTL.svg +3 -0
  1560. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Live.svg +3 -0
  1561. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LiveOff.svg +3 -0
  1562. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocalLanguage.svg +3 -0
  1563. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Location.svg +3 -0
  1564. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationAdd.svg +3 -0
  1565. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationAddLeft.svg +3 -0
  1566. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationAddRight.svg +3 -0
  1567. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationAddUp.svg +3 -0
  1568. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationArrow.svg +3 -0
  1569. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationArrowLeft.svg +3 -0
  1570. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationArrowRight.svg +3 -0
  1571. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationArrowUp.svg +3 -0
  1572. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationCheckmark.svg +3 -0
  1573. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationDismiss.svg +3 -0
  1574. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationLive.svg +3 -0
  1575. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationOff.svg +3 -0
  1576. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationRipple.svg +3 -0
  1577. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationSettings.svg +3 -0
  1578. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LocationTargetSquare.svg +3 -0
  1579. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LockClosed.svg +3 -0
  1580. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LockClosedKey.svg +3 -0
  1581. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LockClosedRibbon.svg +3 -0
  1582. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LockMultiple.svg +3 -0
  1583. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LockOpen.svg +3 -0
  1584. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/LockShield.svg +3 -0
  1585. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Lottery.svg +3 -0
  1586. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Luggage.svg +3 -0
  1587. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Mail.svg +3 -0
  1588. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailAdd.svg +3 -0
  1589. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailAlert.svg +3 -0
  1590. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailAllRead.svg +3 -0
  1591. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailAllUnread.svg +3 -0
  1592. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailArrowClockwise.svg +3 -0
  1593. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailArrowDoubleBack.svg +3 -0
  1594. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailArrowDown.svg +3 -0
  1595. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailArrowForward.svg +3 -0
  1596. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailArrowUp.svg +3 -0
  1597. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailAttach.svg +3 -0
  1598. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailCheckmark.svg +3 -0
  1599. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailClock.svg +3 -0
  1600. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailCopy.svg +3 -0
  1601. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailDataBar.svg +3 -0
  1602. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailDismiss.svg +3 -0
  1603. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailEdit.svg +3 -0
  1604. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailError.svg +3 -0
  1605. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailFishHook.svg +3 -0
  1606. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailInbox.svg +3 -0
  1607. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailInboxAdd.svg +3 -0
  1608. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailInboxAll.svg +3 -0
  1609. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailInboxArrowDown.svg +3 -0
  1610. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailInboxArrowRight.svg +3 -0
  1611. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailInboxArrowUp.svg +3 -0
  1612. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailInboxCheckmark.svg +3 -0
  1613. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailInboxDismiss.svg +3 -0
  1614. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailInboxPerson.svg +3 -0
  1615. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailLink.svg +3 -0
  1616. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailList.svg +3 -0
  1617. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailMultiple.svg +3 -0
  1618. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailOff.svg +3 -0
  1619. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailOpenPerson.svg +3 -0
  1620. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailPause.svg +3 -0
  1621. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailProhibited.svg +3 -0
  1622. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailRead.svg +3 -0
  1623. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailReadBriefcase.svg +3 -0
  1624. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailReadMultiple.svg +3 -0
  1625. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailRewind.svg +3 -0
  1626. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailSettings.svg +3 -0
  1627. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailShield.svg +3 -0
  1628. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailTemplate.svg +3 -0
  1629. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailUnread.svg +3 -0
  1630. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MailWarning.svg +3 -0
  1631. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Mailbox.svg +3 -0
  1632. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Map.svg +3 -0
  1633. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MapDrive.svg +3 -0
  1634. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Markdown.svg +3 -0
  1635. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MatchAppLayout.svg +3 -0
  1636. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MathFormatLinear.svg +3 -0
  1637. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MathFormatProfessional.svg +3 -0
  1638. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MathFormula.svg +3 -0
  1639. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MathFormulaSparkle.svg +3 -0
  1640. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MathSymbols.svg +3 -0
  1641. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Maximize.svg +3 -0
  1642. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MeetNow.svg +3 -0
  1643. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Megaphone.svg +3 -0
  1644. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MegaphoneCircle.svg +3 -0
  1645. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MegaphoneLoud.svg +3 -0
  1646. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MegaphoneOff.svg +3 -0
  1647. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Memory.svg +3 -0
  1648. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Mention.svg +3 -0
  1649. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MentionArrowDown.svg +3 -0
  1650. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MentionBrackets.svg +3 -0
  1651. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Merge.svg +3 -0
  1652. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Message.svg +3 -0
  1653. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Mic.svg +3 -0
  1654. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MicLink.svg +3 -0
  1655. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MicOff.svg +3 -0
  1656. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MicProhibited.svg +3 -0
  1657. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MicPulse.svg +3 -0
  1658. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MicPulseOff.svg +3 -0
  1659. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MicRecord.svg +3 -0
  1660. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MicSettings.svg +3 -0
  1661. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MicSparkle.svg +3 -0
  1662. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MicSync.svg +3 -0
  1663. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Microscope.svg +3 -0
  1664. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Microwave.svg +3 -0
  1665. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Midi.svg +3 -0
  1666. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MobileOptimized.svg +3 -0
  1667. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Mold.svg +3 -0
  1668. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Molecule.svg +3 -0
  1669. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Money.svg +3 -0
  1670. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MoneyCalculator.svg +3 -0
  1671. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MoneyDismiss.svg +3 -0
  1672. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MoneyHand.svg +3 -0
  1673. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MoneyOff.svg +3 -0
  1674. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MoneySettings.svg +3 -0
  1675. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MoreCircle.svg +3 -0
  1676. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MoreHorizontal.svg +3 -0
  1677. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MoreVertical.svg +3 -0
  1678. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MountainLocationBottom.svg +3 -0
  1679. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MountainLocationTop.svg +3 -0
  1680. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MountainTrail.svg +3 -0
  1681. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MoviesandTV.svg +3 -0
  1682. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Multiplier1_2x.svg +3 -0
  1683. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Multiplier1_5x.svg +3 -0
  1684. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Multiplier1_8x.svg +3 -0
  1685. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Multiplier1x.svg +3 -0
  1686. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Multiplier2x.svg +3 -0
  1687. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Multiplier_5x.svg +3 -0
  1688. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MultiselectLTR.svg +3 -0
  1689. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MultiselectRTL.svg +3 -0
  1690. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MusicNote1.svg +3 -0
  1691. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MusicNote2.svg +3 -0
  1692. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MusicNote2Play.svg +3 -0
  1693. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MusicNoteOff1.svg +3 -0
  1694. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MusicNoteOff2.svg +3 -0
  1695. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/MyLocation.svg +3 -0
  1696. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NavigateForward.svg +3 -0
  1697. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Navigation.svg +3 -0
  1698. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NavigationBriefcase.svg +3 -0
  1699. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NavigationLocationTarget.svg +3 -0
  1700. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NavigationPerson.svg +3 -0
  1701. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NavigationPlay.svg +3 -0
  1702. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NavigationUnread.svg +3 -0
  1703. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NetworkAdapter.svg +3 -0
  1704. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NetworkCheck.svg +3 -0
  1705. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/New.svg +3 -0
  1706. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/News.svg +3 -0
  1707. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Next.svg +3 -0
  1708. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NextFrame.svg +3 -0
  1709. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Note.svg +3 -0
  1710. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NoteAdd.svg +3 -0
  1711. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NoteEdit.svg +3 -0
  1712. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotePin.svg +3 -0
  1713. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Notebook.svg +3 -0
  1714. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookAdd.svg +3 -0
  1715. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookArrowCurveDown.svg +3 -0
  1716. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookError.svg +3 -0
  1717. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookEye.svg +3 -0
  1718. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookLightning.svg +3 -0
  1719. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookQuestionMark.svg +3 -0
  1720. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookSection.svg +3 -0
  1721. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookSectionArrowRight.svg +3 -0
  1722. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookSubsection.svg +3 -0
  1723. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotebookSync.svg +3 -0
  1724. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Notepad.svg +3 -0
  1725. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotepadEdit.svg +3 -0
  1726. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotepadPerson.svg +3 -0
  1727. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotepadPersonOff.svg +3 -0
  1728. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NotepadSparkle.svg +3 -0
  1729. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle0.svg +3 -0
  1730. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle1.svg +3 -0
  1731. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle2.svg +3 -0
  1732. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle3.svg +3 -0
  1733. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle4.svg +3 -0
  1734. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle5.svg +3 -0
  1735. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle6.svg +3 -0
  1736. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle7.svg +3 -0
  1737. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle8.svg +3 -0
  1738. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberCircle9.svg +3 -0
  1739. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberRow.svg +3 -0
  1740. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberSymbol.svg +3 -0
  1741. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberSymbolDismiss.svg +3 -0
  1742. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/NumberSymbolSquare.svg +3 -0
  1743. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Open.svg +3 -0
  1744. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/OpenFile.svg +3 -0
  1745. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/OpenFolder.svg +3 -0
  1746. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/OpenFolderHorizontal.svg +3 -0
  1747. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/OpenOff.svg +3 -0
  1748. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Options.svg +3 -0
  1749. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Organization.svg +3 -0
  1750. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/OrganizationHorizontal.svg +3 -0
  1751. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Orientation.svg +9 -0
  1752. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Oval.svg +3 -0
  1753. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Oven.svg +3 -0
  1754. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaddingDown.svg +3 -0
  1755. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaddingLeft.svg +3 -0
  1756. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaddingRight.svg +3 -0
  1757. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaddingTop.svg +3 -0
  1758. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PageFit.svg +3 -0
  1759. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaintBrush.svg +3 -0
  1760. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaintBrushArrowDown.svg +3 -0
  1761. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaintBrushArrowUp.svg +3 -0
  1762. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaintBrushSparkle.svg +3 -0
  1763. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaintBrushSubtract.svg +3 -0
  1764. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaintBucket.svg +3 -0
  1765. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaintBucketBrush.svg +3 -0
  1766. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pair.svg +3 -0
  1767. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelBottom.svg +3 -0
  1768. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelBottomContract.svg +3 -0
  1769. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelBottomExpand.svg +3 -0
  1770. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeft.svg +3 -0
  1771. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftAdd.svg +3 -0
  1772. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftContract.svg +3 -0
  1773. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftExpand.svg +3 -0
  1774. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftHeader.svg +3 -0
  1775. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftHeaderAdd.svg +3 -0
  1776. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftHeaderKey.svg +3 -0
  1777. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftKey.svg +3 -0
  1778. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftText.svg +3 -0
  1779. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftTextAdd.svg +3 -0
  1780. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelLeftTextDismiss.svg +3 -0
  1781. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelRight.svg +3 -0
  1782. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelRightAdd.svg +3 -0
  1783. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelRightContract.svg +3 -0
  1784. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelRightCursor.svg +3 -0
  1785. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelRightExpand.svg +3 -0
  1786. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelRightGallery.svg +3 -0
  1787. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelSeparateWindow.svg +3 -0
  1788. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelTopContract.svg +3 -0
  1789. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelTopExpand.svg +3 -0
  1790. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PanelTopGallery.svg +3 -0
  1791. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Password.svg +3 -0
  1792. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PasswordClock.svg +3 -0
  1793. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Patch.svg +3 -0
  1794. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Patient.svg +3 -0
  1795. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pause.svg +3 -0
  1796. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PauseCircle.svg +3 -0
  1797. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PauseOff.svg +3 -0
  1798. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PauseSettings.svg +3 -0
  1799. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Payment.svg +3 -0
  1800. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PaymentWireless.svg +3 -0
  1801. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pen.svg +3 -0
  1802. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PenDismiss.svg +3 -0
  1803. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PenOff.svg +3 -0
  1804. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PenProhibited.svg +3 -0
  1805. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PenSparkle.svg +3 -0
  1806. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PenSync.svg +3 -0
  1807. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pentagon.svg +3 -0
  1808. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/People.svg +3 -0
  1809. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleAdd.svg +3 -0
  1810. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleAudience.svg +3 -0
  1811. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleCall.svg +3 -0
  1812. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleChat.svg +3 -0
  1813. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleCheckmark.svg +3 -0
  1814. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleCommunication.svg +3 -0
  1815. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleCommunity.svg +3 -0
  1816. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleCommunityAdd.svg +3 -0
  1817. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleEdit.svg +3 -0
  1818. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleError.svg +3 -0
  1819. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleEye.svg +3 -0
  1820. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleInterwoven.svg +3 -0
  1821. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleLink.svg +3 -0
  1822. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleList.svg +3 -0
  1823. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleLock.svg +3 -0
  1824. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleMoney.svg +3 -0
  1825. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleProhibited.svg +3 -0
  1826. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleQueue.svg +3 -0
  1827. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleSearch.svg +3 -0
  1828. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleSettings.svg +3 -0
  1829. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleStar.svg +3 -0
  1830. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleSubtract.svg +3 -0
  1831. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleSwap.svg +3 -0
  1832. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleSync.svg +3 -0
  1833. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleTeam.svg +3 -0
  1834. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleTeamAdd.svg +3 -0
  1835. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleTeamDelete.svg +3 -0
  1836. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleTeamToolbox.svg +3 -0
  1837. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PeopleToolbox.svg +3 -0
  1838. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Person.svg +3 -0
  1839. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Person5.svg +3 -0
  1840. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Person6.svg +3 -0
  1841. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonAccount.svg +3 -0
  1842. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonAccounts.svg +3 -0
  1843. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonAdd.svg +3 -0
  1844. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonAlert.svg +3 -0
  1845. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonAlertOff.svg +3 -0
  1846. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonArrowBack.svg +3 -0
  1847. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonArrowLeft.svg +3 -0
  1848. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonArrowRight.svg +3 -0
  1849. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonAvailable.svg +3 -0
  1850. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonBoard.svg +3 -0
  1851. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonBoardAdd.svg +3 -0
  1852. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonBriefcase.svg +3 -0
  1853. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonCall.svg +3 -0
  1854. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonChat.svg +3 -0
  1855. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonCircle.svg +3 -0
  1856. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonClock.svg +3 -0
  1857. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonDelete.svg +3 -0
  1858. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonDesktop.svg +3 -0
  1859. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonEdit.svg +3 -0
  1860. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonError.svg +3 -0
  1861. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonFeedback.svg +3 -0
  1862. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonGuest.svg +3 -0
  1863. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonHeadHint.svg +3 -0
  1864. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonHeart.svg +3 -0
  1865. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonHome.svg +3 -0
  1866. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonInfo.svg +3 -0
  1867. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonKey.svg +3 -0
  1868. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonLightbulb.svg +3 -0
  1869. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonLightning.svg +3 -0
  1870. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonLink.svg +3 -0
  1871. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonLock.svg +3 -0
  1872. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonMail.svg +3 -0
  1873. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonMoney.svg +3 -0
  1874. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonNote.svg +3 -0
  1875. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonPasskey.svg +3 -0
  1876. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonPhone.svg +3 -0
  1877. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonPill.svg +3 -0
  1878. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonProhibited.svg +3 -0
  1879. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonQuestionMark.svg +3 -0
  1880. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonRibbon.svg +3 -0
  1881. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonRunning.svg +3 -0
  1882. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSearch.svg +3 -0
  1883. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSettings.svg +3 -0
  1884. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonShield.svg +3 -0
  1885. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSoundSpatial.svg +3 -0
  1886. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSquare.svg +3 -0
  1887. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSquareAdd.svg +3 -0
  1888. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSquareCheckmark.svg +3 -0
  1889. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonStanding.svg +3 -0
  1890. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonStar.svg +3 -0
  1891. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonStarburst.svg +3 -0
  1892. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSubtract.svg +3 -0
  1893. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSupport.svg +3 -0
  1894. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSwap.svg +3 -0
  1895. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonSync.svg +3 -0
  1896. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonTag.svg +3 -0
  1897. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonTentative.svg +3 -0
  1898. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonVoice.svg +3 -0
  1899. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonWalking.svg +3 -0
  1900. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonWarning.svg +3 -0
  1901. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PersonWrench.svg +3 -0
  1902. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Phone.svg +3 -0
  1903. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneAdd.svg +3 -0
  1904. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneArrowRight.svg +3 -0
  1905. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneBriefcase.svg +3 -0
  1906. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneChat.svg +3 -0
  1907. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneCheckmark.svg +3 -0
  1908. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneDesktop.svg +3 -0
  1909. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneDesktopAdd.svg +3 -0
  1910. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneDismiss.svg +3 -0
  1911. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneEdit.svg +3 -0
  1912. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneEraser.svg +3 -0
  1913. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneFooterArrowDown.svg +3 -0
  1914. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneHeaderArrowUp.svg +3 -0
  1915. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneKey.svg +3 -0
  1916. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneLaptop.svg +3 -0
  1917. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneLinkSetup.svg +3 -0
  1918. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneLock.svg +3 -0
  1919. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneMultiple.svg +3 -0
  1920. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneMultipleSettings.svg +3 -0
  1921. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhonePageHeader.svg +3 -0
  1922. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhonePagination.svg +3 -0
  1923. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhonePerson.svg +3 -0
  1924. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneScreenTime.svg +3 -0
  1925. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneShake.svg +3 -0
  1926. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneSpanIn.svg +3 -0
  1927. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneSpanOut.svg +3 -0
  1928. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneSpeaker.svg +3 -0
  1929. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneStatusBar.svg +3 -0
  1930. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneSubtract.svg +3 -0
  1931. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneTablet.svg +3 -0
  1932. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneUpdate.svg +3 -0
  1933. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneUpdateCheckmark.svg +3 -0
  1934. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneVerticalScroll.svg +3 -0
  1935. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhoneVibrate.svg +3 -0
  1936. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PhotoFilter.svg +3 -0
  1937. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pi.svg +3 -0
  1938. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PictureInPicture.svg +3 -0
  1939. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PictureInPictureEnter.svg +3 -0
  1940. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PictureInPictureExit.svg +3 -0
  1941. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pill.svg +3 -0
  1942. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pin.svg +3 -0
  1943. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PinGlobe.svg +3 -0
  1944. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PinOff.svg +3 -0
  1945. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pipeline.svg +3 -0
  1946. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PipelineAdd.svg +3 -0
  1947. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PipelineArrowCurveDown.svg +3 -0
  1948. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PipelinePlay.svg +3 -0
  1949. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pivot.svg +3 -0
  1950. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Planet.svg +3 -0
  1951. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlantCattail.svg +3 -0
  1952. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlantGrass.svg +3 -0
  1953. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlantRagweed.svg +3 -0
  1954. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Play.svg +3 -0
  1955. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlayCircle.svg +3 -0
  1956. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlayCircleHint.svg +3 -0
  1957. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlayCircleHintHalf.svg +3 -0
  1958. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlayCircleSparkle.svg +3 -0
  1959. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlayMultiple.svg +3 -0
  1960. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlaySettings.svg +3 -0
  1961. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlayingCards.svg +3 -0
  1962. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlugConnected.svg +3 -0
  1963. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlugConnectedAdd.svg +3 -0
  1964. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlugConnectedCheckmark.svg +3 -0
  1965. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlugConnectedSettings.svg +3 -0
  1966. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PlugDisconnected.svg +3 -0
  1967. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PointScan.svg +3 -0
  1968. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Poll.svg +3 -0
  1969. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PollHorizontal.svg +3 -0
  1970. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PollOff.svg +3 -0
  1971. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PortHDMI.svg +3 -0
  1972. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PortMicroUSB.svg +3 -0
  1973. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PortUSBA.svg +3 -0
  1974. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PortUSBC.svg +3 -0
  1975. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PositionBackward.svg +3 -0
  1976. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PositionForward.svg +3 -0
  1977. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PositionToBack.svg +3 -0
  1978. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PositionToFront.svg +3 -0
  1979. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Power.svg +3 -0
  1980. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PowerButton.svg +3 -0
  1981. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Predictions.svg +3 -0
  1982. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Premium.svg +3 -0
  1983. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PremiumPerson.svg +3 -0
  1984. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PresenceAvailable.svg +3 -0
  1985. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PresenceAway.svg +3 -0
  1986. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PresenceBlocked.svg +3 -0
  1987. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PresenceDND.svg +3 -0
  1988. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PresenceOOF.svg +3 -0
  1989. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PresenceOffline.svg +3 -0
  1990. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PresenceTentative.svg +3 -0
  1991. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PresenceUnknown.svg +3 -0
  1992. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Presenter.svg +3 -0
  1993. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PresenterOff.svg +3 -0
  1994. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PreviewLink.svg +3 -0
  1995. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Previous.svg +3 -0
  1996. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PreviousFrame.svg +3 -0
  1997. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Print.svg +3 -0
  1998. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PrintAdd.svg +3 -0
  1999. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Production.svg +3 -0
  2000. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ProductionCheckmark.svg +3 -0
  2001. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Prohibited.svg +3 -0
  2002. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ProhibitedMultiple.svg +3 -0
  2003. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ProhibitedNote.svg +3 -0
  2004. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ProhibitedSmoking.svg +3 -0
  2005. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ProjectionScreen.svg +3 -0
  2006. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ProjectionScreenDismiss.svg +3 -0
  2007. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ProjectionScreenText.svg +3 -0
  2008. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ProjectionScreenTextSparkle.svg +3 -0
  2009. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Prompt.svg +3 -0
  2010. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ProtocolHandler.svg +3 -0
  2011. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Pulse.svg +3 -0
  2012. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PulseSquare.svg +3 -0
  2013. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PuzzleCube.svg +3 -0
  2014. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PuzzleCubePiece.svg +3 -0
  2015. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PuzzlePiece.svg +3 -0
  2016. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/PuzzlePieceShield.svg +3 -0
  2017. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/QRCode.svg +3 -0
  2018. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Question.svg +3 -0
  2019. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/QuestionCircle.svg +3 -0
  2020. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Quiz.svg +3 -0
  2021. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/QuizNew.svg +3 -0
  2022. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RAM.svg +3 -0
  2023. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RSS.svg +3 -0
  2024. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Radar.svg +3 -0
  2025. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RadarCheckmark.svg +3 -0
  2026. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RadarRectangleMultiple.svg +3 -0
  2027. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RadioButton.svg +3 -0
  2028. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RadioButtonOff.svg +3 -0
  2029. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RatingMature.svg +3 -0
  2030. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RatioOneToOne.svg +3 -0
  2031. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReOrder.svg +3 -0
  2032. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReOrderDotsHorizontal.svg +3 -0
  2033. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReOrderDotsVertical.svg +3 -0
  2034. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReOrderVertical.svg +3 -0
  2035. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReadAloud.svg +3 -0
  2036. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReadingList.svg +3 -0
  2037. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReadingListAdd.svg +3 -0
  2038. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReadingModeMobile.svg +3 -0
  2039. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RealEstate.svg +3 -0
  2040. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Receipt.svg +3 -0
  2041. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReceiptAdd.svg +3 -0
  2042. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReceiptBag.svg +3 -0
  2043. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReceiptCube.svg +3 -0
  2044. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReceiptMoney.svg +3 -0
  2045. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReceiptPlay.svg +3 -0
  2046. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReceiptSearch.svg +3 -0
  2047. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ReceiptSparkles.svg +3 -0
  2048. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Record.svg +3 -0
  2049. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RecordStop.svg +3 -0
  2050. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RectangleLandscape.svg +3 -0
  2051. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RectangleLandscapeHintCopy.svg +3 -0
  2052. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RectangleLandscapeSparkle.svg +3 -0
  2053. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RectangleLandscapeSync.svg +3 -0
  2054. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RectangleLandscapeSyncOff.svg +3 -0
  2055. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RectanglePortrait.svg +3 -0
  2056. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RectanglePortraitLocationTarget.svg +3 -0
  2057. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Recycle.svg +3 -0
  2058. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Refrigerator.svg +3 -0
  2059. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RemixAdd.svg +3 -0
  2060. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Remote.svg +3 -0
  2061. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Rename.svg +3 -0
  2062. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RenameA.svg +3 -0
  2063. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Replay.svg +3 -0
  2064. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Resize.svg +3 -0
  2065. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ResizeImage.svg +3 -0
  2066. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ResizeLarge.svg +3 -0
  2067. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ResizeSmall.svg +3 -0
  2068. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ResizeTable.svg +3 -0
  2069. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ResizeVideo.svg +3 -0
  2070. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Reward.svg +3 -0
  2071. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Rewind.svg +3 -0
  2072. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Rhombus.svg +3 -0
  2073. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Ribbon.svg +3 -0
  2074. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RibbonAdd.svg +3 -0
  2075. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RibbonOff.svg +3 -0
  2076. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RibbonStar.svg +3 -0
  2077. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Road.svg +3 -0
  2078. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RoadCone.svg +3 -0
  2079. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Rocket.svg +3 -0
  2080. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RotateLeft.svg +3 -0
  2081. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RotateRight.svg +3 -0
  2082. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Router.svg +3 -0
  2083. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RowChild.svg +3 -0
  2084. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/RowTriple.svg +3 -0
  2085. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Ruler.svg +3 -0
  2086. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Run.svg +3 -0
  2087. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SIM.svg +3 -0
  2088. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Sanitize.svg +3 -0
  2089. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Save.svg +3 -0
  2090. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SaveArrowRight.svg +3 -0
  2091. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SaveCopy.svg +3 -0
  2092. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SaveEdit.svg +3 -0
  2093. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SaveImage.svg +3 -0
  2094. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SaveMultiple.svg +3 -0
  2095. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SaveSearch.svg +3 -0
  2096. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SaveSync.svg +3 -0
  2097. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Savings.svg +3 -0
  2098. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScaleFill.svg +3 -0
  2099. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScaleFit.svg +3 -0
  2100. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Scales.svg +3 -0
  2101. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Scan.svg +3 -0
  2102. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanCamera.svg +3 -0
  2103. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanDash.svg +3 -0
  2104. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanObject.svg +3 -0
  2105. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanPerson.svg +3 -0
  2106. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanQRCode.svg +3 -0
  2107. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanTable.svg +3 -0
  2108. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanText.svg +3 -0
  2109. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanThumbUp.svg +3 -0
  2110. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanThumbUpOff.svg +3 -0
  2111. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanType.svg +3 -0
  2112. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanTypeCheckmark.svg +3 -0
  2113. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScanTypeOff.svg +3 -0
  2114. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Scratchpad.svg +3 -0
  2115. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScreenCut.svg +12 -0
  2116. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScreenPerson.svg +3 -0
  2117. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScreenSearch.svg +3 -0
  2118. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Screenshot.svg +3 -0
  2119. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ScreenshotRecord.svg +3 -0
  2120. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Script.svg +3 -0
  2121. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Search.svg +3 -0
  2122. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SearchInfo.svg +3 -0
  2123. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SearchSettings.svg +3 -0
  2124. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SearchShield.svg +3 -0
  2125. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SearchSparkle.svg +3 -0
  2126. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SearchSquare.svg +3 -0
  2127. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SearchVisual.svg +3 -0
  2128. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Seat.svg +3 -0
  2129. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SeatAdd.svg +3 -0
  2130. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SeatMultipleStadium.svg +3 -0
  2131. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SelectAllOff.svg +3 -0
  2132. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SelectAllOn.svg +3 -0
  2133. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SelectObject.svg +3 -0
  2134. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SelectObjectSkew.svg +3 -0
  2135. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SelectObjectSkewDismiss.svg +3 -0
  2136. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SelectObjectSkewEdit.svg +3 -0
  2137. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Send.svg +3 -0
  2138. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SendBeaker.svg +3 -0
  2139. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SendClock.svg +3 -0
  2140. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SendCopy.svg +3 -0
  2141. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SendPerson.svg +3 -0
  2142. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SerialPort.svg +3 -0
  2143. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Server.svg +3 -0
  2144. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ServerLink.svg +3 -0
  2145. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ServerMultiple.svg +3 -0
  2146. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ServerPlay.svg +3 -0
  2147. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ServerSurface.svg +3 -0
  2148. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ServerSurfaceMultiple.svg +3 -0
  2149. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ServiceBell.svg +3 -0
  2150. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Settings.svg +3 -0
  2151. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SettingsChat.svg +3 -0
  2152. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SettingsCogMultiple.svg +3 -0
  2153. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShapeExclude.svg +3 -0
  2154. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShapeIntersect.svg +3 -0
  2155. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShapeOrganic.svg +3 -0
  2156. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShapeSubtract.svg +3 -0
  2157. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShapeUnion.svg +3 -0
  2158. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Shapes.svg +3 -0
  2159. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Share.svg +3 -0
  2160. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareAndroid.svg +3 -0
  2161. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareCloseTray.svg +3 -0
  2162. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareMultiple.svg +3 -0
  2163. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareScreenPerson.svg +3 -0
  2164. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareScreenPersonOverlay.svg +3 -0
  2165. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareScreenPersonOverlayInside.svg +3 -0
  2166. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareScreenPersonP.svg +3 -0
  2167. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareScreenStart.svg +3 -0
  2168. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareScreenStop.svg +3 -0
  2169. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShareiOS.svg +3 -0
  2170. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Shield.svg +3 -0
  2171. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldAdd.svg +3 -0
  2172. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldArrowRight.svg +3 -0
  2173. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldBadge.svg +3 -0
  2174. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldCheckmark.svg +3 -0
  2175. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldDismiss.svg +3 -0
  2176. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldDismissShield.svg +3 -0
  2177. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldError.svg +3 -0
  2178. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldGlobe.svg +3 -0
  2179. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldKeyhole.svg +3 -0
  2180. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldLock.svg +3 -0
  2181. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldPerson.svg +3 -0
  2182. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldPersonAdd.svg +3 -0
  2183. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldProhibited.svg +3 -0
  2184. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldQuestion.svg +3 -0
  2185. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldSettings.svg +3 -0
  2186. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShieldTask.svg +3 -0
  2187. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Shifts.svg +3 -0
  2188. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Shifts30Minutes.svg +3 -0
  2189. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShiftsActivity.svg +3 -0
  2190. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShiftsAdd.svg +3 -0
  2191. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShiftsAvailability.svg +3 -0
  2192. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShiftsCheckmark.svg +3 -0
  2193. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShiftsDay.svg +3 -0
  2194. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShiftsOpen.svg +3 -0
  2195. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShiftsProhibited.svg +3 -0
  2196. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShiftsQuestionMark.svg +3 -0
  2197. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShiftsTeam.svg +3 -0
  2198. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShoppingBag.svg +3 -0
  2199. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShoppingBagAdd.svg +3 -0
  2200. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShoppingBagArrowLeft.svg +3 -0
  2201. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShoppingBagCheckmark.svg +3 -0
  2202. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShoppingBagDismiss.svg +3 -0
  2203. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShoppingBagPause.svg +3 -0
  2204. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShoppingBagPercent.svg +3 -0
  2205. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShoppingBagPlay.svg +3 -0
  2206. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ShoppingBagTag.svg +3 -0
  2207. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Shortpick.svg +3 -0
  2208. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Showerhead.svg +3 -0
  2209. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SidebarSearchLTR.svg +3 -0
  2210. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SidebarSearchRTL.svg +3 -0
  2211. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SignOut.svg +3 -0
  2212. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Signature.svg +3 -0
  2213. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SineWaveDots.svg +3 -0
  2214. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SkipBack10.svg +3 -0
  2215. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SkipBack15.svg +3 -0
  2216. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SkipForward10.svg +3 -0
  2217. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SkipForward15.svg +3 -0
  2218. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SkipForward30.svg +3 -0
  2219. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SkipForwardTab.svg +3 -0
  2220. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlashForward.svg +3 -0
  2221. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Sleep.svg +3 -0
  2222. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideAdd.svg +3 -0
  2223. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideArrowRight.svg +3 -0
  2224. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideContent.svg +3 -0
  2225. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideEraser.svg +3 -0
  2226. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideGrid.svg +3 -0
  2227. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideHide.svg +3 -0
  2228. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideLayout.svg +3 -0
  2229. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideLink.svg +3 -0
  2230. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideMicrophone.svg +3 -0
  2231. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideMultiple.svg +3 -0
  2232. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideMultipleArrowRight.svg +3 -0
  2233. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideMultipleSearch.svg +3 -0
  2234. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlidePlay.svg +3 -0
  2235. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideRecord.svg +3 -0
  2236. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideSearch.svg +3 -0
  2237. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideSettings.svg +3 -0
  2238. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideSize.svg +3 -0
  2239. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideText.svg +3 -0
  2240. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextCall.svg +3 -0
  2241. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextCursor.svg +3 -0
  2242. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextEdit.svg +3 -0
  2243. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextMultiple.svg +3 -0
  2244. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextPerson.svg +3 -0
  2245. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextSparkle.svg +3 -0
  2246. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextTitle.svg +3 -0
  2247. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextTitleAdd.svg +3 -0
  2248. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextTitleCheckmark.svg +3 -0
  2249. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTextTitleEdit.svg +3 -0
  2250. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTopicAdd.svg +3 -0
  2251. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SlideTransition.svg +3 -0
  2252. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Smartwatch.svg +3 -0
  2253. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SmartwatchDot.svg +3 -0
  2254. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Snooze.svg +3 -0
  2255. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SoundSource.svg +3 -0
  2256. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SoundWaveCircle.svg +3 -0
  2257. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SoundWaveCircleAdd.svg +3 -0
  2258. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SoundWaveCircleSparkle.svg +3 -0
  2259. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SoundWaveCircleSubtract.svg +3 -0
  2260. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Space3D.svg +3 -0
  2261. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Spacebar.svg +3 -0
  2262. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Sparkle.svg +3 -0
  2263. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SparkleAction.svg +3 -0
  2264. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SparkleCircle.svg +3 -0
  2265. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SparkleInfo.svg +3 -0
  2266. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SpatulaSpoon.svg +3 -0
  2267. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Speaker0.svg +3 -0
  2268. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Speaker1.svg +3 -0
  2269. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Speaker2.svg +3 -0
  2270. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SpeakerBluetooth.svg +3 -0
  2271. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SpeakerBox.svg +3 -0
  2272. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SpeakerEdit.svg +3 -0
  2273. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SpeakerMute.svg +3 -0
  2274. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SpeakerOff.svg +3 -0
  2275. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SpeakerSettings.svg +3 -0
  2276. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SpeakerUSB.svg +3 -0
  2277. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SpinneriOS.svg +3 -0
  2278. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SplitHint.svg +3 -0
  2279. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SplitHorizontal.svg +3 -0
  2280. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SplitVertical.svg +3 -0
  2281. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Sport.svg +3 -0
  2282. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SportAmericanFootball.svg +3 -0
  2283. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SportBaseball.svg +3 -0
  2284. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SportBasketball.svg +3 -0
  2285. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SportCricketBall.svg +3 -0
  2286. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SportCricketBat.svg +3 -0
  2287. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SportHockey.svg +3 -0
  2288. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SportSoccer.svg +3 -0
  2289. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SprayCan.svg +3 -0
  2290. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Square.svg +3 -0
  2291. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareAdd.svg +3 -0
  2292. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareArrowForward.svg +3 -0
  2293. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareDismiss.svg +3 -0
  2294. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareDovetailJoint.svg +3 -0
  2295. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareEraser.svg +3 -0
  2296. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareHint.svg +3 -0
  2297. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareHintApps.svg +3 -0
  2298. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareHintArrowBack.svg +3 -0
  2299. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareHintHexagon.svg +3 -0
  2300. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareHintSparkles.svg +3 -0
  2301. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareMultiple.svg +3 -0
  2302. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareShadow.svg +3 -0
  2303. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquareTextArrowRepeatAll.svg +3 -0
  2304. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SquaresNested.svg +3 -0
  2305. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Stack.svg +3 -0
  2306. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StackAdd.svg +3 -0
  2307. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StackArrowForward.svg +3 -0
  2308. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StackOff.svg +3 -0
  2309. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StackStar.svg +3 -0
  2310. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StackVertical.svg +3 -0
  2311. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Star.svg +3 -0
  2312. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarAdd.svg +3 -0
  2313. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarArrowBack.svg +3 -0
  2314. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarArrowRightEnd.svg +3 -0
  2315. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarArrowRightStart.svg +3 -0
  2316. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarCheckmark.svg +3 -0
  2317. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarDismiss.svg +3 -0
  2318. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarEdit.svg +3 -0
  2319. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarEmphasis.svg +3 -0
  2320. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarFilled.svg +3 -0
  2321. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarHalf.svg +3 -0
  2322. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarLineHorizontal3.svg +3 -0
  2323. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarOff.svg +3 -0
  2324. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarOneQuarter.svg +3 -0
  2325. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarOutline.svg +3 -0
  2326. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarProhibited.svg +3 -0
  2327. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarSettings.svg +3 -0
  2328. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StarThreeQuarter.svg +3 -0
  2329. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Status.svg +3 -0
  2330. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Step.svg +3 -0
  2331. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Steps.svg +3 -0
  2332. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Stethoscope.svg +3 -0
  2333. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Sticker.svg +3 -0
  2334. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StickerAdd.svg +3 -0
  2335. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StickyNotes.svg +3 -0
  2336. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Stop.svg +3 -0
  2337. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Storage.svg +3 -0
  2338. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StoreMicrosoft.svg +3 -0
  2339. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Stove.svg +3 -0
  2340. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Stream.svg +3 -0
  2341. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StreamInput.svg +3 -0
  2342. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StreamInputOutput.svg +3 -0
  2343. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StreamOutput.svg +3 -0
  2344. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StreetSign.svg +3 -0
  2345. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/StyleGuide.svg +3 -0
  2346. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SubGrid.svg +3 -0
  2347. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Subtitles.svg +3 -0
  2348. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Subtract.svg +3 -0
  2349. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SubtractCircle.svg +3 -0
  2350. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SubtractCircleArrowBack.svg +3 -0
  2351. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SubtractCircleArrowForward.svg +3 -0
  2352. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SubtractParentheses.svg +3 -0
  2353. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SubtractSquare.svg +3 -0
  2354. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SubtractSquareMultiple.svg +3 -0
  2355. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SurfaceEarbuds.svg +3 -0
  2356. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SurfaceHub.svg +3 -0
  2357. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SwimmingPool.svg +3 -0
  2358. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SwipeDown.svg +3 -0
  2359. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SwipeRight.svg +3 -0
  2360. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SwipeUp.svg +3 -0
  2361. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Symbols.svg +3 -0
  2362. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/SyncOff.svg +3 -0
  2363. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Syringe.svg +3 -0
  2364. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/System.svg +3 -0
  2365. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TV.svg +3 -0
  2366. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TVArrowRight.svg +3 -0
  2367. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TVUSB.svg +3 -0
  2368. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Tab.svg +3 -0
  2369. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabAdd.svg +3 -0
  2370. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabArrowLeft.svg +3 -0
  2371. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktop.svg +3 -0
  2372. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopArrowClockwise.svg +3 -0
  2373. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopArrowLeft.svg +3 -0
  2374. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopBottom.svg +3 -0
  2375. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopClock.svg +3 -0
  2376. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopCopy.svg +3 -0
  2377. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopImage.svg +3 -0
  2378. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopLink.svg +3 -0
  2379. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopMultiple.svg +3 -0
  2380. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopMultipleAdd.svg +3 -0
  2381. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopMultipleBottom.svg +3 -0
  2382. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopMultipleSparkle.svg +3 -0
  2383. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopNewPage.svg +3 -0
  2384. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabDesktopSearch.svg +3 -0
  2385. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabGroup.svg +3 -0
  2386. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabInPrivate.svg +3 -0
  2387. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabInPrivateAccount.svg +3 -0
  2388. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabProhibited.svg +3 -0
  2389. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabShieldDismiss.svg +3 -0
  2390. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Table.svg +3 -0
  2391. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableAdd.svg +3 -0
  2392. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableAltText.svg +3 -0
  2393. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableArrowRepeatAll.svg +3 -0
  2394. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableArrowUp.svg +3 -0
  2395. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableBottomRow.svg +3 -0
  2396. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCalculator.svg +3 -0
  2397. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCellAdd.svg +3 -0
  2398. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCellCenter.svg +3 -0
  2399. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCellCenterArrowRepeatAll.svg +3 -0
  2400. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCellCenterEdit.svg +3 -0
  2401. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCellCenterLink.svg +3 -0
  2402. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCellCenterSearch.svg +3 -0
  2403. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCellEdit.svg +3 -0
  2404. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCellsMerge.svg +3 -0
  2405. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCellsSplit.svg +3 -0
  2406. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableChecker.svg +3 -0
  2407. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableColumnTopBottom.svg +3 -0
  2408. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableColumnTopBottomArrowRepeatAll.svg +3 -0
  2409. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableColumnTopBottomEdit.svg +3 -0
  2410. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableColumnTopBottomLink.svg +3 -0
  2411. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableColumnTopBottomSearch.svg +3 -0
  2412. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCopy.svg +3 -0
  2413. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableCursor.svg +3 -0
  2414. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableDeleteColumn.svg +3 -0
  2415. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableDeleteRow.svg +3 -0
  2416. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableDismiss.svg +3 -0
  2417. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableEdit.svg +3 -0
  2418. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeColumn.svg +3 -0
  2419. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeColumnAndRow.svg +3 -0
  2420. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeColumnAndRowDismiss.svg +3 -0
  2421. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeColumnAndRowTempLTR.svg +3 -0
  2422. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeColumnAndRowTempRTL.svg +3 -0
  2423. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeColumnDismiss.svg +3 -0
  2424. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeColumnTempLTR.svg +3 -0
  2425. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeColumnTempRTL.svg +3 -0
  2426. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeRow.svg +3 -0
  2427. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableFreezeRowDismiss.svg +3 -0
  2428. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableImage.svg +3 -0
  2429. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableInsertColumn.svg +3 -0
  2430. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableInsertRow.svg +3 -0
  2431. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableLightning.svg +3 -0
  2432. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableLink.svg +3 -0
  2433. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableLock.svg +3 -0
  2434. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableMoveAbove.svg +3 -0
  2435. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableMoveBelow.svg +3 -0
  2436. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableMoveLeft.svg +3 -0
  2437. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableMoveRight.svg +3 -0
  2438. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableMultiple.svg +3 -0
  2439. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableOffset.svg +3 -0
  2440. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableOffsetAdd.svg +3 -0
  2441. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableOffsetLessThanOrEqualTo.svg +3 -0
  2442. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableOffsetSettings.svg +3 -0
  2443. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TablePicnic.svg +3 -0
  2444. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableResizeColumn.svg +3 -0
  2445. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableResizeRow.svg +3 -0
  2446. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSearch.svg +3 -0
  2447. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSettings.svg +3 -0
  2448. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSimple.svg +3 -0
  2449. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSimpleCheckmark.svg +3 -0
  2450. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSimpleExclude.svg +3 -0
  2451. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSimpleInclude.svg +3 -0
  2452. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSimpleMultiple.svg +3 -0
  2453. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSparkle.svg +3 -0
  2454. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSplit.svg +3 -0
  2455. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableStackAbove.svg +3 -0
  2456. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableStackBelow.svg +3 -0
  2457. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableStackLeft.svg +3 -0
  2458. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableStackRight.svg +3 -0
  2459. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TableSwitch.svg +3 -0
  2460. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Tablet.svg +3 -0
  2461. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabletLaptop.svg +3 -0
  2462. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TabletSpeaker.svg +3 -0
  2463. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Tabs.svg +3 -0
  2464. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Tag.svg +3 -0
  2465. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagAdd.svg +3 -0
  2466. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagCircle.svg +3 -0
  2467. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagDismiss.svg +3 -0
  2468. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagEdit.svg +3 -0
  2469. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagError.svg +3 -0
  2470. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagLock.svg +3 -0
  2471. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagMultiple.svg +3 -0
  2472. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagOff.svg +3 -0
  2473. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagPercent.svg +3 -0
  2474. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagQuestionMark.svg +3 -0
  2475. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagReset.svg +3 -0
  2476. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TagSearch.svg +3 -0
  2477. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TapDouble.svg +3 -0
  2478. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TapSingle.svg +3 -0
  2479. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Target.svg +3 -0
  2480. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TargetAdd.svg +3 -0
  2481. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TargetArrow.svg +3 -0
  2482. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TargetDismiss.svg +3 -0
  2483. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TargetEdit.svg +3 -0
  2484. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TargetSparkle.svg +3 -0
  2485. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListAdd.svg +3 -0
  2486. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListLTR.svg +3 -0
  2487. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListRTL.svg +3 -0
  2488. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListSquareAdd.svg +3 -0
  2489. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListSquareDatabase.svg +3 -0
  2490. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListSquareLTR.svg +3 -0
  2491. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListSquarePerson.svg +3 -0
  2492. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListSquareRTL.svg +3 -0
  2493. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListSquareSettings.svg +3 -0
  2494. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TaskListSquareSparkle.svg +3 -0
  2495. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TasksApp.svg +3 -0
  2496. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Teaching.svg +3 -0
  2497. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TeardropBottomRight.svg +3 -0
  2498. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Teddy.svg +3 -0
  2499. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Temperature.svg +3 -0
  2500. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TemperatureDegreeCelsius.svg +3 -0
  2501. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TemperatureDegreeFahrenheit.svg +3 -0
  2502. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Tent.svg +3 -0
  2503. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TetrisApp.svg +3 -0
  2504. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Text.svg +3 -0
  2505. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TextBold.svg +3 -0
  2506. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TextDescription.svg +3 -0
  2507. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TextDescriptionLTR.svg +3 -0
  2508. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TextDescriptionRTL.svg +3 -0
  2509. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TextProofingTools.svg +3 -0
  2510. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TextProofingToolsAbc.svg +3 -0
  2511. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TextProofingToolsGaNaDa.svg +3 -0
  2512. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TextProofingToolsZi.svg +3 -0
  2513. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Thinking.svg +3 -0
  2514. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ThumbDislike.svg +3 -0
  2515. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ThumbLike.svg +3 -0
  2516. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ThumbLikeDislike.svg +3 -0
  2517. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TicketDiagonal.svg +3 -0
  2518. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TicketHorizontal.svg +3 -0
  2519. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TimeAndWeather.svg +3 -0
  2520. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TimePicker.svg +3 -0
  2521. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Timeline.svg +3 -0
  2522. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Timer.svg +3 -0
  2523. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Timer10.svg +3 -0
  2524. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Timer2.svg +3 -0
  2525. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Timer3.svg +3 -0
  2526. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TimerOff.svg +3 -0
  2527. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ToggleLeft.svg +3 -0
  2528. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ToggleMultiple.svg +3 -0
  2529. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ToggleRight.svg +3 -0
  2530. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Toilet.svg +3 -0
  2531. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Toolbox.svg +3 -0
  2532. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TooltipQuote.svg +3 -0
  2533. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TooltipQuoteOff.svg +3 -0
  2534. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TopSpeed.svg +3 -0
  2535. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Translate.svg +3 -0
  2536. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TranslateAuto.svg +3 -0
  2537. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TranslateOff.svg +3 -0
  2538. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Transmission.svg +3 -0
  2539. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TransparencySquare.svg +3 -0
  2540. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TrayItemAdd.svg +3 -0
  2541. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TrayItemRemove.svg +3 -0
  2542. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TreeDeciduous.svg +3 -0
  2543. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TreeEvergreen.svg +3 -0
  2544. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Triangle.svg +3 -0
  2545. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TriangleDown.svg +3 -0
  2546. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TriangleLeft.svg +3 -0
  2547. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TriangleRight.svg +3 -0
  2548. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TriangleUp.svg +3 -0
  2549. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Trophy.svg +3 -0
  2550. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TrophyLock.svg +3 -0
  2551. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/TrophyOff.svg +3 -0
  2552. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/USBPlug.svg +3 -0
  2553. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Umbrella.svg +3 -0
  2554. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/UninstallApp.svg +3 -0
  2555. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Update.svg +3 -0
  2556. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/UsbStick.svg +3 -0
  2557. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Vault.svg +3 -0
  2558. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleBicycle.svg +3 -0
  2559. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleBus.svg +3 -0
  2560. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleCab.svg +3 -0
  2561. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleCableCar.svg +3 -0
  2562. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleCar.svg +3 -0
  2563. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleCarCollision.svg +3 -0
  2564. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleCarParking.svg +3 -0
  2565. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleCarProfile.svg +3 -0
  2566. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleCarProfileLTR.svg +3 -0
  2567. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleCarProfileLTRClock.svg +3 -0
  2568. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleCarProfileRTL.svg +3 -0
  2569. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleMotorcycle.svg +3 -0
  2570. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleRV.svg +3 -0
  2571. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleShip.svg +3 -0
  2572. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleSubway.svg +3 -0
  2573. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleSubwayClock.svg +3 -0
  2574. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleTractor.svg +3 -0
  2575. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleTrailer.svg +3 -0
  2576. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleTrailerArrowDown.svg +3 -0
  2577. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleTruck.svg +3 -0
  2578. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleTruckBag.svg +3 -0
  2579. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleTruckCheckmark.svg +3 -0
  2580. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleTruckCube.svg +3 -0
  2581. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VehicleTruckProfile.svg +3 -0
  2582. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Video.svg +3 -0
  2583. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Video360.svg +3 -0
  2584. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Video360Off.svg +3 -0
  2585. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoAdd.svg +3 -0
  2586. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoBackgroundEffect.svg +3 -0
  2587. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoBackgroundEffectHorizontal.svg +3 -0
  2588. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoBluetooth.svg +3 -0
  2589. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoChat.svg +3 -0
  2590. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoLink.svg +3 -0
  2591. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoMultiple.svg +3 -0
  2592. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoOff.svg +3 -0
  2593. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPerson.svg +3 -0
  2594. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPersonCall.svg +3 -0
  2595. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPersonClock.svg +3 -0
  2596. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPersonOff.svg +3 -0
  2597. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPersonPulse.svg +3 -0
  2598. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPersonSparkle.svg +3 -0
  2599. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPersonSparkleOff.svg +3 -0
  2600. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPersonStar.svg +3 -0
  2601. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPersonStarOff.svg +3 -0
  2602. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoPlayPause.svg +3 -0
  2603. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoProhibited.svg +3 -0
  2604. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoRecording.svg +3 -0
  2605. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoSecurity.svg +3 -0
  2606. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoSettings.svg +3 -0
  2607. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoShort.svg +3 -0
  2608. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoShortMultiple.svg +3 -0
  2609. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoSwitch.svg +3 -0
  2610. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoSync.svg +3 -0
  2611. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VideoUSB.svg +3 -0
  2612. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/View.svg +3 -0
  2613. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ViewDesktop.svg +3 -0
  2614. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ViewDesktopMobile.svg +3 -0
  2615. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VirtualNetwork.svg +3 -0
  2616. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VirtualNetworkToolbox.svg +3 -0
  2617. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Voicemail.svg +3 -0
  2618. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VoicemailArrowBack.svg +3 -0
  2619. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VoicemailArrowForward.svg +3 -0
  2620. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VoicemailArrowSubtract.svg +3 -0
  2621. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VoicemailShield.svg +3 -0
  2622. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/VoicemailSubtract.svg +3 -0
  2623. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Volume.svg +3 -0
  2624. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Vote.svg +3 -0
  2625. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WalkieTalkie.svg +5 -0
  2626. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Wallet.svg +3 -0
  2627. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WalletCreditCard.svg +3 -0
  2628. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Wallpaper.svg +3 -0
  2629. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Wand.svg +3 -0
  2630. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Warning.svg +3 -0
  2631. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WarningLockOpen.svg +3 -0
  2632. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WarningShield.svg +6 -0
  2633. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Washer.svg +3 -0
  2634. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Water.svg +3 -0
  2635. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherBlowingSnow.svg +3 -0
  2636. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherCloudy.svg +3 -0
  2637. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherDrizzle.svg +3 -0
  2638. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherDuststorm.svg +3 -0
  2639. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherFog.svg +3 -0
  2640. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherHailDay.svg +3 -0
  2641. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherHailNight.svg +3 -0
  2642. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherHaze.svg +3 -0
  2643. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherMoon.svg +3 -0
  2644. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherMoonOff.svg +3 -0
  2645. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherPartlyCloudyDay.svg +3 -0
  2646. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherPartlyCloudyNight.svg +3 -0
  2647. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherRain.svg +3 -0
  2648. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherRainShowersDay.svg +3 -0
  2649. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherRainShowersNight.svg +3 -0
  2650. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherRainSnow.svg +3 -0
  2651. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherSnow.svg +3 -0
  2652. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherSnowShowerDay.svg +3 -0
  2653. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherSnowShowerNight.svg +3 -0
  2654. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherSnowflake.svg +3 -0
  2655. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherSqualls.svg +3 -0
  2656. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherSunny.svg +3 -0
  2657. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherSunnyHigh.svg +3 -0
  2658. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherSunnyLow.svg +3 -0
  2659. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WeatherThunderstorm.svg +3 -0
  2660. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WebAsset.svg +3 -0
  2661. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WheelchairAccess.svg +3 -0
  2662. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Whiteboard.svg +3 -0
  2663. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WhiteboardOff.svg +3 -0
  2664. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WiFi1.svg +3 -0
  2665. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WiFi2.svg +3 -0
  2666. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WiFi3.svg +3 -0
  2667. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WiFi4.svg +3 -0
  2668. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WiFiLock.svg +3 -0
  2669. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WiFiOff.svg +3 -0
  2670. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WiFiSettings.svg +3 -0
  2671. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WiFiWarning.svg +3 -0
  2672. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Window.svg +3 -0
  2673. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowAd.svg +3 -0
  2674. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowAdOff.svg +3 -0
  2675. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowAdPerson.svg +3 -0
  2676. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowApps.svg +3 -0
  2677. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowArrowUp.svg +3 -0
  2678. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowBrush.svg +3 -0
  2679. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowBulletList.svg +3 -0
  2680. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowBulletListAdd.svg +3 -0
  2681. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowColumnOneFourthLeft.svg +3 -0
  2682. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowConsole.svg +3 -0
  2683. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowDatabase.svg +3 -0
  2684. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowDevEdit.svg +3 -0
  2685. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowDevTools.svg +3 -0
  2686. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowEdit.svg +3 -0
  2687. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowFingerprint.svg +3 -0
  2688. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowHeaderHorizontal.svg +3 -0
  2689. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowHeaderHorizontalOff.svg +3 -0
  2690. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowHeaderVertical.svg +3 -0
  2691. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowInPrivate.svg +3 -0
  2692. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowInPrivateAccount.svg +3 -0
  2693. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowLocationTarget.svg +3 -0
  2694. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowMultiple.svg +3 -0
  2695. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowMultipleSwap.svg +3 -0
  2696. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowNew.svg +3 -0
  2697. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowPlay.svg +3 -0
  2698. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowSettings.svg +3 -0
  2699. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowShield.svg +3 -0
  2700. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowText.svg +3 -0
  2701. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WindowWrench.svg +3 -0
  2702. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Wrench.svg +3 -0
  2703. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WrenchScrewdriver.svg +3 -0
  2704. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/WrenchSettings.svg +3 -0
  2705. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/XboxConsole.svg +3 -0
  2706. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/XboxController.svg +3 -0
  2707. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/XboxControllerError.svg +3 -0
  2708. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Xray.svg +3 -0
  2709. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/Zoom.svg +3 -0
  2710. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ZoomFit.svg +3 -0
  2711. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ZoomIn.svg +3 -0
  2712. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/ZoomOut.svg +3 -0
  2713. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/iOSArrow.svg +3 -0
  2714. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/iOSArrowLTR.svg +3 -0
  2715. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/iOSArrowRTL.svg +3 -0
  2716. fqml-0.1.0/fluentqml/FluentQML/controls/icons/fluent/iOSChevronRight.svg +3 -0
  2717. fqml-0.1.0/fluentqml/FluentQML/controls/icons/qmldir +5 -0
  2718. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Chip.qml +147 -0
  2719. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/ColorPicker.qml +379 -0
  2720. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/GradientSlider.qml +137 -0
  2721. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorCircles.qml +85 -0
  2722. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorPalette.qml +224 -0
  2723. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorPickerBrightnessSlider.qml +95 -0
  2724. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorPickerChannelSlider.qml +175 -0
  2725. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorPickerDialog.qml +296 -0
  2726. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorPickerDropdown.qml +269 -0
  2727. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorPickerHueSlider.qml +90 -0
  2728. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorPickerInputs.qml +184 -0
  2729. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorPickerPanel.qml +98 -0
  2730. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/ColorPickerTrigger.qml +47 -0
  2731. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ColorPicker/_internal/qmldir +12 -0
  2732. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/ComboBoxCore.qml +399 -0
  2733. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/ComboBoxDefault.qml +20 -0
  2734. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/ComboBoxEntry.qml +138 -0
  2735. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/ComboBoxFont.qml +75 -0
  2736. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/ComboBoxMulti.qml +219 -0
  2737. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/ComboBoxMultiTree.qml +463 -0
  2738. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/ComboBoxTree.qml +200 -0
  2739. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/_internal/ComboBoxMethods.js +172 -0
  2740. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/_internal/ComboBoxPopupContent.qml +56 -0
  2741. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/_internal/ComboBoxStyleHelper.qml +65 -0
  2742. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/_internal/MultiSelectToken.qml +68 -0
  2743. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ComboBox/_internal/PopupSearchBox.qml +48 -0
  2744. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/CycleWheelPicker.qml +336 -0
  2745. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/DatePicker/CalendarPicker.qml +239 -0
  2746. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/DatePicker/CalendarPickerCore.qml +429 -0
  2747. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/DatePicker/_internal/CalendarNavButton.qml +41 -0
  2748. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/FilterBar/FilterBar.qml +26 -0
  2749. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/FilterBar/FilterBarCore.qml +259 -0
  2750. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/FilterBar/qmldir +4 -0
  2751. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/FocusLine.qml +43 -0
  2752. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ImageCropper.qml +173 -0
  2753. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ImageCropperDialog.qml +13 -0
  2754. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/InputCore.qml +159 -0
  2755. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/LineEdit/LineEditCore.qml +272 -0
  2756. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/LineEdit/LineEditLabel.qml +88 -0
  2757. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/LineEdit/LineEditNormal.qml +201 -0
  2758. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/LineEdit/TagLineEdit.qml +264 -0
  2759. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/LineEdit/TextInputCore.qml +184 -0
  2760. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/LineEdit/_internal/Tag.qml +39 -0
  2761. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/LineEdit/_internal/TagSuggestionDelegate.qml +41 -0
  2762. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/LineEdit/_internal/TagSuggestionPopup.qml +94 -0
  2763. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/PasswordStrengthIndicator.qml +75 -0
  2764. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Picker/DateTimePicker.qml +290 -0
  2765. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Picker/_internal/DateTimeButtons.qml +49 -0
  2766. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Picker/_internal/DateTimeHelpers.js +136 -0
  2767. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Picker/_internal/DateTimePickerPopup.qml +214 -0
  2768. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Picker/qmldir +2 -0
  2769. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/PinInput.qml +162 -0
  2770. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Rating/Rating.qml +8 -0
  2771. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Rating/RatingCore.qml +73 -0
  2772. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Search/LocalSearchBar.qml +181 -0
  2773. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Search/_internal/FuzzyMatcher.js +176 -0
  2774. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Search/_internal/SearchPopup.qml +128 -0
  2775. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Search/_internal/SearchResultItem.qml +125 -0
  2776. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Search/_internal/SearchResultList.qml +194 -0
  2777. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/ShortcutEditor.qml +304 -0
  2778. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Slider/BeforeAfterSlider.qml +206 -0
  2779. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Slider/SliderCore.qml +303 -0
  2780. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/SpinBox/MiniSpinButton.qml +25 -0
  2781. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/SpinBox/SpinBox.qml +32 -0
  2782. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/SpinBox/SpinBoxButton.qml +29 -0
  2783. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/SpinBox/SpinBoxCore.qml +338 -0
  2784. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/TextEdit/PlainTextEdit.qml +25 -0
  2785. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/TextEdit/TextEditCore.qml +173 -0
  2786. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/CheckBox.qml +11 -0
  2787. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/RadioButton.qml +11 -0
  2788. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/Toggle.qml +254 -0
  2789. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/ToggleCheckIndicator.qml +70 -0
  2790. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/ToggleDefaultContent.qml +44 -0
  2791. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/ToggleRadioIndicator.qml +65 -0
  2792. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/ToggleSubtitleContent.qml +36 -0
  2793. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/ToggleSwitch.qml +11 -0
  2794. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/ToggleSwitchIndicator.qml +67 -0
  2795. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/Toggle/qmldir +11 -0
  2796. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/_internal/CropToolButton.qml +64 -0
  2797. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/_internal/ImageCropperContent.qml +331 -0
  2798. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/_internal/ImageCropperPanel.qml +87 -0
  2799. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/_internal/InputPlaceholderLabel.qml +33 -0
  2800. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/_internal/KeyTag.qml +32 -0
  2801. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/_internal/qmldir +7 -0
  2802. fqml-0.1.0/fluentqml/FluentQML/controls/inputs/qmldir +74 -0
  2803. fqml-0.1.0/fluentqml/FluentQML/controls/menus/Action.qml +183 -0
  2804. fqml-0.1.0/fluentqml/FluentQML/controls/menus/ContextMenu.qml +92 -0
  2805. fqml-0.1.0/fluentqml/FluentQML/controls/menus/Menu.qml +16 -0
  2806. fqml-0.1.0/fluentqml/FluentQML/controls/menus/MenuCore.qml +314 -0
  2807. fqml-0.1.0/fluentqml/FluentQML/controls/menus/MenuDelegate.qml +104 -0
  2808. fqml-0.1.0/fluentqml/FluentQML/controls/menus/MenuSeparator.qml +18 -0
  2809. fqml-0.1.0/fluentqml/FluentQML/controls/menus/SystemTrayMenu.qml +52 -0
  2810. fqml-0.1.0/fluentqml/FluentQML/controls/menus/TreeMenuDelegate.qml +147 -0
  2811. fqml-0.1.0/fluentqml/FluentQML/controls/menus/qmldir +9 -0
  2812. fqml-0.1.0/fluentqml/FluentQML/controls/navigation/Breadcrumb.qml +257 -0
  2813. fqml-0.1.0/fluentqml/FluentQML/controls/navigation/MenuBar.qml +154 -0
  2814. fqml-0.1.0/fluentqml/FluentQML/controls/navigation/NavigationProfileCard.qml +117 -0
  2815. fqml-0.1.0/fluentqml/FluentQML/controls/navigation/Paginator.qml +179 -0
  2816. fqml-0.1.0/fluentqml/FluentQML/controls/navigation/Pivot.qml +176 -0
  2817. fqml-0.1.0/fluentqml/FluentQML/controls/navigation/SegmentedControl.qml +215 -0
  2818. fqml-0.1.0/fluentqml/FluentQML/controls/navigation/StackedWidget.qml +433 -0
  2819. fqml-0.1.0/fluentqml/FluentQML/controls/navigation/TabWidget.qml +677 -0
  2820. fqml-0.1.0/fluentqml/FluentQML/controls/navigation/_internal/BreadcrumbDelegate.qml +407 -0
  2821. fqml-0.1.0/fluentqml/FluentQML/controls/navigation/_internal/LazyLoadingHelper.qml +346 -0
  2822. fqml-0.1.0/fluentqml/FluentQML/controls/navigation/_internal/SlidingIndicator.qml +131 -0
  2823. fqml-0.1.0/fluentqml/FluentQML/controls/navigation/_internal/SlidingIndicatorAnimation.qml +179 -0
  2824. fqml-0.1.0/fluentqml/FluentQML/controls/navigation/_internal/StackedAnimations.qml +444 -0
  2825. fqml-0.1.0/fluentqml/FluentQML/controls/navigation/qmldir +9 -0
  2826. fqml-0.1.0/fluentqml/FluentQML/controls/settings/SettingsCard/SettingsCard.qml +557 -0
  2827. fqml-0.1.0/fluentqml/FluentQML/controls/settings/SettingsCard/SettingsCardContent.qml +190 -0
  2828. fqml-0.1.0/fluentqml/FluentQML/controls/settings/SettingsCard/SettingsCardCore.qml +182 -0
  2829. fqml-0.1.0/fluentqml/FluentQML/controls/settings/SettingsCard/SettingsCardGroup.qml +59 -0
  2830. fqml-0.1.0/fluentqml/FluentQML/controls/settings/SettingsCard/qmldir +6 -0
  2831. fqml-0.1.0/fluentqml/FluentQML/controls/settings/qmldir +7 -0
  2832. fqml-0.1.0/fluentqml/FluentQML/controls/utils/HorizontalScrollMixin.qml +130 -0
  2833. fqml-0.1.0/fluentqml/FluentQML/controls/utils/PopupUtils.qml +34 -0
  2834. fqml-0.1.0/fluentqml/FluentQML/controls/utils/PopupWindowCore.qml +430 -0
  2835. fqml-0.1.0/fluentqml/FluentQML/controls/utils/ViewportCulling.qml +78 -0
  2836. fqml-0.1.0/fluentqml/FluentQML/controls/utils/ViewportMixin.qml +94 -0
  2837. fqml-0.1.0/fluentqml/FluentQML/controls/utils/WindowDragHandle.qml +98 -0
  2838. fqml-0.1.0/fluentqml/FluentQML/controls/utils/qmldir +7 -0
  2839. fqml-0.1.0/fluentqml/FluentQML/effects/ColorOverlay.qml +22 -0
  2840. fqml-0.1.0/fluentqml/FluentQML/effects/GaussianBlur.qml +24 -0
  2841. fqml-0.1.0/fluentqml/FluentQML/effects/MatrixRain.qml +421 -0
  2842. fqml-0.1.0/fluentqml/FluentQML/effects/OpacityMask.qml +29 -0
  2843. fqml-0.1.0/fluentqml/FluentQML/effects/Shadow.qml +36 -0
  2844. fqml-0.1.0/fluentqml/FluentQML/effects/ShadowedRectangle.qml +75 -0
  2845. fqml-0.1.0/fluentqml/FluentQML/effects/ToggleAnimation.qml +67 -0
  2846. fqml-0.1.0/fluentqml/FluentQML/effects/qmldir +8 -0
  2847. fqml-0.1.0/fluentqml/FluentQML/i18n/ar.json +103 -0
  2848. fqml-0.1.0/fluentqml/FluentQML/i18n/de.json +103 -0
  2849. fqml-0.1.0/fluentqml/FluentQML/i18n/en.json +103 -0
  2850. fqml-0.1.0/fluentqml/FluentQML/i18n/es.json +103 -0
  2851. fqml-0.1.0/fluentqml/FluentQML/i18n/fr.json +103 -0
  2852. fqml-0.1.0/fluentqml/FluentQML/i18n/hi.json +103 -0
  2853. fqml-0.1.0/fluentqml/FluentQML/i18n/id.json +103 -0
  2854. fqml-0.1.0/fluentqml/FluentQML/i18n/it.json +103 -0
  2855. fqml-0.1.0/fluentqml/FluentQML/i18n/ja.json +103 -0
  2856. fqml-0.1.0/fluentqml/FluentQML/i18n/ko.json +103 -0
  2857. fqml-0.1.0/fluentqml/FluentQML/i18n/nl.json +103 -0
  2858. fqml-0.1.0/fluentqml/FluentQML/i18n/pl.json +103 -0
  2859. fqml-0.1.0/fluentqml/FluentQML/i18n/pt.json +103 -0
  2860. fqml-0.1.0/fluentqml/FluentQML/i18n/ru.json +103 -0
  2861. fqml-0.1.0/fluentqml/FluentQML/i18n/th.json +103 -0
  2862. fqml-0.1.0/fluentqml/FluentQML/i18n/tr.json +103 -0
  2863. fqml-0.1.0/fluentqml/FluentQML/i18n/uk.json +103 -0
  2864. fqml-0.1.0/fluentqml/FluentQML/i18n/vi.json +103 -0
  2865. fqml-0.1.0/fluentqml/FluentQML/i18n/zh_CN.json +103 -0
  2866. fqml-0.1.0/fluentqml/FluentQML/i18n/zh_TW.json +103 -0
  2867. fqml-0.1.0/fluentqml/FluentQML/navigation/NavigationBar.qml +115 -0
  2868. fqml-0.1.0/fluentqml/FluentQML/navigation/NavigationBarItem.qml +183 -0
  2869. fqml-0.1.0/fluentqml/FluentQML/navigation/NavigationPanelCore.qml +581 -0
  2870. fqml-0.1.0/fluentqml/FluentQML/navigation/NavigationView.qml +200 -0
  2871. fqml-0.1.0/fluentqml/FluentQML/navigation/NavigationViewItem.qml +163 -0
  2872. fqml-0.1.0/fluentqml/FluentQML/navigation/PipsPager.qml +158 -0
  2873. fqml-0.1.0/fluentqml/FluentQML/navigation/StatusBar.qml +77 -0
  2874. fqml-0.1.0/fluentqml/FluentQML/navigation/ToggleNavigationBar.qml +349 -0
  2875. fqml-0.1.0/fluentqml/FluentQML/navigation/ToolBar.qml +39 -0
  2876. fqml-0.1.0/fluentqml/FluentQML/navigation/qmldir +9 -0
  2877. fqml-0.1.0/fluentqml/FluentQML/qmldir +228 -0
  2878. fqml-0.1.0/fluentqml/FluentQML/shaders/gradient_shadow.frag +51 -0
  2879. fqml-0.1.0/fluentqml/FluentQML/shaders/gradient_shadow.frag.qsb +0 -0
  2880. fqml-0.1.0/fluentqml/__init__.py +171 -0
  2881. fqml-0.1.0/fluentqml/py.typed +0 -0
  2882. fqml-0.1.0/fluentqml/python/__init__.py +12 -0
  2883. fqml-0.1.0/fluentqml/python/config/__init__.py +43 -0
  2884. fqml-0.1.0/fluentqml/python/config/app_config.py +74 -0
  2885. fqml-0.1.0/fluentqml/python/config/config_item.py +118 -0
  2886. fqml-0.1.0/fluentqml/python/config/config_manager.py +119 -0
  2887. fqml-0.1.0/fluentqml/python/config/dpi.py +134 -0
  2888. fqml-0.1.0/fluentqml/python/config/settings_base.py +248 -0
  2889. fqml-0.1.0/fluentqml/python/config/validators.py +165 -0
  2890. fqml-0.1.0/fluentqml/python/core/__init__.py +108 -0
  2891. fqml-0.1.0/fluentqml/python/core/engine.py +35 -0
  2892. fqml-0.1.0/fluentqml/python/core/icon_base.py +385 -0
  2893. fqml-0.1.0/fluentqml/python/core/icon_provider.py +160 -0
  2894. fqml-0.1.0/fluentqml/python/core/icons.py +2592 -0
  2895. fqml-0.1.0/fluentqml/python/core/input_focus_filter.py +97 -0
  2896. fqml-0.1.0/fluentqml/python/core/logger.py +384 -0
  2897. fqml-0.1.0/fluentqml/python/core/notification.py +185 -0
  2898. fqml-0.1.0/fluentqml/python/core/shadow.py +436 -0
  2899. fqml-0.1.0/fluentqml/python/core/single_instance.py +223 -0
  2900. fqml-0.1.0/fluentqml/python/core/theme.py +272 -0
  2901. fqml-0.1.0/fluentqml/python/core/utils.py +85 -0
  2902. fqml-0.1.0/fluentqml/python/core/window_helper.py +154 -0
  2903. fqml-0.1.0/fluentqml/python/models/__init__.py +14 -0
  2904. fqml-0.1.0/fluentqml/python/models/sql_list_model.py +928 -0
  2905. fqml-0.1.0/fluentqml/python/models/table_models.py +123 -0
  2906. fqml-0.1.0/fluentqml/python/providers/__init__.py +32 -0
  2907. fqml-0.1.0/fluentqml/python/providers/clipboard.py +49 -0
  2908. fqml-0.1.0/fluentqml/python/providers/qrcode_generator.py +199 -0
  2909. fqml-0.1.0/fluentqml/python/providers/screen_eyedropper.py +379 -0
  2910. fqml-0.1.0/fluentqml/python/providers/svg_provider.py +141 -0
  2911. fqml-0.1.0/fluentqml/python/state/__init__.py +36 -0
  2912. fqml-0.1.0/fluentqml/python/state/store.py +272 -0
  2913. fqml-0.1.0/fluentqml/python/window/__init__.py +66 -0
  2914. fqml-0.1.0/fluentqml/python/window/_page_manager.py +285 -0
  2915. fqml-0.1.0/fluentqml/python/window/_window_builder.py +215 -0
  2916. fqml-0.1.0/fluentqml/python/window/app.py +279 -0
  2917. fqml-0.1.0/fluentqml/python/window/fluent_window.py +52 -0
  2918. fqml-0.1.0/fluentqml/python/window/mica_window.py +448 -0
  2919. fqml-0.1.0/fluentqml/python/window/native_window.py +215 -0
  2920. fqml-0.1.0/fluentqml/python/window/system_tray.py +610 -0
  2921. fqml-0.1.0/fluentqml/python/window/tray_types.py +31 -0
  2922. fqml-0.1.0/fluentqml/python/window/window_base.py +628 -0
  2923. fqml-0.1.0/fqml.egg-info/PKG-INFO +299 -0
  2924. fqml-0.1.0/fqml.egg-info/SOURCES.txt +2934 -0
  2925. fqml-0.1.0/fqml.egg-info/dependency_links.txt +1 -0
  2926. fqml-0.1.0/fqml.egg-info/requires.txt +14 -0
  2927. fqml-0.1.0/fqml.egg-info/top_level.txt +1 -0
  2928. fqml-0.1.0/pyproject.toml +61 -0
  2929. fqml-0.1.0/setup.cfg +4 -0
  2930. fqml-0.1.0/tests/test_carousel_item_delegate.py +322 -0
  2931. fqml-0.1.0/tests/test_config.py +80 -0
  2932. fqml-0.1.0/tests/test_config_extended.py +417 -0
  2933. fqml-0.1.0/tests/test_core.py +477 -0
  2934. fqml-0.1.0/tests/test_providers.py +60 -0
  2935. fqml-0.1.0/tests/test_smoke.py +18 -0
  2936. fqml-0.1.0/tests/test_window_buttons.py +37 -0
fqml-0.1.0/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 aki-riko
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
fqml-0.1.0/PKG-INFO ADDED
@@ -0,0 +1,299 @@
1
+ Metadata-Version: 2.4
2
+ Name: fqml
3
+ Version: 0.1.0
4
+ Summary: A pure QML-based Fluent Design component library with 120fps+ smooth animations
5
+ Author: aki-riko
6
+ License: MIT License
7
+
8
+ Copyright (c) 2026 aki-riko
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
+ SOFTWARE.
27
+
28
+ Project-URL: Homepage, https://github.com/aki-riko/FluentQML
29
+ Project-URL: Documentation, https://github.com/aki-riko/FluentQML#readme
30
+ Project-URL: Repository, https://github.com/aki-riko/FluentQML
31
+ Project-URL: Issues, https://github.com/aki-riko/FluentQML/issues
32
+ Keywords: qml,fluent,ui,pyside6,qt,design
33
+ Classifier: Development Status :: 3 - Alpha
34
+ Classifier: Intended Audience :: Developers
35
+ Classifier: License :: OSI Approved :: MIT License
36
+ Classifier: Operating System :: OS Independent
37
+ Classifier: Programming Language :: Python :: 3
38
+ Classifier: Programming Language :: Python :: 3.9
39
+ Classifier: Programming Language :: Python :: 3.10
40
+ Classifier: Programming Language :: Python :: 3.11
41
+ Classifier: Programming Language :: Python :: 3.12
42
+ Classifier: Topic :: Software Development :: User Interfaces
43
+ Requires-Python: >=3.9
44
+ Description-Content-Type: text/markdown
45
+ License-File: LICENSE
46
+ Requires-Dist: PySide6>=6.5.0
47
+ Requires-Dist: qrcode>=7.0
48
+ Provides-Extra: macos
49
+ Requires-Dist: pyobjc-framework-Cocoa>=9.0; extra == "macos"
50
+ Provides-Extra: dev
51
+ Requires-Dist: pytest>=7.0; extra == "dev"
52
+ Requires-Dist: black>=23.0; extra == "dev"
53
+ Requires-Dist: isort>=5.0; extra == "dev"
54
+ Requires-Dist: maturin>=1.0; extra == "dev"
55
+ Provides-Extra: rust
56
+ Requires-Dist: fluentqml-rs>=0.1.0; extra == "rust"
57
+ Dynamic: license-file
58
+
59
+ # FluentQML
60
+
61
+ **简体中文** | [English](./README.en.md)
62
+
63
+ 基于 PySide6 + QML 的 Fluent Design 组件库,提供 120fps+ 流畅动画体验。
64
+
65
+ ## ✨ 特性
66
+
67
+ - **纯 QML 渲染**:无帧率限制,120fps+ 流畅动画
68
+ - **Fluent Design**:微软 Fluent Design System 组件
69
+ - **Python 集成**:PySide6 无缝集成,Python 侧管理业务逻辑
70
+ - **配置系统**:JSON 持久化 + 原子写入 + QML Property 桥接
71
+ - **响应式状态**:细粒度 Store 状态管理,支持 watch / batch 模式
72
+ - **窗口管理**:多种窗口布局 + 懒加载 + 云母效果 + 系统托盘
73
+ - **跨平台**:Windows、macOS、Linux
74
+
75
+ ## 📦 安装
76
+
77
+ ```bash
78
+ pip install fluentqml
79
+ ```
80
+
81
+ 开发模式安装:
82
+
83
+ ```bash
84
+ git clone https://github.com/aki-riko/FluentQML.git
85
+ cd FluentQML
86
+ pip install -e ".[dev]"
87
+ ```
88
+
89
+ ## 🚀 快速开始
90
+
91
+ ```python
92
+ from fluentqml import App, Window, WindowType
93
+
94
+ app = App()
95
+ window = app.create_window(WindowType.BAR)
96
+ window.setWindowTitle("我的应用")
97
+ window.resize(1200, 800)
98
+
99
+ # 添加导航页面
100
+ window.addPage(HomePage, "Home", "首页")
101
+ window.addPage(SettingsPage, "Settings", "设置")
102
+
103
+ window.show()
104
+ app.exec()
105
+ ```
106
+
107
+ ## 🏗️ 架构
108
+
109
+ ```
110
+ fluentqml/
111
+ ├── FluentQML/ # QML 组件(模块名 FluentQML)
112
+ │ ├── controls/ # UI 控件
113
+ │ ├── _internal/ # 内部窗口实现
114
+ │ └── FluentEnums/ # 枚举与常量
115
+ └── python/ # Python 模块
116
+ ├── config/ # 配置管理系统
117
+ ├── core/ # 核心引擎(主题/日志/图标/阴影)
118
+ ├── window/ # 窗口管理(懒加载/云母/托盘)
119
+ ├── state/ # 响应式状态存储
120
+ ├── providers/ # 功能提供者(SVG/二维码/取色器)
121
+ └── models/ # 数据模型(高性能表格)
122
+ ```
123
+
124
+ ## 📐 窗口类型
125
+
126
+ | 类型 | 枚举值 | 说明 |
127
+ |------|--------|------|
128
+ | `WindowType.BAR` | 1 | 紧凑侧边导航(默认) |
129
+ | `WindowType.SPLIT` | 0 | 展开式侧边导航 |
130
+ | `WindowType.FILLED` | 2 | 填充式分割窗口 |
131
+
132
+ ```python
133
+ from fluentqml import App, Window, WindowType
134
+
135
+ app = App()
136
+
137
+ # 紧凑侧边导航(默认)
138
+ window = app.create_window(WindowType.BAR)
139
+
140
+ # 展开式侧边导航
141
+ window = app.create_window(WindowType.SPLIT)
142
+ ```
143
+
144
+ ## 🎨 主题系统
145
+
146
+ ### 切换主题
147
+
148
+ ```python
149
+ from fluentqml import setTheme, Theme
150
+
151
+ setTheme(Theme.LIGHT) # 浅色
152
+ setTheme(Theme.DARK) # 深色
153
+ setTheme(Theme.AUTO) # 跟随系统
154
+ ```
155
+
156
+ ### 自定义主题色
157
+
158
+ ```python
159
+ from fluentqml import setAccentColor, getAccentColor
160
+
161
+ setAccentColor("#0078d4")
162
+ print(getAccentColor()) # "#0078d4"
163
+ ```
164
+
165
+ ### QML 中使用
166
+
167
+ ```qml
168
+ import FluentQML as Fluent
169
+
170
+ // Primary 按钮(style_primary 自动使用全局主题色)
171
+ Fluent.Button {
172
+ text: "确定"
173
+ style: Fluent.Enums.button.style_primary
174
+ }
175
+
176
+ // 访问 ThemeManager 属性
177
+ Rectangle {
178
+ color: ThemeManager.accentColor
179
+ }
180
+ ```
181
+
182
+ > 说明:`ComboBox`、`Slider` 因与 QtQuick.Controls 原生类型同名,未在顶层 `FluentQML` 模块导出,
183
+ > 需按子模块目录导入后使用,例如 `import "../fluentqml/FluentQML/controls/inputs"`。
184
+
185
+ ## ⚙️ 配置系统
186
+
187
+ 配置系统采用五层架构:`Validator` → `SettingEntry` → `SettingsBase` → `AppConfig` → `ConfigManager`
188
+
189
+ - **JSON 持久化**:默认存储于 `~/.fluentqml/app.json`
190
+ - **原子写入**:先写临时文件再替换,防止断电数据丢失
191
+ - **QML 桥接**:通过 `ConfigManager` 单例暴露为 QML Property
192
+
193
+ ```python
194
+ from fluentqml.python.config import AppConfig, getConfigManager
195
+
196
+ # 获取配置值
197
+ config = getConfigManager()
198
+ print(config.lazyLoading) # True
199
+ print(config.dpiScale) # 0(跟随系统)
200
+
201
+ # 修改配置(自动保存到 JSON)
202
+ config.setDpiScale(150)
203
+ ```
204
+
205
+ ### 自定义配置项
206
+
207
+ ```python
208
+ from typing import ClassVar
209
+ from fluentqml.python.config import (
210
+ SettingsBase, SettingEntry, EnumEntry,
211
+ Validator,
212
+ )
213
+
214
+
215
+ class MyAppConfig(SettingsBase):
216
+ auto_save: ClassVar[SettingEntry] = SettingEntry(
217
+ group="Editor", name="AutoSave",
218
+ default=True, validator=Validator.boolean(),
219
+ )
220
+ font_size: ClassVar[EnumEntry] = EnumEntry(
221
+ group="Editor", name="FontSize",
222
+ default=14,
223
+ validator=Validator.choice([12, 14, 16, 18, 20, 24]),
224
+ )
225
+ ```
226
+
227
+ ## 📊 状态管理
228
+
229
+ `Store` 提供响应式状态存储,支持细粒度 watch 和批量更新:
230
+
231
+ ```python
232
+ from fluentqml import Store
233
+
234
+ class AppStore(Store):
235
+ def __init__(self):
236
+ super().__init__("app")
237
+ self.define("user", None)
238
+ self.define("count", 0)
239
+
240
+ store = AppStore()
241
+
242
+ # 监听变化
243
+ store.watch("count", lambda new, old: print(f"{old} → {new}"))
244
+
245
+ # 设置值
246
+ store.set("count", 1) # 输出: 0 → 1
247
+
248
+ # 批量更新(合并通知)
249
+ with store.batch():
250
+ store.set("count", 10)
251
+ store.set("user", "Alice")
252
+ # 退出 with 时统一通知
253
+
254
+ # 字典语法
255
+ store["count"] = 20
256
+ print(store["count"]) # 20
257
+ ```
258
+
259
+ ## 🔔 系统托盘
260
+
261
+ ```python
262
+ from fluentqml import SystemTrayIcon, Icon
263
+
264
+ tray = SystemTrayIcon(icon="AppIcon.png", toolTip="我的应用")
265
+ tray.addAction(text="显示", icon="Visibility", triggered=window.show)
266
+ tray.addSeparator()
267
+ tray.addAction(text="退出", icon="Power", triggered=app.quit)
268
+ tray.show()
269
+ ```
270
+
271
+ ## 🧩 UI 组件
272
+
273
+ ### 控件
274
+ Button · Card · CheckBox · ToggleSwitch · LineEdit · ComboBox · Slider · ProgressBar · SpinBox · TableView · ListView · TreeView
275
+
276
+ ### 导航
277
+ NavigationBar · NavigationView · Pivot · Breadcrumb · Windows
278
+
279
+ ### 特效
280
+ Shadow · ShadowedRectangle · ColorOverlay · GaussianBlur
281
+
282
+ > 完整组件清单见各 `controls/` 子目录的 `qmldir`。`ComboBox`、`Slider` 等与 QtQuick 原生同名的组件需经子模块目录导入。
283
+
284
+ ## 🧪 测试
285
+
286
+ ```bash
287
+ python -m pytest tests/ -v
288
+ ```
289
+
290
+ ## 📄 License
291
+
292
+ FluentQML is licensed under the [MIT License](./LICENSE).
293
+
294
+ Copyright © 2026 aki-riko.
295
+
296
+ ## 🙏 Credits
297
+
298
+ - Design inspired by the Microsoft Fluent Design System.
299
+ - Icons from [Microsoft Fluent UI System Icons](https://github.com/microsoft/fluentui-system-icons) (MIT License).
fqml-0.1.0/README.md ADDED
@@ -0,0 +1,241 @@
1
+ # FluentQML
2
+
3
+ **简体中文** | [English](./README.en.md)
4
+
5
+ 基于 PySide6 + QML 的 Fluent Design 组件库,提供 120fps+ 流畅动画体验。
6
+
7
+ ## ✨ 特性
8
+
9
+ - **纯 QML 渲染**:无帧率限制,120fps+ 流畅动画
10
+ - **Fluent Design**:微软 Fluent Design System 组件
11
+ - **Python 集成**:PySide6 无缝集成,Python 侧管理业务逻辑
12
+ - **配置系统**:JSON 持久化 + 原子写入 + QML Property 桥接
13
+ - **响应式状态**:细粒度 Store 状态管理,支持 watch / batch 模式
14
+ - **窗口管理**:多种窗口布局 + 懒加载 + 云母效果 + 系统托盘
15
+ - **跨平台**:Windows、macOS、Linux
16
+
17
+ ## 📦 安装
18
+
19
+ ```bash
20
+ pip install fluentqml
21
+ ```
22
+
23
+ 开发模式安装:
24
+
25
+ ```bash
26
+ git clone https://github.com/aki-riko/FluentQML.git
27
+ cd FluentQML
28
+ pip install -e ".[dev]"
29
+ ```
30
+
31
+ ## 🚀 快速开始
32
+
33
+ ```python
34
+ from fluentqml import App, Window, WindowType
35
+
36
+ app = App()
37
+ window = app.create_window(WindowType.BAR)
38
+ window.setWindowTitle("我的应用")
39
+ window.resize(1200, 800)
40
+
41
+ # 添加导航页面
42
+ window.addPage(HomePage, "Home", "首页")
43
+ window.addPage(SettingsPage, "Settings", "设置")
44
+
45
+ window.show()
46
+ app.exec()
47
+ ```
48
+
49
+ ## 🏗️ 架构
50
+
51
+ ```
52
+ fluentqml/
53
+ ├── FluentQML/ # QML 组件(模块名 FluentQML)
54
+ │ ├── controls/ # UI 控件
55
+ │ ├── _internal/ # 内部窗口实现
56
+ │ └── FluentEnums/ # 枚举与常量
57
+ └── python/ # Python 模块
58
+ ├── config/ # 配置管理系统
59
+ ├── core/ # 核心引擎(主题/日志/图标/阴影)
60
+ ├── window/ # 窗口管理(懒加载/云母/托盘)
61
+ ├── state/ # 响应式状态存储
62
+ ├── providers/ # 功能提供者(SVG/二维码/取色器)
63
+ └── models/ # 数据模型(高性能表格)
64
+ ```
65
+
66
+ ## 📐 窗口类型
67
+
68
+ | 类型 | 枚举值 | 说明 |
69
+ |------|--------|------|
70
+ | `WindowType.BAR` | 1 | 紧凑侧边导航(默认) |
71
+ | `WindowType.SPLIT` | 0 | 展开式侧边导航 |
72
+ | `WindowType.FILLED` | 2 | 填充式分割窗口 |
73
+
74
+ ```python
75
+ from fluentqml import App, Window, WindowType
76
+
77
+ app = App()
78
+
79
+ # 紧凑侧边导航(默认)
80
+ window = app.create_window(WindowType.BAR)
81
+
82
+ # 展开式侧边导航
83
+ window = app.create_window(WindowType.SPLIT)
84
+ ```
85
+
86
+ ## 🎨 主题系统
87
+
88
+ ### 切换主题
89
+
90
+ ```python
91
+ from fluentqml import setTheme, Theme
92
+
93
+ setTheme(Theme.LIGHT) # 浅色
94
+ setTheme(Theme.DARK) # 深色
95
+ setTheme(Theme.AUTO) # 跟随系统
96
+ ```
97
+
98
+ ### 自定义主题色
99
+
100
+ ```python
101
+ from fluentqml import setAccentColor, getAccentColor
102
+
103
+ setAccentColor("#0078d4")
104
+ print(getAccentColor()) # "#0078d4"
105
+ ```
106
+
107
+ ### QML 中使用
108
+
109
+ ```qml
110
+ import FluentQML as Fluent
111
+
112
+ // Primary 按钮(style_primary 自动使用全局主题色)
113
+ Fluent.Button {
114
+ text: "确定"
115
+ style: Fluent.Enums.button.style_primary
116
+ }
117
+
118
+ // 访问 ThemeManager 属性
119
+ Rectangle {
120
+ color: ThemeManager.accentColor
121
+ }
122
+ ```
123
+
124
+ > 说明:`ComboBox`、`Slider` 因与 QtQuick.Controls 原生类型同名,未在顶层 `FluentQML` 模块导出,
125
+ > 需按子模块目录导入后使用,例如 `import "../fluentqml/FluentQML/controls/inputs"`。
126
+
127
+ ## ⚙️ 配置系统
128
+
129
+ 配置系统采用五层架构:`Validator` → `SettingEntry` → `SettingsBase` → `AppConfig` → `ConfigManager`
130
+
131
+ - **JSON 持久化**:默认存储于 `~/.fluentqml/app.json`
132
+ - **原子写入**:先写临时文件再替换,防止断电数据丢失
133
+ - **QML 桥接**:通过 `ConfigManager` 单例暴露为 QML Property
134
+
135
+ ```python
136
+ from fluentqml.python.config import AppConfig, getConfigManager
137
+
138
+ # 获取配置值
139
+ config = getConfigManager()
140
+ print(config.lazyLoading) # True
141
+ print(config.dpiScale) # 0(跟随系统)
142
+
143
+ # 修改配置(自动保存到 JSON)
144
+ config.setDpiScale(150)
145
+ ```
146
+
147
+ ### 自定义配置项
148
+
149
+ ```python
150
+ from typing import ClassVar
151
+ from fluentqml.python.config import (
152
+ SettingsBase, SettingEntry, EnumEntry,
153
+ Validator,
154
+ )
155
+
156
+
157
+ class MyAppConfig(SettingsBase):
158
+ auto_save: ClassVar[SettingEntry] = SettingEntry(
159
+ group="Editor", name="AutoSave",
160
+ default=True, validator=Validator.boolean(),
161
+ )
162
+ font_size: ClassVar[EnumEntry] = EnumEntry(
163
+ group="Editor", name="FontSize",
164
+ default=14,
165
+ validator=Validator.choice([12, 14, 16, 18, 20, 24]),
166
+ )
167
+ ```
168
+
169
+ ## 📊 状态管理
170
+
171
+ `Store` 提供响应式状态存储,支持细粒度 watch 和批量更新:
172
+
173
+ ```python
174
+ from fluentqml import Store
175
+
176
+ class AppStore(Store):
177
+ def __init__(self):
178
+ super().__init__("app")
179
+ self.define("user", None)
180
+ self.define("count", 0)
181
+
182
+ store = AppStore()
183
+
184
+ # 监听变化
185
+ store.watch("count", lambda new, old: print(f"{old} → {new}"))
186
+
187
+ # 设置值
188
+ store.set("count", 1) # 输出: 0 → 1
189
+
190
+ # 批量更新(合并通知)
191
+ with store.batch():
192
+ store.set("count", 10)
193
+ store.set("user", "Alice")
194
+ # 退出 with 时统一通知
195
+
196
+ # 字典语法
197
+ store["count"] = 20
198
+ print(store["count"]) # 20
199
+ ```
200
+
201
+ ## 🔔 系统托盘
202
+
203
+ ```python
204
+ from fluentqml import SystemTrayIcon, Icon
205
+
206
+ tray = SystemTrayIcon(icon="AppIcon.png", toolTip="我的应用")
207
+ tray.addAction(text="显示", icon="Visibility", triggered=window.show)
208
+ tray.addSeparator()
209
+ tray.addAction(text="退出", icon="Power", triggered=app.quit)
210
+ tray.show()
211
+ ```
212
+
213
+ ## 🧩 UI 组件
214
+
215
+ ### 控件
216
+ Button · Card · CheckBox · ToggleSwitch · LineEdit · ComboBox · Slider · ProgressBar · SpinBox · TableView · ListView · TreeView
217
+
218
+ ### 导航
219
+ NavigationBar · NavigationView · Pivot · Breadcrumb · Windows
220
+
221
+ ### 特效
222
+ Shadow · ShadowedRectangle · ColorOverlay · GaussianBlur
223
+
224
+ > 完整组件清单见各 `controls/` 子目录的 `qmldir`。`ComboBox`、`Slider` 等与 QtQuick 原生同名的组件需经子模块目录导入。
225
+
226
+ ## 🧪 测试
227
+
228
+ ```bash
229
+ python -m pytest tests/ -v
230
+ ```
231
+
232
+ ## 📄 License
233
+
234
+ FluentQML is licensed under the [MIT License](./LICENSE).
235
+
236
+ Copyright © 2026 aki-riko.
237
+
238
+ ## 🙏 Credits
239
+
240
+ - Design inspired by the Microsoft Fluent Design System.
241
+ - Icons from [Microsoft Fluent UI System Icons](https://github.com/microsoft/fluentui-system-icons) (MIT License).
@@ -0,0 +1,68 @@
1
+ // Copyright 2026 aki-riko
2
+ // SPDX-License-Identifier: MIT
3
+ // This file is part of FluentQML, licensed under MIT.
4
+
5
+ pragma Singleton
6
+ import QtQuick
7
+
8
+ // DpiManager - Handle high DPI screen scaling DPI管理器处理高DPI缩放
9
+ QtObject {
10
+ id: dpiManager
11
+
12
+ // Base DPI (design-time density, usually 96dpi) 基准DPI
13
+ readonly property real baseDpi: 96
14
+
15
+ // Current screen DPI (guard against undefined on headless/embedded) 当前屏幕DPI
16
+ readonly property real screenDpi: (Screen && Screen.logicalPixelDensity) ? Screen.logicalPixelDensity * 25.4 : baseDpi
17
+
18
+ // DPI scale factor DPI缩放因子
19
+ readonly property real scale: Math.max(1.0, screenDpi / baseDpi)
20
+
21
+ // Device pixel ratio (guard against undefined) 设备像素比
22
+ readonly property real devicePixelRatio: (Screen && Screen.devicePixelRatio) ? Screen.devicePixelRatio : 1.0
23
+
24
+ // User configured DPI scale (0=system, 100/125/150/175/200=fixed) 用户配置的DPI缩放
25
+ readonly property int userDpiScale: ConfigManager ? ConfigManager.dpiScale : 0
26
+
27
+ // Effective scale factor 综合缩放因子
28
+ // 0=跟随系统(devicePixelRatio), >0=用户指定比例
29
+ readonly property real effectiveScale: {
30
+ if (userDpiScale > 0) {
31
+ return userDpiScale / 100.0
32
+ }
33
+ return Math.max(1.0, devicePixelRatio)
34
+ }
35
+
36
+ // Convert dp to pixels (device-independent to physical) dp转像素
37
+ function dp(value) {
38
+ return Math.round(value * effectiveScale)
39
+ }
40
+
41
+ // Convert sp to pixels (for font size) sp转像素用于字体
42
+ function sp(value) {
43
+ return Math.round(value * effectiveScale)
44
+ }
45
+
46
+ // Predefined common sizes 预定义常用尺寸
47
+ readonly property int spacing2: dp(2)
48
+ readonly property int spacing4: dp(4)
49
+ readonly property int spacing8: dp(8)
50
+ readonly property int spacing12: dp(12)
51
+ readonly property int spacing16: dp(16)
52
+ readonly property int spacing24: dp(24)
53
+ readonly property int spacing32: dp(32)
54
+
55
+ // Predefined font sizes 预定义字体大小
56
+ readonly property int fontSmall: sp(12)
57
+ readonly property int fontNormal: sp(14)
58
+ readonly property int fontLarge: sp(16)
59
+ readonly property int fontTitle: sp(20)
60
+ readonly property int fontLargeTitle: sp(28)
61
+
62
+ // Predefined component heights 预定义组件高度
63
+ readonly property int buttonHeight: dp(32)
64
+ readonly property int inputHeight: dp(32)
65
+ readonly property int cardPadding: dp(16)
66
+ readonly property int borderRadius: dp(4)
67
+ readonly property int borderRadiusLarge: dp(8)
68
+ }