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