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