/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const RewindCircle = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m56 140a8 8 0 0 1-12.8 6.4l-48-36a8 8 0 0 1-3.2-6.4v36a8 8 0 0 1-12.8 6.4l-48-36a8 8 0 0 1 0-12.8l48-36A8 8 0 0 1 120 92v36a8 8 0 0 1 3.2-6.4l48-36A8 8 0 0 1 184 92Z" /></Svg>;
export default RewindCircle;