super-productivity/packages/plugin-dev/yesterday-tasks-plugin/icon.svg
Johannes Millan d4d81bf511 feat(plugin-api): create foundational plugin API package
- Add @super-productivity/plugin-api package with TypeScript definitions
- Define core plugin interfaces, types, and manifest structure
- Add plugin hooks system for event-driven architecture
- Create plugin API type definitions and constants
- Add documentation and development guidelines
2025-06-27 18:13:19 +02:00

7 lines
248 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="currentColor">
<!-- Left triangle -->
<path d="M11 18 L3 12 L11 6 L11 18 Z"/>
<!-- Right triangle -->
<path d="M21 18 L13 12 L21 6 L21 18 Z"/>
</svg>