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