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