import { chakra, Box } from "@chakra-ui/react"; import Search from "components/search"; import Grid from "components/grid"; import Card from "components/card"; import Icons from "data/icons"; import Show from "animations/show"; export default function Index() { return ( <> Beautiful SVG vector icons {Icons.map((link) => ( <>
))}
); }