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