Icons
import { TbSquareRoundedX } from "@react-icons/tb"
<TbSquareRoundedX />
Last updated
import { TbSquareRoundedX } from "@react-icons/tb"
<TbSquareRoundedX />
Last updated
<Flex
color="brand.500" // change the icon color
>
<TbSquareRoundedX />
</Flex>