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