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