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