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