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