/// <reference types="react" />
export default function HeavyArrowLeftIcon({ color }: { color: string }): JSX.Element;
