import React from "react"; const Buttonbriz = ({ title, color, buttonEvent, icon }) => { const icons = [ { iconName: "PHONE", icon: ( ), }, { iconName: "CHECK", icon: ( ), }, ]; return (
{/*

بستن

*/}
); }; export default Buttonbriz;