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