| const Forum = () => { | |
| return ( | |
| <svg | |
| xmlns="http://www.w3.org/2000/svg" | |
| width="24" | |
| height="24" | |
| fill="none" | |
| viewBox="21 21 27 27" | |
| > | |
| <path | |
| d="M39.4749 43.1113L39.2552 42.8913L38.9443 42.8913L31.2576 42.8913C31.1195 42.8913 31.0076 42.7794 31.0076 42.6413L31.0076 34.0913C31.0076 33.9532 31.1195 33.8413 31.2576 33.8413L42.2422 33.8413C42.3803 33.8413 42.4922 33.9532 42.4922 34.0913L42.4922 45.4588C42.4922 45.5617 42.4355 45.6562 42.3447 45.7046C42.2365 45.7623 42.1033 45.7424 42.0166 45.6557L39.4749 43.1113Z" | |
| stroke="#fff" | |
| strokeWidth="1.5" | |
| fill="transparent" | |
| /> | |
| <path | |
| d="M26.2341 31.4251L26.4538 31.2052L26.7647 31.2052L34.4514 31.2052C34.5895 31.2052 34.7014 31.0932 34.7014 30.9552L34.7014 22.4052C34.7014 22.2671 34.5895 22.1552 34.4514 22.1552L23.4668 22.1552C23.3287 22.1552 23.2168 22.2671 23.2168 22.4052L23.2168 33.7727C23.2168 33.8755 23.2735 33.97 23.3643 34.0184C23.4725 34.0761 23.6057 34.0563 23.6924 33.9695L26.2341 31.4251Z" | |
| stroke="#fff" | |
| strokeWidth="1.5" | |
| fill="transparent" | |
| /> | |
| </svg> | |
| ); | |
| }; | |
| export default Forum; | |