INFYICON FOR ADOBE ILLUSTRATOR (CEP panel) — local install & test
==================================================================

WHAT IT DOES
  Window > Extensions > Infyicon opens a dark panel inside Illustrator:
  search 161,000+ icons, filter by style, click any icon and it is placed
  on your artboard as an EMBEDDED, EDITABLE vector group, centered in view.

INSTALL (Windows, for testing — unsigned build)
  1. Enable unsigned CEP panels (one time). Open PowerShell and run:

     New-ItemProperty -Path "HKCU:\SOFTWARE\Adobe\CSXS.9"  -Name PlayerDebugMode -Value 1 -PropertyType String -Force
     New-ItemProperty -Path "HKCU:\SOFTWARE\Adobe\CSXS.10" -Name PlayerDebugMode -Value 1 -PropertyType String -Force
     New-ItemProperty -Path "HKCU:\SOFTWARE\Adobe\CSXS.11" -Name PlayerDebugMode -Value 1 -PropertyType String -Force
     New-ItemProperty -Path "HKCU:\SOFTWARE\Adobe\CSXS.12" -Name PlayerDebugMode -Value 1 -PropertyType String -Force

     (Creating a key that your Illustrator version doesn't use is harmless.)

  2. Copy this whole folder (infyicon-illustrator) to:

     %APPDATA%\Adobe\CEP\extensions\infyicon-illustrator

     (Create the "extensions" folder if it doesn't exist.)

  3. Restart Illustrator, then: Window > Extensions > Infyicon

TEST CHECKLIST
  [ ] Search "rocket" -> grid of icons appears
  [ ] Style dropdown filters (Black Outline / Filled / Color)
  [ ] Click an icon -> lands centered on the artboard, editable paths
  [ ] "Load more" pages through results
  [ ] No document open -> a new document is created automatically

DISTRIBUTION (later, after your test)
  For public release the folder is packaged and signed as a .zxp with
  ZXPSignCmd, then listed on our /desktop page (and optionally Adobe
  Exchange). Say the word once you've tested and I'll produce the
  signed .zxp build.

NOTES
  - Requires Illustrator 2020 (24.0) or newer.
  - The panel talks to the free Infyicon API; icons are free with
    attribution to infyicon.com (https://infyicon.com/license).
  - Support: info@infyicon.com
