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