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