/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const Person = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="m221.29 131.34-45.12-51.15A36 36 0 0 0 150.55 68a36 36 0 1 0-45.1 0 36 36 0 0 0-25.62 12.19l-45.12 51.15a24 24 0 0 0 33.7 34.16l6.73-5.39L61.74 211a24 24 0 0 0 43.74 19.69L128 191.9l22.52 38.79a23.82 23.82 0 0 0 13.27 11.85A24 24 0 0 0 194.26 211l-13.4-50.89 6.73 5.39a24 24 0 0 0 33.7-34.16M128 28a12 12 0 1 1-12 12 12 12 0 0 1 12-12m75 119.12-35.52-28.49a12 12 0 0 0-19.11 12.42l22.9 86.95a12 12 0 0 0 .73 2 11 11 0 0 0-.5-1l-33.12-57a12 12 0 0 0-20.76 0L84.5 219a11 11 0 0 0-.5 1 13 13 0 0 0 .73-2l22.87-86.92a12 12 0 0 0-19.11-12.42L53 147.12a12 12 0 0 0-1 .87c.18-.17.35-.36.52-.54l45.31-51.39a12 12 0 0 1 9-4.06h42.34a12 12 0 0 1 9 4.06l45.32 51.39c.17.18.34.37.52.54a12 12 0 0 0-1.01-.87" /></Svg>;
export default Person;