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