-
Notifications
You must be signed in to change notification settings - Fork 0
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
0d120b4
commit 4406895
Showing
7 changed files
with
89 additions
and
10 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
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,23 @@ | ||
import * as React from 'react'; | ||
import Svg, {Path} from 'react-native-svg'; | ||
|
||
const FittrIconLight = (props) => ( | ||
<svg | ||
width={60} | ||
height={60} | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
{...props} | ||
> | ||
<path | ||
d="M9.608 37.856h3.169v-6.34h5.2v-2.782h-5.2V24.95h5.26v-2.805H9.609v15.712ZM22.312 27.207h-2.988v10.65h2.988v-10.65ZM29.918 22.144h-2.986v2.493c.899.692 1.91 1.206 2.986 1.526v-4.019ZM38.128 22.144h-2.986v4.04a9.181 9.181 0 0 0 2.986-1.493v-2.547ZM48.704 26.933c-1.322 0-2.53.775-3.123 2.553v-2.28h-2.965v10.65h2.988v-3.648c0-3.033 1.049-4.47 2.576-4.47.366 0 .89.046 1.529.387l.684-2.85c-.48-.25-1.118-.342-1.689-.342Z" | ||
fill="#F5EDE8" | ||
/> | ||
<path | ||
d="M39.717 24.434a10.257 10.257 0 0 1-4.577 2.527 10.52 10.52 0 0 1-5.223-.02 10.238 10.238 0 0 1-2.986-1.314 10.384 10.384 0 0 1-1.723-1.393l-2.217 2.215a13.572 13.572 0 0 0 3.94 2.746v8.66h2.987v-7.696a13.767 13.767 0 0 0 5.222.013v7.682h2.987v-8.627a13.552 13.552 0 0 0 4.012-2.779l-2.216-2.215a8.125 8.125 0 0 1-.206.2v.001ZM22.313 22.144h-2.988v2.988h2.988v-2.988Z" | ||
fill="#F5EDE8" | ||
/> | ||
</svg> | ||
) | ||
|
||
export default FittrIconLight; |
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.
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.