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