/* GENERATED FILE */
import { type Icon, type IconProps } from 'phosphor-react-native'

import IconBase from '../lib/icon-base'
import weights from '../defs/SupersetProperOf'

const I: Icon = ({...props }: IconProps) => (
  <IconBase {...props} weights={weights} name="superset-proper-of" />
)
/** @deprecated Use SupersetProperOfIcon */
export const SupersetProperOf = I
export { I as SupersetProperOfIcon }