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