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