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