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