Does anyone know what the Kotlin analog to these `...
# react
m
Does anyone know what the Kotlin analog to these
react-icon
components is?
Copy code
import { AiOutlineClose } from "react-icons/ai";
import { FiMinimize2 } from "react-icons/fi";

<FiMinimize2 className="rounded-circle hand-style" color="white" onClick={() => { handleTriggerClick(index) }} />
<AiOutlineClose className="rounded-circle" color="white" />
Perhaps using MUI?
c
Personally I found Remixicon to be very simple to use. You can just add it in your Gradle file and import it like this: https://gitlab.com/opensavvy/formulaide/-/commit/7f0d2782cdaf14b23af163103fa61b8ae8e72d4d