@iconmind/icons 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/LICENSE +21 -0
  2. package/dist/index.d.ts +24 -0
  3. package/dist/index.js +13 -0
  4. package/dist/metadata.json +1696 -0
  5. package/dist/sprite.svg +1 -0
  6. package/icons/agents/agent-hierarchy.json +2 -0
  7. package/icons/agents/agent-hierarchy.svg +1 -0
  8. package/icons/agents/agent-log.json +2 -0
  9. package/icons/agents/agent-log.svg +1 -0
  10. package/icons/agents/agent-message.json +2 -0
  11. package/icons/agents/agent-message.svg +1 -0
  12. package/icons/agents/agent-pause.json +3 -0
  13. package/icons/agents/agent-pause.svg +1 -0
  14. package/icons/agents/agent-run.json +3 -0
  15. package/icons/agents/agent-run.svg +1 -0
  16. package/icons/agents/agent-stop.json +3 -0
  17. package/icons/agents/agent-stop.svg +1 -0
  18. package/icons/agents/agent-thinking.json +3 -0
  19. package/icons/agents/agent-thinking.svg +1 -0
  20. package/icons/agents/agent.json +3 -0
  21. package/icons/agents/agent.svg +1 -0
  22. package/icons/agents/function-call.json +3 -0
  23. package/icons/agents/function-call.svg +1 -0
  24. package/icons/agents/goal.json +2 -0
  25. package/icons/agents/goal.svg +1 -0
  26. package/icons/agents/human-approval.json +2 -0
  27. package/icons/agents/human-approval.svg +1 -0
  28. package/icons/agents/memory.json +3 -0
  29. package/icons/agents/memory.svg +1 -0
  30. package/icons/agents/multi-agent.json +3 -0
  31. package/icons/agents/multi-agent.svg +1 -0
  32. package/icons/agents/plan.json +2 -0
  33. package/icons/agents/plan.svg +1 -0
  34. package/icons/agents/reflection.json +2 -0
  35. package/icons/agents/reflection.svg +1 -0
  36. package/icons/agents/subtask.json +2 -0
  37. package/icons/agents/subtask.svg +1 -0
  38. package/icons/ai/benchmark.json +2 -0
  39. package/icons/ai/benchmark.svg +1 -0
  40. package/icons/ai/chain-of-thought.json +2 -0
  41. package/icons/ai/chain-of-thought.svg +1 -0
  42. package/icons/ai/context-window.json +3 -0
  43. package/icons/ai/context-window.svg +1 -0
  44. package/icons/ai/dataset.json +2 -0
  45. package/icons/ai/dataset.svg +1 -0
  46. package/icons/ai/embedding.json +3 -0
  47. package/icons/ai/embedding.svg +1 -0
  48. package/icons/ai/evaluation.json +2 -0
  49. package/icons/ai/evaluation.svg +1 -0
  50. package/icons/ai/fine-tuning.json +2 -0
  51. package/icons/ai/fine-tuning.svg +1 -0
  52. package/icons/ai/guardrail.json +3 -0
  53. package/icons/ai/guardrail.svg +1 -0
  54. package/icons/ai/inference.json +3 -0
  55. package/icons/ai/inference.svg +1 -0
  56. package/icons/ai/llm.json +3 -0
  57. package/icons/ai/llm.svg +1 -0
  58. package/icons/ai/model.json +3 -0
  59. package/icons/ai/model.svg +1 -0
  60. package/icons/ai/multimodal.json +2 -0
  61. package/icons/ai/multimodal.svg +1 -0
  62. package/icons/ai/prompt.json +3 -0
  63. package/icons/ai/prompt.svg +1 -0
  64. package/icons/ai/system-prompt.json +2 -0
  65. package/icons/ai/system-prompt.svg +1 -0
  66. package/icons/ai/temperature.json +2 -0
  67. package/icons/ai/temperature.svg +1 -0
  68. package/icons/ai/token.json +3 -0
  69. package/icons/ai/token.svg +1 -0
  70. package/icons/ai/tokenizer.json +2 -0
  71. package/icons/ai/tokenizer.svg +1 -0
  72. package/icons/ai/training.json +2 -0
  73. package/icons/ai/training.svg +1 -0
  74. package/icons/ai/vector.json +2 -0
  75. package/icons/ai/vector.svg +1 -0
  76. package/icons/mcp/mcp-capability.json +2 -0
  77. package/icons/mcp/mcp-capability.svg +1 -0
  78. package/icons/mcp/mcp-client.json +3 -0
  79. package/icons/mcp/mcp-client.svg +1 -0
  80. package/icons/mcp/mcp-config.json +2 -0
  81. package/icons/mcp/mcp-config.svg +1 -0
  82. package/icons/mcp/mcp-connection.json +2 -0
  83. package/icons/mcp/mcp-connection.svg +1 -0
  84. package/icons/mcp/mcp-prompt.json +2 -0
  85. package/icons/mcp/mcp-prompt.svg +1 -0
  86. package/icons/mcp/mcp-resource.json +3 -0
  87. package/icons/mcp/mcp-resource.svg +1 -0
  88. package/icons/mcp/mcp-server.json +3 -0
  89. package/icons/mcp/mcp-server.svg +1 -0
  90. package/icons/mcp/mcp-tool-call.json +2 -0
  91. package/icons/mcp/mcp-tool-call.svg +1 -0
  92. package/icons/mcp/mcp-tool.json +3 -0
  93. package/icons/mcp/mcp-tool.svg +1 -0
  94. package/icons/rag/chunk-overlap.json +3 -0
  95. package/icons/rag/chunk-overlap.svg +1 -0
  96. package/icons/rag/chunk.json +3 -0
  97. package/icons/rag/chunk.svg +1 -0
  98. package/icons/rag/document.json +2 -0
  99. package/icons/rag/document.svg +1 -0
  100. package/icons/rag/knowledge-base.json +3 -0
  101. package/icons/rag/knowledge-base.svg +1 -0
  102. package/icons/rag/reranker.json +2 -0
  103. package/icons/rag/reranker.svg +1 -0
  104. package/icons/rag/retriever.json +3 -0
  105. package/icons/rag/retriever.svg +1 -0
  106. package/icons/rag/semantic-search.json +2 -0
  107. package/icons/rag/semantic-search.svg +1 -0
  108. package/icons/rag/source-citation.json +2 -0
  109. package/icons/rag/source-citation.svg +1 -0
  110. package/icons/rag/vector-database.json +3 -0
  111. package/icons/rag/vector-database.svg +1 -0
  112. package/package.json +37 -0
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display:none"><symbol id="im-agent" viewBox="0 0 24 24"><circle cx="12" cy="12" r="3.25"/><path d="M6 2h12l4 4v12l-4 4H6l-4-4V6z"/></symbol><symbol id="im-agent-hierarchy" viewBox="0 0 24 24"><path d="M10 2h4l1.5 1.5v3L14 8h-4L8.5 6.5v-3z"/><path d="M12 8v6"/><path d="M6 16v-2h12v2"/><path d="M4 16h4l1.5 1.5v3L8 22H4l-1.5-1.5v-3z"/><path d="M16 16h4l1.5 1.5v3L20 22h-4l-1.5-1.5v-3z"/></symbol><symbol id="im-agent-log" viewBox="0 0 24 24"><circle cx="17" cy="16" r="5"/><path d="M2 6h13"/><path d="M2 11h9"/><path d="M17 13v3h2.5"/><path d="M2 16h7"/></symbol><symbol id="im-agent-message" viewBox="0 0 24 24"><path d="M13 2h6l3 3v6l-3 3h-4l-3 3v-3l-2-2V5z"/><path d="M5 15h4l2 2v3l-2 2H5l-2-2v-3z"/></symbol><symbol id="im-agent-pause" viewBox="0 0 24 24"><path d="M6 2h12l4 4v12l-4 4H6l-4-4V6z"/><path d="M10 8.5v7"/><path d="M14 8.5v7"/></symbol><symbol id="im-agent-run" viewBox="0 0 24 24"><path d="M6 2h12l4 4v12l-4 4H6l-4-4V6z"/><path d="M9.5 7.5 17 12l-7.5 4.5z"/></symbol><symbol id="im-agent-stop" viewBox="0 0 24 24"><path d="M6 2h12l4 4v12l-4 4H6l-4-4V6z"/><rect x="8" y="8" rx="1.5" width="8" height="8"/></symbol><symbol id="im-agent-thinking" viewBox="0 0 24 24"><circle cx="7.5" cy="12" r="1.25"/><circle cx="12" cy="12" r="1.25"/><circle cx="16.5" cy="12" r="1.25"/><path d="M6 2h12l4 4v12l-4 4H6l-4-4V6z"/></symbol><symbol id="im-benchmark" viewBox="0 0 24 24"><path d="M2 21v-7h6V8h8v8h6v5z"/></symbol><symbol id="im-chain-of-thought" viewBox="0 0 24 24"><path d="M3 20h4v-5h5v-5h5V5h4"/></symbol><symbol id="im-chunk" viewBox="0 0 24 24"><path d="M6.5 11h11"/><path d="M6.5 14.5h6"/><rect x="2" y="6" rx="3" width="20" height="12"/></symbol><symbol id="im-chunk-overlap" viewBox="0 0 24 24"><circle cx="9" cy="12" r="7"/><circle cx="15" cy="12" r="7"/></symbol><symbol id="im-context-window" viewBox="0 0 24 24"><circle cx="9" cy="12" r="1.4"/><circle cx="15" cy="12" r="1.4"/><path d="M8 2H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h3"/><path d="M16 2h3a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-3"/></symbol><symbol id="im-dataset" viewBox="0 0 24 24"><path d="M2 9h20"/><path d="M9 9v12"/><rect x="2" y="3" rx="3" width="20" height="18"/></symbol><symbol id="im-document" viewBox="0 0 24 24"><path d="M4 2h11l5 5v13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2"/><path d="M15 2v5h5"/></symbol><symbol id="im-embedding" viewBox="0 0 24 24"><circle cx="19" cy="6" r="1.4"/><circle cx="19" cy="12" r="1.4"/><circle cx="19" cy="18" r="1.4"/><path d="M11 12h2.5"/><rect x="2" y="8.5" rx="3.5" width="8" height="7"/></symbol><symbol id="im-evaluation" viewBox="0 0 24 24"><path d="m2 6 2.5 2.5L9 4"/><path d="M12 6h10"/><path d="m2 17 2.5 2.5L9 15"/><path d="M12 17h10"/></symbol><symbol id="im-fine-tuning" viewBox="0 0 24 24"><circle cx="15" cy="20.5" r="1.5"/><path d="m12 3 6.5 3.5v7L12 17l-6.5-3.5v-7z"/><path d="M2 20.5h20"/></symbol><symbol id="im-function-call" viewBox="0 0 24 24"><circle cx="12" cy="12" r="1.75"/><path d="M8 3a11 11 0 0 0 0 18"/><path d="M16 3a11 11 0 0 1 0 18"/></symbol><symbol id="im-goal" viewBox="0 0 24 24"><path d="M5 2v20"/><path d="M5 4h13l-4 4 4 4H5"/></symbol><symbol id="im-guardrail" viewBox="0 0 24 24"><path d="m12 2 9 3.5v6c0 5.5-4 9-9 10.5-5-1.5-9-5-9-10.5v-6z"/><path d="M7.5 12h9"/></symbol><symbol id="im-human-approval" viewBox="0 0 24 24"><circle cx="9" cy="7" r="4.5"/><path d="m14 18 2.5 2.5L22 15"/><path d="M2 21a7 7 0 0 1 11.5-5.4"/></symbol><symbol id="im-inference" viewBox="0 0 24 24"><path d="m12 4.5 6.5 4v7l-6.5 4-6.5-4v-7z"/><path d="M2 12h3.5"/><path d="M18.5 12H22"/></symbol><symbol id="im-knowledge-base" viewBox="0 0 24 24"><path d="M12 6 3 3v14l9 3"/><path d="m12 6 9-3v14l-9 3"/><path d="M12 6v14"/></symbol><symbol id="im-llm" viewBox="0 0 24 24"><path d="m12 2 9 5v10l-9 5-9-5V7z"/><path d="M8 10h8"/><path d="M8 14h4.5"/></symbol><symbol id="im-mcp-capability" viewBox="0 0 24 24"><path d="m11 9 2 2 3.5-3.5"/><path d="M2 12h4"/><path d="m11 16 2 2 3.5-3.5"/><rect x="7" y="3" rx="3" width="15" height="18"/></symbol><symbol id="im-mcp-client" viewBox="0 0 24 24"><path d="M3 8h4"/><path d="M3 12h4"/><path d="M3 16h4"/><rect x="9" y="4" rx="3" width="13" height="16"/></symbol><symbol id="im-mcp-config" viewBox="0 0 24 24"><circle cx="13" cy="8" r="2"/><circle cx="18" cy="16" r="2"/><path d="M8 8h14"/><path d="M2 12h4"/><path d="M8 16h14"/></symbol><symbol id="im-mcp-connection" viewBox="0 0 24 24"><path d="M8 12h8"/><rect x="2" y="8" rx="2" width="6" height="8"/><rect x="16" y="8" rx="2" width="6" height="8"/></symbol><symbol id="im-mcp-prompt" viewBox="0 0 24 24"><path d="M11 3h8l3 3v7l-3 3h-4l-4 4v-4l-3-3V6z"/><path d="M2 11h4"/></symbol><symbol id="im-mcp-resource" viewBox="0 0 24 24"><path d="M11.5 9.5h7"/><path d="M3 12h4"/><path d="M11.5 14.5h7"/><rect x="7" y="3" rx="3" width="15" height="18"/></symbol><symbol id="im-mcp-server" viewBox="0 0 24 24"><path d="M17 8h4"/><path d="M17 12h4"/><path d="M17 16h4"/><rect x="2" y="4" rx="3" width="13" height="16"/></symbol><symbol id="im-mcp-tool" viewBox="0 0 24 24"><path d="M22 6v14H8v-4a3 3 0 0 1 0-6V6h4a3 3 0 0 1 6 0z"/></symbol><symbol id="im-mcp-tool-call" viewBox="0 0 24 24"><path d="M22 6v14H8v-4a3 3 0 0 1 0-6V6h4a3 3 0 0 1 6 0z"/><path d="m13 9 5 4-5 4z"/></symbol><symbol id="im-memory" viewBox="0 0 24 24"><path d="M8.5 9.5v5"/><path d="M12 9.5v5"/><path d="M15.5 9.5v5"/><rect x="2" y="5" rx="3" width="20" height="14"/></symbol><symbol id="im-model" viewBox="0 0 24 24"><path d="m12 2 9 5v10l-9 5-9-5V7z"/></symbol><symbol id="im-multi-agent" viewBox="0 0 24 24"><path d="M10 2h4l1.5 1.5v4L14 9h-4L8.5 7.5v-4z"/><path d="M4 13h4l1.5 1.5v4L8 20H4l-1.5-1.5v-4z"/><path d="M16 13h4l1.5 1.5v4L20 20h-4l-1.5-1.5v-4z"/></symbol><symbol id="im-multimodal" viewBox="0 0 24 24"><circle cx="6" cy="6" r="4"/><path d="m17 4 5 3v6l-5 3-5-3V7z"/><rect x="2" y="13" rx="2" width="7" height="7"/></symbol><symbol id="im-plan" viewBox="0 0 24 24"><path d="M9 5h13"/><path d="M9 12h13"/><path d="M9 19h13"/><rect x="2" y="3" rx="1.5" width="4" height="4"/><rect x="2" y="10" rx="1.5" width="4" height="4"/><rect x="2" y="17" rx="1.5" width="4" height="4"/></symbol><symbol id="im-prompt" viewBox="0 0 24 24"><path d="M6 2h12l4 4v8l-4 4h-6l-4 4v-4H6l-4-4V6z"/><path d="m10 7.5 4 3-4 3"/></symbol><symbol id="im-reflection" viewBox="0 0 24 24"><circle cx="12" cy="7" r="5"/><path d="M2 14h20"/><path d="M7 18a5 5 0 0 0 10 0"/></symbol><symbol id="im-reranker" viewBox="0 0 24 24"><path d="M2 6h11"/><path d="m15.5 12 3-3 3 3"/><path d="M18.5 21V9"/><path d="M2 12h11"/><path d="M2 18h11"/></symbol><symbol id="im-retriever" viewBox="0 0 24 24"><path d="M4 3v9a8 8 0 0 0 16 0V3"/><path d="M4 10h5"/><path d="M15 10h5"/></symbol><symbol id="im-semantic-search" viewBox="0 0 24 24"><circle cx="10" cy="10" r="8"/><circle cx="7.5" cy="10" r="1.3"/><circle cx="12.5" cy="10" r="1.3"/><path d="m16 16 6 6"/></symbol><symbol id="im-source-citation" viewBox="0 0 24 24"><path d="M3 16V9a2 2 0 0 1 2-2h5v6a3 3 0 0 1-3 3z"/><path d="M14 16V9a2 2 0 0 1 2-2h5v6a3 3 0 0 1-3 3z"/></symbol><symbol id="im-subtask" viewBox="0 0 24 24"><rect x="2" y="2" rx="3" width="20" height="20"/><rect x="10" y="12" rx="2" width="9" height="6"/></symbol><symbol id="im-system-prompt" viewBox="0 0 24 24"><path d="M2 2h20"/><path d="M6 6h12l4 4v5l-4 4h-4l-3 3v-3H6l-4-4v-5z"/><path d="m10 10.5 3 2-3 2"/></symbol><symbol id="im-temperature" viewBox="0 0 24 24"><path d="M15 15.5V5a3 3 0 0 0-6 0v10.5a5 5 0 1 0 6 0"/><path d="M12 9v7"/></symbol><symbol id="im-token" viewBox="0 0 24 24"><path d="M2 8h20"/><path d="M2 16h5"/><path d="M9.5 16h5"/><path d="M17 16h5"/></symbol><symbol id="im-tokenizer" viewBox="0 0 24 24"><path d="M7 6v12"/><path d="M7 6h15"/><path d="M2 12h5"/><path d="M7 12h15"/><path d="M7 18h15"/></symbol><symbol id="im-training" viewBox="0 0 24 24"><path d="m12 2 9 5v10l-9 5-9-5V7z"/><path d="m7 15 3.5-3.5 3 3L18 10"/></symbol><symbol id="im-vector" viewBox="0 0 24 24"><circle cx="12" cy="7" r="1.4"/><circle cx="12" cy="12" r="1.4"/><circle cx="12" cy="17" r="1.4"/><path d="M7 2H3v20h4"/><path d="M17 2h4v20h-4"/></symbol><symbol id="im-vector-database" viewBox="0 0 24 24"><ellipse cx="12" cy="6" rx="9" ry="3.5"/><path d="M3 6v11.5c0 1.93 4.03 3.5 9 3.5s9-1.57 9-3.5V6"/><path d="M7.5 13.5h.01"/><path d="M11 15h.01"/><path d="M14.5 16.5h.01"/></symbol></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "agent-hierarchy", "category": "agents", "subcategory": "multi-agent",
2
+ "name": "Agent Hierarchy", "description": "Agents arranged in tiers with one above several others", "tags": ["hierarchy","tree","supervisor","delegation","org chart","tiers"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10 2h4l1.5 1.5v3L14 8h-4L8.5 6.5v-3z"/><path d="M12 8v6"/><path d="M6 16v-2h12v2"/><path d="M4 16h4l1.5 1.5v3L8 22H4l-1.5-1.5v-3z"/><path d="M16 16h4l1.5 1.5v3L20 22h-4l-1.5-1.5v-3z"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "agent-log", "category": "agents", "subcategory": "lifecycle",
2
+ "name": "Agent Log", "description": "A time-ordered record of what an agent did", "tags": ["log","history","trace","audit","timeline","record"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="17" cy="16" r="5"/><path d="M2 6h13"/><path d="M2 11h9"/><path d="M17 13v3h2.5"/><path d="M2 16h7"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "agent-message", "category": "agents", "subcategory": "communication",
2
+ "name": "Agent Message", "description": "Something one agent says to another", "tags": ["message","speak","communicate","send","utterance","reply"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M13 2h6l3 3v6l-3 3h-4l-3 3v-3l-2-2V5z"/><path d="M5 15h4l2 2v3l-2 2H5l-2-2v-3z"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "agent-pause", "category": "agents", "subcategory": "lifecycle",
2
+ "name": "Agent Pause", "description": "Suspend an agent and keep its state",
3
+ "tags": ["pause", "suspend", "hold", "wait", "freeze", "resume"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 2h12l4 4v12l-4 4H6l-4-4V6z"/><path d="M10 8.5v7"/><path d="M14 8.5v7"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "agent-run", "category": "agents", "subcategory": "lifecycle",
2
+ "name": "Agent Run", "description": "Start an agent and let it work",
3
+ "tags": ["run", "start", "execute", "play", "launch", "active"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 2h12l4 4v12l-4 4H6l-4-4V6z"/><path d="M9.5 7.5 17 12l-7.5 4.5z"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "agent-stop", "category": "agents", "subcategory": "lifecycle",
2
+ "name": "Agent Stop", "description": "Halt an agent before it finishes",
3
+ "tags": ["stop","halt","cancel","abort","terminate","kill"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 2h12l4 4v12l-4 4H6l-4-4V6z"/><rect x="8" y="8" rx="1.5" width="8" height="8"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "agent-thinking", "category": "agents", "subcategory": "lifecycle",
2
+ "name": "Agent Thinking", "description": "An agent reasoning before it acts",
3
+ "tags": ["thinking","reasoning","processing","working","pending","deliberating"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="7.5" cy="12" r="1.25"/><circle cx="12" cy="12" r="1.25"/><circle cx="16.5" cy="12" r="1.25"/><path d="M6 2h12l4 4v12l-4 4H6l-4-4V6z"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "agent", "category": "agents", "subcategory": "agent-core",
2
+ "name": "Agent", "description": "An autonomous agent that acts on its own",
3
+ "tags": ["agent", "autonomous", "actor", "entity", "worker", "bot"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="3.25"/><path d="M6 2h12l4 4v12l-4 4H6l-4-4V6z"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "function-call", "category": "agents", "subcategory": "tool-use",
2
+ "name": "Function Call", "description": "Structured function invocation emitted by a model",
3
+ "tags": ["function","call","invoke","parentheses","arguments","tool use"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="1.75"/><path d="M8 3a11 11 0 0 0 0 18"/><path d="M16 3a11 11 0 0 1 0 18"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "goal", "category": "agents", "subcategory": "planning",
2
+ "name": "Goal", "description": "The outcome an agent is working toward", "tags": ["goal","objective","target","flag","milestone","intent"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 2v20"/><path d="M5 4h13l-4 4 4 4H5"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "human-approval", "category": "agents", "subcategory": "communication",
2
+ "name": "Human Approval", "description": "A person signing off before an agent proceeds", "tags": ["approval","human in the loop","sign off","confirm","review","consent"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="7" r="4.5"/><path d="m14 18 2.5 2.5L22 15"/><path d="M2 21a7 7 0 0 1 11.5-5.4"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "memory", "category": "agents", "subcategory": "memory",
2
+ "name": "Memory", "description": "Memory an agent writes to and reads back",
3
+ "tags": ["memory", "recall", "state", "store", "remember", "cells"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M8.5 9.5v5"/><path d="M12 9.5v5"/><path d="M15.5 9.5v5"/><rect x="2" y="5" rx="3" width="20" height="14"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "multi-agent", "category": "agents", "subcategory": "multi-agent",
2
+ "name": "Multi Agent", "description": "Several agents working on the same task",
3
+ "tags": ["multi agent", "team", "swarm", "group", "cluster", "crew"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M10 2h4l1.5 1.5v4L14 9h-4L8.5 7.5v-4z"/><path d="M4 13h4l1.5 1.5v4L8 20H4l-1.5-1.5v-4z"/><path d="M16 13h4l1.5 1.5v4L20 20h-4l-1.5-1.5v-4z"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "plan", "category": "agents", "subcategory": "planning",
2
+ "name": "Plan", "description": "An ordered set of steps an agent intends to take", "tags": ["plan","steps","checklist","todo","sequence","tasks"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 5h13"/><path d="M9 12h13"/><path d="M9 19h13"/><rect x="2" y="3" rx="1.5" width="4" height="4"/><rect x="2" y="10" rx="1.5" width="4" height="4"/><rect x="2" y="17" rx="1.5" width="4" height="4"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "reflection", "category": "agents", "subcategory": "reflection",
2
+ "name": "Reflection", "description": "An agent reviewing its own output before continuing", "tags": ["reflection","self review","critique","introspection","mirror","check"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="7" r="5"/><path d="M2 14h20"/><path d="M7 18a5 5 0 0 0 10 0"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "subtask", "category": "agents", "subcategory": "planning",
2
+ "name": "Subtask", "description": "A smaller piece of work nested inside a larger one", "tags": ["subtask","nested","child","breakdown","sub step","decompose"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="2" rx="3" width="20" height="20"/><rect x="10" y="12" rx="2" width="9" height="6"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "benchmark", "category": "ai", "subcategory": "evaluation",
2
+ "name": "Benchmark", "description": "A standard test models are ranked against", "tags": ["benchmark","ranking","leaderboard","compare","podium","score"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M2 21v-7h6V8h8v8h6v5z"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "chain-of-thought", "category": "ai", "subcategory": "prompt",
2
+ "name": "Chain of Thought", "description": "Reasoning worked through one step at a time", "tags": ["chain of thought","reasoning","steps","cot","stepwise","deliberate"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 20h4v-5h5v-5h5V5h4"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "context-window", "category": "ai", "subcategory": "context",
2
+ "name": "Context Window", "description": "Span of tokens a model can see in a single call",
3
+ "tags": ["context","window","scope","token limit","prompt","boundary"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="12" r="1.4"/><circle cx="15" cy="12" r="1.4"/><path d="M8 2H5a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h3"/><path d="M16 2h3a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3h-3"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "dataset", "category": "ai", "subcategory": "training",
2
+ "name": "Dataset", "description": "A collection of records used to train or evaluate", "tags": ["dataset","records","rows","corpus","samples","table"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M2 9h20"/><path d="M9 9v12"/><rect x="2" y="3" rx="3" width="20" height="18"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "embedding", "category": "ai", "subcategory": "embedding",
2
+ "name": "Embedding", "description": "Text turned into a vector of numbers",
3
+ "tags": ["embedding","vector","encode","representation","features","transform"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="19" cy="6" r="1.4"/><circle cx="19" cy="12" r="1.4"/><circle cx="19" cy="18" r="1.4"/><path d="M11 12h2.5"/><rect x="2" y="8.5" rx="3.5" width="8" height="7"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "evaluation", "category": "ai", "subcategory": "evaluation",
2
+ "name": "Evaluation", "description": "Scoring model output against expected results", "tags": ["evaluation","eval","score","assess","check","grade"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m2 6 2.5 2.5L9 4"/><path d="M12 6h10"/><path d="m2 17 2.5 2.5L9 15"/><path d="M12 17h10"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "fine-tuning", "category": "ai", "subcategory": "training",
2
+ "name": "Fine Tuning", "description": "Adapting a trained model to a narrower task", "tags": ["fine tuning","adapt","tune","adjust","specialise","lora"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="15" cy="20.5" r="1.5"/><path d="m12 3 6.5 3.5v7L12 17l-6.5-3.5v-7z"/><path d="M2 20.5h20"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "guardrail", "category": "ai", "subcategory": "safety",
2
+ "name": "Guardrail", "description": "A constraint that blocks unsafe model output",
3
+ "tags": ["guardrail","safety","block","constraint","shield","policy"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m12 2 9 3.5v6c0 5.5-4 9-9 10.5-5-1.5-9-5-9-10.5v-6z"/><path d="M7.5 12h9"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "inference", "category": "ai", "subcategory": "inference",
2
+ "name": "Inference", "description": "Running input through a model to get output",
3
+ "tags": ["inference","predict","forward pass","run","serve","throughput"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m12 4.5 6.5 4v7l-6.5 4-6.5-4v-7z"/><path d="M2 12h3.5"/><path d="M18.5 12H22"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "llm", "category": "ai", "subcategory": "model",
2
+ "name": "LLM", "description": "A large language model",
3
+ "tags": ["llm", "language model", "text", "generative", "transformer", "chat"], "aliases": ["large-language-model"], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m12 2 9 5v10l-9 5-9-5V7z"/><path d="M8 10h8"/><path d="M8 14h4.5"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "model", "category": "ai", "subcategory": "model",
2
+ "name": "Model", "description": "A machine learning model that turns input into output",
3
+ "tags": ["model", "ml", "neural network", "weights", "component", "inference"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m12 2 9 5v10l-9 5-9-5V7z"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "multimodal", "category": "ai", "subcategory": "multimodal",
2
+ "name": "Multimodal", "description": "A model that takes more than one kind of input", "tags": ["multimodal","vision","audio","mixed input","cross modal","fusion"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="6" cy="6" r="4"/><path d="m17 4 5 3v6l-5 3-5-3V7z"/><rect x="2" y="13" rx="2" width="7" height="7"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "prompt", "category": "ai", "subcategory": "prompt",
2
+ "name": "Prompt", "description": "An instruction sent to a model",
3
+ "tags": ["prompt", "instruction", "input", "query", "command", "ask"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 2h12l4 4v8l-4 4h-6l-4 4v-4H6l-4-4V6z"/><path d="m10 7.5 4 3-4 3"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "system-prompt", "category": "ai", "subcategory": "prompt",
2
+ "name": "System Prompt", "description": "Standing instructions that sit above the conversation", "tags": ["system prompt","instruction","role","preamble","persona","rules"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M2 2h20"/><path d="M6 6h12l4 4v5l-4 4h-4l-3 3v-3H6l-4-4v-5z"/><path d="m10 10.5 3 2-3 2"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "temperature", "category": "ai", "subcategory": "inference",
2
+ "name": "Temperature", "description": "How much randomness a model allows in its output", "tags": ["temperature","randomness","sampling","creativity","variance","parameter"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 15.5V5a3 3 0 0 0-6 0v10.5a5 5 0 1 0 6 0"/><path d="M12 9v7"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "token", "category": "ai", "subcategory": "token",
2
+ "name": "Token", "description": "Continuous text split into discrete units",
3
+ "tags": ["token","split","unit","text","segment","tokenize"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M2 8h20"/><path d="M2 16h5"/><path d="M9.5 16h5"/><path d="M17 16h5"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "tokenizer", "category": "ai", "subcategory": "token",
2
+ "name": "Tokenizer", "description": "The component that splits text into tokens", "tags": ["tokenizer","split","encode","segment","parse","fan out"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M7 6v12"/><path d="M7 6h15"/><path d="M2 12h5"/><path d="M7 12h15"/><path d="M7 18h15"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "training", "category": "ai", "subcategory": "training",
2
+ "name": "Training", "description": "Teaching a model from data until it improves", "tags": ["training","learn","fit","improve","epoch","optimise"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m12 2 9 5v10l-9 5-9-5V7z"/><path d="m7 15 3.5-3.5 3 3L18 10"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "vector", "category": "ai", "subcategory": "embedding",
2
+ "name": "Vector", "description": "An ordered list of numbers representing meaning", "tags": ["vector","array","column","numbers","coordinates","features"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="7" r="1.4"/><circle cx="12" cy="12" r="1.4"/><circle cx="12" cy="17" r="1.4"/><path d="M7 2H3v20h4"/><path d="M17 2h4v20h-4"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "mcp-capability", "category": "mcp", "subcategory": "transport",
2
+ "name": "MCP Capability", "description": "What a server declares it can do during handshake", "tags": ["capability","negotiate","declare","support","feature","handshake"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m11 9 2 2 3.5-3.5"/><path d="M2 12h4"/><path d="m11 16 2 2 3.5-3.5"/><rect x="7" y="3" rx="3" width="15" height="18"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "mcp-client", "category": "mcp", "subcategory": "client",
2
+ "name": "MCP Client", "description": "An application that consumes what MCP servers expose",
3
+ "tags": ["client","consumer","host","connect","caller","application"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 8h4"/><path d="M3 12h4"/><path d="M3 16h4"/><rect x="9" y="4" rx="3" width="13" height="16"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "mcp-config", "category": "mcp", "subcategory": "registry",
2
+ "name": "MCP Config", "description": "Settings that tell a client which servers to run", "tags": ["config","settings","setup","options","manifest","preferences"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="13" cy="8" r="2"/><circle cx="18" cy="16" r="2"/><path d="M8 8h14"/><path d="M2 12h4"/><path d="M8 16h14"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "mcp-connection", "category": "mcp", "subcategory": "client",
2
+ "name": "MCP Connection", "description": "An open link between a client and a server", "tags": ["connection","link","session","connected","channel","port"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M8 12h8"/><rect x="2" y="8" rx="2" width="6" height="8"/><rect x="16" y="8" rx="2" width="6" height="8"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "mcp-prompt", "category": "mcp", "subcategory": "prompt",
2
+ "name": "MCP Prompt", "description": "A reusable prompt template an MCP server exposes", "tags": ["prompt","template","reusable","expose","message","preset"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M11 3h8l3 3v7l-3 3h-4l-4 4v-4l-3-3V6z"/><path d="M2 11h4"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "mcp-resource", "category": "mcp", "subcategory": "resource",
2
+ "name": "MCP Resource", "description": "Data an MCP server exposes for clients to read",
3
+ "tags": ["resource","document","expose","read","context source","uri"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M11.5 9.5h7"/><path d="M3 12h4"/><path d="M11.5 14.5h7"/><rect x="7" y="3" rx="3" width="15" height="18"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "mcp-server", "category": "mcp", "subcategory": "server",
2
+ "name": "MCP Server", "description": "A server that exposes resources, tools, and prompts over MCP",
3
+ "tags": ["server", "host", "expose", "endpoint", "provider", "protocol"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M17 8h4"/><path d="M17 12h4"/><path d="M17 16h4"/><rect x="2" y="4" rx="3" width="13" height="16"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "mcp-tool-call", "category": "mcp", "subcategory": "tool",
2
+ "name": "MCP Tool Call", "description": "Invoking a tool an MCP server exposes", "tags": ["tool call","invoke","execute","run","request","dispatch"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 6v14H8v-4a3 3 0 0 1 0-6V6h4a3 3 0 0 1 6 0z"/><path d="m13 9 5 4-5 4z"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "mcp-tool", "category": "mcp", "subcategory": "tool",
2
+ "name": "MCP Tool", "description": "Capability an MCP server exposes for clients to invoke",
3
+ "tags": ["tool","capability","plugin","puzzle","extension","invoke"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 6v14H8v-4a3 3 0 0 1 0-6V6h4a3 3 0 0 1 6 0z"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "chunk-overlap", "category": "rag", "subcategory": "chunking",
2
+ "name": "Chunk Overlap", "description": "Content shared between two consecutive document chunks",
3
+ "tags": ["chunk","overlap","intersection","sliding window","split","venn"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="12" r="7"/><circle cx="15" cy="12" r="7"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "chunk", "category": "rag", "subcategory": "chunking",
2
+ "name": "Chunk", "description": "One piece of a document, sized to fit a model",
3
+ "tags": ["chunk","block","segment","passage","split","text block"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6.5 11h11"/><path d="M6.5 14.5h6"/><rect x="2" y="6" rx="3" width="20" height="12"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "document", "category": "rag", "subcategory": "ingestion",
2
+ "name": "Document", "description": "A source file fed into a pipeline", "tags": ["document","file","page","source","text","paper"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 2h11l5 5v13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2"/><path d="M15 2v5h5"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "knowledge-base", "category": "rag", "subcategory": "knowledge",
2
+ "name": "Knowledge Base", "description": "Curated body of documents a system can draw on",
3
+ "tags": ["knowledge", "book", "reference", "corpus", "docs", "library"], "aliases": ["kb"], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M12 6 3 3v14l9 3"/><path d="m12 6 9-3v14l-9 3"/><path d="M12 6v14"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "reranker", "category": "rag", "subcategory": "ranking",
2
+ "name": "Reranker", "description": "Model that reorders search results by relevance", "tags": ["rerank","reorder","relevance","ranking","promote","cross encoder"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M2 6h11"/><path d="m15.5 12 3-3 3 3"/><path d="M18.5 21V9"/><path d="M2 12h11"/><path d="M2 18h11"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "retriever", "category": "rag", "subcategory": "retrieval",
2
+ "name": "Retriever", "description": "Component that pulls relevant documents from a store",
3
+ "tags": ["retriever","pull","fetch","attract","magnet","relevant"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 3v9a8 8 0 0 0 16 0V3"/><path d="M4 10h5"/><path d="M15 10h5"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "semantic-search", "category": "rag", "subcategory": "retrieval",
2
+ "name": "Semantic Search", "description": "Finding results by meaning rather than exact words", "tags": ["semantic search","meaning","similarity","nearest","lookup","embedding search"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="10" cy="10" r="8"/><circle cx="7.5" cy="10" r="1.3"/><circle cx="12.5" cy="10" r="1.3"/><path d="m16 16 6 6"/></svg>
@@ -0,0 +1,2 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "source-citation", "category": "rag", "subcategory": "grounding",
2
+ "name": "Source Citation", "description": "A pointer back to where an answer came from", "tags": ["citation","quote","source","reference","attribution","provenance"], "aliases": [], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M3 16V9a2 2 0 0 1 2-2h5v6a3 3 0 0 1-3 3z"/><path d="M14 16V9a2 2 0 0 1 2-2h5v6a3 3 0 0 1-3 3z"/></svg>
@@ -0,0 +1,3 @@
1
+ { "$schema": "https://iconmind.dev/schema/icon.json", "slug": "vector-database", "category": "rag", "subcategory": "vector",
2
+ "name": "Vector Database", "description": "Database for storing and searching vectors",
3
+ "tags": ["vector", "database", "store", "embedding", "index", "similarity"], "aliases": ["vector-store"], "keywords": [], "contributors": [] }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><ellipse cx="12" cy="6" rx="9" ry="3.5"/><path d="M3 6v11.5c0 1.93 4.03 3.5 9 3.5s9-1.57 9-3.5V6"/><path d="M7.5 13.5h.01"/><path d="M11 15h.01"/><path d="M14.5 16.5h.01"/></svg>