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