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