JchuShareBottomBar
fun JchuShareBottomBar(onShareClick: () -> Unit, onDownloadClick: () -> Unit, modifier: Modifier = Modifier, colors: JchuShareBarColors = JchuShareBarColors(), shareText: String = "Share", downloadContentDescription: String = "Download", downloadIcon: ImageVector = ImageVector.vectorResource(R.drawable.ic_btn_share))