mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 17:07:43 +01:00
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>
This commit is contained in:
32
icons/proportions.json
Normal file
32
icons/proportions.json
Normal file
@@ -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
icons/proportions.svg
Normal file
15
icons/proportions.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<rect width="20" height="16" x="2" y="4" rx="2" />
|
||||
<path d="M12 9v11" />
|
||||
<path d="M2 9h13a2 2 0 0 1 2 2v9" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 324 B |
@@ -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
icons/rotate-ccw-square.json
Normal file
24
icons/rotate-ccw-square.json
Normal file
@@ -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
icons/rotate-ccw-square.svg
Normal file
15
icons/rotate-ccw-square.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M20 9V7a2 2 0 0 0-2-2h-6" />
|
||||
<path d="m15 2-3 3 3 3" />
|
||||
<path d="M20 13v5a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 349 B |
24
icons/rotate-cw-square.json
Normal file
24
icons/rotate-cw-square.json
Normal file
@@ -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
icons/rotate-cw-square.svg
Normal file
15
icons/rotate-cw-square.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M12 5H6a2 2 0 0 0-2 2v3" />
|
||||
<path d="m9 8 3-3-3-3" />
|
||||
<path d="M4 14v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 348 B |
Reference in New Issue
Block a user