christopherafbjur / sanity-plugin-icon-picker

MIT License
29 stars 22 forks source link

Missing icons for MDI #68

Open notflip opened 1 month ago

notflip commented 1 month ago

I'm using this plugin with the mdi provider

    defineField({
      title: 'Icon',
      name: 'icon',
      type: 'iconPicker',
      options: {
        outputFormat: 'react',
        providers: ['mdi'],
      },
    }),

However, when I search for "heart", I get these results in the plugin window: Screenshot 2024-08-12 at 14 55 18

While the result set is really much larger: Screenshot 2024-08-12 at 14 55 40