/* GENERATED FILE */
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../lib'

const ArrowURightUp = (props: IconProps) => <Svg className="arrow-u-right-up-fill__svg-icon-phosphor" fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M223.39 83.06A8 8 0 0 1 216 88h-40v80a64 64 0 0 1-128 0V80a8 8 0 0 1 16 0v88a48 48 0 0 0 96 0V88h-40a8 8 0 0 1-5.66-13.66l48-48a8 8 0 0 1 11.32 0l48 48a8 8 0 0 1 1.73 8.72Z" /></Svg>;
export default ArrowURightUp;