import Bold from './Bold' export default (props:{title1?:any, price1?:string,width?:number|string, title2?:any,roundicon?:boolean, on?:()=>void height?:number|string, icon?:any, image?:any, bgtransparent?:boolean, f1?:string|number, f2?:string|number, })=> { var alt = "icon" if(props.title1) { alt = props.title1.toLowerCase()+"'s icon" } else if(props.price1) { alt = "price "+props.price1+ "'s icon" } return
{props.on?.()}} >
{props.title1+"'s
  
{props.title1?{props.title1}:null} {props.title2?{props.title2}:null}
{props.title1+"'s
}