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