import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcLeftDown2(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,44 30.7,30 7.3,30"}},{tag:"path",attr:{fill:"#3F51B5",d:"M27,6h13v8H27c-2.2,0-4,1.8-4,4v17h-8V18C15,11.4,20.4,6,27,6z"}}]})(props); } export default FcLeftDown2;