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