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