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