-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated heroicons to version v2.1.1-1.
- Loading branch information
1 parent
6e2bd97
commit 9a00cef
Showing
1,176 changed files
with
3,957 additions
and
888 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
(ns com.scrintal.heroicons.micro.academic-cap) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:d "M7.702 1.368a.75.75 0 0 1 .597 0c2.098.91 4.105 1.99 6.004 3.223a.75.75 0 0 1-.194 1.348A34.27 34.27 0 0 0 8.341 8.25a.75.75 0 0 1-.682 0c-.625-.32-1.262-.62-1.909-.901v-.542a36.878 36.878 0 0 1 2.568-1.33.75.75 0 0 0-.636-1.357 38.39 38.39 0 0 0-3.06 1.605.75.75 0 0 0-.372.648v.365c-.773-.294-1.56-.56-2.359-.8a.75.75 0 0 1-.194-1.347 40.901 40.901 0 0 1 6.005-3.223ZM4.25 8.348c-.53-.212-1.067-.411-1.611-.596a40.973 40.973 0 0 0-.418 2.97.75.75 0 0 0 .474.776c.175.068.35.138.524.21a5.544 5.544 0 0 1-.58.681.75.75 0 1 0 1.06 1.06c.35-.349.655-.726.915-1.124a29.282 29.282 0 0 0-1.395-.617A5.483 5.483 0 0 0 4.25 8.5v-.152Z"}] | ||
[:path {:d "M7.603 13.96c-.96-.6-1.958-1.147-2.989-1.635a6.981 6.981 0 0 0 1.12-3.341c.419.192.834.393 1.244.602a2.25 2.25 0 0 0 2.045 0 32.787 32.787 0 0 1 4.338-1.834c.175.978.315 1.969.419 2.97a.75.75 0 0 1-.474.776 29.385 29.385 0 0 0-4.909 2.461.75.75 0 0 1-.794 0Z"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
(ns com.scrintal.heroicons.micro.adjustments-horizontal) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:d "M6.5 2.25a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0V4.5h6.75a.75.75 0 0 0 0-1.5H6.5v-.75ZM11 6.5a.75.75 0 0 0-1.5 0v3a.75.75 0 0 0 1.5 0v-.75h2.25a.75.75 0 0 0 0-1.5H11V6.5ZM5.75 10a.75.75 0 0 1 .75.75v.75h6.75a.75.75 0 0 1 0 1.5H6.5v.75a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 1 .75-.75ZM2.75 7.25H8.5v1.5H2.75a.75.75 0 0 1 0-1.5ZM4 3H2.75a.75.75 0 0 0 0 1.5H4V3ZM2.75 11.5H4V13H2.75a.75.75 0 0 1 0-1.5Z"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
(ns com.scrintal.heroicons.micro.adjustments-vertical) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:d "M7.25 13.25V7.5h1.5v5.75a.75.75 0 0 1-1.5 0ZM8.75 2.75V5h.75a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1 0-1.5h.75V2.75a.75.75 0 0 1 1.5 0ZM2.25 9.5a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5H4.5V2.75a.75.75 0 0 0-1.5 0V9.5h-.75ZM10 10.25a.75.75 0 0 1 .75-.75h.75V2.75a.75.75 0 0 1 1.5 0V9.5h.75a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75ZM3 12v1.25a.75.75 0 0 0 1.5 0V12H3ZM11.5 13.25V12H13v1.25a.75.75 0 0 1-1.5 0Z"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
(ns com.scrintal.heroicons.micro.archive-box) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:d "M3 2a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3Z"}] | ||
[:path {:fillRule "evenodd" | ||
:d "M3 6h10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6Zm3 2.75A.75.75 0 0 1 6.75 8h2.5a.75.75 0 0 1 0 1.5h-2.5A.75.75 0 0 1 6 8.75Z" | ||
:clipRule "evenodd"}]]) |
12 changes: 12 additions & 0 deletions
12
src/com/scrintal/heroicons/micro/archive_box_arrow_down.cljs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
(ns com.scrintal.heroicons.micro.archive-box-arrow-down) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:d "M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3Z"}] | ||
[:path {:fillRule "evenodd" | ||
:d "M13 6H3v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V6ZM8.75 7.75a.75.75 0 0 0-1.5 0v2.69L6.03 9.22a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5a.75.75 0 1 0-1.06-1.06l-1.22 1.22V7.75Z" | ||
:clipRule "evenodd"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
(ns com.scrintal.heroicons.micro.archive-box-x-mark) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:d "M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3Z"}] | ||
[:path {:fillRule "evenodd" | ||
:d "M13 6H3v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V6ZM5.72 7.47a.75.75 0 0 1 1.06 0L8 8.69l1.22-1.22a.75.75 0 1 1 1.06 1.06L9.06 9.75l1.22 1.22a.75.75 0 1 1-1.06 1.06L8 10.81l-1.22 1.22a.75.75 0 0 1-1.06-1.06l1.22-1.22-1.22-1.22a.75.75 0 0 1 0-1.06Z" | ||
:clipRule "evenodd"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-down) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:fillRule "evenodd" | ||
:d "M8 2a.75.75 0 0 1 .75.75v8.69l3.22-3.22a.75.75 0 1 1 1.06 1.06l-4.5 4.5a.75.75 0 0 1-1.06 0l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.22 3.22V2.75A.75.75 0 0 1 8 2Z" | ||
:clipRule "evenodd"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-down-circle) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:fillRule "evenodd" | ||
:d "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm.75-10.25a.75.75 0 0 0-1.5 0v4.69L6.03 8.22a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5a.75.75 0 1 0-1.06-1.06L8.75 9.44V4.75Z" | ||
:clipRule "evenodd"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-down-left) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:fillRule "evenodd" | ||
:d "M11.78 4.22a.75.75 0 0 1 0 1.06L6.56 10.5h3.69a.75.75 0 0 1 0 1.5h-5.5a.75.75 0 0 1-.75-.75v-5.5a.75.75 0 0 1 1.5 0v3.69l5.22-5.22a.75.75 0 0 1 1.06 0Z" | ||
:clipRule "evenodd"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-down-on-square) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:d "M8 1a.75.75 0 0 1 .75.75V5h-1.5V1.75A.75.75 0 0 1 8 1ZM7.25 5v4.44L6.03 8.22a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5a.75.75 0 1 0-1.06-1.06L8.75 9.44V5H11a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2.25Z"}]]) |
10 changes: 10 additions & 0 deletions
10
src/com/scrintal/heroicons/micro/arrow_down_on_square_stack.cljs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-down-on-square-stack) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:d "M7 1a.75.75 0 0 1 .75.75V6h-1.5V1.75A.75.75 0 0 1 7 1ZM6.25 6v2.94L5.03 7.72a.75.75 0 0 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l2.5-2.5a.75.75 0 1 0-1.06-1.06L7.75 8.94V6H10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2.25Z"}] | ||
[:path {:d "M4.268 14A2 2 0 0 0 6 15h6a2 2 0 0 0 2-2v-3a2 2 0 0 0-1-1.732V11a3 3 0 0 1-3 3H4.268Z"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-down-right) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:fillRule "evenodd" | ||
:d "M4.22 4.22a.75.75 0 0 0 0 1.06l5.22 5.22H5.75a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 .75-.75v-5.5a.75.75 0 0 0-1.5 0v3.69L5.28 4.22a.75.75 0 0 0-1.06 0Z" | ||
:clipRule "evenodd"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-down-tray) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:d "M8.75 2.75a.75.75 0 0 0-1.5 0v5.69L5.03 6.22a.75.75 0 0 0-1.06 1.06l3.5 3.5a.75.75 0 0 0 1.06 0l3.5-3.5a.75.75 0 0 0-1.06-1.06L8.75 8.44V2.75Z"}] | ||
[:path {:d "M3.5 9.75a.75.75 0 0 0-1.5 0v1.5A2.75 2.75 0 0 0 4.75 14h6.5A2.75 2.75 0 0 0 14 11.25v-1.5a.75.75 0 0 0-1.5 0v1.5c0 .69-.56 1.25-1.25 1.25h-6.5c-.69 0-1.25-.56-1.25-1.25v-1.5Z"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-left) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:fillRule "evenodd" | ||
:d "M14 8a.75.75 0 0 1-.75.75H4.56l3.22 3.22a.75.75 0 1 1-1.06 1.06l-4.5-4.5a.75.75 0 0 1 0-1.06l4.5-4.5a.75.75 0 0 1 1.06 1.06L4.56 7.25h8.69A.75.75 0 0 1 14 8Z" | ||
:clipRule "evenodd"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-left-circle) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:fillRule "evenodd" | ||
:d "M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8Zm10.25.75a.75.75 0 0 0 0-1.5H6.56l1.22-1.22a.75.75 0 0 0-1.06-1.06l-2.5 2.5a.75.75 0 0 0 0 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06L6.56 8.75h4.69Z" | ||
:clipRule "evenodd"}]]) |
10 changes: 10 additions & 0 deletions
10
src/com/scrintal/heroicons/micro/arrow_left_end_on_rectangle.cljs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-left-end-on-rectangle) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:d "M4.75 2A2.75 2.75 0 0 0 2 4.75v6.5A2.75 2.75 0 0 0 4.75 14h3a2.75 2.75 0 0 0 2.75-2.75v-.5a.75.75 0 0 0-1.5 0v.5c0 .69-.56 1.25-1.25 1.25h-3c-.69 0-1.25-.56-1.25-1.25v-6.5c0-.69.56-1.25 1.25-1.25h3C8.44 3.5 9 4.06 9 4.75v.5a.75.75 0 0 0 1.5 0v-.5A2.75 2.75 0 0 0 7.75 2h-3Z"}] | ||
[:path {:d "M8.03 6.28a.75.75 0 0 0-1.06-1.06L4.72 7.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 1 0 1.06-1.06l-.97-.97h7.19a.75.75 0 0 0 0-1.5H7.06l.97-.97Z"}]]) |
11 changes: 11 additions & 0 deletions
11
src/com/scrintal/heroicons/micro/arrow_left_start_on_rectangle.cljs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-left-start-on-rectangle) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:fillRule "evenodd" | ||
:d "M14 4.75A2.75 2.75 0 0 0 11.25 2h-3A2.75 2.75 0 0 0 5.5 4.75v.5a.75.75 0 0 0 1.5 0v-.5c0-.69.56-1.25 1.25-1.25h3c.69 0 1.25.56 1.25 1.25v6.5c0 .69-.56 1.25-1.25 1.25h-3c-.69 0-1.25-.56-1.25-1.25v-.5a.75.75 0 0 0-1.5 0v.5A2.75 2.75 0 0 0 8.25 14h3A2.75 2.75 0 0 0 14 11.25v-6.5Zm-9.47.47a.75.75 0 0 0-1.06 0L1.22 7.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 1 0 1.06-1.06l-.97-.97h7.19a.75.75 0 0 0 0-1.5H3.56l.97-.97a.75.75 0 0 0 0-1.06Z" | ||
:clipRule "evenodd"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-long-down) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:fillRule "evenodd" | ||
:d "M8 2a.75.75 0 0 1 .75.75v8.69l1.22-1.22a.75.75 0 1 1 1.06 1.06l-2.5 2.5a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.22 1.22V2.75A.75.75 0 0 1 8 2Z" | ||
:clipRule "evenodd"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-long-left) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:fillRule "evenodd" | ||
:d "M14 8a.75.75 0 0 1-.75.75H4.56l1.22 1.22a.75.75 0 1 1-1.06 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 1.06L4.56 7.25h8.69A.75.75 0 0 1 14 8Z" | ||
:clipRule "evenodd"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-long-right) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:fillRule "evenodd" | ||
:d "M2 8c0 .414.336.75.75.75h8.69l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06l1.22 1.22H2.75A.75.75 0 0 0 2 8Z" | ||
:clipRule "evenodd"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-long-up) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:fillRule "evenodd" | ||
:d "M8 14a.75.75 0 0 0 .75-.75V4.56l1.22 1.22a.75.75 0 1 0 1.06-1.06l-2.5-2.5a.75.75 0 0 0-1.06 0l-2.5 2.5a.75.75 0 0 0 1.06 1.06l1.22-1.22v8.69c0 .414.336.75.75.75Z" | ||
:clipRule "evenodd"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-path) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:fillRule "evenodd" | ||
:d "M13.836 2.477a.75.75 0 0 1 .75.75v3.182a.75.75 0 0 1-.75.75h-3.182a.75.75 0 0 1 0-1.5h1.37l-.84-.841a4.5 4.5 0 0 0-7.08.932.75.75 0 0 1-1.3-.75 6 6 0 0 1 9.44-1.242l.842.84V3.227a.75.75 0 0 1 .75-.75Zm-.911 7.5A.75.75 0 0 1 13.199 11a6 6 0 0 1-9.44 1.241l-.84-.84v1.371a.75.75 0 0 1-1.5 0V9.591a.75.75 0 0 1 .75-.75H5.35a.75.75 0 0 1 0 1.5H3.98l.841.841a4.5 4.5 0 0 0 7.08-.932.75.75 0 0 1 1.025-.273Z" | ||
:clipRule "evenodd"}]]) |
11 changes: 11 additions & 0 deletions
11
src/com/scrintal/heroicons/micro/arrow_path_rounded_square.cljs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-path-rounded-square) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:fillRule "evenodd" | ||
:d "M8 3.5c-.771 0-1.537.022-2.297.066a1.124 1.124 0 0 0-1.058 1.028l-.018.214a.75.75 0 1 1-1.495-.12l.018-.221a2.624 2.624 0 0 1 2.467-2.399 41.628 41.628 0 0 1 4.766 0 2.624 2.624 0 0 1 2.467 2.399c.056.662.097 1.329.122 2l.748-.748a.75.75 0 1 1 1.06 1.06l-2 2.001a.75.75 0 0 1-1.061 0l-2-1.999a.75.75 0 0 1 1.061-1.06l.689.688a39.89 39.89 0 0 0-.114-1.815 1.124 1.124 0 0 0-1.058-1.028A40.138 40.138 0 0 0 8 3.5ZM3.22 7.22a.75.75 0 0 1 1.061 0l2 2a.75.75 0 1 1-1.06 1.06l-.69-.69c.025.61.062 1.214.114 1.816.048.56.496.996 1.058 1.028a40.112 40.112 0 0 0 4.594 0 1.124 1.124 0 0 0 1.058-1.028 39.2 39.2 0 0 0 .018-.219.75.75 0 1 1 1.495.12l-.018.226a2.624 2.624 0 0 1-2.467 2.399 41.648 41.648 0 0 1-4.766 0 2.624 2.624 0 0 1-2.467-2.399 41.395 41.395 0 0 1-.122-2l-.748.748A.75.75 0 1 1 1.22 9.22l2-2Z" | ||
:clipRule "evenodd"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-right) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:fillRule "evenodd" | ||
:d "M2 8a.75.75 0 0 1 .75-.75h8.69L8.22 4.03a.75.75 0 0 1 1.06-1.06l4.5 4.5a.75.75 0 0 1 0 1.06l-4.5 4.5a.75.75 0 0 1-1.06-1.06l3.22-3.22H2.75A.75.75 0 0 1 2 8Z" | ||
:clipRule "evenodd"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-right-circle) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:fillRule "evenodd" | ||
:d "M15 8A7 7 0 1 0 1 8a7 7 0 0 0 14 0ZM4.75 7.25a.75.75 0 0 0 0 1.5h4.69L8.22 9.97a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 0 0-1.06 1.06l1.22 1.22H4.75Z" | ||
:clipRule "evenodd"}]]) |
10 changes: 10 additions & 0 deletions
10
src/com/scrintal/heroicons/micro/arrow_right_end_on_rectangle.cljs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-right-end-on-rectangle) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:d "M11.25 2A2.75 2.75 0 0 1 14 4.75v6.5A2.75 2.75 0 0 1 11.25 14h-3a2.75 2.75 0 0 1-2.75-2.75v-.5a.75.75 0 0 1 1.5 0v.5c0 .69.56 1.25 1.25 1.25h3c.69 0 1.25-.56 1.25-1.25v-6.5c0-.69-.56-1.25-1.25-1.25h-3C7.56 3.5 7 4.06 7 4.75v.5a.75.75 0 0 1-1.5 0v-.5A2.75 2.75 0 0 1 8.25 2h3Z"}] | ||
[:path {:d "M7.97 6.28a.75.75 0 0 1 1.06-1.06l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H1.75a.75.75 0 0 1 0-1.5h7.19l-.97-.97Z"}]]) |
11 changes: 11 additions & 0 deletions
11
src/com/scrintal/heroicons/micro/arrow_right_start_on_rectangle.cljs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-right-start-on-rectangle) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:fillRule "evenodd" | ||
:d "M2 4.75A2.75 2.75 0 0 1 4.75 2h3a2.75 2.75 0 0 1 2.75 2.75v.5a.75.75 0 0 1-1.5 0v-.5c0-.69-.56-1.25-1.25-1.25h-3c-.69 0-1.25.56-1.25 1.25v6.5c0 .69.56 1.25 1.25 1.25h3c.69 0 1.25-.56 1.25-1.25v-.5a.75.75 0 0 1 1.5 0v.5A2.75 2.75 0 0 1 7.75 14h-3A2.75 2.75 0 0 1 2 11.25v-6.5Zm9.47.47a.75.75 0 0 1 1.06 0l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97H5.25a.75.75 0 0 1 0-1.5h7.19l-.97-.97a.75.75 0 0 1 0-1.06Z" | ||
:clipRule "evenodd"}]]) |
10 changes: 10 additions & 0 deletions
10
src/com/scrintal/heroicons/micro/arrow_top_right_on_square.cljs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-top-right-on-square) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:d "M6.22 8.72a.75.75 0 0 0 1.06 1.06l5.22-5.22v1.69a.75.75 0 0 0 1.5 0v-3.5a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0 0 1.5h1.69L6.22 8.72Z"}] | ||
[:path {:d "M3.5 6.75c0-.69.56-1.25 1.25-1.25H7A.75.75 0 0 0 7 4H4.75A2.75 2.75 0 0 0 2 6.75v4.5A2.75 2.75 0 0 0 4.75 14h4.5A2.75 2.75 0 0 0 12 11.25V9a.75.75 0 0 0-1.5 0v2.25c0 .69-.56 1.25-1.25 1.25h-4.5c-.69 0-1.25-.56-1.25-1.25v-4.5Z"}]]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(ns com.scrintal.heroicons.micro.arrow-trending-down) | ||
|
||
(defn render [] | ||
[:svg {:xmlns "http://www.w3.org/2000/svg" | ||
:viewBox "0 0 16 16" | ||
:fill "currentColor" | ||
:aria-hidden "true" | ||
:data-slot "icon"} | ||
[:path {:fillRule "evenodd" | ||
:d "M1.22 4.22a.75.75 0 0 1 1.06 0L6 7.94l2.761-2.762a.75.75 0 0 1 1.158.12 24.9 24.9 0 0 1 2.718 5.556l.729-1.261a.75.75 0 0 1 1.299.75l-1.591 2.755a.75.75 0 0 1-1.025.275l-2.756-1.591a.75.75 0 1 1 .75-1.3l1.097.634a23.417 23.417 0 0 0-1.984-4.211L6.53 9.53a.75.75 0 0 1-1.06 0L1.22 5.28a.75.75 0 0 1 0-1.06Z" | ||
:clipRule "evenodd"}]]) |
Oops, something went wrong.