import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcTreeStructure(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:"#90CAF9","points":"36.9,13.8 35.1,10.2 7.5,24 35.1,37.8 36.9,34.2 16.5,24"}},{tag:"rect",attr:{x:"6",y:"18",fill:"#D81B60","width":"12","height":"12"}},{tag:"g",attr:{fill:"#2196F3"},child:[{tag:"rect",attr:{x:"30",y:"6","width":"12","height":"12"}},{tag:"rect",attr:{x:"30",y:"30","width":"12","height":"12"}}]}]})(props); } export default FcTreeStructure;