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