gd-bs 5.3.7 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/bs.js +1 -0
- package/build/components/accordion/index.js +76 -0
- package/build/components/accordion/item.js +163 -0
- package/build/components/accordion/templates.js +7 -0
- package/build/components/alert/index.js +142 -0
- package/build/components/alert/templates.js +4 -0
- package/build/components/badge/index.js +90 -0
- package/build/components/badge/templates.js +7 -0
- package/build/components/base.js +88 -0
- package/build/components/breadcrumb/index.js +127 -0
- package/build/components/breadcrumb/item.js +84 -0
- package/build/components/breadcrumb/templates.js +9 -0
- package/build/components/button/index.js +206 -0
- package/build/components/button/templates.js +9 -0
- package/build/components/buttonGroup/index.js +86 -0
- package/build/components/buttonGroup/templates.js +4 -0
- package/build/components/card/action.js +59 -0
- package/build/components/card/index.js +134 -0
- package/build/components/card/item.js +110 -0
- package/build/components/card/templates.js +9 -0
- package/build/components/cardGroup/index.js +47 -0
- package/build/components/cardGroup/templates.js +4 -0
- package/build/components/carousel/index.js +352 -0
- package/build/components/carousel/item.js +64 -0
- package/build/components/carousel/templates.js +7 -0
- package/build/components/checkboxGroup/index.js +199 -0
- package/build/components/checkboxGroup/item.js +152 -0
- package/build/components/checkboxGroup/templates.js +11 -0
- package/build/components/classNames.js +27 -0
- package/build/components/collapse/index.js +101 -0
- package/build/components/collapse/templates.js +4 -0
- package/build/components/common.js +71 -0
- package/build/components/dropdown/formItem.js +106 -0
- package/build/components/dropdown/index.js +572 -0
- package/build/components/dropdown/item.js +171 -0
- package/build/components/dropdown/templates.js +11 -0
- package/build/components/form/control.js +659 -0
- package/build/components/form/custom.js +17 -0
- package/build/components/form/group.js +135 -0
- package/build/components/form/index.js +210 -0
- package/build/components/form/row.js +115 -0
- package/build/components/form/templates.js +9 -0
- package/build/components/form/types.js +36 -0
- package/build/components/index.js +43 -0
- package/build/components/inputGroup/index.js +289 -0
- package/build/components/inputGroup/templates.js +4 -0
- package/build/components/jumbotron/index.js +75 -0
- package/build/components/jumbotron/templates.js +4 -0
- package/build/components/listBox/index.js +288 -0
- package/build/components/listBox/templates.js +5 -0
- package/build/components/listGroup/index.js +156 -0
- package/build/components/listGroup/item.js +140 -0
- package/build/components/listGroup/templates.js +13 -0
- package/build/components/modal/index.js +359 -0
- package/build/components/modal/templates.js +4 -0
- package/build/components/nav/index.js +157 -0
- package/build/components/nav/link.js +142 -0
- package/build/components/nav/templates.js +13 -0
- package/build/components/navbar/index.js +301 -0
- package/build/components/navbar/item.js +126 -0
- package/build/components/navbar/templates.js +9 -0
- package/build/components/offcanvas/index.js +252 -0
- package/build/components/offcanvas/templates.js +4 -0
- package/build/components/pagination/index.js +197 -0
- package/build/components/pagination/templates.js +7 -0
- package/build/components/popover/index.js +312 -0
- package/build/components/progress/index.js +101 -0
- package/build/components/progress/templates.js +4 -0
- package/build/components/progressGroup/index.js +47 -0
- package/build/components/progressGroup/templates.js +4 -0
- package/build/components/spinner/index.js +87 -0
- package/build/components/spinner/templates.js +4 -0
- package/build/components/table/index.js +152 -0
- package/build/components/table/templates.js +4 -0
- package/build/components/toast/index.js +184 -0
- package/build/components/toast/templates.js +4 -0
- package/build/components/toolbar/index.js +67 -0
- package/build/components/toolbar/templates.js +4 -0
- package/build/components/tooltip/index.js +366 -0
- package/build/components/tooltipGroup/index.js +93 -0
- package/build/components/tooltipGroup/templates.js +4 -0
- package/build/icons/generate.js +32 -0
- package/build/icons/iconTypes.js +1675 -0
- package/build/icons/index.js +5026 -0
- package/build/icons/svgs/_123.js +8 -0
- package/build/icons/svgs/activity.js +8 -0
- package/build/icons/svgs/alarm.js +8 -0
- package/build/icons/svgs/alarmFill.js +8 -0
- package/build/icons/svgs/alignBottom.js +8 -0
- package/build/icons/svgs/alignCenter.js +8 -0
- package/build/icons/svgs/alignEnd.js +8 -0
- package/build/icons/svgs/alignMiddle.js +8 -0
- package/build/icons/svgs/alignStart.js +8 -0
- package/build/icons/svgs/alignTop.js +8 -0
- package/build/icons/svgs/alt.js +8 -0
- package/build/icons/svgs/app.js +8 -0
- package/build/icons/svgs/appIndicator.js +8 -0
- package/build/icons/svgs/appWindow.js +8 -0
- package/build/icons/svgs/apple.js +8 -0
- package/build/icons/svgs/archive.js +8 -0
- package/build/icons/svgs/archiveFill.js +8 -0
- package/build/icons/svgs/arrow90degDown.js +8 -0
- package/build/icons/svgs/arrow90degLeft.js +8 -0
- package/build/icons/svgs/arrow90degRight.js +8 -0
- package/build/icons/svgs/arrow90degUp.js +8 -0
- package/build/icons/svgs/arrowBarDown.js +8 -0
- package/build/icons/svgs/arrowBarLeft.js +8 -0
- package/build/icons/svgs/arrowBarRight.js +8 -0
- package/build/icons/svgs/arrowBarUp.js +8 -0
- package/build/icons/svgs/arrowClockwise.js +8 -0
- package/build/icons/svgs/arrowCounterclockwise.js +8 -0
- package/build/icons/svgs/arrowDown.js +8 -0
- package/build/icons/svgs/arrowDownCircle.js +8 -0
- package/build/icons/svgs/arrowDownCircleFill.js +8 -0
- package/build/icons/svgs/arrowDownLeft.js +8 -0
- package/build/icons/svgs/arrowDownLeftCircle.js +8 -0
- package/build/icons/svgs/arrowDownLeftCircleFill.js +8 -0
- package/build/icons/svgs/arrowDownLeftSquare.js +8 -0
- package/build/icons/svgs/arrowDownLeftSquareFill.js +8 -0
- package/build/icons/svgs/arrowDownRight.js +8 -0
- package/build/icons/svgs/arrowDownRightCircle.js +8 -0
- package/build/icons/svgs/arrowDownRightCircleFill.js +8 -0
- package/build/icons/svgs/arrowDownRightSquare.js +8 -0
- package/build/icons/svgs/arrowDownRightSquareFill.js +8 -0
- package/build/icons/svgs/arrowDownShort.js +8 -0
- package/build/icons/svgs/arrowDownSquare.js +8 -0
- package/build/icons/svgs/arrowDownSquareFill.js +8 -0
- package/build/icons/svgs/arrowDownUp.js +8 -0
- package/build/icons/svgs/arrowLeft.js +8 -0
- package/build/icons/svgs/arrowLeftCircle.js +8 -0
- package/build/icons/svgs/arrowLeftCircleFill.js +8 -0
- package/build/icons/svgs/arrowLeftRight.js +8 -0
- package/build/icons/svgs/arrowLeftShort.js +8 -0
- package/build/icons/svgs/arrowLeftSquare.js +8 -0
- package/build/icons/svgs/arrowLeftSquareFill.js +8 -0
- package/build/icons/svgs/arrowRepeat.js +8 -0
- package/build/icons/svgs/arrowReturnLeft.js +8 -0
- package/build/icons/svgs/arrowReturnRight.js +8 -0
- package/build/icons/svgs/arrowRight.js +8 -0
- package/build/icons/svgs/arrowRightCircle.js +8 -0
- package/build/icons/svgs/arrowRightCircleFill.js +8 -0
- package/build/icons/svgs/arrowRightShort.js +8 -0
- package/build/icons/svgs/arrowRightSquare.js +8 -0
- package/build/icons/svgs/arrowRightSquareFill.js +8 -0
- package/build/icons/svgs/arrowThroughHeart.js +8 -0
- package/build/icons/svgs/arrowThroughHeartFill.js +8 -0
- package/build/icons/svgs/arrowUp.js +8 -0
- package/build/icons/svgs/arrowUpCircle.js +8 -0
- package/build/icons/svgs/arrowUpCircleFill.js +8 -0
- package/build/icons/svgs/arrowUpLeft.js +8 -0
- package/build/icons/svgs/arrowUpLeftCircle.js +8 -0
- package/build/icons/svgs/arrowUpLeftCircleFill.js +8 -0
- package/build/icons/svgs/arrowUpLeftSquare.js +8 -0
- package/build/icons/svgs/arrowUpLeftSquareFill.js +8 -0
- package/build/icons/svgs/arrowUpRight.js +8 -0
- package/build/icons/svgs/arrowUpRightCircle.js +8 -0
- package/build/icons/svgs/arrowUpRightCircleFill.js +8 -0
- package/build/icons/svgs/arrowUpRightSquare.js +8 -0
- package/build/icons/svgs/arrowUpRightSquareFill.js +8 -0
- package/build/icons/svgs/arrowUpShort.js +8 -0
- package/build/icons/svgs/arrowUpSquare.js +8 -0
- package/build/icons/svgs/arrowUpSquareFill.js +8 -0
- package/build/icons/svgs/arrowsAngleContract.js +8 -0
- package/build/icons/svgs/arrowsAngleExpand.js +8 -0
- package/build/icons/svgs/arrowsCollapse.js +8 -0
- package/build/icons/svgs/arrowsExpand.js +8 -0
- package/build/icons/svgs/arrowsFullscreen.js +8 -0
- package/build/icons/svgs/arrowsMove.js +8 -0
- package/build/icons/svgs/aspectRatio.js +8 -0
- package/build/icons/svgs/aspectRatioFill.js +8 -0
- package/build/icons/svgs/asterisk.js +8 -0
- package/build/icons/svgs/at.js +8 -0
- package/build/icons/svgs/award.js +8 -0
- package/build/icons/svgs/awardFill.js +8 -0
- package/build/icons/svgs/back.js +8 -0
- package/build/icons/svgs/backspace.js +8 -0
- package/build/icons/svgs/backspaceFill.js +8 -0
- package/build/icons/svgs/backspaceReverse.js +8 -0
- package/build/icons/svgs/backspaceReverseFill.js +8 -0
- package/build/icons/svgs/badge3d.js +8 -0
- package/build/icons/svgs/badge3dFill.js +8 -0
- package/build/icons/svgs/badge4k.js +8 -0
- package/build/icons/svgs/badge4kFill.js +8 -0
- package/build/icons/svgs/badge8k.js +8 -0
- package/build/icons/svgs/badge8kFill.js +8 -0
- package/build/icons/svgs/badgeAd.js +8 -0
- package/build/icons/svgs/badgeAdFill.js +8 -0
- package/build/icons/svgs/badgeAr.js +8 -0
- package/build/icons/svgs/badgeArFill.js +8 -0
- package/build/icons/svgs/badgeCc.js +8 -0
- package/build/icons/svgs/badgeCcFill.js +8 -0
- package/build/icons/svgs/badgeHd.js +8 -0
- package/build/icons/svgs/badgeHdFill.js +8 -0
- package/build/icons/svgs/badgeSd.js +8 -0
- package/build/icons/svgs/badgeSdFill.js +8 -0
- package/build/icons/svgs/badgeTm.js +8 -0
- package/build/icons/svgs/badgeTmFill.js +8 -0
- package/build/icons/svgs/badgeVo.js +8 -0
- package/build/icons/svgs/badgeVoFill.js +8 -0
- package/build/icons/svgs/badgeVr.js +8 -0
- package/build/icons/svgs/badgeVrFill.js +8 -0
- package/build/icons/svgs/badgeWc.js +8 -0
- package/build/icons/svgs/badgeWcFill.js +8 -0
- package/build/icons/svgs/bag.js +8 -0
- package/build/icons/svgs/bagCheck.js +8 -0
- package/build/icons/svgs/bagCheckFill.js +8 -0
- package/build/icons/svgs/bagDash.js +8 -0
- package/build/icons/svgs/bagDashFill.js +8 -0
- package/build/icons/svgs/bagFill.js +8 -0
- package/build/icons/svgs/bagHeart.js +8 -0
- package/build/icons/svgs/bagHeartFill.js +8 -0
- package/build/icons/svgs/bagPlus.js +8 -0
- package/build/icons/svgs/bagPlusFill.js +8 -0
- package/build/icons/svgs/bagX.js +8 -0
- package/build/icons/svgs/bagXFill.js +8 -0
- package/build/icons/svgs/balloon.js +8 -0
- package/build/icons/svgs/balloonFill.js +8 -0
- package/build/icons/svgs/balloonHeart.js +8 -0
- package/build/icons/svgs/balloonHeartFill.js +8 -0
- package/build/icons/svgs/bandaid.js +8 -0
- package/build/icons/svgs/bandaidFill.js +8 -0
- package/build/icons/svgs/bank.js +8 -0
- package/build/icons/svgs/bank2.js +8 -0
- package/build/icons/svgs/barChart.js +8 -0
- package/build/icons/svgs/barChartFill.js +8 -0
- package/build/icons/svgs/barChartLine.js +8 -0
- package/build/icons/svgs/barChartLineFill.js +8 -0
- package/build/icons/svgs/barChartSteps.js +8 -0
- package/build/icons/svgs/basket.js +8 -0
- package/build/icons/svgs/basket2.js +8 -0
- package/build/icons/svgs/basket2Fill.js +8 -0
- package/build/icons/svgs/basket3.js +8 -0
- package/build/icons/svgs/basket3Fill.js +8 -0
- package/build/icons/svgs/basketFill.js +8 -0
- package/build/icons/svgs/battery.js +8 -0
- package/build/icons/svgs/batteryCharging.js +8 -0
- package/build/icons/svgs/batteryFull.js +8 -0
- package/build/icons/svgs/batteryHalf.js +8 -0
- package/build/icons/svgs/behance.js +8 -0
- package/build/icons/svgs/bell.js +8 -0
- package/build/icons/svgs/bellFill.js +8 -0
- package/build/icons/svgs/bellSlash.js +8 -0
- package/build/icons/svgs/bellSlashFill.js +8 -0
- package/build/icons/svgs/bezier.js +8 -0
- package/build/icons/svgs/bezier2.js +8 -0
- package/build/icons/svgs/bicycle.js +8 -0
- package/build/icons/svgs/binoculars.js +8 -0
- package/build/icons/svgs/binocularsFill.js +8 -0
- package/build/icons/svgs/blockquoteLeft.js +8 -0
- package/build/icons/svgs/blockquoteRight.js +8 -0
- package/build/icons/svgs/bluetooth.js +8 -0
- package/build/icons/svgs/bodyText.js +8 -0
- package/build/icons/svgs/book.js +8 -0
- package/build/icons/svgs/bookFill.js +8 -0
- package/build/icons/svgs/bookHalf.js +8 -0
- package/build/icons/svgs/bookmark.js +8 -0
- package/build/icons/svgs/bookmarkCheck.js +8 -0
- package/build/icons/svgs/bookmarkCheckFill.js +8 -0
- package/build/icons/svgs/bookmarkDash.js +8 -0
- package/build/icons/svgs/bookmarkDashFill.js +8 -0
- package/build/icons/svgs/bookmarkFill.js +8 -0
- package/build/icons/svgs/bookmarkHeart.js +8 -0
- package/build/icons/svgs/bookmarkHeartFill.js +8 -0
- package/build/icons/svgs/bookmarkPlus.js +8 -0
- package/build/icons/svgs/bookmarkPlusFill.js +8 -0
- package/build/icons/svgs/bookmarkStar.js +8 -0
- package/build/icons/svgs/bookmarkStarFill.js +8 -0
- package/build/icons/svgs/bookmarkX.js +8 -0
- package/build/icons/svgs/bookmarkXFill.js +8 -0
- package/build/icons/svgs/bookmarks.js +8 -0
- package/build/icons/svgs/bookmarksFill.js +8 -0
- package/build/icons/svgs/bookshelf.js +8 -0
- package/build/icons/svgs/boombox.js +8 -0
- package/build/icons/svgs/boomboxFill.js +8 -0
- package/build/icons/svgs/bootstrap.js +8 -0
- package/build/icons/svgs/bootstrapFill.js +8 -0
- package/build/icons/svgs/bootstrapReboot.js +8 -0
- package/build/icons/svgs/border.js +8 -0
- package/build/icons/svgs/borderAll.js +8 -0
- package/build/icons/svgs/borderBottom.js +8 -0
- package/build/icons/svgs/borderCenter.js +8 -0
- package/build/icons/svgs/borderInner.js +8 -0
- package/build/icons/svgs/borderLeft.js +8 -0
- package/build/icons/svgs/borderMiddle.js +8 -0
- package/build/icons/svgs/borderOuter.js +8 -0
- package/build/icons/svgs/borderRight.js +8 -0
- package/build/icons/svgs/borderStyle.js +8 -0
- package/build/icons/svgs/borderTop.js +8 -0
- package/build/icons/svgs/borderWidth.js +8 -0
- package/build/icons/svgs/boundingBox.js +8 -0
- package/build/icons/svgs/boundingBoxCircles.js +8 -0
- package/build/icons/svgs/box.js +8 -0
- package/build/icons/svgs/box2.js +8 -0
- package/build/icons/svgs/box2Fill.js +8 -0
- package/build/icons/svgs/box2Heart.js +8 -0
- package/build/icons/svgs/box2HeartFill.js +8 -0
- package/build/icons/svgs/boxArrowDown.js +8 -0
- package/build/icons/svgs/boxArrowDownLeft.js +8 -0
- package/build/icons/svgs/boxArrowDownRight.js +8 -0
- package/build/icons/svgs/boxArrowInDown.js +8 -0
- package/build/icons/svgs/boxArrowInDownLeft.js +8 -0
- package/build/icons/svgs/boxArrowInDownRight.js +8 -0
- package/build/icons/svgs/boxArrowInLeft.js +8 -0
- package/build/icons/svgs/boxArrowInRight.js +8 -0
- package/build/icons/svgs/boxArrowInUp.js +8 -0
- package/build/icons/svgs/boxArrowInUpLeft.js +8 -0
- package/build/icons/svgs/boxArrowInUpRight.js +8 -0
- package/build/icons/svgs/boxArrowLeft.js +8 -0
- package/build/icons/svgs/boxArrowRight.js +8 -0
- package/build/icons/svgs/boxArrowUp.js +8 -0
- package/build/icons/svgs/boxArrowUpLeft.js +8 -0
- package/build/icons/svgs/boxArrowUpRight.js +8 -0
- package/build/icons/svgs/boxSeam.js +8 -0
- package/build/icons/svgs/boxes.js +8 -0
- package/build/icons/svgs/braces.js +8 -0
- package/build/icons/svgs/bracesAsterisk.js +8 -0
- package/build/icons/svgs/bricks.js +8 -0
- package/build/icons/svgs/briefcase.js +8 -0
- package/build/icons/svgs/briefcaseFill.js +8 -0
- package/build/icons/svgs/brightnessAltHigh.js +8 -0
- package/build/icons/svgs/brightnessAltHighFill.js +8 -0
- package/build/icons/svgs/brightnessAltLow.js +8 -0
- package/build/icons/svgs/brightnessAltLowFill.js +8 -0
- package/build/icons/svgs/brightnessHigh.js +8 -0
- package/build/icons/svgs/brightnessHighFill.js +8 -0
- package/build/icons/svgs/brightnessLow.js +8 -0
- package/build/icons/svgs/brightnessLowFill.js +8 -0
- package/build/icons/svgs/broadcast.js +8 -0
- package/build/icons/svgs/broadcastPin.js +8 -0
- package/build/icons/svgs/brush.js +8 -0
- package/build/icons/svgs/brushFill.js +8 -0
- package/build/icons/svgs/bucket.js +8 -0
- package/build/icons/svgs/bucketFill.js +8 -0
- package/build/icons/svgs/bug.js +8 -0
- package/build/icons/svgs/bugFill.js +8 -0
- package/build/icons/svgs/building.js +8 -0
- package/build/icons/svgs/bullseye.js +8 -0
- package/build/icons/svgs/calculator.js +8 -0
- package/build/icons/svgs/calculatorFill.js +8 -0
- package/build/icons/svgs/calendar.js +8 -0
- package/build/icons/svgs/calendar2.js +8 -0
- package/build/icons/svgs/calendar2Check.js +8 -0
- package/build/icons/svgs/calendar2CheckFill.js +8 -0
- package/build/icons/svgs/calendar2Date.js +8 -0
- package/build/icons/svgs/calendar2DateFill.js +8 -0
- package/build/icons/svgs/calendar2Day.js +8 -0
- package/build/icons/svgs/calendar2DayFill.js +8 -0
- package/build/icons/svgs/calendar2Event.js +8 -0
- package/build/icons/svgs/calendar2EventFill.js +8 -0
- package/build/icons/svgs/calendar2Fill.js +8 -0
- package/build/icons/svgs/calendar2Heart.js +8 -0
- package/build/icons/svgs/calendar2HeartFill.js +8 -0
- package/build/icons/svgs/calendar2Minus.js +8 -0
- package/build/icons/svgs/calendar2MinusFill.js +8 -0
- package/build/icons/svgs/calendar2Month.js +8 -0
- package/build/icons/svgs/calendar2MonthFill.js +8 -0
- package/build/icons/svgs/calendar2Plus.js +8 -0
- package/build/icons/svgs/calendar2PlusFill.js +8 -0
- package/build/icons/svgs/calendar2Range.js +8 -0
- package/build/icons/svgs/calendar2RangeFill.js +8 -0
- package/build/icons/svgs/calendar2Week.js +8 -0
- package/build/icons/svgs/calendar2WeekFill.js +8 -0
- package/build/icons/svgs/calendar2X.js +8 -0
- package/build/icons/svgs/calendar2XFill.js +8 -0
- package/build/icons/svgs/calendar3.js +8 -0
- package/build/icons/svgs/calendar3Event.js +8 -0
- package/build/icons/svgs/calendar3EventFill.js +8 -0
- package/build/icons/svgs/calendar3Fill.js +8 -0
- package/build/icons/svgs/calendar3Range.js +8 -0
- package/build/icons/svgs/calendar3RangeFill.js +8 -0
- package/build/icons/svgs/calendar3Week.js +8 -0
- package/build/icons/svgs/calendar3WeekFill.js +8 -0
- package/build/icons/svgs/calendar4.js +8 -0
- package/build/icons/svgs/calendar4Event.js +8 -0
- package/build/icons/svgs/calendar4Range.js +8 -0
- package/build/icons/svgs/calendar4Week.js +8 -0
- package/build/icons/svgs/calendarCheck.js +8 -0
- package/build/icons/svgs/calendarCheckFill.js +8 -0
- package/build/icons/svgs/calendarDate.js +8 -0
- package/build/icons/svgs/calendarDateFill.js +8 -0
- package/build/icons/svgs/calendarDay.js +8 -0
- package/build/icons/svgs/calendarDayFill.js +8 -0
- package/build/icons/svgs/calendarEvent.js +8 -0
- package/build/icons/svgs/calendarEventFill.js +8 -0
- package/build/icons/svgs/calendarFill.js +8 -0
- package/build/icons/svgs/calendarHeart.js +8 -0
- package/build/icons/svgs/calendarHeartFill.js +8 -0
- package/build/icons/svgs/calendarMinus.js +8 -0
- package/build/icons/svgs/calendarMinusFill.js +8 -0
- package/build/icons/svgs/calendarMonth.js +8 -0
- package/build/icons/svgs/calendarMonthFill.js +8 -0
- package/build/icons/svgs/calendarPlus.js +8 -0
- package/build/icons/svgs/calendarPlusFill.js +8 -0
- package/build/icons/svgs/calendarRange.js +8 -0
- package/build/icons/svgs/calendarRangeFill.js +8 -0
- package/build/icons/svgs/calendarWeek.js +8 -0
- package/build/icons/svgs/calendarWeekFill.js +8 -0
- package/build/icons/svgs/calendarX.js +8 -0
- package/build/icons/svgs/calendarXFill.js +8 -0
- package/build/icons/svgs/camera.js +8 -0
- package/build/icons/svgs/camera2.js +8 -0
- package/build/icons/svgs/cameraFill.js +8 -0
- package/build/icons/svgs/cameraReels.js +8 -0
- package/build/icons/svgs/cameraReelsFill.js +8 -0
- package/build/icons/svgs/cameraVideo.js +8 -0
- package/build/icons/svgs/cameraVideoFill.js +8 -0
- package/build/icons/svgs/cameraVideoOff.js +8 -0
- package/build/icons/svgs/cameraVideoOffFill.js +8 -0
- package/build/icons/svgs/capslock.js +8 -0
- package/build/icons/svgs/capslockFill.js +8 -0
- package/build/icons/svgs/cardChecklist.js +8 -0
- package/build/icons/svgs/cardHeading.js +8 -0
- package/build/icons/svgs/cardImage.js +8 -0
- package/build/icons/svgs/cardList.js +8 -0
- package/build/icons/svgs/cardText.js +8 -0
- package/build/icons/svgs/caretDown.js +8 -0
- package/build/icons/svgs/caretDownFill.js +8 -0
- package/build/icons/svgs/caretDownSquare.js +8 -0
- package/build/icons/svgs/caretDownSquareFill.js +8 -0
- package/build/icons/svgs/caretLeft.js +8 -0
- package/build/icons/svgs/caretLeftFill.js +8 -0
- package/build/icons/svgs/caretLeftSquare.js +8 -0
- package/build/icons/svgs/caretLeftSquareFill.js +8 -0
- package/build/icons/svgs/caretRight.js +8 -0
- package/build/icons/svgs/caretRightFill.js +8 -0
- package/build/icons/svgs/caretRightSquare.js +8 -0
- package/build/icons/svgs/caretRightSquareFill.js +8 -0
- package/build/icons/svgs/caretUp.js +8 -0
- package/build/icons/svgs/caretUpFill.js +8 -0
- package/build/icons/svgs/caretUpSquare.js +8 -0
- package/build/icons/svgs/caretUpSquareFill.js +8 -0
- package/build/icons/svgs/cart.js +8 -0
- package/build/icons/svgs/cart2.js +8 -0
- package/build/icons/svgs/cart3.js +8 -0
- package/build/icons/svgs/cart4.js +8 -0
- package/build/icons/svgs/cartCheck.js +8 -0
- package/build/icons/svgs/cartCheckFill.js +8 -0
- package/build/icons/svgs/cartDash.js +8 -0
- package/build/icons/svgs/cartDashFill.js +8 -0
- package/build/icons/svgs/cartFill.js +8 -0
- package/build/icons/svgs/cartPlus.js +8 -0
- package/build/icons/svgs/cartPlusFill.js +8 -0
- package/build/icons/svgs/cartX.js +8 -0
- package/build/icons/svgs/cartXFill.js +8 -0
- package/build/icons/svgs/cash.js +8 -0
- package/build/icons/svgs/cashCoin.js +8 -0
- package/build/icons/svgs/cashStack.js +8 -0
- package/build/icons/svgs/cast.js +8 -0
- package/build/icons/svgs/chat.js +8 -0
- package/build/icons/svgs/chatDots.js +8 -0
- package/build/icons/svgs/chatDotsFill.js +8 -0
- package/build/icons/svgs/chatFill.js +8 -0
- package/build/icons/svgs/chatHeart.js +8 -0
- package/build/icons/svgs/chatHeartFill.js +8 -0
- package/build/icons/svgs/chatLeft.js +8 -0
- package/build/icons/svgs/chatLeftDots.js +8 -0
- package/build/icons/svgs/chatLeftDotsFill.js +8 -0
- package/build/icons/svgs/chatLeftFill.js +8 -0
- package/build/icons/svgs/chatLeftHeart.js +8 -0
- package/build/icons/svgs/chatLeftHeartFill.js +8 -0
- package/build/icons/svgs/chatLeftQuote.js +8 -0
- package/build/icons/svgs/chatLeftQuoteFill.js +8 -0
- package/build/icons/svgs/chatLeftText.js +8 -0
- package/build/icons/svgs/chatLeftTextFill.js +8 -0
- package/build/icons/svgs/chatQuote.js +8 -0
- package/build/icons/svgs/chatQuoteFill.js +8 -0
- package/build/icons/svgs/chatRight.js +8 -0
- package/build/icons/svgs/chatRightDots.js +8 -0
- package/build/icons/svgs/chatRightDotsFill.js +8 -0
- package/build/icons/svgs/chatRightFill.js +8 -0
- package/build/icons/svgs/chatRightHeart.js +8 -0
- package/build/icons/svgs/chatRightHeartFill.js +8 -0
- package/build/icons/svgs/chatRightQuote.js +8 -0
- package/build/icons/svgs/chatRightQuoteFill.js +8 -0
- package/build/icons/svgs/chatRightText.js +8 -0
- package/build/icons/svgs/chatRightTextFill.js +8 -0
- package/build/icons/svgs/chatSquare.js +8 -0
- package/build/icons/svgs/chatSquareDots.js +8 -0
- package/build/icons/svgs/chatSquareDotsFill.js +8 -0
- package/build/icons/svgs/chatSquareFill.js +8 -0
- package/build/icons/svgs/chatSquareHeart.js +8 -0
- package/build/icons/svgs/chatSquareHeartFill.js +8 -0
- package/build/icons/svgs/chatSquareQuote.js +8 -0
- package/build/icons/svgs/chatSquareQuoteFill.js +8 -0
- package/build/icons/svgs/chatSquareText.js +8 -0
- package/build/icons/svgs/chatSquareTextFill.js +8 -0
- package/build/icons/svgs/chatText.js +8 -0
- package/build/icons/svgs/chatTextFill.js +8 -0
- package/build/icons/svgs/check.js +8 -0
- package/build/icons/svgs/check2.js +8 -0
- package/build/icons/svgs/check2All.js +8 -0
- package/build/icons/svgs/check2Circle.js +8 -0
- package/build/icons/svgs/check2Square.js +8 -0
- package/build/icons/svgs/checkAll.js +8 -0
- package/build/icons/svgs/checkCircle.js +8 -0
- package/build/icons/svgs/checkCircleFill.js +8 -0
- package/build/icons/svgs/checkLg.js +8 -0
- package/build/icons/svgs/checkSquare.js +8 -0
- package/build/icons/svgs/checkSquareFill.js +8 -0
- package/build/icons/svgs/chevronBarContract.js +8 -0
- package/build/icons/svgs/chevronBarDown.js +8 -0
- package/build/icons/svgs/chevronBarExpand.js +8 -0
- package/build/icons/svgs/chevronBarLeft.js +8 -0
- package/build/icons/svgs/chevronBarRight.js +8 -0
- package/build/icons/svgs/chevronBarUp.js +8 -0
- package/build/icons/svgs/chevronCompactDown.js +8 -0
- package/build/icons/svgs/chevronCompactLeft.js +8 -0
- package/build/icons/svgs/chevronCompactRight.js +8 -0
- package/build/icons/svgs/chevronCompactUp.js +8 -0
- package/build/icons/svgs/chevronContract.js +8 -0
- package/build/icons/svgs/chevronDoubleDown.js +8 -0
- package/build/icons/svgs/chevronDoubleLeft.js +8 -0
- package/build/icons/svgs/chevronDoubleRight.js +8 -0
- package/build/icons/svgs/chevronDoubleUp.js +8 -0
- package/build/icons/svgs/chevronDown.js +8 -0
- package/build/icons/svgs/chevronExpand.js +8 -0
- package/build/icons/svgs/chevronLeft.js +8 -0
- package/build/icons/svgs/chevronRight.js +8 -0
- package/build/icons/svgs/chevronUp.js +8 -0
- package/build/icons/svgs/circle.js +8 -0
- package/build/icons/svgs/circleFill.js +8 -0
- package/build/icons/svgs/circleHalf.js +8 -0
- package/build/icons/svgs/circleSquare.js +8 -0
- package/build/icons/svgs/clipboard.js +8 -0
- package/build/icons/svgs/clipboard2.js +8 -0
- package/build/icons/svgs/clipboard2Check.js +8 -0
- package/build/icons/svgs/clipboard2CheckFill.js +8 -0
- package/build/icons/svgs/clipboard2Data.js +8 -0
- package/build/icons/svgs/clipboard2DataFill.js +8 -0
- package/build/icons/svgs/clipboard2Fill.js +8 -0
- package/build/icons/svgs/clipboard2Heart.js +8 -0
- package/build/icons/svgs/clipboard2HeartFill.js +8 -0
- package/build/icons/svgs/clipboard2Minus.js +8 -0
- package/build/icons/svgs/clipboard2MinusFill.js +8 -0
- package/build/icons/svgs/clipboard2Plus.js +8 -0
- package/build/icons/svgs/clipboard2PlusFill.js +8 -0
- package/build/icons/svgs/clipboard2Pulse.js +8 -0
- package/build/icons/svgs/clipboard2PulseFill.js +8 -0
- package/build/icons/svgs/clipboard2X.js +8 -0
- package/build/icons/svgs/clipboard2XFill.js +8 -0
- package/build/icons/svgs/clipboardCheck.js +8 -0
- package/build/icons/svgs/clipboardCheckFill.js +8 -0
- package/build/icons/svgs/clipboardData.js +8 -0
- package/build/icons/svgs/clipboardDataFill.js +8 -0
- package/build/icons/svgs/clipboardFill.js +8 -0
- package/build/icons/svgs/clipboardHeart.js +8 -0
- package/build/icons/svgs/clipboardHeartFill.js +8 -0
- package/build/icons/svgs/clipboardMinus.js +8 -0
- package/build/icons/svgs/clipboardMinusFill.js +8 -0
- package/build/icons/svgs/clipboardPlus.js +8 -0
- package/build/icons/svgs/clipboardPlusFill.js +8 -0
- package/build/icons/svgs/clipboardPulse.js +8 -0
- package/build/icons/svgs/clipboardX.js +8 -0
- package/build/icons/svgs/clipboardXFill.js +8 -0
- package/build/icons/svgs/clock.js +8 -0
- package/build/icons/svgs/clockFill.js +8 -0
- package/build/icons/svgs/clockHistory.js +8 -0
- package/build/icons/svgs/cloud.js +8 -0
- package/build/icons/svgs/cloudArrowDown.js +8 -0
- package/build/icons/svgs/cloudArrowDownFill.js +8 -0
- package/build/icons/svgs/cloudArrowUp.js +8 -0
- package/build/icons/svgs/cloudArrowUpFill.js +8 -0
- package/build/icons/svgs/cloudCheck.js +8 -0
- package/build/icons/svgs/cloudCheckFill.js +8 -0
- package/build/icons/svgs/cloudDownload.js +8 -0
- package/build/icons/svgs/cloudDownloadFill.js +8 -0
- package/build/icons/svgs/cloudDrizzle.js +8 -0
- package/build/icons/svgs/cloudDrizzleFill.js +8 -0
- package/build/icons/svgs/cloudFill.js +8 -0
- package/build/icons/svgs/cloudFog.js +8 -0
- package/build/icons/svgs/cloudFog2.js +8 -0
- package/build/icons/svgs/cloudFog2Fill.js +8 -0
- package/build/icons/svgs/cloudFogFill.js +8 -0
- package/build/icons/svgs/cloudHail.js +8 -0
- package/build/icons/svgs/cloudHailFill.js +8 -0
- package/build/icons/svgs/cloudHaze.js +8 -0
- package/build/icons/svgs/cloudHaze2.js +8 -0
- package/build/icons/svgs/cloudHaze2Fill.js +8 -0
- package/build/icons/svgs/cloudHazeFill.js +8 -0
- package/build/icons/svgs/cloudLightning.js +8 -0
- package/build/icons/svgs/cloudLightningFill.js +8 -0
- package/build/icons/svgs/cloudLightningRain.js +8 -0
- package/build/icons/svgs/cloudLightningRainFill.js +8 -0
- package/build/icons/svgs/cloudMinus.js +8 -0
- package/build/icons/svgs/cloudMinusFill.js +8 -0
- package/build/icons/svgs/cloudMoon.js +8 -0
- package/build/icons/svgs/cloudMoonFill.js +8 -0
- package/build/icons/svgs/cloudPlus.js +8 -0
- package/build/icons/svgs/cloudPlusFill.js +8 -0
- package/build/icons/svgs/cloudRain.js +8 -0
- package/build/icons/svgs/cloudRainFill.js +8 -0
- package/build/icons/svgs/cloudRainHeavy.js +8 -0
- package/build/icons/svgs/cloudRainHeavyFill.js +8 -0
- package/build/icons/svgs/cloudSlash.js +8 -0
- package/build/icons/svgs/cloudSlashFill.js +8 -0
- package/build/icons/svgs/cloudSleet.js +8 -0
- package/build/icons/svgs/cloudSleetFill.js +8 -0
- package/build/icons/svgs/cloudSnow.js +8 -0
- package/build/icons/svgs/cloudSnowFill.js +8 -0
- package/build/icons/svgs/cloudSun.js +8 -0
- package/build/icons/svgs/cloudSunFill.js +8 -0
- package/build/icons/svgs/cloudUpload.js +8 -0
- package/build/icons/svgs/cloudUploadFill.js +8 -0
- package/build/icons/svgs/clouds.js +8 -0
- package/build/icons/svgs/cloudsFill.js +8 -0
- package/build/icons/svgs/cloudy.js +8 -0
- package/build/icons/svgs/cloudyFill.js +8 -0
- package/build/icons/svgs/code.js +8 -0
- package/build/icons/svgs/codeSlash.js +8 -0
- package/build/icons/svgs/codeSquare.js +8 -0
- package/build/icons/svgs/coin.js +8 -0
- package/build/icons/svgs/collection.js +8 -0
- package/build/icons/svgs/collectionFill.js +8 -0
- package/build/icons/svgs/collectionPlay.js +8 -0
- package/build/icons/svgs/collectionPlayFill.js +8 -0
- package/build/icons/svgs/columns.js +8 -0
- package/build/icons/svgs/columnsGap.js +8 -0
- package/build/icons/svgs/command.js +8 -0
- package/build/icons/svgs/compass.js +8 -0
- package/build/icons/svgs/compassFill.js +8 -0
- package/build/icons/svgs/cone.js +8 -0
- package/build/icons/svgs/coneStriped.js +8 -0
- package/build/icons/svgs/controller.js +8 -0
- package/build/icons/svgs/cpu.js +8 -0
- package/build/icons/svgs/cpuFill.js +8 -0
- package/build/icons/svgs/creditCard.js +8 -0
- package/build/icons/svgs/creditCard2Back.js +8 -0
- package/build/icons/svgs/creditCard2BackFill.js +8 -0
- package/build/icons/svgs/creditCard2Front.js +8 -0
- package/build/icons/svgs/creditCard2FrontFill.js +8 -0
- package/build/icons/svgs/creditCardFill.js +8 -0
- package/build/icons/svgs/crop.js +8 -0
- package/build/icons/svgs/cup.js +8 -0
- package/build/icons/svgs/cupFill.js +8 -0
- package/build/icons/svgs/cupStraw.js +8 -0
- package/build/icons/svgs/currencyBitcoin.js +8 -0
- package/build/icons/svgs/currencyDollar.js +8 -0
- package/build/icons/svgs/currencyEuro.js +8 -0
- package/build/icons/svgs/currencyExchange.js +8 -0
- package/build/icons/svgs/currencyPound.js +8 -0
- package/build/icons/svgs/currencyYen.js +8 -0
- package/build/icons/svgs/cursor.js +8 -0
- package/build/icons/svgs/cursorFill.js +8 -0
- package/build/icons/svgs/cursorText.js +8 -0
- package/build/icons/svgs/dash.js +8 -0
- package/build/icons/svgs/dashCircle.js +8 -0
- package/build/icons/svgs/dashCircleDotted.js +8 -0
- package/build/icons/svgs/dashCircleFill.js +8 -0
- package/build/icons/svgs/dashLg.js +8 -0
- package/build/icons/svgs/dashSquare.js +8 -0
- package/build/icons/svgs/dashSquareDotted.js +8 -0
- package/build/icons/svgs/dashSquareFill.js +8 -0
- package/build/icons/svgs/deviceHdd.js +8 -0
- package/build/icons/svgs/deviceHddFill.js +8 -0
- package/build/icons/svgs/deviceSsd.js +8 -0
- package/build/icons/svgs/deviceSsdFill.js +8 -0
- package/build/icons/svgs/diagram2.js +8 -0
- package/build/icons/svgs/diagram2Fill.js +8 -0
- package/build/icons/svgs/diagram3.js +8 -0
- package/build/icons/svgs/diagram3Fill.js +8 -0
- package/build/icons/svgs/diamond.js +8 -0
- package/build/icons/svgs/diamondFill.js +8 -0
- package/build/icons/svgs/diamondHalf.js +8 -0
- package/build/icons/svgs/dice1.js +8 -0
- package/build/icons/svgs/dice1Fill.js +8 -0
- package/build/icons/svgs/dice2.js +8 -0
- package/build/icons/svgs/dice2Fill.js +8 -0
- package/build/icons/svgs/dice3.js +8 -0
- package/build/icons/svgs/dice3Fill.js +8 -0
- package/build/icons/svgs/dice4.js +8 -0
- package/build/icons/svgs/dice4Fill.js +8 -0
- package/build/icons/svgs/dice5.js +8 -0
- package/build/icons/svgs/dice5Fill.js +8 -0
- package/build/icons/svgs/dice6.js +8 -0
- package/build/icons/svgs/dice6Fill.js +8 -0
- package/build/icons/svgs/disc.js +8 -0
- package/build/icons/svgs/discFill.js +8 -0
- package/build/icons/svgs/discord.js +8 -0
- package/build/icons/svgs/display.js +8 -0
- package/build/icons/svgs/displayFill.js +8 -0
- package/build/icons/svgs/displayport.js +8 -0
- package/build/icons/svgs/displayportFill.js +8 -0
- package/build/icons/svgs/distributeHorizontal.js +8 -0
- package/build/icons/svgs/distributeVertical.js +8 -0
- package/build/icons/svgs/doorClosed.js +8 -0
- package/build/icons/svgs/doorClosedFill.js +8 -0
- package/build/icons/svgs/doorOpen.js +8 -0
- package/build/icons/svgs/doorOpenFill.js +8 -0
- package/build/icons/svgs/dot.js +8 -0
- package/build/icons/svgs/download.js +8 -0
- package/build/icons/svgs/dpad.js +8 -0
- package/build/icons/svgs/dpadFill.js +8 -0
- package/build/icons/svgs/dribbble.js +8 -0
- package/build/icons/svgs/droplet.js +8 -0
- package/build/icons/svgs/dropletFill.js +8 -0
- package/build/icons/svgs/dropletHalf.js +8 -0
- package/build/icons/svgs/ear.js +8 -0
- package/build/icons/svgs/earFill.js +8 -0
- package/build/icons/svgs/earbuds.js +8 -0
- package/build/icons/svgs/easel.js +8 -0
- package/build/icons/svgs/easel2.js +8 -0
- package/build/icons/svgs/easel2Fill.js +8 -0
- package/build/icons/svgs/easel3.js +8 -0
- package/build/icons/svgs/easel3Fill.js +8 -0
- package/build/icons/svgs/easelFill.js +8 -0
- package/build/icons/svgs/egg.js +8 -0
- package/build/icons/svgs/eggFill.js +8 -0
- package/build/icons/svgs/eggFried.js +8 -0
- package/build/icons/svgs/eject.js +8 -0
- package/build/icons/svgs/ejectFill.js +8 -0
- package/build/icons/svgs/emojiAngry.js +8 -0
- package/build/icons/svgs/emojiAngryFill.js +8 -0
- package/build/icons/svgs/emojiDizzy.js +8 -0
- package/build/icons/svgs/emojiDizzyFill.js +8 -0
- package/build/icons/svgs/emojiExpressionless.js +8 -0
- package/build/icons/svgs/emojiExpressionlessFill.js +8 -0
- package/build/icons/svgs/emojiFrown.js +8 -0
- package/build/icons/svgs/emojiFrownFill.js +8 -0
- package/build/icons/svgs/emojiHeartEyes.js +8 -0
- package/build/icons/svgs/emojiHeartEyesFill.js +8 -0
- package/build/icons/svgs/emojiKiss.js +8 -0
- package/build/icons/svgs/emojiKissFill.js +8 -0
- package/build/icons/svgs/emojiLaughing.js +8 -0
- package/build/icons/svgs/emojiLaughingFill.js +8 -0
- package/build/icons/svgs/emojiNeutral.js +8 -0
- package/build/icons/svgs/emojiNeutralFill.js +8 -0
- package/build/icons/svgs/emojiSmile.js +8 -0
- package/build/icons/svgs/emojiSmileFill.js +8 -0
- package/build/icons/svgs/emojiSmileUpsideDown.js +8 -0
- package/build/icons/svgs/emojiSmileUpsideDownFill.js +8 -0
- package/build/icons/svgs/emojiSunglasses.js +8 -0
- package/build/icons/svgs/emojiSunglassesFill.js +8 -0
- package/build/icons/svgs/emojiWink.js +8 -0
- package/build/icons/svgs/emojiWinkFill.js +8 -0
- package/build/icons/svgs/envelope.js +8 -0
- package/build/icons/svgs/envelopeCheck.js +8 -0
- package/build/icons/svgs/envelopeCheckFill.js +8 -0
- package/build/icons/svgs/envelopeDash.js +8 -0
- package/build/icons/svgs/envelopeDashFill.js +8 -0
- package/build/icons/svgs/envelopeExclamation.js +8 -0
- package/build/icons/svgs/envelopeExclamationFill.js +8 -0
- package/build/icons/svgs/envelopeFill.js +8 -0
- package/build/icons/svgs/envelopeHeart.js +8 -0
- package/build/icons/svgs/envelopeHeartFill.js +8 -0
- package/build/icons/svgs/envelopeOpen.js +8 -0
- package/build/icons/svgs/envelopeOpenFill.js +8 -0
- package/build/icons/svgs/envelopeOpenHeart.js +8 -0
- package/build/icons/svgs/envelopeOpenHeartFill.js +8 -0
- package/build/icons/svgs/envelopePaper.js +8 -0
- package/build/icons/svgs/envelopePaperFill.js +8 -0
- package/build/icons/svgs/envelopePaperHeart.js +8 -0
- package/build/icons/svgs/envelopePaperHeartFill.js +8 -0
- package/build/icons/svgs/envelopePlus.js +8 -0
- package/build/icons/svgs/envelopePlusFill.js +8 -0
- package/build/icons/svgs/envelopeSlash.js +8 -0
- package/build/icons/svgs/envelopeSlashFill.js +8 -0
- package/build/icons/svgs/envelopeX.js +8 -0
- package/build/icons/svgs/envelopeXFill.js +8 -0
- package/build/icons/svgs/eraser.js +8 -0
- package/build/icons/svgs/eraserFill.js +8 -0
- package/build/icons/svgs/ethernet.js +8 -0
- package/build/icons/svgs/exclamation.js +8 -0
- package/build/icons/svgs/exclamationCircle.js +8 -0
- package/build/icons/svgs/exclamationCircleFill.js +8 -0
- package/build/icons/svgs/exclamationDiamond.js +8 -0
- package/build/icons/svgs/exclamationDiamondFill.js +8 -0
- package/build/icons/svgs/exclamationLg.js +8 -0
- package/build/icons/svgs/exclamationOctagon.js +8 -0
- package/build/icons/svgs/exclamationOctagonFill.js +8 -0
- package/build/icons/svgs/exclamationSquare.js +8 -0
- package/build/icons/svgs/exclamationSquareFill.js +8 -0
- package/build/icons/svgs/exclamationTriangle.js +8 -0
- package/build/icons/svgs/exclamationTriangleFill.js +8 -0
- package/build/icons/svgs/exclude.js +8 -0
- package/build/icons/svgs/explicit.js +8 -0
- package/build/icons/svgs/explicitFill.js +8 -0
- package/build/icons/svgs/eye.js +8 -0
- package/build/icons/svgs/eyeFill.js +8 -0
- package/build/icons/svgs/eyeSlash.js +8 -0
- package/build/icons/svgs/eyeSlashFill.js +8 -0
- package/build/icons/svgs/eyedropper.js +8 -0
- package/build/icons/svgs/eyeglasses.js +8 -0
- package/build/icons/svgs/facebook.js +8 -0
- package/build/icons/svgs/fan.js +8 -0
- package/build/icons/svgs/file.js +8 -0
- package/build/icons/svgs/fileArrowDown.js +8 -0
- package/build/icons/svgs/fileArrowDownFill.js +8 -0
- package/build/icons/svgs/fileArrowUp.js +8 -0
- package/build/icons/svgs/fileArrowUpFill.js +8 -0
- package/build/icons/svgs/fileBarGraph.js +8 -0
- package/build/icons/svgs/fileBarGraphFill.js +8 -0
- package/build/icons/svgs/fileBinary.js +8 -0
- package/build/icons/svgs/fileBinaryFill.js +8 -0
- package/build/icons/svgs/fileBreak.js +8 -0
- package/build/icons/svgs/fileBreakFill.js +8 -0
- package/build/icons/svgs/fileCheck.js +8 -0
- package/build/icons/svgs/fileCheckFill.js +8 -0
- package/build/icons/svgs/fileCode.js +8 -0
- package/build/icons/svgs/fileCodeFill.js +8 -0
- package/build/icons/svgs/fileDiff.js +8 -0
- package/build/icons/svgs/fileDiffFill.js +8 -0
- package/build/icons/svgs/fileEarmark.js +8 -0
- package/build/icons/svgs/fileEarmarkArrowDown.js +8 -0
- package/build/icons/svgs/fileEarmarkArrowDownFill.js +8 -0
- package/build/icons/svgs/fileEarmarkArrowUp.js +8 -0
- package/build/icons/svgs/fileEarmarkArrowUpFill.js +8 -0
- package/build/icons/svgs/fileEarmarkBarGraph.js +8 -0
- package/build/icons/svgs/fileEarmarkBarGraphFill.js +8 -0
- package/build/icons/svgs/fileEarmarkBinary.js +8 -0
- package/build/icons/svgs/fileEarmarkBinaryFill.js +8 -0
- package/build/icons/svgs/fileEarmarkBreak.js +8 -0
- package/build/icons/svgs/fileEarmarkBreakFill.js +8 -0
- package/build/icons/svgs/fileEarmarkCheck.js +8 -0
- package/build/icons/svgs/fileEarmarkCheckFill.js +8 -0
- package/build/icons/svgs/fileEarmarkCode.js +8 -0
- package/build/icons/svgs/fileEarmarkCodeFill.js +8 -0
- package/build/icons/svgs/fileEarmarkDiff.js +8 -0
- package/build/icons/svgs/fileEarmarkDiffFill.js +8 -0
- package/build/icons/svgs/fileEarmarkEasel.js +8 -0
- package/build/icons/svgs/fileEarmarkEaselFill.js +8 -0
- package/build/icons/svgs/fileEarmarkExcel.js +8 -0
- package/build/icons/svgs/fileEarmarkExcelFill.js +8 -0
- package/build/icons/svgs/fileEarmarkFill.js +8 -0
- package/build/icons/svgs/fileEarmarkFont.js +8 -0
- package/build/icons/svgs/fileEarmarkFontFill.js +8 -0
- package/build/icons/svgs/fileEarmarkImage.js +8 -0
- package/build/icons/svgs/fileEarmarkImageFill.js +8 -0
- package/build/icons/svgs/fileEarmarkLock.js +8 -0
- package/build/icons/svgs/fileEarmarkLock2.js +8 -0
- package/build/icons/svgs/fileEarmarkLock2Fill.js +8 -0
- package/build/icons/svgs/fileEarmarkLockFill.js +8 -0
- package/build/icons/svgs/fileEarmarkMedical.js +8 -0
- package/build/icons/svgs/fileEarmarkMedicalFill.js +8 -0
- package/build/icons/svgs/fileEarmarkMinus.js +8 -0
- package/build/icons/svgs/fileEarmarkMinusFill.js +8 -0
- package/build/icons/svgs/fileEarmarkMusic.js +8 -0
- package/build/icons/svgs/fileEarmarkMusicFill.js +8 -0
- package/build/icons/svgs/fileEarmarkPdf.js +8 -0
- package/build/icons/svgs/fileEarmarkPdfFill.js +8 -0
- package/build/icons/svgs/fileEarmarkPerson.js +8 -0
- package/build/icons/svgs/fileEarmarkPersonFill.js +8 -0
- package/build/icons/svgs/fileEarmarkPlay.js +8 -0
- package/build/icons/svgs/fileEarmarkPlayFill.js +8 -0
- package/build/icons/svgs/fileEarmarkPlus.js +8 -0
- package/build/icons/svgs/fileEarmarkPlusFill.js +8 -0
- package/build/icons/svgs/fileEarmarkPost.js +8 -0
- package/build/icons/svgs/fileEarmarkPostFill.js +8 -0
- package/build/icons/svgs/fileEarmarkPpt.js +8 -0
- package/build/icons/svgs/fileEarmarkPptFill.js +8 -0
- package/build/icons/svgs/fileEarmarkRichtext.js +8 -0
- package/build/icons/svgs/fileEarmarkRichtextFill.js +8 -0
- package/build/icons/svgs/fileEarmarkRuled.js +8 -0
- package/build/icons/svgs/fileEarmarkRuledFill.js +8 -0
- package/build/icons/svgs/fileEarmarkSlides.js +8 -0
- package/build/icons/svgs/fileEarmarkSlidesFill.js +8 -0
- package/build/icons/svgs/fileEarmarkSpreadsheet.js +8 -0
- package/build/icons/svgs/fileEarmarkSpreadsheetFill.js +8 -0
- package/build/icons/svgs/fileEarmarkText.js +8 -0
- package/build/icons/svgs/fileEarmarkTextFill.js +8 -0
- package/build/icons/svgs/fileEarmarkWord.js +8 -0
- package/build/icons/svgs/fileEarmarkWordFill.js +8 -0
- package/build/icons/svgs/fileEarmarkX.js +8 -0
- package/build/icons/svgs/fileEarmarkXFill.js +8 -0
- package/build/icons/svgs/fileEarmarkZip.js +8 -0
- package/build/icons/svgs/fileEarmarkZipFill.js +8 -0
- package/build/icons/svgs/fileEasel.js +8 -0
- package/build/icons/svgs/fileEaselFill.js +8 -0
- package/build/icons/svgs/fileExcel.js +8 -0
- package/build/icons/svgs/fileExcelFill.js +8 -0
- package/build/icons/svgs/fileFill.js +8 -0
- package/build/icons/svgs/fileFont.js +8 -0
- package/build/icons/svgs/fileFontFill.js +8 -0
- package/build/icons/svgs/fileImage.js +8 -0
- package/build/icons/svgs/fileImageFill.js +8 -0
- package/build/icons/svgs/fileLock.js +8 -0
- package/build/icons/svgs/fileLock2.js +8 -0
- package/build/icons/svgs/fileLock2Fill.js +8 -0
- package/build/icons/svgs/fileLockFill.js +8 -0
- package/build/icons/svgs/fileMedical.js +8 -0
- package/build/icons/svgs/fileMedicalFill.js +8 -0
- package/build/icons/svgs/fileMinus.js +8 -0
- package/build/icons/svgs/fileMinusFill.js +8 -0
- package/build/icons/svgs/fileMusic.js +8 -0
- package/build/icons/svgs/fileMusicFill.js +8 -0
- package/build/icons/svgs/filePdf.js +8 -0
- package/build/icons/svgs/filePdfFill.js +8 -0
- package/build/icons/svgs/filePerson.js +8 -0
- package/build/icons/svgs/filePersonFill.js +8 -0
- package/build/icons/svgs/filePlay.js +8 -0
- package/build/icons/svgs/filePlayFill.js +8 -0
- package/build/icons/svgs/filePlus.js +8 -0
- package/build/icons/svgs/filePlusFill.js +8 -0
- package/build/icons/svgs/filePost.js +8 -0
- package/build/icons/svgs/filePostFill.js +8 -0
- package/build/icons/svgs/filePpt.js +8 -0
- package/build/icons/svgs/filePptFill.js +8 -0
- package/build/icons/svgs/fileRichtext.js +8 -0
- package/build/icons/svgs/fileRichtextFill.js +8 -0
- package/build/icons/svgs/fileRuled.js +8 -0
- package/build/icons/svgs/fileRuledFill.js +8 -0
- package/build/icons/svgs/fileSlides.js +8 -0
- package/build/icons/svgs/fileSlidesFill.js +8 -0
- package/build/icons/svgs/fileSpreadsheet.js +8 -0
- package/build/icons/svgs/fileSpreadsheetFill.js +8 -0
- package/build/icons/svgs/fileText.js +8 -0
- package/build/icons/svgs/fileTextFill.js +8 -0
- package/build/icons/svgs/fileWord.js +8 -0
- package/build/icons/svgs/fileWordFill.js +8 -0
- package/build/icons/svgs/fileX.js +8 -0
- package/build/icons/svgs/fileXFill.js +8 -0
- package/build/icons/svgs/fileZip.js +8 -0
- package/build/icons/svgs/fileZipFill.js +8 -0
- package/build/icons/svgs/files.js +8 -0
- package/build/icons/svgs/filesAlt.js +8 -0
- package/build/icons/svgs/filetypeAac.js +8 -0
- package/build/icons/svgs/filetypeAi.js +8 -0
- package/build/icons/svgs/filetypeBmp.js +8 -0
- package/build/icons/svgs/filetypeCs.js +8 -0
- package/build/icons/svgs/filetypeCss.js +8 -0
- package/build/icons/svgs/filetypeCsv.js +8 -0
- package/build/icons/svgs/filetypeDoc.js +8 -0
- package/build/icons/svgs/filetypeDocx.js +8 -0
- package/build/icons/svgs/filetypeExe.js +8 -0
- package/build/icons/svgs/filetypeGif.js +8 -0
- package/build/icons/svgs/filetypeHeic.js +8 -0
- package/build/icons/svgs/filetypeHtml.js +8 -0
- package/build/icons/svgs/filetypeJava.js +8 -0
- package/build/icons/svgs/filetypeJpg.js +8 -0
- package/build/icons/svgs/filetypeJs.js +8 -0
- package/build/icons/svgs/filetypeJson.js +8 -0
- package/build/icons/svgs/filetypeJsx.js +8 -0
- package/build/icons/svgs/filetypeKey.js +8 -0
- package/build/icons/svgs/filetypeM4p.js +8 -0
- package/build/icons/svgs/filetypeMd.js +8 -0
- package/build/icons/svgs/filetypeMdx.js +8 -0
- package/build/icons/svgs/filetypeMov.js +8 -0
- package/build/icons/svgs/filetypeMp3.js +8 -0
- package/build/icons/svgs/filetypeMp4.js +8 -0
- package/build/icons/svgs/filetypeOtf.js +8 -0
- package/build/icons/svgs/filetypePdf.js +8 -0
- package/build/icons/svgs/filetypePhp.js +8 -0
- package/build/icons/svgs/filetypePng.js +8 -0
- package/build/icons/svgs/filetypePpt.js +8 -0
- package/build/icons/svgs/filetypePptx.js +8 -0
- package/build/icons/svgs/filetypePsd.js +8 -0
- package/build/icons/svgs/filetypePy.js +8 -0
- package/build/icons/svgs/filetypeRaw.js +8 -0
- package/build/icons/svgs/filetypeRb.js +8 -0
- package/build/icons/svgs/filetypeSass.js +8 -0
- package/build/icons/svgs/filetypeScss.js +8 -0
- package/build/icons/svgs/filetypeSh.js +8 -0
- package/build/icons/svgs/filetypeSvg.js +8 -0
- package/build/icons/svgs/filetypeTiff.js +8 -0
- package/build/icons/svgs/filetypeTsx.js +8 -0
- package/build/icons/svgs/filetypeTtf.js +8 -0
- package/build/icons/svgs/filetypeTxt.js +8 -0
- package/build/icons/svgs/filetypeWav.js +8 -0
- package/build/icons/svgs/filetypeWoff.js +8 -0
- package/build/icons/svgs/filetypeXls.js +8 -0
- package/build/icons/svgs/filetypeXlsx.js +8 -0
- package/build/icons/svgs/filetypeXml.js +8 -0
- package/build/icons/svgs/filetypeYml.js +8 -0
- package/build/icons/svgs/film.js +8 -0
- package/build/icons/svgs/filter.js +8 -0
- package/build/icons/svgs/filterCircle.js +8 -0
- package/build/icons/svgs/filterCircleFill.js +8 -0
- package/build/icons/svgs/filterLeft.js +8 -0
- package/build/icons/svgs/filterRight.js +8 -0
- package/build/icons/svgs/filterSquare.js +8 -0
- package/build/icons/svgs/filterSquareFill.js +8 -0
- package/build/icons/svgs/fingerprint.js +8 -0
- package/build/icons/svgs/flag.js +8 -0
- package/build/icons/svgs/flagFill.js +8 -0
- package/build/icons/svgs/flower1.js +8 -0
- package/build/icons/svgs/flower2.js +8 -0
- package/build/icons/svgs/flower3.js +8 -0
- package/build/icons/svgs/folder.js +8 -0
- package/build/icons/svgs/folder2.js +8 -0
- package/build/icons/svgs/folder2Open.js +8 -0
- package/build/icons/svgs/folderCheck.js +8 -0
- package/build/icons/svgs/folderFill.js +8 -0
- package/build/icons/svgs/folderMinus.js +8 -0
- package/build/icons/svgs/folderPlus.js +8 -0
- package/build/icons/svgs/folderSymlink.js +8 -0
- package/build/icons/svgs/folderSymlinkFill.js +8 -0
- package/build/icons/svgs/folderX.js +8 -0
- package/build/icons/svgs/fonts.js +8 -0
- package/build/icons/svgs/forward.js +8 -0
- package/build/icons/svgs/forwardFill.js +8 -0
- package/build/icons/svgs/front.js +8 -0
- package/build/icons/svgs/fullscreen.js +8 -0
- package/build/icons/svgs/fullscreenExit.js +8 -0
- package/build/icons/svgs/funnel.js +8 -0
- package/build/icons/svgs/funnelFill.js +8 -0
- package/build/icons/svgs/gear.js +8 -0
- package/build/icons/svgs/gearFill.js +8 -0
- package/build/icons/svgs/gearWide.js +8 -0
- package/build/icons/svgs/gearWideConnected.js +8 -0
- package/build/icons/svgs/gem.js +8 -0
- package/build/icons/svgs/genderAmbiguous.js +8 -0
- package/build/icons/svgs/genderFemale.js +8 -0
- package/build/icons/svgs/genderMale.js +8 -0
- package/build/icons/svgs/genderTrans.js +8 -0
- package/build/icons/svgs/geo.js +8 -0
- package/build/icons/svgs/geoAlt.js +8 -0
- package/build/icons/svgs/geoAltFill.js +8 -0
- package/build/icons/svgs/geoFill.js +8 -0
- package/build/icons/svgs/gift.js +8 -0
- package/build/icons/svgs/giftFill.js +8 -0
- package/build/icons/svgs/git.js +8 -0
- package/build/icons/svgs/github.js +8 -0
- package/build/icons/svgs/globe.js +8 -0
- package/build/icons/svgs/globe2.js +8 -0
- package/build/icons/svgs/google.js +8 -0
- package/build/icons/svgs/gpuCard.js +8 -0
- package/build/icons/svgs/graphDown.js +8 -0
- package/build/icons/svgs/graphDownArrow.js +8 -0
- package/build/icons/svgs/graphUp.js +8 -0
- package/build/icons/svgs/graphUpArrow.js +8 -0
- package/build/icons/svgs/grid.js +8 -0
- package/build/icons/svgs/grid1x2.js +8 -0
- package/build/icons/svgs/grid1x2Fill.js +8 -0
- package/build/icons/svgs/grid3x2.js +8 -0
- package/build/icons/svgs/grid3x2Gap.js +8 -0
- package/build/icons/svgs/grid3x2GapFill.js +8 -0
- package/build/icons/svgs/grid3x3.js +8 -0
- package/build/icons/svgs/grid3x3Gap.js +8 -0
- package/build/icons/svgs/grid3x3GapFill.js +8 -0
- package/build/icons/svgs/gridFill.js +8 -0
- package/build/icons/svgs/gripHorizontal.js +8 -0
- package/build/icons/svgs/gripVertical.js +8 -0
- package/build/icons/svgs/hammer.js +8 -0
- package/build/icons/svgs/handIndex.js +8 -0
- package/build/icons/svgs/handIndexFill.js +8 -0
- package/build/icons/svgs/handIndexThumb.js +8 -0
- package/build/icons/svgs/handIndexThumbFill.js +8 -0
- package/build/icons/svgs/handThumbsDown.js +8 -0
- package/build/icons/svgs/handThumbsDownFill.js +8 -0
- package/build/icons/svgs/handThumbsUp.js +8 -0
- package/build/icons/svgs/handThumbsUpFill.js +8 -0
- package/build/icons/svgs/handbag.js +8 -0
- package/build/icons/svgs/handbagFill.js +8 -0
- package/build/icons/svgs/hash.js +8 -0
- package/build/icons/svgs/hdd.js +8 -0
- package/build/icons/svgs/hddFill.js +8 -0
- package/build/icons/svgs/hddNetwork.js +8 -0
- package/build/icons/svgs/hddNetworkFill.js +8 -0
- package/build/icons/svgs/hddRack.js +8 -0
- package/build/icons/svgs/hddRackFill.js +8 -0
- package/build/icons/svgs/hddStack.js +8 -0
- package/build/icons/svgs/hddStackFill.js +8 -0
- package/build/icons/svgs/hdmi.js +8 -0
- package/build/icons/svgs/hdmiFill.js +8 -0
- package/build/icons/svgs/headphones.js +8 -0
- package/build/icons/svgs/headset.js +8 -0
- package/build/icons/svgs/headsetVr.js +8 -0
- package/build/icons/svgs/heart.js +8 -0
- package/build/icons/svgs/heartArrow.js +8 -0
- package/build/icons/svgs/heartFill.js +8 -0
- package/build/icons/svgs/heartHalf.js +8 -0
- package/build/icons/svgs/heartPulse.js +8 -0
- package/build/icons/svgs/heartPulseFill.js +8 -0
- package/build/icons/svgs/heartbreak.js +8 -0
- package/build/icons/svgs/heartbreakFill.js +8 -0
- package/build/icons/svgs/hearts.js +8 -0
- package/build/icons/svgs/heptagon.js +8 -0
- package/build/icons/svgs/heptagonFill.js +8 -0
- package/build/icons/svgs/heptagonHalf.js +8 -0
- package/build/icons/svgs/hexagon.js +8 -0
- package/build/icons/svgs/hexagonFill.js +8 -0
- package/build/icons/svgs/hexagonHalf.js +8 -0
- package/build/icons/svgs/hospital.js +8 -0
- package/build/icons/svgs/hospitalFill.js +8 -0
- package/build/icons/svgs/hourglass.js +8 -0
- package/build/icons/svgs/hourglassBottom.js +8 -0
- package/build/icons/svgs/hourglassSplit.js +8 -0
- package/build/icons/svgs/hourglassTop.js +8 -0
- package/build/icons/svgs/house.js +8 -0
- package/build/icons/svgs/houseDoor.js +8 -0
- package/build/icons/svgs/houseDoorFill.js +8 -0
- package/build/icons/svgs/houseFill.js +8 -0
- package/build/icons/svgs/houseHeart.js +8 -0
- package/build/icons/svgs/houseHeartFill.js +8 -0
- package/build/icons/svgs/hr.js +8 -0
- package/build/icons/svgs/hurricane.js +8 -0
- package/build/icons/svgs/hypnotize.js +8 -0
- package/build/icons/svgs/image.js +8 -0
- package/build/icons/svgs/imageAlt.js +8 -0
- package/build/icons/svgs/imageFill.js +8 -0
- package/build/icons/svgs/images.js +8 -0
- package/build/icons/svgs/inbox.js +8 -0
- package/build/icons/svgs/inboxFill.js +8 -0
- package/build/icons/svgs/inboxes.js +8 -0
- package/build/icons/svgs/inboxesFill.js +8 -0
- package/build/icons/svgs/incognito.js +8 -0
- package/build/icons/svgs/index.d.ts +3336 -0
- package/build/icons/svgs/index.js +1680 -0
- package/build/icons/svgs/infinity.js +8 -0
- package/build/icons/svgs/info.js +8 -0
- package/build/icons/svgs/infoCircle.js +8 -0
- package/build/icons/svgs/infoCircleFill.js +8 -0
- package/build/icons/svgs/infoLg.js +8 -0
- package/build/icons/svgs/infoSquare.js +8 -0
- package/build/icons/svgs/infoSquareFill.js +8 -0
- package/build/icons/svgs/inputCursor.js +8 -0
- package/build/icons/svgs/inputCursorText.js +8 -0
- package/build/icons/svgs/instagram.js +8 -0
- package/build/icons/svgs/intersect.js +8 -0
- package/build/icons/svgs/journal.js +8 -0
- package/build/icons/svgs/journalAlbum.js +8 -0
- package/build/icons/svgs/journalArrowDown.js +8 -0
- package/build/icons/svgs/journalArrowUp.js +8 -0
- package/build/icons/svgs/journalBookmark.js +8 -0
- package/build/icons/svgs/journalBookmarkFill.js +8 -0
- package/build/icons/svgs/journalCheck.js +8 -0
- package/build/icons/svgs/journalCode.js +8 -0
- package/build/icons/svgs/journalMedical.js +8 -0
- package/build/icons/svgs/journalMinus.js +8 -0
- package/build/icons/svgs/journalPlus.js +8 -0
- package/build/icons/svgs/journalRichtext.js +8 -0
- package/build/icons/svgs/journalText.js +8 -0
- package/build/icons/svgs/journalX.js +8 -0
- package/build/icons/svgs/journals.js +8 -0
- package/build/icons/svgs/joystick.js +8 -0
- package/build/icons/svgs/justify.js +8 -0
- package/build/icons/svgs/justifyLeft.js +8 -0
- package/build/icons/svgs/justifyRight.js +8 -0
- package/build/icons/svgs/kanban.js +8 -0
- package/build/icons/svgs/kanbanFill.js +8 -0
- package/build/icons/svgs/key.js +8 -0
- package/build/icons/svgs/keyFill.js +8 -0
- package/build/icons/svgs/keyboard.js +8 -0
- package/build/icons/svgs/keyboardFill.js +8 -0
- package/build/icons/svgs/ladder.js +8 -0
- package/build/icons/svgs/lamp.js +8 -0
- package/build/icons/svgs/lampFill.js +8 -0
- package/build/icons/svgs/laptop.js +8 -0
- package/build/icons/svgs/laptopFill.js +8 -0
- package/build/icons/svgs/layerBackward.js +8 -0
- package/build/icons/svgs/layerForward.js +8 -0
- package/build/icons/svgs/layers.js +8 -0
- package/build/icons/svgs/layersFill.js +8 -0
- package/build/icons/svgs/layersHalf.js +8 -0
- package/build/icons/svgs/layoutSidebar.js +8 -0
- package/build/icons/svgs/layoutSidebarInset.js +8 -0
- package/build/icons/svgs/layoutSidebarInsetReverse.js +8 -0
- package/build/icons/svgs/layoutSidebarReverse.js +8 -0
- package/build/icons/svgs/layoutSplit.js +8 -0
- package/build/icons/svgs/layoutTextSidebar.js +8 -0
- package/build/icons/svgs/layoutTextSidebarReverse.js +8 -0
- package/build/icons/svgs/layoutTextWindow.js +8 -0
- package/build/icons/svgs/layoutTextWindowReverse.js +8 -0
- package/build/icons/svgs/layoutThreeColumns.js +8 -0
- package/build/icons/svgs/layoutWtf.js +8 -0
- package/build/icons/svgs/lifePreserver.js +8 -0
- package/build/icons/svgs/lightbulb.js +8 -0
- package/build/icons/svgs/lightbulbFill.js +8 -0
- package/build/icons/svgs/lightbulbOff.js +8 -0
- package/build/icons/svgs/lightbulbOffFill.js +8 -0
- package/build/icons/svgs/lightning.js +8 -0
- package/build/icons/svgs/lightningCharge.js +8 -0
- package/build/icons/svgs/lightningChargeFill.js +8 -0
- package/build/icons/svgs/lightningFill.js +8 -0
- package/build/icons/svgs/line.js +8 -0
- package/build/icons/svgs/link.js +8 -0
- package/build/icons/svgs/link45deg.js +8 -0
- package/build/icons/svgs/linkedin.js +8 -0
- package/build/icons/svgs/list.js +8 -0
- package/build/icons/svgs/listCheck.js +8 -0
- package/build/icons/svgs/listColumns.js +8 -0
- package/build/icons/svgs/listColumnsReverse.js +8 -0
- package/build/icons/svgs/listNested.js +8 -0
- package/build/icons/svgs/listOl.js +8 -0
- package/build/icons/svgs/listStars.js +8 -0
- package/build/icons/svgs/listTask.js +8 -0
- package/build/icons/svgs/listUl.js +8 -0
- package/build/icons/svgs/lock.js +8 -0
- package/build/icons/svgs/lockFill.js +8 -0
- package/build/icons/svgs/magic.js +8 -0
- package/build/icons/svgs/magnet.js +8 -0
- package/build/icons/svgs/magnetFill.js +8 -0
- package/build/icons/svgs/mailbox.js +8 -0
- package/build/icons/svgs/mailbox2.js +8 -0
- package/build/icons/svgs/map.js +8 -0
- package/build/icons/svgs/mapFill.js +8 -0
- package/build/icons/svgs/markdown.js +8 -0
- package/build/icons/svgs/markdownFill.js +8 -0
- package/build/icons/svgs/mask.js +8 -0
- package/build/icons/svgs/mastodon.js +8 -0
- package/build/icons/svgs/medium.js +8 -0
- package/build/icons/svgs/megaphone.js +8 -0
- package/build/icons/svgs/megaphoneFill.js +8 -0
- package/build/icons/svgs/memory.js +8 -0
- package/build/icons/svgs/menuApp.js +8 -0
- package/build/icons/svgs/menuAppFill.js +8 -0
- package/build/icons/svgs/menuButton.js +8 -0
- package/build/icons/svgs/menuButtonFill.js +8 -0
- package/build/icons/svgs/menuButtonWide.js +8 -0
- package/build/icons/svgs/menuButtonWideFill.js +8 -0
- package/build/icons/svgs/menuDown.js +8 -0
- package/build/icons/svgs/menuUp.js +8 -0
- package/build/icons/svgs/messenger.js +8 -0
- package/build/icons/svgs/meta.js +8 -0
- package/build/icons/svgs/mic.js +8 -0
- package/build/icons/svgs/micFill.js +8 -0
- package/build/icons/svgs/micMute.js +8 -0
- package/build/icons/svgs/micMuteFill.js +8 -0
- package/build/icons/svgs/microsoft.js +8 -0
- package/build/icons/svgs/minecart.js +8 -0
- package/build/icons/svgs/minecartLoaded.js +8 -0
- package/build/icons/svgs/modem.js +8 -0
- package/build/icons/svgs/modemFill.js +8 -0
- package/build/icons/svgs/moisture.js +8 -0
- package/build/icons/svgs/moon.js +8 -0
- package/build/icons/svgs/moonFill.js +8 -0
- package/build/icons/svgs/moonStars.js +8 -0
- package/build/icons/svgs/moonStarsFill.js +8 -0
- package/build/icons/svgs/mortarboard.js +8 -0
- package/build/icons/svgs/mortarboardFill.js +8 -0
- package/build/icons/svgs/motherboard.js +8 -0
- package/build/icons/svgs/motherboardFill.js +8 -0
- package/build/icons/svgs/mouse.js +8 -0
- package/build/icons/svgs/mouse2.js +8 -0
- package/build/icons/svgs/mouse2Fill.js +8 -0
- package/build/icons/svgs/mouse3.js +8 -0
- package/build/icons/svgs/mouse3Fill.js +8 -0
- package/build/icons/svgs/mouseFill.js +8 -0
- package/build/icons/svgs/musicNote.js +8 -0
- package/build/icons/svgs/musicNoteBeamed.js +8 -0
- package/build/icons/svgs/musicNoteList.js +8 -0
- package/build/icons/svgs/musicPlayer.js +8 -0
- package/build/icons/svgs/musicPlayerFill.js +8 -0
- package/build/icons/svgs/newspaper.js +8 -0
- package/build/icons/svgs/nintendoSwitch.js +8 -0
- package/build/icons/svgs/nodeMinus.js +8 -0
- package/build/icons/svgs/nodeMinusFill.js +8 -0
- package/build/icons/svgs/nodePlus.js +8 -0
- package/build/icons/svgs/nodePlusFill.js +8 -0
- package/build/icons/svgs/nut.js +8 -0
- package/build/icons/svgs/nutFill.js +8 -0
- package/build/icons/svgs/octagon.js +8 -0
- package/build/icons/svgs/octagonFill.js +8 -0
- package/build/icons/svgs/octagonHalf.js +8 -0
- package/build/icons/svgs/opticalAudio.js +8 -0
- package/build/icons/svgs/opticalAudioFill.js +8 -0
- package/build/icons/svgs/option.js +8 -0
- package/build/icons/svgs/outlet.js +8 -0
- package/build/icons/svgs/paintBucket.js +8 -0
- package/build/icons/svgs/palette.js +8 -0
- package/build/icons/svgs/palette2.js +8 -0
- package/build/icons/svgs/paletteFill.js +8 -0
- package/build/icons/svgs/paperclip.js +8 -0
- package/build/icons/svgs/paragraph.js +8 -0
- package/build/icons/svgs/patchCheck.js +8 -0
- package/build/icons/svgs/patchCheckFill.js +8 -0
- package/build/icons/svgs/patchExclamation.js +8 -0
- package/build/icons/svgs/patchExclamationFill.js +8 -0
- package/build/icons/svgs/patchMinus.js +8 -0
- package/build/icons/svgs/patchMinusFill.js +8 -0
- package/build/icons/svgs/patchPlus.js +8 -0
- package/build/icons/svgs/patchPlusFill.js +8 -0
- package/build/icons/svgs/patchQuestion.js +8 -0
- package/build/icons/svgs/patchQuestionFill.js +8 -0
- package/build/icons/svgs/pause.js +8 -0
- package/build/icons/svgs/pauseBtn.js +8 -0
- package/build/icons/svgs/pauseBtnFill.js +8 -0
- package/build/icons/svgs/pauseCircle.js +8 -0
- package/build/icons/svgs/pauseCircleFill.js +8 -0
- package/build/icons/svgs/pauseFill.js +8 -0
- package/build/icons/svgs/paypal.js +8 -0
- package/build/icons/svgs/pc.js +8 -0
- package/build/icons/svgs/pcDisplay.js +8 -0
- package/build/icons/svgs/pcDisplayHorizontal.js +8 -0
- package/build/icons/svgs/pcHorizontal.js +8 -0
- package/build/icons/svgs/pciCard.js +8 -0
- package/build/icons/svgs/peace.js +8 -0
- package/build/icons/svgs/peaceFill.js +8 -0
- package/build/icons/svgs/pen.js +8 -0
- package/build/icons/svgs/penFill.js +8 -0
- package/build/icons/svgs/pencil.js +8 -0
- package/build/icons/svgs/pencilFill.js +8 -0
- package/build/icons/svgs/pencilSquare.js +8 -0
- package/build/icons/svgs/pentagon.js +8 -0
- package/build/icons/svgs/pentagonFill.js +8 -0
- package/build/icons/svgs/pentagonHalf.js +8 -0
- package/build/icons/svgs/people.js +8 -0
- package/build/icons/svgs/peopleFill.js +8 -0
- package/build/icons/svgs/percent.js +8 -0
- package/build/icons/svgs/person.js +8 -0
- package/build/icons/svgs/personBadge.js +8 -0
- package/build/icons/svgs/personBadgeFill.js +8 -0
- package/build/icons/svgs/personBoundingBox.js +8 -0
- package/build/icons/svgs/personCheck.js +8 -0
- package/build/icons/svgs/personCheckFill.js +8 -0
- package/build/icons/svgs/personCircle.js +8 -0
- package/build/icons/svgs/personDash.js +8 -0
- package/build/icons/svgs/personDashFill.js +8 -0
- package/build/icons/svgs/personFill.js +8 -0
- package/build/icons/svgs/personHeart.js +8 -0
- package/build/icons/svgs/personHearts.js +8 -0
- package/build/icons/svgs/personLinesFill.js +8 -0
- package/build/icons/svgs/personPlus.js +8 -0
- package/build/icons/svgs/personPlusFill.js +8 -0
- package/build/icons/svgs/personRolodex.js +8 -0
- package/build/icons/svgs/personSquare.js +8 -0
- package/build/icons/svgs/personVideo.js +8 -0
- package/build/icons/svgs/personVideo2.js +8 -0
- package/build/icons/svgs/personVideo3.js +8 -0
- package/build/icons/svgs/personWorkspace.js +8 -0
- package/build/icons/svgs/personX.js +8 -0
- package/build/icons/svgs/personXFill.js +8 -0
- package/build/icons/svgs/phone.js +8 -0
- package/build/icons/svgs/phoneFill.js +8 -0
- package/build/icons/svgs/phoneFlip.js +8 -0
- package/build/icons/svgs/phoneLandscape.js +8 -0
- package/build/icons/svgs/phoneLandscapeFill.js +8 -0
- package/build/icons/svgs/phoneVibrate.js +8 -0
- package/build/icons/svgs/phoneVibrateFill.js +8 -0
- package/build/icons/svgs/pieChart.js +8 -0
- package/build/icons/svgs/pieChartFill.js +8 -0
- package/build/icons/svgs/piggyBank.js +8 -0
- package/build/icons/svgs/piggyBankFill.js +8 -0
- package/build/icons/svgs/pin.js +8 -0
- package/build/icons/svgs/pinAngle.js +8 -0
- package/build/icons/svgs/pinAngleFill.js +8 -0
- package/build/icons/svgs/pinFill.js +8 -0
- package/build/icons/svgs/pinMap.js +8 -0
- package/build/icons/svgs/pinMapFill.js +8 -0
- package/build/icons/svgs/pinterest.js +8 -0
- package/build/icons/svgs/pip.js +8 -0
- package/build/icons/svgs/pipFill.js +8 -0
- package/build/icons/svgs/play.js +8 -0
- package/build/icons/svgs/playBtn.js +8 -0
- package/build/icons/svgs/playBtnFill.js +8 -0
- package/build/icons/svgs/playCircle.js +8 -0
- package/build/icons/svgs/playCircleFill.js +8 -0
- package/build/icons/svgs/playFill.js +8 -0
- package/build/icons/svgs/playstation.js +8 -0
- package/build/icons/svgs/plug.js +8 -0
- package/build/icons/svgs/plugFill.js +8 -0
- package/build/icons/svgs/plugin.js +8 -0
- package/build/icons/svgs/plus.js +8 -0
- package/build/icons/svgs/plusCircle.js +8 -0
- package/build/icons/svgs/plusCircleDotted.js +8 -0
- package/build/icons/svgs/plusCircleFill.js +8 -0
- package/build/icons/svgs/plusLg.js +8 -0
- package/build/icons/svgs/plusSlashMinus.js +8 -0
- package/build/icons/svgs/plusSquare.js +8 -0
- package/build/icons/svgs/plusSquareDotted.js +8 -0
- package/build/icons/svgs/plusSquareFill.js +8 -0
- package/build/icons/svgs/postage.js +8 -0
- package/build/icons/svgs/postageFill.js +8 -0
- package/build/icons/svgs/postageHeart.js +8 -0
- package/build/icons/svgs/postageHeartFill.js +8 -0
- package/build/icons/svgs/postcard.js +8 -0
- package/build/icons/svgs/postcardFill.js +8 -0
- package/build/icons/svgs/postcardHeart.js +8 -0
- package/build/icons/svgs/postcardHeartFill.js +8 -0
- package/build/icons/svgs/power.js +8 -0
- package/build/icons/svgs/printer.js +8 -0
- package/build/icons/svgs/printerFill.js +8 -0
- package/build/icons/svgs/projector.js +8 -0
- package/build/icons/svgs/projectorFill.js +8 -0
- package/build/icons/svgs/puzzle.js +8 -0
- package/build/icons/svgs/puzzleFill.js +8 -0
- package/build/icons/svgs/qrCode.js +8 -0
- package/build/icons/svgs/qrCodeScan.js +8 -0
- package/build/icons/svgs/question.js +8 -0
- package/build/icons/svgs/questionCircle.js +8 -0
- package/build/icons/svgs/questionCircleFill.js +8 -0
- package/build/icons/svgs/questionDiamond.js +8 -0
- package/build/icons/svgs/questionDiamondFill.js +8 -0
- package/build/icons/svgs/questionLg.js +8 -0
- package/build/icons/svgs/questionOctagon.js +8 -0
- package/build/icons/svgs/questionOctagonFill.js +8 -0
- package/build/icons/svgs/questionSquare.js +8 -0
- package/build/icons/svgs/questionSquareFill.js +8 -0
- package/build/icons/svgs/quora.js +8 -0
- package/build/icons/svgs/quote.js +8 -0
- package/build/icons/svgs/radioactive.js +8 -0
- package/build/icons/svgs/rainbow.js +8 -0
- package/build/icons/svgs/receipt.js +8 -0
- package/build/icons/svgs/receiptCutoff.js +8 -0
- package/build/icons/svgs/reception0.js +8 -0
- package/build/icons/svgs/reception1.js +8 -0
- package/build/icons/svgs/reception2.js +8 -0
- package/build/icons/svgs/reception3.js +8 -0
- package/build/icons/svgs/reception4.js +8 -0
- package/build/icons/svgs/record.js +8 -0
- package/build/icons/svgs/record2.js +8 -0
- package/build/icons/svgs/record2Fill.js +8 -0
- package/build/icons/svgs/recordBtn.js +8 -0
- package/build/icons/svgs/recordBtnFill.js +8 -0
- package/build/icons/svgs/recordCircle.js +8 -0
- package/build/icons/svgs/recordCircleFill.js +8 -0
- package/build/icons/svgs/recordFill.js +8 -0
- package/build/icons/svgs/recycle.js +8 -0
- package/build/icons/svgs/reddit.js +8 -0
- package/build/icons/svgs/reply.js +8 -0
- package/build/icons/svgs/replyAll.js +8 -0
- package/build/icons/svgs/replyAllFill.js +8 -0
- package/build/icons/svgs/replyFill.js +8 -0
- package/build/icons/svgs/robot.js +8 -0
- package/build/icons/svgs/router.js +8 -0
- package/build/icons/svgs/routerFill.js +8 -0
- package/build/icons/svgs/rss.js +8 -0
- package/build/icons/svgs/rssFill.js +8 -0
- package/build/icons/svgs/rulers.js +8 -0
- package/build/icons/svgs/safe.js +8 -0
- package/build/icons/svgs/safe2.js +8 -0
- package/build/icons/svgs/safe2Fill.js +8 -0
- package/build/icons/svgs/safeFill.js +8 -0
- package/build/icons/svgs/save.js +8 -0
- package/build/icons/svgs/save2.js +8 -0
- package/build/icons/svgs/save2Fill.js +8 -0
- package/build/icons/svgs/saveFill.js +8 -0
- package/build/icons/svgs/scissors.js +8 -0
- package/build/icons/svgs/screwdriver.js +8 -0
- package/build/icons/svgs/sdCard.js +8 -0
- package/build/icons/svgs/sdCardFill.js +8 -0
- package/build/icons/svgs/search.js +8 -0
- package/build/icons/svgs/searchHeart.js +8 -0
- package/build/icons/svgs/searchHeartFill.js +8 -0
- package/build/icons/svgs/segmentedNav.js +8 -0
- package/build/icons/svgs/send.js +8 -0
- package/build/icons/svgs/sendCheck.js +8 -0
- package/build/icons/svgs/sendCheckFill.js +8 -0
- package/build/icons/svgs/sendDash.js +8 -0
- package/build/icons/svgs/sendDashFill.js +8 -0
- package/build/icons/svgs/sendExclamation.js +8 -0
- package/build/icons/svgs/sendExclamationFill.js +8 -0
- package/build/icons/svgs/sendFill.js +8 -0
- package/build/icons/svgs/sendPlus.js +8 -0
- package/build/icons/svgs/sendPlusFill.js +8 -0
- package/build/icons/svgs/sendSlash.js +8 -0
- package/build/icons/svgs/sendSlashFill.js +8 -0
- package/build/icons/svgs/sendX.js +8 -0
- package/build/icons/svgs/sendXFill.js +8 -0
- package/build/icons/svgs/server.js +8 -0
- package/build/icons/svgs/share.js +8 -0
- package/build/icons/svgs/shareFill.js +8 -0
- package/build/icons/svgs/shield.js +8 -0
- package/build/icons/svgs/shieldCheck.js +8 -0
- package/build/icons/svgs/shieldExclamation.js +8 -0
- package/build/icons/svgs/shieldFill.js +8 -0
- package/build/icons/svgs/shieldFillCheck.js +8 -0
- package/build/icons/svgs/shieldFillExclamation.js +8 -0
- package/build/icons/svgs/shieldFillMinus.js +8 -0
- package/build/icons/svgs/shieldFillPlus.js +8 -0
- package/build/icons/svgs/shieldFillX.js +8 -0
- package/build/icons/svgs/shieldLock.js +8 -0
- package/build/icons/svgs/shieldLockFill.js +8 -0
- package/build/icons/svgs/shieldMinus.js +8 -0
- package/build/icons/svgs/shieldPlus.js +8 -0
- package/build/icons/svgs/shieldShaded.js +8 -0
- package/build/icons/svgs/shieldSlash.js +8 -0
- package/build/icons/svgs/shieldSlashFill.js +8 -0
- package/build/icons/svgs/shieldX.js +8 -0
- package/build/icons/svgs/shift.js +8 -0
- package/build/icons/svgs/shiftFill.js +8 -0
- package/build/icons/svgs/shop.js +8 -0
- package/build/icons/svgs/shopWindow.js +8 -0
- package/build/icons/svgs/shuffle.js +8 -0
- package/build/icons/svgs/signal.js +8 -0
- package/build/icons/svgs/signpost.js +8 -0
- package/build/icons/svgs/signpost2.js +8 -0
- package/build/icons/svgs/signpost2Fill.js +8 -0
- package/build/icons/svgs/signpostFill.js +8 -0
- package/build/icons/svgs/signpostSplit.js +8 -0
- package/build/icons/svgs/signpostSplitFill.js +8 -0
- package/build/icons/svgs/sim.js +8 -0
- package/build/icons/svgs/simFill.js +8 -0
- package/build/icons/svgs/skipBackward.js +8 -0
- package/build/icons/svgs/skipBackwardBtn.js +8 -0
- package/build/icons/svgs/skipBackwardBtnFill.js +8 -0
- package/build/icons/svgs/skipBackwardCircle.js +8 -0
- package/build/icons/svgs/skipBackwardCircleFill.js +8 -0
- package/build/icons/svgs/skipBackwardFill.js +8 -0
- package/build/icons/svgs/skipEnd.js +8 -0
- package/build/icons/svgs/skipEndBtn.js +8 -0
- package/build/icons/svgs/skipEndBtnFill.js +8 -0
- package/build/icons/svgs/skipEndCircle.js +8 -0
- package/build/icons/svgs/skipEndCircleFill.js +8 -0
- package/build/icons/svgs/skipEndFill.js +8 -0
- package/build/icons/svgs/skipForward.js +8 -0
- package/build/icons/svgs/skipForwardBtn.js +8 -0
- package/build/icons/svgs/skipForwardBtnFill.js +8 -0
- package/build/icons/svgs/skipForwardCircle.js +8 -0
- package/build/icons/svgs/skipForwardCircleFill.js +8 -0
- package/build/icons/svgs/skipForwardFill.js +8 -0
- package/build/icons/svgs/skipStart.js +8 -0
- package/build/icons/svgs/skipStartBtn.js +8 -0
- package/build/icons/svgs/skipStartBtnFill.js +8 -0
- package/build/icons/svgs/skipStartCircle.js +8 -0
- package/build/icons/svgs/skipStartCircleFill.js +8 -0
- package/build/icons/svgs/skipStartFill.js +8 -0
- package/build/icons/svgs/skype.js +8 -0
- package/build/icons/svgs/slack.js +8 -0
- package/build/icons/svgs/slash.js +8 -0
- package/build/icons/svgs/slashCircle.js +8 -0
- package/build/icons/svgs/slashCircleFill.js +8 -0
- package/build/icons/svgs/slashLg.js +8 -0
- package/build/icons/svgs/slashSquare.js +8 -0
- package/build/icons/svgs/slashSquareFill.js +8 -0
- package/build/icons/svgs/sliders.js +8 -0
- package/build/icons/svgs/sliders2.js +8 -0
- package/build/icons/svgs/sliders2Vertical.js +8 -0
- package/build/icons/svgs/smartwatch.js +8 -0
- package/build/icons/svgs/snapchat.js +8 -0
- package/build/icons/svgs/snow.js +8 -0
- package/build/icons/svgs/snow2.js +8 -0
- package/build/icons/svgs/snow3.js +8 -0
- package/build/icons/svgs/sortAlphaDown.js +8 -0
- package/build/icons/svgs/sortAlphaDownAlt.js +8 -0
- package/build/icons/svgs/sortAlphaUp.js +8 -0
- package/build/icons/svgs/sortAlphaUpAlt.js +8 -0
- package/build/icons/svgs/sortDown.js +8 -0
- package/build/icons/svgs/sortDownAlt.js +8 -0
- package/build/icons/svgs/sortNumericDown.js +8 -0
- package/build/icons/svgs/sortNumericDownAlt.js +8 -0
- package/build/icons/svgs/sortNumericUp.js +8 -0
- package/build/icons/svgs/sortNumericUpAlt.js +8 -0
- package/build/icons/svgs/sortUp.js +8 -0
- package/build/icons/svgs/sortUpAlt.js +8 -0
- package/build/icons/svgs/soundwave.js +8 -0
- package/build/icons/svgs/speaker.js +8 -0
- package/build/icons/svgs/speakerFill.js +8 -0
- package/build/icons/svgs/speedometer.js +8 -0
- package/build/icons/svgs/speedometer2.js +8 -0
- package/build/icons/svgs/spellcheck.js +8 -0
- package/build/icons/svgs/spotify.js +8 -0
- package/build/icons/svgs/square.js +8 -0
- package/build/icons/svgs/squareFill.js +8 -0
- package/build/icons/svgs/squareHalf.js +8 -0
- package/build/icons/svgs/stack.js +8 -0
- package/build/icons/svgs/stackOverflow.js +8 -0
- package/build/icons/svgs/star.js +8 -0
- package/build/icons/svgs/starFill.js +8 -0
- package/build/icons/svgs/starHalf.js +8 -0
- package/build/icons/svgs/stars.js +8 -0
- package/build/icons/svgs/steam.js +8 -0
- package/build/icons/svgs/stickies.js +8 -0
- package/build/icons/svgs/stickiesFill.js +8 -0
- package/build/icons/svgs/sticky.js +8 -0
- package/build/icons/svgs/stickyFill.js +8 -0
- package/build/icons/svgs/stop.js +8 -0
- package/build/icons/svgs/stopBtn.js +8 -0
- package/build/icons/svgs/stopBtnFill.js +8 -0
- package/build/icons/svgs/stopCircle.js +8 -0
- package/build/icons/svgs/stopCircleFill.js +8 -0
- package/build/icons/svgs/stopFill.js +8 -0
- package/build/icons/svgs/stoplights.js +8 -0
- package/build/icons/svgs/stoplightsFill.js +8 -0
- package/build/icons/svgs/stopwatch.js +8 -0
- package/build/icons/svgs/stopwatchFill.js +8 -0
- package/build/icons/svgs/strava.js +8 -0
- package/build/icons/svgs/subtract.js +8 -0
- package/build/icons/svgs/suitClub.js +8 -0
- package/build/icons/svgs/suitClubFill.js +8 -0
- package/build/icons/svgs/suitDiamond.js +8 -0
- package/build/icons/svgs/suitDiamondFill.js +8 -0
- package/build/icons/svgs/suitHeart.js +8 -0
- package/build/icons/svgs/suitHeartFill.js +8 -0
- package/build/icons/svgs/suitSpade.js +8 -0
- package/build/icons/svgs/suitSpadeFill.js +8 -0
- package/build/icons/svgs/sun.js +8 -0
- package/build/icons/svgs/sunFill.js +8 -0
- package/build/icons/svgs/sunglasses.js +8 -0
- package/build/icons/svgs/sunrise.js +8 -0
- package/build/icons/svgs/sunriseFill.js +8 -0
- package/build/icons/svgs/sunset.js +8 -0
- package/build/icons/svgs/sunsetFill.js +8 -0
- package/build/icons/svgs/symmetryHorizontal.js +8 -0
- package/build/icons/svgs/symmetryVertical.js +8 -0
- package/build/icons/svgs/table.js +8 -0
- package/build/icons/svgs/tablet.js +8 -0
- package/build/icons/svgs/tabletFill.js +8 -0
- package/build/icons/svgs/tabletLandscape.js +8 -0
- package/build/icons/svgs/tabletLandscapeFill.js +8 -0
- package/build/icons/svgs/tag.js +8 -0
- package/build/icons/svgs/tagFill.js +8 -0
- package/build/icons/svgs/tags.js +8 -0
- package/build/icons/svgs/tagsFill.js +8 -0
- package/build/icons/svgs/telegram.js +8 -0
- package/build/icons/svgs/telephone.js +8 -0
- package/build/icons/svgs/telephoneFill.js +8 -0
- package/build/icons/svgs/telephoneForward.js +8 -0
- package/build/icons/svgs/telephoneForwardFill.js +8 -0
- package/build/icons/svgs/telephoneInbound.js +8 -0
- package/build/icons/svgs/telephoneInboundFill.js +8 -0
- package/build/icons/svgs/telephoneMinus.js +8 -0
- package/build/icons/svgs/telephoneMinusFill.js +8 -0
- package/build/icons/svgs/telephoneOutbound.js +8 -0
- package/build/icons/svgs/telephoneOutboundFill.js +8 -0
- package/build/icons/svgs/telephonePlus.js +8 -0
- package/build/icons/svgs/telephonePlusFill.js +8 -0
- package/build/icons/svgs/telephoneX.js +8 -0
- package/build/icons/svgs/telephoneXFill.js +8 -0
- package/build/icons/svgs/terminal.js +8 -0
- package/build/icons/svgs/terminalDash.js +8 -0
- package/build/icons/svgs/terminalFill.js +8 -0
- package/build/icons/svgs/terminalPlus.js +8 -0
- package/build/icons/svgs/terminalSplit.js +8 -0
- package/build/icons/svgs/terminalX.js +8 -0
- package/build/icons/svgs/textCenter.js +8 -0
- package/build/icons/svgs/textIndentLeft.js +8 -0
- package/build/icons/svgs/textIndentRight.js +8 -0
- package/build/icons/svgs/textLeft.js +8 -0
- package/build/icons/svgs/textParagraph.js +8 -0
- package/build/icons/svgs/textRight.js +8 -0
- package/build/icons/svgs/textarea.js +8 -0
- package/build/icons/svgs/textareaResize.js +8 -0
- package/build/icons/svgs/textareaT.js +8 -0
- package/build/icons/svgs/thermometer.js +8 -0
- package/build/icons/svgs/thermometerHalf.js +8 -0
- package/build/icons/svgs/thermometerHigh.js +8 -0
- package/build/icons/svgs/thermometerLow.js +8 -0
- package/build/icons/svgs/thermometerSnow.js +8 -0
- package/build/icons/svgs/thermometerSun.js +8 -0
- package/build/icons/svgs/threeDots.js +8 -0
- package/build/icons/svgs/threeDotsVertical.js +8 -0
- package/build/icons/svgs/thunderbolt.js +8 -0
- package/build/icons/svgs/thunderboltFill.js +8 -0
- package/build/icons/svgs/ticket.js +8 -0
- package/build/icons/svgs/ticketDetailed.js +8 -0
- package/build/icons/svgs/ticketDetailedFill.js +8 -0
- package/build/icons/svgs/ticketFill.js +8 -0
- package/build/icons/svgs/ticketPerforated.js +8 -0
- package/build/icons/svgs/ticketPerforatedFill.js +8 -0
- package/build/icons/svgs/tiktok.js +8 -0
- package/build/icons/svgs/toggle2Off.js +8 -0
- package/build/icons/svgs/toggle2On.js +8 -0
- package/build/icons/svgs/toggleOff.js +8 -0
- package/build/icons/svgs/toggleOn.js +8 -0
- package/build/icons/svgs/toggles.js +8 -0
- package/build/icons/svgs/toggles2.js +8 -0
- package/build/icons/svgs/tools.js +8 -0
- package/build/icons/svgs/tornado.js +8 -0
- package/build/icons/svgs/translate.js +8 -0
- package/build/icons/svgs/trash.js +8 -0
- package/build/icons/svgs/trash2.js +8 -0
- package/build/icons/svgs/trash2Fill.js +8 -0
- package/build/icons/svgs/trash3.js +8 -0
- package/build/icons/svgs/trash3Fill.js +8 -0
- package/build/icons/svgs/trashFill.js +8 -0
- package/build/icons/svgs/tree.js +8 -0
- package/build/icons/svgs/treeFill.js +8 -0
- package/build/icons/svgs/triangle.js +8 -0
- package/build/icons/svgs/triangleFill.js +8 -0
- package/build/icons/svgs/triangleHalf.js +8 -0
- package/build/icons/svgs/trophy.js +8 -0
- package/build/icons/svgs/trophyFill.js +8 -0
- package/build/icons/svgs/tropicalStorm.js +8 -0
- package/build/icons/svgs/truck.js +8 -0
- package/build/icons/svgs/truckFlatbed.js +8 -0
- package/build/icons/svgs/tsunami.js +8 -0
- package/build/icons/svgs/tv.js +8 -0
- package/build/icons/svgs/tvFill.js +8 -0
- package/build/icons/svgs/twitch.js +8 -0
- package/build/icons/svgs/twitter.js +8 -0
- package/build/icons/svgs/type.js +8 -0
- package/build/icons/svgs/typeBold.js +8 -0
- package/build/icons/svgs/typeH1.js +8 -0
- package/build/icons/svgs/typeH2.js +8 -0
- package/build/icons/svgs/typeH3.js +8 -0
- package/build/icons/svgs/typeItalic.js +8 -0
- package/build/icons/svgs/typeStrikethrough.js +8 -0
- package/build/icons/svgs/typeUnderline.js +8 -0
- package/build/icons/svgs/uiChecks.js +8 -0
- package/build/icons/svgs/uiChecksGrid.js +8 -0
- package/build/icons/svgs/uiRadios.js +8 -0
- package/build/icons/svgs/uiRadiosGrid.js +8 -0
- package/build/icons/svgs/umbrella.js +8 -0
- package/build/icons/svgs/umbrellaFill.js +8 -0
- package/build/icons/svgs/union.js +8 -0
- package/build/icons/svgs/unlock.js +8 -0
- package/build/icons/svgs/unlockFill.js +8 -0
- package/build/icons/svgs/upc.js +8 -0
- package/build/icons/svgs/upcScan.js +8 -0
- package/build/icons/svgs/upload.js +8 -0
- package/build/icons/svgs/usb.js +8 -0
- package/build/icons/svgs/usbC.js +8 -0
- package/build/icons/svgs/usbCFill.js +8 -0
- package/build/icons/svgs/usbDrive.js +8 -0
- package/build/icons/svgs/usbDriveFill.js +8 -0
- package/build/icons/svgs/usbFill.js +8 -0
- package/build/icons/svgs/usbMicro.js +8 -0
- package/build/icons/svgs/usbMicroFill.js +8 -0
- package/build/icons/svgs/usbMini.js +8 -0
- package/build/icons/svgs/usbMiniFill.js +8 -0
- package/build/icons/svgs/usbPlug.js +8 -0
- package/build/icons/svgs/usbPlugFill.js +8 -0
- package/build/icons/svgs/usbSymbol.js +8 -0
- package/build/icons/svgs/valentine.js +8 -0
- package/build/icons/svgs/valentine2.js +8 -0
- package/build/icons/svgs/vectorPen.js +8 -0
- package/build/icons/svgs/viewList.js +8 -0
- package/build/icons/svgs/viewStacked.js +8 -0
- package/build/icons/svgs/vimeo.js +8 -0
- package/build/icons/svgs/vinyl.js +8 -0
- package/build/icons/svgs/vinylFill.js +8 -0
- package/build/icons/svgs/voicemail.js +8 -0
- package/build/icons/svgs/volumeDown.js +8 -0
- package/build/icons/svgs/volumeDownFill.js +8 -0
- package/build/icons/svgs/volumeMute.js +8 -0
- package/build/icons/svgs/volumeMuteFill.js +8 -0
- package/build/icons/svgs/volumeOff.js +8 -0
- package/build/icons/svgs/volumeOffFill.js +8 -0
- package/build/icons/svgs/volumeUp.js +8 -0
- package/build/icons/svgs/volumeUpFill.js +8 -0
- package/build/icons/svgs/vr.js +8 -0
- package/build/icons/svgs/wallet.js +8 -0
- package/build/icons/svgs/wallet2.js +8 -0
- package/build/icons/svgs/walletFill.js +8 -0
- package/build/icons/svgs/watch.js +8 -0
- package/build/icons/svgs/water.js +8 -0
- package/build/icons/svgs/webcam.js +8 -0
- package/build/icons/svgs/webcamFill.js +8 -0
- package/build/icons/svgs/whatsapp.js +8 -0
- package/build/icons/svgs/wifi.js +8 -0
- package/build/icons/svgs/wifi1.js +8 -0
- package/build/icons/svgs/wifi2.js +8 -0
- package/build/icons/svgs/wifiOff.js +8 -0
- package/build/icons/svgs/wind.js +8 -0
- package/build/icons/svgs/windowDash.js +8 -0
- package/build/icons/svgs/windowDesktop.js +8 -0
- package/build/icons/svgs/windowDock.js +8 -0
- package/build/icons/svgs/windowFullscreen.js +8 -0
- package/build/icons/svgs/windowPlus.js +8 -0
- package/build/icons/svgs/windowSidebar.js +8 -0
- package/build/icons/svgs/windowSplit.js +8 -0
- package/build/icons/svgs/windowStack.js +8 -0
- package/build/icons/svgs/windowX.js +8 -0
- package/build/icons/svgs/windows.js +8 -0
- package/build/icons/svgs/wordpress.js +8 -0
- package/build/icons/svgs/wrench.js +8 -0
- package/build/icons/svgs/wrenchAdjustable.js +8 -0
- package/build/icons/svgs/wrenchAdjustableCircle.js +8 -0
- package/build/icons/svgs/wrenchAdjustableCircleFill.js +8 -0
- package/build/icons/svgs/x.js +8 -0
- package/build/icons/svgs/xCircle.js +8 -0
- package/build/icons/svgs/xCircleFill.js +8 -0
- package/build/icons/svgs/xDiamond.js +8 -0
- package/build/icons/svgs/xDiamondFill.js +8 -0
- package/build/icons/svgs/xLg.js +8 -0
- package/build/icons/svgs/xOctagon.js +8 -0
- package/build/icons/svgs/xOctagonFill.js +8 -0
- package/build/icons/svgs/xSquare.js +8 -0
- package/build/icons/svgs/xSquareFill.js +8 -0
- package/build/icons/svgs/xbox.js +8 -0
- package/build/icons/svgs/yinYang.js +8 -0
- package/build/icons/svgs/youtube.js +8 -0
- package/build/icons/svgs/zoomIn.js +8 -0
- package/build/icons/svgs/zoomOut.js +8 -0
- package/build/ie.js +13 -0
- package/build/index-icons.js +20 -0
- package/build/index.js +16 -0
- package/build/libs.js +6 -0
- package/dist/gd-bs-icons.js +22327 -0
- package/dist/gd-bs-icons.min.js +1 -0
- package/dist/gd-bs.d.ts +3087 -0
- package/dist/gd-bs.js +3552 -0
- package/dist/gd-bs.min.js +1 -0
- package/package.json +10 -10
- package/pnpm-lock.yaml +475 -455
- package/src/bs.scss +304 -36
- package/src/icons/iconTypes.ts +1 -1
- package/src/icons/index.d.ts +2 -2
- package/src/icons/index.ts +2 -2
- package/src/icons/svgs/badgeSdFill.ts +1 -1
- package/src/icons/svgs/bagHeartFill.ts +1 -1
- package/src/icons/svgs/box2.ts +1 -1
- package/src/icons/svgs/box2Fill.ts +1 -1
- package/src/icons/svgs/box2Heart.ts +1 -1
- package/src/icons/svgs/box2HeartFill.ts +1 -1
- package/src/icons/svgs/calendar2HeartFill.ts +1 -1
- package/src/icons/svgs/calendarHeartFill.ts +1 -1
- package/src/icons/svgs/chatHeartFill.ts +1 -1
- package/src/icons/svgs/chatLeftHeartFill.ts +1 -1
- package/src/icons/svgs/chatRightHeartFill.ts +1 -1
- package/src/icons/svgs/chatSquareHeartFill.ts +1 -1
- package/src/icons/svgs/clipboard2.ts +1 -1
- package/src/icons/svgs/clipboard2Check.ts +1 -1
- package/src/icons/svgs/clipboard2CheckFill.ts +1 -1
- package/src/icons/svgs/clipboard2Data.ts +1 -1
- package/src/icons/svgs/clipboard2DataFill.ts +1 -1
- package/src/icons/svgs/clipboard2Fill.ts +1 -1
- package/src/icons/svgs/clipboard2Heart.ts +1 -1
- package/src/icons/svgs/clipboard2HeartFill.ts +1 -1
- package/src/icons/svgs/clipboard2Minus.ts +1 -1
- package/src/icons/svgs/clipboard2MinusFill.ts +1 -1
- package/src/icons/svgs/clipboard2Plus.ts +1 -1
- package/src/icons/svgs/clipboard2PlusFill.ts +1 -1
- package/src/icons/svgs/clipboard2Pulse.ts +1 -1
- package/src/icons/svgs/clipboard2PulseFill.ts +1 -1
- package/src/icons/svgs/clipboard2X.ts +1 -1
- package/src/icons/svgs/clipboard2XFill.ts +1 -1
- package/src/icons/svgs/clipboardCheckFill.ts +1 -1
- package/src/icons/svgs/clipboardDataFill.ts +1 -1
- package/src/icons/svgs/clipboardHeart.ts +1 -1
- package/src/icons/svgs/clipboardHeartFill.ts +1 -1
- package/src/icons/svgs/clipboardMinusFill.ts +1 -1
- package/src/icons/svgs/clipboardPlusFill.ts +1 -1
- package/src/icons/svgs/clipboardXFill.ts +1 -1
- package/src/icons/svgs/envelopeHeartFill.ts +1 -1
- package/src/icons/svgs/envelopeOpenHeartFill.ts +1 -1
- package/src/icons/svgs/envelopePaper.ts +1 -1
- package/src/icons/svgs/heartArrow.ts +1 -1
- package/src/icons/svgs/hospital.ts +1 -1
- package/src/icons/svgs/hospitalFill.ts +1 -1
- package/src/icons/svgs/houseHeart.ts +1 -1
- package/src/icons/svgs/houseHeartFill.ts +1 -1
- package/src/icons/svgs/index.d.ts +2 -2
- package/src/icons/svgs/index.ts +1 -1
- package/src/icons/svgs/magnet.ts +1 -1
- package/src/icons/svgs/magnetFill.ts +1 -1
- package/src/icons/svgs/personHeart.ts +1 -1
- package/src/icons/svgs/piggyBankFill.ts +1 -1
- package/src/icons/svgs/postage.ts +1 -1
- package/src/icons/svgs/postageFill.ts +1 -1
- package/src/icons/svgs/postageHeart.ts +1 -1
- package/src/icons/svgs/postageHeartFill.ts +1 -1
- package/src/icons/svgs/postcardFill.ts +1 -1
- package/src/icons/svgs/postcardHeart.ts +1 -1
- package/src/icons/svgs/projector.ts +1 -1
- package/src/icons/svgs/screwdriver.ts +1 -1
- package/src/icons/svgs/searchHeart.ts +1 -1
- package/src/icons/svgs/searchHeartFill.ts +1 -1
- package/src/icons/svgs/sendFill.ts +1 -1
- package/src/icons/svgs/trash3.ts +1 -1
- package/src/icons/svgs/trash3Fill.ts +1 -1
- package/src/icons/svgs/valentine.ts +1 -1
- package/src/icons/svgs/valentine2.ts +1 -1
- package/src/icons/svgs/wrenchAdjustable.ts +1 -1
- package/src/icons/svgs/wrenchAdjustableCircle.d.ts +1 -0
- package/src/icons/svgs/wrenchAdjustableCircle.ts +4 -0
- package/src/icons/svgs/wrenchAdjustableCircleFill.ts +1 -1
- package/src/icons/svgs/wrenchAdjustableCricle.d.ts +0 -1
- package/src/icons/svgs/wrenchAdjustableCricle.ts +0 -4
|
@@ -0,0 +1,3336 @@
|
|
|
1
|
+
// 123.svg
|
|
2
|
+
export const _123: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3
|
+
// activity.svg
|
|
4
|
+
export const activity: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
5
|
+
// alarm-fill.svg
|
|
6
|
+
export const alarmFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
7
|
+
// alarm.svg
|
|
8
|
+
export const alarm: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
9
|
+
// align-bottom.svg
|
|
10
|
+
export const alignBottom: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
11
|
+
// align-center.svg
|
|
12
|
+
export const alignCenter: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
13
|
+
// align-end.svg
|
|
14
|
+
export const alignEnd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
15
|
+
// align-middle.svg
|
|
16
|
+
export const alignMiddle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
17
|
+
// align-start.svg
|
|
18
|
+
export const alignStart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
19
|
+
// align-top.svg
|
|
20
|
+
export const alignTop: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
21
|
+
// alt.svg
|
|
22
|
+
export const alt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
23
|
+
// app-indicator.svg
|
|
24
|
+
export const appIndicator: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
25
|
+
// app.svg
|
|
26
|
+
export const app: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
27
|
+
// apple.svg
|
|
28
|
+
export const apple: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
29
|
+
// archive-fill.svg
|
|
30
|
+
export const archiveFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
31
|
+
// archive.svg
|
|
32
|
+
export const archive: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
33
|
+
// arrow-90deg-down.svg
|
|
34
|
+
export const arrow90degDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
35
|
+
// arrow-90deg-left.svg
|
|
36
|
+
export const arrow90degLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
37
|
+
// arrow-90deg-right.svg
|
|
38
|
+
export const arrow90degRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
39
|
+
// arrow-90deg-up.svg
|
|
40
|
+
export const arrow90degUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
41
|
+
// arrow-bar-down.svg
|
|
42
|
+
export const arrowBarDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
43
|
+
// arrow-bar-left.svg
|
|
44
|
+
export const arrowBarLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
45
|
+
// arrow-bar-right.svg
|
|
46
|
+
export const arrowBarRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
47
|
+
// arrow-bar-up.svg
|
|
48
|
+
export const arrowBarUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
49
|
+
// arrow-clockwise.svg
|
|
50
|
+
export const arrowClockwise: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
51
|
+
// arrow-counterclockwise.svg
|
|
52
|
+
export const arrowCounterclockwise: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
53
|
+
// arrow-down-circle-fill.svg
|
|
54
|
+
export const arrowDownCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
55
|
+
// arrow-down-circle.svg
|
|
56
|
+
export const arrowDownCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
57
|
+
// arrow-down-left-circle-fill.svg
|
|
58
|
+
export const arrowDownLeftCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
59
|
+
// arrow-down-left-circle.svg
|
|
60
|
+
export const arrowDownLeftCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
61
|
+
// arrow-down-left-square-fill.svg
|
|
62
|
+
export const arrowDownLeftSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
63
|
+
// arrow-down-left-square.svg
|
|
64
|
+
export const arrowDownLeftSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
65
|
+
// arrow-down-left.svg
|
|
66
|
+
export const arrowDownLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
67
|
+
// arrow-down-right-circle-fill.svg
|
|
68
|
+
export const arrowDownRightCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
69
|
+
// arrow-down-right-circle.svg
|
|
70
|
+
export const arrowDownRightCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
71
|
+
// arrow-down-right-square-fill.svg
|
|
72
|
+
export const arrowDownRightSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
73
|
+
// arrow-down-right-square.svg
|
|
74
|
+
export const arrowDownRightSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
75
|
+
// arrow-down-right.svg
|
|
76
|
+
export const arrowDownRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
77
|
+
// arrow-down-short.svg
|
|
78
|
+
export const arrowDownShort: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
79
|
+
// arrow-down-square-fill.svg
|
|
80
|
+
export const arrowDownSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
81
|
+
// arrow-down-square.svg
|
|
82
|
+
export const arrowDownSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
83
|
+
// arrow-down-up.svg
|
|
84
|
+
export const arrowDownUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
85
|
+
// arrow-down.svg
|
|
86
|
+
export const arrowDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
87
|
+
// arrow-left-circle-fill.svg
|
|
88
|
+
export const arrowLeftCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
89
|
+
// arrow-left-circle.svg
|
|
90
|
+
export const arrowLeftCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
91
|
+
// arrow-left-right.svg
|
|
92
|
+
export const arrowLeftRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
93
|
+
// arrow-left-short.svg
|
|
94
|
+
export const arrowLeftShort: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
95
|
+
// arrow-left-square-fill.svg
|
|
96
|
+
export const arrowLeftSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
97
|
+
// arrow-left-square.svg
|
|
98
|
+
export const arrowLeftSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
99
|
+
// arrow-left.svg
|
|
100
|
+
export const arrowLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
101
|
+
// arrow-repeat.svg
|
|
102
|
+
export const arrowRepeat: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
103
|
+
// arrow-return-left.svg
|
|
104
|
+
export const arrowReturnLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
105
|
+
// arrow-return-right.svg
|
|
106
|
+
export const arrowReturnRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
107
|
+
// arrow-right-circle-fill.svg
|
|
108
|
+
export const arrowRightCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
109
|
+
// arrow-right-circle.svg
|
|
110
|
+
export const arrowRightCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
111
|
+
// arrow-right-short.svg
|
|
112
|
+
export const arrowRightShort: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
113
|
+
// arrow-right-square-fill.svg
|
|
114
|
+
export const arrowRightSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
115
|
+
// arrow-right-square.svg
|
|
116
|
+
export const arrowRightSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
117
|
+
// arrow-right.svg
|
|
118
|
+
export const arrowRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
119
|
+
// arrow-through-heart-fill.svg
|
|
120
|
+
export const arrowThroughHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
121
|
+
// arrow-through-heart.svg
|
|
122
|
+
export const arrowThroughHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
123
|
+
// arrow-up-circle-fill.svg
|
|
124
|
+
export const arrowUpCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
125
|
+
// arrow-up-circle.svg
|
|
126
|
+
export const arrowUpCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
127
|
+
// arrow-up-left-circle-fill.svg
|
|
128
|
+
export const arrowUpLeftCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
129
|
+
// arrow-up-left-circle.svg
|
|
130
|
+
export const arrowUpLeftCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
131
|
+
// arrow-up-left-square-fill.svg
|
|
132
|
+
export const arrowUpLeftSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
133
|
+
// arrow-up-left-square.svg
|
|
134
|
+
export const arrowUpLeftSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
135
|
+
// arrow-up-left.svg
|
|
136
|
+
export const arrowUpLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
137
|
+
// arrow-up-right-circle-fill.svg
|
|
138
|
+
export const arrowUpRightCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
139
|
+
// arrow-up-right-circle.svg
|
|
140
|
+
export const arrowUpRightCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
141
|
+
// arrow-up-right-square-fill.svg
|
|
142
|
+
export const arrowUpRightSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
143
|
+
// arrow-up-right-square.svg
|
|
144
|
+
export const arrowUpRightSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
145
|
+
// arrow-up-right.svg
|
|
146
|
+
export const arrowUpRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
147
|
+
// arrow-up-short.svg
|
|
148
|
+
export const arrowUpShort: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
149
|
+
// arrow-up-square-fill.svg
|
|
150
|
+
export const arrowUpSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
151
|
+
// arrow-up-square.svg
|
|
152
|
+
export const arrowUpSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
153
|
+
// arrow-up.svg
|
|
154
|
+
export const arrowUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
155
|
+
// arrows-angle-contract.svg
|
|
156
|
+
export const arrowsAngleContract: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
157
|
+
// arrows-angle-expand.svg
|
|
158
|
+
export const arrowsAngleExpand: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
159
|
+
// arrows-collapse.svg
|
|
160
|
+
export const arrowsCollapse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
161
|
+
// arrows-expand.svg
|
|
162
|
+
export const arrowsExpand: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
163
|
+
// arrows-fullscreen.svg
|
|
164
|
+
export const arrowsFullscreen: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
165
|
+
// arrows-move.svg
|
|
166
|
+
export const arrowsMove: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
167
|
+
// aspect-ratio-fill.svg
|
|
168
|
+
export const aspectRatioFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
169
|
+
// aspect-ratio.svg
|
|
170
|
+
export const aspectRatio: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
171
|
+
// asterisk.svg
|
|
172
|
+
export const asterisk: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
173
|
+
// at.svg
|
|
174
|
+
export const at: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
175
|
+
// award-fill.svg
|
|
176
|
+
export const awardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
177
|
+
// award.svg
|
|
178
|
+
export const award: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
179
|
+
// back.svg
|
|
180
|
+
export const back: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
181
|
+
// backspace-fill.svg
|
|
182
|
+
export const backspaceFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
183
|
+
// backspace-reverse-fill.svg
|
|
184
|
+
export const backspaceReverseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
185
|
+
// backspace-reverse.svg
|
|
186
|
+
export const backspaceReverse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
187
|
+
// backspace.svg
|
|
188
|
+
export const backspace: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
189
|
+
// badge-3d-fill.svg
|
|
190
|
+
export const badge3dFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
191
|
+
// badge-3d.svg
|
|
192
|
+
export const badge3d: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
193
|
+
// badge-4k-fill.svg
|
|
194
|
+
export const badge4kFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
195
|
+
// badge-4k.svg
|
|
196
|
+
export const badge4k: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
197
|
+
// badge-8k-fill.svg
|
|
198
|
+
export const badge8kFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
199
|
+
// badge-8k.svg
|
|
200
|
+
export const badge8k: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
201
|
+
// badge-ad-fill.svg
|
|
202
|
+
export const badgeAdFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
203
|
+
// badge-ad.svg
|
|
204
|
+
export const badgeAd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
205
|
+
// badge-ar-fill.svg
|
|
206
|
+
export const badgeArFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
207
|
+
// badge-ar.svg
|
|
208
|
+
export const badgeAr: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
209
|
+
// badge-cc-fill.svg
|
|
210
|
+
export const badgeCcFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
211
|
+
// badge-cc.svg
|
|
212
|
+
export const badgeCc: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
213
|
+
// badge-hd-fill.svg
|
|
214
|
+
export const badgeHdFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
215
|
+
// badge-hd.svg
|
|
216
|
+
export const badgeHd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
217
|
+
// badge-sd-fill.svg
|
|
218
|
+
export const badgeSdFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
219
|
+
// badge-sd.svg
|
|
220
|
+
export const badgeSd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
221
|
+
// badge-tm-fill.svg
|
|
222
|
+
export const badgeTmFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
223
|
+
// badge-tm.svg
|
|
224
|
+
export const badgeTm: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
225
|
+
// badge-vo-fill.svg
|
|
226
|
+
export const badgeVoFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
227
|
+
// badge-vo.svg
|
|
228
|
+
export const badgeVo: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
229
|
+
// badge-vr-fill.svg
|
|
230
|
+
export const badgeVrFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
231
|
+
// badge-vr.svg
|
|
232
|
+
export const badgeVr: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
233
|
+
// badge-wc-fill.svg
|
|
234
|
+
export const badgeWcFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
235
|
+
// badge-wc.svg
|
|
236
|
+
export const badgeWc: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
237
|
+
// bag-check-fill.svg
|
|
238
|
+
export const bagCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
239
|
+
// bag-check.svg
|
|
240
|
+
export const bagCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
241
|
+
// bag-dash-fill.svg
|
|
242
|
+
export const bagDashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
243
|
+
// bag-dash.svg
|
|
244
|
+
export const bagDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
245
|
+
// bag-fill.svg
|
|
246
|
+
export const bagFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
247
|
+
// bag-heart-fill.svg
|
|
248
|
+
export const bagHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
249
|
+
// bag-heart.svg
|
|
250
|
+
export const bagHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
251
|
+
// bag-plus-fill.svg
|
|
252
|
+
export const bagPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
253
|
+
// bag-plus.svg
|
|
254
|
+
export const bagPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
255
|
+
// bag-x-fill.svg
|
|
256
|
+
export const bagXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
257
|
+
// bag-x.svg
|
|
258
|
+
export const bagX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
259
|
+
// bag.svg
|
|
260
|
+
export const bag: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
261
|
+
// balloon-fill.svg
|
|
262
|
+
export const balloonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
263
|
+
// balloon-heart-fill.svg
|
|
264
|
+
export const balloonHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
265
|
+
// balloon-heart.svg
|
|
266
|
+
export const balloonHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
267
|
+
// balloon.svg
|
|
268
|
+
export const balloon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
269
|
+
// bandaid-fill.svg
|
|
270
|
+
export const bandaidFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
271
|
+
// bandaid.svg
|
|
272
|
+
export const bandaid: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
273
|
+
// bank.svg
|
|
274
|
+
export const bank: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
275
|
+
// bank2.svg
|
|
276
|
+
export const bank2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
277
|
+
// bar-chart-fill.svg
|
|
278
|
+
export const barChartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
279
|
+
// bar-chart-line-fill.svg
|
|
280
|
+
export const barChartLineFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
281
|
+
// bar-chart-line.svg
|
|
282
|
+
export const barChartLine: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
283
|
+
// bar-chart-steps.svg
|
|
284
|
+
export const barChartSteps: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
285
|
+
// bar-chart.svg
|
|
286
|
+
export const barChart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
287
|
+
// basket-fill.svg
|
|
288
|
+
export const basketFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
289
|
+
// basket.svg
|
|
290
|
+
export const basket: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
291
|
+
// basket2-fill.svg
|
|
292
|
+
export const basket2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
293
|
+
// basket2.svg
|
|
294
|
+
export const basket2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
295
|
+
// basket3-fill.svg
|
|
296
|
+
export const basket3Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
297
|
+
// basket3.svg
|
|
298
|
+
export const basket3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
299
|
+
// battery-charging.svg
|
|
300
|
+
export const batteryCharging: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
301
|
+
// battery-full.svg
|
|
302
|
+
export const batteryFull: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
303
|
+
// battery-half.svg
|
|
304
|
+
export const batteryHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
305
|
+
// battery.svg
|
|
306
|
+
export const battery: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
307
|
+
// behance.svg
|
|
308
|
+
export const behance: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
309
|
+
// bell-fill.svg
|
|
310
|
+
export const bellFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
311
|
+
// bell-slash-fill.svg
|
|
312
|
+
export const bellSlashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
313
|
+
// bell-slash.svg
|
|
314
|
+
export const bellSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
315
|
+
// bell.svg
|
|
316
|
+
export const bell: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
317
|
+
// bezier.svg
|
|
318
|
+
export const bezier: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
319
|
+
// bezier2.svg
|
|
320
|
+
export const bezier2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
321
|
+
// bicycle.svg
|
|
322
|
+
export const bicycle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
323
|
+
// binoculars-fill.svg
|
|
324
|
+
export const binocularsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
325
|
+
// binoculars.svg
|
|
326
|
+
export const binoculars: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
327
|
+
// blockquote-left.svg
|
|
328
|
+
export const blockquoteLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
329
|
+
// blockquote-right.svg
|
|
330
|
+
export const blockquoteRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
331
|
+
// bluetooth.svg
|
|
332
|
+
export const bluetooth: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
333
|
+
// body-text.svg
|
|
334
|
+
export const bodyText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
335
|
+
// book-fill.svg
|
|
336
|
+
export const bookFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
337
|
+
// book-half.svg
|
|
338
|
+
export const bookHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
339
|
+
// book.svg
|
|
340
|
+
export const book: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
341
|
+
// bookmark-check-fill.svg
|
|
342
|
+
export const bookmarkCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
343
|
+
// bookmark-check.svg
|
|
344
|
+
export const bookmarkCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
345
|
+
// bookmark-dash-fill.svg
|
|
346
|
+
export const bookmarkDashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
347
|
+
// bookmark-dash.svg
|
|
348
|
+
export const bookmarkDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
349
|
+
// bookmark-fill.svg
|
|
350
|
+
export const bookmarkFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
351
|
+
// bookmark-heart-fill.svg
|
|
352
|
+
export const bookmarkHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
353
|
+
// bookmark-heart.svg
|
|
354
|
+
export const bookmarkHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
355
|
+
// bookmark-plus-fill.svg
|
|
356
|
+
export const bookmarkPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
357
|
+
// bookmark-plus.svg
|
|
358
|
+
export const bookmarkPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
359
|
+
// bookmark-star-fill.svg
|
|
360
|
+
export const bookmarkStarFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
361
|
+
// bookmark-star.svg
|
|
362
|
+
export const bookmarkStar: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
363
|
+
// bookmark-x-fill.svg
|
|
364
|
+
export const bookmarkXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
365
|
+
// bookmark-x.svg
|
|
366
|
+
export const bookmarkX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
367
|
+
// bookmark.svg
|
|
368
|
+
export const bookmark: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
369
|
+
// bookmarks-fill.svg
|
|
370
|
+
export const bookmarksFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
371
|
+
// bookmarks.svg
|
|
372
|
+
export const bookmarks: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
373
|
+
// bookshelf.svg
|
|
374
|
+
export const bookshelf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
375
|
+
// boombox-fill.svg
|
|
376
|
+
export const boomboxFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
377
|
+
// boombox.svg
|
|
378
|
+
export const boombox: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
379
|
+
// bootstrap-fill.svg
|
|
380
|
+
export const bootstrapFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
381
|
+
// bootstrap-reboot.svg
|
|
382
|
+
export const bootstrapReboot: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
383
|
+
// bootstrap.svg
|
|
384
|
+
export const bootstrap: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
385
|
+
// border-all.svg
|
|
386
|
+
export const borderAll: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
387
|
+
// border-bottom.svg
|
|
388
|
+
export const borderBottom: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
389
|
+
// border-center.svg
|
|
390
|
+
export const borderCenter: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
391
|
+
// border-inner.svg
|
|
392
|
+
export const borderInner: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
393
|
+
// border-left.svg
|
|
394
|
+
export const borderLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
395
|
+
// border-middle.svg
|
|
396
|
+
export const borderMiddle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
397
|
+
// border-outer.svg
|
|
398
|
+
export const borderOuter: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
399
|
+
// border-right.svg
|
|
400
|
+
export const borderRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
401
|
+
// border-style.svg
|
|
402
|
+
export const borderStyle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
403
|
+
// border-top.svg
|
|
404
|
+
export const borderTop: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
405
|
+
// border-width.svg
|
|
406
|
+
export const borderWidth: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
407
|
+
// border.svg
|
|
408
|
+
export const border: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
409
|
+
// bounding-box-circles.svg
|
|
410
|
+
export const boundingBoxCircles: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
411
|
+
// bounding-box.svg
|
|
412
|
+
export const boundingBox: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
413
|
+
// box-arrow-down-left.svg
|
|
414
|
+
export const boxArrowDownLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
415
|
+
// box-arrow-down-right.svg
|
|
416
|
+
export const boxArrowDownRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
417
|
+
// box-arrow-down.svg
|
|
418
|
+
export const boxArrowDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
419
|
+
// box-arrow-in-down-left.svg
|
|
420
|
+
export const boxArrowInDownLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
421
|
+
// box-arrow-in-down-right.svg
|
|
422
|
+
export const boxArrowInDownRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
423
|
+
// box-arrow-in-down.svg
|
|
424
|
+
export const boxArrowInDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
425
|
+
// box-arrow-in-left.svg
|
|
426
|
+
export const boxArrowInLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
427
|
+
// box-arrow-in-right.svg
|
|
428
|
+
export const boxArrowInRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
429
|
+
// box-arrow-in-up-left.svg
|
|
430
|
+
export const boxArrowInUpLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
431
|
+
// box-arrow-in-up-right.svg
|
|
432
|
+
export const boxArrowInUpRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
433
|
+
// box-arrow-in-up.svg
|
|
434
|
+
export const boxArrowInUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
435
|
+
// box-arrow-left.svg
|
|
436
|
+
export const boxArrowLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
437
|
+
// box-arrow-right.svg
|
|
438
|
+
export const boxArrowRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
439
|
+
// box-arrow-up-left.svg
|
|
440
|
+
export const boxArrowUpLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
441
|
+
// box-arrow-up-right.svg
|
|
442
|
+
export const boxArrowUpRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
443
|
+
// box-arrow-up.svg
|
|
444
|
+
export const boxArrowUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
445
|
+
// box-seam.svg
|
|
446
|
+
export const boxSeam: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
447
|
+
// box.svg
|
|
448
|
+
export const box: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
449
|
+
// box2-fill.svg
|
|
450
|
+
export const box2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
451
|
+
// box2-heart-fill.svg
|
|
452
|
+
export const box2HeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
453
|
+
// box2-heart.svg
|
|
454
|
+
export const box2Heart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
455
|
+
// box2.svg
|
|
456
|
+
export const box2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
457
|
+
// boxes.svg
|
|
458
|
+
export const boxes: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
459
|
+
// braces-asterisk.svg
|
|
460
|
+
export const bracesAsterisk: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
461
|
+
// braces.svg
|
|
462
|
+
export const braces: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
463
|
+
// bricks.svg
|
|
464
|
+
export const bricks: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
465
|
+
// briefcase-fill.svg
|
|
466
|
+
export const briefcaseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
467
|
+
// briefcase.svg
|
|
468
|
+
export const briefcase: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
469
|
+
// brightness-alt-high-fill.svg
|
|
470
|
+
export const brightnessAltHighFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
471
|
+
// brightness-alt-high.svg
|
|
472
|
+
export const brightnessAltHigh: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
473
|
+
// brightness-alt-low-fill.svg
|
|
474
|
+
export const brightnessAltLowFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
475
|
+
// brightness-alt-low.svg
|
|
476
|
+
export const brightnessAltLow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
477
|
+
// brightness-high-fill.svg
|
|
478
|
+
export const brightnessHighFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
479
|
+
// brightness-high.svg
|
|
480
|
+
export const brightnessHigh: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
481
|
+
// brightness-low-fill.svg
|
|
482
|
+
export const brightnessLowFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
483
|
+
// brightness-low.svg
|
|
484
|
+
export const brightnessLow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
485
|
+
// broadcast-pin.svg
|
|
486
|
+
export const broadcastPin: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
487
|
+
// broadcast.svg
|
|
488
|
+
export const broadcast: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
489
|
+
// brush-fill.svg
|
|
490
|
+
export const brushFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
491
|
+
// brush.svg
|
|
492
|
+
export const brush: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
493
|
+
// bucket-fill.svg
|
|
494
|
+
export const bucketFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
495
|
+
// bucket.svg
|
|
496
|
+
export const bucket: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
497
|
+
// bug-fill.svg
|
|
498
|
+
export const bugFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
499
|
+
// bug.svg
|
|
500
|
+
export const bug: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
501
|
+
// building.svg
|
|
502
|
+
export const building: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
503
|
+
// bullseye.svg
|
|
504
|
+
export const bullseye: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
505
|
+
// calculator-fill.svg
|
|
506
|
+
export const calculatorFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
507
|
+
// calculator.svg
|
|
508
|
+
export const calculator: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
509
|
+
// calendar-check-fill.svg
|
|
510
|
+
export const calendarCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
511
|
+
// calendar-check.svg
|
|
512
|
+
export const calendarCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
513
|
+
// calendar-date-fill.svg
|
|
514
|
+
export const calendarDateFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
515
|
+
// calendar-date.svg
|
|
516
|
+
export const calendarDate: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
517
|
+
// calendar-day-fill.svg
|
|
518
|
+
export const calendarDayFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
519
|
+
// calendar-day.svg
|
|
520
|
+
export const calendarDay: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
521
|
+
// calendar-event-fill.svg
|
|
522
|
+
export const calendarEventFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
523
|
+
// calendar-event.svg
|
|
524
|
+
export const calendarEvent: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
525
|
+
// calendar-fill.svg
|
|
526
|
+
export const calendarFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
527
|
+
// calendar-heart-fill.svg
|
|
528
|
+
export const calendarHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
529
|
+
// calendar-heart.svg
|
|
530
|
+
export const calendarHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
531
|
+
// calendar-minus-fill.svg
|
|
532
|
+
export const calendarMinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
533
|
+
// calendar-minus.svg
|
|
534
|
+
export const calendarMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
535
|
+
// calendar-month-fill.svg
|
|
536
|
+
export const calendarMonthFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
537
|
+
// calendar-month.svg
|
|
538
|
+
export const calendarMonth: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
539
|
+
// calendar-plus-fill.svg
|
|
540
|
+
export const calendarPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
541
|
+
// calendar-plus.svg
|
|
542
|
+
export const calendarPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
543
|
+
// calendar-range-fill.svg
|
|
544
|
+
export const calendarRangeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
545
|
+
// calendar-range.svg
|
|
546
|
+
export const calendarRange: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
547
|
+
// calendar-week-fill.svg
|
|
548
|
+
export const calendarWeekFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
549
|
+
// calendar-week.svg
|
|
550
|
+
export const calendarWeek: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
551
|
+
// calendar-x-fill.svg
|
|
552
|
+
export const calendarXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
553
|
+
// calendar-x.svg
|
|
554
|
+
export const calendarX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
555
|
+
// calendar.svg
|
|
556
|
+
export const calendar: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
557
|
+
// calendar2-check-fill.svg
|
|
558
|
+
export const calendar2CheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
559
|
+
// calendar2-check.svg
|
|
560
|
+
export const calendar2Check: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
561
|
+
// calendar2-date-fill.svg
|
|
562
|
+
export const calendar2DateFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
563
|
+
// calendar2-date.svg
|
|
564
|
+
export const calendar2Date: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
565
|
+
// calendar2-day-fill.svg
|
|
566
|
+
export const calendar2DayFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
567
|
+
// calendar2-day.svg
|
|
568
|
+
export const calendar2Day: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
569
|
+
// calendar2-event-fill.svg
|
|
570
|
+
export const calendar2EventFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
571
|
+
// calendar2-event.svg
|
|
572
|
+
export const calendar2Event: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
573
|
+
// calendar2-fill.svg
|
|
574
|
+
export const calendar2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
575
|
+
// calendar2-heart-fill.svg
|
|
576
|
+
export const calendar2HeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
577
|
+
// calendar2-heart.svg
|
|
578
|
+
export const calendar2Heart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
579
|
+
// calendar2-minus-fill.svg
|
|
580
|
+
export const calendar2MinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
581
|
+
// calendar2-minus.svg
|
|
582
|
+
export const calendar2Minus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
583
|
+
// calendar2-month-fill.svg
|
|
584
|
+
export const calendar2MonthFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
585
|
+
// calendar2-month.svg
|
|
586
|
+
export const calendar2Month: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
587
|
+
// calendar2-plus-fill.svg
|
|
588
|
+
export const calendar2PlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
589
|
+
// calendar2-plus.svg
|
|
590
|
+
export const calendar2Plus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
591
|
+
// calendar2-range-fill.svg
|
|
592
|
+
export const calendar2RangeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
593
|
+
// calendar2-range.svg
|
|
594
|
+
export const calendar2Range: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
595
|
+
// calendar2-week-fill.svg
|
|
596
|
+
export const calendar2WeekFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
597
|
+
// calendar2-week.svg
|
|
598
|
+
export const calendar2Week: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
599
|
+
// calendar2-x-fill.svg
|
|
600
|
+
export const calendar2XFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
601
|
+
// calendar2-x.svg
|
|
602
|
+
export const calendar2X: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
603
|
+
// calendar2.svg
|
|
604
|
+
export const calendar2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
605
|
+
// calendar3-event-fill.svg
|
|
606
|
+
export const calendar3EventFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
607
|
+
// calendar3-event.svg
|
|
608
|
+
export const calendar3Event: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
609
|
+
// calendar3-fill.svg
|
|
610
|
+
export const calendar3Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
611
|
+
// calendar3-range-fill.svg
|
|
612
|
+
export const calendar3RangeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
613
|
+
// calendar3-range.svg
|
|
614
|
+
export const calendar3Range: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
615
|
+
// calendar3-week-fill.svg
|
|
616
|
+
export const calendar3WeekFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
617
|
+
// calendar3-week.svg
|
|
618
|
+
export const calendar3Week: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
619
|
+
// calendar3.svg
|
|
620
|
+
export const calendar3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
621
|
+
// calendar4-event.svg
|
|
622
|
+
export const calendar4Event: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
623
|
+
// calendar4-range.svg
|
|
624
|
+
export const calendar4Range: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
625
|
+
// calendar4-week.svg
|
|
626
|
+
export const calendar4Week: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
627
|
+
// calendar4.svg
|
|
628
|
+
export const calendar4: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
629
|
+
// camera-fill.svg
|
|
630
|
+
export const cameraFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
631
|
+
// camera-reels-fill.svg
|
|
632
|
+
export const cameraReelsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
633
|
+
// camera-reels.svg
|
|
634
|
+
export const cameraReels: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
635
|
+
// camera-video-fill.svg
|
|
636
|
+
export const cameraVideoFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
637
|
+
// camera-video-off-fill.svg
|
|
638
|
+
export const cameraVideoOffFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
639
|
+
// camera-video-off.svg
|
|
640
|
+
export const cameraVideoOff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
641
|
+
// camera-video.svg
|
|
642
|
+
export const cameraVideo: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
643
|
+
// camera.svg
|
|
644
|
+
export const camera: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
645
|
+
// camera2.svg
|
|
646
|
+
export const camera2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
647
|
+
// capslock-fill.svg
|
|
648
|
+
export const capslockFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
649
|
+
// capslock.svg
|
|
650
|
+
export const capslock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
651
|
+
// card-checklist.svg
|
|
652
|
+
export const cardChecklist: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
653
|
+
// card-heading.svg
|
|
654
|
+
export const cardHeading: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
655
|
+
// card-image.svg
|
|
656
|
+
export const cardImage: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
657
|
+
// card-list.svg
|
|
658
|
+
export const cardList: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
659
|
+
// card-text.svg
|
|
660
|
+
export const cardText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
661
|
+
// caret-down-fill.svg
|
|
662
|
+
export const caretDownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
663
|
+
// caret-down-square-fill.svg
|
|
664
|
+
export const caretDownSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
665
|
+
// caret-down-square.svg
|
|
666
|
+
export const caretDownSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
667
|
+
// caret-down.svg
|
|
668
|
+
export const caretDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
669
|
+
// caret-left-fill.svg
|
|
670
|
+
export const caretLeftFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
671
|
+
// caret-left-square-fill.svg
|
|
672
|
+
export const caretLeftSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
673
|
+
// caret-left-square.svg
|
|
674
|
+
export const caretLeftSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
675
|
+
// caret-left.svg
|
|
676
|
+
export const caretLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
677
|
+
// caret-right-fill.svg
|
|
678
|
+
export const caretRightFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
679
|
+
// caret-right-square-fill.svg
|
|
680
|
+
export const caretRightSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
681
|
+
// caret-right-square.svg
|
|
682
|
+
export const caretRightSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
683
|
+
// caret-right.svg
|
|
684
|
+
export const caretRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
685
|
+
// caret-up-fill.svg
|
|
686
|
+
export const caretUpFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
687
|
+
// caret-up-square-fill.svg
|
|
688
|
+
export const caretUpSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
689
|
+
// caret-up-square.svg
|
|
690
|
+
export const caretUpSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
691
|
+
// caret-up.svg
|
|
692
|
+
export const caretUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
693
|
+
// cart-check-fill.svg
|
|
694
|
+
export const cartCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
695
|
+
// cart-check.svg
|
|
696
|
+
export const cartCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
697
|
+
// cart-dash-fill.svg
|
|
698
|
+
export const cartDashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
699
|
+
// cart-dash.svg
|
|
700
|
+
export const cartDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
701
|
+
// cart-fill.svg
|
|
702
|
+
export const cartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
703
|
+
// cart-plus-fill.svg
|
|
704
|
+
export const cartPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
705
|
+
// cart-plus.svg
|
|
706
|
+
export const cartPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
707
|
+
// cart-x-fill.svg
|
|
708
|
+
export const cartXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
709
|
+
// cart-x.svg
|
|
710
|
+
export const cartX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
711
|
+
// cart.svg
|
|
712
|
+
export const cart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
713
|
+
// cart2.svg
|
|
714
|
+
export const cart2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
715
|
+
// cart3.svg
|
|
716
|
+
export const cart3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
717
|
+
// cart4.svg
|
|
718
|
+
export const cart4: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
719
|
+
// cash-coin.svg
|
|
720
|
+
export const cashCoin: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
721
|
+
// cash-stack.svg
|
|
722
|
+
export const cashStack: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
723
|
+
// cash.svg
|
|
724
|
+
export const cash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
725
|
+
// cast.svg
|
|
726
|
+
export const cast: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
727
|
+
// chat-dots-fill.svg
|
|
728
|
+
export const chatDotsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
729
|
+
// chat-dots.svg
|
|
730
|
+
export const chatDots: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
731
|
+
// chat-fill.svg
|
|
732
|
+
export const chatFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
733
|
+
// chat-heart-fill.svg
|
|
734
|
+
export const chatHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
735
|
+
// chat-heart.svg
|
|
736
|
+
export const chatHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
737
|
+
// chat-left-dots-fill.svg
|
|
738
|
+
export const chatLeftDotsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
739
|
+
// chat-left-dots.svg
|
|
740
|
+
export const chatLeftDots: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
741
|
+
// chat-left-fill.svg
|
|
742
|
+
export const chatLeftFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
743
|
+
// chat-left-heart-fill.svg
|
|
744
|
+
export const chatLeftHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
745
|
+
// chat-left-heart.svg
|
|
746
|
+
export const chatLeftHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
747
|
+
// chat-left-quote-fill.svg
|
|
748
|
+
export const chatLeftQuoteFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
749
|
+
// chat-left-quote.svg
|
|
750
|
+
export const chatLeftQuote: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
751
|
+
// chat-left-text-fill.svg
|
|
752
|
+
export const chatLeftTextFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
753
|
+
// chat-left-text.svg
|
|
754
|
+
export const chatLeftText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
755
|
+
// chat-left.svg
|
|
756
|
+
export const chatLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
757
|
+
// chat-quote-fill.svg
|
|
758
|
+
export const chatQuoteFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
759
|
+
// chat-quote.svg
|
|
760
|
+
export const chatQuote: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
761
|
+
// chat-right-dots-fill.svg
|
|
762
|
+
export const chatRightDotsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
763
|
+
// chat-right-dots.svg
|
|
764
|
+
export const chatRightDots: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
765
|
+
// chat-right-fill.svg
|
|
766
|
+
export const chatRightFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
767
|
+
// chat-right-heart-fill.svg
|
|
768
|
+
export const chatRightHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
769
|
+
// chat-right-heart.svg
|
|
770
|
+
export const chatRightHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
771
|
+
// chat-right-quote-fill.svg
|
|
772
|
+
export const chatRightQuoteFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
773
|
+
// chat-right-quote.svg
|
|
774
|
+
export const chatRightQuote: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
775
|
+
// chat-right-text-fill.svg
|
|
776
|
+
export const chatRightTextFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
777
|
+
// chat-right-text.svg
|
|
778
|
+
export const chatRightText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
779
|
+
// chat-right.svg
|
|
780
|
+
export const chatRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
781
|
+
// chat-square-dots-fill.svg
|
|
782
|
+
export const chatSquareDotsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
783
|
+
// chat-square-dots.svg
|
|
784
|
+
export const chatSquareDots: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
785
|
+
// chat-square-fill.svg
|
|
786
|
+
export const chatSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
787
|
+
// chat-square-heart-fill.svg
|
|
788
|
+
export const chatSquareHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
789
|
+
// chat-square-heart.svg
|
|
790
|
+
export const chatSquareHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
791
|
+
// chat-square-quote-fill.svg
|
|
792
|
+
export const chatSquareQuoteFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
793
|
+
// chat-square-quote.svg
|
|
794
|
+
export const chatSquareQuote: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
795
|
+
// chat-square-text-fill.svg
|
|
796
|
+
export const chatSquareTextFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
797
|
+
// chat-square-text.svg
|
|
798
|
+
export const chatSquareText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
799
|
+
// chat-square.svg
|
|
800
|
+
export const chatSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
801
|
+
// chat-text-fill.svg
|
|
802
|
+
export const chatTextFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
803
|
+
// chat-text.svg
|
|
804
|
+
export const chatText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
805
|
+
// chat.svg
|
|
806
|
+
export const chat: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
807
|
+
// check-all.svg
|
|
808
|
+
export const checkAll: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
809
|
+
// check-circle-fill.svg
|
|
810
|
+
export const checkCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
811
|
+
// check-circle.svg
|
|
812
|
+
export const checkCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
813
|
+
// check-lg.svg
|
|
814
|
+
export const checkLg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
815
|
+
// check-square-fill.svg
|
|
816
|
+
export const checkSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
817
|
+
// check-square.svg
|
|
818
|
+
export const checkSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
819
|
+
// check.svg
|
|
820
|
+
export const check: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
821
|
+
// check2-all.svg
|
|
822
|
+
export const check2All: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
823
|
+
// check2-circle.svg
|
|
824
|
+
export const check2Circle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
825
|
+
// check2-square.svg
|
|
826
|
+
export const check2Square: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
827
|
+
// check2.svg
|
|
828
|
+
export const check2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
829
|
+
// chevron-bar-contract.svg
|
|
830
|
+
export const chevronBarContract: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
831
|
+
// chevron-bar-down.svg
|
|
832
|
+
export const chevronBarDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
833
|
+
// chevron-bar-expand.svg
|
|
834
|
+
export const chevronBarExpand: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
835
|
+
// chevron-bar-left.svg
|
|
836
|
+
export const chevronBarLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
837
|
+
// chevron-bar-right.svg
|
|
838
|
+
export const chevronBarRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
839
|
+
// chevron-bar-up.svg
|
|
840
|
+
export const chevronBarUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
841
|
+
// chevron-compact-down.svg
|
|
842
|
+
export const chevronCompactDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
843
|
+
// chevron-compact-left.svg
|
|
844
|
+
export const chevronCompactLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
845
|
+
// chevron-compact-right.svg
|
|
846
|
+
export const chevronCompactRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
847
|
+
// chevron-compact-up.svg
|
|
848
|
+
export const chevronCompactUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
849
|
+
// chevron-contract.svg
|
|
850
|
+
export const chevronContract: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
851
|
+
// chevron-double-down.svg
|
|
852
|
+
export const chevronDoubleDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
853
|
+
// chevron-double-left.svg
|
|
854
|
+
export const chevronDoubleLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
855
|
+
// chevron-double-right.svg
|
|
856
|
+
export const chevronDoubleRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
857
|
+
// chevron-double-up.svg
|
|
858
|
+
export const chevronDoubleUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
859
|
+
// chevron-down.svg
|
|
860
|
+
export const chevronDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
861
|
+
// chevron-expand.svg
|
|
862
|
+
export const chevronExpand: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
863
|
+
// chevron-left.svg
|
|
864
|
+
export const chevronLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
865
|
+
// chevron-right.svg
|
|
866
|
+
export const chevronRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
867
|
+
// chevron-up.svg
|
|
868
|
+
export const chevronUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
869
|
+
// circle-fill.svg
|
|
870
|
+
export const circleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
871
|
+
// circle-half.svg
|
|
872
|
+
export const circleHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
873
|
+
// circle-square.svg
|
|
874
|
+
export const circleSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
875
|
+
// circle.svg
|
|
876
|
+
export const circle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
877
|
+
// clipboard-check-fill.svg
|
|
878
|
+
export const clipboardCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
879
|
+
// clipboard-check.svg
|
|
880
|
+
export const clipboardCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
881
|
+
// clipboard-data-fill.svg
|
|
882
|
+
export const clipboardDataFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
883
|
+
// clipboard-data.svg
|
|
884
|
+
export const clipboardData: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
885
|
+
// clipboard-fill.svg
|
|
886
|
+
export const clipboardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
887
|
+
// clipboard-heart-fill.svg
|
|
888
|
+
export const clipboardHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
889
|
+
// clipboard-heart.svg
|
|
890
|
+
export const clipboardHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
891
|
+
// clipboard-minus-fill.svg
|
|
892
|
+
export const clipboardMinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
893
|
+
// clipboard-minus.svg
|
|
894
|
+
export const clipboardMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
895
|
+
// clipboard-plus-fill.svg
|
|
896
|
+
export const clipboardPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
897
|
+
// clipboard-plus.svg
|
|
898
|
+
export const clipboardPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
899
|
+
// clipboard-pulse.svg
|
|
900
|
+
export const clipboardPulse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
901
|
+
// clipboard-x-fill.svg
|
|
902
|
+
export const clipboardXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
903
|
+
// clipboard-x.svg
|
|
904
|
+
export const clipboardX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
905
|
+
// clipboard.svg
|
|
906
|
+
export const clipboard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
907
|
+
// clipboard2-check-fill.svg
|
|
908
|
+
export const clipboard2CheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
909
|
+
// clipboard2-check.svg
|
|
910
|
+
export const clipboard2Check: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
911
|
+
// clipboard2-data-fill.svg
|
|
912
|
+
export const clipboard2DataFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
913
|
+
// clipboard2-data.svg
|
|
914
|
+
export const clipboard2Data: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
915
|
+
// clipboard2-fill.svg
|
|
916
|
+
export const clipboard2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
917
|
+
// clipboard2-heart-fill.svg
|
|
918
|
+
export const clipboard2HeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
919
|
+
// clipboard2-heart.svg
|
|
920
|
+
export const clipboard2Heart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
921
|
+
// clipboard2-minus-fill.svg
|
|
922
|
+
export const clipboard2MinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
923
|
+
// clipboard2-minus.svg
|
|
924
|
+
export const clipboard2Minus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
925
|
+
// clipboard2-plus-fill.svg
|
|
926
|
+
export const clipboard2PlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
927
|
+
// clipboard2-plus.svg
|
|
928
|
+
export const clipboard2Plus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
929
|
+
// clipboard2-pulse-fill.svg
|
|
930
|
+
export const clipboard2PulseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
931
|
+
// clipboard2-pulse.svg
|
|
932
|
+
export const clipboard2Pulse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
933
|
+
// clipboard2-x-fill.svg
|
|
934
|
+
export const clipboard2XFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
935
|
+
// clipboard2-x.svg
|
|
936
|
+
export const clipboard2X: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
937
|
+
// clipboard2.svg
|
|
938
|
+
export const clipboard2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
939
|
+
// clock-fill.svg
|
|
940
|
+
export const clockFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
941
|
+
// clock-history.svg
|
|
942
|
+
export const clockHistory: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
943
|
+
// clock.svg
|
|
944
|
+
export const clock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
945
|
+
// cloud-arrow-down-fill.svg
|
|
946
|
+
export const cloudArrowDownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
947
|
+
// cloud-arrow-down.svg
|
|
948
|
+
export const cloudArrowDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
949
|
+
// cloud-arrow-up-fill.svg
|
|
950
|
+
export const cloudArrowUpFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
951
|
+
// cloud-arrow-up.svg
|
|
952
|
+
export const cloudArrowUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
953
|
+
// cloud-check-fill.svg
|
|
954
|
+
export const cloudCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
955
|
+
// cloud-check.svg
|
|
956
|
+
export const cloudCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
957
|
+
// cloud-download-fill.svg
|
|
958
|
+
export const cloudDownloadFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
959
|
+
// cloud-download.svg
|
|
960
|
+
export const cloudDownload: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
961
|
+
// cloud-drizzle-fill.svg
|
|
962
|
+
export const cloudDrizzleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
963
|
+
// cloud-drizzle.svg
|
|
964
|
+
export const cloudDrizzle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
965
|
+
// cloud-fill.svg
|
|
966
|
+
export const cloudFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
967
|
+
// cloud-fog-fill.svg
|
|
968
|
+
export const cloudFogFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
969
|
+
// cloud-fog.svg
|
|
970
|
+
export const cloudFog: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
971
|
+
// cloud-fog2-fill.svg
|
|
972
|
+
export const cloudFog2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
973
|
+
// cloud-fog2.svg
|
|
974
|
+
export const cloudFog2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
975
|
+
// cloud-hail-fill.svg
|
|
976
|
+
export const cloudHailFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
977
|
+
// cloud-hail.svg
|
|
978
|
+
export const cloudHail: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
979
|
+
// cloud-haze-fill.svg
|
|
980
|
+
export const cloudHazeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
981
|
+
// cloud-haze.svg
|
|
982
|
+
export const cloudHaze: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
983
|
+
// cloud-haze2-fill.svg
|
|
984
|
+
export const cloudHaze2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
985
|
+
// cloud-haze2.svg
|
|
986
|
+
export const cloudHaze2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
987
|
+
// cloud-lightning-fill.svg
|
|
988
|
+
export const cloudLightningFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
989
|
+
// cloud-lightning-rain-fill.svg
|
|
990
|
+
export const cloudLightningRainFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
991
|
+
// cloud-lightning-rain.svg
|
|
992
|
+
export const cloudLightningRain: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
993
|
+
// cloud-lightning.svg
|
|
994
|
+
export const cloudLightning: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
995
|
+
// cloud-minus-fill.svg
|
|
996
|
+
export const cloudMinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
997
|
+
// cloud-minus.svg
|
|
998
|
+
export const cloudMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
999
|
+
// cloud-moon-fill.svg
|
|
1000
|
+
export const cloudMoonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1001
|
+
// cloud-moon.svg
|
|
1002
|
+
export const cloudMoon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1003
|
+
// cloud-plus-fill.svg
|
|
1004
|
+
export const cloudPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1005
|
+
// cloud-plus.svg
|
|
1006
|
+
export const cloudPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1007
|
+
// cloud-rain-fill.svg
|
|
1008
|
+
export const cloudRainFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1009
|
+
// cloud-rain-heavy-fill.svg
|
|
1010
|
+
export const cloudRainHeavyFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1011
|
+
// cloud-rain-heavy.svg
|
|
1012
|
+
export const cloudRainHeavy: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1013
|
+
// cloud-rain.svg
|
|
1014
|
+
export const cloudRain: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1015
|
+
// cloud-slash-fill.svg
|
|
1016
|
+
export const cloudSlashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1017
|
+
// cloud-slash.svg
|
|
1018
|
+
export const cloudSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1019
|
+
// cloud-sleet-fill.svg
|
|
1020
|
+
export const cloudSleetFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1021
|
+
// cloud-sleet.svg
|
|
1022
|
+
export const cloudSleet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1023
|
+
// cloud-snow-fill.svg
|
|
1024
|
+
export const cloudSnowFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1025
|
+
// cloud-snow.svg
|
|
1026
|
+
export const cloudSnow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1027
|
+
// cloud-sun-fill.svg
|
|
1028
|
+
export const cloudSunFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1029
|
+
// cloud-sun.svg
|
|
1030
|
+
export const cloudSun: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1031
|
+
// cloud-upload-fill.svg
|
|
1032
|
+
export const cloudUploadFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1033
|
+
// cloud-upload.svg
|
|
1034
|
+
export const cloudUpload: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1035
|
+
// cloud.svg
|
|
1036
|
+
export const cloud: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1037
|
+
// clouds-fill.svg
|
|
1038
|
+
export const cloudsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1039
|
+
// clouds.svg
|
|
1040
|
+
export const clouds: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1041
|
+
// cloudy-fill.svg
|
|
1042
|
+
export const cloudyFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1043
|
+
// cloudy.svg
|
|
1044
|
+
export const cloudy: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1045
|
+
// code-slash.svg
|
|
1046
|
+
export const codeSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1047
|
+
// code-square.svg
|
|
1048
|
+
export const codeSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1049
|
+
// code.svg
|
|
1050
|
+
export const code: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1051
|
+
// coin.svg
|
|
1052
|
+
export const coin: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1053
|
+
// collection-fill.svg
|
|
1054
|
+
export const collectionFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1055
|
+
// collection-play-fill.svg
|
|
1056
|
+
export const collectionPlayFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1057
|
+
// collection-play.svg
|
|
1058
|
+
export const collectionPlay: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1059
|
+
// collection.svg
|
|
1060
|
+
export const collection: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1061
|
+
// columns-gap.svg
|
|
1062
|
+
export const columnsGap: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1063
|
+
// columns.svg
|
|
1064
|
+
export const columns: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1065
|
+
// command.svg
|
|
1066
|
+
export const command: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1067
|
+
// compass-fill.svg
|
|
1068
|
+
export const compassFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1069
|
+
// compass.svg
|
|
1070
|
+
export const compass: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1071
|
+
// cone-striped.svg
|
|
1072
|
+
export const coneStriped: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1073
|
+
// cone.svg
|
|
1074
|
+
export const cone: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1075
|
+
// controller.svg
|
|
1076
|
+
export const controller: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1077
|
+
// cpu-fill.svg
|
|
1078
|
+
export const cpuFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1079
|
+
// cpu.svg
|
|
1080
|
+
export const cpu: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1081
|
+
// credit-card-2-back-fill.svg
|
|
1082
|
+
export const creditCard2BackFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1083
|
+
// credit-card-2-back.svg
|
|
1084
|
+
export const creditCard2Back: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1085
|
+
// credit-card-2-front-fill.svg
|
|
1086
|
+
export const creditCard2FrontFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1087
|
+
// credit-card-2-front.svg
|
|
1088
|
+
export const creditCard2Front: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1089
|
+
// credit-card-fill.svg
|
|
1090
|
+
export const creditCardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1091
|
+
// credit-card.svg
|
|
1092
|
+
export const creditCard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1093
|
+
// crop.svg
|
|
1094
|
+
export const crop: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1095
|
+
// cup-fill.svg
|
|
1096
|
+
export const cupFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1097
|
+
// cup-straw.svg
|
|
1098
|
+
export const cupStraw: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1099
|
+
// cup.svg
|
|
1100
|
+
export const cup: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1101
|
+
// currency-bitcoin.svg
|
|
1102
|
+
export const currencyBitcoin: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1103
|
+
// currency-dollar.svg
|
|
1104
|
+
export const currencyDollar: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1105
|
+
// currency-euro.svg
|
|
1106
|
+
export const currencyEuro: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1107
|
+
// currency-exchange.svg
|
|
1108
|
+
export const currencyExchange: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1109
|
+
// currency-pound.svg
|
|
1110
|
+
export const currencyPound: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1111
|
+
// currency-yen.svg
|
|
1112
|
+
export const currencyYen: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1113
|
+
// cursor-fill.svg
|
|
1114
|
+
export const cursorFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1115
|
+
// cursor-text.svg
|
|
1116
|
+
export const cursorText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1117
|
+
// cursor.svg
|
|
1118
|
+
export const cursor: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1119
|
+
// dash-circle-dotted.svg
|
|
1120
|
+
export const dashCircleDotted: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1121
|
+
// dash-circle-fill.svg
|
|
1122
|
+
export const dashCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1123
|
+
// dash-circle.svg
|
|
1124
|
+
export const dashCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1125
|
+
// dash-lg.svg
|
|
1126
|
+
export const dashLg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1127
|
+
// dash-square-dotted.svg
|
|
1128
|
+
export const dashSquareDotted: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1129
|
+
// dash-square-fill.svg
|
|
1130
|
+
export const dashSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1131
|
+
// dash-square.svg
|
|
1132
|
+
export const dashSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1133
|
+
// dash.svg
|
|
1134
|
+
export const dash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1135
|
+
// device-hdd-fill.svg
|
|
1136
|
+
export const deviceHddFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1137
|
+
// device-hdd.svg
|
|
1138
|
+
export const deviceHdd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1139
|
+
// device-ssd-fill.svg
|
|
1140
|
+
export const deviceSsdFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1141
|
+
// device-ssd.svg
|
|
1142
|
+
export const deviceSsd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1143
|
+
// diagram-2-fill.svg
|
|
1144
|
+
export const diagram2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1145
|
+
// diagram-2.svg
|
|
1146
|
+
export const diagram2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1147
|
+
// diagram-3-fill.svg
|
|
1148
|
+
export const diagram3Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1149
|
+
// diagram-3.svg
|
|
1150
|
+
export const diagram3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1151
|
+
// diamond-fill.svg
|
|
1152
|
+
export const diamondFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1153
|
+
// diamond-half.svg
|
|
1154
|
+
export const diamondHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1155
|
+
// diamond.svg
|
|
1156
|
+
export const diamond: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1157
|
+
// dice-1-fill.svg
|
|
1158
|
+
export const dice1Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1159
|
+
// dice-1.svg
|
|
1160
|
+
export const dice1: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1161
|
+
// dice-2-fill.svg
|
|
1162
|
+
export const dice2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1163
|
+
// dice-2.svg
|
|
1164
|
+
export const dice2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1165
|
+
// dice-3-fill.svg
|
|
1166
|
+
export const dice3Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1167
|
+
// dice-3.svg
|
|
1168
|
+
export const dice3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1169
|
+
// dice-4-fill.svg
|
|
1170
|
+
export const dice4Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1171
|
+
// dice-4.svg
|
|
1172
|
+
export const dice4: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1173
|
+
// dice-5-fill.svg
|
|
1174
|
+
export const dice5Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1175
|
+
// dice-5.svg
|
|
1176
|
+
export const dice5: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1177
|
+
// dice-6-fill.svg
|
|
1178
|
+
export const dice6Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1179
|
+
// dice-6.svg
|
|
1180
|
+
export const dice6: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1181
|
+
// disc-fill.svg
|
|
1182
|
+
export const discFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1183
|
+
// disc.svg
|
|
1184
|
+
export const disc: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1185
|
+
// discord.svg
|
|
1186
|
+
export const discord: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1187
|
+
// display-fill.svg
|
|
1188
|
+
export const displayFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1189
|
+
// display.svg
|
|
1190
|
+
export const display: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1191
|
+
// displayport-fill.svg
|
|
1192
|
+
export const displayportFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1193
|
+
// displayport.svg
|
|
1194
|
+
export const displayport: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1195
|
+
// distribute-horizontal.svg
|
|
1196
|
+
export const distributeHorizontal: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1197
|
+
// distribute-vertical.svg
|
|
1198
|
+
export const distributeVertical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1199
|
+
// door-closed-fill.svg
|
|
1200
|
+
export const doorClosedFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1201
|
+
// door-closed.svg
|
|
1202
|
+
export const doorClosed: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1203
|
+
// door-open-fill.svg
|
|
1204
|
+
export const doorOpenFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1205
|
+
// door-open.svg
|
|
1206
|
+
export const doorOpen: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1207
|
+
// dot.svg
|
|
1208
|
+
export const dot: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1209
|
+
// download.svg
|
|
1210
|
+
export const download: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1211
|
+
// dpad-fill.svg
|
|
1212
|
+
export const dpadFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1213
|
+
// dpad.svg
|
|
1214
|
+
export const dpad: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1215
|
+
// dribbble.svg
|
|
1216
|
+
export const dribbble: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1217
|
+
// droplet-fill.svg
|
|
1218
|
+
export const dropletFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1219
|
+
// droplet-half.svg
|
|
1220
|
+
export const dropletHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1221
|
+
// droplet.svg
|
|
1222
|
+
export const droplet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1223
|
+
// ear-fill.svg
|
|
1224
|
+
export const earFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1225
|
+
// ear.svg
|
|
1226
|
+
export const ear: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1227
|
+
// earbuds.svg
|
|
1228
|
+
export const earbuds: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1229
|
+
// easel-fill.svg
|
|
1230
|
+
export const easelFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1231
|
+
// easel.svg
|
|
1232
|
+
export const easel: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1233
|
+
// easel2-fill.svg
|
|
1234
|
+
export const easel2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1235
|
+
// easel2.svg
|
|
1236
|
+
export const easel2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1237
|
+
// easel3-fill.svg
|
|
1238
|
+
export const easel3Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1239
|
+
// easel3.svg
|
|
1240
|
+
export const easel3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1241
|
+
// egg-fill.svg
|
|
1242
|
+
export const eggFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1243
|
+
// egg-fried.svg
|
|
1244
|
+
export const eggFried: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1245
|
+
// egg.svg
|
|
1246
|
+
export const egg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1247
|
+
// eject-fill.svg
|
|
1248
|
+
export const ejectFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1249
|
+
// eject.svg
|
|
1250
|
+
export const eject: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1251
|
+
// emoji-angry-fill.svg
|
|
1252
|
+
export const emojiAngryFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1253
|
+
// emoji-angry.svg
|
|
1254
|
+
export const emojiAngry: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1255
|
+
// emoji-dizzy-fill.svg
|
|
1256
|
+
export const emojiDizzyFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1257
|
+
// emoji-dizzy.svg
|
|
1258
|
+
export const emojiDizzy: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1259
|
+
// emoji-expressionless-fill.svg
|
|
1260
|
+
export const emojiExpressionlessFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1261
|
+
// emoji-expressionless.svg
|
|
1262
|
+
export const emojiExpressionless: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1263
|
+
// emoji-frown-fill.svg
|
|
1264
|
+
export const emojiFrownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1265
|
+
// emoji-frown.svg
|
|
1266
|
+
export const emojiFrown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1267
|
+
// emoji-heart-eyes-fill.svg
|
|
1268
|
+
export const emojiHeartEyesFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1269
|
+
// emoji-heart-eyes.svg
|
|
1270
|
+
export const emojiHeartEyes: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1271
|
+
// emoji-kiss-fill.svg
|
|
1272
|
+
export const emojiKissFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1273
|
+
// emoji-kiss.svg
|
|
1274
|
+
export const emojiKiss: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1275
|
+
// emoji-laughing-fill.svg
|
|
1276
|
+
export const emojiLaughingFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1277
|
+
// emoji-laughing.svg
|
|
1278
|
+
export const emojiLaughing: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1279
|
+
// emoji-neutral-fill.svg
|
|
1280
|
+
export const emojiNeutralFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1281
|
+
// emoji-neutral.svg
|
|
1282
|
+
export const emojiNeutral: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1283
|
+
// emoji-smile-fill.svg
|
|
1284
|
+
export const emojiSmileFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1285
|
+
// emoji-smile-upside-down-fill.svg
|
|
1286
|
+
export const emojiSmileUpsideDownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1287
|
+
// emoji-smile-upside-down.svg
|
|
1288
|
+
export const emojiSmileUpsideDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1289
|
+
// emoji-smile.svg
|
|
1290
|
+
export const emojiSmile: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1291
|
+
// emoji-sunglasses-fill.svg
|
|
1292
|
+
export const emojiSunglassesFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1293
|
+
// emoji-sunglasses.svg
|
|
1294
|
+
export const emojiSunglasses: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1295
|
+
// emoji-wink-fill.svg
|
|
1296
|
+
export const emojiWinkFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1297
|
+
// emoji-wink.svg
|
|
1298
|
+
export const emojiWink: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1299
|
+
// envelope-check-fill.svg
|
|
1300
|
+
export const envelopeCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1301
|
+
// envelope-check.svg
|
|
1302
|
+
export const envelopeCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1303
|
+
// envelope-dash-fill.svg
|
|
1304
|
+
export const envelopeDashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1305
|
+
// envelope-dash.svg
|
|
1306
|
+
export const envelopeDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1307
|
+
// envelope-exclamation-fill.svg
|
|
1308
|
+
export const envelopeExclamationFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1309
|
+
// envelope-exclamation.svg
|
|
1310
|
+
export const envelopeExclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1311
|
+
// envelope-fill.svg
|
|
1312
|
+
export const envelopeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1313
|
+
// envelope-heart-fill.svg
|
|
1314
|
+
export const envelopeHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1315
|
+
// envelope-heart.svg
|
|
1316
|
+
export const envelopeHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1317
|
+
// envelope-open-fill.svg
|
|
1318
|
+
export const envelopeOpenFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1319
|
+
// envelope-open-heart-fill.svg
|
|
1320
|
+
export const envelopeOpenHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1321
|
+
// envelope-open-heart.svg
|
|
1322
|
+
export const envelopeOpenHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1323
|
+
// envelope-open.svg
|
|
1324
|
+
export const envelopeOpen: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1325
|
+
// envelope-paper-fill.svg
|
|
1326
|
+
export const envelopePaperFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1327
|
+
// envelope-paper-heart-fill.svg
|
|
1328
|
+
export const envelopePaperHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1329
|
+
// envelope-paper-heart.svg
|
|
1330
|
+
export const envelopePaperHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1331
|
+
// envelope-paper.svg
|
|
1332
|
+
export const envelopePaper: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1333
|
+
// envelope-plus-fill.svg
|
|
1334
|
+
export const envelopePlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1335
|
+
// envelope-plus.svg
|
|
1336
|
+
export const envelopePlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1337
|
+
// envelope-slash-fill.svg
|
|
1338
|
+
export const envelopeSlashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1339
|
+
// envelope-slash.svg
|
|
1340
|
+
export const envelopeSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1341
|
+
// envelope-x-fill.svg
|
|
1342
|
+
export const envelopeXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1343
|
+
// envelope-x.svg
|
|
1344
|
+
export const envelopeX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1345
|
+
// envelope.svg
|
|
1346
|
+
export const envelope: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1347
|
+
// eraser-fill.svg
|
|
1348
|
+
export const eraserFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1349
|
+
// eraser.svg
|
|
1350
|
+
export const eraser: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1351
|
+
// ethernet.svg
|
|
1352
|
+
export const ethernet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1353
|
+
// exclamation-circle-fill.svg
|
|
1354
|
+
export const exclamationCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1355
|
+
// exclamation-circle.svg
|
|
1356
|
+
export const exclamationCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1357
|
+
// exclamation-diamond-fill.svg
|
|
1358
|
+
export const exclamationDiamondFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1359
|
+
// exclamation-diamond.svg
|
|
1360
|
+
export const exclamationDiamond: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1361
|
+
// exclamation-lg.svg
|
|
1362
|
+
export const exclamationLg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1363
|
+
// exclamation-octagon-fill.svg
|
|
1364
|
+
export const exclamationOctagonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1365
|
+
// exclamation-octagon.svg
|
|
1366
|
+
export const exclamationOctagon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1367
|
+
// exclamation-square-fill.svg
|
|
1368
|
+
export const exclamationSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1369
|
+
// exclamation-square.svg
|
|
1370
|
+
export const exclamationSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1371
|
+
// exclamation-triangle-fill.svg
|
|
1372
|
+
export const exclamationTriangleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1373
|
+
// exclamation-triangle.svg
|
|
1374
|
+
export const exclamationTriangle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1375
|
+
// exclamation.svg
|
|
1376
|
+
export const exclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1377
|
+
// exclude.svg
|
|
1378
|
+
export const exclude: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1379
|
+
// explicit-fill.svg
|
|
1380
|
+
export const explicitFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1381
|
+
// explicit.svg
|
|
1382
|
+
export const explicit: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1383
|
+
// eye-fill.svg
|
|
1384
|
+
export const eyeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1385
|
+
// eye-slash-fill.svg
|
|
1386
|
+
export const eyeSlashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1387
|
+
// eye-slash.svg
|
|
1388
|
+
export const eyeSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1389
|
+
// eye.svg
|
|
1390
|
+
export const eye: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1391
|
+
// eyedropper.svg
|
|
1392
|
+
export const eyedropper: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1393
|
+
// eyeglasses.svg
|
|
1394
|
+
export const eyeglasses: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1395
|
+
// facebook.svg
|
|
1396
|
+
export const facebook: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1397
|
+
// fan.svg
|
|
1398
|
+
export const fan: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1399
|
+
// file-arrow-down-fill.svg
|
|
1400
|
+
export const fileArrowDownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1401
|
+
// file-arrow-down.svg
|
|
1402
|
+
export const fileArrowDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1403
|
+
// file-arrow-up-fill.svg
|
|
1404
|
+
export const fileArrowUpFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1405
|
+
// file-arrow-up.svg
|
|
1406
|
+
export const fileArrowUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1407
|
+
// file-bar-graph-fill.svg
|
|
1408
|
+
export const fileBarGraphFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1409
|
+
// file-bar-graph.svg
|
|
1410
|
+
export const fileBarGraph: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1411
|
+
// file-binary-fill.svg
|
|
1412
|
+
export const fileBinaryFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1413
|
+
// file-binary.svg
|
|
1414
|
+
export const fileBinary: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1415
|
+
// file-break-fill.svg
|
|
1416
|
+
export const fileBreakFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1417
|
+
// file-break.svg
|
|
1418
|
+
export const fileBreak: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1419
|
+
// file-check-fill.svg
|
|
1420
|
+
export const fileCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1421
|
+
// file-check.svg
|
|
1422
|
+
export const fileCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1423
|
+
// file-code-fill.svg
|
|
1424
|
+
export const fileCodeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1425
|
+
// file-code.svg
|
|
1426
|
+
export const fileCode: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1427
|
+
// file-diff-fill.svg
|
|
1428
|
+
export const fileDiffFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1429
|
+
// file-diff.svg
|
|
1430
|
+
export const fileDiff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1431
|
+
// file-earmark-arrow-down-fill.svg
|
|
1432
|
+
export const fileEarmarkArrowDownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1433
|
+
// file-earmark-arrow-down.svg
|
|
1434
|
+
export const fileEarmarkArrowDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1435
|
+
// file-earmark-arrow-up-fill.svg
|
|
1436
|
+
export const fileEarmarkArrowUpFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1437
|
+
// file-earmark-arrow-up.svg
|
|
1438
|
+
export const fileEarmarkArrowUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1439
|
+
// file-earmark-bar-graph-fill.svg
|
|
1440
|
+
export const fileEarmarkBarGraphFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1441
|
+
// file-earmark-bar-graph.svg
|
|
1442
|
+
export const fileEarmarkBarGraph: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1443
|
+
// file-earmark-binary-fill.svg
|
|
1444
|
+
export const fileEarmarkBinaryFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1445
|
+
// file-earmark-binary.svg
|
|
1446
|
+
export const fileEarmarkBinary: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1447
|
+
// file-earmark-break-fill.svg
|
|
1448
|
+
export const fileEarmarkBreakFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1449
|
+
// file-earmark-break.svg
|
|
1450
|
+
export const fileEarmarkBreak: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1451
|
+
// file-earmark-check-fill.svg
|
|
1452
|
+
export const fileEarmarkCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1453
|
+
// file-earmark-check.svg
|
|
1454
|
+
export const fileEarmarkCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1455
|
+
// file-earmark-code-fill.svg
|
|
1456
|
+
export const fileEarmarkCodeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1457
|
+
// file-earmark-code.svg
|
|
1458
|
+
export const fileEarmarkCode: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1459
|
+
// file-earmark-diff-fill.svg
|
|
1460
|
+
export const fileEarmarkDiffFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1461
|
+
// file-earmark-diff.svg
|
|
1462
|
+
export const fileEarmarkDiff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1463
|
+
// file-earmark-easel-fill.svg
|
|
1464
|
+
export const fileEarmarkEaselFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1465
|
+
// file-earmark-easel.svg
|
|
1466
|
+
export const fileEarmarkEasel: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1467
|
+
// file-earmark-excel-fill.svg
|
|
1468
|
+
export const fileEarmarkExcelFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1469
|
+
// file-earmark-excel.svg
|
|
1470
|
+
export const fileEarmarkExcel: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1471
|
+
// file-earmark-fill.svg
|
|
1472
|
+
export const fileEarmarkFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1473
|
+
// file-earmark-font-fill.svg
|
|
1474
|
+
export const fileEarmarkFontFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1475
|
+
// file-earmark-font.svg
|
|
1476
|
+
export const fileEarmarkFont: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1477
|
+
// file-earmark-image-fill.svg
|
|
1478
|
+
export const fileEarmarkImageFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1479
|
+
// file-earmark-image.svg
|
|
1480
|
+
export const fileEarmarkImage: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1481
|
+
// file-earmark-lock-fill.svg
|
|
1482
|
+
export const fileEarmarkLockFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1483
|
+
// file-earmark-lock.svg
|
|
1484
|
+
export const fileEarmarkLock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1485
|
+
// file-earmark-lock2-fill.svg
|
|
1486
|
+
export const fileEarmarkLock2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1487
|
+
// file-earmark-lock2.svg
|
|
1488
|
+
export const fileEarmarkLock2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1489
|
+
// file-earmark-medical-fill.svg
|
|
1490
|
+
export const fileEarmarkMedicalFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1491
|
+
// file-earmark-medical.svg
|
|
1492
|
+
export const fileEarmarkMedical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1493
|
+
// file-earmark-minus-fill.svg
|
|
1494
|
+
export const fileEarmarkMinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1495
|
+
// file-earmark-minus.svg
|
|
1496
|
+
export const fileEarmarkMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1497
|
+
// file-earmark-music-fill.svg
|
|
1498
|
+
export const fileEarmarkMusicFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1499
|
+
// file-earmark-music.svg
|
|
1500
|
+
export const fileEarmarkMusic: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1501
|
+
// file-earmark-pdf-fill.svg
|
|
1502
|
+
export const fileEarmarkPdfFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1503
|
+
// file-earmark-pdf.svg
|
|
1504
|
+
export const fileEarmarkPdf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1505
|
+
// file-earmark-person-fill.svg
|
|
1506
|
+
export const fileEarmarkPersonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1507
|
+
// file-earmark-person.svg
|
|
1508
|
+
export const fileEarmarkPerson: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1509
|
+
// file-earmark-play-fill.svg
|
|
1510
|
+
export const fileEarmarkPlayFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1511
|
+
// file-earmark-play.svg
|
|
1512
|
+
export const fileEarmarkPlay: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1513
|
+
// file-earmark-plus-fill.svg
|
|
1514
|
+
export const fileEarmarkPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1515
|
+
// file-earmark-plus.svg
|
|
1516
|
+
export const fileEarmarkPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1517
|
+
// file-earmark-post-fill.svg
|
|
1518
|
+
export const fileEarmarkPostFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1519
|
+
// file-earmark-post.svg
|
|
1520
|
+
export const fileEarmarkPost: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1521
|
+
// file-earmark-ppt-fill.svg
|
|
1522
|
+
export const fileEarmarkPptFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1523
|
+
// file-earmark-ppt.svg
|
|
1524
|
+
export const fileEarmarkPpt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1525
|
+
// file-earmark-richtext-fill.svg
|
|
1526
|
+
export const fileEarmarkRichtextFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1527
|
+
// file-earmark-richtext.svg
|
|
1528
|
+
export const fileEarmarkRichtext: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1529
|
+
// file-earmark-ruled-fill.svg
|
|
1530
|
+
export const fileEarmarkRuledFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1531
|
+
// file-earmark-ruled.svg
|
|
1532
|
+
export const fileEarmarkRuled: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1533
|
+
// file-earmark-slides-fill.svg
|
|
1534
|
+
export const fileEarmarkSlidesFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1535
|
+
// file-earmark-slides.svg
|
|
1536
|
+
export const fileEarmarkSlides: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1537
|
+
// file-earmark-spreadsheet-fill.svg
|
|
1538
|
+
export const fileEarmarkSpreadsheetFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1539
|
+
// file-earmark-spreadsheet.svg
|
|
1540
|
+
export const fileEarmarkSpreadsheet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1541
|
+
// file-earmark-text-fill.svg
|
|
1542
|
+
export const fileEarmarkTextFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1543
|
+
// file-earmark-text.svg
|
|
1544
|
+
export const fileEarmarkText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1545
|
+
// file-earmark-word-fill.svg
|
|
1546
|
+
export const fileEarmarkWordFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1547
|
+
// file-earmark-word.svg
|
|
1548
|
+
export const fileEarmarkWord: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1549
|
+
// file-earmark-x-fill.svg
|
|
1550
|
+
export const fileEarmarkXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1551
|
+
// file-earmark-x.svg
|
|
1552
|
+
export const fileEarmarkX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1553
|
+
// file-earmark-zip-fill.svg
|
|
1554
|
+
export const fileEarmarkZipFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1555
|
+
// file-earmark-zip.svg
|
|
1556
|
+
export const fileEarmarkZip: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1557
|
+
// file-earmark.svg
|
|
1558
|
+
export const fileEarmark: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1559
|
+
// file-easel-fill.svg
|
|
1560
|
+
export const fileEaselFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1561
|
+
// file-easel.svg
|
|
1562
|
+
export const fileEasel: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1563
|
+
// file-excel-fill.svg
|
|
1564
|
+
export const fileExcelFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1565
|
+
// file-excel.svg
|
|
1566
|
+
export const fileExcel: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1567
|
+
// file-fill.svg
|
|
1568
|
+
export const fileFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1569
|
+
// file-font-fill.svg
|
|
1570
|
+
export const fileFontFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1571
|
+
// file-font.svg
|
|
1572
|
+
export const fileFont: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1573
|
+
// file-image-fill.svg
|
|
1574
|
+
export const fileImageFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1575
|
+
// file-image.svg
|
|
1576
|
+
export const fileImage: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1577
|
+
// file-lock-fill.svg
|
|
1578
|
+
export const fileLockFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1579
|
+
// file-lock.svg
|
|
1580
|
+
export const fileLock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1581
|
+
// file-lock2-fill.svg
|
|
1582
|
+
export const fileLock2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1583
|
+
// file-lock2.svg
|
|
1584
|
+
export const fileLock2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1585
|
+
// file-medical-fill.svg
|
|
1586
|
+
export const fileMedicalFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1587
|
+
// file-medical.svg
|
|
1588
|
+
export const fileMedical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1589
|
+
// file-minus-fill.svg
|
|
1590
|
+
export const fileMinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1591
|
+
// file-minus.svg
|
|
1592
|
+
export const fileMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1593
|
+
// file-music-fill.svg
|
|
1594
|
+
export const fileMusicFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1595
|
+
// file-music.svg
|
|
1596
|
+
export const fileMusic: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1597
|
+
// file-pdf-fill.svg
|
|
1598
|
+
export const filePdfFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1599
|
+
// file-pdf.svg
|
|
1600
|
+
export const filePdf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1601
|
+
// file-person-fill.svg
|
|
1602
|
+
export const filePersonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1603
|
+
// file-person.svg
|
|
1604
|
+
export const filePerson: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1605
|
+
// file-play-fill.svg
|
|
1606
|
+
export const filePlayFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1607
|
+
// file-play.svg
|
|
1608
|
+
export const filePlay: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1609
|
+
// file-plus-fill.svg
|
|
1610
|
+
export const filePlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1611
|
+
// file-plus.svg
|
|
1612
|
+
export const filePlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1613
|
+
// file-post-fill.svg
|
|
1614
|
+
export const filePostFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1615
|
+
// file-post.svg
|
|
1616
|
+
export const filePost: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1617
|
+
// file-ppt-fill.svg
|
|
1618
|
+
export const filePptFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1619
|
+
// file-ppt.svg
|
|
1620
|
+
export const filePpt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1621
|
+
// file-richtext-fill.svg
|
|
1622
|
+
export const fileRichtextFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1623
|
+
// file-richtext.svg
|
|
1624
|
+
export const fileRichtext: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1625
|
+
// file-ruled-fill.svg
|
|
1626
|
+
export const fileRuledFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1627
|
+
// file-ruled.svg
|
|
1628
|
+
export const fileRuled: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1629
|
+
// file-slides-fill.svg
|
|
1630
|
+
export const fileSlidesFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1631
|
+
// file-slides.svg
|
|
1632
|
+
export const fileSlides: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1633
|
+
// file-spreadsheet-fill.svg
|
|
1634
|
+
export const fileSpreadsheetFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1635
|
+
// file-spreadsheet.svg
|
|
1636
|
+
export const fileSpreadsheet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1637
|
+
// file-text-fill.svg
|
|
1638
|
+
export const fileTextFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1639
|
+
// file-text.svg
|
|
1640
|
+
export const fileText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1641
|
+
// file-word-fill.svg
|
|
1642
|
+
export const fileWordFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1643
|
+
// file-word.svg
|
|
1644
|
+
export const fileWord: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1645
|
+
// file-x-fill.svg
|
|
1646
|
+
export const fileXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1647
|
+
// file-x.svg
|
|
1648
|
+
export const fileX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1649
|
+
// file-zip-fill.svg
|
|
1650
|
+
export const fileZipFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1651
|
+
// file-zip.svg
|
|
1652
|
+
export const fileZip: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1653
|
+
// file.svg
|
|
1654
|
+
export const file: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1655
|
+
// files-alt.svg
|
|
1656
|
+
export const filesAlt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1657
|
+
// files.svg
|
|
1658
|
+
export const files: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1659
|
+
// filetype-aac.svg
|
|
1660
|
+
export const filetypeAac: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1661
|
+
// filetype-ai.svg
|
|
1662
|
+
export const filetypeAi: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1663
|
+
// filetype-bmp.svg
|
|
1664
|
+
export const filetypeBmp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1665
|
+
// filetype-cs.svg
|
|
1666
|
+
export const filetypeCs: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1667
|
+
// filetype-css.svg
|
|
1668
|
+
export const filetypeCss: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1669
|
+
// filetype-csv.svg
|
|
1670
|
+
export const filetypeCsv: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1671
|
+
// filetype-doc.svg
|
|
1672
|
+
export const filetypeDoc: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1673
|
+
// filetype-docx.svg
|
|
1674
|
+
export const filetypeDocx: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1675
|
+
// filetype-exe.svg
|
|
1676
|
+
export const filetypeExe: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1677
|
+
// filetype-gif.svg
|
|
1678
|
+
export const filetypeGif: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1679
|
+
// filetype-heic.svg
|
|
1680
|
+
export const filetypeHeic: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1681
|
+
// filetype-html.svg
|
|
1682
|
+
export const filetypeHtml: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1683
|
+
// filetype-java.svg
|
|
1684
|
+
export const filetypeJava: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1685
|
+
// filetype-jpg.svg
|
|
1686
|
+
export const filetypeJpg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1687
|
+
// filetype-js.svg
|
|
1688
|
+
export const filetypeJs: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1689
|
+
// filetype-json.svg
|
|
1690
|
+
export const filetypeJson: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1691
|
+
// filetype-jsx.svg
|
|
1692
|
+
export const filetypeJsx: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1693
|
+
// filetype-key.svg
|
|
1694
|
+
export const filetypeKey: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1695
|
+
// filetype-m4p.svg
|
|
1696
|
+
export const filetypeM4p: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1697
|
+
// filetype-md.svg
|
|
1698
|
+
export const filetypeMd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1699
|
+
// filetype-mdx.svg
|
|
1700
|
+
export const filetypeMdx: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1701
|
+
// filetype-mov.svg
|
|
1702
|
+
export const filetypeMov: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1703
|
+
// filetype-mp3.svg
|
|
1704
|
+
export const filetypeMp3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1705
|
+
// filetype-mp4.svg
|
|
1706
|
+
export const filetypeMp4: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1707
|
+
// filetype-otf.svg
|
|
1708
|
+
export const filetypeOtf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1709
|
+
// filetype-pdf.svg
|
|
1710
|
+
export const filetypePdf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1711
|
+
// filetype-php.svg
|
|
1712
|
+
export const filetypePhp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1713
|
+
// filetype-png.svg
|
|
1714
|
+
export const filetypePng: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1715
|
+
// filetype-ppt.svg
|
|
1716
|
+
export const filetypePpt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1717
|
+
// filetype-pptx.svg
|
|
1718
|
+
export const filetypePptx: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1719
|
+
// filetype-psd.svg
|
|
1720
|
+
export const filetypePsd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1721
|
+
// filetype-py.svg
|
|
1722
|
+
export const filetypePy: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1723
|
+
// filetype-raw.svg
|
|
1724
|
+
export const filetypeRaw: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1725
|
+
// filetype-rb.svg
|
|
1726
|
+
export const filetypeRb: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1727
|
+
// filetype-sass.svg
|
|
1728
|
+
export const filetypeSass: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1729
|
+
// filetype-scss.svg
|
|
1730
|
+
export const filetypeScss: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1731
|
+
// filetype-sh.svg
|
|
1732
|
+
export const filetypeSh: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1733
|
+
// filetype-svg.svg
|
|
1734
|
+
export const filetypeSvg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1735
|
+
// filetype-tiff.svg
|
|
1736
|
+
export const filetypeTiff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1737
|
+
// filetype-tsx.svg
|
|
1738
|
+
export const filetypeTsx: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1739
|
+
// filetype-ttf.svg
|
|
1740
|
+
export const filetypeTtf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1741
|
+
// filetype-txt.svg
|
|
1742
|
+
export const filetypeTxt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1743
|
+
// filetype-wav.svg
|
|
1744
|
+
export const filetypeWav: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1745
|
+
// filetype-woff.svg
|
|
1746
|
+
export const filetypeWoff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1747
|
+
// filetype-xls.svg
|
|
1748
|
+
export const filetypeXls: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1749
|
+
// filetype-xlsx.svg
|
|
1750
|
+
export const filetypeXlsx: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1751
|
+
// filetype-xml.svg
|
|
1752
|
+
export const filetypeXml: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1753
|
+
// filetype-yml.svg
|
|
1754
|
+
export const filetypeYml: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1755
|
+
// film.svg
|
|
1756
|
+
export const film: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1757
|
+
// filter-circle-fill.svg
|
|
1758
|
+
export const filterCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1759
|
+
// filter-circle.svg
|
|
1760
|
+
export const filterCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1761
|
+
// filter-left.svg
|
|
1762
|
+
export const filterLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1763
|
+
// filter-right.svg
|
|
1764
|
+
export const filterRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1765
|
+
// filter-square-fill.svg
|
|
1766
|
+
export const filterSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1767
|
+
// filter-square.svg
|
|
1768
|
+
export const filterSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1769
|
+
// filter.svg
|
|
1770
|
+
export const filter: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1771
|
+
// fingerprint.svg
|
|
1772
|
+
export const fingerprint: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1773
|
+
// flag-fill.svg
|
|
1774
|
+
export const flagFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1775
|
+
// flag.svg
|
|
1776
|
+
export const flag: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1777
|
+
// flower1.svg
|
|
1778
|
+
export const flower1: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1779
|
+
// flower2.svg
|
|
1780
|
+
export const flower2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1781
|
+
// flower3.svg
|
|
1782
|
+
export const flower3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1783
|
+
// folder-check.svg
|
|
1784
|
+
export const folderCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1785
|
+
// folder-fill.svg
|
|
1786
|
+
export const folderFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1787
|
+
// folder-minus.svg
|
|
1788
|
+
export const folderMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1789
|
+
// folder-plus.svg
|
|
1790
|
+
export const folderPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1791
|
+
// folder-symlink-fill.svg
|
|
1792
|
+
export const folderSymlinkFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1793
|
+
// folder-symlink.svg
|
|
1794
|
+
export const folderSymlink: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1795
|
+
// folder-x.svg
|
|
1796
|
+
export const folderX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1797
|
+
// folder.svg
|
|
1798
|
+
export const folder: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1799
|
+
// folder2-open.svg
|
|
1800
|
+
export const folder2Open: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1801
|
+
// folder2.svg
|
|
1802
|
+
export const folder2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1803
|
+
// fonts.svg
|
|
1804
|
+
export const fonts: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1805
|
+
// forward-fill.svg
|
|
1806
|
+
export const forwardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1807
|
+
// forward.svg
|
|
1808
|
+
export const forward: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1809
|
+
// front.svg
|
|
1810
|
+
export const front: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1811
|
+
// fullscreen-exit.svg
|
|
1812
|
+
export const fullscreenExit: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1813
|
+
// fullscreen.svg
|
|
1814
|
+
export const fullscreen: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1815
|
+
// funnel-fill.svg
|
|
1816
|
+
export const funnelFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1817
|
+
// funnel.svg
|
|
1818
|
+
export const funnel: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1819
|
+
// gear-fill.svg
|
|
1820
|
+
export const gearFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1821
|
+
// gear-wide-connected.svg
|
|
1822
|
+
export const gearWideConnected: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1823
|
+
// gear-wide.svg
|
|
1824
|
+
export const gearWide: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1825
|
+
// gear.svg
|
|
1826
|
+
export const gear: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1827
|
+
// gem.svg
|
|
1828
|
+
export const gem: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1829
|
+
// gender-ambiguous.svg
|
|
1830
|
+
export const genderAmbiguous: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1831
|
+
// gender-female.svg
|
|
1832
|
+
export const genderFemale: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1833
|
+
// gender-male.svg
|
|
1834
|
+
export const genderMale: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1835
|
+
// gender-trans.svg
|
|
1836
|
+
export const genderTrans: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1837
|
+
// geo-alt-fill.svg
|
|
1838
|
+
export const geoAltFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1839
|
+
// geo-alt.svg
|
|
1840
|
+
export const geoAlt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1841
|
+
// geo-fill.svg
|
|
1842
|
+
export const geoFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1843
|
+
// geo.svg
|
|
1844
|
+
export const geo: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1845
|
+
// gift-fill.svg
|
|
1846
|
+
export const giftFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1847
|
+
// gift.svg
|
|
1848
|
+
export const gift: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1849
|
+
// git.svg
|
|
1850
|
+
export const git: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1851
|
+
// github.svg
|
|
1852
|
+
export const github: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1853
|
+
// globe.svg
|
|
1854
|
+
export const globe: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1855
|
+
// globe2.svg
|
|
1856
|
+
export const globe2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1857
|
+
// google.svg
|
|
1858
|
+
export const google: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1859
|
+
// gpu-card.svg
|
|
1860
|
+
export const gpuCard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1861
|
+
// graph-down-arrow.svg
|
|
1862
|
+
export const graphDownArrow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1863
|
+
// graph-down.svg
|
|
1864
|
+
export const graphDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1865
|
+
// graph-up-arrow.svg
|
|
1866
|
+
export const graphUpArrow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1867
|
+
// graph-up.svg
|
|
1868
|
+
export const graphUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1869
|
+
// grid-1x2-fill.svg
|
|
1870
|
+
export const grid1x2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1871
|
+
// grid-1x2.svg
|
|
1872
|
+
export const grid1x2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1873
|
+
// grid-3x2-gap-fill.svg
|
|
1874
|
+
export const grid3x2GapFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1875
|
+
// grid-3x2-gap.svg
|
|
1876
|
+
export const grid3x2Gap: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1877
|
+
// grid-3x2.svg
|
|
1878
|
+
export const grid3x2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1879
|
+
// grid-3x3-gap-fill.svg
|
|
1880
|
+
export const grid3x3GapFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1881
|
+
// grid-3x3-gap.svg
|
|
1882
|
+
export const grid3x3Gap: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1883
|
+
// grid-3x3.svg
|
|
1884
|
+
export const grid3x3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1885
|
+
// grid-fill.svg
|
|
1886
|
+
export const gridFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1887
|
+
// grid.svg
|
|
1888
|
+
export const grid: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1889
|
+
// grip-horizontal.svg
|
|
1890
|
+
export const gripHorizontal: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1891
|
+
// grip-vertical.svg
|
|
1892
|
+
export const gripVertical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1893
|
+
// hammer.svg
|
|
1894
|
+
export const hammer: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1895
|
+
// hand-index-fill.svg
|
|
1896
|
+
export const handIndexFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1897
|
+
// hand-index-thumb-fill.svg
|
|
1898
|
+
export const handIndexThumbFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1899
|
+
// hand-index-thumb.svg
|
|
1900
|
+
export const handIndexThumb: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1901
|
+
// hand-index.svg
|
|
1902
|
+
export const handIndex: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1903
|
+
// hand-thumbs-down-fill.svg
|
|
1904
|
+
export const handThumbsDownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1905
|
+
// hand-thumbs-down.svg
|
|
1906
|
+
export const handThumbsDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1907
|
+
// hand-thumbs-up-fill.svg
|
|
1908
|
+
export const handThumbsUpFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1909
|
+
// hand-thumbs-up.svg
|
|
1910
|
+
export const handThumbsUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1911
|
+
// handbag-fill.svg
|
|
1912
|
+
export const handbagFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1913
|
+
// handbag.svg
|
|
1914
|
+
export const handbag: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1915
|
+
// hash.svg
|
|
1916
|
+
export const hash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1917
|
+
// hdd-fill.svg
|
|
1918
|
+
export const hddFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1919
|
+
// hdd-network-fill.svg
|
|
1920
|
+
export const hddNetworkFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1921
|
+
// hdd-network.svg
|
|
1922
|
+
export const hddNetwork: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1923
|
+
// hdd-rack-fill.svg
|
|
1924
|
+
export const hddRackFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1925
|
+
// hdd-rack.svg
|
|
1926
|
+
export const hddRack: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1927
|
+
// hdd-stack-fill.svg
|
|
1928
|
+
export const hddStackFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1929
|
+
// hdd-stack.svg
|
|
1930
|
+
export const hddStack: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1931
|
+
// hdd.svg
|
|
1932
|
+
export const hdd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1933
|
+
// hdmi-fill.svg
|
|
1934
|
+
export const hdmiFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1935
|
+
// hdmi.svg
|
|
1936
|
+
export const hdmi: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1937
|
+
// headphones.svg
|
|
1938
|
+
export const headphones: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1939
|
+
// headset-vr.svg
|
|
1940
|
+
export const headsetVr: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1941
|
+
// headset.svg
|
|
1942
|
+
export const headset: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1943
|
+
// heart-arrow.svg
|
|
1944
|
+
export const heartArrow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1945
|
+
// heart-fill.svg
|
|
1946
|
+
export const heartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1947
|
+
// heart-half.svg
|
|
1948
|
+
export const heartHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1949
|
+
// heart-pulse-fill.svg
|
|
1950
|
+
export const heartPulseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1951
|
+
// heart-pulse.svg
|
|
1952
|
+
export const heartPulse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1953
|
+
// heart.svg
|
|
1954
|
+
export const heart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1955
|
+
// heartbreak-fill.svg
|
|
1956
|
+
export const heartbreakFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1957
|
+
// heartbreak.svg
|
|
1958
|
+
export const heartbreak: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1959
|
+
// hearts.svg
|
|
1960
|
+
export const hearts: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1961
|
+
// heptagon-fill.svg
|
|
1962
|
+
export const heptagonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1963
|
+
// heptagon-half.svg
|
|
1964
|
+
export const heptagonHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1965
|
+
// heptagon.svg
|
|
1966
|
+
export const heptagon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1967
|
+
// hexagon-fill.svg
|
|
1968
|
+
export const hexagonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1969
|
+
// hexagon-half.svg
|
|
1970
|
+
export const hexagonHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1971
|
+
// hexagon.svg
|
|
1972
|
+
export const hexagon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1973
|
+
// hospital-fill.svg
|
|
1974
|
+
export const hospitalFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1975
|
+
// hospital.svg
|
|
1976
|
+
export const hospital: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1977
|
+
// hourglass-bottom.svg
|
|
1978
|
+
export const hourglassBottom: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1979
|
+
// hourglass-split.svg
|
|
1980
|
+
export const hourglassSplit: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1981
|
+
// hourglass-top.svg
|
|
1982
|
+
export const hourglassTop: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1983
|
+
// hourglass.svg
|
|
1984
|
+
export const hourglass: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1985
|
+
// house-door-fill.svg
|
|
1986
|
+
export const houseDoorFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1987
|
+
// house-door.svg
|
|
1988
|
+
export const houseDoor: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1989
|
+
// house-fill.svg
|
|
1990
|
+
export const houseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1991
|
+
// house-heart-fill.svg
|
|
1992
|
+
export const houseHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1993
|
+
// house-heart.svg
|
|
1994
|
+
export const houseHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1995
|
+
// house.svg
|
|
1996
|
+
export const house: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1997
|
+
// hr.svg
|
|
1998
|
+
export const hr: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1999
|
+
// hurricane.svg
|
|
2000
|
+
export const hurricane: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2001
|
+
// hypnotize.svg
|
|
2002
|
+
export const hypnotize: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2003
|
+
// image-alt.svg
|
|
2004
|
+
export const imageAlt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2005
|
+
// image-fill.svg
|
|
2006
|
+
export const imageFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2007
|
+
// image.svg
|
|
2008
|
+
export const image: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2009
|
+
// images.svg
|
|
2010
|
+
export const images: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2011
|
+
// inbox-fill.svg
|
|
2012
|
+
export const inboxFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2013
|
+
// inbox.svg
|
|
2014
|
+
export const inbox: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2015
|
+
// inboxes-fill.svg
|
|
2016
|
+
export const inboxesFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2017
|
+
// inboxes.svg
|
|
2018
|
+
export const inboxes: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2019
|
+
// incognito.svg
|
|
2020
|
+
export const incognito: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2021
|
+
// infinity.svg
|
|
2022
|
+
export const infinity: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2023
|
+
// info-circle-fill.svg
|
|
2024
|
+
export const infoCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2025
|
+
// info-circle.svg
|
|
2026
|
+
export const infoCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2027
|
+
// info-lg.svg
|
|
2028
|
+
export const infoLg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2029
|
+
// info-square-fill.svg
|
|
2030
|
+
export const infoSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2031
|
+
// info-square.svg
|
|
2032
|
+
export const infoSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2033
|
+
// info.svg
|
|
2034
|
+
export const info: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2035
|
+
// input-cursor-text.svg
|
|
2036
|
+
export const inputCursorText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2037
|
+
// input-cursor.svg
|
|
2038
|
+
export const inputCursor: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2039
|
+
// instagram.svg
|
|
2040
|
+
export const instagram: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2041
|
+
// intersect.svg
|
|
2042
|
+
export const intersect: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2043
|
+
// journal-album.svg
|
|
2044
|
+
export const journalAlbum: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2045
|
+
// journal-arrow-down.svg
|
|
2046
|
+
export const journalArrowDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2047
|
+
// journal-arrow-up.svg
|
|
2048
|
+
export const journalArrowUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2049
|
+
// journal-bookmark-fill.svg
|
|
2050
|
+
export const journalBookmarkFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2051
|
+
// journal-bookmark.svg
|
|
2052
|
+
export const journalBookmark: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2053
|
+
// journal-check.svg
|
|
2054
|
+
export const journalCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2055
|
+
// journal-code.svg
|
|
2056
|
+
export const journalCode: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2057
|
+
// journal-medical.svg
|
|
2058
|
+
export const journalMedical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2059
|
+
// journal-minus.svg
|
|
2060
|
+
export const journalMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2061
|
+
// journal-plus.svg
|
|
2062
|
+
export const journalPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2063
|
+
// journal-richtext.svg
|
|
2064
|
+
export const journalRichtext: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2065
|
+
// journal-text.svg
|
|
2066
|
+
export const journalText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2067
|
+
// journal-x.svg
|
|
2068
|
+
export const journalX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2069
|
+
// journal.svg
|
|
2070
|
+
export const journal: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2071
|
+
// journals.svg
|
|
2072
|
+
export const journals: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2073
|
+
// joystick.svg
|
|
2074
|
+
export const joystick: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2075
|
+
// justify-left.svg
|
|
2076
|
+
export const justifyLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2077
|
+
// justify-right.svg
|
|
2078
|
+
export const justifyRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2079
|
+
// justify.svg
|
|
2080
|
+
export const justify: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2081
|
+
// kanban-fill.svg
|
|
2082
|
+
export const kanbanFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2083
|
+
// kanban.svg
|
|
2084
|
+
export const kanban: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2085
|
+
// key-fill.svg
|
|
2086
|
+
export const keyFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2087
|
+
// key.svg
|
|
2088
|
+
export const key: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2089
|
+
// keyboard-fill.svg
|
|
2090
|
+
export const keyboardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2091
|
+
// keyboard.svg
|
|
2092
|
+
export const keyboard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2093
|
+
// ladder.svg
|
|
2094
|
+
export const ladder: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2095
|
+
// lamp-fill.svg
|
|
2096
|
+
export const lampFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2097
|
+
// lamp.svg
|
|
2098
|
+
export const lamp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2099
|
+
// laptop-fill.svg
|
|
2100
|
+
export const laptopFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2101
|
+
// laptop.svg
|
|
2102
|
+
export const laptop: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2103
|
+
// layer-backward.svg
|
|
2104
|
+
export const layerBackward: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2105
|
+
// layer-forward.svg
|
|
2106
|
+
export const layerForward: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2107
|
+
// layers-fill.svg
|
|
2108
|
+
export const layersFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2109
|
+
// layers-half.svg
|
|
2110
|
+
export const layersHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2111
|
+
// layers.svg
|
|
2112
|
+
export const layers: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2113
|
+
// layout-sidebar-inset-reverse.svg
|
|
2114
|
+
export const layoutSidebarInsetReverse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2115
|
+
// layout-sidebar-inset.svg
|
|
2116
|
+
export const layoutSidebarInset: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2117
|
+
// layout-sidebar-reverse.svg
|
|
2118
|
+
export const layoutSidebarReverse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2119
|
+
// layout-sidebar.svg
|
|
2120
|
+
export const layoutSidebar: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2121
|
+
// layout-split.svg
|
|
2122
|
+
export const layoutSplit: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2123
|
+
// layout-text-sidebar-reverse.svg
|
|
2124
|
+
export const layoutTextSidebarReverse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2125
|
+
// layout-text-sidebar.svg
|
|
2126
|
+
export const layoutTextSidebar: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2127
|
+
// layout-text-window-reverse.svg
|
|
2128
|
+
export const layoutTextWindowReverse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2129
|
+
// layout-text-window.svg
|
|
2130
|
+
export const layoutTextWindow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2131
|
+
// layout-three-columns.svg
|
|
2132
|
+
export const layoutThreeColumns: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2133
|
+
// layout-wtf.svg
|
|
2134
|
+
export const layoutWtf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2135
|
+
// life-preserver.svg
|
|
2136
|
+
export const lifePreserver: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2137
|
+
// lightbulb-fill.svg
|
|
2138
|
+
export const lightbulbFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2139
|
+
// lightbulb-off-fill.svg
|
|
2140
|
+
export const lightbulbOffFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2141
|
+
// lightbulb-off.svg
|
|
2142
|
+
export const lightbulbOff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2143
|
+
// lightbulb.svg
|
|
2144
|
+
export const lightbulb: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2145
|
+
// lightning-charge-fill.svg
|
|
2146
|
+
export const lightningChargeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2147
|
+
// lightning-charge.svg
|
|
2148
|
+
export const lightningCharge: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2149
|
+
// lightning-fill.svg
|
|
2150
|
+
export const lightningFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2151
|
+
// lightning.svg
|
|
2152
|
+
export const lightning: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2153
|
+
// line.svg
|
|
2154
|
+
export const line: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2155
|
+
// link-45deg.svg
|
|
2156
|
+
export const link45deg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2157
|
+
// link.svg
|
|
2158
|
+
export const link: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2159
|
+
// linkedin.svg
|
|
2160
|
+
export const linkedin: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2161
|
+
// list-check.svg
|
|
2162
|
+
export const listCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2163
|
+
// list-columns-reverse.svg
|
|
2164
|
+
export const listColumnsReverse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2165
|
+
// list-columns.svg
|
|
2166
|
+
export const listColumns: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2167
|
+
// list-nested.svg
|
|
2168
|
+
export const listNested: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2169
|
+
// list-ol.svg
|
|
2170
|
+
export const listOl: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2171
|
+
// list-stars.svg
|
|
2172
|
+
export const listStars: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2173
|
+
// list-task.svg
|
|
2174
|
+
export const listTask: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2175
|
+
// list-ul.svg
|
|
2176
|
+
export const listUl: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2177
|
+
// list.svg
|
|
2178
|
+
export const list: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2179
|
+
// lock-fill.svg
|
|
2180
|
+
export const lockFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2181
|
+
// lock.svg
|
|
2182
|
+
export const lock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2183
|
+
// magic.svg
|
|
2184
|
+
export const magic: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2185
|
+
// magnet-fill.svg
|
|
2186
|
+
export const magnetFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2187
|
+
// magnet.svg
|
|
2188
|
+
export const magnet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2189
|
+
// mailbox.svg
|
|
2190
|
+
export const mailbox: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2191
|
+
// mailbox2.svg
|
|
2192
|
+
export const mailbox2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2193
|
+
// map-fill.svg
|
|
2194
|
+
export const mapFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2195
|
+
// map.svg
|
|
2196
|
+
export const map: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2197
|
+
// markdown-fill.svg
|
|
2198
|
+
export const markdownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2199
|
+
// markdown.svg
|
|
2200
|
+
export const markdown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2201
|
+
// mask.svg
|
|
2202
|
+
export const mask: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2203
|
+
// mastodon.svg
|
|
2204
|
+
export const mastodon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2205
|
+
// medium.svg
|
|
2206
|
+
export const medium: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2207
|
+
// megaphone-fill.svg
|
|
2208
|
+
export const megaphoneFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2209
|
+
// megaphone.svg
|
|
2210
|
+
export const megaphone: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2211
|
+
// memory.svg
|
|
2212
|
+
export const memory: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2213
|
+
// menu-app-fill.svg
|
|
2214
|
+
export const menuAppFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2215
|
+
// menu-app.svg
|
|
2216
|
+
export const menuApp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2217
|
+
// menu-button-fill.svg
|
|
2218
|
+
export const menuButtonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2219
|
+
// menu-button-wide-fill.svg
|
|
2220
|
+
export const menuButtonWideFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2221
|
+
// menu-button-wide.svg
|
|
2222
|
+
export const menuButtonWide: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2223
|
+
// menu-button.svg
|
|
2224
|
+
export const menuButton: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2225
|
+
// menu-down.svg
|
|
2226
|
+
export const menuDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2227
|
+
// menu-up.svg
|
|
2228
|
+
export const menuUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2229
|
+
// messenger.svg
|
|
2230
|
+
export const messenger: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2231
|
+
// meta.svg
|
|
2232
|
+
export const meta: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2233
|
+
// mic-fill.svg
|
|
2234
|
+
export const micFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2235
|
+
// mic-mute-fill.svg
|
|
2236
|
+
export const micMuteFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2237
|
+
// mic-mute.svg
|
|
2238
|
+
export const micMute: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2239
|
+
// mic.svg
|
|
2240
|
+
export const mic: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2241
|
+
// microsoft.svg
|
|
2242
|
+
export const microsoft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2243
|
+
// minecart-loaded.svg
|
|
2244
|
+
export const minecartLoaded: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2245
|
+
// minecart.svg
|
|
2246
|
+
export const minecart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2247
|
+
// modem-fill.svg
|
|
2248
|
+
export const modemFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2249
|
+
// modem.svg
|
|
2250
|
+
export const modem: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2251
|
+
// moisture.svg
|
|
2252
|
+
export const moisture: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2253
|
+
// moon-fill.svg
|
|
2254
|
+
export const moonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2255
|
+
// moon-stars-fill.svg
|
|
2256
|
+
export const moonStarsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2257
|
+
// moon-stars.svg
|
|
2258
|
+
export const moonStars: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2259
|
+
// moon.svg
|
|
2260
|
+
export const moon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2261
|
+
// mortarboard-fill.svg
|
|
2262
|
+
export const mortarboardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2263
|
+
// mortarboard.svg
|
|
2264
|
+
export const mortarboard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2265
|
+
// motherboard-fill.svg
|
|
2266
|
+
export const motherboardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2267
|
+
// motherboard.svg
|
|
2268
|
+
export const motherboard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2269
|
+
// mouse-fill.svg
|
|
2270
|
+
export const mouseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2271
|
+
// mouse.svg
|
|
2272
|
+
export const mouse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2273
|
+
// mouse2-fill.svg
|
|
2274
|
+
export const mouse2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2275
|
+
// mouse2.svg
|
|
2276
|
+
export const mouse2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2277
|
+
// mouse3-fill.svg
|
|
2278
|
+
export const mouse3Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2279
|
+
// mouse3.svg
|
|
2280
|
+
export const mouse3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2281
|
+
// music-note-beamed.svg
|
|
2282
|
+
export const musicNoteBeamed: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2283
|
+
// music-note-list.svg
|
|
2284
|
+
export const musicNoteList: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2285
|
+
// music-note.svg
|
|
2286
|
+
export const musicNote: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2287
|
+
// music-player-fill.svg
|
|
2288
|
+
export const musicPlayerFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2289
|
+
// music-player.svg
|
|
2290
|
+
export const musicPlayer: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2291
|
+
// newspaper.svg
|
|
2292
|
+
export const newspaper: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2293
|
+
// nintendo-switch.svg
|
|
2294
|
+
export const nintendoSwitch: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2295
|
+
// node-minus-fill.svg
|
|
2296
|
+
export const nodeMinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2297
|
+
// node-minus.svg
|
|
2298
|
+
export const nodeMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2299
|
+
// node-plus-fill.svg
|
|
2300
|
+
export const nodePlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2301
|
+
// node-plus.svg
|
|
2302
|
+
export const nodePlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2303
|
+
// nut-fill.svg
|
|
2304
|
+
export const nutFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2305
|
+
// nut.svg
|
|
2306
|
+
export const nut: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2307
|
+
// octagon-fill.svg
|
|
2308
|
+
export const octagonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2309
|
+
// octagon-half.svg
|
|
2310
|
+
export const octagonHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2311
|
+
// octagon.svg
|
|
2312
|
+
export const octagon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2313
|
+
// optical-audio-fill.svg
|
|
2314
|
+
export const opticalAudioFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2315
|
+
// optical-audio.svg
|
|
2316
|
+
export const opticalAudio: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2317
|
+
// option.svg
|
|
2318
|
+
export const option: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2319
|
+
// outlet.svg
|
|
2320
|
+
export const outlet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2321
|
+
// paint-bucket.svg
|
|
2322
|
+
export const paintBucket: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2323
|
+
// palette-fill.svg
|
|
2324
|
+
export const paletteFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2325
|
+
// palette.svg
|
|
2326
|
+
export const palette: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2327
|
+
// palette2.svg
|
|
2328
|
+
export const palette2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2329
|
+
// paperclip.svg
|
|
2330
|
+
export const paperclip: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2331
|
+
// paragraph.svg
|
|
2332
|
+
export const paragraph: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2333
|
+
// patch-check-fill.svg
|
|
2334
|
+
export const patchCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2335
|
+
// patch-check.svg
|
|
2336
|
+
export const patchCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2337
|
+
// patch-exclamation-fill.svg
|
|
2338
|
+
export const patchExclamationFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2339
|
+
// patch-exclamation.svg
|
|
2340
|
+
export const patchExclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2341
|
+
// patch-minus-fill.svg
|
|
2342
|
+
export const patchMinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2343
|
+
// patch-minus.svg
|
|
2344
|
+
export const patchMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2345
|
+
// patch-plus-fill.svg
|
|
2346
|
+
export const patchPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2347
|
+
// patch-plus.svg
|
|
2348
|
+
export const patchPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2349
|
+
// patch-question-fill.svg
|
|
2350
|
+
export const patchQuestionFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2351
|
+
// patch-question.svg
|
|
2352
|
+
export const patchQuestion: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2353
|
+
// pause-btn-fill.svg
|
|
2354
|
+
export const pauseBtnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2355
|
+
// pause-btn.svg
|
|
2356
|
+
export const pauseBtn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2357
|
+
// pause-circle-fill.svg
|
|
2358
|
+
export const pauseCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2359
|
+
// pause-circle.svg
|
|
2360
|
+
export const pauseCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2361
|
+
// pause-fill.svg
|
|
2362
|
+
export const pauseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2363
|
+
// pause.svg
|
|
2364
|
+
export const pause: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2365
|
+
// paypal.svg
|
|
2366
|
+
export const paypal: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2367
|
+
// pc-display-horizontal.svg
|
|
2368
|
+
export const pcDisplayHorizontal: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2369
|
+
// pc-display.svg
|
|
2370
|
+
export const pcDisplay: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2371
|
+
// pc-horizontal.svg
|
|
2372
|
+
export const pcHorizontal: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2373
|
+
// pc.svg
|
|
2374
|
+
export const pc: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2375
|
+
// pci-card.svg
|
|
2376
|
+
export const pciCard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2377
|
+
// peace-fill.svg
|
|
2378
|
+
export const peaceFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2379
|
+
// peace.svg
|
|
2380
|
+
export const peace: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2381
|
+
// pen-fill.svg
|
|
2382
|
+
export const penFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2383
|
+
// pen.svg
|
|
2384
|
+
export const pen: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2385
|
+
// pencil-fill.svg
|
|
2386
|
+
export const pencilFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2387
|
+
// pencil-square.svg
|
|
2388
|
+
export const pencilSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2389
|
+
// pencil.svg
|
|
2390
|
+
export const pencil: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2391
|
+
// pentagon-fill.svg
|
|
2392
|
+
export const pentagonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2393
|
+
// pentagon-half.svg
|
|
2394
|
+
export const pentagonHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2395
|
+
// pentagon.svg
|
|
2396
|
+
export const pentagon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2397
|
+
// people-fill.svg
|
|
2398
|
+
export const peopleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2399
|
+
// people.svg
|
|
2400
|
+
export const people: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2401
|
+
// percent.svg
|
|
2402
|
+
export const percent: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2403
|
+
// person-badge-fill.svg
|
|
2404
|
+
export const personBadgeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2405
|
+
// person-badge.svg
|
|
2406
|
+
export const personBadge: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2407
|
+
// person-bounding-box.svg
|
|
2408
|
+
export const personBoundingBox: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2409
|
+
// person-check-fill.svg
|
|
2410
|
+
export const personCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2411
|
+
// person-check.svg
|
|
2412
|
+
export const personCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2413
|
+
// person-circle.svg
|
|
2414
|
+
export const personCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2415
|
+
// person-dash-fill.svg
|
|
2416
|
+
export const personDashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2417
|
+
// person-dash.svg
|
|
2418
|
+
export const personDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2419
|
+
// person-fill.svg
|
|
2420
|
+
export const personFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2421
|
+
// person-heart.svg
|
|
2422
|
+
export const personHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2423
|
+
// person-hearts.svg
|
|
2424
|
+
export const personHearts: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2425
|
+
// person-lines-fill.svg
|
|
2426
|
+
export const personLinesFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2427
|
+
// person-plus-fill.svg
|
|
2428
|
+
export const personPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2429
|
+
// person-plus.svg
|
|
2430
|
+
export const personPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2431
|
+
// person-rolodex.svg
|
|
2432
|
+
export const personRolodex: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2433
|
+
// person-square.svg
|
|
2434
|
+
export const personSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2435
|
+
// person-video.svg
|
|
2436
|
+
export const personVideo: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2437
|
+
// person-video2.svg
|
|
2438
|
+
export const personVideo2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2439
|
+
// person-video3.svg
|
|
2440
|
+
export const personVideo3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2441
|
+
// person-workspace.svg
|
|
2442
|
+
export const personWorkspace: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2443
|
+
// person-x-fill.svg
|
|
2444
|
+
export const personXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2445
|
+
// person-x.svg
|
|
2446
|
+
export const personX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2447
|
+
// person.svg
|
|
2448
|
+
export const person: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2449
|
+
// phone-fill.svg
|
|
2450
|
+
export const phoneFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2451
|
+
// phone-flip.svg
|
|
2452
|
+
export const phoneFlip: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2453
|
+
// phone-landscape-fill.svg
|
|
2454
|
+
export const phoneLandscapeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2455
|
+
// phone-landscape.svg
|
|
2456
|
+
export const phoneLandscape: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2457
|
+
// phone-vibrate-fill.svg
|
|
2458
|
+
export const phoneVibrateFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2459
|
+
// phone-vibrate.svg
|
|
2460
|
+
export const phoneVibrate: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2461
|
+
// phone.svg
|
|
2462
|
+
export const phone: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2463
|
+
// pie-chart-fill.svg
|
|
2464
|
+
export const pieChartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2465
|
+
// pie-chart.svg
|
|
2466
|
+
export const pieChart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2467
|
+
// piggy-bank-fill.svg
|
|
2468
|
+
export const piggyBankFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2469
|
+
// piggy-bank.svg
|
|
2470
|
+
export const piggyBank: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2471
|
+
// pin-angle-fill.svg
|
|
2472
|
+
export const pinAngleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2473
|
+
// pin-angle.svg
|
|
2474
|
+
export const pinAngle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2475
|
+
// pin-fill.svg
|
|
2476
|
+
export const pinFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2477
|
+
// pin-map-fill.svg
|
|
2478
|
+
export const pinMapFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2479
|
+
// pin-map.svg
|
|
2480
|
+
export const pinMap: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2481
|
+
// pin.svg
|
|
2482
|
+
export const pin: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2483
|
+
// pinterest.svg
|
|
2484
|
+
export const pinterest: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2485
|
+
// pip-fill.svg
|
|
2486
|
+
export const pipFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2487
|
+
// pip.svg
|
|
2488
|
+
export const pip: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2489
|
+
// play-btn-fill.svg
|
|
2490
|
+
export const playBtnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2491
|
+
// play-btn.svg
|
|
2492
|
+
export const playBtn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2493
|
+
// play-circle-fill.svg
|
|
2494
|
+
export const playCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2495
|
+
// play-circle.svg
|
|
2496
|
+
export const playCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2497
|
+
// play-fill.svg
|
|
2498
|
+
export const playFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2499
|
+
// play.svg
|
|
2500
|
+
export const play: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2501
|
+
// playstation.svg
|
|
2502
|
+
export const playstation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2503
|
+
// plug-fill.svg
|
|
2504
|
+
export const plugFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2505
|
+
// plug.svg
|
|
2506
|
+
export const plug: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2507
|
+
// plugin.svg
|
|
2508
|
+
export const plugin: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2509
|
+
// plus-circle-dotted.svg
|
|
2510
|
+
export const plusCircleDotted: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2511
|
+
// plus-circle-fill.svg
|
|
2512
|
+
export const plusCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2513
|
+
// plus-circle.svg
|
|
2514
|
+
export const plusCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2515
|
+
// plus-lg.svg
|
|
2516
|
+
export const plusLg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2517
|
+
// plus-slash-minus.svg
|
|
2518
|
+
export const plusSlashMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2519
|
+
// plus-square-dotted.svg
|
|
2520
|
+
export const plusSquareDotted: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2521
|
+
// plus-square-fill.svg
|
|
2522
|
+
export const plusSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2523
|
+
// plus-square.svg
|
|
2524
|
+
export const plusSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2525
|
+
// plus.svg
|
|
2526
|
+
export const plus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2527
|
+
// postage-fill.svg
|
|
2528
|
+
export const postageFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2529
|
+
// postage-heart-fill.svg
|
|
2530
|
+
export const postageHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2531
|
+
// postage-heart.svg
|
|
2532
|
+
export const postageHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2533
|
+
// postage.svg
|
|
2534
|
+
export const postage: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2535
|
+
// postcard-fill.svg
|
|
2536
|
+
export const postcardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2537
|
+
// postcard-heart-fill.svg
|
|
2538
|
+
export const postcardHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2539
|
+
// postcard-heart.svg
|
|
2540
|
+
export const postcardHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2541
|
+
// postcard.svg
|
|
2542
|
+
export const postcard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2543
|
+
// power.svg
|
|
2544
|
+
export const power: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2545
|
+
// printer-fill.svg
|
|
2546
|
+
export const printerFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2547
|
+
// printer.svg
|
|
2548
|
+
export const printer: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2549
|
+
// projector-fill.svg
|
|
2550
|
+
export const projectorFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2551
|
+
// projector.svg
|
|
2552
|
+
export const projector: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2553
|
+
// puzzle-fill.svg
|
|
2554
|
+
export const puzzleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2555
|
+
// puzzle.svg
|
|
2556
|
+
export const puzzle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2557
|
+
// qr-code-scan.svg
|
|
2558
|
+
export const qrCodeScan: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2559
|
+
// qr-code.svg
|
|
2560
|
+
export const qrCode: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2561
|
+
// question-circle-fill.svg
|
|
2562
|
+
export const questionCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2563
|
+
// question-circle.svg
|
|
2564
|
+
export const questionCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2565
|
+
// question-diamond-fill.svg
|
|
2566
|
+
export const questionDiamondFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2567
|
+
// question-diamond.svg
|
|
2568
|
+
export const questionDiamond: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2569
|
+
// question-lg.svg
|
|
2570
|
+
export const questionLg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2571
|
+
// question-octagon-fill.svg
|
|
2572
|
+
export const questionOctagonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2573
|
+
// question-octagon.svg
|
|
2574
|
+
export const questionOctagon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2575
|
+
// question-square-fill.svg
|
|
2576
|
+
export const questionSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2577
|
+
// question-square.svg
|
|
2578
|
+
export const questionSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2579
|
+
// question.svg
|
|
2580
|
+
export const question: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2581
|
+
// quora.svg
|
|
2582
|
+
export const quora: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2583
|
+
// quote.svg
|
|
2584
|
+
export const quote: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2585
|
+
// radioactive.svg
|
|
2586
|
+
export const radioactive: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2587
|
+
// rainbow.svg
|
|
2588
|
+
export const rainbow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2589
|
+
// receipt-cutoff.svg
|
|
2590
|
+
export const receiptCutoff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2591
|
+
// receipt.svg
|
|
2592
|
+
export const receipt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2593
|
+
// reception-0.svg
|
|
2594
|
+
export const reception0: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2595
|
+
// reception-1.svg
|
|
2596
|
+
export const reception1: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2597
|
+
// reception-2.svg
|
|
2598
|
+
export const reception2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2599
|
+
// reception-3.svg
|
|
2600
|
+
export const reception3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2601
|
+
// reception-4.svg
|
|
2602
|
+
export const reception4: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2603
|
+
// record-btn-fill.svg
|
|
2604
|
+
export const recordBtnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2605
|
+
// record-btn.svg
|
|
2606
|
+
export const recordBtn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2607
|
+
// record-circle-fill.svg
|
|
2608
|
+
export const recordCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2609
|
+
// record-circle.svg
|
|
2610
|
+
export const recordCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2611
|
+
// record-fill.svg
|
|
2612
|
+
export const recordFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2613
|
+
// record.svg
|
|
2614
|
+
export const record: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2615
|
+
// record2-fill.svg
|
|
2616
|
+
export const record2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2617
|
+
// record2.svg
|
|
2618
|
+
export const record2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2619
|
+
// recycle.svg
|
|
2620
|
+
export const recycle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2621
|
+
// reddit.svg
|
|
2622
|
+
export const reddit: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2623
|
+
// reply-all-fill.svg
|
|
2624
|
+
export const replyAllFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2625
|
+
// reply-all.svg
|
|
2626
|
+
export const replyAll: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2627
|
+
// reply-fill.svg
|
|
2628
|
+
export const replyFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2629
|
+
// reply.svg
|
|
2630
|
+
export const reply: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2631
|
+
// robot.svg
|
|
2632
|
+
export const robot: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2633
|
+
// router-fill.svg
|
|
2634
|
+
export const routerFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2635
|
+
// router.svg
|
|
2636
|
+
export const router: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2637
|
+
// rss-fill.svg
|
|
2638
|
+
export const rssFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2639
|
+
// rss.svg
|
|
2640
|
+
export const rss: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2641
|
+
// rulers.svg
|
|
2642
|
+
export const rulers: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2643
|
+
// safe-fill.svg
|
|
2644
|
+
export const safeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2645
|
+
// safe.svg
|
|
2646
|
+
export const safe: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2647
|
+
// safe2-fill.svg
|
|
2648
|
+
export const safe2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2649
|
+
// safe2.svg
|
|
2650
|
+
export const safe2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2651
|
+
// save-fill.svg
|
|
2652
|
+
export const saveFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2653
|
+
// save.svg
|
|
2654
|
+
export const save: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2655
|
+
// save2-fill.svg
|
|
2656
|
+
export const save2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2657
|
+
// save2.svg
|
|
2658
|
+
export const save2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2659
|
+
// scissors.svg
|
|
2660
|
+
export const scissors: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2661
|
+
// screwdriver.svg
|
|
2662
|
+
export const screwdriver: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2663
|
+
// sd-card-fill.svg
|
|
2664
|
+
export const sdCardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2665
|
+
// sd-card.svg
|
|
2666
|
+
export const sdCard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2667
|
+
// search-heart-fill.svg
|
|
2668
|
+
export const searchHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2669
|
+
// search-heart.svg
|
|
2670
|
+
export const searchHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2671
|
+
// search.svg
|
|
2672
|
+
export const search: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2673
|
+
// segmented-nav.svg
|
|
2674
|
+
export const segmentedNav: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2675
|
+
// send-check-fill.svg
|
|
2676
|
+
export const sendCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2677
|
+
// send-check.svg
|
|
2678
|
+
export const sendCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2679
|
+
// send-dash-fill.svg
|
|
2680
|
+
export const sendDashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2681
|
+
// send-dash.svg
|
|
2682
|
+
export const sendDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2683
|
+
// send-exclamation-fill.svg
|
|
2684
|
+
export const sendExclamationFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2685
|
+
// send-exclamation.svg
|
|
2686
|
+
export const sendExclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2687
|
+
// send-fill.svg
|
|
2688
|
+
export const sendFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2689
|
+
// send-plus-fill.svg
|
|
2690
|
+
export const sendPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2691
|
+
// send-plus.svg
|
|
2692
|
+
export const sendPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2693
|
+
// send-slash-fill.svg
|
|
2694
|
+
export const sendSlashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2695
|
+
// send-slash.svg
|
|
2696
|
+
export const sendSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2697
|
+
// send-x-fill.svg
|
|
2698
|
+
export const sendXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2699
|
+
// send-x.svg
|
|
2700
|
+
export const sendX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2701
|
+
// send.svg
|
|
2702
|
+
export const send: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2703
|
+
// server.svg
|
|
2704
|
+
export const server: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2705
|
+
// share-fill.svg
|
|
2706
|
+
export const shareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2707
|
+
// share.svg
|
|
2708
|
+
export const share: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2709
|
+
// shield-check.svg
|
|
2710
|
+
export const shieldCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2711
|
+
// shield-exclamation.svg
|
|
2712
|
+
export const shieldExclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2713
|
+
// shield-fill-check.svg
|
|
2714
|
+
export const shieldFillCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2715
|
+
// shield-fill-exclamation.svg
|
|
2716
|
+
export const shieldFillExclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2717
|
+
// shield-fill-minus.svg
|
|
2718
|
+
export const shieldFillMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2719
|
+
// shield-fill-plus.svg
|
|
2720
|
+
export const shieldFillPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2721
|
+
// shield-fill-x.svg
|
|
2722
|
+
export const shieldFillX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2723
|
+
// shield-fill.svg
|
|
2724
|
+
export const shieldFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2725
|
+
// shield-lock-fill.svg
|
|
2726
|
+
export const shieldLockFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2727
|
+
// shield-lock.svg
|
|
2728
|
+
export const shieldLock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2729
|
+
// shield-minus.svg
|
|
2730
|
+
export const shieldMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2731
|
+
// shield-plus.svg
|
|
2732
|
+
export const shieldPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2733
|
+
// shield-shaded.svg
|
|
2734
|
+
export const shieldShaded: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2735
|
+
// shield-slash-fill.svg
|
|
2736
|
+
export const shieldSlashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2737
|
+
// shield-slash.svg
|
|
2738
|
+
export const shieldSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2739
|
+
// shield-x.svg
|
|
2740
|
+
export const shieldX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2741
|
+
// shield.svg
|
|
2742
|
+
export const shield: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2743
|
+
// shift-fill.svg
|
|
2744
|
+
export const shiftFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2745
|
+
// shift.svg
|
|
2746
|
+
export const shift: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2747
|
+
// shop-window.svg
|
|
2748
|
+
export const shopWindow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2749
|
+
// shop.svg
|
|
2750
|
+
export const shop: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2751
|
+
// shuffle.svg
|
|
2752
|
+
export const shuffle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2753
|
+
// signal.svg
|
|
2754
|
+
export const signal: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2755
|
+
// signpost-2-fill.svg
|
|
2756
|
+
export const signpost2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2757
|
+
// signpost-2.svg
|
|
2758
|
+
export const signpost2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2759
|
+
// signpost-fill.svg
|
|
2760
|
+
export const signpostFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2761
|
+
// signpost-split-fill.svg
|
|
2762
|
+
export const signpostSplitFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2763
|
+
// signpost-split.svg
|
|
2764
|
+
export const signpostSplit: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2765
|
+
// signpost.svg
|
|
2766
|
+
export const signpost: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2767
|
+
// sim-fill.svg
|
|
2768
|
+
export const simFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2769
|
+
// sim.svg
|
|
2770
|
+
export const sim: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2771
|
+
// skip-backward-btn-fill.svg
|
|
2772
|
+
export const skipBackwardBtnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2773
|
+
// skip-backward-btn.svg
|
|
2774
|
+
export const skipBackwardBtn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2775
|
+
// skip-backward-circle-fill.svg
|
|
2776
|
+
export const skipBackwardCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2777
|
+
// skip-backward-circle.svg
|
|
2778
|
+
export const skipBackwardCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2779
|
+
// skip-backward-fill.svg
|
|
2780
|
+
export const skipBackwardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2781
|
+
// skip-backward.svg
|
|
2782
|
+
export const skipBackward: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2783
|
+
// skip-end-btn-fill.svg
|
|
2784
|
+
export const skipEndBtnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2785
|
+
// skip-end-btn.svg
|
|
2786
|
+
export const skipEndBtn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2787
|
+
// skip-end-circle-fill.svg
|
|
2788
|
+
export const skipEndCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2789
|
+
// skip-end-circle.svg
|
|
2790
|
+
export const skipEndCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2791
|
+
// skip-end-fill.svg
|
|
2792
|
+
export const skipEndFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2793
|
+
// skip-end.svg
|
|
2794
|
+
export const skipEnd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2795
|
+
// skip-forward-btn-fill.svg
|
|
2796
|
+
export const skipForwardBtnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2797
|
+
// skip-forward-btn.svg
|
|
2798
|
+
export const skipForwardBtn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2799
|
+
// skip-forward-circle-fill.svg
|
|
2800
|
+
export const skipForwardCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2801
|
+
// skip-forward-circle.svg
|
|
2802
|
+
export const skipForwardCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2803
|
+
// skip-forward-fill.svg
|
|
2804
|
+
export const skipForwardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2805
|
+
// skip-forward.svg
|
|
2806
|
+
export const skipForward: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2807
|
+
// skip-start-btn-fill.svg
|
|
2808
|
+
export const skipStartBtnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2809
|
+
// skip-start-btn.svg
|
|
2810
|
+
export const skipStartBtn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2811
|
+
// skip-start-circle-fill.svg
|
|
2812
|
+
export const skipStartCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2813
|
+
// skip-start-circle.svg
|
|
2814
|
+
export const skipStartCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2815
|
+
// skip-start-fill.svg
|
|
2816
|
+
export const skipStartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2817
|
+
// skip-start.svg
|
|
2818
|
+
export const skipStart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2819
|
+
// skype.svg
|
|
2820
|
+
export const skype: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2821
|
+
// slack.svg
|
|
2822
|
+
export const slack: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2823
|
+
// slash-circle-fill.svg
|
|
2824
|
+
export const slashCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2825
|
+
// slash-circle.svg
|
|
2826
|
+
export const slashCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2827
|
+
// slash-lg.svg
|
|
2828
|
+
export const slashLg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2829
|
+
// slash-square-fill.svg
|
|
2830
|
+
export const slashSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2831
|
+
// slash-square.svg
|
|
2832
|
+
export const slashSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2833
|
+
// slash.svg
|
|
2834
|
+
export const slash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2835
|
+
// sliders.svg
|
|
2836
|
+
export const sliders: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2837
|
+
// sliders2-vertical.svg
|
|
2838
|
+
export const sliders2Vertical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2839
|
+
// sliders2.svg
|
|
2840
|
+
export const sliders2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2841
|
+
// smartwatch.svg
|
|
2842
|
+
export const smartwatch: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2843
|
+
// snapchat.svg
|
|
2844
|
+
export const snapchat: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2845
|
+
// snow.svg
|
|
2846
|
+
export const snow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2847
|
+
// snow2.svg
|
|
2848
|
+
export const snow2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2849
|
+
// snow3.svg
|
|
2850
|
+
export const snow3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2851
|
+
// sort-alpha-down-alt.svg
|
|
2852
|
+
export const sortAlphaDownAlt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2853
|
+
// sort-alpha-down.svg
|
|
2854
|
+
export const sortAlphaDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2855
|
+
// sort-alpha-up-alt.svg
|
|
2856
|
+
export const sortAlphaUpAlt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2857
|
+
// sort-alpha-up.svg
|
|
2858
|
+
export const sortAlphaUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2859
|
+
// sort-down-alt.svg
|
|
2860
|
+
export const sortDownAlt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2861
|
+
// sort-down.svg
|
|
2862
|
+
export const sortDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2863
|
+
// sort-numeric-down-alt.svg
|
|
2864
|
+
export const sortNumericDownAlt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2865
|
+
// sort-numeric-down.svg
|
|
2866
|
+
export const sortNumericDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2867
|
+
// sort-numeric-up-alt.svg
|
|
2868
|
+
export const sortNumericUpAlt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2869
|
+
// sort-numeric-up.svg
|
|
2870
|
+
export const sortNumericUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2871
|
+
// sort-up-alt.svg
|
|
2872
|
+
export const sortUpAlt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2873
|
+
// sort-up.svg
|
|
2874
|
+
export const sortUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2875
|
+
// soundwave.svg
|
|
2876
|
+
export const soundwave: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2877
|
+
// speaker-fill.svg
|
|
2878
|
+
export const speakerFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2879
|
+
// speaker.svg
|
|
2880
|
+
export const speaker: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2881
|
+
// speedometer.svg
|
|
2882
|
+
export const speedometer: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2883
|
+
// speedometer2.svg
|
|
2884
|
+
export const speedometer2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2885
|
+
// spellcheck.svg
|
|
2886
|
+
export const spellcheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2887
|
+
// spotify.svg
|
|
2888
|
+
export const spotify: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2889
|
+
// square-fill.svg
|
|
2890
|
+
export const squareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2891
|
+
// square-half.svg
|
|
2892
|
+
export const squareHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2893
|
+
// square.svg
|
|
2894
|
+
export const square: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2895
|
+
// stack-overflow.svg
|
|
2896
|
+
export const stackOverflow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2897
|
+
// stack.svg
|
|
2898
|
+
export const stack: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2899
|
+
// star-fill.svg
|
|
2900
|
+
export const starFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2901
|
+
// star-half.svg
|
|
2902
|
+
export const starHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2903
|
+
// star.svg
|
|
2904
|
+
export const star: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2905
|
+
// stars.svg
|
|
2906
|
+
export const stars: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2907
|
+
// steam.svg
|
|
2908
|
+
export const steam: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2909
|
+
// stickies-fill.svg
|
|
2910
|
+
export const stickiesFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2911
|
+
// stickies.svg
|
|
2912
|
+
export const stickies: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2913
|
+
// sticky-fill.svg
|
|
2914
|
+
export const stickyFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2915
|
+
// sticky.svg
|
|
2916
|
+
export const sticky: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2917
|
+
// stop-btn-fill.svg
|
|
2918
|
+
export const stopBtnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2919
|
+
// stop-btn.svg
|
|
2920
|
+
export const stopBtn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2921
|
+
// stop-circle-fill.svg
|
|
2922
|
+
export const stopCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2923
|
+
// stop-circle.svg
|
|
2924
|
+
export const stopCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2925
|
+
// stop-fill.svg
|
|
2926
|
+
export const stopFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2927
|
+
// stop.svg
|
|
2928
|
+
export const stop: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2929
|
+
// stoplights-fill.svg
|
|
2930
|
+
export const stoplightsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2931
|
+
// stoplights.svg
|
|
2932
|
+
export const stoplights: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2933
|
+
// stopwatch-fill.svg
|
|
2934
|
+
export const stopwatchFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2935
|
+
// stopwatch.svg
|
|
2936
|
+
export const stopwatch: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2937
|
+
// strava.svg
|
|
2938
|
+
export const strava: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2939
|
+
// subtract.svg
|
|
2940
|
+
export const subtract: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2941
|
+
// suit-club-fill.svg
|
|
2942
|
+
export const suitClubFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2943
|
+
// suit-club.svg
|
|
2944
|
+
export const suitClub: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2945
|
+
// suit-diamond-fill.svg
|
|
2946
|
+
export const suitDiamondFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2947
|
+
// suit-diamond.svg
|
|
2948
|
+
export const suitDiamond: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2949
|
+
// suit-heart-fill.svg
|
|
2950
|
+
export const suitHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2951
|
+
// suit-heart.svg
|
|
2952
|
+
export const suitHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2953
|
+
// suit-spade-fill.svg
|
|
2954
|
+
export const suitSpadeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2955
|
+
// suit-spade.svg
|
|
2956
|
+
export const suitSpade: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2957
|
+
// sun-fill.svg
|
|
2958
|
+
export const sunFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2959
|
+
// sun.svg
|
|
2960
|
+
export const sun: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2961
|
+
// sunglasses.svg
|
|
2962
|
+
export const sunglasses: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2963
|
+
// sunrise-fill.svg
|
|
2964
|
+
export const sunriseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2965
|
+
// sunrise.svg
|
|
2966
|
+
export const sunrise: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2967
|
+
// sunset-fill.svg
|
|
2968
|
+
export const sunsetFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2969
|
+
// sunset.svg
|
|
2970
|
+
export const sunset: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2971
|
+
// symmetry-horizontal.svg
|
|
2972
|
+
export const symmetryHorizontal: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2973
|
+
// symmetry-vertical.svg
|
|
2974
|
+
export const symmetryVertical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2975
|
+
// table.svg
|
|
2976
|
+
export const table: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2977
|
+
// tablet-fill.svg
|
|
2978
|
+
export const tabletFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2979
|
+
// tablet-landscape-fill.svg
|
|
2980
|
+
export const tabletLandscapeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2981
|
+
// tablet-landscape.svg
|
|
2982
|
+
export const tabletLandscape: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2983
|
+
// tablet.svg
|
|
2984
|
+
export const tablet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2985
|
+
// tag-fill.svg
|
|
2986
|
+
export const tagFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2987
|
+
// tag.svg
|
|
2988
|
+
export const tag: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2989
|
+
// tags-fill.svg
|
|
2990
|
+
export const tagsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2991
|
+
// tags.svg
|
|
2992
|
+
export const tags: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2993
|
+
// telegram.svg
|
|
2994
|
+
export const telegram: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2995
|
+
// telephone-fill.svg
|
|
2996
|
+
export const telephoneFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2997
|
+
// telephone-forward-fill.svg
|
|
2998
|
+
export const telephoneForwardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2999
|
+
// telephone-forward.svg
|
|
3000
|
+
export const telephoneForward: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3001
|
+
// telephone-inbound-fill.svg
|
|
3002
|
+
export const telephoneInboundFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3003
|
+
// telephone-inbound.svg
|
|
3004
|
+
export const telephoneInbound: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3005
|
+
// telephone-minus-fill.svg
|
|
3006
|
+
export const telephoneMinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3007
|
+
// telephone-minus.svg
|
|
3008
|
+
export const telephoneMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3009
|
+
// telephone-outbound-fill.svg
|
|
3010
|
+
export const telephoneOutboundFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3011
|
+
// telephone-outbound.svg
|
|
3012
|
+
export const telephoneOutbound: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3013
|
+
// telephone-plus-fill.svg
|
|
3014
|
+
export const telephonePlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3015
|
+
// telephone-plus.svg
|
|
3016
|
+
export const telephonePlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3017
|
+
// telephone-x-fill.svg
|
|
3018
|
+
export const telephoneXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3019
|
+
// telephone-x.svg
|
|
3020
|
+
export const telephoneX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3021
|
+
// telephone.svg
|
|
3022
|
+
export const telephone: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3023
|
+
// terminal-dash.svg
|
|
3024
|
+
export const terminalDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3025
|
+
// terminal-fill.svg
|
|
3026
|
+
export const terminalFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3027
|
+
// terminal-plus.svg
|
|
3028
|
+
export const terminalPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3029
|
+
// terminal-split.svg
|
|
3030
|
+
export const terminalSplit: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3031
|
+
// terminal-x.svg
|
|
3032
|
+
export const terminalX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3033
|
+
// terminal.svg
|
|
3034
|
+
export const terminal: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3035
|
+
// text-center.svg
|
|
3036
|
+
export const textCenter: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3037
|
+
// text-indent-left.svg
|
|
3038
|
+
export const textIndentLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3039
|
+
// text-indent-right.svg
|
|
3040
|
+
export const textIndentRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3041
|
+
// text-left.svg
|
|
3042
|
+
export const textLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3043
|
+
// text-paragraph.svg
|
|
3044
|
+
export const textParagraph: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3045
|
+
// text-right.svg
|
|
3046
|
+
export const textRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3047
|
+
// textarea-resize.svg
|
|
3048
|
+
export const textareaResize: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3049
|
+
// textarea-t.svg
|
|
3050
|
+
export const textareaT: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3051
|
+
// textarea.svg
|
|
3052
|
+
export const textarea: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3053
|
+
// thermometer-half.svg
|
|
3054
|
+
export const thermometerHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3055
|
+
// thermometer-high.svg
|
|
3056
|
+
export const thermometerHigh: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3057
|
+
// thermometer-low.svg
|
|
3058
|
+
export const thermometerLow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3059
|
+
// thermometer-snow.svg
|
|
3060
|
+
export const thermometerSnow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3061
|
+
// thermometer-sun.svg
|
|
3062
|
+
export const thermometerSun: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3063
|
+
// thermometer.svg
|
|
3064
|
+
export const thermometer: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3065
|
+
// three-dots-vertical.svg
|
|
3066
|
+
export const threeDotsVertical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3067
|
+
// three-dots.svg
|
|
3068
|
+
export const threeDots: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3069
|
+
// thunderbolt-fill.svg
|
|
3070
|
+
export const thunderboltFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3071
|
+
// thunderbolt.svg
|
|
3072
|
+
export const thunderbolt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3073
|
+
// ticket-detailed-fill.svg
|
|
3074
|
+
export const ticketDetailedFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3075
|
+
// ticket-detailed.svg
|
|
3076
|
+
export const ticketDetailed: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3077
|
+
// ticket-fill.svg
|
|
3078
|
+
export const ticketFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3079
|
+
// ticket-perforated-fill.svg
|
|
3080
|
+
export const ticketPerforatedFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3081
|
+
// ticket-perforated.svg
|
|
3082
|
+
export const ticketPerforated: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3083
|
+
// ticket.svg
|
|
3084
|
+
export const ticket: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3085
|
+
// tiktok.svg
|
|
3086
|
+
export const tiktok: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3087
|
+
// toggle-off.svg
|
|
3088
|
+
export const toggleOff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3089
|
+
// toggle-on.svg
|
|
3090
|
+
export const toggleOn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3091
|
+
// toggle2-off.svg
|
|
3092
|
+
export const toggle2Off: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3093
|
+
// toggle2-on.svg
|
|
3094
|
+
export const toggle2On: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3095
|
+
// toggles.svg
|
|
3096
|
+
export const toggles: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3097
|
+
// toggles2.svg
|
|
3098
|
+
export const toggles2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3099
|
+
// tools.svg
|
|
3100
|
+
export const tools: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3101
|
+
// tornado.svg
|
|
3102
|
+
export const tornado: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3103
|
+
// translate.svg
|
|
3104
|
+
export const translate: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3105
|
+
// trash-fill.svg
|
|
3106
|
+
export const trashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3107
|
+
// trash.svg
|
|
3108
|
+
export const trash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3109
|
+
// trash2-fill.svg
|
|
3110
|
+
export const trash2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3111
|
+
// trash2.svg
|
|
3112
|
+
export const trash2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3113
|
+
// trash3-fill.svg
|
|
3114
|
+
export const trash3Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3115
|
+
// trash3.svg
|
|
3116
|
+
export const trash3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3117
|
+
// tree-fill.svg
|
|
3118
|
+
export const treeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3119
|
+
// tree.svg
|
|
3120
|
+
export const tree: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3121
|
+
// triangle-fill.svg
|
|
3122
|
+
export const triangleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3123
|
+
// triangle-half.svg
|
|
3124
|
+
export const triangleHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3125
|
+
// triangle.svg
|
|
3126
|
+
export const triangle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3127
|
+
// trophy-fill.svg
|
|
3128
|
+
export const trophyFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3129
|
+
// trophy.svg
|
|
3130
|
+
export const trophy: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3131
|
+
// tropical-storm.svg
|
|
3132
|
+
export const tropicalStorm: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3133
|
+
// truck-flatbed.svg
|
|
3134
|
+
export const truckFlatbed: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3135
|
+
// truck.svg
|
|
3136
|
+
export const truck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3137
|
+
// tsunami.svg
|
|
3138
|
+
export const tsunami: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3139
|
+
// tv-fill.svg
|
|
3140
|
+
export const tvFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3141
|
+
// tv.svg
|
|
3142
|
+
export const tv: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3143
|
+
// twitch.svg
|
|
3144
|
+
export const twitch: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3145
|
+
// twitter.svg
|
|
3146
|
+
export const twitter: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3147
|
+
// type-bold.svg
|
|
3148
|
+
export const typeBold: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3149
|
+
// type-h1.svg
|
|
3150
|
+
export const typeH1: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3151
|
+
// type-h2.svg
|
|
3152
|
+
export const typeH2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3153
|
+
// type-h3.svg
|
|
3154
|
+
export const typeH3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3155
|
+
// type-italic.svg
|
|
3156
|
+
export const typeItalic: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3157
|
+
// type-strikethrough.svg
|
|
3158
|
+
export const typeStrikethrough: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3159
|
+
// type-underline.svg
|
|
3160
|
+
export const typeUnderline: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3161
|
+
// type.svg
|
|
3162
|
+
export const type: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3163
|
+
// ui-checks-grid.svg
|
|
3164
|
+
export const uiChecksGrid: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3165
|
+
// ui-checks.svg
|
|
3166
|
+
export const uiChecks: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3167
|
+
// ui-radios-grid.svg
|
|
3168
|
+
export const uiRadiosGrid: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3169
|
+
// ui-radios.svg
|
|
3170
|
+
export const uiRadios: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3171
|
+
// umbrella-fill.svg
|
|
3172
|
+
export const umbrellaFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3173
|
+
// umbrella.svg
|
|
3174
|
+
export const umbrella: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3175
|
+
// union.svg
|
|
3176
|
+
export const union: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3177
|
+
// unlock-fill.svg
|
|
3178
|
+
export const unlockFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3179
|
+
// unlock.svg
|
|
3180
|
+
export const unlock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3181
|
+
// upc-scan.svg
|
|
3182
|
+
export const upcScan: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3183
|
+
// upc.svg
|
|
3184
|
+
export const upc: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3185
|
+
// upload.svg
|
|
3186
|
+
export const upload: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3187
|
+
// usb-c-fill.svg
|
|
3188
|
+
export const usbCFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3189
|
+
// usb-c.svg
|
|
3190
|
+
export const usbC: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3191
|
+
// usb-drive-fill.svg
|
|
3192
|
+
export const usbDriveFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3193
|
+
// usb-drive.svg
|
|
3194
|
+
export const usbDrive: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3195
|
+
// usb-fill.svg
|
|
3196
|
+
export const usbFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3197
|
+
// usb-micro-fill.svg
|
|
3198
|
+
export const usbMicroFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3199
|
+
// usb-micro.svg
|
|
3200
|
+
export const usbMicro: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3201
|
+
// usb-mini-fill.svg
|
|
3202
|
+
export const usbMiniFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3203
|
+
// usb-mini.svg
|
|
3204
|
+
export const usbMini: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3205
|
+
// usb-plug-fill.svg
|
|
3206
|
+
export const usbPlugFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3207
|
+
// usb-plug.svg
|
|
3208
|
+
export const usbPlug: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3209
|
+
// usb-symbol.svg
|
|
3210
|
+
export const usbSymbol: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3211
|
+
// usb.svg
|
|
3212
|
+
export const usb: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3213
|
+
// valentine.svg
|
|
3214
|
+
export const valentine: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3215
|
+
// valentine2.svg
|
|
3216
|
+
export const valentine2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3217
|
+
// vector-pen.svg
|
|
3218
|
+
export const vectorPen: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3219
|
+
// view-list.svg
|
|
3220
|
+
export const viewList: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3221
|
+
// view-stacked.svg
|
|
3222
|
+
export const viewStacked: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3223
|
+
// vimeo.svg
|
|
3224
|
+
export const vimeo: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3225
|
+
// vinyl-fill.svg
|
|
3226
|
+
export const vinylFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3227
|
+
// vinyl.svg
|
|
3228
|
+
export const vinyl: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3229
|
+
// voicemail.svg
|
|
3230
|
+
export const voicemail: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3231
|
+
// volume-down-fill.svg
|
|
3232
|
+
export const volumeDownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3233
|
+
// volume-down.svg
|
|
3234
|
+
export const volumeDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3235
|
+
// volume-mute-fill.svg
|
|
3236
|
+
export const volumeMuteFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3237
|
+
// volume-mute.svg
|
|
3238
|
+
export const volumeMute: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3239
|
+
// volume-off-fill.svg
|
|
3240
|
+
export const volumeOffFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3241
|
+
// volume-off.svg
|
|
3242
|
+
export const volumeOff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3243
|
+
// volume-up-fill.svg
|
|
3244
|
+
export const volumeUpFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3245
|
+
// volume-up.svg
|
|
3246
|
+
export const volumeUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3247
|
+
// vr.svg
|
|
3248
|
+
export const vr: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3249
|
+
// wallet-fill.svg
|
|
3250
|
+
export const walletFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3251
|
+
// wallet.svg
|
|
3252
|
+
export const wallet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3253
|
+
// wallet2.svg
|
|
3254
|
+
export const wallet2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3255
|
+
// watch.svg
|
|
3256
|
+
export const watch: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3257
|
+
// water.svg
|
|
3258
|
+
export const water: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3259
|
+
// webcam-fill.svg
|
|
3260
|
+
export const webcamFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3261
|
+
// webcam.svg
|
|
3262
|
+
export const webcam: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3263
|
+
// whatsapp.svg
|
|
3264
|
+
export const whatsapp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3265
|
+
// wifi-1.svg
|
|
3266
|
+
export const wifi1: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3267
|
+
// wifi-2.svg
|
|
3268
|
+
export const wifi2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3269
|
+
// wifi-off.svg
|
|
3270
|
+
export const wifiOff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3271
|
+
// wifi.svg
|
|
3272
|
+
export const wifi: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3273
|
+
// wind.svg
|
|
3274
|
+
export const wind: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3275
|
+
// window-dash.svg
|
|
3276
|
+
export const windowDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3277
|
+
// window-desktop.svg
|
|
3278
|
+
export const windowDesktop: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3279
|
+
// window-dock.svg
|
|
3280
|
+
export const windowDock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3281
|
+
// window-fullscreen.svg
|
|
3282
|
+
export const windowFullscreen: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3283
|
+
// window-plus.svg
|
|
3284
|
+
export const windowPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3285
|
+
// window-sidebar.svg
|
|
3286
|
+
export const windowSidebar: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3287
|
+
// window-split.svg
|
|
3288
|
+
export const windowSplit: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3289
|
+
// window-stack.svg
|
|
3290
|
+
export const windowStack: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3291
|
+
// window-x.svg
|
|
3292
|
+
export const windowX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3293
|
+
// window.svg
|
|
3294
|
+
export const appWindow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3295
|
+
// windows.svg
|
|
3296
|
+
export const windows: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3297
|
+
// wordpress.svg
|
|
3298
|
+
export const wordpress: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3299
|
+
// wrench-adjustable-circle-fill.svg
|
|
3300
|
+
export const wrenchAdjustableCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3301
|
+
// wrench-adjustable-circle.svg
|
|
3302
|
+
export const wrenchAdjustableCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3303
|
+
// wrench-adjustable.svg
|
|
3304
|
+
export const wrenchAdjustable: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3305
|
+
// wrench.svg
|
|
3306
|
+
export const wrench: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3307
|
+
// x-circle-fill.svg
|
|
3308
|
+
export const xCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3309
|
+
// x-circle.svg
|
|
3310
|
+
export const xCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3311
|
+
// x-diamond-fill.svg
|
|
3312
|
+
export const xDiamondFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3313
|
+
// x-diamond.svg
|
|
3314
|
+
export const xDiamond: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3315
|
+
// x-lg.svg
|
|
3316
|
+
export const xLg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3317
|
+
// x-octagon-fill.svg
|
|
3318
|
+
export const xOctagonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3319
|
+
// x-octagon.svg
|
|
3320
|
+
export const xOctagon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3321
|
+
// x-square-fill.svg
|
|
3322
|
+
export const xSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3323
|
+
// x-square.svg
|
|
3324
|
+
export const xSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3325
|
+
// x.svg
|
|
3326
|
+
export const x: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3327
|
+
// xbox.svg
|
|
3328
|
+
export const xbox: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3329
|
+
// yin-yang.svg
|
|
3330
|
+
export const yinYang: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3331
|
+
// youtube.svg
|
|
3332
|
+
export const youtube: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3333
|
+
// zoom-in.svg
|
|
3334
|
+
export const zoomIn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3335
|
+
// zoom-out.svg
|
|
3336
|
+
export const zoomOut: (height?:number, width?:number, className?:string) => HTMLElement;
|