import * as React from 'react'; export interface Gopro64Props extends React.SVGProps { ariaLabel?: string } export default function Gopro64({ ariaLabel, ...props }: Gopro64Props) { return ( ); }