UNPKG

@cds/core

Version:

Clarity Design System - common components, themes, and utilties

3 lines (2 loc) 186 B
import { IconShapeCollection } from './interfaces/icon.interfaces.js'; export declare function renderIcon(shapeOrStringIcon: IconShapeCollection | string): string | IconShapeCollection;