XperienceCommunity.KenticoComponentIcons 1.0.0

dotnet add package XperienceCommunity.KenticoComponentIcons --version 1.0.0
                    
NuGet\Install-Package XperienceCommunity.KenticoComponentIcons -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XperienceCommunity.KenticoComponentIcons" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XperienceCommunity.KenticoComponentIcons" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="XperienceCommunity.KenticoComponentIcons" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add XperienceCommunity.KenticoComponentIcons --version 1.0.0
                    
#r "nuget: XperienceCommunity.KenticoComponentIcons, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package XperienceCommunity.KenticoComponentIcons@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=XperienceCommunity.KenticoComponentIcons&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=XperienceCommunity.KenticoComponentIcons&version=1.0.0
                    
Install as a Cake Tool

Xperience Community: Kentico Component Icons

CI: Build and Test

Release: Publish to NuGet

NuGet Package

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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