diff --git a/controls/accordion/item-spacing.md b/controls/accordion/item-spacing.md
index e2b360231..b8523752b 100644
--- a/controls/accordion/item-spacing.md
+++ b/controls/accordion/item-spacing.md
@@ -24,8 +24,6 @@ And the Accordion when all items are collapsed:

->important A sample Item Spacing example can be found in the Accordion/Features folder of the [SDK Samples Browser application]({%slug developer-focused-examples%}#sdk-browser-application).
-
## See Also
- [AccordionItem]({%slug accordion-accordion-item%})
diff --git a/controls/autocomplete/commands.md b/controls/autocomplete/commands.md
index 282a81000..da5567366 100644
--- a/controls/autocomplete/commands.md
+++ b/controls/autocomplete/commands.md
@@ -2,7 +2,7 @@
title: Commands
page_title: .NET MAUI AutoComplete Documentation - Commands
description: Learn more about the commands that the Telerik UI for .NET MAUI AutoComplete control exposes.
-position: 14
+position: 15
slug: autocomplete-commands
---
diff --git a/controls/autocomplete/display-text.md b/controls/autocomplete/display-text.md
index f6d7fb1c7..b2e2c75a4 100644
--- a/controls/autocomplete/display-text.md
+++ b/controls/autocomplete/display-text.md
@@ -35,7 +35,7 @@ Here is an example how the `RadAutoComplete` `DisplayTextFormatter` works on Pla
-**4.**Use the following snippet to declare a `RadAutoComplete` in XAML:
+**4.** Use the following snippet to declare a `RadAutoComplete` in XAML:
diff --git a/controls/autocomplete/localization.md b/controls/autocomplete/localization.md
index 58aed053a..dafabc5a1 100644
--- a/controls/autocomplete/localization.md
+++ b/controls/autocomplete/localization.md
@@ -2,7 +2,7 @@
title: Localization
page_title: .NET MAUI AutoComplete Documentation - Localization
description: Learn more about the MAUI localization options in the Telerik UI for .NET MAUI AutoComplete control.
-position: 13
+position: 14
tags: maui localization, maui, localization, dotnet maui
slug: autocomplete-localization
---
diff --git a/controls/autocomplete/styling.md b/controls/autocomplete/styling.md
index ce0debf73..8647f5246 100644
--- a/controls/autocomplete/styling.md
+++ b/controls/autocomplete/styling.md
@@ -2,7 +2,7 @@
title: Styling
page_title: .NET MAUI AutoComplete Documentation - Styling
description: Change the Telerik .NET MAUI AutoComplete look using its flexible styling API.
-position: 14
+position: 16
slug: autocomplete-styling
---
diff --git a/controls/autocomplete/visual-states.md b/controls/autocomplete/visual-states.md
index 874af1069..63dec4c8c 100644
--- a/controls/autocomplete/visual-states.md
+++ b/controls/autocomplete/visual-states.md
@@ -2,7 +2,7 @@
title: Visual States
page_title: .NET MAUI AutoComplete Documentation - Visual States
description: Learn how to set the border color, background color, and other visual states for the Telerik UI for .NET MAUI AutoComplete control.
-position: 15
+position: 17
tags: .net maui, telerik .net maui, ui for .net maui, autocomplete, states, microsoft .net maui
slug: autocomplete-visual-states
---
diff --git a/controls/badgeview/predefined-badges.md b/controls/badgeview/predefined-badges.md
index 112f5ebf5..2fa85550c 100644
--- a/controls/badgeview/predefined-badges.md
+++ b/controls/badgeview/predefined-badges.md
@@ -4,7 +4,6 @@ page_title: .NET MAUI BadgeView Documentation - Predefined Badges
description: Learn what are the available badges the .NET MAUI BadgeView control provides.
tags: badge, marker, indicator, badgeview for .net maui, badge for .net maui
position: 5
-tags: badge types, badge for .net maui, badgeview
slug: badgeview-predefined-badges
---
diff --git a/controls/chart/getting-started.md b/controls/chart/getting-started.md
index c858d505e..c96b17d01 100644
--- a/controls/chart/getting-started.md
+++ b/controls/chart/getting-started.md
@@ -28,7 +28,7 @@ Before adding the Chart, you need to:
## Define the Control
-**1.**When your .NET MAUI application is set up, you are ready to add a Chart control to your page.
+**1.** When your .NET MAUI application is set up, you are ready to add a Chart control to your page.
@@ -50,7 +50,7 @@ series.CategoryBinding = new PropertyNameDataPointBinding { PropertyName = "Cate
chart.Series.Add(series);
```
-**2.**Add the following namespace:
+**2.** Add the following namespace:
```XAML
xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
diff --git a/controls/collectionview/filtering.md b/controls/collectionview/filtering.md
index 269130ecc..c16cb993c 100644
--- a/controls/collectionview/filtering.md
+++ b/controls/collectionview/filtering.md
@@ -2,7 +2,7 @@
title: Filtering
page_title: .NET MAUI CollectionView Documentation - Filtering
description: Check the Telerik .NET MAUI CollectionView filtering options like programmatically filtering by using filter descriptors.
-position: 14
+position: 13
slug: collectionview-filtering
tags: filter, collectionview, filterdescriptor
---
diff --git a/controls/collectionview/getting-started.md b/controls/collectionview/getting-started.md
index 2b57a5ebc..9c994b8db 100644
--- a/controls/collectionview/getting-started.md
+++ b/controls/collectionview/getting-started.md
@@ -49,7 +49,7 @@ xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
-**5.** Register the Telerik controls through the `Telerik.Maui.Controls.Compatibility.UseTelerik` extension method called inside the `CreateMauiApp` method of the `MauiProgram.cs` file of your project:
+**6.** Register the Telerik controls through the `Telerik.Maui.Controls.Compatibility.UseTelerik` extension method called inside the `CreateMauiApp` method of the `MauiProgram.cs` file of your project:
```C#
using Telerik.Maui.Controls.Compatibility;
diff --git a/controls/datagrid/columns/cell-templates.md b/controls/datagrid/columns/cell-templates.md
index 783ad55ed..aad13d21d 100644
--- a/controls/datagrid/columns/cell-templates.md
+++ b/controls/datagrid/columns/cell-templates.md
@@ -59,7 +59,7 @@ xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
**4.** Define the `Club` custom object:
-
+

diff --git a/controls/datagrid/editing.md b/controls/datagrid/editing.md
index 8ec9996ea..f4d4047b5 100644
--- a/controls/datagrid/editing.md
+++ b/controls/datagrid/editing.md
@@ -2,7 +2,7 @@
title: Editing
page_title: .NET MAUI DataGrid Documentation - Editing
description: "Learn how to use the built-in column and custom editors for modifying the data records in the Telerik UI for .NET MAUI DataGrid component."
-position: 9
+position: 13
previous_url: /controls/datagrid/datagrid-editing
slug: datagrid-editing
---
diff --git a/controls/datagrid/empty-template.md b/controls/datagrid/empty-template.md
index b692c35e5..d1d8eac16 100644
--- a/controls/datagrid/empty-template.md
+++ b/controls/datagrid/empty-template.md
@@ -2,7 +2,7 @@
title: Empty Template
page_title: .NET MAUI DataGrid Documentation - Empty Template
description: Learn more about the Empty Template property of the DataGrid control.
-position: 9
+position: 14
slug: datagrid-empty-template
---
diff --git a/controls/datagrid/events.md b/controls/datagrid/events.md
index 380c8ec86..ab0c27f5a 100644
--- a/controls/datagrid/events.md
+++ b/controls/datagrid/events.md
@@ -2,7 +2,7 @@
title: Events
page_title: .NET MAUI DataGrid Documentation - Events
description: "Learn about the Telerik UI for .NET MAUI DataGrid events and how to achieve various scenarios upon user interaction such as loading content on demand, binding to data, modifying group collections, and more."
-position: 14
+position: 17
tags: events
slug: datagrid-events
---
@@ -23,7 +23,7 @@ The following example demonstrates how to use the `LoadOnDemand` event.
**1.** Define the `LoadOnDemand` method in XAML.
-
+
**2.** Create the method that defines the functionality of the event.
diff --git a/controls/datagrid/load-on-demand.md b/controls/datagrid/load-on-demand.md
index 18bc771a7..abfb0fc92 100644
--- a/controls/datagrid/load-on-demand.md
+++ b/controls/datagrid/load-on-demand.md
@@ -2,7 +2,7 @@
title: Load On Demand
page_title: .NET MAUI DataGrid Documentation - Load on Demand
description: "Learn more about the available modes and approaches to load huge sets of data in the Telerik UI for .NET MAUI DataGrid to improve the performance of the component and save computing resources."
-position: 13
+position: 16
slug: datagrid-features-loadondemand
---
diff --git a/controls/datagrid/localization.md b/controls/datagrid/localization.md
index fbd2a80bb..ab25f9313 100644
--- a/controls/datagrid/localization.md
+++ b/controls/datagrid/localization.md
@@ -2,7 +2,7 @@
title: Localization
page_title: .NET MAUI DataGrid Documentation - Localization
description: Learn more about the MAUI localization keys and default values provided by the Telerik UI for .NET MAUI DataGrid.
-position: 18
+position: 19
tags: maui localization, maui, localization, dotnet maui
slug: datagrid-localization
---
diff --git a/controls/datagrid/overview.md b/controls/datagrid/overview.md
index 5896491fc..1b2f0d4a3 100644
--- a/controls/datagrid/overview.md
+++ b/controls/datagrid/overview.md
@@ -110,17 +110,12 @@ The Telerik UI for .NET MAUI DataGrid provides [localization support]({%slug glo
- [Telerik .NET MAUI Blogs](https://www.telerik.com/blogs/mobile-net-maui)
- [Telerik .NET MAUI Roadmap](https://www.telerik.com/support/whats-new/maui-ui/roadmap)
-
-
+
+
\ No newline at end of file
diff --git a/controls/datagrid/paging.md b/controls/datagrid/paging.md
index 8fc197a93..50991c5e9 100644
--- a/controls/datagrid/paging.md
+++ b/controls/datagrid/paging.md
@@ -2,7 +2,7 @@
title: Paging
page_title: .NET MAUI DataPager Documentation - Paging Support
description: Learn more about how to add paging functionality to the DataGrid for .NET MAUI.
-position: 7
+position: 9
tags: grid, data grid, maui grid, dot net maui grid, dotnet maui grid
slug: datagrid-paging
---
diff --git a/controls/datagrid/render-mode.md b/controls/datagrid/render-mode.md
index 03152e1d2..cabdda265 100644
--- a/controls/datagrid/render-mode.md
+++ b/controls/datagrid/render-mode.md
@@ -2,7 +2,7 @@
title: Render Mode
page_title: .NET MAUI DataGrid Documentation - Render Mode
description: Learn how to enable SkiaSharp rendering of the Telerik .NET MAUI DataGrid on all platforms.
-position: 4
+position: 5
slug: datagrid-render-mode
---
diff --git a/controls/datagrid/scrolling.md b/controls/datagrid/scrolling.md
index e347188a8..16908c294 100644
--- a/controls/datagrid/scrolling.md
+++ b/controls/datagrid/scrolling.md
@@ -2,7 +2,7 @@
title: Scrolling
page_title: .NET MAUI DataGrid Documentation - Scrolling
description: "Try now the Telerik UI for .NET MAUI DataGrid programmatic scrolling with the ScrollItemIntoView method."
-position: 8
+position: 11
slug: datagrid-scrolling
tags: programmatic, scrolling
---
diff --git a/controls/datagrid/selection.md b/controls/datagrid/selection.md
index cb05d7f19..f8828ffc2 100644
--- a/controls/datagrid/selection.md
+++ b/controls/datagrid/selection.md
@@ -2,7 +2,7 @@
title: Selection
page_title: .NET MAUI DataGrid Documentation - Selection
description: Learn more about how to set the single and multiple selection mode of the Telerik UI for .NET MAUI DataGrid and use the available properties, events, and methods.
-position: 7
+position: 10
slug: datagrid-selection-overview
---
diff --git a/controls/datagrid/sorting.md b/controls/datagrid/sorting.md
index 9620f1051..aa8c92a23 100644
--- a/controls/datagrid/sorting.md
+++ b/controls/datagrid/sorting.md
@@ -2,7 +2,7 @@
title: Sorting
page_title: .NET MAUI DataGrid Documentation - Sorting
description: "Learn how to implement the sorting functionality of the Telerik UI for .NET MAUI DataGrid through the UI or by using programmatic sorting over a custom or a defined key which is a property from the model."
-position: 8
+position: 12
slug: datagrid-sorting-overview
---
diff --git a/controls/datepicker/xamarin-migration.md b/controls/datepicker/xamarin-migration.md
index 26580d716..ca53dd19b 100644
--- a/controls/datepicker/xamarin-migration.md
+++ b/controls/datepicker/xamarin-migration.md
@@ -4,7 +4,7 @@ page_title: Migrating the DatePicker from Xamarin.Forms to .NET MAUI
description: Learn how to migrate the Telerik UI for Xamarin DatePicker to the Telerik UI for .NET MAUI framework by updating the namespaces and the incompatible NuGet packages.
tags: maui, dotnet maui, telerik maui, migration, xamarin.forms
slug: migrate-xamarin-datepicker-to-maui
-position: 20
+position: 30
---
# Migrating the DatePicker from Xamarin to .NET MAUI
diff --git a/controls/datetimepicker/getting-started.md b/controls/datetimepicker/getting-started.md
index 059568276..021b2a918 100644
--- a/controls/datetimepicker/getting-started.md
+++ b/controls/datetimepicker/getting-started.md
@@ -40,7 +40,7 @@ xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
**3.** Register the Telerik controls through the `Telerik.Maui.Controls.Compatibility.UseTelerik` extension method called inside the `CreateMauiApp` method of the `MauiProgram.cs` file of your project:
- ```C#
+```C#
using Telerik.Maui.Controls.Compatibility;
public static class MauiProgram
@@ -59,7 +59,7 @@ xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
return builder.Build();
}
}
- ```
+```
## Additional Resources
diff --git a/controls/datetimepicker/xamarin-migration.md b/controls/datetimepicker/xamarin-migration.md
index 3cf1c5642..bff2b11d4 100644
--- a/controls/datetimepicker/xamarin-migration.md
+++ b/controls/datetimepicker/xamarin-migration.md
@@ -4,7 +4,7 @@ page_title: Migrating the DateTimePicker from Xamarin.Forms to .NET MAUI
description: Learn how to migrate the Telerik UI for Xamarin DateTimePicker to the Telerik UI for .NET MAUI framework by updating the namespaces and the incompatible NuGet packages.
tags: maui, dotnet maui, telerik maui, migration, xamarin.forms
slug: migrate-xamarin-datetimepicker-to-maui
-position: 20
+position: 30
---
# Migrating the DateTimePicker from Xamarin to .NET MAUI
diff --git a/controls/imageeditor/loading-image.md b/controls/imageeditor/loading-image.md
index ebd62441b..d590b895a 100644
--- a/controls/imageeditor/loading-image.md
+++ b/controls/imageeditor/loading-image.md
@@ -10,7 +10,7 @@ slug: imageeditor-loading-image
The ImageEditor control enables you to visualize images by using the following property:
-* `Source`(of type `Microsoft.Maui.Controls.ImageSource`)—Specifies the source of the image. For more details about the `Source`` property, check the [Images in .NET MAUI](https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/image?view=net-maui-7.0) article.
+* `Source`(of type `Microsoft.Maui.Controls.ImageSource`)—Specifies the source of the image. For more details about the `Source` property, check the [Images in .NET MAUI](https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/image?view=net-maui-7.0) article.
In addition, by using the `IsImageLoaded` (read-only `bool`) property, you can get information whether an image is loaded in the editor. There are many scenarios this property helps. For example, if you want to apply a crop operation as soon as the image is loaded.
diff --git a/controls/imageeditor/migrate-from-xamarin.md b/controls/imageeditor/migrate-from-xamarin.md
index 75ab9c9f1..a3ac7297a 100644
--- a/controls/imageeditor/migrate-from-xamarin.md
+++ b/controls/imageeditor/migrate-from-xamarin.md
@@ -124,7 +124,7 @@ Definition in MAUI:
## See Also
-* [Migrating from Xamarin.Forms to .NET MAUI]({% slug migrate-to-net-maui %})
-* [.NET MAUI Sample Applications]({%slug sampleapps-overview %})
+- [Migrating from Xamarin.Forms to .NET MAUI]({% slug migrate-to-net-maui %})
+- [.NET MAUI Sample Applications]({%slug sampleapps-overview %})
- [.NET MAUI ImageEditor Product Page](https://www.telerik.com/maui-ui/imageeditor)
- [.NET MAUI Forum Page](https://www.telerik.com/forums/maui?tagId=1853)
diff --git a/controls/imageeditor/toolbar/items.md b/controls/imageeditor/toolbar/items.md
index b68eb04c5..e68526016 100644
--- a/controls/imageeditor/toolbar/items.md
+++ b/controls/imageeditor/toolbar/items.md
@@ -48,7 +48,7 @@ The table below shows the built-in toolbar items available for desktop - `WinUI`
## Toolbar Configuration
-`RadImageEditorToolbar` inherits from the `RadToolbar`({%slug toolbar-overview%}). All properties for configuration and styling available for the `RadToolbar` applies to the `RadImageEditorToolbar`.
+`RadImageEditorToolbar` inherits from the [`RadToolbar`]({%slug toolbar-overview%}). All properties for configuration and styling available for the `RadToolbar` applies to the `RadImageEditorToolbar`.
## Toolbar Item Configuration
diff --git a/controls/listpicker/xamarin-migration.md b/controls/listpicker/xamarin-migration.md
index aa0bb63a7..6139a8e9d 100644
--- a/controls/listpicker/xamarin-migration.md
+++ b/controls/listpicker/xamarin-migration.md
@@ -4,7 +4,7 @@ page_title: Migrating the ListPicker from Xamarin.Forms to .NET MAUI
description: Learn how to migrate the Telerik UI for Xamarin ListPicker to the Telerik UI for .NET MAUI framework by updating the namespaces and the incompatible NuGet packages.
tags: maui, dotnet maui, telerik maui, migration, xamarin.forms
slug: migrate-xamarin-listpicker-to-maui
-position: 20
+position: 30
---
# Migrating the ListPicker from Xamarin to .NET MAUI
diff --git a/controls/listview/grouping/reorder-items.md b/controls/listview/grouping/reorder-items.md
index b78319587..3184f455d 100644
--- a/controls/listview/grouping/reorder-items.md
+++ b/controls/listview/grouping/reorder-items.md
@@ -5,7 +5,6 @@ description: Check how to enable the Telerik UI for .NET MAUI ListView option fo
position: 4
slug: listview-grouping-reorderitems
previous_url: /controls/listview/grouping/listview-grouping-reorderitems
-description: Describing how to handle reordering in grouped ListView
tags: group, radlistview, reordering
---
diff --git a/controls/numericinput/overview.md b/controls/numericinput/overview.md
index 35ab5e193..cb1f2f81f 100644
--- a/controls/numericinput/overview.md
+++ b/controls/numericinput/overview.md
@@ -15,7 +15,7 @@ Telerik UI for .NET MAUI NumericInput is a customizable input control for numeri
## Key Features of the .NET MAUI NumericInput
-* [Minimum and maximum values]({% slug numericinput-configuration%}#input-range %})—The NumericInput allows you to restrict the input value through setting its `Minimum` and `Maximum` properties.
+* [Minimum and maximum values]({% slug numericinput-configuration%}#input-range)—The NumericInput allows you to restrict the input value through setting its `Minimum` and `Maximum` properties.
* [Incremental steps]({%slug numericinput-configuration%}#step-for-increment-and-decrement-value)—You can define the step that will be applied to the input value upon each decrease or increase action.
diff --git a/controls/pdfprocessing/overview.md b/controls/pdfprocessing/overview.md
index 3cb29b3ab..6a3df55cd 100644
--- a/controls/pdfprocessing/overview.md
+++ b/controls/pdfprocessing/overview.md
@@ -2,10 +2,9 @@
title: Overview
page_title: .NET MAUI PdfProcessing Documentation - Overview
description: Check our "Overview" documentation article for Telerik PdfProcessing for .NET MAUI.
-description: Overview
slug: pdfprocessing-overview
tags: overview
-published: True
+published: false
position: 0
CTAControlName: PdfProcessing
---
diff --git a/controls/pdfviewer/toolbar/styling.md b/controls/pdfviewer/toolbar/styling.md
index 7b2324038..139d47225 100644
--- a/controls/pdfviewer/toolbar/styling.md
+++ b/controls/pdfviewer/toolbar/styling.md
@@ -30,7 +30,7 @@ Each toolbar item has a `Style` property and the target type of the property is
All styling properties available for the target type [`ButtonToolbarItemView`]({%slug toolbar-items-button%}) are also applicable for the PDF toolbar items that use this target type.
-All properties applicable for [`NavigationButtonToolbarItemView`({%slug toolbar-items-navigation-button%}) can be used for stlying the `PdfViewerSearchNavigationToolbarItem`.
+All properties applicable for [`NavigationButtonToolbarItemView`]({%slug toolbar-items-navigation-button%}) can be used for stlying the `PdfViewerSearchNavigationToolbarItem`.
## Example for Styling the Toolbar
diff --git a/controls/richtexteditor/configuration.md b/controls/richtexteditor/configuration.md
index f529c2ff7..dc89a3832 100644
--- a/controls/richtexteditor/configuration.md
+++ b/controls/richtexteditor/configuration.md
@@ -26,7 +26,7 @@ You can load the HTML content from a string by using the static FromString
-Alternatively, you can create a [`RichTextHtmlStringSource`](/devtools/maui/api/telerik.maui.controls.richtexteditor.richtexthtmlstringsource) object and assign it to the Source
property of the RichTextEditor.
+Alternatively, you can create a [`RichTextHtmlStringSource`](https://docs.telerik.com/devtools/maui/api/telerik.maui.controls.richtexteditor.richtexthtmlstringsource) object and assign it to the Source
property of the RichTextEditor.
### Load HTML from a Stream
@@ -34,7 +34,7 @@ Another option to preload HTML is by retrieving it from a stream through the sta
-Alternatively, you can create a [`RichTextHtmlStreamSource`](/devtools/maui/api/telerik.maui.controls.richtexteditor.richtexthtmlstreamsource) object and set it as the Source
of the RichTextEditor.
+Alternatively, you can create a [`RichTextHtmlStreamSource`](https://docs.telerik.com/devtools/maui/api/telerik.maui.controls.richtexteditor.richtexthtmlstreamsource) object and set it as the Source
of the RichTextEditor.
## Retrieving HTML Content
diff --git a/controls/slider/events.md b/controls/slider/events.md
index 65e9c964c..41aeccd91 100644
--- a/controls/slider/events.md
+++ b/controls/slider/events.md
@@ -2,7 +2,7 @@
title: Events
page_title: .NET MAUI Slider Documentation - Events
description: Learn about the ValueChanging event that the Telerik UI for .NET MAUI Slider control exposes and find out how to use it.
-position: 10
+position: 11
slug: slider-events
---
diff --git a/controls/spreadprocessing/overview.md b/controls/spreadprocessing/overview.md
index ebce7b7b4..dcf16a351 100644
--- a/controls/spreadprocessing/overview.md
+++ b/controls/spreadprocessing/overview.md
@@ -2,10 +2,9 @@
title: Overview
page_title: .NET MAUI SpreadProcessing Documentation - Overview
description: Check our "Overview" documentation article for Telerik SpreadProcessing for .NET MAUI.
-description: Overview
slug: spreadprocessing-overview
tags: overview
-published: True
+published: false
position: 0
CTAControlName: SpreadProcessing
---
diff --git a/controls/spreadstreamprocessing/overview.md b/controls/spreadstreamprocessing/overview.md
index 097916970..469821eb7 100644
--- a/controls/spreadstreamprocessing/overview.md
+++ b/controls/spreadstreamprocessing/overview.md
@@ -2,10 +2,9 @@
title: Overview
page_title: .NET MAUI SpreadStreamProcessing Documentation - Overview
description: Check our "Overview" documentation article for Telerik SpreadStreamProcessing for .NET MAUI.
-description: Overview
slug: spreadstreamprocessing-overview
tags: overview
-published: True
+published: false
position: 0
---
diff --git a/controls/tabview/xamarin-migration.md b/controls/tabview/xamarin-migration.md
index 703ddc85b..5279fece7 100644
--- a/controls/tabview/xamarin-migration.md
+++ b/controls/tabview/xamarin-migration.md
@@ -5,7 +5,6 @@ description: Learn how to migrate the Telerik UI for Xamarin TabView to the Tele
tags: maui, dotnet maui, telerik maui, migration, xamarin.forms, tabview
position: 100
slug: migrate-xamarin-tabview-to-maui
-position: 20
---
# Migrating the TabView from Xamarin.Forms to .NET MAUI
diff --git a/controls/templatedpicker/getting-started.md b/controls/templatedpicker/getting-started.md
index 1eb8cc212..4252cce1e 100644
--- a/controls/templatedpicker/getting-started.md
+++ b/controls/templatedpicker/getting-started.md
@@ -34,7 +34,7 @@ The TemplatedPicker exposes a `SelectorTemplate`, which enables you to place any
-**2.**Add the referenced `ColorViewModel`, which holds the collection with the predefined colors:
+**2.** Add the referenced `ColorViewModel`, which holds the collection with the predefined colors:
diff --git a/controls/templatedpicker/xamarin-migration.md b/controls/templatedpicker/xamarin-migration.md
index f872bb8ac..aec92819e 100644
--- a/controls/templatedpicker/xamarin-migration.md
+++ b/controls/templatedpicker/xamarin-migration.md
@@ -4,7 +4,7 @@ page_title: Migrating the TemplatedPicker from Xamarin.Forms to .NET MAUI
description: Learn how to migrate the Telerik UI for Xamarin TemplatedPicker to the Telerik UI for .NET MAUI framework by updating the namespaces and the incompatible NuGet packages.
tags: maui, dotnet maui, telerik maui, migration, xamarin.forms
slug: migrate-xamarin-templatedpicker-to-maui
-position: 20
+position: 30
---
# Migrating the TemplatedPicker from Xamarin to .NET MAUI
diff --git a/controls/timepicker/styling/dropdown-styling.md b/controls/timepicker/styling/dropdown-styling.md
index 3d4d3948c..6b2b8b0d7 100644
--- a/controls/timepicker/styling/dropdown-styling.md
+++ b/controls/timepicker/styling/dropdown-styling.md
@@ -35,7 +35,7 @@ The following example shows how the styling properties are applied.
**Define the `DropDownViewStyle`**
-
+
**Define the `FooterStyle`**
diff --git a/controls/timepicker/xamarin-migration.md b/controls/timepicker/xamarin-migration.md
index a40dcafc3..1488a6219 100644
--- a/controls/timepicker/xamarin-migration.md
+++ b/controls/timepicker/xamarin-migration.md
@@ -4,7 +4,7 @@ page_title: Migrating the TimePicker from Xamarin.Forms to .NET MAUI
description: Learn how to migrate the Telerik UI for Xamarin TimePicker to the Telerik UI for .NET MAUI framework by updating the namespaces and the incompatible NuGet packages.
tags: maui, dotnet maui, telerik maui, migration, xamarin.forms
slug: migrate-xamarin-timepicker-to-maui
-position: 20
+position: 30
---
# Migrating the TimePicker from Xamarin to .NET MAUI
diff --git a/controls/timespanpicker/xamarin-migration.md b/controls/timespanpicker/xamarin-migration.md
index 15d2cd62d..25edf9b3f 100644
--- a/controls/timespanpicker/xamarin-migration.md
+++ b/controls/timespanpicker/xamarin-migration.md
@@ -4,7 +4,7 @@ page_title: Migrating the TimeSpanPicker from Xamarin.Forms to .NET MAUI
description: Learn how to migrate the Telerik UI for Xamarin TimeSpanPicker to the Telerik UI for .NET MAUI framework by updating the namespaces and the incompatible NuGet packages.
tags: maui, dotnet maui, telerik maui, migration, xamarin.forms
slug: migrate-xamarin-timespanpicker-to-maui
-position: 20
+position: 30
---
# Migrating the TimeSpanPicker from Xamarin to .NET MAUI
diff --git a/controls/toolbar/configuration.md b/controls/toolbar/configuration.md
index 31dba54f8..f2f73e631 100644
--- a/controls/toolbar/configuration.md
+++ b/controls/toolbar/configuration.md
@@ -57,7 +57,7 @@ When the items cannot fit in the toolbar available space an overflow menu is dis

-You can separate the toolbar items using the `[SeparatorToolbarItem]({%slug toolbar-items-separator%})`.
+You can separate the toolbar items using the [`SeparatorToolbarItem`]({%slug toolbar-items-separator%}).
## Back navigation button
diff --git a/controls/treeview/commands.md b/controls/treeview/commands.md
index ca5a0908e..753264457 100644
--- a/controls/treeview/commands.md
+++ b/controls/treeview/commands.md
@@ -2,7 +2,7 @@
title: Commands
page_title: .NET MAUI TreeView Documentation - Commands
description: The .NET MAUI TreeView provides various commands that allow you to initiate expand or collapse actions, check and uncheck actions, and to scroll to a specific item.
-position: 8
+position: 10
slug: treeview-commands
---
diff --git a/controls/treeview/events.md b/controls/treeview/events.md
index 8930de03c..37c49f41d 100644
--- a/controls/treeview/events.md
+++ b/controls/treeview/events.md
@@ -2,7 +2,7 @@
title: Events
page_title: .NET MAUI TreeView Documentation - Events
description: Review TreeView events that are raised when item is tapped, selected and source is changed.
-position: 7
+position: 8
slug: treeview-events
---
diff --git a/controls/treeview/load-children-on-demand.md b/controls/treeview/load-children-on-demand.md
index 46f193d4b..69327d906 100644
--- a/controls/treeview/load-children-on-demand.md
+++ b/controls/treeview/load-children-on-demand.md
@@ -2,7 +2,7 @@
title: Load Children on Demand
page_title: .NET MAUI TreeView Documentation - Load Children on Demand
description: Learn how to load subitems on demand in the TreeView control for .NET MAUI.
-position: 7
+position: 9
slug: treeview-load-children-on-demand
---
diff --git a/controls/treeview/xamarin-migration.md b/controls/treeview/xamarin-migration.md
index 65830bb11..02c670e0e 100644
--- a/controls/treeview/xamarin-migration.md
+++ b/controls/treeview/xamarin-migration.md
@@ -5,7 +5,6 @@ description: Learn how to migrate the Telerik UI for Xamarin TreeView to the Tel
tags: maui, dotnet maui, telerik maui, migration, xamarin.forms, treeview
position: 100
slug: migrate-xamarin-treeview-to-maui
-position: 20
---
# Migrating the TreeView from Xamarin.Forms to .NET MAUI
diff --git a/controls/wordsprocessing/overview.md b/controls/wordsprocessing/overview.md
index 9c8a3afb9..70986cdd2 100644
--- a/controls/wordsprocessing/overview.md
+++ b/controls/wordsprocessing/overview.md
@@ -2,10 +2,9 @@
title: Overview
page_title: .NET MAUI WordsProcessing Documentation - Overview
description: Check our "Overview" documentation article for Telerik WordsProcessing for .NET MAUI.
-description: Overview
slug: wordsprocessing-overview
tags: overview
-published: True
+published: false
position: 0
CTAControlName: WordsProcessing
---
diff --git a/controls/ziplibrary/overview.md b/controls/ziplibrary/overview.md
index 170873f47..e127679e3 100644
--- a/controls/ziplibrary/overview.md
+++ b/controls/ziplibrary/overview.md
@@ -2,10 +2,9 @@
title: Overview
page_title: .NET MAUI ZipLibrary Documentation - Overview
description: Check our "Overview" documentation article for Telerik ZipLibrary for .NET MAUI.
-description: Overview
slug: ziplibrary-overview
tags: overview
-published: True
+published: false
position: 0
CTAControlName: ZipLibrary
---
diff --git a/demos-and-sample-apps/crypto-app.md b/demos-and-sample-apps/crypto-app.md
index f7f66ae58..44c6363d2 100644
--- a/demos-and-sample-apps/crypto-app.md
+++ b/demos-and-sample-apps/crypto-app.md
@@ -72,11 +72,10 @@ This command starts a default simulator. To run the application on specific devi
2. Click Devices from the Window menu.
3. Select Connected device.
4. Under Device Information, you will get an identifier, or UDID, of the device.
-
- * CryptoTracker application on iOS.
+* CryptoTracker application on iOS.
- 
+
>tip Check the [.NET MAUI Examples Apps]({%slug sampleapps-overview%}) topic which lists all the sample applications built with Telerik UI for .NET MAUI.
diff --git a/docfx/filterConfig.yml b/docfx/filterConfig.yml
new file mode 100644
index 000000000..1a0b81b45
--- /dev/null
+++ b/docfx/filterConfig.yml
@@ -0,0 +1,4 @@
+apiRules:
+- exclude:
+ type: Method
+ uidRegex: ^System\.Object\..*$
\ No newline at end of file
diff --git a/docfx/metadata-config.json b/docfx/metadata-config.json
new file mode 100644
index 000000000..6126c2371
--- /dev/null
+++ b/docfx/metadata-config.json
@@ -0,0 +1,15 @@
+{
+ "metadata": [{
+ "src": [
+ {
+ "files": [
+ "src/Telerik.Maui.Controls.dll",
+ "src/Telerik.Maui.Controls.Compatibility.dll",
+ "src/Telerik.Maui.Core.dll"
+ ]
+ }
+ ],
+ "dest": "metadata",
+ "filter": "filterConfig.yml"
+ }]
+}
\ No newline at end of file
diff --git a/docs-builder.yml b/docs-builder.yml
new file mode 100644
index 000000000..de282beac
--- /dev/null
+++ b/docs-builder.yml
@@ -0,0 +1,514 @@
+top-navigation-product: maui-ui
+path-prefix: /maui-ui/documentation
+default-title-prefix: .NET MAUI
+
+primary-color: "#27A306"
+product-id: 2338
+product-code: MAUI
+product-name: Telerik UI for .NET MAUI
+product-url: https://www.telerik.com/maui-ui
+product-trial-url: https://www.telerik.com/try/ui-for-maui
+contribute-url: https://github.com/telerik/maui-docs/edit/master
+search-engine-id: f5ca20400f4bf4c7d
+avatar-path: ./images/avatar-ninja.svg
+no-results-image-path: ./images/ninja-no-results.svg
+enable-tabbed-code-blocks: true
+pdf-cover-png-path: ./images/pdf-cover.png
+img-max-width: 100%
+table-layout: fixed
+external-snippets-path: ../maui
+
+cta-overview: The @Subject is part of @ProductLink, the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.
+cta-intro: "Kickstart your cross-platform application development with the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial."
+
+excluded-files:
+- "**/README.md"
+- "**/copyright.md"
+
+meta:
+ controls/ziplibrary:
+ title: ZipLibrary
+ controls/wraplayout:
+ title: WrapLayout
+ controls/wordsprocessing:
+ title: WordsProcessing
+ controls/treeview/styling:
+ title: Styling
+ position: 15
+ controls/treeview/templates:
+ title: Templates
+ position: 7
+ controls/treeview:
+ title: TreeView
+ controls/treedatagrid/theming-and-styles:
+ title: Styling
+ position: 28
+ controls/treedatagrid/keyboard-navigation:
+ title: Keyboard Navigation
+ position: 26
+ controls/treedatagrid/commands:
+ title: Commands
+ position: 25
+ controls/treedatagrid/filtering:
+ title: Filtering
+ position: 9
+ controls/treedatagrid/cells:
+ title: Cells
+ position: 7
+ controls/treedatagrid/rows:
+ title: Rows
+ position: 6
+ controls/treedatagrid/columns:
+ title: Columns
+ position: 5
+ controls/treedatagrid/populating-with-data:
+ title: Populating with Data
+ position: 4
+ controls/treedatagrid:
+ title: TreeDataGrid
+ controls/toolbar/items:
+ title: Items
+ position: 4
+ controls/toolbar:
+ title: Toolbar
+ controls/togglebutton:
+ title: ToggleButton
+ controls/timespanpicker/styling:
+ title: Styling
+ position: 20
+ controls/timespanpicker:
+ title: TimeSpanPicker
+ controls/timepicker/styling:
+ title: Styling
+ position: 20
+ controls/timepicker:
+ title: TimePicker
+ controls/templatedpicker/styling:
+ title: Styling
+ position: 20
+ controls/templatedpicker:
+ title: TemplatedPicker
+ controls/templatedbutton:
+ title: TemplatedButton
+ controls/tabview/styling:
+ title: Styling
+ position: 10
+ controls/tabview:
+ title: TabView
+ controls/spreadstreamprocessing:
+ title: SpreadStreamProcessing
+ controls/spreadprocessing:
+ title: SpreadProcessing
+ controls/slideview/styling:
+ title: Styling
+ position: 15
+ controls/slideview:
+ title: SlideView
+ controls/slider/styling:
+ title: Styling
+ position: 10
+ controls/slider:
+ title: Slider
+ controls/signaturepad:
+ title: SignaturePad
+ controls/sidedrawer:
+ title: SideDrawer
+ controls/segmentedcontrol:
+ title: SegmentedControl
+ controls/scheduler/styling:
+ title: Styling
+ position: 20
+ controls/scheduler/specialslots:
+ title: Special Slots
+ position: 7
+ controls/scheduler/recurrence:
+ title: Recurrence
+ position: 6
+ controls/scheduler/appointments:
+ title: Appointments
+ position: 5
+ controls/scheduler/views:
+ title: Views
+ position: 4
+ controls/scheduler/header:
+ title: Header
+ position: 3
+ controls/scheduler:
+ title: Scheduler
+ controls/richtexteditor/styling:
+ title: Styling
+ position: 19
+ controls/richtexteditor/toolbar:
+ title: Toolbar
+ position: 8
+ controls/richtexteditor/working-with-images:
+ title: Working with Images
+ position: 6
+ controls/richtexteditor:
+ title: RichTextEditor
+ controls/rating:
+ title: Rating
+ controls/rangeslider/styling:
+ title: Styling
+ position: 10
+ controls/rangeslider:
+ title: RangeSlider
+ controls/progressbar:
+ title: ProgressBar
+ controls/popup:
+ title: Popup
+ controls/pdfviewer/selection:
+ title: Selection
+ position: 12
+ controls/pdfviewer/search:
+ title: Search
+ position: 10
+ controls/pdfviewer/toolbar:
+ title: Toolbar
+ position: 8
+ controls/pdfviewer:
+ title: PDF Viewer
+ controls/pdfprocessing:
+ title: PdfProcessing
+ controls/path:
+ title: Path
+ controls/numericinput:
+ title: NumericInput
+ controls/navigationview/styling:
+ title: Styling
+ position: 15
+ controls/navigationview:
+ title: NavigationView
+ controls/maskedentry/mask-types:
+ title: Mask Types
+ position: 3
+ controls/maskedentry:
+ title: MaskedEntry
+ controls/map/styling:
+ title: Styling
+ position: 9
+ controls/map/layers:
+ title: Layers
+ position: 3
+ controls/map:
+ title: Map
+ controls/listview/howto:
+ title: How To
+ position: 16
+ controls/listview/styling:
+ title: Styling
+ position: 15
+ controls/listview/cells:
+ title: Cells
+ position: 3
+ controls/listview/gestures:
+ title: Gestures
+ position: 12
+ controls/listview/grouping:
+ title: Grouping
+ position: 5
+ controls/listview:
+ title: ListView (Obsolete)
+ controls/listpicker/styling:
+ title: Styling
+ position: 20
+ controls/listpicker:
+ title: ListPicker
+ controls/itemscontrol:
+ title: ItemsControl
+ controls/imageeditor/toolbar:
+ title: Toolbar
+ position: 4
+ controls/imageeditor:
+ title: ImageEditor
+ controls/gridsplitter:
+ title: GridSplitter
+ controls/gauge/gauge-types:
+ title: Gauge Types
+ position: 2
+ controls/gauge:
+ title: Gauge
+ controls/expander:
+ title: Expander
+ controls/entry:
+ title: Entry
+ controls/docklayout:
+ title: DockLayout
+ controls/datetimepicker/styling:
+ title: Styling
+ position: 20
+ controls/datetimepicker:
+ title: DateTimePicker
+ controls/datepicker/styling:
+ title: Styling
+ position: 20
+ controls/datepicker:
+ title: DatePicker
+ controls/datapager/styling:
+ title: Styling
+ position: 20
+ controls/datapager/integration:
+ title: Integration
+ position: 7
+ controls/datapager:
+ title: DataPager
+ controls/datagrid/theming-and-styles:
+ title: Styling
+ position: 21
+ controls/datagrid/keyboard-navigation:
+ title: Keyboard Navigation
+ position: 20
+ controls/datagrid/commands:
+ title: Commands
+ position: 18
+ controls/datagrid/aggregates:
+ title: Aggregates
+ position: 15
+ controls/datagrid/grouping:
+ title: Grouping
+ position: 8
+ controls/datagrid/filtering:
+ title: Filtering
+ position: 7
+ controls/datagrid/cells:
+ title: Cells
+ position: 6
+ controls/datagrid/row-details:
+ title: Row Details
+ position: 4
+ controls/datagrid/columns/column-types:
+ title: Column Types
+ position: 1
+ controls/datagrid/columns:
+ title: Columns
+ position: 3
+ controls/datagrid/populating-with-data:
+ title: Populating with Data
+ position: 2
+ controls/datagrid:
+ title: DataGrid
+ controls/dataform/styling:
+ title: Styling
+ position: 15
+ controls/dataform/layouts:
+ title: Layouts
+ position: 7
+ controls/dataform/grouping:
+ title: Grouping
+ position: 6
+ controls/dataform/editors:
+ title: Editors
+ position: 4
+ controls/dataform:
+ title: DataForm
+ controls/combobox:
+ title: ComboBox
+ controls/collectionview/styling:
+ title: Styling
+ position: 30
+ controls/collectionview/accessibility/keyboard-navigation:
+ title: Keyboard Navigation
+ position: 1
+ controls/collectionview/accessibility:
+ title: Accessibility
+ position: 20
+ controls/collectionview/load-on-demand:
+ title: Load On Demand
+ position: 17
+ controls/collectionview/drag-and-drop:
+ title: Drag & Drop
+ position: 16
+ controls/collectionview/item-swipe:
+ title: Item Swipe
+ position: 14
+ controls/collectionview/grouping:
+ title: Grouping
+ position: 12
+ controls/collectionview/layouts:
+ title: Layouts
+ position: 5
+ controls/collectionview:
+ title: CollectionView
+ controls/checkbox:
+ title: CheckBox
+ controls/chat/pickers/card-picker:
+ title: Card Picker
+ position: 5
+ controls/chat/pickers:
+ title: Chat Pickers
+ position: 4
+ controls/chat/items:
+ title: Chat Items
+ position: 3
+ controls/chat:
+ title: Conversational UI (Chat)
+ controls/chart/series/financial:
+ title: Financial Series
+ position: 4
+ controls/chart/series/pie:
+ title: Pie Series
+ position: 3
+ controls/chart/series/cartesian/features:
+ title: Features
+ position: 1
+ controls/chart/series/cartesian:
+ title: Cartesian Series
+ position: 2
+ controls/chart/series:
+ title: Series
+ position: 5
+ controls/chart/behaviors:
+ title: Behaviors
+ position: 6
+ controls/chart/axes:
+ title: Axes
+ position: 4
+ controls/chart/types:
+ title: Chart Types
+ position: 3
+ controls/chart:
+ title: Chart
+ controls/calendar/styling:
+ title: Styling
+ position: 15
+ controls/calendar:
+ title: Calendar
+ controls/button:
+ title: Button
+ controls/busyindicator:
+ title: BusyIndicator
+ controls/border:
+ title: Border
+ controls/barcode/2d-barcodes:
+ title: 2D Barcodes
+ position: 6
+ controls/barcode/1d-barcodes:
+ title: 1D Barcodes
+ position: 5
+ controls/barcode:
+ title: Barcode
+ controls/badgeview:
+ title: BadgeView
+ controls/autocomplete/templates:
+ title: Templates
+ position: 13
+ controls/autocomplete:
+ title: AutoComplete
+ controls/aiprompt/styling:
+ title: Styling
+ position: 10
+ controls/aiprompt/views:
+ title: Views
+ position: 3
+ controls/aiprompt:
+ title: AIPrompt
+ controls/accordion:
+ title: Accordion
+ installation/nuget:
+ title: Installing with NuGet
+ position: 5
+ installation/vs-code-integration:
+ title: Visual Studio Code Integration
+ position: 16
+ installation/vs-integration:
+ title: Visual Studio Integration
+ position: 15
+ installation/mac:
+ title: Mac
+ position: 4
+ installation/windows:
+ title: Windows
+ position: 3
+ installation/licensing:
+ title: Activating Your License
+ position: 1
+ knowledge-base:
+ title: Knowledge Base
+ position: 14
+ res_type: kb
+ relativeUrl: /knowledge-base
+ hideChildren: true
+ upgrade/breaking-changes:
+ title: Breaking Changes
+ position: 2
+ integrations:
+ title: Integration With Other Telerik Products
+ position: 11
+ upgrade:
+ title: Upgrade
+ position: 10
+ font-icons:
+ title: Font Icons
+ position: 9
+ security:
+ title: Security
+ position: 8
+ styling-and-themes:
+ title: Styling and Themes
+ position: 5
+ ai:
+ title: AI Coding Assistant
+ position: 6
+ controls:
+ title: Controls
+ position: 4
+ demos-and-sample-apps:
+ title: Sample Applications
+ position: 3
+ installation:
+ title: Download & Installation
+ position: 2
+ get-started/mac:
+ title: Mac
+ position: 2
+ get-started/windows:
+ title: Windows
+ position: 1
+ get-started:
+ title: Getting Started
+ position: 1
+
+redirects:
+- from: "^/?$"
+ to: "/introduction"
+ type: Permanent
+
+- from: ^/controls/busyindicator/custom-busy-content$
+ to: /controls/busyindicator/content
+ type: Permanent
+
+- from: ^/controls/maskedentry/maskedentry-masked-types$
+ to: /controls/maskedentry/mask-types/overview
+ type: Permanent
+
+- from: ^/copyright$
+ to: https://www.progress.com/legal/documentation-copyright
+ type: Permanent
+
+- from: ^/personal-data-collection$
+ to: https://www.progress.com/legal/privacy-policy
+ type: Permanent
+
+- from: ^/controls/listview/grouping/grouping$
+ to: /controls/listview/grouping/overview
+ type: Permanent
+
+- from: ^/controls/pdfprocessing/overview$
+ to: https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview
+ type: Permanent
+
+- from: ^/controls/spreadprocessing/overview$
+ to: https://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/overview
+ type: Permanent
+
+- from: ^/controls/spreadstreamprocessing/overview$
+ to: https://docs.telerik.com/devtools/document-processing/libraries/radspreadstreamprocessing/overview
+ type: Permanent
+
+- from: ^/controls/wordsprocessing/overview$
+ to: https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/overview
+ type: Permanent
+
+- from: ^/controls/ziplibrary/overview$
+ to: https://docs.telerik.com/devtools/document-processing/libraries/radziplibrary/overview
+ type: Permanent
diff --git a/font-icons/controls-icons.md b/font-icons/controls-icons.md
deleted file mode 100644
index 002348ac0..000000000
--- a/font-icons/controls-icons.md
+++ /dev/null
@@ -1,64 +0,0 @@
----
-title: Controls Icons
-page_title: .NET MAUI Controls Icons - Overview
-description: Review the icons that represent the Telerik UI for .NET MAUI components.
-slug: telerik-controls-icons
-published: False
-position: 2
----
-
-
-
-# Telerik UI for .NET MAUI Controls Icons
-
-You can choose any of the available Telerik font icons:
-
-| Icon | XAML | Code | Icon | XAML | Code | Icon | XAML | Code |
-|--------------------| --- | ----------------|------------|---------------------|-------------------|----------------| --- | --- |
-| Accordion | __\__ | __\ue800__ | AutoComplete | __\__ | __\ue801__ | BadgeView | __\__ | __\ue802__ |
-| Barcode | __\__ | __\ue803__ | Border | __\__ | __\ue804__ | BusyIndicator | __\__ | __\ue805__ |
-| Button | __\__ | __\ue806__ | Calendar | __\__ | __\ue807__ | Bar Chart | __\__ | __\ue808__ |
-| Financial Chart | __\__ | __\ue809__ | Line Chart | __\__ | __\ue80b__ | FinancialIndicator Chart | __\__ | __\ue80a__ |
-| Chart with Null Values | __\__ | __\ue80c__ | Pie Chart | __\__ | __\ue80d__ | Scatter Chart | __\__ | __\ue80e__ |
-| Chat | __\__ | __\ue80f__ | CheckBox | __\__ | __\ue810__ | ComboBox | __\__ | __\ue811__ |
-| DataForm | __\__ | __\ue812__ | DataGrid | __\__ | __\ue813__ | DatePicker | __\__ | __\ue814__ |
-| DateTimePicker | __\__ | __\ue815__ | DockLayout | __\__ | __\ue816__ | Entry | __\__ | __\ue817__ |
-| Expander | __\__ | __\ue818__ | Gauge | __\__ | __\ue819__ | ImageEditor | __\__ | __\ue81a__ |
-| ListPicker | __\__ | __\ue81c__ | ItemsControl | __\__ | __\ue81b__ | Map | __\__ | __\ue81e__ |
-| MaskedEntry | __\__ | __\ue81f__ | NavigationView | __\__ | __\ue820__ | NumericInput | __\__ | __\ue821__ |
-| Path | __\__ | __\ue822__ | PdfProcessing | __\__ | __\ue823__ | PdfViewer | __\__ | __\ue824__ |
-| Popup | __\__ | __\ue825__ | ProgressBar | __\__ | __\ue826__ | RangeSlider | __\__ | __\ue827__ |
-| Rating | __\__ | __\ue828__ | RichTextEditor | __\__ | __\ue829__ | Scheduler | __\__ | __\ue82a__ |
-| SegmentedControl | __\__ | __\ue82b__ | SideDrawer | __\__ | __\ue82c__ | SignaturePad | __\__ | __\ue82d__ |
-| SlideView | __\__ | __\ue82e__ | SpreadStreamProcessing | __\__ | __\ue82f__ | TabView | __\__ | __\ue830__ |
-| TemplatedPicker | __\__ | __\ue831__ | TimePicker | __\__ | __\ue832__ | TimeSpanPicker | __\__ | __\ue833__ |
-| Toolbar | __\__ | __\ue834__ | TreeView | __\__ | __\ue835__ | WordsProcessing | __\__ | __\ue836__ |
-| WrapLayout | __\__ | __\ue837__ | ZipLibrary | __\__ | __\ue838__ | Hamburger Menu | __\__ | __\ue839__ |
-| Home | __\__ | __\ue83a__ | Search | __\__ | __\ue83b__ | Configuration | __\__ | __\ue83c__ |
-| Customization | __\__ | __\ue83d__ | CollectionView | __\__ | __\ue83f__ | Area Chart | __\__ | __\ue840__ |
-| Slider | __\__ | __\ue83e__ | AI Prompt | __\__ | __\ue841__ | ListView | __\__ | __\ue81d__ |
-
-
->important You need to set the Telerik controls font icon code on the concrete property to visualize the icon.
-
-## Examples
-
-This example shows how to add the font icons code to a `Label`. You need to add the icon code to the `Label.Text` property and set the `FontFamily`:
-
-```XAML
-
-```
-```C#
-var label = new Label
-{
- Text = "\ue800",
- FontFamily = "TelerikControlsIcons"
-};
-```
-
->tip The `FontFamily` name is the name of the font registered in the `MauiProgram.cs` file.
-
-## See Also
-
-- [Examples Icons]({%slug telerik-examples-icons%})
-- [Icons Overview]({%slug telerik-font-icons%})
diff --git a/font-icons/examples-icons.md b/font-icons/examples-icons.md
index 86d0fd8d0..b4a027ab9 100644
--- a/font-icons/examples-icons.md
+++ b/font-icons/examples-icons.md
@@ -7,179 +7,177 @@ position: 1
previous_url: /font-icons/controls-icons
---
-
-
# Telerik UI for .NET MAUI Examples Icons
You can choose any of the available Telerik font icons:
| Icon | Name | XAML | Code |
| ---- | ---- | ---- | ---- |
-| | sort descent | __\__ | __\ue800__ |
-| | star-empty | __\__ | __\ue801__ |
-| | filter | __\__ | __\ue802__ |
-| | sort ascent | __\__ | __\ue803__ |
-| | group | __\__ | __\ue804__ |
-| | star | __\__ | __\ue805__ |
-| | right-dir | __\__ | __\ue806__ |
-| | dots vert | __\__ | __\ue807__ |
-| | menu | __\__ | __\uf008__ |
-| | check | __\__ | __\ue876__ |
-| | cancel | __\__ | __\ue877__ |
-| | dot | __\__ | __\ue80b__ |
-| | dot-3 | __\__ | __\ue80c__ |
-| | down-dir | __\__ | __\ue80d__ |
-| | chevron left | __\__ | __\ue80e__ |
-| | configure | __\__ | __\ue80f__ |
-| | search | __\__ | __\ue810__ |
-| | up-dir | __\__ | __\ue811__ |
-| | pattern | __\__ | __\ue812__ |
-| | add | __\__ | __\ue813__ |
-| | right-dir-outlines | __\__ | __\ue814__ |
-| | info | __\__ | __\ue815__ |
-| | down-dir-outlines | __\__ | __\ue816__ |
-| | bin-solid | __\__ | __\ue817__ |
-| | edit | __\__ | __\ue818__ |
-| | copy | __\__ | __\ue819__ |
-| | arrow-up | __\__ | __\ue81a__ |
-| | airplane | __\__ | __\ue81c__ |
-| | pdf | __\__ | __\ue81d__ |
-| | encoding | __\__ | __\ue81e__ |
-| | length | __\__ | __\ue81f__ |
-| | arrow-right | __\__ | __\ue820__ |
-| | contacts | __\__ | __\ue821__ |
-| | cog-outlines | __\__ | __\ue822__ |
-| | type | __\__ | __\ue823__ |
-| | location | __\__ | __\ue83d__ |
-| | link | __\__ | __\ue83e__ |
-| | archive | __\__ | __\ue826__ |
-| | bin | __\__ | __\ue827__ |
-| | draft | __\__ | __\ue828__ |
-| | folder-open | __\__ | __\ue829__ |
-| | folder | __\__ | __\ue82a__ |
-| | group | __\__ | __\ue82b__ |
-| | item | __\__ | __\ue82c__ |
-| | sent | __\__ | __\ue82d__ |
-| | spam | __\__ | __\ue82e__ |
-| | warning | __\__ | __\ue82f__ |
-| | lock | __\__ | __\ue830__ |
-| | thickness | __\__ | __\ue831__ |
-| | car | __\__ | __\ue832__ |
-| | shopping-bag | __\__ | __\ue833__ |
-| | coffee-cup | __\__ | __\ue834__ |
-| | get-money | __\__ | __\ue835__ |
-| | shopping-user | __\__ | __\ue836__ |
-| | group users | __\__ | __\ue837__ |
-| | dashboard | __\__ | __\ue838__ |
-| | first | __\__ | __\ue839__ |
-| | cake | __\__ | __\ue83a__ |
-| | assets | __\__ | __\ue83b__ |
-| | book | __\__ | __\ue83c__ |
-| | assets | __\__ | __\ue846__ |
-| | book | __\__ | __\ue847__ |
-| | cancel | __\__ | __\ue851__ |
-| | design | __\__ | __\ue848__ |
-| | graphics | __\__ | __\ue849__ |
-| | picture | __\__ | __\ue852__ |
-| | font-size | __\__ | __\ue84b__ |
-| | template | __\__ | __\ue84c__ |
-| | wireframes | __\__ | __\ue84d__ |
-| | distance | __\__ | __\ue84e__ |
-| | stopwatch | __\__ | __\ue84f__ |
-| | play | __\__ | __\ue850__ |
-| | code | __\__ | __\ue854__ |
-| | analysis | __\__ | __\ue855__ |
-| | network | __\__ | __\ue856__ |
-| | network | __\__ | __\ue857__ |
-| | bar-chart | __\__ | __\ue858__ |
-| | sap | __\__ | __\ue859__ |
-| | dba | __\__ | __\ue85a__ |
-| | home | __\__ | __\ue85b__ |
-| | temperature | __\__ | __\ue85c__ |
-| | phone | __\__ | __\ue85d__ |
-| | electricity | __\__ | __\ue85e__ |
-| | wifi | __\__ | __\ue85f__ |
-| | distance-horizontal | __\__ | __\ue860__ |
-| | calendar dayview | __\__ | __\ue861__ |
-| | calendar multiday | __\__ | __\ue862__ |
-| | calendar week | __\__ | __\ue863__ |
-| | calendar month | __\__ | __\ue864__ |
-| | calendar year | __\__ | __\ue865__ |
-| | calendar selection single | __\__ | __\ue866__ |
-| | calendar selection multiple | __\__ | __\ue867__ |
-| | calendar selection range | __\__ | __\ue868__ |
-| | gallery | __\__ | __\ue869__ |
-| | camera | __\__ | __\ue86a__ |
-| | crop free | __\__ | __\ue86b__ |
-| | crop original | __\__ | __\ue86c__ |
-| | crop rect | __\__ | __\ue86d__ |
-| | crop circular | __\__ | __\ue86e__ |
-| | badge | __\__ | __\ue86f__ |
-| | notes | __\__ | __\ue870__ |
-| | time | __\__ | __\ue871__ |
-| | calendar agenda | __\__ | __\ue872__ |
-| | arrows | __\__ | __\ue873__ |
-| | video-camera | __\ງ__ | __\ue874__ |
-| | check | __\__ | __\ue878__ |
-| | cancel | __\__ | __\ue887__ |
-| | text | __\__ | __\ue853__ |
-| | arrow-down | __\__ | __\ue879__ |
-| | flag | __\__ | __\ue87a__ |
-| | save | __\__ | __\ue87b__ |
-| | share | __\__ | __\ue87c__ |
-| | menu-custom | __\__ | __\ue87d__ |
-| | heart-filled | __\__ | __\ue87e__ |
-| | heart-empty | __\__ | __\ue87f__ |
-| | reorder | __\__ | __\ue881__ |
-| | arrow-box-left | __\__ | __\ue882__ |
-| | arrow-box-right | __\__ | __\ue883__ |
-| | bell | __\__ | __\ue88a__ |
-| | chat | __\__ | __\ue88b__ |
-| | phone | __\__ | __\ue887 |
-| | unpin | __\__ | __\ue88e__ |
-| | pin | __\__ | __\ue88f__ |
-| | excel | __\__ | __\ue896__ |
-| | powerpoint | __\__ | __\ue897__ |
-| | word | __\__ | __\ue898__ |
-| | pdf | __\__ | __\ue899__ |
-| | last | __\__ | __\ue89a__ |
-| | expand | __\__ | __\ue89b__ |
-| | expand 2 | __\__ | __\ue89c__ |
-| | paint bucket | __\__ | __\ue89d__ |
-| | mail | __\__ | __\ue89e__ |
-| | promotion | __\__ | __\ue89f__ |
-| | scheduled | __\__ | __\ue8a0__ |
-| | label | __\__ | __\ue8a1__ |
-| | drawer | __\__ | __\ue8a2__ |
-| | social | __\__ | __\ue8a3__ |
-| | shipping | __\__ | __\ue8a6__ |
-| | products | __\__ | __\ue8a7__ |
-| | customer | __\__ | __\ue8a8__ |
-| | export | __\__ | __\ue8a9__ |
-| | info-outlines | __\__ | __\ue8ac__ |
-| | contract | __\__ | __\ue8dd__ |
-| | enlarge | __\__ | __\ue8de__ |
-| | translate | __\__ | __\ue8df__ |
-| | emoji | __\__ | __\ue900__ |
-| | brightness | __\__ | __\ue901__ |
-| | flip-vertical | __\__ | __\ue902__ |
-| | flip-horizontal | __\__ | __\ue903__ |
-| | rotate-cw | __\__ | __\ue904__ |
-| | rotate-ccw | __\__ | __\ue905__ |
-| | crop | __\__ | __\ue906__ |
-| | hue | __\__ | __\ue907__ |
-| | link-external | __\__ | __\uf08e__ |
-| | plus-squared | __\__ | __\uf0fe__ |
-| | angle-left | __\__ | __\uf104__ |
-| | angle-right | __\__ | __\uf105__ |
-| | angle-up | __\__ | __\uf106__ |
-| | angle-down | __\__ | __\uf107__ |
-| | spinner | __\__ | __\uf110__ |
-| | arrow-circled-left | __\__ | __\uf137__ |
-| | arrow-circled-right | __\__ | __\uf138__ |
-| | minus-squared | __\__ | __\uf146__ |
-| | minus-squared-alt | __\__ | __\uf147__ |
-| | plus-squared-alt | __\__ | __\uf196__ |
+|  | sort descent | __\__ | __\ue800__ |
+|  | star-empty | __\__ | __\ue801__ |
+|  | filter | __\__ | __\ue802__ |
+|  | sort ascent | __\__ | __\ue803__ |
+|  | group | __\__ | __\ue804__ |
+|  | star | __\__ | __\ue805__ |
+|  | right-dir | __\__ | __\ue806__ |
+|  | dots vert | __\__ | __\ue807__ |
+|  | menu | __\__ | __\uf008__ |
+|  | check | __\__ | __\ue876__ |
+|  | cancel | __\__ | __\ue877__ |
+|  | dot | __\__ | __\ue80b__ |
+|  | dot-3 | __\__ | __\ue80c__ |
+|  | down-dir | __\__ | __\ue80d__ |
+|  | chevron left | __\__ | __\ue80e__ |
+|  | configure | __\__ | __\ue80f__ |
+|  | search | __\__ | __\ue810__ |
+|  | up-dir | __\__ | __\ue811__ |
+|  | pattern | __\__ | __\ue812__ |
+|  | add | __\__ | __\ue813__ |
+|  | right-dir-outlines | __\__ | __\ue814__ |
+|  | info | __\__ | __\ue815__ |
+|  | down-dir-outlines | __\__ | __\ue816__ |
+|  | bin-solid | __\__ | __\ue817__ |
+|  | edit | __\__ | __\ue818__ |
+|  | copy | __\__ | __\ue819__ |
+|  | arrow-up | __\__ | __\ue81a__ |
+|  | airplane | __\__ | __\ue81c__ |
+|  | pdf | __\__ | __\ue81d__ |
+|  | encoding | __\__ | __\ue81e__ |
+|  | length | __\__ | __\ue81f__ |
+|  | arrow-right | __\__ | __\ue820__ |
+|  | contacts | __\__ | __\ue821__ |
+|  | cog-outlines | __\__ | __\ue822__ |
+|  | type | __\__ | __\ue823__ |
+|  | location | __\__ | __\ue83d__ |
+|  | link | __\__ | __\ue83e__ |
+|  | archive | __\__ | __\ue826__ |
+|  | bin | __\__ | __\ue827__ |
+|  | draft | __\__ | __\ue828__ |
+|  | folder-open | __\__ | __\ue829__ |
+|  | folder | __\__ | __\ue82a__ |
+|  | group | __\__ | __\ue82b__ |
+|  | item | __\__ | __\ue82c__ |
+|  | sent | __\__ | __\ue82d__ |
+|  | spam | __\__ | __\ue82e__ |
+|  | warning | __\__ | __\ue82f__ |
+|  | lock | __\__ | __\ue830__ |
+|  | thickness | __\__ | __\ue831__ |
+|  | car | __\__ | __\ue832__ |
+|  | shopping-bag | __\__ | __\ue833__ |
+|  | coffee-cup | __\__ | __\ue834__ |
+|  | get-money | __\__ | __\ue835__ |
+|  | shopping-user | __\__ | __\ue836__ |
+|  | group users | __\__ | __\ue837__ |
+|  | dashboard | __\__ | __\ue838__ |
+|  | first | __\__ | __\ue839__ |
+|  | cake | __\__ | __\ue83a__ |
+|  | chat | __\__ | __\ue83b__ |
+|  | book | __\__ | __\ue83c__ |
+|  | assets | __\__ | __\ue846__ |
+|  | book | __\__ | __\ue847__ |
+|  | cancel | __\__ | __\ue851__ |
+|  | design | __\__ | __\ue848__ |
+|  | graphics | __\__ | __\ue849__ |
+|  | picture | __\__ | __\ue852__ |
+|  | font-size | __\__ | __\ue84b__ |
+|  | template | __\__ | __\ue84c__ |
+|  | wireframes | __\__ | __\ue84d__ |
+|  | distance | __\__ | __\ue84e__ |
+|  | stopwatch | __\__ | __\ue84f__ |
+|  | play | __\__ | __\ue850__ |
+|  | code | __\__ | __\ue854__ |
+|  | analysis | __\__ | __\ue855__ |
+|  | network | __\__ | __\ue856__ |
+|  | network | __\__ | __\ue857__ |
+|  | bar-chart | __\__ | __\ue858__ |
+|  | sap | __\__ | __\ue859__ |
+|  | dba | __\__ | __\ue85a__ |
+|  | home | __\__ | __\ue85b__ |
+|  | temperature | __\__ | __\ue85c__ |
+|  | phone | __\__ | __\ue85d__ |
+|  | electricity | __\__ | __\ue85e__ |
+|  | wifi | __\__ | __\ue85f__ |
+|  | distance-horizontal | __\__ | __\ue860__ |
+|  | calendar dayview | __\__ | __\ue861__ |
+|  | calendar multiday | __\__ | __\ue862__ |
+|  | calendar week | __\__ | __\ue863__ |
+|  | calendar month | __\__ | __\ue864__ |
+|  | calendar year | __\__ | __\ue865__ |
+|  | calendar selection single | __\__ | __\ue866__ |
+|  | calendar selection multiple | __\__ | __\ue867__ |
+|  | calendar selection range | __\__ | __\ue868__ |
+|  | gallery | __\__ | __\ue869__ |
+|  | camera | __\__ | __\ue86a__ |
+|  | crop free | __\__ | __\ue86b__ |
+|  | crop original | __\__ | __\ue86c__ |
+|  | crop rect | __\__ | __\ue86d__ |
+|  | crop circular | __\__ | __\ue86e__ |
+|  | badge | __\__ | __\ue86f__ |
+|  | notes | __\__ | __\ue870__ |
+|  | time | __\__ | __\ue871__ |
+|  | calendar agenda | __\__ | __\ue872__ |
+|  | arrows | __\__ | __\ue873__ |
+|  | video-camera | __\ງ__ | __\ue874__ |
+|  | check | __\__ | __\ue878__ |
+|  | cancel | __\__ | __\ue887__ |
+|  | text | __\__ | __\ue853__ |
+|  | arrow-down | __\__ | __\ue879__ |
+|  | flag | __\__ | __\ue87a__ |
+|  | save | __\__ | __\ue87b__ |
+|  | share | __\__ | __\ue87c__ |
+|  | menu-custom | __\__ | __\ue87d__ |
+|  | heart-filled | __\__ | __\ue87e__ |
+|  | heart-empty | __\__ | __\ue87f__ |
+|  | reorder | __\__ | __\ue881__ |
+|  | arrow-box-left | __\__ | __\ue882__ |
+|  | arrow-box-right | __\__ | __\ue883__ |
+|  | bell | __\__ | __\ue88a__ |
+|  | chat | __\__ | __\ue88b__ |
+|  | phone | __\__ | __\ue887 |
+|  | unpin | __\__ | __\ue88e__ |
+|  | pin | __\__ | __\ue88f__ |
+|  | excel | __\__ | __\ue896__ |
+|  | powerpoint | __\__ | __\ue897__ |
+|  | word | __\__ | __\ue898__ |
+|  | pdf | __\__ | __\ue899__ |
+|  | last | __\__ | __\ue89a__ |
+|  | expand | __\__ | __\ue89b__ |
+|  | expand 2 | __\__ | __\ue89c__ |
+|  | paint bucket | __\__ | __\ue89d__ |
+|  | mail | __\__ | __\ue89e__ |
+|  | promotion | __\__ | __\ue89f__ |
+|  | scheduled | __\__ | __\ue8a0__ |
+|  | label | __\__ | __\ue8a1__ |
+|  | drawer | __\__ | __\ue8a2__ |
+|  | social | __\__ | __\ue8a3__ |
+|  | shipping | __\__ | __\ue8a6__ |
+|  | products | __\__ | __\ue8a7__ |
+|  | customer | __\__ | __\ue8a8__ |
+|  | export | __\__ | __\ue8a9__ |
+|  | info-outlines | __\__ | __\ue8ac__ |
+|  | contract | __\__ | __\ue8dd__ |
+|  | enlarge | __\__ | __\ue8de__ |
+|  | translate | __\__ | __\ue8df__ |
+|  | emoji | __\__ | __\ue900__ |
+|  | brightness | __\__ | __\ue901__ |
+|  | flip-vertical | __\__ | __\ue902__ |
+|  | flip-horizontal | __\__ | __\ue903__ |
+|  | rotate-cw | __\__ | __\ue904__ |
+|  | rotate-ccw | __\__ | __\ue905__ |
+|  | crop | __\__ | __\ue906__ |
+|  | hue | __\__ | __\ue907__ |
+|  | link-external | __\__ | __\uf08e__ |
+|  | plus-squared | __\__ | __\uf0fe__ |
+|  | angle-left | __\__ | __\uf104__ |
+|  | angle-right | __\__ | __\uf105__ |
+|  | angle-up | __\__ | __\uf106__ |
+|  | angle-down | __\__ | __\uf107__ |
+|  | spinner | __\__ | __\uf110__ |
+|  | arrow-circled-left | __\__ | __\uf137__ |
+|  | arrow-circled-right | __\__ | __\uf138__ |
+|  | minus-squared | __\__ | __\uf146__ |
+|  | minus-squared-alt | __\__ | __\uf147__ |
+|  | plus-squared-alt | __\__ | __\uf196__ |
diff --git a/font-icons/images/add.png b/font-icons/images/add.png
new file mode 100644
index 000000000..e8bf52bbd
Binary files /dev/null and b/font-icons/images/add.png differ
diff --git a/font-icons/images/airplane.png b/font-icons/images/airplane.png
new file mode 100644
index 000000000..b42f2545b
Binary files /dev/null and b/font-icons/images/airplane.png differ
diff --git a/font-icons/images/analysis.png b/font-icons/images/analysis.png
new file mode 100644
index 000000000..ea4614c07
Binary files /dev/null and b/font-icons/images/analysis.png differ
diff --git a/font-icons/images/angle-down.png b/font-icons/images/angle-down.png
new file mode 100644
index 000000000..edea53ed5
Binary files /dev/null and b/font-icons/images/angle-down.png differ
diff --git a/font-icons/images/angle-left.png b/font-icons/images/angle-left.png
new file mode 100644
index 000000000..9bbc9c912
Binary files /dev/null and b/font-icons/images/angle-left.png differ
diff --git a/font-icons/images/angle-right.png b/font-icons/images/angle-right.png
new file mode 100644
index 000000000..e64d7137b
Binary files /dev/null and b/font-icons/images/angle-right.png differ
diff --git a/font-icons/images/angle-up.png b/font-icons/images/angle-up.png
new file mode 100644
index 000000000..f39434342
Binary files /dev/null and b/font-icons/images/angle-up.png differ
diff --git a/font-icons/images/archive.png b/font-icons/images/archive.png
new file mode 100644
index 000000000..862af0166
Binary files /dev/null and b/font-icons/images/archive.png differ
diff --git a/font-icons/images/arrow-box-left.png b/font-icons/images/arrow-box-left.png
new file mode 100644
index 000000000..1ba83434e
Binary files /dev/null and b/font-icons/images/arrow-box-left.png differ
diff --git a/font-icons/images/arrow-box-right.png b/font-icons/images/arrow-box-right.png
new file mode 100644
index 000000000..64cf97e8d
Binary files /dev/null and b/font-icons/images/arrow-box-right.png differ
diff --git a/font-icons/images/arrow-circled-left.png b/font-icons/images/arrow-circled-left.png
new file mode 100644
index 000000000..5db35d20e
Binary files /dev/null and b/font-icons/images/arrow-circled-left.png differ
diff --git a/font-icons/images/arrow-circled-right.png b/font-icons/images/arrow-circled-right.png
new file mode 100644
index 000000000..9ff5356a4
Binary files /dev/null and b/font-icons/images/arrow-circled-right.png differ
diff --git a/font-icons/images/arrow-down.png b/font-icons/images/arrow-down.png
new file mode 100644
index 000000000..bbe2b042b
Binary files /dev/null and b/font-icons/images/arrow-down.png differ
diff --git a/font-icons/images/arrow-right.png b/font-icons/images/arrow-right.png
new file mode 100644
index 000000000..6a791b4c2
Binary files /dev/null and b/font-icons/images/arrow-right.png differ
diff --git a/font-icons/images/arrow-up.png b/font-icons/images/arrow-up.png
new file mode 100644
index 000000000..8784ef2d5
Binary files /dev/null and b/font-icons/images/arrow-up.png differ
diff --git a/font-icons/images/arrows.png b/font-icons/images/arrows.png
new file mode 100644
index 000000000..23c5e8174
Binary files /dev/null and b/font-icons/images/arrows.png differ
diff --git a/font-icons/images/assets.png b/font-icons/images/assets.png
new file mode 100644
index 000000000..f0b864576
Binary files /dev/null and b/font-icons/images/assets.png differ
diff --git a/font-icons/images/assets2.png b/font-icons/images/assets2.png
new file mode 100644
index 000000000..83cfb729f
Binary files /dev/null and b/font-icons/images/assets2.png differ
diff --git a/font-icons/images/badge.png b/font-icons/images/badge.png
new file mode 100644
index 000000000..12ab11329
Binary files /dev/null and b/font-icons/images/badge.png differ
diff --git a/font-icons/images/bar-chart.png b/font-icons/images/bar-chart.png
new file mode 100644
index 000000000..984996bcf
Binary files /dev/null and b/font-icons/images/bar-chart.png differ
diff --git a/font-icons/images/bell.png b/font-icons/images/bell.png
new file mode 100644
index 000000000..15408c68c
Binary files /dev/null and b/font-icons/images/bell.png differ
diff --git a/font-icons/images/bin-solid.png b/font-icons/images/bin-solid.png
new file mode 100644
index 000000000..768c0879a
Binary files /dev/null and b/font-icons/images/bin-solid.png differ
diff --git a/font-icons/images/bin.png b/font-icons/images/bin.png
new file mode 100644
index 000000000..0b1be8dac
Binary files /dev/null and b/font-icons/images/bin.png differ
diff --git a/font-icons/images/book.png b/font-icons/images/book.png
new file mode 100644
index 000000000..d3176e099
Binary files /dev/null and b/font-icons/images/book.png differ
diff --git a/font-icons/images/book2.png b/font-icons/images/book2.png
new file mode 100644
index 000000000..e1b7a5aba
Binary files /dev/null and b/font-icons/images/book2.png differ
diff --git a/font-icons/images/brightness.png b/font-icons/images/brightness.png
new file mode 100644
index 000000000..a51f3a19c
Binary files /dev/null and b/font-icons/images/brightness.png differ
diff --git a/font-icons/images/cake.png b/font-icons/images/cake.png
new file mode 100644
index 000000000..f4360b69e
Binary files /dev/null and b/font-icons/images/cake.png differ
diff --git a/font-icons/images/calendar-agenda.png b/font-icons/images/calendar-agenda.png
new file mode 100644
index 000000000..6932de0de
Binary files /dev/null and b/font-icons/images/calendar-agenda.png differ
diff --git a/font-icons/images/calendar-dayview.png b/font-icons/images/calendar-dayview.png
new file mode 100644
index 000000000..97d1cef29
Binary files /dev/null and b/font-icons/images/calendar-dayview.png differ
diff --git a/font-icons/images/calendar-month.png b/font-icons/images/calendar-month.png
new file mode 100644
index 000000000..102341bad
Binary files /dev/null and b/font-icons/images/calendar-month.png differ
diff --git a/font-icons/images/calendar-multiday.png b/font-icons/images/calendar-multiday.png
new file mode 100644
index 000000000..82fe22a0f
Binary files /dev/null and b/font-icons/images/calendar-multiday.png differ
diff --git a/font-icons/images/calendar-selection-multiple.png b/font-icons/images/calendar-selection-multiple.png
new file mode 100644
index 000000000..66e99be53
Binary files /dev/null and b/font-icons/images/calendar-selection-multiple.png differ
diff --git a/font-icons/images/calendar-selection-range.png b/font-icons/images/calendar-selection-range.png
new file mode 100644
index 000000000..8bba0cbbb
Binary files /dev/null and b/font-icons/images/calendar-selection-range.png differ
diff --git a/font-icons/images/calendar-selection-single.png b/font-icons/images/calendar-selection-single.png
new file mode 100644
index 000000000..5f74559b4
Binary files /dev/null and b/font-icons/images/calendar-selection-single.png differ
diff --git a/font-icons/images/calendar-week.png b/font-icons/images/calendar-week.png
new file mode 100644
index 000000000..b191e1cfa
Binary files /dev/null and b/font-icons/images/calendar-week.png differ
diff --git a/font-icons/images/calendar-year.png b/font-icons/images/calendar-year.png
new file mode 100644
index 000000000..43718ee2f
Binary files /dev/null and b/font-icons/images/calendar-year.png differ
diff --git a/font-icons/images/camera.png b/font-icons/images/camera.png
new file mode 100644
index 000000000..4bc389d50
Binary files /dev/null and b/font-icons/images/camera.png differ
diff --git a/font-icons/images/cancel.png b/font-icons/images/cancel.png
new file mode 100644
index 000000000..6c3e8ccd5
Binary files /dev/null and b/font-icons/images/cancel.png differ
diff --git a/font-icons/images/cancel2.png b/font-icons/images/cancel2.png
new file mode 100644
index 000000000..37e397996
Binary files /dev/null and b/font-icons/images/cancel2.png differ
diff --git a/font-icons/images/cancel3.png b/font-icons/images/cancel3.png
new file mode 100644
index 000000000..4b7806d05
Binary files /dev/null and b/font-icons/images/cancel3.png differ
diff --git a/font-icons/images/car.png b/font-icons/images/car.png
new file mode 100644
index 000000000..bd5a4c633
Binary files /dev/null and b/font-icons/images/car.png differ
diff --git a/font-icons/images/chat.png b/font-icons/images/chat.png
new file mode 100644
index 000000000..0719d9392
Binary files /dev/null and b/font-icons/images/chat.png differ
diff --git a/font-icons/images/check.png b/font-icons/images/check.png
new file mode 100644
index 000000000..910388f21
Binary files /dev/null and b/font-icons/images/check.png differ
diff --git a/font-icons/images/check2.png b/font-icons/images/check2.png
new file mode 100644
index 000000000..b4b305dd4
Binary files /dev/null and b/font-icons/images/check2.png differ
diff --git a/font-icons/images/chevron-left.png b/font-icons/images/chevron-left.png
new file mode 100644
index 000000000..5c7de58b6
Binary files /dev/null and b/font-icons/images/chevron-left.png differ
diff --git a/font-icons/images/code.png b/font-icons/images/code.png
new file mode 100644
index 000000000..7638f2930
Binary files /dev/null and b/font-icons/images/code.png differ
diff --git a/font-icons/images/coffee-cup.png b/font-icons/images/coffee-cup.png
new file mode 100644
index 000000000..1a1299c77
Binary files /dev/null and b/font-icons/images/coffee-cup.png differ
diff --git a/font-icons/images/cog-outlines.png b/font-icons/images/cog-outlines.png
new file mode 100644
index 000000000..cca1b7860
Binary files /dev/null and b/font-icons/images/cog-outlines.png differ
diff --git a/font-icons/images/configure.png b/font-icons/images/configure.png
new file mode 100644
index 000000000..a6ffcb549
Binary files /dev/null and b/font-icons/images/configure.png differ
diff --git a/font-icons/images/contacts.png b/font-icons/images/contacts.png
new file mode 100644
index 000000000..9da1ffce5
Binary files /dev/null and b/font-icons/images/contacts.png differ
diff --git a/font-icons/images/contract.png b/font-icons/images/contract.png
new file mode 100644
index 000000000..0c1348e27
Binary files /dev/null and b/font-icons/images/contract.png differ
diff --git a/font-icons/images/copy.png b/font-icons/images/copy.png
new file mode 100644
index 000000000..9728ef1e6
Binary files /dev/null and b/font-icons/images/copy.png differ
diff --git a/font-icons/images/crop-circular.png b/font-icons/images/crop-circular.png
new file mode 100644
index 000000000..960840483
Binary files /dev/null and b/font-icons/images/crop-circular.png differ
diff --git a/font-icons/images/crop-free.png b/font-icons/images/crop-free.png
new file mode 100644
index 000000000..6204fc875
Binary files /dev/null and b/font-icons/images/crop-free.png differ
diff --git a/font-icons/images/crop-original.png b/font-icons/images/crop-original.png
new file mode 100644
index 000000000..9eadf76da
Binary files /dev/null and b/font-icons/images/crop-original.png differ
diff --git a/font-icons/images/crop-rect.png b/font-icons/images/crop-rect.png
new file mode 100644
index 000000000..625b02ab5
Binary files /dev/null and b/font-icons/images/crop-rect.png differ
diff --git a/font-icons/images/crop.png b/font-icons/images/crop.png
new file mode 100644
index 000000000..1bf4a3500
Binary files /dev/null and b/font-icons/images/crop.png differ
diff --git a/font-icons/images/customer.png b/font-icons/images/customer.png
new file mode 100644
index 000000000..0c13e081e
Binary files /dev/null and b/font-icons/images/customer.png differ
diff --git a/font-icons/images/dashboard.png b/font-icons/images/dashboard.png
new file mode 100644
index 000000000..3dce63c3a
Binary files /dev/null and b/font-icons/images/dashboard.png differ
diff --git a/font-icons/images/dba.png b/font-icons/images/dba.png
new file mode 100644
index 000000000..1d5fd1e63
Binary files /dev/null and b/font-icons/images/dba.png differ
diff --git a/font-icons/images/design.png b/font-icons/images/design.png
new file mode 100644
index 000000000..2e99306ca
Binary files /dev/null and b/font-icons/images/design.png differ
diff --git a/font-icons/images/distance-horizontal.png b/font-icons/images/distance-horizontal.png
new file mode 100644
index 000000000..e3eb66ead
Binary files /dev/null and b/font-icons/images/distance-horizontal.png differ
diff --git a/font-icons/images/distance.png b/font-icons/images/distance.png
new file mode 100644
index 000000000..ce344d590
Binary files /dev/null and b/font-icons/images/distance.png differ
diff --git a/font-icons/images/dot-3.png b/font-icons/images/dot-3.png
new file mode 100644
index 000000000..9215e4de5
Binary files /dev/null and b/font-icons/images/dot-3.png differ
diff --git a/font-icons/images/dot.png b/font-icons/images/dot.png
new file mode 100644
index 000000000..f38f305ba
Binary files /dev/null and b/font-icons/images/dot.png differ
diff --git a/font-icons/images/dots-vert.png b/font-icons/images/dots-vert.png
new file mode 100644
index 000000000..857a99b52
Binary files /dev/null and b/font-icons/images/dots-vert.png differ
diff --git a/font-icons/images/down-dir-outlines.png b/font-icons/images/down-dir-outlines.png
new file mode 100644
index 000000000..8ba6a8197
Binary files /dev/null and b/font-icons/images/down-dir-outlines.png differ
diff --git a/font-icons/images/down-dir.png b/font-icons/images/down-dir.png
new file mode 100644
index 000000000..64dca00f4
Binary files /dev/null and b/font-icons/images/down-dir.png differ
diff --git a/font-icons/images/draft.png b/font-icons/images/draft.png
new file mode 100644
index 000000000..b7da9401d
Binary files /dev/null and b/font-icons/images/draft.png differ
diff --git a/font-icons/images/drawer.png b/font-icons/images/drawer.png
new file mode 100644
index 000000000..6a8ed8faa
Binary files /dev/null and b/font-icons/images/drawer.png differ
diff --git a/font-icons/images/edit.png b/font-icons/images/edit.png
new file mode 100644
index 000000000..3630f739e
Binary files /dev/null and b/font-icons/images/edit.png differ
diff --git a/font-icons/images/electricity.png b/font-icons/images/electricity.png
new file mode 100644
index 000000000..2fe4cbfcf
Binary files /dev/null and b/font-icons/images/electricity.png differ
diff --git a/font-icons/images/emoji.png b/font-icons/images/emoji.png
new file mode 100644
index 000000000..3cf243360
Binary files /dev/null and b/font-icons/images/emoji.png differ
diff --git a/font-icons/images/encoding.png b/font-icons/images/encoding.png
new file mode 100644
index 000000000..7920a6889
Binary files /dev/null and b/font-icons/images/encoding.png differ
diff --git a/font-icons/images/enlarge.png b/font-icons/images/enlarge.png
new file mode 100644
index 000000000..0418b3f53
Binary files /dev/null and b/font-icons/images/enlarge.png differ
diff --git a/font-icons/images/excel.png b/font-icons/images/excel.png
new file mode 100644
index 000000000..debcfa177
Binary files /dev/null and b/font-icons/images/excel.png differ
diff --git a/font-icons/images/expand.png b/font-icons/images/expand.png
new file mode 100644
index 000000000..cf0883819
Binary files /dev/null and b/font-icons/images/expand.png differ
diff --git a/font-icons/images/expand2.png b/font-icons/images/expand2.png
new file mode 100644
index 000000000..ab7f8d3f7
Binary files /dev/null and b/font-icons/images/expand2.png differ
diff --git a/font-icons/images/export.png b/font-icons/images/export.png
new file mode 100644
index 000000000..89f47d115
Binary files /dev/null and b/font-icons/images/export.png differ
diff --git a/font-icons/images/filter.png b/font-icons/images/filter.png
new file mode 100644
index 000000000..298e24b07
Binary files /dev/null and b/font-icons/images/filter.png differ
diff --git a/font-icons/images/first.png b/font-icons/images/first.png
new file mode 100644
index 000000000..5a2143f27
Binary files /dev/null and b/font-icons/images/first.png differ
diff --git a/font-icons/images/flag.png b/font-icons/images/flag.png
new file mode 100644
index 000000000..ed63105ad
Binary files /dev/null and b/font-icons/images/flag.png differ
diff --git a/font-icons/images/flip-horizontal.png b/font-icons/images/flip-horizontal.png
new file mode 100644
index 000000000..c7e2d5369
Binary files /dev/null and b/font-icons/images/flip-horizontal.png differ
diff --git a/font-icons/images/flip-vertical.png b/font-icons/images/flip-vertical.png
new file mode 100644
index 000000000..3b9eb9533
Binary files /dev/null and b/font-icons/images/flip-vertical.png differ
diff --git a/font-icons/images/folder-open.png b/font-icons/images/folder-open.png
new file mode 100644
index 000000000..0943189c8
Binary files /dev/null and b/font-icons/images/folder-open.png differ
diff --git a/font-icons/images/folder.png b/font-icons/images/folder.png
new file mode 100644
index 000000000..edac15d69
Binary files /dev/null and b/font-icons/images/folder.png differ
diff --git a/font-icons/images/font-size.png b/font-icons/images/font-size.png
new file mode 100644
index 000000000..f60308ef9
Binary files /dev/null and b/font-icons/images/font-size.png differ
diff --git a/font-icons/images/gallery.png b/font-icons/images/gallery.png
new file mode 100644
index 000000000..61cde7600
Binary files /dev/null and b/font-icons/images/gallery.png differ
diff --git a/font-icons/images/get-money.png b/font-icons/images/get-money.png
new file mode 100644
index 000000000..0d1afe441
Binary files /dev/null and b/font-icons/images/get-money.png differ
diff --git a/font-icons/images/graphics.png b/font-icons/images/graphics.png
new file mode 100644
index 000000000..9f8109efc
Binary files /dev/null and b/font-icons/images/graphics.png differ
diff --git a/font-icons/images/group-users.png b/font-icons/images/group-users.png
new file mode 100644
index 000000000..55fb35652
Binary files /dev/null and b/font-icons/images/group-users.png differ
diff --git a/font-icons/images/group.png b/font-icons/images/group.png
new file mode 100644
index 000000000..1e1c67a04
Binary files /dev/null and b/font-icons/images/group.png differ
diff --git a/font-icons/images/group2.png b/font-icons/images/group2.png
new file mode 100644
index 000000000..6a784977d
Binary files /dev/null and b/font-icons/images/group2.png differ
diff --git a/font-icons/images/heart-empty.png b/font-icons/images/heart-empty.png
new file mode 100644
index 000000000..e45ee9050
Binary files /dev/null and b/font-icons/images/heart-empty.png differ
diff --git a/font-icons/images/heart-filled.png b/font-icons/images/heart-filled.png
new file mode 100644
index 000000000..89bc56713
Binary files /dev/null and b/font-icons/images/heart-filled.png differ
diff --git a/font-icons/images/home.png b/font-icons/images/home.png
new file mode 100644
index 000000000..14bbd15d0
Binary files /dev/null and b/font-icons/images/home.png differ
diff --git a/font-icons/images/hue.png b/font-icons/images/hue.png
new file mode 100644
index 000000000..47b297183
Binary files /dev/null and b/font-icons/images/hue.png differ
diff --git a/font-icons/images/info-outlines.png b/font-icons/images/info-outlines.png
new file mode 100644
index 000000000..b2d0d4a3b
Binary files /dev/null and b/font-icons/images/info-outlines.png differ
diff --git a/font-icons/images/info.png b/font-icons/images/info.png
new file mode 100644
index 000000000..324cc4bec
Binary files /dev/null and b/font-icons/images/info.png differ
diff --git a/font-icons/images/item.png b/font-icons/images/item.png
new file mode 100644
index 000000000..063e44159
Binary files /dev/null and b/font-icons/images/item.png differ
diff --git a/font-icons/images/label.png b/font-icons/images/label.png
new file mode 100644
index 000000000..82b2ca7b3
Binary files /dev/null and b/font-icons/images/label.png differ
diff --git a/font-icons/images/last.png b/font-icons/images/last.png
new file mode 100644
index 000000000..074886027
Binary files /dev/null and b/font-icons/images/last.png differ
diff --git a/font-icons/images/length.png b/font-icons/images/length.png
new file mode 100644
index 000000000..17d60fe20
Binary files /dev/null and b/font-icons/images/length.png differ
diff --git a/font-icons/images/link-external.png b/font-icons/images/link-external.png
new file mode 100644
index 000000000..7f1f7561a
Binary files /dev/null and b/font-icons/images/link-external.png differ
diff --git a/font-icons/images/link.png b/font-icons/images/link.png
new file mode 100644
index 000000000..3526ded19
Binary files /dev/null and b/font-icons/images/link.png differ
diff --git a/font-icons/images/location.png b/font-icons/images/location.png
new file mode 100644
index 000000000..842493ab8
Binary files /dev/null and b/font-icons/images/location.png differ
diff --git a/font-icons/images/lock.png b/font-icons/images/lock.png
new file mode 100644
index 000000000..b6d5f5410
Binary files /dev/null and b/font-icons/images/lock.png differ
diff --git a/font-icons/images/mail.png b/font-icons/images/mail.png
new file mode 100644
index 000000000..01f1990dd
Binary files /dev/null and b/font-icons/images/mail.png differ
diff --git a/font-icons/images/menu-custom.png b/font-icons/images/menu-custom.png
new file mode 100644
index 000000000..e9be8d743
Binary files /dev/null and b/font-icons/images/menu-custom.png differ
diff --git a/font-icons/images/menu.png b/font-icons/images/menu.png
new file mode 100644
index 000000000..f5f32301b
Binary files /dev/null and b/font-icons/images/menu.png differ
diff --git a/font-icons/images/minus-squared-alt.png b/font-icons/images/minus-squared-alt.png
new file mode 100644
index 000000000..f352bb47b
Binary files /dev/null and b/font-icons/images/minus-squared-alt.png differ
diff --git a/font-icons/images/minus-squared.png b/font-icons/images/minus-squared.png
new file mode 100644
index 000000000..6cbdf1d7e
Binary files /dev/null and b/font-icons/images/minus-squared.png differ
diff --git a/font-icons/images/network.png b/font-icons/images/network.png
new file mode 100644
index 000000000..c9e00a98f
Binary files /dev/null and b/font-icons/images/network.png differ
diff --git a/font-icons/images/network2.png b/font-icons/images/network2.png
new file mode 100644
index 000000000..4468f1cb5
Binary files /dev/null and b/font-icons/images/network2.png differ
diff --git a/font-icons/images/notes.png b/font-icons/images/notes.png
new file mode 100644
index 000000000..a102cb70e
Binary files /dev/null and b/font-icons/images/notes.png differ
diff --git a/font-icons/images/paint-bucket.png b/font-icons/images/paint-bucket.png
new file mode 100644
index 000000000..1626a2a37
Binary files /dev/null and b/font-icons/images/paint-bucket.png differ
diff --git a/font-icons/images/pattern.png b/font-icons/images/pattern.png
new file mode 100644
index 000000000..f5a7638c4
Binary files /dev/null and b/font-icons/images/pattern.png differ
diff --git a/font-icons/images/pdf.png b/font-icons/images/pdf.png
new file mode 100644
index 000000000..e35b00dba
Binary files /dev/null and b/font-icons/images/pdf.png differ
diff --git a/font-icons/images/pdf2.png b/font-icons/images/pdf2.png
new file mode 100644
index 000000000..90cbfa9ef
Binary files /dev/null and b/font-icons/images/pdf2.png differ
diff --git a/font-icons/images/phone.png b/font-icons/images/phone.png
new file mode 100644
index 000000000..39f079709
Binary files /dev/null and b/font-icons/images/phone.png differ
diff --git a/font-icons/images/phone2.png b/font-icons/images/phone2.png
new file mode 100644
index 000000000..4b7806d05
Binary files /dev/null and b/font-icons/images/phone2.png differ
diff --git a/font-icons/images/picture.png b/font-icons/images/picture.png
new file mode 100644
index 000000000..ff13de23c
Binary files /dev/null and b/font-icons/images/picture.png differ
diff --git a/font-icons/images/pin.png b/font-icons/images/pin.png
new file mode 100644
index 000000000..9fe778ace
Binary files /dev/null and b/font-icons/images/pin.png differ
diff --git a/font-icons/images/play.png b/font-icons/images/play.png
new file mode 100644
index 000000000..229945b1d
Binary files /dev/null and b/font-icons/images/play.png differ
diff --git a/font-icons/images/plus-squared-alt.png b/font-icons/images/plus-squared-alt.png
new file mode 100644
index 000000000..3599a653f
Binary files /dev/null and b/font-icons/images/plus-squared-alt.png differ
diff --git a/font-icons/images/plus-squared.png b/font-icons/images/plus-squared.png
new file mode 100644
index 000000000..b8520a98b
Binary files /dev/null and b/font-icons/images/plus-squared.png differ
diff --git a/font-icons/images/powerpoint.png b/font-icons/images/powerpoint.png
new file mode 100644
index 000000000..ca7e4560a
Binary files /dev/null and b/font-icons/images/powerpoint.png differ
diff --git a/font-icons/images/products.png b/font-icons/images/products.png
new file mode 100644
index 000000000..fd533b039
Binary files /dev/null and b/font-icons/images/products.png differ
diff --git a/font-icons/images/promotion.png b/font-icons/images/promotion.png
new file mode 100644
index 000000000..75738baa7
Binary files /dev/null and b/font-icons/images/promotion.png differ
diff --git a/font-icons/images/reorder.png b/font-icons/images/reorder.png
new file mode 100644
index 000000000..c9955051b
Binary files /dev/null and b/font-icons/images/reorder.png differ
diff --git a/font-icons/images/right-dir-outlines.png b/font-icons/images/right-dir-outlines.png
new file mode 100644
index 000000000..29b92bf50
Binary files /dev/null and b/font-icons/images/right-dir-outlines.png differ
diff --git a/font-icons/images/right-dir.png b/font-icons/images/right-dir.png
new file mode 100644
index 000000000..2ff3dd463
Binary files /dev/null and b/font-icons/images/right-dir.png differ
diff --git a/font-icons/images/rotate-ccw.png b/font-icons/images/rotate-ccw.png
new file mode 100644
index 000000000..ac3b34d75
Binary files /dev/null and b/font-icons/images/rotate-ccw.png differ
diff --git a/font-icons/images/rotate-cw.png b/font-icons/images/rotate-cw.png
new file mode 100644
index 000000000..61b602c68
Binary files /dev/null and b/font-icons/images/rotate-cw.png differ
diff --git a/font-icons/images/sap.png b/font-icons/images/sap.png
new file mode 100644
index 000000000..e7da28e35
Binary files /dev/null and b/font-icons/images/sap.png differ
diff --git a/font-icons/images/save.png b/font-icons/images/save.png
new file mode 100644
index 000000000..be22ad752
Binary files /dev/null and b/font-icons/images/save.png differ
diff --git a/font-icons/images/scheduled.png b/font-icons/images/scheduled.png
new file mode 100644
index 000000000..726f16c59
Binary files /dev/null and b/font-icons/images/scheduled.png differ
diff --git a/font-icons/images/search.png b/font-icons/images/search.png
new file mode 100644
index 000000000..67626db0a
Binary files /dev/null and b/font-icons/images/search.png differ
diff --git a/font-icons/images/sent.png b/font-icons/images/sent.png
new file mode 100644
index 000000000..b10efa125
Binary files /dev/null and b/font-icons/images/sent.png differ
diff --git a/font-icons/images/share.png b/font-icons/images/share.png
new file mode 100644
index 000000000..63f9dc70a
Binary files /dev/null and b/font-icons/images/share.png differ
diff --git a/font-icons/images/shipping.png b/font-icons/images/shipping.png
new file mode 100644
index 000000000..f46147ec1
Binary files /dev/null and b/font-icons/images/shipping.png differ
diff --git a/font-icons/images/shopping-bag.png b/font-icons/images/shopping-bag.png
new file mode 100644
index 000000000..2f7389ab3
Binary files /dev/null and b/font-icons/images/shopping-bag.png differ
diff --git a/font-icons/images/shopping-user.png b/font-icons/images/shopping-user.png
new file mode 100644
index 000000000..b7c52e21f
Binary files /dev/null and b/font-icons/images/shopping-user.png differ
diff --git a/font-icons/images/social.png b/font-icons/images/social.png
new file mode 100644
index 000000000..ed1d98ebf
Binary files /dev/null and b/font-icons/images/social.png differ
diff --git a/font-icons/images/sort-ascent.png b/font-icons/images/sort-ascent.png
new file mode 100644
index 000000000..8bf6dc8cf
Binary files /dev/null and b/font-icons/images/sort-ascent.png differ
diff --git a/font-icons/images/sort-descent.png b/font-icons/images/sort-descent.png
new file mode 100644
index 000000000..3d333201f
Binary files /dev/null and b/font-icons/images/sort-descent.png differ
diff --git a/font-icons/images/spam.png b/font-icons/images/spam.png
new file mode 100644
index 000000000..333f1bcbd
Binary files /dev/null and b/font-icons/images/spam.png differ
diff --git a/font-icons/images/spinner.png b/font-icons/images/spinner.png
new file mode 100644
index 000000000..0afa18fc7
Binary files /dev/null and b/font-icons/images/spinner.png differ
diff --git a/font-icons/images/star-empty.png b/font-icons/images/star-empty.png
new file mode 100644
index 000000000..c0bfe6f37
Binary files /dev/null and b/font-icons/images/star-empty.png differ
diff --git a/font-icons/images/star.png b/font-icons/images/star.png
new file mode 100644
index 000000000..e9946d0a2
Binary files /dev/null and b/font-icons/images/star.png differ
diff --git a/font-icons/images/stopwatch.png b/font-icons/images/stopwatch.png
new file mode 100644
index 000000000..ce4550251
Binary files /dev/null and b/font-icons/images/stopwatch.png differ
diff --git a/font-icons/images/temperature.png b/font-icons/images/temperature.png
new file mode 100644
index 000000000..49c93fbf5
Binary files /dev/null and b/font-icons/images/temperature.png differ
diff --git a/font-icons/images/template.png b/font-icons/images/template.png
new file mode 100644
index 000000000..af2a44b8c
Binary files /dev/null and b/font-icons/images/template.png differ
diff --git a/font-icons/images/text.png b/font-icons/images/text.png
new file mode 100644
index 000000000..a749ac0df
Binary files /dev/null and b/font-icons/images/text.png differ
diff --git a/font-icons/images/thickness.png b/font-icons/images/thickness.png
new file mode 100644
index 000000000..042e70429
Binary files /dev/null and b/font-icons/images/thickness.png differ
diff --git a/font-icons/images/time.png b/font-icons/images/time.png
new file mode 100644
index 000000000..78e59309f
Binary files /dev/null and b/font-icons/images/time.png differ
diff --git a/font-icons/images/translate.png b/font-icons/images/translate.png
new file mode 100644
index 000000000..2af567dce
Binary files /dev/null and b/font-icons/images/translate.png differ
diff --git a/font-icons/images/type.png b/font-icons/images/type.png
new file mode 100644
index 000000000..0f9a86f60
Binary files /dev/null and b/font-icons/images/type.png differ
diff --git a/font-icons/images/unpin.png b/font-icons/images/unpin.png
new file mode 100644
index 000000000..6fb7de7b5
Binary files /dev/null and b/font-icons/images/unpin.png differ
diff --git a/font-icons/images/up-dir.png b/font-icons/images/up-dir.png
new file mode 100644
index 000000000..85f0b68f5
Binary files /dev/null and b/font-icons/images/up-dir.png differ
diff --git a/font-icons/images/video-camera.png b/font-icons/images/video-camera.png
new file mode 100644
index 000000000..0bd500609
Binary files /dev/null and b/font-icons/images/video-camera.png differ
diff --git a/font-icons/images/warning.png b/font-icons/images/warning.png
new file mode 100644
index 000000000..5a34bc8bc
Binary files /dev/null and b/font-icons/images/warning.png differ
diff --git a/font-icons/images/wifi.png b/font-icons/images/wifi.png
new file mode 100644
index 000000000..555d63bf9
Binary files /dev/null and b/font-icons/images/wifi.png differ
diff --git a/font-icons/images/wireframes.png b/font-icons/images/wireframes.png
new file mode 100644
index 000000000..5d8d39c30
Binary files /dev/null and b/font-icons/images/wireframes.png differ
diff --git a/font-icons/images/word.png b/font-icons/images/word.png
new file mode 100644
index 000000000..c042a8029
Binary files /dev/null and b/font-icons/images/word.png differ
diff --git a/font-icons/overview.md b/font-icons/overview.md
index b473b6696..0660003dc 100644
--- a/font-icons/overview.md
+++ b/font-icons/overview.md
@@ -28,7 +28,6 @@ This article provides an overview of how you can utilize the Telerik font icons
{
fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
- fonts.AddFont("telerikcontrolsicons.ttf", "TelerikControlsIcons");
fonts.AddFont("telerikfontexamples.ttf", "TelerikFontExamples");
});
```
diff --git a/font-icons/style-controls.css b/font-icons/style-controls.css
deleted file mode 100644
index 855d6cc68..000000000
--- a/font-icons/style-controls.css
+++ /dev/null
@@ -1,226 +0,0 @@
-@font-face {
- font-family: 'telerikcontrolsicons';
- src: url('/devtools/maui/font-icons/telerikcontrolsicons.eot?2mqqq7');
- src: url('/devtools/maui/font-icons/telerikcontrolsicons.eot?2mqqq7#iefix') format('embedded-opentype'),
- url('/devtools/maui/font-icons/telerikcontrolsicons.ttf?2mqqq7') format('truetype'),
- url('/devtools/maui/font-icons/telerikcontrolsicons.woff?2mqqq7') format('woff'),
- url('/devtools/maui/font-icons/telerikcontrolsicons.woff2?72528676') format('woff2'),
- url('/devtools/maui/font-icons/telerikcontrolsicons.svg?2mqqq7#telerikcontrolsicons') format('svg');
- font-weight: normal;
- font-style: normal;
- font-display: block;
-}
-
-[class^="icon-"], [class*=" icon-"] {
- /* use !important to prevent issues with browser extensions that change fonts */
- font-family: 'telerikcontrolsicons' !important;
- speak: never;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
-
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-
-.icon-rad-accordion:before {
- content: '\e800';
-}
-.icon-rad-autocomplete:before {
- content: '\e801';
-}
-.icon-rad-badgeview:before {
- content: '\e802';
-}
-.icon-rad-barcode:before {
- content: '\e803';
-}
-.icon-rad-border:before {
- content: '\e804';
-}
-.icon-rad-busyindicator:before {
- content: '\e805';
-}
-.icon-rad-button:before {
- content: '\e806';
-}
-.icon-rad-calendar:before {
- content: '\e807';
-}
-.icon-rad-chartbar:before {
- content: '\e808';
-}
-.icon-rad-chartfinancial:before {
- content: '\e809';
-}
-.icon-rad-chartfinancialindicator:before {
- content: '\e80a';
-}
-.icon-rad-chartline:before {
- content: '\e80b';
-}
-.icon-rad-chartnullvalues:before {
- content: '\e80c';
-}
-.icon-rad-chartpie:before {
- content: '\e80d';
-}
-.icon-rad-chartscatter:before {
- content: '\e80e';
-}
-.icon-rad-chat:before {
- content: '\e80f';
-}
-.icon-rad-checkbox:before {
- content: '\e810';
-}
-.icon-rad-combobox:before {
- content: '\e811';
-}
-.icon-rad-dataform:before {
- content: '\e812';
-}
-.icon-rad-datagrid:before {
- content: '\e813';
-}
-.icon-rad-datepicker:before {
- content: '\e814';
-}
-.icon-rad-datetimepicker:before {
- content: '\e815';
-}
-.icon-rad-docklayout:before {
- content: '\e816';
-}
-.icon-rad-entry:before {
- content: '\e817';
-}
-.icon-rad-expander:before {
- content: '\e818';
-}
-.icon-rad-gauge:before {
- content: '\e819';
-}
-.icon-rad-imageeditor:before {
- content: '\e81a';
-}
-.icon-rad-itemscontrol:before {
- content: '\e81b';
-}
-.icon-rad-listpicker:before {
- content: '\e81c';
-}
-.icon-rad-listview:before {
- content: '\e81d';
-}
-.icon-rad-map:before {
- content: '\e81e';
-}
-.icon-rad-maskedentry:before {
- content: '\e81f';
-}
-.icon-rad-navigationview:before {
- content: '\e820';
-}
-.icon-rad-numericinput:before {
- content: '\e821';
-}
-.icon-rad-path:before {
- content: '\e822';
-}
-.icon-rad-pdfprocessing:before {
- content: '\e823';
-}
-.icon-rad-pdfviewer:before {
- content: '\e824';
-}
-.icon-rad-popup:before {
- content: '\e825';
-}
-.icon-rad-progressbar:before {
- content: '\e826';
-}
-.icon-rad-rangeslider:before {
- content: '\e827';
-}
-.icon-rad-rating:before {
- content: '\e828';
-}
-.icon-rad-richtexteditor:before {
- content: '\e829';
-}
-.icon-rad-scheduler:before {
- content: '\e82a';
-}
-.icon-rad-segmentedcontrol:before {
- content: '\e82b';
-}
-.icon-rad-sidedrawer:before {
- content: '\e82c';
-}
-.icon-rad-signaturepad:before {
- content: '\e82d';
-}
-.icon-rad-slideview:before {
- content: '\e82e';
-}
-.icon-rad-spreadstreamprocessing:before {
- content: '\e82f';
-}
-.icon-rad-tabview:before {
- content: '\e830';
-}
-.icon-rad-templatedpicker:before {
- content: '\e831';
-}
-.icon-rad-timepicker:before {
- content: '\e832';
-}
-.icon-rad-timespanpicker:before {
- content: '\e833';
-}
-.icon-rad-toolbar:before {
- content: '\e834';
-}
-.icon-rad-treeview:before {
- content: '\e835';
-}
-.icon-rad-wordsprocessing:before {
- content: '\e836';
-}
-.icon-rad-wraplayout:before {
- content: '\e837';
-}
-.icon-rad-ziplibrary:before {
- content: '\e838';
-}
-.icon-telerikexample-hamburgermenu:before {
- content: '\e839';
-}
-.icon-telerikexample-home:before {
- content: '\e83a';
-}
-.icon-telerikexample-search:before {
- content: '\e83b';
-}
-.icon-telerikexample-configuration:before {
- content: '\e83c';
-}
-.icon-telerikexample-customization:before {
- content: '\e83d';
-}
-.icon-rad-slider:before {
- content: '\e83e';
-}
-.icon-rad-collectionview:before {
- content: '\e83f';
-}
-.icon-rad-chartarea:before {
- content: '\e840';
-}
-.icon-rad-aiprompt:before {
- content: '\e841';
-}
\ No newline at end of file
diff --git a/font-icons/style-examples.css b/font-icons/style-examples.css
deleted file mode 100644
index 2fc78d8fc..000000000
--- a/font-icons/style-examples.css
+++ /dev/null
@@ -1,542 +0,0 @@
-@font-face {
- font-family: 'telerikfontexamples';
- src: url('/devtools/maui/font-icons/telerikfontexamples.eot?2mqqq7');
- src: url('/devtools/maui/font-icons/telerikfontexamples.eot?2mqqq7#iefix') format('embedded-opentype'),
- url('/devtools/maui/font-icons/telerikfontexamples.ttf?2mqqq7') format('truetype'),
- url('/devtools/maui/font-icons/telerikfontexamples.woff?2mqqq7') format('woff'),
- url('/devtools/maui/font-icons/telerikfontexamples.woff2?15538151') format('woff2'),
- url('/devtools/maui/font-icons/telerikfontexamples.svg?2mqqq7#telerikfontexamples') format('svg');
- font-weight: normal;
- font-style: normal;
- font-display: block;
-}
-
-[class^="icon-"], [class*=" icon-"] {
- /* use !important to prevent issues with browser extensions that change fonts */
- font-family: 'telerikfontexamples' !important;
- speak: never;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- line-height: 1;
-
- /* Better Font Rendering =========== */
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
-}
-
-.icon-sort_descent:before {
- content: '\e800';
-}
-.icon-star-empty:before {
- content: '\e801';
-}
-.icon-filter:before {
- content: '\e802';
-}
-.icon-sort_ascent:before {
- content: '\e803';
-}
-.icon-group:before {
- content: '\e804';
-}
-.icon-star:before {
- content: '\e805';
-}
-
-.icon-right-dir:before {
- content: '\e806';
-}
-.icon-dots_vert:before {
- content: '\e807';
-}
-.icon-menu-1:before {
- content: '\e808';
-}
-.icon-check-1:before {
- content: '\e809';
-}
-.icon-cancel-1:before {
- content: '\e80a';
-}
-.icon-dot:before {
- content: '\e80b';
-}
-.icon-dot-3:before {
- content: '\e80c';
-}
-.icon-down-dir:before {
- content: '\e80d';
-}
-.icon-chevron-left:before {
- content: '\e80e';
-}
-.icon-cog:before {
- content: '\e80f';
-}
-.icon-search:before {
- content: '\e810';
-}
-.icon-up-dir:before {
- content: '\e811';
-}
-.icon-pattern:before {
- content: '\e812';
-}
-.icon-add:before {
- content: '\e813';
-}
-.icon-right-dir-outlines:before {
- content: '\e814';
-}
-.icon-info:before {
- content: '\e815';
-}
-.icon-down-dir-outlines:before {
- content: '\e816';
-}
-.icon-bin-solid:before {
- content: '\e817';
-}
-.icon-edit:before {
- content: '\e818';
-}
-.icon-copy:before {
- content: '\e819';
-}
-.icon-arrow-up:before {
- content: '\e81a';
-}
-.icon-chevron right:before {
- content: '\e81b';
-}
-.icon-airplane:before {
- content: '\e81c';
-}
-.icon-pdf-1:before {
- content: '\e81d';
-}
-.icon-encoding:before {
- content: '\e81e';
-}
-.icon-length:before {
- content: '\e81f';
-}
-.icon-arrow-right:before {
- content: '\e820';
-}
-.icon-contacts:before {
- content: '\e821';
-}
-.icon-cog-outlines:before {
- content: '\e822';
-}
-.icon-type:before {
- content: '\e823';
-}
-.icon-location-1:before {
- content: '\e824';
-}
-.icon-link-1:before {
- content: '\e825';
-}
-.icon-archive:before {
- content: '\e826';
-}
-.icon-bin:before {
- content: '\e827';
-}
-.icon-draft:before {
- content: '\e828';
-}
-.icon-folder-open:before {
- content: '\e829';
-}
-.icon-folder:before {
- content: '\e82a';
-}
-.icon-group-1:before {
- content: '\e82b';
-}
-.icon-item:before {
- content: '\e82c';
-}
-.icon-sent:before {
- content: '\e82d';
-}
-.icon-spam:before {
- content: '\e82e';
-}
-.icon-warning:before {
- content: '\e82f';
-}
-.icon-lock:before {
- content: '\e830';
-}
-.icon-thickness:before {
- content: '\e831';
-}
-.icon-car:before {
- content: '\e832';
-}
-.icon-shopping-bag:before {
- content: '\e833';
-}
-.icon-coffee-cup:before {
- content: '\e834';
-}
-.icon-get-money:before {
- content: '\e835';
-}
-.icon-user:before {
- content: '\e836';
-}
-.icon-group_users:before {
- content: '\e837';
-}
-.icon-dashboard:before {
- content: '\e838';
-}
-.icon-first:before {
- content: '\e839';
-}
-.icon-cake:before {
- content: '\e83a';
-}
-.icon-chat_outlined:before {
- content: '\e83b';
-}
-.icon-important:before {
- content: '\e83c';
-}
-.icon-location:before {
- content: '\e83d';
-}
-.icon-link:before {
- content: '\e83e';
-}
-.icon-assets:before {
- content: '\e846';
-}
-.icon-book:before {
- content: '\e847';
-}
-.icon-design:before {
- content: '\e848';
-}
-.icon-graphics:before {
- content: '\e849';
-}
-.icon-picture-1:before {
- content: '\e84a';
-}
-.icon-font-size:before {
- content: '\e84b';
-}
-.icon-template:before {
- content: '\e84c';
-}
-.icon-wireframes:before {
- content: '\e84d';
-}
-.icon-distance-vertical:before {
- content: '\e84e';
-}
-.icon-stopwatch:before {
- content: '\e84f';
-}
-.icon-play:before {
- content: '\e850';
-}
-.icon-cancel2:before {
- content: '\e851';
-}
-.icon-picture:before {
- content: '\e852';
-}
-.icon-text:before {
- content: '\e853';
-}
-.icon-code:before {
- content: '\e854';
-}
-.icon-analysis:before {
- content: '\e855';
-}
-.icon-network:before {
- content: '\e856';
-}
-.icon-network-computers:before {
- content: '\e857';
-}
-.icon-bar-chart:before {
- content: '\e858';
-}
-.icon-sap:before {
- content: '\e859';
-}
-.icon-dba:before {
- content: '\e85a';
-}
-.icon-home:before {
- content: '\e85b';
-}
-.icon-temperature:before {
- content: '\e85c';
-}
-.icon-phone-cell:before {
- content: '\e85d';
-}
-.icon-electricity:before {
- content: '\e85e';
-}
-.icon-wifi:before {
- content: '\e85f';
-}
-.icon-distance-horizontal:before {
- content: '\e860';
-}
-.icon-calendar_dayview:before {
- content: '\e861';
-}
-.icon-calendar_multiday:before {
- content: '\e862';
-}
-.icon-calendar_week:before {
- content: '\e863';
-}
-.icon-calendar_month:before {
- content: '\e864';
-}
-.icon-calendar_year2:before {
- content: '\e865';
-}
-.icon-calendar_selection_single:before {
- content: '\e866';
-}
-.icon-calendar_selection_multiple:before {
- content: '\e867';
-}
-.icon-calendar_selection_range:before {
- content: '\e868';
-}
-.icon-gallery:before {
- content: '\e869';
-}
-.icon-camera:before {
- content: '\e86a';
-}
-.icon-crop_free:before {
- content: '\e86b';
-}
-.icon-crop_original:before {
- content: '\e86c';
-}
-.icon-crop_rect:before {
- content: '\e86d';
-}
-.icon-crop_circular:before {
- content: '\e86e';
-}
-.icon-badge:before {
- content: '\e86f';
-}
-.icon-notes:before {
- content: '\e870';
-}
-.icon-time:before {
- content: '\e871';
-}
-.icon-calendar_agenda:before {
- content: '\e872';
-}
-.icon-arrows:before {
- content: '\e873';
-}
-.icon-video-camera:before {
- content: '\e874';
-}
-.icon-check:before {
- content: '\e876';
-}
-.icon-cancel:before {
- content: '\e877';
-}
-.icon-time-2:before {
- content: '\e878';
-}
-.icon-arrow-down:before {
- content: '\e879';
-}
-.icon-flag:before {
- content: '\e87a';
-}
-.icon-save:before {
- content: '\e87b';
-}
-.icon-share:before {
- content: '\e87c';
-}
-.icon-menu-custom:before {
- content: '\e87d';
-}
-.icon-heart-filled:before {
- content: '\e87e';
-}
-.icon-heart-empty:before {
- content: '\e87f';
-}
-.icon-reorder:before {
- content: '\e881';
-}
-.icon-arrow-box-left:before {
- content: '\e882';
-}
-.icon-arrow-box-right:before {
- content: '\e883';
-}
-.icon-phone:before {
- content: '\e887';
-}
-.icon-bell:before {
- content: '\e88a';
-}
-.icon-chat:before {
- content: '\e88b';
-}
-.icon-unpin:before {
- content: '\e88e';
-}
-.icon-pin:before {
- content: '\e88f';
-}
-.icon-excel:before {
- content: '\e896';
-}
-.icon-powerpoint:before {
- content: '\e897';
-}
-.icon-word:before {
- content: '\e898';
-}
-.icon-pdf:before {
- content: '\e899';
-}
-.icon-last:before {
- content: '\e89a';
-}
-.icon-expand:before {
- content: '\e89b';
-}
-.icon-expand2:before {
- content: '\e89c';
-}
-.icon-paintbucket:before {
- content: '\e89d';
-}
-.icon-mail:before {
- content: '\e89e';
-}
-.icon-promotion:before {
- content: '\e89f';
-}
-.icon-scheduled:before {
- content: '\e8a0';
-}
-.icon-label:before {
- content: '\e8a1';
-}
-.icon-drawer:before {
- content: '\e8a2';
-}
-.icon-social:before {
- content: '\e8a3';
-}
-.icon-shipping:before {
- content: '\e8a6';
-}
-.icon-products:before {
- content: '\e8a7';
-}
-.icon-customer:before {
- content: '\e8a8';
-}
-.icon-export:before {
- content: '\e8a9';
-}
-.icon-info-outlines:before {
- content: '\e8ac';
-}
-.icon-contract:before {
- content: '\e8dd';
-}
-.icon-enlarge:before {
- content: '\e8de';
-}
-.icon-translate:before {
- content: '\e8df';
-}
-.icon-emoji:before {
- content: '\e900';
-}
-.icon-brightness:before {
- content: '\e901';
-}
-.icon-flip-vertical:before {
- content: '\e902';
-}
-.icon-flip-horizontal:before {
- content: '\e903';
-}
-.icon-rotate-cw:before {
- content: '\e904';
-}
-.icon-rotate-ccw:before {
- content: '\e905';
-}
-.icon-crop:before {
- content: '\e906';
-}
-.icon-hue:before {
- content: '\e907';
-}
-.icon-menu:before {
- content: '\f008';
-}
-.icon-link-external:before {
- content: '\f08e';
-}
-.icon-plus-squared:before {
- content: '\f0fe';
-}
-.icon-angle-left:before {
- content: '\f104';
-}
-.icon-angle-right:before {
- content: '\f105';
-}
-.icon-angle-up:before {
- content: '\f106';
-}
-.icon-angle-down:before {
- content: '\f107';
-}
-.icon-spinner:before {
- content: '\f110';
-}
-.icon-arrow-circled-left:before {
- content: '\f137';
-}
-.icon-arrow-circled-right:before {
- content: '\f138';
-}
-.icon-minus-squared:before {
- content: '\f146';
-}
-.icon-minus-squared-alt:before {
- content: '\f147';
-}
-.icon-plus-squared-alt:before {
- content: '\f196';
-}
\ No newline at end of file
diff --git a/font-icons/telerikcontrolsicons.eot b/font-icons/telerikcontrolsicons.eot
deleted file mode 100644
index 45ed2c1e5..000000000
Binary files a/font-icons/telerikcontrolsicons.eot and /dev/null differ
diff --git a/font-icons/telerikcontrolsicons.svg b/font-icons/telerikcontrolsicons.svg
deleted file mode 100644
index 8310c97ab..000000000
--- a/font-icons/telerikcontrolsicons.svg
+++ /dev/null
@@ -1,142 +0,0 @@
-
-
-
diff --git a/font-icons/telerikcontrolsicons.ttf b/font-icons/telerikcontrolsicons.ttf
deleted file mode 100644
index 4dbb60dca..000000000
Binary files a/font-icons/telerikcontrolsicons.ttf and /dev/null differ
diff --git a/font-icons/telerikcontrolsicons.woff b/font-icons/telerikcontrolsicons.woff
deleted file mode 100644
index b18568261..000000000
Binary files a/font-icons/telerikcontrolsicons.woff and /dev/null differ
diff --git a/font-icons/telerikcontrolsicons.woff2 b/font-icons/telerikcontrolsicons.woff2
deleted file mode 100644
index d3836cea9..000000000
Binary files a/font-icons/telerikcontrolsicons.woff2 and /dev/null differ
diff --git a/font-icons/telerikfontexamples.eot b/font-icons/telerikfontexamples.eot
deleted file mode 100644
index eaeec0492..000000000
Binary files a/font-icons/telerikfontexamples.eot and /dev/null differ
diff --git a/font-icons/telerikfontexamples.svg b/font-icons/telerikfontexamples.svg
deleted file mode 100644
index 3f80d306e..000000000
--- a/font-icons/telerikfontexamples.svg
+++ /dev/null
@@ -1,352 +0,0 @@
-
-
-
diff --git a/font-icons/telerikfontexamples.woff b/font-icons/telerikfontexamples.woff
deleted file mode 100644
index 23259313b..000000000
Binary files a/font-icons/telerikfontexamples.woff and /dev/null differ
diff --git a/font-icons/telerikfontexamples.woff2 b/font-icons/telerikfontexamples.woff2
deleted file mode 100644
index 5b3d30097..000000000
Binary files a/font-icons/telerikfontexamples.woff2 and /dev/null differ
diff --git a/get-started/first-steps-vs.md b/get-started/first-steps-vs.md
index 605761e6d..eea5046cc 100644
--- a/get-started/first-steps-vs.md
+++ b/get-started/first-steps-vs.md
@@ -71,14 +71,13 @@ To add the Telerik NuGet source to Visual Studio:
2. Install the Telerik UI for .NET MAUI package:
- 1. Select the `telerik.com` **Package source** that you [added earlier](#step-2-add-the-telerik-nuget-server). As this is a private NuGet feed, you must authenticate
- with your [Telerik account](https://www.telerik.com/account/) user name and password.
+ 1. Select the `telerik.com` **Package source** that you [added earlier](#step-2-add-the-telerik-nuget-server). As this is a private NuGet feed, you must authenticate with your [Telerik account](https://www.telerik.com/account/) user name and password.
- 1. Select the **Browse** tab, enter `MAUI` in the search box, and then select the `Telerik.UI.for.Maui` package.
-
- 1. Select the checkbox for the target Project, and then click **Install**.
+ 1. Select the **Browse** tab, enter `MAUI` in the search box, and then select the `Telerik.UI.for.Maui` package.
- 
+ 1. Select the checkbox for the target Project, and then click **Install**.
+
+ 
> If your project uses the `Telerik.UI.for.Maui.8.0.0` NuGet package and .NET 9, you must also install the `Microsoft.Maui.Controls.Compatibility` package. This is needed because Telerik UI for .NET MAUI version 8.0.0 depends on Microsoft's compatibility package, which is no longer included in the default **.NET MAUI App** project template. This dependency has been removed in Telerik UI for .NET MAUI version 9.0.0.
diff --git a/globalization-localization.md b/globalization-localization.md
index 4df89ec64..3f2127d85 100644
--- a/globalization-localization.md
+++ b/globalization-localization.md
@@ -4,7 +4,7 @@ page_title: NET MAUI - Localization and Globalization - Telerik UI
description: Discover how to leverage the Telerik UI for .NET MAUI controls for MAUI localization and globalization features.
slug: globalization-localization
tags: maui localization, maui, localization, globalization, datepicker, maskedentry, timepicker, timespanpicker, culture, device culture, numeric input
-position: 6
+position: 7
---
# Globalization and Localization
diff --git a/images/avatar-ninja.svg b/images/avatar-ninja.svg
new file mode 100644
index 000000000..d98c1b207
--- /dev/null
+++ b/images/avatar-ninja.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/images/ninja-no-results.svg b/images/ninja-no-results.svg
new file mode 100644
index 000000000..5d84ade55
--- /dev/null
+++ b/images/ninja-no-results.svg
@@ -0,0 +1,47 @@
+
diff --git a/images/pdf-cover.png b/images/pdf-cover.png
new file mode 100644
index 000000000..ce9967ef4
Binary files /dev/null and b/images/pdf-cover.png differ
diff --git a/introduction.md b/introduction.md
index 4a07eb49d..0a557559d 100644
--- a/introduction.md
+++ b/introduction.md
@@ -15,9 +15,7 @@ Thank you for choosing Telerik UI for .NET MAUI!
This brand-new UI library comes with [sample demo applications]({%slug sampleapps-overview%}) that showcase the growing number of controls. In addition to expanding the list of controls, the regular releases ensure that the suite is up to date with the latest versions from Microsoft.
-{% if site.has_cta_panels == true %}
-{% include cta-panel-maui-introduction.html %}
-{% endif %}
+

@@ -27,7 +25,95 @@ This brand-new UI library comes with [sample demo applications]({%slug sampleapp
Telerik UI for .NET MAUI features the following controls for cross-platform development with .NET MAUI:
-{% include intro-page-table.html %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
By clicking on each control you will navigate to the detailed .NET MAUI documentation explaining the key features and how to utilize them.
@@ -88,17 +174,12 @@ For any issues you might encounter while working with Telerik UI for .NET MAUI,
- [.NET MAUI Examples Apps]({%slug sampleapps-overview%})
-
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/knowledge-base/combobox-visual-states.md b/knowledge-base/combobox-visual-states.md
index 2b8431a45..39490b299 100644
--- a/knowledge-base/combobox-visual-states.md
+++ b/knowledge-base/combobox-visual-states.md
@@ -3,7 +3,6 @@ title: Setting the Visual States of the ComboBox
page_title: Configure the Visual States of the ComboBox Component - .NET MAUI Knowledge Base
description: Learn how to define the visual states of the Telerik UI for .NET MAUI ComboBox control.
type: how-to
-slug: combobox-visual-states
tags: maui, combobox, visual states, .net maui combobox, focused, normal, disabled, hover, mouse over
res_type: kb
---
diff --git a/knowledge-base/datagrid-combobox-column-maui.md b/knowledge-base/datagrid-combobox-column-maui.md
index 50abc2b9f..eca5341ed 100644
--- a/knowledge-base/datagrid-combobox-column-maui.md
+++ b/knowledge-base/datagrid-combobox-column-maui.md
@@ -71,7 +71,7 @@ public class Employee : NotifyPropertyChangedBase
}
```
-**3.**Create the `Category` class.
+**3.** Create the `Category` class.
Define a class for the items to be displayed in the ComboBox. Include properties such as `Id` and `Name` for display and identification.
```csharp
diff --git a/knowledge-base/hide-no-result-message-autocomplete-net-maui.md b/knowledge-base/hide-no-result-message-autocomplete-net-maui.md
index 41355a498..4201771fd 100644
--- a/knowledge-base/hide-no-result-message-autocomplete-net-maui.md
+++ b/knowledge-base/hide-no-result-message-autocomplete-net-maui.md
@@ -7,7 +7,7 @@ slug: hide-no-result-message-autocomplete-net-maui
tags: autocomplete, .net maui, hide, no result message
res_type: kb
---
-# Environment
+## Environment
| Version | Product | Author |
| --- | --- | ---- |
diff --git a/knowledge-base/maui-compatibility-net-telerik-nuget-filenotfoundexception.md b/knowledge-base/maui-compatibility-net-telerik-nuget-filenotfoundexception.md
index 2de766a14..873675c41 100644
--- a/knowledge-base/maui-compatibility-net-telerik-nuget-filenotfoundexception.md
+++ b/knowledge-base/maui-compatibility-net-telerik-nuget-filenotfoundexception.md
@@ -46,9 +46,9 @@ To resolve this issue, use either of the following approaches:
The dependency of the Telerik controls on the `Microsoft.Maui.Controls.Compatibility` package has been removed in Telerik UI for .NET MAUI version 9.0.0. Upgrading the controls from version 8.0.0 to 9.0.0 solves the issue.
-### Reference the`Microsoft.Maui.Controls.Compatibility` Package
+### Reference the `Microsoft.Maui.Controls.Compatibility` Package
-Add the`Microsoft.Maui.Controls.Compatibility` package as a reference to the project:
+Add the `Microsoft.Maui.Controls.Compatibility` package as a reference to the project:
```xml
diff --git a/knowledge-base/segmentedcontrol-localization.md b/knowledge-base/segmentedcontrol-localization.md
index fe08f79ac..e5a0bdb8b 100644
--- a/knowledge-base/segmentedcontrol-localization.md
+++ b/knowledge-base/segmentedcontrol-localization.md
@@ -67,5 +67,5 @@ This is the result when applying localization for segments:
## See Also
-- [SegmentedControl Overview]({%slug segmentedcontrol-overview%}
+- [SegmentedControl Overview]({%slug segmentedcontrol-overview%})
- [.NET MAUI Localization](https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/localization?view=net-maui-9.0)
diff --git a/knowledge-base/specifying-binding-cellcontenttemplate-datatable.md b/knowledge-base/specifying-binding-cellcontenttemplate-datatable.md
index 778452bc9..17891568c 100644
--- a/knowledge-base/specifying-binding-cellcontenttemplate-datatable.md
+++ b/knowledge-base/specifying-binding-cellcontenttemplate-datatable.md
@@ -7,17 +7,17 @@ slug: specifying-binding-cellcontenttemplate-datatable
tags: DataGrid, DataTable, binding, template, dotnet, maui
res_type: kb
---
-# Environment
+## Environment
| Version | Product | Author |
| --- | --- | ---- |
| 6.7.0 | Telerik UI for .NET MAUI DataGrid | [Dobrinka Yordanova](https://www.telerik.com/blogs/author/dobrinka-yordanova)|
-# Description
+## Description
When using a `CellContentTemplate` with a `RadDataGrid` that uses a `DataTable` as a source, you need to specify the binding for the template. This article provides an example of how to do this.
-# Solution
+## Solution
To specify the binding for a `CellContentTemplate` follow these steps:
@@ -127,11 +127,11 @@ public class DataTableViewModel : NotifyPropertyChangedBase
}
```
-# Notes
+## Notes
- The indexer syntax `[PropertyName]` is used to bind to a specific property in the `DataRowView`.
- Make sure to set the `PropertyName` for each column to specify the binding.
-# See Also
+## See Also
- [DataGrid DataTable Support](https://docs.telerik.com/devtools/maui/controls/datagrid/populating-with-data/datatable-support)
diff --git a/knowledge-base/styling-filtering-ui-distinct-values-datagrid-maui.md b/knowledge-base/styling-filtering-ui-distinct-values-datagrid-maui.md
index f695cb657..750e4e0e1 100644
--- a/knowledge-base/styling-filtering-ui-distinct-values-datagrid-maui.md
+++ b/knowledge-base/styling-filtering-ui-distinct-values-datagrid-maui.md
@@ -7,16 +7,16 @@ slug: styling-filtering-ui-distinct-values-datagrid-maui
tags: maui, datagrid, filtering, styling, distinct values
res_type: kb
---
-# Environment
+## Environment
| Version | Product | Author |
| --- | --- | ---- |
| 6.6.0 | DataGrid for MAUI | [Dobrinka Yordanova](https://www.telerik.com/blogs/author/dobrinka-yordanova)|
-# Description
+## Description
I want to style the filtering UI in the DataGrid for MAUI by changing the color of the area with the distinct values.
-# Solution
+## Solution
To style the distinct values area in the filtering UI, you can use an implicit style and customize the colors in the template. Here are the steps to achieve this:
diff --git a/knowledge-base/troubleshooting-missing-fonts-unpackaged-deployment.md b/knowledge-base/troubleshooting-missing-fonts-unpackaged-deployment.md
index e51ba1bbf..266b3ae9a 100644
--- a/knowledge-base/troubleshooting-missing-fonts-unpackaged-deployment.md
+++ b/knowledge-base/troubleshooting-missing-fonts-unpackaged-deployment.md
@@ -7,7 +7,7 @@ slug: troubleshooting-missing-fonts-unpackaged-deployment
tags: troubleshooting, fonts, unpackaged deployment, .NET MAUI
res_type: kb
---
-# Environment
+## Environment
| Product | Version |
| ------- | ------- |
diff --git a/knowledge-base/using-font-icons-net-maui.md b/knowledge-base/using-font-icons-net-maui.md
index 68028f3c5..03bb82c15 100644
--- a/knowledge-base/using-font-icons-net-maui.md
+++ b/knowledge-base/using-font-icons-net-maui.md
@@ -8,17 +8,17 @@ tags: font-icons, .NET MAUI, Telerik, how-to
res_type: kb
---
-# Environment
+## Environment
| Version | Product | Author |
| --- | --- | ---- |
| 6.7.0 | Telerik UI for .NET MAUI Font Icons | [Dobrinka Yordanova](https://www.telerik.com/blogs/author/dobrinka-yordanova)|
-# Description
+## Description
How can I use font icons in Telerik UI for .NET MAUI, and where can I find the complete list of available font icons?
-# Solution
+## Solution
To use font icons in your Telerik UI for .NET MAUI application, follow these steps:
@@ -46,6 +46,6 @@ To use font icons in your Telerik UI for .NET MAUI application, follow these ste
To find the complete list of available font icons, you can use an extension such as the [iconfont-preview extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=stxr.iconfont-preview).
-# See Also
+## See Also
- [Using Telerik Font Icons in Xamarin](https://docs.telerik.com/devtools/xamarin/styling-and-appearance/telerik-font-icons)
diff --git a/migrate-to-net-maui.md b/migrate-to-net-maui.md
index 1b8c13c5a..18527a312 100644
--- a/migrate-to-net-maui.md
+++ b/migrate-to-net-maui.md
@@ -5,7 +5,7 @@ description: Xamarin to .NET MAUI is an upgrade that modernizes apps with cross-
tags: dot net maui, .net maui vs xamarin, maui vs xamarin, net maui vs xamarin, migration, xamarin.forms
slug: migrate-to-net-maui
previous_url: /get-started/migrate-to-net-maui
-position: 5
+position: 6
---
# Xamarin to .NET MAUI Migration
@@ -158,16 +158,12 @@ The following video demonstrates how you can upgrade your Xamarin.Forms App to .
* [Telerik UI for .NET MAUI Sample Applications]({% slug sampleapps-overview %})
-
\ No newline at end of file
+
+
\ No newline at end of file