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