# Outlook Add-in Assets

This folder should contain the following icon files:

- `icon-16.png` - 16x16 pixels
- `icon-32.png` - 32x32 pixels
- `icon-64.png` - 64x64 pixels
- `icon-80.png` - 80x80 pixels

You can create these icons using any image editor. The icons should represent your add-in's brand/function.

For development, you can use placeholder icons or generate them online.

## Quick Icon Creation

You can use services like:
- https://www.favicon-generator.org/
- https://realfavicongenerator.net/

Or use PowerShell to create simple colored placeholders:
```powershell
# This is just a placeholder - replace with actual professional icons
```
