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