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