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