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