mirror of
https://github.com/buraksakalli/svglide.git
synced 2026-04-27 04:45:55 +03:00
[PR #5] [MERGED] feat: accesibility icons #6
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/svglide#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feat/accesibility-icons📝 Commits (4)
f7cd971Refactor icon animationsa55d7a2feat: add accesibility icons27743dffeat: add accessibility icons4c7bd42feat: 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.tsxfile and various icon components. The most important changes involve adding new icons and improving the animation effects for these icons.Added icons:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.