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