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