Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI/UX Tools
CMS
Free Tools
Support
Resources
Free Assets and Tools
Design and Productivity Tools
import { dollarIcon } from "@progress/kendo-svg-icons";
{ "data-expanded"]: false, id: 600, svgIcon: dollarIcon, text: "Invoices", },
Hello, Jeff,
You are using the correct data for the icon. I have created an example with it. Can you confirm if you have the `@progress/kendo-svg-icons` package present in your node modules as well as the icon in question?Regards,Kiril
"@progress/kendo-svg-icons": "^2.1.0"
{ text: 'Inbox', svgIcon: dollarIcon, selected: true },
Hello, Jeff,
You are using the correct data for the icon. I have created an example with it. Can you confirm if you have the `@progress/kendo-svg-icons` package present in your node modules as well as the icon in question?
Regards,
Kiril
I have confirmed that kendo-svg-icons is present in package.json and in node_modules.
I added an item exactly ask shown in your example:
{ text: 'Inbox', svgIcon: dollarIcon, selected: true },The item appears in the menu, but the svgIcon is still not displayed.