import * as React from "react"; function IconDiamond({ size = 24, color = "currentColor", stroke = 2, ...props }) { return {"Download more icon variants from https://tabler-icons.io/i/diamond"}; } export default IconDiamond;