@antscorp/antsomi-ui 1.3.3-beta.2 → 1.3.3-beta.21
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 +78 -78
- package/dist/index.js +1 -1
- package/dist/main.css +100 -1
- package/dist/public/icons/stars_slider.png +0 -0
- package/es/assets/css/main.scss +4 -4
- package/es/assets/images/feedback.svg +3 -3
- package/es/assets/images/stars_slider.png +0 -0
- package/es/components/atoms/Alert/Alert.d.ts +4 -4
- package/es/components/atoms/Alert/Alert.js +19 -19
- package/es/components/atoms/Alert/index.d.ts +1 -1
- package/es/components/atoms/Alert/index.js +1 -1
- package/es/components/atoms/Button/Button.d.ts +1 -1
- package/es/components/atoms/Button/Button.js +1 -1
- package/es/components/atoms/Button/index.d.ts +4 -4
- package/es/components/atoms/Button/index.js +2 -2
- package/es/components/atoms/Button/test.d.ts +3 -3
- package/es/components/atoms/Button/test.js +99 -99
- package/es/components/atoms/Checkbox/Checkbox.d.ts +1 -1
- package/es/components/atoms/Checkbox/Checkbox.js +1 -1
- package/es/components/atoms/Checkbox/index.d.ts +1 -1
- package/es/components/atoms/Checkbox/index.js +1 -1
- package/es/components/atoms/Divider/Divider.d.ts +1 -1
- package/es/components/atoms/Divider/Divider.js +1 -1
- package/es/components/atoms/Divider/index.d.ts +1 -1
- package/es/components/atoms/Divider/index.js +1 -1
- package/es/components/atoms/DividerPure/DividerPure.d.ts +10 -10
- package/es/components/atoms/DividerPure/DividerPure.js +27 -27
- package/es/components/atoms/DividerPure/index.d.ts +1 -1
- package/es/components/atoms/DividerPure/index.js +1 -1
- package/es/components/atoms/DividerPure/styled.d.ts +1 -1
- package/es/components/atoms/DividerPure/styled.js +41 -41
- package/es/components/atoms/Empty/Empty.d.ts +5 -5
- package/es/components/atoms/Empty/Empty.js +2 -2
- package/es/components/atoms/Empty/index.d.ts +1 -1
- package/es/components/atoms/Empty/index.js +1 -1
- package/es/components/atoms/Flex/Flex.d.ts +2 -0
- package/es/components/atoms/Flex/Flex.js +1 -0
- package/es/components/atoms/Flex/index.d.ts +1 -0
- package/es/components/atoms/Flex/index.js +1 -0
- package/es/components/atoms/FloatButton/FloatButton.d.ts +1 -1
- package/es/components/atoms/FloatButton/FloatButton.js +1 -1
- package/es/components/atoms/FloatButton/index.d.ts +1 -1
- package/es/components/atoms/FloatButton/index.js +2 -2
- package/es/components/atoms/Grid/Grid.d.ts +3 -3
- package/es/components/atoms/Grid/Grid.js +3 -3
- package/es/components/atoms/Grid/index.d.ts +1 -1
- package/es/components/atoms/Grid/index.js +1 -1
- package/es/components/atoms/Icon/index.d.ts +10 -10
- package/es/components/atoms/Icon/index.js +36 -36
- package/es/components/atoms/Input/Input.d.ts +28 -20
- package/es/components/atoms/Input/Input.js +95 -92
- package/es/components/atoms/Input/index.d.ts +2 -2
- package/es/components/atoms/Input/index.js +1 -1
- package/es/components/atoms/Input/styled.d.ts +11 -11
- package/es/components/atoms/Input/styled.js +109 -109
- package/es/components/atoms/InputNumber/InputNumber.d.ts +6 -6
- package/es/components/atoms/InputNumber/InputNumber.js +27 -27
- package/es/components/atoms/InputNumber/index.d.ts +1 -1
- package/es/components/atoms/InputNumber/index.js +1 -1
- package/es/components/atoms/Message/Message.d.ts +1 -1
- package/es/components/atoms/Message/Message.js +1 -1
- package/es/components/atoms/Message/index.d.ts +1 -1
- package/es/components/atoms/Message/index.js +1 -1
- package/es/components/atoms/Notification/Notification.d.ts +1 -1
- package/es/components/atoms/Notification/Notification.js +1 -1
- package/es/components/atoms/Notification/index.d.ts +1 -1
- package/es/components/atoms/Notification/index.js +1 -1
- package/es/components/atoms/Pagination/Pagination.d.ts +2 -2
- package/es/components/atoms/Pagination/Pagination.js +2 -2
- package/es/components/atoms/Pagination/index.d.ts +1 -1
- package/es/components/atoms/Pagination/index.js +1 -1
- package/es/components/atoms/Popover/Popover.d.ts +4 -4
- package/es/components/atoms/Popover/Popover.js +2 -2
- package/es/components/atoms/Popover/index.d.ts +1 -1
- package/es/components/atoms/Popover/index.js +1 -1
- package/es/components/atoms/Popover/styled.d.ts +4 -4
- package/es/components/atoms/Popover/styled.js +5 -5
- package/es/components/atoms/Progress/Progress.d.ts +2 -2
- package/es/components/atoms/Progress/Progress.js +2 -2
- package/es/components/atoms/Progress/index.d.ts +1 -1
- package/es/components/atoms/Progress/index.js +1 -1
- package/es/components/atoms/Radio/Radio.d.ts +1 -1
- package/es/components/atoms/Radio/Radio.js +1 -1
- package/es/components/atoms/Radio/index.d.ts +7 -7
- package/es/components/atoms/Radio/index.js +25 -25
- package/es/components/atoms/Rate/Rate.d.ts +2 -2
- package/es/components/atoms/Rate/Rate.js +2 -2
- package/es/components/atoms/Rate/index.d.ts +1 -1
- package/es/components/atoms/Rate/index.js +1 -1
- package/es/components/atoms/RateV2/RateV2.d.ts +18 -0
- package/es/components/atoms/RateV2/RateV2.js +73 -0
- package/es/components/atoms/RateV2/index.d.ts +1 -0
- package/es/components/atoms/RateV2/index.js +1 -0
- package/es/components/atoms/RequiredLabel/index.d.ts +7 -7
- package/es/components/atoms/RequiredLabel/index.js +24 -24
- package/es/components/atoms/RequiredLabel/styled.d.ts +2 -2
- package/es/components/atoms/RequiredLabel/styled.js +10 -10
- package/es/components/atoms/ScrollBox/index.d.ts +9 -9
- package/es/components/atoms/ScrollBox/index.js +51 -51
- package/es/components/atoms/Segmented/Segmented.d.ts +2 -2
- package/es/components/atoms/Segmented/Segmented.js +2 -2
- package/es/components/atoms/Segmented/index.d.ts +1 -1
- package/es/components/atoms/Segmented/index.js +1 -1
- package/es/components/atoms/Skeleton/Skeleton.d.ts +8 -8
- package/es/components/atoms/Skeleton/Skeleton.js +2 -2
- package/es/components/atoms/Skeleton/index.d.ts +1 -1
- package/es/components/atoms/Skeleton/index.js +1 -1
- package/es/components/atoms/Slider/index.d.ts +6 -5
- package/es/components/atoms/Slider/index.js +25 -32
- package/es/components/atoms/Slider/styled.d.ts +7 -7
- package/es/components/atoms/Slider/styled.js +44 -44
- package/es/components/atoms/SliderV2/index.d.ts +6 -0
- package/es/components/atoms/SliderV2/index.js +21 -0
- package/es/components/atoms/Space/Space.d.ts +6 -6
- package/es/components/atoms/Space/Space.js +9 -9
- package/es/components/atoms/Space/index.d.ts +1 -1
- package/es/components/atoms/Space/index.js +1 -1
- package/es/components/atoms/Spin/Spin.d.ts +10 -9
- package/es/components/atoms/Spin/Spin.js +28 -28
- package/es/components/atoms/Spin/index.d.ts +1 -1
- package/es/components/atoms/Spin/index.js +1 -1
- package/es/components/atoms/Spin/styled.d.ts +1 -1
- package/es/components/atoms/Spin/styled.js +7 -7
- package/es/components/atoms/Statistic/Statistic.d.ts +1 -1
- package/es/components/atoms/Statistic/Statistic.js +2 -2
- package/es/components/atoms/Statistic/index.d.ts +1 -1
- package/es/components/atoms/Statistic/index.js +1 -1
- package/es/components/atoms/Steps/Steps.d.ts +4 -4
- package/es/components/atoms/Steps/Steps.js +2 -2
- package/es/components/atoms/Steps/index.d.ts +1 -1
- package/es/components/atoms/Steps/index.js +1 -1
- package/es/components/atoms/Switch/Switch.d.ts +2 -2
- package/es/components/atoms/Switch/Switch.js +2 -2
- package/es/components/atoms/Switch/index.d.ts +1 -1
- package/es/components/atoms/Switch/index.js +1 -1
- package/es/components/atoms/Tag/Tag.d.ts +1 -1
- package/es/components/atoms/Tag/Tag.js +1 -1
- package/es/components/atoms/Tag/index.d.ts +1 -1
- package/es/components/atoms/Tag/index.js +1 -1
- package/es/components/atoms/Text/index.d.ts +10 -10
- package/es/components/atoms/Text/index.js +27 -27
- package/es/components/atoms/Text/styled.d.ts +7 -7
- package/es/components/atoms/Text/styled.js +52 -52
- package/es/components/atoms/Timeline/Timeline.d.ts +4 -4
- package/es/components/atoms/Timeline/Timeline.js +2 -2
- package/es/components/atoms/Timeline/index.d.ts +1 -1
- package/es/components/atoms/Timeline/index.js +1 -1
- package/es/components/atoms/Tooltip/Tooltip.d.ts +1 -1
- package/es/components/atoms/Tooltip/Tooltip.js +1 -1
- package/es/components/atoms/Tooltip/index.d.ts +1 -1
- package/es/components/atoms/Tooltip/index.js +1 -1
- package/es/components/atoms/Typography/Text.d.ts +1 -1
- package/es/components/atoms/Typography/Text.js +1 -1
- package/es/components/atoms/Typography/index.d.ts +1 -1
- package/es/components/atoms/Typography/index.js +1 -1
- package/es/components/atoms/Watermark/Watermark.d.ts +2 -2
- package/es/components/atoms/Watermark/Watermark.js +2 -2
- package/es/components/atoms/Watermark/index.d.ts +1 -1
- package/es/components/atoms/Watermark/index.js +1 -1
- package/es/components/atoms/index.d.ts +36 -33
- package/es/components/atoms/index.js +35 -32
- package/es/components/common/ConfigProvider/ConfigProvider.d.ts +10 -10
- package/es/components/common/ConfigProvider/ConfigProvider.js +42 -42
- package/es/components/common/ConfigProvider/GlobalStyle.d.ts +5 -5
- package/es/components/common/ConfigProvider/GlobalStyle.js +527 -490
- package/es/components/common/ConfigProvider/index.d.ts +1 -1
- package/es/components/common/ConfigProvider/index.js +1 -1
- package/es/components/common/index.d.ts +1 -1
- package/es/components/common/index.js +1 -1
- package/es/components/icons/AccountCircle.d.ts +3 -3
- package/es/components/icons/AccountCircle.js +3 -3
- package/es/components/icons/AddShoppingCart.d.ts +3 -3
- package/es/components/icons/AddShoppingCart.js +3 -3
- package/es/components/icons/ArrowGrowIcon.d.ts +2 -1
- package/es/components/icons/ArrowGrowIcon.js +4 -4
- package/es/components/icons/AssignmentInd.d.ts +3 -3
- package/es/components/icons/AssignmentInd.js +3 -3
- package/es/components/icons/AudioRecordIcon.d.ts +2 -1
- package/es/components/icons/AudioRecordIcon.js +4 -4
- package/es/components/icons/BugIcon.d.ts +2 -1
- package/es/components/icons/BugIcon.js +4 -4
- package/es/components/icons/Call.d.ts +3 -3
- package/es/components/icons/Call.js +3 -3
- package/es/components/icons/CameraIcon.d.ts +2 -1
- package/es/components/icons/CameraIcon.js +4 -4
- package/es/components/icons/CaptureIcon.d.ts +2 -1
- package/es/components/icons/CaptureIcon.js +4 -4
- package/es/components/icons/Category.d.ts +3 -3
- package/es/components/icons/Category.js +5 -5
- package/es/components/icons/ChatBubbleOutline.d.ts +3 -3
- package/es/components/icons/ChatBubbleOutline.js +3 -3
- package/es/components/icons/CheckSlimIcon.d.ts +2 -1
- package/es/components/icons/CheckSlimIcon.js +4 -4
- package/es/components/icons/CircleNotifications.d.ts +3 -3
- package/es/components/icons/CircleNotifications.js +3 -3
- package/es/components/icons/CloseIcon.d.ts +4 -3
- package/es/components/icons/CloseIcon.js +22 -22
- package/es/components/icons/CommentIcon.d.ts +2 -1
- package/es/components/icons/CommentIcon.js +4 -4
- package/es/components/icons/ConfirmationNumber.d.ts +3 -3
- package/es/components/icons/ConfirmationNumber.js +3 -3
- package/es/components/icons/DesktopWindows.d.ts +3 -3
- package/es/components/icons/DesktopWindows.js +3 -3
- package/es/components/icons/EventIcon.d.ts +4 -3
- package/es/components/icons/EventIcon.js +18 -18
- package/es/components/icons/FactCheck.d.ts +3 -3
- package/es/components/icons/FactCheck.js +3 -3
- package/es/components/icons/FreeDrawIcon.d.ts +2 -1
- package/es/components/icons/FreeDrawIcon.js +4 -4
- package/es/components/icons/GPTIcon.d.ts +2 -1
- package/es/components/icons/GPTIcon.js +18 -18
- package/es/components/icons/GPTIconV2.d.ts +2 -1
- package/es/components/icons/GPTIconV2.js +18 -18
- package/es/components/icons/GPTIconV3.d.ts +2 -1
- package/es/components/icons/GPTIconV3.js +5 -5
- package/es/components/icons/HighlightIcon.d.ts +2 -1
- package/es/components/icons/HighlightIcon.js +4 -4
- package/es/components/icons/HightlightAlt.d.ts +3 -3
- package/es/components/icons/HightlightAlt.js +3 -3
- package/es/components/icons/HowToReg.d.ts +3 -3
- package/es/components/icons/HowToReg.js +3 -3
- package/es/components/icons/IdeaIcon.d.ts +2 -1
- package/es/components/icons/IdeaIcon.js +4 -4
- package/es/components/icons/Interactive.d.ts +3 -3
- package/es/components/icons/Interactive.js +3 -3
- package/es/components/icons/InvisibleIcon.d.ts +2 -1
- package/es/components/icons/InvisibleIcon.js +5 -5
- package/es/components/icons/List.d.ts +3 -3
- package/es/components/icons/List.js +3 -3
- package/es/components/icons/LocalMallIcon.d.ts +3 -3
- package/es/components/icons/LocalMallIcon.js +3 -3
- package/es/components/icons/MobileFriendly.d.ts +3 -3
- package/es/components/icons/MobileFriendly.js +3 -3
- package/es/components/icons/MuteIcon.d.ts +2 -1
- package/es/components/icons/MuteIcon.js +4 -4
- package/es/components/icons/NotificationsActive.d.ts +3 -3
- package/es/components/icons/NotificationsActive.js +3 -3
- package/es/components/icons/OpenUrlIcon.d.ts +2 -1
- package/es/components/icons/OpenUrlIcon.js +4 -4
- package/es/components/icons/PauseIcon.d.ts +2 -1
- package/es/components/icons/PauseIcon.js +4 -4
- package/es/components/icons/Payment.d.ts +3 -3
- package/es/components/icons/Payment.js +3 -3
- package/es/components/icons/PersonAddDisabled.d.ts +3 -3
- package/es/components/icons/PersonAddDisabled.js +4 -4
- package/es/components/icons/PhoneCallback.d.ts +3 -3
- package/es/components/icons/PhoneCallback.js +3 -3
- package/es/components/icons/PlaneIcon.d.ts +2 -1
- package/es/components/icons/PlaneIcon.js +8 -8
- package/es/components/icons/Preview.d.ts +3 -3
- package/es/components/icons/Preview.js +3 -3
- package/es/components/icons/Redeem.d.ts +3 -3
- package/es/components/icons/Redeem.js +3 -3
- package/es/components/icons/RemoveRedEye.d.ts +3 -3
- package/es/components/icons/RemoveRedEye.js +3 -3
- package/es/components/icons/RemoveShoppingCart.d.ts +3 -3
- package/es/components/icons/RemoveShoppingCart.js +3 -3
- package/es/components/icons/RequestIcon.d.ts +2 -1
- package/es/components/icons/RequestIcon.js +4 -4
- package/es/components/icons/Search.d.ts +3 -3
- package/es/components/icons/Search.js +3 -3
- package/es/components/icons/ShoppingBag.d.ts +3 -3
- package/es/components/icons/ShoppingBag.js +3 -3
- package/es/components/icons/ShoppingCart.d.ts +3 -3
- package/es/components/icons/ShoppingCart.js +3 -3
- package/es/components/icons/StopRecordIcon.d.ts +2 -1
- package/es/components/icons/StopRecordIcon.js +4 -4
- package/es/components/icons/Store.d.ts +3 -3
- package/es/components/icons/Store.js +3 -3
- package/es/components/icons/UserIcon.d.ts +2 -1
- package/es/components/icons/UserIcon.js +8 -8
- package/es/components/icons/VerticalDotsIcon.d.ts +2 -1
- package/es/components/icons/VerticalDotsIcon.js +4 -4
- package/es/components/icons/WarningIcon.d.ts +2 -1
- package/es/components/icons/WarningIcon.js +4 -4
- package/es/components/icons/Web.d.ts +3 -3
- package/es/components/icons/Web.js +3 -3
- package/es/components/icons/WebAsset.d.ts +3 -3
- package/es/components/icons/WebAsset.js +3 -3
- package/es/components/icons/index.d.ts +54 -54
- package/es/components/icons/index.js +54 -54
- package/es/components/icons/type.d.ts +3 -3
- package/es/components/icons/type.js +1 -1
- package/es/components/index.d.ts +4 -4
- package/es/components/index.js +4 -4
- package/es/components/molecules/AlignSetting/index.d.ts +19 -19
- package/es/components/molecules/AlignSetting/index.js +52 -52
- package/es/components/molecules/AlignSetting/styled.d.ts +1 -1
- package/es/components/molecules/AlignSetting/styled.js +7 -7
- package/es/components/molecules/AlignSetting/utils.d.ts +3 -3
- package/es/components/molecules/AlignSetting/utils.js +19 -19
- package/es/components/molecules/CaptureScreen/CaptureScreen.d.ts +16 -15
- package/es/components/molecules/CaptureScreen/CaptureScreen.js +834 -834
- package/es/components/molecules/CaptureScreen/components/CommentBox/CommentBox.d.ts +17 -16
- package/es/components/molecules/CaptureScreen/components/CommentBox/CommentBox.js +80 -80
- package/es/components/molecules/CaptureScreen/components/CommentBox/index.d.ts +1 -1
- package/es/components/molecules/CaptureScreen/components/CommentBox/index.js +1 -1
- package/es/components/molecules/CaptureScreen/components/CommentBox/styled.d.ts +12 -12
- package/es/components/molecules/CaptureScreen/components/CommentBox/styled.js +136 -136
- package/es/components/molecules/CaptureScreen/components/CommentBox/types.d.ts +15 -15
- package/es/components/molecules/CaptureScreen/components/CommentBox/types.js +1 -1
- package/es/components/molecules/CaptureScreen/components/Cursor/Cursor.d.ts +4 -3
- package/es/components/molecules/CaptureScreen/components/Cursor/Cursor.js +17 -17
- package/es/components/molecules/CaptureScreen/components/Cursor/index.d.ts +1 -1
- package/es/components/molecules/CaptureScreen/components/Cursor/index.js +1 -1
- package/es/components/molecules/CaptureScreen/components/Cursor/styled.d.ts +7 -7
- package/es/components/molecules/CaptureScreen/components/Cursor/styled.js +79 -79
- package/es/components/molecules/CaptureScreen/components/Cursor/types.d.ts +10 -10
- package/es/components/molecules/CaptureScreen/components/Cursor/types.js +1 -1
- package/es/components/molecules/CaptureScreen/constants.d.ts +41 -41
- package/es/components/molecules/CaptureScreen/constants.js +118 -118
- package/es/components/molecules/CaptureScreen/hooks/useImageEditor.d.ts +5 -5
- package/es/components/molecules/CaptureScreen/hooks/useImageEditor.js +103 -103
- package/es/components/molecules/CaptureScreen/index.d.ts +1 -1
- package/es/components/molecules/CaptureScreen/index.js +1 -1
- package/es/components/molecules/CaptureScreen/styled.d.ts +26 -26
- package/es/components/molecules/CaptureScreen/styled.js +255 -255
- package/es/components/molecules/CaptureScreen/themes/black.d.ts +54 -54
- package/es/components/molecules/CaptureScreen/themes/black.js +64 -64
- package/es/components/molecules/CaptureScreen/themes/white.d.ts +54 -54
- package/es/components/molecules/CaptureScreen/themes/white.js +64 -64
- package/es/components/molecules/CaptureScreen/types.d.ts +108 -108
- package/es/components/molecules/CaptureScreen/types.js +1 -1
- package/es/components/molecules/CaptureScreen/utils.d.ts +13 -13
- package/es/components/molecules/CaptureScreen/utils.js +62 -62
- package/es/components/molecules/Card/Card.d.ts +1 -1
- package/es/components/molecules/Card/Card.js +2 -2
- package/es/components/molecules/Card/index.d.ts +1 -1
- package/es/components/molecules/Card/index.js +1 -1
- package/es/components/molecules/Cascader/Cascader.d.ts +1 -1
- package/es/components/molecules/Cascader/Cascader.js +1 -1
- package/es/components/molecules/Cascader/index.d.ts +1 -1
- package/es/components/molecules/Cascader/index.js +1 -1
- package/es/components/molecules/ChatBox/ChatBox.d.ts +3 -3
- package/es/components/molecules/ChatBox/ChatBox.js +188 -188
- package/es/components/molecules/ChatBox/MessageItem.d.ts +5 -5
- package/es/components/molecules/ChatBox/MessageItem.js +66 -66
- package/es/components/molecules/ChatBox/constants.d.ts +6 -6
- package/es/components/molecules/ChatBox/constants.js +51 -51
- package/es/components/molecules/ChatBox/index.d.ts +1 -1
- package/es/components/molecules/ChatBox/index.js +1 -1
- package/es/components/molecules/ChatBox/styled.d.ts +10 -10
- package/es/components/molecules/ChatBox/styled.js +280 -280
- package/es/components/molecules/ChatBox/types.d.ts +32 -32
- package/es/components/molecules/ChatBox/types.js +1 -1
- package/es/components/molecules/Collapse/Collapse.d.ts +4 -4
- package/es/components/molecules/Collapse/Collapse.js +11 -2
- package/es/components/molecules/Collapse/index.d.ts +1 -1
- package/es/components/molecules/Collapse/index.js +1 -1
- package/es/components/molecules/ColorPicker/ChromePicker/index.d.ts +1 -1
- package/es/components/molecules/ColorPicker/ChromePicker/index.js +3 -3
- package/es/components/molecules/ColorPicker/ChromePicker/styled.d.ts +1 -1
- package/es/components/molecules/ColorPicker/ChromePicker/styled.js +15 -15
- package/es/components/molecules/ColorPicker/CustomPicker/index.d.ts +2 -2
- package/es/components/molecules/ColorPicker/CustomPicker/index.js +117 -117
- package/es/components/molecules/ColorPicker/CustomPicker/styled.d.ts +9 -9
- package/es/components/molecules/ColorPicker/CustomPicker/styled.js +104 -104
- package/es/components/molecules/ColorPicker/SketchPicker/index.d.ts +10 -10
- package/es/components/molecules/ColorPicker/SketchPicker/index.js +5 -5
- package/es/components/molecules/ColorPicker/SketchPicker/styled.d.ts +1 -1
- package/es/components/molecules/ColorPicker/SketchPicker/styled.js +10 -10
- package/es/components/molecules/ColorPicker/index.d.ts +13 -13
- package/es/components/molecules/ColorPicker/index.js +95 -95
- package/es/components/molecules/ColorPicker/styled.d.ts +1 -1
- package/es/components/molecules/ColorPicker/styled.js +10 -10
- package/es/components/molecules/ColorSetting/index.d.ts +14 -14
- package/es/components/molecules/ColorSetting/index.js +97 -97
- package/es/components/molecules/ColorSetting/styled.d.ts +7 -7
- package/es/components/molecules/ColorSetting/styled.js +42 -42
- package/es/components/molecules/DatePicker/DatePicker.d.ts +8 -8
- package/es/components/molecules/DatePicker/DatePicker.js +8 -8
- package/es/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.d.ts +28 -28
- package/es/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.js +428 -428
- package/es/components/molecules/DatePicker/components/AdvancedPicker/constants.d.ts +53 -53
- package/es/components/molecules/DatePicker/components/AdvancedPicker/constants.js +74 -74
- package/es/components/molecules/DatePicker/components/AdvancedPicker/index.d.ts +3 -3
- package/es/components/molecules/DatePicker/components/AdvancedPicker/index.js +1 -1
- package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.d.ts +7 -7
- package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.js +49 -49
- package/es/components/molecules/DatePicker/components/AdvancedPicker/types.d.ts +14 -14
- package/es/components/molecules/DatePicker/components/AdvancedPicker/types.js +1 -1
- package/es/components/molecules/DatePicker/components/AdvancedPicker/utils.d.ts +15 -15
- package/es/components/molecules/DatePicker/components/AdvancedPicker/utils.js +84 -84
- package/es/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.d.ts +15 -15
- package/es/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.js +70 -70
- package/es/components/molecules/DatePicker/components/AdvancedRangePicker/constants.d.ts +4 -4
- package/es/components/molecules/DatePicker/components/AdvancedRangePicker/constants.js +4 -4
- package/es/components/molecules/DatePicker/components/AdvancedRangePicker/index.d.ts +2 -2
- package/es/components/molecules/DatePicker/components/AdvancedRangePicker/index.js +1 -1
- package/es/components/molecules/DatePicker/components/AdvancedRangePicker/types.d.ts +17 -17
- package/es/components/molecules/DatePicker/components/AdvancedRangePicker/types.js +1 -1
- package/es/components/molecules/DatePicker/index.d.ts +3 -3
- package/es/components/molecules/DatePicker/index.js +1 -1
- package/es/components/molecules/Drawer/Drawer.d.ts +1 -1
- package/es/components/molecules/Drawer/Drawer.js +2 -2
- package/es/components/molecules/Drawer/index.d.ts +1 -1
- package/es/components/molecules/Drawer/index.js +1 -1
- package/es/components/molecules/Dropdown/Dropdown.d.ts +1 -1
- package/es/components/molecules/Dropdown/Dropdown.js +1 -1
- package/es/components/molecules/Dropdown/index.d.ts +1 -1
- package/es/components/molecules/Dropdown/index.js +1 -1
- package/es/components/molecules/EdgeSetting/index.d.ts +39 -39
- package/es/components/molecules/EdgeSetting/index.js +192 -192
- package/es/components/molecules/EdgeSetting/styled.d.ts +3 -3
- package/es/components/molecules/EdgeSetting/styled.js +18 -18
- package/es/components/molecules/FontFamilySelect/constants.d.ts +307 -0
- package/es/components/molecules/FontFamilySelect/constants.js +257 -0
- package/es/components/molecules/FontFamilySelect/index.d.ts +17 -0
- package/es/components/molecules/FontFamilySelect/index.js +53 -0
- package/es/components/molecules/FontSetting/constants.d.ts +3 -0
- package/es/components/molecules/FontSetting/constants.js +22 -0
- package/es/components/molecules/FontSetting/index.d.ts +24 -0
- package/es/components/molecules/FontSetting/index.js +54 -0
- package/es/components/molecules/FontSetting/types.d.ts +22 -0
- package/es/components/molecules/FontSetting/types.js +1 -0
- package/es/components/molecules/FontWeightSelect/constants.d.ts +28 -0
- package/es/components/molecules/FontWeightSelect/constants.js +11 -0
- package/es/components/molecules/FontWeightSelect/index.d.ts +9 -0
- package/es/components/molecules/FontWeightSelect/index.js +39 -0
- package/es/components/molecules/Form/Form.d.ts +1 -0
- package/es/components/molecules/Form/Form.js +1 -0
- package/es/components/molecules/Form/index.d.ts +1 -0
- package/es/components/molecules/Form/index.js +1 -0
- package/es/components/molecules/GradientSetting/index.d.ts +36 -36
- package/es/components/molecules/GradientSetting/index.js +99 -99
- package/es/components/molecules/GradientSetting/styled.d.ts +1 -1
- package/es/components/molecules/GradientSetting/styled.js +59 -59
- package/es/components/molecules/IconSelection/components/Icon/index.d.ts +10 -10
- package/es/components/molecules/IconSelection/components/Icon/index.js +28 -28
- package/es/components/molecules/IconSelection/constants.d.ts +56 -56
- package/es/components/molecules/IconSelection/constants.js +89 -89
- package/es/components/molecules/IconSelection/index.d.ts +3 -3
- package/es/components/molecules/IconSelection/index.js +143 -143
- package/es/components/molecules/IconSelection/styled.d.ts +8 -8
- package/es/components/molecules/IconSelection/styled.js +80 -80
- package/es/components/molecules/IconSelection/types.d.ts +26 -26
- package/es/components/molecules/IconSelection/types.js +2 -2
- package/es/components/molecules/IconSelection/utils.d.ts +4 -4
- package/es/components/molecules/IconSelection/utils.js +13 -13
- package/es/components/molecules/InputNumber/index.d.ts +9 -9
- package/es/components/molecules/InputNumber/index.js +81 -81
- package/es/components/molecules/InputNumberWithUnit/index.d.ts +31 -31
- package/es/components/molecules/InputNumberWithUnit/index.js +37 -37
- package/es/components/molecules/InputNumberWithUnit/styled.d.ts +1 -1
- package/es/components/molecules/InputNumberWithUnit/styled.js +20 -20
- package/es/components/molecules/InputSearch/index.d.ts +7 -7
- package/es/components/molecules/InputSearch/index.js +23 -23
- package/es/components/molecules/InputSearch/styled.d.ts +1 -1
- package/es/components/molecules/InputSearch/styled.js +48 -48
- package/es/components/molecules/Modal/Modal.d.ts +23 -23
- package/es/components/molecules/Modal/Modal.js +26 -26
- package/es/components/molecules/Modal/index.d.ts +1 -1
- package/es/components/molecules/Modal/index.js +1 -1
- package/es/components/molecules/Modal/styled.d.ts +15 -15
- package/es/components/molecules/Modal/styled.js +78 -78
- package/es/components/molecules/Popconfirm/Popconfirm.d.ts +4 -4
- package/es/components/molecules/Popconfirm/Popconfirm.js +2 -2
- package/es/components/molecules/Popconfirm/index.d.ts +1 -1
- package/es/components/molecules/Popconfirm/index.js +1 -1
- package/es/components/molecules/PopupDraggable/PopupDraggable.d.ts +6 -6
- package/es/components/molecules/PopupDraggable/PopupDraggable.js +52 -52
- package/es/components/molecules/PopupDraggable/index.d.ts +1 -1
- package/es/components/molecules/PopupDraggable/index.js +1 -1
- package/es/components/molecules/PopupDraggable/styled.d.ts +5 -5
- package/es/components/molecules/PopupDraggable/styled.js +52 -52
- package/es/components/molecules/PopupDraggable/types.d.ts +15 -15
- package/es/components/molecules/PopupDraggable/types.js +1 -1
- package/es/components/molecules/RadioGroup/index.d.ts +7 -7
- package/es/components/molecules/RadioGroup/index.js +23 -23
- package/es/components/molecules/RadioGroup/styled.d.ts +3 -3
- package/es/components/molecules/RadioGroup/styled.js +14 -14
- package/es/components/molecules/ResizeGrid/ResizeGrid.d.ts +3 -0
- package/es/components/molecules/ResizeGrid/ResizeGrid.js +353 -0
- package/es/components/molecules/ResizeGrid/components/Cell/Cell.d.ts +3 -0
- package/es/components/molecules/ResizeGrid/components/Cell/Cell.js +67 -0
- package/es/components/molecules/ResizeGrid/components/Cell/index.d.ts +1 -0
- package/es/components/molecules/ResizeGrid/components/Cell/index.js +1 -0
- package/es/components/molecules/ResizeGrid/components/Cell/styled.d.ts +3 -0
- package/es/components/molecules/ResizeGrid/components/Cell/styled.js +62 -0
- package/es/components/molecules/ResizeGrid/constant.d.ts +34 -0
- package/es/components/molecules/ResizeGrid/constant.js +108 -0
- package/es/components/molecules/ResizeGrid/index.d.ts +2 -0
- package/es/components/molecules/ResizeGrid/index.js +1 -0
- package/es/components/molecules/ResizeGrid/styled.d.ts +3 -0
- package/es/components/molecules/ResizeGrid/styled.js +20 -0
- package/es/components/molecules/ResizeGrid/types.d.ts +128 -0
- package/es/components/molecules/ResizeGrid/types.js +1 -0
- package/es/components/molecules/Result/Result.d.ts +1 -1
- package/es/components/molecules/Result/Result.js +2 -2
- package/es/components/molecules/Result/index.d.ts +1 -1
- package/es/components/molecules/Result/index.js +1 -1
- package/es/components/molecules/Select/Select.d.ts +17 -14
- package/es/components/molecules/Select/Select.js +50 -29
- package/es/components/molecules/Select/Test.d.ts +3 -2
- package/es/components/molecules/Select/Test.js +22 -22
- package/es/components/molecules/Select/index.d.ts +2 -2
- package/es/components/molecules/Select/index.js +1 -1
- package/es/components/molecules/Select/styled.d.ts +4 -4
- package/es/components/molecules/Select/styled.js +41 -41
- package/es/components/molecules/SettingWrapper/index.d.ts +12 -13
- package/es/components/molecules/SettingWrapper/index.js +20 -20
- package/es/components/molecules/SettingWrapper/styled.d.ts +5 -5
- package/es/components/molecules/SettingWrapper/styled.js +17 -17
- package/es/components/molecules/SettingWrapperPopover/index.d.ts +16 -0
- package/es/components/molecules/SettingWrapperPopover/index.js +17 -0
- package/es/components/molecules/SliderWithInputNumber/index.d.ts +11 -11
- package/es/components/molecules/SliderWithInputNumber/index.js +62 -62
- package/es/components/molecules/SliderWithInputNumber/styled.d.ts +1 -1
- package/es/components/molecules/SliderWithInputNumber/styled.js +8 -8
- package/es/components/molecules/Tabs/Tabs.d.ts +1 -1
- package/es/components/molecules/Tabs/Tabs.js +1 -1
- package/es/components/molecules/Tabs/index.d.ts +1 -1
- package/es/components/molecules/Tabs/index.js +1 -1
- package/es/components/molecules/TextDecorationSelect/constants.d.ts +19 -0
- package/es/components/molecules/TextDecorationSelect/constants.js +26 -0
- package/es/components/molecules/TextDecorationSelect/index.d.ts +15 -0
- package/es/components/molecules/TextDecorationSelect/index.js +45 -0
- package/es/components/molecules/TextTransformSelect/constants.d.ts +13 -0
- package/es/components/molecules/TextTransformSelect/constants.js +19 -0
- package/es/components/molecules/TextTransformSelect/index.d.ts +9 -0
- package/es/components/molecules/TextTransformSelect/index.js +39 -0
- package/es/components/molecules/TreeSelect/TreeSelect.d.ts +11 -11
- package/es/components/molecules/TreeSelect/TreeSelect.js +2 -2
- package/es/components/molecules/TreeSelect/index.d.ts +1 -1
- package/es/components/molecules/TreeSelect/index.js +1 -1
- package/es/components/molecules/UploadImage/MediaIcon.d.ts +3 -2
- package/es/components/molecules/UploadImage/MediaIcon.js +8 -8
- package/es/components/molecules/UploadImage/index.d.ts +33 -33
- package/es/components/molecules/UploadImage/index.js +366 -366
- package/es/components/molecules/UploadImage/styled.d.ts +13 -13
- package/es/components/molecules/UploadImage/styled.js +134 -134
- package/es/components/molecules/index.d.ts +40 -30
- package/es/components/molecules/index.js +35 -27
- package/es/components/organism/Help/Help.d.ts +5 -5
- package/es/components/organism/Help/Help.js +1005 -1005
- package/es/components/organism/Help/constants.d.ts +140 -140
- package/es/components/organism/Help/constants.js +1653 -1653
- package/es/components/organism/Help/index.d.ts +1 -1
- package/es/components/organism/Help/index.js +1 -1
- package/es/components/organism/Help/styled.d.ts +71 -71
- package/es/components/organism/Help/styled.js +264 -264
- package/es/components/organism/Help/types.d.ts +67 -67
- package/es/components/organism/Help/types.js +1 -1
- package/es/components/organism/Help/utils.d.ts +15 -15
- package/es/components/organism/Help/utils.js +82 -82
- package/es/components/organism/PositionSetting/config.d.ts +10 -10
- package/es/components/organism/PositionSetting/config.js +10 -10
- package/es/components/organism/PositionSetting/index.d.ts +15 -15
- package/es/components/organism/PositionSetting/index.js +62 -62
- package/es/components/organism/PositionSetting/styled.d.ts +1 -1
- package/es/components/organism/PositionSetting/styled.js +3 -3
- package/es/components/organism/PositionSetting/types.d.ts +10 -10
- package/es/components/organism/PositionSetting/types.js +1 -1
- package/es/components/organism/Table/CrossTabTable/CrossTabTable.d.ts +18 -18
- package/es/components/organism/Table/CrossTabTable/CrossTabTable.js +305 -305
- package/es/components/organism/Table/CrossTabTable/components/CustomCell/CustomCell.d.ts +11 -11
- package/es/components/organism/Table/CrossTabTable/components/CustomCell/CustomCell.js +22 -22
- package/es/components/organism/Table/CrossTabTable/components/CustomCell/index.d.ts +1 -1
- package/es/components/organism/Table/CrossTabTable/components/CustomCell/index.js +1 -1
- package/es/components/organism/Table/CrossTabTable/components/CustomCell/styled.d.ts +1 -1
- package/es/components/organism/Table/CrossTabTable/components/CustomCell/styled.js +13 -13
- package/es/components/organism/Table/CrossTabTable/constants.d.ts +75 -75
- package/es/components/organism/Table/CrossTabTable/constants.js +1525 -1525
- package/es/components/organism/Table/CrossTabTable/index.d.ts +1 -1
- package/es/components/organism/Table/CrossTabTable/index.js +1 -1
- package/es/components/organism/Table/CrossTabTable/styled.d.ts +1 -1
- package/es/components/organism/Table/CrossTabTable/styled.js +13 -13
- package/es/components/organism/Table/CrossTabTable/types.d.ts +1 -1
- package/es/components/organism/Table/CrossTabTable/types.js +1 -1
- package/es/components/organism/Table/CrossTabTable/utils.d.ts +1 -1
- package/es/components/organism/Table/CrossTabTable/utils.js +1 -1
- package/es/components/organism/Table/ExplorePivotTable/ExplorePivotTable.d.ts +11 -11
- package/es/components/organism/Table/ExplorePivotTable/ExplorePivotTable.js +51 -51
- package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.d.ts +12 -12
- package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.js +41 -41
- package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/index.d.ts +1 -1
- package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/index.js +1 -1
- package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.d.ts +3 -3
- package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.js +21 -21
- package/es/components/organism/Table/ExplorePivotTable/constants.d.ts +4 -4
- package/es/components/organism/Table/ExplorePivotTable/constants.js +84 -84
- package/es/components/organism/Table/ExplorePivotTable/index.d.ts +2 -2
- package/es/components/organism/Table/ExplorePivotTable/index.js +2 -2
- package/es/components/organism/Table/ExplorePivotTable/styled.d.ts +12 -12
- package/es/components/organism/Table/ExplorePivotTable/styled.js +15 -15
- package/es/components/organism/Table/ExplorePivotTable/types.d.ts +17 -17
- package/es/components/organism/Table/ExplorePivotTable/types.js +1 -1
- package/es/components/organism/Table/ExplorePivotTable/utils.d.ts +4 -4
- package/es/components/organism/Table/ExplorePivotTable/utils.js +154 -154
- package/es/components/organism/Table/Table.d.ts +1 -1
- package/es/components/organism/Table/Table.js +1 -1
- package/es/components/organism/Table/index.d.ts +2 -2
- package/es/components/organism/Table/index.js +2 -2
- package/es/components/organism/index.d.ts +3 -3
- package/es/components/organism/index.js +3 -3
- package/es/constants/gradientSetting.d.ts +83 -83
- package/es/constants/gradientSetting.js +86 -86
- package/es/constants/index.d.ts +3 -3
- package/es/constants/index.js +3 -3
- package/es/constants/keyCode.d.ts +387 -387
- package/es/constants/keyCode.js +394 -394
- package/es/constants/storybook.d.ts +12 -11
- package/es/constants/storybook.js +24 -24
- package/es/constants/theme.d.ts +12 -12
- package/es/constants/theme.js +168 -146
- package/es/hooks/index.d.ts +2 -2
- package/es/hooks/index.js +21 -21
- package/es/hooks/useDebounce.d.ts +3 -3
- package/es/hooks/useDebounce.js +15 -15
- package/es/hooks/useDeepCompareEffect.d.ts +1 -0
- package/es/hooks/useDeepCompareEffect.js +21 -0
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/locales/en/translation.json +66 -66
- package/es/locales/i18n.d.ts +140 -140
- package/es/locales/i18n.js +38 -38
- package/es/locales/translations.d.ts +70 -70
- package/es/locales/translations.js +35 -35
- package/es/locales/types.d.ts +15 -15
- package/es/locales/types.js +1 -1
- package/es/locales/vi/translation.json +66 -66
- package/es/models/SavedImage.d.ts +32 -32
- package/es/models/SavedImage.js +26 -26
- package/es/models/Upload.d.ts +32 -32
- package/es/models/Upload.js +21 -21
- package/es/models/model.d.ts +8 -8
- package/es/models/model.js +5 -5
- package/es/services/MediaTemplateDesign/UploadFile/index.d.ts +6 -6
- package/es/services/MediaTemplateDesign/UploadFile/index.js +75 -75
- package/es/services/Ticket.d.ts +67 -67
- package/es/services/Ticket.js +73 -73
- package/es/services/constants.d.ts +20 -20
- package/es/services/constants.js +21 -21
- package/es/services/index.d.ts +9 -9
- package/es/services/index.js +64 -64
- package/es/test.d.ts +14 -13
- package/es/test.js +162 -155
- package/es/types/index.d.ts +6 -6
- package/es/types/index.js +1 -1
- package/es/utils/color.d.ts +10 -10
- package/es/utils/color.js +61 -61
- package/es/utils/common.d.ts +53 -53
- package/es/utils/common.js +355 -355
- package/es/utils/handleError.d.ts +2 -2
- package/es/utils/handleError.js +6 -6
- package/es/utils/index.d.ts +3 -3
- package/es/utils/index.js +3 -3
- package/es/utils/loadable.d.ts +7 -7
- package/es/utils/loadable.js +10 -10
- package/es/utils/web.d.ts +10 -10
- package/es/utils/web.js +26 -26
- package/package.json +183 -182
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export const GPTIconV3 = props => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "30", height: "30", viewBox: "0 0 30 30" }, props),
|
|
3
|
-
React.createElement("g", null,
|
|
4
|
-
React.createElement("path", { id: "Path_5734", "data-name": "Path 5734", d: "M1,8.2A7.2,7.2,0,0,1,8.205,1H23.793A7.2,7.2,0,0,1,31,8.2V31H8.205A7.2,7.2,0,0,1,1,23.8Z", fill: "#74aa9c" }),
|
|
5
|
-
React.createElement("path", { id: "Path_5735", "data-name": "Path 5735", d: "M319.032,299.1a5.713,5.713,0,0,0-5.432,3.933,5.693,5.693,0,0,0-3.06,9.385,5.587,5.587,0,0,0,.482,4.605,5.71,5.71,0,0,0,6.136,2.734,5.639,5.639,0,0,0,4.239,1.894,5.716,5.716,0,0,0,5.433-3.933,5.7,5.7,0,0,0,3.06-9.385v-.007a5.606,5.606,0,0,0-.482-4.613,5.711,5.711,0,0,0-6.128-2.727A5.665,5.665,0,0,0,319.032,299.1Zm0,1.466-.007.007a4.24,4.24,0,0,1,2.716.978c-.031.015-.092.054-.137.076l-4.5,2.59a.73.73,0,0,0-.367.641v6.079l-1.936-1.115v-5.025A4.233,4.233,0,0,1,319.032,300.561Zm5.419,1.77a4.23,4.23,0,0,1,4.182,4.943c-.031-.022-.091-.054-.13-.076l-4.5-2.6a.755.755,0,0,0-.741,0l-5.272,3.04v-2.23l4.352-2.512A4.221,4.221,0,0,1,324.452,302.331Zm-11.127,2.308v5.338a.739.739,0,0,0,.367.641l5.263,3.031-1.943,1.123-4.346-2.5a4.227,4.227,0,0,1,.659-7.628Zm10.083,1.322,4.353,2.5a4.216,4.216,0,0,1,1.545,5.773l.007.007a4.224,4.224,0,0,1-2.2,1.849v-5.339a.73.73,0,0,0-.367-.641l-5.271-3.04Zm-3.2,1.84,2.219,1.282v2.558l-2.219,1.282-2.219-1.282v-2.558Zm3.488,2.016,1.936,1.115v5.017a4.233,4.233,0,0,1-4.231,4.231v-.007a4.227,4.227,0,0,1-2.708-.978c.031-.015.1-.054.137-.076l4.5-2.588a.715.715,0,0,0,.367-.641Zm-1.263,3.284v2.23l-4.353,2.5a4.245,4.245,0,0,1-5.784-1.543h.008a4.188,4.188,0,0,1-.505-2.825c.031.022.092.054.13.076l4.5,2.6a.755.755,0,0,0,.741,0Z", transform: "translate(-304.227 -294.377)", fill: "#fff" }))));
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export const GPTIconV3 = props => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "30", height: "30", viewBox: "0 0 30 30" }, props),
|
|
3
|
+
React.createElement("g", null,
|
|
4
|
+
React.createElement("path", { id: "Path_5734", "data-name": "Path 5734", d: "M1,8.2A7.2,7.2,0,0,1,8.205,1H23.793A7.2,7.2,0,0,1,31,8.2V31H8.205A7.2,7.2,0,0,1,1,23.8Z", fill: "#74aa9c" }),
|
|
5
|
+
React.createElement("path", { id: "Path_5735", "data-name": "Path 5735", d: "M319.032,299.1a5.713,5.713,0,0,0-5.432,3.933,5.693,5.693,0,0,0-3.06,9.385,5.587,5.587,0,0,0,.482,4.605,5.71,5.71,0,0,0,6.136,2.734,5.639,5.639,0,0,0,4.239,1.894,5.716,5.716,0,0,0,5.433-3.933,5.7,5.7,0,0,0,3.06-9.385v-.007a5.606,5.606,0,0,0-.482-4.613,5.711,5.711,0,0,0-6.128-2.727A5.665,5.665,0,0,0,319.032,299.1Zm0,1.466-.007.007a4.24,4.24,0,0,1,2.716.978c-.031.015-.092.054-.137.076l-4.5,2.59a.73.73,0,0,0-.367.641v6.079l-1.936-1.115v-5.025A4.233,4.233,0,0,1,319.032,300.561Zm5.419,1.77a4.23,4.23,0,0,1,4.182,4.943c-.031-.022-.091-.054-.13-.076l-4.5-2.6a.755.755,0,0,0-.741,0l-5.272,3.04v-2.23l4.352-2.512A4.221,4.221,0,0,1,324.452,302.331Zm-11.127,2.308v5.338a.739.739,0,0,0,.367.641l5.263,3.031-1.943,1.123-4.346-2.5a4.227,4.227,0,0,1,.659-7.628Zm10.083,1.322,4.353,2.5a4.216,4.216,0,0,1,1.545,5.773l.007.007a4.224,4.224,0,0,1-2.2,1.849v-5.339a.73.73,0,0,0-.367-.641l-5.271-3.04Zm-3.2,1.84,2.219,1.282v2.558l-2.219,1.282-2.219-1.282v-2.558Zm3.488,2.016,1.936,1.115v5.017a4.233,4.233,0,0,1-4.231,4.231v-.007a4.227,4.227,0,0,1-2.708-.978c.031-.015.1-.054.137-.076l4.5-2.588a.715.715,0,0,0,.367-.641Zm-1.263,3.284v2.23l-4.353,2.5a4.245,4.245,0,0,1-5.784-1.543h.008a4.188,4.188,0,0,1-.505-2.825c.031.022.092.054.13.076l4.5,2.6a.755.755,0,0,0,.741,0Z", transform: "translate(-304.227 -294.377)", fill: "#fff" }))));
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const HighlightIcon: (props: any) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export const HighlightIcon = props => (React.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 32 32", fill: "currentColor" }, props),
|
|
3
|
-
React.createElement("g", { transform: "scale(0.03125 0.03125)" },
|
|
4
|
-
React.createElement("path", { d: "M696.94 225.92h-82.56v-82.56h82.56zM614.38 634.88v245.76l94.080-94.080 94.080 94.080 57.6-57.6-94.080-94.080 94.080-94.080zM777.58 389.12h82.56v-82.56h-82.56zM777.58 552.32h82.56v-80.64h-82.56zM451.18 880.64h80.64v-82.56h-80.64zM286.060 225.92h82.56v-82.56h-82.56zM122.86 717.44h82.56v-82.56h-82.56zM205.42 880.64v-82.56h-82.56c0 46.080 36.48 82.56 82.56 82.56zM777.58 143.36v82.56h82.56c0-46.080-36.48-82.56-82.56-82.56zM451.18 225.92h80.64v-82.56h-80.64zM122.86 389.12h82.56v-82.56h-82.56zM286.060 880.64h82.56v-82.56h-82.56zM122.86 552.32h82.56v-80.64h-82.56zM122.86 225.92h82.56v-82.56c-46.080 0-82.56 36.48-82.56 82.56z" }))));
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export const HighlightIcon = props => (React.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 32 32", fill: "currentColor" }, props),
|
|
3
|
+
React.createElement("g", { transform: "scale(0.03125 0.03125)" },
|
|
4
|
+
React.createElement("path", { d: "M696.94 225.92h-82.56v-82.56h82.56zM614.38 634.88v245.76l94.080-94.080 94.080 94.080 57.6-57.6-94.080-94.080 94.080-94.080zM777.58 389.12h82.56v-82.56h-82.56zM777.58 552.32h82.56v-80.64h-82.56zM451.18 880.64h80.64v-82.56h-80.64zM286.060 225.92h82.56v-82.56h-82.56zM122.86 717.44h82.56v-82.56h-82.56zM205.42 880.64v-82.56h-82.56c0 46.080 36.48 82.56 82.56 82.56zM777.58 143.36v82.56h82.56c0-46.080-36.48-82.56-82.56-82.56zM451.18 225.92h80.64v-82.56h-80.64zM122.86 389.12h82.56v-82.56h-82.56zM286.060 880.64h82.56v-82.56h-82.56zM122.86 552.32h82.56v-80.64h-82.56zM122.86 225.92h82.56v-82.56c-46.080 0-82.56 36.48-82.56 82.56z" }))));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconProps } from './type';
|
|
3
|
-
export declare const HighlightAlt: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from './type';
|
|
3
|
+
export declare const HighlightAlt: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
export const HighlightAlt = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
-
React.createElement("path", { d: "M17 5h-2V3h2v2zm-2 16h2v-2.59L19.59 21 21 19.59 18.41 17H21v-2h-6v6zm4-12h2V7h-2v2zm0 4h2v-2h-2v2zm-8 8h2v-2h-2v2zM7 5h2V3H7v2zM3 17h2v-2H3v2zm2 4v-2H3c0 1.1.9 2 2 2zM19 3v2h2c0-1.1-.9-2-2-2zm-8 2h2V3h-2v2zM3 9h2V7H3v2zm4 12h2v-2H7v2zm-4-8h2v-2H3v2zm0-8h2V3c-1.1 0-2 .9-2 2z" }))));
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
export const HighlightAlt = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
+
React.createElement("path", { d: "M17 5h-2V3h2v2zm-2 16h2v-2.59L19.59 21 21 19.59 18.41 17H21v-2h-6v6zm4-12h2V7h-2v2zm0 4h2v-2h-2v2zm-8 8h2v-2h-2v2zM7 5h2V3H7v2zM3 17h2v-2H3v2zm2 4v-2H3c0 1.1.9 2 2 2zM19 3v2h2c0-1.1-.9-2-2-2zm-8 2h2V3h-2v2zM3 9h2V7H3v2zm4 12h2v-2H7v2zm-4-8h2v-2H3v2zm0-8h2V3c-1.1 0-2 .9-2 2z" }))));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconProps } from './type';
|
|
3
|
-
export declare const HowToReg: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from './type';
|
|
3
|
+
export declare const HowToReg: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
export const HowToReg = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
-
React.createElement("path", { fillRule: "evenodd", d: "m9 17 3-2.94c-.39-.04-.68-.06-1-.06-2.67 0-8 1.34-8 4v2h9l-3-3zm2-5c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m4.47 8.5L12 17l1.4-1.41 2.07 2.08 5.13-5.17 1.4 1.41z" }))));
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
export const HowToReg = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
+
React.createElement("path", { fillRule: "evenodd", d: "m9 17 3-2.94c-.39-.04-.68-.06-1-.06-2.67 0-8 1.34-8 4v2h9l-3-3zm2-5c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m4.47 8.5L12 17l1.4-1.41 2.07 2.08 5.13-5.17 1.4 1.41z" }))));
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const IdeaIcon: (props: any) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export const IdeaIcon = props => (React.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 32 32", fill: "currentColor" }, props),
|
|
3
|
-
React.createElement("g", { transform: "scale(0.03125 0.03125)" },
|
|
4
|
-
React.createElement("path", { d: "M255.34 881.6h165.12c0 44.16-38.4 80.64-82.56 80.64s-82.56-36.48-82.56-80.64zM174.7 839.36h326.4v-80.64h-326.4zM645.1 451.52c0 155.52-109.44 240-153.6 264.96h-307.2c-44.16-24.96-153.6-109.44-153.6-264.96 0-170.88 138.24-307.2 307.2-307.2s307.2 136.32 307.2 307.2zM562.54 451.52c0-124.8-99.84-226.56-224.64-226.56s-224.64 101.76-224.64 226.56c0 99.84 59.52 159.36 96 184.32h257.28c36.48-24.96 96-84.48 96-184.32zM844.78 363.2l-55.68 26.88 55.68 24.96 24.96 55.68 26.88-55.68 55.68-24.96-55.68-26.88-26.88-55.68zM746.86 307.52l38.4-84.48 84.48-38.4-84.48-38.4-38.4-84.48-38.4 84.48-84.48 38.4 84.48 38.4z" }))));
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export const IdeaIcon = props => (React.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 32 32", fill: "currentColor" }, props),
|
|
3
|
+
React.createElement("g", { transform: "scale(0.03125 0.03125)" },
|
|
4
|
+
React.createElement("path", { d: "M255.34 881.6h165.12c0 44.16-38.4 80.64-82.56 80.64s-82.56-36.48-82.56-80.64zM174.7 839.36h326.4v-80.64h-326.4zM645.1 451.52c0 155.52-109.44 240-153.6 264.96h-307.2c-44.16-24.96-153.6-109.44-153.6-264.96 0-170.88 138.24-307.2 307.2-307.2s307.2 136.32 307.2 307.2zM562.54 451.52c0-124.8-99.84-226.56-224.64-226.56s-224.64 101.76-224.64 226.56c0 99.84 59.52 159.36 96 184.32h257.28c36.48-24.96 96-84.48 96-184.32zM844.78 363.2l-55.68 26.88 55.68 24.96 24.96 55.68 26.88-55.68 55.68-24.96-55.68-26.88-26.88-55.68zM746.86 307.52l38.4-84.48 84.48-38.4-84.48-38.4-38.4-84.48-38.4 84.48-84.48 38.4 84.48 38.4z" }))));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconProps } from './type';
|
|
3
|
-
export declare const Interactive: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from './type';
|
|
3
|
+
export declare const Interactive: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
export const Interactive = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", viewBox: "0 0 13 17" }, props, { ref: ref }),
|
|
3
|
-
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M11.3376 9.31641C12.2166 9.77344 12.7087 10.7227 12.5681 11.707L11.9705 15.2578C11.8298 15.9609 11.197 16.4883 10.4939 16.4883H5.7478C5.29077 16.4883 4.83374 16.3125 4.51733 15.9961L0.685303 12.1641L1.73999 11.1094C2.02124 10.8281 2.40796 10.6523 2.79468 10.6523C2.97046 10.6523 2.90015 10.6523 4.48218 11.0039V8.54297C3.1814 7.875 2.23218 6.46875 2.23218 4.88672C2.23218 2.60156 4.09546 0.738281 6.38062 0.738281C8.63062 0.738281 10.4939 2.60156 10.4939 4.88672C10.4939 6.1875 9.86108 7.34766 8.91187 8.12109L11.3376 9.31641ZM11.0916 11.4609C11.1267 11.1445 10.9509 10.8281 10.6697 10.6875L8.06812 9.38672H6.73218V4.88672C6.73218 4.67578 6.59155 4.5 6.38062 4.5C6.16968 4.5 5.9939 4.67578 5.9939 4.88672V12.832L2.79468 12.1641L5.57202 14.9414C5.60718 14.9766 5.67749 15.0117 5.7478 15.0117H10.4939L11.0916 11.4609ZM3.7439 4.88672C3.7439 5.58984 4.02515 6.22266 4.48218 6.71484V4.88672C4.48218 3.83203 5.32593 2.98828 6.38062 2.98828C7.40015 2.98828 8.2439 3.83203 8.2439 4.88672V6.71484C8.70093 6.22266 8.98218 5.58984 8.98218 4.88672C8.98218 3.41016 7.82202 2.25 6.38062 2.25C4.93921 2.25 3.7439 3.41016 3.7439 4.88672Z" }))));
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
export const Interactive = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", focusable: "false", "aria-hidden": "true", viewBox: "0 0 13 17" }, props, { ref: ref }),
|
|
3
|
+
React.createElement("path", { xmlns: "http://www.w3.org/2000/svg", d: "M11.3376 9.31641C12.2166 9.77344 12.7087 10.7227 12.5681 11.707L11.9705 15.2578C11.8298 15.9609 11.197 16.4883 10.4939 16.4883H5.7478C5.29077 16.4883 4.83374 16.3125 4.51733 15.9961L0.685303 12.1641L1.73999 11.1094C2.02124 10.8281 2.40796 10.6523 2.79468 10.6523C2.97046 10.6523 2.90015 10.6523 4.48218 11.0039V8.54297C3.1814 7.875 2.23218 6.46875 2.23218 4.88672C2.23218 2.60156 4.09546 0.738281 6.38062 0.738281C8.63062 0.738281 10.4939 2.60156 10.4939 4.88672C10.4939 6.1875 9.86108 7.34766 8.91187 8.12109L11.3376 9.31641ZM11.0916 11.4609C11.1267 11.1445 10.9509 10.8281 10.6697 10.6875L8.06812 9.38672H6.73218V4.88672C6.73218 4.67578 6.59155 4.5 6.38062 4.5C6.16968 4.5 5.9939 4.67578 5.9939 4.88672V12.832L2.79468 12.1641L5.57202 14.9414C5.60718 14.9766 5.67749 15.0117 5.7478 15.0117H10.4939L11.0916 11.4609ZM3.7439 4.88672C3.7439 5.58984 4.02515 6.22266 4.48218 6.71484V4.88672C4.48218 3.83203 5.32593 2.98828 6.38062 2.98828C7.40015 2.98828 8.2439 3.83203 8.2439 4.88672V6.71484C8.70093 6.22266 8.98218 5.58984 8.98218 4.88672C8.98218 3.41016 7.82202 2.25 6.38062 2.25C4.93921 2.25 3.7439 3.41016 3.7439 4.88672Z" }))));
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const InvisibleIcon: (props: any) => React.JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export const InvisibleIcon = props => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 983 1024", fill: "currentColor" }, props),
|
|
3
|
-
React.createElement("title", null),
|
|
4
|
-
React.createElement("g", { id: "icomoon-ignore" }),
|
|
5
|
-
React.createElement("path", { d: "M491.5 265.28c155.52 0 293.76 86.4 360.96 224.64-23.040 49.92-57.6 94.080-97.92 128.64l57.6 57.6c55.68-49.92 101.76-113.28 130.56-186.24-71.040-178.56-245.76-307.2-451.2-307.2-51.84 0-101.76 9.6-149.76 23.040l69.12 69.12c24.96-5.76 51.84-9.6 80.64-9.6zM447.34 311.36l84.48 84.48c23.040 11.52 42.24 30.72 53.76 53.76l84.48 84.48c3.84-13.44 5.76-28.8 5.76-44.16 0-101.76-82.56-184.32-184.32-184.32-15.36 0-28.8 1.92-44.16 5.76zM82.54 178.88l109.44 109.44c-67.2 51.84-119.040 120.96-151.68 201.6 71.040 180.48 245.76 307.2 451.2 307.2 61.44 0 122.88-11.52 176.64-32.64l140.16 140.16 57.6-57.6-725.76-727.68zM389.74 486.080l107.52 105.6c-1.92 0-3.84 1.92-5.76 1.92-55.68 0-101.76-46.080-101.76-103.68 0-1.92 0-1.92 0-3.84zM249.58 345.92l72.96 71.040c-9.6 23.040-15.36 48-15.36 72.96 0 101.76 82.56 184.32 184.32 184.32 24.96 0 49.92-3.84 72.96-13.44l40.32 40.32c-36.48 9.6-74.88 15.36-113.28 15.36-155.52 0-293.76-88.32-360.96-226.56 28.8-57.6 71.040-105.6 119.040-144z" })));
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export const InvisibleIcon = props => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 983 1024", fill: "currentColor" }, props),
|
|
3
|
+
React.createElement("title", null),
|
|
4
|
+
React.createElement("g", { id: "icomoon-ignore" }),
|
|
5
|
+
React.createElement("path", { d: "M491.5 265.28c155.52 0 293.76 86.4 360.96 224.64-23.040 49.92-57.6 94.080-97.92 128.64l57.6 57.6c55.68-49.92 101.76-113.28 130.56-186.24-71.040-178.56-245.76-307.2-451.2-307.2-51.84 0-101.76 9.6-149.76 23.040l69.12 69.12c24.96-5.76 51.84-9.6 80.64-9.6zM447.34 311.36l84.48 84.48c23.040 11.52 42.24 30.72 53.76 53.76l84.48 84.48c3.84-13.44 5.76-28.8 5.76-44.16 0-101.76-82.56-184.32-184.32-184.32-15.36 0-28.8 1.92-44.16 5.76zM82.54 178.88l109.44 109.44c-67.2 51.84-119.040 120.96-151.68 201.6 71.040 180.48 245.76 307.2 451.2 307.2 61.44 0 122.88-11.52 176.64-32.64l140.16 140.16 57.6-57.6-725.76-727.68zM389.74 486.080l107.52 105.6c-1.92 0-3.84 1.92-5.76 1.92-55.68 0-101.76-46.080-101.76-103.68 0-1.92 0-1.92 0-3.84zM249.58 345.92l72.96 71.040c-9.6 23.040-15.36 48-15.36 72.96 0 101.76 82.56 184.32 184.32 184.32 24.96 0 49.92-3.84 72.96-13.44l40.32 40.32c-36.48 9.6-74.88 15.36-113.28 15.36-155.52 0-293.76-88.32-360.96-226.56 28.8-57.6 71.040-105.6 119.040-144z" })));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconProps } from './type';
|
|
3
|
-
export declare const List: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from './type';
|
|
3
|
+
export declare const List: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
export const List = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
-
React.createElement("path", { d: "M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z" }))));
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
export const List = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
+
React.createElement("path", { d: "M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z" }))));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconProps } from './type';
|
|
3
|
-
export declare const LocalMallIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from './type';
|
|
3
|
+
export declare const LocalMallIcon: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
export const LocalMallIcon = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
-
React.createElement("path", { d: "M19 6h-2c0-2.76-2.24-5-5-5S7 3.24 7 6H5c-1.1 0-1.99.9-1.99 2L3 20c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-7-3c1.66 0 3 1.34 3 3H9c0-1.66 1.34-3 3-3zm0 10c-2.76 0-5-2.24-5-5h2c0 1.66 1.34 3 3 3s3-1.34 3-3h2c0 2.76-2.24 5-5 5z" }))));
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
export const LocalMallIcon = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
+
React.createElement("path", { d: "M19 6h-2c0-2.76-2.24-5-5-5S7 3.24 7 6H5c-1.1 0-1.99.9-1.99 2L3 20c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-7-3c1.66 0 3 1.34 3 3H9c0-1.66 1.34-3 3-3zm0 10c-2.76 0-5-2.24-5-5h2c0 1.66 1.34 3 3 3s3-1.34 3-3h2c0 2.76-2.24 5-5 5z" }))));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconProps } from './type';
|
|
3
|
-
export declare const MobileFriendly: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from './type';
|
|
3
|
+
export declare const MobileFriendly: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
export const MobileFriendly = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
-
React.createElement("path", { d: "M19 1H9c-1.1 0-2 .9-2 2v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7.01 13.47l-2.55-2.55-1.27 1.27L7 16l7.19-7.19-1.27-1.27z" }))));
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
export const MobileFriendly = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
+
React.createElement("path", { d: "M19 1H9c-1.1 0-2 .9-2 2v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7.01 13.47l-2.55-2.55-1.27 1.27L7 16l7.19-7.19-1.27-1.27z" }))));
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const MuteIcon: (props: any) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export const MuteIcon = props => (React.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 32 32", fill: "currentColor" }, props),
|
|
3
|
-
React.createElement("g", { transform: "scale(0.03125 0.03125)" },
|
|
4
|
-
React.createElement("path", { d: "M438.7 242.24c0-28.8 23.040-49.92 49.92-49.92s49.92 21.12 49.92 49.92l-1.92 159.36 74.88 72.96v-228.48c0-69.12-55.68-122.88-122.88-122.88-63.36 0-115.2 46.080-120.96 107.52l71.040 72.96zM774.7 491.84h-69.12c0 23.040-3.84 46.080-11.52 67.2l51.84 51.84c19.2-36.48 28.8-76.8 28.8-119.040zM177.58 157.76l-57.6 57.6 245.76 245.76v30.72c0 67.2 55.68 122.88 122.88 122.88 9.6 0 17.28-1.92 26.88-3.84l67.2 67.2c-28.8 13.44-61.44 21.12-94.080 21.12-113.28 0-216.96-84.48-216.96-207.36h-69.12c0 138.24 111.36 255.36 245.76 274.56v134.4h80.64v-134.4c38.4-5.76 72.96-19.2 105.6-36.48l170.88 170.88 57.6-57.6z" }))));
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export const MuteIcon = props => (React.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 32 32", fill: "currentColor" }, props),
|
|
3
|
+
React.createElement("g", { transform: "scale(0.03125 0.03125)" },
|
|
4
|
+
React.createElement("path", { d: "M438.7 242.24c0-28.8 23.040-49.92 49.92-49.92s49.92 21.12 49.92 49.92l-1.92 159.36 74.88 72.96v-228.48c0-69.12-55.68-122.88-122.88-122.88-63.36 0-115.2 46.080-120.96 107.52l71.040 72.96zM774.7 491.84h-69.12c0 23.040-3.84 46.080-11.52 67.2l51.84 51.84c19.2-36.48 28.8-76.8 28.8-119.040zM177.58 157.76l-57.6 57.6 245.76 245.76v30.72c0 67.2 55.68 122.88 122.88 122.88 9.6 0 17.28-1.92 26.88-3.84l67.2 67.2c-28.8 13.44-61.44 21.12-94.080 21.12-113.28 0-216.96-84.48-216.96-207.36h-69.12c0 138.24 111.36 255.36 245.76 274.56v134.4h80.64v-134.4c38.4-5.76 72.96-19.2 105.6-36.48l170.88 170.88 57.6-57.6z" }))));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconProps } from './type';
|
|
3
|
-
export declare const NotificationsActive: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from './type';
|
|
3
|
+
export declare const NotificationsActive: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
export const NotificationsActive = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
-
React.createElement("path", { d: "M7.58 4.08 6.15 2.65C3.75 4.48 2.17 7.3 2.03 10.5h2c.15-2.65 1.51-4.97 3.55-6.42zm12.39 6.42h2c-.15-3.2-1.73-6.02-4.12-7.85l-1.42 1.43c2.02 1.45 3.39 3.77 3.54 6.42zM18 11c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2v-5zm-6 11c.14 0 .27-.01.4-.04.65-.14 1.18-.58 1.44-1.18.1-.24.15-.5.15-.78h-4c.01 1.1.9 2 2.01 2z" }))));
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
export const NotificationsActive = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
+
React.createElement("path", { d: "M7.58 4.08 6.15 2.65C3.75 4.48 2.17 7.3 2.03 10.5h2c.15-2.65 1.51-4.97 3.55-6.42zm12.39 6.42h2c-.15-3.2-1.73-6.02-4.12-7.85l-1.42 1.43c2.02 1.45 3.39 3.77 3.54 6.42zM18 11c0-3.07-1.64-5.64-4.5-6.32V4c0-.83-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5v.68C7.63 5.36 6 7.92 6 11v5l-2 2v1h16v-1l-2-2v-5zm-6 11c.14 0 .27-.01.4-.04.65-.14 1.18-.58 1.44-1.18.1-.24.15-.5.15-.78h-4c.01 1.1.9 2 2.01 2z" }))));
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const OpenUrlIcon: (props: any) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export const OpenUrlIcon = props => (React.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 32 32", fill: "currentColor" }, props),
|
|
3
|
-
React.createElement("g", { transform: "scale(0.03125 0.03125)" },
|
|
4
|
-
React.createElement("path", { d: "M777.58 798.080h-572.16v-572.16h286.080v-82.56h-286.080c-46.080 0-82.56 36.48-82.56 82.56v572.16c0 46.080 36.48 82.56 82.56 82.56h572.16c46.080 0 82.56-36.48 82.56-82.56v-286.080h-82.56zM574.060 143.36v82.56h145.92l-401.28 401.28 57.6 57.6 401.28-401.28v145.92h82.56v-286.080z" }))));
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export const OpenUrlIcon = props => (React.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 32 32", fill: "currentColor" }, props),
|
|
3
|
+
React.createElement("g", { transform: "scale(0.03125 0.03125)" },
|
|
4
|
+
React.createElement("path", { d: "M777.58 798.080h-572.16v-572.16h286.080v-82.56h-286.080c-46.080 0-82.56 36.48-82.56 82.56v572.16c0 46.080 36.48 82.56 82.56 82.56h572.16c46.080 0 82.56-36.48 82.56-82.56v-286.080h-82.56zM574.060 143.36v82.56h145.92l-401.28 401.28 57.6 57.6 401.28-401.28v145.92h82.56v-286.080z" }))));
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const PauseIcon: (props: any) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export const PauseIcon = props => (React.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 32 32", fill: "currentColor" }, props),
|
|
3
|
-
React.createElement("g", { transform: "scale(0.03125 0.03125)" },
|
|
4
|
-
React.createElement("path", { d: "M368.62 675.2h82.56v-326.4h-82.56zM491.5 103.040c-226.56 0-408.96 182.4-408.96 408.96s182.4 408.96 408.96 408.96c226.56 0 408.96-182.4 408.96-408.96s-182.4-408.96-408.96-408.96zM491.5 840.32c-180.48 0-328.32-147.84-328.32-328.32s147.84-328.32 328.32-328.32c180.48 0 328.32 147.84 328.32 328.32s-147.84 328.32-328.32 328.32zM531.82 675.2h82.56v-326.4h-82.56z" }))));
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export const PauseIcon = props => (React.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 32 32", fill: "currentColor" }, props),
|
|
3
|
+
React.createElement("g", { transform: "scale(0.03125 0.03125)" },
|
|
4
|
+
React.createElement("path", { d: "M368.62 675.2h82.56v-326.4h-82.56zM491.5 103.040c-226.56 0-408.96 182.4-408.96 408.96s182.4 408.96 408.96 408.96c226.56 0 408.96-182.4 408.96-408.96s-182.4-408.96-408.96-408.96zM491.5 840.32c-180.48 0-328.32-147.84-328.32-328.32s147.84-328.32 328.32-328.32c180.48 0 328.32 147.84 328.32 328.32s-147.84 328.32-328.32 328.32zM531.82 675.2h82.56v-326.4h-82.56z" }))));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconProps } from './type';
|
|
3
|
-
export declare const Payment: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from './type';
|
|
3
|
+
export declare const Payment: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
export const Payment = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
-
React.createElement("path", { d: "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z" }))));
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
export const Payment = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
+
React.createElement("path", { d: "M20 4H4c-1.11 0-1.99.89-1.99 2L2 18c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V6c0-1.11-.89-2-2-2zm0 14H4v-6h16v6zm0-10H4V6h16v2z" }))));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconProps } from './type';
|
|
3
|
-
export declare const PersonAddDisabled: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from './type';
|
|
3
|
+
export declare const PersonAddDisabled: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
export const PersonAddDisabled = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
-
React.createElement("circle", { cx: "15", cy: "8", r: "4" }),
|
|
4
|
-
React.createElement("path", { d: "M23 20v-2c0-2.3-4.1-3.7-6.9-3.9l6 5.9h.9zm-11.6-5.5C9.2 15.1 7 16.3 7 18v2h9.9l4 4 1.3-1.3-21-20.9L0 3.1l4 4V10H1v2h3v3h2v-3h2.9l2.5 2.5zM6 10v-.9l.9.9H6z" }))));
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
export const PersonAddDisabled = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
+
React.createElement("circle", { cx: "15", cy: "8", r: "4" }),
|
|
4
|
+
React.createElement("path", { d: "M23 20v-2c0-2.3-4.1-3.7-6.9-3.9l6 5.9h.9zm-11.6-5.5C9.2 15.1 7 16.3 7 18v2h9.9l4 4 1.3-1.3-21-20.9L0 3.1l4 4V10H1v2h3v3h2v-3h2.9l2.5 2.5zM6 10v-.9l.9.9H6z" }))));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconProps } from './type';
|
|
3
|
-
export declare const PhoneCallback: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from './type';
|
|
3
|
+
export declare const PhoneCallback: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
export const PhoneCallback = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
-
React.createElement("path", { d: "M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2zm13.54-7.1-.71-.7L13 9.29V5h-1v6h6v-1h-4.15z" }))));
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
export const PhoneCallback = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
+
React.createElement("path", { d: "M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2zm13.54-7.1-.71-.7L13 9.29V5h-1v6h6v-1h-4.15z" }))));
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const PlaneIcon: (props: any) => React.JSX.Element;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export const PlaneIcon = props => (React.createElement("svg", Object.assign({ width: "24", height: "25", viewBox: "0 0 24 25", version: "1.1", id: "svg5", fill: "currentColor" }, props),
|
|
3
|
-
React.createElement("defs", { id: "defs9" }),
|
|
4
|
-
React.createElement("g", { "aria-label": "send", style: {
|
|
5
|
-
fontSize: 24,
|
|
6
|
-
fill: '#666666',
|
|
7
|
-
} },
|
|
8
|
-
React.createElement("path", { d: "m 2.015625,21 v -6.984375 l 15,-2.015625 -15,-2.015625 V 3 l 21,9 z", id: "path826" }))));
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export const PlaneIcon = props => (React.createElement("svg", Object.assign({ width: "24", height: "25", viewBox: "0 0 24 25", version: "1.1", id: "svg5", fill: "currentColor" }, props),
|
|
3
|
+
React.createElement("defs", { id: "defs9" }),
|
|
4
|
+
React.createElement("g", { "aria-label": "send", style: {
|
|
5
|
+
fontSize: 24,
|
|
6
|
+
fill: '#666666',
|
|
7
|
+
} },
|
|
8
|
+
React.createElement("path", { d: "m 2.015625,21 v -6.984375 l 15,-2.015625 -15,-2.015625 V 3 l 21,9 z", id: "path826" }))));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconProps } from './type';
|
|
3
|
-
export declare const Preview: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from './type';
|
|
3
|
+
export declare const Preview: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
export const Preview = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
-
React.createElement("path", { d: "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm0 16H5V7h14v12zm-5.5-6c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5zM12 9c-2.73 0-5.06 1.66-6 4 .94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4zm0 6.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z" }))));
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
export const Preview = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
+
React.createElement("path", { d: "M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm0 16H5V7h14v12zm-5.5-6c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5zM12 9c-2.73 0-5.06 1.66-6 4 .94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4zm0 6.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z" }))));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconProps } from './type';
|
|
3
|
-
export declare const Redeem: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from './type';
|
|
3
|
+
export declare const Redeem: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
export const Redeem = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
-
React.createElement("path", { d: "M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z" }))));
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
export const Redeem = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
+
React.createElement("path", { d: "M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z" }))));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconProps } from './type';
|
|
3
|
-
export declare const RemoveRedEye: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from './type';
|
|
3
|
+
export declare const RemoveRedEye: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
export const RemoveRedEye = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
-
React.createElement("path", { d: "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z" }))));
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
export const RemoveRedEye = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
+
React.createElement("path", { d: "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z" }))));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconProps } from './type';
|
|
3
|
-
export declare const RemoveShoppingCart: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from './type';
|
|
3
|
+
export declare const RemoveShoppingCart: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
export const RemoveShoppingCart = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
-
React.createElement("path", { d: "M22.73 22.73 2.77 2.77 2 2l-.73-.73L0 2.54l4.39 4.39 2.21 4.66-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h7.46l1.38 1.38c-.5.36-.83.95-.83 1.62 0 1.1.89 2 1.99 2 .67 0 1.26-.33 1.62-.84L21.46 24l1.27-1.27zM7.42 15c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h2.36l2 2H7.42zm8.13-2c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H6.54l9.01 9zM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2z" }))));
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
export const RemoveShoppingCart = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
+
React.createElement("path", { d: "M22.73 22.73 2.77 2.77 2 2l-.73-.73L0 2.54l4.39 4.39 2.21 4.66-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h7.46l1.38 1.38c-.5.36-.83.95-.83 1.62 0 1.1.89 2 1.99 2 .67 0 1.26-.33 1.62-.84L21.46 24l1.27-1.27zM7.42 15c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h2.36l2 2H7.42zm8.13-2c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H6.54l9.01 9zM7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2z" }))));
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const RequestIcon: (props: any) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export const RequestIcon = props => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 25", version: "1.1", fill: "currentColor" }, props),
|
|
3
|
-
React.createElement("g", { "aria-label": "support_agent" },
|
|
4
|
-
React.createElement("path", { d: "M 21,12.234375 C 21,6.75 16.734375,3 12,3 7.3125,3 3,6.65625 3,12.28125 2.390625,12.609375 2.015625,13.265625 2.015625,14.015625 v 1.96875 C 2.015625,17.109375 2.90625,18 3.984375,18 h 1.03125 v -6.09375 c 0,-3.890625 3.09375,-6.984375 6.984375,-6.984375 3.890625,0 6.984375,3.09375 6.984375,6.984375 v 7.078125 h -7.96875 V 21 h 7.96875 C 20.109375,21 21,20.109375 21,18.984375 v -1.21875 C 21.609375,17.484375 21.984375,16.875 21.984375,16.125 v -2.296875 c 0,-0.703125 -0.375,-1.3125 -0.984375,-1.59375 z m -12.984375,0.75 C 8.015625,12.46875 8.4375,12 9,12 c 0.5625,0 0.984375,0.46875 0.984375,0.984375 0,0.5625 -0.421875,1.03125 -0.984375,1.03125 -0.5625,0 -0.984375,-0.46875 -0.984375,-1.03125 z m 6,0 C 14.015625,12.46875 14.4375,12 15,12 c 0.5625,0 0.984375,0.46875 0.984375,0.984375 0,0.5625 -0.421875,1.03125 -0.984375,1.03125 -0.5625,0 -0.984375,-0.46875 -0.984375,-1.03125 z M 18,11.015625 C 17.53125,8.203125 15.046875,6 12.046875,6 9,6 5.765625,8.53125 6,12.46875 8.484375,11.4375 10.359375,9.234375 10.875,6.5625 c 1.3125,2.625 3.984375,4.453125 7.125,4.453125 z", id: "path826" }))));
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export const RequestIcon = props => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 25", version: "1.1", fill: "currentColor" }, props),
|
|
3
|
+
React.createElement("g", { "aria-label": "support_agent" },
|
|
4
|
+
React.createElement("path", { d: "M 21,12.234375 C 21,6.75 16.734375,3 12,3 7.3125,3 3,6.65625 3,12.28125 2.390625,12.609375 2.015625,13.265625 2.015625,14.015625 v 1.96875 C 2.015625,17.109375 2.90625,18 3.984375,18 h 1.03125 v -6.09375 c 0,-3.890625 3.09375,-6.984375 6.984375,-6.984375 3.890625,0 6.984375,3.09375 6.984375,6.984375 v 7.078125 h -7.96875 V 21 h 7.96875 C 20.109375,21 21,20.109375 21,18.984375 v -1.21875 C 21.609375,17.484375 21.984375,16.875 21.984375,16.125 v -2.296875 c 0,-0.703125 -0.375,-1.3125 -0.984375,-1.59375 z m -12.984375,0.75 C 8.015625,12.46875 8.4375,12 9,12 c 0.5625,0 0.984375,0.46875 0.984375,0.984375 0,0.5625 -0.421875,1.03125 -0.984375,1.03125 -0.5625,0 -0.984375,-0.46875 -0.984375,-1.03125 z m 6,0 C 14.015625,12.46875 14.4375,12 15,12 c 0.5625,0 0.984375,0.46875 0.984375,0.984375 0,0.5625 -0.421875,1.03125 -0.984375,1.03125 -0.5625,0 -0.984375,-0.46875 -0.984375,-1.03125 z M 18,11.015625 C 17.53125,8.203125 15.046875,6 12.046875,6 9,6 5.765625,8.53125 6,12.46875 8.484375,11.4375 10.359375,9.234375 10.875,6.5625 c 1.3125,2.625 3.984375,4.453125 7.125,4.453125 z", id: "path826" }))));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconProps } from './type';
|
|
3
|
-
export declare const Search: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from './type';
|
|
3
|
+
export declare const Search: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
export const Search = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
-
React.createElement("path", { d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" }))));
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
export const Search = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
+
React.createElement("path", { d: "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z" }))));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconProps } from './type';
|
|
3
|
-
export declare const ShoppingBag: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from './type';
|
|
3
|
+
export declare const ShoppingBag: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
export const ShoppingBag = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
-
React.createElement("path", { d: "M18 6h-2c0-2.21-1.79-4-4-4S8 3.79 8 6H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-8 4c0 .55-.45 1-1 1s-1-.45-1-1V8h2v2zm2-6c1.1 0 2 .9 2 2h-4c0-1.1.9-2 2-2zm4 6c0 .55-.45 1-1 1s-1-.45-1-1V8h2v2z" }))));
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
export const ShoppingBag = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
+
React.createElement("path", { d: "M18 6h-2c0-2.21-1.79-4-4-4S8 3.79 8 6H6c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zm-8 4c0 .55-.45 1-1 1s-1-.45-1-1V8h2v2zm2-6c1.1 0 2 .9 2 2h-4c0-1.1.9-2 2-2zm4 6c0 .55-.45 1-1 1s-1-.45-1-1V8h2v2z" }))));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconProps } from './type';
|
|
3
|
-
export declare const ShoppingCart: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from './type';
|
|
3
|
+
export declare const ShoppingCart: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
export const ShoppingCart = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
-
React.createElement("path", { d: "M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H5.21l-.94-2H1zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z" }))));
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
export const ShoppingCart = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
+
React.createElement("path", { d: "M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zM1 2v2h2l3.6 7.59-1.35 2.45c-.16.28-.25.61-.25.96 0 1.1.9 2 2 2h12v-2H7.42c-.14 0-.25-.11-.25-.25l.03-.12.9-1.63h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49c.08-.14.12-.31.12-.48 0-.55-.45-1-1-1H5.21l-.94-2H1zm16 16c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2z" }))));
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const StopRecordIcon: (props: any) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export const StopRecordIcon = props => (React.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 32 32", fill: "currentColor" }, props),
|
|
3
|
-
React.createElement("g", { transform: "scale(0.03125 0.03125)" },
|
|
4
|
-
React.createElement("path", { d: "M491.5 103.040c-226.56 0-408.96 182.4-408.96 408.96s182.4 408.96 408.96 408.96c226.56 0 408.96-182.4 408.96-408.96s-182.4-408.96-408.96-408.96zM491.5 840.32c-180.48 0-328.32-147.84-328.32-328.32s147.84-328.32 328.32-328.32c180.48 0 328.32 147.84 328.32 328.32s-147.84 328.32-328.32 328.32zM654.7 675.2h-326.4v-326.4h326.4z" }))));
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export const StopRecordIcon = props => (React.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 32 32", fill: "currentColor" }, props),
|
|
3
|
+
React.createElement("g", { transform: "scale(0.03125 0.03125)" },
|
|
4
|
+
React.createElement("path", { d: "M491.5 103.040c-226.56 0-408.96 182.4-408.96 408.96s182.4 408.96 408.96 408.96c226.56 0 408.96-182.4 408.96-408.96s-182.4-408.96-408.96-408.96zM491.5 840.32c-180.48 0-328.32-147.84-328.32-328.32s147.84-328.32 328.32-328.32c180.48 0 328.32 147.84 328.32 328.32s-147.84 328.32-328.32 328.32zM654.7 675.2h-326.4v-326.4h326.4z" }))));
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IconProps } from './type';
|
|
3
|
-
export declare const Store: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { IconProps } from './type';
|
|
3
|
+
export declare const Store: React.ForwardRefExoticComponent<IconProps & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React, { forwardRef } from 'react';
|
|
2
|
-
export const Store = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
-
React.createElement("path", { d: "M20 4H4v2h16V4zm1 10v-2l-1-5H4l-1 5v2h1v6h10v-6h4v6h2v-6h1zm-9 4H6v-4h6v4z" }))));
|
|
1
|
+
import React, { forwardRef } from 'react';
|
|
2
|
+
export const Store = forwardRef((props, ref) => (React.createElement("svg", Object.assign({ focusable: "false", "aria-hidden": "true", viewBox: "0 0 24 24" }, props, { ref: ref }),
|
|
3
|
+
React.createElement("path", { d: "M20 4H4v2h16V4zm1 10v-2l-1-5H4l-1 5v2h1v6h10v-6h4v6h2v-6h1zm-9 4H6v-4h6v4z" }))));
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const UserIcon: (props: any) => React.JSX.Element;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export const UserIcon = props => (React.createElement("svg", Object.assign({ width: "24", height: "25", viewBox: "0 0 24 25", version: "1.1", fill: "currentColor" }, props),
|
|
3
|
-
React.createElement("defs", { id: "defs9" }),
|
|
4
|
-
React.createElement("g", { "aria-label": "person", id: "show_chart", style: {
|
|
5
|
-
fontSize: 24,
|
|
6
|
-
fill: '#666666',
|
|
7
|
-
} },
|
|
8
|
-
React.createElement("path", { d: "m 6.703125,15.140625 q 2.765625,-1.125 5.296875,-1.125 2.53125,0 5.25,1.125 Q 20.015625,16.21875 20.015625,18 v 2.015625 H 3.984375 V 18 q 0,-1.78125 2.71875,-2.859375 z m 8.109375,-4.3125 Q 13.640625,12 12,12 10.359375,12 9.1875,10.828125 8.015625,9.65625 8.015625,8.015625 8.015625,6.375 9.1875,5.203125 10.359375,3.984375 12,3.984375 q 1.640625,0 2.8125,1.21875 1.171875,1.171875 1.171875,2.8125 0,1.640625 -1.171875,2.8125 z", id: "path826" }))));
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export const UserIcon = props => (React.createElement("svg", Object.assign({ width: "24", height: "25", viewBox: "0 0 24 25", version: "1.1", fill: "currentColor" }, props),
|
|
3
|
+
React.createElement("defs", { id: "defs9" }),
|
|
4
|
+
React.createElement("g", { "aria-label": "person", id: "show_chart", style: {
|
|
5
|
+
fontSize: 24,
|
|
6
|
+
fill: '#666666',
|
|
7
|
+
} },
|
|
8
|
+
React.createElement("path", { d: "m 6.703125,15.140625 q 2.765625,-1.125 5.296875,-1.125 2.53125,0 5.25,1.125 Q 20.015625,16.21875 20.015625,18 v 2.015625 H 3.984375 V 18 q 0,-1.78125 2.71875,-2.859375 z m 8.109375,-4.3125 Q 13.640625,12 12,12 10.359375,12 9.1875,10.828125 8.015625,9.65625 8.015625,8.015625 8.015625,6.375 9.1875,5.203125 10.359375,3.984375 12,3.984375 q 1.640625,0 2.8125,1.21875 1.171875,1.171875 1.171875,2.8125 0,1.640625 -1.171875,2.8125 z", id: "path826" }))));
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const VerticalDotsIcon: (props: any) => React.JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export const VerticalDotsIcon = props => (React.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 32 32", fill: "currentColor" }, props),
|
|
3
|
-
React.createElement("g", { transform: "scale(0.03125 0.03125)" },
|
|
4
|
-
React.createElement("path", { d: "M-0.033 16.516v66.065h66.065v-66.065zM-0.033 148.645v66.065h66.065v-66.065zM-0.033 280.774v66.065h66.065v-66.065zM-0.033 412.903v66.065h66.065v-66.065zM-0.033 545.032v66.065h66.065v-66.065zM-0.033 677.161v66.065h66.065v-66.065zM-0.033 809.29v66.065h66.065v-66.065zM-0.033 941.419v66.065h66.065v-66.065z" }))));
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export const VerticalDotsIcon = props => (React.createElement("svg", Object.assign({ width: "24", height: "24", viewBox: "0 0 32 32", fill: "currentColor" }, props),
|
|
3
|
+
React.createElement("g", { transform: "scale(0.03125 0.03125)" },
|
|
4
|
+
React.createElement("path", { d: "M-0.033 16.516v66.065h66.065v-66.065zM-0.033 148.645v66.065h66.065v-66.065zM-0.033 280.774v66.065h66.065v-66.065zM-0.033 412.903v66.065h66.065v-66.065zM-0.033 545.032v66.065h66.065v-66.065zM-0.033 677.161v66.065h66.065v-66.065zM-0.033 809.29v66.065h66.065v-66.065zM-0.033 941.419v66.065h66.065v-66.065z" }))));
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const WarningIcon: (props: any) => React.JSX.Element;
|