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