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