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