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