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