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