index.js 121 B

123456
  1. export const Icon = {
  2. /* eslint-disable @typescript-eslint/no-empty-function */
  3. install () {}
  4. }
  5. export default Icon