[PR #5] [MERGED] feat: accesibility icons #6

Closed
opened 2026-03-02 03:02:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/buraksakalli/svglide/pull/5
Author: @buraksakalli
Created: 10/24/2024
Status: Merged
Merged: 10/24/2024
Merged by: @buraksakalli

Base: mainHead: feat/accesibility-icons


📝 Commits (4)

  • f7cd971 Refactor icon animations
  • a55d7a2 feat: add accesibility icons
  • 27743df feat: add accessibility icons
  • 4c7bd42 feat: update accessibility status in README.md

📊 Changes

33 files changed (+1662 additions, -6 deletions)

View changed files

📝 README.md (+1 -1)
📝 src/App.tsx (+54 -0)
📝 src/icons/a-large-small.tsx (+0 -1)
📝 src/icons/accesibility.tsx (+0 -1)
📝 src/icons/air-vent.tsx (+0 -1)
📝 src/icons/alarm-clock.tsx (+0 -2)
src/icons/baby.tsx (+45 -0)
src/icons/badge-help.tsx (+61 -0)
src/icons/badge-info.tsx (+61 -0)
src/icons/circle-help.tsx (+61 -0)
src/icons/contrast.tsx (+54 -0)
src/icons/ear-off.tsx (+46 -0)
src/icons/ear.tsx (+43 -0)
src/icons/eclipse.tsx (+54 -0)
src/icons/eye-closed.tsx (+59 -0)
src/icons/eye-off.tsx (+56 -0)
src/icons/eye.tsx (+59 -0)
src/icons/glasses.tsx (+46 -0)
src/icons/hand.tsx (+51 -0)
src/icons/info.tsx (+61 -0)

...and 13 more files

📄 Description

This pull request includes several additions and improvements to the src/App.tsx file and various icon components. The most important changes involve adding new icons and improving the animation effects for these icons.

Added icons:

  • Baby
  • BadgeHelp
  • BadgeInfo
  • CircleHelp
  • Contrast
  • EarOff
  • Ear
  • Eclipse
  • EyeClosed
  • EyeOff
  • Eye
  • Glasses
  • Hand
  • Info
  • LifeBuoy
  • MoonStar
  • Moon
  • PersonStanding
  • ScanEye
  • ScanSearch
  • Speech
  • SunDim
  • SunMedium
  • SunMoon
  • Sun
  • ZoomIn
  • ZoomOut

🔄 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/5 **Author:** [@buraksakalli](https://github.com/buraksakalli) **Created:** 10/24/2024 **Status:** ✅ Merged **Merged:** 10/24/2024 **Merged by:** [@buraksakalli](https://github.com/buraksakalli) **Base:** `main` ← **Head:** `feat/accesibility-icons` --- ### 📝 Commits (4) - [`f7cd971`](https://github.com/buraksakalli/svglide/commit/f7cd971f89bd9b45e02397f648421bd7aa414c06) Refactor icon animations - [`a55d7a2`](https://github.com/buraksakalli/svglide/commit/a55d7a235ffedbed733663c35e5138ce7705d4ea) feat: add accesibility icons - [`27743df`](https://github.com/buraksakalli/svglide/commit/27743df59de2cb9e0d519964698c236a690b199d) feat: add accessibility icons - [`4c7bd42`](https://github.com/buraksakalli/svglide/commit/4c7bd424f2ba3ac706392ceecf2b643efd59aba8) feat: update accessibility status in README.md ### 📊 Changes **33 files changed** (+1662 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `src/App.tsx` (+54 -0) 📝 `src/icons/a-large-small.tsx` (+0 -1) 📝 `src/icons/accesibility.tsx` (+0 -1) 📝 `src/icons/air-vent.tsx` (+0 -1) 📝 `src/icons/alarm-clock.tsx` (+0 -2) ➕ `src/icons/baby.tsx` (+45 -0) ➕ `src/icons/badge-help.tsx` (+61 -0) ➕ `src/icons/badge-info.tsx` (+61 -0) ➕ `src/icons/circle-help.tsx` (+61 -0) ➕ `src/icons/contrast.tsx` (+54 -0) ➕ `src/icons/ear-off.tsx` (+46 -0) ➕ `src/icons/ear.tsx` (+43 -0) ➕ `src/icons/eclipse.tsx` (+54 -0) ➕ `src/icons/eye-closed.tsx` (+59 -0) ➕ `src/icons/eye-off.tsx` (+56 -0) ➕ `src/icons/eye.tsx` (+59 -0) ➕ `src/icons/glasses.tsx` (+46 -0) ➕ `src/icons/hand.tsx` (+51 -0) ➕ `src/icons/info.tsx` (+61 -0) _...and 13 more files_ </details> ### 📄 Description This pull request includes several additions and improvements to the `src/App.tsx` file and various icon components. The most important changes involve adding new icons and improving the animation effects for these icons. Added icons: - Baby - BadgeHelp - BadgeInfo - CircleHelp - Contrast - EarOff - Ear - Eclipse - EyeClosed - EyeOff - Eye - Glasses - Hand - Info - LifeBuoy - MoonStar - Moon - PersonStanding - ScanEye - ScanSearch - Speech - SunDim - SunMedium - SunMoon - Sun - ZoomIn - ZoomOut --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:02:22 +03:00
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#6
No description provided.