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