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