Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
Mise à jour de l'icône Papillon avec une nouvelle couleur de remplissage
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnivtwelve committed Feb 10, 2024
1 parent 40121e2 commit cb9ea10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions interface/icons/PapillonIcons.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as React from 'react';
import Svg, { Path, Rect, G, Defs, ClipPath } from 'react-native-svg';
import Svg, { Path, G, Defs, ClipPath } from 'react-native-svg';

function Papillon(props) {
return (
Expand All @@ -11,13 +11,10 @@ function Papillon(props) {
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<Path
d="M16.5 13a1.5 1.5 0 100 3 1.5 1.5 0 000-3zM6 14.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z"
/>
<Path
fillRule="evenodd"
clipRule="evenodd"
d="M2 7a5 5 0 015-5h10a5 5 0 015 5v10a5 5 0 01-5 5H7a5 5 0 01-5-5V7zm5-3a3 3 0 00-3 3v2h2.602A6.001 6.001 0 0112 12.378 6.001 6.001 0 0117.398 9H20V7a3 3 0 00-3-3H7zm13 7h-2.602a4 4 0 00-3.992 3.742L13.066 20H17a3 3 0 003-3v-6zM4 17v-6h2.602a4 4 0 013.992 3.742l.34 5.258H7a3 3 0 01-3-3z"
d="M5.953 6.663c.1.436.238.888.413 1.348a9.66 9.66 0 00-1.268.208c-.728.173-1.403.44-1.94.826-.54.39-.996.946-1.123 1.682-.128.737.112 1.418.49 1.972.373.549.918 1.034 1.544 1.45.116.077.238.153.363.228 1.222.733 2.834 1.315 4.61 1.633 2.005.36 3.911.167 5.36-.258.079-.023.157-.047.235-.072a18.664 18.664 0 00-.426 2.553c-.067.752-.065 1.467.046 2.052.083.443.293 1.14.895 1.49.08.05.168.093.264.128.726.269 1.393-.075 1.807-.385.45-.336.884-.832 1.285-1.4.812-1.146 1.631-2.779 2.294-4.629.663-1.85 1.068-3.636 1.172-5.044.05-.697.033-1.36-.1-1.912-.106-.445-.345-1.038-.893-1.358a1.563 1.563 0 00-.275-.133c-.65-.24-1.272-.02-1.72.26-.459.287-.89.727-1.287 1.24-.277.36-.554.778-.826 1.25a13.482 13.482 0 00-2.183-3.7c-1.117-1.353-2.367-2.449-3.562-3.16a8.957 8.957 0 00-.512-.286c-.667-.343-1.353-.58-2.008-.634-.661-.055-1.362.074-1.926.555l.02.023c-.556.479-.812 1.17-.901 1.843-.092.684-.027 1.45.152 2.23zm3.796-2.205c.122.062.247.132.374.207.953.573 2.026 1.497 3.022 2.704.63.763 1.112 1.536 1.47 2.261-1.17-.635-2.642-1.139-4.248-1.426a16.244 16.244 0 00-1.857-.225 8.754 8.754 0 01-.629-1.772c-.14-.616-.168-1.128-.118-1.505.051-.385.167-.533.22-.577.05-.043.179-.117.491-.091.319.026.75.154 1.275.424zm-.39 9.554c-1.584-.283-2.95-.79-3.923-1.37a6.581 6.581 0 01-.256-.161c-.493-.327-.818-.643-1-.91-.178-.262-.179-.412-.167-.478.01-.065.063-.206.318-.39.26-.188.673-.372 1.245-.508.507-.12 1.101-.194 1.758-.212.326.54.7 1.071 1.122 1.582a9.317 9.317 0 003.356 2.584c-.767.05-1.599.017-2.453-.136zm.692-3.81c1.585.284 2.95.791 3.923 1.37.089.053.174.107.256.162.493.326.818.643 1 .91.024.035.044.068.063.1-.085.019-.18.034-.288.045-.408.039-.923-.002-1.499-.16-1.15-.312-2.463-1.061-3.533-2.357a10.599 10.599 0 01-.08-.098l.158.028zm9.234-.402c.262-.34.487-.562.66-.694.047.266.064.657.026 1.173-.086 1.177-.439 2.778-1.057 4.506-.62 1.727-1.362 3.184-2.04 4.142a5.401 5.401 0 01-.674.802 6.75 6.75 0 01.01-1.3c.112-1.258.47-2.897 1.04-4.543.03-.064.056-.132.078-.203.05-.108.085-.217.11-.318.59-1.581 1.253-2.795 1.848-3.566z"
/>
</Svg>
);
Expand Down Expand Up @@ -341,4 +338,4 @@ export {
MessagesFill,
Competences,
CompetencesFill,
};
};
2 changes: 1 addition & 1 deletion views/HomeScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ function HomeScreen({ navigation }: { navigation: any }) {
paddingTop: 4,
}}
>
<PapillonIcon fill={'#ffffff00'} width={32} height={32} />
<PapillonIcon fill={'#ffffff'} width={32} height={32} />
<Text
style={{
color: '#ffffff',
Expand Down

0 comments on commit cb9ea10

Please sign in to comment.