import { ExtendedVue } from "vue/types/vue"; import Vue from "vue"; type Weight = "thin" | "light" | "regular" | "bold" | "fill" | "duotone"; type Size = string | number; export interface IconProps { weight: Weight; size: Size; color: string; mirrored: boolean; } export const PropValidator = { color: String, size: [String, Number], weight: { type: String as () => Weight }, mirrored: Boolean, }; export interface IconComputed { displayWeight: Weight; displaySize: Size; displayColor: string; displayMirrored: string | undefined; } export interface IconContext { contextWeight?: Weight; contextSize?: Size; contextColor?: string; contextMirrored?: boolean; } export const ContextGetter = { contextWeight: { from: "weight", default: "regular" }, contextSize: { from: "size", default: "1em" }, contextColor: { from: "color", default: "currentColor" }, contextMirrored: { from: "mirrored", default: false }, }; export type PhActivity = ExtendedVue; export type PhAddressBook = ExtendedVue; export type PhAirplane = ExtendedVue; export type PhAirplaneInFlight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhAirplaneLanding = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhAirplaneTakeoff = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhAirplaneTilt = ExtendedVue; export type PhAirplay = ExtendedVue; export type PhAlarm = ExtendedVue; export type PhAlien = ExtendedVue; export type PhAlignBottom = ExtendedVue; export type PhAlignBottomSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhAlignCenterHorizontal = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhAlignCenterHorizontalSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhAlignCenterVertical = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhAlignCenterVerticalSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhAlignLeft = ExtendedVue; export type PhAlignLeftSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhAlignRight = ExtendedVue; export type PhAlignRightSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhAlignTop = ExtendedVue; export type PhAlignTopSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhAnchor = ExtendedVue; export type PhAnchorSimple = ExtendedVue; export type PhAndroidLogo = ExtendedVue; export type PhAngularLogo = ExtendedVue; export type PhAperture = ExtendedVue; export type PhAppStoreLogo = ExtendedVue; export type PhAppWindow = ExtendedVue; export type PhAppleLogo = ExtendedVue; export type PhApplePodcastsLogo = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArchive = ExtendedVue; export type PhArchiveBox = ExtendedVue; export type PhArchiveTray = ExtendedVue; export type PhArmchair = ExtendedVue; export type PhArrowArcLeft = ExtendedVue; export type PhArrowArcRight = ExtendedVue; export type PhArrowBendDoubleUpLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowBendDoubleUpRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowBendDownLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowBendDownRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowBendLeftDown = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowBendLeftUp = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowBendRightDown = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowBendRightUp = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowBendUpLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowBendUpRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowCircleDown = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowCircleDownLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowCircleDownRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowCircleLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowCircleRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowCircleUp = ExtendedVue; export type PhArrowCircleUpLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowCircleUpRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowClockwise = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowCounterClockwise = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowDown = ExtendedVue; export type PhArrowDownLeft = ExtendedVue; export type PhArrowDownRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowElbowDownLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowElbowDownRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowElbowLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowElbowLeftDown = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowElbowLeftUp = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowElbowRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowElbowRightDown = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowElbowRightUp = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowElbowUpLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowElbowUpRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowFatDown = ExtendedVue; export type PhArrowFatLeft = ExtendedVue; export type PhArrowFatLineDown = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowFatLineLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowFatLineRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowFatLineUp = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowFatLinesDown = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowFatLinesLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowFatLinesRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowFatLinesUp = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowFatRight = ExtendedVue; export type PhArrowFatUp = ExtendedVue; export type PhArrowLeft = ExtendedVue; export type PhArrowLineDown = ExtendedVue; export type PhArrowLineDownLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowLineDownRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowLineLeft = ExtendedVue; export type PhArrowLineRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowLineUp = ExtendedVue; export type PhArrowLineUpLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowLineUpRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowRight = ExtendedVue; export type PhArrowSquareDown = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowSquareDownLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowSquareDownRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowSquareIn = ExtendedVue; export type PhArrowSquareLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowSquareOut = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowSquareRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowSquareUp = ExtendedVue; export type PhArrowSquareUpLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowSquareUpRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowUDownLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowUDownRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowULeftDown = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowULeftUp = ExtendedVue; export type PhArrowURightDown = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowURightUp = ExtendedVue; export type PhArrowUUpLeft = ExtendedVue; export type PhArrowUUpRight = ExtendedVue; export type PhArrowUp = ExtendedVue; export type PhArrowUpLeft = ExtendedVue; export type PhArrowUpRight = ExtendedVue; export type PhArrowsClockwise = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowsCounterClockwise = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowsDownUp = ExtendedVue; export type PhArrowsHorizontal = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowsIn = ExtendedVue; export type PhArrowsInCardinal = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowsInLineHorizontal = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowsInLineVertical = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowsInSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowsLeftRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowsOut = ExtendedVue; export type PhArrowsOutCardinal = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowsOutLineHorizontal = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowsOutLineVertical = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowsOutSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArrowsVertical = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhArticle = ExtendedVue; export type PhArticleMedium = ExtendedVue; export type PhArticleNyTimes = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhAsterisk = ExtendedVue; export type PhAsteriskSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhAt = ExtendedVue; export type PhAtom = ExtendedVue; export type PhBaby = ExtendedVue; export type PhBackpack = ExtendedVue; export type PhBackspace = ExtendedVue; export type PhBag = ExtendedVue; export type PhBagSimple = ExtendedVue; export type PhBalloon = ExtendedVue; export type PhBandaids = ExtendedVue; export type PhBank = ExtendedVue; export type PhBarbell = ExtendedVue; export type PhBarcode = ExtendedVue; export type PhBarricade = ExtendedVue; export type PhBaseball = ExtendedVue; export type PhBasketball = ExtendedVue; export type PhBathtub = ExtendedVue; export type PhBatteryCharging = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhBatteryChargingVertical = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhBatteryEmpty = ExtendedVue; export type PhBatteryFull = ExtendedVue; export type PhBatteryHigh = ExtendedVue; export type PhBatteryLow = ExtendedVue; export type PhBatteryMedium = ExtendedVue; export type PhBatteryPlus = ExtendedVue; export type PhBatteryWarning = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhBatteryWarningVertical = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhBed = ExtendedVue; export type PhBeerBottle = ExtendedVue; export type PhBehanceLogo = ExtendedVue; export type PhBell = ExtendedVue; export type PhBellRinging = ExtendedVue; export type PhBellSimple = ExtendedVue; export type PhBellSimpleRinging = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhBellSimpleSlash = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhBellSimpleZ = ExtendedVue; export type PhBellSlash = ExtendedVue; export type PhBellZ = ExtendedVue; export type PhBezierCurve = ExtendedVue; export type PhBicycle = ExtendedVue; export type PhBinoculars = ExtendedVue; export type PhBird = ExtendedVue; export type PhBluetooth = ExtendedVue; export type PhBluetoothConnected = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhBluetoothSlash = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhBluetoothX = ExtendedVue; export type PhBoat = ExtendedVue; export type PhBook = ExtendedVue; export type PhBookBookmark = ExtendedVue; export type PhBookOpen = ExtendedVue; export type PhBookmark = ExtendedVue; export type PhBookmarkSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhBookmarks = ExtendedVue; export type PhBookmarksSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhBooks = ExtendedVue; export type PhBoundingBox = ExtendedVue; export type PhBracketsAngle = ExtendedVue; export type PhBracketsCurly = ExtendedVue; export type PhBracketsRound = ExtendedVue; export type PhBracketsSquare = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhBrain = ExtendedVue; export type PhBrandy = ExtendedVue; export type PhBriefcase = ExtendedVue; export type PhBriefcaseMetal = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhBroadcast = ExtendedVue; export type PhBrowser = ExtendedVue; export type PhBrowsers = ExtendedVue; export type PhBug = ExtendedVue; export type PhBugBeetle = ExtendedVue; export type PhBugDroid = ExtendedVue; export type PhBuildings = ExtendedVue; export type PhBus = ExtendedVue; export type PhButterfly = ExtendedVue; export type PhCactus = ExtendedVue; export type PhCake = ExtendedVue; export type PhCalculator = ExtendedVue; export type PhCalendar = ExtendedVue; export type PhCalendarBlank = ExtendedVue; export type PhCalendarCheck = ExtendedVue; export type PhCalendarPlus = ExtendedVue; export type PhCalendarX = ExtendedVue; export type PhCamera = ExtendedVue; export type PhCameraRotate = ExtendedVue; export type PhCameraSlash = ExtendedVue; export type PhCampfire = ExtendedVue; export type PhCar = ExtendedVue; export type PhCarSimple = ExtendedVue; export type PhCardholder = ExtendedVue; export type PhCards = ExtendedVue; export type PhCaretCircleDoubleDown = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCaretCircleDoubleLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCaretCircleDoubleRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCaretCircleDoubleUp = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCaretCircleDown = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCaretCircleLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCaretCircleRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCaretCircleUp = ExtendedVue; export type PhCaretDoubleDown = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCaretDoubleLeft = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCaretDoubleRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCaretDoubleUp = ExtendedVue; export type PhCaretDown = ExtendedVue; export type PhCaretLeft = ExtendedVue; export type PhCaretRight = ExtendedVue; export type PhCaretUp = ExtendedVue; export type PhCat = ExtendedVue; export type PhCellSignalFull = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCellSignalHigh = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCellSignalLow = ExtendedVue; export type PhCellSignalMedium = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCellSignalNone = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCellSignalSlash = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCellSignalX = ExtendedVue; export type PhChalkboard = ExtendedVue; export type PhChalkboardSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhChalkboardTeacher = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhChartBar = ExtendedVue; export type PhChartBarHorizontal = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhChartLine = ExtendedVue; export type PhChartLineUp = ExtendedVue; export type PhChartPie = ExtendedVue; export type PhChartPieSlice = ExtendedVue; export type PhChat = ExtendedVue; export type PhChatCentered = ExtendedVue; export type PhChatCenteredDots = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhChatCenteredText = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhChatCircle = ExtendedVue; export type PhChatCircleDots = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhChatCircleText = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhChatDots = ExtendedVue; export type PhChatTeardrop = ExtendedVue; export type PhChatTeardropDots = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhChatTeardropText = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhChatText = ExtendedVue; export type PhChats = ExtendedVue; export type PhChatsCircle = ExtendedVue; export type PhChatsTeardrop = ExtendedVue; export type PhCheck = ExtendedVue; export type PhCheckCircle = ExtendedVue; export type PhCheckSquare = ExtendedVue; export type PhCheckSquareOffset = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhChecks = ExtendedVue; export type PhCircle = ExtendedVue; export type PhCircleDashed = ExtendedVue; export type PhCircleHalf = ExtendedVue; export type PhCircleHalfTilt = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCircleNotch = ExtendedVue; export type PhCircleWavy = ExtendedVue; export type PhCircleWavyCheck = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCircleWavyQuestion = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCircleWavyWarning = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCirclesFour = ExtendedVue; export type PhCirclesThree = ExtendedVue; export type PhCirclesThreePlus = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhClipboard = ExtendedVue; export type PhClipboardText = ExtendedVue; export type PhClock = ExtendedVue; export type PhClockAfternoon = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhClockClockwise = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhClockCounterClockwise = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhClosedCaptioning = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCloud = ExtendedVue; export type PhCloudArrowDown = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCloudArrowUp = ExtendedVue; export type PhCloudCheck = ExtendedVue; export type PhCloudFog = ExtendedVue; export type PhCloudLightning = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCloudMoon = ExtendedVue; export type PhCloudRain = ExtendedVue; export type PhCloudSlash = ExtendedVue; export type PhCloudSnow = ExtendedVue; export type PhCloudSun = ExtendedVue; export type PhClub = ExtendedVue; export type PhCoatHanger = ExtendedVue; export type PhCode = ExtendedVue; export type PhCodeSimple = ExtendedVue; export type PhCodepenLogo = ExtendedVue; export type PhCodesandboxLogo = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCoffee = ExtendedVue; export type PhCoin = ExtendedVue; export type PhCoinVertical = ExtendedVue; export type PhCoins = ExtendedVue; export type PhColumns = ExtendedVue; export type PhCommand = ExtendedVue; export type PhCompass = ExtendedVue; export type PhComputerTower = ExtendedVue; export type PhConfetti = ExtendedVue; export type PhCookie = ExtendedVue; export type PhCookingPot = ExtendedVue; export type PhCopy = ExtendedVue; export type PhCopySimple = ExtendedVue; export type PhCopyleft = ExtendedVue; export type PhCopyright = ExtendedVue; export type PhCornersIn = ExtendedVue; export type PhCornersOut = ExtendedVue; export type PhCpu = ExtendedVue; export type PhCreditCard = ExtendedVue; export type PhCrop = ExtendedVue; export type PhCrosshair = ExtendedVue; export type PhCrosshairSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCrown = ExtendedVue; export type PhCrownSimple = ExtendedVue; export type PhCube = ExtendedVue; export type PhCurrencyBtc = ExtendedVue; export type PhCurrencyCircleDollar = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCurrencyCny = ExtendedVue; export type PhCurrencyDollar = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCurrencyDollarSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhCurrencyEth = ExtendedVue; export type PhCurrencyEur = ExtendedVue; export type PhCurrencyGbp = ExtendedVue; export type PhCurrencyInr = ExtendedVue; export type PhCurrencyJpy = ExtendedVue; export type PhCurrencyKrw = ExtendedVue; export type PhCurrencyKzt = ExtendedVue; export type PhCurrencyNgn = ExtendedVue; export type PhCurrencyRub = ExtendedVue; export type PhCursor = ExtendedVue; export type PhCursorText = ExtendedVue; export type PhCylinder = ExtendedVue; export type PhDatabase = ExtendedVue; export type PhDesktop = ExtendedVue; export type PhDesktopTower = ExtendedVue; export type PhDetective = ExtendedVue; export type PhDeviceMobile = ExtendedVue; export type PhDeviceMobileCamera = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhDeviceMobileSpeaker = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhDeviceTablet = ExtendedVue; export type PhDeviceTabletCamera = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhDeviceTabletSpeaker = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhDiamond = ExtendedVue; export type PhDiamondsFour = ExtendedVue; export type PhDiceFive = ExtendedVue; export type PhDiceFour = ExtendedVue; export type PhDiceOne = ExtendedVue; export type PhDiceSix = ExtendedVue; export type PhDiceThree = ExtendedVue; export type PhDiceTwo = ExtendedVue; export type PhDisc = ExtendedVue; export type PhDiscordLogo = ExtendedVue; export type PhDivide = ExtendedVue; export type PhDog = ExtendedVue; export type PhDoor = ExtendedVue; export type PhDotsNine = ExtendedVue; export type PhDotsSix = ExtendedVue; export type PhDotsSixVertical = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhDotsThree = ExtendedVue; export type PhDotsThreeCircle = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhDotsThreeCircleVertical = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhDotsThreeOutline = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhDotsThreeOutlineVertical = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhDotsThreeVertical = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhDownload = ExtendedVue; export type PhDownloadSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhDribbbleLogo = ExtendedVue; export type PhDrop = ExtendedVue; export type PhDropHalf = ExtendedVue; export type PhDropHalfBottom = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhEar = ExtendedVue; export type PhEarSlash = ExtendedVue; export type PhEgg = ExtendedVue; export type PhEggCrack = ExtendedVue; export type PhEject = ExtendedVue; export type PhEjectSimple = ExtendedVue; export type PhEnvelope = ExtendedVue; export type PhEnvelopeOpen = ExtendedVue; export type PhEnvelopeSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhEnvelopeSimpleOpen = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhEqualizer = ExtendedVue; export type PhEquals = ExtendedVue; export type PhEraser = ExtendedVue; export type PhExam = ExtendedVue; export type PhExport = ExtendedVue; export type PhEye = ExtendedVue; export type PhEyeClosed = ExtendedVue; export type PhEyeSlash = ExtendedVue; export type PhEyedropper = ExtendedVue; export type PhEyedropperSample = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhEyeglasses = ExtendedVue; export type PhFaceMask = ExtendedVue; export type PhFacebookLogo = ExtendedVue; export type PhFactory = ExtendedVue; export type PhFaders = ExtendedVue; export type PhFadersHorizontal = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhFastForward = ExtendedVue; export type PhFastForwardCircle = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhFigmaLogo = ExtendedVue; export type PhFile = ExtendedVue; export type PhFileArrowDown = ExtendedVue; export type PhFileArrowUp = ExtendedVue; export type PhFileAudio = ExtendedVue; export type PhFileCloud = ExtendedVue; export type PhFileCode = ExtendedVue; export type PhFileCss = ExtendedVue; export type PhFileCsv = ExtendedVue; export type PhFileDoc = ExtendedVue; export type PhFileDotted = ExtendedVue; export type PhFileHtml = ExtendedVue; export type PhFileImage = ExtendedVue; export type PhFileJpg = ExtendedVue; export type PhFileJs = ExtendedVue; export type PhFileJsx = ExtendedVue; export type PhFileLock = ExtendedVue; export type PhFileMinus = ExtendedVue; export type PhFilePdf = ExtendedVue; export type PhFilePlus = ExtendedVue; export type PhFilePng = ExtendedVue; export type PhFilePpt = ExtendedVue; export type PhFileRs = ExtendedVue; export type PhFileSearch = ExtendedVue; export type PhFileText = ExtendedVue; export type PhFileTs = ExtendedVue; export type PhFileTsx = ExtendedVue; export type PhFileVideo = ExtendedVue; export type PhFileVue = ExtendedVue; export type PhFileX = ExtendedVue; export type PhFileXls = ExtendedVue; export type PhFileZip = ExtendedVue; export type PhFiles = ExtendedVue; export type PhFilmScript = ExtendedVue; export type PhFilmSlate = ExtendedVue; export type PhFilmStrip = ExtendedVue; export type PhFingerprint = ExtendedVue; export type PhFingerprintSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhFinnTheHuman = ExtendedVue; export type PhFire = ExtendedVue; export type PhFireSimple = ExtendedVue; export type PhFirstAid = ExtendedVue; export type PhFirstAidKit = ExtendedVue; export type PhFish = ExtendedVue; export type PhFishSimple = ExtendedVue; export type PhFlag = ExtendedVue; export type PhFlagBanner = ExtendedVue; export type PhFlagCheckered = ExtendedVue; export type PhFlame = ExtendedVue; export type PhFlashlight = ExtendedVue; export type PhFlask = ExtendedVue; export type PhFloppyDisk = ExtendedVue; export type PhFloppyDiskBack = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhFlowArrow = ExtendedVue; export type PhFlower = ExtendedVue; export type PhFlowerLotus = ExtendedVue; export type PhFlyingSaucer = ExtendedVue; export type PhFolder = ExtendedVue; export type PhFolderDotted = ExtendedVue; export type PhFolderLock = ExtendedVue; export type PhFolderMinus = ExtendedVue; export type PhFolderNotch = ExtendedVue; export type PhFolderNotchMinus = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhFolderNotchOpen = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhFolderNotchPlus = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhFolderOpen = ExtendedVue; export type PhFolderPlus = ExtendedVue; export type PhFolderSimple = ExtendedVue; export type PhFolderSimpleDotted = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhFolderSimpleLock = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhFolderSimpleMinus = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhFolderSimplePlus = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhFolderSimpleStar = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhFolderSimpleUser = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhFolderStar = ExtendedVue; export type PhFolderUser = ExtendedVue; export type PhFolders = ExtendedVue; export type PhFootball = ExtendedVue; export type PhForkKnife = ExtendedVue; export type PhFrameCorners = ExtendedVue; export type PhFramerLogo = ExtendedVue; export type PhFunction = ExtendedVue; export type PhFunnel = ExtendedVue; export type PhFunnelSimple = ExtendedVue; export type PhGameController = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhGasPump = ExtendedVue; export type PhGauge = ExtendedVue; export type PhGear = ExtendedVue; export type PhGearSix = ExtendedVue; export type PhGenderFemale = ExtendedVue; export type PhGenderIntersex = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhGenderMale = ExtendedVue; export type PhGenderNeuter = ExtendedVue; export type PhGenderNonbinary = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhGenderTransgender = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhGhost = ExtendedVue; export type PhGif = ExtendedVue; export type PhGift = ExtendedVue; export type PhGitBranch = ExtendedVue; export type PhGitCommit = ExtendedVue; export type PhGitDiff = ExtendedVue; export type PhGitFork = ExtendedVue; export type PhGitMerge = ExtendedVue; export type PhGitPullRequest = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhGithubLogo = ExtendedVue; export type PhGitlabLogo = ExtendedVue; export type PhGitlabLogoSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhGlobe = ExtendedVue; export type PhGlobeHemisphereEast = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhGlobeHemisphereWest = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhGlobeSimple = ExtendedVue; export type PhGlobeStand = ExtendedVue; export type PhGoogleChromeLogo = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhGoogleLogo = ExtendedVue; export type PhGooglePhotosLogo = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhGooglePlayLogo = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhGooglePodcastsLogo = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhGradient = ExtendedVue; export type PhGraduationCap = ExtendedVue; export type PhGraph = ExtendedVue; export type PhGridFour = ExtendedVue; export type PhHamburger = ExtendedVue; export type PhHand = ExtendedVue; export type PhHandEye = ExtendedVue; export type PhHandFist = ExtendedVue; export type PhHandGrabbing = ExtendedVue; export type PhHandPalm = ExtendedVue; export type PhHandPointing = ExtendedVue; export type PhHandSoap = ExtendedVue; export type PhHandWaving = ExtendedVue; export type PhHandbag = ExtendedVue; export type PhHandbagSimple = ExtendedVue; export type PhHandsClapping = ExtendedVue; export type PhHandshake = ExtendedVue; export type PhHardDrive = ExtendedVue; export type PhHardDrives = ExtendedVue; export type PhHash = ExtendedVue; export type PhHashStraight = ExtendedVue; export type PhHeadlights = ExtendedVue; export type PhHeadphones = ExtendedVue; export type PhHeadset = ExtendedVue; export type PhHeart = ExtendedVue; export type PhHeartBreak = ExtendedVue; export type PhHeartStraight = ExtendedVue; export type PhHeartStraightBreak = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhHeartbeat = ExtendedVue; export type PhHexagon = ExtendedVue; export type PhHighlighterCircle = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhHorse = ExtendedVue; export type PhHourglass = ExtendedVue; export type PhHourglassHigh = ExtendedVue; export type PhHourglassLow = ExtendedVue; export type PhHourglassMedium = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhHourglassSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhHourglassSimpleHigh = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhHourglassSimpleLow = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhHourglassSimpleMedium = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhHouse = ExtendedVue; export type PhHouseLine = ExtendedVue; export type PhHouseSimple = ExtendedVue; export type PhIdentificationBadge = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhIdentificationCard = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhImage = ExtendedVue; export type PhImageSquare = ExtendedVue; export type PhInfinity = ExtendedVue; export type PhInfo = ExtendedVue; export type PhInstagramLogo = ExtendedVue; export type PhIntersect = ExtendedVue; export type PhJeep = ExtendedVue; export type PhKanban = ExtendedVue; export type PhKey = ExtendedVue; export type PhKeyReturn = ExtendedVue; export type PhKeyboard = ExtendedVue; export type PhKeyhole = ExtendedVue; export type PhKnife = ExtendedVue; export type PhLadder = ExtendedVue; export type PhLadderSimple = ExtendedVue; export type PhLamp = ExtendedVue; export type PhLaptop = ExtendedVue; export type PhLayout = ExtendedVue; export type PhLeaf = ExtendedVue; export type PhLifebuoy = ExtendedVue; export type PhLightbulb = ExtendedVue; export type PhLightbulbFilament = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhLightning = ExtendedVue; export type PhLightningSlash = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhLineSegment = ExtendedVue; export type PhLineSegments = ExtendedVue; export type PhLink = ExtendedVue; export type PhLinkBreak = ExtendedVue; export type PhLinkSimple = ExtendedVue; export type PhLinkSimpleBreak = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhLinkSimpleHorizontal = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhLinkSimpleHorizontalBreak = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhLinkedinLogo = ExtendedVue; export type PhLinuxLogo = ExtendedVue; export type PhList = ExtendedVue; export type PhListBullets = ExtendedVue; export type PhListChecks = ExtendedVue; export type PhListDashes = ExtendedVue; export type PhListNumbers = ExtendedVue; export type PhListPlus = ExtendedVue; export type PhLock = ExtendedVue; export type PhLockKey = ExtendedVue; export type PhLockKeyOpen = ExtendedVue; export type PhLockLaminated = ExtendedVue; export type PhLockLaminatedOpen = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhLockOpen = ExtendedVue; export type PhLockSimple = ExtendedVue; export type PhLockSimpleOpen = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhMagicWand = ExtendedVue; export type PhMagnet = ExtendedVue; export type PhMagnetStraight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhMagnifyingGlass = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhMagnifyingGlassMinus = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhMagnifyingGlassPlus = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhMapPin = ExtendedVue; export type PhMapPinLine = ExtendedVue; export type PhMapTrifold = ExtendedVue; export type PhMarkerCircle = ExtendedVue; export type PhMartini = ExtendedVue; export type PhMaskHappy = ExtendedVue; export type PhMaskSad = ExtendedVue; export type PhMathOperations = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhMedal = ExtendedVue; export type PhMediumLogo = ExtendedVue; export type PhMegaphone = ExtendedVue; export type PhMegaphoneSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhMessengerLogo = ExtendedVue; export type PhMicrophone = ExtendedVue; export type PhMicrophoneSlash = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhMicrophoneStage = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhMicrosoftExcelLogo = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhMicrosoftPowerpointLogo = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhMicrosoftTeamsLogo = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhMicrosoftWordLogo = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhMinus = ExtendedVue; export type PhMinusCircle = ExtendedVue; export type PhMoney = ExtendedVue; export type PhMonitor = ExtendedVue; export type PhMonitorPlay = ExtendedVue; export type PhMoon = ExtendedVue; export type PhMoonStars = ExtendedVue; export type PhMountains = ExtendedVue; export type PhMouse = ExtendedVue; export type PhMouseSimple = ExtendedVue; export type PhMusicNote = ExtendedVue; export type PhMusicNoteSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhMusicNotes = ExtendedVue; export type PhMusicNotesPlus = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhMusicNotesSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNavigationArrow = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNeedle = ExtendedVue; export type PhNewspaper = ExtendedVue; export type PhNewspaperClipping = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNote = ExtendedVue; export type PhNoteBlank = ExtendedVue; export type PhNotePencil = ExtendedVue; export type PhNotebook = ExtendedVue; export type PhNotepad = ExtendedVue; export type PhNotification = ExtendedVue; export type PhNumberCircleEight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberCircleFive = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberCircleFour = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberCircleNine = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberCircleOne = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberCircleSeven = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberCircleSix = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberCircleThree = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberCircleTwo = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberCircleZero = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberEight = ExtendedVue; export type PhNumberFive = ExtendedVue; export type PhNumberFour = ExtendedVue; export type PhNumberNine = ExtendedVue; export type PhNumberOne = ExtendedVue; export type PhNumberSeven = ExtendedVue; export type PhNumberSix = ExtendedVue; export type PhNumberSquareEight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberSquareFive = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberSquareFour = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberSquareNine = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberSquareOne = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberSquareSeven = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberSquareSix = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberSquareThree = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberSquareTwo = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberSquareZero = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhNumberThree = ExtendedVue; export type PhNumberTwo = ExtendedVue; export type PhNumberZero = ExtendedVue; export type PhNut = ExtendedVue; export type PhNyTimesLogo = ExtendedVue; export type PhOctagon = ExtendedVue; export type PhOption = ExtendedVue; export type PhPackage = ExtendedVue; export type PhPaintBrush = ExtendedVue; export type PhPaintBrushBroad = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhPaintBrushHousehold = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhPaintBucket = ExtendedVue; export type PhPaintRoller = ExtendedVue; export type PhPalette = ExtendedVue; export type PhPaperPlane = ExtendedVue; export type PhPaperPlaneRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhPaperPlaneTilt = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhPaperclip = ExtendedVue; export type PhPaperclipHorizontal = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhParachute = ExtendedVue; export type PhPassword = ExtendedVue; export type PhPath = ExtendedVue; export type PhPause = ExtendedVue; export type PhPauseCircle = ExtendedVue; export type PhPawPrint = ExtendedVue; export type PhPeace = ExtendedVue; export type PhPen = ExtendedVue; export type PhPenNib = ExtendedVue; export type PhPenNibStraight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhPencil = ExtendedVue; export type PhPencilCircle = ExtendedVue; export type PhPencilLine = ExtendedVue; export type PhPencilSimple = ExtendedVue; export type PhPencilSimpleLine = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhPercent = ExtendedVue; export type PhPerson = ExtendedVue; export type PhPersonSimple = ExtendedVue; export type PhPersonSimpleRun = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhPersonSimpleWalk = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhPerspective = ExtendedVue; export type PhPhone = ExtendedVue; export type PhPhoneCall = ExtendedVue; export type PhPhoneDisconnect = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhPhoneIncoming = ExtendedVue; export type PhPhoneOutgoing = ExtendedVue; export type PhPhoneSlash = ExtendedVue; export type PhPhoneX = ExtendedVue; export type PhPhosphorLogo = ExtendedVue; export type PhPianoKeys = ExtendedVue; export type PhPictureInPicture = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhPill = ExtendedVue; export type PhPinterestLogo = ExtendedVue; export type PhPinwheel = ExtendedVue; export type PhPizza = ExtendedVue; export type PhPlaceholder = ExtendedVue; export type PhPlanet = ExtendedVue; export type PhPlay = ExtendedVue; export type PhPlayCircle = ExtendedVue; export type PhPlaylist = ExtendedVue; export type PhPlug = ExtendedVue; export type PhPlugs = ExtendedVue; export type PhPlugsConnected = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhPlus = ExtendedVue; export type PhPlusCircle = ExtendedVue; export type PhPlusMinus = ExtendedVue; export type PhPokerChip = ExtendedVue; export type PhPoliceCar = ExtendedVue; export type PhPolygon = ExtendedVue; export type PhPopcorn = ExtendedVue; export type PhPower = ExtendedVue; export type PhPrescription = ExtendedVue; export type PhPresentation = ExtendedVue; export type PhPresentationChart = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhPrinter = ExtendedVue; export type PhProhibit = ExtendedVue; export type PhProhibitInset = ExtendedVue; export type PhProjectorScreen = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhProjectorScreenChart = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhPushPin = ExtendedVue; export type PhPushPinSimple = ExtendedVue; export type PhPushPinSimpleSlash = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhPushPinSlash = ExtendedVue; export type PhPuzzlePiece = ExtendedVue; export type PhQrCode = ExtendedVue; export type PhQuestion = ExtendedVue; export type PhQueue = ExtendedVue; export type PhQuotes = ExtendedVue; export type PhRadical = ExtendedVue; export type PhRadio = ExtendedVue; export type PhRadioButton = ExtendedVue; export type PhRainbow = ExtendedVue; export type PhRainbowCloud = ExtendedVue; export type PhReceipt = ExtendedVue; export type PhRecord = ExtendedVue; export type PhRectangle = ExtendedVue; export type PhRecycle = ExtendedVue; export type PhRedditLogo = ExtendedVue; export type PhRepeat = ExtendedVue; export type PhRepeatOnce = ExtendedVue; export type PhRewind = ExtendedVue; export type PhRewindCircle = ExtendedVue; export type PhRobot = ExtendedVue; export type PhRocket = ExtendedVue; export type PhRocketLaunch = ExtendedVue; export type PhRows = ExtendedVue; export type PhRss = ExtendedVue; export type PhRssSimple = ExtendedVue; export type PhRug = ExtendedVue; export type PhRuler = ExtendedVue; export type PhScales = ExtendedVue; export type PhScan = ExtendedVue; export type PhScissors = ExtendedVue; export type PhScreencast = ExtendedVue; export type PhScribbleLoop = ExtendedVue; export type PhScroll = ExtendedVue; export type PhSelection = ExtendedVue; export type PhSelectionAll = ExtendedVue; export type PhSelectionBackground = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhSelectionForeground = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhSelectionInverse = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhSelectionPlus = ExtendedVue; export type PhSelectionSlash = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhShare = ExtendedVue; export type PhShareNetwork = ExtendedVue; export type PhShield = ExtendedVue; export type PhShieldCheck = ExtendedVue; export type PhShieldCheckered = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhShieldChevron = ExtendedVue; export type PhShieldPlus = ExtendedVue; export type PhShieldSlash = ExtendedVue; export type PhShieldStar = ExtendedVue; export type PhShieldWarning = ExtendedVue; export type PhShoppingBag = ExtendedVue; export type PhShoppingBagOpen = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhShoppingCart = ExtendedVue; export type PhShoppingCartSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhShower = ExtendedVue; export type PhShuffle = ExtendedVue; export type PhShuffleAngular = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhShuffleSimple = ExtendedVue; export type PhSidebar = ExtendedVue; export type PhSidebarSimple = ExtendedVue; export type PhSignIn = ExtendedVue; export type PhSignOut = ExtendedVue; export type PhSignpost = ExtendedVue; export type PhSimCard = ExtendedVue; export type PhSketchLogo = ExtendedVue; export type PhSkipBack = ExtendedVue; export type PhSkipBackCircle = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhSkipForward = ExtendedVue; export type PhSkipForwardCircle = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhSkull = ExtendedVue; export type PhSlackLogo = ExtendedVue; export type PhSliders = ExtendedVue; export type PhSlidersHorizontal = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhSmiley = ExtendedVue; export type PhSmileyBlank = ExtendedVue; export type PhSmileyMeh = ExtendedVue; export type PhSmileyNervous = ExtendedVue; export type PhSmileySad = ExtendedVue; export type PhSmileySticker = ExtendedVue; export type PhSmileyWink = ExtendedVue; export type PhSmileyXEyes = ExtendedVue; export type PhSnapchatLogo = ExtendedVue; export type PhSnowflake = ExtendedVue; export type PhSoccerBall = ExtendedVue; export type PhSortAscending = ExtendedVue; export type PhSortDescending = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhSpade = ExtendedVue; export type PhSparkle = ExtendedVue; export type PhSpeakerHigh = ExtendedVue; export type PhSpeakerLow = ExtendedVue; export type PhSpeakerNone = ExtendedVue; export type PhSpeakerSimpleHigh = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhSpeakerSimpleLow = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhSpeakerSimpleNone = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhSpeakerSimpleSlash = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhSpeakerSimpleX = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhSpeakerSlash = ExtendedVue; export type PhSpeakerX = ExtendedVue; export type PhSpinner = ExtendedVue; export type PhSpinnerGap = ExtendedVue; export type PhSpiral = ExtendedVue; export type PhSpotifyLogo = ExtendedVue; export type PhSquare = ExtendedVue; export type PhSquareHalf = ExtendedVue; export type PhSquareHalfBottom = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhSquareLogo = ExtendedVue; export type PhSquaresFour = ExtendedVue; export type PhStack = ExtendedVue; export type PhStackOverflowLogo = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhStackSimple = ExtendedVue; export type PhStamp = ExtendedVue; export type PhStar = ExtendedVue; export type PhStarFour = ExtendedVue; export type PhStarHalf = ExtendedVue; export type PhSticker = ExtendedVue; export type PhStop = ExtendedVue; export type PhStopCircle = ExtendedVue; export type PhStorefront = ExtendedVue; export type PhStrategy = ExtendedVue; export type PhStripeLogo = ExtendedVue; export type PhStudent = ExtendedVue; export type PhSuitcase = ExtendedVue; export type PhSuitcaseSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhSun = ExtendedVue; export type PhSunDim = ExtendedVue; export type PhSunHorizon = ExtendedVue; export type PhSunglasses = ExtendedVue; export type PhSwap = ExtendedVue; export type PhSwatches = ExtendedVue; export type PhSword = ExtendedVue; export type PhSyringe = ExtendedVue; export type PhTShirt = ExtendedVue; export type PhTable = ExtendedVue; export type PhTabs = ExtendedVue; export type PhTag = ExtendedVue; export type PhTagChevron = ExtendedVue; export type PhTagSimple = ExtendedVue; export type PhTarget = ExtendedVue; export type PhTaxi = ExtendedVue; export type PhTelegramLogo = ExtendedVue; export type PhTelevision = ExtendedVue; export type PhTelevisionSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhTennisBall = ExtendedVue; export type PhTerminal = ExtendedVue; export type PhTerminalWindow = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhTestTube = ExtendedVue; export type PhTextAa = ExtendedVue; export type PhTextAlignCenter = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhTextAlignJustify = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhTextAlignLeft = ExtendedVue; export type PhTextAlignRight = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhTextBolder = ExtendedVue; export type PhTextH = ExtendedVue; export type PhTextHFive = ExtendedVue; export type PhTextHFour = ExtendedVue; export type PhTextHOne = ExtendedVue; export type PhTextHSix = ExtendedVue; export type PhTextHThree = ExtendedVue; export type PhTextHTwo = ExtendedVue; export type PhTextIndent = ExtendedVue; export type PhTextItalic = ExtendedVue; export type PhTextOutdent = ExtendedVue; export type PhTextStrikethrough = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhTextT = ExtendedVue; export type PhTextUnderline = ExtendedVue; export type PhTextbox = ExtendedVue; export type PhThermometer = ExtendedVue; export type PhThermometerCold = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhThermometerHot = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhThermometerSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhThumbsDown = ExtendedVue; export type PhThumbsUp = ExtendedVue; export type PhTicket = ExtendedVue; export type PhTiktokLogo = ExtendedVue; export type PhTimer = ExtendedVue; export type PhToggleLeft = ExtendedVue; export type PhToggleRight = ExtendedVue; export type PhToilet = ExtendedVue; export type PhToiletPaper = ExtendedVue; export type PhTote = ExtendedVue; export type PhToteSimple = ExtendedVue; export type PhTrademarkRegistered = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhTrafficCone = ExtendedVue; export type PhTrafficSign = ExtendedVue; export type PhTrafficSignal = ExtendedVue; export type PhTrain = ExtendedVue; export type PhTrainRegional = ExtendedVue; export type PhTrainSimple = ExtendedVue; export type PhTranslate = ExtendedVue; export type PhTrash = ExtendedVue; export type PhTrashSimple = ExtendedVue; export type PhTray = ExtendedVue; export type PhTree = ExtendedVue; export type PhTreeEvergreen = ExtendedVue; export type PhTreeStructure = ExtendedVue; export type PhTrendDown = ExtendedVue; export type PhTrendUp = ExtendedVue; export type PhTriangle = ExtendedVue; export type PhTrophy = ExtendedVue; export type PhTruck = ExtendedVue; export type PhTwitchLogo = ExtendedVue; export type PhTwitterLogo = ExtendedVue; export type PhUmbrella = ExtendedVue; export type PhUmbrellaSimple = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhUpload = ExtendedVue; export type PhUploadSimple = ExtendedVue; export type PhUser = ExtendedVue; export type PhUserCircle = ExtendedVue; export type PhUserCircleGear = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhUserCircleMinus = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhUserCirclePlus = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhUserFocus = ExtendedVue; export type PhUserGear = ExtendedVue; export type PhUserList = ExtendedVue; export type PhUserMinus = ExtendedVue; export type PhUserPlus = ExtendedVue; export type PhUserRectangle = ExtendedVue; export type PhUserSquare = ExtendedVue; export type PhUserSwitch = ExtendedVue; export type PhUsers = ExtendedVue; export type PhUsersFour = ExtendedVue; export type PhUsersThree = ExtendedVue; export type PhVault = ExtendedVue; export type PhVibrate = ExtendedVue; export type PhVideoCamera = ExtendedVue; export type PhVideoCameraSlash = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhVignette = ExtendedVue; export type PhVoicemail = ExtendedVue; export type PhVolleyball = ExtendedVue; export type PhWall = ExtendedVue; export type PhWallet = ExtendedVue; export type PhWarning = ExtendedVue; export type PhWarningCircle = ExtendedVue; export type PhWarningOctagon = ExtendedVue< Vue, {}, {}, IconComputed, IconProps >; export type PhWatch = ExtendedVue; export type PhWaveSawtooth = ExtendedVue; export type PhWaveSine = ExtendedVue; export type PhWaveSquare = ExtendedVue; export type PhWaveTriangle = ExtendedVue; export type PhWaves = ExtendedVue; export type PhWebcam = ExtendedVue; export type PhWhatsappLogo = ExtendedVue; export type PhWheelchair = ExtendedVue; export type PhWifiHigh = ExtendedVue; export type PhWifiLow = ExtendedVue; export type PhWifiMedium = ExtendedVue; export type PhWifiNone = ExtendedVue; export type PhWifiSlash = ExtendedVue; export type PhWifiX = ExtendedVue; export type PhWind = ExtendedVue; export type PhWindowsLogo = ExtendedVue; export type PhWine = ExtendedVue; export type PhWrench = ExtendedVue; export type PhX = ExtendedVue; export type PhXCircle = ExtendedVue; export type PhXSquare = ExtendedVue; export type PhYinYang = ExtendedVue; export type PhYoutubeLogo = ExtendedVue;