@ -0,0 +1,15 @@ |
||||
import React from "react"; |
||||
import './Button.css'; |
||||
|
||||
import sendIcon from '../../assets/images/vuesax-linear-send.png'; |
||||
|
||||
const StartButton = () =>{ |
||||
return( |
||||
<button className="StartButton"> |
||||
<img src={sendIcon} /> |
||||
شروع مکالمه |
||||
</button> |
||||
) |
||||
} |
||||
|
||||
export default StartButton; |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 429 B |
Before Width: | Height: | Size: 508 B After Width: | Height: | Size: 508 B |
After Width: | Height: | Size: 588 B |
Before Width: | Height: | Size: 588 B After Width: | Height: | Size: 721 B |
After Width: | Height: | Size: 604 B |