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