-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of github.com:Plant-for-the-Planet-org/FireAle…
…rt into feature/add-geo-event-provider
- Loading branch information
Showing
113 changed files
with
15,967 additions
and
5,169 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 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
Binary file modified
BIN
-3.11 MB
(6.1%)
apps/nativeapp/android/app/src/main/res/drawable/launch_screen.png
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.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
import * as React from 'react'; | ||
import Svg, {G, Path} from 'react-native-svg'; | ||
|
||
function EyeIcon(props) { | ||
return ( | ||
<Svg | ||
width="25px" | ||
height="25px" | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props}> | ||
<G | ||
stroke="#E86F56" | ||
strokeWidth={2} | ||
strokeLinecap="round" | ||
strokeLinejoin="round"> | ||
<Path d="M12 5C8.243 5 5.436 7.44 3.767 9.44a3.96 3.96 0 000 5.12C5.436 16.56 8.243 19 12 19c3.757 0 6.564-2.44 8.233-4.44a3.96 3.96 0 000-5.12C18.564 7.44 15.757 5 12 5z" /> | ||
<Path d="M12 15a3 3 0 100-6 3 3 0 000 6z" /> | ||
</G> | ||
</Svg> | ||
); | ||
} | ||
|
||
export default EyeIcon; |
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,24 @@ | ||
import * as React from 'react'; | ||
import Svg, {Path} from 'react-native-svg'; | ||
|
||
function EyeOffIcon(props) { | ||
return ( | ||
<Svg | ||
width="25px" | ||
height="25px" | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
stroke="#E86F56" | ||
{...props}> | ||
<Path | ||
d="M9.764 5.295A8.619 8.619 0 0112 5c3.757 0 6.564 2.44 8.233 4.44a3.96 3.96 0 010 5.12c-.192.23-.4.466-.621.704M12.5 9.04a3.002 3.002 0 012.459 2.459M3 3l18 18m-9.5-6.041A3.004 3.004 0 019.17 13M4.35 8.778c-.208.223-.402.445-.582.661a3.961 3.961 0 000 5.122C5.435 16.56 8.242 19 12 19a8.62 8.62 0 002.274-.306" | ||
strokeWidth={2} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
</Svg> | ||
); | ||
} | ||
|
||
export default EyeOffIcon; |
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,26 @@ | ||
import * as React from 'react'; | ||
import Svg, {G, Path, Defs, ClipPath} from 'react-native-svg'; | ||
|
||
function GreenMapOutline(props) { | ||
return ( | ||
<Svg | ||
width={24} | ||
height={24} | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props}> | ||
<G clipPath="url(#clip0_1225_10223)" fill="#68B030"> | ||
<Path d="M2.637 23.852c.391.202.87.202 1.26-.014l5.518-3.09 5.533 3.09c.39.216.898.216 1.289 0l6.17-3.442c.376-.216.608-.594.608-.998V6.09c0-.419-.247-.81-.638-1.013a1.383 1.383 0 00-1.26.014L15.6 8.18l-2.158-1.2-.883 2.24 1.897 1.053v10.568l-3.867-2.16v-6.235c-.42.23-.912.364-1.404.364H9.14c-.29 0-.565-.04-.84-.121v5.965l-3.78 2.106V10.193l1.217-.675-.493-1.107-1.433-.553-1.188.661c-.377.216-.608.594-.608.999v13.321c0 .419.246.81.637 1.013h-.015zM16.73 10.26l3.751-2.105v10.581l-3.75 2.106V10.26z" /> | ||
<Path d="M3.318 6.521l3.736 1.445 1.55 3.482a.79.79 0 00.753.459.778.778 0 00.739-.486l3.316-8.422a.725.725 0 00-.188-.783.83.83 0 00-.565-.216.97.97 0 00-.275.04L3.347 5.118a.77.77 0 00-.522.688c0 .31.174.594.478.715h.015z" /> | ||
</G> | ||
<Defs> | ||
<ClipPath id="clip0_1225_10223"> | ||
<Path fill="#fff" transform="translate(2 1)" d="M0 0H21V23H0z" /> | ||
</ClipPath> | ||
</Defs> | ||
</Svg> | ||
); | ||
} | ||
|
||
export default GreenMapOutline; |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import * as React from 'react'; | ||
import Svg, {Path} from 'react-native-svg'; | ||
|
||
function InfoIcon(props) { | ||
return ( | ||
<Svg | ||
width={17} | ||
height={17} | ||
viewBox="0 0 17 17" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props}> | ||
<Path | ||
d="M8.505 0C6.246 0 4.085.897 2.49 2.488A8.517 8.517 0 000 8.503 8.495 8.495 0 008.5 17a8.51 8.51 0 006.011-2.488A8.491 8.491 0 0017 8.502a8.504 8.504 0 00-2.489-6.009A8.47 8.47 0 008.505 0zm1.46 12.888a.546.546 0 01-.13.12 4.127 4.127 0 01-2.341.766c-.772 0-1.193-.536-1.023-1.285.213-.897.437-1.794.656-2.69a.665.665 0 00-.01-.492.564.564 0 00-.285-.23 1.205 1.205 0 00-.203-.038c-.082-.017-.202-.033-.262-.12L6.35 8.89a.265.265 0 01-.043-.213.284.284 0 01.125-.18l.154-.105.23-.125c.136-.071.278-.137.42-.192.296-.115.602-.202.914-.262.186-.033.377-.055.569-.066.153 0 .306.017.46.05.552.13.83.623.678 1.224-.214.902-.438 1.805-.662 2.701-.104.427 0 .618.432.733.065.017.131.027.197.044.224.06.273.197.136.377l.006.011zm-.727-6.753a1.454 1.454 0 01-1.45-1.465 1.451 1.451 0 011.466-1.438c.39 0 .756.158 1.024.437a1.45 1.45 0 01-1.04 2.466z" | ||
fill="#828282" | ||
/> | ||
</Svg> | ||
); | ||
} | ||
|
||
export default InfoIcon; |
Oops, something went wrong.