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