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