-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adjustment for community (#620)
- Loading branch information
1 parent
f346f40
commit 6074958
Showing
3 changed files
with
21 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import createIcon from './createIcon' | ||
|
||
export default createIcon(({ size, color, secondaryColor = 'black' }) => ( | ||
<svg | ||
width={size} | ||
viewBox="0 0 32 24" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M31.3309 4.4435C30.9622 3.06583 29.8794 1.98318 28.5017 1.61439C26.0073 0.945313 15.9999 0.945312 15.9999 0.945312C15.9999 0.945312 5.99275 0.945313 3.49818 1.61439C2.12052 1.98318 1.03787 3.06583 0.669081 4.4435C2.00281e-07 6.93806 0 12.1458 0 12.1458C0 12.1458 2.00281e-07 17.3536 0.669081 19.8482C1.03787 21.2259 2.12052 22.3085 3.49818 22.6772C5.99275 23.3464 15.9999 23.3464 15.9999 23.3464C15.9999 23.3464 26.0073 23.3464 28.5017 22.6772C29.8794 22.3085 30.9622 21.2259 31.3309 19.8482C32 17.3536 32 12.1458 32 12.1458C32 12.1458 31.9973 6.93806 31.3309 4.4435Z" | ||
fill={color} | ||
/> | ||
<path | ||
d="M12.7969 16.9466L21.1104 12.1472L12.7969 7.34766V16.9466Z" | ||
fill={secondaryColor} | ||
/> | ||
</svg> | ||
)) |
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