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