forked from tailwindlabs/heroicons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b51566b
commit 72de3e7
Showing
710 changed files
with
1,842 additions
and
10,327 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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,16 +1,7 @@ | ||
import * as React from 'react' | ||
import * as React from "react"; | ||
|
||
function SvgAdjustments(props) { | ||
return ( | ||
<svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}> | ||
<path | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
strokeWidth={2} | ||
d="M12 6V4m0 2a2 2 0 100 4m0-4a2 2 0 110 4m-6 8a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4m6 6v10m6-2a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4" | ||
/> | ||
</svg> | ||
) | ||
function AdjustmentsIcon(props) { | ||
return <svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}><path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M12 6V4m0 2a2 2 0 100 4m0-4a2 2 0 110 4m-6 8a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4m6 6v10m6-2a2 2 0 100-4m0 4a2 2 0 110-4m0 4v2m0-6V4" /></svg>; | ||
} | ||
|
||
export default SvgAdjustments | ||
export default AdjustmentsIcon; |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,16 +1,7 @@ | ||
import * as React from 'react' | ||
import * as React from "react"; | ||
|
||
function SvgAnnotation(props) { | ||
return ( | ||
<svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}> | ||
<path | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
strokeWidth={2} | ||
d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z" | ||
/> | ||
</svg> | ||
) | ||
function AnnotationIcon(props) { | ||
return <svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}><path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z" /></svg>; | ||
} | ||
|
||
export default SvgAnnotation | ||
export default AnnotationIcon; |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,16 +1,7 @@ | ||
import * as React from 'react' | ||
import * as React from "react"; | ||
|
||
function SvgArchive(props) { | ||
return ( | ||
<svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}> | ||
<path | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
strokeWidth={2} | ||
d="M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4" | ||
/> | ||
</svg> | ||
) | ||
function ArchiveIcon(props) { | ||
return <svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}><path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4" /></svg>; | ||
} | ||
|
||
export default SvgArchive | ||
export default ArchiveIcon; |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,16 +1,7 @@ | ||
import * as React from 'react' | ||
import * as React from "react"; | ||
|
||
function SvgArrowCircleDown(props) { | ||
return ( | ||
<svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}> | ||
<path | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
strokeWidth={2} | ||
d="M15 13l-3 3m0 0l-3-3m3 3V8m0 13a9 9 0 110-18 9 9 0 010 18z" | ||
/> | ||
</svg> | ||
) | ||
function ArrowCircleDownIcon(props) { | ||
return <svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}><path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M15 13l-3 3m0 0l-3-3m3 3V8m0 13a9 9 0 110-18 9 9 0 010 18z" /></svg>; | ||
} | ||
|
||
export default SvgArrowCircleDown | ||
export default ArrowCircleDownIcon; |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,16 +1,7 @@ | ||
import * as React from 'react' | ||
import * as React from "react"; | ||
|
||
function SvgArrowCircleLeft(props) { | ||
return ( | ||
<svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}> | ||
<path | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
strokeWidth={2} | ||
d="M11 15l-3-3m0 0l3-3m-3 3h8M3 12a9 9 0 1118 0 9 9 0 01-18 0z" | ||
/> | ||
</svg> | ||
) | ||
function ArrowCircleLeftIcon(props) { | ||
return <svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}><path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M11 15l-3-3m0 0l3-3m-3 3h8M3 12a9 9 0 1118 0 9 9 0 01-18 0z" /></svg>; | ||
} | ||
|
||
export default SvgArrowCircleLeft | ||
export default ArrowCircleLeftIcon; |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,16 +1,7 @@ | ||
import * as React from 'react' | ||
import * as React from "react"; | ||
|
||
function SvgArrowCircleRight(props) { | ||
return ( | ||
<svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}> | ||
<path | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
strokeWidth={2} | ||
d="M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9 0 11-18 0 9 9 0 0118 0z" | ||
/> | ||
</svg> | ||
) | ||
function ArrowCircleRightIcon(props) { | ||
return <svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}><path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9 0 11-18 0 9 9 0 0118 0z" /></svg>; | ||
} | ||
|
||
export default SvgArrowCircleRight | ||
export default ArrowCircleRightIcon; |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,16 +1,7 @@ | ||
import * as React from 'react' | ||
import * as React from "react"; | ||
|
||
function SvgArrowCircleUp(props) { | ||
return ( | ||
<svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}> | ||
<path | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
strokeWidth={2} | ||
d="M9 11l3-3m0 0l3 3m-3-3v8m0-13a9 9 0 110 18 9 9 0 010-18z" | ||
/> | ||
</svg> | ||
) | ||
function ArrowCircleUpIcon(props) { | ||
return <svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}><path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 11l3-3m0 0l3 3m-3-3v8m0-13a9 9 0 110 18 9 9 0 010-18z" /></svg>; | ||
} | ||
|
||
export default SvgArrowCircleUp | ||
export default ArrowCircleUpIcon; |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,16 +1,7 @@ | ||
import * as React from 'react' | ||
import * as React from "react"; | ||
|
||
function SvgArrowDown(props) { | ||
return ( | ||
<svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}> | ||
<path | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
strokeWidth={2} | ||
d="M19 14l-7 7m0 0l-7-7m7 7V3" | ||
/> | ||
</svg> | ||
) | ||
function ArrowDownIcon(props) { | ||
return <svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}><path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M19 14l-7 7m0 0l-7-7m7 7V3" /></svg>; | ||
} | ||
|
||
export default SvgArrowDown | ||
export default ArrowDownIcon; |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,16 +1,7 @@ | ||
import * as React from 'react' | ||
import * as React from "react"; | ||
|
||
function SvgArrowLeft(props) { | ||
return ( | ||
<svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}> | ||
<path | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
strokeWidth={2} | ||
d="M10 19l-7-7m0 0l7-7m-7 7h18" | ||
/> | ||
</svg> | ||
) | ||
function ArrowLeftIcon(props) { | ||
return <svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}><path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M10 19l-7-7m0 0l7-7m-7 7h18" /></svg>; | ||
} | ||
|
||
export default SvgArrowLeft | ||
export default ArrowLeftIcon; |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,16 +1,7 @@ | ||
import * as React from 'react' | ||
import * as React from "react"; | ||
|
||
function SvgArrowNarrowDown(props) { | ||
return ( | ||
<svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}> | ||
<path | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
strokeWidth={2} | ||
d="M16 17l-4 4m0 0l-4-4m4 4V3" | ||
/> | ||
</svg> | ||
) | ||
function ArrowNarrowDownIcon(props) { | ||
return <svg fill="none" viewBox="0 0 24 24" stroke="currentColor" {...props}><path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M16 17l-4 4m0 0l-4-4m4 4V3" /></svg>; | ||
} | ||
|
||
export default SvgArrowNarrowDown | ||
export default ArrowNarrowDownIcon; |
Oops, something went wrong.