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