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