/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const GreaterThanOrEqual = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M51.85 148.74 173.29 104 51.85 59.26a12 12 0 0 1 8.3-22.52l152 56a12 12 0 0 1 0 22.52l-152 56a12 12 0 1 1-8.3-22.52M208 188H56a12 12 0 0 0 0 24h152a12 12 0 0 0 0-24" /></Svg>;
export default GreaterThanOrEqual;