const { className, width, height, currentColor } = props;return <svg class={className ?? ""} width={width} height={height} aria-hidden="true" focusable="false" tabindex="-1" viewBox="0 0 24 24" ><g><path d="M0,0h24v24H0V0z" fill={fill ?? "currentColor"}/></g><g><g><path d="M2,5v3h6v2.5H3v3h5V16H2v3h9V5H2z M19,8v8h-4V8H19 M22,5H12v14h10V5z"/></g></g></svg>;