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