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