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