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