[PR #9] [MERGED] feat: animals icons #10

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

📋 Pull Request Information

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

Base: mainHead: feat/animals


📝 Commits (2)

📊 Changes

23 files changed (+1032 additions, -3 deletions)

View changed files

📝 README.md (+1 -1)
📝 src/App.tsx (+1 -1)
src/icons/bird.tsx (+53 -0)
src/icons/bone.tsx (+48 -0)
src/icons/bug-off.tsx (+55 -0)
src/icons/bug-play.tsx (+76 -0)
src/icons/bug.tsx (+57 -0)
src/icons/cat.tsx (+50 -0)
src/icons/dog.tsx (+51 -0)
src/icons/egg.tsx (+47 -0)
src/icons/fish-off.tsx (+49 -0)
src/icons/fish-symbol.tsx (+45 -0)
src/icons/fish.tsx (+52 -0)
📝 src/icons/icons.ts (+38 -0)
src/icons/origami.tsx (+44 -0)
src/icons/paw-print.tsx (+65 -0)
src/icons/rabbit.tsx (+46 -0)
src/icons/rat.tsx (+61 -0)
src/icons/snail.tsx (+50 -0)
📝 src/icons/square-mouse-pointer.tsx (+2 -1)

...and 3 more files

📄 Description

Added:

  • Bird
  • Bone
  • Bug
  • BugOff
  • BugPlay
  • Cat
  • Dog
  • Egg
  • Fish
  • FishOff
  • FishSymbol
  • Origami
  • PawPrint
  • Rabbit
  • Rat
  • Snail
  • Squirrel
  • Turtle
  • Worm

🔄 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/9 **Author:** [@buraksakalli](https://github.com/buraksakalli) **Created:** 10/30/2024 **Status:** ✅ Merged **Merged:** 10/30/2024 **Merged by:** [@buraksakalli](https://github.com/buraksakalli) **Base:** `main` ← **Head:** `feat/animals` --- ### 📝 Commits (2) - [`4557e85`](https://github.com/buraksakalli/svglide/commit/4557e85b8b6dc580940b5226b6bf3cc2d297365d) feat: add animals icons - [`c334396`](https://github.com/buraksakalli/svglide/commit/c334396416cc0b36effa5d63dc96a0516bbbe6a3) update: readme file ### 📊 Changes **23 files changed** (+1032 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `src/App.tsx` (+1 -1) ➕ `src/icons/bird.tsx` (+53 -0) ➕ `src/icons/bone.tsx` (+48 -0) ➕ `src/icons/bug-off.tsx` (+55 -0) ➕ `src/icons/bug-play.tsx` (+76 -0) ➕ `src/icons/bug.tsx` (+57 -0) ➕ `src/icons/cat.tsx` (+50 -0) ➕ `src/icons/dog.tsx` (+51 -0) ➕ `src/icons/egg.tsx` (+47 -0) ➕ `src/icons/fish-off.tsx` (+49 -0) ➕ `src/icons/fish-symbol.tsx` (+45 -0) ➕ `src/icons/fish.tsx` (+52 -0) 📝 `src/icons/icons.ts` (+38 -0) ➕ `src/icons/origami.tsx` (+44 -0) ➕ `src/icons/paw-print.tsx` (+65 -0) ➕ `src/icons/rabbit.tsx` (+46 -0) ➕ `src/icons/rat.tsx` (+61 -0) ➕ `src/icons/snail.tsx` (+50 -0) 📝 `src/icons/square-mouse-pointer.tsx` (+2 -1) _...and 3 more files_ </details> ### 📄 Description Added: - Bird - Bone - Bug - BugOff - BugPlay - Cat - Dog - Egg - Fish - FishOff - FishSymbol - Origami - PawPrint - Rabbit - Rat - Snail - Squirrel - Turtle - Worm --- <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:23 +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#10
No description provided.