-
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.
- Loading branch information
1 parent
ed7d8fc
commit c48a40d
Showing
6 changed files
with
177 additions
and
158 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import Svg, { Path } from "react-native-svg" | ||
|
||
|
||
export const HealthMetrics = ({ width = 20, height = 20 }) => { | ||
return ( | ||
<Svg width={width} height={height} viewBox="0 0 20 20" fill="none"> | ||
<Path d="M5 20V15H0V11H6.45L8.15 13.55C8.23333 13.6833 8.35 13.7917 8.5 13.875C8.65 13.9583 8.80833 14 8.975 14C9.19167 14 9.39167 13.9333 9.575 13.8C9.75833 13.6667 9.88333 13.5 9.95 13.3L11.3 9.25L12.15 10.55C12.25 10.6833 12.375 10.7917 12.525 10.875C12.675 10.9583 12.8333 11 13 11H20V15H15V20H5ZM8.7 10.75L7.825 9.45C7.74167 9.31667 7.625 9.20833 7.475 9.125C7.325 9.04167 7.16667 9 7 9H0V5H5V0H15V5H20V9H13.525L11.825 6.45C11.7417 6.31667 11.625 6.20833 11.475 6.125C11.325 6.04167 11.1667 6 11 6C10.7833 6 10.5875 6.06667 10.4125 6.2C10.2375 6.33333 10.1167 6.5 10.05 6.7L8.7 10.75Z" fill="#433A2E" /> | ||
</Svg> | ||
) | ||
} |
Oops, something went wrong.