import { GenIcon, type IconBaseProps } from "../deps.ts"; export function FcStatistics(props: IconBaseProps) { return GenIcon({tag:"svg",attr:{version:"1",viewBox:"0 0 48 48",enableBackground:"new 0 0 48 48"},child:[{tag:"g",attr:{fill:"#37474F"},child:[{tag:"rect",attr:{x:"23",y:"5","width":"2","height":"36"}},{tag:"rect",attr:{x:"20.5",y:"31.4","transform":"matrix(.707 .707 -.707 .707 33.523 -3.921)","width":"2","height":"14.2"}},{tag:"rect",attr:{x:"25.5",y:"31.4","transform":"matrix(-.707 .707 -.707 -.707 72.487 46.995)","width":"2","height":"14.2"}}]},{tag:"rect",attr:{x:"4",y:"8",fill:"#CFD8DC","width":"40","height":"28"}},{tag:"g",attr:{fill:"#607D8B"},child:[{tag:"rect",attr:{x:"3",y:"7","width":"42","height":"4"}},{tag:"rect",attr:{x:"3",y:"35","width":"42","height":"2"}},{tag:"circle",attr:{"cx":"31.5","cy":"43.5","r":"1.5"}},{tag:"circle",attr:{"cx":"16.5","cy":"43.5","r":"1.5"}}]},{tag:"g",attr:{fill:"#C51162"},child:[{tag:"polygon",attr:{"points":"31.9,18.9 26,24.9 20,18.9 11.9,26.9 14.1,29.1 20,23.1 26,29.1 34.1,21.1"}},{tag:"polygon",attr:{"points":"36,24 29,17 36,17"}}]}]})(props); } export default FcStatistics;