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