/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const Pinwheel = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="m229.66 218.34-48.42-48.41c1.1-.33 2.19-.68 3.27-1.07A60 60 0 0 0 220.37 92a8 8 0 0 0-10.25-4.78l-44.2 16.08c.32-.62.64-1.24.93-1.88A60 60 0 0 0 92 19.65a8 8 0 0 0-4.82 10.25l16.08 44.2c-.62-.32-1.24-.64-1.88-.93a60 60 0 0 0-81.73 74.89 8 8 0 0 0 10.25 4.78l44.2-16.09c-.32.63-.64 1.25-.93 1.89a60 60 0 0 0 74.89 81.73 8 8 0 0 0 4.78-10.25l-16.09-44.2c.63.32 1.25.64 1.89.93a59.9 59.9 0 0 0 22.48 5.58l57.22 57.23a8 8 0 0 0 11.32-11.32M131.07 36.15A44 44 0 0 1 134.8 114l-29.61-81.37a43.63 43.63 0 0 1 25.88 3.52m-98.44 98.67a44 44 0 0 1 81.37-29.6ZM109 203.87a44 44 0 0 1-3.73-77.81l29.6 81.33a43.6 43.6 0 0 1-25.87-3.52m55.56-47.38h-.11a44.14 44.14 0 0 1-38.34-21.69l81.33-29.61a44.06 44.06 0 0 1-42.88 51.3" /></Svg>;
export default Pinwheel;