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