mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +02:00
5 lines
165 B
TypeScript
5 lines
165 B
TypeScript
import view from '@hcengineering/view'
|
|
import core from '@hcengineering/core'
|
|
|
|
export const iconsLibrary = Object.values(core.icon).concat(Object.values(view.icon))
|