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