[PR #18] Auto generate remaining icons #18

Open
opened 2026-03-02 03:02:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/buraksakalli/svglide/pull/18
Author: @buraksakalli
Created: 7/2/2025
Status: 🔄 Open

Base: mainHead: codex/add-missing-icons-to-library


📝 Commits (1)

  • 8ab6948 feat: add additional icon wrappers

📊 Changes

38 files changed (+6165 additions, -204 deletions)

View changed files

📝 README.md (+11 -0)
missing-icons.json (+3 -0)
📝 package-lock.json (+726 -173)
📝 package.json (+3 -0)
scripts/generate-missing-icons.mjs (+43 -0)
src/lib/icons/accessibility.tsx (+44 -0)
src/lib/icons/album.tsx (+41 -0)
src/lib/icons/ambulance.tsx (+46 -0)
src/lib/icons/ampersand.tsx (+41 -0)
src/lib/icons/ampersands.tsx (+44 -0)
src/lib/icons/amphora.tsx (+45 -0)
src/lib/icons/anchor.tsx (+42 -0)
src/lib/icons/angry.tsx (+45 -0)
src/lib/icons/annoyed.tsx (+43 -0)
src/lib/icons/antenna.tsx (+45 -0)
src/lib/icons/aperture.tsx (+47 -0)
src/lib/icons/app-window-mac.tsx (+43 -0)
src/lib/icons/app-window.tsx (+43 -0)
src/lib/icons/apple.tsx (+45 -0)
src/lib/icons/armchair.tsx (+42 -0)

...and 18 more files

📄 Description

Summary

  • generate wrappers for all missing Lucide icons
  • include script to rebuild generated icon file
  • merge generated icons with existing exports and names
  • document automatic generation in README
  • clear the missing-icons.json list
  • add wrappers for more Lucide icons

Testing

  • npx tsc -p tsconfig.app.json
  • npm run build

https://chatgpt.com/codex/tasks/task_e_6857b1ea6b548332b0cc143de47503fd


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/buraksakalli/svglide/pull/18 **Author:** [@buraksakalli](https://github.com/buraksakalli) **Created:** 7/2/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `codex/add-missing-icons-to-library` --- ### 📝 Commits (1) - [`8ab6948`](https://github.com/buraksakalli/svglide/commit/8ab69483f9f70a22bec2148c3ded9d18e953736f) feat: add additional icon wrappers ### 📊 Changes **38 files changed** (+6165 additions, -204 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+11 -0) ➕ `missing-icons.json` (+3 -0) 📝 `package-lock.json` (+726 -173) 📝 `package.json` (+3 -0) ➕ `scripts/generate-missing-icons.mjs` (+43 -0) ➕ `src/lib/icons/accessibility.tsx` (+44 -0) ➕ `src/lib/icons/album.tsx` (+41 -0) ➕ `src/lib/icons/ambulance.tsx` (+46 -0) ➕ `src/lib/icons/ampersand.tsx` (+41 -0) ➕ `src/lib/icons/ampersands.tsx` (+44 -0) ➕ `src/lib/icons/amphora.tsx` (+45 -0) ➕ `src/lib/icons/anchor.tsx` (+42 -0) ➕ `src/lib/icons/angry.tsx` (+45 -0) ➕ `src/lib/icons/annoyed.tsx` (+43 -0) ➕ `src/lib/icons/antenna.tsx` (+45 -0) ➕ `src/lib/icons/aperture.tsx` (+47 -0) ➕ `src/lib/icons/app-window-mac.tsx` (+43 -0) ➕ `src/lib/icons/app-window.tsx` (+43 -0) ➕ `src/lib/icons/apple.tsx` (+45 -0) ➕ `src/lib/icons/armchair.tsx` (+42 -0) _...and 18 more files_ </details> ### 📄 Description ## Summary - generate wrappers for all missing Lucide icons - include script to rebuild generated icon file - merge generated icons with existing exports and names - document automatic generation in README - clear the `missing-icons.json` list - add wrappers for more Lucide icons ## Testing - `npx tsc -p tsconfig.app.json` - `npm run build` ------ https://chatgpt.com/codex/tasks/task_e_6857b1ea6b548332b0cc143de47503fd --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/svglide#18
No description provided.