UNPKG

@freshworks/crayons

Version:
7 lines (6 loc) 194 B
import { CRAYONS_ICONS_ASSET_PATH } from '../../global/crayons'; const library = { name: 'crayons', resolver: (name) => `${CRAYONS_ICONS_ASSET_PATH}/${name}.svg`, }; export default library;