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