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