-
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.
Updated intro| Removed unused import.
- Loading branch information
1 parent
8834641
commit 39f7996
Showing
2 changed files
with
26 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,27 @@ | ||
import React from "react"; | ||
export const FlStudioIcon = () => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="35" height="35" viewBox="0 0 48 48"> | ||
<path fill="#fe900d" d="M17.398,10.374c0,0-6.398,6.887-6.398,19.041C11,39.616,15.005,44,18.677,44 c1.706,0,7.25-1.215,12.795-10.533c6.407-10.767,5.545-15.8,5.545-15.8L17.398,10.374z"></path><path fill="#4aae52" d="M32.951,9.205c-2.927,0-4.39,0.701-4.39,0.701C26.839,6.593,25.505,5,21.201,5 C13.453,5,11,10.67,11,12.327c0,0.577,1.076,1.083,3.659,1.083s5.854-0.701,5.854-0.701c-0.494,0.947-0.732,2.102-0.732,3.504 c0,3.504,2.195,6.307,5.122,6.307c4.39,0,6.585-4.905,6.585-4.905s5.122,5.606,6.93,5.606c1.722,0,2.582-2.484,2.582-5.798 C41,14.938,38.977,9.205,32.951,9.205z"></path><path fill="#4aae52" d="M28,11.742c-0.135,0-0.271-0.027-0.402-0.085c-0.505-0.223-0.735-0.813-0.513-1.318 c0.809-1.837,3.631-6.264,6.495-8.171c0.459-0.308,1.08-0.182,1.386,0.278c0.307,0.459,0.182,1.08-0.278,1.386 c-2.54,1.692-5.158,5.917-5.772,7.313C28.75,11.519,28.384,11.742,28,11.742z"></path><path fill="#fdc82e" d="M14.999,32c-0.503,0-0.937-0.38-0.993-0.892c-0.317-2.917,0.032-6.079,1.037-9.398 c0.16-0.529,0.719-0.829,1.247-0.667c0.529,0.16,0.828,0.718,0.667,1.247c-0.926,3.06-1.25,5.955-0.963,8.602 c0.06,0.55-0.337,1.043-0.886,1.103C15.071,31.998,15.035,32,14.999,32z"></path> | ||
</svg> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
x="0px" | ||
y="0px" | ||
width="35" | ||
height="35" | ||
viewBox="0 0 48 48" | ||
> | ||
<path | ||
fill="#fe900d" | ||
d="M17.398,10.374c0,0-6.398,6.887-6.398,19.041C11,39.616,15.005,44,18.677,44 c1.706,0,7.25-1.215,12.795-10.533c6.407-10.767,5.545-15.8,5.545-15.8L17.398,10.374z" | ||
></path> | ||
<path | ||
fill="#4aae52" | ||
d="M32.951,9.205c-2.927,0-4.39,0.701-4.39,0.701C26.839,6.593,25.505,5,21.201,5 C13.453,5,11,10.67,11,12.327c0,0.577,1.076,1.083,3.659,1.083s5.854-0.701,5.854-0.701c-0.494,0.947-0.732,2.102-0.732,3.504 c0,3.504,2.195,6.307,5.122,6.307c4.39,0,6.585-4.905,6.585-4.905s5.122,5.606,6.93,5.606c1.722,0,2.582-2.484,2.582-5.798 C41,14.938,38.977,9.205,32.951,9.205z" | ||
></path> | ||
<path | ||
fill="#4aae52" | ||
d="M28,11.742c-0.135,0-0.271-0.027-0.402-0.085c-0.505-0.223-0.735-0.813-0.513-1.318 c0.809-1.837,3.631-6.264,6.495-8.171c0.459-0.308,1.08-0.182,1.386,0.278c0.307,0.459,0.182,1.08-0.278,1.386 c-2.54,1.692-5.158,5.917-5.772,7.313C28.75,11.519,28.384,11.742,28,11.742z" | ||
></path> | ||
<path | ||
fill="#fdc82e" | ||
d="M14.999,32c-0.503,0-0.937-0.38-0.993-0.892c-0.317-2.917,0.032-6.079,1.037-9.398 c0.16-0.529,0.719-0.829,1.247-0.667c0.529,0.16,0.828,0.718,0.667,1.247c-0.926,3.06-1.25,5.955-0.963,8.602 c0.06,0.55-0.337,1.043-0.886,1.103C15.071,31.998,15.035,32,14.999,32z" | ||
></path> | ||
</svg> | ||
); | ||
|
||
|
||
|
||
|