/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const FilmReel = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M232 216h-48.64A103.95 103.95 0 1 0 128 232h104a8 8 0 0 0 0-16M80 148a20 20 0 1 1 20-20 20 20 0 0 1-20 20m48 48a20 20 0 1 1 20-20 20 20 0 0 1-20 20m0-96a20 20 0 1 1 20-20 20 20 0 0 1-20 20m28 28a20 20 0 1 1 20 20 20 20 0 0 1-20-20" /></Svg>;
export default FilmReel;