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