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