@cemresearchproject/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 (115) hide show
  1. package/BLADE.md +58 -0
  2. package/README.md +91 -0
  3. package/blade/cem-icon.blade.php +31 -0
  4. package/index.d.ts +63 -0
  5. package/package.json +42 -0
  6. package/sprite.svg +56 -0
  7. package/src/icons/AcceptDriftTax.js +12 -0
  8. package/src/icons/AnchoredData.js +12 -0
  9. package/src/icons/Breadcrumbs.js +12 -0
  10. package/src/icons/Bridge.js +12 -0
  11. package/src/icons/BuildCompression.js +12 -0
  12. package/src/icons/CemTime.js +12 -0
  13. package/src/icons/CoEvolution.js +12 -0
  14. package/src/icons/CompoundingRatio.js +12 -0
  15. package/src/icons/DecisionEfficiency.js +12 -0
  16. package/src/icons/Direction.js +12 -0
  17. package/src/icons/DriftTax.js +12 -0
  18. package/src/icons/EnvironmentalControl.js +12 -0
  19. package/src/icons/Execution.js +12 -0
  20. package/src/icons/Foundation.js +12 -0
  21. package/src/icons/Governor.js +12 -0
  22. package/src/icons/Guardrails.js +12 -0
  23. package/src/icons/KnowledgeYield.js +12 -0
  24. package/src/icons/Maintenance.js +12 -0
  25. package/src/icons/MultiThread.js +12 -0
  26. package/src/icons/MvpScore.js +12 -0
  27. package/src/icons/N1.js +12 -0
  28. package/src/icons/NestedCycles.js +12 -0
  29. package/src/icons/NoBacklog.js +12 -0
  30. package/src/icons/NoLongPlanning.js +12 -0
  31. package/src/icons/Operator.js +12 -0
  32. package/src/icons/Pendulum.js +12 -0
  33. package/src/icons/Pentagon.js +12 -0
  34. package/src/icons/Premise80.js +12 -0
  35. package/src/icons/RecoveryChain.js +12 -0
  36. package/src/icons/Regroup.js +12 -0
  37. package/src/icons/Routing.js +12 -0
  38. package/src/icons/S01CommitVelocity.js +12 -0
  39. package/src/icons/S02DaysToMvp.js +12 -0
  40. package/src/icons/S03Rework.js +12 -0
  41. package/src/icons/S04ParallelRate.js +12 -0
  42. package/src/icons/S05VelocityTrajectory.js +12 -0
  43. package/src/icons/S06GovernanceRate.js +12 -0
  44. package/src/icons/S07AdmissionRate.js +12 -0
  45. package/src/icons/S08KillDecisions.js +12 -0
  46. package/src/icons/S09RecoveryActions.js +12 -0
  47. package/src/icons/S10SpiralFrequency.js +12 -0
  48. package/src/icons/S11EditReadRatio.js +12 -0
  49. package/src/icons/S12ToolUsage.js +12 -0
  50. package/src/icons/S13WordsDay.js +12 -0
  51. package/src/icons/S14SessionVolume.js +12 -0
  52. package/src/icons/Scaffold.js +12 -0
  53. package/src/icons/SessionDepth.js +12 -0
  54. package/src/icons/SpiralAnatomy.js +12 -0
  55. package/src/icons/StorageDiscipline.js +12 -0
  56. package/src/icons/Sweeps.js +12 -0
  57. package/src/icons/Target.js +12 -0
  58. package/src/icons/TheGap.js +12 -0
  59. package/src/icons/TimeCompression.js +12 -0
  60. package/src/icons/Vision.js +12 -0
  61. package/src/index.js +114 -0
  62. package/svg/80-premise.svg +1 -0
  63. package/svg/accept-drift-tax.svg +1 -0
  64. package/svg/anchored-data.svg +1 -0
  65. package/svg/breadcrumbs.svg +1 -0
  66. package/svg/bridge.svg +1 -0
  67. package/svg/build-compression.svg +1 -0
  68. package/svg/cem-time.svg +1 -0
  69. package/svg/co-evolution.svg +1 -0
  70. package/svg/compounding-ratio.svg +1 -0
  71. package/svg/decision-efficiency.svg +1 -0
  72. package/svg/direction.svg +1 -0
  73. package/svg/drift-tax.svg +1 -0
  74. package/svg/environmental-control.svg +1 -0
  75. package/svg/execution.svg +1 -0
  76. package/svg/foundation.svg +1 -0
  77. package/svg/governor.svg +1 -0
  78. package/svg/guardrails.svg +1 -0
  79. package/svg/knowledge-yield.svg +1 -0
  80. package/svg/maintenance.svg +1 -0
  81. package/svg/multi-thread.svg +1 -0
  82. package/svg/mvp-score.svg +1 -0
  83. package/svg/n-1.svg +1 -0
  84. package/svg/nested-cycles.svg +1 -0
  85. package/svg/no-backlog.svg +1 -0
  86. package/svg/no-long-planning.svg +1 -0
  87. package/svg/operator.svg +1 -0
  88. package/svg/pendulum.svg +1 -0
  89. package/svg/pentagon.svg +1 -0
  90. package/svg/recovery-chain.svg +1 -0
  91. package/svg/regroup.svg +1 -0
  92. package/svg/routing.svg +1 -0
  93. package/svg/s-01-commit-velocity.svg +1 -0
  94. package/svg/s-02-days-to-mvp.svg +1 -0
  95. package/svg/s-03-rework.svg +1 -0
  96. package/svg/s-04-parallel-rate.svg +1 -0
  97. package/svg/s-05-velocity-trajectory.svg +1 -0
  98. package/svg/s-06-governance-rate.svg +1 -0
  99. package/svg/s-07-admission-rate.svg +1 -0
  100. package/svg/s-08-kill-decisions.svg +1 -0
  101. package/svg/s-09-recovery-actions.svg +1 -0
  102. package/svg/s-10-spiral-frequency.svg +1 -0
  103. package/svg/s-11-edit-read-ratio.svg +1 -0
  104. package/svg/s-12-tool-usage.svg +1 -0
  105. package/svg/s-13-words-day.svg +1 -0
  106. package/svg/s-14-session-volume.svg +1 -0
  107. package/svg/scaffold.svg +1 -0
  108. package/svg/session-depth.svg +1 -0
  109. package/svg/spiral-anatomy.svg +1 -0
  110. package/svg/storage-discipline.svg +1 -0
  111. package/svg/sweeps.svg +1 -0
  112. package/svg/target.svg +1 -0
  113. package/svg/the-gap.svg +1 -0
  114. package/svg/time-compression.svg +1 -0
  115. package/svg/vision.svg +1 -0
