XperienceCommunity.KenticoComponentIcons
1.0.0
dotnet add package XperienceCommunity.KenticoComponentIcons --version 1.0.0
NuGet\Install-Package XperienceCommunity.KenticoComponentIcons -Version 1.0.0
<PackageReference Include="XperienceCommunity.KenticoComponentIcons" Version="1.0.0" />
<PackageVersion Include="XperienceCommunity.KenticoComponentIcons" Version="1.0.0" />
<PackageReference Include="XperienceCommunity.KenticoComponentIcons" />
paket add XperienceCommunity.KenticoComponentIcons --version 1.0.0
#r "nuget: XperienceCommunity.KenticoComponentIcons, 1.0.0"
#:package XperienceCommunity.KenticoComponentIcons@1.0.0
#addin nuget:?package=XperienceCommunity.KenticoComponentIcons&version=1.0.0
#tool nuget:?package=XperienceCommunity.KenticoComponentIcons&version=1.0.0
Xperience Community: Kentico Component Icons
Description
A pre-packaged, annotated list of all icons used in Xperience by Kentico Page, Email, and Form Builder components. Great for AI agents building Xperience components!
Requirements
Library Version Matrix
| Xperience Version | Library Version |
|---|---|
| No dependency | >= 1.0.0 |
Dependencies
Package Installation
Add the package to any project with component registration attributes, using the .NET CLI.
dotnet add package XperienceCommunity.KenticoComponentIcons
Quick Start
Register the library's services in your ASP.NET Core application:
// FAQWidget.cs
using Kentico.Content.Web.Mvc;
using Kentico.PageBuilder.Web.Mvc;
using Kentico.Xperience.Admin.Base.FormAnnotations;
using Kentico.Xperience.Admin.Base.Forms;
using XperienceCommunity.KenticoComponentIcons;
[assembly: RegisterWidget(
identifier: FAQWidget.IDENTIFIER,
viewComponentType: typeof(FAQWidget),
name: FAQWidget.NAME,
propertiesType: typeof(FAQWidgetProperties),
Description = "Displays FAQ items in an expandable accordion format",
IconClass = KenticoIcons.CHECKLIST,
AllowCache = true)]
namespace App.Components.PageBuilder.Widgets.FAQ;
public class FAQWidget : ViewComponent
{
// ...
}
Every icon field in KenticoIcons is annotated with a comment describing the visual appearance of the icon. This means you can use an AI agent to select icons for each Widget, Section, etc... in your project by having it analyze the KenticoIcons class.
The descriptions for these icons were generated with $0.04 of OpenAI credits using gpt-4.1-mini to analyze the icons.
The /lib folder contains the entire vibe-coded Python app used to scrape the Kentico icons web page, screenshot the icon fonts
call the OpenAI API and store the details in the xlsx file.
Another vibe-coded script was run to generate the XML doc comments in the icons file.
This Python app contains its own README so you can run it yourself to see it work.
Full Instructions
View the Usage Guide for more detailed instructions on permission management and custom scenarios.
Contributing
To see the guidelines for Contributing to Kentico open source software, please see Kentico's CONTRIBUTING.md for more information and follow the Kentico's CODE_OF_CONDUCT.
Instructions and technical details for contributing to this project can be found in Contributing Setup.
License
Distributed under the MIT License. See LICENSE.md for more information.
Support
This project is provided freely to the Kentico community and has no guaranteed support policy. If updates to this repository are not made on timelines that meet your needs, you are welcome to fork it and customize your version to add features and resolve bugs 😄.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 283 | 2/10/2026 |
| 1.0.0-prerelease-1-1 | 99 | 2/10/2026 |