Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lucide-icons/lucide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.344.0
Choose a base ref
...
head repository: lucide-icons/lucide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.345.0
Choose a head ref
  • 1 commit
  • 7 files changed
  • 2 contributors

Commits on Mar 6, 2024

  1. Add rotate/resize element icons (#1516)

    * Add `proportions` icon
    
    * Improve metadata
    
    * Add `rotate-cw-square` icon
    
    * Add `rotate-ccw-square` icon
    
    ---------
    
    Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
    danielbayley and ericfennis authored Mar 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    93dc356 View commit details
Showing with 133 additions and 3 deletions.
  1. +32 −0 icons/proportions.json
  2. +15 −0 icons/proportions.svg
  3. +8 −3 icons/ratio.json
  4. +24 −0 icons/rotate-ccw-square.json
  5. +15 −0 icons/rotate-ccw-square.svg
  6. +24 −0 icons/rotate-cw-square.json
  7. +15 −0 icons/rotate-cw-square.svg
32 changes: 32 additions & 0 deletions icons/proportions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"screens",
"sizes",
"rotate",
"rotation",
"adjust",
"aspect ratio",
"16:9",
"widescreen",
"4:3",
"resolution",
"responsive",
"mobile",
"desktop",
"dimensions",
"monitor",
"orientation",
"portrait",
"landscape"
],
"categories": [
"layout",
"design",
"photography",
"devices"
]
}
15 changes: 15 additions & 0 deletions icons/proportions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions icons/ratio.json
Original file line number Diff line number Diff line change
@@ -5,25 +5,30 @@
],
"tags": [
"screens",
"sizes",
"rotate",
"rotation",
"adjust",
"aspect ratio",
"proportions",
"16:9",
"widescreen",
"4:3",
"resolution",
"responsive",
"mobile",
"desktop",
"dimensions",
"monitor",
"orientation",
"portrait",
"landscape"
],
"categories": [
"connectivity",
"devices",
"layout",
"design",
"photography"
"photography",
"devices",
"connectivity"
]
}
24 changes: 24 additions & 0 deletions icons/rotate-ccw-square.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"left",
"counter-clockwise",
"rotate",
"image",
"90",
"45",
"degrees",
"°"
],
"categories": [
"layout",
"design",
"photography",
"tools",
"shapes",
"arrows"
]
}
15 changes: 15 additions & 0 deletions icons/rotate-ccw-square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions icons/rotate-cw-square.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"right",
"clockwise",
"rotate",
"image",
"90",
"45",
"degrees",
"°"
],
"categories": [
"layout",
"design",
"photography",
"tools",
"shapes",
"arrows"
]
}
15 changes: 15 additions & 0 deletions icons/rotate-cw-square.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.