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