mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 21:27:42 +01:00
Add flip icons (#734)
* Fix vercel build * add flip icons * Update icons/flip-vertical.svg Co-authored-by: Karsa <contact@karsa.org> * Update icons/flip-horizontal.svg Co-authored-by: Karsa <contact@karsa.org> * Adds alternate flip icon styles Co-authored-by: Karsa <contact@karsa.org>
This commit is contained in:
18
icons/flip-horizontal-2.svg
Normal file
18
icons/flip-horizontal-2.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<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="m3 7 5 5-5 5V7" />
|
||||
<path d="m21 7-5 5 5 5V7" />
|
||||
<path d="M12 20v2" />
|
||||
<path d="M12 14v2" />
|
||||
<path d="M12 8v2" />
|
||||
<path d="M12 2v2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 381 B |
18
icons/flip-horizontal.svg
Normal file
18
icons/flip-horizontal.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<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="M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3" />
|
||||
<path d="M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3" />
|
||||
<path d="M12 20v2" />
|
||||
<path d="M12 14v2" />
|
||||
<path d="M12 8v2" />
|
||||
<path d="M12 2v2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 414 B |
18
icons/flip-vertical-2.svg
Normal file
18
icons/flip-vertical-2.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<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="m17 3-5 5-5-5h10" />
|
||||
<path d="m17 21-5-5-5 5h10" />
|
||||
<path d="M4 12H2" />
|
||||
<path d="M10 12H8" />
|
||||
<path d="M16 12h-2" />
|
||||
<path d="M22 12h-2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 388 B |
18
icons/flip-vertical.svg
Normal file
18
icons/flip-vertical.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<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="M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3" />
|
||||
<path d="M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3" />
|
||||
<path d="M4 12H2" />
|
||||
<path d="M10 12H8" />
|
||||
<path d="M16 12h-2" />
|
||||
<path d="M22 12h-2" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 417 B |
20
tags.json
20
tags.json
@@ -1710,6 +1710,26 @@
|
||||
"flask-round": [
|
||||
"beaker"
|
||||
],
|
||||
"flip-horizontal": [
|
||||
"reflect",
|
||||
"mirror",
|
||||
"alignment"
|
||||
],
|
||||
"flip-horizontal-2": [
|
||||
"reflect",
|
||||
"mirror",
|
||||
"alignment"
|
||||
],
|
||||
"flip-vertical": [
|
||||
"reflect",
|
||||
"mirror",
|
||||
"alignment"
|
||||
],
|
||||
"flip-vertical-2": [
|
||||
"reflect",
|
||||
"mirror",
|
||||
"alignment"
|
||||
],
|
||||
"flower": [
|
||||
"sustainability",
|
||||
"nature",
|
||||
|
||||
Reference in New Issue
Block a user