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