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