import React from 'react'; import type { IconProps } from '../types'; export const Settings = (props: IconProps) => ( ); export default Settings;