[PR #6] [MERGED] feat: buildings icons #9

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/6
Author: @buraksakalli
Created: 10/25/2024
Status: Merged
Merged: 10/25/2024
Merged by: @buraksakalli

Base: mainHead: feat/buildings


📝 Commits (3)

  • 8da2f09 fix: change site title
  • 295af80 feat: building icons
  • a519313 feat: update accessibility status for buildings in README.md

📊 Changes

26 files changed (+1324 additions, -2 deletions)

View changed files

📝 README.md (+1 -1)
📝 index.html (+1 -1)
📝 src/App.tsx (+46 -0)
src/icons/anvil.tsx (+50 -0)
src/icons/brick-wall.tsx (+49 -0)
src/icons/building-2.tsx (+71 -0)
src/icons/building.tsx (+52 -0)
src/icons/castle.tsx (+72 -0)
src/icons/church.tsx (+68 -0)
src/icons/cuboid.tsx (+48 -0)
src/icons/dam.tsx (+52 -0)
src/icons/factory.tsx (+49 -0)
src/icons/fence.tsx (+48 -0)
src/icons/graduation-cap.tsx (+57 -0)
src/icons/hospital.tsx (+89 -0)
src/icons/hotel.tsx (+51 -0)
src/icons/house-plug.tsx (+45 -0)
src/icons/house-plus.tsx (+63 -0)
src/icons/house.tsx (+43 -0)
src/icons/landmark.tsx (+85 -0)

...and 6 more files

📄 Description

Added:

  • Anvil
  • BrickWall
  • Building
  • Building2
  • Castle
  • Church
  • Cuboid
  • Dam
  • Factory
  • Fence
  • GraduationCap
  • Hospital
  • Hotel
  • Home
  • HousePlug
  • HousePlus
  • Landmark
  • School
  • Store
  • Theater
  • University
  • UtilityPole
  • Warehouse

🔄 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/6 **Author:** [@buraksakalli](https://github.com/buraksakalli) **Created:** 10/25/2024 **Status:** ✅ Merged **Merged:** 10/25/2024 **Merged by:** [@buraksakalli](https://github.com/buraksakalli) **Base:** `main` ← **Head:** `feat/buildings` --- ### 📝 Commits (3) - [`8da2f09`](https://github.com/buraksakalli/svglide/commit/8da2f09fe098805e9b39d191b2c94f3471fcaf5d) fix: change site title - [`295af80`](https://github.com/buraksakalli/svglide/commit/295af80fc7c990485c3b98414b1fa88bc4c9020e) feat: building icons - [`a519313`](https://github.com/buraksakalli/svglide/commit/a519313c4c7bb626df08c3f473f12a2d3378c063) feat: update accessibility status for buildings in README.md ### 📊 Changes **26 files changed** (+1324 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `index.html` (+1 -1) 📝 `src/App.tsx` (+46 -0) ➕ `src/icons/anvil.tsx` (+50 -0) ➕ `src/icons/brick-wall.tsx` (+49 -0) ➕ `src/icons/building-2.tsx` (+71 -0) ➕ `src/icons/building.tsx` (+52 -0) ➕ `src/icons/castle.tsx` (+72 -0) ➕ `src/icons/church.tsx` (+68 -0) ➕ `src/icons/cuboid.tsx` (+48 -0) ➕ `src/icons/dam.tsx` (+52 -0) ➕ `src/icons/factory.tsx` (+49 -0) ➕ `src/icons/fence.tsx` (+48 -0) ➕ `src/icons/graduation-cap.tsx` (+57 -0) ➕ `src/icons/hospital.tsx` (+89 -0) ➕ `src/icons/hotel.tsx` (+51 -0) ➕ `src/icons/house-plug.tsx` (+45 -0) ➕ `src/icons/house-plus.tsx` (+63 -0) ➕ `src/icons/house.tsx` (+43 -0) ➕ `src/icons/landmark.tsx` (+85 -0) _...and 6 more files_ </details> ### 📄 Description Added: - Anvil - BrickWall - Building - Building2 - Castle - Church - Cuboid - Dam - Factory - Fence - GraduationCap - Hospital - Hotel - Home - HousePlug - HousePlus - Landmark - School - Store - Theater - University - UtilityPole - Warehouse --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 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#9
No description provided.