@ohos-ports/hhgtech-icons 0.0.88-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +37 -0
- package/dist/commonjs/arrow/ArrowBottomLeft.d.ts +4 -0
- package/dist/commonjs/arrow/ArrowBottomLeft.js +25 -0
- package/dist/commonjs/arrow/ArrowCircleDown.d.ts +4 -0
- package/dist/commonjs/arrow/ArrowCircleDown.js +25 -0
- package/dist/commonjs/arrow/ArrowCircleLeft.d.ts +4 -0
- package/dist/commonjs/arrow/ArrowCircleLeft.js +25 -0
- package/dist/commonjs/arrow/ArrowCircleRight.d.ts +4 -0
- package/dist/commonjs/arrow/ArrowCircleRight.js +25 -0
- package/dist/commonjs/arrow/ArrowCircleUp.d.ts +4 -0
- package/dist/commonjs/arrow/ArrowCircleUp.js +25 -0
- package/dist/commonjs/arrow/ArrowDown.d.ts +4 -0
- package/dist/commonjs/arrow/ArrowDown.js +25 -0
- package/dist/commonjs/arrow/ArrowLeft.d.ts +4 -0
- package/dist/commonjs/arrow/ArrowLeft.js +25 -0
- package/dist/commonjs/arrow/ArrowRight.d.ts +4 -0
- package/dist/commonjs/arrow/ArrowRight.js +25 -0
- package/dist/commonjs/arrow/ArrowTopRight.d.ts +4 -0
- package/dist/commonjs/arrow/ArrowTopRight.js +25 -0
- package/dist/commonjs/arrow/ArrowUp.d.ts +4 -0
- package/dist/commonjs/arrow/ArrowUp.js +25 -0
- package/dist/commonjs/arrow/ChevronDown.d.ts +4 -0
- package/dist/commonjs/arrow/ChevronDown.js +25 -0
- package/dist/commonjs/arrow/ChevronLeft.d.ts +4 -0
- package/dist/commonjs/arrow/ChevronLeft.js +25 -0
- package/dist/commonjs/arrow/ChevronRight.d.ts +4 -0
- package/dist/commonjs/arrow/ChevronRight.js +25 -0
- package/dist/commonjs/arrow/ChevronUp.d.ts +4 -0
- package/dist/commonjs/arrow/ChevronUp.js +25 -0
- package/dist/commonjs/arrow/index.d.ts +14 -0
- package/dist/commonjs/arrow/index.js +35 -0
- package/dist/commonjs/chat/ChatPlus.d.ts +4 -0
- package/dist/commonjs/chat/ChatPlus.js +25 -0
- package/dist/commonjs/chat/CheckCircle.d.ts +4 -0
- package/dist/commonjs/chat/CheckCircle.js +24 -0
- package/dist/commonjs/chat/CircleDottedUser.d.ts +4 -0
- package/dist/commonjs/chat/CircleDottedUser.js +37 -0
- package/dist/commonjs/chat/CircleWarning.d.ts +4 -0
- package/dist/commonjs/chat/CircleWarning.js +31 -0
- package/dist/commonjs/chat/Copy.d.ts +4 -0
- package/dist/commonjs/chat/Copy.js +30 -0
- package/dist/commonjs/chat/Diagnosis.d.ts +4 -0
- package/dist/commonjs/chat/Diagnosis.js +35 -0
- package/dist/commonjs/chat/Edit.d.ts +4 -0
- package/dist/commonjs/chat/Edit.js +29 -0
- package/dist/commonjs/chat/FileClock.d.ts +4 -0
- package/dist/commonjs/chat/FileClock.js +29 -0
- package/dist/commonjs/chat/Fitness.d.ts +4 -0
- package/dist/commonjs/chat/Fitness.js +34 -0
- package/dist/commonjs/chat/MentalHealth.d.ts +4 -0
- package/dist/commonjs/chat/MentalHealth.js +33 -0
- package/dist/commonjs/chat/Parenting.d.ts +4 -0
- package/dist/commonjs/chat/Parenting.js +35 -0
- package/dist/commonjs/chat/Pen.d.ts +4 -0
- package/dist/commonjs/chat/Pen.js +25 -0
- package/dist/commonjs/chat/Plus.d.ts +4 -0
- package/dist/commonjs/chat/Plus.js +25 -0
- package/dist/commonjs/chat/Pregnancy.d.ts +4 -0
- package/dist/commonjs/chat/Pregnancy.js +29 -0
- package/dist/commonjs/chat/QuestionAnswer.d.ts +4 -0
- package/dist/commonjs/chat/QuestionAnswer.js +30 -0
- package/dist/commonjs/chat/SexualWellness.d.ts +4 -0
- package/dist/commonjs/chat/SexualWellness.js +33 -0
- package/dist/commonjs/chat/ShareSvg.d.ts +4 -0
- package/dist/commonjs/chat/ShareSvg.js +26 -0
- package/dist/commonjs/chat/ThreeDots.d.ts +4 -0
- package/dist/commonjs/chat/ThreeDots.js +24 -0
- package/dist/commonjs/chat/ThumbDown.d.ts +4 -0
- package/dist/commonjs/chat/ThumbDown.js +30 -0
- package/dist/commonjs/chat/ThumbUp.d.ts +4 -0
- package/dist/commonjs/chat/ThumbUp.js +30 -0
- package/dist/commonjs/chat/Trash.d.ts +4 -0
- package/dist/commonjs/chat/Trash.js +28 -0
- package/dist/commonjs/chat/UploadSvg.d.ts +4 -0
- package/dist/commonjs/chat/UploadSvg.js +26 -0
- package/dist/commonjs/chat/User.d.ts +4 -0
- package/dist/commonjs/chat/User.js +25 -0
- package/dist/commonjs/chat/index.d.ts +23 -0
- package/dist/commonjs/chat/index.js +53 -0
- package/dist/commonjs/core/AddUser.d.ts +4 -0
- package/dist/commonjs/core/AddUser.js +25 -0
- package/dist/commonjs/core/Analytics.d.ts +4 -0
- package/dist/commonjs/core/Analytics.js +25 -0
- package/dist/commonjs/core/Baby.d.ts +4 -0
- package/dist/commonjs/core/Baby.js +26 -0
- package/dist/commonjs/core/Banned.d.ts +4 -0
- package/dist/commonjs/core/Banned.js +25 -0
- package/dist/commonjs/core/Bell.d.ts +7 -0
- package/dist/commonjs/core/Bell.js +26 -0
- package/dist/commonjs/core/BellOff.d.ts +4 -0
- package/dist/commonjs/core/BellOff.js +25 -0
- package/dist/commonjs/core/Brain.d.ts +4 -0
- package/dist/commonjs/core/Brain.js +30 -0
- package/dist/commonjs/core/BulletPoint.d.ts +4 -0
- package/dist/commonjs/core/BulletPoint.js +25 -0
- package/dist/commonjs/core/BulletPointArrow.d.ts +4 -0
- package/dist/commonjs/core/BulletPointArrow.js +25 -0
- package/dist/commonjs/core/CalendarOutline.d.ts +4 -0
- package/dist/commonjs/core/CalendarOutline.js +25 -0
- package/dist/commonjs/core/CalendarPlus.d.ts +4 -0
- package/dist/commonjs/core/CalendarPlus.js +25 -0
- package/dist/commonjs/core/Camera.d.ts +4 -0
- package/dist/commonjs/core/Camera.js +27 -0
- package/dist/commonjs/core/CameraWithCircleBG.d.ts +6 -0
- package/dist/commonjs/core/CameraWithCircleBG.js +26 -0
- package/dist/commonjs/core/Chat.d.ts +4 -0
- package/dist/commonjs/core/Chat.js +25 -0
- package/dist/commonjs/core/Check.d.ts +4 -0
- package/dist/commonjs/core/Check.js +25 -0
- package/dist/commonjs/core/CheckCircle.d.ts +4 -0
- package/dist/commonjs/core/CheckCircle.js +25 -0
- package/dist/commonjs/core/CheckSquare.d.ts +4 -0
- package/dist/commonjs/core/CheckSquare.js +26 -0
- package/dist/commonjs/core/Circle.d.ts +4 -0
- package/dist/commonjs/core/Circle.js +25 -0
- package/dist/commonjs/core/Close.d.ts +4 -0
- package/dist/commonjs/core/Close.js +25 -0
- package/dist/commonjs/core/CloseScreen.d.ts +4 -0
- package/dist/commonjs/core/CloseScreen.js +25 -0
- package/dist/commonjs/core/Comment.d.ts +7 -0
- package/dist/commonjs/core/Comment.js +26 -0
- package/dist/commonjs/core/CreditCard.d.ts +4 -0
- package/dist/commonjs/core/CreditCard.js +27 -0
- package/dist/commonjs/core/CurrentLocation.d.ts +4 -0
- package/dist/commonjs/core/CurrentLocation.js +25 -0
- package/dist/commonjs/core/Determinate.d.ts +4 -0
- package/dist/commonjs/core/Determinate.js +25 -0
- package/dist/commonjs/core/Download.d.ts +4 -0
- package/dist/commonjs/core/Download.js +25 -0
- package/dist/commonjs/core/Drag.d.ts +4 -0
- package/dist/commonjs/core/Drag.js +25 -0
- package/dist/commonjs/core/DragIndicator.d.ts +4 -0
- package/dist/commonjs/core/DragIndicator.js +25 -0
- package/dist/commonjs/core/EarthAlert.d.ts +4 -0
- package/dist/commonjs/core/EarthAlert.js +33 -0
- package/dist/commonjs/core/Explore.d.ts +4 -0
- package/dist/commonjs/core/Explore.js +25 -0
- package/dist/commonjs/core/Filter.d.ts +4 -0
- package/dist/commonjs/core/Filter.js +25 -0
- package/dist/commonjs/core/FilterFunnel.d.ts +4 -0
- package/dist/commonjs/core/FilterFunnel.js +25 -0
- package/dist/commonjs/core/Grid.d.ts +4 -0
- package/dist/commonjs/core/Grid.js +25 -0
- package/dist/commonjs/core/Group.d.ts +4 -0
- package/dist/commonjs/core/Group.js +25 -0
- package/dist/commonjs/core/Height.d.ts +4 -0
- package/dist/commonjs/core/Height.js +25 -0
- package/dist/commonjs/core/History.d.ts +4 -0
- package/dist/commonjs/core/History.js +25 -0
- package/dist/commonjs/core/InfoSlim.d.ts +4 -0
- package/dist/commonjs/core/InfoSlim.js +27 -0
- package/dist/commonjs/core/Kebab.d.ts +4 -0
- package/dist/commonjs/core/Kebab.js +25 -0
- package/dist/commonjs/core/KeyHighlight.d.ts +4 -0
- package/dist/commonjs/core/KeyHighlight.js +30 -0
- package/dist/commonjs/core/Link.d.ts +4 -0
- package/dist/commonjs/core/Link.js +25 -0
- package/dist/commonjs/core/LinkOff.d.ts +4 -0
- package/dist/commonjs/core/LinkOff.js +25 -0
- package/dist/commonjs/core/List.d.ts +4 -0
- package/dist/commonjs/core/List.js +25 -0
- package/dist/commonjs/core/ListBorder.d.ts +4 -0
- package/dist/commonjs/core/ListBorder.js +25 -0
- package/dist/commonjs/core/Locate.d.ts +4 -0
- package/dist/commonjs/core/Locate.js +25 -0
- package/dist/commonjs/core/Logo.d.ts +7 -0
- package/dist/commonjs/core/Logo.js +105 -0
- package/dist/commonjs/core/MapPin.d.ts +4 -0
- package/dist/commonjs/core/MapPin.js +25 -0
- package/dist/commonjs/core/Maximize.d.ts +4 -0
- package/dist/commonjs/core/Maximize.js +25 -0
- package/dist/commonjs/core/Meatballs.d.ts +4 -0
- package/dist/commonjs/core/Meatballs.js +25 -0
- package/dist/commonjs/core/Minus.d.ts +4 -0
- package/dist/commonjs/core/Minus.js +25 -0
- package/dist/commonjs/core/Moderation.d.ts +4 -0
- package/dist/commonjs/core/Moderation.js +25 -0
- package/dist/commonjs/core/MyHealth.d.ts +4 -0
- package/dist/commonjs/core/MyHealth.js +27 -0
- package/dist/commonjs/core/Paperclip.d.ts +4 -0
- package/dist/commonjs/core/Paperclip.js +25 -0
- package/dist/commonjs/core/Pause.d.ts +4 -0
- package/dist/commonjs/core/Pause.js +25 -0
- package/dist/commonjs/core/Pin.d.ts +4 -0
- package/dist/commonjs/core/Pin.js +25 -0
- package/dist/commonjs/core/Plant.d.ts +4 -0
- package/dist/commonjs/core/Plant.js +25 -0
- package/dist/commonjs/core/Play.d.ts +4 -0
- package/dist/commonjs/core/Play.js +25 -0
- package/dist/commonjs/core/Plus.d.ts +4 -0
- package/dist/commonjs/core/Plus.js +25 -0
- package/dist/commonjs/core/Refresh.d.ts +4 -0
- package/dist/commonjs/core/Refresh.js +25 -0
- package/dist/commonjs/core/ReplySquare.d.ts +4 -0
- package/dist/commonjs/core/ReplySquare.js +25 -0
- package/dist/commonjs/core/RotateLeft.d.ts +4 -0
- package/dist/commonjs/core/RotateLeft.js +25 -0
- package/dist/commonjs/core/RotateRight.d.ts +4 -0
- package/dist/commonjs/core/RotateRight.js +25 -0
- package/dist/commonjs/core/Ruler.d.ts +4 -0
- package/dist/commonjs/core/Ruler.js +25 -0
- package/dist/commonjs/core/Search.d.ts +4 -0
- package/dist/commonjs/core/Search.js +25 -0
- package/dist/commonjs/core/SearchResult.d.ts +4 -0
- package/dist/commonjs/core/SearchResult.js +25 -0
- package/dist/commonjs/core/Send.d.ts +4 -0
- package/dist/commonjs/core/Send.js +25 -0
- package/dist/commonjs/core/Share.d.ts +4 -0
- package/dist/commonjs/core/Share.js +25 -0
- package/dist/commonjs/core/Share2.d.ts +4 -0
- package/dist/commonjs/core/Share2.js +25 -0
- package/dist/commonjs/core/ShieldCheck.d.ts +4 -0
- package/dist/commonjs/core/ShieldCheck.js +26 -0
- package/dist/commonjs/core/Shuffle.d.ts +4 -0
- package/dist/commonjs/core/Shuffle.js +25 -0
- package/dist/commonjs/core/SortArrows.d.ts +4 -0
- package/dist/commonjs/core/SortArrows.js +25 -0
- package/dist/commonjs/core/TemplateBuilder.d.ts +4 -0
- package/dist/commonjs/core/TemplateBuilder.js +25 -0
- package/dist/commonjs/core/TrendingDown.d.ts +4 -0
- package/dist/commonjs/core/TrendingDown.js +25 -0
- package/dist/commonjs/core/TrendingFlat.d.ts +4 -0
- package/dist/commonjs/core/TrendingFlat.js +25 -0
- package/dist/commonjs/core/TrendingUp.d.ts +4 -0
- package/dist/commonjs/core/TrendingUp.js +25 -0
- package/dist/commonjs/core/Upload.d.ts +4 -0
- package/dist/commonjs/core/Upload.js +25 -0
- package/dist/commonjs/core/User.d.ts +4 -0
- package/dist/commonjs/core/User.js +27 -0
- package/dist/commonjs/core/UserCheck.d.ts +4 -0
- package/dist/commonjs/core/UserCheck.js +25 -0
- package/dist/commonjs/core/Warning.d.ts +4 -0
- package/dist/commonjs/core/Warning.js +27 -0
- package/dist/commonjs/core/WarningCircle.d.ts +4 -0
- package/dist/commonjs/core/WarningCircle.js +27 -0
- package/dist/commonjs/core/WebsiteConfiguration.d.ts +4 -0
- package/dist/commonjs/core/WebsiteConfiguration.js +25 -0
- package/dist/commonjs/core/Weight.d.ts +4 -0
- package/dist/commonjs/core/Weight.js +25 -0
- package/dist/commonjs/core/Workflow.d.ts +4 -0
- package/dist/commonjs/core/Workflow.js +25 -0
- package/dist/commonjs/core/ZoomIn.d.ts +4 -0
- package/dist/commonjs/core/ZoomIn.js +25 -0
- package/dist/commonjs/core/ZoomOut.d.ts +4 -0
- package/dist/commonjs/core/ZoomOut.js +25 -0
- package/dist/commonjs/core/index.d.ts +83 -0
- package/dist/commonjs/core/index.js +174 -0
- package/dist/commonjs/corev2/Adjust.d.ts +4 -0
- package/dist/commonjs/corev2/Adjust.js +25 -0
- package/dist/commonjs/corev2/Category.d.ts +4 -0
- package/dist/commonjs/corev2/Category.js +25 -0
- package/dist/commonjs/corev2/ChevronDown.d.ts +4 -0
- package/dist/commonjs/corev2/ChevronDown.js +25 -0
- package/dist/commonjs/corev2/ChevronLeft.d.ts +4 -0
- package/dist/commonjs/corev2/ChevronLeft.js +25 -0
- package/dist/commonjs/corev2/ChevronRight.d.ts +4 -0
- package/dist/commonjs/corev2/ChevronRight.js +25 -0
- package/dist/commonjs/corev2/ChevronUp.d.ts +4 -0
- package/dist/commonjs/corev2/ChevronUp.js +25 -0
- package/dist/commonjs/corev2/Location.d.ts +4 -0
- package/dist/commonjs/corev2/Location.js +26 -0
- package/dist/commonjs/corev2/Minus.d.ts +4 -0
- package/dist/commonjs/corev2/Minus.js +25 -0
- package/dist/commonjs/corev2/Phone.d.ts +4 -0
- package/dist/commonjs/corev2/Phone.js +27 -0
- package/dist/commonjs/corev2/Picture.d.ts +4 -0
- package/dist/commonjs/corev2/Picture.js +28 -0
- package/dist/commonjs/corev2/Play.d.ts +4 -0
- package/dist/commonjs/corev2/Play.js +26 -0
- package/dist/commonjs/corev2/Plus.d.ts +4 -0
- package/dist/commonjs/corev2/Plus.js +26 -0
- package/dist/commonjs/corev2/Refresh.d.ts +4 -0
- package/dist/commonjs/corev2/Refresh.js +26 -0
- package/dist/commonjs/corev2/Search.d.ts +4 -0
- package/dist/commonjs/corev2/Search.js +25 -0
- package/dist/commonjs/corev2/SmileFace.d.ts +4 -0
- package/dist/commonjs/corev2/SmileFace.js +26 -0
- package/dist/commonjs/corev2/Star.d.ts +4 -0
- package/dist/commonjs/corev2/Star.js +26 -0
- package/dist/commonjs/corev2/index.d.ts +16 -0
- package/dist/commonjs/corev2/index.js +39 -0
- package/dist/commonjs/ecom/GradientAward.d.ts +8 -0
- package/dist/commonjs/ecom/GradientAward.js +52 -0
- package/dist/commonjs/ecom/GradientNew.d.ts +8 -0
- package/dist/commonjs/ecom/GradientNew.js +52 -0
- package/dist/commonjs/ecom/GradientPill.d.ts +8 -0
- package/dist/commonjs/ecom/GradientPill.js +42 -0
- package/dist/commonjs/ecom/GradientVoucher.d.ts +8 -0
- package/dist/commonjs/ecom/GradientVoucher.js +53 -0
- package/dist/commonjs/ecom/index.d.ts +4 -0
- package/dist/commonjs/ecom/index.js +15 -0
- package/dist/commonjs/ecom/utils.d.ts +9 -0
- package/dist/commonjs/ecom/utils.js +12 -0
- package/dist/commonjs/other/ACharacter.d.ts +4 -0
- package/dist/commonjs/other/ACharacter.js +30 -0
- package/dist/commonjs/other/Activities.d.ts +4 -0
- package/dist/commonjs/other/Activities.js +24 -0
- package/dist/commonjs/other/ArrowDown.d.ts +4 -0
- package/dist/commonjs/other/ArrowDown.js +24 -0
- package/dist/commonjs/other/ArrowLeft.d.ts +4 -0
- package/dist/commonjs/other/ArrowLeft.js +30 -0
- package/dist/commonjs/other/ArrowRight.d.ts +4 -0
- package/dist/commonjs/other/ArrowRight.js +30 -0
- package/dist/commonjs/other/Article.d.ts +4 -0
- package/dist/commonjs/other/Article.js +30 -0
- package/dist/commonjs/other/Ask.d.ts +6 -0
- package/dist/commonjs/other/Ask.js +83 -0
- package/dist/commonjs/other/BabyBoyMB.d.ts +4 -0
- package/dist/commonjs/other/BabyBoyMB.js +31 -0
- package/dist/commonjs/other/BabyGirlMB.d.ts +4 -0
- package/dist/commonjs/other/BabyGirlMB.js +35 -0
- package/dist/commonjs/other/BarChart.d.ts +4 -0
- package/dist/commonjs/other/BarChart.js +24 -0
- package/dist/commonjs/other/Booking.d.ts +4 -0
- package/dist/commonjs/other/Booking.js +24 -0
- package/dist/commonjs/other/Bookmark.d.ts +4 -0
- package/dist/commonjs/other/Bookmark.js +23 -0
- package/dist/commonjs/other/Boy.d.ts +4 -0
- package/dist/commonjs/other/Boy.js +25 -0
- package/dist/commonjs/other/Business.d.ts +4 -0
- package/dist/commonjs/other/Business.js +30 -0
- package/dist/commonjs/other/Calendar.d.ts +4 -0
- package/dist/commonjs/other/Calendar.js +23 -0
- package/dist/commonjs/other/CalendarMB.d.ts +4 -0
- package/dist/commonjs/other/CalendarMB.js +29 -0
- package/dist/commonjs/other/CameraCircle.d.ts +4 -0
- package/dist/commonjs/other/CameraCircle.js +31 -0
- package/dist/commonjs/other/CaretDown.d.ts +4 -0
- package/dist/commonjs/other/CaretDown.js +43 -0
- package/dist/commonjs/other/Chat.d.ts +4 -0
- package/dist/commonjs/other/Chat.js +32 -0
- package/dist/commonjs/other/ChatAi.d.ts +4 -0
- package/dist/commonjs/other/ChatAi.js +32 -0
- package/dist/commonjs/other/ChatBubble.d.ts +4 -0
- package/dist/commonjs/other/ChatBubble.js +27 -0
- package/dist/commonjs/other/CheckActiveMB.d.ts +4 -0
- package/dist/commonjs/other/CheckActiveMB.js +25 -0
- package/dist/commonjs/other/CheckboxWithStateIcon.d.ts +4 -0
- package/dist/commonjs/other/CheckboxWithStateIcon.js +33 -0
- package/dist/commonjs/other/CircleAnalysis.d.ts +4 -0
- package/dist/commonjs/other/CircleAnalysis.js +37 -0
- package/dist/commonjs/other/CircleBorder.d.ts +4 -0
- package/dist/commonjs/other/CircleBorder.js +31 -0
- package/dist/commonjs/other/CircleQuestion.d.ts +4 -0
- package/dist/commonjs/other/CircleQuestion.js +26 -0
- package/dist/commonjs/other/Clickable.d.ts +4 -0
- package/dist/commonjs/other/Clickable.js +31 -0
- package/dist/commonjs/other/ClinicPin.d.ts +4 -0
- package/dist/commonjs/other/ClinicPin.js +30 -0
- package/dist/commonjs/other/Comment.d.ts +6 -0
- package/dist/commonjs/other/Comment.js +28 -0
- package/dist/commonjs/other/Community.d.ts +4 -0
- package/dist/commonjs/other/Community.js +24 -0
- package/dist/commonjs/other/CrossLogo.d.ts +4 -0
- package/dist/commonjs/other/CrossLogo.js +24 -0
- package/dist/commonjs/other/Current.d.ts +4 -0
- package/dist/commonjs/other/Current.js +23 -0
- package/dist/commonjs/other/Document.d.ts +4 -0
- package/dist/commonjs/other/Document.js +36 -0
- package/dist/commonjs/other/EditSpecial.d.ts +4 -0
- package/dist/commonjs/other/EditSpecial.js +25 -0
- package/dist/commonjs/other/EmailCheck.d.ts +4 -0
- package/dist/commonjs/other/EmailCheck.js +50 -0
- package/dist/commonjs/other/Endorse.d.ts +4 -0
- package/dist/commonjs/other/Endorse.js +25 -0
- package/dist/commonjs/other/Envelop.d.ts +4 -0
- package/dist/commonjs/other/Envelop.js +30 -0
- package/dist/commonjs/other/Eye.d.ts +6 -0
- package/dist/commonjs/other/Eye.js +24 -0
- package/dist/commonjs/other/Facebook.d.ts +4 -0
- package/dist/commonjs/other/Facebook.js +24 -0
- package/dist/commonjs/other/Family.d.ts +4 -0
- package/dist/commonjs/other/Family.js +24 -0
- package/dist/commonjs/other/Font.d.ts +4 -0
- package/dist/commonjs/other/Font.js +24 -0
- package/dist/commonjs/other/FullScreen.d.ts +6 -0
- package/dist/commonjs/other/FullScreen.js +31 -0
- package/dist/commonjs/other/GenderBoy.d.ts +4 -0
- package/dist/commonjs/other/GenderBoy.js +25 -0
- package/dist/commonjs/other/GenderChooseBoy.d.ts +6 -0
- package/dist/commonjs/other/GenderChooseBoy.js +26 -0
- package/dist/commonjs/other/GenderChooseGirl.d.ts +4 -0
- package/dist/commonjs/other/GenderChooseGirl.js +26 -0
- package/dist/commonjs/other/GenderGirl.d.ts +4 -0
- package/dist/commonjs/other/GenderGirl.js +25 -0
- package/dist/commonjs/other/Girl.d.ts +4 -0
- package/dist/commonjs/other/Girl.js +25 -0
- package/dist/commonjs/other/Global.d.ts +4 -0
- package/dist/commonjs/other/Global.js +26 -0
- package/dist/commonjs/other/GroupPeople.d.ts +4 -0
- package/dist/commonjs/other/GroupPeople.js +23 -0
- package/dist/commonjs/other/Headphone.d.ts +4 -0
- package/dist/commonjs/other/Headphone.js +26 -0
- package/dist/commonjs/other/Heart.d.ts +6 -0
- package/dist/commonjs/other/Heart.js +38 -0
- package/dist/commonjs/other/History.d.ts +4 -0
- package/dist/commonjs/other/History.js +26 -0
- package/dist/commonjs/other/Home.d.ts +4 -0
- package/dist/commonjs/other/Home.js +24 -0
- package/dist/commonjs/other/Hospital.d.ts +4 -0
- package/dist/commonjs/other/Hospital.js +30 -0
- package/dist/commonjs/other/Info.d.ts +4 -0
- package/dist/commonjs/other/Info.js +32 -0
- package/dist/commonjs/other/InfoStar.d.ts +4 -0
- package/dist/commonjs/other/InfoStar.js +31 -0
- package/dist/commonjs/other/Instagram.d.ts +4 -0
- package/dist/commonjs/other/Instagram.js +26 -0
- package/dist/commonjs/other/Like.d.ts +4 -0
- package/dist/commonjs/other/Like.js +25 -0
- package/dist/commonjs/other/Line.d.ts +4 -0
- package/dist/commonjs/other/Line.js +28 -0
- package/dist/commonjs/other/LinkThin.d.ts +4 -0
- package/dist/commonjs/other/LinkThin.js +24 -0
- package/dist/commonjs/other/Linkedin.d.ts +4 -0
- package/dist/commonjs/other/Linkedin.js +26 -0
- package/dist/commonjs/other/Missed.d.ts +4 -0
- package/dist/commonjs/other/Missed.js +23 -0
- package/dist/commonjs/other/MultiStar.d.ts +4 -0
- package/dist/commonjs/other/MultiStar.js +36 -0
- package/dist/commonjs/other/MyCommunity.d.ts +4 -0
- package/dist/commonjs/other/MyCommunity.js +24 -0
- package/dist/commonjs/other/MyHealth.d.ts +4 -0
- package/dist/commonjs/other/MyHealth.js +24 -0
- package/dist/commonjs/other/NotFound.d.ts +4 -0
- package/dist/commonjs/other/NotFound.js +30 -0
- package/dist/commonjs/other/Oppose.d.ts +4 -0
- package/dist/commonjs/other/Oppose.js +24 -0
- package/dist/commonjs/other/Parents.d.ts +4 -0
- package/dist/commonjs/other/Parents.js +30 -0
- package/dist/commonjs/other/Pause.d.ts +4 -0
- package/dist/commonjs/other/Pause.js +25 -0
- package/dist/commonjs/other/Play.d.ts +4 -0
- package/dist/commonjs/other/Play.js +24 -0
- package/dist/commonjs/other/PlusSpecial.d.ts +4 -0
- package/dist/commonjs/other/PlusSpecial.js +24 -0
- package/dist/commonjs/other/Post.d.ts +4 -0
- package/dist/commonjs/other/Post.js +31 -0
- package/dist/commonjs/other/Premium.d.ts +4 -0
- package/dist/commonjs/other/Premium.js +25 -0
- package/dist/commonjs/other/Question.d.ts +4 -0
- package/dist/commonjs/other/Question.js +26 -0
- package/dist/commonjs/other/Recalculate.d.ts +4 -0
- package/dist/commonjs/other/Recalculate.js +24 -0
- package/dist/commonjs/other/RedCross.d.ts +4 -0
- package/dist/commonjs/other/RedCross.js +26 -0
- package/dist/commonjs/other/Reply.d.ts +4 -0
- package/dist/commonjs/other/Reply.js +24 -0
- package/dist/commonjs/other/Scale.d.ts +4 -0
- package/dist/commonjs/other/Scale.js +24 -0
- package/dist/commonjs/other/Screener.d.ts +4 -0
- package/dist/commonjs/other/Screener.js +30 -0
- package/dist/commonjs/other/ShareThin.d.ts +4 -0
- package/dist/commonjs/other/ShareThin.js +26 -0
- package/dist/commonjs/other/ShieldCheck.d.ts +4 -0
- package/dist/commonjs/other/ShieldCheck.js +24 -0
- package/dist/commonjs/other/SidebarHide.d.ts +4 -0
- package/dist/commonjs/other/SidebarHide.js +26 -0
- package/dist/commonjs/other/SidebarShow.d.ts +4 -0
- package/dist/commonjs/other/SidebarShow.js +26 -0
- package/dist/commonjs/other/Smile.d.ts +4 -0
- package/dist/commonjs/other/Smile.js +31 -0
- package/dist/commonjs/other/Sparkle.d.ts +4 -0
- package/dist/commonjs/other/Sparkle.js +31 -0
- package/dist/commonjs/other/Star.d.ts +4 -0
- package/dist/commonjs/other/Star.js +30 -0
- package/dist/commonjs/other/Stethoscope.d.ts +4 -0
- package/dist/commonjs/other/Stethoscope.js +24 -0
- package/dist/commonjs/other/StethoscopeActive.d.ts +4 -0
- package/dist/commonjs/other/StethoscopeActive.js +30 -0
- package/dist/commonjs/other/Telegram.d.ts +4 -0
- package/dist/commonjs/other/Telegram.js +24 -0
- package/dist/commonjs/other/Tiktok.d.ts +4 -0
- package/dist/commonjs/other/Tiktok.js +24 -0
- package/dist/commonjs/other/ToggleOff.d.ts +4 -0
- package/dist/commonjs/other/ToggleOff.js +23 -0
- package/dist/commonjs/other/ToggleOn.d.ts +4 -0
- package/dist/commonjs/other/ToggleOn.js +23 -0
- package/dist/commonjs/other/Trash.d.ts +4 -0
- package/dist/commonjs/other/Trash.js +24 -0
- package/dist/commonjs/other/Twitter.d.ts +4 -0
- package/dist/commonjs/other/Twitter.js +24 -0
- package/dist/commonjs/other/Upcoming.d.ts +4 -0
- package/dist/commonjs/other/Upcoming.js +24 -0
- package/dist/commonjs/other/Vaccinated.d.ts +4 -0
- package/dist/commonjs/other/Vaccinated.js +23 -0
- package/dist/commonjs/other/Video.d.ts +4 -0
- package/dist/commonjs/other/Video.js +31 -0
- package/dist/commonjs/other/VideoCall.d.ts +4 -0
- package/dist/commonjs/other/VideoCall.js +31 -0
- package/dist/commonjs/other/Visible.d.ts +4 -0
- package/dist/commonjs/other/Visible.js +44 -0
- package/dist/commonjs/other/Warning.d.ts +4 -0
- package/dist/commonjs/other/Warning.js +32 -0
- package/dist/commonjs/other/Whatsapp.d.ts +4 -0
- package/dist/commonjs/other/Whatsapp.js +25 -0
- package/dist/commonjs/other/Woman.d.ts +4 -0
- package/dist/commonjs/other/Woman.js +30 -0
- package/dist/commonjs/other/Zalo.d.ts +4 -0
- package/dist/commonjs/other/Zalo.js +28 -0
- package/dist/commonjs/other/index.d.ts +103 -0
- package/dist/commonjs/other/index.js +215 -0
- package/dist/commonjs/social/Facebook.d.ts +4 -0
- package/dist/commonjs/social/Facebook.js +25 -0
- package/dist/commonjs/social/Instagram.d.ts +4 -0
- package/dist/commonjs/social/Instagram.js +29 -0
- package/dist/commonjs/social/Line.d.ts +4 -0
- package/dist/commonjs/social/Line.js +28 -0
- package/dist/commonjs/social/Linked.d.ts +4 -0
- package/dist/commonjs/social/Linked.js +27 -0
- package/dist/commonjs/social/Messenger.d.ts +4 -0
- package/dist/commonjs/social/Messenger.js +25 -0
- package/dist/commonjs/social/Telegram.d.ts +4 -0
- package/dist/commonjs/social/Telegram.js +29 -0
- package/dist/commonjs/social/Twitter.d.ts +4 -0
- package/dist/commonjs/social/Twitter.js +24 -0
- package/dist/commonjs/social/Wechat.d.ts +4 -0
- package/dist/commonjs/social/Wechat.js +33 -0
- package/dist/commonjs/social/Whatsapp.d.ts +4 -0
- package/dist/commonjs/social/Whatsapp.js +28 -0
- package/dist/commonjs/social/Youtube.d.ts +4 -0
- package/dist/commonjs/social/Youtube.js +28 -0
- package/dist/commonjs/social/Zalo.d.ts +4 -0
- package/dist/commonjs/social/Zalo.js +33 -0
- package/dist/commonjs/social/index.d.ts +11 -0
- package/dist/commonjs/social/index.js +29 -0
- package/dist/commonjs/together/ArticleSvg.d.ts +4 -0
- package/dist/commonjs/together/ArticleSvg.js +26 -0
- package/dist/commonjs/together/CommunitySvg.d.ts +4 -0
- package/dist/commonjs/together/CommunitySvg.js +27 -0
- package/dist/commonjs/together/CreatePostSvg.d.ts +4 -0
- package/dist/commonjs/together/CreatePostSvg.js +28 -0
- package/dist/commonjs/together/HomeSvg.d.ts +4 -0
- package/dist/commonjs/together/HomeSvg.js +25 -0
- package/dist/commonjs/together/ScaleSvg.d.ts +4 -0
- package/dist/commonjs/together/ScaleSvg.js +25 -0
- package/dist/commonjs/together/TopicSvg.d.ts +4 -0
- package/dist/commonjs/together/TopicSvg.js +27 -0
- package/dist/commonjs/together/index.d.ts +6 -0
- package/dist/commonjs/together/index.js +19 -0
- package/dist/commonjs/types.d.ts +11 -0
- package/dist/commonjs/types.js +2 -0
- package/dist/commonjs/utils.d.ts +11 -0
- package/dist/commonjs/utils.js +23 -0
- package/dist/esm/arrow/ArrowBottomLeft.d.ts +4 -0
- package/dist/esm/arrow/ArrowBottomLeft.js +20 -0
- package/dist/esm/arrow/ArrowCircleDown.d.ts +4 -0
- package/dist/esm/arrow/ArrowCircleDown.js +20 -0
- package/dist/esm/arrow/ArrowCircleLeft.d.ts +4 -0
- package/dist/esm/arrow/ArrowCircleLeft.js +20 -0
- package/dist/esm/arrow/ArrowCircleRight.d.ts +4 -0
- package/dist/esm/arrow/ArrowCircleRight.js +20 -0
- package/dist/esm/arrow/ArrowCircleUp.d.ts +4 -0
- package/dist/esm/arrow/ArrowCircleUp.js +20 -0
- package/dist/esm/arrow/ArrowDown.d.ts +4 -0
- package/dist/esm/arrow/ArrowDown.js +20 -0
- package/dist/esm/arrow/ArrowLeft.d.ts +4 -0
- package/dist/esm/arrow/ArrowLeft.js +20 -0
- package/dist/esm/arrow/ArrowRight.d.ts +4 -0
- package/dist/esm/arrow/ArrowRight.js +20 -0
- package/dist/esm/arrow/ArrowTopRight.d.ts +4 -0
- package/dist/esm/arrow/ArrowTopRight.js +20 -0
- package/dist/esm/arrow/ArrowUp.d.ts +4 -0
- package/dist/esm/arrow/ArrowUp.js +20 -0
- package/dist/esm/arrow/ChevronDown.d.ts +4 -0
- package/dist/esm/arrow/ChevronDown.js +20 -0
- package/dist/esm/arrow/ChevronLeft.d.ts +4 -0
- package/dist/esm/arrow/ChevronLeft.js +20 -0
- package/dist/esm/arrow/ChevronRight.d.ts +4 -0
- package/dist/esm/arrow/ChevronRight.js +20 -0
- package/dist/esm/arrow/ChevronUp.d.ts +4 -0
- package/dist/esm/arrow/ChevronUp.js +20 -0
- package/dist/esm/arrow/index.d.ts +14 -0
- package/dist/esm/arrow/index.js +15 -0
- package/dist/esm/chat/ChatPlus.d.ts +4 -0
- package/dist/esm/chat/ChatPlus.js +20 -0
- package/dist/esm/chat/CheckCircle.d.ts +4 -0
- package/dist/esm/chat/CheckCircle.js +19 -0
- package/dist/esm/chat/CircleDottedUser.d.ts +4 -0
- package/dist/esm/chat/CircleDottedUser.js +32 -0
- package/dist/esm/chat/CircleWarning.d.ts +4 -0
- package/dist/esm/chat/CircleWarning.js +26 -0
- package/dist/esm/chat/Copy.d.ts +4 -0
- package/dist/esm/chat/Copy.js +25 -0
- package/dist/esm/chat/Diagnosis.d.ts +4 -0
- package/dist/esm/chat/Diagnosis.js +30 -0
- package/dist/esm/chat/Edit.d.ts +4 -0
- package/dist/esm/chat/Edit.js +24 -0
- package/dist/esm/chat/FileClock.d.ts +4 -0
- package/dist/esm/chat/FileClock.js +24 -0
- package/dist/esm/chat/Fitness.d.ts +4 -0
- package/dist/esm/chat/Fitness.js +29 -0
- package/dist/esm/chat/MentalHealth.d.ts +4 -0
- package/dist/esm/chat/MentalHealth.js +28 -0
- package/dist/esm/chat/Parenting.d.ts +4 -0
- package/dist/esm/chat/Parenting.js +30 -0
- package/dist/esm/chat/Pen.d.ts +4 -0
- package/dist/esm/chat/Pen.js +20 -0
- package/dist/esm/chat/Plus.d.ts +4 -0
- package/dist/esm/chat/Plus.js +20 -0
- package/dist/esm/chat/Pregnancy.d.ts +4 -0
- package/dist/esm/chat/Pregnancy.js +24 -0
- package/dist/esm/chat/QuestionAnswer.d.ts +4 -0
- package/dist/esm/chat/QuestionAnswer.js +25 -0
- package/dist/esm/chat/SexualWellness.d.ts +4 -0
- package/dist/esm/chat/SexualWellness.js +28 -0
- package/dist/esm/chat/ShareSvg.d.ts +4 -0
- package/dist/esm/chat/ShareSvg.js +21 -0
- package/dist/esm/chat/ThreeDots.d.ts +4 -0
- package/dist/esm/chat/ThreeDots.js +19 -0
- package/dist/esm/chat/ThumbDown.d.ts +4 -0
- package/dist/esm/chat/ThumbDown.js +25 -0
- package/dist/esm/chat/ThumbUp.d.ts +4 -0
- package/dist/esm/chat/ThumbUp.js +25 -0
- package/dist/esm/chat/Trash.d.ts +4 -0
- package/dist/esm/chat/Trash.js +23 -0
- package/dist/esm/chat/UploadSvg.d.ts +4 -0
- package/dist/esm/chat/UploadSvg.js +21 -0
- package/dist/esm/chat/User.d.ts +4 -0
- package/dist/esm/chat/User.js +20 -0
- package/dist/esm/chat/index.d.ts +23 -0
- package/dist/esm/chat/index.js +24 -0
- package/dist/esm/core/AddUser.d.ts +4 -0
- package/dist/esm/core/AddUser.js +20 -0
- package/dist/esm/core/Analytics.d.ts +4 -0
- package/dist/esm/core/Analytics.js +20 -0
- package/dist/esm/core/Baby.d.ts +4 -0
- package/dist/esm/core/Baby.js +21 -0
- package/dist/esm/core/Banned.d.ts +4 -0
- package/dist/esm/core/Banned.js +20 -0
- package/dist/esm/core/Bell.d.ts +7 -0
- package/dist/esm/core/Bell.js +21 -0
- package/dist/esm/core/BellOff.d.ts +4 -0
- package/dist/esm/core/BellOff.js +20 -0
- package/dist/esm/core/Brain.d.ts +4 -0
- package/dist/esm/core/Brain.js +25 -0
- package/dist/esm/core/BulletPoint.d.ts +4 -0
- package/dist/esm/core/BulletPoint.js +20 -0
- package/dist/esm/core/BulletPointArrow.d.ts +4 -0
- package/dist/esm/core/BulletPointArrow.js +20 -0
- package/dist/esm/core/CalendarOutline.d.ts +4 -0
- package/dist/esm/core/CalendarOutline.js +20 -0
- package/dist/esm/core/CalendarPlus.d.ts +4 -0
- package/dist/esm/core/CalendarPlus.js +20 -0
- package/dist/esm/core/Camera.d.ts +4 -0
- package/dist/esm/core/Camera.js +22 -0
- package/dist/esm/core/CameraWithCircleBG.d.ts +6 -0
- package/dist/esm/core/CameraWithCircleBG.js +21 -0
- package/dist/esm/core/Chat.d.ts +4 -0
- package/dist/esm/core/Chat.js +20 -0
- package/dist/esm/core/Check.d.ts +4 -0
- package/dist/esm/core/Check.js +20 -0
- package/dist/esm/core/CheckCircle.d.ts +4 -0
- package/dist/esm/core/CheckCircle.js +20 -0
- package/dist/esm/core/CheckSquare.d.ts +4 -0
- package/dist/esm/core/CheckSquare.js +21 -0
- package/dist/esm/core/Circle.d.ts +4 -0
- package/dist/esm/core/Circle.js +20 -0
- package/dist/esm/core/Close.d.ts +4 -0
- package/dist/esm/core/Close.js +20 -0
- package/dist/esm/core/CloseScreen.d.ts +4 -0
- package/dist/esm/core/CloseScreen.js +20 -0
- package/dist/esm/core/Comment.d.ts +7 -0
- package/dist/esm/core/Comment.js +21 -0
- package/dist/esm/core/CreditCard.d.ts +4 -0
- package/dist/esm/core/CreditCard.js +22 -0
- package/dist/esm/core/CurrentLocation.d.ts +4 -0
- package/dist/esm/core/CurrentLocation.js +20 -0
- package/dist/esm/core/Determinate.d.ts +4 -0
- package/dist/esm/core/Determinate.js +20 -0
- package/dist/esm/core/Download.d.ts +4 -0
- package/dist/esm/core/Download.js +20 -0
- package/dist/esm/core/Drag.d.ts +4 -0
- package/dist/esm/core/Drag.js +20 -0
- package/dist/esm/core/DragIndicator.d.ts +4 -0
- package/dist/esm/core/DragIndicator.js +20 -0
- package/dist/esm/core/EarthAlert.d.ts +4 -0
- package/dist/esm/core/EarthAlert.js +28 -0
- package/dist/esm/core/Explore.d.ts +4 -0
- package/dist/esm/core/Explore.js +20 -0
- package/dist/esm/core/Filter.d.ts +4 -0
- package/dist/esm/core/Filter.js +20 -0
- package/dist/esm/core/FilterFunnel.d.ts +4 -0
- package/dist/esm/core/FilterFunnel.js +20 -0
- package/dist/esm/core/Grid.d.ts +4 -0
- package/dist/esm/core/Grid.js +20 -0
- package/dist/esm/core/Group.d.ts +4 -0
- package/dist/esm/core/Group.js +20 -0
- package/dist/esm/core/Height.d.ts +4 -0
- package/dist/esm/core/Height.js +20 -0
- package/dist/esm/core/History.d.ts +4 -0
- package/dist/esm/core/History.js +20 -0
- package/dist/esm/core/InfoSlim.d.ts +4 -0
- package/dist/esm/core/InfoSlim.js +22 -0
- package/dist/esm/core/Kebab.d.ts +4 -0
- package/dist/esm/core/Kebab.js +20 -0
- package/dist/esm/core/KeyHighlight.d.ts +4 -0
- package/dist/esm/core/KeyHighlight.js +25 -0
- package/dist/esm/core/Link.d.ts +4 -0
- package/dist/esm/core/Link.js +20 -0
- package/dist/esm/core/LinkOff.d.ts +4 -0
- package/dist/esm/core/LinkOff.js +20 -0
- package/dist/esm/core/List.d.ts +4 -0
- package/dist/esm/core/List.js +20 -0
- package/dist/esm/core/ListBorder.d.ts +4 -0
- package/dist/esm/core/ListBorder.js +20 -0
- package/dist/esm/core/Locate.d.ts +4 -0
- package/dist/esm/core/Locate.js +20 -0
- package/dist/esm/core/Logo.d.ts +7 -0
- package/dist/esm/core/Logo.js +100 -0
- package/dist/esm/core/MapPin.d.ts +4 -0
- package/dist/esm/core/MapPin.js +20 -0
- package/dist/esm/core/Maximize.d.ts +4 -0
- package/dist/esm/core/Maximize.js +20 -0
- package/dist/esm/core/Meatballs.d.ts +4 -0
- package/dist/esm/core/Meatballs.js +20 -0
- package/dist/esm/core/Minus.d.ts +4 -0
- package/dist/esm/core/Minus.js +20 -0
- package/dist/esm/core/Moderation.d.ts +4 -0
- package/dist/esm/core/Moderation.js +20 -0
- package/dist/esm/core/MyHealth.d.ts +4 -0
- package/dist/esm/core/MyHealth.js +22 -0
- package/dist/esm/core/Paperclip.d.ts +4 -0
- package/dist/esm/core/Paperclip.js +20 -0
- package/dist/esm/core/Pause.d.ts +4 -0
- package/dist/esm/core/Pause.js +20 -0
- package/dist/esm/core/Pin.d.ts +4 -0
- package/dist/esm/core/Pin.js +20 -0
- package/dist/esm/core/Plant.d.ts +4 -0
- package/dist/esm/core/Plant.js +20 -0
- package/dist/esm/core/Play.d.ts +4 -0
- package/dist/esm/core/Play.js +20 -0
- package/dist/esm/core/Plus.d.ts +4 -0
- package/dist/esm/core/Plus.js +20 -0
- package/dist/esm/core/Refresh.d.ts +4 -0
- package/dist/esm/core/Refresh.js +20 -0
- package/dist/esm/core/ReplySquare.d.ts +4 -0
- package/dist/esm/core/ReplySquare.js +20 -0
- package/dist/esm/core/RotateLeft.d.ts +4 -0
- package/dist/esm/core/RotateLeft.js +20 -0
- package/dist/esm/core/RotateRight.d.ts +4 -0
- package/dist/esm/core/RotateRight.js +20 -0
- package/dist/esm/core/Ruler.d.ts +4 -0
- package/dist/esm/core/Ruler.js +20 -0
- package/dist/esm/core/Search.d.ts +4 -0
- package/dist/esm/core/Search.js +20 -0
- package/dist/esm/core/SearchResult.d.ts +4 -0
- package/dist/esm/core/SearchResult.js +20 -0
- package/dist/esm/core/Send.d.ts +4 -0
- package/dist/esm/core/Send.js +20 -0
- package/dist/esm/core/Share.d.ts +4 -0
- package/dist/esm/core/Share.js +20 -0
- package/dist/esm/core/Share2.d.ts +4 -0
- package/dist/esm/core/Share2.js +20 -0
- package/dist/esm/core/ShieldCheck.d.ts +4 -0
- package/dist/esm/core/ShieldCheck.js +21 -0
- package/dist/esm/core/Shuffle.d.ts +4 -0
- package/dist/esm/core/Shuffle.js +20 -0
- package/dist/esm/core/SortArrows.d.ts +4 -0
- package/dist/esm/core/SortArrows.js +20 -0
- package/dist/esm/core/TemplateBuilder.d.ts +4 -0
- package/dist/esm/core/TemplateBuilder.js +20 -0
- package/dist/esm/core/TrendingDown.d.ts +4 -0
- package/dist/esm/core/TrendingDown.js +20 -0
- package/dist/esm/core/TrendingFlat.d.ts +4 -0
- package/dist/esm/core/TrendingFlat.js +20 -0
- package/dist/esm/core/TrendingUp.d.ts +4 -0
- package/dist/esm/core/TrendingUp.js +20 -0
- package/dist/esm/core/Upload.d.ts +4 -0
- package/dist/esm/core/Upload.js +20 -0
- package/dist/esm/core/User.d.ts +4 -0
- package/dist/esm/core/User.js +22 -0
- package/dist/esm/core/UserCheck.d.ts +4 -0
- package/dist/esm/core/UserCheck.js +20 -0
- package/dist/esm/core/Warning.d.ts +4 -0
- package/dist/esm/core/Warning.js +22 -0
- package/dist/esm/core/WarningCircle.d.ts +4 -0
- package/dist/esm/core/WarningCircle.js +22 -0
- package/dist/esm/core/WebsiteConfiguration.d.ts +4 -0
- package/dist/esm/core/WebsiteConfiguration.js +20 -0
- package/dist/esm/core/Weight.d.ts +4 -0
- package/dist/esm/core/Weight.js +20 -0
- package/dist/esm/core/Workflow.d.ts +4 -0
- package/dist/esm/core/Workflow.js +20 -0
- package/dist/esm/core/ZoomIn.d.ts +4 -0
- package/dist/esm/core/ZoomIn.js +20 -0
- package/dist/esm/core/ZoomOut.d.ts +4 -0
- package/dist/esm/core/ZoomOut.js +20 -0
- package/dist/esm/core/index.d.ts +83 -0
- package/dist/esm/core/index.js +84 -0
- package/dist/esm/corev2/Adjust.d.ts +4 -0
- package/dist/esm/corev2/Adjust.js +20 -0
- package/dist/esm/corev2/Category.d.ts +4 -0
- package/dist/esm/corev2/Category.js +20 -0
- package/dist/esm/corev2/ChevronDown.d.ts +4 -0
- package/dist/esm/corev2/ChevronDown.js +20 -0
- package/dist/esm/corev2/ChevronLeft.d.ts +4 -0
- package/dist/esm/corev2/ChevronLeft.js +20 -0
- package/dist/esm/corev2/ChevronRight.d.ts +4 -0
- package/dist/esm/corev2/ChevronRight.js +20 -0
- package/dist/esm/corev2/ChevronUp.d.ts +4 -0
- package/dist/esm/corev2/ChevronUp.js +20 -0
- package/dist/esm/corev2/Location.d.ts +4 -0
- package/dist/esm/corev2/Location.js +21 -0
- package/dist/esm/corev2/Minus.d.ts +4 -0
- package/dist/esm/corev2/Minus.js +20 -0
- package/dist/esm/corev2/Phone.d.ts +4 -0
- package/dist/esm/corev2/Phone.js +22 -0
- package/dist/esm/corev2/Picture.d.ts +4 -0
- package/dist/esm/corev2/Picture.js +23 -0
- package/dist/esm/corev2/Play.d.ts +4 -0
- package/dist/esm/corev2/Play.js +21 -0
- package/dist/esm/corev2/Plus.d.ts +4 -0
- package/dist/esm/corev2/Plus.js +21 -0
- package/dist/esm/corev2/Refresh.d.ts +4 -0
- package/dist/esm/corev2/Refresh.js +21 -0
- package/dist/esm/corev2/Search.d.ts +4 -0
- package/dist/esm/corev2/Search.js +20 -0
- package/dist/esm/corev2/SmileFace.d.ts +4 -0
- package/dist/esm/corev2/SmileFace.js +21 -0
- package/dist/esm/corev2/Star.d.ts +4 -0
- package/dist/esm/corev2/Star.js +21 -0
- package/dist/esm/corev2/index.d.ts +16 -0
- package/dist/esm/corev2/index.js +17 -0
- package/dist/esm/ecom/GradientAward.d.ts +8 -0
- package/dist/esm/ecom/GradientAward.js +47 -0
- package/dist/esm/ecom/GradientNew.d.ts +8 -0
- package/dist/esm/ecom/GradientNew.js +47 -0
- package/dist/esm/ecom/GradientPill.d.ts +8 -0
- package/dist/esm/ecom/GradientPill.js +37 -0
- package/dist/esm/ecom/GradientVoucher.d.ts +8 -0
- package/dist/esm/ecom/GradientVoucher.js +48 -0
- package/dist/esm/ecom/index.d.ts +4 -0
- package/dist/esm/ecom/index.js +5 -0
- package/dist/esm/ecom/utils.d.ts +9 -0
- package/dist/esm/ecom/utils.js +9 -0
- package/dist/esm/other/ACharacter.d.ts +4 -0
- package/dist/esm/other/ACharacter.js +25 -0
- package/dist/esm/other/Activities.d.ts +4 -0
- package/dist/esm/other/Activities.js +19 -0
- package/dist/esm/other/ArrowDown.d.ts +4 -0
- package/dist/esm/other/ArrowDown.js +19 -0
- package/dist/esm/other/ArrowLeft.d.ts +4 -0
- package/dist/esm/other/ArrowLeft.js +25 -0
- package/dist/esm/other/ArrowRight.d.ts +4 -0
- package/dist/esm/other/ArrowRight.js +25 -0
- package/dist/esm/other/Article.d.ts +4 -0
- package/dist/esm/other/Article.js +25 -0
- package/dist/esm/other/Ask.d.ts +6 -0
- package/dist/esm/other/Ask.js +78 -0
- package/dist/esm/other/BabyBoyMB.d.ts +4 -0
- package/dist/esm/other/BabyBoyMB.js +26 -0
- package/dist/esm/other/BabyGirlMB.d.ts +4 -0
- package/dist/esm/other/BabyGirlMB.js +30 -0
- package/dist/esm/other/BarChart.d.ts +4 -0
- package/dist/esm/other/BarChart.js +19 -0
- package/dist/esm/other/Booking.d.ts +4 -0
- package/dist/esm/other/Booking.js +19 -0
- package/dist/esm/other/Bookmark.d.ts +4 -0
- package/dist/esm/other/Bookmark.js +18 -0
- package/dist/esm/other/Boy.d.ts +4 -0
- package/dist/esm/other/Boy.js +20 -0
- package/dist/esm/other/Business.d.ts +4 -0
- package/dist/esm/other/Business.js +25 -0
- package/dist/esm/other/Calendar.d.ts +4 -0
- package/dist/esm/other/Calendar.js +18 -0
- package/dist/esm/other/CalendarMB.d.ts +4 -0
- package/dist/esm/other/CalendarMB.js +24 -0
- package/dist/esm/other/CameraCircle.d.ts +4 -0
- package/dist/esm/other/CameraCircle.js +26 -0
- package/dist/esm/other/CaretDown.d.ts +4 -0
- package/dist/esm/other/CaretDown.js +18 -0
- package/dist/esm/other/Chat.d.ts +4 -0
- package/dist/esm/other/Chat.js +27 -0
- package/dist/esm/other/ChatAi.d.ts +4 -0
- package/dist/esm/other/ChatAi.js +27 -0
- package/dist/esm/other/ChatBubble.d.ts +4 -0
- package/dist/esm/other/ChatBubble.js +22 -0
- package/dist/esm/other/CheckActiveMB.d.ts +4 -0
- package/dist/esm/other/CheckActiveMB.js +20 -0
- package/dist/esm/other/CheckboxWithStateIcon.d.ts +4 -0
- package/dist/esm/other/CheckboxWithStateIcon.js +28 -0
- package/dist/esm/other/CircleAnalysis.d.ts +4 -0
- package/dist/esm/other/CircleAnalysis.js +32 -0
- package/dist/esm/other/CircleBorder.d.ts +4 -0
- package/dist/esm/other/CircleBorder.js +26 -0
- package/dist/esm/other/CircleQuestion.d.ts +4 -0
- package/dist/esm/other/CircleQuestion.js +21 -0
- package/dist/esm/other/Clickable.d.ts +4 -0
- package/dist/esm/other/Clickable.js +26 -0
- package/dist/esm/other/ClinicPin.d.ts +4 -0
- package/dist/esm/other/ClinicPin.js +25 -0
- package/dist/esm/other/Comment.d.ts +6 -0
- package/dist/esm/other/Comment.js +23 -0
- package/dist/esm/other/Community.d.ts +4 -0
- package/dist/esm/other/Community.js +19 -0
- package/dist/esm/other/CrossLogo.d.ts +4 -0
- package/dist/esm/other/CrossLogo.js +19 -0
- package/dist/esm/other/Current.d.ts +4 -0
- package/dist/esm/other/Current.js +18 -0
- package/dist/esm/other/Document.d.ts +4 -0
- package/dist/esm/other/Document.js +31 -0
- package/dist/esm/other/EditSpecial.d.ts +4 -0
- package/dist/esm/other/EditSpecial.js +20 -0
- package/dist/esm/other/EmailCheck.d.ts +4 -0
- package/dist/esm/other/EmailCheck.js +25 -0
- package/dist/esm/other/Endorse.d.ts +4 -0
- package/dist/esm/other/Endorse.js +20 -0
- package/dist/esm/other/Envelop.d.ts +4 -0
- package/dist/esm/other/Envelop.js +25 -0
- package/dist/esm/other/Eye.d.ts +6 -0
- package/dist/esm/other/Eye.js +19 -0
- package/dist/esm/other/Facebook.d.ts +4 -0
- package/dist/esm/other/Facebook.js +19 -0
- package/dist/esm/other/Family.d.ts +4 -0
- package/dist/esm/other/Family.js +19 -0
- package/dist/esm/other/Font.d.ts +4 -0
- package/dist/esm/other/Font.js +19 -0
- package/dist/esm/other/FullScreen.d.ts +6 -0
- package/dist/esm/other/FullScreen.js +26 -0
- package/dist/esm/other/GenderBoy.d.ts +4 -0
- package/dist/esm/other/GenderBoy.js +20 -0
- package/dist/esm/other/GenderChooseBoy.d.ts +6 -0
- package/dist/esm/other/GenderChooseBoy.js +21 -0
- package/dist/esm/other/GenderChooseGirl.d.ts +4 -0
- package/dist/esm/other/GenderChooseGirl.js +21 -0
- package/dist/esm/other/GenderGirl.d.ts +4 -0
- package/dist/esm/other/GenderGirl.js +20 -0
- package/dist/esm/other/Girl.d.ts +4 -0
- package/dist/esm/other/Girl.js +20 -0
- package/dist/esm/other/Global.d.ts +4 -0
- package/dist/esm/other/Global.js +21 -0
- package/dist/esm/other/GroupPeople.d.ts +4 -0
- package/dist/esm/other/GroupPeople.js +18 -0
- package/dist/esm/other/Headphone.d.ts +4 -0
- package/dist/esm/other/Headphone.js +21 -0
- package/dist/esm/other/Heart.d.ts +6 -0
- package/dist/esm/other/Heart.js +33 -0
- package/dist/esm/other/History.d.ts +4 -0
- package/dist/esm/other/History.js +21 -0
- package/dist/esm/other/Home.d.ts +4 -0
- package/dist/esm/other/Home.js +19 -0
- package/dist/esm/other/Hospital.d.ts +4 -0
- package/dist/esm/other/Hospital.js +25 -0
- package/dist/esm/other/Info.d.ts +4 -0
- package/dist/esm/other/Info.js +27 -0
- package/dist/esm/other/InfoStar.d.ts +4 -0
- package/dist/esm/other/InfoStar.js +26 -0
- package/dist/esm/other/Instagram.d.ts +4 -0
- package/dist/esm/other/Instagram.js +21 -0
- package/dist/esm/other/Like.d.ts +4 -0
- package/dist/esm/other/Like.js +20 -0
- package/dist/esm/other/Line.d.ts +4 -0
- package/dist/esm/other/Line.js +23 -0
- package/dist/esm/other/LinkThin.d.ts +4 -0
- package/dist/esm/other/LinkThin.js +19 -0
- package/dist/esm/other/Linkedin.d.ts +4 -0
- package/dist/esm/other/Linkedin.js +21 -0
- package/dist/esm/other/Missed.d.ts +4 -0
- package/dist/esm/other/Missed.js +18 -0
- package/dist/esm/other/MultiStar.d.ts +4 -0
- package/dist/esm/other/MultiStar.js +31 -0
- package/dist/esm/other/MyCommunity.d.ts +4 -0
- package/dist/esm/other/MyCommunity.js +19 -0
- package/dist/esm/other/MyHealth.d.ts +4 -0
- package/dist/esm/other/MyHealth.js +19 -0
- package/dist/esm/other/NotFound.d.ts +4 -0
- package/dist/esm/other/NotFound.js +25 -0
- package/dist/esm/other/Oppose.d.ts +4 -0
- package/dist/esm/other/Oppose.js +19 -0
- package/dist/esm/other/Parents.d.ts +4 -0
- package/dist/esm/other/Parents.js +25 -0
- package/dist/esm/other/Pause.d.ts +4 -0
- package/dist/esm/other/Pause.js +20 -0
- package/dist/esm/other/Play.d.ts +4 -0
- package/dist/esm/other/Play.js +19 -0
- package/dist/esm/other/PlusSpecial.d.ts +4 -0
- package/dist/esm/other/PlusSpecial.js +19 -0
- package/dist/esm/other/Post.d.ts +4 -0
- package/dist/esm/other/Post.js +26 -0
- package/dist/esm/other/Premium.d.ts +4 -0
- package/dist/esm/other/Premium.js +20 -0
- package/dist/esm/other/Question.d.ts +4 -0
- package/dist/esm/other/Question.js +21 -0
- package/dist/esm/other/Recalculate.d.ts +4 -0
- package/dist/esm/other/Recalculate.js +19 -0
- package/dist/esm/other/RedCross.d.ts +4 -0
- package/dist/esm/other/RedCross.js +21 -0
- package/dist/esm/other/Reply.d.ts +4 -0
- package/dist/esm/other/Reply.js +19 -0
- package/dist/esm/other/Scale.d.ts +4 -0
- package/dist/esm/other/Scale.js +19 -0
- package/dist/esm/other/Screener.d.ts +4 -0
- package/dist/esm/other/Screener.js +25 -0
- package/dist/esm/other/ShareThin.d.ts +4 -0
- package/dist/esm/other/ShareThin.js +21 -0
- package/dist/esm/other/ShieldCheck.d.ts +4 -0
- package/dist/esm/other/ShieldCheck.js +19 -0
- package/dist/esm/other/SidebarHide.d.ts +4 -0
- package/dist/esm/other/SidebarHide.js +21 -0
- package/dist/esm/other/SidebarShow.d.ts +4 -0
- package/dist/esm/other/SidebarShow.js +21 -0
- package/dist/esm/other/Smile.d.ts +4 -0
- package/dist/esm/other/Smile.js +26 -0
- package/dist/esm/other/Sparkle.d.ts +4 -0
- package/dist/esm/other/Sparkle.js +26 -0
- package/dist/esm/other/Star.d.ts +4 -0
- package/dist/esm/other/Star.js +25 -0
- package/dist/esm/other/Stethoscope.d.ts +4 -0
- package/dist/esm/other/Stethoscope.js +19 -0
- package/dist/esm/other/StethoscopeActive.d.ts +4 -0
- package/dist/esm/other/StethoscopeActive.js +25 -0
- package/dist/esm/other/Telegram.d.ts +4 -0
- package/dist/esm/other/Telegram.js +19 -0
- package/dist/esm/other/Tiktok.d.ts +4 -0
- package/dist/esm/other/Tiktok.js +19 -0
- package/dist/esm/other/ToggleOff.d.ts +4 -0
- package/dist/esm/other/ToggleOff.js +18 -0
- package/dist/esm/other/ToggleOn.d.ts +4 -0
- package/dist/esm/other/ToggleOn.js +18 -0
- package/dist/esm/other/Trash.d.ts +4 -0
- package/dist/esm/other/Trash.js +19 -0
- package/dist/esm/other/Twitter.d.ts +4 -0
- package/dist/esm/other/Twitter.js +19 -0
- package/dist/esm/other/Upcoming.d.ts +4 -0
- package/dist/esm/other/Upcoming.js +19 -0
- package/dist/esm/other/Vaccinated.d.ts +4 -0
- package/dist/esm/other/Vaccinated.js +18 -0
- package/dist/esm/other/Video.d.ts +4 -0
- package/dist/esm/other/Video.js +26 -0
- package/dist/esm/other/VideoCall.d.ts +4 -0
- package/dist/esm/other/VideoCall.js +26 -0
- package/dist/esm/other/Visible.d.ts +4 -0
- package/dist/esm/other/Visible.js +19 -0
- package/dist/esm/other/Warning.d.ts +4 -0
- package/dist/esm/other/Warning.js +27 -0
- package/dist/esm/other/Whatsapp.d.ts +4 -0
- package/dist/esm/other/Whatsapp.js +20 -0
- package/dist/esm/other/Woman.d.ts +4 -0
- package/dist/esm/other/Woman.js +25 -0
- package/dist/esm/other/Zalo.d.ts +4 -0
- package/dist/esm/other/Zalo.js +23 -0
- package/dist/esm/other/index.d.ts +103 -0
- package/dist/esm/other/index.js +104 -0
- package/dist/esm/social/Facebook.d.ts +4 -0
- package/dist/esm/social/Facebook.js +20 -0
- package/dist/esm/social/Instagram.d.ts +4 -0
- package/dist/esm/social/Instagram.js +24 -0
- package/dist/esm/social/Line.d.ts +4 -0
- package/dist/esm/social/Line.js +23 -0
- package/dist/esm/social/Linked.d.ts +4 -0
- package/dist/esm/social/Linked.js +22 -0
- package/dist/esm/social/Messenger.d.ts +4 -0
- package/dist/esm/social/Messenger.js +20 -0
- package/dist/esm/social/Telegram.d.ts +4 -0
- package/dist/esm/social/Telegram.js +24 -0
- package/dist/esm/social/Twitter.d.ts +4 -0
- package/dist/esm/social/Twitter.js +19 -0
- package/dist/esm/social/Wechat.d.ts +4 -0
- package/dist/esm/social/Wechat.js +28 -0
- package/dist/esm/social/Whatsapp.d.ts +4 -0
- package/dist/esm/social/Whatsapp.js +23 -0
- package/dist/esm/social/Youtube.d.ts +4 -0
- package/dist/esm/social/Youtube.js +23 -0
- package/dist/esm/social/Zalo.d.ts +4 -0
- package/dist/esm/social/Zalo.js +28 -0
- package/dist/esm/social/index.d.ts +11 -0
- package/dist/esm/social/index.js +12 -0
- package/dist/esm/together/ArticleSvg.d.ts +4 -0
- package/dist/esm/together/ArticleSvg.js +21 -0
- package/dist/esm/together/CommunitySvg.d.ts +4 -0
- package/dist/esm/together/CommunitySvg.js +22 -0
- package/dist/esm/together/CreatePostSvg.d.ts +4 -0
- package/dist/esm/together/CreatePostSvg.js +23 -0
- package/dist/esm/together/HomeSvg.d.ts +4 -0
- package/dist/esm/together/HomeSvg.js +20 -0
- package/dist/esm/together/ScaleSvg.d.ts +4 -0
- package/dist/esm/together/ScaleSvg.js +20 -0
- package/dist/esm/together/TopicSvg.d.ts +4 -0
- package/dist/esm/together/TopicSvg.js +22 -0
- package/dist/esm/together/index.d.ts +6 -0
- package/dist/esm/together/index.js +7 -0
- package/dist/esm/types.d.ts +11 -0
- package/dist/esm/types.js +1 -0
- package/dist/esm/utils.d.ts +11 -0
- package/dist/esm/utils.js +18 -0
- package/package.json +79 -0
package/README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# @hhgtech/icons
|
|
2
|
+
|
|
3
|
+
Hello Health Group's React Icons library. Modular build and mark sideEffects: false so you can tree shake the icons you need.
|
|
4
|
+
|
|
5
|
+
## Preview
|
|
6
|
+
|
|
7
|
+
Storybook is available at [https://main--6662762aeb6f9796900506bf.chromatic.com/](https://main--6662762aeb6f9796900506bf.chromatic.com/)
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
|
|
11
|
+
You can install this plugin using npm or yarn:
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
npm install @hhgtech/icons
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
or
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
yarn add @hhgtech/icons
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## Usage
|
|
24
|
+
|
|
25
|
+
import from the sub package you want to use, for example:
|
|
26
|
+
|
|
27
|
+
```JSX
|
|
28
|
+
import { Drag } from '@hhgtech/icons/core';
|
|
29
|
+
...
|
|
30
|
+
return (
|
|
31
|
+
<div>
|
|
32
|
+
{...}
|
|
33
|
+
<Drag />
|
|
34
|
+
{...}
|
|
35
|
+
</div>
|
|
36
|
+
);
|
|
37
|
+
```
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
const react_1 = __importDefault(require("react"));
|
|
18
|
+
const utils_1 = require("../utils");
|
|
19
|
+
const ArrowBottomLeft = (_a) => {
|
|
20
|
+
var { size: sizeProp, color = utils_1.defaultColor } = _a, rest = __rest(_a, ["size", "color"]);
|
|
21
|
+
const size = (0, utils_1.useGetSize)(sizeProp);
|
|
22
|
+
return (react_1.default.createElement("svg", Object.assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none" }, rest),
|
|
23
|
+
react_1.default.createElement("path", { fill: color, d: "M6.404 18.5a.87.87 0 0 1-.644-.26.87.87 0 0 1-.26-.644V9.75q0-.318.216-.534A.73.73 0 0 1 6.25 9q.32 0 .535.216A.73.73 0 0 1 7 9.75v6.196L17.92 5.027a.73.73 0 0 1 .521-.212.7.7 0 0 1 .532.212q.217.217.217.527a.72.72 0 0 1-.217.527L8.053 17h6.197q.319 0 .534.215a.73.73 0 0 1 .216.534q0 .32-.216.535a.73.73 0 0 1-.534.215z" })));
|
|
24
|
+
};
|
|
25
|
+
exports.default = ArrowBottomLeft;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
const react_1 = __importDefault(require("react"));
|
|
18
|
+
const utils_1 = require("../utils");
|
|
19
|
+
const ArrowCircleDown = (_a) => {
|
|
20
|
+
var { size: sizeProp, color = utils_1.defaultColor } = _a, rest = __rest(_a, ["size", "color"]);
|
|
21
|
+
const size = (0, utils_1.useGetSize)(sizeProp);
|
|
22
|
+
return (react_1.default.createElement("svg", Object.assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none" }, rest),
|
|
23
|
+
react_1.default.createElement("path", { fill: color, d: "m11.25 12.854-1.333-1.333a.7.7 0 0 0-.517-.208.71.71 0 0 0-.725.731q0 .317.208.521l2.494 2.495q.27.27.632.27.363 0 .633-.27l2.495-2.495a.7.7 0 0 0 .207-.52.71.71 0 0 0-.731-.732.7.7 0 0 0-.52.208l-1.334 1.333V9.048a.73.73 0 0 0-.215-.534.73.73 0 0 0-.535-.216.74.74 0 0 0-.539.216.72.72 0 0 0-.22.534zm.752 8.646a9.3 9.3 0 0 1-3.706-.748 9.6 9.6 0 0 1-3.016-2.03 9.6 9.6 0 0 1-2.032-3.016 9.25 9.25 0 0 1-.748-3.704q0-1.972.748-3.706a9.6 9.6 0 0 1 2.03-3.016 9.6 9.6 0 0 1 3.016-2.032 9.25 9.25 0 0 1 3.704-.748q1.972 0 3.706.748a9.6 9.6 0 0 1 3.017 2.03 9.6 9.6 0 0 1 2.03 3.016 9.25 9.25 0 0 1 .749 3.704q0 1.972-.748 3.706a9.6 9.6 0 0 1-2.03 3.017 9.6 9.6 0 0 1-3.016 2.03 9.25 9.25 0 0 1-3.704.749" })));
|
|
24
|
+
};
|
|
25
|
+
exports.default = ArrowCircleDown;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
const react_1 = __importDefault(require("react"));
|
|
18
|
+
const utils_1 = require("../utils");
|
|
19
|
+
const ArrowCircleLeft = (_a) => {
|
|
20
|
+
var { size: sizeProp, color = utils_1.defaultColor } = _a, rest = __rest(_a, ["size", "color"]);
|
|
21
|
+
const size = (0, utils_1.useGetSize)(sizeProp);
|
|
22
|
+
return (react_1.default.createElement("svg", Object.assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none" }, rest),
|
|
23
|
+
react_1.default.createElement("path", { fill: color, d: "M11.194 12.75H15q.319 0 .534-.216A.73.73 0 0 0 15.75 12a.73.73 0 0 0-.216-.534.73.73 0 0 0-.534-.216h-3.806l1.333-1.333a.7.7 0 0 0 .208-.52.71.71 0 0 0-.732-.732.7.7 0 0 0-.52.208l-2.495 2.494a.87.87 0 0 0-.27.633q0 .361.27.633l2.495 2.494a.7.7 0 0 0 .522.203.73.73 0 0 0 .522-.213.7.7 0 0 0 .208-.524.7.7 0 0 0-.208-.52zm.808 8.75a9.3 9.3 0 0 1-3.706-.748 9.6 9.6 0 0 1-3.016-2.03 9.6 9.6 0 0 1-2.032-3.016 9.25 9.25 0 0 1-.748-3.704q0-1.972.748-3.706a9.6 9.6 0 0 1 2.03-3.016 9.6 9.6 0 0 1 3.016-2.032 9.25 9.25 0 0 1 3.704-.748q1.972 0 3.706.748a9.6 9.6 0 0 1 3.017 2.03 9.6 9.6 0 0 1 2.03 3.016 9.25 9.25 0 0 1 .749 3.704q0 1.972-.748 3.706a9.6 9.6 0 0 1-2.03 3.017 9.6 9.6 0 0 1-3.016 2.03 9.25 9.25 0 0 1-3.704.749" })));
|
|
24
|
+
};
|
|
25
|
+
exports.default = ArrowCircleLeft;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
const react_1 = __importDefault(require("react"));
|
|
18
|
+
const utils_1 = require("../utils");
|
|
19
|
+
const ArrowCircleRight = (_a) => {
|
|
20
|
+
var { size: sizeProp, color = utils_1.defaultColor } = _a, rest = __rest(_a, ["size", "color"]);
|
|
21
|
+
const size = (0, utils_1.useGetSize)(sizeProp);
|
|
22
|
+
return (react_1.default.createElement("svg", Object.assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none" }, rest),
|
|
23
|
+
react_1.default.createElement("path", { fill: color, d: "M12.002 21.5a9.3 9.3 0 0 1-3.706-.748 9.6 9.6 0 0 1-3.016-2.03 9.6 9.6 0 0 1-2.032-3.016 9.25 9.25 0 0 1-.748-3.704q0-1.972.748-3.706a9.6 9.6 0 0 1 2.03-3.016 9.6 9.6 0 0 1 3.016-2.032 9.25 9.25 0 0 1 3.704-.748q1.972 0 3.706.748a9.6 9.6 0 0 1 3.017 2.03 9.6 9.6 0 0 1 2.03 3.016 9.25 9.25 0 0 1 .749 3.704q0 1.972-.748 3.706a9.6 9.6 0 0 1-2.03 3.017 9.6 9.6 0 0 1-3.016 2.03 9.25 9.25 0 0 1-3.704.749m.804-8.75-1.333 1.333a.69.69 0 0 0-.203.517.72.72 0 0 0 .737.725.7.7 0 0 0 .52-.208l2.485-2.484a.87.87 0 0 0 .27-.633.87.87 0 0 0-.27-.633l-2.495-2.494A.7.7 0 0 0 12 8.666a.71.71 0 0 0-.725.731.7.7 0 0 0 .208.52l1.323 1.333H9a.73.73 0 0 0-.534.216.73.73 0 0 0-.216.534q0 .32.216.534A.73.73 0 0 0 9 12.75z" })));
|
|
24
|
+
};
|
|
25
|
+
exports.default = ArrowCircleRight;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
const react_1 = __importDefault(require("react"));
|
|
18
|
+
const utils_1 = require("../utils");
|
|
19
|
+
const ArrowCircleUp = (_a) => {
|
|
20
|
+
var { size: sizeProp, color = utils_1.defaultColor } = _a, rest = __rest(_a, ["size", "color"]);
|
|
21
|
+
const size = (0, utils_1.useGetSize)(sizeProp);
|
|
22
|
+
return (react_1.default.createElement("svg", Object.assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none" }, rest),
|
|
23
|
+
react_1.default.createElement("path", { fill: color, d: "M11.25 11.137v3.805q0 .319.216.535a.73.73 0 0 0 .534.215.74.74 0 0 0 .54-.218.73.73 0 0 0 .22-.541v-3.796l1.332 1.332a.7.7 0 0 0 .522.203.72.72 0 0 0 .522-.213.7.7 0 0 0 .208-.523.7.7 0 0 0-.207-.52L12.642 8.93a.87.87 0 0 0-.633-.271.87.87 0 0 0-.632.27l-2.494 2.495a.7.7 0 0 0-.208.517q0 .31.208.518a.7.7 0 0 0 .524.207.7.7 0 0 0 .52-.207zm.752 10.363a9.3 9.3 0 0 1-3.706-.748 9.6 9.6 0 0 1-3.016-2.03 9.6 9.6 0 0 1-2.032-3.016 9.25 9.25 0 0 1-.748-3.704q0-1.972.748-3.706a9.6 9.6 0 0 1 2.03-3.016 9.6 9.6 0 0 1 3.016-2.032 9.25 9.25 0 0 1 3.704-.748q1.972 0 3.706.748a9.6 9.6 0 0 1 3.017 2.03 9.6 9.6 0 0 1 2.03 3.016 9.25 9.25 0 0 1 .749 3.704q0 1.972-.748 3.706a9.6 9.6 0 0 1-2.03 3.017 9.6 9.6 0 0 1-3.016 2.03 9.25 9.25 0 0 1-3.704.749" })));
|
|
24
|
+
};
|
|
25
|
+
exports.default = ArrowCircleUp;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
const react_1 = __importDefault(require("react"));
|
|
18
|
+
const utils_1 = require("../utils");
|
|
19
|
+
const ArrowDown = (_a) => {
|
|
20
|
+
var { size: sizeProp, color = utils_1.defaultColor } = _a, rest = __rest(_a, ["size", "color"]);
|
|
21
|
+
const size = (0, utils_1.useGetSize)(sizeProp);
|
|
22
|
+
return (react_1.default.createElement("svg", Object.assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none" }, rest),
|
|
23
|
+
react_1.default.createElement("path", { fill: color, d: "M18.658 13.704c0-.256-.1-.512-.295-.707l-.086-.086a1 1 0 0 0-1.414 0L13 16.774V3.704a1 1 0 0 0-2 0v13.07l-3.863-3.863a1 1 0 0 0-1.414 0l-.086.086a1 1 0 0 0 0 1.414l5.656 5.656a1 1 0 0 0 1.414 0l5.656-5.656a1 1 0 0 0 .295-.707" })));
|
|
24
|
+
};
|
|
25
|
+
exports.default = ArrowDown;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
const react_1 = __importDefault(require("react"));
|
|
18
|
+
const utils_1 = require("../utils");
|
|
19
|
+
const ArrowLeft = (_a) => {
|
|
20
|
+
var { size: sizeProp, color = utils_1.defaultColor } = _a, rest = __rest(_a, ["size", "color"]);
|
|
21
|
+
const size = (0, utils_1.useGetSize)(sizeProp);
|
|
22
|
+
return (react_1.default.createElement("svg", Object.assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none" }, rest),
|
|
23
|
+
react_1.default.createElement("path", { fill: color, d: "M10.296 18.658c.256 0 .512-.1.707-.295l.086-.086a1 1 0 0 0 0-1.414L7.226 13h13.07a1 1 0 0 0 0-2H7.226l3.863-3.863a1 1 0 0 0 0-1.414l-.086-.086a1 1 0 0 0-1.414 0l-5.656 5.656a1 1 0 0 0 0 1.414l5.656 5.656a1 1 0 0 0 .707.295" })));
|
|
24
|
+
};
|
|
25
|
+
exports.default = ArrowLeft;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
const react_1 = __importDefault(require("react"));
|
|
18
|
+
const utils_1 = require("../utils");
|
|
19
|
+
const ArrowRight = (_a) => {
|
|
20
|
+
var { size: sizeProp, color = utils_1.defaultColor } = _a, rest = __rest(_a, ["size", "color"]);
|
|
21
|
+
const size = (0, utils_1.useGetSize)(sizeProp);
|
|
22
|
+
return (react_1.default.createElement("svg", Object.assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none" }, rest),
|
|
23
|
+
react_1.default.createElement("path", { fill: color, d: "M13.704 5.342c-.256 0-.512.1-.707.295l-.086.086a1 1 0 0 0 0 1.414L16.774 11H3.704a1 1 0 0 0 0 2h13.07l-3.863 3.863a1 1 0 0 0 0 1.414l.086.086a1 1 0 0 0 1.414 0l5.656-5.656a1 1 0 0 0 0-1.414l-5.656-5.656a1 1 0 0 0-.707-.295" })));
|
|
24
|
+
};
|
|
25
|
+
exports.default = ArrowRight;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
const react_1 = __importDefault(require("react"));
|
|
18
|
+
const utils_1 = require("../utils");
|
|
19
|
+
const ArrowTopRight = (_a) => {
|
|
20
|
+
var { size: sizeProp, color = utils_1.defaultColor } = _a, rest = __rest(_a, ["size", "color"]);
|
|
21
|
+
const size = (0, utils_1.useGetSize)(sizeProp);
|
|
22
|
+
return (react_1.default.createElement("svg", Object.assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none" }, rest),
|
|
23
|
+
react_1.default.createElement("path", { fill: color, d: "M17 8.054 6.08 18.973a.72.72 0 0 1-.521.213.7.7 0 0 1-.532-.213.72.72 0 0 1-.217-.527q0-.31.217-.527L15.947 7H9.75a.73.73 0 0 1-.534-.216A.73.73 0 0 1 9 6.25q0-.32.216-.535A.73.73 0 0 1 9.75 5.5h7.846q.384 0 .644.26t.26.644v7.846q0 .319-.216.534a.73.73 0 0 1-.534.216.73.73 0 0 1-.535-.216.73.73 0 0 1-.215-.534z" })));
|
|
24
|
+
};
|
|
25
|
+
exports.default = ArrowTopRight;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
const react_1 = __importDefault(require("react"));
|
|
18
|
+
const utils_1 = require("../utils");
|
|
19
|
+
const ArrowUp = (_a) => {
|
|
20
|
+
var { size: sizeProp, color = utils_1.defaultColor } = _a, rest = __rest(_a, ["size", "color"]);
|
|
21
|
+
const size = (0, utils_1.useGetSize)(sizeProp);
|
|
22
|
+
return (react_1.default.createElement("svg", Object.assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none" }, rest),
|
|
23
|
+
react_1.default.createElement("path", { fill: color, d: "M5.342 10.296c0 .256.1.512.295.707l.086.086a1 1 0 0 0 1.414 0L11 7.226v13.07a1 1 0 0 0 2 0V7.226l3.863 3.863a1 1 0 0 0 1.414 0l.086-.086a1 1 0 0 0 0-1.414l-5.656-5.656a1 1 0 0 0-1.414 0L5.637 9.589a1 1 0 0 0-.295.707" })));
|
|
24
|
+
};
|
|
25
|
+
exports.default = ArrowUp;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
const react_1 = __importDefault(require("react"));
|
|
18
|
+
const utils_1 = require("../utils");
|
|
19
|
+
const ChevronDown = (_a) => {
|
|
20
|
+
var { size: sizeProp, color = utils_1.defaultColor } = _a, rest = __rest(_a, ["size", "color"]);
|
|
21
|
+
const size = (0, utils_1.useGetSize)(sizeProp);
|
|
22
|
+
return (react_1.default.createElement("svg", Object.assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none" }, rest),
|
|
23
|
+
react_1.default.createElement("path", { fill: color, d: "M12 14.662a.827.827 0 0 1-.633-.256L6.873 9.912a.73.73 0 0 1-.212-.522.7.7 0 0 1 .212-.532.72.72 0 0 1 .527-.217q.31 0 .527.217L12 12.93l4.073-4.073a.73.73 0 0 1 .522-.213.7.7 0 0 1 .532.213q.217.217.217.527a.72.72 0 0 1-.217.527l-4.494 4.494a.83.83 0 0 1-.633.256" })));
|
|
24
|
+
};
|
|
25
|
+
exports.default = ChevronDown;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
const react_1 = __importDefault(require("react"));
|
|
18
|
+
const utils_1 = require("../utils");
|
|
19
|
+
const ChevronLeft = (_a) => {
|
|
20
|
+
var { size: sizeProp, color = utils_1.defaultColor } = _a, rest = __rest(_a, ["size", "color"]);
|
|
21
|
+
const size = (0, utils_1.useGetSize)(sizeProp);
|
|
22
|
+
return (react_1.default.createElement("svg", Object.assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none" }, rest),
|
|
23
|
+
react_1.default.createElement("path", { fill: color, d: "m10.454 12 4.073 4.073q.208.207.212.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217L8.98 12.632A.83.83 0 0 1 8.723 12q0-.18.058-.337a.8.8 0 0 1 .198-.296l4.494-4.494a.73.73 0 0 1 .522-.213.7.7 0 0 1 .532.213q.217.217.217.527a.72.72 0 0 1-.217.527z" })));
|
|
24
|
+
};
|
|
25
|
+
exports.default = ChevronLeft;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
const react_1 = __importDefault(require("react"));
|
|
18
|
+
const utils_1 = require("../utils");
|
|
19
|
+
const ChevronRight = (_a) => {
|
|
20
|
+
var { size: sizeProp, color = utils_1.defaultColor } = _a, rest = __rest(_a, ["size", "color"]);
|
|
21
|
+
const size = (0, utils_1.useGetSize)(sizeProp);
|
|
22
|
+
return (react_1.default.createElement("svg", Object.assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none" }, rest),
|
|
23
|
+
react_1.default.createElement("path", { fill: color, d: "M12.946 12 8.873 7.928a.73.73 0 0 1-.212-.522.7.7 0 0 1 .212-.531.72.72 0 0 1 .527-.218q.31 0 .527.218l4.494 4.494a.83.83 0 0 1 .256.633.829.829 0 0 1-.256.633l-4.494 4.493a.73.73 0 0 1-.522.213.7.7 0 0 1-.532-.213.72.72 0 0 1-.217-.526q0-.31.217-.527z" })));
|
|
24
|
+
};
|
|
25
|
+
exports.default = ChevronRight;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
const react_1 = __importDefault(require("react"));
|
|
18
|
+
const utils_1 = require("../utils");
|
|
19
|
+
const ChevronUp = (_a) => {
|
|
20
|
+
var { size: sizeProp, color = utils_1.defaultColor } = _a, rest = __rest(_a, ["size", "color"]);
|
|
21
|
+
const size = (0, utils_1.useGetSize)(sizeProp);
|
|
22
|
+
return (react_1.default.createElement("svg", Object.assign({ width: size, height: size, viewBox: "0 0 24 24", fill: "none" }, rest),
|
|
23
|
+
react_1.default.createElement("path", { fill: color, d: "m12 10.439-4.073 4.073a.72.72 0 0 1-.522.212.7.7 0 0 1-.532-.212.72.72 0 0 1-.217-.527q0-.31.217-.527l4.494-4.494A.83.83 0 0 1 12 8.708q.18 0 .336.058a.8.8 0 0 1 .297.198l4.494 4.494q.208.208.212.522a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.217.72.72 0 0 1-.527-.217z" })));
|
|
24
|
+
};
|
|
25
|
+
exports.default = ChevronUp;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export { default as ArrowBottomLeft } from './ArrowBottomLeft';
|
|
2
|
+
export { default as ArrowCircleDown } from './ArrowCircleDown';
|
|
3
|
+
export { default as ArrowCircleLeft } from './ArrowCircleLeft';
|
|
4
|
+
export { default as ArrowCircleRight } from './ArrowCircleRight';
|
|
5
|
+
export { default as ArrowCircleUp } from './ArrowCircleUp';
|
|
6
|
+
export { default as ArrowDown } from './ArrowDown';
|
|
7
|
+
export { default as ArrowLeft } from './ArrowLeft';
|
|
8
|
+
export { default as ArrowRight } from './ArrowRight';
|
|
9
|
+
export { default as ArrowTopRight } from './ArrowTopRight';
|
|
10
|
+
export { default as ArrowUp } from './ArrowUp';
|
|
11
|
+
export { default as ChevronDown } from './ChevronDown';
|
|
12
|
+
export { default as ChevronLeft } from './ChevronLeft';
|
|
13
|
+
export { default as ChevronRight } from './ChevronRight';
|
|
14
|
+
export { default as ChevronUp } from './ChevronUp';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ChevronUp = exports.ChevronRight = exports.ChevronLeft = exports.ChevronDown = exports.ArrowUp = exports.ArrowTopRight = exports.ArrowRight = exports.ArrowLeft = exports.ArrowDown = exports.ArrowCircleUp = exports.ArrowCircleRight = exports.ArrowCircleLeft = exports.ArrowCircleDown = exports.ArrowBottomLeft = void 0;
|
|
7
|
+
// This file is auto-generated by running `npm run update-index`, do not edit
|
|
8
|
+
var ArrowBottomLeft_1 = require("./ArrowBottomLeft");
|
|
9
|
+
Object.defineProperty(exports, "ArrowBottomLeft", { enumerable: true, get: function () { return __importDefault(ArrowBottomLeft_1).default; } });
|
|
10
|
+
var ArrowCircleDown_1 = require("./ArrowCircleDown");
|
|
11
|
+
Object.defineProperty(exports, "ArrowCircleDown", { enumerable: true, get: function () { return __importDefault(ArrowCircleDown_1).default; } });
|
|
12
|
+
var ArrowCircleLeft_1 = require("./ArrowCircleLeft");
|
|
13
|
+
Object.defineProperty(exports, "ArrowCircleLeft", { enumerable: true, get: function () { return __importDefault(ArrowCircleLeft_1).default; } });
|
|
14
|
+
var ArrowCircleRight_1 = require("./ArrowCircleRight");
|
|
15
|
+
Object.defineProperty(exports, "ArrowCircleRight", { enumerable: true, get: function () { return __importDefault(ArrowCircleRight_1).default; } });
|
|
16
|
+
var ArrowCircleUp_1 = require("./ArrowCircleUp");
|
|
17
|
+
Object.defineProperty(exports, "ArrowCircleUp", { enumerable: true, get: function () { return __importDefault(ArrowCircleUp_1).default; } });
|
|
18
|
+
var ArrowDown_1 = require("./ArrowDown");
|
|
19
|
+
Object.defineProperty(exports, "ArrowDown", { enumerable: true, get: function () { return __importDefault(ArrowDown_1).default; } });
|
|
20
|
+
var ArrowLeft_1 = require("./ArrowLeft");
|
|
21
|
+
Object.defineProperty(exports, "ArrowLeft", { enumerable: true, get: function () { return __importDefault(ArrowLeft_1).default; } });
|
|
22
|
+
var ArrowRight_1 = require("./ArrowRight");
|
|
23
|
+
Object.defineProperty(exports, "ArrowRight", { enumerable: true, get: function () { return __importDefault(ArrowRight_1).default; } });
|
|
24
|
+
var ArrowTopRight_1 = require("./ArrowTopRight");
|
|
25
|
+
Object.defineProperty(exports, "ArrowTopRight", { enumerable: true, get: function () { return __importDefault(ArrowTopRight_1).default; } });
|
|
26
|
+
var ArrowUp_1 = require("./ArrowUp");
|
|
27
|
+
Object.defineProperty(exports, "ArrowUp", { enumerable: true, get: function () { return __importDefault(ArrowUp_1).default; } });
|
|
28
|
+
var ChevronDown_1 = require("./ChevronDown");
|
|
29
|
+
Object.defineProperty(exports, "ChevronDown", { enumerable: true, get: function () { return __importDefault(ChevronDown_1).default; } });
|
|
30
|
+
var ChevronLeft_1 = require("./ChevronLeft");
|
|
31
|
+
Object.defineProperty(exports, "ChevronLeft", { enumerable: true, get: function () { return __importDefault(ChevronLeft_1).default; } });
|
|
32
|
+
var ChevronRight_1 = require("./ChevronRight");
|
|
33
|
+
Object.defineProperty(exports, "ChevronRight", { enumerable: true, get: function () { return __importDefault(ChevronRight_1).default; } });
|
|
34
|
+
var ChevronUp_1 = require("./ChevronUp");
|
|
35
|
+
Object.defineProperty(exports, "ChevronUp", { enumerable: true, get: function () { return __importDefault(ChevronUp_1).default; } });
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
const react_1 = __importDefault(require("react"));
|
|
18
|
+
const utils_1 = require("../utils");
|
|
19
|
+
const ChatPlus = (_a) => {
|
|
20
|
+
var { size = 20, color = utils_1.defaultColor, activeColor = utils_1.defaultActiveColor, isActive } = _a, rest = __rest(_a, ["size", "color", "activeColor", "isActive"]);
|
|
21
|
+
return (react_1.default.createElement("svg", Object.assign({ width: size, height: size, fill: "none", viewBox: "0 0 20 20" }, rest),
|
|
22
|
+
react_1.default.createElement("path", { d: "M17.5 8.5V15.1C17.5 16.426 16.426 17.5 15.1 17.5H4.9C3.574 17.5 2.5 16.426 2.5 15.1V4.9C2.5 3.574 3.574 2.5 4.9 2.5H11.5", stroke: color, strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
23
|
+
react_1.default.createElement("path", { d: "M18 2L9 11", stroke: color, strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })));
|
|
24
|
+
};
|
|
25
|
+
exports.default = ChatPlus;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
+
var t = {};
|
|
4
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
+
t[p] = s[p];
|
|
6
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
+
t[p[i]] = s[p[i]];
|
|
10
|
+
}
|
|
11
|
+
return t;
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
const react_1 = __importDefault(require("react"));
|
|
18
|
+
const utils_1 = require("../utils");
|
|
19
|
+
const CheckCircle = (_a) => {
|
|
20
|
+
var { size = 20, color = utils_1.defaultColor, activeColor = utils_1.defaultActiveColor, isActive } = _a, rest = __rest(_a, ["size", "color", "activeColor", "isActive"]);
|
|
21
|
+
return (react_1.default.createElement("svg", Object.assign({ width: size, height: size, fill: "none", viewBox: "0 0 20 20" }, rest),
|
|
22
|
+
react_1.default.createElement("path", { d: "M10.001 1.60205C15.0176 1.60205 19.0848 5.66849 19.085 10.6851C19.085 15.7018 15.0177 19.769 10.001 19.769C4.98441 19.7689 0.917969 15.7017 0.917969 10.6851C0.918144 5.6686 4.98452 1.60223 10.001 1.60205ZM13.8418 7.63232C13.5366 7.35256 13.0622 7.3733 12.7822 7.67822L8.72754 12.1011L7.19824 10.5718C6.90535 10.2789 6.43059 10.2789 6.1377 10.5718C5.8448 10.8647 5.84481 11.3394 6.1377 11.6323L8.2207 13.7153C8.36535 13.86 8.56307 13.9395 8.76758 13.9351C8.97206 13.9306 9.16549 13.8426 9.30371 13.6919L13.8877 8.69189C14.1673 8.38658 14.147 7.91215 13.8418 7.63232Z", fill: isActive ? activeColor : color })));
|
|
23
|
+
};
|
|
24
|
+
exports.default = CheckCircle;
|