import React from 'react' import { G, Path } from 'react-native-svg' export default function CycleDayIcon() { return ( <G> <Path d="M379.708,350.568 C356.431,365.455,341,391.529,341,421.21c0,46.275,37.515,83.79,83.791,83.79s83.79-37.515,83.79-83.79 c0-31.784-17.696-59.436-43.773-73.637"/> <Path d="M383.809,369.885v-18.398 c0,0,0-4.843-4.842-4.843h-18.399"/> </G> ) }