import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcLeftUp2(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":"19,4 30.7,18 7.3,18"}},{tag:"path",attr:{fill:"#3F51B5",d:"M27,42h13v-8H27c-2.2,0-4-1.8-4-4V13h-8v17C15,36.6,20.4,42,27,42z"}}]})(props); } export default FcLeftUp2;