import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcUpRight(props: IconBaseProps) { return GenIcon({tag:"svg",attr:{version:"1",viewBox:"0 0 48 48",enableBackground:"new 0 0 48 48"},child:[{tag:"polygon",attr:{fill:"#3F51B5","points":"44,19 30,30.7 30,7.3"}},{tag:"path",attr:{fill:"#3F51B5",d:"M6,27v13h8V27c0-2.2,1.8-4,4-4h17v-8H18C11.4,15,6,20.4,6,27z"}},{tag:"polygon",attr:{fill:"#3F51B5","points":"44,19 30,30.7 30,7.3"}},{tag:"path",attr:{fill:"#3F51B5",d:"M6,27v13h8V27c0-2.2,1.8-4,4-4h17v-8H18C11.4,15,6,20.4,6,27z"}}]})(props); } export default FcUpRight;