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