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