Example of Icon
Post
Replies
Boosts
Views
Activity
Is a react WebApp. Svg was define as
import React from "react";
export default function ArrowLeft() {
return (
);
}