-
Notifications
You must be signed in to change notification settings - Fork 8
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
637a9e4
commit 184fa39
Showing
81 changed files
with
2,533 additions
and
810 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
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,4 +1,5 @@ | ||
<resources> | ||
<string name="app_name">Mon Suivi Psy</string> | ||
<string name="default_notification_channel_id">REMINDER-CHANNEL-ID</string> | ||
<string name="facebook_app_id">100979222345072</string> | ||
</resources> |
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,24 @@ | ||
import * as React from 'react'; | ||
import Svg, {Path} from 'react-native-svg'; | ||
|
||
function SvgComponent(props) { | ||
return ( | ||
<Svg | ||
viewBox="-47 0 512 512" | ||
width="100%" | ||
height="100%" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props}> | ||
<Path | ||
fill="currentColor" | ||
d="M416.875 114.441L405.57 80.555a31.527 31.527 0 00-29.941-21.578h-95.012V28.043C280.617 12.582 268.047 0 252.59 0h-87.008c-15.453 0-28.027 12.582-28.027 28.043v30.934H42.547a31.528 31.528 0 00-29.945 21.578L1.297 114.44a25.426 25.426 0 003.484 22.856 25.427 25.427 0 0020.578 10.539h11.817L63.184 469.44C65.117 493.305 85.367 512 109.293 512h204.863c23.922 0 44.176-18.695 46.106-42.563l26.008-321.601h6.543A25.434 25.434 0 00413.39 137.3a25.434 25.434 0 003.484-22.86zM167.555 30h83.062v28.977h-83.062zm162.804 437.02c-.68 8.402-7.796 14.98-16.203 14.98H109.293c-8.406 0-15.523-6.578-16.203-14.98L67.273 147.836h288.899zM31.793 117.836l9.27-27.79c.21-.64.808-1.07 1.484-1.07h333.082c.676 0 1.27.43 1.484 1.07l9.27 27.79zm0 0" | ||
/> | ||
<Path | ||
fill="currentColor" | ||
d="M282.516 465.957c.265.016.527.02.793.02 7.925 0 14.55-6.211 14.964-14.22L312.36 181.36c.43-8.273-5.93-15.332-14.199-15.761-8.293-.442-15.328 5.925-15.762 14.199l-14.082 270.398c-.43 8.274 5.926 15.332 14.2 15.762zm0 0M120.566 451.793c.438 7.996 7.055 14.184 14.965 14.184.274 0 .555-.008.832-.024 8.27-.45 14.61-7.52 14.16-15.793L135.77 179.762c-.45-8.274-7.52-14.614-15.793-14.16-8.27.449-14.61 7.52-14.16 15.793zm0 0M209.254 465.977c8.285 0 15-6.715 15-15V180.578c0-8.285-6.715-15-15-15s-15 6.715-15 15v270.399c0 8.285 6.715 15 15 15zm0 0" | ||
/> | ||
</Svg> | ||
); | ||
} | ||
|
||
export default SvgComponent; |
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
import * as React from 'react'; | ||
import Svg, {Path} from 'react-native-svg'; | ||
|
||
function SvgComponent(props) { | ||
return ( | ||
<Svg | ||
width="100%" | ||
height="100%" | ||
viewBox="0 0 8 8" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props}> | ||
<Path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M6.953 1.047a.597.597 0 010 .844L1.891 6.953a.597.597 0 01-.844-.844l5.062-5.062a.597.597 0 01.844 0z" | ||
fill="currentColor" | ||
/> | ||
<Path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M1.047 1.047a.597.597 0 01.844 0l5.062 5.062a.597.597 0 01-.844.844L1.047 1.891a.597.597 0 010-.844z" | ||
fill="currentColor" | ||
/> | ||
</Svg> | ||
); | ||
} | ||
|
||
export default SvgComponent; |
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 SvgComponent(props) { | ||
return ( | ||
<Svg | ||
width={29} | ||
height={28} | ||
viewBox="0 0 29 28" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props}> | ||
<Path | ||
d="M7.943.875c-3.11 0-6.258 1.183-6.39 1.232l-.607.231v19.999l-.071.1H15.61l-.742-.74-2.05-2.052c-1.235-.346-3.056-.749-4.875-.749-1.938 0-3.964.459-5.193.817V3.655c1.006-.321 3.183-.905 5.193-.905 2.023 0 4.122.587 5.12.906V7.68l1.874.374V3.656c.996-.32 3.09-.906 5.12-.906 2.01 0 4.187.584 5.193.905v12.773l1.804 1.804V2.338l-.606-.23c-.133-.05-3.28-1.233-6.39-1.233-2.563 0-5.152.803-6.058 1.113-.906-.31-3.495-1.113-6.057-1.113zM9.838 8.86l1.31 6.546.2.2 12.01 12.012.533-.533.05.047a2.963 2.963 0 004.167.002l.002-.002a2.964 2.964 0 000-4.167l-.05-.05.535-.534-12.213-12.21-6.544-1.31zm3.508 2.615l1.764.353-.42 1.885-1.884.419-.353-1.764.893-.893zm3.384 1.696l6.68 6.676-2.586 2.585-6.676-6.678 2.113-.47.47-2.114zm8.005 8.001l1.209 1.209-2.585 2.585-1.209-1.208 2.585-2.586zm2 3.07l.05.049c.453.453.453 1.056 0 1.514-.459.457-1.065.456-1.518.002l-.048-.05 1.516-1.516z" | ||
fill="currentColor" | ||
/> | ||
</Svg> | ||
); | ||
} | ||
|
||
export default SvgComponent; |
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,27 @@ | ||
import * as React from 'react'; | ||
import Svg, {Path} from 'react-native-svg'; | ||
|
||
function SvgComponent({color, backgroundColor, ...props}) { | ||
return ( | ||
<Svg | ||
width={48} | ||
height={48} | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props}> | ||
{/* <Path | ||
d="M0 24C0 10.745 10.745 0 24 0s24 10.745 24 24-10.745 24-24 24S0 37.255 0 24z" | ||
fill={backgroundColor} | ||
/> */} | ||
<Path | ||
d="M17 25l4 4 10-10" | ||
stroke={color} | ||
strokeWidth={2} | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
</Svg> | ||
); | ||
} | ||
|
||
export default SvgComponent; |
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 SvgComponent(props) { | ||
return ( | ||
<Svg | ||
width={26} | ||
height={26} | ||
viewBox="0 0 26 26" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props}> | ||
<Path | ||
d="M9.813.25C7.567.25 5.71 1.69 4.938 3.668 2.29 4.218.25 6.473.25 9.28c0 2.327 1.41 4.278 3.385 5.213.458 2.155 2.295 3.819 4.584 3.819.968 0 1.822-.364 2.577-.864 1.144 1.117 2.604 1.926 4.329 1.926 1.888 0 3.513-.908 4.675-2.212 3.301-.232 5.95-2.93 5.95-6.288 0-2.8-1.856-5.115-4.383-5.964C21.03 2.308 18.878.25 16.187.25 14.956.25 13.896.769 13 1.474 12.104.77 11.045.25 9.812.25zm0 2.125c.958 0 1.794.424 2.386 1.102l.801.917.801-.917c.592-.678 1.428-1.102 2.386-1.102a3.172 3.172 0 013.188 3.188c0-.152-.004-.13-.01.074l-.027.897.88.176a4.242 4.242 0 013.407 4.165 4.235 4.235 0 01-4.273 4.248h-.529l-.317.421c-.783 1.036-1.992 1.706-3.381 1.706-1.406 0-2.628-.684-3.408-1.739l-.738-.998-.874.884c-.483.49-1.142.79-1.886.79-1.418 0-2.54-1.084-2.634-2.48l-.047-.7-.662-.231c-1.455-.509-2.501-1.864-2.501-3.495 0-1.96 1.495-3.524 3.414-3.683l.76-.062.182-.74a3.172 3.172 0 013.082-2.421zM8.219 20.438a1.594 1.594 0 100 3.187 1.594 1.594 0 000-3.188zM4.5 23.625a1.062 1.062 0 100 2.125 1.062 1.062 0 000-2.125z" | ||
fill="currentColor" | ||
/> | ||
</Svg> | ||
); | ||
} | ||
|
||
export default SvgComponent; |
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 SvgComponent(props) { | ||
return ( | ||
<Svg | ||
width={25} | ||
height={25} | ||
viewBox="0 0 25 25" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props}> | ||
<Path | ||
d="M0 .125v24.75h24v-2.063H2V12.35l6.098 4.236 6.046-8.31 5.065 4.293 4.846-7.136-1.639-1.184-3.605 5.311-5.008-4.248-6.164 8.468L2 9.861V.125H0z" | ||
fill="currentColor" | ||
/> | ||
</Svg> | ||
); | ||
} | ||
|
||
export default SvgComponent; |
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,20 @@ | ||
import * as React from 'react'; | ||
import Svg, {Path} from 'react-native-svg'; | ||
|
||
function SvgComponent(props) { | ||
return ( | ||
<Svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width="100%" | ||
height="100%" | ||
viewBox="0 0 24 24" | ||
{...props}> | ||
<Path | ||
fill="currentColor" | ||
d="M1.439 16.873L0 24l7.128-1.437L24.001 5.691l-5.69-5.69L1.439 16.873zm4.702 3.848l-3.582.724.721-3.584 2.861 2.86zM21.172 5.689L7.555 19.307l-2.86-2.861L15.52 5.62l2.846 2.846 1.414-1.414-2.846-2.846 1.377-1.377 2.861 2.86z" | ||
/> | ||
</Svg> | ||
); | ||
} | ||
|
||
export default SvgComponent; |
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,22 @@ | ||
import * as React from 'react'; | ||
import Svg, {Path} from 'react-native-svg'; | ||
|
||
function SvgComponent(props) { | ||
return ( | ||
<Svg | ||
width="100%" | ||
height="100%" | ||
viewBox="0 0 512 512" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props}> | ||
<Path | ||
d="M492 236H276V20c0-11.046-8.954-20-20-20s-20 8.954-20 20v216H20c-11.046 0-20 8.954-20 20s8.954 20 20 20h216v216c0 11.046 8.954 20 20 20s20-8.954 20-20V276h216c11.046 0 20-8.954 20-20s-8.954-20-20-20z" | ||
stroke="currentColor" | ||
fill="currentColor" | ||
/> | ||
</Svg> | ||
); | ||
} | ||
|
||
export default SvgComponent; |
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 SvgComponent(props) { | ||
return ( | ||
<Svg | ||
width={20} | ||
height={27} | ||
viewBox="0 0 20 27" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props}> | ||
<Path | ||
d="M10 0C8.355 0 7 1.355 7 3H3C1.355 3 0 4.355 0 6v18c0 1.645 1.355 3 3 3h14c1.645 0 3-1.355 3-3V6c0-1.645-1.355-3-3-3h-4c0-1.645-1.355-3-3-3zm0 2c.564 0 1 .436 1 1 0 .564-.436 1-1 1-.564 0-1-.436-1-1 0-.564.436-1 1-1zM3 5h4v1a1 1 0 001 1h4a1 1 0 001-1V5h4c.565 0 1 .435 1 1v18c0 .565-.435 1-1 1H3c-.565 0-1-.435-1-1V6c0-.565.435-1 1-1zm3 6a1 1 0 100 2h4a1 1 0 100-2H6zm8 0a1 1 0 100 2 1 1 0 000-2zm-8 4a1 1 0 100 2h4a1 1 0 100-2H6zm8 0a1 1 0 100 2 1 1 0 000-2zm-8 4a1 1 0 100 2h4a1 1 0 100-2H6zm8 0a1 1 0 100 2 1 1 0 000-2z" | ||
fill="currentColor" | ||
/> | ||
</Svg> | ||
); | ||
} | ||
|
||
export default SvgComponent; |
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,28 @@ | ||
import * as React from 'react'; | ||
import Svg, {G, Path, Defs, ClipPath} from 'react-native-svg'; | ||
|
||
function SvgComponent(props) { | ||
return ( | ||
<Svg | ||
width={30} | ||
height={25} | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props}> | ||
<G clipPath="url(#prefix__clip0_2777_13335)" fill="currentColor"> | ||
<Path d="M10.313 9.375c.517 0 .937-.35.937-.781 0-.647-.63-1.172-1.406-1.172-.518 0-.938.35-.938.781 0 .317.227.59.552.712.147.271.474.46.854.46z" /> | ||
<Path d="M9.844 7.422c-.777 0-1.406.525-1.406 1.172 0 .647.63 1.172 1.406 1.172.776 0 1.406-.525 1.406-1.172 0-.317-.226-.59-.552-.712-.147-.272-.474-.46-.854-.46zM15.469 7.422c-.777 0-1.406.525-1.406 1.172 0 .647.63 1.172 1.406 1.172.776 0 1.406-.525 1.406-1.172 0-.647-.63-1.172-1.406-1.172-.518 0-.938.35-.938.781 0 .432.42.781.938.781-.26 0-.469-.175-.469-.39 0-.216.21-.39.469-.39s.469.174.469.39c0 .215-.21.39-.47.39.518 0 .938-.35.938-.78 0-.432-.42-.782-.937-.782zM4.688 21.484c0-1.51 1.469-2.734 3.28-2.734 1.813 0 3.282 1.224 3.282 2.734S9.78 24.22 7.969 24.22c-1.812 0-3.282-1.225-3.282-2.735zm3.28 1.172c.777 0 1.407-.524 1.407-1.172 0-.647-.63-1.172-1.406-1.172-.777 0-1.407.525-1.407 1.172 0 .648.63 1.172 1.407 1.172zM1.406 22.656C.63 22.656 0 23.181 0 23.828 0 24.475.63 25 1.406 25c.777 0 1.407-.525 1.407-1.172 0-.647-.63-1.172-1.407-1.172-.518 0-.937.35-.937.782 0 .431.42.78.937.78-.259 0-.468-.174-.468-.39 0-.216.21-.39.468-.39.26 0 .469.174.469.39 0 .216-.21.39-.469.39.518 0 .938-.349.938-.78 0-.432-.42-.782-.938-.782zM21.563 9.375c.517 0 .937-.35.937-.781 0-.647-.63-1.172-1.406-1.172-.518 0-.938.35-.938.781 0 .317.227.59.552.712.147.271.474.46.855.46z" /> | ||
<Path d="M20.625 7.813c-.518 0-.938.35-.938.78 0 .648.63 1.173 1.407 1.173.776 0 1.406-.525 1.406-1.172 0-.432-.42-.781-.938-.781-.17 0-.33.038-.468.104a1.08 1.08 0 00-.469-.104z" /> | ||
<Path d="M22.031 8.203c0-.431-.42-.781-.937-.781-.777 0-1.407.525-1.407 1.172 0 .431.42.781.938.781.38 0 .707-.189.855-.46.325-.122.551-.395.551-.712z" /> | ||
<Path d="M5.66 6.515c.064.356-.174.703-.574.839-2.284.774-3.59 2.787-3.115 4.803.474 2.016 2.594 3.47 5.06 3.468h12.657c3.885.002 7.269-2.208 8.193-5.353.924-3.145-.85-6.408-4.297-7.902-3.447-1.494-7.672-.832-10.231 1.604-.355.338-.977.357-1.362.043-1.077-.88-2.683-1.135-4.073-.647-1.384.485-2.286 1.611-2.293 2.86.006.096.018.19.035.285zm1.53-4.586c1.791-.627 3.82-.434 5.381.468C15.731-.126 20.507-.725 24.449.984c4.214 1.826 6.383 5.816 5.253 9.66-1.13 3.844-5.266 6.546-10.015 6.543H7.032C3.67 17.19.777 15.207.13 12.457-.471 9.9 1.03 7.343 3.75 6.15c.045-1.846 1.39-3.502 3.44-4.22z" /> | ||
</G> | ||
<Defs> | ||
<ClipPath id="prefix__clip0_2777_13335"> | ||
<Path fill="#fff" d="M0 0h30v25H0z" /> | ||
</ClipPath> | ||
</Defs> | ||
</Svg> | ||
); | ||
} | ||
|
||
export default SvgComponent; |
Oops, something went wrong.