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