import * as React from 'react'; export interface Content-360deg64Props extends React.SVGProps { ariaLabel?: string } export default function Content-360deg64({ ariaLabel, ...props }: Content-360deg64Props) { return ( ); }