package/src/index.js ADDED
@@ -0,0 +1,114 @@
1
+ // Named exports tree-shake with a bundler. For best build perf,
2
+ // import direct: import Foundation from '@cemresearch/icons/Foundation';
3
+
4
+ export { default as Premise80 } from './icons/Premise80.js';
5
+ export { default as AcceptDriftTax } from './icons/AcceptDriftTax.js';
6
+ export { default as AnchoredData } from './icons/AnchoredData.js';
7
+ export { default as Breadcrumbs } from './icons/Breadcrumbs.js';
8
+ export { default as Bridge } from './icons/Bridge.js';
9
+ export { default as BuildCompression } from './icons/BuildCompression.js';
10
+ export { default as CemTime } from './icons/CemTime.js';
11
+ export { default as CoEvolution } from './icons/CoEvolution.js';
12
+ export { default as CompoundingRatio } from './icons/CompoundingRatio.js';
13
+ export { default as DecisionEfficiency } from './icons/DecisionEfficiency.js';
14
+ export { default as Direction } from './icons/Direction.js';
15
+ export { default as DriftTax } from './icons/DriftTax.js';
16
+ export { default as EnvironmentalControl } from './icons/EnvironmentalControl.js';
17
+ export { default as Execution } from './icons/Execution.js';
18
+ export { default as Foundation } from './icons/Foundation.js';
19
+ export { default as Governor } from './icons/Governor.js';
20
+ export { default as Guardrails } from './icons/Guardrails.js';
21
+ export { default as KnowledgeYield } from './icons/KnowledgeYield.js';
22
+ export { default as Maintenance } from './icons/Maintenance.js';
23
+ export { default as MultiThread } from './icons/MultiThread.js';
24
+ export { default as MvpScore } from './icons/MvpScore.js';
25
+ export { default as N1 } from './icons/N1.js';
26
+ export { default as NestedCycles } from './icons/NestedCycles.js';
27
+ export { default as NoBacklog } from './icons/NoBacklog.js';
28
+ export { default as NoLongPlanning } from './icons/NoLongPlanning.js';
29
+ export { default as Operator } from './icons/Operator.js';
30
+ export { default as Pendulum } from './icons/Pendulum.js';
31
+ export { default as Pentagon } from './icons/Pentagon.js';
32
+ export { default as RecoveryChain } from './icons/RecoveryChain.js';
33
+ export { default as Regroup } from './icons/Regroup.js';
34
+ export { default as Routing } from './icons/Routing.js';
35
+ export { default as S01CommitVelocity } from './icons/S01CommitVelocity.js';
36
+ export { default as S02DaysToMvp } from './icons/S02DaysToMvp.js';
37
+ export { default as S03Rework } from './icons/S03Rework.js';
38
+ export { default as S04ParallelRate } from './icons/S04ParallelRate.js';
39
+ export { default as S05VelocityTrajectory } from './icons/S05VelocityTrajectory.js';
40
+ export { default as S06GovernanceRate } from './icons/S06GovernanceRate.js';
41
+ export { default as S07AdmissionRate } from './icons/S07AdmissionRate.js';
42
+ export { default as S08KillDecisions } from './icons/S08KillDecisions.js';
43
+ export { default as S09RecoveryActions } from './icons/S09RecoveryActions.js';
44
+ export { default as S10SpiralFrequency } from './icons/S10SpiralFrequency.js';
45
+ export { default as S11EditReadRatio } from './icons/S11EditReadRatio.js';
46
+ export { default as S12ToolUsage } from './icons/S12ToolUsage.js';
47
+ export { default as S13WordsDay } from './icons/S13WordsDay.js';
48
+ export { default as S14SessionVolume } from './icons/S14SessionVolume.js';
49
+ export { default as Scaffold } from './icons/Scaffold.js';
50
+ export { default as SessionDepth } from './icons/SessionDepth.js';
51
+ export { default as SpiralAnatomy } from './icons/SpiralAnatomy.js';
52
+ export { default as StorageDiscipline } from './icons/StorageDiscipline.js';
53
+ export { default as Sweeps } from './icons/Sweeps.js';
54
+ export { default as Target } from './icons/Target.js';
55
+ export { default as TheGap } from './icons/TheGap.js';
56
+ export { default as TimeCompression } from './icons/TimeCompression.js';
57
+ export { default as Vision } from './icons/Vision.js';
58
+
59
+ export const iconRegistry = {
60
+ '80-premise': () => import('./icons/Premise80.js'),
61
+ 'accept-drift-tax': () => import('./icons/AcceptDriftTax.js'),
62
+ 'anchored-data': () => import('./icons/AnchoredData.js'),
63
+ 'breadcrumbs': () => import('./icons/Breadcrumbs.js'),
64
+ 'bridge': () => import('./icons/Bridge.js'),
65
+ 'build-compression': () => import('./icons/BuildCompression.js'),
66
+ 'cem-time': () => import('./icons/CemTime.js'),
67
+ 'co-evolution': () => import('./icons/CoEvolution.js'),
68
+ 'compounding-ratio': () => import('./icons/CompoundingRatio.js'),
69
+ 'decision-efficiency': () => import('./icons/DecisionEfficiency.js'),
70
+ 'direction': () => import('./icons/Direction.js'),
71
+ 'drift-tax': () => import('./icons/DriftTax.js'),
72
+ 'environmental-control': () => import('./icons/EnvironmentalControl.js'),
73
+ 'execution': () => import('./icons/Execution.js'),
74
+ 'foundation': () => import('./icons/Foundation.js'),
75
+ 'governor': () => import('./icons/Governor.js'),
76
+ 'guardrails': () => import('./icons/Guardrails.js'),
77
+ 'knowledge-yield': () => import('./icons/KnowledgeYield.js'),
78
+ 'maintenance': () => import('./icons/Maintenance.js'),
79
+ 'multi-thread': () => import('./icons/MultiThread.js'),
80
+ 'mvp-score': () => import('./icons/MvpScore.js'),
81
+ 'n-1': () => import('./icons/N1.js'),
82
+ 'nested-cycles': () => import('./icons/NestedCycles.js'),
83
+ 'no-backlog': () => import('./icons/NoBacklog.js'),
84
+ 'no-long-planning': () => import('./icons/NoLongPlanning.js'),
85
+ 'operator': () => import('./icons/Operator.js'),
86
+ 'pendulum': () => import('./icons/Pendulum.js'),
87
+ 'pentagon': () => import('./icons/Pentagon.js'),
88
+ 'recovery-chain': () => import('./icons/RecoveryChain.js'),
89
+ 'regroup': () => import('./icons/Regroup.js'),
90
+ 'routing': () => import('./icons/Routing.js'),
91
+ 's-01-commit-velocity': () => import('./icons/S01CommitVelocity.js'),
92
+ 's-02-days-to-mvp': () => import('./icons/S02DaysToMvp.js'),
93
+ 's-03-rework': () => import('./icons/S03Rework.js'),
94
+ 's-04-parallel-rate': () => import('./icons/S04ParallelRate.js'),
95
+ 's-05-velocity-trajectory': () => import('./icons/S05VelocityTrajectory.js'),
96
+ 's-06-governance-rate': () => import('./icons/S06GovernanceRate.js'),
97
+ 's-07-admission-rate': () => import('./icons/S07AdmissionRate.js'),
98
+ 's-08-kill-decisions': () => import('./icons/S08KillDecisions.js'),
99
+ 's-09-recovery-actions': () => import('./icons/S09RecoveryActions.js'),
100
+ 's-10-spiral-frequency': () => import('./icons/S10SpiralFrequency.js'),
101
+ 's-11-edit-read-ratio': () => import('./icons/S11EditReadRatio.js'),
102
+ 's-12-tool-usage': () => import('./icons/S12ToolUsage.js'),
103
+ 's-13-words-day': () => import('./icons/S13WordsDay.js'),
104
+ 's-14-session-volume': () => import('./icons/S14SessionVolume.js'),
105
+ 'scaffold': () => import('./icons/Scaffold.js'),
106
+ 'session-depth': () => import('./icons/SessionDepth.js'),
107
+ 'spiral-anatomy': () => import('./icons/SpiralAnatomy.js'),
108
+ 'storage-discipline': () => import('./icons/StorageDiscipline.js'),
109
+ 'sweeps': () => import('./icons/Sweeps.js'),
110
+ 'target': () => import('./icons/Target.js'),
111
+ 'the-gap': () => import('./icons/TheGap.js'),
112
+ 'time-compression': () => import('./icons/TimeCompression.js'),
113
+ 'vision': () => import('./icons/Vision.js'),
114
+ };
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><circle cx="40" cy="40" r="22" fill="none" stroke="currentColor" stroke-width="2.5"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M40 18a22 22 0 1 1-20.5 11" opacity=".5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><circle cx="36" cy="40" r="20" fill="none" stroke="currentColor" stroke-width="2.5"/><circle cx="36" cy="40" r="10" fill="none" stroke="currentColor" stroke-width="2.5" opacity=".5"/><circle cx="36" cy="40" r="2" fill="currentColor" opacity=".5"/><circle cx="50" cy="30" r="4" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m56 36 4-4"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M40 16v26"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M28 48q0 14 12 14t12-14"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M28 48v-6M52 48v-6"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><circle cx="16" cy="40" r="3" fill="currentColor" opacity=".5"/><circle cx="30" cy="34" r="3" fill="currentColor" opacity=".6"/><circle cx="44" cy="40" r="3" fill="currentColor" opacity=".7"/><circle cx="58" cy="34" r="4" fill="currentColor"/></svg>
package/svg/bridge.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><rect width="20" height="28" x="14" y="30" fill="none" stroke="currentColor" stroke-width="2.5" rx="3"/><rect width="20" height="28" x="46" y="30" fill="none" stroke="currentColor" stroke-width="2.5" rx="3"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M34 44h12"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><rect width="52" height="12" x="14" y="16" fill="currentColor" opacity=".5" rx="3"/><rect width="34" height="12" x="14" y="34" fill="currentColor" opacity=".7" rx="3"/><rect width="18" height="12" x="14" y="52" fill="currentColor" rx="3"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><circle cx="36" cy="42" r="22" fill="none" stroke="currentColor" stroke-width="2.5"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M36 42V28M36 42h12"/><text x="58" y="28" fill="currentColor" style="font-size:18px;font-weight:700;font-family:&quot;Outfit&quot;,sans-serif">×</text></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><circle cx="16" cy="60" r="3" fill="currentColor"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 60q12-10 24-30 8-12 24-18"/><path fill="none" stroke="currentColor" stroke-dasharray="5 3" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 60q12-4 24-12 8-6 24-12" opacity=".6"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 56q16-4 24-16t24-24"/><path fill="none" stroke="currentColor" stroke-dasharray="5 3" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 24q16 4 24 12t24 20" opacity=".5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 44h14l10-24 10 24h14"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m58 38 6 6-6 6"/><circle cx="40" cy="20" r="3" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path fill="currentColor" d="m40 12 4 18 14-12-12 14 18 4-18 4 12 14-14-12-4 18-4-18-14 12 12-14-18-4 18-4-12-14 14 12Z" opacity=".6"/><circle cx="40" cy="36" r="3" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><circle cx="36" cy="40" r="24" fill="none" stroke="currentColor" stroke-width="2.5"/><circle cx="36" cy="40" r="12" fill="none" stroke="currentColor" stroke-width="2.5" opacity=".5"/><circle cx="36" cy="40" r="2" fill="currentColor" opacity=".3"/><circle cx="52" cy="28" r="4" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><rect width="48" height="48" x="16" y="16" fill="none" stroke="currentColor" stroke-width="2.5" rx="6"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M28 28v16"/><circle cx="28" cy="48" r="3" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M40 36v8"/><circle cx="40" cy="32" r="3" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M52 28v16"/><circle cx="52" cy="48" r="3" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M18 54h18V36h18V20h12"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m58 26 8-6-8-6"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M14 44h14" opacity=".3"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M14 36h8" opacity=".2"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><rect width="36" height="10" x="22" y="56" fill="currentColor" rx="2"/><rect width="32" height="10" x="24" y="42" fill="currentColor" opacity=".7" rx="2"/><rect width="28" height="10" x="26" y="28" fill="currentColor" opacity=".45" rx="2"/><rect width="24" height="10" x="28" y="14" fill="currentColor" opacity=".25" rx="2"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 58a28 28 0 0 1 48 0"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="m40 56 12-26"/><circle cx="40" cy="56" r="3" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="m18 46 4 2M28 32l3 3M52 32l-3 3M62 46l-4 2" opacity=".4"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M22 14v52M58 14v52"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M30 58q10-32 20-16" opacity=".5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M16 60h48" opacity=".5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M40 60V20"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m34 26 6-6 6 6"/><circle cx="24" cy="60" r="3" fill="currentColor" opacity=".5"/><circle cx="56" cy="60" r="3" fill="currentColor" opacity=".5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M14 24h52M24 24v38M56 24v38M24 62h32"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M24 43h32" opacity=".35"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><circle cx="14" cy="40" r="3" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M18 24h44M18 40h44M18 56h44"/><circle cx="50" cy="24" r="3" fill="currentColor" opacity=".5"/><circle cx="36" cy="40" r="3" fill="currentColor" opacity=".5"/><circle cx="58" cy="56" r="3" fill="currentColor" opacity=".5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M40 14v36"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m30 28 10-14 10 14"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M24 62h32"/></svg>
package/svg/n-1.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><circle cx="40" cy="32" r="16" fill="none" stroke="currentColor" stroke-width="2.5"/><circle cx="40" cy="32" r="5" fill="currentColor"/><text x="28" y="66" fill="currentColor" style="font-size:16px;font-weight:700;font-family:&quot;JetBrains Mono&quot;,monospace">n=1</text></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><rect width="24" height="24" x="28" y="28" fill="none" stroke="currentColor" stroke-width="2.5" rx="5"/><rect width="44" height="44" x="18" y="18" fill="none" stroke="currentColor" stroke-width="2.5" opacity=".6" rx="8"/><rect width="64" height="64" x="8" y="8" fill="none" stroke="currentColor" stroke-width="2.5" opacity=".3" rx="11"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M24 22h32M24 38h32M24 54h32" opacity=".5"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="m18 16 44 44"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M16 40h20"/><circle cx="28" cy="40" r="3" fill="currentColor"/><path stroke="currentColor" stroke-dasharray="3 4" stroke-linecap="round" stroke-width="2.5" d="M40 40h24" opacity=".5"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M42 34v12"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><circle cx="40" cy="24" r="8" fill="none" stroke="currentColor" stroke-width="2.5"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M24 62q0-18 16-18t16 18"/><rect width="20" height="4" x="30" y="54" fill="currentColor" opacity=".4" rx="2"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><circle cx="40" cy="20" r="4" fill="currentColor" opacity=".4"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M40 20v30"/><circle cx="24" cy="64" r="6" fill="none" stroke="currentColor" stroke-width="2.5"/><circle cx="56" cy="64" r="6" fill="currentColor" opacity=".5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-width="2.5" d="m40 13 25.7 18.68-9.81 30.15H24.12l-9.81-30.15z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="1.5" d="M40 40V13M40 40l25.7-8.32M40 40l15.89 21.83M40 40 24.12 61.83M40 40l-25.69-8.32"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><rect width="16" height="16" x="12" y="32" fill="currentColor" rx="3"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M28 40h4"/><rect width="16" height="16" x="32" y="32" fill="currentColor" opacity=".65" rx="3"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M48 40h4"/><rect width="16" height="16" x="52" y="32" fill="currentColor" opacity=".35" rx="3"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M40 16v28"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m28 56 12-12 12 12"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M40 56v10"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><circle cx="20" cy="40" r="6" fill="none" stroke="currentColor" stroke-width="2.5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M26 40h14M40 40l16-14"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m40 40 16 14" opacity=".5"/><circle cx="56" cy="26" r="4" fill="currentColor"/><circle cx="56" cy="54" r="4" fill="currentColor" opacity=".5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m16 56 16-16 16 8 16-28"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M56 20h8v8"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><rect width="48" height="48" x="16" y="16" fill="none" stroke="currentColor" stroke-width="2.5" rx="4"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M16 30h48" opacity=".4"/><circle cx="52" cy="50" r="6" fill="none" stroke="currentColor" stroke-width="2.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M50 24a16 16 0 1 0 0 32M44 20l6 4 4-6"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><circle cx="16" cy="40" r="4" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M20 40h16"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m36 40 12-16h16"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M36 40h28" opacity=".6"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m36 40 12 16h16" opacity=".3"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M16 60h48" opacity=".3"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 52q16-2 24-12t24-24"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m40 16 16 8v20q0 12-16 18-16-6-16-18V24Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><rect width="36" height="28" x="14" y="16" fill="none" stroke="currentColor" stroke-width="2.5" rx="6"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m22 44-8 10"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M24 26h16M24 34h12" opacity=".3"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="m54 24 8 8M62 24l-8 8" opacity=".6"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><circle cx="40" cy="40" r="18" fill="none" stroke="currentColor" stroke-width="2.5"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="m32 32 16 16M48 32 32 48"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M18 20v28q0 8 8 8h28q8 0 8-8V28"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m56 34 6-6 6 6"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M40 18q16 0 16 14T40 46q-12 0-12-10 0-8 12-8"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M40 58V46" opacity=".4"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M14 36q26-20 52 0-26 20-52 0"/><circle cx="40" cy="36" r="6" fill="currentColor" opacity=".5"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M26 56h28" opacity=".3"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M22 64h36" opacity=".2"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><rect width="16" height="16" x="18" y="18" fill="none" stroke="currentColor" stroke-width="2.5" rx="2"/><circle cx="54" cy="26" r="8" fill="none" stroke="currentColor" stroke-width="2.5" opacity=".6"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m18 50 8-8 8 8z" opacity=".4"/><rect width="16" height="16" x="44" y="42" fill="none" stroke="currentColor" stroke-width="2.5" opacity=".5" rx="8"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><rect width="36" height="24" x="16" y="18" fill="none" stroke="currentColor" stroke-width="2.5" rx="6"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m24 42-8 10"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M24 28h20" opacity=".4"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M24 34h14" opacity=".3"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><rect width="12" height="12" x="16" y="20" fill="currentColor" opacity=".3" rx="2"/><rect width="12" height="12" x="32" y="20" fill="currentColor" opacity=".5" rx="2"/><rect width="12" height="12" x="48" y="20" fill="currentColor" opacity=".7" rx="2"/><rect width="12" height="12" x="16" y="36" fill="currentColor" opacity=".4" rx="2"/><rect width="12" height="12" x="32" y="36" fill="currentColor" opacity=".8" rx="2"/><rect width="12" height="12" x="48" y="36" fill="currentColor" opacity=".2" rx="2"/><rect width="12" height="12" x="16" y="52" fill="currentColor" opacity=".6" rx="2"/><rect width="12" height="12" x="32" y="52" fill="currentColor" opacity=".3" rx="2"/><rect width="12" height="12" x="48" y="52" fill="currentColor" opacity=".9" rx="2"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M20 64V20M20 20h40M60 20v44"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M20 40h40M40 20v44" opacity=".4"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><rect width="20" height="48" x="16" y="16" fill="none" stroke="currentColor" stroke-width="2.5" rx="3"/><rect width="20" height="24" x="16" y="40" fill="currentColor" opacity=".5" rx="3"/><rect width="20" height="48" x="44" y="16" fill="none" stroke="currentColor" stroke-width="2.5" rx="3"/><rect width="20" height="40" x="44" y="24" fill="currentColor" opacity=".5" rx="3"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M40 16q18 0 18 16T40 48q-14 0-14-12 0-8 8-8M34 48l-6 8h12"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><rect width="44" height="48" x="18" y="16" fill="none" stroke="currentColor" stroke-width="2.5" rx="4"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M18 30h44M18 44h44" opacity=".5"/><rect width="12" height="6" x="34" y="52" fill="currentColor" opacity=".5" rx="2"/></svg>
package/svg/sweeps.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M14 56q14-26 26-16t26-16" opacity=".3"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M14 64q14-26 26-16t26-16" opacity=".55"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M14 72q14-26 26-16t26-16" opacity=".85"/></svg>
package/svg/target.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><circle cx="40" cy="40" r="20" fill="none" stroke="currentColor" stroke-width="2.5"/><circle cx="40" cy="40" r="10" fill="none" stroke="currentColor" stroke-width="2.5" opacity=".6"/><circle cx="40" cy="40" r="3" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path stroke="currentColor" stroke-dasharray="5 3" stroke-linecap="round" stroke-width="2.5" d="M16 44h48" opacity=".6"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M16 44q16-4 28-16 8-8 20-14"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M50 24v20" opacity=".5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M14 24h20M14 36h20M14 48h20M14 60h20" opacity=".35"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m38 20 4 20-4 20" opacity=".5"/><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M46 34h20M46 48h20"/></svg>
package/svg/vision.svg ADDED
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="56" height="56" viewBox="0 0 80 80"><path stroke="currentColor" stroke-linecap="round" stroke-width="2.5" d="M16 56h48" opacity=".5"/><circle cx="56" cy="32" r="4" fill="currentColor"/><circle cx="56" cy="32" r="10" fill="none" stroke="currentColor" stroke-width="2.5" opacity=".5"/><path stroke="currentColor" stroke-dasharray="4 3" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="m16 56 32-20" opacity=".6"/></svg>