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