-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
26 changed files
with
386 additions
and
84 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,35 @@ | ||
type AreaIconProps = { | ||
fill: string; | ||
stroke: string; | ||
height?: number; | ||
width?: number; | ||
}; | ||
|
||
export const AreaIcon = ({ fill, stroke, height, width }: AreaIconProps) => ( | ||
<svg | ||
width={width} | ||
height={height} | ||
viewBox="0 0 32 32" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<mask id="path-1-inside-1_1773_242" fill="white"> | ||
<path | ||
fill-rule="evenodd" | ||
clip-rule="evenodd" | ||
d="M19.3192 14.5187L13.516 2L1 29H12.7073L12.7068 29.001H30.9995L21.8532 8.96875L19.3192 14.5187Z" | ||
/> | ||
</mask> | ||
<path | ||
fill-rule="evenodd" | ||
clip-rule="evenodd" | ||
d="M19.3192 14.5187L13.516 2L1 29H12.7073L12.7068 29.001H30.9995L21.8532 8.96875L19.3192 14.5187Z" | ||
fill={fill} | ||
/> | ||
<path | ||
d="M13.516 2L14.8769 1.36915L13.516 -1.56661L12.1551 1.36915L13.516 2ZM19.3192 14.5187L17.9583 15.1496L19.3295 18.1076L20.6837 15.1417L19.3192 14.5187ZM1 29L-0.360892 28.3691L-1.34866 30.5H1V29ZM12.7073 29L14.0719 29.6228L15.0408 27.5H12.7073V29ZM12.7068 29.001L11.3423 28.3782L10.3733 30.501H12.7068V29.001ZM30.9995 29.001V30.501H33.3333L32.364 28.378L30.9995 29.001ZM21.8532 8.96875L23.2177 8.34575L21.8532 5.35722L20.4887 8.34575L21.8532 8.96875ZM12.1551 2.63085L17.9583 15.1496L20.6801 13.8878L14.8769 1.36915L12.1551 2.63085ZM2.36089 29.6309L14.8769 2.63085L12.1551 1.36915L-0.360892 28.3691L2.36089 29.6309ZM12.7073 27.5H1V30.5H12.7073V27.5ZM14.0714 29.6239L14.0719 29.6228L11.3427 28.3772L11.3423 28.3782L14.0714 29.6239ZM30.9995 27.501H12.7068V30.501H30.9995V27.501ZM20.4887 9.59175L29.635 29.624L32.364 28.378L23.2177 8.34575L20.4887 9.59175ZM20.6837 15.1417L23.2177 9.59175L20.4887 8.34575L17.9547 13.8957L20.6837 15.1417Z" | ||
fill={stroke} | ||
mask="url(#path-1-inside-1_1773_242)" | ||
/> | ||
</svg> | ||
); |
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,31 @@ | ||
type CragIconProps = { | ||
fill: string; | ||
stroke: string; | ||
height?: number; | ||
width?: number; | ||
}; | ||
|
||
export const CragIcon = ({ | ||
fill, | ||
stroke, | ||
height = 24, | ||
width = 24, | ||
}: CragIconProps) => ( | ||
<svg | ||
width={width} | ||
height={height} | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<mask id="path-1-inside-1_1773_247" fill="white"> | ||
<path d="M12.1463 2L21.2927 22.0323H3L12.1463 2Z" /> | ||
</mask> | ||
<path d="M12.1463 2L21.2927 22.0323H3L12.1463 2Z" fill={fill} /> | ||
<path | ||
d="M12.1463 2L13.5108 1.377L12.1463 -1.61153L10.7818 1.377L12.1463 2ZM21.2927 22.0323V23.5323H23.6265L22.6572 21.4093L21.2927 22.0323ZM3 22.0323L1.6355 21.4093L0.666176 23.5323H3V22.0323ZM10.7818 2.623L19.9282 22.6553L22.6572 21.4093L13.5108 1.377L10.7818 2.623ZM21.2927 20.5323H3V23.5323H21.2927V20.5323ZM4.3645 22.6553L13.5108 2.623L10.7818 1.377L1.6355 21.4093L4.3645 22.6553Z" | ||
fill={stroke} | ||
mask="url(#path-1-inside-1_1773_247)" | ||
/> | ||
</svg> | ||
); |
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
Oops, something went wrong.