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