gd-bs 6.8.2 → 6.8.4
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 +79 -0
- package/build/components/accordion/item.js +165 -0
- package/build/components/accordion/templates.js +7 -0
- package/build/components/alert/index.js +145 -0
- package/build/components/alert/templates.js +4 -0
- package/build/components/badge/index.js +93 -0
- package/build/components/badge/templates.js +7 -0
- package/build/components/base.js +88 -0
- package/build/components/breadcrumb/index.js +130 -0
- package/build/components/breadcrumb/item.js +84 -0
- package/build/components/breadcrumb/templates.js +9 -0
- package/build/components/button/index.js +252 -0
- package/build/components/button/templates.js +9 -0
- package/build/components/buttonGroup/index.js +89 -0
- package/build/components/buttonGroup/templates.js +4 -0
- package/build/components/card/action.js +59 -0
- package/build/components/card/index.js +142 -0
- package/build/components/card/item.js +119 -0
- package/build/components/card/templates.js +9 -0
- package/build/components/cardGroup/index.js +88 -0
- package/build/components/cardGroup/templates.js +4 -0
- package/build/components/carousel/index.js +385 -0
- package/build/components/carousel/item.js +68 -0
- package/build/components/carousel/templates.js +7 -0
- package/build/components/checkboxGroup/index.js +234 -0
- package/build/components/checkboxGroup/item.js +163 -0
- package/build/components/checkboxGroup/templates.js +11 -0
- package/build/components/classNames.js +27 -0
- package/build/components/collapse/index.js +104 -0
- package/build/components/collapse/templates.js +4 -0
- package/build/components/common.js +78 -0
- package/build/components/custom-element.js +532 -0
- package/build/components/dropdown/formItem.js +118 -0
- package/build/components/dropdown/index.js +829 -0
- package/build/components/dropdown/item.js +181 -0
- package/build/components/dropdown/templates.js +11 -0
- package/build/components/floating-ui/index.js +383 -0
- package/build/components/form/control.js +885 -0
- package/build/components/form/custom.js +17 -0
- package/build/components/form/group.js +143 -0
- package/build/components/form/index.js +233 -0
- package/build/components/form/row.js +123 -0
- package/build/components/form/templates.js +9 -0
- package/build/components/form/types.js +40 -0
- package/build/components/iconLink/index.js +84 -0
- package/build/components/iconLink/templates.js +5 -0
- package/build/components/index.js +52 -0
- package/build/components/inputGroup/index.js +367 -0
- package/build/components/inputGroup/templates.js +4 -0
- package/build/components/jumbotron/index.js +135 -0
- package/build/components/jumbotron/templates.js +4 -0
- package/build/components/listBox/index.js +296 -0
- package/build/components/listBox/templates.js +5 -0
- package/build/components/listGroup/index.js +162 -0
- package/build/components/listGroup/item.js +148 -0
- package/build/components/listGroup/templates.js +13 -0
- package/build/components/modal/index.js +400 -0
- package/build/components/modal/templates.js +4 -0
- package/build/components/nav/index.js +173 -0
- package/build/components/nav/link.js +150 -0
- package/build/components/nav/templates.js +13 -0
- package/build/components/navbar/index.js +344 -0
- package/build/components/navbar/item.js +125 -0
- package/build/components/navbar/templates.js +9 -0
- package/build/components/offcanvas/index.js +347 -0
- package/build/components/offcanvas/templates.js +4 -0
- package/build/components/pagination/index.js +204 -0
- package/build/components/pagination/templates.js +7 -0
- package/build/components/popover/index.js +192 -0
- package/build/components/progress/index.js +104 -0
- package/build/components/progress/templates.js +4 -0
- package/build/components/progressGroup/index.js +50 -0
- package/build/components/progressGroup/templates.js +4 -0
- package/build/components/spinner/index.js +90 -0
- package/build/components/spinner/templates.js +4 -0
- package/build/components/table/index.js +203 -0
- package/build/components/table/templates.js +4 -0
- package/build/components/toast/index.js +192 -0
- package/build/components/toast/templates.js +4 -0
- package/build/components/toolbar/index.js +70 -0
- package/build/components/toolbar/templates.js +4 -0
- package/build/components/tooltip/index.js +336 -0
- package/build/components/tooltipGroup/index.js +96 -0
- package/build/components/tooltipGroup/templates.js +4 -0
- package/build/custom-elements.js +56 -0
- package/build/icons/generate.js +44 -0
- package/build/icons/iconTypes.js +2085 -0
- package/build/icons/index.js +6261 -0
- package/build/icons/svgs/_0Circle.d.ts +1 -0
- package/build/icons/svgs/_0Circle.js +8 -0
- package/build/icons/svgs/_0CircleFill.d.ts +1 -0
- package/build/icons/svgs/_0CircleFill.js +8 -0
- package/build/icons/svgs/_0Square.d.ts +1 -0
- package/build/icons/svgs/_0Square.js +8 -0
- package/build/icons/svgs/_0SquareFill.d.ts +1 -0
- package/build/icons/svgs/_0SquareFill.js +8 -0
- package/build/icons/svgs/_123.d.ts +1 -0
- package/build/icons/svgs/_123.js +8 -0
- package/build/icons/svgs/_1Circle.d.ts +1 -0
- package/build/icons/svgs/_1Circle.js +8 -0
- package/build/icons/svgs/_1CircleFill.d.ts +1 -0
- package/build/icons/svgs/_1CircleFill.js +8 -0
- package/build/icons/svgs/_1Square.d.ts +1 -0
- package/build/icons/svgs/_1Square.js +8 -0
- package/build/icons/svgs/_1SquareFill.d.ts +1 -0
- package/build/icons/svgs/_1SquareFill.js +8 -0
- package/build/icons/svgs/_2Circle.d.ts +1 -0
- package/build/icons/svgs/_2Circle.js +8 -0
- package/build/icons/svgs/_2CircleFill.d.ts +1 -0
- package/build/icons/svgs/_2CircleFill.js +8 -0
- package/build/icons/svgs/_2Square.d.ts +1 -0
- package/build/icons/svgs/_2Square.js +8 -0
- package/build/icons/svgs/_2SquareFill.d.ts +1 -0
- package/build/icons/svgs/_2SquareFill.js +8 -0
- package/build/icons/svgs/_3Circle.d.ts +1 -0
- package/build/icons/svgs/_3Circle.js +8 -0
- package/build/icons/svgs/_3CircleFill.d.ts +1 -0
- package/build/icons/svgs/_3CircleFill.js +8 -0
- package/build/icons/svgs/_3Square.d.ts +1 -0
- package/build/icons/svgs/_3Square.js +8 -0
- package/build/icons/svgs/_3SquareFill.d.ts +1 -0
- package/build/icons/svgs/_3SquareFill.js +8 -0
- package/build/icons/svgs/_4Circle.d.ts +1 -0
- package/build/icons/svgs/_4Circle.js +8 -0
- package/build/icons/svgs/_4CircleFill.d.ts +1 -0
- package/build/icons/svgs/_4CircleFill.js +8 -0
- package/build/icons/svgs/_4Square.d.ts +1 -0
- package/build/icons/svgs/_4Square.js +8 -0
- package/build/icons/svgs/_4SquareFill.d.ts +1 -0
- package/build/icons/svgs/_4SquareFill.js +8 -0
- package/build/icons/svgs/_5Circle.d.ts +1 -0
- package/build/icons/svgs/_5Circle.js +8 -0
- package/build/icons/svgs/_5CircleFill.d.ts +1 -0
- package/build/icons/svgs/_5CircleFill.js +8 -0
- package/build/icons/svgs/_5Square.d.ts +1 -0
- package/build/icons/svgs/_5Square.js +8 -0
- package/build/icons/svgs/_5SquareFill.d.ts +1 -0
- package/build/icons/svgs/_5SquareFill.js +8 -0
- package/build/icons/svgs/_6Circle.d.ts +1 -0
- package/build/icons/svgs/_6Circle.js +8 -0
- package/build/icons/svgs/_6CircleFill.d.ts +1 -0
- package/build/icons/svgs/_6CircleFill.js +8 -0
- package/build/icons/svgs/_6Square.d.ts +1 -0
- package/build/icons/svgs/_6Square.js +8 -0
- package/build/icons/svgs/_6SquareFill.d.ts +1 -0
- package/build/icons/svgs/_6SquareFill.js +8 -0
- package/build/icons/svgs/_7Circle.d.ts +1 -0
- package/build/icons/svgs/_7Circle.js +8 -0
- package/build/icons/svgs/_7CircleFill.d.ts +1 -0
- package/build/icons/svgs/_7CircleFill.js +8 -0
- package/build/icons/svgs/_7Square.d.ts +1 -0
- package/build/icons/svgs/_7Square.js +8 -0
- package/build/icons/svgs/_7SquareFill.d.ts +1 -0
- package/build/icons/svgs/_7SquareFill.js +8 -0
- package/build/icons/svgs/_8Circle.d.ts +1 -0
- package/build/icons/svgs/_8Circle.js +8 -0
- package/build/icons/svgs/_8CircleFill.d.ts +1 -0
- package/build/icons/svgs/_8CircleFill.js +8 -0
- package/build/icons/svgs/_8Square.d.ts +1 -0
- package/build/icons/svgs/_8Square.js +8 -0
- package/build/icons/svgs/_8SquareFill.d.ts +1 -0
- package/build/icons/svgs/_8SquareFill.js +8 -0
- package/build/icons/svgs/_9Circle.d.ts +1 -0
- package/build/icons/svgs/_9Circle.js +8 -0
- package/build/icons/svgs/_9CircleFill.d.ts +1 -0
- package/build/icons/svgs/_9CircleFill.js +8 -0
- package/build/icons/svgs/_9Square.d.ts +1 -0
- package/build/icons/svgs/_9Square.js +8 -0
- package/build/icons/svgs/_9SquareFill.d.ts +1 -0
- package/build/icons/svgs/_9SquareFill.js +8 -0
- package/build/icons/svgs/activity.d.ts +1 -0
- package/build/icons/svgs/activity.js +8 -0
- package/build/icons/svgs/airplane.d.ts +1 -0
- package/build/icons/svgs/airplane.js +8 -0
- package/build/icons/svgs/airplaneEngines.d.ts +1 -0
- package/build/icons/svgs/airplaneEngines.js +8 -0
- package/build/icons/svgs/airplaneEnginesFill.d.ts +1 -0
- package/build/icons/svgs/airplaneEnginesFill.js +8 -0
- package/build/icons/svgs/airplaneFill.d.ts +1 -0
- package/build/icons/svgs/airplaneFill.js +8 -0
- package/build/icons/svgs/alarm.d.ts +1 -0
- package/build/icons/svgs/alarm.js +8 -0
- package/build/icons/svgs/alarmFill.d.ts +1 -0
- package/build/icons/svgs/alarmFill.js +8 -0
- package/build/icons/svgs/alexa.d.ts +1 -0
- package/build/icons/svgs/alexa.js +8 -0
- package/build/icons/svgs/alignBottom.d.ts +1 -0
- package/build/icons/svgs/alignBottom.js +8 -0
- package/build/icons/svgs/alignCenter.d.ts +1 -0
- package/build/icons/svgs/alignCenter.js +8 -0
- package/build/icons/svgs/alignEnd.d.ts +1 -0
- package/build/icons/svgs/alignEnd.js +8 -0
- package/build/icons/svgs/alignMiddle.d.ts +1 -0
- package/build/icons/svgs/alignMiddle.js +8 -0
- package/build/icons/svgs/alignStart.d.ts +1 -0
- package/build/icons/svgs/alignStart.js +8 -0
- package/build/icons/svgs/alignTop.d.ts +1 -0
- package/build/icons/svgs/alignTop.js +8 -0
- package/build/icons/svgs/alipay.d.ts +1 -0
- package/build/icons/svgs/alipay.js +8 -0
- package/build/icons/svgs/alphabet.d.ts +1 -0
- package/build/icons/svgs/alphabet.js +8 -0
- package/build/icons/svgs/alphabetUppercase.d.ts +1 -0
- package/build/icons/svgs/alphabetUppercase.js +8 -0
- package/build/icons/svgs/alt.d.ts +1 -0
- package/build/icons/svgs/alt.js +8 -0
- package/build/icons/svgs/amazon.d.ts +1 -0
- package/build/icons/svgs/amazon.js +8 -0
- package/build/icons/svgs/amd.d.ts +1 -0
- package/build/icons/svgs/amd.js +8 -0
- package/build/icons/svgs/android.d.ts +1 -0
- package/build/icons/svgs/android.js +8 -0
- package/build/icons/svgs/android2.d.ts +1 -0
- package/build/icons/svgs/android2.js +8 -0
- package/build/icons/svgs/anthropic.d.ts +1 -0
- package/build/icons/svgs/anthropic.js +8 -0
- package/build/icons/svgs/app.d.ts +1 -0
- package/build/icons/svgs/app.js +8 -0
- package/build/icons/svgs/appIndicator.d.ts +1 -0
- package/build/icons/svgs/appIndicator.js +8 -0
- package/build/icons/svgs/apple.d.ts +1 -0
- package/build/icons/svgs/apple.js +8 -0
- package/build/icons/svgs/appleMusic.d.ts +1 -0
- package/build/icons/svgs/appleMusic.js +8 -0
- package/build/icons/svgs/archive.d.ts +1 -0
- package/build/icons/svgs/archive.js +8 -0
- package/build/icons/svgs/archiveFill.d.ts +1 -0
- package/build/icons/svgs/archiveFill.js +8 -0
- package/build/icons/svgs/arrow90degDown.d.ts +1 -0
- package/build/icons/svgs/arrow90degDown.js +8 -0
- package/build/icons/svgs/arrow90degLeft.d.ts +1 -0
- package/build/icons/svgs/arrow90degLeft.js +8 -0
- package/build/icons/svgs/arrow90degRight.d.ts +1 -0
- package/build/icons/svgs/arrow90degRight.js +8 -0
- package/build/icons/svgs/arrow90degUp.d.ts +1 -0
- package/build/icons/svgs/arrow90degUp.js +8 -0
- package/build/icons/svgs/arrowBarDown.d.ts +1 -0
- package/build/icons/svgs/arrowBarDown.js +8 -0
- package/build/icons/svgs/arrowBarLeft.d.ts +1 -0
- package/build/icons/svgs/arrowBarLeft.js +8 -0
- package/build/icons/svgs/arrowBarRight.d.ts +1 -0
- package/build/icons/svgs/arrowBarRight.js +8 -0
- package/build/icons/svgs/arrowBarUp.d.ts +1 -0
- package/build/icons/svgs/arrowBarUp.js +8 -0
- package/build/icons/svgs/arrowClockwise.d.ts +1 -0
- package/build/icons/svgs/arrowClockwise.js +8 -0
- package/build/icons/svgs/arrowCounterclockwise.d.ts +1 -0
- package/build/icons/svgs/arrowCounterclockwise.js +8 -0
- package/build/icons/svgs/arrowDown.d.ts +1 -0
- package/build/icons/svgs/arrowDown.js +8 -0
- package/build/icons/svgs/arrowDownCircle.d.ts +1 -0
- package/build/icons/svgs/arrowDownCircle.js +8 -0
- package/build/icons/svgs/arrowDownCircleFill.d.ts +1 -0
- package/build/icons/svgs/arrowDownCircleFill.js +8 -0
- package/build/icons/svgs/arrowDownLeft.d.ts +1 -0
- package/build/icons/svgs/arrowDownLeft.js +8 -0
- package/build/icons/svgs/arrowDownLeftCircle.d.ts +1 -0
- package/build/icons/svgs/arrowDownLeftCircle.js +8 -0
- package/build/icons/svgs/arrowDownLeftCircleFill.d.ts +1 -0
- package/build/icons/svgs/arrowDownLeftCircleFill.js +8 -0
- package/build/icons/svgs/arrowDownLeftSquare.d.ts +1 -0
- package/build/icons/svgs/arrowDownLeftSquare.js +8 -0
- package/build/icons/svgs/arrowDownLeftSquareFill.d.ts +1 -0
- package/build/icons/svgs/arrowDownLeftSquareFill.js +8 -0
- package/build/icons/svgs/arrowDownRight.d.ts +1 -0
- package/build/icons/svgs/arrowDownRight.js +8 -0
- package/build/icons/svgs/arrowDownRightCircle.d.ts +1 -0
- package/build/icons/svgs/arrowDownRightCircle.js +8 -0
- package/build/icons/svgs/arrowDownRightCircleFill.d.ts +1 -0
- package/build/icons/svgs/arrowDownRightCircleFill.js +8 -0
- package/build/icons/svgs/arrowDownRightSquare.d.ts +1 -0
- package/build/icons/svgs/arrowDownRightSquare.js +8 -0
- package/build/icons/svgs/arrowDownRightSquareFill.d.ts +1 -0
- package/build/icons/svgs/arrowDownRightSquareFill.js +8 -0
- package/build/icons/svgs/arrowDownShort.d.ts +1 -0
- package/build/icons/svgs/arrowDownShort.js +8 -0
- package/build/icons/svgs/arrowDownSquare.d.ts +1 -0
- package/build/icons/svgs/arrowDownSquare.js +8 -0
- package/build/icons/svgs/arrowDownSquareFill.d.ts +1 -0
- package/build/icons/svgs/arrowDownSquareFill.js +8 -0
- package/build/icons/svgs/arrowDownUp.d.ts +1 -0
- package/build/icons/svgs/arrowDownUp.js +8 -0
- package/build/icons/svgs/arrowLeft.d.ts +1 -0
- package/build/icons/svgs/arrowLeft.js +8 -0
- package/build/icons/svgs/arrowLeftCircle.d.ts +1 -0
- package/build/icons/svgs/arrowLeftCircle.js +8 -0
- package/build/icons/svgs/arrowLeftCircleFill.d.ts +1 -0
- package/build/icons/svgs/arrowLeftCircleFill.js +8 -0
- package/build/icons/svgs/arrowLeftRight.d.ts +1 -0
- package/build/icons/svgs/arrowLeftRight.js +8 -0
- package/build/icons/svgs/arrowLeftShort.d.ts +1 -0
- package/build/icons/svgs/arrowLeftShort.js +8 -0
- package/build/icons/svgs/arrowLeftSquare.d.ts +1 -0
- package/build/icons/svgs/arrowLeftSquare.js +8 -0
- package/build/icons/svgs/arrowLeftSquareFill.d.ts +1 -0
- package/build/icons/svgs/arrowLeftSquareFill.js +8 -0
- package/build/icons/svgs/arrowRepeat.d.ts +1 -0
- package/build/icons/svgs/arrowRepeat.js +8 -0
- package/build/icons/svgs/arrowReturnLeft.d.ts +1 -0
- package/build/icons/svgs/arrowReturnLeft.js +8 -0
- package/build/icons/svgs/arrowReturnRight.d.ts +1 -0
- package/build/icons/svgs/arrowReturnRight.js +8 -0
- package/build/icons/svgs/arrowRight.d.ts +1 -0
- package/build/icons/svgs/arrowRight.js +8 -0
- package/build/icons/svgs/arrowRightCircle.d.ts +1 -0
- package/build/icons/svgs/arrowRightCircle.js +8 -0
- package/build/icons/svgs/arrowRightCircleFill.d.ts +1 -0
- package/build/icons/svgs/arrowRightCircleFill.js +8 -0
- package/build/icons/svgs/arrowRightShort.d.ts +1 -0
- package/build/icons/svgs/arrowRightShort.js +8 -0
- package/build/icons/svgs/arrowRightSquare.d.ts +1 -0
- package/build/icons/svgs/arrowRightSquare.js +8 -0
- package/build/icons/svgs/arrowRightSquareFill.d.ts +1 -0
- package/build/icons/svgs/arrowRightSquareFill.js +8 -0
- package/build/icons/svgs/arrowThroughHeart.d.ts +1 -0
- package/build/icons/svgs/arrowThroughHeart.js +8 -0
- package/build/icons/svgs/arrowThroughHeartFill.d.ts +1 -0
- package/build/icons/svgs/arrowThroughHeartFill.js +8 -0
- package/build/icons/svgs/arrowUp.d.ts +1 -0
- package/build/icons/svgs/arrowUp.js +8 -0
- package/build/icons/svgs/arrowUpCircle.d.ts +1 -0
- package/build/icons/svgs/arrowUpCircle.js +8 -0
- package/build/icons/svgs/arrowUpCircleFill.d.ts +1 -0
- package/build/icons/svgs/arrowUpCircleFill.js +8 -0
- package/build/icons/svgs/arrowUpLeft.d.ts +1 -0
- package/build/icons/svgs/arrowUpLeft.js +8 -0
- package/build/icons/svgs/arrowUpLeftCircle.d.ts +1 -0
- package/build/icons/svgs/arrowUpLeftCircle.js +8 -0
- package/build/icons/svgs/arrowUpLeftCircleFill.d.ts +1 -0
- package/build/icons/svgs/arrowUpLeftCircleFill.js +8 -0
- package/build/icons/svgs/arrowUpLeftSquare.d.ts +1 -0
- package/build/icons/svgs/arrowUpLeftSquare.js +8 -0
- package/build/icons/svgs/arrowUpLeftSquareFill.d.ts +1 -0
- package/build/icons/svgs/arrowUpLeftSquareFill.js +8 -0
- package/build/icons/svgs/arrowUpRight.d.ts +1 -0
- package/build/icons/svgs/arrowUpRight.js +8 -0
- package/build/icons/svgs/arrowUpRightCircle.d.ts +1 -0
- package/build/icons/svgs/arrowUpRightCircle.js +8 -0
- package/build/icons/svgs/arrowUpRightCircleFill.d.ts +1 -0
- package/build/icons/svgs/arrowUpRightCircleFill.js +8 -0
- package/build/icons/svgs/arrowUpRightSquare.d.ts +1 -0
- package/build/icons/svgs/arrowUpRightSquare.js +8 -0
- package/build/icons/svgs/arrowUpRightSquareFill.d.ts +1 -0
- package/build/icons/svgs/arrowUpRightSquareFill.js +8 -0
- package/build/icons/svgs/arrowUpShort.d.ts +1 -0
- package/build/icons/svgs/arrowUpShort.js +8 -0
- package/build/icons/svgs/arrowUpSquare.d.ts +1 -0
- package/build/icons/svgs/arrowUpSquare.js +8 -0
- package/build/icons/svgs/arrowUpSquareFill.d.ts +1 -0
- package/build/icons/svgs/arrowUpSquareFill.js +8 -0
- package/build/icons/svgs/arrows.d.ts +1 -0
- package/build/icons/svgs/arrows.js +8 -0
- package/build/icons/svgs/arrowsAngleContract.d.ts +1 -0
- package/build/icons/svgs/arrowsAngleContract.js +8 -0
- package/build/icons/svgs/arrowsAngleExpand.d.ts +1 -0
- package/build/icons/svgs/arrowsAngleExpand.js +8 -0
- package/build/icons/svgs/arrowsCollapse.d.ts +1 -0
- package/build/icons/svgs/arrowsCollapse.js +8 -0
- package/build/icons/svgs/arrowsCollapseVertical.d.ts +1 -0
- package/build/icons/svgs/arrowsCollapseVertical.js +8 -0
- package/build/icons/svgs/arrowsExpand.d.ts +1 -0
- package/build/icons/svgs/arrowsExpand.js +8 -0
- package/build/icons/svgs/arrowsExpandVertical.d.ts +1 -0
- package/build/icons/svgs/arrowsExpandVertical.js +8 -0
- package/build/icons/svgs/arrowsFullscreen.d.ts +1 -0
- package/build/icons/svgs/arrowsFullscreen.js +8 -0
- package/build/icons/svgs/arrowsMove.d.ts +1 -0
- package/build/icons/svgs/arrowsMove.js +8 -0
- package/build/icons/svgs/arrowsVertical.d.ts +1 -0
- package/build/icons/svgs/arrowsVertical.js +8 -0
- package/build/icons/svgs/aspectRatio.d.ts +1 -0
- package/build/icons/svgs/aspectRatio.js +8 -0
- package/build/icons/svgs/aspectRatioFill.d.ts +1 -0
- package/build/icons/svgs/aspectRatioFill.js +8 -0
- package/build/icons/svgs/asterisk.d.ts +1 -0
- package/build/icons/svgs/asterisk.js +8 -0
- package/build/icons/svgs/at.d.ts +1 -0
- package/build/icons/svgs/at.js +8 -0
- package/build/icons/svgs/award.d.ts +1 -0
- package/build/icons/svgs/award.js +8 -0
- package/build/icons/svgs/awardFill.d.ts +1 -0
- package/build/icons/svgs/awardFill.js +8 -0
- package/build/icons/svgs/back.d.ts +1 -0
- package/build/icons/svgs/back.js +8 -0
- package/build/icons/svgs/backpack.d.ts +1 -0
- package/build/icons/svgs/backpack.js +8 -0
- package/build/icons/svgs/backpack2.d.ts +1 -0
- package/build/icons/svgs/backpack2.js +8 -0
- package/build/icons/svgs/backpack2Fill.d.ts +1 -0
- package/build/icons/svgs/backpack2Fill.js +8 -0
- package/build/icons/svgs/backpack3.d.ts +1 -0
- package/build/icons/svgs/backpack3.js +8 -0
- package/build/icons/svgs/backpack3Fill.d.ts +1 -0
- package/build/icons/svgs/backpack3Fill.js +8 -0
- package/build/icons/svgs/backpack4.d.ts +1 -0
- package/build/icons/svgs/backpack4.js +8 -0
- package/build/icons/svgs/backpack4Fill.d.ts +1 -0
- package/build/icons/svgs/backpack4Fill.js +8 -0
- package/build/icons/svgs/backpackFill.d.ts +1 -0
- package/build/icons/svgs/backpackFill.js +8 -0
- package/build/icons/svgs/backspace.d.ts +1 -0
- package/build/icons/svgs/backspace.js +8 -0
- package/build/icons/svgs/backspaceFill.d.ts +1 -0
- package/build/icons/svgs/backspaceFill.js +8 -0
- package/build/icons/svgs/backspaceReverse.d.ts +1 -0
- package/build/icons/svgs/backspaceReverse.js +8 -0
- package/build/icons/svgs/backspaceReverseFill.d.ts +1 -0
- package/build/icons/svgs/backspaceReverseFill.js +8 -0
- package/build/icons/svgs/badge3d.d.ts +1 -0
- package/build/icons/svgs/badge3d.js +8 -0
- package/build/icons/svgs/badge3dFill.d.ts +1 -0
- package/build/icons/svgs/badge3dFill.js +8 -0
- package/build/icons/svgs/badge4k.d.ts +1 -0
- package/build/icons/svgs/badge4k.js +8 -0
- package/build/icons/svgs/badge4kFill.d.ts +1 -0
- package/build/icons/svgs/badge4kFill.js +8 -0
- package/build/icons/svgs/badge8k.d.ts +1 -0
- package/build/icons/svgs/badge8k.js +8 -0
- package/build/icons/svgs/badge8kFill.d.ts +1 -0
- package/build/icons/svgs/badge8kFill.js +8 -0
- package/build/icons/svgs/badgeAd.d.ts +1 -0
- package/build/icons/svgs/badgeAd.js +8 -0
- package/build/icons/svgs/badgeAdFill.d.ts +1 -0
- package/build/icons/svgs/badgeAdFill.js +8 -0
- package/build/icons/svgs/badgeAr.d.ts +1 -0
- package/build/icons/svgs/badgeAr.js +8 -0
- package/build/icons/svgs/badgeArFill.d.ts +1 -0
- package/build/icons/svgs/badgeArFill.js +8 -0
- package/build/icons/svgs/badgeCc.d.ts +1 -0
- package/build/icons/svgs/badgeCc.js +8 -0
- package/build/icons/svgs/badgeCcFill.d.ts +1 -0
- package/build/icons/svgs/badgeCcFill.js +8 -0
- package/build/icons/svgs/badgeHd.d.ts +1 -0
- package/build/icons/svgs/badgeHd.js +8 -0
- package/build/icons/svgs/badgeHdFill.d.ts +1 -0
- package/build/icons/svgs/badgeHdFill.js +8 -0
- package/build/icons/svgs/badgeSd.d.ts +1 -0
- package/build/icons/svgs/badgeSd.js +8 -0
- package/build/icons/svgs/badgeSdFill.d.ts +1 -0
- package/build/icons/svgs/badgeSdFill.js +8 -0
- package/build/icons/svgs/badgeTm.d.ts +1 -0
- package/build/icons/svgs/badgeTm.js +8 -0
- package/build/icons/svgs/badgeTmFill.d.ts +1 -0
- package/build/icons/svgs/badgeTmFill.js +8 -0
- package/build/icons/svgs/badgeVo.d.ts +1 -0
- package/build/icons/svgs/badgeVo.js +8 -0
- package/build/icons/svgs/badgeVoFill.d.ts +1 -0
- package/build/icons/svgs/badgeVoFill.js +8 -0
- package/build/icons/svgs/badgeVr.d.ts +1 -0
- package/build/icons/svgs/badgeVr.js +8 -0
- package/build/icons/svgs/badgeVrFill.d.ts +1 -0
- package/build/icons/svgs/badgeVrFill.js +8 -0
- package/build/icons/svgs/badgeWc.d.ts +1 -0
- package/build/icons/svgs/badgeWc.js +8 -0
- package/build/icons/svgs/badgeWcFill.d.ts +1 -0
- package/build/icons/svgs/badgeWcFill.js +8 -0
- package/build/icons/svgs/bag.d.ts +1 -0
- package/build/icons/svgs/bag.js +8 -0
- package/build/icons/svgs/bagCheck.d.ts +1 -0
- package/build/icons/svgs/bagCheck.js +8 -0
- package/build/icons/svgs/bagCheckFill.d.ts +1 -0
- package/build/icons/svgs/bagCheckFill.js +8 -0
- package/build/icons/svgs/bagDash.d.ts +1 -0
- package/build/icons/svgs/bagDash.js +8 -0
- package/build/icons/svgs/bagDashFill.d.ts +1 -0
- package/build/icons/svgs/bagDashFill.js +8 -0
- package/build/icons/svgs/bagFill.d.ts +1 -0
- package/build/icons/svgs/bagFill.js +8 -0
- package/build/icons/svgs/bagHeart.d.ts +1 -0
- package/build/icons/svgs/bagHeart.js +8 -0
- package/build/icons/svgs/bagHeartFill.d.ts +1 -0
- package/build/icons/svgs/bagHeartFill.js +8 -0
- package/build/icons/svgs/bagPlus.d.ts +1 -0
- package/build/icons/svgs/bagPlus.js +8 -0
- package/build/icons/svgs/bagPlusFill.d.ts +1 -0
- package/build/icons/svgs/bagPlusFill.js +8 -0
- package/build/icons/svgs/bagX.d.ts +1 -0
- package/build/icons/svgs/bagX.js +8 -0
- package/build/icons/svgs/bagXFill.d.ts +1 -0
- package/build/icons/svgs/bagXFill.js +8 -0
- package/build/icons/svgs/balloon.d.ts +1 -0
- package/build/icons/svgs/balloon.js +8 -0
- package/build/icons/svgs/balloonFill.d.ts +1 -0
- package/build/icons/svgs/balloonFill.js +8 -0
- package/build/icons/svgs/balloonHeart.d.ts +1 -0
- package/build/icons/svgs/balloonHeart.js +8 -0
- package/build/icons/svgs/balloonHeartFill.d.ts +1 -0
- package/build/icons/svgs/balloonHeartFill.js +8 -0
- package/build/icons/svgs/ban.d.ts +1 -0
- package/build/icons/svgs/ban.js +8 -0
- package/build/icons/svgs/banFill.d.ts +1 -0
- package/build/icons/svgs/banFill.js +8 -0
- package/build/icons/svgs/bandaid.d.ts +1 -0
- package/build/icons/svgs/bandaid.js +8 -0
- package/build/icons/svgs/bandaidFill.d.ts +1 -0
- package/build/icons/svgs/bandaidFill.js +8 -0
- package/build/icons/svgs/bank.d.ts +1 -0
- package/build/icons/svgs/bank.js +8 -0
- package/build/icons/svgs/bank2.d.ts +1 -0
- package/build/icons/svgs/bank2.js +8 -0
- package/build/icons/svgs/barChart.d.ts +1 -0
- package/build/icons/svgs/barChart.js +8 -0
- package/build/icons/svgs/barChartFill.d.ts +1 -0
- package/build/icons/svgs/barChartFill.js +8 -0
- package/build/icons/svgs/barChartLine.d.ts +1 -0
- package/build/icons/svgs/barChartLine.js +8 -0
- package/build/icons/svgs/barChartLineFill.d.ts +1 -0
- package/build/icons/svgs/barChartLineFill.js +8 -0
- package/build/icons/svgs/barChartSteps.d.ts +1 -0
- package/build/icons/svgs/barChartSteps.js +8 -0
- package/build/icons/svgs/basket.d.ts +1 -0
- package/build/icons/svgs/basket.js +8 -0
- package/build/icons/svgs/basket2.d.ts +1 -0
- package/build/icons/svgs/basket2.js +8 -0
- package/build/icons/svgs/basket2Fill.d.ts +1 -0
- package/build/icons/svgs/basket2Fill.js +8 -0
- package/build/icons/svgs/basket3.d.ts +1 -0
- package/build/icons/svgs/basket3.js +8 -0
- package/build/icons/svgs/basket3Fill.d.ts +1 -0
- package/build/icons/svgs/basket3Fill.js +8 -0
- package/build/icons/svgs/basketFill.d.ts +1 -0
- package/build/icons/svgs/basketFill.js +8 -0
- package/build/icons/svgs/battery.d.ts +1 -0
- package/build/icons/svgs/battery.js +8 -0
- package/build/icons/svgs/batteryCharging.d.ts +1 -0
- package/build/icons/svgs/batteryCharging.js +8 -0
- package/build/icons/svgs/batteryFull.d.ts +1 -0
- package/build/icons/svgs/batteryFull.js +8 -0
- package/build/icons/svgs/batteryHalf.d.ts +1 -0
- package/build/icons/svgs/batteryHalf.js +8 -0
- package/build/icons/svgs/batteryLow.d.ts +1 -0
- package/build/icons/svgs/batteryLow.js +8 -0
- package/build/icons/svgs/beaker.d.ts +1 -0
- package/build/icons/svgs/beaker.js +8 -0
- package/build/icons/svgs/beakerFill.d.ts +1 -0
- package/build/icons/svgs/beakerFill.js +8 -0
- package/build/icons/svgs/behance.d.ts +1 -0
- package/build/icons/svgs/behance.js +8 -0
- package/build/icons/svgs/bell.d.ts +1 -0
- package/build/icons/svgs/bell.js +8 -0
- package/build/icons/svgs/bellFill.d.ts +1 -0
- package/build/icons/svgs/bellFill.js +8 -0
- package/build/icons/svgs/bellSlash.d.ts +1 -0
- package/build/icons/svgs/bellSlash.js +8 -0
- package/build/icons/svgs/bellSlashFill.d.ts +1 -0
- package/build/icons/svgs/bellSlashFill.js +8 -0
- package/build/icons/svgs/bezier.d.ts +1 -0
- package/build/icons/svgs/bezier.js +8 -0
- package/build/icons/svgs/bezier2.d.ts +1 -0
- package/build/icons/svgs/bezier2.js +8 -0
- package/build/icons/svgs/bicycle.d.ts +1 -0
- package/build/icons/svgs/bicycle.js +8 -0
- package/build/icons/svgs/bing.d.ts +1 -0
- package/build/icons/svgs/bing.js +8 -0
- package/build/icons/svgs/binoculars.d.ts +1 -0
- package/build/icons/svgs/binoculars.js +8 -0
- package/build/icons/svgs/binocularsFill.d.ts +1 -0
- package/build/icons/svgs/binocularsFill.js +8 -0
- package/build/icons/svgs/blockquoteLeft.d.ts +1 -0
- package/build/icons/svgs/blockquoteLeft.js +8 -0
- package/build/icons/svgs/blockquoteRight.d.ts +1 -0
- package/build/icons/svgs/blockquoteRight.js +8 -0
- package/build/icons/svgs/bluesky.d.ts +1 -0
- package/build/icons/svgs/bluesky.js +8 -0
- package/build/icons/svgs/bluetooth.d.ts +1 -0
- package/build/icons/svgs/bluetooth.js +8 -0
- package/build/icons/svgs/bodyText.d.ts +1 -0
- package/build/icons/svgs/bodyText.js +8 -0
- package/build/icons/svgs/book.d.ts +1 -0
- package/build/icons/svgs/book.js +8 -0
- package/build/icons/svgs/bookFill.d.ts +1 -0
- package/build/icons/svgs/bookFill.js +8 -0
- package/build/icons/svgs/bookHalf.d.ts +1 -0
- package/build/icons/svgs/bookHalf.js +8 -0
- package/build/icons/svgs/bookmark.d.ts +1 -0
- package/build/icons/svgs/bookmark.js +8 -0
- package/build/icons/svgs/bookmarkCheck.d.ts +1 -0
- package/build/icons/svgs/bookmarkCheck.js +8 -0
- package/build/icons/svgs/bookmarkCheckFill.d.ts +1 -0
- package/build/icons/svgs/bookmarkCheckFill.js +8 -0
- package/build/icons/svgs/bookmarkDash.d.ts +1 -0
- package/build/icons/svgs/bookmarkDash.js +8 -0
- package/build/icons/svgs/bookmarkDashFill.d.ts +1 -0
- package/build/icons/svgs/bookmarkDashFill.js +8 -0
- package/build/icons/svgs/bookmarkFill.d.ts +1 -0
- package/build/icons/svgs/bookmarkFill.js +8 -0
- package/build/icons/svgs/bookmarkHeart.d.ts +1 -0
- package/build/icons/svgs/bookmarkHeart.js +8 -0
- package/build/icons/svgs/bookmarkHeartFill.d.ts +1 -0
- package/build/icons/svgs/bookmarkHeartFill.js +8 -0
- package/build/icons/svgs/bookmarkPlus.d.ts +1 -0
- package/build/icons/svgs/bookmarkPlus.js +8 -0
- package/build/icons/svgs/bookmarkPlusFill.d.ts +1 -0
- package/build/icons/svgs/bookmarkPlusFill.js +8 -0
- package/build/icons/svgs/bookmarkStar.d.ts +1 -0
- package/build/icons/svgs/bookmarkStar.js +8 -0
- package/build/icons/svgs/bookmarkStarFill.d.ts +1 -0
- package/build/icons/svgs/bookmarkStarFill.js +8 -0
- package/build/icons/svgs/bookmarkX.d.ts +1 -0
- package/build/icons/svgs/bookmarkX.js +8 -0
- package/build/icons/svgs/bookmarkXFill.d.ts +1 -0
- package/build/icons/svgs/bookmarkXFill.js +8 -0
- package/build/icons/svgs/bookmarks.d.ts +1 -0
- package/build/icons/svgs/bookmarks.js +8 -0
- package/build/icons/svgs/bookmarksFill.d.ts +1 -0
- package/build/icons/svgs/bookmarksFill.js +8 -0
- package/build/icons/svgs/bookshelf.d.ts +1 -0
- package/build/icons/svgs/bookshelf.js +8 -0
- package/build/icons/svgs/boombox.d.ts +1 -0
- package/build/icons/svgs/boombox.js +8 -0
- package/build/icons/svgs/boomboxFill.d.ts +1 -0
- package/build/icons/svgs/boomboxFill.js +8 -0
- package/build/icons/svgs/bootstrap.d.ts +1 -0
- package/build/icons/svgs/bootstrap.js +8 -0
- package/build/icons/svgs/bootstrapFill.d.ts +1 -0
- package/build/icons/svgs/bootstrapFill.js +8 -0
- package/build/icons/svgs/bootstrapReboot.d.ts +1 -0
- package/build/icons/svgs/bootstrapReboot.js +8 -0
- package/build/icons/svgs/border.d.ts +1 -0
- package/build/icons/svgs/border.js +8 -0
- package/build/icons/svgs/borderAll.d.ts +1 -0
- package/build/icons/svgs/borderAll.js +8 -0
- package/build/icons/svgs/borderBottom.d.ts +1 -0
- package/build/icons/svgs/borderBottom.js +8 -0
- package/build/icons/svgs/borderCenter.d.ts +1 -0
- package/build/icons/svgs/borderCenter.js +8 -0
- package/build/icons/svgs/borderInner.d.ts +1 -0
- package/build/icons/svgs/borderInner.js +8 -0
- package/build/icons/svgs/borderLeft.d.ts +1 -0
- package/build/icons/svgs/borderLeft.js +8 -0
- package/build/icons/svgs/borderMiddle.d.ts +1 -0
- package/build/icons/svgs/borderMiddle.js +8 -0
- package/build/icons/svgs/borderOuter.d.ts +1 -0
- package/build/icons/svgs/borderOuter.js +8 -0
- package/build/icons/svgs/borderRight.d.ts +1 -0
- package/build/icons/svgs/borderRight.js +8 -0
- package/build/icons/svgs/borderStyle.d.ts +1 -0
- package/build/icons/svgs/borderStyle.js +8 -0
- package/build/icons/svgs/borderTop.d.ts +1 -0
- package/build/icons/svgs/borderTop.js +8 -0
- package/build/icons/svgs/borderWidth.d.ts +1 -0
- package/build/icons/svgs/borderWidth.js +8 -0
- package/build/icons/svgs/boundingBox.d.ts +1 -0
- package/build/icons/svgs/boundingBox.js +8 -0
- package/build/icons/svgs/boundingBoxCircles.d.ts +1 -0
- package/build/icons/svgs/boundingBoxCircles.js +8 -0
- package/build/icons/svgs/box.d.ts +1 -0
- package/build/icons/svgs/box.js +8 -0
- package/build/icons/svgs/box2.d.ts +1 -0
- package/build/icons/svgs/box2.js +8 -0
- package/build/icons/svgs/box2Fill.d.ts +1 -0
- package/build/icons/svgs/box2Fill.js +8 -0
- package/build/icons/svgs/box2Heart.d.ts +1 -0
- package/build/icons/svgs/box2Heart.js +8 -0
- package/build/icons/svgs/box2HeartFill.d.ts +1 -0
- package/build/icons/svgs/box2HeartFill.js +8 -0
- package/build/icons/svgs/boxArrowDown.d.ts +1 -0
- package/build/icons/svgs/boxArrowDown.js +8 -0
- package/build/icons/svgs/boxArrowDownLeft.d.ts +1 -0
- package/build/icons/svgs/boxArrowDownLeft.js +8 -0
- package/build/icons/svgs/boxArrowDownRight.d.ts +1 -0
- package/build/icons/svgs/boxArrowDownRight.js +8 -0
- package/build/icons/svgs/boxArrowInDown.d.ts +1 -0
- package/build/icons/svgs/boxArrowInDown.js +8 -0
- package/build/icons/svgs/boxArrowInDownLeft.d.ts +1 -0
- package/build/icons/svgs/boxArrowInDownLeft.js +8 -0
- package/build/icons/svgs/boxArrowInDownRight.d.ts +1 -0
- package/build/icons/svgs/boxArrowInDownRight.js +8 -0
- package/build/icons/svgs/boxArrowInLeft.d.ts +1 -0
- package/build/icons/svgs/boxArrowInLeft.js +8 -0
- package/build/icons/svgs/boxArrowInRight.d.ts +1 -0
- package/build/icons/svgs/boxArrowInRight.js +8 -0
- package/build/icons/svgs/boxArrowInUp.d.ts +1 -0
- package/build/icons/svgs/boxArrowInUp.js +8 -0
- package/build/icons/svgs/boxArrowInUpLeft.d.ts +1 -0
- package/build/icons/svgs/boxArrowInUpLeft.js +8 -0
- package/build/icons/svgs/boxArrowInUpRight.d.ts +1 -0
- package/build/icons/svgs/boxArrowInUpRight.js +8 -0
- package/build/icons/svgs/boxArrowLeft.d.ts +1 -0
- package/build/icons/svgs/boxArrowLeft.js +8 -0
- package/build/icons/svgs/boxArrowRight.d.ts +1 -0
- package/build/icons/svgs/boxArrowRight.js +8 -0
- package/build/icons/svgs/boxArrowUp.d.ts +1 -0
- package/build/icons/svgs/boxArrowUp.js +8 -0
- package/build/icons/svgs/boxArrowUpLeft.d.ts +1 -0
- package/build/icons/svgs/boxArrowUpLeft.js +8 -0
- package/build/icons/svgs/boxArrowUpRight.d.ts +1 -0
- package/build/icons/svgs/boxArrowUpRight.js +8 -0
- package/build/icons/svgs/boxFill.d.ts +1 -0
- package/build/icons/svgs/boxFill.js +8 -0
- package/build/icons/svgs/boxSeam.d.ts +1 -0
- package/build/icons/svgs/boxSeam.js +8 -0
- package/build/icons/svgs/boxSeamFill.d.ts +1 -0
- package/build/icons/svgs/boxSeamFill.js +8 -0
- package/build/icons/svgs/boxes.d.ts +1 -0
- package/build/icons/svgs/boxes.js +8 -0
- package/build/icons/svgs/braces.d.ts +1 -0
- package/build/icons/svgs/braces.js +8 -0
- package/build/icons/svgs/bracesAsterisk.d.ts +1 -0
- package/build/icons/svgs/bracesAsterisk.js +8 -0
- package/build/icons/svgs/bricks.d.ts +1 -0
- package/build/icons/svgs/bricks.js +8 -0
- package/build/icons/svgs/briefcase.d.ts +1 -0
- package/build/icons/svgs/briefcase.js +8 -0
- package/build/icons/svgs/briefcaseFill.d.ts +1 -0
- package/build/icons/svgs/briefcaseFill.js +8 -0
- package/build/icons/svgs/brightnessAltHigh.d.ts +1 -0
- package/build/icons/svgs/brightnessAltHigh.js +8 -0
- package/build/icons/svgs/brightnessAltHighFill.d.ts +1 -0
- package/build/icons/svgs/brightnessAltHighFill.js +8 -0
- package/build/icons/svgs/brightnessAltLow.d.ts +1 -0
- package/build/icons/svgs/brightnessAltLow.js +8 -0
- package/build/icons/svgs/brightnessAltLowFill.d.ts +1 -0
- package/build/icons/svgs/brightnessAltLowFill.js +8 -0
- package/build/icons/svgs/brightnessHigh.d.ts +1 -0
- package/build/icons/svgs/brightnessHigh.js +8 -0
- package/build/icons/svgs/brightnessHighFill.d.ts +1 -0
- package/build/icons/svgs/brightnessHighFill.js +8 -0
- package/build/icons/svgs/brightnessLow.d.ts +1 -0
- package/build/icons/svgs/brightnessLow.js +8 -0
- package/build/icons/svgs/brightnessLowFill.d.ts +1 -0
- package/build/icons/svgs/brightnessLowFill.js +8 -0
- package/build/icons/svgs/brilliance.d.ts +1 -0
- package/build/icons/svgs/brilliance.js +8 -0
- package/build/icons/svgs/broadcast.d.ts +1 -0
- package/build/icons/svgs/broadcast.js +8 -0
- package/build/icons/svgs/broadcastPin.d.ts +1 -0
- package/build/icons/svgs/broadcastPin.js +8 -0
- package/build/icons/svgs/browserChrome.d.ts +1 -0
- package/build/icons/svgs/browserChrome.js +8 -0
- package/build/icons/svgs/browserEdge.d.ts +1 -0
- package/build/icons/svgs/browserEdge.js +8 -0
- package/build/icons/svgs/browserFirefox.d.ts +1 -0
- package/build/icons/svgs/browserFirefox.js +8 -0
- package/build/icons/svgs/browserSafari.d.ts +1 -0
- package/build/icons/svgs/browserSafari.js +8 -0
- package/build/icons/svgs/brush.d.ts +1 -0
- package/build/icons/svgs/brush.js +8 -0
- package/build/icons/svgs/brushFill.d.ts +1 -0
- package/build/icons/svgs/brushFill.js +8 -0
- package/build/icons/svgs/bucket.d.ts +1 -0
- package/build/icons/svgs/bucket.js +8 -0
- package/build/icons/svgs/bucketFill.d.ts +1 -0
- package/build/icons/svgs/bucketFill.js +8 -0
- package/build/icons/svgs/bug.d.ts +1 -0
- package/build/icons/svgs/bug.js +8 -0
- package/build/icons/svgs/bugFill.d.ts +1 -0
- package/build/icons/svgs/bugFill.js +8 -0
- package/build/icons/svgs/building.d.ts +1 -0
- package/build/icons/svgs/building.js +8 -0
- package/build/icons/svgs/buildingAdd.d.ts +1 -0
- package/build/icons/svgs/buildingAdd.js +8 -0
- package/build/icons/svgs/buildingCheck.d.ts +1 -0
- package/build/icons/svgs/buildingCheck.js +8 -0
- package/build/icons/svgs/buildingDash.d.ts +1 -0
- package/build/icons/svgs/buildingDash.js +8 -0
- package/build/icons/svgs/buildingDown.d.ts +1 -0
- package/build/icons/svgs/buildingDown.js +8 -0
- package/build/icons/svgs/buildingExclamation.d.ts +1 -0
- package/build/icons/svgs/buildingExclamation.js +8 -0
- package/build/icons/svgs/buildingFill.d.ts +1 -0
- package/build/icons/svgs/buildingFill.js +8 -0
- package/build/icons/svgs/buildingFillAdd.d.ts +1 -0
- package/build/icons/svgs/buildingFillAdd.js +8 -0
- package/build/icons/svgs/buildingFillCheck.d.ts +1 -0
- package/build/icons/svgs/buildingFillCheck.js +8 -0
- package/build/icons/svgs/buildingFillDash.d.ts +1 -0
- package/build/icons/svgs/buildingFillDash.js +8 -0
- package/build/icons/svgs/buildingFillDown.d.ts +1 -0
- package/build/icons/svgs/buildingFillDown.js +8 -0
- package/build/icons/svgs/buildingFillExclamation.d.ts +1 -0
- package/build/icons/svgs/buildingFillExclamation.js +8 -0
- package/build/icons/svgs/buildingFillGear.d.ts +1 -0
- package/build/icons/svgs/buildingFillGear.js +8 -0
- package/build/icons/svgs/buildingFillLock.d.ts +1 -0
- package/build/icons/svgs/buildingFillLock.js +8 -0
- package/build/icons/svgs/buildingFillSlash.d.ts +1 -0
- package/build/icons/svgs/buildingFillSlash.js +8 -0
- package/build/icons/svgs/buildingFillUp.d.ts +1 -0
- package/build/icons/svgs/buildingFillUp.js +8 -0
- package/build/icons/svgs/buildingFillX.d.ts +1 -0
- package/build/icons/svgs/buildingFillX.js +8 -0
- package/build/icons/svgs/buildingGear.d.ts +1 -0
- package/build/icons/svgs/buildingGear.js +8 -0
- package/build/icons/svgs/buildingLock.d.ts +1 -0
- package/build/icons/svgs/buildingLock.js +8 -0
- package/build/icons/svgs/buildingSlash.d.ts +1 -0
- package/build/icons/svgs/buildingSlash.js +8 -0
- package/build/icons/svgs/buildingUp.d.ts +1 -0
- package/build/icons/svgs/buildingUp.js +8 -0
- package/build/icons/svgs/buildingX.d.ts +1 -0
- package/build/icons/svgs/buildingX.js +8 -0
- package/build/icons/svgs/buildings.d.ts +1 -0
- package/build/icons/svgs/buildings.js +8 -0
- package/build/icons/svgs/buildingsFill.d.ts +1 -0
- package/build/icons/svgs/buildingsFill.js +8 -0
- package/build/icons/svgs/bullseye.d.ts +1 -0
- package/build/icons/svgs/bullseye.js +8 -0
- package/build/icons/svgs/busFront.d.ts +1 -0
- package/build/icons/svgs/busFront.js +8 -0
- package/build/icons/svgs/busFrontFill.d.ts +1 -0
- package/build/icons/svgs/busFrontFill.js +8 -0
- package/build/icons/svgs/cCircle.d.ts +1 -0
- package/build/icons/svgs/cCircle.js +8 -0
- package/build/icons/svgs/cCircleFill.d.ts +1 -0
- package/build/icons/svgs/cCircleFill.js +8 -0
- package/build/icons/svgs/cSquare.d.ts +1 -0
- package/build/icons/svgs/cSquare.js +8 -0
- package/build/icons/svgs/cSquareFill.d.ts +1 -0
- package/build/icons/svgs/cSquareFill.js +8 -0
- package/build/icons/svgs/cake.d.ts +1 -0
- package/build/icons/svgs/cake.js +8 -0
- package/build/icons/svgs/cake2.d.ts +1 -0
- package/build/icons/svgs/cake2.js +8 -0
- package/build/icons/svgs/cake2Fill.d.ts +1 -0
- package/build/icons/svgs/cake2Fill.js +8 -0
- package/build/icons/svgs/cakeFill.d.ts +1 -0
- package/build/icons/svgs/cakeFill.js +8 -0
- package/build/icons/svgs/calculator.d.ts +1 -0
- package/build/icons/svgs/calculator.js +8 -0
- package/build/icons/svgs/calculatorFill.d.ts +1 -0
- package/build/icons/svgs/calculatorFill.js +8 -0
- package/build/icons/svgs/calendar.d.ts +1 -0
- package/build/icons/svgs/calendar.js +8 -0
- package/build/icons/svgs/calendar2.d.ts +1 -0
- package/build/icons/svgs/calendar2.js +8 -0
- package/build/icons/svgs/calendar2Check.d.ts +1 -0
- package/build/icons/svgs/calendar2Check.js +8 -0
- package/build/icons/svgs/calendar2CheckFill.d.ts +1 -0
- package/build/icons/svgs/calendar2CheckFill.js +8 -0
- package/build/icons/svgs/calendar2Date.d.ts +1 -0
- package/build/icons/svgs/calendar2Date.js +8 -0
- package/build/icons/svgs/calendar2DateFill.d.ts +1 -0
- package/build/icons/svgs/calendar2DateFill.js +8 -0
- package/build/icons/svgs/calendar2Day.d.ts +1 -0
- package/build/icons/svgs/calendar2Day.js +8 -0
- package/build/icons/svgs/calendar2DayFill.d.ts +1 -0
- package/build/icons/svgs/calendar2DayFill.js +8 -0
- package/build/icons/svgs/calendar2Event.d.ts +1 -0
- package/build/icons/svgs/calendar2Event.js +8 -0
- package/build/icons/svgs/calendar2EventFill.d.ts +1 -0
- package/build/icons/svgs/calendar2EventFill.js +8 -0
- package/build/icons/svgs/calendar2Fill.d.ts +1 -0
- package/build/icons/svgs/calendar2Fill.js +8 -0
- package/build/icons/svgs/calendar2Heart.d.ts +1 -0
- package/build/icons/svgs/calendar2Heart.js +8 -0
- package/build/icons/svgs/calendar2HeartFill.d.ts +1 -0
- package/build/icons/svgs/calendar2HeartFill.js +8 -0
- package/build/icons/svgs/calendar2Minus.d.ts +1 -0
- package/build/icons/svgs/calendar2Minus.js +8 -0
- package/build/icons/svgs/calendar2MinusFill.d.ts +1 -0
- package/build/icons/svgs/calendar2MinusFill.js +8 -0
- package/build/icons/svgs/calendar2Month.d.ts +1 -0
- package/build/icons/svgs/calendar2Month.js +8 -0
- package/build/icons/svgs/calendar2MonthFill.d.ts +1 -0
- package/build/icons/svgs/calendar2MonthFill.js +8 -0
- package/build/icons/svgs/calendar2Plus.d.ts +1 -0
- package/build/icons/svgs/calendar2Plus.js +8 -0
- package/build/icons/svgs/calendar2PlusFill.d.ts +1 -0
- package/build/icons/svgs/calendar2PlusFill.js +8 -0
- package/build/icons/svgs/calendar2Range.d.ts +1 -0
- package/build/icons/svgs/calendar2Range.js +8 -0
- package/build/icons/svgs/calendar2RangeFill.d.ts +1 -0
- package/build/icons/svgs/calendar2RangeFill.js +8 -0
- package/build/icons/svgs/calendar2Week.d.ts +1 -0
- package/build/icons/svgs/calendar2Week.js +8 -0
- package/build/icons/svgs/calendar2WeekFill.d.ts +1 -0
- package/build/icons/svgs/calendar2WeekFill.js +8 -0
- package/build/icons/svgs/calendar2X.d.ts +1 -0
- package/build/icons/svgs/calendar2X.js +8 -0
- package/build/icons/svgs/calendar2XFill.d.ts +1 -0
- package/build/icons/svgs/calendar2XFill.js +8 -0
- package/build/icons/svgs/calendar3.d.ts +1 -0
- package/build/icons/svgs/calendar3.js +8 -0
- package/build/icons/svgs/calendar3Event.d.ts +1 -0
- package/build/icons/svgs/calendar3Event.js +8 -0
- package/build/icons/svgs/calendar3EventFill.d.ts +1 -0
- package/build/icons/svgs/calendar3EventFill.js +8 -0
- package/build/icons/svgs/calendar3Fill.d.ts +1 -0
- package/build/icons/svgs/calendar3Fill.js +8 -0
- package/build/icons/svgs/calendar3Range.d.ts +1 -0
- package/build/icons/svgs/calendar3Range.js +8 -0
- package/build/icons/svgs/calendar3RangeFill.d.ts +1 -0
- package/build/icons/svgs/calendar3RangeFill.js +8 -0
- package/build/icons/svgs/calendar3Week.d.ts +1 -0
- package/build/icons/svgs/calendar3Week.js +8 -0
- package/build/icons/svgs/calendar3WeekFill.d.ts +1 -0
- package/build/icons/svgs/calendar3WeekFill.js +8 -0
- package/build/icons/svgs/calendar4.d.ts +1 -0
- package/build/icons/svgs/calendar4.js +8 -0
- package/build/icons/svgs/calendar4Event.d.ts +1 -0
- package/build/icons/svgs/calendar4Event.js +8 -0
- package/build/icons/svgs/calendar4Range.d.ts +1 -0
- package/build/icons/svgs/calendar4Range.js +8 -0
- package/build/icons/svgs/calendar4Week.d.ts +1 -0
- package/build/icons/svgs/calendar4Week.js +8 -0
- package/build/icons/svgs/calendarCheck.d.ts +1 -0
- package/build/icons/svgs/calendarCheck.js +8 -0
- package/build/icons/svgs/calendarCheckFill.d.ts +1 -0
- package/build/icons/svgs/calendarCheckFill.js +8 -0
- package/build/icons/svgs/calendarDate.d.ts +1 -0
- package/build/icons/svgs/calendarDate.js +8 -0
- package/build/icons/svgs/calendarDateFill.d.ts +1 -0
- package/build/icons/svgs/calendarDateFill.js +8 -0
- package/build/icons/svgs/calendarDay.d.ts +1 -0
- package/build/icons/svgs/calendarDay.js +8 -0
- package/build/icons/svgs/calendarDayFill.d.ts +1 -0
- package/build/icons/svgs/calendarDayFill.js +8 -0
- package/build/icons/svgs/calendarEvent.d.ts +1 -0
- package/build/icons/svgs/calendarEvent.js +8 -0
- package/build/icons/svgs/calendarEventFill.d.ts +1 -0
- package/build/icons/svgs/calendarEventFill.js +8 -0
- package/build/icons/svgs/calendarFill.d.ts +1 -0
- package/build/icons/svgs/calendarFill.js +8 -0
- package/build/icons/svgs/calendarHeart.d.ts +1 -0
- package/build/icons/svgs/calendarHeart.js +8 -0
- package/build/icons/svgs/calendarHeartFill.d.ts +1 -0
- package/build/icons/svgs/calendarHeartFill.js +8 -0
- package/build/icons/svgs/calendarMinus.d.ts +1 -0
- package/build/icons/svgs/calendarMinus.js +8 -0
- package/build/icons/svgs/calendarMinusFill.d.ts +1 -0
- package/build/icons/svgs/calendarMinusFill.js +8 -0
- package/build/icons/svgs/calendarMonth.d.ts +1 -0
- package/build/icons/svgs/calendarMonth.js +8 -0
- package/build/icons/svgs/calendarMonthFill.d.ts +1 -0
- package/build/icons/svgs/calendarMonthFill.js +8 -0
- package/build/icons/svgs/calendarPlus.d.ts +1 -0
- package/build/icons/svgs/calendarPlus.js +8 -0
- package/build/icons/svgs/calendarPlusFill.d.ts +1 -0
- package/build/icons/svgs/calendarPlusFill.js +8 -0
- package/build/icons/svgs/calendarRange.d.ts +1 -0
- package/build/icons/svgs/calendarRange.js +8 -0
- package/build/icons/svgs/calendarRangeFill.d.ts +1 -0
- package/build/icons/svgs/calendarRangeFill.js +8 -0
- package/build/icons/svgs/calendarWeek.d.ts +1 -0
- package/build/icons/svgs/calendarWeek.js +8 -0
- package/build/icons/svgs/calendarWeekFill.d.ts +1 -0
- package/build/icons/svgs/calendarWeekFill.js +8 -0
- package/build/icons/svgs/calendarX.d.ts +1 -0
- package/build/icons/svgs/calendarX.js +8 -0
- package/build/icons/svgs/calendarXFill.d.ts +1 -0
- package/build/icons/svgs/calendarXFill.js +8 -0
- package/build/icons/svgs/camera.d.ts +1 -0
- package/build/icons/svgs/camera.js +8 -0
- package/build/icons/svgs/camera2.d.ts +1 -0
- package/build/icons/svgs/camera2.js +8 -0
- package/build/icons/svgs/cameraFill.d.ts +1 -0
- package/build/icons/svgs/cameraFill.js +8 -0
- package/build/icons/svgs/cameraReels.d.ts +1 -0
- package/build/icons/svgs/cameraReels.js +8 -0
- package/build/icons/svgs/cameraReelsFill.d.ts +1 -0
- package/build/icons/svgs/cameraReelsFill.js +8 -0
- package/build/icons/svgs/cameraVideo.d.ts +1 -0
- package/build/icons/svgs/cameraVideo.js +8 -0
- package/build/icons/svgs/cameraVideoFill.d.ts +1 -0
- package/build/icons/svgs/cameraVideoFill.js +8 -0
- package/build/icons/svgs/cameraVideoOff.d.ts +1 -0
- package/build/icons/svgs/cameraVideoOff.js +8 -0
- package/build/icons/svgs/cameraVideoOffFill.d.ts +1 -0
- package/build/icons/svgs/cameraVideoOffFill.js +8 -0
- package/build/icons/svgs/capslock.d.ts +1 -0
- package/build/icons/svgs/capslock.js +8 -0
- package/build/icons/svgs/capslockFill.d.ts +1 -0
- package/build/icons/svgs/capslockFill.js +8 -0
- package/build/icons/svgs/capsule.d.ts +1 -0
- package/build/icons/svgs/capsule.js +8 -0
- package/build/icons/svgs/capsulePill.d.ts +1 -0
- package/build/icons/svgs/capsulePill.js +8 -0
- package/build/icons/svgs/carFront.d.ts +1 -0
- package/build/icons/svgs/carFront.js +8 -0
- package/build/icons/svgs/carFrontFill.d.ts +1 -0
- package/build/icons/svgs/carFrontFill.js +8 -0
- package/build/icons/svgs/cardChecklist.d.ts +1 -0
- package/build/icons/svgs/cardChecklist.js +8 -0
- package/build/icons/svgs/cardHeading.d.ts +1 -0
- package/build/icons/svgs/cardHeading.js +8 -0
- package/build/icons/svgs/cardImage.d.ts +1 -0
- package/build/icons/svgs/cardImage.js +8 -0
- package/build/icons/svgs/cardList.d.ts +1 -0
- package/build/icons/svgs/cardList.js +8 -0
- package/build/icons/svgs/cardText.d.ts +1 -0
- package/build/icons/svgs/cardText.js +8 -0
- package/build/icons/svgs/caretDown.d.ts +1 -0
- package/build/icons/svgs/caretDown.js +8 -0
- package/build/icons/svgs/caretDownFill.d.ts +1 -0
- package/build/icons/svgs/caretDownFill.js +8 -0
- package/build/icons/svgs/caretDownSquare.d.ts +1 -0
- package/build/icons/svgs/caretDownSquare.js +8 -0
- package/build/icons/svgs/caretDownSquareFill.d.ts +1 -0
- package/build/icons/svgs/caretDownSquareFill.js +8 -0
- package/build/icons/svgs/caretLeft.d.ts +1 -0
- package/build/icons/svgs/caretLeft.js +8 -0
- package/build/icons/svgs/caretLeftFill.d.ts +1 -0
- package/build/icons/svgs/caretLeftFill.js +8 -0
- package/build/icons/svgs/caretLeftSquare.d.ts +1 -0
- package/build/icons/svgs/caretLeftSquare.js +8 -0
- package/build/icons/svgs/caretLeftSquareFill.d.ts +1 -0
- package/build/icons/svgs/caretLeftSquareFill.js +8 -0
- package/build/icons/svgs/caretRight.d.ts +1 -0
- package/build/icons/svgs/caretRight.js +8 -0
- package/build/icons/svgs/caretRightFill.d.ts +1 -0
- package/build/icons/svgs/caretRightFill.js +8 -0
- package/build/icons/svgs/caretRightSquare.d.ts +1 -0
- package/build/icons/svgs/caretRightSquare.js +8 -0
- package/build/icons/svgs/caretRightSquareFill.d.ts +1 -0
- package/build/icons/svgs/caretRightSquareFill.js +8 -0
- package/build/icons/svgs/caretUp.d.ts +1 -0
- package/build/icons/svgs/caretUp.js +8 -0
- package/build/icons/svgs/caretUpFill.d.ts +1 -0
- package/build/icons/svgs/caretUpFill.js +8 -0
- package/build/icons/svgs/caretUpSquare.d.ts +1 -0
- package/build/icons/svgs/caretUpSquare.js +8 -0
- package/build/icons/svgs/caretUpSquareFill.d.ts +1 -0
- package/build/icons/svgs/caretUpSquareFill.js +8 -0
- package/build/icons/svgs/cart.d.ts +1 -0
- package/build/icons/svgs/cart.js +8 -0
- package/build/icons/svgs/cart2.d.ts +1 -0
- package/build/icons/svgs/cart2.js +8 -0
- package/build/icons/svgs/cart3.d.ts +1 -0
- package/build/icons/svgs/cart3.js +8 -0
- package/build/icons/svgs/cart4.d.ts +1 -0
- package/build/icons/svgs/cart4.js +8 -0
- package/build/icons/svgs/cartCheck.d.ts +1 -0
- package/build/icons/svgs/cartCheck.js +8 -0
- package/build/icons/svgs/cartCheckFill.d.ts +1 -0
- package/build/icons/svgs/cartCheckFill.js +8 -0
- package/build/icons/svgs/cartDash.d.ts +1 -0
- package/build/icons/svgs/cartDash.js +8 -0
- package/build/icons/svgs/cartDashFill.d.ts +1 -0
- package/build/icons/svgs/cartDashFill.js +8 -0
- package/build/icons/svgs/cartFill.d.ts +1 -0
- package/build/icons/svgs/cartFill.js +8 -0
- package/build/icons/svgs/cartPlus.d.ts +1 -0
- package/build/icons/svgs/cartPlus.js +8 -0
- package/build/icons/svgs/cartPlusFill.d.ts +1 -0
- package/build/icons/svgs/cartPlusFill.js +8 -0
- package/build/icons/svgs/cartX.d.ts +1 -0
- package/build/icons/svgs/cartX.js +8 -0
- package/build/icons/svgs/cartXFill.d.ts +1 -0
- package/build/icons/svgs/cartXFill.js +8 -0
- package/build/icons/svgs/cash.d.ts +1 -0
- package/build/icons/svgs/cash.js +8 -0
- package/build/icons/svgs/cashCoin.d.ts +1 -0
- package/build/icons/svgs/cashCoin.js +8 -0
- package/build/icons/svgs/cashStack.d.ts +1 -0
- package/build/icons/svgs/cashStack.js +8 -0
- package/build/icons/svgs/cassette.d.ts +1 -0
- package/build/icons/svgs/cassette.js +8 -0
- package/build/icons/svgs/cassetteFill.d.ts +1 -0
- package/build/icons/svgs/cassetteFill.js +8 -0
- package/build/icons/svgs/cast.d.ts +1 -0
- package/build/icons/svgs/cast.js +8 -0
- package/build/icons/svgs/ccCircle.d.ts +1 -0
- package/build/icons/svgs/ccCircle.js +8 -0
- package/build/icons/svgs/ccCircleFill.d.ts +1 -0
- package/build/icons/svgs/ccCircleFill.js +8 -0
- package/build/icons/svgs/ccSquare.d.ts +1 -0
- package/build/icons/svgs/ccSquare.js +8 -0
- package/build/icons/svgs/ccSquareFill.d.ts +1 -0
- package/build/icons/svgs/ccSquareFill.js +8 -0
- package/build/icons/svgs/chat.d.ts +1 -0
- package/build/icons/svgs/chat.js +8 -0
- package/build/icons/svgs/chatDots.d.ts +1 -0
- package/build/icons/svgs/chatDots.js +8 -0
- package/build/icons/svgs/chatDotsFill.d.ts +1 -0
- package/build/icons/svgs/chatDotsFill.js +8 -0
- package/build/icons/svgs/chatFill.d.ts +1 -0
- package/build/icons/svgs/chatFill.js +8 -0
- package/build/icons/svgs/chatHeart.d.ts +1 -0
- package/build/icons/svgs/chatHeart.js +8 -0
- package/build/icons/svgs/chatHeartFill.d.ts +1 -0
- package/build/icons/svgs/chatHeartFill.js +8 -0
- package/build/icons/svgs/chatLeft.d.ts +1 -0
- package/build/icons/svgs/chatLeft.js +8 -0
- package/build/icons/svgs/chatLeftDots.d.ts +1 -0
- package/build/icons/svgs/chatLeftDots.js +8 -0
- package/build/icons/svgs/chatLeftDotsFill.d.ts +1 -0
- package/build/icons/svgs/chatLeftDotsFill.js +8 -0
- package/build/icons/svgs/chatLeftFill.d.ts +1 -0
- package/build/icons/svgs/chatLeftFill.js +8 -0
- package/build/icons/svgs/chatLeftHeart.d.ts +1 -0
- package/build/icons/svgs/chatLeftHeart.js +8 -0
- package/build/icons/svgs/chatLeftHeartFill.d.ts +1 -0
- package/build/icons/svgs/chatLeftHeartFill.js +8 -0
- package/build/icons/svgs/chatLeftQuote.d.ts +1 -0
- package/build/icons/svgs/chatLeftQuote.js +8 -0
- package/build/icons/svgs/chatLeftQuoteFill.d.ts +1 -0
- package/build/icons/svgs/chatLeftQuoteFill.js +8 -0
- package/build/icons/svgs/chatLeftText.d.ts +1 -0
- package/build/icons/svgs/chatLeftText.js +8 -0
- package/build/icons/svgs/chatLeftTextFill.d.ts +1 -0
- package/build/icons/svgs/chatLeftTextFill.js +8 -0
- package/build/icons/svgs/chatQuote.d.ts +1 -0
- package/build/icons/svgs/chatQuote.js +8 -0
- package/build/icons/svgs/chatQuoteFill.d.ts +1 -0
- package/build/icons/svgs/chatQuoteFill.js +8 -0
- package/build/icons/svgs/chatRight.d.ts +1 -0
- package/build/icons/svgs/chatRight.js +8 -0
- package/build/icons/svgs/chatRightDots.d.ts +1 -0
- package/build/icons/svgs/chatRightDots.js +8 -0
- package/build/icons/svgs/chatRightDotsFill.d.ts +1 -0
- package/build/icons/svgs/chatRightDotsFill.js +8 -0
- package/build/icons/svgs/chatRightFill.d.ts +1 -0
- package/build/icons/svgs/chatRightFill.js +8 -0
- package/build/icons/svgs/chatRightHeart.d.ts +1 -0
- package/build/icons/svgs/chatRightHeart.js +8 -0
- package/build/icons/svgs/chatRightHeartFill.d.ts +1 -0
- package/build/icons/svgs/chatRightHeartFill.js +8 -0
- package/build/icons/svgs/chatRightQuote.d.ts +1 -0
- package/build/icons/svgs/chatRightQuote.js +8 -0
- package/build/icons/svgs/chatRightQuoteFill.d.ts +1 -0
- package/build/icons/svgs/chatRightQuoteFill.js +8 -0
- package/build/icons/svgs/chatRightText.d.ts +1 -0
- package/build/icons/svgs/chatRightText.js +8 -0
- package/build/icons/svgs/chatRightTextFill.d.ts +1 -0
- package/build/icons/svgs/chatRightTextFill.js +8 -0
- package/build/icons/svgs/chatSquare.d.ts +1 -0
- package/build/icons/svgs/chatSquare.js +8 -0
- package/build/icons/svgs/chatSquareDots.d.ts +1 -0
- package/build/icons/svgs/chatSquareDots.js +8 -0
- package/build/icons/svgs/chatSquareDotsFill.d.ts +1 -0
- package/build/icons/svgs/chatSquareDotsFill.js +8 -0
- package/build/icons/svgs/chatSquareFill.d.ts +1 -0
- package/build/icons/svgs/chatSquareFill.js +8 -0
- package/build/icons/svgs/chatSquareHeart.d.ts +1 -0
- package/build/icons/svgs/chatSquareHeart.js +8 -0
- package/build/icons/svgs/chatSquareHeartFill.d.ts +1 -0
- package/build/icons/svgs/chatSquareHeartFill.js +8 -0
- package/build/icons/svgs/chatSquareQuote.d.ts +1 -0
- package/build/icons/svgs/chatSquareQuote.js +8 -0
- package/build/icons/svgs/chatSquareQuoteFill.d.ts +1 -0
- package/build/icons/svgs/chatSquareQuoteFill.js +8 -0
- package/build/icons/svgs/chatSquareText.d.ts +1 -0
- package/build/icons/svgs/chatSquareText.js +8 -0
- package/build/icons/svgs/chatSquareTextFill.d.ts +1 -0
- package/build/icons/svgs/chatSquareTextFill.js +8 -0
- package/build/icons/svgs/chatText.d.ts +1 -0
- package/build/icons/svgs/chatText.js +8 -0
- package/build/icons/svgs/chatTextFill.d.ts +1 -0
- package/build/icons/svgs/chatTextFill.js +8 -0
- package/build/icons/svgs/check.d.ts +1 -0
- package/build/icons/svgs/check.js +8 -0
- package/build/icons/svgs/check2.d.ts +1 -0
- package/build/icons/svgs/check2.js +8 -0
- package/build/icons/svgs/check2All.d.ts +1 -0
- package/build/icons/svgs/check2All.js +8 -0
- package/build/icons/svgs/check2Circle.d.ts +1 -0
- package/build/icons/svgs/check2Circle.js +8 -0
- package/build/icons/svgs/check2Square.d.ts +1 -0
- package/build/icons/svgs/check2Square.js +8 -0
- package/build/icons/svgs/checkAll.d.ts +1 -0
- package/build/icons/svgs/checkAll.js +8 -0
- package/build/icons/svgs/checkCircle.d.ts +1 -0
- package/build/icons/svgs/checkCircle.js +8 -0
- package/build/icons/svgs/checkCircleFill.d.ts +1 -0
- package/build/icons/svgs/checkCircleFill.js +8 -0
- package/build/icons/svgs/checkLg.d.ts +1 -0
- package/build/icons/svgs/checkLg.js +8 -0
- package/build/icons/svgs/checkSquare.d.ts +1 -0
- package/build/icons/svgs/checkSquare.js +8 -0
- package/build/icons/svgs/checkSquareFill.d.ts +1 -0
- package/build/icons/svgs/checkSquareFill.js +8 -0
- package/build/icons/svgs/chevronBarContract.d.ts +1 -0
- package/build/icons/svgs/chevronBarContract.js +8 -0
- package/build/icons/svgs/chevronBarDown.d.ts +1 -0
- package/build/icons/svgs/chevronBarDown.js +8 -0
- package/build/icons/svgs/chevronBarExpand.d.ts +1 -0
- package/build/icons/svgs/chevronBarExpand.js +8 -0
- package/build/icons/svgs/chevronBarLeft.d.ts +1 -0
- package/build/icons/svgs/chevronBarLeft.js +8 -0
- package/build/icons/svgs/chevronBarRight.d.ts +1 -0
- package/build/icons/svgs/chevronBarRight.js +8 -0
- package/build/icons/svgs/chevronBarUp.d.ts +1 -0
- package/build/icons/svgs/chevronBarUp.js +8 -0
- package/build/icons/svgs/chevronCompactDown.d.ts +1 -0
- package/build/icons/svgs/chevronCompactDown.js +8 -0
- package/build/icons/svgs/chevronCompactLeft.d.ts +1 -0
- package/build/icons/svgs/chevronCompactLeft.js +8 -0
- package/build/icons/svgs/chevronCompactRight.d.ts +1 -0
- package/build/icons/svgs/chevronCompactRight.js +8 -0
- package/build/icons/svgs/chevronCompactUp.d.ts +1 -0
- package/build/icons/svgs/chevronCompactUp.js +8 -0
- package/build/icons/svgs/chevronContract.d.ts +1 -0
- package/build/icons/svgs/chevronContract.js +8 -0
- package/build/icons/svgs/chevronDoubleDown.d.ts +1 -0
- package/build/icons/svgs/chevronDoubleDown.js +8 -0
- package/build/icons/svgs/chevronDoubleLeft.d.ts +1 -0
- package/build/icons/svgs/chevronDoubleLeft.js +8 -0
- package/build/icons/svgs/chevronDoubleRight.d.ts +1 -0
- package/build/icons/svgs/chevronDoubleRight.js +8 -0
- package/build/icons/svgs/chevronDoubleUp.d.ts +1 -0
- package/build/icons/svgs/chevronDoubleUp.js +8 -0
- package/build/icons/svgs/chevronDown.d.ts +1 -0
- package/build/icons/svgs/chevronDown.js +8 -0
- package/build/icons/svgs/chevronExpand.d.ts +1 -0
- package/build/icons/svgs/chevronExpand.js +8 -0
- package/build/icons/svgs/chevronLeft.d.ts +1 -0
- package/build/icons/svgs/chevronLeft.js +8 -0
- package/build/icons/svgs/chevronRight.d.ts +1 -0
- package/build/icons/svgs/chevronRight.js +8 -0
- package/build/icons/svgs/chevronUp.d.ts +1 -0
- package/build/icons/svgs/chevronUp.js +8 -0
- package/build/icons/svgs/circle.d.ts +1 -0
- package/build/icons/svgs/circle.js +8 -0
- package/build/icons/svgs/circleFill.d.ts +1 -0
- package/build/icons/svgs/circleFill.js +8 -0
- package/build/icons/svgs/circleHalf.d.ts +1 -0
- package/build/icons/svgs/circleHalf.js +8 -0
- package/build/icons/svgs/circleSquare.d.ts +1 -0
- package/build/icons/svgs/circleSquare.js +8 -0
- package/build/icons/svgs/claude.d.ts +1 -0
- package/build/icons/svgs/claude.js +8 -0
- package/build/icons/svgs/clipboard.d.ts +1 -0
- package/build/icons/svgs/clipboard.js +8 -0
- package/build/icons/svgs/clipboard2.d.ts +1 -0
- package/build/icons/svgs/clipboard2.js +8 -0
- package/build/icons/svgs/clipboard2Check.d.ts +1 -0
- package/build/icons/svgs/clipboard2Check.js +8 -0
- package/build/icons/svgs/clipboard2CheckFill.d.ts +1 -0
- package/build/icons/svgs/clipboard2CheckFill.js +8 -0
- package/build/icons/svgs/clipboard2Data.d.ts +1 -0
- package/build/icons/svgs/clipboard2Data.js +8 -0
- package/build/icons/svgs/clipboard2DataFill.d.ts +1 -0
- package/build/icons/svgs/clipboard2DataFill.js +8 -0
- package/build/icons/svgs/clipboard2Fill.d.ts +1 -0
- package/build/icons/svgs/clipboard2Fill.js +8 -0
- package/build/icons/svgs/clipboard2Heart.d.ts +1 -0
- package/build/icons/svgs/clipboard2Heart.js +8 -0
- package/build/icons/svgs/clipboard2HeartFill.d.ts +1 -0
- package/build/icons/svgs/clipboard2HeartFill.js +8 -0
- package/build/icons/svgs/clipboard2Minus.d.ts +1 -0
- package/build/icons/svgs/clipboard2Minus.js +8 -0
- package/build/icons/svgs/clipboard2MinusFill.d.ts +1 -0
- package/build/icons/svgs/clipboard2MinusFill.js +8 -0
- package/build/icons/svgs/clipboard2Plus.d.ts +1 -0
- package/build/icons/svgs/clipboard2Plus.js +8 -0
- package/build/icons/svgs/clipboard2PlusFill.d.ts +1 -0
- package/build/icons/svgs/clipboard2PlusFill.js +8 -0
- package/build/icons/svgs/clipboard2Pulse.d.ts +1 -0
- package/build/icons/svgs/clipboard2Pulse.js +8 -0
- package/build/icons/svgs/clipboard2PulseFill.d.ts +1 -0
- package/build/icons/svgs/clipboard2PulseFill.js +8 -0
- package/build/icons/svgs/clipboard2X.d.ts +1 -0
- package/build/icons/svgs/clipboard2X.js +8 -0
- package/build/icons/svgs/clipboard2XFill.d.ts +1 -0
- package/build/icons/svgs/clipboard2XFill.js +8 -0
- package/build/icons/svgs/clipboardCheck.d.ts +1 -0
- package/build/icons/svgs/clipboardCheck.js +8 -0
- package/build/icons/svgs/clipboardCheckFill.d.ts +1 -0
- package/build/icons/svgs/clipboardCheckFill.js +8 -0
- package/build/icons/svgs/clipboardData.d.ts +1 -0
- package/build/icons/svgs/clipboardData.js +8 -0
- package/build/icons/svgs/clipboardDataFill.d.ts +1 -0
- package/build/icons/svgs/clipboardDataFill.js +8 -0
- package/build/icons/svgs/clipboardFill.d.ts +1 -0
- package/build/icons/svgs/clipboardFill.js +8 -0
- package/build/icons/svgs/clipboardHeart.d.ts +1 -0
- package/build/icons/svgs/clipboardHeart.js +8 -0
- package/build/icons/svgs/clipboardHeartFill.d.ts +1 -0
- package/build/icons/svgs/clipboardHeartFill.js +8 -0
- package/build/icons/svgs/clipboardMinus.d.ts +1 -0
- package/build/icons/svgs/clipboardMinus.js +8 -0
- package/build/icons/svgs/clipboardMinusFill.d.ts +1 -0
- package/build/icons/svgs/clipboardMinusFill.js +8 -0
- package/build/icons/svgs/clipboardPlus.d.ts +1 -0
- package/build/icons/svgs/clipboardPlus.js +8 -0
- package/build/icons/svgs/clipboardPlusFill.d.ts +1 -0
- package/build/icons/svgs/clipboardPlusFill.js +8 -0
- package/build/icons/svgs/clipboardPulse.d.ts +1 -0
- package/build/icons/svgs/clipboardPulse.js +8 -0
- package/build/icons/svgs/clipboardX.d.ts +1 -0
- package/build/icons/svgs/clipboardX.js +8 -0
- package/build/icons/svgs/clipboardXFill.d.ts +1 -0
- package/build/icons/svgs/clipboardXFill.js +8 -0
- package/build/icons/svgs/clock.d.ts +1 -0
- package/build/icons/svgs/clock.js +8 -0
- package/build/icons/svgs/clockFill.d.ts +1 -0
- package/build/icons/svgs/clockFill.js +8 -0
- package/build/icons/svgs/clockHistory.d.ts +1 -0
- package/build/icons/svgs/clockHistory.js +8 -0
- package/build/icons/svgs/cloud.d.ts +1 -0
- package/build/icons/svgs/cloud.js +8 -0
- package/build/icons/svgs/cloudArrowDown.d.ts +1 -0
- package/build/icons/svgs/cloudArrowDown.js +8 -0
- package/build/icons/svgs/cloudArrowDownFill.d.ts +1 -0
- package/build/icons/svgs/cloudArrowDownFill.js +8 -0
- package/build/icons/svgs/cloudArrowUp.d.ts +1 -0
- package/build/icons/svgs/cloudArrowUp.js +8 -0
- package/build/icons/svgs/cloudArrowUpFill.d.ts +1 -0
- package/build/icons/svgs/cloudArrowUpFill.js +8 -0
- package/build/icons/svgs/cloudCheck.d.ts +1 -0
- package/build/icons/svgs/cloudCheck.js +8 -0
- package/build/icons/svgs/cloudCheckFill.d.ts +1 -0
- package/build/icons/svgs/cloudCheckFill.js +8 -0
- package/build/icons/svgs/cloudDownload.d.ts +1 -0
- package/build/icons/svgs/cloudDownload.js +8 -0
- package/build/icons/svgs/cloudDownloadFill.d.ts +1 -0
- package/build/icons/svgs/cloudDownloadFill.js +8 -0
- package/build/icons/svgs/cloudDrizzle.d.ts +1 -0
- package/build/icons/svgs/cloudDrizzle.js +8 -0
- package/build/icons/svgs/cloudDrizzleFill.d.ts +1 -0
- package/build/icons/svgs/cloudDrizzleFill.js +8 -0
- package/build/icons/svgs/cloudFill.d.ts +1 -0
- package/build/icons/svgs/cloudFill.js +8 -0
- package/build/icons/svgs/cloudFog.d.ts +1 -0
- package/build/icons/svgs/cloudFog.js +8 -0
- package/build/icons/svgs/cloudFog2.d.ts +1 -0
- package/build/icons/svgs/cloudFog2.js +8 -0
- package/build/icons/svgs/cloudFog2Fill.d.ts +1 -0
- package/build/icons/svgs/cloudFog2Fill.js +8 -0
- package/build/icons/svgs/cloudFogFill.d.ts +1 -0
- package/build/icons/svgs/cloudFogFill.js +8 -0
- package/build/icons/svgs/cloudHail.d.ts +1 -0
- package/build/icons/svgs/cloudHail.js +8 -0
- package/build/icons/svgs/cloudHailFill.d.ts +1 -0
- package/build/icons/svgs/cloudHailFill.js +8 -0
- package/build/icons/svgs/cloudHaze.d.ts +1 -0
- package/build/icons/svgs/cloudHaze.js +8 -0
- package/build/icons/svgs/cloudHaze2.d.ts +1 -0
- package/build/icons/svgs/cloudHaze2.js +8 -0
- package/build/icons/svgs/cloudHaze2Fill.d.ts +1 -0
- package/build/icons/svgs/cloudHaze2Fill.js +8 -0
- package/build/icons/svgs/cloudHazeFill.d.ts +1 -0
- package/build/icons/svgs/cloudHazeFill.js +8 -0
- package/build/icons/svgs/cloudLightning.d.ts +1 -0
- package/build/icons/svgs/cloudLightning.js +8 -0
- package/build/icons/svgs/cloudLightningFill.d.ts +1 -0
- package/build/icons/svgs/cloudLightningFill.js +8 -0
- package/build/icons/svgs/cloudLightningRain.d.ts +1 -0
- package/build/icons/svgs/cloudLightningRain.js +8 -0
- package/build/icons/svgs/cloudLightningRainFill.d.ts +1 -0
- package/build/icons/svgs/cloudLightningRainFill.js +8 -0
- package/build/icons/svgs/cloudMinus.d.ts +1 -0
- package/build/icons/svgs/cloudMinus.js +8 -0
- package/build/icons/svgs/cloudMinusFill.d.ts +1 -0
- package/build/icons/svgs/cloudMinusFill.js +8 -0
- package/build/icons/svgs/cloudMoon.d.ts +1 -0
- package/build/icons/svgs/cloudMoon.js +8 -0
- package/build/icons/svgs/cloudMoonFill.d.ts +1 -0
- package/build/icons/svgs/cloudMoonFill.js +8 -0
- package/build/icons/svgs/cloudPlus.d.ts +1 -0
- package/build/icons/svgs/cloudPlus.js +8 -0
- package/build/icons/svgs/cloudPlusFill.d.ts +1 -0
- package/build/icons/svgs/cloudPlusFill.js +8 -0
- package/build/icons/svgs/cloudRain.d.ts +1 -0
- package/build/icons/svgs/cloudRain.js +8 -0
- package/build/icons/svgs/cloudRainFill.d.ts +1 -0
- package/build/icons/svgs/cloudRainFill.js +8 -0
- package/build/icons/svgs/cloudRainHeavy.d.ts +1 -0
- package/build/icons/svgs/cloudRainHeavy.js +8 -0
- package/build/icons/svgs/cloudRainHeavyFill.d.ts +1 -0
- package/build/icons/svgs/cloudRainHeavyFill.js +8 -0
- package/build/icons/svgs/cloudSlash.d.ts +1 -0
- package/build/icons/svgs/cloudSlash.js +8 -0
- package/build/icons/svgs/cloudSlashFill.d.ts +1 -0
- package/build/icons/svgs/cloudSlashFill.js +8 -0
- package/build/icons/svgs/cloudSleet.d.ts +1 -0
- package/build/icons/svgs/cloudSleet.js +8 -0
- package/build/icons/svgs/cloudSleetFill.d.ts +1 -0
- package/build/icons/svgs/cloudSleetFill.js +8 -0
- package/build/icons/svgs/cloudSnow.d.ts +1 -0
- package/build/icons/svgs/cloudSnow.js +8 -0
- package/build/icons/svgs/cloudSnowFill.d.ts +1 -0
- package/build/icons/svgs/cloudSnowFill.js +8 -0
- package/build/icons/svgs/cloudSun.d.ts +1 -0
- package/build/icons/svgs/cloudSun.js +8 -0
- package/build/icons/svgs/cloudSunFill.d.ts +1 -0
- package/build/icons/svgs/cloudSunFill.js +8 -0
- package/build/icons/svgs/cloudUpload.d.ts +1 -0
- package/build/icons/svgs/cloudUpload.js +8 -0
- package/build/icons/svgs/cloudUploadFill.d.ts +1 -0
- package/build/icons/svgs/cloudUploadFill.js +8 -0
- package/build/icons/svgs/clouds.d.ts +1 -0
- package/build/icons/svgs/clouds.js +8 -0
- package/build/icons/svgs/cloudsFill.d.ts +1 -0
- package/build/icons/svgs/cloudsFill.js +8 -0
- package/build/icons/svgs/cloudy.d.ts +1 -0
- package/build/icons/svgs/cloudy.js +8 -0
- package/build/icons/svgs/cloudyFill.d.ts +1 -0
- package/build/icons/svgs/cloudyFill.js +8 -0
- package/build/icons/svgs/code.d.ts +1 -0
- package/build/icons/svgs/code.js +8 -0
- package/build/icons/svgs/codeSlash.d.ts +1 -0
- package/build/icons/svgs/codeSlash.js +8 -0
- package/build/icons/svgs/codeSquare.d.ts +1 -0
- package/build/icons/svgs/codeSquare.js +8 -0
- package/build/icons/svgs/coin.d.ts +1 -0
- package/build/icons/svgs/coin.js +8 -0
- package/build/icons/svgs/collection.d.ts +1 -0
- package/build/icons/svgs/collection.js +8 -0
- package/build/icons/svgs/collectionFill.d.ts +1 -0
- package/build/icons/svgs/collectionFill.js +8 -0
- package/build/icons/svgs/collectionPlay.d.ts +1 -0
- package/build/icons/svgs/collectionPlay.js +8 -0
- package/build/icons/svgs/collectionPlayFill.d.ts +1 -0
- package/build/icons/svgs/collectionPlayFill.js +8 -0
- package/build/icons/svgs/columns.d.ts +1 -0
- package/build/icons/svgs/columns.js +8 -0
- package/build/icons/svgs/columnsGap.d.ts +1 -0
- package/build/icons/svgs/columnsGap.js +8 -0
- package/build/icons/svgs/command.d.ts +1 -0
- package/build/icons/svgs/command.js +8 -0
- package/build/icons/svgs/compass.d.ts +1 -0
- package/build/icons/svgs/compass.js +8 -0
- package/build/icons/svgs/compassFill.d.ts +1 -0
- package/build/icons/svgs/compassFill.js +8 -0
- package/build/icons/svgs/cone.d.ts +1 -0
- package/build/icons/svgs/cone.js +8 -0
- package/build/icons/svgs/coneStriped.d.ts +1 -0
- package/build/icons/svgs/coneStriped.js +8 -0
- package/build/icons/svgs/controller.d.ts +1 -0
- package/build/icons/svgs/controller.js +8 -0
- package/build/icons/svgs/cookie.d.ts +1 -0
- package/build/icons/svgs/cookie.js +8 -0
- package/build/icons/svgs/copy.d.ts +1 -0
- package/build/icons/svgs/copy.js +8 -0
- package/build/icons/svgs/cpu.d.ts +1 -0
- package/build/icons/svgs/cpu.js +8 -0
- package/build/icons/svgs/cpuFill.d.ts +1 -0
- package/build/icons/svgs/cpuFill.js +8 -0
- package/build/icons/svgs/creditCard.d.ts +1 -0
- package/build/icons/svgs/creditCard.js +8 -0
- package/build/icons/svgs/creditCard2Back.d.ts +1 -0
- package/build/icons/svgs/creditCard2Back.js +8 -0
- package/build/icons/svgs/creditCard2BackFill.d.ts +1 -0
- package/build/icons/svgs/creditCard2BackFill.js +8 -0
- package/build/icons/svgs/creditCard2Front.d.ts +1 -0
- package/build/icons/svgs/creditCard2Front.js +8 -0
- package/build/icons/svgs/creditCard2FrontFill.d.ts +1 -0
- package/build/icons/svgs/creditCard2FrontFill.js +8 -0
- package/build/icons/svgs/creditCardFill.d.ts +1 -0
- package/build/icons/svgs/creditCardFill.js +8 -0
- package/build/icons/svgs/crop.d.ts +1 -0
- package/build/icons/svgs/crop.js +8 -0
- package/build/icons/svgs/crosshair.d.ts +1 -0
- package/build/icons/svgs/crosshair.js +8 -0
- package/build/icons/svgs/crosshair2.d.ts +1 -0
- package/build/icons/svgs/crosshair2.js +8 -0
- package/build/icons/svgs/css.d.ts +1 -0
- package/build/icons/svgs/css.js +8 -0
- package/build/icons/svgs/cup.d.ts +1 -0
- package/build/icons/svgs/cup.js +8 -0
- package/build/icons/svgs/cupFill.d.ts +1 -0
- package/build/icons/svgs/cupFill.js +8 -0
- package/build/icons/svgs/cupHot.d.ts +1 -0
- package/build/icons/svgs/cupHot.js +8 -0
- package/build/icons/svgs/cupHotFill.d.ts +1 -0
- package/build/icons/svgs/cupHotFill.js +8 -0
- package/build/icons/svgs/cupStraw.d.ts +1 -0
- package/build/icons/svgs/cupStraw.js +8 -0
- package/build/icons/svgs/currencyBitcoin.d.ts +1 -0
- package/build/icons/svgs/currencyBitcoin.js +8 -0
- package/build/icons/svgs/currencyDollar.d.ts +1 -0
- package/build/icons/svgs/currencyDollar.js +8 -0
- package/build/icons/svgs/currencyEuro.d.ts +1 -0
- package/build/icons/svgs/currencyEuro.js +8 -0
- package/build/icons/svgs/currencyExchange.d.ts +1 -0
- package/build/icons/svgs/currencyExchange.js +8 -0
- package/build/icons/svgs/currencyPound.d.ts +1 -0
- package/build/icons/svgs/currencyPound.js +8 -0
- package/build/icons/svgs/currencyRupee.d.ts +1 -0
- package/build/icons/svgs/currencyRupee.js +8 -0
- package/build/icons/svgs/currencyYen.d.ts +1 -0
- package/build/icons/svgs/currencyYen.js +8 -0
- package/build/icons/svgs/cursor.d.ts +1 -0
- package/build/icons/svgs/cursor.js +8 -0
- package/build/icons/svgs/cursorFill.d.ts +1 -0
- package/build/icons/svgs/cursorFill.js +8 -0
- package/build/icons/svgs/cursorText.d.ts +1 -0
- package/build/icons/svgs/cursorText.js +8 -0
- package/build/icons/svgs/dash.d.ts +1 -0
- package/build/icons/svgs/dash.js +8 -0
- package/build/icons/svgs/dashCircle.d.ts +1 -0
- package/build/icons/svgs/dashCircle.js +8 -0
- package/build/icons/svgs/dashCircleDotted.d.ts +1 -0
- package/build/icons/svgs/dashCircleDotted.js +8 -0
- package/build/icons/svgs/dashCircleFill.d.ts +1 -0
- package/build/icons/svgs/dashCircleFill.js +8 -0
- package/build/icons/svgs/dashLg.d.ts +1 -0
- package/build/icons/svgs/dashLg.js +8 -0
- package/build/icons/svgs/dashSquare.d.ts +1 -0
- package/build/icons/svgs/dashSquare.js +8 -0
- package/build/icons/svgs/dashSquareDotted.d.ts +1 -0
- package/build/icons/svgs/dashSquareDotted.js +8 -0
- package/build/icons/svgs/dashSquareFill.d.ts +1 -0
- package/build/icons/svgs/dashSquareFill.js +8 -0
- package/build/icons/svgs/database.d.ts +1 -0
- package/build/icons/svgs/database.js +8 -0
- package/build/icons/svgs/databaseAdd.d.ts +1 -0
- package/build/icons/svgs/databaseAdd.js +8 -0
- package/build/icons/svgs/databaseCheck.d.ts +1 -0
- package/build/icons/svgs/databaseCheck.js +8 -0
- package/build/icons/svgs/databaseDash.d.ts +1 -0
- package/build/icons/svgs/databaseDash.js +8 -0
- package/build/icons/svgs/databaseDown.d.ts +1 -0
- package/build/icons/svgs/databaseDown.js +8 -0
- package/build/icons/svgs/databaseExclamation.d.ts +1 -0
- package/build/icons/svgs/databaseExclamation.js +8 -0
- package/build/icons/svgs/databaseFill.d.ts +1 -0
- package/build/icons/svgs/databaseFill.js +8 -0
- package/build/icons/svgs/databaseFillAdd.d.ts +1 -0
- package/build/icons/svgs/databaseFillAdd.js +8 -0
- package/build/icons/svgs/databaseFillCheck.d.ts +1 -0
- package/build/icons/svgs/databaseFillCheck.js +8 -0
- package/build/icons/svgs/databaseFillDash.d.ts +1 -0
- package/build/icons/svgs/databaseFillDash.js +8 -0
- package/build/icons/svgs/databaseFillDown.d.ts +1 -0
- package/build/icons/svgs/databaseFillDown.js +8 -0
- package/build/icons/svgs/databaseFillExclamation.d.ts +1 -0
- package/build/icons/svgs/databaseFillExclamation.js +8 -0
- package/build/icons/svgs/databaseFillGear.d.ts +1 -0
- package/build/icons/svgs/databaseFillGear.js +8 -0
- package/build/icons/svgs/databaseFillLock.d.ts +1 -0
- package/build/icons/svgs/databaseFillLock.js +8 -0
- package/build/icons/svgs/databaseFillSlash.d.ts +1 -0
- package/build/icons/svgs/databaseFillSlash.js +8 -0
- package/build/icons/svgs/databaseFillUp.d.ts +1 -0
- package/build/icons/svgs/databaseFillUp.js +8 -0
- package/build/icons/svgs/databaseFillX.d.ts +1 -0
- package/build/icons/svgs/databaseFillX.js +8 -0
- package/build/icons/svgs/databaseGear.d.ts +1 -0
- package/build/icons/svgs/databaseGear.js +8 -0
- package/build/icons/svgs/databaseLock.d.ts +1 -0
- package/build/icons/svgs/databaseLock.js +8 -0
- package/build/icons/svgs/databaseSlash.d.ts +1 -0
- package/build/icons/svgs/databaseSlash.js +8 -0
- package/build/icons/svgs/databaseUp.d.ts +1 -0
- package/build/icons/svgs/databaseUp.js +8 -0
- package/build/icons/svgs/databaseX.d.ts +1 -0
- package/build/icons/svgs/databaseX.js +8 -0
- package/build/icons/svgs/deviceHdd.d.ts +1 -0
- package/build/icons/svgs/deviceHdd.js +8 -0
- package/build/icons/svgs/deviceHddFill.d.ts +1 -0
- package/build/icons/svgs/deviceHddFill.js +8 -0
- package/build/icons/svgs/deviceSsd.d.ts +1 -0
- package/build/icons/svgs/deviceSsd.js +8 -0
- package/build/icons/svgs/deviceSsdFill.d.ts +1 -0
- package/build/icons/svgs/deviceSsdFill.js +8 -0
- package/build/icons/svgs/diagram2.d.ts +1 -0
- package/build/icons/svgs/diagram2.js +8 -0
- package/build/icons/svgs/diagram2Fill.d.ts +1 -0
- package/build/icons/svgs/diagram2Fill.js +8 -0
- package/build/icons/svgs/diagram3.d.ts +1 -0
- package/build/icons/svgs/diagram3.js +8 -0
- package/build/icons/svgs/diagram3Fill.d.ts +1 -0
- package/build/icons/svgs/diagram3Fill.js +8 -0
- package/build/icons/svgs/diamond.d.ts +1 -0
- package/build/icons/svgs/diamond.js +8 -0
- package/build/icons/svgs/diamondFill.d.ts +1 -0
- package/build/icons/svgs/diamondFill.js +8 -0
- package/build/icons/svgs/diamondHalf.d.ts +1 -0
- package/build/icons/svgs/diamondHalf.js +8 -0
- package/build/icons/svgs/dice1.d.ts +1 -0
- package/build/icons/svgs/dice1.js +8 -0
- package/build/icons/svgs/dice1Fill.d.ts +1 -0
- package/build/icons/svgs/dice1Fill.js +8 -0
- package/build/icons/svgs/dice2.d.ts +1 -0
- package/build/icons/svgs/dice2.js +8 -0
- package/build/icons/svgs/dice2Fill.d.ts +1 -0
- package/build/icons/svgs/dice2Fill.js +8 -0
- package/build/icons/svgs/dice3.d.ts +1 -0
- package/build/icons/svgs/dice3.js +8 -0
- package/build/icons/svgs/dice3Fill.d.ts +1 -0
- package/build/icons/svgs/dice3Fill.js +8 -0
- package/build/icons/svgs/dice4.d.ts +1 -0
- package/build/icons/svgs/dice4.js +8 -0
- package/build/icons/svgs/dice4Fill.d.ts +1 -0
- package/build/icons/svgs/dice4Fill.js +8 -0
- package/build/icons/svgs/dice5.d.ts +1 -0
- package/build/icons/svgs/dice5.js +8 -0
- package/build/icons/svgs/dice5Fill.d.ts +1 -0
- package/build/icons/svgs/dice5Fill.js +8 -0
- package/build/icons/svgs/dice6.d.ts +1 -0
- package/build/icons/svgs/dice6.js +8 -0
- package/build/icons/svgs/dice6Fill.d.ts +1 -0
- package/build/icons/svgs/dice6Fill.js +8 -0
- package/build/icons/svgs/disc.d.ts +1 -0
- package/build/icons/svgs/disc.js +8 -0
- package/build/icons/svgs/discFill.d.ts +1 -0
- package/build/icons/svgs/discFill.js +8 -0
- package/build/icons/svgs/discord.d.ts +1 -0
- package/build/icons/svgs/discord.js +8 -0
- package/build/icons/svgs/display.d.ts +1 -0
- package/build/icons/svgs/display.js +8 -0
- package/build/icons/svgs/displayFill.d.ts +1 -0
- package/build/icons/svgs/displayFill.js +8 -0
- package/build/icons/svgs/displayport.d.ts +1 -0
- package/build/icons/svgs/displayport.js +8 -0
- package/build/icons/svgs/displayportFill.d.ts +1 -0
- package/build/icons/svgs/displayportFill.js +8 -0
- package/build/icons/svgs/distributeHorizontal.d.ts +1 -0
- package/build/icons/svgs/distributeHorizontal.js +8 -0
- package/build/icons/svgs/distributeVertical.d.ts +1 -0
- package/build/icons/svgs/distributeVertical.js +8 -0
- package/build/icons/svgs/doorClosed.d.ts +1 -0
- package/build/icons/svgs/doorClosed.js +8 -0
- package/build/icons/svgs/doorClosedFill.d.ts +1 -0
- package/build/icons/svgs/doorClosedFill.js +8 -0
- package/build/icons/svgs/doorOpen.d.ts +1 -0
- package/build/icons/svgs/doorOpen.js +8 -0
- package/build/icons/svgs/doorOpenFill.d.ts +1 -0
- package/build/icons/svgs/doorOpenFill.js +8 -0
- package/build/icons/svgs/dot.d.ts +1 -0
- package/build/icons/svgs/dot.js +8 -0
- package/build/icons/svgs/download.d.ts +1 -0
- package/build/icons/svgs/download.js +8 -0
- package/build/icons/svgs/dpad.d.ts +1 -0
- package/build/icons/svgs/dpad.js +8 -0
- package/build/icons/svgs/dpadFill.d.ts +1 -0
- package/build/icons/svgs/dpadFill.js +8 -0
- package/build/icons/svgs/dribbble.d.ts +1 -0
- package/build/icons/svgs/dribbble.js +8 -0
- package/build/icons/svgs/dropbox.d.ts +1 -0
- package/build/icons/svgs/dropbox.js +8 -0
- package/build/icons/svgs/droplet.d.ts +1 -0
- package/build/icons/svgs/droplet.js +8 -0
- package/build/icons/svgs/dropletFill.d.ts +1 -0
- package/build/icons/svgs/dropletFill.js +8 -0
- package/build/icons/svgs/dropletHalf.d.ts +1 -0
- package/build/icons/svgs/dropletHalf.js +8 -0
- package/build/icons/svgs/duffle.d.ts +1 -0
- package/build/icons/svgs/duffle.js +8 -0
- package/build/icons/svgs/duffleFill.d.ts +1 -0
- package/build/icons/svgs/duffleFill.js +8 -0
- package/build/icons/svgs/ear.d.ts +1 -0
- package/build/icons/svgs/ear.js +8 -0
- package/build/icons/svgs/earFill.d.ts +1 -0
- package/build/icons/svgs/earFill.js +8 -0
- package/build/icons/svgs/earbuds.d.ts +1 -0
- package/build/icons/svgs/earbuds.js +8 -0
- package/build/icons/svgs/easel.d.ts +1 -0
- package/build/icons/svgs/easel.js +8 -0
- package/build/icons/svgs/easel2.d.ts +1 -0
- package/build/icons/svgs/easel2.js +8 -0
- package/build/icons/svgs/easel2Fill.d.ts +1 -0
- package/build/icons/svgs/easel2Fill.js +8 -0
- package/build/icons/svgs/easel3.d.ts +1 -0
- package/build/icons/svgs/easel3.js +8 -0
- package/build/icons/svgs/easel3Fill.d.ts +1 -0
- package/build/icons/svgs/easel3Fill.js +8 -0
- package/build/icons/svgs/easelFill.d.ts +1 -0
- package/build/icons/svgs/easelFill.js +8 -0
- package/build/icons/svgs/egg.d.ts +1 -0
- package/build/icons/svgs/egg.js +8 -0
- package/build/icons/svgs/eggFill.d.ts +1 -0
- package/build/icons/svgs/eggFill.js +8 -0
- package/build/icons/svgs/eggFried.d.ts +1 -0
- package/build/icons/svgs/eggFried.js +8 -0
- package/build/icons/svgs/eject.d.ts +1 -0
- package/build/icons/svgs/eject.js +8 -0
- package/build/icons/svgs/ejectFill.d.ts +1 -0
- package/build/icons/svgs/ejectFill.js +8 -0
- package/build/icons/svgs/emojiAngry.d.ts +1 -0
- package/build/icons/svgs/emojiAngry.js +8 -0
- package/build/icons/svgs/emojiAngryFill.d.ts +1 -0
- package/build/icons/svgs/emojiAngryFill.js +8 -0
- package/build/icons/svgs/emojiAstonished.d.ts +1 -0
- package/build/icons/svgs/emojiAstonished.js +8 -0
- package/build/icons/svgs/emojiAstonishedFill.d.ts +1 -0
- package/build/icons/svgs/emojiAstonishedFill.js +8 -0
- package/build/icons/svgs/emojiDizzy.d.ts +1 -0
- package/build/icons/svgs/emojiDizzy.js +8 -0
- package/build/icons/svgs/emojiDizzyFill.d.ts +1 -0
- package/build/icons/svgs/emojiDizzyFill.js +8 -0
- package/build/icons/svgs/emojiExpressionless.d.ts +1 -0
- package/build/icons/svgs/emojiExpressionless.js +8 -0
- package/build/icons/svgs/emojiExpressionlessFill.d.ts +1 -0
- package/build/icons/svgs/emojiExpressionlessFill.js +8 -0
- package/build/icons/svgs/emojiFrown.d.ts +1 -0
- package/build/icons/svgs/emojiFrown.js +8 -0
- package/build/icons/svgs/emojiFrownFill.d.ts +1 -0
- package/build/icons/svgs/emojiFrownFill.js +8 -0
- package/build/icons/svgs/emojiGrimace.d.ts +1 -0
- package/build/icons/svgs/emojiGrimace.js +8 -0
- package/build/icons/svgs/emojiGrimaceFill.d.ts +1 -0
- package/build/icons/svgs/emojiGrimaceFill.js +8 -0
- package/build/icons/svgs/emojiGrin.d.ts +1 -0
- package/build/icons/svgs/emojiGrin.js +8 -0
- package/build/icons/svgs/emojiGrinFill.d.ts +1 -0
- package/build/icons/svgs/emojiGrinFill.js +8 -0
- package/build/icons/svgs/emojiHeartEyes.d.ts +1 -0
- package/build/icons/svgs/emojiHeartEyes.js +8 -0
- package/build/icons/svgs/emojiHeartEyesFill.d.ts +1 -0
- package/build/icons/svgs/emojiHeartEyesFill.js +8 -0
- package/build/icons/svgs/emojiKiss.d.ts +1 -0
- package/build/icons/svgs/emojiKiss.js +8 -0
- package/build/icons/svgs/emojiKissFill.d.ts +1 -0
- package/build/icons/svgs/emojiKissFill.js +8 -0
- package/build/icons/svgs/emojiLaughing.d.ts +1 -0
- package/build/icons/svgs/emojiLaughing.js +8 -0
- package/build/icons/svgs/emojiLaughingFill.d.ts +1 -0
- package/build/icons/svgs/emojiLaughingFill.js +8 -0
- package/build/icons/svgs/emojiNeutral.d.ts +1 -0
- package/build/icons/svgs/emojiNeutral.js +8 -0
- package/build/icons/svgs/emojiNeutralFill.d.ts +1 -0
- package/build/icons/svgs/emojiNeutralFill.js +8 -0
- package/build/icons/svgs/emojiSmile.d.ts +1 -0
- package/build/icons/svgs/emojiSmile.js +8 -0
- package/build/icons/svgs/emojiSmileFill.d.ts +1 -0
- package/build/icons/svgs/emojiSmileFill.js +8 -0
- package/build/icons/svgs/emojiSmileUpsideDown.d.ts +1 -0
- package/build/icons/svgs/emojiSmileUpsideDown.js +8 -0
- package/build/icons/svgs/emojiSmileUpsideDownFill.d.ts +1 -0
- package/build/icons/svgs/emojiSmileUpsideDownFill.js +8 -0
- package/build/icons/svgs/emojiSunglasses.d.ts +1 -0
- package/build/icons/svgs/emojiSunglasses.js +8 -0
- package/build/icons/svgs/emojiSunglassesFill.d.ts +1 -0
- package/build/icons/svgs/emojiSunglassesFill.js +8 -0
- package/build/icons/svgs/emojiSurprise.d.ts +1 -0
- package/build/icons/svgs/emojiSurprise.js +8 -0
- package/build/icons/svgs/emojiSurpriseFill.d.ts +1 -0
- package/build/icons/svgs/emojiSurpriseFill.js +8 -0
- package/build/icons/svgs/emojiTear.d.ts +1 -0
- package/build/icons/svgs/emojiTear.js +8 -0
- package/build/icons/svgs/emojiTearFill.d.ts +1 -0
- package/build/icons/svgs/emojiTearFill.js +8 -0
- package/build/icons/svgs/emojiWink.d.ts +1 -0
- package/build/icons/svgs/emojiWink.js +8 -0
- package/build/icons/svgs/emojiWinkFill.d.ts +1 -0
- package/build/icons/svgs/emojiWinkFill.js +8 -0
- package/build/icons/svgs/envelope.d.ts +1 -0
- package/build/icons/svgs/envelope.js +8 -0
- package/build/icons/svgs/envelopeArrowDown.d.ts +1 -0
- package/build/icons/svgs/envelopeArrowDown.js +8 -0
- package/build/icons/svgs/envelopeArrowDownFill.d.ts +1 -0
- package/build/icons/svgs/envelopeArrowDownFill.js +8 -0
- package/build/icons/svgs/envelopeArrowUp.d.ts +1 -0
- package/build/icons/svgs/envelopeArrowUp.js +8 -0
- package/build/icons/svgs/envelopeArrowUpFill.d.ts +1 -0
- package/build/icons/svgs/envelopeArrowUpFill.js +8 -0
- package/build/icons/svgs/envelopeAt.d.ts +1 -0
- package/build/icons/svgs/envelopeAt.js +8 -0
- package/build/icons/svgs/envelopeAtFill.d.ts +1 -0
- package/build/icons/svgs/envelopeAtFill.js +8 -0
- package/build/icons/svgs/envelopeCheck.d.ts +1 -0
- package/build/icons/svgs/envelopeCheck.js +8 -0
- package/build/icons/svgs/envelopeCheckFill.d.ts +1 -0
- package/build/icons/svgs/envelopeCheckFill.js +8 -0
- package/build/icons/svgs/envelopeDash.d.ts +1 -0
- package/build/icons/svgs/envelopeDash.js +8 -0
- package/build/icons/svgs/envelopeDashFill.d.ts +1 -0
- package/build/icons/svgs/envelopeDashFill.js +8 -0
- package/build/icons/svgs/envelopeExclamation.d.ts +1 -0
- package/build/icons/svgs/envelopeExclamation.js +8 -0
- package/build/icons/svgs/envelopeExclamationFill.d.ts +1 -0
- package/build/icons/svgs/envelopeExclamationFill.js +8 -0
- package/build/icons/svgs/envelopeFill.d.ts +1 -0
- package/build/icons/svgs/envelopeFill.js +8 -0
- package/build/icons/svgs/envelopeHeart.d.ts +1 -0
- package/build/icons/svgs/envelopeHeart.js +8 -0
- package/build/icons/svgs/envelopeHeartFill.d.ts +1 -0
- package/build/icons/svgs/envelopeHeartFill.js +8 -0
- package/build/icons/svgs/envelopeOpen.d.ts +1 -0
- package/build/icons/svgs/envelopeOpen.js +8 -0
- package/build/icons/svgs/envelopeOpenFill.d.ts +1 -0
- package/build/icons/svgs/envelopeOpenFill.js +8 -0
- package/build/icons/svgs/envelopeOpenHeart.d.ts +1 -0
- package/build/icons/svgs/envelopeOpenHeart.js +8 -0
- package/build/icons/svgs/envelopeOpenHeartFill.d.ts +1 -0
- package/build/icons/svgs/envelopeOpenHeartFill.js +8 -0
- package/build/icons/svgs/envelopePaper.d.ts +1 -0
- package/build/icons/svgs/envelopePaper.js +8 -0
- package/build/icons/svgs/envelopePaperFill.d.ts +1 -0
- package/build/icons/svgs/envelopePaperFill.js +8 -0
- package/build/icons/svgs/envelopePaperHeart.d.ts +1 -0
- package/build/icons/svgs/envelopePaperHeart.js +8 -0
- package/build/icons/svgs/envelopePaperHeartFill.d.ts +1 -0
- package/build/icons/svgs/envelopePaperHeartFill.js +8 -0
- package/build/icons/svgs/envelopePlus.d.ts +1 -0
- package/build/icons/svgs/envelopePlus.js +8 -0
- package/build/icons/svgs/envelopePlusFill.d.ts +1 -0
- package/build/icons/svgs/envelopePlusFill.js +8 -0
- package/build/icons/svgs/envelopeSlash.d.ts +1 -0
- package/build/icons/svgs/envelopeSlash.js +8 -0
- package/build/icons/svgs/envelopeSlashFill.d.ts +1 -0
- package/build/icons/svgs/envelopeSlashFill.js +8 -0
- package/build/icons/svgs/envelopeX.d.ts +1 -0
- package/build/icons/svgs/envelopeX.js +8 -0
- package/build/icons/svgs/envelopeXFill.d.ts +1 -0
- package/build/icons/svgs/envelopeXFill.js +8 -0
- package/build/icons/svgs/eraser.d.ts +1 -0
- package/build/icons/svgs/eraser.js +8 -0
- package/build/icons/svgs/eraserFill.d.ts +1 -0
- package/build/icons/svgs/eraserFill.js +8 -0
- package/build/icons/svgs/escape.d.ts +1 -0
- package/build/icons/svgs/escape.js +8 -0
- package/build/icons/svgs/ethernet.d.ts +1 -0
- package/build/icons/svgs/ethernet.js +8 -0
- package/build/icons/svgs/evFront.d.ts +1 -0
- package/build/icons/svgs/evFront.js +8 -0
- package/build/icons/svgs/evFrontFill.d.ts +1 -0
- package/build/icons/svgs/evFrontFill.js +8 -0
- package/build/icons/svgs/evStation.d.ts +1 -0
- package/build/icons/svgs/evStation.js +8 -0
- package/build/icons/svgs/evStationFill.d.ts +1 -0
- package/build/icons/svgs/evStationFill.js +8 -0
- package/build/icons/svgs/exclamation.d.ts +1 -0
- package/build/icons/svgs/exclamation.js +8 -0
- package/build/icons/svgs/exclamationCircle.d.ts +1 -0
- package/build/icons/svgs/exclamationCircle.js +8 -0
- package/build/icons/svgs/exclamationCircleFill.d.ts +1 -0
- package/build/icons/svgs/exclamationCircleFill.js +8 -0
- package/build/icons/svgs/exclamationDiamond.d.ts +1 -0
- package/build/icons/svgs/exclamationDiamond.js +8 -0
- package/build/icons/svgs/exclamationDiamondFill.d.ts +1 -0
- package/build/icons/svgs/exclamationDiamondFill.js +8 -0
- package/build/icons/svgs/exclamationLg.d.ts +1 -0
- package/build/icons/svgs/exclamationLg.js +8 -0
- package/build/icons/svgs/exclamationOctagon.d.ts +1 -0
- package/build/icons/svgs/exclamationOctagon.js +8 -0
- package/build/icons/svgs/exclamationOctagonFill.d.ts +1 -0
- package/build/icons/svgs/exclamationOctagonFill.js +8 -0
- package/build/icons/svgs/exclamationSquare.d.ts +1 -0
- package/build/icons/svgs/exclamationSquare.js +8 -0
- package/build/icons/svgs/exclamationSquareFill.d.ts +1 -0
- package/build/icons/svgs/exclamationSquareFill.js +8 -0
- package/build/icons/svgs/exclamationTriangle.d.ts +1 -0
- package/build/icons/svgs/exclamationTriangle.js +8 -0
- package/build/icons/svgs/exclamationTriangleFill.d.ts +1 -0
- package/build/icons/svgs/exclamationTriangleFill.js +8 -0
- package/build/icons/svgs/exclude.d.ts +1 -0
- package/build/icons/svgs/exclude.js +8 -0
- package/build/icons/svgs/explicit.d.ts +1 -0
- package/build/icons/svgs/explicit.js +8 -0
- package/build/icons/svgs/explicitFill.d.ts +1 -0
- package/build/icons/svgs/explicitFill.js +8 -0
- package/build/icons/svgs/exposure.d.ts +1 -0
- package/build/icons/svgs/exposure.js +8 -0
- package/build/icons/svgs/eye.d.ts +1 -0
- package/build/icons/svgs/eye.js +8 -0
- package/build/icons/svgs/eyeFill.d.ts +1 -0
- package/build/icons/svgs/eyeFill.js +8 -0
- package/build/icons/svgs/eyeSlash.d.ts +1 -0
- package/build/icons/svgs/eyeSlash.js +8 -0
- package/build/icons/svgs/eyeSlashFill.d.ts +1 -0
- package/build/icons/svgs/eyeSlashFill.js +8 -0
- package/build/icons/svgs/eyedropper.d.ts +1 -0
- package/build/icons/svgs/eyedropper.js +8 -0
- package/build/icons/svgs/eyeglasses.d.ts +1 -0
- package/build/icons/svgs/eyeglasses.js +8 -0
- package/build/icons/svgs/facebook.d.ts +1 -0
- package/build/icons/svgs/facebook.js +8 -0
- package/build/icons/svgs/fan.d.ts +1 -0
- package/build/icons/svgs/fan.js +8 -0
- package/build/icons/svgs/fastForward.d.ts +1 -0
- package/build/icons/svgs/fastForward.js +8 -0
- package/build/icons/svgs/fastForwardBtn.d.ts +1 -0
- package/build/icons/svgs/fastForwardBtn.js +8 -0
- package/build/icons/svgs/fastForwardBtnFill.d.ts +1 -0
- package/build/icons/svgs/fastForwardBtnFill.js +8 -0
- package/build/icons/svgs/fastForwardCircle.d.ts +1 -0
- package/build/icons/svgs/fastForwardCircle.js +8 -0
- package/build/icons/svgs/fastForwardCircleFill.d.ts +1 -0
- package/build/icons/svgs/fastForwardCircleFill.js +8 -0
- package/build/icons/svgs/fastForwardFill.d.ts +1 -0
- package/build/icons/svgs/fastForwardFill.js +8 -0
- package/build/icons/svgs/feather.d.ts +1 -0
- package/build/icons/svgs/feather.js +8 -0
- package/build/icons/svgs/feather2.d.ts +1 -0
- package/build/icons/svgs/feather2.js +8 -0
- package/build/icons/svgs/file.d.ts +1 -0
- package/build/icons/svgs/file.js +8 -0
- package/build/icons/svgs/fileArrowDown.d.ts +1 -0
- package/build/icons/svgs/fileArrowDown.js +8 -0
- package/build/icons/svgs/fileArrowDownFill.d.ts +1 -0
- package/build/icons/svgs/fileArrowDownFill.js +8 -0
- package/build/icons/svgs/fileArrowUp.d.ts +1 -0
- package/build/icons/svgs/fileArrowUp.js +8 -0
- package/build/icons/svgs/fileArrowUpFill.d.ts +1 -0
- package/build/icons/svgs/fileArrowUpFill.js +8 -0
- package/build/icons/svgs/fileBarGraph.d.ts +1 -0
- package/build/icons/svgs/fileBarGraph.js +8 -0
- package/build/icons/svgs/fileBarGraphFill.d.ts +1 -0
- package/build/icons/svgs/fileBarGraphFill.js +8 -0
- package/build/icons/svgs/fileBinary.d.ts +1 -0
- package/build/icons/svgs/fileBinary.js +8 -0
- package/build/icons/svgs/fileBinaryFill.d.ts +1 -0
- package/build/icons/svgs/fileBinaryFill.js +8 -0
- package/build/icons/svgs/fileBreak.d.ts +1 -0
- package/build/icons/svgs/fileBreak.js +8 -0
- package/build/icons/svgs/fileBreakFill.d.ts +1 -0
- package/build/icons/svgs/fileBreakFill.js +8 -0
- package/build/icons/svgs/fileCheck.d.ts +1 -0
- package/build/icons/svgs/fileCheck.js +8 -0
- package/build/icons/svgs/fileCheckFill.d.ts +1 -0
- package/build/icons/svgs/fileCheckFill.js +8 -0
- package/build/icons/svgs/fileCode.d.ts +1 -0
- package/build/icons/svgs/fileCode.js +8 -0
- package/build/icons/svgs/fileCodeFill.d.ts +1 -0
- package/build/icons/svgs/fileCodeFill.js +8 -0
- package/build/icons/svgs/fileDiff.d.ts +1 -0
- package/build/icons/svgs/fileDiff.js +8 -0
- package/build/icons/svgs/fileDiffFill.d.ts +1 -0
- package/build/icons/svgs/fileDiffFill.js +8 -0
- package/build/icons/svgs/fileEarmark.d.ts +1 -0
- package/build/icons/svgs/fileEarmark.js +8 -0
- package/build/icons/svgs/fileEarmarkArrowDown.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkArrowDown.js +8 -0
- package/build/icons/svgs/fileEarmarkArrowDownFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkArrowDownFill.js +8 -0
- package/build/icons/svgs/fileEarmarkArrowUp.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkArrowUp.js +8 -0
- package/build/icons/svgs/fileEarmarkArrowUpFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkArrowUpFill.js +8 -0
- package/build/icons/svgs/fileEarmarkBarGraph.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkBarGraph.js +8 -0
- package/build/icons/svgs/fileEarmarkBarGraphFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkBarGraphFill.js +8 -0
- package/build/icons/svgs/fileEarmarkBinary.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkBinary.js +8 -0
- package/build/icons/svgs/fileEarmarkBinaryFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkBinaryFill.js +8 -0
- package/build/icons/svgs/fileEarmarkBreak.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkBreak.js +8 -0
- package/build/icons/svgs/fileEarmarkBreakFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkBreakFill.js +8 -0
- package/build/icons/svgs/fileEarmarkCheck.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkCheck.js +8 -0
- package/build/icons/svgs/fileEarmarkCheckFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkCheckFill.js +8 -0
- package/build/icons/svgs/fileEarmarkCode.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkCode.js +8 -0
- package/build/icons/svgs/fileEarmarkCodeFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkCodeFill.js +8 -0
- package/build/icons/svgs/fileEarmarkDiff.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkDiff.js +8 -0
- package/build/icons/svgs/fileEarmarkDiffFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkDiffFill.js +8 -0
- package/build/icons/svgs/fileEarmarkEasel.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkEasel.js +8 -0
- package/build/icons/svgs/fileEarmarkEaselFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkEaselFill.js +8 -0
- package/build/icons/svgs/fileEarmarkExcel.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkExcel.js +8 -0
- package/build/icons/svgs/fileEarmarkExcelFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkExcelFill.js +8 -0
- package/build/icons/svgs/fileEarmarkFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkFill.js +8 -0
- package/build/icons/svgs/fileEarmarkFont.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkFont.js +8 -0
- package/build/icons/svgs/fileEarmarkFontFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkFontFill.js +8 -0
- package/build/icons/svgs/fileEarmarkImage.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkImage.js +8 -0
- package/build/icons/svgs/fileEarmarkImageFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkImageFill.js +8 -0
- package/build/icons/svgs/fileEarmarkLock.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkLock.js +8 -0
- package/build/icons/svgs/fileEarmarkLock2.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkLock2.js +8 -0
- package/build/icons/svgs/fileEarmarkLock2Fill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkLock2Fill.js +8 -0
- package/build/icons/svgs/fileEarmarkLockFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkLockFill.js +8 -0
- package/build/icons/svgs/fileEarmarkMedical.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkMedical.js +8 -0
- package/build/icons/svgs/fileEarmarkMedicalFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkMedicalFill.js +8 -0
- package/build/icons/svgs/fileEarmarkMinus.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkMinus.js +8 -0
- package/build/icons/svgs/fileEarmarkMinusFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkMinusFill.js +8 -0
- package/build/icons/svgs/fileEarmarkMusic.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkMusic.js +8 -0
- package/build/icons/svgs/fileEarmarkMusicFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkMusicFill.js +8 -0
- package/build/icons/svgs/fileEarmarkPdf.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkPdf.js +8 -0
- package/build/icons/svgs/fileEarmarkPdfFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkPdfFill.js +8 -0
- package/build/icons/svgs/fileEarmarkPerson.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkPerson.js +8 -0
- package/build/icons/svgs/fileEarmarkPersonFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkPersonFill.js +8 -0
- package/build/icons/svgs/fileEarmarkPlay.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkPlay.js +8 -0
- package/build/icons/svgs/fileEarmarkPlayFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkPlayFill.js +8 -0
- package/build/icons/svgs/fileEarmarkPlus.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkPlus.js +8 -0
- package/build/icons/svgs/fileEarmarkPlusFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkPlusFill.js +8 -0
- package/build/icons/svgs/fileEarmarkPost.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkPost.js +8 -0
- package/build/icons/svgs/fileEarmarkPostFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkPostFill.js +8 -0
- package/build/icons/svgs/fileEarmarkPpt.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkPpt.js +8 -0
- package/build/icons/svgs/fileEarmarkPptFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkPptFill.js +8 -0
- package/build/icons/svgs/fileEarmarkRichtext.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkRichtext.js +8 -0
- package/build/icons/svgs/fileEarmarkRichtextFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkRichtextFill.js +8 -0
- package/build/icons/svgs/fileEarmarkRuled.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkRuled.js +8 -0
- package/build/icons/svgs/fileEarmarkRuledFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkRuledFill.js +8 -0
- package/build/icons/svgs/fileEarmarkSlides.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkSlides.js +8 -0
- package/build/icons/svgs/fileEarmarkSlidesFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkSlidesFill.js +8 -0
- package/build/icons/svgs/fileEarmarkSpreadsheet.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkSpreadsheet.js +8 -0
- package/build/icons/svgs/fileEarmarkSpreadsheetFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkSpreadsheetFill.js +8 -0
- package/build/icons/svgs/fileEarmarkText.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkText.js +8 -0
- package/build/icons/svgs/fileEarmarkTextFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkTextFill.js +8 -0
- package/build/icons/svgs/fileEarmarkWord.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkWord.js +8 -0
- package/build/icons/svgs/fileEarmarkWordFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkWordFill.js +8 -0
- package/build/icons/svgs/fileEarmarkX.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkX.js +8 -0
- package/build/icons/svgs/fileEarmarkXFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkXFill.js +8 -0
- package/build/icons/svgs/fileEarmarkZip.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkZip.js +8 -0
- package/build/icons/svgs/fileEarmarkZipFill.d.ts +1 -0
- package/build/icons/svgs/fileEarmarkZipFill.js +8 -0
- package/build/icons/svgs/fileEasel.d.ts +1 -0
- package/build/icons/svgs/fileEasel.js +8 -0
- package/build/icons/svgs/fileEaselFill.d.ts +1 -0
- package/build/icons/svgs/fileEaselFill.js +8 -0
- package/build/icons/svgs/fileExcel.d.ts +1 -0
- package/build/icons/svgs/fileExcel.js +8 -0
- package/build/icons/svgs/fileExcelFill.d.ts +1 -0
- package/build/icons/svgs/fileExcelFill.js +8 -0
- package/build/icons/svgs/fileFill.d.ts +1 -0
- package/build/icons/svgs/fileFill.js +8 -0
- package/build/icons/svgs/fileFont.d.ts +1 -0
- package/build/icons/svgs/fileFont.js +8 -0
- package/build/icons/svgs/fileFontFill.d.ts +1 -0
- package/build/icons/svgs/fileFontFill.js +8 -0
- package/build/icons/svgs/fileImage.d.ts +1 -0
- package/build/icons/svgs/fileImage.js +8 -0
- package/build/icons/svgs/fileImageFill.d.ts +1 -0
- package/build/icons/svgs/fileImageFill.js +8 -0
- package/build/icons/svgs/fileLock.d.ts +1 -0
- package/build/icons/svgs/fileLock.js +8 -0
- package/build/icons/svgs/fileLock2.d.ts +1 -0
- package/build/icons/svgs/fileLock2.js +8 -0
- package/build/icons/svgs/fileLock2Fill.d.ts +1 -0
- package/build/icons/svgs/fileLock2Fill.js +8 -0
- package/build/icons/svgs/fileLockFill.d.ts +1 -0
- package/build/icons/svgs/fileLockFill.js +8 -0
- package/build/icons/svgs/fileMedical.d.ts +1 -0
- package/build/icons/svgs/fileMedical.js +8 -0
- package/build/icons/svgs/fileMedicalFill.d.ts +1 -0
- package/build/icons/svgs/fileMedicalFill.js +8 -0
- package/build/icons/svgs/fileMinus.d.ts +1 -0
- package/build/icons/svgs/fileMinus.js +8 -0
- package/build/icons/svgs/fileMinusFill.d.ts +1 -0
- package/build/icons/svgs/fileMinusFill.js +8 -0
- package/build/icons/svgs/fileMusic.d.ts +1 -0
- package/build/icons/svgs/fileMusic.js +8 -0
- package/build/icons/svgs/fileMusicFill.d.ts +1 -0
- package/build/icons/svgs/fileMusicFill.js +8 -0
- package/build/icons/svgs/filePdf.d.ts +1 -0
- package/build/icons/svgs/filePdf.js +8 -0
- package/build/icons/svgs/filePdfFill.d.ts +1 -0
- package/build/icons/svgs/filePdfFill.js +8 -0
- package/build/icons/svgs/filePerson.d.ts +1 -0
- package/build/icons/svgs/filePerson.js +8 -0
- package/build/icons/svgs/filePersonFill.d.ts +1 -0
- package/build/icons/svgs/filePersonFill.js +8 -0
- package/build/icons/svgs/filePlay.d.ts +1 -0
- package/build/icons/svgs/filePlay.js +8 -0
- package/build/icons/svgs/filePlayFill.d.ts +1 -0
- package/build/icons/svgs/filePlayFill.js +8 -0
- package/build/icons/svgs/filePlus.d.ts +1 -0
- package/build/icons/svgs/filePlus.js +8 -0
- package/build/icons/svgs/filePlusFill.d.ts +1 -0
- package/build/icons/svgs/filePlusFill.js +8 -0
- package/build/icons/svgs/filePost.d.ts +1 -0
- package/build/icons/svgs/filePost.js +8 -0
- package/build/icons/svgs/filePostFill.d.ts +1 -0
- package/build/icons/svgs/filePostFill.js +8 -0
- package/build/icons/svgs/filePpt.d.ts +1 -0
- package/build/icons/svgs/filePpt.js +8 -0
- package/build/icons/svgs/filePptFill.d.ts +1 -0
- package/build/icons/svgs/filePptFill.js +8 -0
- package/build/icons/svgs/fileRichtext.d.ts +1 -0
- package/build/icons/svgs/fileRichtext.js +8 -0
- package/build/icons/svgs/fileRichtextFill.d.ts +1 -0
- package/build/icons/svgs/fileRichtextFill.js +8 -0
- package/build/icons/svgs/fileRuled.d.ts +1 -0
- package/build/icons/svgs/fileRuled.js +8 -0
- package/build/icons/svgs/fileRuledFill.d.ts +1 -0
- package/build/icons/svgs/fileRuledFill.js +8 -0
- package/build/icons/svgs/fileSlides.d.ts +1 -0
- package/build/icons/svgs/fileSlides.js +8 -0
- package/build/icons/svgs/fileSlidesFill.d.ts +1 -0
- package/build/icons/svgs/fileSlidesFill.js +8 -0
- package/build/icons/svgs/fileSpreadsheet.d.ts +1 -0
- package/build/icons/svgs/fileSpreadsheet.js +8 -0
- package/build/icons/svgs/fileSpreadsheetFill.d.ts +1 -0
- package/build/icons/svgs/fileSpreadsheetFill.js +8 -0
- package/build/icons/svgs/fileText.d.ts +1 -0
- package/build/icons/svgs/fileText.js +8 -0
- package/build/icons/svgs/fileTextFill.d.ts +1 -0
- package/build/icons/svgs/fileTextFill.js +8 -0
- package/build/icons/svgs/fileWord.d.ts +1 -0
- package/build/icons/svgs/fileWord.js +8 -0
- package/build/icons/svgs/fileWordFill.d.ts +1 -0
- package/build/icons/svgs/fileWordFill.js +8 -0
- package/build/icons/svgs/fileX.d.ts +1 -0
- package/build/icons/svgs/fileX.js +8 -0
- package/build/icons/svgs/fileXFill.d.ts +1 -0
- package/build/icons/svgs/fileXFill.js +8 -0
- package/build/icons/svgs/fileZip.d.ts +1 -0
- package/build/icons/svgs/fileZip.js +8 -0
- package/build/icons/svgs/fileZipFill.d.ts +1 -0
- package/build/icons/svgs/fileZipFill.js +8 -0
- package/build/icons/svgs/files.d.ts +1 -0
- package/build/icons/svgs/files.js +8 -0
- package/build/icons/svgs/filesAlt.d.ts +1 -0
- package/build/icons/svgs/filesAlt.js +8 -0
- package/build/icons/svgs/filetypeAac.d.ts +1 -0
- package/build/icons/svgs/filetypeAac.js +8 -0
- package/build/icons/svgs/filetypeAi.d.ts +1 -0
- package/build/icons/svgs/filetypeAi.js +8 -0
- package/build/icons/svgs/filetypeBmp.d.ts +1 -0
- package/build/icons/svgs/filetypeBmp.js +8 -0
- package/build/icons/svgs/filetypeCs.d.ts +1 -0
- package/build/icons/svgs/filetypeCs.js +8 -0
- package/build/icons/svgs/filetypeCss.d.ts +1 -0
- package/build/icons/svgs/filetypeCss.js +8 -0
- package/build/icons/svgs/filetypeCsv.d.ts +1 -0
- package/build/icons/svgs/filetypeCsv.js +8 -0
- package/build/icons/svgs/filetypeDoc.d.ts +1 -0
- package/build/icons/svgs/filetypeDoc.js +8 -0
- package/build/icons/svgs/filetypeDocx.d.ts +1 -0
- package/build/icons/svgs/filetypeDocx.js +8 -0
- package/build/icons/svgs/filetypeExe.d.ts +1 -0
- package/build/icons/svgs/filetypeExe.js +8 -0
- package/build/icons/svgs/filetypeGif.d.ts +1 -0
- package/build/icons/svgs/filetypeGif.js +8 -0
- package/build/icons/svgs/filetypeHeic.d.ts +1 -0
- package/build/icons/svgs/filetypeHeic.js +8 -0
- package/build/icons/svgs/filetypeHtml.d.ts +1 -0
- package/build/icons/svgs/filetypeHtml.js +8 -0
- package/build/icons/svgs/filetypeJava.d.ts +1 -0
- package/build/icons/svgs/filetypeJava.js +8 -0
- package/build/icons/svgs/filetypeJpg.d.ts +1 -0
- package/build/icons/svgs/filetypeJpg.js +8 -0
- package/build/icons/svgs/filetypeJs.d.ts +1 -0
- package/build/icons/svgs/filetypeJs.js +8 -0
- package/build/icons/svgs/filetypeJson.d.ts +1 -0
- package/build/icons/svgs/filetypeJson.js +8 -0
- package/build/icons/svgs/filetypeJsx.d.ts +1 -0
- package/build/icons/svgs/filetypeJsx.js +8 -0
- package/build/icons/svgs/filetypeKey.d.ts +1 -0
- package/build/icons/svgs/filetypeKey.js +8 -0
- package/build/icons/svgs/filetypeM4p.d.ts +1 -0
- package/build/icons/svgs/filetypeM4p.js +8 -0
- package/build/icons/svgs/filetypeMd.d.ts +1 -0
- package/build/icons/svgs/filetypeMd.js +8 -0
- package/build/icons/svgs/filetypeMdx.d.ts +1 -0
- package/build/icons/svgs/filetypeMdx.js +8 -0
- package/build/icons/svgs/filetypeMov.d.ts +1 -0
- package/build/icons/svgs/filetypeMov.js +8 -0
- package/build/icons/svgs/filetypeMp3.d.ts +1 -0
- package/build/icons/svgs/filetypeMp3.js +8 -0
- package/build/icons/svgs/filetypeMp4.d.ts +1 -0
- package/build/icons/svgs/filetypeMp4.js +8 -0
- package/build/icons/svgs/filetypeOtf.d.ts +1 -0
- package/build/icons/svgs/filetypeOtf.js +8 -0
- package/build/icons/svgs/filetypePdf.d.ts +1 -0
- package/build/icons/svgs/filetypePdf.js +8 -0
- package/build/icons/svgs/filetypePhp.d.ts +1 -0
- package/build/icons/svgs/filetypePhp.js +8 -0
- package/build/icons/svgs/filetypePng.d.ts +1 -0
- package/build/icons/svgs/filetypePng.js +8 -0
- package/build/icons/svgs/filetypePpt.d.ts +1 -0
- package/build/icons/svgs/filetypePpt.js +8 -0
- package/build/icons/svgs/filetypePptx.d.ts +1 -0
- package/build/icons/svgs/filetypePptx.js +8 -0
- package/build/icons/svgs/filetypePsd.d.ts +1 -0
- package/build/icons/svgs/filetypePsd.js +8 -0
- package/build/icons/svgs/filetypePy.d.ts +1 -0
- package/build/icons/svgs/filetypePy.js +8 -0
- package/build/icons/svgs/filetypeRaw.d.ts +1 -0
- package/build/icons/svgs/filetypeRaw.js +8 -0
- package/build/icons/svgs/filetypeRb.d.ts +1 -0
- package/build/icons/svgs/filetypeRb.js +8 -0
- package/build/icons/svgs/filetypeSass.d.ts +1 -0
- package/build/icons/svgs/filetypeSass.js +8 -0
- package/build/icons/svgs/filetypeScss.d.ts +1 -0
- package/build/icons/svgs/filetypeScss.js +8 -0
- package/build/icons/svgs/filetypeSh.d.ts +1 -0
- package/build/icons/svgs/filetypeSh.js +8 -0
- package/build/icons/svgs/filetypeSql.d.ts +1 -0
- package/build/icons/svgs/filetypeSql.js +8 -0
- package/build/icons/svgs/filetypeSvg.d.ts +1 -0
- package/build/icons/svgs/filetypeSvg.js +8 -0
- package/build/icons/svgs/filetypeTiff.d.ts +1 -0
- package/build/icons/svgs/filetypeTiff.js +8 -0
- package/build/icons/svgs/filetypeTsx.d.ts +1 -0
- package/build/icons/svgs/filetypeTsx.js +8 -0
- package/build/icons/svgs/filetypeTtf.d.ts +1 -0
- package/build/icons/svgs/filetypeTtf.js +8 -0
- package/build/icons/svgs/filetypeTxt.d.ts +1 -0
- package/build/icons/svgs/filetypeTxt.js +8 -0
- package/build/icons/svgs/filetypeWav.d.ts +1 -0
- package/build/icons/svgs/filetypeWav.js +8 -0
- package/build/icons/svgs/filetypeWoff.d.ts +1 -0
- package/build/icons/svgs/filetypeWoff.js +8 -0
- package/build/icons/svgs/filetypeXls.d.ts +1 -0
- package/build/icons/svgs/filetypeXls.js +8 -0
- package/build/icons/svgs/filetypeXlsx.d.ts +1 -0
- package/build/icons/svgs/filetypeXlsx.js +8 -0
- package/build/icons/svgs/filetypeXml.d.ts +1 -0
- package/build/icons/svgs/filetypeXml.js +8 -0
- package/build/icons/svgs/filetypeYml.d.ts +1 -0
- package/build/icons/svgs/filetypeYml.js +8 -0
- package/build/icons/svgs/film.d.ts +1 -0
- package/build/icons/svgs/film.js +8 -0
- package/build/icons/svgs/filter.d.ts +1 -0
- package/build/icons/svgs/filter.js +8 -0
- package/build/icons/svgs/filterCircle.d.ts +1 -0
- package/build/icons/svgs/filterCircle.js +8 -0
- package/build/icons/svgs/filterCircleFill.d.ts +1 -0
- package/build/icons/svgs/filterCircleFill.js +8 -0
- package/build/icons/svgs/filterLeft.d.ts +1 -0
- package/build/icons/svgs/filterLeft.js +8 -0
- package/build/icons/svgs/filterRight.d.ts +1 -0
- package/build/icons/svgs/filterRight.js +8 -0
- package/build/icons/svgs/filterSquare.d.ts +1 -0
- package/build/icons/svgs/filterSquare.js +8 -0
- package/build/icons/svgs/filterSquareFill.d.ts +1 -0
- package/build/icons/svgs/filterSquareFill.js +8 -0
- package/build/icons/svgs/fingerprint.d.ts +1 -0
- package/build/icons/svgs/fingerprint.js +8 -0
- package/build/icons/svgs/fire.d.ts +1 -0
- package/build/icons/svgs/fire.js +8 -0
- package/build/icons/svgs/flag.d.ts +1 -0
- package/build/icons/svgs/flag.js +8 -0
- package/build/icons/svgs/flagFill.d.ts +1 -0
- package/build/icons/svgs/flagFill.js +8 -0
- package/build/icons/svgs/flask.d.ts +1 -0
- package/build/icons/svgs/flask.js +8 -0
- package/build/icons/svgs/flaskFill.d.ts +1 -0
- package/build/icons/svgs/flaskFill.js +8 -0
- package/build/icons/svgs/flaskFlorence.d.ts +1 -0
- package/build/icons/svgs/flaskFlorence.js +8 -0
- package/build/icons/svgs/flaskFlorenceFill.d.ts +1 -0
- package/build/icons/svgs/flaskFlorenceFill.js +8 -0
- package/build/icons/svgs/floppy.d.ts +1 -0
- package/build/icons/svgs/floppy.js +8 -0
- package/build/icons/svgs/floppy2.d.ts +1 -0
- package/build/icons/svgs/floppy2.js +8 -0
- package/build/icons/svgs/floppy2Fill.d.ts +1 -0
- package/build/icons/svgs/floppy2Fill.js +8 -0
- package/build/icons/svgs/floppyFill.d.ts +1 -0
- package/build/icons/svgs/floppyFill.js +8 -0
- package/build/icons/svgs/flower1.d.ts +1 -0
- package/build/icons/svgs/flower1.js +8 -0
- package/build/icons/svgs/flower2.d.ts +1 -0
- package/build/icons/svgs/flower2.js +8 -0
- package/build/icons/svgs/flower3.d.ts +1 -0
- package/build/icons/svgs/flower3.js +8 -0
- package/build/icons/svgs/folder.d.ts +1 -0
- package/build/icons/svgs/folder.js +8 -0
- package/build/icons/svgs/folder2.d.ts +1 -0
- package/build/icons/svgs/folder2.js +8 -0
- package/build/icons/svgs/folder2Open.d.ts +1 -0
- package/build/icons/svgs/folder2Open.js +8 -0
- package/build/icons/svgs/folderCheck.d.ts +1 -0
- package/build/icons/svgs/folderCheck.js +8 -0
- package/build/icons/svgs/folderFill.d.ts +1 -0
- package/build/icons/svgs/folderFill.js +8 -0
- package/build/icons/svgs/folderMinus.d.ts +1 -0
- package/build/icons/svgs/folderMinus.js +8 -0
- package/build/icons/svgs/folderPlus.d.ts +1 -0
- package/build/icons/svgs/folderPlus.js +8 -0
- package/build/icons/svgs/folderSymlink.d.ts +1 -0
- package/build/icons/svgs/folderSymlink.js +8 -0
- package/build/icons/svgs/folderSymlinkFill.d.ts +1 -0
- package/build/icons/svgs/folderSymlinkFill.js +8 -0
- package/build/icons/svgs/folderX.d.ts +1 -0
- package/build/icons/svgs/folderX.js +8 -0
- package/build/icons/svgs/fonts.d.ts +1 -0
- package/build/icons/svgs/fonts.js +8 -0
- package/build/icons/svgs/forkKnife.d.ts +1 -0
- package/build/icons/svgs/forkKnife.js +8 -0
- package/build/icons/svgs/forward.d.ts +1 -0
- package/build/icons/svgs/forward.js +8 -0
- package/build/icons/svgs/forwardFill.d.ts +1 -0
- package/build/icons/svgs/forwardFill.js +8 -0
- package/build/icons/svgs/front.d.ts +1 -0
- package/build/icons/svgs/front.js +8 -0
- package/build/icons/svgs/fuelPump.d.ts +1 -0
- package/build/icons/svgs/fuelPump.js +8 -0
- package/build/icons/svgs/fuelPumpDiesel.d.ts +1 -0
- package/build/icons/svgs/fuelPumpDiesel.js +8 -0
- package/build/icons/svgs/fuelPumpDieselFill.d.ts +1 -0
- package/build/icons/svgs/fuelPumpDieselFill.js +8 -0
- package/build/icons/svgs/fuelPumpFill.d.ts +1 -0
- package/build/icons/svgs/fuelPumpFill.js +8 -0
- package/build/icons/svgs/fullscreen.d.ts +1 -0
- package/build/icons/svgs/fullscreen.js +8 -0
- package/build/icons/svgs/fullscreenExit.d.ts +1 -0
- package/build/icons/svgs/fullscreenExit.js +8 -0
- package/build/icons/svgs/funnel.d.ts +1 -0
- package/build/icons/svgs/funnel.js +8 -0
- package/build/icons/svgs/funnelFill.d.ts +1 -0
- package/build/icons/svgs/funnelFill.js +8 -0
- package/build/icons/svgs/gear.d.ts +1 -0
- package/build/icons/svgs/gear.js +8 -0
- package/build/icons/svgs/gearFill.d.ts +1 -0
- package/build/icons/svgs/gearFill.js +8 -0
- package/build/icons/svgs/gearWide.d.ts +1 -0
- package/build/icons/svgs/gearWide.js +8 -0
- package/build/icons/svgs/gearWideConnected.d.ts +1 -0
- package/build/icons/svgs/gearWideConnected.js +8 -0
- package/build/icons/svgs/gem.d.ts +1 -0
- package/build/icons/svgs/gem.js +8 -0
- package/build/icons/svgs/genderAmbiguous.d.ts +1 -0
- package/build/icons/svgs/genderAmbiguous.js +8 -0
- package/build/icons/svgs/genderFemale.d.ts +1 -0
- package/build/icons/svgs/genderFemale.js +8 -0
- package/build/icons/svgs/genderMale.d.ts +1 -0
- package/build/icons/svgs/genderMale.js +8 -0
- package/build/icons/svgs/genderNeuter.d.ts +1 -0
- package/build/icons/svgs/genderNeuter.js +8 -0
- package/build/icons/svgs/genderTrans.d.ts +1 -0
- package/build/icons/svgs/genderTrans.js +8 -0
- package/build/icons/svgs/geo.d.ts +1 -0
- package/build/icons/svgs/geo.js +8 -0
- package/build/icons/svgs/geoAlt.d.ts +1 -0
- package/build/icons/svgs/geoAlt.js +8 -0
- package/build/icons/svgs/geoAltFill.d.ts +1 -0
- package/build/icons/svgs/geoAltFill.js +8 -0
- package/build/icons/svgs/geoFill.d.ts +1 -0
- package/build/icons/svgs/geoFill.js +8 -0
- package/build/icons/svgs/gift.d.ts +1 -0
- package/build/icons/svgs/gift.js +8 -0
- package/build/icons/svgs/giftFill.d.ts +1 -0
- package/build/icons/svgs/giftFill.js +8 -0
- package/build/icons/svgs/git.d.ts +1 -0
- package/build/icons/svgs/git.js +8 -0
- package/build/icons/svgs/github.d.ts +1 -0
- package/build/icons/svgs/github.js +8 -0
- package/build/icons/svgs/gitlab.d.ts +1 -0
- package/build/icons/svgs/gitlab.js +8 -0
- package/build/icons/svgs/globe.d.ts +1 -0
- package/build/icons/svgs/globe.js +8 -0
- package/build/icons/svgs/globe2.d.ts +1 -0
- package/build/icons/svgs/globe2.js +8 -0
- package/build/icons/svgs/globeAmericas.d.ts +1 -0
- package/build/icons/svgs/globeAmericas.js +8 -0
- package/build/icons/svgs/globeAmericasFill.d.ts +1 -0
- package/build/icons/svgs/globeAmericasFill.js +8 -0
- package/build/icons/svgs/globeAsiaAustralia.d.ts +1 -0
- package/build/icons/svgs/globeAsiaAustralia.js +8 -0
- package/build/icons/svgs/globeAsiaAustraliaFill.d.ts +1 -0
- package/build/icons/svgs/globeAsiaAustraliaFill.js +8 -0
- package/build/icons/svgs/globeCentralSouthAsia.d.ts +1 -0
- package/build/icons/svgs/globeCentralSouthAsia.js +8 -0
- package/build/icons/svgs/globeCentralSouthAsiaFill.d.ts +1 -0
- package/build/icons/svgs/globeCentralSouthAsiaFill.js +8 -0
- package/build/icons/svgs/globeEuropeAfrica.d.ts +1 -0
- package/build/icons/svgs/globeEuropeAfrica.js +8 -0
- package/build/icons/svgs/globeEuropeAfricaFill.d.ts +1 -0
- package/build/icons/svgs/globeEuropeAfricaFill.js +8 -0
- package/build/icons/svgs/google.d.ts +1 -0
- package/build/icons/svgs/google.js +8 -0
- package/build/icons/svgs/googlePlay.d.ts +1 -0
- package/build/icons/svgs/googlePlay.js +8 -0
- package/build/icons/svgs/gpuCard.d.ts +1 -0
- package/build/icons/svgs/gpuCard.js +8 -0
- package/build/icons/svgs/graphDown.d.ts +1 -0
- package/build/icons/svgs/graphDown.js +8 -0
- package/build/icons/svgs/graphDownArrow.d.ts +1 -0
- package/build/icons/svgs/graphDownArrow.js +8 -0
- package/build/icons/svgs/graphUp.d.ts +1 -0
- package/build/icons/svgs/graphUp.js +8 -0
- package/build/icons/svgs/graphUpArrow.d.ts +1 -0
- package/build/icons/svgs/graphUpArrow.js +8 -0
- package/build/icons/svgs/grid.d.ts +1 -0
- package/build/icons/svgs/grid.js +8 -0
- package/build/icons/svgs/grid1x2.d.ts +1 -0
- package/build/icons/svgs/grid1x2.js +8 -0
- package/build/icons/svgs/grid1x2Fill.d.ts +1 -0
- package/build/icons/svgs/grid1x2Fill.js +8 -0
- package/build/icons/svgs/grid3x2.d.ts +1 -0
- package/build/icons/svgs/grid3x2.js +8 -0
- package/build/icons/svgs/grid3x2Gap.d.ts +1 -0
- package/build/icons/svgs/grid3x2Gap.js +8 -0
- package/build/icons/svgs/grid3x2GapFill.d.ts +1 -0
- package/build/icons/svgs/grid3x2GapFill.js +8 -0
- package/build/icons/svgs/grid3x3.d.ts +1 -0
- package/build/icons/svgs/grid3x3.js +8 -0
- package/build/icons/svgs/grid3x3Gap.d.ts +1 -0
- package/build/icons/svgs/grid3x3Gap.js +8 -0
- package/build/icons/svgs/grid3x3GapFill.d.ts +1 -0
- package/build/icons/svgs/grid3x3GapFill.js +8 -0
- package/build/icons/svgs/gridFill.d.ts +1 -0
- package/build/icons/svgs/gridFill.js +8 -0
- package/build/icons/svgs/gripHorizontal.d.ts +1 -0
- package/build/icons/svgs/gripHorizontal.js +8 -0
- package/build/icons/svgs/gripVertical.d.ts +1 -0
- package/build/icons/svgs/gripVertical.js +8 -0
- package/build/icons/svgs/hCircle.d.ts +1 -0
- package/build/icons/svgs/hCircle.js +8 -0
- package/build/icons/svgs/hCircleFill.d.ts +1 -0
- package/build/icons/svgs/hCircleFill.js +8 -0
- package/build/icons/svgs/hSquare.d.ts +1 -0
- package/build/icons/svgs/hSquare.js +8 -0
- package/build/icons/svgs/hSquareFill.d.ts +1 -0
- package/build/icons/svgs/hSquareFill.js +8 -0
- package/build/icons/svgs/hammer.d.ts +1 -0
- package/build/icons/svgs/hammer.js +8 -0
- package/build/icons/svgs/handIndex.d.ts +1 -0
- package/build/icons/svgs/handIndex.js +8 -0
- package/build/icons/svgs/handIndexFill.d.ts +1 -0
- package/build/icons/svgs/handIndexFill.js +8 -0
- package/build/icons/svgs/handIndexThumb.d.ts +1 -0
- package/build/icons/svgs/handIndexThumb.js +8 -0
- package/build/icons/svgs/handIndexThumbFill.d.ts +1 -0
- package/build/icons/svgs/handIndexThumbFill.js +8 -0
- package/build/icons/svgs/handThumbsDown.d.ts +1 -0
- package/build/icons/svgs/handThumbsDown.js +8 -0
- package/build/icons/svgs/handThumbsDownFill.d.ts +1 -0
- package/build/icons/svgs/handThumbsDownFill.js +8 -0
- package/build/icons/svgs/handThumbsUp.d.ts +1 -0
- package/build/icons/svgs/handThumbsUp.js +8 -0
- package/build/icons/svgs/handThumbsUpFill.d.ts +1 -0
- package/build/icons/svgs/handThumbsUpFill.js +8 -0
- package/build/icons/svgs/handbag.d.ts +1 -0
- package/build/icons/svgs/handbag.js +8 -0
- package/build/icons/svgs/handbagFill.d.ts +1 -0
- package/build/icons/svgs/handbagFill.js +8 -0
- package/build/icons/svgs/hash.d.ts +1 -0
- package/build/icons/svgs/hash.js +8 -0
- package/build/icons/svgs/hdd.d.ts +1 -0
- package/build/icons/svgs/hdd.js +8 -0
- package/build/icons/svgs/hddFill.d.ts +1 -0
- package/build/icons/svgs/hddFill.js +8 -0
- package/build/icons/svgs/hddNetwork.d.ts +1 -0
- package/build/icons/svgs/hddNetwork.js +8 -0
- package/build/icons/svgs/hddNetworkFill.d.ts +1 -0
- package/build/icons/svgs/hddNetworkFill.js +8 -0
- package/build/icons/svgs/hddRack.d.ts +1 -0
- package/build/icons/svgs/hddRack.js +8 -0
- package/build/icons/svgs/hddRackFill.d.ts +1 -0
- package/build/icons/svgs/hddRackFill.js +8 -0
- package/build/icons/svgs/hddStack.d.ts +1 -0
- package/build/icons/svgs/hddStack.js +8 -0
- package/build/icons/svgs/hddStackFill.d.ts +1 -0
- package/build/icons/svgs/hddStackFill.js +8 -0
- package/build/icons/svgs/hdmi.d.ts +1 -0
- package/build/icons/svgs/hdmi.js +8 -0
- package/build/icons/svgs/hdmiFill.d.ts +1 -0
- package/build/icons/svgs/hdmiFill.js +8 -0
- package/build/icons/svgs/headphones.d.ts +1 -0
- package/build/icons/svgs/headphones.js +8 -0
- package/build/icons/svgs/headset.d.ts +1 -0
- package/build/icons/svgs/headset.js +8 -0
- package/build/icons/svgs/headsetVr.d.ts +1 -0
- package/build/icons/svgs/headsetVr.js +8 -0
- package/build/icons/svgs/heart.d.ts +1 -0
- package/build/icons/svgs/heart.js +8 -0
- package/build/icons/svgs/heartArrow.d.ts +1 -0
- package/build/icons/svgs/heartArrow.js +8 -0
- package/build/icons/svgs/heartFill.d.ts +1 -0
- package/build/icons/svgs/heartFill.js +8 -0
- package/build/icons/svgs/heartHalf.d.ts +1 -0
- package/build/icons/svgs/heartHalf.js +8 -0
- package/build/icons/svgs/heartPulse.d.ts +1 -0
- package/build/icons/svgs/heartPulse.js +8 -0
- package/build/icons/svgs/heartPulseFill.d.ts +1 -0
- package/build/icons/svgs/heartPulseFill.js +8 -0
- package/build/icons/svgs/heartbreak.d.ts +1 -0
- package/build/icons/svgs/heartbreak.js +8 -0
- package/build/icons/svgs/heartbreakFill.d.ts +1 -0
- package/build/icons/svgs/heartbreakFill.js +8 -0
- package/build/icons/svgs/hearts.d.ts +1 -0
- package/build/icons/svgs/hearts.js +8 -0
- package/build/icons/svgs/heptagon.d.ts +1 -0
- package/build/icons/svgs/heptagon.js +8 -0
- package/build/icons/svgs/heptagonFill.d.ts +1 -0
- package/build/icons/svgs/heptagonFill.js +8 -0
- package/build/icons/svgs/heptagonHalf.d.ts +1 -0
- package/build/icons/svgs/heptagonHalf.js +8 -0
- package/build/icons/svgs/hexagon.d.ts +1 -0
- package/build/icons/svgs/hexagon.js +8 -0
- package/build/icons/svgs/hexagonFill.d.ts +1 -0
- package/build/icons/svgs/hexagonFill.js +8 -0
- package/build/icons/svgs/hexagonHalf.d.ts +1 -0
- package/build/icons/svgs/hexagonHalf.js +8 -0
- package/build/icons/svgs/highlighter.d.ts +1 -0
- package/build/icons/svgs/highlighter.js +8 -0
- package/build/icons/svgs/highlights.d.ts +1 -0
- package/build/icons/svgs/highlights.js +8 -0
- package/build/icons/svgs/hospital.d.ts +1 -0
- package/build/icons/svgs/hospital.js +8 -0
- package/build/icons/svgs/hospitalFill.d.ts +1 -0
- package/build/icons/svgs/hospitalFill.js +8 -0
- package/build/icons/svgs/hourglass.d.ts +1 -0
- package/build/icons/svgs/hourglass.js +8 -0
- package/build/icons/svgs/hourglassBottom.d.ts +1 -0
- package/build/icons/svgs/hourglassBottom.js +8 -0
- package/build/icons/svgs/hourglassSplit.d.ts +1 -0
- package/build/icons/svgs/hourglassSplit.js +8 -0
- package/build/icons/svgs/hourglassTop.d.ts +1 -0
- package/build/icons/svgs/hourglassTop.js +8 -0
- package/build/icons/svgs/house.d.ts +1 -0
- package/build/icons/svgs/house.js +8 -0
- package/build/icons/svgs/houseAdd.d.ts +1 -0
- package/build/icons/svgs/houseAdd.js +8 -0
- package/build/icons/svgs/houseAddFill.d.ts +1 -0
- package/build/icons/svgs/houseAddFill.js +8 -0
- package/build/icons/svgs/houseCheck.d.ts +1 -0
- package/build/icons/svgs/houseCheck.js +8 -0
- package/build/icons/svgs/houseCheckFill.d.ts +1 -0
- package/build/icons/svgs/houseCheckFill.js +8 -0
- package/build/icons/svgs/houseDash.d.ts +1 -0
- package/build/icons/svgs/houseDash.js +8 -0
- package/build/icons/svgs/houseDashFill.d.ts +1 -0
- package/build/icons/svgs/houseDashFill.js +8 -0
- package/build/icons/svgs/houseDoor.d.ts +1 -0
- package/build/icons/svgs/houseDoor.js +8 -0
- package/build/icons/svgs/houseDoorFill.d.ts +1 -0
- package/build/icons/svgs/houseDoorFill.js +8 -0
- package/build/icons/svgs/houseDown.d.ts +1 -0
- package/build/icons/svgs/houseDown.js +8 -0
- package/build/icons/svgs/houseDownFill.d.ts +1 -0
- package/build/icons/svgs/houseDownFill.js +8 -0
- package/build/icons/svgs/houseExclamation.d.ts +1 -0
- package/build/icons/svgs/houseExclamation.js +8 -0
- package/build/icons/svgs/houseExclamationFill.d.ts +1 -0
- package/build/icons/svgs/houseExclamationFill.js +8 -0
- package/build/icons/svgs/houseFill.d.ts +1 -0
- package/build/icons/svgs/houseFill.js +8 -0
- package/build/icons/svgs/houseGear.d.ts +1 -0
- package/build/icons/svgs/houseGear.js +8 -0
- package/build/icons/svgs/houseGearFill.d.ts +1 -0
- package/build/icons/svgs/houseGearFill.js +8 -0
- package/build/icons/svgs/houseHeart.d.ts +1 -0
- package/build/icons/svgs/houseHeart.js +8 -0
- package/build/icons/svgs/houseHeartFill.d.ts +1 -0
- package/build/icons/svgs/houseHeartFill.js +8 -0
- package/build/icons/svgs/houseLock.d.ts +1 -0
- package/build/icons/svgs/houseLock.js +8 -0
- package/build/icons/svgs/houseLockFill.d.ts +1 -0
- package/build/icons/svgs/houseLockFill.js +8 -0
- package/build/icons/svgs/houseSlash.d.ts +1 -0
- package/build/icons/svgs/houseSlash.js +8 -0
- package/build/icons/svgs/houseSlashFill.d.ts +1 -0
- package/build/icons/svgs/houseSlashFill.js +8 -0
- package/build/icons/svgs/houseUp.d.ts +1 -0
- package/build/icons/svgs/houseUp.js +8 -0
- package/build/icons/svgs/houseUpFill.d.ts +1 -0
- package/build/icons/svgs/houseUpFill.js +8 -0
- package/build/icons/svgs/houseX.d.ts +1 -0
- package/build/icons/svgs/houseX.js +8 -0
- package/build/icons/svgs/houseXFill.d.ts +1 -0
- package/build/icons/svgs/houseXFill.js +8 -0
- package/build/icons/svgs/houses.d.ts +1 -0
- package/build/icons/svgs/houses.js +8 -0
- package/build/icons/svgs/housesFill.d.ts +1 -0
- package/build/icons/svgs/housesFill.js +8 -0
- package/build/icons/svgs/hr.d.ts +1 -0
- package/build/icons/svgs/hr.js +8 -0
- package/build/icons/svgs/hurricane.d.ts +1 -0
- package/build/icons/svgs/hurricane.js +8 -0
- package/build/icons/svgs/hypnotize.d.ts +1 -0
- package/build/icons/svgs/hypnotize.js +8 -0
- package/build/icons/svgs/image.d.ts +1 -0
- package/build/icons/svgs/image.js +8 -0
- package/build/icons/svgs/imageAlt.d.ts +1 -0
- package/build/icons/svgs/imageAlt.js +8 -0
- package/build/icons/svgs/imageFill.d.ts +1 -0
- package/build/icons/svgs/imageFill.js +8 -0
- package/build/icons/svgs/images.d.ts +1 -0
- package/build/icons/svgs/images.js +8 -0
- package/build/icons/svgs/inbox.d.ts +1 -0
- package/build/icons/svgs/inbox.js +8 -0
- package/build/icons/svgs/inboxFill.d.ts +1 -0
- package/build/icons/svgs/inboxFill.js +8 -0
- package/build/icons/svgs/inboxes.d.ts +1 -0
- package/build/icons/svgs/inboxes.js +8 -0
- package/build/icons/svgs/inboxesFill.d.ts +1 -0
- package/build/icons/svgs/inboxesFill.js +8 -0
- package/build/icons/svgs/incognito.d.ts +1 -0
- package/build/icons/svgs/incognito.js +8 -0
- package/build/icons/svgs/indent.d.ts +1 -0
- package/build/icons/svgs/indent.js +8 -0
- package/build/icons/svgs/index.d.ts +4156 -0
- package/build/icons/svgs/index.js +2094 -0
- package/build/icons/svgs/infinity.d.ts +1 -0
- package/build/icons/svgs/infinity.js +8 -0
- package/build/icons/svgs/info.d.ts +1 -0
- package/build/icons/svgs/info.js +8 -0
- package/build/icons/svgs/infoCircle.d.ts +1 -0
- package/build/icons/svgs/infoCircle.js +8 -0
- package/build/icons/svgs/infoCircleFill.d.ts +1 -0
- package/build/icons/svgs/infoCircleFill.js +8 -0
- package/build/icons/svgs/infoLg.d.ts +1 -0
- package/build/icons/svgs/infoLg.js +8 -0
- package/build/icons/svgs/infoSquare.d.ts +1 -0
- package/build/icons/svgs/infoSquare.js +8 -0
- package/build/icons/svgs/infoSquareFill.d.ts +1 -0
- package/build/icons/svgs/infoSquareFill.js +8 -0
- package/build/icons/svgs/inputCursor.d.ts +1 -0
- package/build/icons/svgs/inputCursor.js +8 -0
- package/build/icons/svgs/inputCursorText.d.ts +1 -0
- package/build/icons/svgs/inputCursorText.js +8 -0
- package/build/icons/svgs/instagram.d.ts +1 -0
- package/build/icons/svgs/instagram.js +8 -0
- package/build/icons/svgs/intersect.d.ts +1 -0
- package/build/icons/svgs/intersect.js +8 -0
- package/build/icons/svgs/javascript.d.ts +1 -0
- package/build/icons/svgs/javascript.js +8 -0
- package/build/icons/svgs/journal.d.ts +1 -0
- package/build/icons/svgs/journal.js +8 -0
- package/build/icons/svgs/journalAlbum.d.ts +1 -0
- package/build/icons/svgs/journalAlbum.js +8 -0
- package/build/icons/svgs/journalArrowDown.d.ts +1 -0
- package/build/icons/svgs/journalArrowDown.js +8 -0
- package/build/icons/svgs/journalArrowUp.d.ts +1 -0
- package/build/icons/svgs/journalArrowUp.js +8 -0
- package/build/icons/svgs/journalBookmark.d.ts +1 -0
- package/build/icons/svgs/journalBookmark.js +8 -0
- package/build/icons/svgs/journalBookmarkFill.d.ts +1 -0
- package/build/icons/svgs/journalBookmarkFill.js +8 -0
- package/build/icons/svgs/journalCheck.d.ts +1 -0
- package/build/icons/svgs/journalCheck.js +8 -0
- package/build/icons/svgs/journalCode.d.ts +1 -0
- package/build/icons/svgs/journalCode.js +8 -0
- package/build/icons/svgs/journalMedical.d.ts +1 -0
- package/build/icons/svgs/journalMedical.js +8 -0
- package/build/icons/svgs/journalMinus.d.ts +1 -0
- package/build/icons/svgs/journalMinus.js +8 -0
- package/build/icons/svgs/journalPlus.d.ts +1 -0
- package/build/icons/svgs/journalPlus.js +8 -0
- package/build/icons/svgs/journalRichtext.d.ts +1 -0
- package/build/icons/svgs/journalRichtext.js +8 -0
- package/build/icons/svgs/journalText.d.ts +1 -0
- package/build/icons/svgs/journalText.js +8 -0
- package/build/icons/svgs/journalX.d.ts +1 -0
- package/build/icons/svgs/journalX.js +8 -0
- package/build/icons/svgs/journals.d.ts +1 -0
- package/build/icons/svgs/journals.js +8 -0
- package/build/icons/svgs/joystick.d.ts +1 -0
- package/build/icons/svgs/joystick.js +8 -0
- package/build/icons/svgs/justify.d.ts +1 -0
- package/build/icons/svgs/justify.js +8 -0
- package/build/icons/svgs/justifyLeft.d.ts +1 -0
- package/build/icons/svgs/justifyLeft.js +8 -0
- package/build/icons/svgs/justifyRight.d.ts +1 -0
- package/build/icons/svgs/justifyRight.js +8 -0
- package/build/icons/svgs/kanban.d.ts +1 -0
- package/build/icons/svgs/kanban.js +8 -0
- package/build/icons/svgs/kanbanFill.d.ts +1 -0
- package/build/icons/svgs/kanbanFill.js +8 -0
- package/build/icons/svgs/key.d.ts +1 -0
- package/build/icons/svgs/key.js +8 -0
- package/build/icons/svgs/keyFill.d.ts +1 -0
- package/build/icons/svgs/keyFill.js +8 -0
- package/build/icons/svgs/keyboard.d.ts +1 -0
- package/build/icons/svgs/keyboard.js +8 -0
- package/build/icons/svgs/keyboardFill.d.ts +1 -0
- package/build/icons/svgs/keyboardFill.js +8 -0
- package/build/icons/svgs/ladder.d.ts +1 -0
- package/build/icons/svgs/ladder.js +8 -0
- package/build/icons/svgs/lamp.d.ts +1 -0
- package/build/icons/svgs/lamp.js +8 -0
- package/build/icons/svgs/lampFill.d.ts +1 -0
- package/build/icons/svgs/lampFill.js +8 -0
- package/build/icons/svgs/laptop.d.ts +1 -0
- package/build/icons/svgs/laptop.js +8 -0
- package/build/icons/svgs/laptopFill.d.ts +1 -0
- package/build/icons/svgs/laptopFill.js +8 -0
- package/build/icons/svgs/layerBackward.d.ts +1 -0
- package/build/icons/svgs/layerBackward.js +8 -0
- package/build/icons/svgs/layerForward.d.ts +1 -0
- package/build/icons/svgs/layerForward.js +8 -0
- package/build/icons/svgs/layers.d.ts +1 -0
- package/build/icons/svgs/layers.js +8 -0
- package/build/icons/svgs/layersFill.d.ts +1 -0
- package/build/icons/svgs/layersFill.js +8 -0
- package/build/icons/svgs/layersHalf.d.ts +1 -0
- package/build/icons/svgs/layersHalf.js +8 -0
- package/build/icons/svgs/layoutSidebar.d.ts +1 -0
- package/build/icons/svgs/layoutSidebar.js +8 -0
- package/build/icons/svgs/layoutSidebarInset.d.ts +1 -0
- package/build/icons/svgs/layoutSidebarInset.js +8 -0
- package/build/icons/svgs/layoutSidebarInsetReverse.d.ts +1 -0
- package/build/icons/svgs/layoutSidebarInsetReverse.js +8 -0
- package/build/icons/svgs/layoutSidebarReverse.d.ts +1 -0
- package/build/icons/svgs/layoutSidebarReverse.js +8 -0
- package/build/icons/svgs/layoutSplit.d.ts +1 -0
- package/build/icons/svgs/layoutSplit.js +8 -0
- package/build/icons/svgs/layoutTextSidebar.d.ts +1 -0
- package/build/icons/svgs/layoutTextSidebar.js +8 -0
- package/build/icons/svgs/layoutTextSidebarReverse.d.ts +1 -0
- package/build/icons/svgs/layoutTextSidebarReverse.js +8 -0
- package/build/icons/svgs/layoutTextWindow.d.ts +1 -0
- package/build/icons/svgs/layoutTextWindow.js +8 -0
- package/build/icons/svgs/layoutTextWindowReverse.d.ts +1 -0
- package/build/icons/svgs/layoutTextWindowReverse.js +8 -0
- package/build/icons/svgs/layoutThreeColumns.d.ts +1 -0
- package/build/icons/svgs/layoutThreeColumns.js +8 -0
- package/build/icons/svgs/layoutWtf.d.ts +1 -0
- package/build/icons/svgs/layoutWtf.js +8 -0
- package/build/icons/svgs/leaf.d.ts +1 -0
- package/build/icons/svgs/leaf.js +8 -0
- package/build/icons/svgs/leafFill.d.ts +1 -0
- package/build/icons/svgs/leafFill.js +8 -0
- package/build/icons/svgs/lifePreserver.d.ts +1 -0
- package/build/icons/svgs/lifePreserver.js +8 -0
- package/build/icons/svgs/lightbulb.d.ts +1 -0
- package/build/icons/svgs/lightbulb.js +8 -0
- package/build/icons/svgs/lightbulbFill.d.ts +1 -0
- package/build/icons/svgs/lightbulbFill.js +8 -0
- package/build/icons/svgs/lightbulbOff.d.ts +1 -0
- package/build/icons/svgs/lightbulbOff.js +8 -0
- package/build/icons/svgs/lightbulbOffFill.d.ts +1 -0
- package/build/icons/svgs/lightbulbOffFill.js +8 -0
- package/build/icons/svgs/lightning.d.ts +1 -0
- package/build/icons/svgs/lightning.js +8 -0
- package/build/icons/svgs/lightningCharge.d.ts +1 -0
- package/build/icons/svgs/lightningCharge.js +8 -0
- package/build/icons/svgs/lightningChargeFill.d.ts +1 -0
- package/build/icons/svgs/lightningChargeFill.js +8 -0
- package/build/icons/svgs/lightningFill.d.ts +1 -0
- package/build/icons/svgs/lightningFill.js +8 -0
- package/build/icons/svgs/line.d.ts +1 -0
- package/build/icons/svgs/line.js +8 -0
- package/build/icons/svgs/link.d.ts +1 -0
- package/build/icons/svgs/link.js +8 -0
- package/build/icons/svgs/link45deg.d.ts +1 -0
- package/build/icons/svgs/link45deg.js +8 -0
- package/build/icons/svgs/linkedin.d.ts +1 -0
- package/build/icons/svgs/linkedin.js +8 -0
- package/build/icons/svgs/list.d.ts +1 -0
- package/build/icons/svgs/list.js +8 -0
- package/build/icons/svgs/listCheck.d.ts +1 -0
- package/build/icons/svgs/listCheck.js +8 -0
- package/build/icons/svgs/listColumns.d.ts +1 -0
- package/build/icons/svgs/listColumns.js +8 -0
- package/build/icons/svgs/listColumnsReverse.d.ts +1 -0
- package/build/icons/svgs/listColumnsReverse.js +8 -0
- package/build/icons/svgs/listNested.d.ts +1 -0
- package/build/icons/svgs/listNested.js +8 -0
- package/build/icons/svgs/listOl.d.ts +1 -0
- package/build/icons/svgs/listOl.js +8 -0
- package/build/icons/svgs/listStars.d.ts +1 -0
- package/build/icons/svgs/listStars.js +8 -0
- package/build/icons/svgs/listTask.d.ts +1 -0
- package/build/icons/svgs/listTask.js +8 -0
- package/build/icons/svgs/listUl.d.ts +1 -0
- package/build/icons/svgs/listUl.js +8 -0
- package/build/icons/svgs/lock.d.ts +1 -0
- package/build/icons/svgs/lock.js +8 -0
- package/build/icons/svgs/lockFill.d.ts +1 -0
- package/build/icons/svgs/lockFill.js +8 -0
- package/build/icons/svgs/luggage.d.ts +1 -0
- package/build/icons/svgs/luggage.js +8 -0
- package/build/icons/svgs/luggageFill.d.ts +1 -0
- package/build/icons/svgs/luggageFill.js +8 -0
- package/build/icons/svgs/lungs.d.ts +1 -0
- package/build/icons/svgs/lungs.js +8 -0
- package/build/icons/svgs/lungsFill.d.ts +1 -0
- package/build/icons/svgs/lungsFill.js +8 -0
- package/build/icons/svgs/magic.d.ts +1 -0
- package/build/icons/svgs/magic.js +8 -0
- package/build/icons/svgs/magnet.d.ts +1 -0
- package/build/icons/svgs/magnet.js +8 -0
- package/build/icons/svgs/magnetFill.d.ts +1 -0
- package/build/icons/svgs/magnetFill.js +8 -0
- package/build/icons/svgs/mailbox.d.ts +1 -0
- package/build/icons/svgs/mailbox.js +8 -0
- package/build/icons/svgs/mailbox2.d.ts +1 -0
- package/build/icons/svgs/mailbox2.js +8 -0
- package/build/icons/svgs/mailbox2Flag.d.ts +1 -0
- package/build/icons/svgs/mailbox2Flag.js +8 -0
- package/build/icons/svgs/mailboxFlag.d.ts +1 -0
- package/build/icons/svgs/mailboxFlag.js +8 -0
- package/build/icons/svgs/map.d.ts +1 -0
- package/build/icons/svgs/map.js +8 -0
- package/build/icons/svgs/mapFill.d.ts +1 -0
- package/build/icons/svgs/mapFill.js +8 -0
- package/build/icons/svgs/markdown.d.ts +1 -0
- package/build/icons/svgs/markdown.js +8 -0
- package/build/icons/svgs/markdownFill.d.ts +1 -0
- package/build/icons/svgs/markdownFill.js +8 -0
- package/build/icons/svgs/markerTip.d.ts +1 -0
- package/build/icons/svgs/markerTip.js +8 -0
- package/build/icons/svgs/mask.d.ts +1 -0
- package/build/icons/svgs/mask.js +8 -0
- package/build/icons/svgs/mastodon.d.ts +1 -0
- package/build/icons/svgs/mastodon.js +8 -0
- package/build/icons/svgs/measuringCup.d.ts +1 -0
- package/build/icons/svgs/measuringCup.js +8 -0
- package/build/icons/svgs/measuringCupFill.d.ts +1 -0
- package/build/icons/svgs/measuringCupFill.js +8 -0
- package/build/icons/svgs/medium.d.ts +1 -0
- package/build/icons/svgs/medium.js +8 -0
- package/build/icons/svgs/megaphone.d.ts +1 -0
- package/build/icons/svgs/megaphone.js +8 -0
- package/build/icons/svgs/megaphoneFill.d.ts +1 -0
- package/build/icons/svgs/megaphoneFill.js +8 -0
- package/build/icons/svgs/memory.d.ts +1 -0
- package/build/icons/svgs/memory.js +8 -0
- package/build/icons/svgs/menuApp.d.ts +1 -0
- package/build/icons/svgs/menuApp.js +8 -0
- package/build/icons/svgs/menuAppFill.d.ts +1 -0
- package/build/icons/svgs/menuAppFill.js +8 -0
- package/build/icons/svgs/menuButton.d.ts +1 -0
- package/build/icons/svgs/menuButton.js +8 -0
- package/build/icons/svgs/menuButtonFill.d.ts +1 -0
- package/build/icons/svgs/menuButtonFill.js +8 -0
- package/build/icons/svgs/menuButtonWide.d.ts +1 -0
- package/build/icons/svgs/menuButtonWide.js +8 -0
- package/build/icons/svgs/menuButtonWideFill.d.ts +1 -0
- package/build/icons/svgs/menuButtonWideFill.js +8 -0
- package/build/icons/svgs/menuDown.d.ts +1 -0
- package/build/icons/svgs/menuDown.js +8 -0
- package/build/icons/svgs/menuUp.d.ts +1 -0
- package/build/icons/svgs/menuUp.js +8 -0
- package/build/icons/svgs/messenger.d.ts +1 -0
- package/build/icons/svgs/messenger.js +8 -0
- package/build/icons/svgs/meta.d.ts +1 -0
- package/build/icons/svgs/meta.js +8 -0
- package/build/icons/svgs/mic.d.ts +1 -0
- package/build/icons/svgs/mic.js +8 -0
- package/build/icons/svgs/micFill.d.ts +1 -0
- package/build/icons/svgs/micFill.js +8 -0
- package/build/icons/svgs/micMute.d.ts +1 -0
- package/build/icons/svgs/micMute.js +8 -0
- package/build/icons/svgs/micMuteFill.d.ts +1 -0
- package/build/icons/svgs/micMuteFill.js +8 -0
- package/build/icons/svgs/microsoft.d.ts +1 -0
- package/build/icons/svgs/microsoft.js +8 -0
- package/build/icons/svgs/microsoftTeams.d.ts +1 -0
- package/build/icons/svgs/microsoftTeams.js +8 -0
- package/build/icons/svgs/minecart.d.ts +1 -0
- package/build/icons/svgs/minecart.js +8 -0
- package/build/icons/svgs/minecartLoaded.d.ts +1 -0
- package/build/icons/svgs/minecartLoaded.js +8 -0
- package/build/icons/svgs/modem.d.ts +1 -0
- package/build/icons/svgs/modem.js +8 -0
- package/build/icons/svgs/modemFill.d.ts +1 -0
- package/build/icons/svgs/modemFill.js +8 -0
- package/build/icons/svgs/moisture.d.ts +1 -0
- package/build/icons/svgs/moisture.js +8 -0
- package/build/icons/svgs/moon.d.ts +1 -0
- package/build/icons/svgs/moon.js +8 -0
- package/build/icons/svgs/moonFill.d.ts +1 -0
- package/build/icons/svgs/moonFill.js +8 -0
- package/build/icons/svgs/moonStars.d.ts +1 -0
- package/build/icons/svgs/moonStars.js +8 -0
- package/build/icons/svgs/moonStarsFill.d.ts +1 -0
- package/build/icons/svgs/moonStarsFill.js +8 -0
- package/build/icons/svgs/mortarboard.d.ts +1 -0
- package/build/icons/svgs/mortarboard.js +8 -0
- package/build/icons/svgs/mortarboardFill.d.ts +1 -0
- package/build/icons/svgs/mortarboardFill.js +8 -0
- package/build/icons/svgs/motherboard.d.ts +1 -0
- package/build/icons/svgs/motherboard.js +8 -0
- package/build/icons/svgs/motherboardFill.d.ts +1 -0
- package/build/icons/svgs/motherboardFill.js +8 -0
- package/build/icons/svgs/mouse.d.ts +1 -0
- package/build/icons/svgs/mouse.js +8 -0
- package/build/icons/svgs/mouse2.d.ts +1 -0
- package/build/icons/svgs/mouse2.js +8 -0
- package/build/icons/svgs/mouse2Fill.d.ts +1 -0
- package/build/icons/svgs/mouse2Fill.js +8 -0
- package/build/icons/svgs/mouse3.d.ts +1 -0
- package/build/icons/svgs/mouse3.js +8 -0
- package/build/icons/svgs/mouse3Fill.d.ts +1 -0
- package/build/icons/svgs/mouse3Fill.js +8 -0
- package/build/icons/svgs/mouseFill.d.ts +1 -0
- package/build/icons/svgs/mouseFill.js +8 -0
- package/build/icons/svgs/musicNote.d.ts +1 -0
- package/build/icons/svgs/musicNote.js +8 -0
- package/build/icons/svgs/musicNoteBeamed.d.ts +1 -0
- package/build/icons/svgs/musicNoteBeamed.js +8 -0
- package/build/icons/svgs/musicNoteList.d.ts +1 -0
- package/build/icons/svgs/musicNoteList.js +8 -0
- package/build/icons/svgs/musicPlayer.d.ts +1 -0
- package/build/icons/svgs/musicPlayer.js +8 -0
- package/build/icons/svgs/musicPlayerFill.d.ts +1 -0
- package/build/icons/svgs/musicPlayerFill.js +8 -0
- package/build/icons/svgs/newspaper.d.ts +1 -0
- package/build/icons/svgs/newspaper.js +8 -0
- package/build/icons/svgs/nintendoSwitch.d.ts +1 -0
- package/build/icons/svgs/nintendoSwitch.js +8 -0
- package/build/icons/svgs/nodeMinus.d.ts +1 -0
- package/build/icons/svgs/nodeMinus.js +8 -0
- package/build/icons/svgs/nodeMinusFill.d.ts +1 -0
- package/build/icons/svgs/nodeMinusFill.js +8 -0
- package/build/icons/svgs/nodePlus.d.ts +1 -0
- package/build/icons/svgs/nodePlus.js +8 -0
- package/build/icons/svgs/nodePlusFill.d.ts +1 -0
- package/build/icons/svgs/nodePlusFill.js +8 -0
- package/build/icons/svgs/noiseReduction.d.ts +1 -0
- package/build/icons/svgs/noiseReduction.js +8 -0
- package/build/icons/svgs/nut.d.ts +1 -0
- package/build/icons/svgs/nut.js +8 -0
- package/build/icons/svgs/nutFill.d.ts +1 -0
- package/build/icons/svgs/nutFill.js +8 -0
- package/build/icons/svgs/nvidia.d.ts +1 -0
- package/build/icons/svgs/nvidia.js +8 -0
- package/build/icons/svgs/nvme.d.ts +1 -0
- package/build/icons/svgs/nvme.js +8 -0
- package/build/icons/svgs/nvmeFill.d.ts +1 -0
- package/build/icons/svgs/nvmeFill.js +8 -0
- package/build/icons/svgs/octagon.d.ts +1 -0
- package/build/icons/svgs/octagon.js +8 -0
- package/build/icons/svgs/octagonFill.d.ts +1 -0
- package/build/icons/svgs/octagonFill.js +8 -0
- package/build/icons/svgs/octagonHalf.d.ts +1 -0
- package/build/icons/svgs/octagonHalf.js +8 -0
- package/build/icons/svgs/openai.d.ts +1 -0
- package/build/icons/svgs/openai.js +8 -0
- package/build/icons/svgs/opencollective.d.ts +1 -0
- package/build/icons/svgs/opencollective.js +8 -0
- package/build/icons/svgs/opticalAudio.d.ts +1 -0
- package/build/icons/svgs/opticalAudio.js +8 -0
- package/build/icons/svgs/opticalAudioFill.d.ts +1 -0
- package/build/icons/svgs/opticalAudioFill.js +8 -0
- package/build/icons/svgs/option.d.ts +1 -0
- package/build/icons/svgs/option.js +8 -0
- package/build/icons/svgs/outlet.d.ts +1 -0
- package/build/icons/svgs/outlet.js +8 -0
- package/build/icons/svgs/pCircle.d.ts +1 -0
- package/build/icons/svgs/pCircle.js +8 -0
- package/build/icons/svgs/pCircleFill.d.ts +1 -0
- package/build/icons/svgs/pCircleFill.js +8 -0
- package/build/icons/svgs/pSquare.d.ts +1 -0
- package/build/icons/svgs/pSquare.js +8 -0
- package/build/icons/svgs/pSquareFill.d.ts +1 -0
- package/build/icons/svgs/pSquareFill.js +8 -0
- package/build/icons/svgs/paintBucket.d.ts +1 -0
- package/build/icons/svgs/paintBucket.js +8 -0
- package/build/icons/svgs/palette.d.ts +1 -0
- package/build/icons/svgs/palette.js +8 -0
- package/build/icons/svgs/palette2.d.ts +1 -0
- package/build/icons/svgs/palette2.js +8 -0
- package/build/icons/svgs/paletteFill.d.ts +1 -0
- package/build/icons/svgs/paletteFill.js +8 -0
- package/build/icons/svgs/paperclip.d.ts +1 -0
- package/build/icons/svgs/paperclip.js +8 -0
- package/build/icons/svgs/paragraph.d.ts +1 -0
- package/build/icons/svgs/paragraph.js +8 -0
- package/build/icons/svgs/pass.d.ts +1 -0
- package/build/icons/svgs/pass.js +8 -0
- package/build/icons/svgs/passFill.d.ts +1 -0
- package/build/icons/svgs/passFill.js +8 -0
- package/build/icons/svgs/passport.d.ts +1 -0
- package/build/icons/svgs/passport.js +8 -0
- package/build/icons/svgs/passportFill.d.ts +1 -0
- package/build/icons/svgs/passportFill.js +8 -0
- package/build/icons/svgs/patchCheck.d.ts +1 -0
- package/build/icons/svgs/patchCheck.js +8 -0
- package/build/icons/svgs/patchCheckFill.d.ts +1 -0
- package/build/icons/svgs/patchCheckFill.js +8 -0
- package/build/icons/svgs/patchExclamation.d.ts +1 -0
- package/build/icons/svgs/patchExclamation.js +8 -0
- package/build/icons/svgs/patchExclamationFill.d.ts +1 -0
- package/build/icons/svgs/patchExclamationFill.js +8 -0
- package/build/icons/svgs/patchMinus.d.ts +1 -0
- package/build/icons/svgs/patchMinus.js +8 -0
- package/build/icons/svgs/patchMinusFill.d.ts +1 -0
- package/build/icons/svgs/patchMinusFill.js +8 -0
- package/build/icons/svgs/patchPlus.d.ts +1 -0
- package/build/icons/svgs/patchPlus.js +8 -0
- package/build/icons/svgs/patchPlusFill.d.ts +1 -0
- package/build/icons/svgs/patchPlusFill.js +8 -0
- package/build/icons/svgs/patchQuestion.d.ts +1 -0
- package/build/icons/svgs/patchQuestion.js +8 -0
- package/build/icons/svgs/patchQuestionFill.d.ts +1 -0
- package/build/icons/svgs/patchQuestionFill.js +8 -0
- package/build/icons/svgs/pause.d.ts +1 -0
- package/build/icons/svgs/pause.js +8 -0
- package/build/icons/svgs/pauseBtn.d.ts +1 -0
- package/build/icons/svgs/pauseBtn.js +8 -0
- package/build/icons/svgs/pauseBtnFill.d.ts +1 -0
- package/build/icons/svgs/pauseBtnFill.js +8 -0
- package/build/icons/svgs/pauseCircle.d.ts +1 -0
- package/build/icons/svgs/pauseCircle.js +8 -0
- package/build/icons/svgs/pauseCircleFill.d.ts +1 -0
- package/build/icons/svgs/pauseCircleFill.js +8 -0
- package/build/icons/svgs/pauseFill.d.ts +1 -0
- package/build/icons/svgs/pauseFill.js +8 -0
- package/build/icons/svgs/paypal.d.ts +1 -0
- package/build/icons/svgs/paypal.js +8 -0
- package/build/icons/svgs/pc.d.ts +1 -0
- package/build/icons/svgs/pc.js +8 -0
- package/build/icons/svgs/pcDisplay.d.ts +1 -0
- package/build/icons/svgs/pcDisplay.js +8 -0
- package/build/icons/svgs/pcDisplayHorizontal.d.ts +1 -0
- package/build/icons/svgs/pcDisplayHorizontal.js +8 -0
- package/build/icons/svgs/pcHorizontal.d.ts +1 -0
- package/build/icons/svgs/pcHorizontal.js +8 -0
- package/build/icons/svgs/pciCard.d.ts +1 -0
- package/build/icons/svgs/pciCard.js +8 -0
- package/build/icons/svgs/pciCardNetwork.d.ts +1 -0
- package/build/icons/svgs/pciCardNetwork.js +8 -0
- package/build/icons/svgs/pciCardSound.d.ts +1 -0
- package/build/icons/svgs/pciCardSound.js +8 -0
- package/build/icons/svgs/peace.d.ts +1 -0
- package/build/icons/svgs/peace.js +8 -0
- package/build/icons/svgs/peaceFill.d.ts +1 -0
- package/build/icons/svgs/peaceFill.js +8 -0
- package/build/icons/svgs/pen.d.ts +1 -0
- package/build/icons/svgs/pen.js +8 -0
- package/build/icons/svgs/penFill.d.ts +1 -0
- package/build/icons/svgs/penFill.js +8 -0
- package/build/icons/svgs/pencil.d.ts +1 -0
- package/build/icons/svgs/pencil.js +8 -0
- package/build/icons/svgs/pencilFill.d.ts +1 -0
- package/build/icons/svgs/pencilFill.js +8 -0
- package/build/icons/svgs/pencilSquare.d.ts +1 -0
- package/build/icons/svgs/pencilSquare.js +8 -0
- package/build/icons/svgs/pentagon.d.ts +1 -0
- package/build/icons/svgs/pentagon.js +8 -0
- package/build/icons/svgs/pentagonFill.d.ts +1 -0
- package/build/icons/svgs/pentagonFill.js +8 -0
- package/build/icons/svgs/pentagonHalf.d.ts +1 -0
- package/build/icons/svgs/pentagonHalf.js +8 -0
- package/build/icons/svgs/people.d.ts +1 -0
- package/build/icons/svgs/people.js +8 -0
- package/build/icons/svgs/peopleFill.d.ts +1 -0
- package/build/icons/svgs/peopleFill.js +8 -0
- package/build/icons/svgs/percent.d.ts +1 -0
- package/build/icons/svgs/percent.js +8 -0
- package/build/icons/svgs/perplexity.d.ts +1 -0
- package/build/icons/svgs/perplexity.js +8 -0
- package/build/icons/svgs/person.d.ts +1 -0
- package/build/icons/svgs/person.js +8 -0
- package/build/icons/svgs/personAdd.d.ts +1 -0
- package/build/icons/svgs/personAdd.js +8 -0
- package/build/icons/svgs/personArmsUp.d.ts +1 -0
- package/build/icons/svgs/personArmsUp.js +8 -0
- package/build/icons/svgs/personBadge.d.ts +1 -0
- package/build/icons/svgs/personBadge.js +8 -0
- package/build/icons/svgs/personBadgeFill.d.ts +1 -0
- package/build/icons/svgs/personBadgeFill.js +8 -0
- package/build/icons/svgs/personBoundingBox.d.ts +1 -0
- package/build/icons/svgs/personBoundingBox.js +8 -0
- package/build/icons/svgs/personCheck.d.ts +1 -0
- package/build/icons/svgs/personCheck.js +8 -0
- package/build/icons/svgs/personCheckFill.d.ts +1 -0
- package/build/icons/svgs/personCheckFill.js +8 -0
- package/build/icons/svgs/personCircle.d.ts +1 -0
- package/build/icons/svgs/personCircle.js +8 -0
- package/build/icons/svgs/personDash.d.ts +1 -0
- package/build/icons/svgs/personDash.js +8 -0
- package/build/icons/svgs/personDashFill.d.ts +1 -0
- package/build/icons/svgs/personDashFill.js +8 -0
- package/build/icons/svgs/personDown.d.ts +1 -0
- package/build/icons/svgs/personDown.js +8 -0
- package/build/icons/svgs/personExclamation.d.ts +1 -0
- package/build/icons/svgs/personExclamation.js +8 -0
- package/build/icons/svgs/personFill.d.ts +1 -0
- package/build/icons/svgs/personFill.js +8 -0
- package/build/icons/svgs/personFillAdd.d.ts +1 -0
- package/build/icons/svgs/personFillAdd.js +8 -0
- package/build/icons/svgs/personFillCheck.d.ts +1 -0
- package/build/icons/svgs/personFillCheck.js +8 -0
- package/build/icons/svgs/personFillDash.d.ts +1 -0
- package/build/icons/svgs/personFillDash.js +8 -0
- package/build/icons/svgs/personFillDown.d.ts +1 -0
- package/build/icons/svgs/personFillDown.js +8 -0
- package/build/icons/svgs/personFillExclamation.d.ts +1 -0
- package/build/icons/svgs/personFillExclamation.js +8 -0
- package/build/icons/svgs/personFillGear.d.ts +1 -0
- package/build/icons/svgs/personFillGear.js +8 -0
- package/build/icons/svgs/personFillLock.d.ts +1 -0
- package/build/icons/svgs/personFillLock.js +8 -0
- package/build/icons/svgs/personFillSlash.d.ts +1 -0
- package/build/icons/svgs/personFillSlash.js +8 -0
- package/build/icons/svgs/personFillUp.d.ts +1 -0
- package/build/icons/svgs/personFillUp.js +8 -0
- package/build/icons/svgs/personFillX.d.ts +1 -0
- package/build/icons/svgs/personFillX.js +8 -0
- package/build/icons/svgs/personGear.d.ts +1 -0
- package/build/icons/svgs/personGear.js +8 -0
- package/build/icons/svgs/personHeart.d.ts +1 -0
- package/build/icons/svgs/personHeart.js +8 -0
- package/build/icons/svgs/personHearts.d.ts +1 -0
- package/build/icons/svgs/personHearts.js +8 -0
- package/build/icons/svgs/personLinesFill.d.ts +1 -0
- package/build/icons/svgs/personLinesFill.js +8 -0
- package/build/icons/svgs/personLock.d.ts +1 -0
- package/build/icons/svgs/personLock.js +8 -0
- package/build/icons/svgs/personPlus.d.ts +1 -0
- package/build/icons/svgs/personPlus.js +8 -0
- package/build/icons/svgs/personPlusFill.d.ts +1 -0
- package/build/icons/svgs/personPlusFill.js +8 -0
- package/build/icons/svgs/personRaisedHand.d.ts +1 -0
- package/build/icons/svgs/personRaisedHand.js +8 -0
- package/build/icons/svgs/personRolodex.d.ts +1 -0
- package/build/icons/svgs/personRolodex.js +8 -0
- package/build/icons/svgs/personSlash.d.ts +1 -0
- package/build/icons/svgs/personSlash.js +8 -0
- package/build/icons/svgs/personSquare.d.ts +1 -0
- package/build/icons/svgs/personSquare.js +8 -0
- package/build/icons/svgs/personStanding.d.ts +1 -0
- package/build/icons/svgs/personStanding.js +8 -0
- package/build/icons/svgs/personStandingDress.d.ts +1 -0
- package/build/icons/svgs/personStandingDress.js +8 -0
- package/build/icons/svgs/personUp.d.ts +1 -0
- package/build/icons/svgs/personUp.js +8 -0
- package/build/icons/svgs/personVcard.d.ts +1 -0
- package/build/icons/svgs/personVcard.js +8 -0
- package/build/icons/svgs/personVcardFill.d.ts +1 -0
- package/build/icons/svgs/personVcardFill.js +8 -0
- package/build/icons/svgs/personVideo.d.ts +1 -0
- package/build/icons/svgs/personVideo.js +8 -0
- package/build/icons/svgs/personVideo2.d.ts +1 -0
- package/build/icons/svgs/personVideo2.js +8 -0
- package/build/icons/svgs/personVideo3.d.ts +1 -0
- package/build/icons/svgs/personVideo3.js +8 -0
- package/build/icons/svgs/personWalking.d.ts +1 -0
- package/build/icons/svgs/personWalking.js +8 -0
- package/build/icons/svgs/personWheelchair.d.ts +1 -0
- package/build/icons/svgs/personWheelchair.js +8 -0
- package/build/icons/svgs/personWorkspace.d.ts +1 -0
- package/build/icons/svgs/personWorkspace.js +8 -0
- package/build/icons/svgs/personX.d.ts +1 -0
- package/build/icons/svgs/personX.js +8 -0
- package/build/icons/svgs/personXFill.d.ts +1 -0
- package/build/icons/svgs/personXFill.js +8 -0
- package/build/icons/svgs/phone.d.ts +1 -0
- package/build/icons/svgs/phone.js +8 -0
- package/build/icons/svgs/phoneFill.d.ts +1 -0
- package/build/icons/svgs/phoneFill.js +8 -0
- package/build/icons/svgs/phoneFlip.d.ts +1 -0
- package/build/icons/svgs/phoneFlip.js +8 -0
- package/build/icons/svgs/phoneLandscape.d.ts +1 -0
- package/build/icons/svgs/phoneLandscape.js +8 -0
- package/build/icons/svgs/phoneLandscapeFill.d.ts +1 -0
- package/build/icons/svgs/phoneLandscapeFill.js +8 -0
- package/build/icons/svgs/phoneVibrate.d.ts +1 -0
- package/build/icons/svgs/phoneVibrate.js +8 -0
- package/build/icons/svgs/phoneVibrateFill.d.ts +1 -0
- package/build/icons/svgs/phoneVibrateFill.js +8 -0
- package/build/icons/svgs/pieChart.d.ts +1 -0
- package/build/icons/svgs/pieChart.js +8 -0
- package/build/icons/svgs/pieChartFill.d.ts +1 -0
- package/build/icons/svgs/pieChartFill.js +8 -0
- package/build/icons/svgs/piggyBank.d.ts +1 -0
- package/build/icons/svgs/piggyBank.js +8 -0
- package/build/icons/svgs/piggyBankFill.d.ts +1 -0
- package/build/icons/svgs/piggyBankFill.js +8 -0
- package/build/icons/svgs/pin.d.ts +1 -0
- package/build/icons/svgs/pin.js +8 -0
- package/build/icons/svgs/pinAngle.d.ts +1 -0
- package/build/icons/svgs/pinAngle.js +8 -0
- package/build/icons/svgs/pinAngleFill.d.ts +1 -0
- package/build/icons/svgs/pinAngleFill.js +8 -0
- package/build/icons/svgs/pinFill.d.ts +1 -0
- package/build/icons/svgs/pinFill.js +8 -0
- package/build/icons/svgs/pinMap.d.ts +1 -0
- package/build/icons/svgs/pinMap.js +8 -0
- package/build/icons/svgs/pinMapFill.d.ts +1 -0
- package/build/icons/svgs/pinMapFill.js +8 -0
- package/build/icons/svgs/pinterest.d.ts +1 -0
- package/build/icons/svgs/pinterest.js +8 -0
- package/build/icons/svgs/pip.d.ts +1 -0
- package/build/icons/svgs/pip.js +8 -0
- package/build/icons/svgs/pipFill.d.ts +1 -0
- package/build/icons/svgs/pipFill.js +8 -0
- package/build/icons/svgs/play.d.ts +1 -0
- package/build/icons/svgs/play.js +8 -0
- package/build/icons/svgs/playBtn.d.ts +1 -0
- package/build/icons/svgs/playBtn.js +8 -0
- package/build/icons/svgs/playBtnFill.d.ts +1 -0
- package/build/icons/svgs/playBtnFill.js +8 -0
- package/build/icons/svgs/playCircle.d.ts +1 -0
- package/build/icons/svgs/playCircle.js +8 -0
- package/build/icons/svgs/playCircleFill.d.ts +1 -0
- package/build/icons/svgs/playCircleFill.js +8 -0
- package/build/icons/svgs/playFill.d.ts +1 -0
- package/build/icons/svgs/playFill.js +8 -0
- package/build/icons/svgs/playstation.d.ts +1 -0
- package/build/icons/svgs/playstation.js +8 -0
- package/build/icons/svgs/plug.d.ts +1 -0
- package/build/icons/svgs/plug.js +8 -0
- package/build/icons/svgs/plugFill.d.ts +1 -0
- package/build/icons/svgs/plugFill.js +8 -0
- package/build/icons/svgs/plugin.d.ts +1 -0
- package/build/icons/svgs/plugin.js +8 -0
- package/build/icons/svgs/plus.d.ts +1 -0
- package/build/icons/svgs/plus.js +8 -0
- package/build/icons/svgs/plusCircle.d.ts +1 -0
- package/build/icons/svgs/plusCircle.js +8 -0
- package/build/icons/svgs/plusCircleDotted.d.ts +1 -0
- package/build/icons/svgs/plusCircleDotted.js +8 -0
- package/build/icons/svgs/plusCircleFill.d.ts +1 -0
- package/build/icons/svgs/plusCircleFill.js +8 -0
- package/build/icons/svgs/plusLg.d.ts +1 -0
- package/build/icons/svgs/plusLg.js +8 -0
- package/build/icons/svgs/plusSlashMinus.d.ts +1 -0
- package/build/icons/svgs/plusSlashMinus.js +8 -0
- package/build/icons/svgs/plusSquare.d.ts +1 -0
- package/build/icons/svgs/plusSquare.js +8 -0
- package/build/icons/svgs/plusSquareDotted.d.ts +1 -0
- package/build/icons/svgs/plusSquareDotted.js +8 -0
- package/build/icons/svgs/plusSquareFill.d.ts +1 -0
- package/build/icons/svgs/plusSquareFill.js +8 -0
- package/build/icons/svgs/postage.d.ts +1 -0
- package/build/icons/svgs/postage.js +8 -0
- package/build/icons/svgs/postageFill.d.ts +1 -0
- package/build/icons/svgs/postageFill.js +8 -0
- package/build/icons/svgs/postageHeart.d.ts +1 -0
- package/build/icons/svgs/postageHeart.js +8 -0
- package/build/icons/svgs/postageHeartFill.d.ts +1 -0
- package/build/icons/svgs/postageHeartFill.js +8 -0
- package/build/icons/svgs/postcard.d.ts +1 -0
- package/build/icons/svgs/postcard.js +8 -0
- package/build/icons/svgs/postcardFill.d.ts +1 -0
- package/build/icons/svgs/postcardFill.js +8 -0
- package/build/icons/svgs/postcardHeart.d.ts +1 -0
- package/build/icons/svgs/postcardHeart.js +8 -0
- package/build/icons/svgs/postcardHeartFill.d.ts +1 -0
- package/build/icons/svgs/postcardHeartFill.js +8 -0
- package/build/icons/svgs/power.d.ts +1 -0
- package/build/icons/svgs/power.js +8 -0
- package/build/icons/svgs/prescription.d.ts +1 -0
- package/build/icons/svgs/prescription.js +8 -0
- package/build/icons/svgs/prescription2.d.ts +1 -0
- package/build/icons/svgs/prescription2.js +8 -0
- package/build/icons/svgs/printer.d.ts +1 -0
- package/build/icons/svgs/printer.js +8 -0
- package/build/icons/svgs/printerFill.d.ts +1 -0
- package/build/icons/svgs/printerFill.js +8 -0
- package/build/icons/svgs/projector.d.ts +1 -0
- package/build/icons/svgs/projector.js +8 -0
- package/build/icons/svgs/projectorFill.d.ts +1 -0
- package/build/icons/svgs/projectorFill.js +8 -0
- package/build/icons/svgs/puzzle.d.ts +1 -0
- package/build/icons/svgs/puzzle.js +8 -0
- package/build/icons/svgs/puzzleFill.d.ts +1 -0
- package/build/icons/svgs/puzzleFill.js +8 -0
- package/build/icons/svgs/qrCode.d.ts +1 -0
- package/build/icons/svgs/qrCode.js +8 -0
- package/build/icons/svgs/qrCodeScan.d.ts +1 -0
- package/build/icons/svgs/qrCodeScan.js +8 -0
- package/build/icons/svgs/question.d.ts +1 -0
- package/build/icons/svgs/question.js +8 -0
- package/build/icons/svgs/questionCircle.d.ts +1 -0
- package/build/icons/svgs/questionCircle.js +8 -0
- package/build/icons/svgs/questionCircleFill.d.ts +1 -0
- package/build/icons/svgs/questionCircleFill.js +8 -0
- package/build/icons/svgs/questionDiamond.d.ts +1 -0
- package/build/icons/svgs/questionDiamond.js +8 -0
- package/build/icons/svgs/questionDiamondFill.d.ts +1 -0
- package/build/icons/svgs/questionDiamondFill.js +8 -0
- package/build/icons/svgs/questionLg.d.ts +1 -0
- package/build/icons/svgs/questionLg.js +8 -0
- package/build/icons/svgs/questionOctagon.d.ts +1 -0
- package/build/icons/svgs/questionOctagon.js +8 -0
- package/build/icons/svgs/questionOctagonFill.d.ts +1 -0
- package/build/icons/svgs/questionOctagonFill.js +8 -0
- package/build/icons/svgs/questionSquare.d.ts +1 -0
- package/build/icons/svgs/questionSquare.js +8 -0
- package/build/icons/svgs/questionSquareFill.d.ts +1 -0
- package/build/icons/svgs/questionSquareFill.js +8 -0
- package/build/icons/svgs/quora.d.ts +1 -0
- package/build/icons/svgs/quora.js +8 -0
- package/build/icons/svgs/quote.d.ts +1 -0
- package/build/icons/svgs/quote.js +8 -0
- package/build/icons/svgs/rCircle.d.ts +1 -0
- package/build/icons/svgs/rCircle.js +8 -0
- package/build/icons/svgs/rCircleFill.d.ts +1 -0
- package/build/icons/svgs/rCircleFill.js +8 -0
- package/build/icons/svgs/rSquare.d.ts +1 -0
- package/build/icons/svgs/rSquare.js +8 -0
- package/build/icons/svgs/rSquareFill.d.ts +1 -0
- package/build/icons/svgs/rSquareFill.js +8 -0
- package/build/icons/svgs/radar.d.ts +1 -0
- package/build/icons/svgs/radar.js +8 -0
- package/build/icons/svgs/radioactive.d.ts +1 -0
- package/build/icons/svgs/radioactive.js +8 -0
- package/build/icons/svgs/rainbow.d.ts +1 -0
- package/build/icons/svgs/rainbow.js +8 -0
- package/build/icons/svgs/receipt.d.ts +1 -0
- package/build/icons/svgs/receipt.js +8 -0
- package/build/icons/svgs/receiptCutoff.d.ts +1 -0
- package/build/icons/svgs/receiptCutoff.js +8 -0
- package/build/icons/svgs/reception0.d.ts +1 -0
- package/build/icons/svgs/reception0.js +8 -0
- package/build/icons/svgs/reception1.d.ts +1 -0
- package/build/icons/svgs/reception1.js +8 -0
- package/build/icons/svgs/reception2.d.ts +1 -0
- package/build/icons/svgs/reception2.js +8 -0
- package/build/icons/svgs/reception3.d.ts +1 -0
- package/build/icons/svgs/reception3.js +8 -0
- package/build/icons/svgs/reception4.d.ts +1 -0
- package/build/icons/svgs/reception4.js +8 -0
- package/build/icons/svgs/record.d.ts +1 -0
- package/build/icons/svgs/record.js +8 -0
- package/build/icons/svgs/record2.d.ts +1 -0
- package/build/icons/svgs/record2.js +8 -0
- package/build/icons/svgs/record2Fill.d.ts +1 -0
- package/build/icons/svgs/record2Fill.js +8 -0
- package/build/icons/svgs/recordBtn.d.ts +1 -0
- package/build/icons/svgs/recordBtn.js +8 -0
- package/build/icons/svgs/recordBtnFill.d.ts +1 -0
- package/build/icons/svgs/recordBtnFill.js +8 -0
- package/build/icons/svgs/recordCircle.d.ts +1 -0
- package/build/icons/svgs/recordCircle.js +8 -0
- package/build/icons/svgs/recordCircleFill.d.ts +1 -0
- package/build/icons/svgs/recordCircleFill.js +8 -0
- package/build/icons/svgs/recordFill.d.ts +1 -0
- package/build/icons/svgs/recordFill.js +8 -0
- package/build/icons/svgs/recycle.d.ts +1 -0
- package/build/icons/svgs/recycle.js +8 -0
- package/build/icons/svgs/reddit.d.ts +1 -0
- package/build/icons/svgs/reddit.js +8 -0
- package/build/icons/svgs/regex.d.ts +1 -0
- package/build/icons/svgs/regex.js +8 -0
- package/build/icons/svgs/repeat.d.ts +1 -0
- package/build/icons/svgs/repeat.js +8 -0
- package/build/icons/svgs/repeat1.d.ts +1 -0
- package/build/icons/svgs/repeat1.js +8 -0
- package/build/icons/svgs/reply.d.ts +1 -0
- package/build/icons/svgs/reply.js +8 -0
- package/build/icons/svgs/replyAll.d.ts +1 -0
- package/build/icons/svgs/replyAll.js +8 -0
- package/build/icons/svgs/replyAllFill.d.ts +1 -0
- package/build/icons/svgs/replyAllFill.js +8 -0
- package/build/icons/svgs/replyFill.d.ts +1 -0
- package/build/icons/svgs/replyFill.js +8 -0
- package/build/icons/svgs/rewind.d.ts +1 -0
- package/build/icons/svgs/rewind.js +8 -0
- package/build/icons/svgs/rewindBtn.d.ts +1 -0
- package/build/icons/svgs/rewindBtn.js +8 -0
- package/build/icons/svgs/rewindBtnFill.d.ts +1 -0
- package/build/icons/svgs/rewindBtnFill.js +8 -0
- package/build/icons/svgs/rewindCircle.d.ts +1 -0
- package/build/icons/svgs/rewindCircle.js +8 -0
- package/build/icons/svgs/rewindCircleFill.d.ts +1 -0
- package/build/icons/svgs/rewindCircleFill.js +8 -0
- package/build/icons/svgs/rewindFill.d.ts +1 -0
- package/build/icons/svgs/rewindFill.js +8 -0
- package/build/icons/svgs/robot.d.ts +1 -0
- package/build/icons/svgs/robot.js +8 -0
- package/build/icons/svgs/rocket.d.ts +1 -0
- package/build/icons/svgs/rocket.js +8 -0
- package/build/icons/svgs/rocketFill.d.ts +1 -0
- package/build/icons/svgs/rocketFill.js +8 -0
- package/build/icons/svgs/rocketTakeoff.d.ts +1 -0
- package/build/icons/svgs/rocketTakeoff.js +8 -0
- package/build/icons/svgs/rocketTakeoffFill.d.ts +1 -0
- package/build/icons/svgs/rocketTakeoffFill.js +8 -0
- package/build/icons/svgs/router.d.ts +1 -0
- package/build/icons/svgs/router.js +8 -0
- package/build/icons/svgs/routerFill.d.ts +1 -0
- package/build/icons/svgs/routerFill.js +8 -0
- package/build/icons/svgs/rss.d.ts +1 -0
- package/build/icons/svgs/rss.js +8 -0
- package/build/icons/svgs/rssFill.d.ts +1 -0
- package/build/icons/svgs/rssFill.js +8 -0
- package/build/icons/svgs/rulers.d.ts +1 -0
- package/build/icons/svgs/rulers.js +8 -0
- package/build/icons/svgs/safe.d.ts +1 -0
- package/build/icons/svgs/safe.js +8 -0
- package/build/icons/svgs/safe2.d.ts +1 -0
- package/build/icons/svgs/safe2.js +8 -0
- package/build/icons/svgs/safe2Fill.d.ts +1 -0
- package/build/icons/svgs/safe2Fill.js +8 -0
- package/build/icons/svgs/safeFill.d.ts +1 -0
- package/build/icons/svgs/safeFill.js +8 -0
- package/build/icons/svgs/save.d.ts +1 -0
- package/build/icons/svgs/save.js +8 -0
- package/build/icons/svgs/save2.d.ts +1 -0
- package/build/icons/svgs/save2.js +8 -0
- package/build/icons/svgs/save2Fill.d.ts +1 -0
- package/build/icons/svgs/save2Fill.js +8 -0
- package/build/icons/svgs/saveFill.d.ts +1 -0
- package/build/icons/svgs/saveFill.js +8 -0
- package/build/icons/svgs/scissors.d.ts +1 -0
- package/build/icons/svgs/scissors.js +8 -0
- package/build/icons/svgs/scooter.d.ts +1 -0
- package/build/icons/svgs/scooter.js +8 -0
- package/build/icons/svgs/screwdriver.d.ts +1 -0
- package/build/icons/svgs/screwdriver.js +8 -0
- package/build/icons/svgs/sdCard.d.ts +1 -0
- package/build/icons/svgs/sdCard.js +8 -0
- package/build/icons/svgs/sdCardFill.d.ts +1 -0
- package/build/icons/svgs/sdCardFill.js +8 -0
- package/build/icons/svgs/search.d.ts +1 -0
- package/build/icons/svgs/search.js +8 -0
- package/build/icons/svgs/searchHeart.d.ts +1 -0
- package/build/icons/svgs/searchHeart.js +8 -0
- package/build/icons/svgs/searchHeartFill.d.ts +1 -0
- package/build/icons/svgs/searchHeartFill.js +8 -0
- package/build/icons/svgs/segmentedNav.d.ts +1 -0
- package/build/icons/svgs/segmentedNav.js +8 -0
- package/build/icons/svgs/send.d.ts +1 -0
- package/build/icons/svgs/send.js +8 -0
- package/build/icons/svgs/sendArrowDown.d.ts +1 -0
- package/build/icons/svgs/sendArrowDown.js +8 -0
- package/build/icons/svgs/sendArrowDownFill.d.ts +1 -0
- package/build/icons/svgs/sendArrowDownFill.js +8 -0
- package/build/icons/svgs/sendArrowUp.d.ts +1 -0
- package/build/icons/svgs/sendArrowUp.js +8 -0
- package/build/icons/svgs/sendArrowUpFill.d.ts +1 -0
- package/build/icons/svgs/sendArrowUpFill.js +8 -0
- package/build/icons/svgs/sendCheck.d.ts +1 -0
- package/build/icons/svgs/sendCheck.js +8 -0
- package/build/icons/svgs/sendCheckFill.d.ts +1 -0
- package/build/icons/svgs/sendCheckFill.js +8 -0
- package/build/icons/svgs/sendDash.d.ts +1 -0
- package/build/icons/svgs/sendDash.js +8 -0
- package/build/icons/svgs/sendDashFill.d.ts +1 -0
- package/build/icons/svgs/sendDashFill.js +8 -0
- package/build/icons/svgs/sendExclamation.d.ts +1 -0
- package/build/icons/svgs/sendExclamation.js +8 -0
- package/build/icons/svgs/sendExclamationFill.d.ts +1 -0
- package/build/icons/svgs/sendExclamationFill.js +8 -0
- package/build/icons/svgs/sendFill.d.ts +1 -0
- package/build/icons/svgs/sendFill.js +8 -0
- package/build/icons/svgs/sendPlus.d.ts +1 -0
- package/build/icons/svgs/sendPlus.js +8 -0
- package/build/icons/svgs/sendPlusFill.d.ts +1 -0
- package/build/icons/svgs/sendPlusFill.js +8 -0
- package/build/icons/svgs/sendSlash.d.ts +1 -0
- package/build/icons/svgs/sendSlash.js +8 -0
- package/build/icons/svgs/sendSlashFill.d.ts +1 -0
- package/build/icons/svgs/sendSlashFill.js +8 -0
- package/build/icons/svgs/sendX.d.ts +1 -0
- package/build/icons/svgs/sendX.js +8 -0
- package/build/icons/svgs/sendXFill.d.ts +1 -0
- package/build/icons/svgs/sendXFill.js +8 -0
- package/build/icons/svgs/server.d.ts +1 -0
- package/build/icons/svgs/server.js +8 -0
- package/build/icons/svgs/shadows.d.ts +1 -0
- package/build/icons/svgs/shadows.js +8 -0
- package/build/icons/svgs/share.d.ts +1 -0
- package/build/icons/svgs/share.js +8 -0
- package/build/icons/svgs/shareFill.d.ts +1 -0
- package/build/icons/svgs/shareFill.js +8 -0
- package/build/icons/svgs/shield.d.ts +1 -0
- package/build/icons/svgs/shield.js +8 -0
- package/build/icons/svgs/shieldCheck.d.ts +1 -0
- package/build/icons/svgs/shieldCheck.js +8 -0
- package/build/icons/svgs/shieldExclamation.d.ts +1 -0
- package/build/icons/svgs/shieldExclamation.js +8 -0
- package/build/icons/svgs/shieldFill.d.ts +1 -0
- package/build/icons/svgs/shieldFill.js +8 -0
- package/build/icons/svgs/shieldFillCheck.d.ts +1 -0
- package/build/icons/svgs/shieldFillCheck.js +8 -0
- package/build/icons/svgs/shieldFillExclamation.d.ts +1 -0
- package/build/icons/svgs/shieldFillExclamation.js +8 -0
- package/build/icons/svgs/shieldFillMinus.d.ts +1 -0
- package/build/icons/svgs/shieldFillMinus.js +8 -0
- package/build/icons/svgs/shieldFillPlus.d.ts +1 -0
- package/build/icons/svgs/shieldFillPlus.js +8 -0
- package/build/icons/svgs/shieldFillX.d.ts +1 -0
- package/build/icons/svgs/shieldFillX.js +8 -0
- package/build/icons/svgs/shieldLock.d.ts +1 -0
- package/build/icons/svgs/shieldLock.js +8 -0
- package/build/icons/svgs/shieldLockFill.d.ts +1 -0
- package/build/icons/svgs/shieldLockFill.js +8 -0
- package/build/icons/svgs/shieldMinus.d.ts +1 -0
- package/build/icons/svgs/shieldMinus.js +8 -0
- package/build/icons/svgs/shieldPlus.d.ts +1 -0
- package/build/icons/svgs/shieldPlus.js +8 -0
- package/build/icons/svgs/shieldShaded.d.ts +1 -0
- package/build/icons/svgs/shieldShaded.js +8 -0
- package/build/icons/svgs/shieldSlash.d.ts +1 -0
- package/build/icons/svgs/shieldSlash.js +8 -0
- package/build/icons/svgs/shieldSlashFill.d.ts +1 -0
- package/build/icons/svgs/shieldSlashFill.js +8 -0
- package/build/icons/svgs/shieldX.d.ts +1 -0
- package/build/icons/svgs/shieldX.js +8 -0
- package/build/icons/svgs/shift.d.ts +1 -0
- package/build/icons/svgs/shift.js +8 -0
- package/build/icons/svgs/shiftFill.d.ts +1 -0
- package/build/icons/svgs/shiftFill.js +8 -0
- package/build/icons/svgs/shop.d.ts +1 -0
- package/build/icons/svgs/shop.js +8 -0
- package/build/icons/svgs/shopWindow.d.ts +1 -0
- package/build/icons/svgs/shopWindow.js +8 -0
- package/build/icons/svgs/shuffle.d.ts +1 -0
- package/build/icons/svgs/shuffle.js +8 -0
- package/build/icons/svgs/signDeadEnd.d.ts +1 -0
- package/build/icons/svgs/signDeadEnd.js +8 -0
- package/build/icons/svgs/signDeadEndFill.d.ts +1 -0
- package/build/icons/svgs/signDeadEndFill.js +8 -0
- package/build/icons/svgs/signDoNotEnter.d.ts +1 -0
- package/build/icons/svgs/signDoNotEnter.js +8 -0
- package/build/icons/svgs/signDoNotEnterFill.d.ts +1 -0
- package/build/icons/svgs/signDoNotEnterFill.js +8 -0
- package/build/icons/svgs/signIntersection.d.ts +1 -0
- package/build/icons/svgs/signIntersection.js +8 -0
- package/build/icons/svgs/signIntersectionFill.d.ts +1 -0
- package/build/icons/svgs/signIntersectionFill.js +8 -0
- package/build/icons/svgs/signIntersectionSide.d.ts +1 -0
- package/build/icons/svgs/signIntersectionSide.js +8 -0
- package/build/icons/svgs/signIntersectionSideFill.d.ts +1 -0
- package/build/icons/svgs/signIntersectionSideFill.js +8 -0
- package/build/icons/svgs/signIntersectionT.d.ts +1 -0
- package/build/icons/svgs/signIntersectionT.js +8 -0
- package/build/icons/svgs/signIntersectionTFill.d.ts +1 -0
- package/build/icons/svgs/signIntersectionTFill.js +8 -0
- package/build/icons/svgs/signIntersectionY.d.ts +1 -0
- package/build/icons/svgs/signIntersectionY.js +8 -0
- package/build/icons/svgs/signIntersectionYFill.d.ts +1 -0
- package/build/icons/svgs/signIntersectionYFill.js +8 -0
- package/build/icons/svgs/signMergeLeft.d.ts +1 -0
- package/build/icons/svgs/signMergeLeft.js +8 -0
- package/build/icons/svgs/signMergeLeftFill.d.ts +1 -0
- package/build/icons/svgs/signMergeLeftFill.js +8 -0
- package/build/icons/svgs/signMergeRight.d.ts +1 -0
- package/build/icons/svgs/signMergeRight.js +8 -0
- package/build/icons/svgs/signMergeRightFill.d.ts +1 -0
- package/build/icons/svgs/signMergeRightFill.js +8 -0
- package/build/icons/svgs/signNoLeftTurn.d.ts +1 -0
- package/build/icons/svgs/signNoLeftTurn.js +8 -0
- package/build/icons/svgs/signNoLeftTurnFill.d.ts +1 -0
- package/build/icons/svgs/signNoLeftTurnFill.js +8 -0
- package/build/icons/svgs/signNoParking.d.ts +1 -0
- package/build/icons/svgs/signNoParking.js +8 -0
- package/build/icons/svgs/signNoParkingFill.d.ts +1 -0
- package/build/icons/svgs/signNoParkingFill.js +8 -0
- package/build/icons/svgs/signNoRightTurn.d.ts +1 -0
- package/build/icons/svgs/signNoRightTurn.js +8 -0
- package/build/icons/svgs/signNoRightTurnFill.d.ts +1 -0
- package/build/icons/svgs/signNoRightTurnFill.js +8 -0
- package/build/icons/svgs/signRailroad.d.ts +1 -0
- package/build/icons/svgs/signRailroad.js +8 -0
- package/build/icons/svgs/signRailroadFill.d.ts +1 -0
- package/build/icons/svgs/signRailroadFill.js +8 -0
- package/build/icons/svgs/signStop.d.ts +1 -0
- package/build/icons/svgs/signStop.js +8 -0
- package/build/icons/svgs/signStopFill.d.ts +1 -0
- package/build/icons/svgs/signStopFill.js +8 -0
- package/build/icons/svgs/signStopLights.d.ts +1 -0
- package/build/icons/svgs/signStopLights.js +8 -0
- package/build/icons/svgs/signStopLightsFill.d.ts +1 -0
- package/build/icons/svgs/signStopLightsFill.js +8 -0
- package/build/icons/svgs/signTurnLeft.d.ts +1 -0
- package/build/icons/svgs/signTurnLeft.js +8 -0
- package/build/icons/svgs/signTurnLeftFill.d.ts +1 -0
- package/build/icons/svgs/signTurnLeftFill.js +8 -0
- package/build/icons/svgs/signTurnRight.d.ts +1 -0
- package/build/icons/svgs/signTurnRight.js +8 -0
- package/build/icons/svgs/signTurnRightFill.d.ts +1 -0
- package/build/icons/svgs/signTurnRightFill.js +8 -0
- package/build/icons/svgs/signTurnSlightLeft.d.ts +1 -0
- package/build/icons/svgs/signTurnSlightLeft.js +8 -0
- package/build/icons/svgs/signTurnSlightLeftFill.d.ts +1 -0
- package/build/icons/svgs/signTurnSlightLeftFill.js +8 -0
- package/build/icons/svgs/signTurnSlightRight.d.ts +1 -0
- package/build/icons/svgs/signTurnSlightRight.js +8 -0
- package/build/icons/svgs/signTurnSlightRightFill.d.ts +1 -0
- package/build/icons/svgs/signTurnSlightRightFill.js +8 -0
- package/build/icons/svgs/signYield.d.ts +1 -0
- package/build/icons/svgs/signYield.js +8 -0
- package/build/icons/svgs/signYieldFill.d.ts +1 -0
- package/build/icons/svgs/signYieldFill.js +8 -0
- package/build/icons/svgs/signal.d.ts +1 -0
- package/build/icons/svgs/signal.js +8 -0
- package/build/icons/svgs/signpost.d.ts +1 -0
- package/build/icons/svgs/signpost.js +8 -0
- package/build/icons/svgs/signpost2.d.ts +1 -0
- package/build/icons/svgs/signpost2.js +8 -0
- package/build/icons/svgs/signpost2Fill.d.ts +1 -0
- package/build/icons/svgs/signpost2Fill.js +8 -0
- package/build/icons/svgs/signpostFill.d.ts +1 -0
- package/build/icons/svgs/signpostFill.js +8 -0
- package/build/icons/svgs/signpostSplit.d.ts +1 -0
- package/build/icons/svgs/signpostSplit.js +8 -0
- package/build/icons/svgs/signpostSplitFill.d.ts +1 -0
- package/build/icons/svgs/signpostSplitFill.js +8 -0
- package/build/icons/svgs/sim.d.ts +1 -0
- package/build/icons/svgs/sim.js +8 -0
- package/build/icons/svgs/simFill.d.ts +1 -0
- package/build/icons/svgs/simFill.js +8 -0
- package/build/icons/svgs/simSlash.d.ts +1 -0
- package/build/icons/svgs/simSlash.js +8 -0
- package/build/icons/svgs/simSlashFill.d.ts +1 -0
- package/build/icons/svgs/simSlashFill.js +8 -0
- package/build/icons/svgs/sinaWeibo.d.ts +1 -0
- package/build/icons/svgs/sinaWeibo.js +8 -0
- package/build/icons/svgs/skipBackward.d.ts +1 -0
- package/build/icons/svgs/skipBackward.js +8 -0
- package/build/icons/svgs/skipBackwardBtn.d.ts +1 -0
- package/build/icons/svgs/skipBackwardBtn.js +8 -0
- package/build/icons/svgs/skipBackwardBtnFill.d.ts +1 -0
- package/build/icons/svgs/skipBackwardBtnFill.js +8 -0
- package/build/icons/svgs/skipBackwardCircle.d.ts +1 -0
- package/build/icons/svgs/skipBackwardCircle.js +8 -0
- package/build/icons/svgs/skipBackwardCircleFill.d.ts +1 -0
- package/build/icons/svgs/skipBackwardCircleFill.js +8 -0
- package/build/icons/svgs/skipBackwardFill.d.ts +1 -0
- package/build/icons/svgs/skipBackwardFill.js +8 -0
- package/build/icons/svgs/skipEnd.d.ts +1 -0
- package/build/icons/svgs/skipEnd.js +8 -0
- package/build/icons/svgs/skipEndBtn.d.ts +1 -0
- package/build/icons/svgs/skipEndBtn.js +8 -0
- package/build/icons/svgs/skipEndBtnFill.d.ts +1 -0
- package/build/icons/svgs/skipEndBtnFill.js +8 -0
- package/build/icons/svgs/skipEndCircle.d.ts +1 -0
- package/build/icons/svgs/skipEndCircle.js +8 -0
- package/build/icons/svgs/skipEndCircleFill.d.ts +1 -0
- package/build/icons/svgs/skipEndCircleFill.js +8 -0
- package/build/icons/svgs/skipEndFill.d.ts +1 -0
- package/build/icons/svgs/skipEndFill.js +8 -0
- package/build/icons/svgs/skipForward.d.ts +1 -0
- package/build/icons/svgs/skipForward.js +8 -0
- package/build/icons/svgs/skipForwardBtn.d.ts +1 -0
- package/build/icons/svgs/skipForwardBtn.js +8 -0
- package/build/icons/svgs/skipForwardBtnFill.d.ts +1 -0
- package/build/icons/svgs/skipForwardBtnFill.js +8 -0
- package/build/icons/svgs/skipForwardCircle.d.ts +1 -0
- package/build/icons/svgs/skipForwardCircle.js +8 -0
- package/build/icons/svgs/skipForwardCircleFill.d.ts +1 -0
- package/build/icons/svgs/skipForwardCircleFill.js +8 -0
- package/build/icons/svgs/skipForwardFill.d.ts +1 -0
- package/build/icons/svgs/skipForwardFill.js +8 -0
- package/build/icons/svgs/skipStart.d.ts +1 -0
- package/build/icons/svgs/skipStart.js +8 -0
- package/build/icons/svgs/skipStartBtn.d.ts +1 -0
- package/build/icons/svgs/skipStartBtn.js +8 -0
- package/build/icons/svgs/skipStartBtnFill.d.ts +1 -0
- package/build/icons/svgs/skipStartBtnFill.js +8 -0
- package/build/icons/svgs/skipStartCircle.d.ts +1 -0
- package/build/icons/svgs/skipStartCircle.js +8 -0
- package/build/icons/svgs/skipStartCircleFill.d.ts +1 -0
- package/build/icons/svgs/skipStartCircleFill.js +8 -0
- package/build/icons/svgs/skipStartFill.d.ts +1 -0
- package/build/icons/svgs/skipStartFill.js +8 -0
- package/build/icons/svgs/skype.d.ts +1 -0
- package/build/icons/svgs/skype.js +8 -0
- package/build/icons/svgs/slack.d.ts +1 -0
- package/build/icons/svgs/slack.js +8 -0
- package/build/icons/svgs/slash.d.ts +1 -0
- package/build/icons/svgs/slash.js +8 -0
- package/build/icons/svgs/slashCircle.d.ts +1 -0
- package/build/icons/svgs/slashCircle.js +8 -0
- package/build/icons/svgs/slashCircleFill.d.ts +1 -0
- package/build/icons/svgs/slashCircleFill.js +8 -0
- package/build/icons/svgs/slashLg.d.ts +1 -0
- package/build/icons/svgs/slashLg.js +8 -0
- package/build/icons/svgs/slashSquare.d.ts +1 -0
- package/build/icons/svgs/slashSquare.js +8 -0
- package/build/icons/svgs/slashSquareFill.d.ts +1 -0
- package/build/icons/svgs/slashSquareFill.js +8 -0
- package/build/icons/svgs/sliders.d.ts +1 -0
- package/build/icons/svgs/sliders.js +8 -0
- package/build/icons/svgs/sliders2.d.ts +1 -0
- package/build/icons/svgs/sliders2.js +8 -0
- package/build/icons/svgs/sliders2Vertical.d.ts +1 -0
- package/build/icons/svgs/sliders2Vertical.js +8 -0
- package/build/icons/svgs/smartwatch.d.ts +1 -0
- package/build/icons/svgs/smartwatch.js +8 -0
- package/build/icons/svgs/snapchat.d.ts +1 -0
- package/build/icons/svgs/snapchat.js +8 -0
- package/build/icons/svgs/snow.d.ts +1 -0
- package/build/icons/svgs/snow.js +8 -0
- package/build/icons/svgs/snow2.d.ts +1 -0
- package/build/icons/svgs/snow2.js +8 -0
- package/build/icons/svgs/snow3.d.ts +1 -0
- package/build/icons/svgs/snow3.js +8 -0
- package/build/icons/svgs/sortAlphaDown.d.ts +1 -0
- package/build/icons/svgs/sortAlphaDown.js +8 -0
- package/build/icons/svgs/sortAlphaDownAlt.d.ts +1 -0
- package/build/icons/svgs/sortAlphaDownAlt.js +8 -0
- package/build/icons/svgs/sortAlphaUp.d.ts +1 -0
- package/build/icons/svgs/sortAlphaUp.js +8 -0
- package/build/icons/svgs/sortAlphaUpAlt.d.ts +1 -0
- package/build/icons/svgs/sortAlphaUpAlt.js +8 -0
- package/build/icons/svgs/sortDown.d.ts +1 -0
- package/build/icons/svgs/sortDown.js +8 -0
- package/build/icons/svgs/sortDownAlt.d.ts +1 -0
- package/build/icons/svgs/sortDownAlt.js +8 -0
- package/build/icons/svgs/sortNumericDown.d.ts +1 -0
- package/build/icons/svgs/sortNumericDown.js +8 -0
- package/build/icons/svgs/sortNumericDownAlt.d.ts +1 -0
- package/build/icons/svgs/sortNumericDownAlt.js +8 -0
- package/build/icons/svgs/sortNumericUp.d.ts +1 -0
- package/build/icons/svgs/sortNumericUp.js +8 -0
- package/build/icons/svgs/sortNumericUpAlt.d.ts +1 -0
- package/build/icons/svgs/sortNumericUpAlt.js +8 -0
- package/build/icons/svgs/sortUp.d.ts +1 -0
- package/build/icons/svgs/sortUp.js +8 -0
- package/build/icons/svgs/sortUpAlt.d.ts +1 -0
- package/build/icons/svgs/sortUpAlt.js +8 -0
- package/build/icons/svgs/soundwave.d.ts +1 -0
- package/build/icons/svgs/soundwave.js +8 -0
- package/build/icons/svgs/sourceforge.d.ts +1 -0
- package/build/icons/svgs/sourceforge.js +8 -0
- package/build/icons/svgs/speaker.d.ts +1 -0
- package/build/icons/svgs/speaker.js +8 -0
- package/build/icons/svgs/speakerFill.d.ts +1 -0
- package/build/icons/svgs/speakerFill.js +8 -0
- package/build/icons/svgs/speedometer.d.ts +1 -0
- package/build/icons/svgs/speedometer.js +8 -0
- package/build/icons/svgs/speedometer2.d.ts +1 -0
- package/build/icons/svgs/speedometer2.js +8 -0
- package/build/icons/svgs/spellcheck.d.ts +1 -0
- package/build/icons/svgs/spellcheck.js +8 -0
- package/build/icons/svgs/spotify.d.ts +1 -0
- package/build/icons/svgs/spotify.js +8 -0
- package/build/icons/svgs/square.d.ts +1 -0
- package/build/icons/svgs/square.js +8 -0
- package/build/icons/svgs/squareFill.d.ts +1 -0
- package/build/icons/svgs/squareFill.js +8 -0
- package/build/icons/svgs/squareHalf.d.ts +1 -0
- package/build/icons/svgs/squareHalf.js +8 -0
- package/build/icons/svgs/stack.d.ts +1 -0
- package/build/icons/svgs/stack.js +8 -0
- package/build/icons/svgs/stackOverflow.d.ts +1 -0
- package/build/icons/svgs/stackOverflow.js +8 -0
- package/build/icons/svgs/star.d.ts +1 -0
- package/build/icons/svgs/star.js +8 -0
- package/build/icons/svgs/starFill.d.ts +1 -0
- package/build/icons/svgs/starFill.js +8 -0
- package/build/icons/svgs/starHalf.d.ts +1 -0
- package/build/icons/svgs/starHalf.js +8 -0
- package/build/icons/svgs/stars.d.ts +1 -0
- package/build/icons/svgs/stars.js +8 -0
- package/build/icons/svgs/steam.d.ts +1 -0
- package/build/icons/svgs/steam.js +8 -0
- package/build/icons/svgs/stickies.d.ts +1 -0
- package/build/icons/svgs/stickies.js +8 -0
- package/build/icons/svgs/stickiesFill.d.ts +1 -0
- package/build/icons/svgs/stickiesFill.js +8 -0
- package/build/icons/svgs/sticky.d.ts +1 -0
- package/build/icons/svgs/sticky.js +8 -0
- package/build/icons/svgs/stickyFill.d.ts +1 -0
- package/build/icons/svgs/stickyFill.js +8 -0
- package/build/icons/svgs/stop.d.ts +1 -0
- package/build/icons/svgs/stop.js +8 -0
- package/build/icons/svgs/stopBtn.d.ts +1 -0
- package/build/icons/svgs/stopBtn.js +8 -0
- package/build/icons/svgs/stopBtnFill.d.ts +1 -0
- package/build/icons/svgs/stopBtnFill.js +8 -0
- package/build/icons/svgs/stopCircle.d.ts +1 -0
- package/build/icons/svgs/stopCircle.js +8 -0
- package/build/icons/svgs/stopCircleFill.d.ts +1 -0
- package/build/icons/svgs/stopCircleFill.js +8 -0
- package/build/icons/svgs/stopFill.d.ts +1 -0
- package/build/icons/svgs/stopFill.js +8 -0
- package/build/icons/svgs/stoplights.d.ts +1 -0
- package/build/icons/svgs/stoplights.js +8 -0
- package/build/icons/svgs/stoplightsFill.d.ts +1 -0
- package/build/icons/svgs/stoplightsFill.js +8 -0
- package/build/icons/svgs/stopwatch.d.ts +1 -0
- package/build/icons/svgs/stopwatch.js +8 -0
- package/build/icons/svgs/stopwatchFill.d.ts +1 -0
- package/build/icons/svgs/stopwatchFill.js +8 -0
- package/build/icons/svgs/strava.d.ts +1 -0
- package/build/icons/svgs/strava.js +8 -0
- package/build/icons/svgs/stripe.d.ts +1 -0
- package/build/icons/svgs/stripe.js +8 -0
- package/build/icons/svgs/subscript.d.ts +1 -0
- package/build/icons/svgs/subscript.js +8 -0
- package/build/icons/svgs/substack.d.ts +1 -0
- package/build/icons/svgs/substack.js +8 -0
- package/build/icons/svgs/subtract.d.ts +1 -0
- package/build/icons/svgs/subtract.js +8 -0
- package/build/icons/svgs/suitClub.d.ts +1 -0
- package/build/icons/svgs/suitClub.js +8 -0
- package/build/icons/svgs/suitClubFill.d.ts +1 -0
- package/build/icons/svgs/suitClubFill.js +8 -0
- package/build/icons/svgs/suitDiamond.d.ts +1 -0
- package/build/icons/svgs/suitDiamond.js +8 -0
- package/build/icons/svgs/suitDiamondFill.d.ts +1 -0
- package/build/icons/svgs/suitDiamondFill.js +8 -0
- package/build/icons/svgs/suitHeart.d.ts +1 -0
- package/build/icons/svgs/suitHeart.js +8 -0
- package/build/icons/svgs/suitHeartFill.d.ts +1 -0
- package/build/icons/svgs/suitHeartFill.js +8 -0
- package/build/icons/svgs/suitSpade.d.ts +1 -0
- package/build/icons/svgs/suitSpade.js +8 -0
- package/build/icons/svgs/suitSpadeFill.d.ts +1 -0
- package/build/icons/svgs/suitSpadeFill.js +8 -0
- package/build/icons/svgs/suitcase.d.ts +1 -0
- package/build/icons/svgs/suitcase.js +8 -0
- package/build/icons/svgs/suitcase2.d.ts +1 -0
- package/build/icons/svgs/suitcase2.js +8 -0
- package/build/icons/svgs/suitcase2Fill.d.ts +1 -0
- package/build/icons/svgs/suitcase2Fill.js +8 -0
- package/build/icons/svgs/suitcaseFill.d.ts +1 -0
- package/build/icons/svgs/suitcaseFill.js +8 -0
- package/build/icons/svgs/suitcaseLg.d.ts +1 -0
- package/build/icons/svgs/suitcaseLg.js +8 -0
- package/build/icons/svgs/suitcaseLgFill.d.ts +1 -0
- package/build/icons/svgs/suitcaseLgFill.js +8 -0
- package/build/icons/svgs/sun.d.ts +1 -0
- package/build/icons/svgs/sun.js +8 -0
- package/build/icons/svgs/sunFill.d.ts +1 -0
- package/build/icons/svgs/sunFill.js +8 -0
- package/build/icons/svgs/sunglasses.d.ts +1 -0
- package/build/icons/svgs/sunglasses.js +8 -0
- package/build/icons/svgs/sunrise.d.ts +1 -0
- package/build/icons/svgs/sunrise.js +8 -0
- package/build/icons/svgs/sunriseFill.d.ts +1 -0
- package/build/icons/svgs/sunriseFill.js +8 -0
- package/build/icons/svgs/sunset.d.ts +1 -0
- package/build/icons/svgs/sunset.js +8 -0
- package/build/icons/svgs/sunsetFill.d.ts +1 -0
- package/build/icons/svgs/sunsetFill.js +8 -0
- package/build/icons/svgs/superscript.d.ts +1 -0
- package/build/icons/svgs/superscript.js +8 -0
- package/build/icons/svgs/symmetryHorizontal.d.ts +1 -0
- package/build/icons/svgs/symmetryHorizontal.js +8 -0
- package/build/icons/svgs/symmetryVertical.d.ts +1 -0
- package/build/icons/svgs/symmetryVertical.js +8 -0
- package/build/icons/svgs/table.d.ts +1 -0
- package/build/icons/svgs/table.js +8 -0
- package/build/icons/svgs/tablet.d.ts +1 -0
- package/build/icons/svgs/tablet.js +8 -0
- package/build/icons/svgs/tabletFill.d.ts +1 -0
- package/build/icons/svgs/tabletFill.js +8 -0
- package/build/icons/svgs/tabletLandscape.d.ts +1 -0
- package/build/icons/svgs/tabletLandscape.js +8 -0
- package/build/icons/svgs/tabletLandscapeFill.d.ts +1 -0
- package/build/icons/svgs/tabletLandscapeFill.js +8 -0
- package/build/icons/svgs/tag.d.ts +1 -0
- package/build/icons/svgs/tag.js +8 -0
- package/build/icons/svgs/tagFill.d.ts +1 -0
- package/build/icons/svgs/tagFill.js +8 -0
- package/build/icons/svgs/tags.d.ts +1 -0
- package/build/icons/svgs/tags.js +8 -0
- package/build/icons/svgs/tagsFill.d.ts +1 -0
- package/build/icons/svgs/tagsFill.js +8 -0
- package/build/icons/svgs/taxiFront.d.ts +1 -0
- package/build/icons/svgs/taxiFront.js +8 -0
- package/build/icons/svgs/taxiFrontFill.d.ts +1 -0
- package/build/icons/svgs/taxiFrontFill.js +8 -0
- package/build/icons/svgs/telegram.d.ts +1 -0
- package/build/icons/svgs/telegram.js +8 -0
- package/build/icons/svgs/telephone.d.ts +1 -0
- package/build/icons/svgs/telephone.js +8 -0
- package/build/icons/svgs/telephoneFill.d.ts +1 -0
- package/build/icons/svgs/telephoneFill.js +8 -0
- package/build/icons/svgs/telephoneForward.d.ts +1 -0
- package/build/icons/svgs/telephoneForward.js +8 -0
- package/build/icons/svgs/telephoneForwardFill.d.ts +1 -0
- package/build/icons/svgs/telephoneForwardFill.js +8 -0
- package/build/icons/svgs/telephoneInbound.d.ts +1 -0
- package/build/icons/svgs/telephoneInbound.js +8 -0
- package/build/icons/svgs/telephoneInboundFill.d.ts +1 -0
- package/build/icons/svgs/telephoneInboundFill.js +8 -0
- package/build/icons/svgs/telephoneMinus.d.ts +1 -0
- package/build/icons/svgs/telephoneMinus.js +8 -0
- package/build/icons/svgs/telephoneMinusFill.d.ts +1 -0
- package/build/icons/svgs/telephoneMinusFill.js +8 -0
- package/build/icons/svgs/telephoneOutbound.d.ts +1 -0
- package/build/icons/svgs/telephoneOutbound.js +8 -0
- package/build/icons/svgs/telephoneOutboundFill.d.ts +1 -0
- package/build/icons/svgs/telephoneOutboundFill.js +8 -0
- package/build/icons/svgs/telephonePlus.d.ts +1 -0
- package/build/icons/svgs/telephonePlus.js +8 -0
- package/build/icons/svgs/telephonePlusFill.d.ts +1 -0
- package/build/icons/svgs/telephonePlusFill.js +8 -0
- package/build/icons/svgs/telephoneX.d.ts +1 -0
- package/build/icons/svgs/telephoneX.js +8 -0
- package/build/icons/svgs/telephoneXFill.d.ts +1 -0
- package/build/icons/svgs/telephoneXFill.js +8 -0
- package/build/icons/svgs/tencentQq.d.ts +1 -0
- package/build/icons/svgs/tencentQq.js +8 -0
- package/build/icons/svgs/terminal.d.ts +1 -0
- package/build/icons/svgs/terminal.js +8 -0
- package/build/icons/svgs/terminalDash.d.ts +1 -0
- package/build/icons/svgs/terminalDash.js +8 -0
- package/build/icons/svgs/terminalFill.d.ts +1 -0
- package/build/icons/svgs/terminalFill.js +8 -0
- package/build/icons/svgs/terminalPlus.d.ts +1 -0
- package/build/icons/svgs/terminalPlus.js +8 -0
- package/build/icons/svgs/terminalSplit.d.ts +1 -0
- package/build/icons/svgs/terminalSplit.js +8 -0
- package/build/icons/svgs/terminalX.d.ts +1 -0
- package/build/icons/svgs/terminalX.js +8 -0
- package/build/icons/svgs/textCenter.d.ts +1 -0
- package/build/icons/svgs/textCenter.js +8 -0
- package/build/icons/svgs/textIndentLeft.d.ts +1 -0
- package/build/icons/svgs/textIndentLeft.js +8 -0
- package/build/icons/svgs/textIndentRight.d.ts +1 -0
- package/build/icons/svgs/textIndentRight.js +8 -0
- package/build/icons/svgs/textLeft.d.ts +1 -0
- package/build/icons/svgs/textLeft.js +8 -0
- package/build/icons/svgs/textParagraph.d.ts +1 -0
- package/build/icons/svgs/textParagraph.js +8 -0
- package/build/icons/svgs/textRight.d.ts +1 -0
- package/build/icons/svgs/textRight.js +8 -0
- package/build/icons/svgs/textWrap.d.ts +1 -0
- package/build/icons/svgs/textWrap.js +8 -0
- package/build/icons/svgs/textarea.d.ts +1 -0
- package/build/icons/svgs/textarea.js +8 -0
- package/build/icons/svgs/textareaResize.d.ts +1 -0
- package/build/icons/svgs/textareaResize.js +8 -0
- package/build/icons/svgs/textareaT.d.ts +1 -0
- package/build/icons/svgs/textareaT.js +8 -0
- package/build/icons/svgs/thermometer.d.ts +1 -0
- package/build/icons/svgs/thermometer.js +8 -0
- package/build/icons/svgs/thermometerHalf.d.ts +1 -0
- package/build/icons/svgs/thermometerHalf.js +8 -0
- package/build/icons/svgs/thermometerHigh.d.ts +1 -0
- package/build/icons/svgs/thermometerHigh.js +8 -0
- package/build/icons/svgs/thermometerLow.d.ts +1 -0
- package/build/icons/svgs/thermometerLow.js +8 -0
- package/build/icons/svgs/thermometerSnow.d.ts +1 -0
- package/build/icons/svgs/thermometerSnow.js +8 -0
- package/build/icons/svgs/thermometerSun.d.ts +1 -0
- package/build/icons/svgs/thermometerSun.js +8 -0
- package/build/icons/svgs/threads.d.ts +1 -0
- package/build/icons/svgs/threads.js +8 -0
- package/build/icons/svgs/threadsFill.d.ts +1 -0
- package/build/icons/svgs/threadsFill.js +8 -0
- package/build/icons/svgs/threeDots.d.ts +1 -0
- package/build/icons/svgs/threeDots.js +8 -0
- package/build/icons/svgs/threeDotsVertical.d.ts +1 -0
- package/build/icons/svgs/threeDotsVertical.js +8 -0
- package/build/icons/svgs/thunderbolt.d.ts +1 -0
- package/build/icons/svgs/thunderbolt.js +8 -0
- package/build/icons/svgs/thunderboltFill.d.ts +1 -0
- package/build/icons/svgs/thunderboltFill.js +8 -0
- package/build/icons/svgs/ticket.d.ts +1 -0
- package/build/icons/svgs/ticket.js +8 -0
- package/build/icons/svgs/ticketDetailed.d.ts +1 -0
- package/build/icons/svgs/ticketDetailed.js +8 -0
- package/build/icons/svgs/ticketDetailedFill.d.ts +1 -0
- package/build/icons/svgs/ticketDetailedFill.js +8 -0
- package/build/icons/svgs/ticketFill.d.ts +1 -0
- package/build/icons/svgs/ticketFill.js +8 -0
- package/build/icons/svgs/ticketPerforated.d.ts +1 -0
- package/build/icons/svgs/ticketPerforated.js +8 -0
- package/build/icons/svgs/ticketPerforatedFill.d.ts +1 -0
- package/build/icons/svgs/ticketPerforatedFill.js +8 -0
- package/build/icons/svgs/tiktok.d.ts +1 -0
- package/build/icons/svgs/tiktok.js +8 -0
- package/build/icons/svgs/toggle2Off.d.ts +1 -0
- package/build/icons/svgs/toggle2Off.js +8 -0
- package/build/icons/svgs/toggle2On.d.ts +1 -0
- package/build/icons/svgs/toggle2On.js +8 -0
- package/build/icons/svgs/toggleOff.d.ts +1 -0
- package/build/icons/svgs/toggleOff.js +8 -0
- package/build/icons/svgs/toggleOn.d.ts +1 -0
- package/build/icons/svgs/toggleOn.js +8 -0
- package/build/icons/svgs/toggles.d.ts +1 -0
- package/build/icons/svgs/toggles.js +8 -0
- package/build/icons/svgs/toggles2.d.ts +1 -0
- package/build/icons/svgs/toggles2.js +8 -0
- package/build/icons/svgs/tools.d.ts +1 -0
- package/build/icons/svgs/tools.js +8 -0
- package/build/icons/svgs/tornado.d.ts +1 -0
- package/build/icons/svgs/tornado.js +8 -0
- package/build/icons/svgs/trainFreightFront.d.ts +1 -0
- package/build/icons/svgs/trainFreightFront.js +8 -0
- package/build/icons/svgs/trainFreightFrontFill.d.ts +1 -0
- package/build/icons/svgs/trainFreightFrontFill.js +8 -0
- package/build/icons/svgs/trainFront.d.ts +1 -0
- package/build/icons/svgs/trainFront.js +8 -0
- package/build/icons/svgs/trainFrontFill.d.ts +1 -0
- package/build/icons/svgs/trainFrontFill.js +8 -0
- package/build/icons/svgs/trainLightrailFront.d.ts +1 -0
- package/build/icons/svgs/trainLightrailFront.js +8 -0
- package/build/icons/svgs/trainLightrailFrontFill.d.ts +1 -0
- package/build/icons/svgs/trainLightrailFrontFill.js +8 -0
- package/build/icons/svgs/translate.d.ts +1 -0
- package/build/icons/svgs/translate.js +8 -0
- package/build/icons/svgs/transparency.d.ts +1 -0
- package/build/icons/svgs/transparency.js +8 -0
- package/build/icons/svgs/trash.d.ts +1 -0
- package/build/icons/svgs/trash.js +8 -0
- package/build/icons/svgs/trash2.d.ts +1 -0
- package/build/icons/svgs/trash2.js +8 -0
- package/build/icons/svgs/trash2Fill.d.ts +1 -0
- package/build/icons/svgs/trash2Fill.js +8 -0
- package/build/icons/svgs/trash3.d.ts +1 -0
- package/build/icons/svgs/trash3.js +8 -0
- package/build/icons/svgs/trash3Fill.d.ts +1 -0
- package/build/icons/svgs/trash3Fill.js +8 -0
- package/build/icons/svgs/trashFill.d.ts +1 -0
- package/build/icons/svgs/trashFill.js +8 -0
- package/build/icons/svgs/tree.d.ts +1 -0
- package/build/icons/svgs/tree.js +8 -0
- package/build/icons/svgs/treeFill.d.ts +1 -0
- package/build/icons/svgs/treeFill.js +8 -0
- package/build/icons/svgs/trello.d.ts +1 -0
- package/build/icons/svgs/trello.js +8 -0
- package/build/icons/svgs/triangle.d.ts +1 -0
- package/build/icons/svgs/triangle.js +8 -0
- package/build/icons/svgs/triangleFill.d.ts +1 -0
- package/build/icons/svgs/triangleFill.js +8 -0
- package/build/icons/svgs/triangleHalf.d.ts +1 -0
- package/build/icons/svgs/triangleHalf.js +8 -0
- package/build/icons/svgs/trophy.d.ts +1 -0
- package/build/icons/svgs/trophy.js +8 -0
- package/build/icons/svgs/trophyFill.d.ts +1 -0
- package/build/icons/svgs/trophyFill.js +8 -0
- package/build/icons/svgs/tropicalStorm.d.ts +1 -0
- package/build/icons/svgs/tropicalStorm.js +8 -0
- package/build/icons/svgs/truck.d.ts +1 -0
- package/build/icons/svgs/truck.js +8 -0
- package/build/icons/svgs/truckFlatbed.d.ts +1 -0
- package/build/icons/svgs/truckFlatbed.js +8 -0
- package/build/icons/svgs/truckFront.d.ts +1 -0
- package/build/icons/svgs/truckFront.js +8 -0
- package/build/icons/svgs/truckFrontFill.d.ts +1 -0
- package/build/icons/svgs/truckFrontFill.js +8 -0
- package/build/icons/svgs/tsunami.d.ts +1 -0
- package/build/icons/svgs/tsunami.js +8 -0
- package/build/icons/svgs/tux.d.ts +1 -0
- package/build/icons/svgs/tux.js +8 -0
- package/build/icons/svgs/tv.d.ts +1 -0
- package/build/icons/svgs/tv.js +8 -0
- package/build/icons/svgs/tvFill.d.ts +1 -0
- package/build/icons/svgs/tvFill.js +8 -0
- package/build/icons/svgs/twitch.d.ts +1 -0
- package/build/icons/svgs/twitch.js +8 -0
- package/build/icons/svgs/twitter.d.ts +1 -0
- package/build/icons/svgs/twitter.js +8 -0
- package/build/icons/svgs/twitterX.d.ts +1 -0
- package/build/icons/svgs/twitterX.js +8 -0
- package/build/icons/svgs/type.d.ts +1 -0
- package/build/icons/svgs/type.js +8 -0
- package/build/icons/svgs/typeBold.d.ts +1 -0
- package/build/icons/svgs/typeBold.js +8 -0
- package/build/icons/svgs/typeH1.d.ts +1 -0
- package/build/icons/svgs/typeH1.js +8 -0
- package/build/icons/svgs/typeH2.d.ts +1 -0
- package/build/icons/svgs/typeH2.js +8 -0
- package/build/icons/svgs/typeH3.d.ts +1 -0
- package/build/icons/svgs/typeH3.js +8 -0
- package/build/icons/svgs/typeH4.d.ts +1 -0
- package/build/icons/svgs/typeH4.js +8 -0
- package/build/icons/svgs/typeH5.d.ts +1 -0
- package/build/icons/svgs/typeH5.js +8 -0
- package/build/icons/svgs/typeH6.d.ts +1 -0
- package/build/icons/svgs/typeH6.js +8 -0
- package/build/icons/svgs/typeItalic.d.ts +1 -0
- package/build/icons/svgs/typeItalic.js +8 -0
- package/build/icons/svgs/typeStrikethrough.d.ts +1 -0
- package/build/icons/svgs/typeStrikethrough.js +8 -0
- package/build/icons/svgs/typeUnderline.d.ts +1 -0
- package/build/icons/svgs/typeUnderline.js +8 -0
- package/build/icons/svgs/typescript.d.ts +1 -0
- package/build/icons/svgs/typescript.js +8 -0
- package/build/icons/svgs/ubuntu.d.ts +1 -0
- package/build/icons/svgs/ubuntu.js +8 -0
- package/build/icons/svgs/uiChecks.d.ts +1 -0
- package/build/icons/svgs/uiChecks.js +8 -0
- package/build/icons/svgs/uiChecksGrid.d.ts +1 -0
- package/build/icons/svgs/uiChecksGrid.js +8 -0
- package/build/icons/svgs/uiRadios.d.ts +1 -0
- package/build/icons/svgs/uiRadios.js +8 -0
- package/build/icons/svgs/uiRadiosGrid.d.ts +1 -0
- package/build/icons/svgs/uiRadiosGrid.js +8 -0
- package/build/icons/svgs/umbrella.d.ts +1 -0
- package/build/icons/svgs/umbrella.js +8 -0
- package/build/icons/svgs/umbrellaFill.d.ts +1 -0
- package/build/icons/svgs/umbrellaFill.js +8 -0
- package/build/icons/svgs/unindent.d.ts +1 -0
- package/build/icons/svgs/unindent.js +8 -0
- package/build/icons/svgs/union.d.ts +1 -0
- package/build/icons/svgs/union.js +8 -0
- package/build/icons/svgs/unity.d.ts +1 -0
- package/build/icons/svgs/unity.js +8 -0
- package/build/icons/svgs/universalAccess.d.ts +1 -0
- package/build/icons/svgs/universalAccess.js +8 -0
- package/build/icons/svgs/universalAccessCircle.d.ts +1 -0
- package/build/icons/svgs/universalAccessCircle.js +8 -0
- package/build/icons/svgs/unlock.d.ts +1 -0
- package/build/icons/svgs/unlock.js +8 -0
- package/build/icons/svgs/unlock2.d.ts +1 -0
- package/build/icons/svgs/unlock2.js +8 -0
- package/build/icons/svgs/unlock2Fill.d.ts +1 -0
- package/build/icons/svgs/unlock2Fill.js +8 -0
- package/build/icons/svgs/unlockFill.d.ts +1 -0
- package/build/icons/svgs/unlockFill.js +8 -0
- package/build/icons/svgs/upc.d.ts +1 -0
- package/build/icons/svgs/upc.js +8 -0
- package/build/icons/svgs/upcScan.d.ts +1 -0
- package/build/icons/svgs/upcScan.js +8 -0
- package/build/icons/svgs/upload.d.ts +1 -0
- package/build/icons/svgs/upload.js +8 -0
- package/build/icons/svgs/usb.d.ts +1 -0
- package/build/icons/svgs/usb.js +8 -0
- package/build/icons/svgs/usbC.d.ts +1 -0
- package/build/icons/svgs/usbC.js +8 -0
- package/build/icons/svgs/usbCFill.d.ts +1 -0
- package/build/icons/svgs/usbCFill.js +8 -0
- package/build/icons/svgs/usbDrive.d.ts +1 -0
- package/build/icons/svgs/usbDrive.js +8 -0
- package/build/icons/svgs/usbDriveFill.d.ts +1 -0
- package/build/icons/svgs/usbDriveFill.js +8 -0
- package/build/icons/svgs/usbFill.d.ts +1 -0
- package/build/icons/svgs/usbFill.js +8 -0
- package/build/icons/svgs/usbMicro.d.ts +1 -0
- package/build/icons/svgs/usbMicro.js +8 -0
- package/build/icons/svgs/usbMicroFill.d.ts +1 -0
- package/build/icons/svgs/usbMicroFill.js +8 -0
- package/build/icons/svgs/usbMini.d.ts +1 -0
- package/build/icons/svgs/usbMini.js +8 -0
- package/build/icons/svgs/usbMiniFill.d.ts +1 -0
- package/build/icons/svgs/usbMiniFill.js +8 -0
- package/build/icons/svgs/usbPlug.d.ts +1 -0
- package/build/icons/svgs/usbPlug.js +8 -0
- package/build/icons/svgs/usbPlugFill.d.ts +1 -0
- package/build/icons/svgs/usbPlugFill.js +8 -0
- package/build/icons/svgs/usbSymbol.d.ts +1 -0
- package/build/icons/svgs/usbSymbol.js +8 -0
- package/build/icons/svgs/valentine.d.ts +1 -0
- package/build/icons/svgs/valentine.js +8 -0
- package/build/icons/svgs/valentine2.d.ts +1 -0
- package/build/icons/svgs/valentine2.js +8 -0
- package/build/icons/svgs/vectorPen.d.ts +1 -0
- package/build/icons/svgs/vectorPen.js +8 -0
- package/build/icons/svgs/viewList.d.ts +1 -0
- package/build/icons/svgs/viewList.js +8 -0
- package/build/icons/svgs/viewStacked.d.ts +1 -0
- package/build/icons/svgs/viewStacked.js +8 -0
- package/build/icons/svgs/vignette.d.ts +1 -0
- package/build/icons/svgs/vignette.js +8 -0
- package/build/icons/svgs/vimeo.d.ts +1 -0
- package/build/icons/svgs/vimeo.js +8 -0
- package/build/icons/svgs/vinyl.d.ts +1 -0
- package/build/icons/svgs/vinyl.js +8 -0
- package/build/icons/svgs/vinylFill.d.ts +1 -0
- package/build/icons/svgs/vinylFill.js +8 -0
- package/build/icons/svgs/virus.d.ts +1 -0
- package/build/icons/svgs/virus.js +8 -0
- package/build/icons/svgs/virus2.d.ts +1 -0
- package/build/icons/svgs/virus2.js +8 -0
- package/build/icons/svgs/voicemail.d.ts +1 -0
- package/build/icons/svgs/voicemail.js +8 -0
- package/build/icons/svgs/volumeDown.d.ts +1 -0
- package/build/icons/svgs/volumeDown.js +8 -0
- package/build/icons/svgs/volumeDownFill.d.ts +1 -0
- package/build/icons/svgs/volumeDownFill.js +8 -0
- package/build/icons/svgs/volumeMute.d.ts +1 -0
- package/build/icons/svgs/volumeMute.js +8 -0
- package/build/icons/svgs/volumeMuteFill.d.ts +1 -0
- package/build/icons/svgs/volumeMuteFill.js +8 -0
- package/build/icons/svgs/volumeOff.d.ts +1 -0
- package/build/icons/svgs/volumeOff.js +8 -0
- package/build/icons/svgs/volumeOffFill.d.ts +1 -0
- package/build/icons/svgs/volumeOffFill.js +8 -0
- package/build/icons/svgs/volumeUp.d.ts +1 -0
- package/build/icons/svgs/volumeUp.js +8 -0
- package/build/icons/svgs/volumeUpFill.d.ts +1 -0
- package/build/icons/svgs/volumeUpFill.js +8 -0
- package/build/icons/svgs/vr.d.ts +1 -0
- package/build/icons/svgs/vr.js +8 -0
- package/build/icons/svgs/wallet.d.ts +1 -0
- package/build/icons/svgs/wallet.js +8 -0
- package/build/icons/svgs/wallet2.d.ts +1 -0
- package/build/icons/svgs/wallet2.js +8 -0
- package/build/icons/svgs/walletFill.d.ts +1 -0
- package/build/icons/svgs/walletFill.js +8 -0
- package/build/icons/svgs/watch.d.ts +1 -0
- package/build/icons/svgs/watch.js +8 -0
- package/build/icons/svgs/water.d.ts +1 -0
- package/build/icons/svgs/water.js +8 -0
- package/build/icons/svgs/webcam.d.ts +1 -0
- package/build/icons/svgs/webcam.js +8 -0
- package/build/icons/svgs/webcamFill.d.ts +1 -0
- package/build/icons/svgs/webcamFill.js +8 -0
- package/build/icons/svgs/wechat.d.ts +1 -0
- package/build/icons/svgs/wechat.js +8 -0
- package/build/icons/svgs/whatsapp.d.ts +1 -0
- package/build/icons/svgs/whatsapp.js +8 -0
- package/build/icons/svgs/wifi.d.ts +1 -0
- package/build/icons/svgs/wifi.js +8 -0
- package/build/icons/svgs/wifi1.d.ts +1 -0
- package/build/icons/svgs/wifi1.js +8 -0
- package/build/icons/svgs/wifi2.d.ts +1 -0
- package/build/icons/svgs/wifi2.js +8 -0
- package/build/icons/svgs/wifiOff.d.ts +1 -0
- package/build/icons/svgs/wifiOff.js +8 -0
- package/build/icons/svgs/wikipedia.d.ts +1 -0
- package/build/icons/svgs/wikipedia.js +8 -0
- package/build/icons/svgs/wind.d.ts +1 -0
- package/build/icons/svgs/wind.js +8 -0
- package/build/icons/svgs/windowDash.d.ts +1 -0
- package/build/icons/svgs/windowDash.js +8 -0
- package/build/icons/svgs/windowDesktop.d.ts +1 -0
- package/build/icons/svgs/windowDesktop.js +8 -0
- package/build/icons/svgs/windowDock.d.ts +1 -0
- package/build/icons/svgs/windowDock.js +8 -0
- package/build/icons/svgs/windowFullscreen.d.ts +1 -0
- package/build/icons/svgs/windowFullscreen.js +8 -0
- package/build/icons/svgs/windowPlus.d.ts +1 -0
- package/build/icons/svgs/windowPlus.js +8 -0
- package/build/icons/svgs/windowSidebar.d.ts +1 -0
- package/build/icons/svgs/windowSidebar.js +8 -0
- package/build/icons/svgs/windowSplit.d.ts +1 -0
- package/build/icons/svgs/windowSplit.js +8 -0
- package/build/icons/svgs/windowStack.d.ts +1 -0
- package/build/icons/svgs/windowStack.js +8 -0
- package/build/icons/svgs/windowX.d.ts +1 -0
- package/build/icons/svgs/windowX.js +8 -0
- package/build/icons/svgs/window_.d.ts +1 -0
- package/build/icons/svgs/window_.js +8 -0
- package/build/icons/svgs/windows.d.ts +1 -0
- package/build/icons/svgs/windows.js +8 -0
- package/build/icons/svgs/wordpress.d.ts +1 -0
- package/build/icons/svgs/wordpress.js +8 -0
- package/build/icons/svgs/wrench.d.ts +1 -0
- package/build/icons/svgs/wrench.js +8 -0
- package/build/icons/svgs/wrenchAdjustable.d.ts +1 -0
- package/build/icons/svgs/wrenchAdjustable.js +8 -0
- package/build/icons/svgs/wrenchAdjustableCircle.d.ts +1 -0
- package/build/icons/svgs/wrenchAdjustableCircle.js +8 -0
- package/build/icons/svgs/wrenchAdjustableCircleFill.d.ts +1 -0
- package/build/icons/svgs/wrenchAdjustableCircleFill.js +8 -0
- package/build/icons/svgs/x.d.ts +1 -0
- package/build/icons/svgs/x.js +8 -0
- package/build/icons/svgs/xCircle.d.ts +1 -0
- package/build/icons/svgs/xCircle.js +8 -0
- package/build/icons/svgs/xCircleFill.d.ts +1 -0
- package/build/icons/svgs/xCircleFill.js +8 -0
- package/build/icons/svgs/xDiamond.d.ts +1 -0
- package/build/icons/svgs/xDiamond.js +8 -0
- package/build/icons/svgs/xDiamondFill.d.ts +1 -0
- package/build/icons/svgs/xDiamondFill.js +8 -0
- package/build/icons/svgs/xLg.d.ts +1 -0
- package/build/icons/svgs/xLg.js +8 -0
- package/build/icons/svgs/xOctagon.d.ts +1 -0
- package/build/icons/svgs/xOctagon.js +8 -0
- package/build/icons/svgs/xOctagonFill.d.ts +1 -0
- package/build/icons/svgs/xOctagonFill.js +8 -0
- package/build/icons/svgs/xSquare.d.ts +1 -0
- package/build/icons/svgs/xSquare.js +8 -0
- package/build/icons/svgs/xSquareFill.d.ts +1 -0
- package/build/icons/svgs/xSquareFill.js +8 -0
- package/build/icons/svgs/xbox.d.ts +1 -0
- package/build/icons/svgs/xbox.js +8 -0
- package/build/icons/svgs/yelp.d.ts +1 -0
- package/build/icons/svgs/yelp.js +8 -0
- package/build/icons/svgs/yinYang.d.ts +1 -0
- package/build/icons/svgs/yinYang.js +8 -0
- package/build/icons/svgs/youtube.d.ts +1 -0
- package/build/icons/svgs/youtube.js +8 -0
- package/build/icons/svgs/zoomIn.d.ts +1 -0
- package/build/icons/svgs/zoomIn.js +8 -0
- package/build/icons/svgs/zoomOut.d.ts +1 -0
- package/build/icons/svgs/zoomOut.js +8 -0
- package/build/ie.js +13 -0
- package/build/index-icons.js +19 -0
- package/build/index.js +15 -0
- package/dist/gd-bs-icons.js +2 -0
- package/dist/gd-bs-icons.js.LICENSE.txt +9691 -0
- package/dist/gd-bs-icons.min.js +1 -0
- package/dist/gd-bs.d.ts +3260 -0
- package/dist/gd-bs.js +2 -0
- package/dist/gd-bs.js.LICENSE.txt +1211 -0
- package/dist/gd-bs.min.js +1 -0
- package/indexv2.html +6 -6
- package/package.json +1 -1
- package/src/components/floating-ui/index.ts +3 -0
- package/src/components/floating-ui/types.d.ts +1 -0
- package/src/components/form/control.ts +5 -0
|
@@ -0,0 +1,4156 @@
|
|
|
1
|
+
// 0-circle-fill.svg
|
|
2
|
+
export const _0CircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3
|
+
// 0-circle.svg
|
|
4
|
+
export const _0Circle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
5
|
+
// 0-square-fill.svg
|
|
6
|
+
export const _0SquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
7
|
+
// 0-square.svg
|
|
8
|
+
export const _0Square: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
9
|
+
// 1-circle-fill.svg
|
|
10
|
+
export const _1CircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
11
|
+
// 1-circle.svg
|
|
12
|
+
export const _1Circle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
13
|
+
// 1-square-fill.svg
|
|
14
|
+
export const _1SquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
15
|
+
// 1-square.svg
|
|
16
|
+
export const _1Square: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
17
|
+
// 123.svg
|
|
18
|
+
export const _123: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
19
|
+
// 2-circle-fill.svg
|
|
20
|
+
export const _2CircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
21
|
+
// 2-circle.svg
|
|
22
|
+
export const _2Circle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
23
|
+
// 2-square-fill.svg
|
|
24
|
+
export const _2SquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
25
|
+
// 2-square.svg
|
|
26
|
+
export const _2Square: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
27
|
+
// 3-circle-fill.svg
|
|
28
|
+
export const _3CircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
29
|
+
// 3-circle.svg
|
|
30
|
+
export const _3Circle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
31
|
+
// 3-square-fill.svg
|
|
32
|
+
export const _3SquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
33
|
+
// 3-square.svg
|
|
34
|
+
export const _3Square: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
35
|
+
// 4-circle-fill.svg
|
|
36
|
+
export const _4CircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
37
|
+
// 4-circle.svg
|
|
38
|
+
export const _4Circle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
39
|
+
// 4-square-fill.svg
|
|
40
|
+
export const _4SquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
41
|
+
// 4-square.svg
|
|
42
|
+
export const _4Square: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
43
|
+
// 5-circle-fill.svg
|
|
44
|
+
export const _5CircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
45
|
+
// 5-circle.svg
|
|
46
|
+
export const _5Circle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
47
|
+
// 5-square-fill.svg
|
|
48
|
+
export const _5SquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
49
|
+
// 5-square.svg
|
|
50
|
+
export const _5Square: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
51
|
+
// 6-circle-fill.svg
|
|
52
|
+
export const _6CircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
53
|
+
// 6-circle.svg
|
|
54
|
+
export const _6Circle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
55
|
+
// 6-square-fill.svg
|
|
56
|
+
export const _6SquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
57
|
+
// 6-square.svg
|
|
58
|
+
export const _6Square: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
59
|
+
// 7-circle-fill.svg
|
|
60
|
+
export const _7CircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
61
|
+
// 7-circle.svg
|
|
62
|
+
export const _7Circle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
63
|
+
// 7-square-fill.svg
|
|
64
|
+
export const _7SquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
65
|
+
// 7-square.svg
|
|
66
|
+
export const _7Square: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
67
|
+
// 8-circle-fill.svg
|
|
68
|
+
export const _8CircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
69
|
+
// 8-circle.svg
|
|
70
|
+
export const _8Circle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
71
|
+
// 8-square-fill.svg
|
|
72
|
+
export const _8SquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
73
|
+
// 8-square.svg
|
|
74
|
+
export const _8Square: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
75
|
+
// 9-circle-fill.svg
|
|
76
|
+
export const _9CircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
77
|
+
// 9-circle.svg
|
|
78
|
+
export const _9Circle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
79
|
+
// 9-square-fill.svg
|
|
80
|
+
export const _9SquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
81
|
+
// 9-square.svg
|
|
82
|
+
export const _9Square: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
83
|
+
// activity.svg
|
|
84
|
+
export const activity: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
85
|
+
// airplane-engines-fill.svg
|
|
86
|
+
export const airplaneEnginesFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
87
|
+
// airplane-engines.svg
|
|
88
|
+
export const airplaneEngines: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
89
|
+
// airplane-fill.svg
|
|
90
|
+
export const airplaneFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
91
|
+
// airplane.svg
|
|
92
|
+
export const airplane: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
93
|
+
// alarm-fill.svg
|
|
94
|
+
export const alarmFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
95
|
+
// alarm.svg
|
|
96
|
+
export const alarm: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
97
|
+
// alexa.svg
|
|
98
|
+
export const alexa: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
99
|
+
// align-bottom.svg
|
|
100
|
+
export const alignBottom: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
101
|
+
// align-center.svg
|
|
102
|
+
export const alignCenter: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
103
|
+
// align-end.svg
|
|
104
|
+
export const alignEnd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
105
|
+
// align-middle.svg
|
|
106
|
+
export const alignMiddle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
107
|
+
// align-start.svg
|
|
108
|
+
export const alignStart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
109
|
+
// align-top.svg
|
|
110
|
+
export const alignTop: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
111
|
+
// alipay.svg
|
|
112
|
+
export const alipay: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
113
|
+
// alphabet-uppercase.svg
|
|
114
|
+
export const alphabetUppercase: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
115
|
+
// alphabet.svg
|
|
116
|
+
export const alphabet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
117
|
+
// alt.svg
|
|
118
|
+
export const alt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
119
|
+
// amazon.svg
|
|
120
|
+
export const amazon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
121
|
+
// amd.svg
|
|
122
|
+
export const amd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
123
|
+
// android.svg
|
|
124
|
+
export const android: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
125
|
+
// android2.svg
|
|
126
|
+
export const android2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
127
|
+
// anthropic.svg
|
|
128
|
+
export const anthropic: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
129
|
+
// app-indicator.svg
|
|
130
|
+
export const appIndicator: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
131
|
+
// app.svg
|
|
132
|
+
export const app: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
133
|
+
// apple-music.svg
|
|
134
|
+
export const appleMusic: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
135
|
+
// apple.svg
|
|
136
|
+
export const apple: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
137
|
+
// archive-fill.svg
|
|
138
|
+
export const archiveFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
139
|
+
// archive.svg
|
|
140
|
+
export const archive: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
141
|
+
// arrow-90deg-down.svg
|
|
142
|
+
export const arrow90degDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
143
|
+
// arrow-90deg-left.svg
|
|
144
|
+
export const arrow90degLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
145
|
+
// arrow-90deg-right.svg
|
|
146
|
+
export const arrow90degRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
147
|
+
// arrow-90deg-up.svg
|
|
148
|
+
export const arrow90degUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
149
|
+
// arrow-bar-down.svg
|
|
150
|
+
export const arrowBarDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
151
|
+
// arrow-bar-left.svg
|
|
152
|
+
export const arrowBarLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
153
|
+
// arrow-bar-right.svg
|
|
154
|
+
export const arrowBarRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
155
|
+
// arrow-bar-up.svg
|
|
156
|
+
export const arrowBarUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
157
|
+
// arrow-clockwise.svg
|
|
158
|
+
export const arrowClockwise: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
159
|
+
// arrow-counterclockwise.svg
|
|
160
|
+
export const arrowCounterclockwise: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
161
|
+
// arrow-down-circle-fill.svg
|
|
162
|
+
export const arrowDownCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
163
|
+
// arrow-down-circle.svg
|
|
164
|
+
export const arrowDownCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
165
|
+
// arrow-down-left-circle-fill.svg
|
|
166
|
+
export const arrowDownLeftCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
167
|
+
// arrow-down-left-circle.svg
|
|
168
|
+
export const arrowDownLeftCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
169
|
+
// arrow-down-left-square-fill.svg
|
|
170
|
+
export const arrowDownLeftSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
171
|
+
// arrow-down-left-square.svg
|
|
172
|
+
export const arrowDownLeftSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
173
|
+
// arrow-down-left.svg
|
|
174
|
+
export const arrowDownLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
175
|
+
// arrow-down-right-circle-fill.svg
|
|
176
|
+
export const arrowDownRightCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
177
|
+
// arrow-down-right-circle.svg
|
|
178
|
+
export const arrowDownRightCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
179
|
+
// arrow-down-right-square-fill.svg
|
|
180
|
+
export const arrowDownRightSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
181
|
+
// arrow-down-right-square.svg
|
|
182
|
+
export const arrowDownRightSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
183
|
+
// arrow-down-right.svg
|
|
184
|
+
export const arrowDownRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
185
|
+
// arrow-down-short.svg
|
|
186
|
+
export const arrowDownShort: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
187
|
+
// arrow-down-square-fill.svg
|
|
188
|
+
export const arrowDownSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
189
|
+
// arrow-down-square.svg
|
|
190
|
+
export const arrowDownSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
191
|
+
// arrow-down-up.svg
|
|
192
|
+
export const arrowDownUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
193
|
+
// arrow-down.svg
|
|
194
|
+
export const arrowDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
195
|
+
// arrow-left-circle-fill.svg
|
|
196
|
+
export const arrowLeftCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
197
|
+
// arrow-left-circle.svg
|
|
198
|
+
export const arrowLeftCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
199
|
+
// arrow-left-right.svg
|
|
200
|
+
export const arrowLeftRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
201
|
+
// arrow-left-short.svg
|
|
202
|
+
export const arrowLeftShort: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
203
|
+
// arrow-left-square-fill.svg
|
|
204
|
+
export const arrowLeftSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
205
|
+
// arrow-left-square.svg
|
|
206
|
+
export const arrowLeftSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
207
|
+
// arrow-left.svg
|
|
208
|
+
export const arrowLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
209
|
+
// arrow-repeat.svg
|
|
210
|
+
export const arrowRepeat: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
211
|
+
// arrow-return-left.svg
|
|
212
|
+
export const arrowReturnLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
213
|
+
// arrow-return-right.svg
|
|
214
|
+
export const arrowReturnRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
215
|
+
// arrow-right-circle-fill.svg
|
|
216
|
+
export const arrowRightCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
217
|
+
// arrow-right-circle.svg
|
|
218
|
+
export const arrowRightCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
219
|
+
// arrow-right-short.svg
|
|
220
|
+
export const arrowRightShort: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
221
|
+
// arrow-right-square-fill.svg
|
|
222
|
+
export const arrowRightSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
223
|
+
// arrow-right-square.svg
|
|
224
|
+
export const arrowRightSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
225
|
+
// arrow-right.svg
|
|
226
|
+
export const arrowRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
227
|
+
// arrow-through-heart-fill.svg
|
|
228
|
+
export const arrowThroughHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
229
|
+
// arrow-through-heart.svg
|
|
230
|
+
export const arrowThroughHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
231
|
+
// arrow-up-circle-fill.svg
|
|
232
|
+
export const arrowUpCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
233
|
+
// arrow-up-circle.svg
|
|
234
|
+
export const arrowUpCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
235
|
+
// arrow-up-left-circle-fill.svg
|
|
236
|
+
export const arrowUpLeftCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
237
|
+
// arrow-up-left-circle.svg
|
|
238
|
+
export const arrowUpLeftCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
239
|
+
// arrow-up-left-square-fill.svg
|
|
240
|
+
export const arrowUpLeftSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
241
|
+
// arrow-up-left-square.svg
|
|
242
|
+
export const arrowUpLeftSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
243
|
+
// arrow-up-left.svg
|
|
244
|
+
export const arrowUpLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
245
|
+
// arrow-up-right-circle-fill.svg
|
|
246
|
+
export const arrowUpRightCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
247
|
+
// arrow-up-right-circle.svg
|
|
248
|
+
export const arrowUpRightCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
249
|
+
// arrow-up-right-square-fill.svg
|
|
250
|
+
export const arrowUpRightSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
251
|
+
// arrow-up-right-square.svg
|
|
252
|
+
export const arrowUpRightSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
253
|
+
// arrow-up-right.svg
|
|
254
|
+
export const arrowUpRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
255
|
+
// arrow-up-short.svg
|
|
256
|
+
export const arrowUpShort: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
257
|
+
// arrow-up-square-fill.svg
|
|
258
|
+
export const arrowUpSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
259
|
+
// arrow-up-square.svg
|
|
260
|
+
export const arrowUpSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
261
|
+
// arrow-up.svg
|
|
262
|
+
export const arrowUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
263
|
+
// arrows-angle-contract.svg
|
|
264
|
+
export const arrowsAngleContract: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
265
|
+
// arrows-angle-expand.svg
|
|
266
|
+
export const arrowsAngleExpand: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
267
|
+
// arrows-collapse-vertical.svg
|
|
268
|
+
export const arrowsCollapseVertical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
269
|
+
// arrows-collapse.svg
|
|
270
|
+
export const arrowsCollapse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
271
|
+
// arrows-expand-vertical.svg
|
|
272
|
+
export const arrowsExpandVertical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
273
|
+
// arrows-expand.svg
|
|
274
|
+
export const arrowsExpand: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
275
|
+
// arrows-fullscreen.svg
|
|
276
|
+
export const arrowsFullscreen: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
277
|
+
// arrows-move.svg
|
|
278
|
+
export const arrowsMove: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
279
|
+
// arrows-vertical.svg
|
|
280
|
+
export const arrowsVertical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
281
|
+
// arrows.svg
|
|
282
|
+
export const arrows: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
283
|
+
// aspect-ratio-fill.svg
|
|
284
|
+
export const aspectRatioFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
285
|
+
// aspect-ratio.svg
|
|
286
|
+
export const aspectRatio: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
287
|
+
// asterisk.svg
|
|
288
|
+
export const asterisk: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
289
|
+
// at.svg
|
|
290
|
+
export const at: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
291
|
+
// award-fill.svg
|
|
292
|
+
export const awardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
293
|
+
// award.svg
|
|
294
|
+
export const award: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
295
|
+
// back.svg
|
|
296
|
+
export const back: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
297
|
+
// backpack-fill.svg
|
|
298
|
+
export const backpackFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
299
|
+
// backpack.svg
|
|
300
|
+
export const backpack: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
301
|
+
// backpack2-fill.svg
|
|
302
|
+
export const backpack2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
303
|
+
// backpack2.svg
|
|
304
|
+
export const backpack2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
305
|
+
// backpack3-fill.svg
|
|
306
|
+
export const backpack3Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
307
|
+
// backpack3.svg
|
|
308
|
+
export const backpack3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
309
|
+
// backpack4-fill.svg
|
|
310
|
+
export const backpack4Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
311
|
+
// backpack4.svg
|
|
312
|
+
export const backpack4: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
313
|
+
// backspace-fill.svg
|
|
314
|
+
export const backspaceFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
315
|
+
// backspace-reverse-fill.svg
|
|
316
|
+
export const backspaceReverseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
317
|
+
// backspace-reverse.svg
|
|
318
|
+
export const backspaceReverse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
319
|
+
// backspace.svg
|
|
320
|
+
export const backspace: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
321
|
+
// badge-3d-fill.svg
|
|
322
|
+
export const badge3dFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
323
|
+
// badge-3d.svg
|
|
324
|
+
export const badge3d: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
325
|
+
// badge-4k-fill.svg
|
|
326
|
+
export const badge4kFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
327
|
+
// badge-4k.svg
|
|
328
|
+
export const badge4k: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
329
|
+
// badge-8k-fill.svg
|
|
330
|
+
export const badge8kFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
331
|
+
// badge-8k.svg
|
|
332
|
+
export const badge8k: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
333
|
+
// badge-ad-fill.svg
|
|
334
|
+
export const badgeAdFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
335
|
+
// badge-ad.svg
|
|
336
|
+
export const badgeAd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
337
|
+
// badge-ar-fill.svg
|
|
338
|
+
export const badgeArFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
339
|
+
// badge-ar.svg
|
|
340
|
+
export const badgeAr: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
341
|
+
// badge-cc-fill.svg
|
|
342
|
+
export const badgeCcFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
343
|
+
// badge-cc.svg
|
|
344
|
+
export const badgeCc: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
345
|
+
// badge-hd-fill.svg
|
|
346
|
+
export const badgeHdFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
347
|
+
// badge-hd.svg
|
|
348
|
+
export const badgeHd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
349
|
+
// badge-sd-fill.svg
|
|
350
|
+
export const badgeSdFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
351
|
+
// badge-sd.svg
|
|
352
|
+
export const badgeSd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
353
|
+
// badge-tm-fill.svg
|
|
354
|
+
export const badgeTmFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
355
|
+
// badge-tm.svg
|
|
356
|
+
export const badgeTm: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
357
|
+
// badge-vo-fill.svg
|
|
358
|
+
export const badgeVoFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
359
|
+
// badge-vo.svg
|
|
360
|
+
export const badgeVo: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
361
|
+
// badge-vr-fill.svg
|
|
362
|
+
export const badgeVrFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
363
|
+
// badge-vr.svg
|
|
364
|
+
export const badgeVr: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
365
|
+
// badge-wc-fill.svg
|
|
366
|
+
export const badgeWcFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
367
|
+
// badge-wc.svg
|
|
368
|
+
export const badgeWc: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
369
|
+
// bag-check-fill.svg
|
|
370
|
+
export const bagCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
371
|
+
// bag-check.svg
|
|
372
|
+
export const bagCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
373
|
+
// bag-dash-fill.svg
|
|
374
|
+
export const bagDashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
375
|
+
// bag-dash.svg
|
|
376
|
+
export const bagDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
377
|
+
// bag-fill.svg
|
|
378
|
+
export const bagFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
379
|
+
// bag-heart-fill.svg
|
|
380
|
+
export const bagHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
381
|
+
// bag-heart.svg
|
|
382
|
+
export const bagHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
383
|
+
// bag-plus-fill.svg
|
|
384
|
+
export const bagPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
385
|
+
// bag-plus.svg
|
|
386
|
+
export const bagPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
387
|
+
// bag-x-fill.svg
|
|
388
|
+
export const bagXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
389
|
+
// bag-x.svg
|
|
390
|
+
export const bagX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
391
|
+
// bag.svg
|
|
392
|
+
export const bag: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
393
|
+
// balloon-fill.svg
|
|
394
|
+
export const balloonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
395
|
+
// balloon-heart-fill.svg
|
|
396
|
+
export const balloonHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
397
|
+
// balloon-heart.svg
|
|
398
|
+
export const balloonHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
399
|
+
// balloon.svg
|
|
400
|
+
export const balloon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
401
|
+
// ban-fill.svg
|
|
402
|
+
export const banFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
403
|
+
// ban.svg
|
|
404
|
+
export const ban: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
405
|
+
// bandaid-fill.svg
|
|
406
|
+
export const bandaidFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
407
|
+
// bandaid.svg
|
|
408
|
+
export const bandaid: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
409
|
+
// bank.svg
|
|
410
|
+
export const bank: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
411
|
+
// bank2.svg
|
|
412
|
+
export const bank2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
413
|
+
// bar-chart-fill.svg
|
|
414
|
+
export const barChartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
415
|
+
// bar-chart-line-fill.svg
|
|
416
|
+
export const barChartLineFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
417
|
+
// bar-chart-line.svg
|
|
418
|
+
export const barChartLine: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
419
|
+
// bar-chart-steps.svg
|
|
420
|
+
export const barChartSteps: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
421
|
+
// bar-chart.svg
|
|
422
|
+
export const barChart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
423
|
+
// basket-fill.svg
|
|
424
|
+
export const basketFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
425
|
+
// basket.svg
|
|
426
|
+
export const basket: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
427
|
+
// basket2-fill.svg
|
|
428
|
+
export const basket2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
429
|
+
// basket2.svg
|
|
430
|
+
export const basket2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
431
|
+
// basket3-fill.svg
|
|
432
|
+
export const basket3Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
433
|
+
// basket3.svg
|
|
434
|
+
export const basket3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
435
|
+
// battery-charging.svg
|
|
436
|
+
export const batteryCharging: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
437
|
+
// battery-full.svg
|
|
438
|
+
export const batteryFull: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
439
|
+
// battery-half.svg
|
|
440
|
+
export const batteryHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
441
|
+
// battery-low.svg
|
|
442
|
+
export const batteryLow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
443
|
+
// battery.svg
|
|
444
|
+
export const battery: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
445
|
+
// beaker-fill.svg
|
|
446
|
+
export const beakerFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
447
|
+
// beaker.svg
|
|
448
|
+
export const beaker: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
449
|
+
// behance.svg
|
|
450
|
+
export const behance: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
451
|
+
// bell-fill.svg
|
|
452
|
+
export const bellFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
453
|
+
// bell-slash-fill.svg
|
|
454
|
+
export const bellSlashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
455
|
+
// bell-slash.svg
|
|
456
|
+
export const bellSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
457
|
+
// bell.svg
|
|
458
|
+
export const bell: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
459
|
+
// bezier.svg
|
|
460
|
+
export const bezier: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
461
|
+
// bezier2.svg
|
|
462
|
+
export const bezier2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
463
|
+
// bicycle.svg
|
|
464
|
+
export const bicycle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
465
|
+
// bing.svg
|
|
466
|
+
export const bing: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
467
|
+
// binoculars-fill.svg
|
|
468
|
+
export const binocularsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
469
|
+
// binoculars.svg
|
|
470
|
+
export const binoculars: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
471
|
+
// blockquote-left.svg
|
|
472
|
+
export const blockquoteLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
473
|
+
// blockquote-right.svg
|
|
474
|
+
export const blockquoteRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
475
|
+
// bluesky.svg
|
|
476
|
+
export const bluesky: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
477
|
+
// bluetooth.svg
|
|
478
|
+
export const bluetooth: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
479
|
+
// body-text.svg
|
|
480
|
+
export const bodyText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
481
|
+
// book-fill.svg
|
|
482
|
+
export const bookFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
483
|
+
// book-half.svg
|
|
484
|
+
export const bookHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
485
|
+
// book.svg
|
|
486
|
+
export const book: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
487
|
+
// bookmark-check-fill.svg
|
|
488
|
+
export const bookmarkCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
489
|
+
// bookmark-check.svg
|
|
490
|
+
export const bookmarkCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
491
|
+
// bookmark-dash-fill.svg
|
|
492
|
+
export const bookmarkDashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
493
|
+
// bookmark-dash.svg
|
|
494
|
+
export const bookmarkDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
495
|
+
// bookmark-fill.svg
|
|
496
|
+
export const bookmarkFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
497
|
+
// bookmark-heart-fill.svg
|
|
498
|
+
export const bookmarkHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
499
|
+
// bookmark-heart.svg
|
|
500
|
+
export const bookmarkHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
501
|
+
// bookmark-plus-fill.svg
|
|
502
|
+
export const bookmarkPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
503
|
+
// bookmark-plus.svg
|
|
504
|
+
export const bookmarkPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
505
|
+
// bookmark-star-fill.svg
|
|
506
|
+
export const bookmarkStarFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
507
|
+
// bookmark-star.svg
|
|
508
|
+
export const bookmarkStar: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
509
|
+
// bookmark-x-fill.svg
|
|
510
|
+
export const bookmarkXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
511
|
+
// bookmark-x.svg
|
|
512
|
+
export const bookmarkX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
513
|
+
// bookmark.svg
|
|
514
|
+
export const bookmark: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
515
|
+
// bookmarks-fill.svg
|
|
516
|
+
export const bookmarksFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
517
|
+
// bookmarks.svg
|
|
518
|
+
export const bookmarks: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
519
|
+
// bookshelf.svg
|
|
520
|
+
export const bookshelf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
521
|
+
// boombox-fill.svg
|
|
522
|
+
export const boomboxFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
523
|
+
// boombox.svg
|
|
524
|
+
export const boombox: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
525
|
+
// bootstrap-fill.svg
|
|
526
|
+
export const bootstrapFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
527
|
+
// bootstrap-reboot.svg
|
|
528
|
+
export const bootstrapReboot: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
529
|
+
// bootstrap.svg
|
|
530
|
+
export const bootstrap: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
531
|
+
// border-all.svg
|
|
532
|
+
export const borderAll: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
533
|
+
// border-bottom.svg
|
|
534
|
+
export const borderBottom: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
535
|
+
// border-center.svg
|
|
536
|
+
export const borderCenter: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
537
|
+
// border-inner.svg
|
|
538
|
+
export const borderInner: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
539
|
+
// border-left.svg
|
|
540
|
+
export const borderLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
541
|
+
// border-middle.svg
|
|
542
|
+
export const borderMiddle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
543
|
+
// border-outer.svg
|
|
544
|
+
export const borderOuter: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
545
|
+
// border-right.svg
|
|
546
|
+
export const borderRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
547
|
+
// border-style.svg
|
|
548
|
+
export const borderStyle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
549
|
+
// border-top.svg
|
|
550
|
+
export const borderTop: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
551
|
+
// border-width.svg
|
|
552
|
+
export const borderWidth: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
553
|
+
// border.svg
|
|
554
|
+
export const border: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
555
|
+
// bounding-box-circles.svg
|
|
556
|
+
export const boundingBoxCircles: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
557
|
+
// bounding-box.svg
|
|
558
|
+
export const boundingBox: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
559
|
+
// box-arrow-down-left.svg
|
|
560
|
+
export const boxArrowDownLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
561
|
+
// box-arrow-down-right.svg
|
|
562
|
+
export const boxArrowDownRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
563
|
+
// box-arrow-down.svg
|
|
564
|
+
export const boxArrowDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
565
|
+
// box-arrow-in-down-left.svg
|
|
566
|
+
export const boxArrowInDownLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
567
|
+
// box-arrow-in-down-right.svg
|
|
568
|
+
export const boxArrowInDownRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
569
|
+
// box-arrow-in-down.svg
|
|
570
|
+
export const boxArrowInDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
571
|
+
// box-arrow-in-left.svg
|
|
572
|
+
export const boxArrowInLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
573
|
+
// box-arrow-in-right.svg
|
|
574
|
+
export const boxArrowInRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
575
|
+
// box-arrow-in-up-left.svg
|
|
576
|
+
export const boxArrowInUpLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
577
|
+
// box-arrow-in-up-right.svg
|
|
578
|
+
export const boxArrowInUpRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
579
|
+
// box-arrow-in-up.svg
|
|
580
|
+
export const boxArrowInUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
581
|
+
// box-arrow-left.svg
|
|
582
|
+
export const boxArrowLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
583
|
+
// box-arrow-right.svg
|
|
584
|
+
export const boxArrowRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
585
|
+
// box-arrow-up-left.svg
|
|
586
|
+
export const boxArrowUpLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
587
|
+
// box-arrow-up-right.svg
|
|
588
|
+
export const boxArrowUpRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
589
|
+
// box-arrow-up.svg
|
|
590
|
+
export const boxArrowUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
591
|
+
// box-fill.svg
|
|
592
|
+
export const boxFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
593
|
+
// box-seam-fill.svg
|
|
594
|
+
export const boxSeamFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
595
|
+
// box-seam.svg
|
|
596
|
+
export const boxSeam: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
597
|
+
// box.svg
|
|
598
|
+
export const box: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
599
|
+
// box2-fill.svg
|
|
600
|
+
export const box2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
601
|
+
// box2-heart-fill.svg
|
|
602
|
+
export const box2HeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
603
|
+
// box2-heart.svg
|
|
604
|
+
export const box2Heart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
605
|
+
// box2.svg
|
|
606
|
+
export const box2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
607
|
+
// boxes.svg
|
|
608
|
+
export const boxes: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
609
|
+
// braces-asterisk.svg
|
|
610
|
+
export const bracesAsterisk: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
611
|
+
// braces.svg
|
|
612
|
+
export const braces: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
613
|
+
// bricks.svg
|
|
614
|
+
export const bricks: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
615
|
+
// briefcase-fill.svg
|
|
616
|
+
export const briefcaseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
617
|
+
// briefcase.svg
|
|
618
|
+
export const briefcase: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
619
|
+
// brightness-alt-high-fill.svg
|
|
620
|
+
export const brightnessAltHighFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
621
|
+
// brightness-alt-high.svg
|
|
622
|
+
export const brightnessAltHigh: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
623
|
+
// brightness-alt-low-fill.svg
|
|
624
|
+
export const brightnessAltLowFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
625
|
+
// brightness-alt-low.svg
|
|
626
|
+
export const brightnessAltLow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
627
|
+
// brightness-high-fill.svg
|
|
628
|
+
export const brightnessHighFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
629
|
+
// brightness-high.svg
|
|
630
|
+
export const brightnessHigh: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
631
|
+
// brightness-low-fill.svg
|
|
632
|
+
export const brightnessLowFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
633
|
+
// brightness-low.svg
|
|
634
|
+
export const brightnessLow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
635
|
+
// brilliance.svg
|
|
636
|
+
export const brilliance: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
637
|
+
// broadcast-pin.svg
|
|
638
|
+
export const broadcastPin: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
639
|
+
// broadcast.svg
|
|
640
|
+
export const broadcast: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
641
|
+
// browser-chrome.svg
|
|
642
|
+
export const browserChrome: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
643
|
+
// browser-edge.svg
|
|
644
|
+
export const browserEdge: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
645
|
+
// browser-firefox.svg
|
|
646
|
+
export const browserFirefox: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
647
|
+
// browser-safari.svg
|
|
648
|
+
export const browserSafari: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
649
|
+
// brush-fill.svg
|
|
650
|
+
export const brushFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
651
|
+
// brush.svg
|
|
652
|
+
export const brush: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
653
|
+
// bucket-fill.svg
|
|
654
|
+
export const bucketFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
655
|
+
// bucket.svg
|
|
656
|
+
export const bucket: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
657
|
+
// bug-fill.svg
|
|
658
|
+
export const bugFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
659
|
+
// bug.svg
|
|
660
|
+
export const bug: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
661
|
+
// building-add.svg
|
|
662
|
+
export const buildingAdd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
663
|
+
// building-check.svg
|
|
664
|
+
export const buildingCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
665
|
+
// building-dash.svg
|
|
666
|
+
export const buildingDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
667
|
+
// building-down.svg
|
|
668
|
+
export const buildingDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
669
|
+
// building-exclamation.svg
|
|
670
|
+
export const buildingExclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
671
|
+
// building-fill-add.svg
|
|
672
|
+
export const buildingFillAdd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
673
|
+
// building-fill-check.svg
|
|
674
|
+
export const buildingFillCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
675
|
+
// building-fill-dash.svg
|
|
676
|
+
export const buildingFillDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
677
|
+
// building-fill-down.svg
|
|
678
|
+
export const buildingFillDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
679
|
+
// building-fill-exclamation.svg
|
|
680
|
+
export const buildingFillExclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
681
|
+
// building-fill-gear.svg
|
|
682
|
+
export const buildingFillGear: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
683
|
+
// building-fill-lock.svg
|
|
684
|
+
export const buildingFillLock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
685
|
+
// building-fill-slash.svg
|
|
686
|
+
export const buildingFillSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
687
|
+
// building-fill-up.svg
|
|
688
|
+
export const buildingFillUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
689
|
+
// building-fill-x.svg
|
|
690
|
+
export const buildingFillX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
691
|
+
// building-fill.svg
|
|
692
|
+
export const buildingFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
693
|
+
// building-gear.svg
|
|
694
|
+
export const buildingGear: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
695
|
+
// building-lock.svg
|
|
696
|
+
export const buildingLock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
697
|
+
// building-slash.svg
|
|
698
|
+
export const buildingSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
699
|
+
// building-up.svg
|
|
700
|
+
export const buildingUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
701
|
+
// building-x.svg
|
|
702
|
+
export const buildingX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
703
|
+
// building.svg
|
|
704
|
+
export const building: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
705
|
+
// buildings-fill.svg
|
|
706
|
+
export const buildingsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
707
|
+
// buildings.svg
|
|
708
|
+
export const buildings: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
709
|
+
// bullseye.svg
|
|
710
|
+
export const bullseye: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
711
|
+
// bus-front-fill.svg
|
|
712
|
+
export const busFrontFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
713
|
+
// bus-front.svg
|
|
714
|
+
export const busFront: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
715
|
+
// c-circle-fill.svg
|
|
716
|
+
export const cCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
717
|
+
// c-circle.svg
|
|
718
|
+
export const cCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
719
|
+
// c-square-fill.svg
|
|
720
|
+
export const cSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
721
|
+
// c-square.svg
|
|
722
|
+
export const cSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
723
|
+
// cake-fill.svg
|
|
724
|
+
export const cakeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
725
|
+
// cake.svg
|
|
726
|
+
export const cake: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
727
|
+
// cake2-fill.svg
|
|
728
|
+
export const cake2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
729
|
+
// cake2.svg
|
|
730
|
+
export const cake2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
731
|
+
// calculator-fill.svg
|
|
732
|
+
export const calculatorFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
733
|
+
// calculator.svg
|
|
734
|
+
export const calculator: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
735
|
+
// calendar-check-fill.svg
|
|
736
|
+
export const calendarCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
737
|
+
// calendar-check.svg
|
|
738
|
+
export const calendarCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
739
|
+
// calendar-date-fill.svg
|
|
740
|
+
export const calendarDateFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
741
|
+
// calendar-date.svg
|
|
742
|
+
export const calendarDate: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
743
|
+
// calendar-day-fill.svg
|
|
744
|
+
export const calendarDayFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
745
|
+
// calendar-day.svg
|
|
746
|
+
export const calendarDay: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
747
|
+
// calendar-event-fill.svg
|
|
748
|
+
export const calendarEventFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
749
|
+
// calendar-event.svg
|
|
750
|
+
export const calendarEvent: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
751
|
+
// calendar-fill.svg
|
|
752
|
+
export const calendarFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
753
|
+
// calendar-heart-fill.svg
|
|
754
|
+
export const calendarHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
755
|
+
// calendar-heart.svg
|
|
756
|
+
export const calendarHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
757
|
+
// calendar-minus-fill.svg
|
|
758
|
+
export const calendarMinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
759
|
+
// calendar-minus.svg
|
|
760
|
+
export const calendarMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
761
|
+
// calendar-month-fill.svg
|
|
762
|
+
export const calendarMonthFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
763
|
+
// calendar-month.svg
|
|
764
|
+
export const calendarMonth: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
765
|
+
// calendar-plus-fill.svg
|
|
766
|
+
export const calendarPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
767
|
+
// calendar-plus.svg
|
|
768
|
+
export const calendarPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
769
|
+
// calendar-range-fill.svg
|
|
770
|
+
export const calendarRangeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
771
|
+
// calendar-range.svg
|
|
772
|
+
export const calendarRange: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
773
|
+
// calendar-week-fill.svg
|
|
774
|
+
export const calendarWeekFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
775
|
+
// calendar-week.svg
|
|
776
|
+
export const calendarWeek: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
777
|
+
// calendar-x-fill.svg
|
|
778
|
+
export const calendarXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
779
|
+
// calendar-x.svg
|
|
780
|
+
export const calendarX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
781
|
+
// calendar.svg
|
|
782
|
+
export const calendar: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
783
|
+
// calendar2-check-fill.svg
|
|
784
|
+
export const calendar2CheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
785
|
+
// calendar2-check.svg
|
|
786
|
+
export const calendar2Check: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
787
|
+
// calendar2-date-fill.svg
|
|
788
|
+
export const calendar2DateFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
789
|
+
// calendar2-date.svg
|
|
790
|
+
export const calendar2Date: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
791
|
+
// calendar2-day-fill.svg
|
|
792
|
+
export const calendar2DayFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
793
|
+
// calendar2-day.svg
|
|
794
|
+
export const calendar2Day: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
795
|
+
// calendar2-event-fill.svg
|
|
796
|
+
export const calendar2EventFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
797
|
+
// calendar2-event.svg
|
|
798
|
+
export const calendar2Event: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
799
|
+
// calendar2-fill.svg
|
|
800
|
+
export const calendar2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
801
|
+
// calendar2-heart-fill.svg
|
|
802
|
+
export const calendar2HeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
803
|
+
// calendar2-heart.svg
|
|
804
|
+
export const calendar2Heart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
805
|
+
// calendar2-minus-fill.svg
|
|
806
|
+
export const calendar2MinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
807
|
+
// calendar2-minus.svg
|
|
808
|
+
export const calendar2Minus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
809
|
+
// calendar2-month-fill.svg
|
|
810
|
+
export const calendar2MonthFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
811
|
+
// calendar2-month.svg
|
|
812
|
+
export const calendar2Month: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
813
|
+
// calendar2-plus-fill.svg
|
|
814
|
+
export const calendar2PlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
815
|
+
// calendar2-plus.svg
|
|
816
|
+
export const calendar2Plus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
817
|
+
// calendar2-range-fill.svg
|
|
818
|
+
export const calendar2RangeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
819
|
+
// calendar2-range.svg
|
|
820
|
+
export const calendar2Range: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
821
|
+
// calendar2-week-fill.svg
|
|
822
|
+
export const calendar2WeekFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
823
|
+
// calendar2-week.svg
|
|
824
|
+
export const calendar2Week: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
825
|
+
// calendar2-x-fill.svg
|
|
826
|
+
export const calendar2XFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
827
|
+
// calendar2-x.svg
|
|
828
|
+
export const calendar2X: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
829
|
+
// calendar2.svg
|
|
830
|
+
export const calendar2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
831
|
+
// calendar3-event-fill.svg
|
|
832
|
+
export const calendar3EventFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
833
|
+
// calendar3-event.svg
|
|
834
|
+
export const calendar3Event: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
835
|
+
// calendar3-fill.svg
|
|
836
|
+
export const calendar3Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
837
|
+
// calendar3-range-fill.svg
|
|
838
|
+
export const calendar3RangeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
839
|
+
// calendar3-range.svg
|
|
840
|
+
export const calendar3Range: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
841
|
+
// calendar3-week-fill.svg
|
|
842
|
+
export const calendar3WeekFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
843
|
+
// calendar3-week.svg
|
|
844
|
+
export const calendar3Week: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
845
|
+
// calendar3.svg
|
|
846
|
+
export const calendar3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
847
|
+
// calendar4-event.svg
|
|
848
|
+
export const calendar4Event: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
849
|
+
// calendar4-range.svg
|
|
850
|
+
export const calendar4Range: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
851
|
+
// calendar4-week.svg
|
|
852
|
+
export const calendar4Week: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
853
|
+
// calendar4.svg
|
|
854
|
+
export const calendar4: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
855
|
+
// camera-fill.svg
|
|
856
|
+
export const cameraFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
857
|
+
// camera-reels-fill.svg
|
|
858
|
+
export const cameraReelsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
859
|
+
// camera-reels.svg
|
|
860
|
+
export const cameraReels: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
861
|
+
// camera-video-fill.svg
|
|
862
|
+
export const cameraVideoFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
863
|
+
// camera-video-off-fill.svg
|
|
864
|
+
export const cameraVideoOffFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
865
|
+
// camera-video-off.svg
|
|
866
|
+
export const cameraVideoOff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
867
|
+
// camera-video.svg
|
|
868
|
+
export const cameraVideo: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
869
|
+
// camera.svg
|
|
870
|
+
export const camera: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
871
|
+
// camera2.svg
|
|
872
|
+
export const camera2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
873
|
+
// capslock-fill.svg
|
|
874
|
+
export const capslockFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
875
|
+
// capslock.svg
|
|
876
|
+
export const capslock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
877
|
+
// capsule-pill.svg
|
|
878
|
+
export const capsulePill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
879
|
+
// capsule.svg
|
|
880
|
+
export const capsule: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
881
|
+
// car-front-fill.svg
|
|
882
|
+
export const carFrontFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
883
|
+
// car-front.svg
|
|
884
|
+
export const carFront: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
885
|
+
// card-checklist.svg
|
|
886
|
+
export const cardChecklist: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
887
|
+
// card-heading.svg
|
|
888
|
+
export const cardHeading: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
889
|
+
// card-image.svg
|
|
890
|
+
export const cardImage: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
891
|
+
// card-list.svg
|
|
892
|
+
export const cardList: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
893
|
+
// card-text.svg
|
|
894
|
+
export const cardText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
895
|
+
// caret-down-fill.svg
|
|
896
|
+
export const caretDownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
897
|
+
// caret-down-square-fill.svg
|
|
898
|
+
export const caretDownSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
899
|
+
// caret-down-square.svg
|
|
900
|
+
export const caretDownSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
901
|
+
// caret-down.svg
|
|
902
|
+
export const caretDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
903
|
+
// caret-left-fill.svg
|
|
904
|
+
export const caretLeftFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
905
|
+
// caret-left-square-fill.svg
|
|
906
|
+
export const caretLeftSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
907
|
+
// caret-left-square.svg
|
|
908
|
+
export const caretLeftSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
909
|
+
// caret-left.svg
|
|
910
|
+
export const caretLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
911
|
+
// caret-right-fill.svg
|
|
912
|
+
export const caretRightFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
913
|
+
// caret-right-square-fill.svg
|
|
914
|
+
export const caretRightSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
915
|
+
// caret-right-square.svg
|
|
916
|
+
export const caretRightSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
917
|
+
// caret-right.svg
|
|
918
|
+
export const caretRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
919
|
+
// caret-up-fill.svg
|
|
920
|
+
export const caretUpFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
921
|
+
// caret-up-square-fill.svg
|
|
922
|
+
export const caretUpSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
923
|
+
// caret-up-square.svg
|
|
924
|
+
export const caretUpSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
925
|
+
// caret-up.svg
|
|
926
|
+
export const caretUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
927
|
+
// cart-check-fill.svg
|
|
928
|
+
export const cartCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
929
|
+
// cart-check.svg
|
|
930
|
+
export const cartCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
931
|
+
// cart-dash-fill.svg
|
|
932
|
+
export const cartDashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
933
|
+
// cart-dash.svg
|
|
934
|
+
export const cartDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
935
|
+
// cart-fill.svg
|
|
936
|
+
export const cartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
937
|
+
// cart-plus-fill.svg
|
|
938
|
+
export const cartPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
939
|
+
// cart-plus.svg
|
|
940
|
+
export const cartPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
941
|
+
// cart-x-fill.svg
|
|
942
|
+
export const cartXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
943
|
+
// cart-x.svg
|
|
944
|
+
export const cartX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
945
|
+
// cart.svg
|
|
946
|
+
export const cart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
947
|
+
// cart2.svg
|
|
948
|
+
export const cart2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
949
|
+
// cart3.svg
|
|
950
|
+
export const cart3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
951
|
+
// cart4.svg
|
|
952
|
+
export const cart4: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
953
|
+
// cash-coin.svg
|
|
954
|
+
export const cashCoin: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
955
|
+
// cash-stack.svg
|
|
956
|
+
export const cashStack: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
957
|
+
// cash.svg
|
|
958
|
+
export const cash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
959
|
+
// cassette-fill.svg
|
|
960
|
+
export const cassetteFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
961
|
+
// cassette.svg
|
|
962
|
+
export const cassette: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
963
|
+
// cast.svg
|
|
964
|
+
export const cast: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
965
|
+
// cc-circle-fill.svg
|
|
966
|
+
export const ccCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
967
|
+
// cc-circle.svg
|
|
968
|
+
export const ccCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
969
|
+
// cc-square-fill.svg
|
|
970
|
+
export const ccSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
971
|
+
// cc-square.svg
|
|
972
|
+
export const ccSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
973
|
+
// chat-dots-fill.svg
|
|
974
|
+
export const chatDotsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
975
|
+
// chat-dots.svg
|
|
976
|
+
export const chatDots: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
977
|
+
// chat-fill.svg
|
|
978
|
+
export const chatFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
979
|
+
// chat-heart-fill.svg
|
|
980
|
+
export const chatHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
981
|
+
// chat-heart.svg
|
|
982
|
+
export const chatHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
983
|
+
// chat-left-dots-fill.svg
|
|
984
|
+
export const chatLeftDotsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
985
|
+
// chat-left-dots.svg
|
|
986
|
+
export const chatLeftDots: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
987
|
+
// chat-left-fill.svg
|
|
988
|
+
export const chatLeftFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
989
|
+
// chat-left-heart-fill.svg
|
|
990
|
+
export const chatLeftHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
991
|
+
// chat-left-heart.svg
|
|
992
|
+
export const chatLeftHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
993
|
+
// chat-left-quote-fill.svg
|
|
994
|
+
export const chatLeftQuoteFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
995
|
+
// chat-left-quote.svg
|
|
996
|
+
export const chatLeftQuote: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
997
|
+
// chat-left-text-fill.svg
|
|
998
|
+
export const chatLeftTextFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
999
|
+
// chat-left-text.svg
|
|
1000
|
+
export const chatLeftText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1001
|
+
// chat-left.svg
|
|
1002
|
+
export const chatLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1003
|
+
// chat-quote-fill.svg
|
|
1004
|
+
export const chatQuoteFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1005
|
+
// chat-quote.svg
|
|
1006
|
+
export const chatQuote: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1007
|
+
// chat-right-dots-fill.svg
|
|
1008
|
+
export const chatRightDotsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1009
|
+
// chat-right-dots.svg
|
|
1010
|
+
export const chatRightDots: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1011
|
+
// chat-right-fill.svg
|
|
1012
|
+
export const chatRightFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1013
|
+
// chat-right-heart-fill.svg
|
|
1014
|
+
export const chatRightHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1015
|
+
// chat-right-heart.svg
|
|
1016
|
+
export const chatRightHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1017
|
+
// chat-right-quote-fill.svg
|
|
1018
|
+
export const chatRightQuoteFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1019
|
+
// chat-right-quote.svg
|
|
1020
|
+
export const chatRightQuote: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1021
|
+
// chat-right-text-fill.svg
|
|
1022
|
+
export const chatRightTextFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1023
|
+
// chat-right-text.svg
|
|
1024
|
+
export const chatRightText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1025
|
+
// chat-right.svg
|
|
1026
|
+
export const chatRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1027
|
+
// chat-square-dots-fill.svg
|
|
1028
|
+
export const chatSquareDotsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1029
|
+
// chat-square-dots.svg
|
|
1030
|
+
export const chatSquareDots: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1031
|
+
// chat-square-fill.svg
|
|
1032
|
+
export const chatSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1033
|
+
// chat-square-heart-fill.svg
|
|
1034
|
+
export const chatSquareHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1035
|
+
// chat-square-heart.svg
|
|
1036
|
+
export const chatSquareHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1037
|
+
// chat-square-quote-fill.svg
|
|
1038
|
+
export const chatSquareQuoteFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1039
|
+
// chat-square-quote.svg
|
|
1040
|
+
export const chatSquareQuote: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1041
|
+
// chat-square-text-fill.svg
|
|
1042
|
+
export const chatSquareTextFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1043
|
+
// chat-square-text.svg
|
|
1044
|
+
export const chatSquareText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1045
|
+
// chat-square.svg
|
|
1046
|
+
export const chatSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1047
|
+
// chat-text-fill.svg
|
|
1048
|
+
export const chatTextFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1049
|
+
// chat-text.svg
|
|
1050
|
+
export const chatText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1051
|
+
// chat.svg
|
|
1052
|
+
export const chat: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1053
|
+
// check-all.svg
|
|
1054
|
+
export const checkAll: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1055
|
+
// check-circle-fill.svg
|
|
1056
|
+
export const checkCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1057
|
+
// check-circle.svg
|
|
1058
|
+
export const checkCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1059
|
+
// check-lg.svg
|
|
1060
|
+
export const checkLg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1061
|
+
// check-square-fill.svg
|
|
1062
|
+
export const checkSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1063
|
+
// check-square.svg
|
|
1064
|
+
export const checkSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1065
|
+
// check.svg
|
|
1066
|
+
export const check: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1067
|
+
// check2-all.svg
|
|
1068
|
+
export const check2All: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1069
|
+
// check2-circle.svg
|
|
1070
|
+
export const check2Circle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1071
|
+
// check2-square.svg
|
|
1072
|
+
export const check2Square: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1073
|
+
// check2.svg
|
|
1074
|
+
export const check2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1075
|
+
// chevron-bar-contract.svg
|
|
1076
|
+
export const chevronBarContract: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1077
|
+
// chevron-bar-down.svg
|
|
1078
|
+
export const chevronBarDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1079
|
+
// chevron-bar-expand.svg
|
|
1080
|
+
export const chevronBarExpand: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1081
|
+
// chevron-bar-left.svg
|
|
1082
|
+
export const chevronBarLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1083
|
+
// chevron-bar-right.svg
|
|
1084
|
+
export const chevronBarRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1085
|
+
// chevron-bar-up.svg
|
|
1086
|
+
export const chevronBarUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1087
|
+
// chevron-compact-down.svg
|
|
1088
|
+
export const chevronCompactDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1089
|
+
// chevron-compact-left.svg
|
|
1090
|
+
export const chevronCompactLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1091
|
+
// chevron-compact-right.svg
|
|
1092
|
+
export const chevronCompactRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1093
|
+
// chevron-compact-up.svg
|
|
1094
|
+
export const chevronCompactUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1095
|
+
// chevron-contract.svg
|
|
1096
|
+
export const chevronContract: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1097
|
+
// chevron-double-down.svg
|
|
1098
|
+
export const chevronDoubleDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1099
|
+
// chevron-double-left.svg
|
|
1100
|
+
export const chevronDoubleLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1101
|
+
// chevron-double-right.svg
|
|
1102
|
+
export const chevronDoubleRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1103
|
+
// chevron-double-up.svg
|
|
1104
|
+
export const chevronDoubleUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1105
|
+
// chevron-down.svg
|
|
1106
|
+
export const chevronDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1107
|
+
// chevron-expand.svg
|
|
1108
|
+
export const chevronExpand: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1109
|
+
// chevron-left.svg
|
|
1110
|
+
export const chevronLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1111
|
+
// chevron-right.svg
|
|
1112
|
+
export const chevronRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1113
|
+
// chevron-up.svg
|
|
1114
|
+
export const chevronUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1115
|
+
// circle-fill.svg
|
|
1116
|
+
export const circleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1117
|
+
// circle-half.svg
|
|
1118
|
+
export const circleHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1119
|
+
// circle-square.svg
|
|
1120
|
+
export const circleSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1121
|
+
// circle.svg
|
|
1122
|
+
export const circle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1123
|
+
// claude.svg
|
|
1124
|
+
export const claude: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1125
|
+
// clipboard-check-fill.svg
|
|
1126
|
+
export const clipboardCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1127
|
+
// clipboard-check.svg
|
|
1128
|
+
export const clipboardCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1129
|
+
// clipboard-data-fill.svg
|
|
1130
|
+
export const clipboardDataFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1131
|
+
// clipboard-data.svg
|
|
1132
|
+
export const clipboardData: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1133
|
+
// clipboard-fill.svg
|
|
1134
|
+
export const clipboardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1135
|
+
// clipboard-heart-fill.svg
|
|
1136
|
+
export const clipboardHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1137
|
+
// clipboard-heart.svg
|
|
1138
|
+
export const clipboardHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1139
|
+
// clipboard-minus-fill.svg
|
|
1140
|
+
export const clipboardMinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1141
|
+
// clipboard-minus.svg
|
|
1142
|
+
export const clipboardMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1143
|
+
// clipboard-plus-fill.svg
|
|
1144
|
+
export const clipboardPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1145
|
+
// clipboard-plus.svg
|
|
1146
|
+
export const clipboardPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1147
|
+
// clipboard-pulse.svg
|
|
1148
|
+
export const clipboardPulse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1149
|
+
// clipboard-x-fill.svg
|
|
1150
|
+
export const clipboardXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1151
|
+
// clipboard-x.svg
|
|
1152
|
+
export const clipboardX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1153
|
+
// clipboard.svg
|
|
1154
|
+
export const clipboard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1155
|
+
// clipboard2-check-fill.svg
|
|
1156
|
+
export const clipboard2CheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1157
|
+
// clipboard2-check.svg
|
|
1158
|
+
export const clipboard2Check: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1159
|
+
// clipboard2-data-fill.svg
|
|
1160
|
+
export const clipboard2DataFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1161
|
+
// clipboard2-data.svg
|
|
1162
|
+
export const clipboard2Data: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1163
|
+
// clipboard2-fill.svg
|
|
1164
|
+
export const clipboard2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1165
|
+
// clipboard2-heart-fill.svg
|
|
1166
|
+
export const clipboard2HeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1167
|
+
// clipboard2-heart.svg
|
|
1168
|
+
export const clipboard2Heart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1169
|
+
// clipboard2-minus-fill.svg
|
|
1170
|
+
export const clipboard2MinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1171
|
+
// clipboard2-minus.svg
|
|
1172
|
+
export const clipboard2Minus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1173
|
+
// clipboard2-plus-fill.svg
|
|
1174
|
+
export const clipboard2PlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1175
|
+
// clipboard2-plus.svg
|
|
1176
|
+
export const clipboard2Plus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1177
|
+
// clipboard2-pulse-fill.svg
|
|
1178
|
+
export const clipboard2PulseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1179
|
+
// clipboard2-pulse.svg
|
|
1180
|
+
export const clipboard2Pulse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1181
|
+
// clipboard2-x-fill.svg
|
|
1182
|
+
export const clipboard2XFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1183
|
+
// clipboard2-x.svg
|
|
1184
|
+
export const clipboard2X: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1185
|
+
// clipboard2.svg
|
|
1186
|
+
export const clipboard2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1187
|
+
// clock-fill.svg
|
|
1188
|
+
export const clockFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1189
|
+
// clock-history.svg
|
|
1190
|
+
export const clockHistory: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1191
|
+
// clock.svg
|
|
1192
|
+
export const clock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1193
|
+
// cloud-arrow-down-fill.svg
|
|
1194
|
+
export const cloudArrowDownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1195
|
+
// cloud-arrow-down.svg
|
|
1196
|
+
export const cloudArrowDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1197
|
+
// cloud-arrow-up-fill.svg
|
|
1198
|
+
export const cloudArrowUpFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1199
|
+
// cloud-arrow-up.svg
|
|
1200
|
+
export const cloudArrowUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1201
|
+
// cloud-check-fill.svg
|
|
1202
|
+
export const cloudCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1203
|
+
// cloud-check.svg
|
|
1204
|
+
export const cloudCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1205
|
+
// cloud-download-fill.svg
|
|
1206
|
+
export const cloudDownloadFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1207
|
+
// cloud-download.svg
|
|
1208
|
+
export const cloudDownload: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1209
|
+
// cloud-drizzle-fill.svg
|
|
1210
|
+
export const cloudDrizzleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1211
|
+
// cloud-drizzle.svg
|
|
1212
|
+
export const cloudDrizzle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1213
|
+
// cloud-fill.svg
|
|
1214
|
+
export const cloudFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1215
|
+
// cloud-fog-fill.svg
|
|
1216
|
+
export const cloudFogFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1217
|
+
// cloud-fog.svg
|
|
1218
|
+
export const cloudFog: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1219
|
+
// cloud-fog2-fill.svg
|
|
1220
|
+
export const cloudFog2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1221
|
+
// cloud-fog2.svg
|
|
1222
|
+
export const cloudFog2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1223
|
+
// cloud-hail-fill.svg
|
|
1224
|
+
export const cloudHailFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1225
|
+
// cloud-hail.svg
|
|
1226
|
+
export const cloudHail: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1227
|
+
// cloud-haze-fill.svg
|
|
1228
|
+
export const cloudHazeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1229
|
+
// cloud-haze.svg
|
|
1230
|
+
export const cloudHaze: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1231
|
+
// cloud-haze2-fill.svg
|
|
1232
|
+
export const cloudHaze2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1233
|
+
// cloud-haze2.svg
|
|
1234
|
+
export const cloudHaze2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1235
|
+
// cloud-lightning-fill.svg
|
|
1236
|
+
export const cloudLightningFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1237
|
+
// cloud-lightning-rain-fill.svg
|
|
1238
|
+
export const cloudLightningRainFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1239
|
+
// cloud-lightning-rain.svg
|
|
1240
|
+
export const cloudLightningRain: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1241
|
+
// cloud-lightning.svg
|
|
1242
|
+
export const cloudLightning: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1243
|
+
// cloud-minus-fill.svg
|
|
1244
|
+
export const cloudMinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1245
|
+
// cloud-minus.svg
|
|
1246
|
+
export const cloudMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1247
|
+
// cloud-moon-fill.svg
|
|
1248
|
+
export const cloudMoonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1249
|
+
// cloud-moon.svg
|
|
1250
|
+
export const cloudMoon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1251
|
+
// cloud-plus-fill.svg
|
|
1252
|
+
export const cloudPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1253
|
+
// cloud-plus.svg
|
|
1254
|
+
export const cloudPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1255
|
+
// cloud-rain-fill.svg
|
|
1256
|
+
export const cloudRainFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1257
|
+
// cloud-rain-heavy-fill.svg
|
|
1258
|
+
export const cloudRainHeavyFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1259
|
+
// cloud-rain-heavy.svg
|
|
1260
|
+
export const cloudRainHeavy: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1261
|
+
// cloud-rain.svg
|
|
1262
|
+
export const cloudRain: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1263
|
+
// cloud-slash-fill.svg
|
|
1264
|
+
export const cloudSlashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1265
|
+
// cloud-slash.svg
|
|
1266
|
+
export const cloudSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1267
|
+
// cloud-sleet-fill.svg
|
|
1268
|
+
export const cloudSleetFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1269
|
+
// cloud-sleet.svg
|
|
1270
|
+
export const cloudSleet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1271
|
+
// cloud-snow-fill.svg
|
|
1272
|
+
export const cloudSnowFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1273
|
+
// cloud-snow.svg
|
|
1274
|
+
export const cloudSnow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1275
|
+
// cloud-sun-fill.svg
|
|
1276
|
+
export const cloudSunFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1277
|
+
// cloud-sun.svg
|
|
1278
|
+
export const cloudSun: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1279
|
+
// cloud-upload-fill.svg
|
|
1280
|
+
export const cloudUploadFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1281
|
+
// cloud-upload.svg
|
|
1282
|
+
export const cloudUpload: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1283
|
+
// cloud.svg
|
|
1284
|
+
export const cloud: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1285
|
+
// clouds-fill.svg
|
|
1286
|
+
export const cloudsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1287
|
+
// clouds.svg
|
|
1288
|
+
export const clouds: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1289
|
+
// cloudy-fill.svg
|
|
1290
|
+
export const cloudyFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1291
|
+
// cloudy.svg
|
|
1292
|
+
export const cloudy: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1293
|
+
// code-slash.svg
|
|
1294
|
+
export const codeSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1295
|
+
// code-square.svg
|
|
1296
|
+
export const codeSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1297
|
+
// code.svg
|
|
1298
|
+
export const code: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1299
|
+
// coin.svg
|
|
1300
|
+
export const coin: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1301
|
+
// collection-fill.svg
|
|
1302
|
+
export const collectionFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1303
|
+
// collection-play-fill.svg
|
|
1304
|
+
export const collectionPlayFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1305
|
+
// collection-play.svg
|
|
1306
|
+
export const collectionPlay: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1307
|
+
// collection.svg
|
|
1308
|
+
export const collection: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1309
|
+
// columns-gap.svg
|
|
1310
|
+
export const columnsGap: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1311
|
+
// columns.svg
|
|
1312
|
+
export const columns: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1313
|
+
// command.svg
|
|
1314
|
+
export const command: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1315
|
+
// compass-fill.svg
|
|
1316
|
+
export const compassFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1317
|
+
// compass.svg
|
|
1318
|
+
export const compass: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1319
|
+
// cone-striped.svg
|
|
1320
|
+
export const coneStriped: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1321
|
+
// cone.svg
|
|
1322
|
+
export const cone: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1323
|
+
// controller.svg
|
|
1324
|
+
export const controller: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1325
|
+
// cookie.svg
|
|
1326
|
+
export const cookie: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1327
|
+
// copy.svg
|
|
1328
|
+
export const copy: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1329
|
+
// cpu-fill.svg
|
|
1330
|
+
export const cpuFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1331
|
+
// cpu.svg
|
|
1332
|
+
export const cpu: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1333
|
+
// credit-card-2-back-fill.svg
|
|
1334
|
+
export const creditCard2BackFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1335
|
+
// credit-card-2-back.svg
|
|
1336
|
+
export const creditCard2Back: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1337
|
+
// credit-card-2-front-fill.svg
|
|
1338
|
+
export const creditCard2FrontFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1339
|
+
// credit-card-2-front.svg
|
|
1340
|
+
export const creditCard2Front: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1341
|
+
// credit-card-fill.svg
|
|
1342
|
+
export const creditCardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1343
|
+
// credit-card.svg
|
|
1344
|
+
export const creditCard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1345
|
+
// crop.svg
|
|
1346
|
+
export const crop: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1347
|
+
// crosshair.svg
|
|
1348
|
+
export const crosshair: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1349
|
+
// crosshair2.svg
|
|
1350
|
+
export const crosshair2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1351
|
+
// css.svg
|
|
1352
|
+
export const css: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1353
|
+
// cup-fill.svg
|
|
1354
|
+
export const cupFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1355
|
+
// cup-hot-fill.svg
|
|
1356
|
+
export const cupHotFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1357
|
+
// cup-hot.svg
|
|
1358
|
+
export const cupHot: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1359
|
+
// cup-straw.svg
|
|
1360
|
+
export const cupStraw: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1361
|
+
// cup.svg
|
|
1362
|
+
export const cup: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1363
|
+
// currency-bitcoin.svg
|
|
1364
|
+
export const currencyBitcoin: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1365
|
+
// currency-dollar.svg
|
|
1366
|
+
export const currencyDollar: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1367
|
+
// currency-euro.svg
|
|
1368
|
+
export const currencyEuro: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1369
|
+
// currency-exchange.svg
|
|
1370
|
+
export const currencyExchange: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1371
|
+
// currency-pound.svg
|
|
1372
|
+
export const currencyPound: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1373
|
+
// currency-rupee.svg
|
|
1374
|
+
export const currencyRupee: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1375
|
+
// currency-yen.svg
|
|
1376
|
+
export const currencyYen: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1377
|
+
// cursor-fill.svg
|
|
1378
|
+
export const cursorFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1379
|
+
// cursor-text.svg
|
|
1380
|
+
export const cursorText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1381
|
+
// cursor.svg
|
|
1382
|
+
export const cursor: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1383
|
+
// dash-circle-dotted.svg
|
|
1384
|
+
export const dashCircleDotted: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1385
|
+
// dash-circle-fill.svg
|
|
1386
|
+
export const dashCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1387
|
+
// dash-circle.svg
|
|
1388
|
+
export const dashCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1389
|
+
// dash-lg.svg
|
|
1390
|
+
export const dashLg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1391
|
+
// dash-square-dotted.svg
|
|
1392
|
+
export const dashSquareDotted: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1393
|
+
// dash-square-fill.svg
|
|
1394
|
+
export const dashSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1395
|
+
// dash-square.svg
|
|
1396
|
+
export const dashSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1397
|
+
// dash.svg
|
|
1398
|
+
export const dash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1399
|
+
// database-add.svg
|
|
1400
|
+
export const databaseAdd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1401
|
+
// database-check.svg
|
|
1402
|
+
export const databaseCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1403
|
+
// database-dash.svg
|
|
1404
|
+
export const databaseDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1405
|
+
// database-down.svg
|
|
1406
|
+
export const databaseDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1407
|
+
// database-exclamation.svg
|
|
1408
|
+
export const databaseExclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1409
|
+
// database-fill-add.svg
|
|
1410
|
+
export const databaseFillAdd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1411
|
+
// database-fill-check.svg
|
|
1412
|
+
export const databaseFillCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1413
|
+
// database-fill-dash.svg
|
|
1414
|
+
export const databaseFillDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1415
|
+
// database-fill-down.svg
|
|
1416
|
+
export const databaseFillDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1417
|
+
// database-fill-exclamation.svg
|
|
1418
|
+
export const databaseFillExclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1419
|
+
// database-fill-gear.svg
|
|
1420
|
+
export const databaseFillGear: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1421
|
+
// database-fill-lock.svg
|
|
1422
|
+
export const databaseFillLock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1423
|
+
// database-fill-slash.svg
|
|
1424
|
+
export const databaseFillSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1425
|
+
// database-fill-up.svg
|
|
1426
|
+
export const databaseFillUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1427
|
+
// database-fill-x.svg
|
|
1428
|
+
export const databaseFillX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1429
|
+
// database-fill.svg
|
|
1430
|
+
export const databaseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1431
|
+
// database-gear.svg
|
|
1432
|
+
export const databaseGear: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1433
|
+
// database-lock.svg
|
|
1434
|
+
export const databaseLock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1435
|
+
// database-slash.svg
|
|
1436
|
+
export const databaseSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1437
|
+
// database-up.svg
|
|
1438
|
+
export const databaseUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1439
|
+
// database-x.svg
|
|
1440
|
+
export const databaseX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1441
|
+
// database.svg
|
|
1442
|
+
export const database: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1443
|
+
// device-hdd-fill.svg
|
|
1444
|
+
export const deviceHddFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1445
|
+
// device-hdd.svg
|
|
1446
|
+
export const deviceHdd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1447
|
+
// device-ssd-fill.svg
|
|
1448
|
+
export const deviceSsdFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1449
|
+
// device-ssd.svg
|
|
1450
|
+
export const deviceSsd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1451
|
+
// diagram-2-fill.svg
|
|
1452
|
+
export const diagram2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1453
|
+
// diagram-2.svg
|
|
1454
|
+
export const diagram2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1455
|
+
// diagram-3-fill.svg
|
|
1456
|
+
export const diagram3Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1457
|
+
// diagram-3.svg
|
|
1458
|
+
export const diagram3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1459
|
+
// diamond-fill.svg
|
|
1460
|
+
export const diamondFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1461
|
+
// diamond-half.svg
|
|
1462
|
+
export const diamondHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1463
|
+
// diamond.svg
|
|
1464
|
+
export const diamond: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1465
|
+
// dice-1-fill.svg
|
|
1466
|
+
export const dice1Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1467
|
+
// dice-1.svg
|
|
1468
|
+
export const dice1: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1469
|
+
// dice-2-fill.svg
|
|
1470
|
+
export const dice2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1471
|
+
// dice-2.svg
|
|
1472
|
+
export const dice2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1473
|
+
// dice-3-fill.svg
|
|
1474
|
+
export const dice3Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1475
|
+
// dice-3.svg
|
|
1476
|
+
export const dice3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1477
|
+
// dice-4-fill.svg
|
|
1478
|
+
export const dice4Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1479
|
+
// dice-4.svg
|
|
1480
|
+
export const dice4: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1481
|
+
// dice-5-fill.svg
|
|
1482
|
+
export const dice5Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1483
|
+
// dice-5.svg
|
|
1484
|
+
export const dice5: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1485
|
+
// dice-6-fill.svg
|
|
1486
|
+
export const dice6Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1487
|
+
// dice-6.svg
|
|
1488
|
+
export const dice6: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1489
|
+
// disc-fill.svg
|
|
1490
|
+
export const discFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1491
|
+
// disc.svg
|
|
1492
|
+
export const disc: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1493
|
+
// discord.svg
|
|
1494
|
+
export const discord: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1495
|
+
// display-fill.svg
|
|
1496
|
+
export const displayFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1497
|
+
// display.svg
|
|
1498
|
+
export const display: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1499
|
+
// displayport-fill.svg
|
|
1500
|
+
export const displayportFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1501
|
+
// displayport.svg
|
|
1502
|
+
export const displayport: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1503
|
+
// distribute-horizontal.svg
|
|
1504
|
+
export const distributeHorizontal: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1505
|
+
// distribute-vertical.svg
|
|
1506
|
+
export const distributeVertical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1507
|
+
// door-closed-fill.svg
|
|
1508
|
+
export const doorClosedFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1509
|
+
// door-closed.svg
|
|
1510
|
+
export const doorClosed: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1511
|
+
// door-open-fill.svg
|
|
1512
|
+
export const doorOpenFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1513
|
+
// door-open.svg
|
|
1514
|
+
export const doorOpen: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1515
|
+
// dot.svg
|
|
1516
|
+
export const dot: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1517
|
+
// download.svg
|
|
1518
|
+
export const download: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1519
|
+
// dpad-fill.svg
|
|
1520
|
+
export const dpadFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1521
|
+
// dpad.svg
|
|
1522
|
+
export const dpad: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1523
|
+
// dribbble.svg
|
|
1524
|
+
export const dribbble: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1525
|
+
// dropbox.svg
|
|
1526
|
+
export const dropbox: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1527
|
+
// droplet-fill.svg
|
|
1528
|
+
export const dropletFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1529
|
+
// droplet-half.svg
|
|
1530
|
+
export const dropletHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1531
|
+
// droplet.svg
|
|
1532
|
+
export const droplet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1533
|
+
// duffle-fill.svg
|
|
1534
|
+
export const duffleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1535
|
+
// duffle.svg
|
|
1536
|
+
export const duffle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1537
|
+
// ear-fill.svg
|
|
1538
|
+
export const earFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1539
|
+
// ear.svg
|
|
1540
|
+
export const ear: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1541
|
+
// earbuds.svg
|
|
1542
|
+
export const earbuds: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1543
|
+
// easel-fill.svg
|
|
1544
|
+
export const easelFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1545
|
+
// easel.svg
|
|
1546
|
+
export const easel: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1547
|
+
// easel2-fill.svg
|
|
1548
|
+
export const easel2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1549
|
+
// easel2.svg
|
|
1550
|
+
export const easel2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1551
|
+
// easel3-fill.svg
|
|
1552
|
+
export const easel3Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1553
|
+
// easel3.svg
|
|
1554
|
+
export const easel3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1555
|
+
// egg-fill.svg
|
|
1556
|
+
export const eggFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1557
|
+
// egg-fried.svg
|
|
1558
|
+
export const eggFried: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1559
|
+
// egg.svg
|
|
1560
|
+
export const egg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1561
|
+
// eject-fill.svg
|
|
1562
|
+
export const ejectFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1563
|
+
// eject.svg
|
|
1564
|
+
export const eject: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1565
|
+
// emoji-angry-fill.svg
|
|
1566
|
+
export const emojiAngryFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1567
|
+
// emoji-angry.svg
|
|
1568
|
+
export const emojiAngry: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1569
|
+
// emoji-astonished-fill.svg
|
|
1570
|
+
export const emojiAstonishedFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1571
|
+
// emoji-astonished.svg
|
|
1572
|
+
export const emojiAstonished: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1573
|
+
// emoji-dizzy-fill.svg
|
|
1574
|
+
export const emojiDizzyFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1575
|
+
// emoji-dizzy.svg
|
|
1576
|
+
export const emojiDizzy: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1577
|
+
// emoji-expressionless-fill.svg
|
|
1578
|
+
export const emojiExpressionlessFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1579
|
+
// emoji-expressionless.svg
|
|
1580
|
+
export const emojiExpressionless: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1581
|
+
// emoji-frown-fill.svg
|
|
1582
|
+
export const emojiFrownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1583
|
+
// emoji-frown.svg
|
|
1584
|
+
export const emojiFrown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1585
|
+
// emoji-grimace-fill.svg
|
|
1586
|
+
export const emojiGrimaceFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1587
|
+
// emoji-grimace.svg
|
|
1588
|
+
export const emojiGrimace: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1589
|
+
// emoji-grin-fill.svg
|
|
1590
|
+
export const emojiGrinFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1591
|
+
// emoji-grin.svg
|
|
1592
|
+
export const emojiGrin: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1593
|
+
// emoji-heart-eyes-fill.svg
|
|
1594
|
+
export const emojiHeartEyesFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1595
|
+
// emoji-heart-eyes.svg
|
|
1596
|
+
export const emojiHeartEyes: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1597
|
+
// emoji-kiss-fill.svg
|
|
1598
|
+
export const emojiKissFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1599
|
+
// emoji-kiss.svg
|
|
1600
|
+
export const emojiKiss: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1601
|
+
// emoji-laughing-fill.svg
|
|
1602
|
+
export const emojiLaughingFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1603
|
+
// emoji-laughing.svg
|
|
1604
|
+
export const emojiLaughing: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1605
|
+
// emoji-neutral-fill.svg
|
|
1606
|
+
export const emojiNeutralFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1607
|
+
// emoji-neutral.svg
|
|
1608
|
+
export const emojiNeutral: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1609
|
+
// emoji-smile-fill.svg
|
|
1610
|
+
export const emojiSmileFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1611
|
+
// emoji-smile-upside-down-fill.svg
|
|
1612
|
+
export const emojiSmileUpsideDownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1613
|
+
// emoji-smile-upside-down.svg
|
|
1614
|
+
export const emojiSmileUpsideDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1615
|
+
// emoji-smile.svg
|
|
1616
|
+
export const emojiSmile: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1617
|
+
// emoji-sunglasses-fill.svg
|
|
1618
|
+
export const emojiSunglassesFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1619
|
+
// emoji-sunglasses.svg
|
|
1620
|
+
export const emojiSunglasses: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1621
|
+
// emoji-surprise-fill.svg
|
|
1622
|
+
export const emojiSurpriseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1623
|
+
// emoji-surprise.svg
|
|
1624
|
+
export const emojiSurprise: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1625
|
+
// emoji-tear-fill.svg
|
|
1626
|
+
export const emojiTearFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1627
|
+
// emoji-tear.svg
|
|
1628
|
+
export const emojiTear: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1629
|
+
// emoji-wink-fill.svg
|
|
1630
|
+
export const emojiWinkFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1631
|
+
// emoji-wink.svg
|
|
1632
|
+
export const emojiWink: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1633
|
+
// envelope-arrow-down-fill.svg
|
|
1634
|
+
export const envelopeArrowDownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1635
|
+
// envelope-arrow-down.svg
|
|
1636
|
+
export const envelopeArrowDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1637
|
+
// envelope-arrow-up-fill.svg
|
|
1638
|
+
export const envelopeArrowUpFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1639
|
+
// envelope-arrow-up.svg
|
|
1640
|
+
export const envelopeArrowUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1641
|
+
// envelope-at-fill.svg
|
|
1642
|
+
export const envelopeAtFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1643
|
+
// envelope-at.svg
|
|
1644
|
+
export const envelopeAt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1645
|
+
// envelope-check-fill.svg
|
|
1646
|
+
export const envelopeCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1647
|
+
// envelope-check.svg
|
|
1648
|
+
export const envelopeCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1649
|
+
// envelope-dash-fill.svg
|
|
1650
|
+
export const envelopeDashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1651
|
+
// envelope-dash.svg
|
|
1652
|
+
export const envelopeDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1653
|
+
// envelope-exclamation-fill.svg
|
|
1654
|
+
export const envelopeExclamationFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1655
|
+
// envelope-exclamation.svg
|
|
1656
|
+
export const envelopeExclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1657
|
+
// envelope-fill.svg
|
|
1658
|
+
export const envelopeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1659
|
+
// envelope-heart-fill.svg
|
|
1660
|
+
export const envelopeHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1661
|
+
// envelope-heart.svg
|
|
1662
|
+
export const envelopeHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1663
|
+
// envelope-open-fill.svg
|
|
1664
|
+
export const envelopeOpenFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1665
|
+
// envelope-open-heart-fill.svg
|
|
1666
|
+
export const envelopeOpenHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1667
|
+
// envelope-open-heart.svg
|
|
1668
|
+
export const envelopeOpenHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1669
|
+
// envelope-open.svg
|
|
1670
|
+
export const envelopeOpen: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1671
|
+
// envelope-paper-fill.svg
|
|
1672
|
+
export const envelopePaperFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1673
|
+
// envelope-paper-heart-fill.svg
|
|
1674
|
+
export const envelopePaperHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1675
|
+
// envelope-paper-heart.svg
|
|
1676
|
+
export const envelopePaperHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1677
|
+
// envelope-paper.svg
|
|
1678
|
+
export const envelopePaper: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1679
|
+
// envelope-plus-fill.svg
|
|
1680
|
+
export const envelopePlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1681
|
+
// envelope-plus.svg
|
|
1682
|
+
export const envelopePlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1683
|
+
// envelope-slash-fill.svg
|
|
1684
|
+
export const envelopeSlashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1685
|
+
// envelope-slash.svg
|
|
1686
|
+
export const envelopeSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1687
|
+
// envelope-x-fill.svg
|
|
1688
|
+
export const envelopeXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1689
|
+
// envelope-x.svg
|
|
1690
|
+
export const envelopeX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1691
|
+
// envelope.svg
|
|
1692
|
+
export const envelope: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1693
|
+
// eraser-fill.svg
|
|
1694
|
+
export const eraserFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1695
|
+
// eraser.svg
|
|
1696
|
+
export const eraser: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1697
|
+
// escape.svg
|
|
1698
|
+
export const escape: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1699
|
+
// ethernet.svg
|
|
1700
|
+
export const ethernet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1701
|
+
// ev-front-fill.svg
|
|
1702
|
+
export const evFrontFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1703
|
+
// ev-front.svg
|
|
1704
|
+
export const evFront: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1705
|
+
// ev-station-fill.svg
|
|
1706
|
+
export const evStationFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1707
|
+
// ev-station.svg
|
|
1708
|
+
export const evStation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1709
|
+
// exclamation-circle-fill.svg
|
|
1710
|
+
export const exclamationCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1711
|
+
// exclamation-circle.svg
|
|
1712
|
+
export const exclamationCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1713
|
+
// exclamation-diamond-fill.svg
|
|
1714
|
+
export const exclamationDiamondFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1715
|
+
// exclamation-diamond.svg
|
|
1716
|
+
export const exclamationDiamond: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1717
|
+
// exclamation-lg.svg
|
|
1718
|
+
export const exclamationLg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1719
|
+
// exclamation-octagon-fill.svg
|
|
1720
|
+
export const exclamationOctagonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1721
|
+
// exclamation-octagon.svg
|
|
1722
|
+
export const exclamationOctagon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1723
|
+
// exclamation-square-fill.svg
|
|
1724
|
+
export const exclamationSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1725
|
+
// exclamation-square.svg
|
|
1726
|
+
export const exclamationSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1727
|
+
// exclamation-triangle-fill.svg
|
|
1728
|
+
export const exclamationTriangleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1729
|
+
// exclamation-triangle.svg
|
|
1730
|
+
export const exclamationTriangle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1731
|
+
// exclamation.svg
|
|
1732
|
+
export const exclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1733
|
+
// exclude.svg
|
|
1734
|
+
export const exclude: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1735
|
+
// explicit-fill.svg
|
|
1736
|
+
export const explicitFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1737
|
+
// explicit.svg
|
|
1738
|
+
export const explicit: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1739
|
+
// exposure.svg
|
|
1740
|
+
export const exposure: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1741
|
+
// eye-fill.svg
|
|
1742
|
+
export const eyeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1743
|
+
// eye-slash-fill.svg
|
|
1744
|
+
export const eyeSlashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1745
|
+
// eye-slash.svg
|
|
1746
|
+
export const eyeSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1747
|
+
// eye.svg
|
|
1748
|
+
export const eye: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1749
|
+
// eyedropper.svg
|
|
1750
|
+
export const eyedropper: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1751
|
+
// eyeglasses.svg
|
|
1752
|
+
export const eyeglasses: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1753
|
+
// facebook.svg
|
|
1754
|
+
export const facebook: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1755
|
+
// fan.svg
|
|
1756
|
+
export const fan: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1757
|
+
// fast-forward-btn-fill.svg
|
|
1758
|
+
export const fastForwardBtnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1759
|
+
// fast-forward-btn.svg
|
|
1760
|
+
export const fastForwardBtn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1761
|
+
// fast-forward-circle-fill.svg
|
|
1762
|
+
export const fastForwardCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1763
|
+
// fast-forward-circle.svg
|
|
1764
|
+
export const fastForwardCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1765
|
+
// fast-forward-fill.svg
|
|
1766
|
+
export const fastForwardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1767
|
+
// fast-forward.svg
|
|
1768
|
+
export const fastForward: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1769
|
+
// feather.svg
|
|
1770
|
+
export const feather: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1771
|
+
// feather2.svg
|
|
1772
|
+
export const feather2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1773
|
+
// file-arrow-down-fill.svg
|
|
1774
|
+
export const fileArrowDownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1775
|
+
// file-arrow-down.svg
|
|
1776
|
+
export const fileArrowDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1777
|
+
// file-arrow-up-fill.svg
|
|
1778
|
+
export const fileArrowUpFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1779
|
+
// file-arrow-up.svg
|
|
1780
|
+
export const fileArrowUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1781
|
+
// file-bar-graph-fill.svg
|
|
1782
|
+
export const fileBarGraphFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1783
|
+
// file-bar-graph.svg
|
|
1784
|
+
export const fileBarGraph: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1785
|
+
// file-binary-fill.svg
|
|
1786
|
+
export const fileBinaryFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1787
|
+
// file-binary.svg
|
|
1788
|
+
export const fileBinary: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1789
|
+
// file-break-fill.svg
|
|
1790
|
+
export const fileBreakFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1791
|
+
// file-break.svg
|
|
1792
|
+
export const fileBreak: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1793
|
+
// file-check-fill.svg
|
|
1794
|
+
export const fileCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1795
|
+
// file-check.svg
|
|
1796
|
+
export const fileCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1797
|
+
// file-code-fill.svg
|
|
1798
|
+
export const fileCodeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1799
|
+
// file-code.svg
|
|
1800
|
+
export const fileCode: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1801
|
+
// file-diff-fill.svg
|
|
1802
|
+
export const fileDiffFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1803
|
+
// file-diff.svg
|
|
1804
|
+
export const fileDiff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1805
|
+
// file-earmark-arrow-down-fill.svg
|
|
1806
|
+
export const fileEarmarkArrowDownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1807
|
+
// file-earmark-arrow-down.svg
|
|
1808
|
+
export const fileEarmarkArrowDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1809
|
+
// file-earmark-arrow-up-fill.svg
|
|
1810
|
+
export const fileEarmarkArrowUpFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1811
|
+
// file-earmark-arrow-up.svg
|
|
1812
|
+
export const fileEarmarkArrowUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1813
|
+
// file-earmark-bar-graph-fill.svg
|
|
1814
|
+
export const fileEarmarkBarGraphFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1815
|
+
// file-earmark-bar-graph.svg
|
|
1816
|
+
export const fileEarmarkBarGraph: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1817
|
+
// file-earmark-binary-fill.svg
|
|
1818
|
+
export const fileEarmarkBinaryFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1819
|
+
// file-earmark-binary.svg
|
|
1820
|
+
export const fileEarmarkBinary: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1821
|
+
// file-earmark-break-fill.svg
|
|
1822
|
+
export const fileEarmarkBreakFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1823
|
+
// file-earmark-break.svg
|
|
1824
|
+
export const fileEarmarkBreak: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1825
|
+
// file-earmark-check-fill.svg
|
|
1826
|
+
export const fileEarmarkCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1827
|
+
// file-earmark-check.svg
|
|
1828
|
+
export const fileEarmarkCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1829
|
+
// file-earmark-code-fill.svg
|
|
1830
|
+
export const fileEarmarkCodeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1831
|
+
// file-earmark-code.svg
|
|
1832
|
+
export const fileEarmarkCode: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1833
|
+
// file-earmark-diff-fill.svg
|
|
1834
|
+
export const fileEarmarkDiffFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1835
|
+
// file-earmark-diff.svg
|
|
1836
|
+
export const fileEarmarkDiff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1837
|
+
// file-earmark-easel-fill.svg
|
|
1838
|
+
export const fileEarmarkEaselFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1839
|
+
// file-earmark-easel.svg
|
|
1840
|
+
export const fileEarmarkEasel: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1841
|
+
// file-earmark-excel-fill.svg
|
|
1842
|
+
export const fileEarmarkExcelFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1843
|
+
// file-earmark-excel.svg
|
|
1844
|
+
export const fileEarmarkExcel: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1845
|
+
// file-earmark-fill.svg
|
|
1846
|
+
export const fileEarmarkFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1847
|
+
// file-earmark-font-fill.svg
|
|
1848
|
+
export const fileEarmarkFontFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1849
|
+
// file-earmark-font.svg
|
|
1850
|
+
export const fileEarmarkFont: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1851
|
+
// file-earmark-image-fill.svg
|
|
1852
|
+
export const fileEarmarkImageFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1853
|
+
// file-earmark-image.svg
|
|
1854
|
+
export const fileEarmarkImage: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1855
|
+
// file-earmark-lock-fill.svg
|
|
1856
|
+
export const fileEarmarkLockFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1857
|
+
// file-earmark-lock.svg
|
|
1858
|
+
export const fileEarmarkLock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1859
|
+
// file-earmark-lock2-fill.svg
|
|
1860
|
+
export const fileEarmarkLock2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1861
|
+
// file-earmark-lock2.svg
|
|
1862
|
+
export const fileEarmarkLock2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1863
|
+
// file-earmark-medical-fill.svg
|
|
1864
|
+
export const fileEarmarkMedicalFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1865
|
+
// file-earmark-medical.svg
|
|
1866
|
+
export const fileEarmarkMedical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1867
|
+
// file-earmark-minus-fill.svg
|
|
1868
|
+
export const fileEarmarkMinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1869
|
+
// file-earmark-minus.svg
|
|
1870
|
+
export const fileEarmarkMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1871
|
+
// file-earmark-music-fill.svg
|
|
1872
|
+
export const fileEarmarkMusicFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1873
|
+
// file-earmark-music.svg
|
|
1874
|
+
export const fileEarmarkMusic: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1875
|
+
// file-earmark-pdf-fill.svg
|
|
1876
|
+
export const fileEarmarkPdfFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1877
|
+
// file-earmark-pdf.svg
|
|
1878
|
+
export const fileEarmarkPdf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1879
|
+
// file-earmark-person-fill.svg
|
|
1880
|
+
export const fileEarmarkPersonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1881
|
+
// file-earmark-person.svg
|
|
1882
|
+
export const fileEarmarkPerson: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1883
|
+
// file-earmark-play-fill.svg
|
|
1884
|
+
export const fileEarmarkPlayFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1885
|
+
// file-earmark-play.svg
|
|
1886
|
+
export const fileEarmarkPlay: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1887
|
+
// file-earmark-plus-fill.svg
|
|
1888
|
+
export const fileEarmarkPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1889
|
+
// file-earmark-plus.svg
|
|
1890
|
+
export const fileEarmarkPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1891
|
+
// file-earmark-post-fill.svg
|
|
1892
|
+
export const fileEarmarkPostFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1893
|
+
// file-earmark-post.svg
|
|
1894
|
+
export const fileEarmarkPost: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1895
|
+
// file-earmark-ppt-fill.svg
|
|
1896
|
+
export const fileEarmarkPptFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1897
|
+
// file-earmark-ppt.svg
|
|
1898
|
+
export const fileEarmarkPpt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1899
|
+
// file-earmark-richtext-fill.svg
|
|
1900
|
+
export const fileEarmarkRichtextFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1901
|
+
// file-earmark-richtext.svg
|
|
1902
|
+
export const fileEarmarkRichtext: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1903
|
+
// file-earmark-ruled-fill.svg
|
|
1904
|
+
export const fileEarmarkRuledFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1905
|
+
// file-earmark-ruled.svg
|
|
1906
|
+
export const fileEarmarkRuled: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1907
|
+
// file-earmark-slides-fill.svg
|
|
1908
|
+
export const fileEarmarkSlidesFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1909
|
+
// file-earmark-slides.svg
|
|
1910
|
+
export const fileEarmarkSlides: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1911
|
+
// file-earmark-spreadsheet-fill.svg
|
|
1912
|
+
export const fileEarmarkSpreadsheetFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1913
|
+
// file-earmark-spreadsheet.svg
|
|
1914
|
+
export const fileEarmarkSpreadsheet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1915
|
+
// file-earmark-text-fill.svg
|
|
1916
|
+
export const fileEarmarkTextFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1917
|
+
// file-earmark-text.svg
|
|
1918
|
+
export const fileEarmarkText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1919
|
+
// file-earmark-word-fill.svg
|
|
1920
|
+
export const fileEarmarkWordFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1921
|
+
// file-earmark-word.svg
|
|
1922
|
+
export const fileEarmarkWord: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1923
|
+
// file-earmark-x-fill.svg
|
|
1924
|
+
export const fileEarmarkXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1925
|
+
// file-earmark-x.svg
|
|
1926
|
+
export const fileEarmarkX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1927
|
+
// file-earmark-zip-fill.svg
|
|
1928
|
+
export const fileEarmarkZipFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1929
|
+
// file-earmark-zip.svg
|
|
1930
|
+
export const fileEarmarkZip: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1931
|
+
// file-earmark.svg
|
|
1932
|
+
export const fileEarmark: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1933
|
+
// file-easel-fill.svg
|
|
1934
|
+
export const fileEaselFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1935
|
+
// file-easel.svg
|
|
1936
|
+
export const fileEasel: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1937
|
+
// file-excel-fill.svg
|
|
1938
|
+
export const fileExcelFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1939
|
+
// file-excel.svg
|
|
1940
|
+
export const fileExcel: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1941
|
+
// file-fill.svg
|
|
1942
|
+
export const fileFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1943
|
+
// file-font-fill.svg
|
|
1944
|
+
export const fileFontFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1945
|
+
// file-font.svg
|
|
1946
|
+
export const fileFont: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1947
|
+
// file-image-fill.svg
|
|
1948
|
+
export const fileImageFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1949
|
+
// file-image.svg
|
|
1950
|
+
export const fileImage: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1951
|
+
// file-lock-fill.svg
|
|
1952
|
+
export const fileLockFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1953
|
+
// file-lock.svg
|
|
1954
|
+
export const fileLock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1955
|
+
// file-lock2-fill.svg
|
|
1956
|
+
export const fileLock2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1957
|
+
// file-lock2.svg
|
|
1958
|
+
export const fileLock2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1959
|
+
// file-medical-fill.svg
|
|
1960
|
+
export const fileMedicalFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1961
|
+
// file-medical.svg
|
|
1962
|
+
export const fileMedical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1963
|
+
// file-minus-fill.svg
|
|
1964
|
+
export const fileMinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1965
|
+
// file-minus.svg
|
|
1966
|
+
export const fileMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1967
|
+
// file-music-fill.svg
|
|
1968
|
+
export const fileMusicFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1969
|
+
// file-music.svg
|
|
1970
|
+
export const fileMusic: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1971
|
+
// file-pdf-fill.svg
|
|
1972
|
+
export const filePdfFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1973
|
+
// file-pdf.svg
|
|
1974
|
+
export const filePdf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1975
|
+
// file-person-fill.svg
|
|
1976
|
+
export const filePersonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1977
|
+
// file-person.svg
|
|
1978
|
+
export const filePerson: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1979
|
+
// file-play-fill.svg
|
|
1980
|
+
export const filePlayFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1981
|
+
// file-play.svg
|
|
1982
|
+
export const filePlay: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1983
|
+
// file-plus-fill.svg
|
|
1984
|
+
export const filePlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1985
|
+
// file-plus.svg
|
|
1986
|
+
export const filePlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1987
|
+
// file-post-fill.svg
|
|
1988
|
+
export const filePostFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1989
|
+
// file-post.svg
|
|
1990
|
+
export const filePost: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1991
|
+
// file-ppt-fill.svg
|
|
1992
|
+
export const filePptFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1993
|
+
// file-ppt.svg
|
|
1994
|
+
export const filePpt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1995
|
+
// file-richtext-fill.svg
|
|
1996
|
+
export const fileRichtextFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1997
|
+
// file-richtext.svg
|
|
1998
|
+
export const fileRichtext: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
1999
|
+
// file-ruled-fill.svg
|
|
2000
|
+
export const fileRuledFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2001
|
+
// file-ruled.svg
|
|
2002
|
+
export const fileRuled: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2003
|
+
// file-slides-fill.svg
|
|
2004
|
+
export const fileSlidesFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2005
|
+
// file-slides.svg
|
|
2006
|
+
export const fileSlides: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2007
|
+
// file-spreadsheet-fill.svg
|
|
2008
|
+
export const fileSpreadsheetFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2009
|
+
// file-spreadsheet.svg
|
|
2010
|
+
export const fileSpreadsheet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2011
|
+
// file-text-fill.svg
|
|
2012
|
+
export const fileTextFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2013
|
+
// file-text.svg
|
|
2014
|
+
export const fileText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2015
|
+
// file-word-fill.svg
|
|
2016
|
+
export const fileWordFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2017
|
+
// file-word.svg
|
|
2018
|
+
export const fileWord: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2019
|
+
// file-x-fill.svg
|
|
2020
|
+
export const fileXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2021
|
+
// file-x.svg
|
|
2022
|
+
export const fileX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2023
|
+
// file-zip-fill.svg
|
|
2024
|
+
export const fileZipFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2025
|
+
// file-zip.svg
|
|
2026
|
+
export const fileZip: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2027
|
+
// file.svg
|
|
2028
|
+
export const file: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2029
|
+
// files-alt.svg
|
|
2030
|
+
export const filesAlt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2031
|
+
// files.svg
|
|
2032
|
+
export const files: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2033
|
+
// filetype-aac.svg
|
|
2034
|
+
export const filetypeAac: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2035
|
+
// filetype-ai.svg
|
|
2036
|
+
export const filetypeAi: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2037
|
+
// filetype-bmp.svg
|
|
2038
|
+
export const filetypeBmp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2039
|
+
// filetype-cs.svg
|
|
2040
|
+
export const filetypeCs: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2041
|
+
// filetype-css.svg
|
|
2042
|
+
export const filetypeCss: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2043
|
+
// filetype-csv.svg
|
|
2044
|
+
export const filetypeCsv: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2045
|
+
// filetype-doc.svg
|
|
2046
|
+
export const filetypeDoc: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2047
|
+
// filetype-docx.svg
|
|
2048
|
+
export const filetypeDocx: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2049
|
+
// filetype-exe.svg
|
|
2050
|
+
export const filetypeExe: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2051
|
+
// filetype-gif.svg
|
|
2052
|
+
export const filetypeGif: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2053
|
+
// filetype-heic.svg
|
|
2054
|
+
export const filetypeHeic: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2055
|
+
// filetype-html.svg
|
|
2056
|
+
export const filetypeHtml: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2057
|
+
// filetype-java.svg
|
|
2058
|
+
export const filetypeJava: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2059
|
+
// filetype-jpg.svg
|
|
2060
|
+
export const filetypeJpg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2061
|
+
// filetype-js.svg
|
|
2062
|
+
export const filetypeJs: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2063
|
+
// filetype-json.svg
|
|
2064
|
+
export const filetypeJson: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2065
|
+
// filetype-jsx.svg
|
|
2066
|
+
export const filetypeJsx: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2067
|
+
// filetype-key.svg
|
|
2068
|
+
export const filetypeKey: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2069
|
+
// filetype-m4p.svg
|
|
2070
|
+
export const filetypeM4p: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2071
|
+
// filetype-md.svg
|
|
2072
|
+
export const filetypeMd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2073
|
+
// filetype-mdx.svg
|
|
2074
|
+
export const filetypeMdx: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2075
|
+
// filetype-mov.svg
|
|
2076
|
+
export const filetypeMov: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2077
|
+
// filetype-mp3.svg
|
|
2078
|
+
export const filetypeMp3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2079
|
+
// filetype-mp4.svg
|
|
2080
|
+
export const filetypeMp4: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2081
|
+
// filetype-otf.svg
|
|
2082
|
+
export const filetypeOtf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2083
|
+
// filetype-pdf.svg
|
|
2084
|
+
export const filetypePdf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2085
|
+
// filetype-php.svg
|
|
2086
|
+
export const filetypePhp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2087
|
+
// filetype-png.svg
|
|
2088
|
+
export const filetypePng: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2089
|
+
// filetype-ppt.svg
|
|
2090
|
+
export const filetypePpt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2091
|
+
// filetype-pptx.svg
|
|
2092
|
+
export const filetypePptx: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2093
|
+
// filetype-psd.svg
|
|
2094
|
+
export const filetypePsd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2095
|
+
// filetype-py.svg
|
|
2096
|
+
export const filetypePy: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2097
|
+
// filetype-raw.svg
|
|
2098
|
+
export const filetypeRaw: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2099
|
+
// filetype-rb.svg
|
|
2100
|
+
export const filetypeRb: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2101
|
+
// filetype-sass.svg
|
|
2102
|
+
export const filetypeSass: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2103
|
+
// filetype-scss.svg
|
|
2104
|
+
export const filetypeScss: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2105
|
+
// filetype-sh.svg
|
|
2106
|
+
export const filetypeSh: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2107
|
+
// filetype-sql.svg
|
|
2108
|
+
export const filetypeSql: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2109
|
+
// filetype-svg.svg
|
|
2110
|
+
export const filetypeSvg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2111
|
+
// filetype-tiff.svg
|
|
2112
|
+
export const filetypeTiff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2113
|
+
// filetype-tsx.svg
|
|
2114
|
+
export const filetypeTsx: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2115
|
+
// filetype-ttf.svg
|
|
2116
|
+
export const filetypeTtf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2117
|
+
// filetype-txt.svg
|
|
2118
|
+
export const filetypeTxt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2119
|
+
// filetype-wav.svg
|
|
2120
|
+
export const filetypeWav: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2121
|
+
// filetype-woff.svg
|
|
2122
|
+
export const filetypeWoff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2123
|
+
// filetype-xls.svg
|
|
2124
|
+
export const filetypeXls: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2125
|
+
// filetype-xlsx.svg
|
|
2126
|
+
export const filetypeXlsx: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2127
|
+
// filetype-xml.svg
|
|
2128
|
+
export const filetypeXml: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2129
|
+
// filetype-yml.svg
|
|
2130
|
+
export const filetypeYml: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2131
|
+
// film.svg
|
|
2132
|
+
export const film: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2133
|
+
// filter-circle-fill.svg
|
|
2134
|
+
export const filterCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2135
|
+
// filter-circle.svg
|
|
2136
|
+
export const filterCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2137
|
+
// filter-left.svg
|
|
2138
|
+
export const filterLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2139
|
+
// filter-right.svg
|
|
2140
|
+
export const filterRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2141
|
+
// filter-square-fill.svg
|
|
2142
|
+
export const filterSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2143
|
+
// filter-square.svg
|
|
2144
|
+
export const filterSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2145
|
+
// filter.svg
|
|
2146
|
+
export const filter: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2147
|
+
// fingerprint.svg
|
|
2148
|
+
export const fingerprint: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2149
|
+
// fire.svg
|
|
2150
|
+
export const fire: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2151
|
+
// flag-fill.svg
|
|
2152
|
+
export const flagFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2153
|
+
// flag.svg
|
|
2154
|
+
export const flag: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2155
|
+
// flask-fill.svg
|
|
2156
|
+
export const flaskFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2157
|
+
// flask-florence-fill.svg
|
|
2158
|
+
export const flaskFlorenceFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2159
|
+
// flask-florence.svg
|
|
2160
|
+
export const flaskFlorence: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2161
|
+
// flask.svg
|
|
2162
|
+
export const flask: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2163
|
+
// floppy-fill.svg
|
|
2164
|
+
export const floppyFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2165
|
+
// floppy.svg
|
|
2166
|
+
export const floppy: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2167
|
+
// floppy2-fill.svg
|
|
2168
|
+
export const floppy2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2169
|
+
// floppy2.svg
|
|
2170
|
+
export const floppy2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2171
|
+
// flower1.svg
|
|
2172
|
+
export const flower1: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2173
|
+
// flower2.svg
|
|
2174
|
+
export const flower2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2175
|
+
// flower3.svg
|
|
2176
|
+
export const flower3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2177
|
+
// folder-check.svg
|
|
2178
|
+
export const folderCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2179
|
+
// folder-fill.svg
|
|
2180
|
+
export const folderFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2181
|
+
// folder-minus.svg
|
|
2182
|
+
export const folderMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2183
|
+
// folder-plus.svg
|
|
2184
|
+
export const folderPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2185
|
+
// folder-symlink-fill.svg
|
|
2186
|
+
export const folderSymlinkFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2187
|
+
// folder-symlink.svg
|
|
2188
|
+
export const folderSymlink: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2189
|
+
// folder-x.svg
|
|
2190
|
+
export const folderX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2191
|
+
// folder.svg
|
|
2192
|
+
export const folder: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2193
|
+
// folder2-open.svg
|
|
2194
|
+
export const folder2Open: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2195
|
+
// folder2.svg
|
|
2196
|
+
export const folder2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2197
|
+
// fonts.svg
|
|
2198
|
+
export const fonts: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2199
|
+
// fork-knife.svg
|
|
2200
|
+
export const forkKnife: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2201
|
+
// forward-fill.svg
|
|
2202
|
+
export const forwardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2203
|
+
// forward.svg
|
|
2204
|
+
export const forward: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2205
|
+
// front.svg
|
|
2206
|
+
export const front: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2207
|
+
// fuel-pump-diesel-fill.svg
|
|
2208
|
+
export const fuelPumpDieselFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2209
|
+
// fuel-pump-diesel.svg
|
|
2210
|
+
export const fuelPumpDiesel: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2211
|
+
// fuel-pump-fill.svg
|
|
2212
|
+
export const fuelPumpFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2213
|
+
// fuel-pump.svg
|
|
2214
|
+
export const fuelPump: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2215
|
+
// fullscreen-exit.svg
|
|
2216
|
+
export const fullscreenExit: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2217
|
+
// fullscreen.svg
|
|
2218
|
+
export const fullscreen: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2219
|
+
// funnel-fill.svg
|
|
2220
|
+
export const funnelFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2221
|
+
// funnel.svg
|
|
2222
|
+
export const funnel: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2223
|
+
// gear-fill.svg
|
|
2224
|
+
export const gearFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2225
|
+
// gear-wide-connected.svg
|
|
2226
|
+
export const gearWideConnected: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2227
|
+
// gear-wide.svg
|
|
2228
|
+
export const gearWide: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2229
|
+
// gear.svg
|
|
2230
|
+
export const gear: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2231
|
+
// gem.svg
|
|
2232
|
+
export const gem: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2233
|
+
// gender-ambiguous.svg
|
|
2234
|
+
export const genderAmbiguous: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2235
|
+
// gender-female.svg
|
|
2236
|
+
export const genderFemale: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2237
|
+
// gender-male.svg
|
|
2238
|
+
export const genderMale: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2239
|
+
// gender-neuter.svg
|
|
2240
|
+
export const genderNeuter: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2241
|
+
// gender-trans.svg
|
|
2242
|
+
export const genderTrans: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2243
|
+
// geo-alt-fill.svg
|
|
2244
|
+
export const geoAltFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2245
|
+
// geo-alt.svg
|
|
2246
|
+
export const geoAlt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2247
|
+
// geo-fill.svg
|
|
2248
|
+
export const geoFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2249
|
+
// geo.svg
|
|
2250
|
+
export const geo: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2251
|
+
// gift-fill.svg
|
|
2252
|
+
export const giftFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2253
|
+
// gift.svg
|
|
2254
|
+
export const gift: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2255
|
+
// git.svg
|
|
2256
|
+
export const git: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2257
|
+
// github.svg
|
|
2258
|
+
export const github: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2259
|
+
// gitlab.svg
|
|
2260
|
+
export const gitlab: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2261
|
+
// globe-americas-fill.svg
|
|
2262
|
+
export const globeAmericasFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2263
|
+
// globe-americas.svg
|
|
2264
|
+
export const globeAmericas: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2265
|
+
// globe-asia-australia-fill.svg
|
|
2266
|
+
export const globeAsiaAustraliaFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2267
|
+
// globe-asia-australia.svg
|
|
2268
|
+
export const globeAsiaAustralia: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2269
|
+
// globe-central-south-asia-fill.svg
|
|
2270
|
+
export const globeCentralSouthAsiaFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2271
|
+
// globe-central-south-asia.svg
|
|
2272
|
+
export const globeCentralSouthAsia: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2273
|
+
// globe-europe-africa-fill.svg
|
|
2274
|
+
export const globeEuropeAfricaFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2275
|
+
// globe-europe-africa.svg
|
|
2276
|
+
export const globeEuropeAfrica: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2277
|
+
// globe.svg
|
|
2278
|
+
export const globe: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2279
|
+
// globe2.svg
|
|
2280
|
+
export const globe2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2281
|
+
// google-play.svg
|
|
2282
|
+
export const googlePlay: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2283
|
+
// google.svg
|
|
2284
|
+
export const google: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2285
|
+
// gpu-card.svg
|
|
2286
|
+
export const gpuCard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2287
|
+
// graph-down-arrow.svg
|
|
2288
|
+
export const graphDownArrow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2289
|
+
// graph-down.svg
|
|
2290
|
+
export const graphDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2291
|
+
// graph-up-arrow.svg
|
|
2292
|
+
export const graphUpArrow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2293
|
+
// graph-up.svg
|
|
2294
|
+
export const graphUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2295
|
+
// grid-1x2-fill.svg
|
|
2296
|
+
export const grid1x2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2297
|
+
// grid-1x2.svg
|
|
2298
|
+
export const grid1x2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2299
|
+
// grid-3x2-gap-fill.svg
|
|
2300
|
+
export const grid3x2GapFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2301
|
+
// grid-3x2-gap.svg
|
|
2302
|
+
export const grid3x2Gap: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2303
|
+
// grid-3x2.svg
|
|
2304
|
+
export const grid3x2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2305
|
+
// grid-3x3-gap-fill.svg
|
|
2306
|
+
export const grid3x3GapFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2307
|
+
// grid-3x3-gap.svg
|
|
2308
|
+
export const grid3x3Gap: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2309
|
+
// grid-3x3.svg
|
|
2310
|
+
export const grid3x3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2311
|
+
// grid-fill.svg
|
|
2312
|
+
export const gridFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2313
|
+
// grid.svg
|
|
2314
|
+
export const grid: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2315
|
+
// grip-horizontal.svg
|
|
2316
|
+
export const gripHorizontal: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2317
|
+
// grip-vertical.svg
|
|
2318
|
+
export const gripVertical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2319
|
+
// h-circle-fill.svg
|
|
2320
|
+
export const hCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2321
|
+
// h-circle.svg
|
|
2322
|
+
export const hCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2323
|
+
// h-square-fill.svg
|
|
2324
|
+
export const hSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2325
|
+
// h-square.svg
|
|
2326
|
+
export const hSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2327
|
+
// hammer.svg
|
|
2328
|
+
export const hammer: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2329
|
+
// hand-index-fill.svg
|
|
2330
|
+
export const handIndexFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2331
|
+
// hand-index-thumb-fill.svg
|
|
2332
|
+
export const handIndexThumbFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2333
|
+
// hand-index-thumb.svg
|
|
2334
|
+
export const handIndexThumb: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2335
|
+
// hand-index.svg
|
|
2336
|
+
export const handIndex: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2337
|
+
// hand-thumbs-down-fill.svg
|
|
2338
|
+
export const handThumbsDownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2339
|
+
// hand-thumbs-down.svg
|
|
2340
|
+
export const handThumbsDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2341
|
+
// hand-thumbs-up-fill.svg
|
|
2342
|
+
export const handThumbsUpFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2343
|
+
// hand-thumbs-up.svg
|
|
2344
|
+
export const handThumbsUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2345
|
+
// handbag-fill.svg
|
|
2346
|
+
export const handbagFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2347
|
+
// handbag.svg
|
|
2348
|
+
export const handbag: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2349
|
+
// hash.svg
|
|
2350
|
+
export const hash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2351
|
+
// hdd-fill.svg
|
|
2352
|
+
export const hddFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2353
|
+
// hdd-network-fill.svg
|
|
2354
|
+
export const hddNetworkFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2355
|
+
// hdd-network.svg
|
|
2356
|
+
export const hddNetwork: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2357
|
+
// hdd-rack-fill.svg
|
|
2358
|
+
export const hddRackFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2359
|
+
// hdd-rack.svg
|
|
2360
|
+
export const hddRack: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2361
|
+
// hdd-stack-fill.svg
|
|
2362
|
+
export const hddStackFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2363
|
+
// hdd-stack.svg
|
|
2364
|
+
export const hddStack: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2365
|
+
// hdd.svg
|
|
2366
|
+
export const hdd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2367
|
+
// hdmi-fill.svg
|
|
2368
|
+
export const hdmiFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2369
|
+
// hdmi.svg
|
|
2370
|
+
export const hdmi: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2371
|
+
// headphones.svg
|
|
2372
|
+
export const headphones: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2373
|
+
// headset-vr.svg
|
|
2374
|
+
export const headsetVr: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2375
|
+
// headset.svg
|
|
2376
|
+
export const headset: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2377
|
+
// heart-arrow.svg
|
|
2378
|
+
export const heartArrow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2379
|
+
// heart-fill.svg
|
|
2380
|
+
export const heartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2381
|
+
// heart-half.svg
|
|
2382
|
+
export const heartHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2383
|
+
// heart-pulse-fill.svg
|
|
2384
|
+
export const heartPulseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2385
|
+
// heart-pulse.svg
|
|
2386
|
+
export const heartPulse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2387
|
+
// heart.svg
|
|
2388
|
+
export const heart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2389
|
+
// heartbreak-fill.svg
|
|
2390
|
+
export const heartbreakFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2391
|
+
// heartbreak.svg
|
|
2392
|
+
export const heartbreak: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2393
|
+
// hearts.svg
|
|
2394
|
+
export const hearts: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2395
|
+
// heptagon-fill.svg
|
|
2396
|
+
export const heptagonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2397
|
+
// heptagon-half.svg
|
|
2398
|
+
export const heptagonHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2399
|
+
// heptagon.svg
|
|
2400
|
+
export const heptagon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2401
|
+
// hexagon-fill.svg
|
|
2402
|
+
export const hexagonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2403
|
+
// hexagon-half.svg
|
|
2404
|
+
export const hexagonHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2405
|
+
// hexagon.svg
|
|
2406
|
+
export const hexagon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2407
|
+
// highlighter.svg
|
|
2408
|
+
export const highlighter: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2409
|
+
// highlights.svg
|
|
2410
|
+
export const highlights: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2411
|
+
// hospital-fill.svg
|
|
2412
|
+
export const hospitalFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2413
|
+
// hospital.svg
|
|
2414
|
+
export const hospital: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2415
|
+
// hourglass-bottom.svg
|
|
2416
|
+
export const hourglassBottom: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2417
|
+
// hourglass-split.svg
|
|
2418
|
+
export const hourglassSplit: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2419
|
+
// hourglass-top.svg
|
|
2420
|
+
export const hourglassTop: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2421
|
+
// hourglass.svg
|
|
2422
|
+
export const hourglass: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2423
|
+
// house-add-fill.svg
|
|
2424
|
+
export const houseAddFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2425
|
+
// house-add.svg
|
|
2426
|
+
export const houseAdd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2427
|
+
// house-check-fill.svg
|
|
2428
|
+
export const houseCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2429
|
+
// house-check.svg
|
|
2430
|
+
export const houseCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2431
|
+
// house-dash-fill.svg
|
|
2432
|
+
export const houseDashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2433
|
+
// house-dash.svg
|
|
2434
|
+
export const houseDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2435
|
+
// house-door-fill.svg
|
|
2436
|
+
export const houseDoorFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2437
|
+
// house-door.svg
|
|
2438
|
+
export const houseDoor: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2439
|
+
// house-down-fill.svg
|
|
2440
|
+
export const houseDownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2441
|
+
// house-down.svg
|
|
2442
|
+
export const houseDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2443
|
+
// house-exclamation-fill.svg
|
|
2444
|
+
export const houseExclamationFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2445
|
+
// house-exclamation.svg
|
|
2446
|
+
export const houseExclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2447
|
+
// house-fill.svg
|
|
2448
|
+
export const houseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2449
|
+
// house-gear-fill.svg
|
|
2450
|
+
export const houseGearFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2451
|
+
// house-gear.svg
|
|
2452
|
+
export const houseGear: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2453
|
+
// house-heart-fill.svg
|
|
2454
|
+
export const houseHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2455
|
+
// house-heart.svg
|
|
2456
|
+
export const houseHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2457
|
+
// house-lock-fill.svg
|
|
2458
|
+
export const houseLockFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2459
|
+
// house-lock.svg
|
|
2460
|
+
export const houseLock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2461
|
+
// house-slash-fill.svg
|
|
2462
|
+
export const houseSlashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2463
|
+
// house-slash.svg
|
|
2464
|
+
export const houseSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2465
|
+
// house-up-fill.svg
|
|
2466
|
+
export const houseUpFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2467
|
+
// house-up.svg
|
|
2468
|
+
export const houseUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2469
|
+
// house-x-fill.svg
|
|
2470
|
+
export const houseXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2471
|
+
// house-x.svg
|
|
2472
|
+
export const houseX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2473
|
+
// house.svg
|
|
2474
|
+
export const house: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2475
|
+
// houses-fill.svg
|
|
2476
|
+
export const housesFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2477
|
+
// houses.svg
|
|
2478
|
+
export const houses: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2479
|
+
// hr.svg
|
|
2480
|
+
export const hr: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2481
|
+
// hurricane.svg
|
|
2482
|
+
export const hurricane: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2483
|
+
// hypnotize.svg
|
|
2484
|
+
export const hypnotize: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2485
|
+
// image-alt.svg
|
|
2486
|
+
export const imageAlt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2487
|
+
// image-fill.svg
|
|
2488
|
+
export const imageFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2489
|
+
// image.svg
|
|
2490
|
+
export const image: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2491
|
+
// images.svg
|
|
2492
|
+
export const images: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2493
|
+
// inbox-fill.svg
|
|
2494
|
+
export const inboxFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2495
|
+
// inbox.svg
|
|
2496
|
+
export const inbox: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2497
|
+
// inboxes-fill.svg
|
|
2498
|
+
export const inboxesFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2499
|
+
// inboxes.svg
|
|
2500
|
+
export const inboxes: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2501
|
+
// incognito.svg
|
|
2502
|
+
export const incognito: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2503
|
+
// indent.svg
|
|
2504
|
+
export const indent: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2505
|
+
// infinity.svg
|
|
2506
|
+
export const infinity: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2507
|
+
// info-circle-fill.svg
|
|
2508
|
+
export const infoCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2509
|
+
// info-circle.svg
|
|
2510
|
+
export const infoCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2511
|
+
// info-lg.svg
|
|
2512
|
+
export const infoLg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2513
|
+
// info-square-fill.svg
|
|
2514
|
+
export const infoSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2515
|
+
// info-square.svg
|
|
2516
|
+
export const infoSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2517
|
+
// info.svg
|
|
2518
|
+
export const info: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2519
|
+
// input-cursor-text.svg
|
|
2520
|
+
export const inputCursorText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2521
|
+
// input-cursor.svg
|
|
2522
|
+
export const inputCursor: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2523
|
+
// instagram.svg
|
|
2524
|
+
export const instagram: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2525
|
+
// intersect.svg
|
|
2526
|
+
export const intersect: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2527
|
+
// javascript.svg
|
|
2528
|
+
export const javascript: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2529
|
+
// journal-album.svg
|
|
2530
|
+
export const journalAlbum: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2531
|
+
// journal-arrow-down.svg
|
|
2532
|
+
export const journalArrowDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2533
|
+
// journal-arrow-up.svg
|
|
2534
|
+
export const journalArrowUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2535
|
+
// journal-bookmark-fill.svg
|
|
2536
|
+
export const journalBookmarkFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2537
|
+
// journal-bookmark.svg
|
|
2538
|
+
export const journalBookmark: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2539
|
+
// journal-check.svg
|
|
2540
|
+
export const journalCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2541
|
+
// journal-code.svg
|
|
2542
|
+
export const journalCode: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2543
|
+
// journal-medical.svg
|
|
2544
|
+
export const journalMedical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2545
|
+
// journal-minus.svg
|
|
2546
|
+
export const journalMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2547
|
+
// journal-plus.svg
|
|
2548
|
+
export const journalPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2549
|
+
// journal-richtext.svg
|
|
2550
|
+
export const journalRichtext: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2551
|
+
// journal-text.svg
|
|
2552
|
+
export const journalText: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2553
|
+
// journal-x.svg
|
|
2554
|
+
export const journalX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2555
|
+
// journal.svg
|
|
2556
|
+
export const journal: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2557
|
+
// journals.svg
|
|
2558
|
+
export const journals: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2559
|
+
// joystick.svg
|
|
2560
|
+
export const joystick: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2561
|
+
// justify-left.svg
|
|
2562
|
+
export const justifyLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2563
|
+
// justify-right.svg
|
|
2564
|
+
export const justifyRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2565
|
+
// justify.svg
|
|
2566
|
+
export const justify: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2567
|
+
// kanban-fill.svg
|
|
2568
|
+
export const kanbanFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2569
|
+
// kanban.svg
|
|
2570
|
+
export const kanban: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2571
|
+
// key-fill.svg
|
|
2572
|
+
export const keyFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2573
|
+
// key.svg
|
|
2574
|
+
export const key: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2575
|
+
// keyboard-fill.svg
|
|
2576
|
+
export const keyboardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2577
|
+
// keyboard.svg
|
|
2578
|
+
export const keyboard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2579
|
+
// ladder.svg
|
|
2580
|
+
export const ladder: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2581
|
+
// lamp-fill.svg
|
|
2582
|
+
export const lampFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2583
|
+
// lamp.svg
|
|
2584
|
+
export const lamp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2585
|
+
// laptop-fill.svg
|
|
2586
|
+
export const laptopFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2587
|
+
// laptop.svg
|
|
2588
|
+
export const laptop: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2589
|
+
// layer-backward.svg
|
|
2590
|
+
export const layerBackward: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2591
|
+
// layer-forward.svg
|
|
2592
|
+
export const layerForward: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2593
|
+
// layers-fill.svg
|
|
2594
|
+
export const layersFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2595
|
+
// layers-half.svg
|
|
2596
|
+
export const layersHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2597
|
+
// layers.svg
|
|
2598
|
+
export const layers: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2599
|
+
// layout-sidebar-inset-reverse.svg
|
|
2600
|
+
export const layoutSidebarInsetReverse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2601
|
+
// layout-sidebar-inset.svg
|
|
2602
|
+
export const layoutSidebarInset: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2603
|
+
// layout-sidebar-reverse.svg
|
|
2604
|
+
export const layoutSidebarReverse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2605
|
+
// layout-sidebar.svg
|
|
2606
|
+
export const layoutSidebar: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2607
|
+
// layout-split.svg
|
|
2608
|
+
export const layoutSplit: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2609
|
+
// layout-text-sidebar-reverse.svg
|
|
2610
|
+
export const layoutTextSidebarReverse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2611
|
+
// layout-text-sidebar.svg
|
|
2612
|
+
export const layoutTextSidebar: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2613
|
+
// layout-text-window-reverse.svg
|
|
2614
|
+
export const layoutTextWindowReverse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2615
|
+
// layout-text-window.svg
|
|
2616
|
+
export const layoutTextWindow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2617
|
+
// layout-three-columns.svg
|
|
2618
|
+
export const layoutThreeColumns: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2619
|
+
// layout-wtf.svg
|
|
2620
|
+
export const layoutWtf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2621
|
+
// leaf-fill.svg
|
|
2622
|
+
export const leafFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2623
|
+
// leaf.svg
|
|
2624
|
+
export const leaf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2625
|
+
// life-preserver.svg
|
|
2626
|
+
export const lifePreserver: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2627
|
+
// lightbulb-fill.svg
|
|
2628
|
+
export const lightbulbFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2629
|
+
// lightbulb-off-fill.svg
|
|
2630
|
+
export const lightbulbOffFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2631
|
+
// lightbulb-off.svg
|
|
2632
|
+
export const lightbulbOff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2633
|
+
// lightbulb.svg
|
|
2634
|
+
export const lightbulb: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2635
|
+
// lightning-charge-fill.svg
|
|
2636
|
+
export const lightningChargeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2637
|
+
// lightning-charge.svg
|
|
2638
|
+
export const lightningCharge: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2639
|
+
// lightning-fill.svg
|
|
2640
|
+
export const lightningFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2641
|
+
// lightning.svg
|
|
2642
|
+
export const lightning: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2643
|
+
// line.svg
|
|
2644
|
+
export const line: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2645
|
+
// link-45deg.svg
|
|
2646
|
+
export const link45deg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2647
|
+
// link.svg
|
|
2648
|
+
export const link: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2649
|
+
// linkedin.svg
|
|
2650
|
+
export const linkedin: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2651
|
+
// list-check.svg
|
|
2652
|
+
export const listCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2653
|
+
// list-columns-reverse.svg
|
|
2654
|
+
export const listColumnsReverse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2655
|
+
// list-columns.svg
|
|
2656
|
+
export const listColumns: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2657
|
+
// list-nested.svg
|
|
2658
|
+
export const listNested: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2659
|
+
// list-ol.svg
|
|
2660
|
+
export const listOl: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2661
|
+
// list-stars.svg
|
|
2662
|
+
export const listStars: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2663
|
+
// list-task.svg
|
|
2664
|
+
export const listTask: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2665
|
+
// list-ul.svg
|
|
2666
|
+
export const listUl: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2667
|
+
// list.svg
|
|
2668
|
+
export const list: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2669
|
+
// lock-fill.svg
|
|
2670
|
+
export const lockFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2671
|
+
// lock.svg
|
|
2672
|
+
export const lock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2673
|
+
// luggage-fill.svg
|
|
2674
|
+
export const luggageFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2675
|
+
// luggage.svg
|
|
2676
|
+
export const luggage: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2677
|
+
// lungs-fill.svg
|
|
2678
|
+
export const lungsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2679
|
+
// lungs.svg
|
|
2680
|
+
export const lungs: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2681
|
+
// magic.svg
|
|
2682
|
+
export const magic: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2683
|
+
// magnet-fill.svg
|
|
2684
|
+
export const magnetFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2685
|
+
// magnet.svg
|
|
2686
|
+
export const magnet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2687
|
+
// mailbox-flag.svg
|
|
2688
|
+
export const mailboxFlag: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2689
|
+
// mailbox.svg
|
|
2690
|
+
export const mailbox: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2691
|
+
// mailbox2-flag.svg
|
|
2692
|
+
export const mailbox2Flag: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2693
|
+
// mailbox2.svg
|
|
2694
|
+
export const mailbox2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2695
|
+
// map-fill.svg
|
|
2696
|
+
export const mapFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2697
|
+
// map.svg
|
|
2698
|
+
export const map: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2699
|
+
// markdown-fill.svg
|
|
2700
|
+
export const markdownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2701
|
+
// markdown.svg
|
|
2702
|
+
export const markdown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2703
|
+
// marker-tip.svg
|
|
2704
|
+
export const markerTip: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2705
|
+
// mask.svg
|
|
2706
|
+
export const mask: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2707
|
+
// mastodon.svg
|
|
2708
|
+
export const mastodon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2709
|
+
// measuring-cup-fill.svg
|
|
2710
|
+
export const measuringCupFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2711
|
+
// measuring-cup.svg
|
|
2712
|
+
export const measuringCup: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2713
|
+
// medium.svg
|
|
2714
|
+
export const medium: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2715
|
+
// megaphone-fill.svg
|
|
2716
|
+
export const megaphoneFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2717
|
+
// megaphone.svg
|
|
2718
|
+
export const megaphone: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2719
|
+
// memory.svg
|
|
2720
|
+
export const memory: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2721
|
+
// menu-app-fill.svg
|
|
2722
|
+
export const menuAppFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2723
|
+
// menu-app.svg
|
|
2724
|
+
export const menuApp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2725
|
+
// menu-button-fill.svg
|
|
2726
|
+
export const menuButtonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2727
|
+
// menu-button-wide-fill.svg
|
|
2728
|
+
export const menuButtonWideFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2729
|
+
// menu-button-wide.svg
|
|
2730
|
+
export const menuButtonWide: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2731
|
+
// menu-button.svg
|
|
2732
|
+
export const menuButton: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2733
|
+
// menu-down.svg
|
|
2734
|
+
export const menuDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2735
|
+
// menu-up.svg
|
|
2736
|
+
export const menuUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2737
|
+
// messenger.svg
|
|
2738
|
+
export const messenger: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2739
|
+
// meta.svg
|
|
2740
|
+
export const meta: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2741
|
+
// mic-fill.svg
|
|
2742
|
+
export const micFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2743
|
+
// mic-mute-fill.svg
|
|
2744
|
+
export const micMuteFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2745
|
+
// mic-mute.svg
|
|
2746
|
+
export const micMute: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2747
|
+
// mic.svg
|
|
2748
|
+
export const mic: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2749
|
+
// microsoft-teams.svg
|
|
2750
|
+
export const microsoftTeams: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2751
|
+
// microsoft.svg
|
|
2752
|
+
export const microsoft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2753
|
+
// minecart-loaded.svg
|
|
2754
|
+
export const minecartLoaded: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2755
|
+
// minecart.svg
|
|
2756
|
+
export const minecart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2757
|
+
// modem-fill.svg
|
|
2758
|
+
export const modemFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2759
|
+
// modem.svg
|
|
2760
|
+
export const modem: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2761
|
+
// moisture.svg
|
|
2762
|
+
export const moisture: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2763
|
+
// moon-fill.svg
|
|
2764
|
+
export const moonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2765
|
+
// moon-stars-fill.svg
|
|
2766
|
+
export const moonStarsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2767
|
+
// moon-stars.svg
|
|
2768
|
+
export const moonStars: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2769
|
+
// moon.svg
|
|
2770
|
+
export const moon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2771
|
+
// mortarboard-fill.svg
|
|
2772
|
+
export const mortarboardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2773
|
+
// mortarboard.svg
|
|
2774
|
+
export const mortarboard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2775
|
+
// motherboard-fill.svg
|
|
2776
|
+
export const motherboardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2777
|
+
// motherboard.svg
|
|
2778
|
+
export const motherboard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2779
|
+
// mouse-fill.svg
|
|
2780
|
+
export const mouseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2781
|
+
// mouse.svg
|
|
2782
|
+
export const mouse: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2783
|
+
// mouse2-fill.svg
|
|
2784
|
+
export const mouse2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2785
|
+
// mouse2.svg
|
|
2786
|
+
export const mouse2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2787
|
+
// mouse3-fill.svg
|
|
2788
|
+
export const mouse3Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2789
|
+
// mouse3.svg
|
|
2790
|
+
export const mouse3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2791
|
+
// music-note-beamed.svg
|
|
2792
|
+
export const musicNoteBeamed: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2793
|
+
// music-note-list.svg
|
|
2794
|
+
export const musicNoteList: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2795
|
+
// music-note.svg
|
|
2796
|
+
export const musicNote: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2797
|
+
// music-player-fill.svg
|
|
2798
|
+
export const musicPlayerFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2799
|
+
// music-player.svg
|
|
2800
|
+
export const musicPlayer: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2801
|
+
// newspaper.svg
|
|
2802
|
+
export const newspaper: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2803
|
+
// nintendo-switch.svg
|
|
2804
|
+
export const nintendoSwitch: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2805
|
+
// node-minus-fill.svg
|
|
2806
|
+
export const nodeMinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2807
|
+
// node-minus.svg
|
|
2808
|
+
export const nodeMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2809
|
+
// node-plus-fill.svg
|
|
2810
|
+
export const nodePlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2811
|
+
// node-plus.svg
|
|
2812
|
+
export const nodePlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2813
|
+
// noise-reduction.svg
|
|
2814
|
+
export const noiseReduction: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2815
|
+
// nut-fill.svg
|
|
2816
|
+
export const nutFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2817
|
+
// nut.svg
|
|
2818
|
+
export const nut: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2819
|
+
// nvidia.svg
|
|
2820
|
+
export const nvidia: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2821
|
+
// nvme-fill.svg
|
|
2822
|
+
export const nvmeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2823
|
+
// nvme.svg
|
|
2824
|
+
export const nvme: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2825
|
+
// octagon-fill.svg
|
|
2826
|
+
export const octagonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2827
|
+
// octagon-half.svg
|
|
2828
|
+
export const octagonHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2829
|
+
// octagon.svg
|
|
2830
|
+
export const octagon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2831
|
+
// openai.svg
|
|
2832
|
+
export const openai: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2833
|
+
// opencollective.svg
|
|
2834
|
+
export const opencollective: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2835
|
+
// optical-audio-fill.svg
|
|
2836
|
+
export const opticalAudioFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2837
|
+
// optical-audio.svg
|
|
2838
|
+
export const opticalAudio: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2839
|
+
// option.svg
|
|
2840
|
+
export const option: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2841
|
+
// outlet.svg
|
|
2842
|
+
export const outlet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2843
|
+
// p-circle-fill.svg
|
|
2844
|
+
export const pCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2845
|
+
// p-circle.svg
|
|
2846
|
+
export const pCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2847
|
+
// p-square-fill.svg
|
|
2848
|
+
export const pSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2849
|
+
// p-square.svg
|
|
2850
|
+
export const pSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2851
|
+
// paint-bucket.svg
|
|
2852
|
+
export const paintBucket: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2853
|
+
// palette-fill.svg
|
|
2854
|
+
export const paletteFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2855
|
+
// palette.svg
|
|
2856
|
+
export const palette: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2857
|
+
// palette2.svg
|
|
2858
|
+
export const palette2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2859
|
+
// paperclip.svg
|
|
2860
|
+
export const paperclip: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2861
|
+
// paragraph.svg
|
|
2862
|
+
export const paragraph: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2863
|
+
// pass-fill.svg
|
|
2864
|
+
export const passFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2865
|
+
// pass.svg
|
|
2866
|
+
export const pass: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2867
|
+
// passport-fill.svg
|
|
2868
|
+
export const passportFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2869
|
+
// passport.svg
|
|
2870
|
+
export const passport: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2871
|
+
// patch-check-fill.svg
|
|
2872
|
+
export const patchCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2873
|
+
// patch-check.svg
|
|
2874
|
+
export const patchCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2875
|
+
// patch-exclamation-fill.svg
|
|
2876
|
+
export const patchExclamationFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2877
|
+
// patch-exclamation.svg
|
|
2878
|
+
export const patchExclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2879
|
+
// patch-minus-fill.svg
|
|
2880
|
+
export const patchMinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2881
|
+
// patch-minus.svg
|
|
2882
|
+
export const patchMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2883
|
+
// patch-plus-fill.svg
|
|
2884
|
+
export const patchPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2885
|
+
// patch-plus.svg
|
|
2886
|
+
export const patchPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2887
|
+
// patch-question-fill.svg
|
|
2888
|
+
export const patchQuestionFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2889
|
+
// patch-question.svg
|
|
2890
|
+
export const patchQuestion: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2891
|
+
// pause-btn-fill.svg
|
|
2892
|
+
export const pauseBtnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2893
|
+
// pause-btn.svg
|
|
2894
|
+
export const pauseBtn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2895
|
+
// pause-circle-fill.svg
|
|
2896
|
+
export const pauseCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2897
|
+
// pause-circle.svg
|
|
2898
|
+
export const pauseCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2899
|
+
// pause-fill.svg
|
|
2900
|
+
export const pauseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2901
|
+
// pause.svg
|
|
2902
|
+
export const pause: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2903
|
+
// paypal.svg
|
|
2904
|
+
export const paypal: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2905
|
+
// pc-display-horizontal.svg
|
|
2906
|
+
export const pcDisplayHorizontal: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2907
|
+
// pc-display.svg
|
|
2908
|
+
export const pcDisplay: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2909
|
+
// pc-horizontal.svg
|
|
2910
|
+
export const pcHorizontal: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2911
|
+
// pc.svg
|
|
2912
|
+
export const pc: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2913
|
+
// pci-card-network.svg
|
|
2914
|
+
export const pciCardNetwork: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2915
|
+
// pci-card-sound.svg
|
|
2916
|
+
export const pciCardSound: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2917
|
+
// pci-card.svg
|
|
2918
|
+
export const pciCard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2919
|
+
// peace-fill.svg
|
|
2920
|
+
export const peaceFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2921
|
+
// peace.svg
|
|
2922
|
+
export const peace: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2923
|
+
// pen-fill.svg
|
|
2924
|
+
export const penFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2925
|
+
// pen.svg
|
|
2926
|
+
export const pen: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2927
|
+
// pencil-fill.svg
|
|
2928
|
+
export const pencilFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2929
|
+
// pencil-square.svg
|
|
2930
|
+
export const pencilSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2931
|
+
// pencil.svg
|
|
2932
|
+
export const pencil: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2933
|
+
// pentagon-fill.svg
|
|
2934
|
+
export const pentagonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2935
|
+
// pentagon-half.svg
|
|
2936
|
+
export const pentagonHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2937
|
+
// pentagon.svg
|
|
2938
|
+
export const pentagon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2939
|
+
// people-fill.svg
|
|
2940
|
+
export const peopleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2941
|
+
// people.svg
|
|
2942
|
+
export const people: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2943
|
+
// percent.svg
|
|
2944
|
+
export const percent: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2945
|
+
// perplexity.svg
|
|
2946
|
+
export const perplexity: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2947
|
+
// person-add.svg
|
|
2948
|
+
export const personAdd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2949
|
+
// person-arms-up.svg
|
|
2950
|
+
export const personArmsUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2951
|
+
// person-badge-fill.svg
|
|
2952
|
+
export const personBadgeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2953
|
+
// person-badge.svg
|
|
2954
|
+
export const personBadge: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2955
|
+
// person-bounding-box.svg
|
|
2956
|
+
export const personBoundingBox: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2957
|
+
// person-check-fill.svg
|
|
2958
|
+
export const personCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2959
|
+
// person-check.svg
|
|
2960
|
+
export const personCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2961
|
+
// person-circle.svg
|
|
2962
|
+
export const personCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2963
|
+
// person-dash-fill.svg
|
|
2964
|
+
export const personDashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2965
|
+
// person-dash.svg
|
|
2966
|
+
export const personDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2967
|
+
// person-down.svg
|
|
2968
|
+
export const personDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2969
|
+
// person-exclamation.svg
|
|
2970
|
+
export const personExclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2971
|
+
// person-fill-add.svg
|
|
2972
|
+
export const personFillAdd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2973
|
+
// person-fill-check.svg
|
|
2974
|
+
export const personFillCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2975
|
+
// person-fill-dash.svg
|
|
2976
|
+
export const personFillDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2977
|
+
// person-fill-down.svg
|
|
2978
|
+
export const personFillDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2979
|
+
// person-fill-exclamation.svg
|
|
2980
|
+
export const personFillExclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2981
|
+
// person-fill-gear.svg
|
|
2982
|
+
export const personFillGear: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2983
|
+
// person-fill-lock.svg
|
|
2984
|
+
export const personFillLock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2985
|
+
// person-fill-slash.svg
|
|
2986
|
+
export const personFillSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2987
|
+
// person-fill-up.svg
|
|
2988
|
+
export const personFillUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2989
|
+
// person-fill-x.svg
|
|
2990
|
+
export const personFillX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2991
|
+
// person-fill.svg
|
|
2992
|
+
export const personFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2993
|
+
// person-gear.svg
|
|
2994
|
+
export const personGear: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2995
|
+
// person-heart.svg
|
|
2996
|
+
export const personHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2997
|
+
// person-hearts.svg
|
|
2998
|
+
export const personHearts: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
2999
|
+
// person-lines-fill.svg
|
|
3000
|
+
export const personLinesFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3001
|
+
// person-lock.svg
|
|
3002
|
+
export const personLock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3003
|
+
// person-plus-fill.svg
|
|
3004
|
+
export const personPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3005
|
+
// person-plus.svg
|
|
3006
|
+
export const personPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3007
|
+
// person-raised-hand.svg
|
|
3008
|
+
export const personRaisedHand: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3009
|
+
// person-rolodex.svg
|
|
3010
|
+
export const personRolodex: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3011
|
+
// person-slash.svg
|
|
3012
|
+
export const personSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3013
|
+
// person-square.svg
|
|
3014
|
+
export const personSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3015
|
+
// person-standing-dress.svg
|
|
3016
|
+
export const personStandingDress: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3017
|
+
// person-standing.svg
|
|
3018
|
+
export const personStanding: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3019
|
+
// person-up.svg
|
|
3020
|
+
export const personUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3021
|
+
// person-vcard-fill.svg
|
|
3022
|
+
export const personVcardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3023
|
+
// person-vcard.svg
|
|
3024
|
+
export const personVcard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3025
|
+
// person-video.svg
|
|
3026
|
+
export const personVideo: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3027
|
+
// person-video2.svg
|
|
3028
|
+
export const personVideo2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3029
|
+
// person-video3.svg
|
|
3030
|
+
export const personVideo3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3031
|
+
// person-walking.svg
|
|
3032
|
+
export const personWalking: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3033
|
+
// person-wheelchair.svg
|
|
3034
|
+
export const personWheelchair: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3035
|
+
// person-workspace.svg
|
|
3036
|
+
export const personWorkspace: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3037
|
+
// person-x-fill.svg
|
|
3038
|
+
export const personXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3039
|
+
// person-x.svg
|
|
3040
|
+
export const personX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3041
|
+
// person.svg
|
|
3042
|
+
export const person: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3043
|
+
// phone-fill.svg
|
|
3044
|
+
export const phoneFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3045
|
+
// phone-flip.svg
|
|
3046
|
+
export const phoneFlip: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3047
|
+
// phone-landscape-fill.svg
|
|
3048
|
+
export const phoneLandscapeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3049
|
+
// phone-landscape.svg
|
|
3050
|
+
export const phoneLandscape: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3051
|
+
// phone-vibrate-fill.svg
|
|
3052
|
+
export const phoneVibrateFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3053
|
+
// phone-vibrate.svg
|
|
3054
|
+
export const phoneVibrate: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3055
|
+
// phone.svg
|
|
3056
|
+
export const phone: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3057
|
+
// pie-chart-fill.svg
|
|
3058
|
+
export const pieChartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3059
|
+
// pie-chart.svg
|
|
3060
|
+
export const pieChart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3061
|
+
// piggy-bank-fill.svg
|
|
3062
|
+
export const piggyBankFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3063
|
+
// piggy-bank.svg
|
|
3064
|
+
export const piggyBank: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3065
|
+
// pin-angle-fill.svg
|
|
3066
|
+
export const pinAngleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3067
|
+
// pin-angle.svg
|
|
3068
|
+
export const pinAngle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3069
|
+
// pin-fill.svg
|
|
3070
|
+
export const pinFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3071
|
+
// pin-map-fill.svg
|
|
3072
|
+
export const pinMapFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3073
|
+
// pin-map.svg
|
|
3074
|
+
export const pinMap: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3075
|
+
// pin.svg
|
|
3076
|
+
export const pin: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3077
|
+
// pinterest.svg
|
|
3078
|
+
export const pinterest: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3079
|
+
// pip-fill.svg
|
|
3080
|
+
export const pipFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3081
|
+
// pip.svg
|
|
3082
|
+
export const pip: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3083
|
+
// play-btn-fill.svg
|
|
3084
|
+
export const playBtnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3085
|
+
// play-btn.svg
|
|
3086
|
+
export const playBtn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3087
|
+
// play-circle-fill.svg
|
|
3088
|
+
export const playCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3089
|
+
// play-circle.svg
|
|
3090
|
+
export const playCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3091
|
+
// play-fill.svg
|
|
3092
|
+
export const playFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3093
|
+
// play.svg
|
|
3094
|
+
export const play: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3095
|
+
// playstation.svg
|
|
3096
|
+
export const playstation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3097
|
+
// plug-fill.svg
|
|
3098
|
+
export const plugFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3099
|
+
// plug.svg
|
|
3100
|
+
export const plug: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3101
|
+
// plugin.svg
|
|
3102
|
+
export const plugin: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3103
|
+
// plus-circle-dotted.svg
|
|
3104
|
+
export const plusCircleDotted: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3105
|
+
// plus-circle-fill.svg
|
|
3106
|
+
export const plusCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3107
|
+
// plus-circle.svg
|
|
3108
|
+
export const plusCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3109
|
+
// plus-lg.svg
|
|
3110
|
+
export const plusLg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3111
|
+
// plus-slash-minus.svg
|
|
3112
|
+
export const plusSlashMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3113
|
+
// plus-square-dotted.svg
|
|
3114
|
+
export const plusSquareDotted: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3115
|
+
// plus-square-fill.svg
|
|
3116
|
+
export const plusSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3117
|
+
// plus-square.svg
|
|
3118
|
+
export const plusSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3119
|
+
// plus.svg
|
|
3120
|
+
export const plus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3121
|
+
// postage-fill.svg
|
|
3122
|
+
export const postageFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3123
|
+
// postage-heart-fill.svg
|
|
3124
|
+
export const postageHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3125
|
+
// postage-heart.svg
|
|
3126
|
+
export const postageHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3127
|
+
// postage.svg
|
|
3128
|
+
export const postage: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3129
|
+
// postcard-fill.svg
|
|
3130
|
+
export const postcardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3131
|
+
// postcard-heart-fill.svg
|
|
3132
|
+
export const postcardHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3133
|
+
// postcard-heart.svg
|
|
3134
|
+
export const postcardHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3135
|
+
// postcard.svg
|
|
3136
|
+
export const postcard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3137
|
+
// power.svg
|
|
3138
|
+
export const power: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3139
|
+
// prescription.svg
|
|
3140
|
+
export const prescription: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3141
|
+
// prescription2.svg
|
|
3142
|
+
export const prescription2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3143
|
+
// printer-fill.svg
|
|
3144
|
+
export const printerFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3145
|
+
// printer.svg
|
|
3146
|
+
export const printer: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3147
|
+
// projector-fill.svg
|
|
3148
|
+
export const projectorFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3149
|
+
// projector.svg
|
|
3150
|
+
export const projector: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3151
|
+
// puzzle-fill.svg
|
|
3152
|
+
export const puzzleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3153
|
+
// puzzle.svg
|
|
3154
|
+
export const puzzle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3155
|
+
// qr-code-scan.svg
|
|
3156
|
+
export const qrCodeScan: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3157
|
+
// qr-code.svg
|
|
3158
|
+
export const qrCode: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3159
|
+
// question-circle-fill.svg
|
|
3160
|
+
export const questionCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3161
|
+
// question-circle.svg
|
|
3162
|
+
export const questionCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3163
|
+
// question-diamond-fill.svg
|
|
3164
|
+
export const questionDiamondFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3165
|
+
// question-diamond.svg
|
|
3166
|
+
export const questionDiamond: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3167
|
+
// question-lg.svg
|
|
3168
|
+
export const questionLg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3169
|
+
// question-octagon-fill.svg
|
|
3170
|
+
export const questionOctagonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3171
|
+
// question-octagon.svg
|
|
3172
|
+
export const questionOctagon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3173
|
+
// question-square-fill.svg
|
|
3174
|
+
export const questionSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3175
|
+
// question-square.svg
|
|
3176
|
+
export const questionSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3177
|
+
// question.svg
|
|
3178
|
+
export const question: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3179
|
+
// quora.svg
|
|
3180
|
+
export const quora: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3181
|
+
// quote.svg
|
|
3182
|
+
export const quote: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3183
|
+
// r-circle-fill.svg
|
|
3184
|
+
export const rCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3185
|
+
// r-circle.svg
|
|
3186
|
+
export const rCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3187
|
+
// r-square-fill.svg
|
|
3188
|
+
export const rSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3189
|
+
// r-square.svg
|
|
3190
|
+
export const rSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3191
|
+
// radar.svg
|
|
3192
|
+
export const radar: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3193
|
+
// radioactive.svg
|
|
3194
|
+
export const radioactive: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3195
|
+
// rainbow.svg
|
|
3196
|
+
export const rainbow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3197
|
+
// receipt-cutoff.svg
|
|
3198
|
+
export const receiptCutoff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3199
|
+
// receipt.svg
|
|
3200
|
+
export const receipt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3201
|
+
// reception-0.svg
|
|
3202
|
+
export const reception0: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3203
|
+
// reception-1.svg
|
|
3204
|
+
export const reception1: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3205
|
+
// reception-2.svg
|
|
3206
|
+
export const reception2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3207
|
+
// reception-3.svg
|
|
3208
|
+
export const reception3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3209
|
+
// reception-4.svg
|
|
3210
|
+
export const reception4: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3211
|
+
// record-btn-fill.svg
|
|
3212
|
+
export const recordBtnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3213
|
+
// record-btn.svg
|
|
3214
|
+
export const recordBtn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3215
|
+
// record-circle-fill.svg
|
|
3216
|
+
export const recordCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3217
|
+
// record-circle.svg
|
|
3218
|
+
export const recordCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3219
|
+
// record-fill.svg
|
|
3220
|
+
export const recordFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3221
|
+
// record.svg
|
|
3222
|
+
export const record: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3223
|
+
// record2-fill.svg
|
|
3224
|
+
export const record2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3225
|
+
// record2.svg
|
|
3226
|
+
export const record2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3227
|
+
// recycle.svg
|
|
3228
|
+
export const recycle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3229
|
+
// reddit.svg
|
|
3230
|
+
export const reddit: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3231
|
+
// regex.svg
|
|
3232
|
+
export const regex: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3233
|
+
// repeat-1.svg
|
|
3234
|
+
export const repeat1: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3235
|
+
// repeat.svg
|
|
3236
|
+
export const repeat: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3237
|
+
// reply-all-fill.svg
|
|
3238
|
+
export const replyAllFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3239
|
+
// reply-all.svg
|
|
3240
|
+
export const replyAll: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3241
|
+
// reply-fill.svg
|
|
3242
|
+
export const replyFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3243
|
+
// reply.svg
|
|
3244
|
+
export const reply: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3245
|
+
// rewind-btn-fill.svg
|
|
3246
|
+
export const rewindBtnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3247
|
+
// rewind-btn.svg
|
|
3248
|
+
export const rewindBtn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3249
|
+
// rewind-circle-fill.svg
|
|
3250
|
+
export const rewindCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3251
|
+
// rewind-circle.svg
|
|
3252
|
+
export const rewindCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3253
|
+
// rewind-fill.svg
|
|
3254
|
+
export const rewindFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3255
|
+
// rewind.svg
|
|
3256
|
+
export const rewind: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3257
|
+
// robot.svg
|
|
3258
|
+
export const robot: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3259
|
+
// rocket-fill.svg
|
|
3260
|
+
export const rocketFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3261
|
+
// rocket-takeoff-fill.svg
|
|
3262
|
+
export const rocketTakeoffFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3263
|
+
// rocket-takeoff.svg
|
|
3264
|
+
export const rocketTakeoff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3265
|
+
// rocket.svg
|
|
3266
|
+
export const rocket: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3267
|
+
// router-fill.svg
|
|
3268
|
+
export const routerFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3269
|
+
// router.svg
|
|
3270
|
+
export const router: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3271
|
+
// rss-fill.svg
|
|
3272
|
+
export const rssFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3273
|
+
// rss.svg
|
|
3274
|
+
export const rss: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3275
|
+
// rulers.svg
|
|
3276
|
+
export const rulers: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3277
|
+
// safe-fill.svg
|
|
3278
|
+
export const safeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3279
|
+
// safe.svg
|
|
3280
|
+
export const safe: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3281
|
+
// safe2-fill.svg
|
|
3282
|
+
export const safe2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3283
|
+
// safe2.svg
|
|
3284
|
+
export const safe2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3285
|
+
// save-fill.svg
|
|
3286
|
+
export const saveFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3287
|
+
// save.svg
|
|
3288
|
+
export const save: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3289
|
+
// save2-fill.svg
|
|
3290
|
+
export const save2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3291
|
+
// save2.svg
|
|
3292
|
+
export const save2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3293
|
+
// scissors.svg
|
|
3294
|
+
export const scissors: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3295
|
+
// scooter.svg
|
|
3296
|
+
export const scooter: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3297
|
+
// screwdriver.svg
|
|
3298
|
+
export const screwdriver: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3299
|
+
// sd-card-fill.svg
|
|
3300
|
+
export const sdCardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3301
|
+
// sd-card.svg
|
|
3302
|
+
export const sdCard: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3303
|
+
// search-heart-fill.svg
|
|
3304
|
+
export const searchHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3305
|
+
// search-heart.svg
|
|
3306
|
+
export const searchHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3307
|
+
// search.svg
|
|
3308
|
+
export const search: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3309
|
+
// segmented-nav.svg
|
|
3310
|
+
export const segmentedNav: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3311
|
+
// send-arrow-down-fill.svg
|
|
3312
|
+
export const sendArrowDownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3313
|
+
// send-arrow-down.svg
|
|
3314
|
+
export const sendArrowDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3315
|
+
// send-arrow-up-fill.svg
|
|
3316
|
+
export const sendArrowUpFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3317
|
+
// send-arrow-up.svg
|
|
3318
|
+
export const sendArrowUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3319
|
+
// send-check-fill.svg
|
|
3320
|
+
export const sendCheckFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3321
|
+
// send-check.svg
|
|
3322
|
+
export const sendCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3323
|
+
// send-dash-fill.svg
|
|
3324
|
+
export const sendDashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3325
|
+
// send-dash.svg
|
|
3326
|
+
export const sendDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3327
|
+
// send-exclamation-fill.svg
|
|
3328
|
+
export const sendExclamationFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3329
|
+
// send-exclamation.svg
|
|
3330
|
+
export const sendExclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3331
|
+
// send-fill.svg
|
|
3332
|
+
export const sendFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3333
|
+
// send-plus-fill.svg
|
|
3334
|
+
export const sendPlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3335
|
+
// send-plus.svg
|
|
3336
|
+
export const sendPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3337
|
+
// send-slash-fill.svg
|
|
3338
|
+
export const sendSlashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3339
|
+
// send-slash.svg
|
|
3340
|
+
export const sendSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3341
|
+
// send-x-fill.svg
|
|
3342
|
+
export const sendXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3343
|
+
// send-x.svg
|
|
3344
|
+
export const sendX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3345
|
+
// send.svg
|
|
3346
|
+
export const send: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3347
|
+
// server.svg
|
|
3348
|
+
export const server: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3349
|
+
// shadows.svg
|
|
3350
|
+
export const shadows: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3351
|
+
// share-fill.svg
|
|
3352
|
+
export const shareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3353
|
+
// share.svg
|
|
3354
|
+
export const share: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3355
|
+
// shield-check.svg
|
|
3356
|
+
export const shieldCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3357
|
+
// shield-exclamation.svg
|
|
3358
|
+
export const shieldExclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3359
|
+
// shield-fill-check.svg
|
|
3360
|
+
export const shieldFillCheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3361
|
+
// shield-fill-exclamation.svg
|
|
3362
|
+
export const shieldFillExclamation: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3363
|
+
// shield-fill-minus.svg
|
|
3364
|
+
export const shieldFillMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3365
|
+
// shield-fill-plus.svg
|
|
3366
|
+
export const shieldFillPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3367
|
+
// shield-fill-x.svg
|
|
3368
|
+
export const shieldFillX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3369
|
+
// shield-fill.svg
|
|
3370
|
+
export const shieldFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3371
|
+
// shield-lock-fill.svg
|
|
3372
|
+
export const shieldLockFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3373
|
+
// shield-lock.svg
|
|
3374
|
+
export const shieldLock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3375
|
+
// shield-minus.svg
|
|
3376
|
+
export const shieldMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3377
|
+
// shield-plus.svg
|
|
3378
|
+
export const shieldPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3379
|
+
// shield-shaded.svg
|
|
3380
|
+
export const shieldShaded: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3381
|
+
// shield-slash-fill.svg
|
|
3382
|
+
export const shieldSlashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3383
|
+
// shield-slash.svg
|
|
3384
|
+
export const shieldSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3385
|
+
// shield-x.svg
|
|
3386
|
+
export const shieldX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3387
|
+
// shield.svg
|
|
3388
|
+
export const shield: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3389
|
+
// shift-fill.svg
|
|
3390
|
+
export const shiftFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3391
|
+
// shift.svg
|
|
3392
|
+
export const shift: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3393
|
+
// shop-window.svg
|
|
3394
|
+
export const shopWindow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3395
|
+
// shop.svg
|
|
3396
|
+
export const shop: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3397
|
+
// shuffle.svg
|
|
3398
|
+
export const shuffle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3399
|
+
// sign-dead-end-fill.svg
|
|
3400
|
+
export const signDeadEndFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3401
|
+
// sign-dead-end.svg
|
|
3402
|
+
export const signDeadEnd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3403
|
+
// sign-do-not-enter-fill.svg
|
|
3404
|
+
export const signDoNotEnterFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3405
|
+
// sign-do-not-enter.svg
|
|
3406
|
+
export const signDoNotEnter: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3407
|
+
// sign-intersection-fill.svg
|
|
3408
|
+
export const signIntersectionFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3409
|
+
// sign-intersection-side-fill.svg
|
|
3410
|
+
export const signIntersectionSideFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3411
|
+
// sign-intersection-side.svg
|
|
3412
|
+
export const signIntersectionSide: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3413
|
+
// sign-intersection-t-fill.svg
|
|
3414
|
+
export const signIntersectionTFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3415
|
+
// sign-intersection-t.svg
|
|
3416
|
+
export const signIntersectionT: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3417
|
+
// sign-intersection-y-fill.svg
|
|
3418
|
+
export const signIntersectionYFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3419
|
+
// sign-intersection-y.svg
|
|
3420
|
+
export const signIntersectionY: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3421
|
+
// sign-intersection.svg
|
|
3422
|
+
export const signIntersection: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3423
|
+
// sign-merge-left-fill.svg
|
|
3424
|
+
export const signMergeLeftFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3425
|
+
// sign-merge-left.svg
|
|
3426
|
+
export const signMergeLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3427
|
+
// sign-merge-right-fill.svg
|
|
3428
|
+
export const signMergeRightFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3429
|
+
// sign-merge-right.svg
|
|
3430
|
+
export const signMergeRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3431
|
+
// sign-no-left-turn-fill.svg
|
|
3432
|
+
export const signNoLeftTurnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3433
|
+
// sign-no-left-turn.svg
|
|
3434
|
+
export const signNoLeftTurn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3435
|
+
// sign-no-parking-fill.svg
|
|
3436
|
+
export const signNoParkingFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3437
|
+
// sign-no-parking.svg
|
|
3438
|
+
export const signNoParking: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3439
|
+
// sign-no-right-turn-fill.svg
|
|
3440
|
+
export const signNoRightTurnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3441
|
+
// sign-no-right-turn.svg
|
|
3442
|
+
export const signNoRightTurn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3443
|
+
// sign-railroad-fill.svg
|
|
3444
|
+
export const signRailroadFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3445
|
+
// sign-railroad.svg
|
|
3446
|
+
export const signRailroad: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3447
|
+
// sign-stop-fill.svg
|
|
3448
|
+
export const signStopFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3449
|
+
// sign-stop-lights-fill.svg
|
|
3450
|
+
export const signStopLightsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3451
|
+
// sign-stop-lights.svg
|
|
3452
|
+
export const signStopLights: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3453
|
+
// sign-stop.svg
|
|
3454
|
+
export const signStop: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3455
|
+
// sign-turn-left-fill.svg
|
|
3456
|
+
export const signTurnLeftFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3457
|
+
// sign-turn-left.svg
|
|
3458
|
+
export const signTurnLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3459
|
+
// sign-turn-right-fill.svg
|
|
3460
|
+
export const signTurnRightFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3461
|
+
// sign-turn-right.svg
|
|
3462
|
+
export const signTurnRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3463
|
+
// sign-turn-slight-left-fill.svg
|
|
3464
|
+
export const signTurnSlightLeftFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3465
|
+
// sign-turn-slight-left.svg
|
|
3466
|
+
export const signTurnSlightLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3467
|
+
// sign-turn-slight-right-fill.svg
|
|
3468
|
+
export const signTurnSlightRightFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3469
|
+
// sign-turn-slight-right.svg
|
|
3470
|
+
export const signTurnSlightRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3471
|
+
// sign-yield-fill.svg
|
|
3472
|
+
export const signYieldFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3473
|
+
// sign-yield.svg
|
|
3474
|
+
export const signYield: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3475
|
+
// signal.svg
|
|
3476
|
+
export const signal: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3477
|
+
// signpost-2-fill.svg
|
|
3478
|
+
export const signpost2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3479
|
+
// signpost-2.svg
|
|
3480
|
+
export const signpost2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3481
|
+
// signpost-fill.svg
|
|
3482
|
+
export const signpostFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3483
|
+
// signpost-split-fill.svg
|
|
3484
|
+
export const signpostSplitFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3485
|
+
// signpost-split.svg
|
|
3486
|
+
export const signpostSplit: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3487
|
+
// signpost.svg
|
|
3488
|
+
export const signpost: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3489
|
+
// sim-fill.svg
|
|
3490
|
+
export const simFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3491
|
+
// sim-slash-fill.svg
|
|
3492
|
+
export const simSlashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3493
|
+
// sim-slash.svg
|
|
3494
|
+
export const simSlash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3495
|
+
// sim.svg
|
|
3496
|
+
export const sim: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3497
|
+
// sina-weibo.svg
|
|
3498
|
+
export const sinaWeibo: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3499
|
+
// skip-backward-btn-fill.svg
|
|
3500
|
+
export const skipBackwardBtnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3501
|
+
// skip-backward-btn.svg
|
|
3502
|
+
export const skipBackwardBtn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3503
|
+
// skip-backward-circle-fill.svg
|
|
3504
|
+
export const skipBackwardCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3505
|
+
// skip-backward-circle.svg
|
|
3506
|
+
export const skipBackwardCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3507
|
+
// skip-backward-fill.svg
|
|
3508
|
+
export const skipBackwardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3509
|
+
// skip-backward.svg
|
|
3510
|
+
export const skipBackward: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3511
|
+
// skip-end-btn-fill.svg
|
|
3512
|
+
export const skipEndBtnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3513
|
+
// skip-end-btn.svg
|
|
3514
|
+
export const skipEndBtn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3515
|
+
// skip-end-circle-fill.svg
|
|
3516
|
+
export const skipEndCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3517
|
+
// skip-end-circle.svg
|
|
3518
|
+
export const skipEndCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3519
|
+
// skip-end-fill.svg
|
|
3520
|
+
export const skipEndFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3521
|
+
// skip-end.svg
|
|
3522
|
+
export const skipEnd: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3523
|
+
// skip-forward-btn-fill.svg
|
|
3524
|
+
export const skipForwardBtnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3525
|
+
// skip-forward-btn.svg
|
|
3526
|
+
export const skipForwardBtn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3527
|
+
// skip-forward-circle-fill.svg
|
|
3528
|
+
export const skipForwardCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3529
|
+
// skip-forward-circle.svg
|
|
3530
|
+
export const skipForwardCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3531
|
+
// skip-forward-fill.svg
|
|
3532
|
+
export const skipForwardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3533
|
+
// skip-forward.svg
|
|
3534
|
+
export const skipForward: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3535
|
+
// skip-start-btn-fill.svg
|
|
3536
|
+
export const skipStartBtnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3537
|
+
// skip-start-btn.svg
|
|
3538
|
+
export const skipStartBtn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3539
|
+
// skip-start-circle-fill.svg
|
|
3540
|
+
export const skipStartCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3541
|
+
// skip-start-circle.svg
|
|
3542
|
+
export const skipStartCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3543
|
+
// skip-start-fill.svg
|
|
3544
|
+
export const skipStartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3545
|
+
// skip-start.svg
|
|
3546
|
+
export const skipStart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3547
|
+
// skype.svg
|
|
3548
|
+
export const skype: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3549
|
+
// slack.svg
|
|
3550
|
+
export const slack: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3551
|
+
// slash-circle-fill.svg
|
|
3552
|
+
export const slashCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3553
|
+
// slash-circle.svg
|
|
3554
|
+
export const slashCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3555
|
+
// slash-lg.svg
|
|
3556
|
+
export const slashLg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3557
|
+
// slash-square-fill.svg
|
|
3558
|
+
export const slashSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3559
|
+
// slash-square.svg
|
|
3560
|
+
export const slashSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3561
|
+
// slash.svg
|
|
3562
|
+
export const slash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3563
|
+
// sliders.svg
|
|
3564
|
+
export const sliders: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3565
|
+
// sliders2-vertical.svg
|
|
3566
|
+
export const sliders2Vertical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3567
|
+
// sliders2.svg
|
|
3568
|
+
export const sliders2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3569
|
+
// smartwatch.svg
|
|
3570
|
+
export const smartwatch: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3571
|
+
// snapchat.svg
|
|
3572
|
+
export const snapchat: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3573
|
+
// snow.svg
|
|
3574
|
+
export const snow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3575
|
+
// snow2.svg
|
|
3576
|
+
export const snow2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3577
|
+
// snow3.svg
|
|
3578
|
+
export const snow3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3579
|
+
// sort-alpha-down-alt.svg
|
|
3580
|
+
export const sortAlphaDownAlt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3581
|
+
// sort-alpha-down.svg
|
|
3582
|
+
export const sortAlphaDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3583
|
+
// sort-alpha-up-alt.svg
|
|
3584
|
+
export const sortAlphaUpAlt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3585
|
+
// sort-alpha-up.svg
|
|
3586
|
+
export const sortAlphaUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3587
|
+
// sort-down-alt.svg
|
|
3588
|
+
export const sortDownAlt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3589
|
+
// sort-down.svg
|
|
3590
|
+
export const sortDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3591
|
+
// sort-numeric-down-alt.svg
|
|
3592
|
+
export const sortNumericDownAlt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3593
|
+
// sort-numeric-down.svg
|
|
3594
|
+
export const sortNumericDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3595
|
+
// sort-numeric-up-alt.svg
|
|
3596
|
+
export const sortNumericUpAlt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3597
|
+
// sort-numeric-up.svg
|
|
3598
|
+
export const sortNumericUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3599
|
+
// sort-up-alt.svg
|
|
3600
|
+
export const sortUpAlt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3601
|
+
// sort-up.svg
|
|
3602
|
+
export const sortUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3603
|
+
// soundwave.svg
|
|
3604
|
+
export const soundwave: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3605
|
+
// sourceforge.svg
|
|
3606
|
+
export const sourceforge: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3607
|
+
// speaker-fill.svg
|
|
3608
|
+
export const speakerFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3609
|
+
// speaker.svg
|
|
3610
|
+
export const speaker: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3611
|
+
// speedometer.svg
|
|
3612
|
+
export const speedometer: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3613
|
+
// speedometer2.svg
|
|
3614
|
+
export const speedometer2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3615
|
+
// spellcheck.svg
|
|
3616
|
+
export const spellcheck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3617
|
+
// spotify.svg
|
|
3618
|
+
export const spotify: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3619
|
+
// square-fill.svg
|
|
3620
|
+
export const squareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3621
|
+
// square-half.svg
|
|
3622
|
+
export const squareHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3623
|
+
// square.svg
|
|
3624
|
+
export const square: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3625
|
+
// stack-overflow.svg
|
|
3626
|
+
export const stackOverflow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3627
|
+
// stack.svg
|
|
3628
|
+
export const stack: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3629
|
+
// star-fill.svg
|
|
3630
|
+
export const starFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3631
|
+
// star-half.svg
|
|
3632
|
+
export const starHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3633
|
+
// star.svg
|
|
3634
|
+
export const star: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3635
|
+
// stars.svg
|
|
3636
|
+
export const stars: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3637
|
+
// steam.svg
|
|
3638
|
+
export const steam: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3639
|
+
// stickies-fill.svg
|
|
3640
|
+
export const stickiesFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3641
|
+
// stickies.svg
|
|
3642
|
+
export const stickies: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3643
|
+
// sticky-fill.svg
|
|
3644
|
+
export const stickyFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3645
|
+
// sticky.svg
|
|
3646
|
+
export const sticky: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3647
|
+
// stop-btn-fill.svg
|
|
3648
|
+
export const stopBtnFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3649
|
+
// stop-btn.svg
|
|
3650
|
+
export const stopBtn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3651
|
+
// stop-circle-fill.svg
|
|
3652
|
+
export const stopCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3653
|
+
// stop-circle.svg
|
|
3654
|
+
export const stopCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3655
|
+
// stop-fill.svg
|
|
3656
|
+
export const stopFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3657
|
+
// stop.svg
|
|
3658
|
+
export const stop: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3659
|
+
// stoplights-fill.svg
|
|
3660
|
+
export const stoplightsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3661
|
+
// stoplights.svg
|
|
3662
|
+
export const stoplights: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3663
|
+
// stopwatch-fill.svg
|
|
3664
|
+
export const stopwatchFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3665
|
+
// stopwatch.svg
|
|
3666
|
+
export const stopwatch: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3667
|
+
// strava.svg
|
|
3668
|
+
export const strava: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3669
|
+
// stripe.svg
|
|
3670
|
+
export const stripe: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3671
|
+
// subscript.svg
|
|
3672
|
+
export const subscript: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3673
|
+
// substack.svg
|
|
3674
|
+
export const substack: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3675
|
+
// subtract.svg
|
|
3676
|
+
export const subtract: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3677
|
+
// suit-club-fill.svg
|
|
3678
|
+
export const suitClubFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3679
|
+
// suit-club.svg
|
|
3680
|
+
export const suitClub: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3681
|
+
// suit-diamond-fill.svg
|
|
3682
|
+
export const suitDiamondFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3683
|
+
// suit-diamond.svg
|
|
3684
|
+
export const suitDiamond: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3685
|
+
// suit-heart-fill.svg
|
|
3686
|
+
export const suitHeartFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3687
|
+
// suit-heart.svg
|
|
3688
|
+
export const suitHeart: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3689
|
+
// suit-spade-fill.svg
|
|
3690
|
+
export const suitSpadeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3691
|
+
// suit-spade.svg
|
|
3692
|
+
export const suitSpade: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3693
|
+
// suitcase-fill.svg
|
|
3694
|
+
export const suitcaseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3695
|
+
// suitcase-lg-fill.svg
|
|
3696
|
+
export const suitcaseLgFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3697
|
+
// suitcase-lg.svg
|
|
3698
|
+
export const suitcaseLg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3699
|
+
// suitcase.svg
|
|
3700
|
+
export const suitcase: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3701
|
+
// suitcase2-fill.svg
|
|
3702
|
+
export const suitcase2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3703
|
+
// suitcase2.svg
|
|
3704
|
+
export const suitcase2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3705
|
+
// sun-fill.svg
|
|
3706
|
+
export const sunFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3707
|
+
// sun.svg
|
|
3708
|
+
export const sun: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3709
|
+
// sunglasses.svg
|
|
3710
|
+
export const sunglasses: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3711
|
+
// sunrise-fill.svg
|
|
3712
|
+
export const sunriseFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3713
|
+
// sunrise.svg
|
|
3714
|
+
export const sunrise: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3715
|
+
// sunset-fill.svg
|
|
3716
|
+
export const sunsetFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3717
|
+
// sunset.svg
|
|
3718
|
+
export const sunset: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3719
|
+
// superscript.svg
|
|
3720
|
+
export const superscript: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3721
|
+
// symmetry-horizontal.svg
|
|
3722
|
+
export const symmetryHorizontal: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3723
|
+
// symmetry-vertical.svg
|
|
3724
|
+
export const symmetryVertical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3725
|
+
// table.svg
|
|
3726
|
+
export const table: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3727
|
+
// tablet-fill.svg
|
|
3728
|
+
export const tabletFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3729
|
+
// tablet-landscape-fill.svg
|
|
3730
|
+
export const tabletLandscapeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3731
|
+
// tablet-landscape.svg
|
|
3732
|
+
export const tabletLandscape: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3733
|
+
// tablet.svg
|
|
3734
|
+
export const tablet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3735
|
+
// tag-fill.svg
|
|
3736
|
+
export const tagFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3737
|
+
// tag.svg
|
|
3738
|
+
export const tag: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3739
|
+
// tags-fill.svg
|
|
3740
|
+
export const tagsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3741
|
+
// tags.svg
|
|
3742
|
+
export const tags: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3743
|
+
// taxi-front-fill.svg
|
|
3744
|
+
export const taxiFrontFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3745
|
+
// taxi-front.svg
|
|
3746
|
+
export const taxiFront: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3747
|
+
// telegram.svg
|
|
3748
|
+
export const telegram: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3749
|
+
// telephone-fill.svg
|
|
3750
|
+
export const telephoneFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3751
|
+
// telephone-forward-fill.svg
|
|
3752
|
+
export const telephoneForwardFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3753
|
+
// telephone-forward.svg
|
|
3754
|
+
export const telephoneForward: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3755
|
+
// telephone-inbound-fill.svg
|
|
3756
|
+
export const telephoneInboundFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3757
|
+
// telephone-inbound.svg
|
|
3758
|
+
export const telephoneInbound: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3759
|
+
// telephone-minus-fill.svg
|
|
3760
|
+
export const telephoneMinusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3761
|
+
// telephone-minus.svg
|
|
3762
|
+
export const telephoneMinus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3763
|
+
// telephone-outbound-fill.svg
|
|
3764
|
+
export const telephoneOutboundFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3765
|
+
// telephone-outbound.svg
|
|
3766
|
+
export const telephoneOutbound: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3767
|
+
// telephone-plus-fill.svg
|
|
3768
|
+
export const telephonePlusFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3769
|
+
// telephone-plus.svg
|
|
3770
|
+
export const telephonePlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3771
|
+
// telephone-x-fill.svg
|
|
3772
|
+
export const telephoneXFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3773
|
+
// telephone-x.svg
|
|
3774
|
+
export const telephoneX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3775
|
+
// telephone.svg
|
|
3776
|
+
export const telephone: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3777
|
+
// tencent-qq.svg
|
|
3778
|
+
export const tencentQq: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3779
|
+
// terminal-dash.svg
|
|
3780
|
+
export const terminalDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3781
|
+
// terminal-fill.svg
|
|
3782
|
+
export const terminalFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3783
|
+
// terminal-plus.svg
|
|
3784
|
+
export const terminalPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3785
|
+
// terminal-split.svg
|
|
3786
|
+
export const terminalSplit: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3787
|
+
// terminal-x.svg
|
|
3788
|
+
export const terminalX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3789
|
+
// terminal.svg
|
|
3790
|
+
export const terminal: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3791
|
+
// text-center.svg
|
|
3792
|
+
export const textCenter: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3793
|
+
// text-indent-left.svg
|
|
3794
|
+
export const textIndentLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3795
|
+
// text-indent-right.svg
|
|
3796
|
+
export const textIndentRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3797
|
+
// text-left.svg
|
|
3798
|
+
export const textLeft: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3799
|
+
// text-paragraph.svg
|
|
3800
|
+
export const textParagraph: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3801
|
+
// text-right.svg
|
|
3802
|
+
export const textRight: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3803
|
+
// text-wrap.svg
|
|
3804
|
+
export const textWrap: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3805
|
+
// textarea-resize.svg
|
|
3806
|
+
export const textareaResize: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3807
|
+
// textarea-t.svg
|
|
3808
|
+
export const textareaT: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3809
|
+
// textarea.svg
|
|
3810
|
+
export const textarea: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3811
|
+
// thermometer-half.svg
|
|
3812
|
+
export const thermometerHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3813
|
+
// thermometer-high.svg
|
|
3814
|
+
export const thermometerHigh: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3815
|
+
// thermometer-low.svg
|
|
3816
|
+
export const thermometerLow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3817
|
+
// thermometer-snow.svg
|
|
3818
|
+
export const thermometerSnow: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3819
|
+
// thermometer-sun.svg
|
|
3820
|
+
export const thermometerSun: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3821
|
+
// thermometer.svg
|
|
3822
|
+
export const thermometer: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3823
|
+
// threads-fill.svg
|
|
3824
|
+
export const threadsFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3825
|
+
// threads.svg
|
|
3826
|
+
export const threads: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3827
|
+
// three-dots-vertical.svg
|
|
3828
|
+
export const threeDotsVertical: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3829
|
+
// three-dots.svg
|
|
3830
|
+
export const threeDots: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3831
|
+
// thunderbolt-fill.svg
|
|
3832
|
+
export const thunderboltFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3833
|
+
// thunderbolt.svg
|
|
3834
|
+
export const thunderbolt: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3835
|
+
// ticket-detailed-fill.svg
|
|
3836
|
+
export const ticketDetailedFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3837
|
+
// ticket-detailed.svg
|
|
3838
|
+
export const ticketDetailed: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3839
|
+
// ticket-fill.svg
|
|
3840
|
+
export const ticketFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3841
|
+
// ticket-perforated-fill.svg
|
|
3842
|
+
export const ticketPerforatedFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3843
|
+
// ticket-perforated.svg
|
|
3844
|
+
export const ticketPerforated: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3845
|
+
// ticket.svg
|
|
3846
|
+
export const ticket: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3847
|
+
// tiktok.svg
|
|
3848
|
+
export const tiktok: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3849
|
+
// toggle-off.svg
|
|
3850
|
+
export const toggleOff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3851
|
+
// toggle-on.svg
|
|
3852
|
+
export const toggleOn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3853
|
+
// toggle2-off.svg
|
|
3854
|
+
export const toggle2Off: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3855
|
+
// toggle2-on.svg
|
|
3856
|
+
export const toggle2On: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3857
|
+
// toggles.svg
|
|
3858
|
+
export const toggles: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3859
|
+
// toggles2.svg
|
|
3860
|
+
export const toggles2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3861
|
+
// tools.svg
|
|
3862
|
+
export const tools: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3863
|
+
// tornado.svg
|
|
3864
|
+
export const tornado: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3865
|
+
// train-freight-front-fill.svg
|
|
3866
|
+
export const trainFreightFrontFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3867
|
+
// train-freight-front.svg
|
|
3868
|
+
export const trainFreightFront: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3869
|
+
// train-front-fill.svg
|
|
3870
|
+
export const trainFrontFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3871
|
+
// train-front.svg
|
|
3872
|
+
export const trainFront: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3873
|
+
// train-lightrail-front-fill.svg
|
|
3874
|
+
export const trainLightrailFrontFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3875
|
+
// train-lightrail-front.svg
|
|
3876
|
+
export const trainLightrailFront: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3877
|
+
// translate.svg
|
|
3878
|
+
export const translate: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3879
|
+
// transparency.svg
|
|
3880
|
+
export const transparency: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3881
|
+
// trash-fill.svg
|
|
3882
|
+
export const trashFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3883
|
+
// trash.svg
|
|
3884
|
+
export const trash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3885
|
+
// trash2-fill.svg
|
|
3886
|
+
export const trash2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3887
|
+
// trash2.svg
|
|
3888
|
+
export const trash2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3889
|
+
// trash3-fill.svg
|
|
3890
|
+
export const trash3Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3891
|
+
// trash3.svg
|
|
3892
|
+
export const trash3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3893
|
+
// tree-fill.svg
|
|
3894
|
+
export const treeFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3895
|
+
// tree.svg
|
|
3896
|
+
export const tree: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3897
|
+
// trello.svg
|
|
3898
|
+
export const trello: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3899
|
+
// triangle-fill.svg
|
|
3900
|
+
export const triangleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3901
|
+
// triangle-half.svg
|
|
3902
|
+
export const triangleHalf: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3903
|
+
// triangle.svg
|
|
3904
|
+
export const triangle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3905
|
+
// trophy-fill.svg
|
|
3906
|
+
export const trophyFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3907
|
+
// trophy.svg
|
|
3908
|
+
export const trophy: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3909
|
+
// tropical-storm.svg
|
|
3910
|
+
export const tropicalStorm: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3911
|
+
// truck-flatbed.svg
|
|
3912
|
+
export const truckFlatbed: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3913
|
+
// truck-front-fill.svg
|
|
3914
|
+
export const truckFrontFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3915
|
+
// truck-front.svg
|
|
3916
|
+
export const truckFront: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3917
|
+
// truck.svg
|
|
3918
|
+
export const truck: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3919
|
+
// tsunami.svg
|
|
3920
|
+
export const tsunami: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3921
|
+
// tux.svg
|
|
3922
|
+
export const tux: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3923
|
+
// tv-fill.svg
|
|
3924
|
+
export const tvFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3925
|
+
// tv.svg
|
|
3926
|
+
export const tv: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3927
|
+
// twitch.svg
|
|
3928
|
+
export const twitch: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3929
|
+
// twitter-x.svg
|
|
3930
|
+
export const twitterX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3931
|
+
// twitter.svg
|
|
3932
|
+
export const twitter: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3933
|
+
// type-bold.svg
|
|
3934
|
+
export const typeBold: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3935
|
+
// type-h1.svg
|
|
3936
|
+
export const typeH1: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3937
|
+
// type-h2.svg
|
|
3938
|
+
export const typeH2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3939
|
+
// type-h3.svg
|
|
3940
|
+
export const typeH3: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3941
|
+
// type-h4.svg
|
|
3942
|
+
export const typeH4: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3943
|
+
// type-h5.svg
|
|
3944
|
+
export const typeH5: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3945
|
+
// type-h6.svg
|
|
3946
|
+
export const typeH6: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3947
|
+
// type-italic.svg
|
|
3948
|
+
export const typeItalic: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3949
|
+
// type-strikethrough.svg
|
|
3950
|
+
export const typeStrikethrough: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3951
|
+
// type-underline.svg
|
|
3952
|
+
export const typeUnderline: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3953
|
+
// type.svg
|
|
3954
|
+
export const type: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3955
|
+
// typescript.svg
|
|
3956
|
+
export const typescript: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3957
|
+
// ubuntu.svg
|
|
3958
|
+
export const ubuntu: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3959
|
+
// ui-checks-grid.svg
|
|
3960
|
+
export const uiChecksGrid: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3961
|
+
// ui-checks.svg
|
|
3962
|
+
export const uiChecks: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3963
|
+
// ui-radios-grid.svg
|
|
3964
|
+
export const uiRadiosGrid: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3965
|
+
// ui-radios.svg
|
|
3966
|
+
export const uiRadios: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3967
|
+
// umbrella-fill.svg
|
|
3968
|
+
export const umbrellaFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3969
|
+
// umbrella.svg
|
|
3970
|
+
export const umbrella: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3971
|
+
// unindent.svg
|
|
3972
|
+
export const unindent: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3973
|
+
// union.svg
|
|
3974
|
+
export const union: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3975
|
+
// unity.svg
|
|
3976
|
+
export const unity: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3977
|
+
// universal-access-circle.svg
|
|
3978
|
+
export const universalAccessCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3979
|
+
// universal-access.svg
|
|
3980
|
+
export const universalAccess: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3981
|
+
// unlock-fill.svg
|
|
3982
|
+
export const unlockFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3983
|
+
// unlock.svg
|
|
3984
|
+
export const unlock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3985
|
+
// unlock2-fill.svg
|
|
3986
|
+
export const unlock2Fill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3987
|
+
// unlock2.svg
|
|
3988
|
+
export const unlock2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3989
|
+
// upc-scan.svg
|
|
3990
|
+
export const upcScan: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3991
|
+
// upc.svg
|
|
3992
|
+
export const upc: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3993
|
+
// upload.svg
|
|
3994
|
+
export const upload: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3995
|
+
// usb-c-fill.svg
|
|
3996
|
+
export const usbCFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3997
|
+
// usb-c.svg
|
|
3998
|
+
export const usbC: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
3999
|
+
// usb-drive-fill.svg
|
|
4000
|
+
export const usbDriveFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4001
|
+
// usb-drive.svg
|
|
4002
|
+
export const usbDrive: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4003
|
+
// usb-fill.svg
|
|
4004
|
+
export const usbFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4005
|
+
// usb-micro-fill.svg
|
|
4006
|
+
export const usbMicroFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4007
|
+
// usb-micro.svg
|
|
4008
|
+
export const usbMicro: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4009
|
+
// usb-mini-fill.svg
|
|
4010
|
+
export const usbMiniFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4011
|
+
// usb-mini.svg
|
|
4012
|
+
export const usbMini: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4013
|
+
// usb-plug-fill.svg
|
|
4014
|
+
export const usbPlugFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4015
|
+
// usb-plug.svg
|
|
4016
|
+
export const usbPlug: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4017
|
+
// usb-symbol.svg
|
|
4018
|
+
export const usbSymbol: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4019
|
+
// usb.svg
|
|
4020
|
+
export const usb: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4021
|
+
// valentine.svg
|
|
4022
|
+
export const valentine: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4023
|
+
// valentine2.svg
|
|
4024
|
+
export const valentine2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4025
|
+
// vector-pen.svg
|
|
4026
|
+
export const vectorPen: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4027
|
+
// view-list.svg
|
|
4028
|
+
export const viewList: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4029
|
+
// view-stacked.svg
|
|
4030
|
+
export const viewStacked: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4031
|
+
// vignette.svg
|
|
4032
|
+
export const vignette: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4033
|
+
// vimeo.svg
|
|
4034
|
+
export const vimeo: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4035
|
+
// vinyl-fill.svg
|
|
4036
|
+
export const vinylFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4037
|
+
// vinyl.svg
|
|
4038
|
+
export const vinyl: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4039
|
+
// virus.svg
|
|
4040
|
+
export const virus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4041
|
+
// virus2.svg
|
|
4042
|
+
export const virus2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4043
|
+
// voicemail.svg
|
|
4044
|
+
export const voicemail: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4045
|
+
// volume-down-fill.svg
|
|
4046
|
+
export const volumeDownFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4047
|
+
// volume-down.svg
|
|
4048
|
+
export const volumeDown: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4049
|
+
// volume-mute-fill.svg
|
|
4050
|
+
export const volumeMuteFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4051
|
+
// volume-mute.svg
|
|
4052
|
+
export const volumeMute: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4053
|
+
// volume-off-fill.svg
|
|
4054
|
+
export const volumeOffFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4055
|
+
// volume-off.svg
|
|
4056
|
+
export const volumeOff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4057
|
+
// volume-up-fill.svg
|
|
4058
|
+
export const volumeUpFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4059
|
+
// volume-up.svg
|
|
4060
|
+
export const volumeUp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4061
|
+
// vr.svg
|
|
4062
|
+
export const vr: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4063
|
+
// wallet-fill.svg
|
|
4064
|
+
export const walletFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4065
|
+
// wallet.svg
|
|
4066
|
+
export const wallet: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4067
|
+
// wallet2.svg
|
|
4068
|
+
export const wallet2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4069
|
+
// watch.svg
|
|
4070
|
+
export const watch: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4071
|
+
// water.svg
|
|
4072
|
+
export const water: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4073
|
+
// webcam-fill.svg
|
|
4074
|
+
export const webcamFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4075
|
+
// webcam.svg
|
|
4076
|
+
export const webcam: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4077
|
+
// wechat.svg
|
|
4078
|
+
export const wechat: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4079
|
+
// whatsapp.svg
|
|
4080
|
+
export const whatsapp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4081
|
+
// wifi-1.svg
|
|
4082
|
+
export const wifi1: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4083
|
+
// wifi-2.svg
|
|
4084
|
+
export const wifi2: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4085
|
+
// wifi-off.svg
|
|
4086
|
+
export const wifiOff: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4087
|
+
// wifi.svg
|
|
4088
|
+
export const wifi: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4089
|
+
// wikipedia.svg
|
|
4090
|
+
export const wikipedia: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4091
|
+
// wind.svg
|
|
4092
|
+
export const wind: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4093
|
+
// window-dash.svg
|
|
4094
|
+
export const windowDash: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4095
|
+
// window-desktop.svg
|
|
4096
|
+
export const windowDesktop: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4097
|
+
// window-dock.svg
|
|
4098
|
+
export const windowDock: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4099
|
+
// window-fullscreen.svg
|
|
4100
|
+
export const windowFullscreen: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4101
|
+
// window-plus.svg
|
|
4102
|
+
export const windowPlus: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4103
|
+
// window-sidebar.svg
|
|
4104
|
+
export const windowSidebar: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4105
|
+
// window-split.svg
|
|
4106
|
+
export const windowSplit: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4107
|
+
// window-stack.svg
|
|
4108
|
+
export const windowStack: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4109
|
+
// window-x.svg
|
|
4110
|
+
export const windowX: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4111
|
+
// window.svg
|
|
4112
|
+
export const window_: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4113
|
+
// windows.svg
|
|
4114
|
+
export const windows: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4115
|
+
// wordpress.svg
|
|
4116
|
+
export const wordpress: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4117
|
+
// wrench-adjustable-circle-fill.svg
|
|
4118
|
+
export const wrenchAdjustableCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4119
|
+
// wrench-adjustable-circle.svg
|
|
4120
|
+
export const wrenchAdjustableCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4121
|
+
// wrench-adjustable.svg
|
|
4122
|
+
export const wrenchAdjustable: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4123
|
+
// wrench.svg
|
|
4124
|
+
export const wrench: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4125
|
+
// x-circle-fill.svg
|
|
4126
|
+
export const xCircleFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4127
|
+
// x-circle.svg
|
|
4128
|
+
export const xCircle: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4129
|
+
// x-diamond-fill.svg
|
|
4130
|
+
export const xDiamondFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4131
|
+
// x-diamond.svg
|
|
4132
|
+
export const xDiamond: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4133
|
+
// x-lg.svg
|
|
4134
|
+
export const xLg: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4135
|
+
// x-octagon-fill.svg
|
|
4136
|
+
export const xOctagonFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4137
|
+
// x-octagon.svg
|
|
4138
|
+
export const xOctagon: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4139
|
+
// x-square-fill.svg
|
|
4140
|
+
export const xSquareFill: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4141
|
+
// x-square.svg
|
|
4142
|
+
export const xSquare: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4143
|
+
// x.svg
|
|
4144
|
+
export const x: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4145
|
+
// xbox.svg
|
|
4146
|
+
export const xbox: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4147
|
+
// yelp.svg
|
|
4148
|
+
export const yelp: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4149
|
+
// yin-yang.svg
|
|
4150
|
+
export const yinYang: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4151
|
+
// youtube.svg
|
|
4152
|
+
export const youtube: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4153
|
+
// zoom-in.svg
|
|
4154
|
+
export const zoomIn: (height?:number, width?:number, className?:string) => HTMLElement;
|
|
4155
|
+
// zoom-out.svg
|
|
4156
|
+
export const zoomOut: (height?:number, width?:number, className?:string) => HTMLElement;
|