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