@progress/kendo-vue-common
Version:
Kendo UI for Vue Common Utilities package
14 lines (13 loc) • 498 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
const n = function(t) {
return t && t.indexOf("k-i-") !== -1 ? t.split("k-i-")[1] : t;
};
export {
n as getIconName
};