forked from TalismanSociety/talisman-web
-
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
Showing
286 changed files
with
1,116 additions
and
1,508 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,4 @@ | ||
{ | ||
"outDir": "src/components", | ||
"typescript": true | ||
} |
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 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 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,21 +1,15 @@ | ||
import * as React from 'react' | ||
import { SVGProps } from 'react' | ||
const SvgAirplay = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg width={24} height={24} viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<svg width={24} height={24} fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path | ||
d="M5 17H4C3.46957 17 2.96086 16.7893 2.58579 16.4142C2.21071 16.0391 2 15.5304 2 15V5C2 4.46957 2.21071 3.96086 2.58579 3.58579C2.96086 3.21071 3.46957 3 4 3H20C20.5304 3 21.0391 3.21071 21.4142 3.58579C21.7893 3.96086 22 4.46957 22 5V15C22 15.5304 21.7893 16.0391 21.4142 16.4142C21.0391 16.7893 20.5304 17 20 17H19" | ||
stroke="currentColor" | ||
strokeWidth={2} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path | ||
d="M12 15L17 21H7L12 15Z" | ||
d="M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1" | ||
stroke="currentColor" | ||
strokeWidth={2} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path d="m12 15 5 6H7l5-6Z" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
</svg> | ||
) | ||
export default SvgAirplay |
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 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 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 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 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 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 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 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 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,38 +1,20 @@ | ||
import * as React from 'react' | ||
import { SVGProps } from 'react' | ||
const SvgAperture = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg width={24} height={24} viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<svg width={24} height={24} fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path | ||
d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" | ||
stroke="currentColor" | ||
strokeWidth={2} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path | ||
d="M14.3101 8L20.0501 17.94" | ||
stroke="currentColor" | ||
strokeWidth={2} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path d="M9.68994 8H21.1699" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M7.38 12L13.12 2.06" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path | ||
d="M9.68995 16L3.94995 6.06" | ||
stroke="currentColor" | ||
strokeWidth={2} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path d="M14.31 16H2.82996" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path | ||
d="M16.62 12L10.88 21.94" | ||
d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z" | ||
stroke="currentColor" | ||
strokeWidth={2} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path d="m14.31 8 5.74 9.94" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M9.69 8h11.48" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="m7.38 12 5.74-9.94" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M9.69 16 3.95 6.06" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M14.31 16H2.83" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="m16.62 12-5.74 9.94" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
</svg> | ||
) | ||
export default SvgAperture |
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,10 +1,10 @@ | ||
import * as React from 'react' | ||
import { SVGProps } from 'react' | ||
const SvgArchive = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg width={24} height={24} viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path d="M21 8V21H3V8" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M23 3H1V8H23V3Z" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M10 12H14" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<svg width={24} height={24} fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path d="M21 8v13H3V8" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M23 3H1v5h22V3Z" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M10 12h4" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
</svg> | ||
) | ||
export default SvgArchive |
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,9 +1,9 @@ | ||
import * as React from 'react' | ||
import { SVGProps } from 'react' | ||
const SvgArrowDown = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg width={24} height={24} viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path d="M12 5V19" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M19 12L12 19L5 12" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<svg width={24} height={24} fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path d="M12 5v14" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="m19 12-7 7-7-7" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
</svg> | ||
) | ||
export default SvgArrowDown |
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,16 @@ | ||
import * as React from 'react' | ||
import { SVGProps } from 'react' | ||
const SvgArrowDownCircle = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg width={24} height={24} viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<svg width={24} height={24} fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path | ||
d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" | ||
d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z" | ||
stroke="currentColor" | ||
strokeWidth={2} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
<path d="M8 12L12 16L16 12" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M12 8V16" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="m8 12 4 4 4-4" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M12 8v8" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
</svg> | ||
) | ||
export default SvgArrowDownCircle |
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 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,9 +1,9 @@ | ||
import * as React from 'react' | ||
import { SVGProps } from 'react' | ||
const SvgArrowDownRight = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg width={24} height={24} viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path d="M7 7L17 17" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M17 7V17H7" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<svg width={24} height={24} fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path d="m7 7 10 10" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M17 7v10H7" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
</svg> | ||
) | ||
export default SvgArrowDownRight |
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,9 +1,9 @@ | ||
import * as React from 'react' | ||
import { SVGProps } from 'react' | ||
const SvgArrowLeft = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg width={24} height={24} viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<svg width={24} height={24} fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path d="M19 12H5" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M12 19L5 12L12 5" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="m12 19-7-7 7-7" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
</svg> | ||
) | ||
export default SvgArrowLeft |
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 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,9 +1,9 @@ | ||
import * as React from 'react' | ||
import { SVGProps } from 'react' | ||
const SvgArrowRight = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg width={24} height={24} viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path d="M5 12H19" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M12 5L19 12L12 19" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<svg width={24} height={24} fill="none" xmlns="http://www.w3.org/2000/svg" {...props}> | ||
<path d="M5 12h14" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="m12 5 7 7-7 7" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" /> | ||
</svg> | ||
) | ||
export default SvgArrowRight |
Oops, something went wrong.