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