import * as React from "react"; function ArrowsExpandIcon(props: React.SVGProps) { return ; } export default ArrowsExpandIcon;