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