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