UNPKG

@kanton-basel-stadt/designsystem

Version:

Unplugin to install the digital design system of the canton of Basel-Stadt

6 lines (4 loc) 151 B
import { ICON_PATH, ICON_PATH_ALIAS } from './consts' export function transformIconId(id: string) { return id.replace(ICON_PATH_ALIAS, ICON_PATH) }