library.system.d.ts 118 B

123
  1. import type { IconLibrary } from './library';
  2. declare const systemLibrary: IconLibrary;
  3. export default systemLibrary;