All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
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:
The item appears in the menu, but the svgIcon is still not displayed.