[PR #2] [MERGED] feat: add arrow icons #4

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

📋 Pull Request Information

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

Base: mainHead: feat/arrow-icons


📝 Commits (1)

📊 Changes

103 files changed (+5981 additions, -20 deletions)

View changed files

📝 src/App.tsx (+204 -2)
📝 src/icons/airplay.tsx (+5 -18)
src/icons/arrow-big-down-dash.tsx (+49 -0)
src/icons/arrow-big-down.tsx (+48 -0)
src/icons/arrow-big-left-dash.tsx (+49 -0)
src/icons/arrow-big-left.tsx (+48 -0)
src/icons/arrow-big-right-dash.tsx (+49 -0)
src/icons/arrow-big-right.tsx (+48 -0)
src/icons/arrow-big-up-dash.tsx (+49 -0)
src/icons/arrow-big-up.tsx (+48 -0)
src/icons/arrow-down-0-1.tsx (+53 -0)
src/icons/arrow-down-1-0.tsx (+52 -0)
src/icons/arrow-down-a-z.tsx (+52 -0)
src/icons/arrow-down-from-line.tsx (+66 -0)
src/icons/arrow-down-left.tsx (+49 -0)
src/icons/arrow-down-narrow-wide.tsx (+75 -0)
src/icons/arrow-down-right.tsx (+49 -0)
src/icons/arrow-down-to-dot.tsx (+69 -0)
src/icons/arrow-down-to-line.tsx (+66 -0)
src/icons/arrow-down-up.tsx (+71 -0)

...and 80 more files

📄 Description

Added:

  • CornerDownLeft
  • CornerDownRight
  • CornerLeftDown
  • CornerLeftUp
  • CornerRightDown
  • CornerRightUp
  • CornerUpLeft
  • CornerUpRight
  • IterationCcw
  • IterationCw
  • LogIn
  • LogOut
  • MoveDiagonal
  • MoveDiagonal2
  • MoveDown
  • MoveDownLeft
  • MoveDownRight
  • MoveHorizontal
  • MoveLeft
  • MoveRight
  • MoveUp
  • MoveUpLeft
  • MoveUpRight
  • MoveVertical
  • RotateCcw
  • RotateCw
  • SkipBack
  • SkipForward
  • StepBack
  • StepForward
  • UnfoldHorizontal
  • UnfoldVertical
  • ArrowBigDown
  • ArrowBigDownDash
  • ArrowBigLeft
  • ArrowBigLeftDash
  • ArrowBigRight
  • ArrowBigRightDash
  • ArrowBigUp
  • ArrowBigUpDash
  • ArrowDown
  • ArrowDown01
  • ArrowDown10
  • ArrowDownAZ
  • ArrowDownFromLine
  • ArrowDownLeft
  • ArrowDownNarrowWide
  • ArrowDownWideNarrow
  • ArrowDownRight
  • ArrowDownToDot
  • ArrowDownToLine
  • ArrowDownUp
  • ArrowDownZA
  • ArrowLeft
  • ArrowLeftFromLine
  • ArrowLeftRight
  • ArrowLeftToLine
  • ArrowRight
  • ArrowRightFromLine
  • ArrowRightLeft
  • ArrowRightToLine
  • ArrowUp
  • ArrowUp01
  • ArrowUp10
  • ArrowUpAZ
  • ArrowUpDown
  • ArrowUpFromDot
  • ArrowUpFromLine
  • ArrowUpLeft
  • ArrowUpNarrowWide
  • ArrowUpRight
  • ArrowUpToLine
  • ArrowUpWideNarrow
  • ArrowUpZA
  • ArrowsUpFromLine
  • Maximize2
  • Minimize2
  • Move
  • RefreshCcw
  • RefreshCcwDot
  • RefreshCw
  • RefreshCwOff
  • Repeat
  • Repeat2
  • TrendingUpDown
  • CircleArrowDown
  • CircleArrowLeft
  • CircleArrowRight
  • CircleArrowUp
  • CircleArrowOutDownLeft
  • CircleArrowOutDownRight
  • CircleArrowOutUpLeft
  • CircleArrowOutUpRight
  • SquareArrowDown
  • SquareArrowDownLeft
  • SquareArrawDownRight
  • SquareArrowLeft
  • SquareArrowRight
  • SquareArrowUp
  • SquareArrowUpLeft
  • SquareArrowUpRight

🔄 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/2 **Author:** [@buraksakalli](https://github.com/buraksakalli) **Created:** 10/20/2024 **Status:** ✅ Merged **Merged:** 10/20/2024 **Merged by:** [@buraksakalli](https://github.com/buraksakalli) **Base:** `main` ← **Head:** `feat/arrow-icons` --- ### 📝 Commits (1) - [`adbc3e7`](https://github.com/buraksakalli/svglide/commit/adbc3e79d120d39bf643a74c4b4c62d862f94b4f) feat: add arrow icons ### 📊 Changes **103 files changed** (+5981 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `src/App.tsx` (+204 -2) 📝 `src/icons/airplay.tsx` (+5 -18) ➕ `src/icons/arrow-big-down-dash.tsx` (+49 -0) ➕ `src/icons/arrow-big-down.tsx` (+48 -0) ➕ `src/icons/arrow-big-left-dash.tsx` (+49 -0) ➕ `src/icons/arrow-big-left.tsx` (+48 -0) ➕ `src/icons/arrow-big-right-dash.tsx` (+49 -0) ➕ `src/icons/arrow-big-right.tsx` (+48 -0) ➕ `src/icons/arrow-big-up-dash.tsx` (+49 -0) ➕ `src/icons/arrow-big-up.tsx` (+48 -0) ➕ `src/icons/arrow-down-0-1.tsx` (+53 -0) ➕ `src/icons/arrow-down-1-0.tsx` (+52 -0) ➕ `src/icons/arrow-down-a-z.tsx` (+52 -0) ➕ `src/icons/arrow-down-from-line.tsx` (+66 -0) ➕ `src/icons/arrow-down-left.tsx` (+49 -0) ➕ `src/icons/arrow-down-narrow-wide.tsx` (+75 -0) ➕ `src/icons/arrow-down-right.tsx` (+49 -0) ➕ `src/icons/arrow-down-to-dot.tsx` (+69 -0) ➕ `src/icons/arrow-down-to-line.tsx` (+66 -0) ➕ `src/icons/arrow-down-up.tsx` (+71 -0) _...and 80 more files_ </details> ### 📄 Description Added: - CornerDownLeft - CornerDownRight - CornerLeftDown - CornerLeftUp - CornerRightDown - CornerRightUp - CornerUpLeft - CornerUpRight - IterationCcw - IterationCw - LogIn - LogOut - MoveDiagonal - MoveDiagonal2 - MoveDown - MoveDownLeft - MoveDownRight - MoveHorizontal - MoveLeft - MoveRight - MoveUp - MoveUpLeft - MoveUpRight - MoveVertical - RotateCcw - RotateCw - SkipBack - SkipForward - StepBack - StepForward - UnfoldHorizontal - UnfoldVertical - ArrowBigDown - ArrowBigDownDash - ArrowBigLeft - ArrowBigLeftDash - ArrowBigRight - ArrowBigRightDash - ArrowBigUp - ArrowBigUpDash - ArrowDown - ArrowDown01 - ArrowDown10 - ArrowDownAZ - ArrowDownFromLine - ArrowDownLeft - ArrowDownNarrowWide - ArrowDownWideNarrow - ArrowDownRight - ArrowDownToDot - ArrowDownToLine - ArrowDownUp - ArrowDownZA - ArrowLeft - ArrowLeftFromLine - ArrowLeftRight - ArrowLeftToLine - ArrowRight - ArrowRightFromLine - ArrowRightLeft - ArrowRightToLine - ArrowUp - ArrowUp01 - ArrowUp10 - ArrowUpAZ - ArrowUpDown - ArrowUpFromDot - ArrowUpFromLine - ArrowUpLeft - ArrowUpNarrowWide - ArrowUpRight - ArrowUpToLine - ArrowUpWideNarrow - ArrowUpZA - ArrowsUpFromLine - Maximize2 - Minimize2 - Move - RefreshCcw - RefreshCcwDot - RefreshCw - RefreshCwOff - Repeat - Repeat2 - TrendingUpDown - CircleArrowDown - CircleArrowLeft - CircleArrowRight - CircleArrowUp - CircleArrowOutDownLeft - CircleArrowOutDownRight - CircleArrowOutUpLeft - CircleArrowOutUpRight - SquareArrowDown - SquareArrowDownLeft - SquareArrawDownRight - SquareArrowLeft - SquareArrowRight - SquareArrowUp - SquareArrowUpLeft - SquareArrowUpRight --- <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:21 +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#4
No description provided.