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