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