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