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