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