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