feat: add Vanio icon#476
Conversation
Greptile SummaryThis PR adds the Vanio Informatika brand icon, providing
Confidence Score: 5/5Safe to merge; changes are additive (new icon only) and the SVG files are clean and well-formed. The SVG files are correct and harmless. The two issues in src/data/icons.json — title value and missing license field.
|
| Filename | Overview |
|---|---|
| src/data/icons.json | Adds the Vanio Informatika entry; variant paths now correctly reference the vanio-informatika folder, but title says "Vanio" while SVGs say "Vanio Informatika" and the license field is missing compared to surrounding entries. |
| public/icons/vanio-informatika/default.svg | Well-formed SVG with correct viewBox, brand color fill, and a white "V" letterform; no embedded scripts or event handlers. |
| public/icons/vanio-informatika/mono.svg | Well-formed monochrome SVG with correct viewBox; paths are combined into a single element using an even-odd fill rule. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[icons.json entry\nslug: vanio] --> B{variants}
B --> C[default\n/icons/vanio-informatika/default.svg]
B --> D[color\n/icons/vanio-informatika/default.svg\n⚠ same file as default]
B --> E[mono\n/icons/vanio-informatika/mono.svg]
C --> F[public/icons/vanio-informatika/default.svg\nfill: #65a0dc + white V]
D --> F
E --> G[public/icons/vanio-informatika/mono.svg\nfill: #000000 combined path]
Reviews (2): Last reviewed commit: "feat: add Vanio icon" | Re-trigger Greptile
|
Thanks for the contribution! A few small things before we can merge:
Since the PR is on your fork's main branch we can't push the fix on your behalf. Once you apply the three changes above we will merge. |
Description
Add new icon, Vanio Informatika
Type
Checklist
cd packages/icons && npm run buildnpm run auditnpm run validateFor icon submissions:
viewBoxattribute<script>tags or event handlersicons.jsonentry is complete (slug, title, hex, categories, variants)Related Issues