import type { SVGProps } from "react"; export function Icon({name,...props}:{name:string}&SVGProps){ const paths:Record={ channel:<>, book:<>, cube:<>, history:<>, building:<>, settings:<> }; return }