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