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