@cfx-dev/ui-components 1.0.0 → 2.0.1
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 +1 -1
- package/dist/{Combination-Dp_plIQU.js → Combination-BRUj3CHE.js} +42 -43
- package/dist/Logos.types-Bdec3F0Q.js +6 -0
- package/dist/Rail-rtPENZs2.js +81 -0
- package/dist/assets/Accordion.css +1 -0
- package/dist/assets/Avatar.css +1 -1
- package/dist/assets/Badge.css +1 -1
- package/dist/assets/Button.css +1 -1
- package/dist/assets/ButtonBar.css +1 -0
- package/dist/assets/Checkbox.css +1 -1
- package/dist/assets/ClipboardButton.css +1 -0
- package/dist/assets/ColorShowcase.css +1 -0
- package/dist/assets/ColorVariationsShowcase.css +1 -0
- package/dist/assets/ColorsShowcase.css +1 -0
- package/dist/assets/ControlHeightShowcase.css +1 -0
- package/dist/assets/Dot.css +1 -1
- package/dist/assets/Flex.css +1 -1
- package/dist/assets/Flyout.css +1 -1
- package/dist/assets/IconBig.css +1 -0
- package/dist/assets/IconButton.css +1 -0
- package/dist/assets/InfoPanel.css +1 -1
- package/dist/assets/Input.css +1 -1
- package/dist/assets/InputDropzone.css +1 -1
- package/dist/assets/Island.css +1 -1
- package/dist/assets/ItemPreview.css +1 -1
- package/dist/assets/Modal.css +1 -1
- package/dist/assets/NavList.css +1 -1
- package/dist/assets/OffsetShowcase.css +1 -0
- package/dist/assets/Pad.css +1 -1
- package/dist/assets/Popover.css +1 -1
- package/dist/assets/PopoverShowcase.css +1 -0
- package/dist/assets/Prose.css +1 -1
- package/dist/assets/QuantShowcase.css +1 -0
- package/dist/assets/Radio.css +1 -1
- package/dist/assets/Rail.css +1 -1
- package/dist/assets/RichInput.css +1 -1
- package/dist/assets/Select.css +1 -1
- package/dist/assets/Separator.css +1 -1
- package/dist/assets/Spacer.css +1 -1
- package/dist/assets/Switch.css +1 -1
- package/dist/assets/Tabular.css +1 -1
- package/dist/assets/Text.css +1 -1
- package/dist/assets/TextShowcase.css +1 -0
- package/dist/assets/Textarea.css +1 -1
- package/dist/assets/Title.css +1 -1
- package/dist/assets/ToggleGroup.css +1 -0
- package/dist/assets/global.css +1 -1
- package/dist/assets/themes.css +1 -1
- package/dist/cfxIcons-BlbKR-zU.js +86 -0
- package/dist/cfxIconsBig-CNY8zL27.js +14 -0
- package/dist/components/Accordion/Accordion.d.ts +26 -0
- package/dist/components/Accordion/Accordion.js +120 -0
- package/dist/components/Accordion/AccordionShowcase.d.ts +5 -0
- package/dist/components/Accordion/AccordionShowcase.js +60 -0
- package/dist/components/Accordion/index.d.ts +0 -0
- package/dist/components/Accordion/index.js +1 -0
- package/dist/components/Avatar/Avatar.d.ts +5 -1
- package/dist/components/Avatar/Avatar.js +31 -16
- package/dist/components/Avatar/AvatarShowcase.d.ts +5 -0
- package/dist/components/Avatar/AvatarShowcase.js +33 -0
- package/dist/components/Avatar/index.d.ts +2 -0
- package/dist/components/Avatar/index.js +4 -0
- package/dist/components/BackdropPortal/BackdropPortal.js +9 -6
- package/dist/components/Badge/Badge.d.ts +4 -1
- package/dist/components/Badge/Badge.js +23 -13
- package/dist/components/Badge/BadgeShowcase.d.ts +5 -0
- package/dist/components/Badge/BadgeShowcase.js +56 -0
- package/dist/components/Badge/index.d.ts +2 -0
- package/dist/components/Badge/index.js +4 -0
- package/dist/components/Button/Button.d.ts +4 -6
- package/dist/components/Button/Button.js +84 -84
- package/dist/components/Button/ButtonBar.d.ts +3 -2
- package/dist/components/Button/ButtonBar.js +27 -9
- package/dist/components/Button/ButtonShowcase.d.ts +5 -0
- package/dist/components/Button/ButtonShowcase.js +89 -0
- package/dist/components/Button/index.d.ts +6 -0
- package/dist/components/Button/index.js +10 -0
- package/dist/components/Checkbox/Checkbox.d.ts +10 -9
- package/dist/components/Checkbox/Checkbox.js +249 -37
- package/dist/components/Checkbox/index.d.ts +2 -0
- package/dist/components/Checkbox/index.js +4 -0
- package/dist/components/ClipboardButton/ClipboardButton.d.ts +16 -0
- package/dist/components/ClipboardButton/ClipboardButton.js +50 -0
- package/dist/components/ClipboardButton/index.d.ts +0 -0
- package/dist/components/ClipboardButton/index.js +1 -0
- package/dist/components/Dot/Dot.d.ts +5 -2
- package/dist/components/Dot/Dot.js +25 -10
- package/dist/components/Dot/index.d.ts +2 -0
- package/dist/components/Dot/index.js +4 -0
- package/dist/components/Flyout/Flyout.js +47 -46
- package/dist/components/Icon/Icon.d.ts +7 -6
- package/dist/components/Icon/Icon.js +31 -19
- package/dist/components/Icon/index.d.ts +3 -0
- package/dist/components/Icon/index.js +4 -0
- package/dist/components/IconBig/IconBig.d.ts +12 -0
- package/dist/components/IconBig/IconBig.js +69 -0
- package/dist/components/IconBig/index.d.ts +2 -0
- package/dist/components/IconBig/index.js +4 -0
- package/dist/components/IconButton/IconButton.d.ts +16 -0
- package/dist/components/IconButton/IconButton.js +35 -0
- package/dist/components/IconButton/index.d.ts +2 -0
- package/dist/components/IconButton/index.js +4 -0
- package/dist/components/Icons/Icons.types.d.ts +4 -0
- package/dist/components/Icons/Icons.types.js +1 -0
- package/dist/components/Icons/IconsShowcase.js +101 -0
- package/dist/components/Icons/cfx-icons/Close.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Close.js +27 -0
- package/dist/components/Icons/cfx-icons/Controller.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Controller.js +31 -0
- package/dist/components/Icons/cfx-icons/Copy.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Copy.js +27 -0
- package/dist/components/Icons/cfx-icons/DownArrow.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/DownArrow.js +27 -0
- package/dist/components/Icons/cfx-icons/DownChevron.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/DownChevron.js +27 -0
- package/dist/components/Icons/cfx-icons/Download.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Download.js +27 -0
- package/dist/components/Icons/cfx-icons/Expand.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Expand.js +26 -0
- package/dist/components/Icons/cfx-icons/ExternalLink.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/ExternalLink.js +27 -0
- package/dist/components/Icons/cfx-icons/Heart.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Heart.js +25 -0
- package/dist/components/Icons/cfx-icons/HeartFilled.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/HeartFilled.js +25 -0
- package/dist/components/Icons/cfx-icons/Help.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Help.js +27 -0
- package/dist/components/Icons/cfx-icons/LeftArrow.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/LeftArrow.js +27 -0
- package/dist/components/Icons/cfx-icons/LeftChevron.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/LeftChevron.js +27 -0
- package/dist/components/Icons/cfx-icons/Map.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Map.js +39 -0
- package/dist/components/Icons/cfx-icons/Menu.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Menu.js +49 -0
- package/dist/components/Icons/cfx-icons/Minus.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Minus.js +27 -0
- package/dist/components/Icons/cfx-icons/More.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/More.js +27 -0
- package/dist/components/Icons/cfx-icons/MoreInfo.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/MoreInfo.js +27 -0
- package/dist/components/Icons/cfx-icons/Pencil.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Pencil.js +25 -0
- package/dist/components/Icons/cfx-icons/Play.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Play.js +25 -0
- package/dist/components/Icons/cfx-icons/Plus.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Plus.js +27 -0
- package/dist/components/Icons/cfx-icons/Refresh.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Refresh.js +27 -0
- package/dist/components/Icons/cfx-icons/RightArrow.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/RightArrow.js +27 -0
- package/dist/components/Icons/cfx-icons/RightChevron.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/RightChevron.js +27 -0
- package/dist/components/Icons/cfx-icons/Search.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Search.js +27 -0
- package/dist/components/Icons/cfx-icons/Sort.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Sort.js +27 -0
- package/dist/components/Icons/cfx-icons/Square.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Square.js +18 -0
- package/dist/components/Icons/cfx-icons/SquareCheck.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/SquareCheck.js +27 -0
- package/dist/components/Icons/cfx-icons/Stop.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Stop.js +27 -0
- package/dist/components/Icons/cfx-icons/Tick.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Tick.js +27 -0
- package/dist/components/Icons/cfx-icons/Transfer.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Transfer.js +27 -0
- package/dist/components/Icons/cfx-icons/Trash.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Trash.js +23 -0
- package/dist/components/Icons/cfx-icons/Undo.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Undo.js +27 -0
- package/dist/components/Icons/cfx-icons/UpArrow.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/UpArrow.js +27 -0
- package/dist/components/Icons/cfx-icons/UpChevron.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/UpChevron.js +27 -0
- package/dist/components/Icons/cfx-icons/Upload.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Upload.js +27 -0
- package/dist/components/Icons/cfx-icons/Users.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Users.js +43 -0
- package/dist/components/Icons/cfx-icons/Visibility.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Visibility.js +23 -0
- package/dist/components/Icons/cfx-icons/VisibilityOff.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/VisibilityOff.js +23 -0
- package/dist/components/Icons/cfx-icons/Warning.d.ts +5 -0
- package/dist/components/Icons/cfx-icons/Warning.js +27 -0
- package/dist/components/Icons/cfx-icons-big/Like.d.ts +5 -0
- package/dist/components/Icons/cfx-icons-big/Like.js +25 -0
- package/dist/components/Icons/cfx-icons-big/Subscriptions.d.ts +5 -0
- package/dist/components/Icons/cfx-icons-big/Subscriptions.js +33 -0
- package/dist/components/Icons/cfx-icons-big/Upload.d.ts +5 -0
- package/dist/components/Icons/cfx-icons-big/Upload.js +27 -0
- package/dist/components/Icons/cfx-icons-big/Warning.d.ts +5 -0
- package/dist/components/Icons/cfx-icons-big/Warning.js +27 -0
- package/dist/components/Icons/cfxIcons.d.ts +40 -0
- package/dist/components/Icons/cfxIcons.js +82 -0
- package/dist/components/Icons/cfxIconsBig.d.ts +4 -0
- package/dist/components/Icons/cfxIconsBig.js +10 -0
- package/dist/components/Icons/index.d.ts +3 -0
- package/dist/components/Icons/index.js +6 -0
- package/dist/components/InfoPanel/InfoPanel.d.ts +10 -7
- package/dist/components/InfoPanel/InfoPanel.js +50 -28
- package/dist/components/InfoPanel/InfoPanelShowcase.d.ts +5 -0
- package/dist/components/InfoPanel/InfoPanelShowcase.js +47 -0
- package/dist/components/InfoPanel/index.d.ts +2 -0
- package/dist/components/InfoPanel/index.js +4 -0
- package/dist/components/Input/Input.d.ts +16 -19
- package/dist/components/Input/Input.js +73 -81
- package/dist/components/Input/InputShowcase.d.ts +5 -0
- package/dist/components/Input/InputShowcase.js +90 -0
- package/dist/components/Input/RichInput.d.ts +2 -1
- package/dist/components/Input/RichInput.js +37 -35
- package/dist/components/Input/index.d.ts +4 -0
- package/dist/components/Input/index.js +6 -0
- package/dist/components/InputDropzone/InputDropzone.d.ts +6 -3
- package/dist/components/InputDropzone/InputDropzone.js +260 -259
- package/dist/components/InputDropzone/InputDropzoneShowcase.d.ts +5 -0
- package/dist/components/InputDropzone/InputDropzoneShowcase.js +27 -0
- package/dist/components/InputDropzone/ItemPreview.d.ts +5 -1
- package/dist/components/InputDropzone/ItemPreview.js +20 -17
- package/dist/components/InputDropzone/index.d.ts +4 -0
- package/dist/components/InputDropzone/index.js +6 -0
- package/dist/components/Interactive/Interactive.d.ts +1 -0
- package/dist/components/Interactive/Interactive.js +10 -9
- package/dist/components/Island/Island.js +23 -23
- package/dist/components/Layout/Flex/Flex.js +46 -43
- package/dist/components/Layout/Pad/Pad.js +29 -26
- package/dist/components/Layout/Scrollable/Rail.d.ts +1 -2
- package/dist/components/Layout/Scrollable/Rail.js +2 -3
- package/dist/components/Layout/Scrollable/Scrollable.js +23 -23
- package/dist/components/Layout/Scrollable/ScrollableShowcase.d.ts +5 -0
- package/dist/components/Layout/Scrollable/ScrollableShowcase.js +112 -0
- package/dist/components/Layout/Scrollable/VirtualScrollable.js +6 -7
- package/dist/components/Layout/Scrollable/index.d.ts +6 -0
- package/dist/components/Layout/Scrollable/index.js +8 -0
- package/dist/components/Logos/Logos.types.d.ts +26 -0
- package/dist/components/Logos/Logos.types.js +1 -0
- package/dist/components/Logos/LogosShowcase.d.ts +5 -0
- package/dist/components/Logos/LogosShowcase.js +430 -0
- package/dist/components/Logos/cfx/CompositeLogo.d.ts +5 -0
- package/dist/components/Logos/cfx/CompositeLogo.js +91 -0
- package/dist/components/Logos/cfx/Icon.d.ts +5 -0
- package/dist/components/Logos/cfx/Icon.js +23 -0
- package/dist/components/Logos/cfx/Logo.d.ts +5 -0
- package/dist/components/Logos/cfx/Logo.js +70 -0
- package/dist/components/Logos/cfx/Wordmark.d.ts +5 -0
- package/dist/components/Logos/cfx/Wordmark.js +60 -0
- package/dist/components/Logos/cfx/index.d.ts +4 -0
- package/dist/components/Logos/cfx/index.js +10 -0
- package/dist/components/Logos/cfxbazaar/CompositeLogo.d.ts +5 -0
- package/dist/components/Logos/cfxbazaar/CompositeLogo.js +102 -0
- package/dist/components/Logos/cfxbazaar/Wordmark.d.ts +5 -0
- package/dist/components/Logos/cfxbazaar/Wordmark.js +81 -0
- package/dist/components/Logos/cfxbazaar/index.d.ts +2 -0
- package/dist/components/Logos/cfxbazaar/index.js +6 -0
- package/dist/components/Logos/discord/Icon.d.ts +5 -0
- package/dist/components/Logos/discord/Icon.js +23 -0
- package/dist/components/Logos/discord/index.d.ts +1 -0
- package/dist/components/Logos/discord/index.js +4 -0
- package/dist/components/Logos/esx/Icon.d.ts +5 -0
- package/dist/components/Logos/esx/Icon.js +26 -0
- package/dist/components/Logos/esx/index.d.ts +1 -0
- package/dist/components/Logos/esx/index.js +4 -0
- package/dist/components/Logos/fivem/CompositeLogo.d.ts +5 -0
- package/dist/components/Logos/fivem/CompositeLogo.js +98 -0
- package/dist/components/Logos/fivem/Icon.d.ts +5 -0
- package/dist/components/Logos/fivem/Icon.js +39 -0
- package/dist/components/Logos/fivem/LockupLandscape.d.ts +5 -0
- package/dist/components/Logos/fivem/LockupLandscape.js +81 -0
- package/dist/components/Logos/fivem/LockupPortrait.d.ts +5 -0
- package/dist/components/Logos/fivem/LockupPortrait.js +140 -0
- package/dist/components/Logos/fivem/Logo.d.ts +5 -0
- package/dist/components/Logos/fivem/Logo.js +63 -0
- package/dist/components/Logos/fivem/Wordmark.d.ts +5 -0
- package/dist/components/Logos/fivem/Wordmark.js +39 -0
- package/dist/components/Logos/fivem/index.d.ts +6 -0
- package/dist/components/Logos/fivem/index.js +14 -0
- package/dist/components/Logos/google/Icon.d.ts +5 -0
- package/dist/components/Logos/google/Icon.js +46 -0
- package/dist/components/Logos/google/Wordmark.d.ts +5 -0
- package/dist/components/Logos/google/Wordmark.js +63 -0
- package/dist/components/Logos/google/index.d.ts +2 -0
- package/dist/components/Logos/google/index.js +6 -0
- package/dist/components/Logos/index.d.ts +29 -0
- package/dist/components/Logos/index.js +33 -0
- package/dist/components/Logos/patreon/Icon.d.ts +5 -0
- package/dist/components/Logos/patreon/Icon.js +23 -0
- package/dist/components/Logos/patreon/Wordmark.d.ts +5 -0
- package/dist/components/Logos/patreon/Wordmark.js +32 -0
- package/dist/components/Logos/patreon/index.d.ts +2 -0
- package/dist/components/Logos/patreon/index.js +6 -0
- package/dist/components/Logos/qbcore/Icon.d.ts +5 -0
- package/dist/components/Logos/qbcore/Icon.js +26 -0
- package/dist/components/Logos/qbcore/index.d.ts +1 -0
- package/dist/components/Logos/qbcore/index.js +4 -0
- package/dist/components/Logos/redemrp/Icon.d.ts +5 -0
- package/dist/components/Logos/redemrp/Icon.js +26 -0
- package/dist/components/Logos/redemrp/index.d.ts +1 -0
- package/dist/components/Logos/redemrp/index.js +4 -0
- package/dist/components/Logos/redm/CompositeLogo.d.ts +5 -0
- package/dist/components/Logos/redm/CompositeLogo.js +250 -0
- package/dist/components/Logos/redm/Icon.d.ts +5 -0
- package/dist/components/Logos/redm/Icon.js +88 -0
- package/dist/components/Logos/redm/LockupLandscape.d.ts +5 -0
- package/dist/components/Logos/redm/LockupLandscape.js +231 -0
- package/dist/components/Logos/redm/LockupPortrait.d.ts +5 -0
- package/dist/components/Logos/redm/LockupPortrait.js +182 -0
- package/dist/components/Logos/redm/Logo.d.ts +5 -0
- package/dist/components/Logos/redm/Logo.js +214 -0
- package/dist/components/Logos/redm/Wordmark.d.ts +5 -0
- package/dist/components/Logos/redm/Wordmark.js +35 -0
- package/dist/components/Logos/redm/index.d.ts +6 -0
- package/dist/components/Logos/redm/index.js +14 -0
- package/dist/components/Logos/rockstar/Icon.d.ts +5 -0
- package/dist/components/Logos/rockstar/Icon.js +32 -0
- package/dist/components/Logos/rockstar/index.d.ts +1 -0
- package/dist/components/Logos/rockstar/index.js +4 -0
- package/dist/components/Logos/tebex/Icon.d.ts +5 -0
- package/dist/components/Logos/tebex/Icon.js +23 -0
- package/dist/components/Logos/tebex/Wordmark.d.ts +5 -0
- package/dist/components/Logos/tebex/Wordmark.js +34 -0
- package/dist/components/Logos/tebex/index.d.ts +2 -0
- package/dist/components/Logos/tebex/index.js +6 -0
- package/dist/components/Logos/vorpcore/Icon.d.ts +5 -0
- package/dist/components/Logos/vorpcore/Icon.js +26 -0
- package/dist/components/Logos/vorpcore/index.d.ts +1 -0
- package/dist/components/Logos/vorpcore/index.js +4 -0
- package/dist/components/Modal/Modal.d.ts +13 -6
- package/dist/components/Modal/Modal.js +75 -34
- package/dist/components/Modal/ModalShowcase.d.ts +5 -0
- package/dist/components/Modal/ModalShowcase.js +52 -0
- package/dist/components/Modal/index.d.ts +2 -0
- package/dist/components/Modal/index.js +4 -0
- package/dist/components/NavList/NavList.js +5 -5
- package/dist/components/OnScreenSensor.js +13 -10
- package/dist/components/Overlay/Overlay.js +10 -8
- package/dist/components/Popover/Popover.d.ts +5 -3
- package/dist/components/Popover/Popover.js +32 -26
- package/dist/components/Popover/PopoverShowcase.d.ts +5 -0
- package/dist/components/Popover/PopoverShowcase.js +53 -0
- package/dist/components/Popover/index.d.ts +2 -0
- package/dist/components/Popover/index.js +4 -0
- package/dist/components/Prose/Prose.js +1 -1
- package/dist/components/Radio/Radio.js +20 -20
- package/dist/components/Select/Select.d.ts +5 -3
- package/dist/components/Select/Select.js +1997 -2230
- package/dist/components/Select/SelectShowcase.d.ts +5 -0
- package/dist/components/Select/SelectShowcase.js +121 -0
- package/dist/components/Select/index.d.ts +2 -0
- package/dist/components/Select/index.js +4 -0
- package/dist/components/Separator/Separator.d.ts +2 -0
- package/dist/components/Separator/Separator.js +33 -22
- package/dist/components/Shroud/Shroud.js +11 -8
- package/dist/components/Spacer/Spacer.d.ts +3 -1
- package/dist/components/Spacer/Spacer.js +22 -18
- package/dist/components/Switch/Switch.d.ts +6 -15
- package/dist/components/Switch/Switch.js +119 -62
- package/dist/components/Switch/index.d.ts +2 -0
- package/dist/components/Switch/index.js +4 -0
- package/dist/components/Table/Table.js +41 -35
- package/dist/components/Tabular/Tabular.d.ts +20 -15
- package/dist/components/Tabular/Tabular.js +84 -54
- package/dist/components/Tabular/TabularShowcase.d.ts +5 -0
- package/dist/components/Tabular/TabularShowcase.js +47 -0
- package/dist/components/Tabular/index.d.ts +2 -0
- package/dist/components/Tabular/index.js +4 -0
- package/dist/components/Text/BodyShowcase.d.ts +5 -0
- package/dist/components/Text/BodyShowcase.js +133 -0
- package/dist/components/Text/HeadingShowcase.d.ts +5 -0
- package/dist/components/Text/HeadingShowcase.js +101 -0
- package/dist/components/Text/Text.d.ts +5 -3
- package/dist/components/Text/Text.js +59 -47
- package/dist/components/Text/Text.types.d.ts +11 -9
- package/dist/components/Text/TextShowcase.d.ts +12 -0
- package/dist/components/Text/TextShowcase.js +46 -0
- package/dist/components/Text/index.d.ts +2 -0
- package/dist/components/Text/index.js +8 -0
- package/dist/components/Textarea/Textarea.js +35 -35
- package/dist/components/Title/Title.d.ts +6 -2
- package/dist/components/Title/Title.js +89 -83
- package/dist/components/Title/TitleShowcase.d.ts +5 -0
- package/dist/components/Title/TitleShowcase.js +22 -0
- package/dist/components/ToggleGroup/ToggleGroup.d.ts +17 -0
- package/dist/components/ToggleGroup/ToggleGroup.js +65 -0
- package/dist/iconBase-C6DV9qqL.js +60 -0
- package/dist/{index-C1KmDBa6.js → index-2hJuj4UN.js} +939 -939
- package/dist/index-BCMIaGt2.js +10 -0
- package/dist/index-BFDtbr-9.js +8 -0
- package/dist/index-BgyFvlVL.js +14 -0
- package/dist/index-Bj7QGXdt.js +10 -0
- package/dist/index-CjWRnNpt.js +210 -0
- package/dist/index-CndZSWbO.js +8 -0
- package/dist/index-Cy4ZbWBL.js +8 -0
- package/dist/index-D7JPdg13.js +18 -0
- package/dist/index-DXAZagKA.js +8 -0
- package/dist/index-DmiGJpGO.js +8 -0
- package/dist/index-DwfZyjnS.js +8 -0
- package/dist/index-Jh-MtE10.js +18 -0
- package/dist/index-kbBuAY0m.js +10 -0
- package/dist/index-zDYfHjPd.js +10 -0
- package/dist/inheritsLoose-CyjgKRgL.js +21 -0
- package/dist/main.d.ts +36 -19
- package/dist/main.js +166 -148
- package/dist/style-guide/Colors/ColorShowcase.d.ts +21 -0
- package/dist/style-guide/Colors/ColorShowcase.js +1881 -0
- package/dist/style-guide/Colors/ColorVariationsShowcase.d.ts +5 -0
- package/dist/style-guide/Colors/ColorVariationsShowcase.js +43 -0
- package/dist/style-guide/Colors/ColorsShowcase.d.ts +5 -0
- package/dist/style-guide/Colors/ColorsShowcase.js +43 -0
- package/dist/style-guide/Layout/ControlHeightShowcase.d.ts +5 -0
- package/dist/style-guide/Layout/ControlHeightShowcase.js +27 -0
- package/dist/style-guide/Layout/OffsetShowcase.d.ts +5 -0
- package/dist/style-guide/Layout/OffsetShowcase.js +32 -0
- package/dist/style-guide/Layout/QuantShowcase.d.ts +5 -0
- package/dist/style-guide/Layout/QuantShowcase.js +36 -0
- package/dist/styles-scss/_typography.scss +52 -0
- package/dist/styles-scss/_ui.scss +126 -9
- package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowDisplay.ttf +0 -0
- package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowDisplay.woff +0 -0
- package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowDisplay.woff2 +0 -0
- package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowDisplayBold.ttf +0 -0
- package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowDisplayBold.woff +0 -0
- package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowDisplayBold.woff2 +0 -0
- package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowText.ttf +0 -0
- package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowText.woff +0 -0
- package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowText.woff2 +0 -0
- package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowTextBold.ttf +0 -0
- package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowTextBold.woff +0 -0
- package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowTextBold.woff2 +0 -0
- package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowTextIt.ttf +0 -0
- package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowTextIt.woff +0 -0
- package/dist/styles-scss/assets/fonts/HelveticaNow/HelveticaNowTextIt.woff2 +0 -0
- package/dist/styles-scss/global.scss +95 -41
- package/dist/styles-scss/themes/theme_cfx.scss +32 -0
- package/dist/styles-scss/themes/theme_fivem.scss +32 -0
- package/dist/styles-scss/themes/theme_redm.scss +32 -0
- package/dist/styles-scss/themes/theme_wireframe.scss +32 -0
- package/dist/styles-scss/themes.scss +4 -2
- package/dist/styles-scss/tokens.scss +274 -190
- package/dist/types/Offset.d.ts +1 -0
- package/dist/types/Offset.js +1 -0
- package/dist/utils/color.d.ts +9 -0
- package/dist/utils/color.js +18 -0
- package/dist/utils/hooks/index.d.ts +8 -0
- package/dist/utils/hooks/index.js +16 -0
- package/dist/utils/hooks/useDynamicRef.d.ts +3 -0
- package/dist/utils/hooks/useDynamicRef.js +8 -0
- package/dist/utils/hooks/useGlobalKeyboardEvent.d.ts +6 -0
- package/dist/utils/hooks/useGlobalKeyboardEvent.js +29 -0
- package/dist/utils/hooks/useInstance.d.ts +1 -0
- package/dist/utils/hooks/useInstance.js +9 -0
- package/dist/utils/hooks/useKeyboardClose.d.ts +4 -0
- package/dist/utils/hooks/useKeyboardClose.js +12 -0
- package/dist/utils/hooks/useOutlet.d.ts +4 -0
- package/dist/utils/hooks/useOutlet.js +26 -0
- package/dist/utils/hooks/usePopoverController.d.ts +9 -0
- package/dist/utils/hooks/usePopoverController.js +35 -0
- package/dist/utils/hooks/useWindowResize.d.ts +1 -0
- package/dist/utils/hooks/useWindowResize.js +12 -0
- package/dist/utils/loremipsum.d.ts +1 -0
- package/dist/utils/loremipsum.js +4 -0
- package/dist/utils/random.d.ts +3 -0
- package/dist/utils/random.js +14 -0
- package/package.json +5 -6
- package/dist/Button.module-Z6njvP9Z.js +0 -17
- package/dist/Icons-BlBKvJD8.js +0 -104
- package/dist/Rail-CCuyJpf6.js +0 -89
- package/dist/extends-hS2Bh-Yp.js +0 -12
- package/dist/index.esm-BkynlSN6.js +0 -72
- package/dist/inheritsLoose-A8WKSWDx.js +0 -11
- package/dist/style-guide/Colours/DarkThemeSwatches.d.ts +0 -2
- package/dist/style-guide/Colours/DarkThemeSwatches.js +0 -110
- package/dist/style-guide/Colours/LightThemeSwatches.d.ts +0 -2
- package/dist/style-guide/Colours/LightThemeSwatches.js +0 -105
- package/dist/style-guide/Colours/Swatches.d.ts +0 -6
- package/dist/style-guide/Colours/Swatches.js +0 -48
- package/dist/style-guide/Icons/IconDisplayGrid.js +0 -42
- package/dist/style-guide/Icons/Icons.d.ts +0 -38
- package/dist/style-guide/Icons/Icons.js +0 -7
- package/dist/styles-scss/assets/images/bgpat.png +0 -0
- package/dist/styles-scss/assets/images/checkered_dark.svg +0 -7
- package/dist/styles-scss/assets/images/checkered_light.svg +0 -7
- package/dist/styles-scss/theme_dark.scss +0 -24
- package/dist/styles-scss/theme_light.scss +0 -54
- package/dist/utils/hooks.d.ts +0 -15
- package/dist/utils/hooks.js +0 -79
- /package/dist/{style-guide/Icons/IconDisplayGrid.d.ts → components/Icons/IconsShowcase.d.ts} +0 -0
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { jsxs as i, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function H() {
|
|
4
|
+
return /* @__PURE__ */ i(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 335 74",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ i("g", { clipPath: "url(#clip0_223_2212)", children: [
|
|
12
|
+
/* @__PURE__ */ C(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fill: "white",
|
|
16
|
+
d: "M62.4992 5H50.0201L51.054 17.8535H39.6446L40.6785 5H28.3064L-2 69H35.4908L36.7209 53.7933H53.9599L55.19 69H92.7877L62.4813 5H62.4992ZM37.5944 43.2039L39.2167 23.2017H51.4997L53.122 43.2039H37.5944Z"
|
|
17
|
+
}
|
|
18
|
+
),
|
|
19
|
+
/* @__PURE__ */ C(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
fill: "white",
|
|
23
|
+
d: "M135.77 65C128.5 65 122.548 62.4685 117.93 57.4056C113.312 52.3256 111.002 45.5351 111.002 37C111.002 28.4649 113.312 21.6744 117.93 16.5944C122.548 11.5315 128.483 9 135.77 9C141.397 9 146.272 10.5394 150.411 13.584C154.55 16.6286 157.27 21.2639 158.57 27.4386H152.173C151.01 23.0257 148.991 19.81 146.084 17.8088C143.176 15.8076 139.738 14.7984 135.77 14.7984C130.296 14.7984 125.918 16.7654 122.599 20.6995C119.281 24.6335 117.639 30.0727 117.639 37C117.639 43.9273 119.298 49.3494 122.599 53.3005C125.918 57.2346 130.296 59.2016 135.77 59.2016C139.892 59.2016 143.552 57.9359 146.751 55.4044C149.966 52.8729 151.899 49.1784 152.549 44.3036H158.878C158.228 50.923 155.696 56.0373 151.283 59.6121C146.87 63.204 141.705 65 135.787 65H135.77Z"
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
/* @__PURE__ */ C(
|
|
27
|
+
"path",
|
|
28
|
+
{
|
|
29
|
+
fill: "white",
|
|
30
|
+
d: "M181.37 15.3286C177.915 15.3286 176.17 17.1588 176.17 20.8192V24.9585H184.449V30.2266H176.17V63.7856H170.15V30.2266H163.753V24.9585H170.15V20.9731C170.15 13.7037 173.759 10.0605 180.994 10.0605C182.345 10.0605 183.628 10.1118 184.825 10.2144V15.3286H181.37Z"
|
|
31
|
+
}
|
|
32
|
+
),
|
|
33
|
+
/* @__PURE__ */ C(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
fill: "white",
|
|
37
|
+
d: "M223.67 24.9585L209.593 43.9273L224.422 63.8027H217.341L215.237 60.8607C212.021 56.2938 208.994 52.0861 206.137 48.2205C201.93 53.8992 198.834 58.124 196.884 60.9462L194.849 63.8027H187.853L202.682 43.9273L188.605 24.9585H195.687L198.697 29.0977C201.656 33.1173 204.17 36.6237 206.223 39.6341C208.789 36.025 211.286 32.5015 213.749 29.0977L216.691 24.9585H223.687H223.67Z"
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
/* @__PURE__ */ C(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
fill: "white",
|
|
44
|
+
d: "M237.285 63.7856H229.69V56.2596H237.285V63.7856Z"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ C(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
fill: "white",
|
|
51
|
+
d: "M264.908 24.3598C265.712 24.3598 266.396 24.3769 266.944 24.4282V30.2266H265.439C261.47 30.2266 258.357 31.2016 256.1 33.1686C253.842 35.1185 252.713 37.9578 252.713 41.6695V63.8027H246.692V24.9585H252.405V31.8002C255.056 26.84 259.23 24.3427 264.891 24.3427L264.908 24.3598Z"
|
|
52
|
+
}
|
|
53
|
+
),
|
|
54
|
+
/* @__PURE__ */ C(
|
|
55
|
+
"path",
|
|
56
|
+
{
|
|
57
|
+
fill: "white",
|
|
58
|
+
d: "M288.016 64.6921C282.646 64.6921 278.301 62.8619 274.966 59.2016C271.63 55.5412 269.954 50.598 269.954 44.372C269.954 38.146 271.596 33.3396 274.88 29.628C278.164 25.9163 282.492 24.0519 287.863 24.0519C293.233 24.0519 297.8 25.9847 300.965 29.8503C304.129 33.7159 305.702 38.5565 305.702 44.372V46.4759H276.197C276.505 50.7349 277.685 53.9334 279.772 56.0373C281.859 58.1411 284.647 59.2016 288.17 59.2016C293.541 59.2016 296.979 56.7899 298.484 51.9835H304.728C303.718 55.7978 301.803 58.8766 298.963 61.2028C296.124 63.529 292.481 64.7092 288.016 64.7092V64.6921ZM276.351 41.0538H299.237C298.929 37.7013 297.8 34.9304 295.816 32.7752C293.832 30.62 291.181 29.5425 287.88 29.5425C284.767 29.5425 282.201 30.5174 280.166 32.4844C278.13 34.4343 276.864 37.3079 276.368 41.0709L276.351 41.0538Z"
|
|
59
|
+
}
|
|
60
|
+
)
|
|
61
|
+
] }),
|
|
62
|
+
/* @__PURE__ */ C("defs", { children: /* @__PURE__ */ C("clipPath", { id: "clip0_223_2212", children: /* @__PURE__ */ C("rect", { width: "335.003", height: "74", fill: "white" }) }) })
|
|
63
|
+
]
|
|
64
|
+
}
|
|
65
|
+
);
|
|
66
|
+
}
|
|
67
|
+
const e = t.memo(H);
|
|
68
|
+
export {
|
|
69
|
+
e as default
|
|
70
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { jsxs as t, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import H from "react";
|
|
3
|
+
function i() {
|
|
4
|
+
return /* @__PURE__ */ t(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 224 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fill: "white",
|
|
15
|
+
d: "M24.7673 58C17.4979 58 11.5455 55.4685 6.92731 50.4056C2.3091 45.3256 0 38.5351 0 30C0 21.4649 2.3091 14.6744 6.92731 9.59438C11.5455 4.53146 17.4808 2 24.7673 2C30.3946 2 35.2694 3.5394 39.4087 6.58399C43.548 9.62859 46.2676 14.2639 47.5675 20.4386H41.1704C40.0073 16.0257 37.989 12.81 35.0812 10.8088C32.1735 8.80758 28.7355 7.79841 24.7673 7.79841C19.2938 7.79841 14.9151 9.76542 11.5968 13.6995C8.27856 17.6335 6.63653 23.0727 6.63653 30C6.63653 36.9273 8.29566 42.3494 11.5968 46.3005C14.9151 50.2346 19.2938 52.2016 24.7673 52.2016C28.8894 52.2016 32.5498 50.9359 35.7483 48.4044C38.964 45.8729 40.8968 42.1784 41.5467 37.3036H47.8754C47.2254 43.923 44.6939 49.0373 40.281 52.6121C35.868 56.204 30.7025 58 24.7844 58H24.7673Z"
|
|
16
|
+
}
|
|
17
|
+
),
|
|
18
|
+
/* @__PURE__ */ C(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
fill: "white",
|
|
22
|
+
d: "M70.3677 8.32865C66.9126 8.32865 65.168 10.1588 65.168 13.8192V17.9585H73.4465V23.2266H65.168V56.7856H59.1472V23.2266H52.7502V17.9585H59.1472V13.9731C59.1472 6.70373 62.7563 3.06048 69.9914 3.06048C71.3427 3.06048 72.6255 3.11179 73.8228 3.21442V8.32865H70.3677Z"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ C(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
fill: "white",
|
|
29
|
+
d: "M112.667 17.9585L98.5901 36.9273L113.42 56.8027H106.338L104.235 53.8607C101.019 49.2938 97.9914 45.0861 95.135 41.2205C90.9273 46.8992 87.8314 51.124 85.8815 53.9462L83.8461 56.8027H76.8503L91.6799 36.9273L77.6029 17.9585H84.6842L87.6946 22.0977C90.6536 26.1173 93.168 29.6237 95.2205 32.6341C97.7862 29.025 100.283 25.5015 102.746 22.0977L105.688 17.9585H112.684H112.667Z"
|
|
30
|
+
}
|
|
31
|
+
),
|
|
32
|
+
/* @__PURE__ */ C(
|
|
33
|
+
"path",
|
|
34
|
+
{
|
|
35
|
+
fill: "white",
|
|
36
|
+
d: "M126.282 56.7856H118.688V49.2596H126.282V56.7856Z"
|
|
37
|
+
}
|
|
38
|
+
),
|
|
39
|
+
/* @__PURE__ */ C(
|
|
40
|
+
"path",
|
|
41
|
+
{
|
|
42
|
+
fill: "white",
|
|
43
|
+
d: "M153.906 17.3598C154.71 17.3598 155.394 17.3769 155.941 17.4282V23.2266H154.436C150.468 23.2266 147.355 24.2016 145.097 26.1686C142.839 28.1185 141.71 30.9578 141.71 34.6695V56.8027H135.69V17.9585H141.403V24.8002C144.054 19.84 148.227 17.3427 153.889 17.3427L153.906 17.3598Z"
|
|
44
|
+
}
|
|
45
|
+
),
|
|
46
|
+
/* @__PURE__ */ C(
|
|
47
|
+
"path",
|
|
48
|
+
{
|
|
49
|
+
fill: "white",
|
|
50
|
+
d: "M177.014 57.6921C171.643 57.6921 167.299 55.8619 163.963 52.2016C160.628 48.5412 158.952 43.598 158.952 37.372C158.952 31.146 160.594 26.3396 163.878 22.628C167.162 18.9163 171.489 17.0519 176.86 17.0519C182.231 17.0519 186.798 18.9847 189.962 22.8503C193.126 26.7159 194.7 31.5565 194.7 37.372V39.4759H165.195C165.503 43.7349 166.683 46.9334 168.77 49.0373C170.856 51.1411 173.644 52.2016 177.168 52.2016C182.539 52.2016 185.977 49.7899 187.482 44.9835H193.725C192.716 48.7978 190.8 51.8766 187.961 54.2028C185.122 56.529 181.478 57.7092 177.014 57.7092V57.6921ZM165.349 34.0538H188.235C187.927 30.7013 186.798 27.9304 184.814 25.7752C182.83 23.62 180.178 22.5425 176.877 22.5425C173.764 22.5425 171.199 23.5174 169.163 25.4844C167.128 27.4343 165.862 30.3079 165.366 34.0709L165.349 34.0538Z"
|
|
51
|
+
}
|
|
52
|
+
)
|
|
53
|
+
]
|
|
54
|
+
}
|
|
55
|
+
);
|
|
56
|
+
}
|
|
57
|
+
const V = H.memo(i);
|
|
58
|
+
export {
|
|
59
|
+
V as default
|
|
60
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { default as a } from "./CompositeLogo.js";
|
|
2
|
+
import { default as t } from "./Icon.js";
|
|
3
|
+
import { default as m } from "./Logo.js";
|
|
4
|
+
import { default as p } from "./Wordmark.js";
|
|
5
|
+
export {
|
|
6
|
+
a as CompositeLogo,
|
|
7
|
+
t as Icon,
|
|
8
|
+
m as Logo,
|
|
9
|
+
p as Wordmark
|
|
10
|
+
};
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { jsxs as H, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import L from "react";
|
|
3
|
+
function t() {
|
|
4
|
+
return /* @__PURE__ */ H(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 542 82",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fill: "white",
|
|
15
|
+
d: "M189.77 69.03C182.49 69.03 176.54 66.5 171.92 61.42C167.31 56.35 165 49.55 165 41.01C165 32.47 167.31 25.68 171.93 20.61C176.55 15.54 182.5 13 189.77 13C195.39 13 200.27 14.53 204.42 17.59C208.56 20.65 211.28 25.27 212.59 31.45H206.19C205.03 27.03 203 23.82 200.09 21.81C197.18 19.8 193.74 18.8 189.77 18.8C184.3 18.8 179.91 20.77 176.59 24.71C173.28 28.65 171.62 34.09 171.62 41.01C171.62 47.93 173.28 53.37 176.59 57.31C179.9 61.25 184.3 63.22 189.77 63.22C193.89 63.22 197.55 61.95 200.76 59.42C203.97 56.89 205.91 53.18 206.56 48.31H212.89C212.24 54.94 209.7 60.05 205.28 63.63C200.86 67.22 195.69 69.01 189.77 69.01V69.03Z"
|
|
16
|
+
}
|
|
17
|
+
),
|
|
18
|
+
/* @__PURE__ */ C(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
fill: "white",
|
|
22
|
+
d: "M235.41 19.33C231.95 19.33 230.21 21.16 230.21 24.83V28.97H238.49V34.24H230.21V67.82H224.19V34.24H217.79V28.97H224.19V24.98C224.19 17.7 227.8 14.06 235.03 14.06C236.39 14.06 237.67 14.11 238.87 14.21V19.33H235.41Z"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ C(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
fill: "white",
|
|
29
|
+
d: "M277.73 28.96L263.65 47.94L278.48 67.82H271.4L269.29 64.88C266.08 60.31 263.04 56.09 260.18 52.23C255.96 57.9 252.88 62.15 250.92 64.96L248.89 67.82H241.89L256.72 47.94L242.64 28.96H249.72L252.73 33.1C255.69 37.12 258.2 40.63 260.26 43.64C262.82 40.02 265.33 36.51 267.79 33.1L270.73 28.96H277.73Z"
|
|
30
|
+
}
|
|
31
|
+
),
|
|
32
|
+
/* @__PURE__ */ C(
|
|
33
|
+
"path",
|
|
34
|
+
{
|
|
35
|
+
fill: "white",
|
|
36
|
+
d: "M336.91 39.58C339.97 40.68 342.29 42.4 343.88 44.74C345.46 47.07 346.25 49.65 346.25 52.46C346.25 57.23 344.67 60.98 341.51 63.72C338.35 66.46 333.7 67.82 327.58 67.82H302.5V14.2H326.75C332.57 14.2 336.92 15.52 339.78 18.15C342.64 20.79 344.07 24.09 344.07 28.05C344.07 33.32 341.68 37.16 336.92 39.57L336.91 39.58ZM325.99 22.56H312.66V36.57H325.99C328.6 36.57 330.58 35.93 331.94 34.65C333.3 33.37 333.97 31.6 333.97 29.34C333.97 27.28 333.28 25.64 331.9 24.41C330.52 23.18 328.55 22.57 325.99 22.57V22.56ZM312.66 59.38H327.04C329.9 59.38 332.09 58.74 333.59 57.46C335.09 56.18 335.85 54.36 335.85 52C335.85 47.03 332.91 44.54 327.04 44.54H312.66V59.38Z"
|
|
37
|
+
}
|
|
38
|
+
),
|
|
39
|
+
/* @__PURE__ */ C(
|
|
40
|
+
"path",
|
|
41
|
+
{
|
|
42
|
+
fill: "white",
|
|
43
|
+
d: "M388.57 67.82H379.08C378.58 66.92 378.23 65.33 378.03 63.08C375.37 66.85 371.2 68.73 365.53 68.73C361.31 68.73 357.92 67.71 355.36 65.68C352.8 63.65 351.52 60.77 351.52 57.06C351.52 49.93 356.49 45.89 366.43 44.94L372.3 44.41C374.21 44.16 375.6 43.71 376.48 43.05C377.36 42.4 377.8 41.37 377.8 39.96C377.8 38.35 377.27 37.15 376.22 36.35C375.17 35.55 373.33 35.14 370.72 35.14C367.96 35.14 365.98 35.59 364.77 36.5C363.56 37.4 362.86 39.01 362.66 41.32H353.32C353.87 32.49 359.7 28.07 370.79 28.07C381.88 28.07 386.98 31.96 386.98 39.74V60.45C386.98 63.87 387.51 66.32 388.56 67.83L388.57 67.82ZM367.79 61.95C370.6 61.95 372.97 61.16 374.91 59.58C376.84 58 377.81 55.63 377.81 52.46V48.92C376.91 49.72 375.43 50.25 373.37 50.5L368.25 51.1C365.69 51.4 363.88 52 362.83 52.91C361.78 53.82 361.25 55.07 361.25 56.68C361.25 58.29 361.8 59.63 362.91 60.56C364.01 61.49 365.65 61.95 367.81 61.95H367.79Z"
|
|
44
|
+
}
|
|
45
|
+
),
|
|
46
|
+
/* @__PURE__ */ C(
|
|
47
|
+
"path",
|
|
48
|
+
{
|
|
49
|
+
fill: "white",
|
|
50
|
+
d: "M414.02 60.44H427.2V67.82H394.22V61.57L409.58 42.22C411.54 39.81 413.17 37.83 414.47 36.27C412.66 36.32 410 36.35 406.49 36.35H394.59V28.97H426.29V35.22L410.93 54.57C408.97 56.98 407.34 58.96 406.04 60.52C407.85 60.47 410.51 60.44 414.02 60.44Z"
|
|
51
|
+
}
|
|
52
|
+
),
|
|
53
|
+
/* @__PURE__ */ C(
|
|
54
|
+
"path",
|
|
55
|
+
{
|
|
56
|
+
fill: "white",
|
|
57
|
+
d: "M468.54 67.82H459.05C458.55 66.92 458.2 65.33 458 63.08C455.34 66.85 451.17 68.73 445.5 68.73C441.28 68.73 437.89 67.71 435.33 65.68C432.77 63.65 431.49 60.77 431.49 57.06C431.49 49.93 436.46 45.89 446.4 44.94L452.27 44.41C454.18 44.16 455.57 43.71 456.45 43.05C457.33 42.4 457.77 41.37 457.77 39.96C457.77 38.35 457.24 37.15 456.19 36.35C455.14 35.55 453.3 35.14 450.69 35.14C447.93 35.14 445.95 35.59 444.74 36.5C443.53 37.4 442.83 39.01 442.63 41.32H433.29C433.84 32.49 439.67 28.07 450.76 28.07C461.85 28.07 466.95 31.96 466.95 39.74V60.45C466.95 63.87 467.48 66.32 468.53 67.83L468.54 67.82ZM447.76 61.95C450.57 61.95 452.94 61.16 454.88 59.58C456.81 58 457.78 55.63 457.78 52.46V48.92C456.88 49.72 455.4 50.25 453.34 50.5L448.22 51.1C445.66 51.4 443.85 52 442.8 52.91C441.75 53.82 441.22 55.07 441.22 56.68C441.22 58.29 441.77 59.63 442.88 60.56C443.98 61.49 445.62 61.95 447.78 61.95H447.76Z"
|
|
58
|
+
}
|
|
59
|
+
),
|
|
60
|
+
/* @__PURE__ */ C(
|
|
61
|
+
"path",
|
|
62
|
+
{
|
|
63
|
+
fill: "white",
|
|
64
|
+
d: "M510.86 67.82H501.37C500.87 66.92 500.52 65.33 500.32 63.08C497.66 66.85 493.49 68.73 487.82 68.73C483.6 68.73 480.21 67.71 477.65 65.68C475.09 63.65 473.81 60.77 473.81 57.06C473.81 49.93 478.78 45.89 488.72 44.94L494.59 44.41C496.5 44.16 497.89 43.71 498.77 43.05C499.65 42.4 500.09 41.37 500.09 39.96C500.09 38.35 499.56 37.15 498.51 36.35C497.46 35.55 495.62 35.14 493.01 35.14C490.25 35.14 488.27 35.59 487.06 36.5C485.85 37.4 485.15 39.01 484.95 41.32H475.61C476.16 32.49 481.99 28.07 493.08 28.07C504.17 28.07 509.27 31.96 509.27 39.74V60.45C509.27 63.87 509.8 66.32 510.85 67.83L510.86 67.82ZM490.08 61.95C492.89 61.95 495.26 61.16 497.2 59.58C499.13 58 500.1 55.63 500.1 52.46V48.92C499.2 49.72 497.72 50.25 495.66 50.5L490.54 51.1C487.98 51.4 486.17 52 485.12 52.91C484.07 53.82 483.54 55.07 483.54 56.68C483.54 58.29 484.09 59.63 485.2 60.56C486.3 61.49 487.94 61.95 490.1 61.95H490.08Z"
|
|
65
|
+
}
|
|
66
|
+
),
|
|
67
|
+
/* @__PURE__ */ C(
|
|
68
|
+
"path",
|
|
69
|
+
{
|
|
70
|
+
fill: "white",
|
|
71
|
+
d: "M538.8 28.36C539.8 28.36 540.58 28.41 541.13 28.51V37.25H538.72C535.16 37.25 532.39 38.15 530.44 39.96C528.48 41.77 527.5 44.48 527.5 48.09V67.82H518.01V28.96H527.2V35.89C529.36 30.87 533.22 28.36 538.8 28.36Z"
|
|
72
|
+
}
|
|
73
|
+
),
|
|
74
|
+
/* @__PURE__ */ C(
|
|
75
|
+
"path",
|
|
76
|
+
{
|
|
77
|
+
fill: "white",
|
|
78
|
+
d: "M113 0H117V81H113V0Z"
|
|
79
|
+
}
|
|
80
|
+
),
|
|
81
|
+
/* @__PURE__ */ C(
|
|
82
|
+
"path",
|
|
83
|
+
{
|
|
84
|
+
fill: "white",
|
|
85
|
+
d: "M9.30157 12L31.082 12.0516C35.6343 12.0172 39.0333 12.7374 41.2775 14.2109C44.0202 16.0172 45.3893 19.1234 45.3893 23.5308C45.3893 30.7877 41.9904 34.8996 35.1924 35.8651V35.967C38.19 36.7059 39.7055 39.1636 39.7389 43.34C39.7389 45.4792 39.6577 48.2195 39.4969 51.5595C39.4969 53.8006 39.975 55.7389 40.9342 57.3745H28.9986C28.4408 56.7762 28.1626 55.5581 28.1626 53.7174C28.3915 50.6413 28.5045 48.1191 28.5045 46.1492C28.5045 42.1707 26.5732 40.1808 22.7121 40.1808H14.9897L11.6212 56.274H0L9.30157 12ZM19.1551 21.2267L16.9239 31.9096H26.1849C31.3616 31.9096 33.9652 29.8867 34 25.8407C34 22.7647 31.905 21.2267 27.7149 21.2267H19.1551Z"
|
|
86
|
+
}
|
|
87
|
+
),
|
|
88
|
+
/* @__PURE__ */ C(
|
|
89
|
+
"path",
|
|
90
|
+
{
|
|
91
|
+
fill: "white",
|
|
92
|
+
d: "M53.4565 57.4247L51.134 42.5337L42.5163 57.3228L28.9015 57.2812L37.3178 66.2539L30.0968 82L45.5342 72.7217L57.0178 81.6442L54.8937 66.8551L68.1579 57.4247H53.4565ZM54.1505 76.6829L45.6835 70.1133L34.9432 76.5294L39.891 65.8465L33.9073 59.4806H43.7536L49.9387 48.8063L51.6266 59.5825H61.3715L52.5626 65.7963L54.1505 76.6829Z"
|
|
93
|
+
}
|
|
94
|
+
)
|
|
95
|
+
]
|
|
96
|
+
}
|
|
97
|
+
);
|
|
98
|
+
}
|
|
99
|
+
const V = L.memo(t);
|
|
100
|
+
export {
|
|
101
|
+
V as default
|
|
102
|
+
};
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { jsxs as H, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import t from "react";
|
|
3
|
+
function V() {
|
|
4
|
+
return /* @__PURE__ */ H(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 377 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ C(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fill: "white",
|
|
15
|
+
d: "M24.77 58.03C17.49 58.03 11.54 55.5 6.92 50.42C2.31 45.35 0 38.55 0 30.01C0 21.47 2.31 14.68 6.93 9.61C11.55 4.54 17.5 2 24.77 2C30.39 2 35.27 3.53 39.42 6.59C43.56 9.65 46.28 14.27 47.59 20.45H41.19C40.03 16.03 38 12.82 35.09 10.81C32.18 8.8 28.74 7.8 24.77 7.8C19.3 7.8 14.91 9.77 11.59 13.71C8.28 17.65 6.62 23.09 6.62 30.01C6.62 36.93 8.28 42.37 11.59 46.31C14.9 50.25 19.3 52.22 24.77 52.22C28.89 52.22 32.55 50.95 35.76 48.42C38.97 45.89 40.91 42.18 41.56 37.31H47.89C47.24 43.94 44.7 49.05 40.28 52.63C35.86 56.22 30.69 58.01 24.77 58.01V58.03Z"
|
|
16
|
+
}
|
|
17
|
+
),
|
|
18
|
+
/* @__PURE__ */ C(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
fill: "white",
|
|
22
|
+
d: "M70.41 8.33C66.95 8.33 65.21 10.16 65.21 13.83V17.97H73.49V23.24H65.21V56.82H59.19V23.24H52.79V17.97H59.19V13.98C59.19 6.7 62.8 3.06 70.03 3.06C71.39 3.06 72.67 3.11 73.87 3.21V8.33H70.41Z"
|
|
23
|
+
}
|
|
24
|
+
),
|
|
25
|
+
/* @__PURE__ */ C(
|
|
26
|
+
"path",
|
|
27
|
+
{
|
|
28
|
+
fill: "white",
|
|
29
|
+
d: "M112.73 17.96L98.65 36.94L113.48 56.82H106.4L104.29 53.88C101.08 49.31 98.04 45.09 95.18 41.23C90.96 46.9 87.88 51.15 85.92 53.96L83.89 56.82H76.89L91.72 36.94L77.64 17.96H84.72L87.73 22.1C90.69 26.12 93.2 29.63 95.26 32.64C97.82 29.02 100.33 25.51 102.79 22.1L105.73 17.96H112.73Z"
|
|
30
|
+
}
|
|
31
|
+
),
|
|
32
|
+
/* @__PURE__ */ C(
|
|
33
|
+
"path",
|
|
34
|
+
{
|
|
35
|
+
fill: "white",
|
|
36
|
+
d: "M171.91 28.58C174.97 29.68 177.29 31.4 178.88 33.74C180.46 36.07 181.25 38.65 181.25 41.46C181.25 46.23 179.67 49.98 176.51 52.72C173.35 55.46 168.7 56.82 162.58 56.82H137.5V3.2H161.75C167.57 3.2 171.92 4.52 174.78 7.15C177.64 9.79 179.07 13.09 179.07 17.05C179.07 22.32 176.68 26.16 171.92 28.57L171.91 28.58ZM160.99 11.56H147.66V25.57H160.99C163.6 25.57 165.58 24.93 166.94 23.65C168.3 22.37 168.97 20.6 168.97 18.34C168.97 16.28 168.28 14.64 166.9 13.41C165.52 12.18 163.55 11.57 160.99 11.57V11.56ZM147.66 48.38H162.04C164.9 48.38 167.09 47.74 168.59 46.46C170.09 45.18 170.85 43.36 170.85 41C170.85 36.03 167.91 33.54 162.04 33.54H147.66V48.38Z"
|
|
37
|
+
}
|
|
38
|
+
),
|
|
39
|
+
/* @__PURE__ */ C(
|
|
40
|
+
"path",
|
|
41
|
+
{
|
|
42
|
+
fill: "white",
|
|
43
|
+
d: "M223.57 56.82H214.08C213.58 55.92 213.23 54.33 213.03 52.08C210.37 55.85 206.2 57.73 200.53 57.73C196.31 57.73 192.92 56.71 190.36 54.68C187.8 52.65 186.52 49.77 186.52 46.06C186.52 38.93 191.49 34.89 201.43 33.94L207.3 33.41C209.21 33.16 210.6 32.71 211.48 32.05C212.36 31.4 212.8 30.37 212.8 28.96C212.8 27.35 212.27 26.15 211.22 25.35C210.17 24.55 208.33 24.14 205.72 24.14C202.96 24.14 200.98 24.59 199.77 25.5C198.56 26.4 197.86 28.01 197.66 30.32H188.32C188.87 21.49 194.7 17.07 205.79 17.07C216.88 17.07 221.98 20.96 221.98 28.74V49.45C221.98 52.87 222.51 55.32 223.56 56.83L223.57 56.82ZM202.79 50.95C205.6 50.95 207.97 50.16 209.91 48.58C211.84 47 212.81 44.63 212.81 41.46V37.92C211.91 38.72 210.43 39.25 208.37 39.5L203.25 40.1C200.69 40.4 198.88 41 197.83 41.91C196.78 42.82 196.25 44.07 196.25 45.68C196.25 47.29 196.8 48.63 197.91 49.56C199.01 50.49 200.65 50.95 202.81 50.95H202.79Z"
|
|
44
|
+
}
|
|
45
|
+
),
|
|
46
|
+
/* @__PURE__ */ C(
|
|
47
|
+
"path",
|
|
48
|
+
{
|
|
49
|
+
fill: "white",
|
|
50
|
+
d: "M249.02 49.44H262.2V56.82H229.22V50.57L244.58 31.22C246.54 28.81 248.17 26.83 249.47 25.27C247.66 25.32 245 25.35 241.49 25.35H229.59V17.97H261.29V24.22L245.93 43.57C243.97 45.98 242.34 47.96 241.04 49.52C242.85 49.47 245.51 49.44 249.02 49.44Z"
|
|
51
|
+
}
|
|
52
|
+
),
|
|
53
|
+
/* @__PURE__ */ C(
|
|
54
|
+
"path",
|
|
55
|
+
{
|
|
56
|
+
fill: "white",
|
|
57
|
+
d: "M303.54 56.82H294.05C293.55 55.92 293.2 54.33 293 52.08C290.34 55.85 286.17 57.73 280.5 57.73C276.28 57.73 272.89 56.71 270.33 54.68C267.77 52.65 266.49 49.77 266.49 46.06C266.49 38.93 271.46 34.89 281.4 33.94L287.27 33.41C289.18 33.16 290.57 32.71 291.45 32.05C292.33 31.4 292.77 30.37 292.77 28.96C292.77 27.35 292.24 26.15 291.19 25.35C290.14 24.55 288.3 24.14 285.69 24.14C282.93 24.14 280.95 24.59 279.74 25.5C278.53 26.4 277.83 28.01 277.63 30.32H268.29C268.84 21.49 274.67 17.07 285.76 17.07C296.85 17.07 301.95 20.96 301.95 28.74V49.45C301.95 52.87 302.48 55.32 303.53 56.83L303.54 56.82ZM282.76 50.95C285.57 50.95 287.94 50.16 289.88 48.58C291.81 47 292.78 44.63 292.78 41.46V37.92C291.88 38.72 290.4 39.25 288.34 39.5L283.22 40.1C280.66 40.4 278.85 41 277.8 41.91C276.75 42.82 276.22 44.07 276.22 45.68C276.22 47.29 276.77 48.63 277.88 49.56C278.98 50.49 280.62 50.95 282.78 50.95H282.76Z"
|
|
58
|
+
}
|
|
59
|
+
),
|
|
60
|
+
/* @__PURE__ */ C(
|
|
61
|
+
"path",
|
|
62
|
+
{
|
|
63
|
+
fill: "white",
|
|
64
|
+
d: "M345.86 56.82H336.37C335.87 55.92 335.52 54.33 335.32 52.08C332.66 55.85 328.49 57.73 322.82 57.73C318.6 57.73 315.21 56.71 312.65 54.68C310.09 52.65 308.81 49.77 308.81 46.06C308.81 38.93 313.78 34.89 323.72 33.94L329.59 33.41C331.5 33.16 332.89 32.71 333.77 32.05C334.65 31.4 335.09 30.37 335.09 28.96C335.09 27.35 334.56 26.15 333.51 25.35C332.46 24.55 330.62 24.14 328.01 24.14C325.25 24.14 323.27 24.59 322.06 25.5C320.85 26.4 320.15 28.01 319.95 30.32H310.61C311.16 21.49 316.99 17.07 328.08 17.07C339.17 17.07 344.27 20.96 344.27 28.74V49.45C344.27 52.87 344.8 55.32 345.85 56.83L345.86 56.82ZM325.08 50.95C327.89 50.95 330.26 50.16 332.2 48.58C334.13 47 335.1 44.63 335.1 41.46V37.92C334.2 38.72 332.72 39.25 330.66 39.5L325.54 40.1C322.98 40.4 321.17 41 320.12 41.91C319.07 42.82 318.54 44.07 318.54 45.68C318.54 47.29 319.09 48.63 320.2 49.56C321.3 50.49 322.94 50.95 325.1 50.95H325.08Z"
|
|
65
|
+
}
|
|
66
|
+
),
|
|
67
|
+
/* @__PURE__ */ C(
|
|
68
|
+
"path",
|
|
69
|
+
{
|
|
70
|
+
fill: "white",
|
|
71
|
+
d: "M373.8 17.36C374.8 17.36 375.58 17.41 376.13 17.51V26.25H373.72C370.16 26.25 367.39 27.15 365.44 28.96C363.48 30.77 362.5 33.48 362.5 37.09V56.82H353.01V17.96H362.2V24.89C364.36 19.87 368.22 17.36 373.8 17.36Z"
|
|
72
|
+
}
|
|
73
|
+
)
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
);
|
|
77
|
+
}
|
|
78
|
+
const h = t.memo(V);
|
|
79
|
+
export {
|
|
80
|
+
h as default
|
|
81
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as C } from "react/jsx-runtime";
|
|
2
|
+
import o from "react";
|
|
3
|
+
function t() {
|
|
4
|
+
return /* @__PURE__ */ C(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 128 97",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
children: /* @__PURE__ */ C(
|
|
11
|
+
"path",
|
|
12
|
+
{
|
|
13
|
+
fill: "white",
|
|
14
|
+
d: "M108.13 8.07C99.7765 4.24568 90.9581 1.53258 81.8998 0C80.6602 2.21588 79.5387 4.49573 78.5398 6.83C68.8909 5.37602 59.0786 5.37602 49.4298 6.83C48.4304 4.49597 47.3088 2.21615 46.0698 0C37.0056 1.54552 28.1814 4.26506 19.8198 8.09C3.21977 32.65 -1.28023 56.6 0.969775 80.21C10.6912 87.3926 21.5721 92.8551 33.1398 96.36C35.7445 92.8568 38.0493 89.1403 40.0298 85.25C36.2681 83.8451 32.6374 82.1117 29.1798 80.07C30.0898 79.41 30.9798 78.73 31.8398 78.07C41.9007 82.8014 52.8818 85.2546 63.9998 85.2546C75.1178 85.2546 86.0988 82.8014 96.1598 78.07C97.0298 78.78 97.9198 79.46 98.8198 80.07C95.3554 82.115 91.7181 83.8517 87.9498 85.26C89.9278 89.1485 92.2328 92.8619 94.8398 96.36C106.417 92.8691 117.307 87.4092 127.03 80.22C129.67 52.84 122.52 29.11 108.13 8.07ZM42.8798 65.69C36.6098 65.69 31.4298 60 31.4298 53C31.4298 46 36.4298 40.26 42.8598 40.26C49.2898 40.26 54.4298 46 54.3198 53C54.2098 60 49.2698 65.69 42.8798 65.69ZM85.1198 65.69C78.8398 65.69 73.6798 60 73.6798 53C73.6798 46 78.6798 40.26 85.1198 40.26C91.5598 40.26 96.6598 46 96.5498 53C96.4398 60 91.5098 65.69 85.1198 65.69Z"
|
|
15
|
+
}
|
|
16
|
+
)
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
}
|
|
20
|
+
const r = o.memo(t);
|
|
21
|
+
export {
|
|
22
|
+
r as default
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Icon } from './Icon';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsxs as i, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
import l from "react";
|
|
3
|
+
function e() {
|
|
4
|
+
return /* @__PURE__ */ i(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 166 60",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ t("g", { clipPath: "url(#clip0_360_197)", children: /* @__PURE__ */ t(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fill: "white",
|
|
15
|
+
d: "M165.451 60H144.896L134.553 44.8088L124.211 60H103.656L124.276 29.7111L114.76 15.7349L125.015 0.603229L134.553 14.6163L144.505 0H165.06L144.831 29.714L165.451 60.0028V60ZM109.351 40.7703C109.351 30.1671 100.724 21.5406 90.1212 21.5406H72.3075C71.0728 21.5406 70.0702 20.5381 70.0702 19.3033V19.2268C70.0702 17.9921 71.0728 16.9895 72.3075 16.9895H109.473L120.988 0H72.3075C61.7043 0 53.0779 8.62645 53.0779 19.2297V19.3061C53.0779 29.9094 61.7043 38.5358 72.3075 38.5358H90.1212C91.356 38.5358 92.3585 39.5384 92.3585 40.7731C92.3585 42.0079 91.356 43.0105 90.1212 43.0105H52.2849L63.8 60.0028H90.1212C100.724 60.0028 109.351 51.3764 109.351 40.7731V40.7703ZM17.5412 43.0076V37.117H41.1351V22.9567H17.5412V16.9924H51.8544V0H0.548828V60H59.3622L47.847 43.0076H17.5412Z"
|
|
16
|
+
}
|
|
17
|
+
) }),
|
|
18
|
+
/* @__PURE__ */ t("defs", { children: /* @__PURE__ */ t("clipPath", { id: "clip0_360_197", children: /* @__PURE__ */ t("rect", { width: "164.902", height: "60", fill: "white", transform: "translate(0.548828)" }) }) })
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
const H = l.memo(e);
|
|
24
|
+
export {
|
|
25
|
+
H as default
|
|
26
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Icon } from './Icon';
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { jsxs as V, jsx as H } from "react/jsx-runtime";
|
|
2
|
+
import L from "react";
|
|
3
|
+
function C() {
|
|
4
|
+
return /* @__PURE__ */ V(
|
|
5
|
+
"svg",
|
|
6
|
+
{
|
|
7
|
+
viewBox: "0 0 398 47",
|
|
8
|
+
fill: "none",
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
children: [
|
|
11
|
+
/* @__PURE__ */ V("g", { clipPath: "url(#clip0_329_1528)", children: [
|
|
12
|
+
/* @__PURE__ */ H(
|
|
13
|
+
"path",
|
|
14
|
+
{
|
|
15
|
+
fill: "black",
|
|
16
|
+
d: "M387.95 12.4702C386.73 12.4702 385.41 12.5702 384.21 13.1302C383.11 12.5602 381.96 12.4702 381.05 12.4702H333.82L315.67 12.4602L312.16 1.91016H304.29C302.61 1.91016 301.13 2.98016 300.6 4.57016L297.97 12.4602H289.13C288.97 12.4502 288.81 12.4302 288.65 12.4302H281C279.56 12.4302 278.42 12.8602 277.58 13.5302H272.9V11.8102H262.61V12.4402L240.24 12.4202H240.1C238.38 12.5202 236.65 13.3802 235.75 14.8802V13.5002H229.12V11.7802H218.84V12.3902H209.81C208.41 12.3902 207.29 12.8002 206.45 13.4302C206.13 13.2002 205.79 13.0002 205.4 12.8402C204.35 12.4102 203.34 12.3902 203.14 12.3902H196.46C195.09 12.3902 193.99 12.7802 193.16 13.4002C192.29 12.7602 191.21 12.4302 190.15 12.4302H188.36V8.01016H178.07V13.5002H174.95V10.2202H164.65V13.5002H163.19V8.09016H152.87V12.4102H151.32C149.91 12.4102 148.79 12.8402 147.95 13.4802C147.11 12.8402 146.01 12.4202 144.68 12.4202H124.72C123.33 12.4202 122.21 12.8302 121.38 13.4702C121.07 13.2502 120.73 13.0502 120.35 12.8902C119.29 12.4602 118.28 12.4302 118.09 12.4302L98.0099 12.4102C95.1799 12.4102 92.8799 14.4902 92.8799 17.0602V40.0202H104.76C108.49 40.0202 109.88 37.1202 109.88 35.2902V34.6202H163.2V22.7502H164.73V30.0002C164.73 33.0102 167.3 34.6102 169.86 34.6202H214.98V27.0502H218.84V29.9902C218.84 31.8802 219.91 33.4402 221.72 34.1602C222.77 34.5802 223.77 34.6002 223.96 34.6002H230.63C232.63 34.6002 234.64 33.6202 235.42 31.7402C236.08 33.4802 237.84 34.6102 240.14 34.6102H260.22C261.86 34.6102 263.12 34.0402 263.98 33.2002C264.96 34.1202 266.36 34.6202 267.76 34.6402H274.44C275.62 34.6402 276.81 34.2802 277.75 33.6102C278.58 34.2102 279.67 34.6202 281.03 34.6202H288.86C288.86 34.6202 288.9 34.6202 288.93 34.6202H290.62L286.98 45.5302H300.11L303.35 34.6002H310.31L313.54 45.5302H326.68L323.03 34.5702H323.39H331.32V28.5202L331.56 27.0102H334.57V34.5802H356.74L357.03 32.8402C358 33.9802 359.55 34.5702 361.1 34.5802H393.82V17.3202C393.82 14.5802 391.3 12.5102 387.96 12.5102L387.95 12.4702Z"
|
|
17
|
+
}
|
|
18
|
+
),
|
|
19
|
+
/* @__PURE__ */ H(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
fill: "white",
|
|
23
|
+
d: "M190.15 14.9002H185.89V10.4802H180.55V32.1302H185.89V19.2102H187.18V32.1302H192.52V17.0702C192.52 14.9002 190.15 14.9002 190.15 14.9002ZM226.65 20.2702H233.28V15.9702H226.65V14.2502H221.31V15.9702H219.98V20.2702H221.31V29.9802C221.31 32.1202 223.96 32.1202 223.96 32.1202H230.62C230.62 32.1202 233.27 32.1202 233.27 29.9802V21.3302H227.97V27.8102H226.64V20.2702H226.65ZM219.19 19.1802V14.8602H209.8C209.8 14.8602 207.13 14.8602 207.13 17.0402V32.1302H212.51V24.5602H219.19V20.2302H212.51V19.1702H219.19V19.1802ZM200.45 26.7502V27.8402H199.15V25.6602H205.8V17.0302C205.8 14.8602 203.14 14.8602 203.14 14.8602H196.46C196.46 14.8602 193.8 14.8602 193.8 17.0402V29.9902C193.8 32.1302 196.46 32.1302 196.46 32.1302H203.14C203.14 32.1302 205.8 32.1302 205.8 29.9902V26.7502H200.45ZM200.45 19.1802V21.3302H199.15V19.1802H200.45ZM179.19 29.9802V21.3402H173.88V27.8402H172.55V20.2502H179.19V15.9602H172.48V12.6802H167.14V15.9602H165.16V20.2502H167.21V29.9802C167.21 32.1102 169.86 32.1302 169.86 32.1302H176.53C176.53 32.1302 179.18 32.1202 179.18 29.9802H179.19ZM246.92 14.8802H240.26C240.26 14.8802 237.61 15.0302 237.61 17.2102V20.4002L242.95 20.2402V19.1902H244.25V21.3302H240.27C240.27 21.3302 237.62 21.4902 237.62 23.6302V30.1202C237.62 32.2502 240.27 32.1002 240.27 32.1002H249.59V17.0502C249.59 14.8702 246.93 14.8802 246.93 14.8802H246.92ZM244.24 25.6502V27.8202H242.94V25.6502H244.24ZM262.86 29.9702C262.86 29.8802 262.86 14.9002 262.86 14.9002H257.53V27.8202H256.24V14.8802H250.91V29.9502C250.91 32.1102 253.56 32.1202 253.56 32.1202H260.22C260.22 32.1202 262.87 32.1102 262.87 29.9702H262.86ZM270.44 20.3002H277.07V16.0002H270.44V14.2802H265.1V16.0002H263.77V20.3002H265.1V30.0102C265.1 32.1002 267.75 32.1502 267.75 32.1502H274.41C274.41 32.1502 277.06 32.1402 277.06 30.0102V21.3602H271.75V27.8402H270.42V20.3002H270.44ZM287.7 14.8902H281.02C281.02 14.8902 278.36 14.8902 278.36 17.0602V29.9602C278.36 32.1002 281.02 32.1002 281.02 32.1002H287.7C287.7 32.1002 290.36 32.1002 290.36 29.9602V17.0602C290.36 14.8702 287.7 14.8902 287.7 14.8902ZM283.71 19.2002H285.01V27.8202H283.71V19.2002ZM98.0199 14.8602C96.4099 14.8602 95.3599 16.0202 95.3599 17.0302V30.0002C95.3599 32.1302 98.0299 32.1402 98.0299 32.1402H102.04V33.2302H95.3599V37.5202H104.76C107.41 37.5202 107.41 35.2602 107.41 35.2602V14.8802H98.0099L98.0199 14.8602ZM100.74 19.1902H102.04V27.8402H100.74V19.1902ZM147.35 32.1102V17.0602C147.35 15.4102 145.53 14.8802 144.7 14.8802C142.91 14.8802 141.59 15.2502 140.72 15.9702V14.8902H135.38V32.1102H140.72V19.2002H142.01V32.1102H147.35ZM155.36 10.5402V14.8602H151.35C151.35 14.8602 148.68 14.8802 148.68 17.0402V29.9702C148.68 32.0902 151.35 32.1102 151.35 32.1102H160.74V10.5602H155.36V10.5402ZM155.3 27.8802H154V19.1902H155.31V27.8802H155.3ZM112.95 32.1002H114.13V25.6502H115.42V32.1002H120.76V24.5702C120.76 23.6402 120.09 23.3002 120.09 23.3002C120.09 23.3002 120.75 23.0402 120.76 22.4302V17.0602C120.76 14.8802 118.11 14.8802 118.11 14.8802H108.79V32.1102H112.95V32.1002ZM114.13 19.1902H115.42V21.3402H114.13V19.1902ZM131.41 14.8602H124.75C124.75 14.8602 122.1 14.8602 122.1 17.0302V20.2202H127.44V19.1702H128.73V21.3102H124.75C124.75 21.3102 122.1 21.3102 122.1 23.4502V29.9402C122.1 32.0702 124.75 32.0802 124.75 32.0802H134.07V17.0302C134.07 14.8602 131.41 14.8602 131.41 14.8602ZM128.73 25.6302V27.8002H127.44V25.6302H128.73Z"
|
|
24
|
+
}
|
|
25
|
+
),
|
|
26
|
+
/* @__PURE__ */ H(
|
|
27
|
+
"path",
|
|
28
|
+
{
|
|
29
|
+
fill: "#8E8E8E",
|
|
30
|
+
d: "M226.08 16.5401H232.71L232.88 16.3701H226.25L226.08 16.5401ZM226.08 19.7101L226.25 19.8801H232.88L232.71 19.7101H226.08ZM226.08 28.3901H228.54V21.9101H232.71L232.88 21.7401H228.38V28.2201H226.25L226.08 28.3901ZM231.94 31.1401C231.2 31.5401 230.63 31.5501 230.63 31.5501C230.63 31.5501 223.77 31.5401 223.73 31.5401C223.73 31.5401 221.88 31.5701 221.88 29.9101V19.7201H220.55V16.5601H221.88V14.8401H226.08L226.25 14.6701H221.71V16.3901H220.38V19.8901H221.71V29.9201C221.71 31.7501 223.88 31.7401 223.88 31.7401H230.63C230.63 31.7401 231.41 31.7001 232.06 31.2701L231.94 31.1501V31.1401ZM218.79 18.7901L218.62 18.6201H211.95L212.12 18.7901H218.79ZM218.62 24.0001H211.94L212.11 24.1701H218.79L218.62 24.0001ZM209.8 15.2601C209.8 15.2601 207.53 15.2601 207.53 17.0401V31.7301H212.11L211.94 31.5601H207.7V17.0401C207.7 15.4401 209.8 15.4301 209.8 15.4301H218.62L218.79 15.2601H209.8ZM212.11 20.6401L211.94 20.8101H218.62L218.79 20.6401H212.11ZM198.58 18.6101L198.75 18.7801H200.85V21.7301H198.75L198.58 21.9001H201.01V18.6101H198.58ZM200.84 27.1501V28.2401H198.74L198.57 28.4101H201V27.3201H205.21L205.38 27.1501H200.83H200.84ZM204.41 31.1601C203.98 31.4301 203.56 31.5601 203.12 31.5601H196.44C196.44 31.5601 194.35 31.5601 194.35 29.9001V17.0401C194.35 15.4301 196.44 15.4301 196.44 15.4301H203.12C203.99 15.4301 204.55 15.9101 204.55 15.9101L204.67 15.7901C204.67 15.7901 204.06 15.2601 203.12 15.2601H196.44C196.44 15.2601 194.18 15.2601 194.18 17.0401V29.9001C194.18 31.7301 196.43 31.7301 196.43 31.7301H203.12C203.61 31.7301 204.06 31.5901 204.53 31.2901L204.41 31.1701V31.1601ZM198.74 25.2601H205.38L205.21 25.0901H198.57L198.74 25.2601ZM171.9 16.5401H178.6L178.77 16.3701H172.07L171.9 16.5401ZM172.14 19.8601H178.77L178.6 19.6901H171.97L172.14 19.8601ZM171.97 28.4201H174.44V21.9201H178.6L178.77 21.7501H174.27V28.2501H172.14L171.97 28.4201ZM177.91 31.1001C177.91 31.1001 177.3 31.5701 176.52 31.5701H169.85C169.85 31.5701 167.76 31.5701 167.76 30.0001V19.7001H165.71V16.5501H167.69V13.2701H171.89L172.06 13.1001H167.52V16.3801H165.54V19.8701H167.6V30.0001C167.6 31.7401 169.85 31.7401 169.85 31.7401H176.53C177.35 31.7401 178.04 31.2301 178.04 31.2301L177.92 31.1101L177.91 31.1001ZM185.48 15.3001L185.31 15.4701H189.88C190.34 15.4701 190.74 15.5901 191.11 15.8301L191.24 15.9101L191.36 15.7901L191.21 15.6901C190.81 15.4301 190.38 15.3101 189.89 15.3001H185.49H185.48ZM185.31 31.5701H181.11V11.0601C183.03 11.0601 185.31 11.0601 185.31 11.0601L185.48 10.8901H180.94V31.7401H185.48L185.31 31.5701ZM192.1 31.7401L191.93 31.5701H187.74V18.6501H185.31L185.48 18.8201H187.57V31.7401H192.1ZM242.5 19.8601L242.33 19.6801H238.14V17.0701C238.14 15.4601 240.23 15.4701 240.23 15.4701H246.89C247.66 15.4701 248.18 15.8501 248.18 15.8501L248.3 15.7301C248.3 15.7301 247.72 15.3001 246.89 15.3001H240.23C240.23 15.3001 237.98 15.3001 237.98 17.0701V19.8501H242.5V19.8601ZM248.96 31.5401H240.23C240.23 31.5401 238.15 31.5401 238.15 29.9801V23.4901C238.15 21.9201 240.24 21.9201 240.24 21.9201H244.79V18.6301H242.36L242.52 18.8001H244.62V21.7501H240.24C240.24 21.7501 237.99 21.7501 237.99 23.4901V29.9801C237.99 31.7201 240.24 31.7201 240.24 31.7201H249.14L248.97 31.5401H248.96ZM242.34 25.0901L242.51 25.2601H244.61V28.2401H242.5L242.33 28.4101H244.78V25.0901H242.34ZM260.18 31.5601H253.52C253.52 31.5601 251.44 31.5401 251.44 29.9801V15.4601H255.64L255.8 15.2901H251.27V29.9801C251.27 31.7101 253.52 31.7301 253.52 31.7301H260.18C260.84 31.7301 261.39 31.4101 261.6 31.2701L261.48 31.1501C261.29 31.2701 260.85 31.5601 260.18 31.5601ZM262.26 15.3101H257.9V28.2301H255.81L255.64 28.4001H258.07V15.4801H262.27L262.44 15.3101H262.27H262.26ZM269.84 16.5801H276.47L276.64 16.4101H270.01L269.84 16.5801ZM270.01 19.9101H276.64L276.47 19.7401H269.84L270.01 19.9101ZM269.84 28.4201H272.3V21.9301H276.47L276.64 21.7701H272.13V28.2501H270.01L269.84 28.4201ZM275.69 31.1701C275.04 31.5601 274.38 31.5801 274.38 31.5801H268.2C268.2 31.5801 265.63 31.5301 265.63 29.9301V19.7401H264.3V16.5701H265.63V14.8501H269.83L270 14.6801H265.46V16.4001H264.14V19.9001H265.46V29.9301C265.46 31.7101 268.2 31.7501 268.2 31.7501H274.38C274.64 31.7501 275.3 31.6101 275.81 31.2901L275.69 31.1701ZM289 31.1101C288.39 31.5501 287.67 31.5401 287.67 31.5401H281.26C281.26 31.5401 278.89 31.5401 278.89 29.7401V17.0801C278.89 15.4701 280.97 15.4801 280.97 15.4801H287.66C288.54 15.4801 289.08 15.9501 289.08 15.9501L289.2 15.8301C289.2 15.8301 288.57 15.3101 287.66 15.3101H280.97C280.97 15.3101 278.72 15.3101 278.72 17.1001V29.7401C278.72 31.7201 281.26 31.7201 281.26 31.7101H287.67C287.67 31.7101 288.53 31.7101 289.13 31.2301L289.01 31.1101H289ZM283.28 18.8101H285.38V28.2301H283.28L283.11 28.4001H285.55V18.6401H283.12L283.29 18.8101H283.28ZM102.4 18.8101V28.2601H100.3L100.13 28.4301H102.57V18.6501L102.4 18.8201V18.8101ZM106.14 36.4701C106.14 36.4701 106.12 36.4801 106.11 36.4901C105.87 36.6601 105.64 36.7701 105.42 36.8501C105.19 36.9301 104.96 36.9701 104.72 36.9701H95.8997V33.8101H102.58V31.5901H97.9997C95.8897 31.5901 95.8897 30.0101 95.8897 30.0101V17.0701C95.8897 17.0701 95.8397 15.6601 97.8897 15.4501H106.82L106.99 15.2801H106.82H97.8897H97.8697C95.6897 15.5101 95.7197 17.0601 95.7197 17.0801V30.0101C95.7197 30.0101 95.7197 31.7601 97.9897 31.7601H102.4V33.6401H95.7197V37.1401H104.7C104.97 37.1401 105.21 37.1001 105.46 37.0101C105.7 36.9301 105.94 36.8001 106.19 36.6301C106.19 36.6301 106.22 36.6001 106.24 36.5901L106.12 36.4701H106.14ZM141.04 16.4301C141.42 16.1201 141.9 15.8901 142.48 15.7301C143.1 15.5601 143.83 15.4701 144.66 15.4701C145.18 15.4701 145.62 15.6101 146.05 15.9201L146.17 15.8001C145.71 15.4601 145.23 15.3001 144.66 15.3001C143.82 15.3001 143.07 15.3901 142.44 15.5601C141.83 15.7301 141.33 15.9701 140.93 16.2901C140.93 16.2901 140.62 16.5501 140.28 16.8201V15.2901H135.74V31.7101H140.27L140.1 31.5401H135.91V15.4701H140.11V17.1901C140.52 16.8501 141.04 16.4301 141.04 16.4301ZM146.74 31.5501H142.54V18.6401L142.37 18.8101V31.7201H146.91L146.74 31.5501ZM160.13 31.5501H151.31C151.31 31.5501 149.21 31.5401 149.21 29.9801V17.0501C149.21 15.4601 151.31 15.4401 151.31 15.4401H155.89V11.1201H160.13L160.3 10.9501H155.73V15.2701H151.32C151.32 15.2701 149.05 15.2801 149.05 17.0401V29.9701C149.05 31.7001 151.32 31.7101 151.32 31.7101H160.3L160.13 31.5401V31.5501ZM155.66 18.8001V28.2901H153.56L153.39 28.4601H155.83V18.6301L155.66 18.8001ZM115.78 18.8101V21.7501H113.69L113.52 21.9201H115.95V18.6401L115.78 18.8101ZM118.07 15.2901H109.15V31.7201H113.68L113.51 31.5501H109.31V15.4701H118.06C118.06 15.4701 118.76 15.4301 119.55 15.9801L119.65 15.8401C118.87 15.2701 118.06 15.3001 118.06 15.3001L118.07 15.2901ZM126.98 19.8401L126.81 19.6701H122.62V17.0501C122.62 15.4501 124.7 15.4501 124.7 15.4501H131.37C132.15 15.4501 132.66 15.8301 132.66 15.8301L132.78 15.7101C132.78 15.7101 132.21 15.2801 131.37 15.2801H124.7C124.7 15.2801 122.45 15.2801 122.45 17.0501V19.8401H126.97H126.98ZM133.44 31.5301H124.71C124.71 31.5301 122.63 31.5301 122.63 29.9601V23.4701C122.63 21.9001 124.71 21.9001 124.71 21.9001H129.26V18.6101H126.83L127 18.7801H129.09V21.7301H124.71C124.71 21.7301 122.46 21.7301 122.46 23.4701V29.9601C122.46 31.7001 124.71 31.7001 124.71 31.7001H133.6L133.43 31.5301H133.44ZM126.82 25.0701L126.99 25.2401H129.09V28.2201H126.98L126.81 28.3901H129.26V25.0701H126.82ZM115.95 31.5501V25.1101L115.78 25.2801V31.7201H120.31L120.14 31.5501H115.95Z"
|
|
31
|
+
}
|
|
32
|
+
),
|
|
33
|
+
/* @__PURE__ */ H(
|
|
34
|
+
"path",
|
|
35
|
+
{
|
|
36
|
+
fill: "#5B8F22",
|
|
37
|
+
d: "M308.22 18.6802L313.4 13.5002L323.21 43.0002H315.41L308.22 18.6702V18.6802ZM290.43 43.0102H298.23L304.28 22.6202L293.7 33.2002L290.43 43.0102ZM304.3 4.41016C303.7 4.41016 303.17 4.79016 302.98 5.36016L300.09 14.0402L309.72 4.41016H304.3ZM310.42 4.56016L299.67 15.3102L298.02 20.2502L311.24 7.03016L310.42 4.56016ZM307.03 14.6602L307.58 16.5102L312.7 11.3902L311.96 9.15016L306.91 14.2002L307.04 14.6502L307.03 14.6602ZM306.65 14.6602L306.74 14.3702L296.61 24.5002L295.12 28.9702L305.48 18.6102L306.65 14.6602Z"
|
|
38
|
+
}
|
|
39
|
+
),
|
|
40
|
+
/* @__PURE__ */ H(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
fill: "black",
|
|
44
|
+
d: "M301.39 11.9302L301.12 12.2002L303.36 5.49016C303.49 5.09016 303.87 4.82016 304.3 4.82016H308.51L308.34 4.99016H304.3C303.95 4.99016 303.64 5.21016 303.52 5.55016L301.39 11.9402V11.9302ZM300.16 15.6202L310.17 5.61016L310.24 5.30016L300.01 15.5302L299.05 18.4102L299.32 18.1402L300.16 15.6202ZM307.57 14.5002L307.53 14.3702L311.69 10.2102L311.76 9.90016L307.33 14.3302L307.4 14.5602L307.7 15.5802L307.84 15.4402L307.57 14.5102V14.5002ZM297.1 24.8002L305.54 16.3602L305.89 15.7702L296.95 24.7102L296.15 27.1202L296.42 26.8502L297.1 24.8002ZM315.83 42.4402L308.86 18.8502L313.15 14.5602L313.22 14.2502L308.67 18.8002L315.7 42.6102H322.47L322.41 42.4402H315.82H315.83ZM291.22 42.4402L294.2 33.5102L303.1 24.6102L303.45 24.0202L294.05 33.4202L290.98 42.6102H297.93L297.8 42.4402H291.22Z"
|
|
45
|
+
}
|
|
46
|
+
),
|
|
47
|
+
/* @__PURE__ */ H(
|
|
48
|
+
"path",
|
|
49
|
+
{
|
|
50
|
+
fill: "#5B8F22",
|
|
51
|
+
d: "M336.96 32.1502V14.8702H342.32V32.1402H336.96V32.1502ZM346.29 32.1502L343.51 14.8802H349.21L350.64 25.3102L352.05 14.8802H357.54L354.7 32.1502H346.29ZM387.95 14.8802C386.19 14.8802 384.98 15.1202 384.14 16.1802C383.52 15.3102 382.71 14.8802 381.06 14.8802C379.41 14.8802 378.09 15.2602 377.41 15.9902V14.8802H371.79V32.1502H377.41V19.2002H378.79V32.1502H384.41V19.2002H385.84V32.1502H391.41V17.2802C391.41 15.8702 389.9 14.8702 387.95 14.8702V14.8802ZM335.6 19.2002V14.8802H326.21C326.21 14.8802 323.54 14.8802 323.54 17.0602V32.1502H328.92V24.5802H335.6V20.2502H328.92V19.1902H335.6V19.2002ZM365.08 26.7702V27.8602H363.78V25.6802H370.43V17.0502C370.43 14.8802 367.77 14.8802 367.77 14.8802H361.09C361.09 14.8802 358.43 14.8802 358.43 17.0602V30.0102C358.43 32.1502 361.09 32.1502 361.09 32.1502H367.77C367.77 32.1502 370.43 32.1502 370.43 30.0102V26.7702H365.08ZM365.08 19.2002V21.3502H363.78V19.2002H365.08Z"
|
|
52
|
+
}
|
|
53
|
+
),
|
|
54
|
+
/* @__PURE__ */ H(
|
|
55
|
+
"path",
|
|
56
|
+
{
|
|
57
|
+
fill: "black",
|
|
58
|
+
d: "M335.2 18.8002L335.03 18.6302H328.36L328.53 18.8002H335.2ZM335.03 24.0102H328.35L328.52 24.1802H335.2L335.03 24.0102ZM326.21 15.2702C326.21 15.2702 323.94 15.2702 323.94 17.0502V31.7402H328.52L328.35 31.5702H324.11V17.0502C324.11 15.4502 326.21 15.4402 326.21 15.4402H335.03L335.2 15.2702H326.21ZM328.52 20.6502L328.35 20.8202H335.03L335.2 20.6502H328.52ZM341.82 31.5702L341.99 31.7402H337.41V15.2502H341.99L341.82 15.4202H337.58V31.5702H341.82ZM357.07 15.2602L356.9 15.4302H352.66L351.22 25.5202L351.03 25.7102L352.49 15.2602H357.07ZM346.86 31.5702L344.21 15.4202H348.72L348.89 15.2502H344.04L346.69 31.7402H354.21L354.04 31.5702H346.86ZM363.21 18.6302L363.38 18.8002H365.48V21.7502H363.38L363.21 21.9202H365.64V18.6302H363.21ZM365.47 27.1702V28.2602H363.37L363.2 28.4302H365.63V27.3402H369.84L370.01 27.1702H365.46H365.47ZM369.04 31.1802C368.61 31.4502 368.19 31.5802 367.75 31.5802H361.07C361.07 31.5802 358.98 31.5802 358.98 29.9202V17.0602C358.98 15.4502 361.07 15.4502 361.07 15.4502H367.75C368.62 15.4502 369.18 15.9302 369.18 15.9302L369.3 15.8102C369.3 15.8102 368.69 15.2802 367.75 15.2802H361.07C361.07 15.2802 358.81 15.2802 358.81 17.0602V29.9202C358.81 31.7502 361.06 31.7502 361.06 31.7502H367.75C368.24 31.7502 368.69 31.6102 369.16 31.3102L369.04 31.1902V31.1802ZM363.37 25.2802H370.01L369.84 25.1102H363.2L363.37 25.2802ZM383.1 15.9402C382.67 15.6302 382.06 15.4602 381.05 15.4602C379.54 15.4602 378.36 15.8002 377.82 16.3902L377.13 17.1402L376.84 17.4602V15.4702H372.36V31.6002H376.56L376.73 31.7702H372.19V15.2802H377.01V17.0102L377.7 16.2602C378.28 15.6402 379.5 15.2802 381.06 15.2802C382.14 15.2802 382.78 15.4802 383.23 15.8102L383.1 15.9402ZM390.61 31.5902H386.4V18.6402L386.23 18.8102V31.7602H390.78L390.61 31.5902ZM387.93 15.2902C386.04 15.2902 385.1 15.6002 384.43 16.4402L384.36 16.5202L384.46 16.6602L384.56 16.5402C385.19 15.7502 386.1 15.4602 387.93 15.4602C388.72 15.4602 389.41 15.6402 389.92 15.9502L390.04 15.8302C389.5 15.5002 388.77 15.3002 387.93 15.3002V15.2902ZM379.33 31.5902V18.6402L379.16 18.8102V31.7602H383.71L383.54 31.5902H379.32H379.33Z"
|
|
59
|
+
}
|
|
60
|
+
),
|
|
61
|
+
/* @__PURE__ */ H(
|
|
62
|
+
"path",
|
|
63
|
+
{
|
|
64
|
+
fill: "black",
|
|
65
|
+
d: "M395.98 15.9201V16.7801H395.86V15.9201H395.55V15.8101H396.28V15.9201H395.97H395.98Z"
|
|
66
|
+
}
|
|
67
|
+
),
|
|
68
|
+
/* @__PURE__ */ H(
|
|
69
|
+
"path",
|
|
70
|
+
{
|
|
71
|
+
fill: "black",
|
|
72
|
+
d: "M397.35 16.7801H397.23V15.9601L396.95 16.7801H396.82L396.53 15.9601V16.7801H396.41V15.8101H396.59L396.88 16.6301L397.17 15.8101H397.35V16.7801Z"
|
|
73
|
+
}
|
|
74
|
+
),
|
|
75
|
+
/* @__PURE__ */ H(
|
|
76
|
+
"path",
|
|
77
|
+
{
|
|
78
|
+
fill: "white",
|
|
79
|
+
d: "M63.3899 0.790039H65.6299V46.23H63.3899V0.790039Z"
|
|
80
|
+
}
|
|
81
|
+
),
|
|
82
|
+
/* @__PURE__ */ H(
|
|
83
|
+
"path",
|
|
84
|
+
{
|
|
85
|
+
fill: "white",
|
|
86
|
+
d: "M5.22 3.88013L17.44 3.91013C19.99 3.89013 21.9 4.29013 23.16 5.12013C24.7 6.13013 25.47 7.88013 25.47 10.3501C25.47 14.4201 23.56 16.7301 19.75 17.2701V17.3301C21.43 17.7401 22.28 19.1201 22.3 21.4701C22.3 22.6701 22.25 24.2101 22.16 26.0801C22.16 27.3401 22.43 28.4201 22.97 29.3401H16.27C15.96 29.0001 15.8 28.3201 15.8 27.2901C15.93 25.5601 15.99 24.1501 15.99 23.0401C15.99 20.8101 14.91 19.6901 12.74 19.6901H8.41L6.52 28.7201H0L5.22 3.88013ZM10.75 9.06013L9.5 15.0501H14.7C17.6 15.0501 19.06 13.9201 19.08 11.6501C19.08 9.92013 17.9 9.06013 15.55 9.06013H10.75ZM29.99 29.3701L28.69 21.0201L23.86 29.3201L16.22 29.3001L20.94 34.3301L16.89 43.1601L25.55 37.9601L31.99 42.9701L30.8 34.6701L38.24 29.3801H29.99V29.3701ZM30.38 40.1701L25.63 36.4801L19.6 40.0801L22.38 34.0901L19.02 30.5201H24.54L28.01 24.5301L28.96 30.5801H34.43L29.49 34.0701L30.38 40.1801V40.1701Z"
|
|
87
|
+
}
|
|
88
|
+
)
|
|
89
|
+
] }),
|
|
90
|
+
/* @__PURE__ */ H("defs", { children: /* @__PURE__ */ H("clipPath", { id: "clip0_329_1528", children: /* @__PURE__ */ H("rect", { width: "397.35", height: "45.44", fill: "white", transform: "translate(0 0.790039)" }) }) })
|
|
91
|
+
]
|
|
92
|
+
}
|
|
93
|
+
);
|
|
94
|
+
}
|
|
95
|
+
const l = L.memo(C);
|
|
96
|
+
export {
|
|
97
|
+
l as default
|
|
98
|
+
};
|