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