@jamesodwyer/gds-figma-vite 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/settings.local.json +21 -0
- package/.husky/pre-commit +1 -0
- package/.mcp.json +8 -0
- package/.nvmrc +1 -0
- package/.stylelintrc.json +320 -0
- package/.vscode/settings.json +3 -0
- package/CLAUDE.md +79 -0
- package/README.md +17 -0
- package/babel.config.js +15 -0
- package/dist/colors/constants.d.ts +4 -0
- package/dist/colors/gradients.d.ts +10 -0
- package/dist/colors/index.d.ts +4 -0
- package/dist/colors/modifiers.d.ts +8 -0
- package/dist/colors/parsers.d.ts +15 -0
- package/dist/components/Accordion/Accordion.d.ts +44 -0
- package/dist/components/Accordion/AccordionContext.d.ts +14 -0
- package/dist/components/Accordion/AccordionItemContext.d.ts +12 -0
- package/dist/components/Accordion/types.d.ts +1 -0
- package/dist/components/AlertBox/index.d.ts +14 -0
- package/dist/components/AlertBoxLegacy/index.d.ts +17 -0
- package/dist/components/AlertBoxLegacy/index.styles.d.ts +38 -0
- package/dist/components/Badge/index.d.ts +9 -0
- package/dist/components/BrandLogo/BrandLogo.d.ts +12 -0
- package/dist/components/BrandLogo/index.d.ts +1 -0
- package/dist/components/Button/index.d.ts +20 -0
- package/dist/components/Button/index.styles.d.ts +16 -0
- package/dist/components/Card/index.d.ts +5 -0
- package/dist/components/Card/index.styles.d.ts +3 -0
- package/dist/components/Checkbox/index.d.ts +27 -0
- package/dist/components/CircleButton/index.d.ts +14 -0
- package/dist/components/Countdown/Countdown.d.ts +37 -0
- package/dist/components/CountdownTimer/index.d.ts +30 -0
- package/dist/components/CountdownTimer/index.styles.d.ts +17 -0
- package/dist/components/CountryPicker/data.d.ts +7 -0
- package/dist/components/CountryPicker/index.d.ts +70 -0
- package/dist/components/CountryPicker/index.styles.d.ts +37 -0
- package/dist/components/CountryPicker/states.data.d.ts +6 -0
- package/dist/components/DateOfBirth/index.d.ts +35 -0
- package/dist/components/DateOfBirth/index.styles.d.ts +8 -0
- package/dist/components/DisplayHeading/DisplayHeading.d.ts +32 -0
- package/dist/components/DoubleRangeInput/InputValue.d.ts +21 -0
- package/dist/components/DoubleRangeInput/Range.d.ts +1 -0
- package/dist/components/DoubleRangeInput/index.d.ts +88 -0
- package/dist/components/ErrorMessage/index.d.ts +10 -0
- package/dist/components/Footer/index.d.ts +7 -0
- package/dist/components/Footer/index.styles.d.ts +1 -0
- package/dist/components/Header/Logo.d.ts +3 -0
- package/dist/components/Header/index.d.ts +7 -0
- package/dist/components/Header/index.styles.d.ts +2 -0
- package/dist/components/InputField/index.d.ts +52 -0
- package/dist/components/InputField/index.styles.d.ts +48 -0
- package/dist/components/Link/index.d.ts +10 -0
- package/dist/components/LoadingSpinner/index.d.ts +10 -0
- package/dist/components/Modal/Modal.d.ts +63 -0
- package/dist/components/Modal/ModalContext.d.ts +17 -0
- package/dist/components/Modal/types.d.ts +2 -0
- package/dist/components/NewComponentTemplate/NewComponentTemplate.d.ts +14 -0
- package/dist/components/PaginationButton/index.d.ts +13 -0
- package/dist/components/PasswordInput/index.d.ts +15 -0
- package/dist/components/PhoneNumber/PhoneNumber.d.ts +28 -0
- package/dist/components/PhoneNumber/index.d.ts +1 -0
- package/dist/components/PillButton/index.d.ts +15 -0
- package/dist/components/RadioButton/index.d.ts +13 -0
- package/dist/components/SeatInfo/index.d.ts +25 -0
- package/dist/components/SeatInfo/index.styles.d.ts +15 -0
- package/dist/components/SeatInfov2/SeatInfov2.d.ts +41 -0
- package/dist/components/SeatInfov2/index.d.ts +1 -0
- package/dist/components/SectionHeading/index.d.ts +7 -0
- package/dist/components/SelectInput/index.d.ts +18 -0
- package/dist/components/ShareCard/index.d.ts +16 -0
- package/dist/components/SidePanel/SidePanel.d.ts +101 -0
- package/dist/components/SidePanel/SidePanelContext.d.ts +6 -0
- package/dist/components/SimpleSeatInfo/SimpleSeatInfo.d.ts +5 -0
- package/dist/components/SimpleSeatInfo/index.d.ts +1 -0
- package/dist/components/Skeleton/Skeleton.d.ts +8 -0
- package/dist/components/SquareButton/index.d.ts +16 -0
- package/dist/components/Stepper/index.d.ts +21 -0
- package/dist/components/SuccessMessage/index.d.ts +8 -0
- package/dist/components/TextArea/index.d.ts +16 -0
- package/dist/components/TextAreaLimited/index.d.ts +17 -0
- package/dist/components/TextInput/index.d.ts +19 -0
- package/dist/components/TextStyle/index.d.ts +15 -0
- package/dist/components/TicketCardv2/TicketCardv2.d.ts +43 -0
- package/dist/components/TicketCardv2/index.d.ts +1 -0
- package/dist/components/TicketDescription/TicketDescription.d.ts +54 -0
- package/dist/components/TicketDescription/index.d.ts +1 -0
- package/dist/components/TicketInfo/index.d.ts +48 -0
- package/dist/components/TicketInfo/index.styles.d.ts +11 -0
- package/dist/components/TicketQuantity/index.d.ts +9 -0
- package/dist/components/TicketQuantity/index.styles.d.ts +4 -0
- package/dist/components/TicketTopSection/TicketInfoHeader.d.ts +39 -0
- package/dist/components/TicketTopSection/TicketTopSection.d.ts +51 -0
- package/dist/components/TicketTopSection/TicketTopSectionGeneric.d.ts +40 -0
- package/dist/components/TicketTopSection/index.d.ts +2 -0
- package/dist/components/TitleHeading/index.d.ts +9 -0
- package/dist/components/Toast/index.d.ts +34 -0
- package/dist/components/Toggle/index.d.ts +33 -0
- package/dist/components/ToggleSwitch/index.d.ts +15 -0
- package/dist/components/Tooltip/ArrowTip.d.ts +8 -0
- package/dist/components/Tooltip/index.d.ts +45 -0
- package/dist/components/Tooltip/types.d.ts +2 -0
- package/dist/components/Tooltip/useDelayedTooltipToggle.d.ts +5 -0
- package/dist/components/shared/Spinner.d.ts +17 -0
- package/dist/components/utils/IconButton.d.ts +9 -0
- package/dist/components/utils/Stack.d.ts +5 -0
- package/dist/components/utils/UnstyledList.d.ts +7 -0
- package/dist/components/utils/VisuallyHidden.d.ts +2 -0
- package/dist/dimensions/elevation.d.ts +7 -0
- package/dist/dimensions/index.d.ts +6 -0
- package/dist/dimensions/media.d.ts +10 -0
- package/dist/dimensions/sizes.d.ts +15 -0
- package/dist/dimensions/spacing.d.ts +96 -0
- package/dist/dimensions/typography.d.ts +113 -0
- package/dist/dimensions/utils.d.ts +5 -0
- package/dist/dimensions/utils.test.d.ts +1 -0
- package/dist/docs/DarkCanvas.d.ts +12 -0
- package/dist/docs/InputExample.d.ts +5 -0
- package/dist/flag-icons/allCodesToFlags.d.ts +2 -0
- package/dist/flag-icons/dist/AdFlag.d.ts +7 -0
- package/dist/flag-icons/dist/AeFlag.d.ts +7 -0
- package/dist/flag-icons/dist/AgFlag.d.ts +7 -0
- package/dist/flag-icons/dist/AiFlag.d.ts +7 -0
- package/dist/flag-icons/dist/AlFlag.d.ts +7 -0
- package/dist/flag-icons/dist/AmFlag.d.ts +7 -0
- package/dist/flag-icons/dist/AoFlag.d.ts +7 -0
- package/dist/flag-icons/dist/ArFlag.d.ts +7 -0
- package/dist/flag-icons/dist/AsFlag.d.ts +7 -0
- package/dist/flag-icons/dist/AtFlag.d.ts +7 -0
- package/dist/flag-icons/dist/AuFlag.d.ts +7 -0
- package/dist/flag-icons/dist/AwFlag.d.ts +7 -0
- package/dist/flag-icons/dist/AzFlag.d.ts +7 -0
- package/dist/flag-icons/dist/BaFlag.d.ts +7 -0
- package/dist/flag-icons/dist/BbFlag.d.ts +7 -0
- package/dist/flag-icons/dist/BdFlag.d.ts +7 -0
- package/dist/flag-icons/dist/BeFlag.d.ts +7 -0
- package/dist/flag-icons/dist/BfFlag.d.ts +7 -0
- package/dist/flag-icons/dist/BgFlag.d.ts +7 -0
- package/dist/flag-icons/dist/BhFlag.d.ts +7 -0
- package/dist/flag-icons/dist/BiFlag.d.ts +7 -0
- package/dist/flag-icons/dist/BmFlag.d.ts +7 -0
- package/dist/flag-icons/dist/BoFlag.d.ts +7 -0
- package/dist/flag-icons/dist/BrFlag.d.ts +7 -0
- package/dist/flag-icons/dist/BsFlag.d.ts +7 -0
- package/dist/flag-icons/dist/BtFlag.d.ts +7 -0
- package/dist/flag-icons/dist/BwFlag.d.ts +7 -0
- package/dist/flag-icons/dist/ByFlag.d.ts +7 -0
- package/dist/flag-icons/dist/BzFlag.d.ts +7 -0
- package/dist/flag-icons/dist/CaFlag.d.ts +7 -0
- package/dist/flag-icons/dist/CgFlag.d.ts +7 -0
- package/dist/flag-icons/dist/ChFlag.d.ts +7 -0
- package/dist/flag-icons/dist/CiFlag.d.ts +7 -0
- package/dist/flag-icons/dist/CkFlag.d.ts +7 -0
- package/dist/flag-icons/dist/ClFlag.d.ts +7 -0
- package/dist/flag-icons/dist/CmFlag.d.ts +7 -0
- package/dist/flag-icons/dist/CnFlag.d.ts +7 -0
- package/dist/flag-icons/dist/CoFlag.d.ts +7 -0
- package/dist/flag-icons/dist/CrFlag.d.ts +7 -0
- package/dist/flag-icons/dist/CuFlag.d.ts +7 -0
- package/dist/flag-icons/dist/CvFlag.d.ts +7 -0
- package/dist/flag-icons/dist/CyFlag.d.ts +7 -0
- package/dist/flag-icons/dist/CzFlag.d.ts +7 -0
- package/dist/flag-icons/dist/DeFlag.d.ts +7 -0
- package/dist/flag-icons/dist/DkFlag.d.ts +7 -0
- package/dist/flag-icons/dist/DmFlag.d.ts +7 -0
- package/dist/flag-icons/dist/DoFlag.d.ts +7 -0
- package/dist/flag-icons/dist/DzFlag.d.ts +7 -0
- package/dist/flag-icons/dist/EcFlag.d.ts +7 -0
- package/dist/flag-icons/dist/EeFlag.d.ts +7 -0
- package/dist/flag-icons/dist/EgFlag.d.ts +7 -0
- package/dist/flag-icons/dist/ErFlag.d.ts +7 -0
- package/dist/flag-icons/dist/EsFlag.d.ts +7 -0
- package/dist/flag-icons/dist/EtFlag.d.ts +7 -0
- package/dist/flag-icons/dist/FiFlag.d.ts +7 -0
- package/dist/flag-icons/dist/FjFlag.d.ts +7 -0
- package/dist/flag-icons/dist/FkFlag.d.ts +7 -0
- package/dist/flag-icons/dist/FmFlag.d.ts +7 -0
- package/dist/flag-icons/dist/FoFlag.d.ts +7 -0
- package/dist/flag-icons/dist/FrFlag.d.ts +7 -0
- package/dist/flag-icons/dist/GaFlag.d.ts +7 -0
- package/dist/flag-icons/dist/GdFlag.d.ts +7 -0
- package/dist/flag-icons/dist/GeFlag.d.ts +7 -0
- package/dist/flag-icons/dist/GfFlag.d.ts +7 -0
- package/dist/flag-icons/dist/GgFlag.d.ts +7 -0
- package/dist/flag-icons/dist/GhFlag.d.ts +7 -0
- package/dist/flag-icons/dist/GiFlag.d.ts +7 -0
- package/dist/flag-icons/dist/GlFlag.d.ts +7 -0
- package/dist/flag-icons/dist/GmFlag.d.ts +7 -0
- package/dist/flag-icons/dist/GnFlag.d.ts +7 -0
- package/dist/flag-icons/dist/GpFlag.d.ts +7 -0
- package/dist/flag-icons/dist/GqFlag.d.ts +7 -0
- package/dist/flag-icons/dist/GrFlag.d.ts +7 -0
- package/dist/flag-icons/dist/GtFlag.d.ts +7 -0
- package/dist/flag-icons/dist/GuFlag.d.ts +7 -0
- package/dist/flag-icons/dist/GwFlag.d.ts +7 -0
- package/dist/flag-icons/dist/GyFlag.d.ts +7 -0
- package/dist/flag-icons/dist/HkFlag.d.ts +7 -0
- package/dist/flag-icons/dist/HnFlag.d.ts +7 -0
- package/dist/flag-icons/dist/HrFlag.d.ts +7 -0
- package/dist/flag-icons/dist/HtFlag.d.ts +7 -0
- package/dist/flag-icons/dist/HuFlag.d.ts +7 -0
- package/dist/flag-icons/dist/IcFlag.d.ts +7 -0
- package/dist/flag-icons/dist/IdFlag.d.ts +7 -0
- package/dist/flag-icons/dist/IeFlag.d.ts +7 -0
- package/dist/flag-icons/dist/IlFlag.d.ts +7 -0
- package/dist/flag-icons/dist/InFlag.d.ts +7 -0
- package/dist/flag-icons/dist/IqFlag.d.ts +7 -0
- package/dist/flag-icons/dist/IrFlag.d.ts +7 -0
- package/dist/flag-icons/dist/IsFlag.d.ts +7 -0
- package/dist/flag-icons/dist/ItFlag.d.ts +7 -0
- package/dist/flag-icons/dist/JeFlag.d.ts +7 -0
- package/dist/flag-icons/dist/JmFlag.d.ts +7 -0
- package/dist/flag-icons/dist/JoFlag.d.ts +7 -0
- package/dist/flag-icons/dist/JpFlag.d.ts +7 -0
- package/dist/flag-icons/dist/KeFlag.d.ts +7 -0
- package/dist/flag-icons/dist/KgFlag.d.ts +7 -0
- package/dist/flag-icons/dist/KhFlag.d.ts +7 -0
- package/dist/flag-icons/dist/KmFlag.d.ts +7 -0
- package/dist/flag-icons/dist/KnFlag.d.ts +7 -0
- package/dist/flag-icons/dist/KrFlag.d.ts +7 -0
- package/dist/flag-icons/dist/KwFlag.d.ts +7 -0
- package/dist/flag-icons/dist/KyFlag.d.ts +7 -0
- package/dist/flag-icons/dist/KzFlag.d.ts +7 -0
- package/dist/flag-icons/dist/LaFlag.d.ts +7 -0
- package/dist/flag-icons/dist/LbFlag.d.ts +7 -0
- package/dist/flag-icons/dist/LcFlag.d.ts +7 -0
- package/dist/flag-icons/dist/LiFlag.d.ts +7 -0
- package/dist/flag-icons/dist/LkFlag.d.ts +7 -0
- package/dist/flag-icons/dist/LrFlag.d.ts +7 -0
- package/dist/flag-icons/dist/LsFlag.d.ts +7 -0
- package/dist/flag-icons/dist/LtFlag.d.ts +7 -0
- package/dist/flag-icons/dist/LuFlag.d.ts +7 -0
- package/dist/flag-icons/dist/LvFlag.d.ts +7 -0
- package/dist/flag-icons/dist/MaFlag.d.ts +7 -0
- package/dist/flag-icons/dist/McFlag.d.ts +7 -0
- package/dist/flag-icons/dist/MdFlag.d.ts +7 -0
- package/dist/flag-icons/dist/MgFlag.d.ts +7 -0
- package/dist/flag-icons/dist/MkFlag.d.ts +7 -0
- package/dist/flag-icons/dist/MlFlag.d.ts +7 -0
- package/dist/flag-icons/dist/MoFlag.d.ts +7 -0
- package/dist/flag-icons/dist/MqFlag.d.ts +7 -0
- package/dist/flag-icons/dist/MrFlag.d.ts +7 -0
- package/dist/flag-icons/dist/MsFlag.d.ts +7 -0
- package/dist/flag-icons/dist/MtFlag.d.ts +7 -0
- package/dist/flag-icons/dist/MuFlag.d.ts +7 -0
- package/dist/flag-icons/dist/MvFlag.d.ts +7 -0
- package/dist/flag-icons/dist/MwFlag.d.ts +7 -0
- package/dist/flag-icons/dist/MxFlag.d.ts +7 -0
- package/dist/flag-icons/dist/MyFlag.d.ts +7 -0
- package/dist/flag-icons/dist/MzFlag.d.ts +7 -0
- package/dist/flag-icons/dist/NaFlag.d.ts +7 -0
- package/dist/flag-icons/dist/NcFlag.d.ts +7 -0
- package/dist/flag-icons/dist/NeFlag.d.ts +7 -0
- package/dist/flag-icons/dist/NgFlag.d.ts +7 -0
- package/dist/flag-icons/dist/NiFlag.d.ts +7 -0
- package/dist/flag-icons/dist/NlFlag.d.ts +7 -0
- package/dist/flag-icons/dist/NoFlag.d.ts +7 -0
- package/dist/flag-icons/dist/NpFlag.d.ts +7 -0
- package/dist/flag-icons/dist/NzFlag.d.ts +7 -0
- package/dist/flag-icons/dist/OmFlag.d.ts +7 -0
- package/dist/flag-icons/dist/PaFlag.d.ts +7 -0
- package/dist/flag-icons/dist/PeFlag.d.ts +7 -0
- package/dist/flag-icons/dist/PfFlag.d.ts +7 -0
- package/dist/flag-icons/dist/PgFlag.d.ts +7 -0
- package/dist/flag-icons/dist/PhFlag.d.ts +7 -0
- package/dist/flag-icons/dist/PkFlag.d.ts +7 -0
- package/dist/flag-icons/dist/PlFlag.d.ts +7 -0
- package/dist/flag-icons/dist/PnFlag.d.ts +7 -0
- package/dist/flag-icons/dist/PrFlag.d.ts +7 -0
- package/dist/flag-icons/dist/PsFlag.d.ts +7 -0
- package/dist/flag-icons/dist/PtFlag.d.ts +7 -0
- package/dist/flag-icons/dist/PyFlag.d.ts +7 -0
- package/dist/flag-icons/dist/QaFlag.d.ts +7 -0
- package/dist/flag-icons/dist/ReFlag.d.ts +7 -0
- package/dist/flag-icons/dist/RoFlag.d.ts +7 -0
- package/dist/flag-icons/dist/RsFlag.d.ts +7 -0
- package/dist/flag-icons/dist/RuFlag.d.ts +7 -0
- package/dist/flag-icons/dist/RwFlag.d.ts +7 -0
- package/dist/flag-icons/dist/SaFlag.d.ts +7 -0
- package/dist/flag-icons/dist/ScFlag.d.ts +7 -0
- package/dist/flag-icons/dist/SdFlag.d.ts +7 -0
- package/dist/flag-icons/dist/SeFlag.d.ts +7 -0
- package/dist/flag-icons/dist/SgFlag.d.ts +7 -0
- package/dist/flag-icons/dist/ShFlag.d.ts +7 -0
- package/dist/flag-icons/dist/SiFlag.d.ts +7 -0
- package/dist/flag-icons/dist/SkFlag.d.ts +7 -0
- package/dist/flag-icons/dist/SlFlag.d.ts +7 -0
- package/dist/flag-icons/dist/SmFlag.d.ts +7 -0
- package/dist/flag-icons/dist/SnFlag.d.ts +7 -0
- package/dist/flag-icons/dist/SoFlag.d.ts +7 -0
- package/dist/flag-icons/dist/SvFlag.d.ts +7 -0
- package/dist/flag-icons/dist/SyFlag.d.ts +7 -0
- package/dist/flag-icons/dist/SzFlag.d.ts +7 -0
- package/dist/flag-icons/dist/TcFlag.d.ts +7 -0
- package/dist/flag-icons/dist/TdFlag.d.ts +7 -0
- package/dist/flag-icons/dist/ThFlag.d.ts +7 -0
- package/dist/flag-icons/dist/TjFlag.d.ts +7 -0
- package/dist/flag-icons/dist/TnFlag.d.ts +7 -0
- package/dist/flag-icons/dist/ToFlag.d.ts +7 -0
- package/dist/flag-icons/dist/TrFlag.d.ts +7 -0
- package/dist/flag-icons/dist/TtFlag.d.ts +7 -0
- package/dist/flag-icons/dist/TwFlag.d.ts +7 -0
- package/dist/flag-icons/dist/TzFlag.d.ts +7 -0
- package/dist/flag-icons/dist/UaFlag.d.ts +7 -0
- package/dist/flag-icons/dist/UgFlag.d.ts +7 -0
- package/dist/flag-icons/dist/UkFlag.d.ts +7 -0
- package/dist/flag-icons/dist/UsFlag.d.ts +7 -0
- package/dist/flag-icons/dist/UyFlag.d.ts +7 -0
- package/dist/flag-icons/dist/UzFlag.d.ts +7 -0
- package/dist/flag-icons/dist/VaFlag.d.ts +7 -0
- package/dist/flag-icons/dist/VcFlag.d.ts +7 -0
- package/dist/flag-icons/dist/VeFlag.d.ts +7 -0
- package/dist/flag-icons/dist/VgFlag.d.ts +7 -0
- package/dist/flag-icons/dist/VnFlag.d.ts +7 -0
- package/dist/flag-icons/dist/WsFlag.d.ts +7 -0
- package/dist/flag-icons/dist/YeFlag.d.ts +7 -0
- package/dist/flag-icons/dist/ZaFlag.d.ts +7 -0
- package/dist/flag-icons/dist/ZmFlag.d.ts +7 -0
- package/dist/flag-icons/dist/ZwFlag.d.ts +7 -0
- package/dist/flag-icons/dist/index.d.ts +200 -0
- package/dist/flag-icons/index.d.ts +1 -0
- package/dist/flag-icons/svgr-config.d.ts +15 -0
- package/dist/flag-icons/template.d.ts +4 -0
- package/dist/getGlobalStyles.d.ts +2 -0
- package/dist/hooks/useCountdown.d.ts +21 -0
- package/dist/hooks/useCountdown.spec.d.ts +1 -0
- package/dist/hooks/useMediaQuery.d.ts +1 -0
- package/dist/hooks/usePortalElement.d.ts +5 -0
- package/dist/icons/BaseSvg.d.ts +4 -0
- package/dist/icons/FilterableIcons.d.ts +6 -0
- package/dist/icons/dist/AddIcon.d.ts +10 -0
- package/dist/icons/dist/ArrowGappedIcon.d.ts +10 -0
- package/dist/icons/dist/ArrowIcon.d.ts +10 -0
- package/dist/icons/dist/ArrowResetIcon.d.ts +10 -0
- package/dist/icons/dist/ArrowRotateIcon.d.ts +10 -0
- package/dist/icons/dist/ArrowTopRightFilledIcon.d.ts +10 -0
- package/dist/icons/dist/ArrowTopRightIcon.d.ts +10 -0
- package/dist/icons/dist/ArrowsExchangeIcon.d.ts +10 -0
- package/dist/icons/dist/ArrowsExpandIcon.d.ts +10 -0
- package/dist/icons/dist/ArrowsFullscreenIcon.d.ts +10 -0
- package/dist/icons/dist/ArrowsRefreshCircledFilledIcon.d.ts +10 -0
- package/dist/icons/dist/ArrowsRefreshIcon.d.ts +10 -0
- package/dist/icons/dist/ArrowsShrinkIcon.d.ts +10 -0
- package/dist/icons/dist/ArtsIcon.d.ts +10 -0
- package/dist/icons/dist/BankAccountIcon.d.ts +10 -0
- package/dist/icons/dist/BarcodeIcon.d.ts +10 -0
- package/dist/icons/dist/BasketIcon.d.ts +10 -0
- package/dist/icons/dist/BedIcon.d.ts +10 -0
- package/dist/icons/dist/BellFilledIcon.d.ts +10 -0
- package/dist/icons/dist/BellIcon.d.ts +10 -0
- package/dist/icons/dist/BlindAndLowVisionAccessibleCircledFilledIcon.d.ts +10 -0
- package/dist/icons/dist/BlockedIcon.d.ts +10 -0
- package/dist/icons/dist/BoxOfficeIcon.d.ts +10 -0
- package/dist/icons/dist/CalendarIcon.d.ts +10 -0
- package/dist/icons/dist/CameraIcon.d.ts +10 -0
- package/dist/icons/dist/CarIcon.d.ts +10 -0
- package/dist/icons/dist/CaretIcon.d.ts +10 -0
- package/dist/icons/dist/CategoriesIcon.d.ts +10 -0
- package/dist/icons/dist/ChatBubbleFilledIcon.d.ts +10 -0
- package/dist/icons/dist/CheckmarkCircledFilledIcon.d.ts +10 -0
- package/dist/icons/dist/CheckmarkCircledIcon.d.ts +10 -0
- package/dist/icons/dist/CheckmarkCutCornerIcon.d.ts +10 -0
- package/dist/icons/dist/CheckmarkIcon.d.ts +10 -0
- package/dist/icons/dist/ChevronCircleIcon.d.ts +10 -0
- package/dist/icons/dist/ChevronIcon.d.ts +10 -0
- package/dist/icons/dist/CircleFilledIcon.d.ts +10 -0
- package/dist/icons/dist/ClockFilledIcon.d.ts +10 -0
- package/dist/icons/dist/ClockIcon.d.ts +10 -0
- package/dist/icons/dist/CogIcon.d.ts +10 -0
- package/dist/icons/dist/CompanionSeatCircledFilledIcon.d.ts +10 -0
- package/dist/icons/dist/CompassArrowIcon.d.ts +10 -0
- package/dist/icons/dist/CopyIcon.d.ts +10 -0
- package/dist/icons/dist/CreditCardAndTicketIcon.d.ts +10 -0
- package/dist/icons/dist/CreditCardIcon.d.ts +10 -0
- package/dist/icons/dist/CreditCardWithClockIcon.d.ts +10 -0
- package/dist/icons/dist/CrossIcon.d.ts +10 -0
- package/dist/icons/dist/DeafAndHardOfHearingAccessibleCircledFilledIcon.d.ts +10 -0
- package/dist/icons/dist/DeleteIcon.d.ts +10 -0
- package/dist/icons/dist/DownloadIcon.d.ts +10 -0
- package/dist/icons/dist/EnvelopeClosedIcon.d.ts +10 -0
- package/dist/icons/dist/EnvelopeIcon.d.ts +10 -0
- package/dist/icons/dist/EveningIcon.d.ts +10 -0
- package/dist/icons/dist/ExclamationMarkCircledFilledIcon.d.ts +10 -0
- package/dist/icons/dist/ExclamationMarkDiamondFilledIcon.d.ts +10 -0
- package/dist/icons/dist/ExclamationMarkDiamondIcon.d.ts +10 -0
- package/dist/icons/dist/ExclamationMarkTriangleFilledIcon.d.ts +10 -0
- package/dist/icons/dist/ExclamationMarkTriangleIcon.d.ts +10 -0
- package/dist/icons/dist/ExitIcon.d.ts +10 -0
- package/dist/icons/dist/ExternalLinkIcon.d.ts +10 -0
- package/dist/icons/dist/EyeHide.d.ts +10 -0
- package/dist/icons/dist/EyeShow.d.ts +10 -0
- package/dist/icons/dist/FaceIdIcon.d.ts +10 -0
- package/dist/icons/dist/FacebookIcon.d.ts +10 -0
- package/dist/icons/dist/FamilyIcon.d.ts +10 -0
- package/dist/icons/dist/FiltersIcon.d.ts +10 -0
- package/dist/icons/dist/GiftCardIcon.d.ts +10 -0
- package/dist/icons/dist/GridIcon.d.ts +10 -0
- package/dist/icons/dist/HamburgerIcon.d.ts +10 -0
- package/dist/icons/dist/HeartFilledIcon.d.ts +10 -0
- package/dist/icons/dist/HeartIcon.d.ts +10 -0
- package/dist/icons/dist/HouseIcon.d.ts +10 -0
- package/dist/icons/dist/IdCardIcon.d.ts +10 -0
- package/dist/icons/dist/InfoICircledFilledIcon.d.ts +10 -0
- package/dist/icons/dist/InfoICircledIcon.d.ts +10 -0
- package/dist/icons/dist/InfoIIcon.d.ts +10 -0
- package/dist/icons/dist/InstagramIcon.d.ts +10 -0
- package/dist/icons/dist/KebabMenuIcon.d.ts +10 -0
- package/dist/icons/dist/ListIcon.d.ts +10 -0
- package/dist/icons/dist/MagnifyingGlassIcon.d.ts +10 -0
- package/dist/icons/dist/MapPinIcon.d.ts +10 -0
- package/dist/icons/dist/MegaphoneIcon.d.ts +10 -0
- package/dist/icons/dist/MinusIcon.d.ts +10 -0
- package/dist/icons/dist/MobilityAccessibleCircledFilledIcon.d.ts +10 -0
- package/dist/icons/dist/MoneyIcon.d.ts +10 -0
- package/dist/icons/dist/MusicalNoteIcon.d.ts +10 -0
- package/dist/icons/dist/NetworkIcon.d.ts +10 -0
- package/dist/icons/dist/NoTaxIcon.d.ts +10 -0
- package/dist/icons/dist/ObstructedViewIcon.d.ts +10 -0
- package/dist/icons/dist/OriginalTicketCircleFilledIcon.d.ts +10 -0
- package/dist/icons/dist/OriginalTicketIcon.d.ts +10 -0
- package/dist/icons/dist/PadlockIcon.d.ts +10 -0
- package/dist/icons/dist/PadlockUnlockedIcon.d.ts +10 -0
- package/dist/icons/dist/PasswordlessIcon.d.ts +10 -0
- package/dist/icons/dist/PencilEditIcon.d.ts +10 -0
- package/dist/icons/dist/PhoneIcon.d.ts +10 -0
- package/dist/icons/dist/PlayCircledIcon.d.ts +10 -0
- package/dist/icons/dist/PlusIcon.d.ts +10 -0
- package/dist/icons/dist/PostalTicketIcon.d.ts +10 -0
- package/dist/icons/dist/PrinterAndPhoneIcon.d.ts +10 -0
- package/dist/icons/dist/PrinterIcon.d.ts +10 -0
- package/dist/icons/dist/QrCodeIcon.d.ts +10 -0
- package/dist/icons/dist/QuestionMarkCircledIcon.d.ts +10 -0
- package/dist/icons/dist/QuestionMarkCutCornerFilledIcon.d.ts +10 -0
- package/dist/icons/dist/QuestionMarkCutCornerIcon.d.ts +10 -0
- package/dist/icons/dist/ReceiptIcon.d.ts +10 -0
- package/dist/icons/dist/RemoveIcon.d.ts +10 -0
- package/dist/icons/dist/SeatMapIcon.d.ts +10 -0
- package/dist/icons/dist/SeatMapStrikethroughIcon.d.ts +10 -0
- package/dist/icons/dist/SevenConnectedDotsIcon.d.ts +10 -0
- package/dist/icons/dist/ShareIcon.d.ts +10 -0
- package/dist/icons/dist/ShieldTickFilledIcon.d.ts +10 -0
- package/dist/icons/dist/ShieldTickIcon.d.ts +10 -0
- package/dist/icons/dist/ShoppingBagIcon.d.ts +10 -0
- package/dist/icons/dist/SpeechBubbleIcon.d.ts +10 -0
- package/dist/icons/dist/SpeechBubblesIcon.d.ts +10 -0
- package/dist/icons/dist/SportsIcon.d.ts +10 -0
- package/dist/icons/dist/StandingIcon.d.ts +10 -0
- package/dist/icons/dist/StarCircledFilledIcon.d.ts +10 -0
- package/dist/icons/dist/StarFilledIcon.d.ts +10 -0
- package/dist/icons/dist/StarIcon.d.ts +10 -0
- package/dist/icons/dist/SunIcon.d.ts +10 -0
- package/dist/icons/dist/SunriseIcon.d.ts +10 -0
- package/dist/icons/dist/TagIcon.d.ts +10 -0
- package/dist/icons/dist/TentIcon.d.ts +10 -0
- package/dist/icons/dist/ThreeConnectedDotsIcon.d.ts +10 -0
- package/dist/icons/dist/TicketArrowsIcon.d.ts +10 -0
- package/dist/icons/dist/TicketCheckmarkIcon.d.ts +10 -0
- package/dist/icons/dist/TicketClockIcon.d.ts +10 -0
- package/dist/icons/dist/TicketErrorIcon.d.ts +10 -0
- package/dist/icons/dist/TicketIcon.d.ts +10 -0
- package/dist/icons/dist/TicketInEnvelopeIcon.d.ts +10 -0
- package/dist/icons/dist/TicketInfoIcon.d.ts +10 -0
- package/dist/icons/dist/TicketMobileIcon.d.ts +10 -0
- package/dist/icons/dist/TicketPackageIcon.d.ts +10 -0
- package/dist/icons/dist/TicketPlusIcon.d.ts +10 -0
- package/dist/icons/dist/TicketResaleIcon.d.ts +10 -0
- package/dist/icons/dist/TicketmasterTIcon.d.ts +10 -0
- package/dist/icons/dist/TicketsIcon.d.ts +10 -0
- package/dist/icons/dist/TrashcanIcon.d.ts +10 -0
- package/dist/icons/dist/UserIcon.d.ts +10 -0
- package/dist/icons/dist/UserWithKeyIcon.d.ts +10 -0
- package/dist/icons/dist/VenueIcon.d.ts +10 -0
- package/dist/icons/dist/VenueMapIcon.d.ts +10 -0
- package/dist/icons/dist/VideoCameraIcon.d.ts +10 -0
- package/dist/icons/dist/WaitingListIcon.d.ts +10 -0
- package/dist/icons/dist/WalletIcon.d.ts +10 -0
- package/dist/icons/dist/WhatsappIcon.d.ts +10 -0
- package/dist/icons/dist/WheelchairAccessibleCircledFilledIcon.d.ts +10 -0
- package/dist/icons/dist/WheelchairAccessibleIcon.d.ts +10 -0
- package/dist/icons/dist/WheelchairCircledFilledIcon.d.ts +10 -0
- package/dist/icons/dist/WheelchairIcon.d.ts +10 -0
- package/dist/icons/dist/XIcon.d.ts +10 -0
- package/dist/icons/dist/index.d.ts +152 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons-with-colours/dist/AddToAppleWalletIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/AddToGoogleWalletIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/AfterPayIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/AmexIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/ApplePayIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/BancontactIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/DinersClubIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/DiscoverIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/EpsIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/GenericPayIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/GiftCardPaymentIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/GiroPayIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/GooglePayIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/IdealIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/JcbIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/KlarnaIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/KlarnaKIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/MaestroIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/MastercardIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/McClickToPayIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/MobilepayIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/P24Icon.d.ts +7 -0
- package/dist/icons-with-colours/dist/PayconiqIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/PaypalIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/PaypalPIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/PaytrailIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/SofortIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/SuccessFilledIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/SwishIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/TwintIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/VenmoIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/VippsIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/VisaIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/WarningFilledIcon.d.ts +7 -0
- package/dist/icons-with-colours/dist/index.d.ts +34 -0
- package/dist/icons-with-colours/index.d.ts +1 -0
- package/dist/index.cjs +1087 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +136 -0
- package/dist/index.js +1087 -0
- package/dist/index.js.map +1 -0
- package/dist/index10.cjs +181 -0
- package/dist/index10.cjs.map +1 -0
- package/dist/index10.js +181 -0
- package/dist/index10.js.map +1 -0
- package/dist/index100.cjs +41 -0
- package/dist/index100.cjs.map +1 -0
- package/dist/index100.js +41 -0
- package/dist/index100.js.map +1 -0
- package/dist/index101.cjs +41 -0
- package/dist/index101.cjs.map +1 -0
- package/dist/index101.js +41 -0
- package/dist/index101.js.map +1 -0
- package/dist/index102.cjs +31 -0
- package/dist/index102.cjs.map +1 -0
- package/dist/index102.js +31 -0
- package/dist/index102.js.map +1 -0
- package/dist/index103.cjs +31 -0
- package/dist/index103.cjs.map +1 -0
- package/dist/index103.js +31 -0
- package/dist/index103.js.map +1 -0
- package/dist/index104.cjs +19 -0
- package/dist/index104.cjs.map +1 -0
- package/dist/index104.js +19 -0
- package/dist/index104.js.map +1 -0
- package/dist/index105.cjs +19 -0
- package/dist/index105.cjs.map +1 -0
- package/dist/index105.js +19 -0
- package/dist/index105.js.map +1 -0
- package/dist/index106.cjs +33 -0
- package/dist/index106.cjs.map +1 -0
- package/dist/index106.js +33 -0
- package/dist/index106.js.map +1 -0
- package/dist/index107.cjs +32 -0
- package/dist/index107.cjs.map +1 -0
- package/dist/index107.js +32 -0
- package/dist/index107.js.map +1 -0
- package/dist/index108.cjs +24 -0
- package/dist/index108.cjs.map +1 -0
- package/dist/index108.js +24 -0
- package/dist/index108.js.map +1 -0
- package/dist/index109.cjs +24 -0
- package/dist/index109.cjs.map +1 -0
- package/dist/index109.js +24 -0
- package/dist/index109.js.map +1 -0
- package/dist/index11.cjs +118 -0
- package/dist/index11.cjs.map +1 -0
- package/dist/index11.js +118 -0
- package/dist/index11.js.map +1 -0
- package/dist/index110.cjs +27 -0
- package/dist/index110.cjs.map +1 -0
- package/dist/index110.js +27 -0
- package/dist/index110.js.map +1 -0
- package/dist/index111.cjs +27 -0
- package/dist/index111.cjs.map +1 -0
- package/dist/index111.js +27 -0
- package/dist/index111.js.map +1 -0
- package/dist/index112.cjs +23 -0
- package/dist/index112.cjs.map +1 -0
- package/dist/index112.js +23 -0
- package/dist/index112.js.map +1 -0
- package/dist/index113.cjs +23 -0
- package/dist/index113.cjs.map +1 -0
- package/dist/index113.js +23 -0
- package/dist/index113.js.map +1 -0
- package/dist/index114.cjs +44 -0
- package/dist/index114.cjs.map +1 -0
- package/dist/index114.js +44 -0
- package/dist/index114.js.map +1 -0
- package/dist/index115.cjs +44 -0
- package/dist/index115.cjs.map +1 -0
- package/dist/index115.js +44 -0
- package/dist/index115.js.map +1 -0
- package/dist/index116.cjs +24 -0
- package/dist/index116.cjs.map +1 -0
- package/dist/index116.js +24 -0
- package/dist/index116.js.map +1 -0
- package/dist/index117.cjs +24 -0
- package/dist/index117.cjs.map +1 -0
- package/dist/index117.js +24 -0
- package/dist/index117.js.map +1 -0
- package/dist/index118.cjs +26 -0
- package/dist/index118.cjs.map +1 -0
- package/dist/index118.js +26 -0
- package/dist/index118.js.map +1 -0
- package/dist/index119.cjs +8 -0
- package/dist/index119.cjs.map +1 -0
- package/dist/index119.js +8 -0
- package/dist/index119.js.map +1 -0
- package/dist/index12.cjs +174 -0
- package/dist/index12.cjs.map +1 -0
- package/dist/index12.js +174 -0
- package/dist/index12.js.map +1 -0
- package/dist/index120.cjs +16 -0
- package/dist/index120.cjs.map +1 -0
- package/dist/index120.js +16 -0
- package/dist/index120.js.map +1 -0
- package/dist/index121.cjs +29 -0
- package/dist/index121.cjs.map +1 -0
- package/dist/index121.js +29 -0
- package/dist/index121.js.map +1 -0
- package/dist/index122.cjs +19 -0
- package/dist/index122.cjs.map +1 -0
- package/dist/index122.js +19 -0
- package/dist/index122.js.map +1 -0
- package/dist/index123.cjs +14 -0
- package/dist/index123.cjs.map +1 -0
- package/dist/index123.js +14 -0
- package/dist/index123.js.map +1 -0
- package/dist/index124.cjs +18 -0
- package/dist/index124.cjs.map +1 -0
- package/dist/index124.js +18 -0
- package/dist/index124.js.map +1 -0
- package/dist/index125.cjs +208 -0
- package/dist/index125.cjs.map +1 -0
- package/dist/index125.js +208 -0
- package/dist/index125.js.map +1 -0
- package/dist/index126.cjs +99 -0
- package/dist/index126.cjs.map +1 -0
- package/dist/index126.js +99 -0
- package/dist/index126.js.map +1 -0
- package/dist/index127.cjs +45 -0
- package/dist/index127.cjs.map +1 -0
- package/dist/index127.js +45 -0
- package/dist/index127.js.map +1 -0
- package/dist/index128.cjs +89 -0
- package/dist/index128.cjs.map +1 -0
- package/dist/index128.js +89 -0
- package/dist/index128.js.map +1 -0
- package/dist/index129.cjs +82 -0
- package/dist/index129.cjs.map +1 -0
- package/dist/index129.js +82 -0
- package/dist/index129.js.map +1 -0
- package/dist/index13.cjs +210 -0
- package/dist/index13.cjs.map +1 -0
- package/dist/index13.js +193 -0
- package/dist/index13.js.map +1 -0
- package/dist/index130.cjs +60 -0
- package/dist/index130.cjs.map +1 -0
- package/dist/index130.js +60 -0
- package/dist/index130.js.map +1 -0
- package/dist/index131.cjs +44 -0
- package/dist/index131.cjs.map +1 -0
- package/dist/index131.js +44 -0
- package/dist/index131.js.map +1 -0
- package/dist/index132.cjs +261 -0
- package/dist/index132.cjs.map +1 -0
- package/dist/index132.js +261 -0
- package/dist/index132.js.map +1 -0
- package/dist/index133.cjs +246 -0
- package/dist/index133.cjs.map +1 -0
- package/dist/index133.js +246 -0
- package/dist/index133.js.map +1 -0
- package/dist/index134.cjs +18 -0
- package/dist/index134.cjs.map +1 -0
- package/dist/index134.js +18 -0
- package/dist/index134.js.map +1 -0
- package/dist/index135.cjs +18 -0
- package/dist/index135.cjs.map +1 -0
- package/dist/index135.js +18 -0
- package/dist/index135.js.map +1 -0
- package/dist/index136.cjs +18 -0
- package/dist/index136.cjs.map +1 -0
- package/dist/index136.js +18 -0
- package/dist/index136.js.map +1 -0
- package/dist/index137.cjs +18 -0
- package/dist/index137.cjs.map +1 -0
- package/dist/index137.js +18 -0
- package/dist/index137.js.map +1 -0
- package/dist/index138.cjs +18 -0
- package/dist/index138.cjs.map +1 -0
- package/dist/index138.js +18 -0
- package/dist/index138.js.map +1 -0
- package/dist/index139.cjs +18 -0
- package/dist/index139.cjs.map +1 -0
- package/dist/index139.js +18 -0
- package/dist/index139.js.map +1 -0
- package/dist/index14.cjs +39 -0
- package/dist/index14.cjs.map +1 -0
- package/dist/index14.js +39 -0
- package/dist/index14.js.map +1 -0
- package/dist/index140.cjs +18 -0
- package/dist/index140.cjs.map +1 -0
- package/dist/index140.js +18 -0
- package/dist/index140.js.map +1 -0
- package/dist/index141.cjs +18 -0
- package/dist/index141.cjs.map +1 -0
- package/dist/index141.js +18 -0
- package/dist/index141.js.map +1 -0
- package/dist/index142.cjs +18 -0
- package/dist/index142.cjs.map +1 -0
- package/dist/index142.js +18 -0
- package/dist/index142.js.map +1 -0
- package/dist/index143.cjs +18 -0
- package/dist/index143.cjs.map +1 -0
- package/dist/index143.js +18 -0
- package/dist/index143.js.map +1 -0
- package/dist/index144.cjs +18 -0
- package/dist/index144.cjs.map +1 -0
- package/dist/index144.js +18 -0
- package/dist/index144.js.map +1 -0
- package/dist/index145.cjs +18 -0
- package/dist/index145.cjs.map +1 -0
- package/dist/index145.js +18 -0
- package/dist/index145.js.map +1 -0
- package/dist/index146.cjs +18 -0
- package/dist/index146.cjs.map +1 -0
- package/dist/index146.js +18 -0
- package/dist/index146.js.map +1 -0
- package/dist/index147.cjs +18 -0
- package/dist/index147.cjs.map +1 -0
- package/dist/index147.js +18 -0
- package/dist/index147.js.map +1 -0
- package/dist/index148.cjs +18 -0
- package/dist/index148.cjs.map +1 -0
- package/dist/index148.js +18 -0
- package/dist/index148.js.map +1 -0
- package/dist/index149.cjs +18 -0
- package/dist/index149.cjs.map +1 -0
- package/dist/index149.js +18 -0
- package/dist/index149.js.map +1 -0
- package/dist/index15.cjs +148 -0
- package/dist/index15.cjs.map +1 -0
- package/dist/index15.js +148 -0
- package/dist/index15.js.map +1 -0
- package/dist/index150.cjs +18 -0
- package/dist/index150.cjs.map +1 -0
- package/dist/index150.js +18 -0
- package/dist/index150.js.map +1 -0
- package/dist/index151.cjs +18 -0
- package/dist/index151.cjs.map +1 -0
- package/dist/index151.js +18 -0
- package/dist/index151.js.map +1 -0
- package/dist/index152.cjs +18 -0
- package/dist/index152.cjs.map +1 -0
- package/dist/index152.js +18 -0
- package/dist/index152.js.map +1 -0
- package/dist/index153.cjs +18 -0
- package/dist/index153.cjs.map +1 -0
- package/dist/index153.js +18 -0
- package/dist/index153.js.map +1 -0
- package/dist/index154.cjs +18 -0
- package/dist/index154.cjs.map +1 -0
- package/dist/index154.js +18 -0
- package/dist/index154.js.map +1 -0
- package/dist/index155.cjs +18 -0
- package/dist/index155.cjs.map +1 -0
- package/dist/index155.js +18 -0
- package/dist/index155.js.map +1 -0
- package/dist/index156.cjs +18 -0
- package/dist/index156.cjs.map +1 -0
- package/dist/index156.js +18 -0
- package/dist/index156.js.map +1 -0
- package/dist/index157.cjs +18 -0
- package/dist/index157.cjs.map +1 -0
- package/dist/index157.js +18 -0
- package/dist/index157.js.map +1 -0
- package/dist/index158.cjs +18 -0
- package/dist/index158.cjs.map +1 -0
- package/dist/index158.js +18 -0
- package/dist/index158.js.map +1 -0
- package/dist/index159.cjs +18 -0
- package/dist/index159.cjs.map +1 -0
- package/dist/index159.js +18 -0
- package/dist/index159.js.map +1 -0
- package/dist/index16.cjs +33 -0
- package/dist/index16.cjs.map +1 -0
- package/dist/index16.js +33 -0
- package/dist/index16.js.map +1 -0
- package/dist/index160.cjs +18 -0
- package/dist/index160.cjs.map +1 -0
- package/dist/index160.js +18 -0
- package/dist/index160.js.map +1 -0
- package/dist/index161.cjs +18 -0
- package/dist/index161.cjs.map +1 -0
- package/dist/index161.js +18 -0
- package/dist/index161.js.map +1 -0
- package/dist/index162.cjs +18 -0
- package/dist/index162.cjs.map +1 -0
- package/dist/index162.js +18 -0
- package/dist/index162.js.map +1 -0
- package/dist/index163.cjs +18 -0
- package/dist/index163.cjs.map +1 -0
- package/dist/index163.js +18 -0
- package/dist/index163.js.map +1 -0
- package/dist/index164.cjs +18 -0
- package/dist/index164.cjs.map +1 -0
- package/dist/index164.js +18 -0
- package/dist/index164.js.map +1 -0
- package/dist/index165.cjs +18 -0
- package/dist/index165.cjs.map +1 -0
- package/dist/index165.js +18 -0
- package/dist/index165.js.map +1 -0
- package/dist/index166.cjs +18 -0
- package/dist/index166.cjs.map +1 -0
- package/dist/index166.js +18 -0
- package/dist/index166.js.map +1 -0
- package/dist/index167.cjs +18 -0
- package/dist/index167.cjs.map +1 -0
- package/dist/index167.js +18 -0
- package/dist/index167.js.map +1 -0
- package/dist/index168.cjs +18 -0
- package/dist/index168.cjs.map +1 -0
- package/dist/index168.js +18 -0
- package/dist/index168.js.map +1 -0
- package/dist/index169.cjs +18 -0
- package/dist/index169.cjs.map +1 -0
- package/dist/index169.js +18 -0
- package/dist/index169.js.map +1 -0
- package/dist/index17.cjs +11 -0
- package/dist/index17.cjs.map +1 -0
- package/dist/index17.js +11 -0
- package/dist/index17.js.map +1 -0
- package/dist/index170.cjs +18 -0
- package/dist/index170.cjs.map +1 -0
- package/dist/index170.js +18 -0
- package/dist/index170.js.map +1 -0
- package/dist/index171.cjs +18 -0
- package/dist/index171.cjs.map +1 -0
- package/dist/index171.js +18 -0
- package/dist/index171.js.map +1 -0
- package/dist/index172.cjs +18 -0
- package/dist/index172.cjs.map +1 -0
- package/dist/index172.js +18 -0
- package/dist/index172.js.map +1 -0
- package/dist/index173.cjs +18 -0
- package/dist/index173.cjs.map +1 -0
- package/dist/index173.js +18 -0
- package/dist/index173.js.map +1 -0
- package/dist/index174.cjs +18 -0
- package/dist/index174.cjs.map +1 -0
- package/dist/index174.js +18 -0
- package/dist/index174.js.map +1 -0
- package/dist/index175.cjs +18 -0
- package/dist/index175.cjs.map +1 -0
- package/dist/index175.js +18 -0
- package/dist/index175.js.map +1 -0
- package/dist/index176.cjs +18 -0
- package/dist/index176.cjs.map +1 -0
- package/dist/index176.js +18 -0
- package/dist/index176.js.map +1 -0
- package/dist/index177.cjs +18 -0
- package/dist/index177.cjs.map +1 -0
- package/dist/index177.js +18 -0
- package/dist/index177.js.map +1 -0
- package/dist/index178.cjs +18 -0
- package/dist/index178.cjs.map +1 -0
- package/dist/index178.js +18 -0
- package/dist/index178.js.map +1 -0
- package/dist/index179.cjs +18 -0
- package/dist/index179.cjs.map +1 -0
- package/dist/index179.js +18 -0
- package/dist/index179.js.map +1 -0
- package/dist/index18.cjs +14 -0
- package/dist/index18.cjs.map +1 -0
- package/dist/index18.js +14 -0
- package/dist/index18.js.map +1 -0
- package/dist/index180.cjs +18 -0
- package/dist/index180.cjs.map +1 -0
- package/dist/index180.js +18 -0
- package/dist/index180.js.map +1 -0
- package/dist/index181.cjs +18 -0
- package/dist/index181.cjs.map +1 -0
- package/dist/index181.js +18 -0
- package/dist/index181.js.map +1 -0
- package/dist/index182.cjs +18 -0
- package/dist/index182.cjs.map +1 -0
- package/dist/index182.js +18 -0
- package/dist/index182.js.map +1 -0
- package/dist/index183.cjs +18 -0
- package/dist/index183.cjs.map +1 -0
- package/dist/index183.js +18 -0
- package/dist/index183.js.map +1 -0
- package/dist/index184.cjs +18 -0
- package/dist/index184.cjs.map +1 -0
- package/dist/index184.js +18 -0
- package/dist/index184.js.map +1 -0
- package/dist/index185.cjs +18 -0
- package/dist/index185.cjs.map +1 -0
- package/dist/index185.js +18 -0
- package/dist/index185.js.map +1 -0
- package/dist/index186.cjs +18 -0
- package/dist/index186.cjs.map +1 -0
- package/dist/index186.js +18 -0
- package/dist/index186.js.map +1 -0
- package/dist/index187.cjs +18 -0
- package/dist/index187.cjs.map +1 -0
- package/dist/index187.js +18 -0
- package/dist/index187.js.map +1 -0
- package/dist/index188.cjs +18 -0
- package/dist/index188.cjs.map +1 -0
- package/dist/index188.js +18 -0
- package/dist/index188.js.map +1 -0
- package/dist/index189.cjs +18 -0
- package/dist/index189.cjs.map +1 -0
- package/dist/index189.js +18 -0
- package/dist/index189.js.map +1 -0
- package/dist/index19.cjs +28 -0
- package/dist/index19.cjs.map +1 -0
- package/dist/index19.js +28 -0
- package/dist/index19.js.map +1 -0
- package/dist/index190.cjs +18 -0
- package/dist/index190.cjs.map +1 -0
- package/dist/index190.js +18 -0
- package/dist/index190.js.map +1 -0
- package/dist/index191.cjs +18 -0
- package/dist/index191.cjs.map +1 -0
- package/dist/index191.js +18 -0
- package/dist/index191.js.map +1 -0
- package/dist/index192.cjs +18 -0
- package/dist/index192.cjs.map +1 -0
- package/dist/index192.js +18 -0
- package/dist/index192.js.map +1 -0
- package/dist/index193.cjs +18 -0
- package/dist/index193.cjs.map +1 -0
- package/dist/index193.js +18 -0
- package/dist/index193.js.map +1 -0
- package/dist/index194.cjs +18 -0
- package/dist/index194.cjs.map +1 -0
- package/dist/index194.js +18 -0
- package/dist/index194.js.map +1 -0
- package/dist/index195.cjs +18 -0
- package/dist/index195.cjs.map +1 -0
- package/dist/index195.js +18 -0
- package/dist/index195.js.map +1 -0
- package/dist/index196.cjs +18 -0
- package/dist/index196.cjs.map +1 -0
- package/dist/index196.js +18 -0
- package/dist/index196.js.map +1 -0
- package/dist/index197.cjs +18 -0
- package/dist/index197.cjs.map +1 -0
- package/dist/index197.js +18 -0
- package/dist/index197.js.map +1 -0
- package/dist/index198.cjs +18 -0
- package/dist/index198.cjs.map +1 -0
- package/dist/index198.js +18 -0
- package/dist/index198.js.map +1 -0
- package/dist/index199.cjs +18 -0
- package/dist/index199.cjs.map +1 -0
- package/dist/index199.js +18 -0
- package/dist/index199.js.map +1 -0
- package/dist/index2.cjs +144 -0
- package/dist/index2.cjs.map +1 -0
- package/dist/index2.js +144 -0
- package/dist/index2.js.map +1 -0
- package/dist/index20.cjs +130 -0
- package/dist/index20.cjs.map +1 -0
- package/dist/index20.js +113 -0
- package/dist/index20.js.map +1 -0
- package/dist/index200.cjs +18 -0
- package/dist/index200.cjs.map +1 -0
- package/dist/index200.js +18 -0
- package/dist/index200.js.map +1 -0
- package/dist/index201.cjs +18 -0
- package/dist/index201.cjs.map +1 -0
- package/dist/index201.js +18 -0
- package/dist/index201.js.map +1 -0
- package/dist/index202.cjs +18 -0
- package/dist/index202.cjs.map +1 -0
- package/dist/index202.js +18 -0
- package/dist/index202.js.map +1 -0
- package/dist/index203.cjs +18 -0
- package/dist/index203.cjs.map +1 -0
- package/dist/index203.js +18 -0
- package/dist/index203.js.map +1 -0
- package/dist/index204.cjs +18 -0
- package/dist/index204.cjs.map +1 -0
- package/dist/index204.js +18 -0
- package/dist/index204.js.map +1 -0
- package/dist/index205.cjs +18 -0
- package/dist/index205.cjs.map +1 -0
- package/dist/index205.js +18 -0
- package/dist/index205.js.map +1 -0
- package/dist/index206.cjs +18 -0
- package/dist/index206.cjs.map +1 -0
- package/dist/index206.js +18 -0
- package/dist/index206.js.map +1 -0
- package/dist/index207.cjs +18 -0
- package/dist/index207.cjs.map +1 -0
- package/dist/index207.js +18 -0
- package/dist/index207.js.map +1 -0
- package/dist/index208.cjs +18 -0
- package/dist/index208.cjs.map +1 -0
- package/dist/index208.js +18 -0
- package/dist/index208.js.map +1 -0
- package/dist/index209.cjs +18 -0
- package/dist/index209.cjs.map +1 -0
- package/dist/index209.js +18 -0
- package/dist/index209.js.map +1 -0
- package/dist/index21.cjs +20 -0
- package/dist/index21.cjs.map +1 -0
- package/dist/index21.js +20 -0
- package/dist/index21.js.map +1 -0
- package/dist/index210.cjs +18 -0
- package/dist/index210.cjs.map +1 -0
- package/dist/index210.js +18 -0
- package/dist/index210.js.map +1 -0
- package/dist/index211.cjs +18 -0
- package/dist/index211.cjs.map +1 -0
- package/dist/index211.js +18 -0
- package/dist/index211.js.map +1 -0
- package/dist/index212.cjs +18 -0
- package/dist/index212.cjs.map +1 -0
- package/dist/index212.js +18 -0
- package/dist/index212.js.map +1 -0
- package/dist/index213.cjs +18 -0
- package/dist/index213.cjs.map +1 -0
- package/dist/index213.js +18 -0
- package/dist/index213.js.map +1 -0
- package/dist/index214.cjs +18 -0
- package/dist/index214.cjs.map +1 -0
- package/dist/index214.js +18 -0
- package/dist/index214.js.map +1 -0
- package/dist/index215.cjs +18 -0
- package/dist/index215.cjs.map +1 -0
- package/dist/index215.js +18 -0
- package/dist/index215.js.map +1 -0
- package/dist/index216.cjs +18 -0
- package/dist/index216.cjs.map +1 -0
- package/dist/index216.js +18 -0
- package/dist/index216.js.map +1 -0
- package/dist/index217.cjs +18 -0
- package/dist/index217.cjs.map +1 -0
- package/dist/index217.js +18 -0
- package/dist/index217.js.map +1 -0
- package/dist/index218.cjs +18 -0
- package/dist/index218.cjs.map +1 -0
- package/dist/index218.js +18 -0
- package/dist/index218.js.map +1 -0
- package/dist/index219.cjs +18 -0
- package/dist/index219.cjs.map +1 -0
- package/dist/index219.js +18 -0
- package/dist/index219.js.map +1 -0
- package/dist/index22.cjs +30 -0
- package/dist/index22.cjs.map +1 -0
- package/dist/index22.js +30 -0
- package/dist/index22.js.map +1 -0
- package/dist/index220.cjs +18 -0
- package/dist/index220.cjs.map +1 -0
- package/dist/index220.js +18 -0
- package/dist/index220.js.map +1 -0
- package/dist/index221.cjs +18 -0
- package/dist/index221.cjs.map +1 -0
- package/dist/index221.js +18 -0
- package/dist/index221.js.map +1 -0
- package/dist/index222.cjs +18 -0
- package/dist/index222.cjs.map +1 -0
- package/dist/index222.js +18 -0
- package/dist/index222.js.map +1 -0
- package/dist/index223.cjs +18 -0
- package/dist/index223.cjs.map +1 -0
- package/dist/index223.js +18 -0
- package/dist/index223.js.map +1 -0
- package/dist/index224.cjs +18 -0
- package/dist/index224.cjs.map +1 -0
- package/dist/index224.js +18 -0
- package/dist/index224.js.map +1 -0
- package/dist/index225.cjs +18 -0
- package/dist/index225.cjs.map +1 -0
- package/dist/index225.js +18 -0
- package/dist/index225.js.map +1 -0
- package/dist/index226.cjs +18 -0
- package/dist/index226.cjs.map +1 -0
- package/dist/index226.js +18 -0
- package/dist/index226.js.map +1 -0
- package/dist/index227.cjs +18 -0
- package/dist/index227.cjs.map +1 -0
- package/dist/index227.js +18 -0
- package/dist/index227.js.map +1 -0
- package/dist/index228.cjs +18 -0
- package/dist/index228.cjs.map +1 -0
- package/dist/index228.js +18 -0
- package/dist/index228.js.map +1 -0
- package/dist/index229.cjs +18 -0
- package/dist/index229.cjs.map +1 -0
- package/dist/index229.js +18 -0
- package/dist/index229.js.map +1 -0
- package/dist/index23.cjs +223 -0
- package/dist/index23.cjs.map +1 -0
- package/dist/index23.js +223 -0
- package/dist/index23.js.map +1 -0
- package/dist/index230.cjs +18 -0
- package/dist/index230.cjs.map +1 -0
- package/dist/index230.js +18 -0
- package/dist/index230.js.map +1 -0
- package/dist/index231.cjs +18 -0
- package/dist/index231.cjs.map +1 -0
- package/dist/index231.js +18 -0
- package/dist/index231.js.map +1 -0
- package/dist/index232.cjs +18 -0
- package/dist/index232.cjs.map +1 -0
- package/dist/index232.js +18 -0
- package/dist/index232.js.map +1 -0
- package/dist/index233.cjs +18 -0
- package/dist/index233.cjs.map +1 -0
- package/dist/index233.js +18 -0
- package/dist/index233.js.map +1 -0
- package/dist/index234.cjs +18 -0
- package/dist/index234.cjs.map +1 -0
- package/dist/index234.js +18 -0
- package/dist/index234.js.map +1 -0
- package/dist/index235.cjs +18 -0
- package/dist/index235.cjs.map +1 -0
- package/dist/index235.js +18 -0
- package/dist/index235.js.map +1 -0
- package/dist/index236.cjs +18 -0
- package/dist/index236.cjs.map +1 -0
- package/dist/index236.js +18 -0
- package/dist/index236.js.map +1 -0
- package/dist/index237.cjs +18 -0
- package/dist/index237.cjs.map +1 -0
- package/dist/index237.js +18 -0
- package/dist/index237.js.map +1 -0
- package/dist/index238.cjs +18 -0
- package/dist/index238.cjs.map +1 -0
- package/dist/index238.js +18 -0
- package/dist/index238.js.map +1 -0
- package/dist/index239.cjs +18 -0
- package/dist/index239.cjs.map +1 -0
- package/dist/index239.js +18 -0
- package/dist/index239.js.map +1 -0
- package/dist/index24.cjs +56 -0
- package/dist/index24.cjs.map +1 -0
- package/dist/index24.js +56 -0
- package/dist/index24.js.map +1 -0
- package/dist/index240.cjs +18 -0
- package/dist/index240.cjs.map +1 -0
- package/dist/index240.js +18 -0
- package/dist/index240.js.map +1 -0
- package/dist/index241.cjs +18 -0
- package/dist/index241.cjs.map +1 -0
- package/dist/index241.js +18 -0
- package/dist/index241.js.map +1 -0
- package/dist/index242.cjs +18 -0
- package/dist/index242.cjs.map +1 -0
- package/dist/index242.js +18 -0
- package/dist/index242.js.map +1 -0
- package/dist/index243.cjs +18 -0
- package/dist/index243.cjs.map +1 -0
- package/dist/index243.js +18 -0
- package/dist/index243.js.map +1 -0
- package/dist/index244.cjs +18 -0
- package/dist/index244.cjs.map +1 -0
- package/dist/index244.js +18 -0
- package/dist/index244.js.map +1 -0
- package/dist/index245.cjs +18 -0
- package/dist/index245.cjs.map +1 -0
- package/dist/index245.js +18 -0
- package/dist/index245.js.map +1 -0
- package/dist/index246.cjs +18 -0
- package/dist/index246.cjs.map +1 -0
- package/dist/index246.js +18 -0
- package/dist/index246.js.map +1 -0
- package/dist/index247.cjs +18 -0
- package/dist/index247.cjs.map +1 -0
- package/dist/index247.js +18 -0
- package/dist/index247.js.map +1 -0
- package/dist/index248.cjs +18 -0
- package/dist/index248.cjs.map +1 -0
- package/dist/index248.js +18 -0
- package/dist/index248.js.map +1 -0
- package/dist/index249.cjs +18 -0
- package/dist/index249.cjs.map +1 -0
- package/dist/index249.js +18 -0
- package/dist/index249.js.map +1 -0
- package/dist/index25.cjs +64 -0
- package/dist/index25.cjs.map +1 -0
- package/dist/index25.js +47 -0
- package/dist/index25.js.map +1 -0
- package/dist/index250.cjs +18 -0
- package/dist/index250.cjs.map +1 -0
- package/dist/index250.js +18 -0
- package/dist/index250.js.map +1 -0
- package/dist/index251.cjs +18 -0
- package/dist/index251.cjs.map +1 -0
- package/dist/index251.js +18 -0
- package/dist/index251.js.map +1 -0
- package/dist/index252.cjs +18 -0
- package/dist/index252.cjs.map +1 -0
- package/dist/index252.js +18 -0
- package/dist/index252.js.map +1 -0
- package/dist/index253.cjs +18 -0
- package/dist/index253.cjs.map +1 -0
- package/dist/index253.js +18 -0
- package/dist/index253.js.map +1 -0
- package/dist/index254.cjs +18 -0
- package/dist/index254.cjs.map +1 -0
- package/dist/index254.js +18 -0
- package/dist/index254.js.map +1 -0
- package/dist/index255.cjs +18 -0
- package/dist/index255.cjs.map +1 -0
- package/dist/index255.js +18 -0
- package/dist/index255.js.map +1 -0
- package/dist/index256.cjs +18 -0
- package/dist/index256.cjs.map +1 -0
- package/dist/index256.js +18 -0
- package/dist/index256.js.map +1 -0
- package/dist/index257.cjs +18 -0
- package/dist/index257.cjs.map +1 -0
- package/dist/index257.js +18 -0
- package/dist/index257.js.map +1 -0
- package/dist/index258.cjs +18 -0
- package/dist/index258.cjs.map +1 -0
- package/dist/index258.js +18 -0
- package/dist/index258.js.map +1 -0
- package/dist/index259.cjs +18 -0
- package/dist/index259.cjs.map +1 -0
- package/dist/index259.js +18 -0
- package/dist/index259.js.map +1 -0
- package/dist/index26.cjs +95 -0
- package/dist/index26.cjs.map +1 -0
- package/dist/index26.js +95 -0
- package/dist/index26.js.map +1 -0
- package/dist/index260.cjs +18 -0
- package/dist/index260.cjs.map +1 -0
- package/dist/index260.js +18 -0
- package/dist/index260.js.map +1 -0
- package/dist/index261.cjs +18 -0
- package/dist/index261.cjs.map +1 -0
- package/dist/index261.js +18 -0
- package/dist/index261.js.map +1 -0
- package/dist/index262.cjs +18 -0
- package/dist/index262.cjs.map +1 -0
- package/dist/index262.js +18 -0
- package/dist/index262.js.map +1 -0
- package/dist/index263.cjs +18 -0
- package/dist/index263.cjs.map +1 -0
- package/dist/index263.js +18 -0
- package/dist/index263.js.map +1 -0
- package/dist/index264.cjs +18 -0
- package/dist/index264.cjs.map +1 -0
- package/dist/index264.js +18 -0
- package/dist/index264.js.map +1 -0
- package/dist/index265.cjs +18 -0
- package/dist/index265.cjs.map +1 -0
- package/dist/index265.js +18 -0
- package/dist/index265.js.map +1 -0
- package/dist/index266.cjs +18 -0
- package/dist/index266.cjs.map +1 -0
- package/dist/index266.js +18 -0
- package/dist/index266.js.map +1 -0
- package/dist/index267.cjs +18 -0
- package/dist/index267.cjs.map +1 -0
- package/dist/index267.js +18 -0
- package/dist/index267.js.map +1 -0
- package/dist/index268.cjs +18 -0
- package/dist/index268.cjs.map +1 -0
- package/dist/index268.js +18 -0
- package/dist/index268.js.map +1 -0
- package/dist/index269.cjs +18 -0
- package/dist/index269.cjs.map +1 -0
- package/dist/index269.js +18 -0
- package/dist/index269.js.map +1 -0
- package/dist/index27.cjs +47 -0
- package/dist/index27.cjs.map +1 -0
- package/dist/index27.js +47 -0
- package/dist/index27.js.map +1 -0
- package/dist/index270.cjs +18 -0
- package/dist/index270.cjs.map +1 -0
- package/dist/index270.js +18 -0
- package/dist/index270.js.map +1 -0
- package/dist/index271.cjs +18 -0
- package/dist/index271.cjs.map +1 -0
- package/dist/index271.js +18 -0
- package/dist/index271.js.map +1 -0
- package/dist/index272.cjs +18 -0
- package/dist/index272.cjs.map +1 -0
- package/dist/index272.js +18 -0
- package/dist/index272.js.map +1 -0
- package/dist/index273.cjs +18 -0
- package/dist/index273.cjs.map +1 -0
- package/dist/index273.js +18 -0
- package/dist/index273.js.map +1 -0
- package/dist/index274.cjs +18 -0
- package/dist/index274.cjs.map +1 -0
- package/dist/index274.js +18 -0
- package/dist/index274.js.map +1 -0
- package/dist/index275.cjs +18 -0
- package/dist/index275.cjs.map +1 -0
- package/dist/index275.js +18 -0
- package/dist/index275.js.map +1 -0
- package/dist/index276.cjs +18 -0
- package/dist/index276.cjs.map +1 -0
- package/dist/index276.js +18 -0
- package/dist/index276.js.map +1 -0
- package/dist/index277.cjs +18 -0
- package/dist/index277.cjs.map +1 -0
- package/dist/index277.js +18 -0
- package/dist/index277.js.map +1 -0
- package/dist/index278.cjs +18 -0
- package/dist/index278.cjs.map +1 -0
- package/dist/index278.js +18 -0
- package/dist/index278.js.map +1 -0
- package/dist/index279.cjs +18 -0
- package/dist/index279.cjs.map +1 -0
- package/dist/index279.js +18 -0
- package/dist/index279.js.map +1 -0
- package/dist/index28.cjs +90 -0
- package/dist/index28.cjs.map +1 -0
- package/dist/index28.js +90 -0
- package/dist/index28.js.map +1 -0
- package/dist/index280.cjs +18 -0
- package/dist/index280.cjs.map +1 -0
- package/dist/index280.js +18 -0
- package/dist/index280.js.map +1 -0
- package/dist/index281.cjs +18 -0
- package/dist/index281.cjs.map +1 -0
- package/dist/index281.js +18 -0
- package/dist/index281.js.map +1 -0
- package/dist/index282.cjs +18 -0
- package/dist/index282.cjs.map +1 -0
- package/dist/index282.js +18 -0
- package/dist/index282.js.map +1 -0
- package/dist/index283.cjs +18 -0
- package/dist/index283.cjs.map +1 -0
- package/dist/index283.js +18 -0
- package/dist/index283.js.map +1 -0
- package/dist/index284.cjs +18 -0
- package/dist/index284.cjs.map +1 -0
- package/dist/index284.js +18 -0
- package/dist/index284.js.map +1 -0
- package/dist/index285.cjs +18 -0
- package/dist/index285.cjs.map +1 -0
- package/dist/index285.js +18 -0
- package/dist/index285.js.map +1 -0
- package/dist/index286.cjs +87 -0
- package/dist/index286.cjs.map +1 -0
- package/dist/index286.js +87 -0
- package/dist/index286.js.map +1 -0
- package/dist/index287.cjs +35 -0
- package/dist/index287.cjs.map +1 -0
- package/dist/index287.js +35 -0
- package/dist/index287.js.map +1 -0
- package/dist/index288.cjs +17 -0
- package/dist/index288.cjs.map +1 -0
- package/dist/index288.js +17 -0
- package/dist/index288.js.map +1 -0
- package/dist/index289.cjs +17 -0
- package/dist/index289.cjs.map +1 -0
- package/dist/index289.js +17 -0
- package/dist/index289.js.map +1 -0
- package/dist/index29.cjs +17 -0
- package/dist/index29.cjs.map +1 -0
- package/dist/index29.js +17 -0
- package/dist/index29.js.map +1 -0
- package/dist/index290.cjs +17 -0
- package/dist/index290.cjs.map +1 -0
- package/dist/index290.js +17 -0
- package/dist/index290.js.map +1 -0
- package/dist/index291.cjs +30 -0
- package/dist/index291.cjs.map +1 -0
- package/dist/index291.js +30 -0
- package/dist/index291.js.map +1 -0
- package/dist/index292.cjs +33 -0
- package/dist/index292.cjs.map +1 -0
- package/dist/index292.js +33 -0
- package/dist/index292.js.map +1 -0
- package/dist/index293.cjs +19 -0
- package/dist/index293.cjs.map +1 -0
- package/dist/index293.js +19 -0
- package/dist/index293.js.map +1 -0
- package/dist/index294.cjs +20 -0
- package/dist/index294.cjs.map +1 -0
- package/dist/index294.js +20 -0
- package/dist/index294.js.map +1 -0
- package/dist/index295.cjs +17 -0
- package/dist/index295.cjs.map +1 -0
- package/dist/index295.js +17 -0
- package/dist/index295.js.map +1 -0
- package/dist/index296.cjs +17 -0
- package/dist/index296.cjs.map +1 -0
- package/dist/index296.js +17 -0
- package/dist/index296.js.map +1 -0
- package/dist/index297.cjs +26 -0
- package/dist/index297.cjs.map +1 -0
- package/dist/index297.js +26 -0
- package/dist/index297.js.map +1 -0
- package/dist/index298.cjs +22 -0
- package/dist/index298.cjs.map +1 -0
- package/dist/index298.js +22 -0
- package/dist/index298.js.map +1 -0
- package/dist/index299.cjs +23 -0
- package/dist/index299.cjs.map +1 -0
- package/dist/index299.js +23 -0
- package/dist/index299.js.map +1 -0
- package/dist/index3.cjs +69 -0
- package/dist/index3.cjs.map +1 -0
- package/dist/index3.js +69 -0
- package/dist/index3.js.map +1 -0
- package/dist/index30.cjs +66 -0
- package/dist/index30.cjs.map +1 -0
- package/dist/index30.js +49 -0
- package/dist/index30.js.map +1 -0
- package/dist/index300.cjs +57 -0
- package/dist/index300.cjs.map +1 -0
- package/dist/index300.js +57 -0
- package/dist/index300.js.map +1 -0
- package/dist/index301.cjs +18 -0
- package/dist/index301.cjs.map +1 -0
- package/dist/index301.js +18 -0
- package/dist/index301.js.map +1 -0
- package/dist/index302.cjs +14 -0
- package/dist/index302.cjs.map +1 -0
- package/dist/index302.js +14 -0
- package/dist/index302.js.map +1 -0
- package/dist/index303.cjs +19 -0
- package/dist/index303.cjs.map +1 -0
- package/dist/index303.js +19 -0
- package/dist/index303.js.map +1 -0
- package/dist/index304.cjs +19 -0
- package/dist/index304.cjs.map +1 -0
- package/dist/index304.js +19 -0
- package/dist/index304.js.map +1 -0
- package/dist/index305.cjs +20 -0
- package/dist/index305.cjs.map +1 -0
- package/dist/index305.js +20 -0
- package/dist/index305.js.map +1 -0
- package/dist/index306.cjs +58 -0
- package/dist/index306.cjs.map +1 -0
- package/dist/index306.js +58 -0
- package/dist/index306.js.map +1 -0
- package/dist/index307.cjs +20 -0
- package/dist/index307.cjs.map +1 -0
- package/dist/index307.js +20 -0
- package/dist/index307.js.map +1 -0
- package/dist/index308.cjs +21 -0
- package/dist/index308.cjs.map +1 -0
- package/dist/index308.js +21 -0
- package/dist/index308.js.map +1 -0
- package/dist/index309.cjs +19 -0
- package/dist/index309.cjs.map +1 -0
- package/dist/index309.js +19 -0
- package/dist/index309.js.map +1 -0
- package/dist/index31.cjs +101 -0
- package/dist/index31.cjs.map +1 -0
- package/dist/index31.js +84 -0
- package/dist/index31.js.map +1 -0
- package/dist/index310.cjs +21 -0
- package/dist/index310.cjs.map +1 -0
- package/dist/index310.js +21 -0
- package/dist/index310.js.map +1 -0
- package/dist/index311.cjs +23 -0
- package/dist/index311.cjs.map +1 -0
- package/dist/index311.js +23 -0
- package/dist/index311.js.map +1 -0
- package/dist/index312.cjs +18 -0
- package/dist/index312.cjs.map +1 -0
- package/dist/index312.js +18 -0
- package/dist/index312.js.map +1 -0
- package/dist/index313.cjs +18 -0
- package/dist/index313.cjs.map +1 -0
- package/dist/index313.js +18 -0
- package/dist/index313.js.map +1 -0
- package/dist/index314.cjs +48 -0
- package/dist/index314.cjs.map +1 -0
- package/dist/index314.js +48 -0
- package/dist/index314.js.map +1 -0
- package/dist/index315.cjs +42 -0
- package/dist/index315.cjs.map +1 -0
- package/dist/index315.js +42 -0
- package/dist/index315.js.map +1 -0
- package/dist/index316.cjs +17 -0
- package/dist/index316.cjs.map +1 -0
- package/dist/index316.js +17 -0
- package/dist/index316.js.map +1 -0
- package/dist/index317.cjs +21 -0
- package/dist/index317.cjs.map +1 -0
- package/dist/index317.js +21 -0
- package/dist/index317.js.map +1 -0
- package/dist/index318.cjs +17 -0
- package/dist/index318.cjs.map +1 -0
- package/dist/index318.js +17 -0
- package/dist/index318.js.map +1 -0
- package/dist/index319.cjs +17 -0
- package/dist/index319.cjs.map +1 -0
- package/dist/index319.js +17 -0
- package/dist/index319.js.map +1 -0
- package/dist/index32.cjs +199 -0
- package/dist/index32.cjs.map +1 -0
- package/dist/index32.js +199 -0
- package/dist/index32.js.map +1 -0
- package/dist/index320.cjs +14 -0
- package/dist/index320.cjs.map +1 -0
- package/dist/index320.js +14 -0
- package/dist/index320.js.map +1 -0
- package/dist/index321.cjs +14 -0
- package/dist/index321.cjs.map +1 -0
- package/dist/index321.js +14 -0
- package/dist/index321.js.map +1 -0
- package/dist/index322.cjs +15 -0
- package/dist/index322.cjs.map +1 -0
- package/dist/index322.js +15 -0
- package/dist/index322.js.map +1 -0
- package/dist/index323.cjs +18 -0
- package/dist/index323.cjs.map +1 -0
- package/dist/index323.js +18 -0
- package/dist/index323.js.map +1 -0
- package/dist/index324.cjs +12 -0
- package/dist/index324.cjs.map +1 -0
- package/dist/index324.js +12 -0
- package/dist/index324.js.map +1 -0
- package/dist/index325.cjs +13 -0
- package/dist/index325.cjs.map +1 -0
- package/dist/index325.js +13 -0
- package/dist/index325.js.map +1 -0
- package/dist/index326.cjs +15 -0
- package/dist/index326.cjs.map +1 -0
- package/dist/index326.js +15 -0
- package/dist/index326.js.map +1 -0
- package/dist/index327.cjs +13 -0
- package/dist/index327.cjs.map +1 -0
- package/dist/index327.js +13 -0
- package/dist/index327.js.map +1 -0
- package/dist/index328.cjs +15 -0
- package/dist/index328.cjs.map +1 -0
- package/dist/index328.js +15 -0
- package/dist/index328.js.map +1 -0
- package/dist/index329.cjs +12 -0
- package/dist/index329.cjs.map +1 -0
- package/dist/index329.js +12 -0
- package/dist/index329.js.map +1 -0
- package/dist/index33.cjs +20 -0
- package/dist/index33.cjs.map +1 -0
- package/dist/index33.js +20 -0
- package/dist/index33.js.map +1 -0
- package/dist/index330.cjs +16 -0
- package/dist/index330.cjs.map +1 -0
- package/dist/index330.js +16 -0
- package/dist/index330.js.map +1 -0
- package/dist/index331.cjs +14 -0
- package/dist/index331.cjs.map +1 -0
- package/dist/index331.js +14 -0
- package/dist/index331.js.map +1 -0
- package/dist/index332.cjs +15 -0
- package/dist/index332.cjs.map +1 -0
- package/dist/index332.js +15 -0
- package/dist/index332.js.map +1 -0
- package/dist/index333.cjs +13 -0
- package/dist/index333.cjs.map +1 -0
- package/dist/index333.js +13 -0
- package/dist/index333.js.map +1 -0
- package/dist/index334.cjs +13 -0
- package/dist/index334.cjs.map +1 -0
- package/dist/index334.js +13 -0
- package/dist/index334.js.map +1 -0
- package/dist/index335.cjs +12 -0
- package/dist/index335.cjs.map +1 -0
- package/dist/index335.js +12 -0
- package/dist/index335.js.map +1 -0
- package/dist/index336.cjs +13 -0
- package/dist/index336.cjs.map +1 -0
- package/dist/index336.js +13 -0
- package/dist/index336.js.map +1 -0
- package/dist/index337.cjs +13 -0
- package/dist/index337.cjs.map +1 -0
- package/dist/index337.js +13 -0
- package/dist/index337.js.map +1 -0
- package/dist/index338.cjs +13 -0
- package/dist/index338.cjs.map +1 -0
- package/dist/index338.js +13 -0
- package/dist/index338.js.map +1 -0
- package/dist/index339.cjs +12 -0
- package/dist/index339.cjs.map +1 -0
- package/dist/index339.js +12 -0
- package/dist/index339.js.map +1 -0
- package/dist/index34.cjs +111 -0
- package/dist/index34.cjs.map +1 -0
- package/dist/index34.js +111 -0
- package/dist/index34.js.map +1 -0
- package/dist/index340.cjs +17 -0
- package/dist/index340.cjs.map +1 -0
- package/dist/index340.js +17 -0
- package/dist/index340.js.map +1 -0
- package/dist/index341.cjs +19 -0
- package/dist/index341.cjs.map +1 -0
- package/dist/index341.js +19 -0
- package/dist/index341.js.map +1 -0
- package/dist/index342.cjs +13 -0
- package/dist/index342.cjs.map +1 -0
- package/dist/index342.js +13 -0
- package/dist/index342.js.map +1 -0
- package/dist/index343.cjs +14 -0
- package/dist/index343.cjs.map +1 -0
- package/dist/index343.js +14 -0
- package/dist/index343.js.map +1 -0
- package/dist/index344.cjs +13 -0
- package/dist/index344.cjs.map +1 -0
- package/dist/index344.js +13 -0
- package/dist/index344.js.map +1 -0
- package/dist/index345.cjs +13 -0
- package/dist/index345.cjs.map +1 -0
- package/dist/index345.js +13 -0
- package/dist/index345.js.map +1 -0
- package/dist/index346.cjs +13 -0
- package/dist/index346.cjs.map +1 -0
- package/dist/index346.js +13 -0
- package/dist/index346.js.map +1 -0
- package/dist/index347.cjs +15 -0
- package/dist/index347.cjs.map +1 -0
- package/dist/index347.js +15 -0
- package/dist/index347.js.map +1 -0
- package/dist/index348.cjs +17 -0
- package/dist/index348.cjs.map +1 -0
- package/dist/index348.js +17 -0
- package/dist/index348.js.map +1 -0
- package/dist/index349.cjs +12 -0
- package/dist/index349.cjs.map +1 -0
- package/dist/index349.js +12 -0
- package/dist/index349.js.map +1 -0
- package/dist/index35.cjs +12 -0
- package/dist/index35.cjs.map +1 -0
- package/dist/index35.js +12 -0
- package/dist/index35.js.map +1 -0
- package/dist/index350.cjs +13 -0
- package/dist/index350.cjs.map +1 -0
- package/dist/index350.js +13 -0
- package/dist/index350.js.map +1 -0
- package/dist/index351.cjs +12 -0
- package/dist/index351.cjs.map +1 -0
- package/dist/index351.js +12 -0
- package/dist/index351.js.map +1 -0
- package/dist/index352.cjs +13 -0
- package/dist/index352.cjs.map +1 -0
- package/dist/index352.js +13 -0
- package/dist/index352.js.map +1 -0
- package/dist/index353.cjs +16 -0
- package/dist/index353.cjs.map +1 -0
- package/dist/index353.js +16 -0
- package/dist/index353.js.map +1 -0
- package/dist/index354.cjs +14 -0
- package/dist/index354.cjs.map +1 -0
- package/dist/index354.js +14 -0
- package/dist/index354.js.map +1 -0
- package/dist/index355.cjs +14 -0
- package/dist/index355.cjs.map +1 -0
- package/dist/index355.js +14 -0
- package/dist/index355.js.map +1 -0
- package/dist/index356.cjs +12 -0
- package/dist/index356.cjs.map +1 -0
- package/dist/index356.js +12 -0
- package/dist/index356.js.map +1 -0
- package/dist/index357.cjs +13 -0
- package/dist/index357.cjs.map +1 -0
- package/dist/index357.js +13 -0
- package/dist/index357.js.map +1 -0
- package/dist/index358.cjs +13 -0
- package/dist/index358.cjs.map +1 -0
- package/dist/index358.js +13 -0
- package/dist/index358.js.map +1 -0
- package/dist/index359.cjs +14 -0
- package/dist/index359.cjs.map +1 -0
- package/dist/index359.js +14 -0
- package/dist/index359.js.map +1 -0
- package/dist/index36.cjs +166 -0
- package/dist/index36.cjs.map +1 -0
- package/dist/index36.js +166 -0
- package/dist/index36.js.map +1 -0
- package/dist/index360.cjs +14 -0
- package/dist/index360.cjs.map +1 -0
- package/dist/index360.js +14 -0
- package/dist/index360.js.map +1 -0
- package/dist/index361.cjs +13 -0
- package/dist/index361.cjs.map +1 -0
- package/dist/index361.js +13 -0
- package/dist/index361.js.map +1 -0
- package/dist/index362.cjs +13 -0
- package/dist/index362.cjs.map +1 -0
- package/dist/index362.js +13 -0
- package/dist/index362.js.map +1 -0
- package/dist/index363.cjs +13 -0
- package/dist/index363.cjs.map +1 -0
- package/dist/index363.js +13 -0
- package/dist/index363.js.map +1 -0
- package/dist/index364.cjs +12 -0
- package/dist/index364.cjs.map +1 -0
- package/dist/index364.js +12 -0
- package/dist/index364.js.map +1 -0
- package/dist/index365.cjs +16 -0
- package/dist/index365.cjs.map +1 -0
- package/dist/index365.js +16 -0
- package/dist/index365.js.map +1 -0
- package/dist/index366.cjs +19 -0
- package/dist/index366.cjs.map +1 -0
- package/dist/index366.js +19 -0
- package/dist/index366.js.map +1 -0
- package/dist/index367.cjs +14 -0
- package/dist/index367.cjs.map +1 -0
- package/dist/index367.js +14 -0
- package/dist/index367.js.map +1 -0
- package/dist/index368.cjs +16 -0
- package/dist/index368.cjs.map +1 -0
- package/dist/index368.js +16 -0
- package/dist/index368.js.map +1 -0
- package/dist/index369.cjs +13 -0
- package/dist/index369.cjs.map +1 -0
- package/dist/index369.js +13 -0
- package/dist/index369.js.map +1 -0
- package/dist/index37.cjs +29 -0
- package/dist/index37.cjs.map +1 -0
- package/dist/index37.js +29 -0
- package/dist/index37.js.map +1 -0
- package/dist/index370.cjs +14 -0
- package/dist/index370.cjs.map +1 -0
- package/dist/index370.js +14 -0
- package/dist/index370.js.map +1 -0
- package/dist/index371.cjs +14 -0
- package/dist/index371.cjs.map +1 -0
- package/dist/index371.js +14 -0
- package/dist/index371.js.map +1 -0
- package/dist/index372.cjs +21 -0
- package/dist/index372.cjs.map +1 -0
- package/dist/index372.js +21 -0
- package/dist/index372.js.map +1 -0
- package/dist/index373.cjs +15 -0
- package/dist/index373.cjs.map +1 -0
- package/dist/index373.js +15 -0
- package/dist/index373.js.map +1 -0
- package/dist/index374.cjs +12 -0
- package/dist/index374.cjs.map +1 -0
- package/dist/index374.js +12 -0
- package/dist/index374.js.map +1 -0
- package/dist/index375.cjs +17 -0
- package/dist/index375.cjs.map +1 -0
- package/dist/index375.js +17 -0
- package/dist/index375.js.map +1 -0
- package/dist/index376.cjs +18 -0
- package/dist/index376.cjs.map +1 -0
- package/dist/index376.js +18 -0
- package/dist/index376.js.map +1 -0
- package/dist/index377.cjs +12 -0
- package/dist/index377.cjs.map +1 -0
- package/dist/index377.js +12 -0
- package/dist/index377.js.map +1 -0
- package/dist/index378.cjs +13 -0
- package/dist/index378.cjs.map +1 -0
- package/dist/index378.js +13 -0
- package/dist/index378.js.map +1 -0
- package/dist/index379.cjs +13 -0
- package/dist/index379.cjs.map +1 -0
- package/dist/index379.js +13 -0
- package/dist/index379.js.map +1 -0
- package/dist/index38.cjs +45 -0
- package/dist/index38.cjs.map +1 -0
- package/dist/index38.js +28 -0
- package/dist/index38.js.map +1 -0
- package/dist/index380.cjs +13 -0
- package/dist/index380.cjs.map +1 -0
- package/dist/index380.js +13 -0
- package/dist/index380.js.map +1 -0
- package/dist/index381.cjs +17 -0
- package/dist/index381.cjs.map +1 -0
- package/dist/index381.js +17 -0
- package/dist/index381.js.map +1 -0
- package/dist/index382.cjs +13 -0
- package/dist/index382.cjs.map +1 -0
- package/dist/index382.js +13 -0
- package/dist/index382.js.map +1 -0
- package/dist/index383.cjs +13 -0
- package/dist/index383.cjs.map +1 -0
- package/dist/index383.js +13 -0
- package/dist/index383.js.map +1 -0
- package/dist/index384.cjs +13 -0
- package/dist/index384.cjs.map +1 -0
- package/dist/index384.js +13 -0
- package/dist/index384.js.map +1 -0
- package/dist/index385.cjs +14 -0
- package/dist/index385.cjs.map +1 -0
- package/dist/index385.js +14 -0
- package/dist/index385.js.map +1 -0
- package/dist/index386.cjs +15 -0
- package/dist/index386.cjs.map +1 -0
- package/dist/index386.js +15 -0
- package/dist/index386.js.map +1 -0
- package/dist/index387.cjs +14 -0
- package/dist/index387.cjs.map +1 -0
- package/dist/index387.js +14 -0
- package/dist/index387.js.map +1 -0
- package/dist/index388.cjs +14 -0
- package/dist/index388.cjs.map +1 -0
- package/dist/index388.js +14 -0
- package/dist/index388.js.map +1 -0
- package/dist/index389.cjs +13 -0
- package/dist/index389.cjs.map +1 -0
- package/dist/index389.js +13 -0
- package/dist/index389.js.map +1 -0
- package/dist/index39.cjs +56 -0
- package/dist/index39.cjs.map +1 -0
- package/dist/index39.js +39 -0
- package/dist/index39.js.map +1 -0
- package/dist/index390.cjs +15 -0
- package/dist/index390.cjs.map +1 -0
- package/dist/index390.js +15 -0
- package/dist/index390.js.map +1 -0
- package/dist/index391.cjs +17 -0
- package/dist/index391.cjs.map +1 -0
- package/dist/index391.js +17 -0
- package/dist/index391.js.map +1 -0
- package/dist/index392.cjs +14 -0
- package/dist/index392.cjs.map +1 -0
- package/dist/index392.js +14 -0
- package/dist/index392.js.map +1 -0
- package/dist/index393.cjs +14 -0
- package/dist/index393.cjs.map +1 -0
- package/dist/index393.js +14 -0
- package/dist/index393.js.map +1 -0
- package/dist/index394.cjs +18 -0
- package/dist/index394.cjs.map +1 -0
- package/dist/index394.js +18 -0
- package/dist/index394.js.map +1 -0
- package/dist/index395.cjs +14 -0
- package/dist/index395.cjs.map +1 -0
- package/dist/index395.js +14 -0
- package/dist/index395.js.map +1 -0
- package/dist/index396.cjs +15 -0
- package/dist/index396.cjs.map +1 -0
- package/dist/index396.js +15 -0
- package/dist/index396.js.map +1 -0
- package/dist/index397.cjs +12 -0
- package/dist/index397.cjs.map +1 -0
- package/dist/index397.js +12 -0
- package/dist/index397.js.map +1 -0
- package/dist/index398.cjs +12 -0
- package/dist/index398.cjs.map +1 -0
- package/dist/index398.js +12 -0
- package/dist/index398.js.map +1 -0
- package/dist/index399.cjs +18 -0
- package/dist/index399.cjs.map +1 -0
- package/dist/index399.js +18 -0
- package/dist/index399.js.map +1 -0
- package/dist/index4.cjs +43 -0
- package/dist/index4.cjs.map +1 -0
- package/dist/index4.js +43 -0
- package/dist/index4.js.map +1 -0
- package/dist/index40.cjs +54 -0
- package/dist/index40.cjs.map +1 -0
- package/dist/index40.js +54 -0
- package/dist/index40.js.map +1 -0
- package/dist/index400.cjs +19 -0
- package/dist/index400.cjs.map +1 -0
- package/dist/index400.js +19 -0
- package/dist/index400.js.map +1 -0
- package/dist/index401.cjs +13 -0
- package/dist/index401.cjs.map +1 -0
- package/dist/index401.js +13 -0
- package/dist/index401.js.map +1 -0
- package/dist/index402.cjs +13 -0
- package/dist/index402.cjs.map +1 -0
- package/dist/index402.js +13 -0
- package/dist/index402.js.map +1 -0
- package/dist/index403.cjs +12 -0
- package/dist/index403.cjs.map +1 -0
- package/dist/index403.js +12 -0
- package/dist/index403.js.map +1 -0
- package/dist/index404.cjs +13 -0
- package/dist/index404.cjs.map +1 -0
- package/dist/index404.js +13 -0
- package/dist/index404.js.map +1 -0
- package/dist/index405.cjs +13 -0
- package/dist/index405.cjs.map +1 -0
- package/dist/index405.js +13 -0
- package/dist/index405.js.map +1 -0
- package/dist/index406.cjs +14 -0
- package/dist/index406.cjs.map +1 -0
- package/dist/index406.js +14 -0
- package/dist/index406.js.map +1 -0
- package/dist/index407.cjs +14 -0
- package/dist/index407.cjs.map +1 -0
- package/dist/index407.js +14 -0
- package/dist/index407.js.map +1 -0
- package/dist/index408.cjs +15 -0
- package/dist/index408.cjs.map +1 -0
- package/dist/index408.js +15 -0
- package/dist/index408.js.map +1 -0
- package/dist/index409.cjs +13 -0
- package/dist/index409.cjs.map +1 -0
- package/dist/index409.js +13 -0
- package/dist/index409.js.map +1 -0
- package/dist/index41.cjs +69 -0
- package/dist/index41.cjs.map +1 -0
- package/dist/index41.js +69 -0
- package/dist/index41.js.map +1 -0
- package/dist/index410.cjs +13 -0
- package/dist/index410.cjs.map +1 -0
- package/dist/index410.js +13 -0
- package/dist/index410.js.map +1 -0
- package/dist/index411.cjs +14 -0
- package/dist/index411.cjs.map +1 -0
- package/dist/index411.js +14 -0
- package/dist/index411.js.map +1 -0
- package/dist/index412.cjs +15 -0
- package/dist/index412.cjs.map +1 -0
- package/dist/index412.js +15 -0
- package/dist/index412.js.map +1 -0
- package/dist/index413.cjs +15 -0
- package/dist/index413.cjs.map +1 -0
- package/dist/index413.js +15 -0
- package/dist/index413.js.map +1 -0
- package/dist/index414.cjs +12 -0
- package/dist/index414.cjs.map +1 -0
- package/dist/index414.js +12 -0
- package/dist/index414.js.map +1 -0
- package/dist/index415.cjs +18 -0
- package/dist/index415.cjs.map +1 -0
- package/dist/index415.js +18 -0
- package/dist/index415.js.map +1 -0
- package/dist/index416.cjs +14 -0
- package/dist/index416.cjs.map +1 -0
- package/dist/index416.js +14 -0
- package/dist/index416.js.map +1 -0
- package/dist/index417.cjs +13 -0
- package/dist/index417.cjs.map +1 -0
- package/dist/index417.js +13 -0
- package/dist/index417.js.map +1 -0
- package/dist/index418.cjs +18 -0
- package/dist/index418.cjs.map +1 -0
- package/dist/index418.js +18 -0
- package/dist/index418.js.map +1 -0
- package/dist/index419.cjs +15 -0
- package/dist/index419.cjs.map +1 -0
- package/dist/index419.js +15 -0
- package/dist/index419.js.map +1 -0
- package/dist/index42.cjs +64 -0
- package/dist/index42.cjs.map +1 -0
- package/dist/index42.js +64 -0
- package/dist/index42.js.map +1 -0
- package/dist/index420.cjs +14 -0
- package/dist/index420.cjs.map +1 -0
- package/dist/index420.js +14 -0
- package/dist/index420.js.map +1 -0
- package/dist/index421.cjs +14 -0
- package/dist/index421.cjs.map +1 -0
- package/dist/index421.js +14 -0
- package/dist/index421.js.map +1 -0
- package/dist/index422.cjs +19 -0
- package/dist/index422.cjs.map +1 -0
- package/dist/index422.js +19 -0
- package/dist/index422.js.map +1 -0
- package/dist/index423.cjs +13 -0
- package/dist/index423.cjs.map +1 -0
- package/dist/index423.js +13 -0
- package/dist/index423.js.map +1 -0
- package/dist/index424.cjs +13 -0
- package/dist/index424.cjs.map +1 -0
- package/dist/index424.js +13 -0
- package/dist/index424.js.map +1 -0
- package/dist/index425.cjs +13 -0
- package/dist/index425.cjs.map +1 -0
- package/dist/index425.js +13 -0
- package/dist/index425.js.map +1 -0
- package/dist/index426.cjs +14 -0
- package/dist/index426.cjs.map +1 -0
- package/dist/index426.js +14 -0
- package/dist/index426.js.map +1 -0
- package/dist/index427.cjs +13 -0
- package/dist/index427.cjs.map +1 -0
- package/dist/index427.js +13 -0
- package/dist/index427.js.map +1 -0
- package/dist/index428.cjs +14 -0
- package/dist/index428.cjs.map +1 -0
- package/dist/index428.js +14 -0
- package/dist/index428.js.map +1 -0
- package/dist/index429.cjs +14 -0
- package/dist/index429.cjs.map +1 -0
- package/dist/index429.js +14 -0
- package/dist/index429.js.map +1 -0
- package/dist/index43.cjs +19 -0
- package/dist/index43.cjs.map +1 -0
- package/dist/index43.js +19 -0
- package/dist/index43.js.map +1 -0
- package/dist/index430.cjs +14 -0
- package/dist/index430.cjs.map +1 -0
- package/dist/index430.js +14 -0
- package/dist/index430.js.map +1 -0
- package/dist/index431.cjs +13 -0
- package/dist/index431.cjs.map +1 -0
- package/dist/index431.js +13 -0
- package/dist/index431.js.map +1 -0
- package/dist/index432.cjs +16 -0
- package/dist/index432.cjs.map +1 -0
- package/dist/index432.js +16 -0
- package/dist/index432.js.map +1 -0
- package/dist/index433.cjs +12 -0
- package/dist/index433.cjs.map +1 -0
- package/dist/index433.js +12 -0
- package/dist/index433.js.map +1 -0
- package/dist/index434.cjs +13 -0
- package/dist/index434.cjs.map +1 -0
- package/dist/index434.js +13 -0
- package/dist/index434.js.map +1 -0
- package/dist/index435.cjs +12 -0
- package/dist/index435.cjs.map +1 -0
- package/dist/index435.js +12 -0
- package/dist/index435.js.map +1 -0
- package/dist/index436.cjs +16 -0
- package/dist/index436.cjs.map +1 -0
- package/dist/index436.js +16 -0
- package/dist/index436.js.map +1 -0
- package/dist/index437.cjs +13 -0
- package/dist/index437.cjs.map +1 -0
- package/dist/index437.js +13 -0
- package/dist/index437.js.map +1 -0
- package/dist/index438.cjs +12 -0
- package/dist/index438.cjs.map +1 -0
- package/dist/index438.js +12 -0
- package/dist/index438.js.map +1 -0
- package/dist/index439.cjs +13 -0
- package/dist/index439.cjs.map +1 -0
- package/dist/index439.js +13 -0
- package/dist/index439.js.map +1 -0
- package/dist/index44.cjs +25 -0
- package/dist/index44.cjs.map +1 -0
- package/dist/index44.js +25 -0
- package/dist/index44.js.map +1 -0
- package/dist/index440.cjs +13 -0
- package/dist/index440.cjs.map +1 -0
- package/dist/index440.js +13 -0
- package/dist/index440.js.map +1 -0
- package/dist/index441.cjs +13 -0
- package/dist/index441.cjs.map +1 -0
- package/dist/index441.js +13 -0
- package/dist/index441.js.map +1 -0
- package/dist/index442.cjs +13 -0
- package/dist/index442.cjs.map +1 -0
- package/dist/index442.js +13 -0
- package/dist/index442.js.map +1 -0
- package/dist/index443.cjs +18 -0
- package/dist/index443.cjs.map +1 -0
- package/dist/index443.js +18 -0
- package/dist/index443.js.map +1 -0
- package/dist/index444.cjs +13 -0
- package/dist/index444.cjs.map +1 -0
- package/dist/index444.js +13 -0
- package/dist/index444.js.map +1 -0
- package/dist/index445.cjs +14 -0
- package/dist/index445.cjs.map +1 -0
- package/dist/index445.js +14 -0
- package/dist/index445.js.map +1 -0
- package/dist/index446.cjs +13 -0
- package/dist/index446.cjs.map +1 -0
- package/dist/index446.js +13 -0
- package/dist/index446.js.map +1 -0
- package/dist/index447.cjs +14 -0
- package/dist/index447.cjs.map +1 -0
- package/dist/index447.js +14 -0
- package/dist/index447.js.map +1 -0
- package/dist/index448.cjs +20 -0
- package/dist/index448.cjs.map +1 -0
- package/dist/index448.js +20 -0
- package/dist/index448.js.map +1 -0
- package/dist/index449.cjs +15 -0
- package/dist/index449.cjs.map +1 -0
- package/dist/index449.js +15 -0
- package/dist/index449.js.map +1 -0
- package/dist/index45.cjs +68 -0
- package/dist/index45.cjs.map +1 -0
- package/dist/index45.js +68 -0
- package/dist/index45.js.map +1 -0
- package/dist/index450.cjs +18 -0
- package/dist/index450.cjs.map +1 -0
- package/dist/index450.js +18 -0
- package/dist/index450.js.map +1 -0
- package/dist/index451.cjs +15 -0
- package/dist/index451.cjs.map +1 -0
- package/dist/index451.js +15 -0
- package/dist/index451.js.map +1 -0
- package/dist/index452.cjs +15 -0
- package/dist/index452.cjs.map +1 -0
- package/dist/index452.js +15 -0
- package/dist/index452.js.map +1 -0
- package/dist/index453.cjs +13 -0
- package/dist/index453.cjs.map +1 -0
- package/dist/index453.js +13 -0
- package/dist/index453.js.map +1 -0
- package/dist/index454.cjs +12 -0
- package/dist/index454.cjs.map +1 -0
- package/dist/index454.js +12 -0
- package/dist/index454.js.map +1 -0
- package/dist/index455.cjs +16 -0
- package/dist/index455.cjs.map +1 -0
- package/dist/index455.js +16 -0
- package/dist/index455.js.map +1 -0
- package/dist/index456.cjs +13 -0
- package/dist/index456.cjs.map +1 -0
- package/dist/index456.js +13 -0
- package/dist/index456.js.map +1 -0
- package/dist/index457.cjs +13 -0
- package/dist/index457.cjs.map +1 -0
- package/dist/index457.js +13 -0
- package/dist/index457.js.map +1 -0
- package/dist/index458.cjs +14 -0
- package/dist/index458.cjs.map +1 -0
- package/dist/index458.js +14 -0
- package/dist/index458.js.map +1 -0
- package/dist/index459.cjs +22 -0
- package/dist/index459.cjs.map +1 -0
- package/dist/index459.js +22 -0
- package/dist/index459.js.map +1 -0
- package/dist/index46.cjs +52 -0
- package/dist/index46.cjs.map +1 -0
- package/dist/index46.js +35 -0
- package/dist/index46.js.map +1 -0
- package/dist/index460.cjs +15 -0
- package/dist/index460.cjs.map +1 -0
- package/dist/index460.js +15 -0
- package/dist/index460.js.map +1 -0
- package/dist/index461.cjs +15 -0
- package/dist/index461.cjs.map +1 -0
- package/dist/index461.js +15 -0
- package/dist/index461.js.map +1 -0
- package/dist/index462.cjs +12 -0
- package/dist/index462.cjs.map +1 -0
- package/dist/index462.js +12 -0
- package/dist/index462.js.map +1 -0
- package/dist/index463.cjs +15 -0
- package/dist/index463.cjs.map +1 -0
- package/dist/index463.js +15 -0
- package/dist/index463.js.map +1 -0
- package/dist/index464.cjs +14 -0
- package/dist/index464.cjs.map +1 -0
- package/dist/index464.js +14 -0
- package/dist/index464.js.map +1 -0
- package/dist/index465.cjs +14 -0
- package/dist/index465.cjs.map +1 -0
- package/dist/index465.js +14 -0
- package/dist/index465.js.map +1 -0
- package/dist/index466.cjs +13 -0
- package/dist/index466.cjs.map +1 -0
- package/dist/index466.js +13 -0
- package/dist/index466.js.map +1 -0
- package/dist/index467.cjs +12 -0
- package/dist/index467.cjs.map +1 -0
- package/dist/index467.js +12 -0
- package/dist/index467.js.map +1 -0
- package/dist/index468.cjs +19 -0
- package/dist/index468.cjs.map +1 -0
- package/dist/index468.js +19 -0
- package/dist/index468.js.map +1 -0
- package/dist/index469.cjs +14 -0
- package/dist/index469.cjs.map +1 -0
- package/dist/index469.js +14 -0
- package/dist/index469.js.map +1 -0
- package/dist/index47.cjs +101 -0
- package/dist/index47.cjs.map +1 -0
- package/dist/index47.js +84 -0
- package/dist/index47.js.map +1 -0
- package/dist/index470.cjs +14 -0
- package/dist/index470.cjs.map +1 -0
- package/dist/index470.js +14 -0
- package/dist/index470.js.map +1 -0
- package/dist/index471.cjs +16 -0
- package/dist/index471.cjs.map +1 -0
- package/dist/index471.js +16 -0
- package/dist/index471.js.map +1 -0
- package/dist/index472.cjs +15 -0
- package/dist/index472.cjs.map +1 -0
- package/dist/index472.js +15 -0
- package/dist/index472.js.map +1 -0
- package/dist/index473.cjs +12 -0
- package/dist/index473.cjs.map +1 -0
- package/dist/index473.js +12 -0
- package/dist/index473.js.map +1 -0
- package/dist/index474.cjs +13 -0
- package/dist/index474.cjs.map +1 -0
- package/dist/index474.js +13 -0
- package/dist/index474.js.map +1 -0
- package/dist/index475.cjs +13 -0
- package/dist/index475.cjs.map +1 -0
- package/dist/index475.js +13 -0
- package/dist/index475.js.map +1 -0
- package/dist/index476.cjs +16 -0
- package/dist/index476.cjs.map +1 -0
- package/dist/index476.js +16 -0
- package/dist/index476.js.map +1 -0
- package/dist/index477.cjs +13 -0
- package/dist/index477.cjs.map +1 -0
- package/dist/index477.js +13 -0
- package/dist/index477.js.map +1 -0
- package/dist/index478.cjs +15 -0
- package/dist/index478.cjs.map +1 -0
- package/dist/index478.js +15 -0
- package/dist/index478.js.map +1 -0
- package/dist/index479.cjs +14 -0
- package/dist/index479.cjs.map +1 -0
- package/dist/index479.js +14 -0
- package/dist/index479.js.map +1 -0
- package/dist/index48.cjs +160 -0
- package/dist/index48.cjs.map +1 -0
- package/dist/index48.js +160 -0
- package/dist/index48.js.map +1 -0
- package/dist/index480.cjs +15 -0
- package/dist/index480.cjs.map +1 -0
- package/dist/index480.js +15 -0
- package/dist/index480.js.map +1 -0
- package/dist/index481.cjs +14 -0
- package/dist/index481.cjs.map +1 -0
- package/dist/index481.js +14 -0
- package/dist/index481.js.map +1 -0
- package/dist/index482.cjs +12 -0
- package/dist/index482.cjs.map +1 -0
- package/dist/index482.js +12 -0
- package/dist/index482.js.map +1 -0
- package/dist/index483.cjs +14 -0
- package/dist/index483.cjs.map +1 -0
- package/dist/index483.js +14 -0
- package/dist/index483.js.map +1 -0
- package/dist/index484.cjs +19 -0
- package/dist/index484.cjs.map +1 -0
- package/dist/index484.js +19 -0
- package/dist/index484.js.map +1 -0
- package/dist/index485.cjs +15 -0
- package/dist/index485.cjs.map +1 -0
- package/dist/index485.js +15 -0
- package/dist/index485.js.map +1 -0
- package/dist/index486.cjs +17 -0
- package/dist/index486.cjs.map +1 -0
- package/dist/index486.js +17 -0
- package/dist/index486.js.map +1 -0
- package/dist/index487.cjs +13 -0
- package/dist/index487.cjs.map +1 -0
- package/dist/index487.js +13 -0
- package/dist/index487.js.map +1 -0
- package/dist/index488.cjs +17 -0
- package/dist/index488.cjs.map +1 -0
- package/dist/index488.js +17 -0
- package/dist/index488.js.map +1 -0
- package/dist/index489.cjs +13 -0
- package/dist/index489.cjs.map +1 -0
- package/dist/index489.js +13 -0
- package/dist/index489.js.map +1 -0
- package/dist/index49.cjs +21 -0
- package/dist/index49.cjs.map +1 -0
- package/dist/index49.js +21 -0
- package/dist/index49.js.map +1 -0
- package/dist/index490.cjs +12 -0
- package/dist/index490.cjs.map +1 -0
- package/dist/index490.js +12 -0
- package/dist/index490.js.map +1 -0
- package/dist/index491.cjs +15 -0
- package/dist/index491.cjs.map +1 -0
- package/dist/index491.js +15 -0
- package/dist/index491.js.map +1 -0
- package/dist/index492.cjs +14 -0
- package/dist/index492.cjs.map +1 -0
- package/dist/index492.js +14 -0
- package/dist/index492.js.map +1 -0
- package/dist/index493.cjs +19 -0
- package/dist/index493.cjs.map +1 -0
- package/dist/index493.js +19 -0
- package/dist/index493.js.map +1 -0
- package/dist/index494.cjs +20 -0
- package/dist/index494.cjs.map +1 -0
- package/dist/index494.js +20 -0
- package/dist/index494.js.map +1 -0
- package/dist/index495.cjs +13 -0
- package/dist/index495.cjs.map +1 -0
- package/dist/index495.js +13 -0
- package/dist/index495.js.map +1 -0
- package/dist/index496.cjs +13 -0
- package/dist/index496.cjs.map +1 -0
- package/dist/index496.js +13 -0
- package/dist/index496.js.map +1 -0
- package/dist/index497.cjs +14 -0
- package/dist/index497.cjs.map +1 -0
- package/dist/index497.js +14 -0
- package/dist/index497.js.map +1 -0
- package/dist/index498.cjs +12 -0
- package/dist/index498.cjs.map +1 -0
- package/dist/index498.js +12 -0
- package/dist/index498.js.map +1 -0
- package/dist/index499.cjs +13 -0
- package/dist/index499.cjs.map +1 -0
- package/dist/index499.js +13 -0
- package/dist/index499.js.map +1 -0
- package/dist/index5.cjs +43 -0
- package/dist/index5.cjs.map +1 -0
- package/dist/index5.js +43 -0
- package/dist/index5.js.map +1 -0
- package/dist/index50.cjs +11 -0
- package/dist/index50.cjs.map +1 -0
- package/dist/index50.js +11 -0
- package/dist/index50.js.map +1 -0
- package/dist/index500.cjs +12 -0
- package/dist/index500.cjs.map +1 -0
- package/dist/index500.js +12 -0
- package/dist/index500.js.map +1 -0
- package/dist/index501.cjs +14 -0
- package/dist/index501.cjs.map +1 -0
- package/dist/index501.js +14 -0
- package/dist/index501.js.map +1 -0
- package/dist/index502.cjs +13 -0
- package/dist/index502.cjs.map +1 -0
- package/dist/index502.js +13 -0
- package/dist/index502.js.map +1 -0
- package/dist/index503.cjs +14 -0
- package/dist/index503.cjs.map +1 -0
- package/dist/index503.js +14 -0
- package/dist/index503.js.map +1 -0
- package/dist/index504.cjs +12 -0
- package/dist/index504.cjs.map +1 -0
- package/dist/index504.js +12 -0
- package/dist/index504.js.map +1 -0
- package/dist/index505.cjs +18 -0
- package/dist/index505.cjs.map +1 -0
- package/dist/index505.js +18 -0
- package/dist/index505.js.map +1 -0
- package/dist/index506.cjs +15 -0
- package/dist/index506.cjs.map +1 -0
- package/dist/index506.js +15 -0
- package/dist/index506.js.map +1 -0
- package/dist/index507.cjs +14 -0
- package/dist/index507.cjs.map +1 -0
- package/dist/index507.js +14 -0
- package/dist/index507.js.map +1 -0
- package/dist/index508.cjs +18 -0
- package/dist/index508.cjs.map +1 -0
- package/dist/index508.js +18 -0
- package/dist/index508.js.map +1 -0
- package/dist/index509.cjs +15 -0
- package/dist/index509.cjs.map +1 -0
- package/dist/index509.js +15 -0
- package/dist/index509.js.map +1 -0
- package/dist/index51.cjs +408 -0
- package/dist/index51.cjs.map +1 -0
- package/dist/index51.js +408 -0
- package/dist/index51.js.map +1 -0
- package/dist/index510.cjs +14 -0
- package/dist/index510.cjs.map +1 -0
- package/dist/index510.js +14 -0
- package/dist/index510.js.map +1 -0
- package/dist/index511.cjs +14 -0
- package/dist/index511.cjs.map +1 -0
- package/dist/index511.js +14 -0
- package/dist/index511.js.map +1 -0
- package/dist/index512.cjs +14 -0
- package/dist/index512.cjs.map +1 -0
- package/dist/index512.js +14 -0
- package/dist/index512.js.map +1 -0
- package/dist/index513.cjs +20 -0
- package/dist/index513.cjs.map +1 -0
- package/dist/index513.js +20 -0
- package/dist/index513.js.map +1 -0
- package/dist/index514.cjs +12 -0
- package/dist/index514.cjs.map +1 -0
- package/dist/index514.js +12 -0
- package/dist/index514.js.map +1 -0
- package/dist/index515.cjs +13 -0
- package/dist/index515.cjs.map +1 -0
- package/dist/index515.js +13 -0
- package/dist/index515.js.map +1 -0
- package/dist/index516.cjs +13 -0
- package/dist/index516.cjs.map +1 -0
- package/dist/index516.js +13 -0
- package/dist/index516.js.map +1 -0
- package/dist/index517.cjs +16 -0
- package/dist/index517.cjs.map +1 -0
- package/dist/index517.js +16 -0
- package/dist/index517.js.map +1 -0
- package/dist/index518.cjs +15 -0
- package/dist/index518.cjs.map +1 -0
- package/dist/index518.js +15 -0
- package/dist/index518.js.map +1 -0
- package/dist/index519.cjs +18 -0
- package/dist/index519.cjs.map +1 -0
- package/dist/index519.js +18 -0
- package/dist/index519.js.map +1 -0
- package/dist/index52.cjs +27 -0
- package/dist/index52.cjs.map +1 -0
- package/dist/index52.js +27 -0
- package/dist/index52.js.map +1 -0
- package/dist/index520.cjs +148 -0
- package/dist/index520.cjs.map +1 -0
- package/dist/index520.js +148 -0
- package/dist/index520.js.map +1 -0
- package/dist/index521.cjs +21 -0
- package/dist/index521.cjs.map +1 -0
- package/dist/index521.js +21 -0
- package/dist/index521.js.map +1 -0
- package/dist/index522.cjs +73 -0
- package/dist/index522.cjs.map +1 -0
- package/dist/index522.js +73 -0
- package/dist/index522.js.map +1 -0
- package/dist/index523.cjs +23 -0
- package/dist/index523.cjs.map +1 -0
- package/dist/index523.js +23 -0
- package/dist/index523.js.map +1 -0
- package/dist/index524.cjs +17 -0
- package/dist/index524.cjs.map +1 -0
- package/dist/index524.js +17 -0
- package/dist/index524.js.map +1 -0
- package/dist/index525.cjs +16 -0
- package/dist/index525.cjs.map +1 -0
- package/dist/index525.js +16 -0
- package/dist/index525.js.map +1 -0
- package/dist/index526.cjs +8 -0
- package/dist/index526.cjs.map +1 -0
- package/dist/index526.js +8 -0
- package/dist/index526.js.map +1 -0
- package/dist/index527.cjs +39 -0
- package/dist/index527.cjs.map +1 -0
- package/dist/index527.js +39 -0
- package/dist/index527.js.map +1 -0
- package/dist/index528.cjs +20 -0
- package/dist/index528.cjs.map +1 -0
- package/dist/index528.js +20 -0
- package/dist/index528.js.map +1 -0
- package/dist/index529.cjs +28 -0
- package/dist/index529.cjs.map +1 -0
- package/dist/index529.js +28 -0
- package/dist/index529.js.map +1 -0
- package/dist/index53.cjs +27 -0
- package/dist/index53.cjs.map +1 -0
- package/dist/index53.js +27 -0
- package/dist/index53.js.map +1 -0
- package/dist/index530.cjs +42 -0
- package/dist/index530.cjs.map +1 -0
- package/dist/index530.js +42 -0
- package/dist/index530.js.map +1 -0
- package/dist/index531.cjs +29 -0
- package/dist/index531.cjs.map +1 -0
- package/dist/index531.js +29 -0
- package/dist/index531.js.map +1 -0
- package/dist/index532.cjs +75 -0
- package/dist/index532.cjs.map +1 -0
- package/dist/index532.js +75 -0
- package/dist/index532.js.map +1 -0
- package/dist/index533.cjs +113 -0
- package/dist/index533.cjs.map +1 -0
- package/dist/index533.js +113 -0
- package/dist/index533.js.map +1 -0
- package/dist/index534.cjs +32 -0
- package/dist/index534.cjs.map +1 -0
- package/dist/index534.js +32 -0
- package/dist/index534.js.map +1 -0
- package/dist/index535.cjs +15 -0
- package/dist/index535.cjs.map +1 -0
- package/dist/index535.js +15 -0
- package/dist/index535.js.map +1 -0
- package/dist/index536.cjs +22 -0
- package/dist/index536.cjs.map +1 -0
- package/dist/index536.js +22 -0
- package/dist/index536.js.map +1 -0
- package/dist/index537.cjs +76 -0
- package/dist/index537.cjs.map +1 -0
- package/dist/index537.js +76 -0
- package/dist/index537.js.map +1 -0
- package/dist/index538.cjs +68 -0
- package/dist/index538.cjs.map +1 -0
- package/dist/index538.js +68 -0
- package/dist/index538.js.map +1 -0
- package/dist/index539.cjs +57 -0
- package/dist/index539.cjs.map +1 -0
- package/dist/index539.js +57 -0
- package/dist/index539.js.map +1 -0
- package/dist/index54.cjs +14 -0
- package/dist/index54.cjs.map +1 -0
- package/dist/index54.js +14 -0
- package/dist/index54.js.map +1 -0
- package/dist/index540.cjs +29 -0
- package/dist/index540.cjs.map +1 -0
- package/dist/index540.js +29 -0
- package/dist/index540.js.map +1 -0
- package/dist/index541.cjs +88 -0
- package/dist/index541.cjs.map +1 -0
- package/dist/index541.js +88 -0
- package/dist/index541.js.map +1 -0
- package/dist/index542.cjs +27 -0
- package/dist/index542.cjs.map +1 -0
- package/dist/index542.js +27 -0
- package/dist/index542.js.map +1 -0
- package/dist/index543.cjs +10 -0
- package/dist/index543.cjs.map +1 -0
- package/dist/index543.js +10 -0
- package/dist/index543.js.map +1 -0
- package/dist/index544.cjs +16 -0
- package/dist/index544.cjs.map +1 -0
- package/dist/index544.js +16 -0
- package/dist/index544.js.map +1 -0
- package/dist/index545.cjs +15 -0
- package/dist/index545.cjs.map +1 -0
- package/dist/index545.js +15 -0
- package/dist/index545.js.map +1 -0
- package/dist/index546.cjs +122 -0
- package/dist/index546.cjs.map +1 -0
- package/dist/index546.js +122 -0
- package/dist/index546.js.map +1 -0
- package/dist/index547.cjs +14 -0
- package/dist/index547.cjs.map +1 -0
- package/dist/index547.js +14 -0
- package/dist/index547.js.map +1 -0
- package/dist/index548.cjs +82 -0
- package/dist/index548.cjs.map +1 -0
- package/dist/index548.js +82 -0
- package/dist/index548.js.map +1 -0
- package/dist/index549.cjs +22 -0
- package/dist/index549.cjs.map +1 -0
- package/dist/index549.js +22 -0
- package/dist/index549.js.map +1 -0
- package/dist/index55.cjs +14 -0
- package/dist/index55.cjs.map +1 -0
- package/dist/index55.js +14 -0
- package/dist/index55.js.map +1 -0
- package/dist/index550.cjs +14 -0
- package/dist/index550.cjs.map +1 -0
- package/dist/index550.js +14 -0
- package/dist/index550.js.map +1 -0
- package/dist/index551.cjs +61 -0
- package/dist/index551.cjs.map +1 -0
- package/dist/index551.js +61 -0
- package/dist/index551.js.map +1 -0
- package/dist/index552.cjs +15 -0
- package/dist/index552.cjs.map +1 -0
- package/dist/index552.js +15 -0
- package/dist/index552.js.map +1 -0
- package/dist/index553.cjs +34 -0
- package/dist/index553.cjs.map +1 -0
- package/dist/index553.js +34 -0
- package/dist/index553.js.map +1 -0
- package/dist/index554.cjs +48 -0
- package/dist/index554.cjs.map +1 -0
- package/dist/index554.js +48 -0
- package/dist/index554.js.map +1 -0
- package/dist/index555.cjs +27 -0
- package/dist/index555.cjs.map +1 -0
- package/dist/index555.js +27 -0
- package/dist/index555.js.map +1 -0
- package/dist/index556.cjs +10 -0
- package/dist/index556.cjs.map +1 -0
- package/dist/index556.js +10 -0
- package/dist/index556.js.map +1 -0
- package/dist/index557.cjs +86 -0
- package/dist/index557.cjs.map +1 -0
- package/dist/index557.js +86 -0
- package/dist/index557.js.map +1 -0
- package/dist/index56.cjs +24 -0
- package/dist/index56.cjs.map +1 -0
- package/dist/index56.js +24 -0
- package/dist/index56.js.map +1 -0
- package/dist/index57.cjs +24 -0
- package/dist/index57.cjs.map +1 -0
- package/dist/index57.js +24 -0
- package/dist/index57.js.map +1 -0
- package/dist/index58.cjs +23 -0
- package/dist/index58.cjs.map +1 -0
- package/dist/index58.js +23 -0
- package/dist/index58.js.map +1 -0
- package/dist/index59.cjs +23 -0
- package/dist/index59.cjs.map +1 -0
- package/dist/index59.js +23 -0
- package/dist/index59.js.map +1 -0
- package/dist/index6.cjs +63 -0
- package/dist/index6.cjs.map +1 -0
- package/dist/index6.js +63 -0
- package/dist/index6.js.map +1 -0
- package/dist/index60.cjs +30 -0
- package/dist/index60.cjs.map +1 -0
- package/dist/index60.js +30 -0
- package/dist/index60.js.map +1 -0
- package/dist/index61.cjs +30 -0
- package/dist/index61.cjs.map +1 -0
- package/dist/index61.js +30 -0
- package/dist/index61.js.map +1 -0
- package/dist/index62.cjs +45 -0
- package/dist/index62.cjs.map +1 -0
- package/dist/index62.js +45 -0
- package/dist/index62.js.map +1 -0
- package/dist/index63.cjs +45 -0
- package/dist/index63.cjs.map +1 -0
- package/dist/index63.js +45 -0
- package/dist/index63.js.map +1 -0
- package/dist/index64.cjs +25 -0
- package/dist/index64.cjs.map +1 -0
- package/dist/index64.js +25 -0
- package/dist/index64.js.map +1 -0
- package/dist/index65.cjs +25 -0
- package/dist/index65.cjs.map +1 -0
- package/dist/index65.js +25 -0
- package/dist/index65.js.map +1 -0
- package/dist/index66.cjs +45 -0
- package/dist/index66.cjs.map +1 -0
- package/dist/index66.js +45 -0
- package/dist/index66.js.map +1 -0
- package/dist/index67.cjs +45 -0
- package/dist/index67.cjs.map +1 -0
- package/dist/index67.js +45 -0
- package/dist/index67.js.map +1 -0
- package/dist/index68.cjs +29 -0
- package/dist/index68.cjs.map +1 -0
- package/dist/index68.js +29 -0
- package/dist/index68.js.map +1 -0
- package/dist/index69.cjs +29 -0
- package/dist/index69.cjs.map +1 -0
- package/dist/index69.js +29 -0
- package/dist/index69.js.map +1 -0
- package/dist/index7.cjs +10 -0
- package/dist/index7.cjs.map +1 -0
- package/dist/index7.js +10 -0
- package/dist/index7.js.map +1 -0
- package/dist/index70.cjs +22 -0
- package/dist/index70.cjs.map +1 -0
- package/dist/index70.js +22 -0
- package/dist/index70.js.map +1 -0
- package/dist/index71.cjs +22 -0
- package/dist/index71.cjs.map +1 -0
- package/dist/index71.js +22 -0
- package/dist/index71.js.map +1 -0
- package/dist/index72.cjs +25 -0
- package/dist/index72.cjs.map +1 -0
- package/dist/index72.js +25 -0
- package/dist/index72.js.map +1 -0
- package/dist/index73.cjs +25 -0
- package/dist/index73.cjs.map +1 -0
- package/dist/index73.js +25 -0
- package/dist/index73.js.map +1 -0
- package/dist/index74.cjs +30 -0
- package/dist/index74.cjs.map +1 -0
- package/dist/index74.js +30 -0
- package/dist/index74.js.map +1 -0
- package/dist/index75.cjs +31 -0
- package/dist/index75.cjs.map +1 -0
- package/dist/index75.js +31 -0
- package/dist/index75.js.map +1 -0
- package/dist/index76.cjs +25 -0
- package/dist/index76.cjs.map +1 -0
- package/dist/index76.js +25 -0
- package/dist/index76.js.map +1 -0
- package/dist/index77.cjs +25 -0
- package/dist/index77.cjs.map +1 -0
- package/dist/index77.js +25 -0
- package/dist/index77.js.map +1 -0
- package/dist/index78.cjs +31 -0
- package/dist/index78.cjs.map +1 -0
- package/dist/index78.js +31 -0
- package/dist/index78.js.map +1 -0
- package/dist/index79.cjs +31 -0
- package/dist/index79.cjs.map +1 -0
- package/dist/index79.js +31 -0
- package/dist/index79.js.map +1 -0
- package/dist/index8.cjs +45 -0
- package/dist/index8.cjs.map +1 -0
- package/dist/index8.js +45 -0
- package/dist/index8.js.map +1 -0
- package/dist/index80.cjs +54 -0
- package/dist/index80.cjs.map +1 -0
- package/dist/index80.js +54 -0
- package/dist/index80.js.map +1 -0
- package/dist/index81.cjs +53 -0
- package/dist/index81.cjs.map +1 -0
- package/dist/index81.js +53 -0
- package/dist/index81.js.map +1 -0
- package/dist/index82.cjs +29 -0
- package/dist/index82.cjs.map +1 -0
- package/dist/index82.js +29 -0
- package/dist/index82.js.map +1 -0
- package/dist/index83.cjs +29 -0
- package/dist/index83.cjs.map +1 -0
- package/dist/index83.js +29 -0
- package/dist/index83.js.map +1 -0
- package/dist/index84.cjs +30 -0
- package/dist/index84.cjs.map +1 -0
- package/dist/index84.js +30 -0
- package/dist/index84.js.map +1 -0
- package/dist/index85.cjs +30 -0
- package/dist/index85.cjs.map +1 -0
- package/dist/index85.js +30 -0
- package/dist/index85.js.map +1 -0
- package/dist/index86.cjs +25 -0
- package/dist/index86.cjs.map +1 -0
- package/dist/index86.js +25 -0
- package/dist/index86.js.map +1 -0
- package/dist/index87.cjs +25 -0
- package/dist/index87.cjs.map +1 -0
- package/dist/index87.js +25 -0
- package/dist/index87.js.map +1 -0
- package/dist/index88.cjs +28 -0
- package/dist/index88.cjs.map +1 -0
- package/dist/index88.js +28 -0
- package/dist/index88.js.map +1 -0
- package/dist/index89.cjs +27 -0
- package/dist/index89.cjs.map +1 -0
- package/dist/index89.js +27 -0
- package/dist/index89.js.map +1 -0
- package/dist/index9.cjs +66 -0
- package/dist/index9.cjs.map +1 -0
- package/dist/index9.js +66 -0
- package/dist/index9.js.map +1 -0
- package/dist/index90.cjs +26 -0
- package/dist/index90.cjs.map +1 -0
- package/dist/index90.js +26 -0
- package/dist/index90.js.map +1 -0
- package/dist/index91.cjs +28 -0
- package/dist/index91.cjs.map +1 -0
- package/dist/index91.js +28 -0
- package/dist/index91.js.map +1 -0
- package/dist/index92.cjs +28 -0
- package/dist/index92.cjs.map +1 -0
- package/dist/index92.js +28 -0
- package/dist/index92.js.map +1 -0
- package/dist/index93.cjs +30 -0
- package/dist/index93.cjs.map +1 -0
- package/dist/index93.js +30 -0
- package/dist/index93.js.map +1 -0
- package/dist/index94.cjs +33 -0
- package/dist/index94.cjs.map +1 -0
- package/dist/index94.js +33 -0
- package/dist/index94.js.map +1 -0
- package/dist/index95.cjs +33 -0
- package/dist/index95.cjs.map +1 -0
- package/dist/index95.js +33 -0
- package/dist/index95.js.map +1 -0
- package/dist/index96.cjs +33 -0
- package/dist/index96.cjs.map +1 -0
- package/dist/index96.js +33 -0
- package/dist/index96.js.map +1 -0
- package/dist/index97.cjs +33 -0
- package/dist/index97.cjs.map +1 -0
- package/dist/index97.js +33 -0
- package/dist/index97.js.map +1 -0
- package/dist/index98.cjs +23 -0
- package/dist/index98.cjs.map +1 -0
- package/dist/index98.js +23 -0
- package/dist/index98.js.map +1 -0
- package/dist/index99.cjs +23 -0
- package/dist/index99.cjs.map +1 -0
- package/dist/index99.js +23 -0
- package/dist/index99.js.map +1 -0
- package/dist/stickers/dist/AccessibilitySticker.d.ts +7 -0
- package/dist/stickers/dist/AccessibilityStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/AipSticker.d.ts +7 -0
- package/dist/stickers/dist/AipStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/AppSticker.d.ts +7 -0
- package/dist/stickers/dist/AppStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/ArtsSticker.d.ts +7 -0
- package/dist/stickers/dist/ArtsStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/CalendarSticker.d.ts +7 -0
- package/dist/stickers/dist/CalendarStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/CarouselSticker.d.ts +7 -0
- package/dist/stickers/dist/CarouselStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/ClockSticker.d.ts +7 -0
- package/dist/stickers/dist/ClockStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/FestivalSticker.d.ts +7 -0
- package/dist/stickers/dist/FestivalStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/FourPartTicketSticker.d.ts +7 -0
- package/dist/stickers/dist/FourPartTicketStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/HelpSticker.d.ts +7 -0
- package/dist/stickers/dist/HelpStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/IdentitySticker.d.ts +7 -0
- package/dist/stickers/dist/IdentityStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/MapSticker.d.ts +7 -0
- package/dist/stickers/dist/MapStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/MessageSticker.d.ts +7 -0
- package/dist/stickers/dist/MessageStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/MobileTicketSticker.d.ts +7 -0
- package/dist/stickers/dist/MobileTicketStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/MusicSticker.d.ts +7 -0
- package/dist/stickers/dist/MusicStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/NewsSticker.d.ts +7 -0
- package/dist/stickers/dist/NewsStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/PadlockKeySticker.d.ts +7 -0
- package/dist/stickers/dist/PadlockKeyStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/PaymentCardSticker.d.ts +7 -0
- package/dist/stickers/dist/PaymentCardStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/PostalTicketSticker.d.ts +7 -0
- package/dist/stickers/dist/PostalTicketStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/PrinterSticker.d.ts +7 -0
- package/dist/stickers/dist/PrinterStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/ResaleTicketSticker.d.ts +7 -0
- package/dist/stickers/dist/ResaleTicketStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/SandtimerSticker.d.ts +7 -0
- package/dist/stickers/dist/SandtimerStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/SeatsSticker.d.ts +7 -0
- package/dist/stickers/dist/SeatsStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/ShieldTickSticker.d.ts +7 -0
- package/dist/stickers/dist/ShieldTickStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/SportsSticker.d.ts +7 -0
- package/dist/stickers/dist/SportsStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/StopwatchSticker.d.ts +7 -0
- package/dist/stickers/dist/StopwatchStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/TicketCollectionSticker.d.ts +7 -0
- package/dist/stickers/dist/TicketCollectionStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/TicketSticker.d.ts +7 -0
- package/dist/stickers/dist/TicketStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/TicketTransferSticker.d.ts +7 -0
- package/dist/stickers/dist/TicketTransferStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/TicketsSticker.d.ts +7 -0
- package/dist/stickers/dist/TicketsStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/UsersSticker.d.ts +7 -0
- package/dist/stickers/dist/UsersStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/VenueSticker.d.ts +7 -0
- package/dist/stickers/dist/VenueStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/WalletTicketSticker.d.ts +7 -0
- package/dist/stickers/dist/WalletTicketStickerOnDark.d.ts +7 -0
- package/dist/stickers/dist/index.d.ts +66 -0
- package/dist/stickers/svgr-config.d.ts +19 -0
- package/dist/stickers/template.d.ts +4 -0
- package/dist/svg/with-colours/svgr-config.d.ts +15 -0
- package/dist/svg/with-colours/template.d.ts +4 -0
- package/dist/svg/with-themes/template.d.ts +6 -0
- package/dist/themes/LN.d.ts +3 -0
- package/dist/themes/TM.d.ts +3 -0
- package/dist/themes/index.d.ts +2 -0
- package/dist/themes/types.d.ts +188 -0
- package/dist/utils/focus.d.ts +1 -0
- package/dist/utils/getButtonType.d.ts +1 -0
- package/dist/utils/getLogicalBoundingRect.d.ts +8 -0
- package/dist/utils/htmlToImage.d.ts +10 -0
- package/dist/utils/mergeRefs.d.ts +2 -0
- package/dist/utils/snippets.d.ts +6 -0
- package/dist/utils/titleAccents.d.ts +12 -0
- package/docs/__stories__/accessibility.mdx +183 -0
- package/docs/__stories__/cobranding.mdx +165 -0
- package/docs/__stories__/component-lifecycle.mdx +53 -0
- package/docs/__stories__/disabled-state.mdx +347 -0
- package/docs/__stories__/form-validation.mdx +146 -0
- package/docs/__stories__/form-validation.stories.tsx +240 -0
- package/docs/__stories__/introduction.mdx +89 -0
- package/docs/__stories__/local-development.mdx +39 -0
- package/docs/__stories__/patterns.mdx +22 -0
- package/docs/__stories__/releasing.mdx +155 -0
- package/docs/__stories__/right-to-left-language-support.mdx +54 -0
- package/eslint.config.mjs +141 -0
- package/guidelines/Guidelines.md +76 -0
- package/guidelines/components/Button.md +152 -0
- package/guidelines/design-tokens/colors.md +155 -0
- package/guidelines/design-tokens/elevation.md +93 -0
- package/guidelines/design-tokens/spacing.md +149 -0
- package/guidelines/design-tokens/typography.md +134 -0
- package/guidelines/overview-components.md +109 -0
- package/guidelines/overview-icons.md +152 -0
- package/lint-staged.config.js +11 -0
- package/package.json +145 -0
- package/renovate.json +7 -0
- package/scripts/add-new-component.js +96 -0
- package/scripts/merges-since-last-tag.sh +2 -0
- package/scripts/slack-announcement.js +47 -0
- package/svgo.config.js +28 -0
- package/tsconfig.json +28 -0
- package/vite.config.ts +65 -0
package/dist/index310.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
+
import styled from "styled-components";
|
|
4
|
+
const SVG = (props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { fill: "none", viewBox: "0 0 24 24", width: props.size || "2.5em", height: props.size || "2.5em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
6
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#a)", children: [
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#002991", d: "M18.757 5.814c0 2.833-2.64 6.18-6.628 6.18H8.29l-.184 1.178-.899 5.686H2.425L5.298.55h7.742c2.603 0 4.658 1.44 5.41 3.444a4.8 4.8 0 0 1 .307 1.82" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "#60CDFF", d: "M21.508 11.078c-.53 3.175-3.286 5.496-6.536 5.496h-2.67l-1.114 6.87H6.437l.763-4.58.898-5.685L8.283 12h3.84c3.988 0 6.628-3.347 6.628-6.18 1.963 1.001 3.101 3.035 2.75 5.264z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#008CFF", d: "M18.757 5.814c-.819-.428-1.815-.684-2.905-.684h-6.48L8.29 12h3.84c3.988 0 6.628-3.346 6.628-6.18z" })
|
|
10
|
+
] }),
|
|
11
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M2 0h20v24H2z" }) }) })
|
|
12
|
+
] });
|
|
13
|
+
};
|
|
14
|
+
const PaypalPIcon = styled(SVG).withConfig({
|
|
15
|
+
displayName: "PaypalPIcon",
|
|
16
|
+
componentId: "sc-1mrv1j3-0"
|
|
17
|
+
})(["flex-shrink:0;"]);
|
|
18
|
+
export {
|
|
19
|
+
PaypalPIcon as default
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=index310.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index310.js","sources":["../src/icons-with-colours/dist/PaypalPIcon.tsx"],"sourcesContent":["// Coloured Icon\n// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport styled from \"styled-components\";\nimport type { SVGProps } from \"react\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst SVG = (props: Props) => {\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 24 24\"\n width={props.size || \"2.5em\"}\n height={props.size || \"2.5em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <g clipPath=\"url(#a)\">\n <path\n fill=\"#002991\"\n d=\"M18.757 5.814c0 2.833-2.64 6.18-6.628 6.18H8.29l-.184 1.178-.899 5.686H2.425L5.298.55h7.742c2.603 0 4.658 1.44 5.41 3.444a4.8 4.8 0 0 1 .307 1.82\"\n />\n <path\n fill=\"#60CDFF\"\n d=\"M21.508 11.078c-.53 3.175-3.286 5.496-6.536 5.496h-2.67l-1.114 6.87H6.437l.763-4.58.898-5.685L8.283 12h3.84c3.988 0 6.628-3.347 6.628-6.18 1.963 1.001 3.101 3.035 2.75 5.264z\"\n />\n <path\n fill=\"#008CFF\"\n d=\"M18.757 5.814c-.819-.428-1.815-.684-2.905-.684h-6.48L8.29 12h3.84c3.988 0 6.628-3.346 6.628-6.18z\"\n />\n </g>\n <defs>\n <clipPath id=\"a\">\n <path fill=\"#fff\" d=\"M2 0h20v24H2z\" />\n </clipPath>\n </defs>\n </svg>\n );\n};\nconst PaypalPIcon = styled(SVG)`\n flex-shrink: 0;\n`;\nexport default PaypalPIcon;\n"],"names":[],"mappings":";;;AAUA;AACE;AAUI;AACE;AAEuJ;AAI6B;AAI7E;AAEzG;AAKA;AAGN;AACA;AAA+B;AAAA;AAAA;;;;"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
|
+
const jsxRuntime = require("react/jsx-runtime");
|
|
5
|
+
const styled = require("styled-components");
|
|
6
|
+
const SVG = (props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { fill: "none", viewBox: "0 0 44 32", width: props.size || "2.5em", height: props.size || "2.5em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
8
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", { width: 43, height: 31, x: 0.5, y: 0.5, fill: "#fff", stroke: "#999", rx: 1.5 }),
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { clipPath: "url(#a)", children: [
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#E50695", d: "M10 28h24V4H10z" }),
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M16.134 7.977a.99.99 0 0 0 1-.977.99.99 0 0 0-1-.976c-.552 0-1 .437-1 .976 0 .54.448.977 1 .977M27.937 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2" }),
|
|
12
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { stroke: "#fff", d: "M16.116 7.071a5.9 5.9 0 0 0 11.8 0" }),
|
|
13
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M15.669 20.343q-.09.229-.278.4a1.2 1.2 0 0 1-.427.25q-.24.08-.527.08h-.657v1.494h-1.12v-.581h.48v-2.8h-.48v-.582h1.723q.304 0 .558.077.253.078.445.249t.283.397.09.515q0 .271-.09.501m-.597-.802a.5.5 0 0 0-.123-.195.55.55 0 0 0-.229-.117q-.15-.043-.39-.043h-.549v1.307h.55q.219 0 .365-.043a.7.7 0 0 0 .243-.117.5.5 0 0 0 .133-.179.7.7 0 0 0 .048-.28 1 1 0 0 0-.048-.333m2.368 3.026v-.192q-.165.102-.355.165a1.2 1.2 0 0 1-.386.065.93.93 0 0 1-.683-.272.86.86 0 0 1-.272-.646q0-.417.32-.688a.9.9 0 0 1 .355-.2q.2-.06.44-.061a1.6 1.6 0 0 1 .486.077q.048.013.096.035v-.331a.4.4 0 0 0-.03-.165.2.2 0 0 0-.077-.09.5.5 0 0 0-.16-.067 1 1 0 0 0-.234-.024q-.07-.001-.16.019-.09.018-.184.047l-.176.06-.141.05-.192-.475q.185-.075.32-.12.133-.046.283-.082a1 1 0 0 1 .261-.038q.246 0 .445.05.2.052.355.158a.74.74 0 0 1 .235.293.95.95 0 0 1 .074.384v1.467h.421v.581h-1.04m0-1.13a2 2 0 0 0-.219-.097.9.9 0 0 0-.314-.053q-.15 0-.249.035a.4.4 0 0 0-.157.093.37.37 0 0 0-.133.294.34.34 0 0 0 .218.315.5.5 0 0 0 .177.026.85.85 0 0 0 .378-.101q.17-.085.299-.213zm3.674-1.152-1.29 3.413h-.603l.486-1.365-.838-2.048h-.475v-.582h.886l.133.346.603 1.478.47-1.243h-.326v-.582h1.392v.582h-.438m1.819 2.341q-.15 0-.27-.04a.5.5 0 0 1-.21-.136.5.5 0 0 1-.125-.21 1 1 0 0 1-.035-.26v-1.695h-.448v-.582h.448v-.56l.619-.016v.577h.528v.581h-.528v1.643q0 .085.016.107h.026l.486-.08v.587zm2.752-2.352q-.256 0-.425.059a.8.8 0 0 0-.269.15.6.6 0 0 0-.15.202.9.9 0 0 0-.052.34v.96h.517v.582H24.17v-2.282h-.48v-.582h1.099v.299q.021-.011.096-.062.075-.05.15-.088.174-.085.322-.117.147-.032.333-.027l.267.006v.56zm1.909 2.293v-.192q-.166.102-.355.165a1.2 1.2 0 0 1-.386.065.93.93 0 0 1-.683-.272.86.86 0 0 1-.272-.646q0-.417.32-.688a.9.9 0 0 1 .354-.2q.2-.06.44-.061a1.6 1.6 0 0 1 .486.077 1 1 0 0 1 .096.035v-.331a.4.4 0 0 0-.03-.165.23.23 0 0 0-.077-.09.5.5 0 0 0-.16-.067 1 1 0 0 0-.234-.024q-.07-.001-.16.019-.09.018-.184.047l-.176.06-.141.05-.192-.475q.186-.075.32-.12.133-.046.283-.082.15-.038.261-.038.246 0 .445.05.2.052.355.158.16.123.235.293.075.171.074.384v1.467h.421v.581zm0-1.13a2 2 0 0 0-.219-.097.9.9 0 0 0-.314-.053q-.15 0-.248.035a.4.4 0 0 0-.157.093.37.37 0 0 0-.134.294.34.34 0 0 0 .219.315.5.5 0 0 0 .176.026.85.85 0 0 0 .378-.101q.171-.085.299-.213zm1.86-2.23a.4.4 0 0 1-.27.112q-.15 0-.273-.112a.394.394 0 0 1 0-.55.4.4 0 0 1 .272-.111q.15 0 .272.112a.394.394 0 0 1 0 .55m-.495 3.36-.01-.24v-2.043h-.443v-.581h1.062v2.283H30v.581zm1.35 0v-3.381h-.459v-.582h1.078v3.382h.453v.581zM23.204 25.2v-.321c0-.22-.119-.315-.327-.315a.5.5 0 0 0-.278.075v.853c.07.029.174.04.272.04.208 0 .333-.086.333-.331zm-.292-.933c.364 0 .632.237.632.612v.318c0 .439-.283.635-.664.635-.188 0-.41-.04-.581-.104q-.037-.011-.035-.049v-1.903q0-.044.043-.044h.249q.042 0 .043.044v.554a.8.8 0 0 1 .312-.063m1.855.075q0-.04.044-.04h.248q.043 0 .043.04v1.36c0 .445-.202.674-.644.674-.246 0-.416-.058-.567-.182q-.032-.024-.008-.058l.124-.176q.024-.035.055-.015c.11.076.237.133.393.133.2 0 .326-.086.315-.375a1 1 0 0 1-.309.051c-.3 0-.618-.19-.618-.589v-.823q.002-.04.043-.04h.252q.04 0 .04.04v.809c0 .222.156.3.33.3a.54.54 0 0 0 .26-.058zm1.367 1.456q-.043 0-.043-.044v-1.323q-.002-.034.032-.052c.168-.072.37-.112.575-.112.399 0 .67.184.67.647v.84q0 .044-.04.044h-.252q-.041 0-.043-.044v-.835c0-.271-.124-.352-.335-.352a1.2 1.2 0 0 0-.272.032v1.156q0 .043-.043.043zm2.173-1.237c-.17 0-.298.082-.298.295v.075h.595v-.075c0-.21-.136-.295-.297-.295m.624.59q0 .04-.044.04h-.878v.082c0 .176.121.265.307.265.185 0 .3-.06.407-.133.02-.014.043-.011.058.009l.118.16q.026.032-.008.06a.9.9 0 0 1-.587.2c-.326 0-.633-.18-.633-.564v-.41c0-.425.318-.592.636-.592.319 0 .624.168.624.592v.292zm.854.375c.026 0 .072-.003.119-.006q.044 0 .046.04v.22c0 .023-.012.043-.04.046-.05.003-.11.006-.154.006-.3 0-.534-.153-.534-.534v-1.32q0-.04.043-.041h.22c.022 0 .04.014.043.037l.026.347h.309q.041 0 .043.04v.211q-.002.04-.043.04h-.306v.662c0 .16.08.252.228.252m.922.307a1 1 0 0 1-.586-.188c-.027-.014-.027-.035-.012-.058l.11-.188q.02-.038.057-.012c.13.096.287.148.437.148s.268-.058.268-.168c0-.115-.139-.147-.268-.17-.217-.04-.584-.13-.584-.48 0-.32.303-.454.612-.454.165 0 .332.04.503.133.023.011.03.035.015.058l-.11.184q-.023.031-.058.015a.8.8 0 0 0-.367-.095c-.17 0-.262.063-.262.158 0 .119.13.148.32.185.238.043.538.119.538.45 0 .332-.266.48-.612.48z" })
|
|
14
|
+
] }),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M10 4h24v24H10z" }) }) })
|
|
16
|
+
] });
|
|
17
|
+
};
|
|
18
|
+
const PaytrailIcon = styled(SVG).withConfig({
|
|
19
|
+
displayName: "PaytrailIcon",
|
|
20
|
+
componentId: "sc-ja671b-0"
|
|
21
|
+
})(["flex-shrink:0;"]);
|
|
22
|
+
exports.default = PaytrailIcon;
|
|
23
|
+
//# sourceMappingURL=index311.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index311.cjs","sources":["../src/icons-with-colours/dist/PaytrailIcon.tsx"],"sourcesContent":["// Coloured Icon\n// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport styled from \"styled-components\";\nimport type { SVGProps } from \"react\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst SVG = (props: Props) => {\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 44 32\"\n width={props.size || \"2.5em\"}\n height={props.size || \"2.5em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <rect\n width={43}\n height={31}\n x={0.5}\n y={0.5}\n fill=\"#fff\"\n stroke=\"#999\"\n rx={1.5}\n />\n <g clipPath=\"url(#a)\">\n <path fill=\"#E50695\" d=\"M10 28h24V4H10z\" />\n <path\n fill=\"#fff\"\n d=\"M16.134 7.977a.99.99 0 0 0 1-.977.99.99 0 0 0-1-.976c-.552 0-1 .437-1 .976 0 .54.448.977 1 .977M27.937 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2\"\n />\n <path stroke=\"#fff\" d=\"M16.116 7.071a5.9 5.9 0 0 0 11.8 0\" />\n <path\n fill=\"#fff\"\n d=\"M15.669 20.343q-.09.229-.278.4a1.2 1.2 0 0 1-.427.25q-.24.08-.527.08h-.657v1.494h-1.12v-.581h.48v-2.8h-.48v-.582h1.723q.304 0 .558.077.253.078.445.249t.283.397.09.515q0 .271-.09.501m-.597-.802a.5.5 0 0 0-.123-.195.55.55 0 0 0-.229-.117q-.15-.043-.39-.043h-.549v1.307h.55q.219 0 .365-.043a.7.7 0 0 0 .243-.117.5.5 0 0 0 .133-.179.7.7 0 0 0 .048-.28 1 1 0 0 0-.048-.333m2.368 3.026v-.192q-.165.102-.355.165a1.2 1.2 0 0 1-.386.065.93.93 0 0 1-.683-.272.86.86 0 0 1-.272-.646q0-.417.32-.688a.9.9 0 0 1 .355-.2q.2-.06.44-.061a1.6 1.6 0 0 1 .486.077q.048.013.096.035v-.331a.4.4 0 0 0-.03-.165.2.2 0 0 0-.077-.09.5.5 0 0 0-.16-.067 1 1 0 0 0-.234-.024q-.07-.001-.16.019-.09.018-.184.047l-.176.06-.141.05-.192-.475q.185-.075.32-.12.133-.046.283-.082a1 1 0 0 1 .261-.038q.246 0 .445.05.2.052.355.158a.74.74 0 0 1 .235.293.95.95 0 0 1 .074.384v1.467h.421v.581h-1.04m0-1.13a2 2 0 0 0-.219-.097.9.9 0 0 0-.314-.053q-.15 0-.249.035a.4.4 0 0 0-.157.093.37.37 0 0 0-.133.294.34.34 0 0 0 .218.315.5.5 0 0 0 .177.026.85.85 0 0 0 .378-.101q.17-.085.299-.213zm3.674-1.152-1.29 3.413h-.603l.486-1.365-.838-2.048h-.475v-.582h.886l.133.346.603 1.478.47-1.243h-.326v-.582h1.392v.582h-.438m1.819 2.341q-.15 0-.27-.04a.5.5 0 0 1-.21-.136.5.5 0 0 1-.125-.21 1 1 0 0 1-.035-.26v-1.695h-.448v-.582h.448v-.56l.619-.016v.577h.528v.581h-.528v1.643q0 .085.016.107h.026l.486-.08v.587zm2.752-2.352q-.256 0-.425.059a.8.8 0 0 0-.269.15.6.6 0 0 0-.15.202.9.9 0 0 0-.052.34v.96h.517v.582H24.17v-2.282h-.48v-.582h1.099v.299q.021-.011.096-.062.075-.05.15-.088.174-.085.322-.117.147-.032.333-.027l.267.006v.56zm1.909 2.293v-.192q-.166.102-.355.165a1.2 1.2 0 0 1-.386.065.93.93 0 0 1-.683-.272.86.86 0 0 1-.272-.646q0-.417.32-.688a.9.9 0 0 1 .354-.2q.2-.06.44-.061a1.6 1.6 0 0 1 .486.077 1 1 0 0 1 .096.035v-.331a.4.4 0 0 0-.03-.165.23.23 0 0 0-.077-.09.5.5 0 0 0-.16-.067 1 1 0 0 0-.234-.024q-.07-.001-.16.019-.09.018-.184.047l-.176.06-.141.05-.192-.475q.186-.075.32-.12.133-.046.283-.082.15-.038.261-.038.246 0 .445.05.2.052.355.158.16.123.235.293.075.171.074.384v1.467h.421v.581zm0-1.13a2 2 0 0 0-.219-.097.9.9 0 0 0-.314-.053q-.15 0-.248.035a.4.4 0 0 0-.157.093.37.37 0 0 0-.134.294.34.34 0 0 0 .219.315.5.5 0 0 0 .176.026.85.85 0 0 0 .378-.101q.171-.085.299-.213zm1.86-2.23a.4.4 0 0 1-.27.112q-.15 0-.273-.112a.394.394 0 0 1 0-.55.4.4 0 0 1 .272-.111q.15 0 .272.112a.394.394 0 0 1 0 .55m-.495 3.36-.01-.24v-2.043h-.443v-.581h1.062v2.283H30v.581zm1.35 0v-3.381h-.459v-.582h1.078v3.382h.453v.581zM23.204 25.2v-.321c0-.22-.119-.315-.327-.315a.5.5 0 0 0-.278.075v.853c.07.029.174.04.272.04.208 0 .333-.086.333-.331zm-.292-.933c.364 0 .632.237.632.612v.318c0 .439-.283.635-.664.635-.188 0-.41-.04-.581-.104q-.037-.011-.035-.049v-1.903q0-.044.043-.044h.249q.042 0 .043.044v.554a.8.8 0 0 1 .312-.063m1.855.075q0-.04.044-.04h.248q.043 0 .043.04v1.36c0 .445-.202.674-.644.674-.246 0-.416-.058-.567-.182q-.032-.024-.008-.058l.124-.176q.024-.035.055-.015c.11.076.237.133.393.133.2 0 .326-.086.315-.375a1 1 0 0 1-.309.051c-.3 0-.618-.19-.618-.589v-.823q.002-.04.043-.04h.252q.04 0 .04.04v.809c0 .222.156.3.33.3a.54.54 0 0 0 .26-.058zm1.367 1.456q-.043 0-.043-.044v-1.323q-.002-.034.032-.052c.168-.072.37-.112.575-.112.399 0 .67.184.67.647v.84q0 .044-.04.044h-.252q-.041 0-.043-.044v-.835c0-.271-.124-.352-.335-.352a1.2 1.2 0 0 0-.272.032v1.156q0 .043-.043.043zm2.173-1.237c-.17 0-.298.082-.298.295v.075h.595v-.075c0-.21-.136-.295-.297-.295m.624.59q0 .04-.044.04h-.878v.082c0 .176.121.265.307.265.185 0 .3-.06.407-.133.02-.014.043-.011.058.009l.118.16q.026.032-.008.06a.9.9 0 0 1-.587.2c-.326 0-.633-.18-.633-.564v-.41c0-.425.318-.592.636-.592.319 0 .624.168.624.592v.292zm.854.375c.026 0 .072-.003.119-.006q.044 0 .046.04v.22c0 .023-.012.043-.04.046-.05.003-.11.006-.154.006-.3 0-.534-.153-.534-.534v-1.32q0-.04.043-.041h.22c.022 0 .04.014.043.037l.026.347h.309q.041 0 .043.04v.211q-.002.04-.043.04h-.306v.662c0 .16.08.252.228.252m.922.307a1 1 0 0 1-.586-.188c-.027-.014-.027-.035-.012-.058l.11-.188q.02-.038.057-.012c.13.096.287.148.437.148s.268-.058.268-.168c0-.115-.139-.147-.268-.17-.217-.04-.584-.13-.584-.48 0-.32.303-.454.612-.454.165 0 .332.04.503.133.023.011.03.035.015.058l-.11.184q-.023.031-.058.015a.8.8 0 0 0-.367-.095c-.17 0-.262.063-.262.158 0 .119.13.148.32.185.238.043.538.119.538.45 0 .332-.266.48-.612.48z\"\n />\n </g>\n <defs>\n <clipPath id=\"a\">\n <path fill=\"#fff\" d=\"M10 4h24v24H10z\" />\n </clipPath>\n </defs>\n </svg>\n );\n};\nconst PaytrailIcon = styled(SVG)`\n flex-shrink: 0;\n`;\nexport default PaytrailIcon;\n"],"names":[],"mappings":";;;;;AAUA;AACE;AAUI;AAOU;AAGR;AAAwC;AAGkG;AAEhF;AAG+nI;AAE3rI;AAKA;AAGN;AACA;AAAgC;AAAA;AAAA;;"}
|
package/dist/index311.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
+
import styled from "styled-components";
|
|
4
|
+
const SVG = (props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { fill: "none", viewBox: "0 0 44 32", width: props.size || "2.5em", height: props.size || "2.5em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("rect", { width: 43, height: 31, x: 0.5, y: 0.5, fill: "#fff", stroke: "#999", rx: 1.5 }),
|
|
7
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#a)", children: [
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "#E50695", d: "M10 28h24V4H10z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M16.134 7.977a.99.99 0 0 0 1-.977.99.99 0 0 0-1-.976c-.552 0-1 .437-1 .976 0 .54.448.977 1 .977M27.937 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { stroke: "#fff", d: "M16.116 7.071a5.9 5.9 0 0 0 11.8 0" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M15.669 20.343q-.09.229-.278.4a1.2 1.2 0 0 1-.427.25q-.24.08-.527.08h-.657v1.494h-1.12v-.581h.48v-2.8h-.48v-.582h1.723q.304 0 .558.077.253.078.445.249t.283.397.09.515q0 .271-.09.501m-.597-.802a.5.5 0 0 0-.123-.195.55.55 0 0 0-.229-.117q-.15-.043-.39-.043h-.549v1.307h.55q.219 0 .365-.043a.7.7 0 0 0 .243-.117.5.5 0 0 0 .133-.179.7.7 0 0 0 .048-.28 1 1 0 0 0-.048-.333m2.368 3.026v-.192q-.165.102-.355.165a1.2 1.2 0 0 1-.386.065.93.93 0 0 1-.683-.272.86.86 0 0 1-.272-.646q0-.417.32-.688a.9.9 0 0 1 .355-.2q.2-.06.44-.061a1.6 1.6 0 0 1 .486.077q.048.013.096.035v-.331a.4.4 0 0 0-.03-.165.2.2 0 0 0-.077-.09.5.5 0 0 0-.16-.067 1 1 0 0 0-.234-.024q-.07-.001-.16.019-.09.018-.184.047l-.176.06-.141.05-.192-.475q.185-.075.32-.12.133-.046.283-.082a1 1 0 0 1 .261-.038q.246 0 .445.05.2.052.355.158a.74.74 0 0 1 .235.293.95.95 0 0 1 .074.384v1.467h.421v.581h-1.04m0-1.13a2 2 0 0 0-.219-.097.9.9 0 0 0-.314-.053q-.15 0-.249.035a.4.4 0 0 0-.157.093.37.37 0 0 0-.133.294.34.34 0 0 0 .218.315.5.5 0 0 0 .177.026.85.85 0 0 0 .378-.101q.17-.085.299-.213zm3.674-1.152-1.29 3.413h-.603l.486-1.365-.838-2.048h-.475v-.582h.886l.133.346.603 1.478.47-1.243h-.326v-.582h1.392v.582h-.438m1.819 2.341q-.15 0-.27-.04a.5.5 0 0 1-.21-.136.5.5 0 0 1-.125-.21 1 1 0 0 1-.035-.26v-1.695h-.448v-.582h.448v-.56l.619-.016v.577h.528v.581h-.528v1.643q0 .085.016.107h.026l.486-.08v.587zm2.752-2.352q-.256 0-.425.059a.8.8 0 0 0-.269.15.6.6 0 0 0-.15.202.9.9 0 0 0-.052.34v.96h.517v.582H24.17v-2.282h-.48v-.582h1.099v.299q.021-.011.096-.062.075-.05.15-.088.174-.085.322-.117.147-.032.333-.027l.267.006v.56zm1.909 2.293v-.192q-.166.102-.355.165a1.2 1.2 0 0 1-.386.065.93.93 0 0 1-.683-.272.86.86 0 0 1-.272-.646q0-.417.32-.688a.9.9 0 0 1 .354-.2q.2-.06.44-.061a1.6 1.6 0 0 1 .486.077 1 1 0 0 1 .096.035v-.331a.4.4 0 0 0-.03-.165.23.23 0 0 0-.077-.09.5.5 0 0 0-.16-.067 1 1 0 0 0-.234-.024q-.07-.001-.16.019-.09.018-.184.047l-.176.06-.141.05-.192-.475q.186-.075.32-.12.133-.046.283-.082.15-.038.261-.038.246 0 .445.05.2.052.355.158.16.123.235.293.075.171.074.384v1.467h.421v.581zm0-1.13a2 2 0 0 0-.219-.097.9.9 0 0 0-.314-.053q-.15 0-.248.035a.4.4 0 0 0-.157.093.37.37 0 0 0-.134.294.34.34 0 0 0 .219.315.5.5 0 0 0 .176.026.85.85 0 0 0 .378-.101q.171-.085.299-.213zm1.86-2.23a.4.4 0 0 1-.27.112q-.15 0-.273-.112a.394.394 0 0 1 0-.55.4.4 0 0 1 .272-.111q.15 0 .272.112a.394.394 0 0 1 0 .55m-.495 3.36-.01-.24v-2.043h-.443v-.581h1.062v2.283H30v.581zm1.35 0v-3.381h-.459v-.582h1.078v3.382h.453v.581zM23.204 25.2v-.321c0-.22-.119-.315-.327-.315a.5.5 0 0 0-.278.075v.853c.07.029.174.04.272.04.208 0 .333-.086.333-.331zm-.292-.933c.364 0 .632.237.632.612v.318c0 .439-.283.635-.664.635-.188 0-.41-.04-.581-.104q-.037-.011-.035-.049v-1.903q0-.044.043-.044h.249q.042 0 .043.044v.554a.8.8 0 0 1 .312-.063m1.855.075q0-.04.044-.04h.248q.043 0 .043.04v1.36c0 .445-.202.674-.644.674-.246 0-.416-.058-.567-.182q-.032-.024-.008-.058l.124-.176q.024-.035.055-.015c.11.076.237.133.393.133.2 0 .326-.086.315-.375a1 1 0 0 1-.309.051c-.3 0-.618-.19-.618-.589v-.823q.002-.04.043-.04h.252q.04 0 .04.04v.809c0 .222.156.3.33.3a.54.54 0 0 0 .26-.058zm1.367 1.456q-.043 0-.043-.044v-1.323q-.002-.034.032-.052c.168-.072.37-.112.575-.112.399 0 .67.184.67.647v.84q0 .044-.04.044h-.252q-.041 0-.043-.044v-.835c0-.271-.124-.352-.335-.352a1.2 1.2 0 0 0-.272.032v1.156q0 .043-.043.043zm2.173-1.237c-.17 0-.298.082-.298.295v.075h.595v-.075c0-.21-.136-.295-.297-.295m.624.59q0 .04-.044.04h-.878v.082c0 .176.121.265.307.265.185 0 .3-.06.407-.133.02-.014.043-.011.058.009l.118.16q.026.032-.008.06a.9.9 0 0 1-.587.2c-.326 0-.633-.18-.633-.564v-.41c0-.425.318-.592.636-.592.319 0 .624.168.624.592v.292zm.854.375c.026 0 .072-.003.119-.006q.044 0 .046.04v.22c0 .023-.012.043-.04.046-.05.003-.11.006-.154.006-.3 0-.534-.153-.534-.534v-1.32q0-.04.043-.041h.22c.022 0 .04.014.043.037l.026.347h.309q.041 0 .043.04v.211q-.002.04-.043.04h-.306v.662c0 .16.08.252.228.252m.922.307a1 1 0 0 1-.586-.188c-.027-.014-.027-.035-.012-.058l.11-.188q.02-.038.057-.012c.13.096.287.148.437.148s.268-.058.268-.168c0-.115-.139-.147-.268-.17-.217-.04-.584-.13-.584-.48 0-.32.303-.454.612-.454.165 0 .332.04.503.133.023.011.03.035.015.058l-.11.184q-.023.031-.058.015a.8.8 0 0 0-.367-.095c-.17 0-.262.063-.262.158 0 .119.13.148.32.185.238.043.538.119.538.45 0 .332-.266.48-.612.48z" })
|
|
12
|
+
] }),
|
|
13
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M10 4h24v24H10z" }) }) })
|
|
14
|
+
] });
|
|
15
|
+
};
|
|
16
|
+
const PaytrailIcon = styled(SVG).withConfig({
|
|
17
|
+
displayName: "PaytrailIcon",
|
|
18
|
+
componentId: "sc-ja671b-0"
|
|
19
|
+
})(["flex-shrink:0;"]);
|
|
20
|
+
export {
|
|
21
|
+
PaytrailIcon as default
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=index311.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index311.js","sources":["../src/icons-with-colours/dist/PaytrailIcon.tsx"],"sourcesContent":["// Coloured Icon\n// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport styled from \"styled-components\";\nimport type { SVGProps } from \"react\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst SVG = (props: Props) => {\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 44 32\"\n width={props.size || \"2.5em\"}\n height={props.size || \"2.5em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <rect\n width={43}\n height={31}\n x={0.5}\n y={0.5}\n fill=\"#fff\"\n stroke=\"#999\"\n rx={1.5}\n />\n <g clipPath=\"url(#a)\">\n <path fill=\"#E50695\" d=\"M10 28h24V4H10z\" />\n <path\n fill=\"#fff\"\n d=\"M16.134 7.977a.99.99 0 0 0 1-.977.99.99 0 0 0-1-.976c-.552 0-1 .437-1 .976 0 .54.448.977 1 .977M27.937 8a1 1 0 1 0 0-2 1 1 0 0 0 0 2\"\n />\n <path stroke=\"#fff\" d=\"M16.116 7.071a5.9 5.9 0 0 0 11.8 0\" />\n <path\n fill=\"#fff\"\n d=\"M15.669 20.343q-.09.229-.278.4a1.2 1.2 0 0 1-.427.25q-.24.08-.527.08h-.657v1.494h-1.12v-.581h.48v-2.8h-.48v-.582h1.723q.304 0 .558.077.253.078.445.249t.283.397.09.515q0 .271-.09.501m-.597-.802a.5.5 0 0 0-.123-.195.55.55 0 0 0-.229-.117q-.15-.043-.39-.043h-.549v1.307h.55q.219 0 .365-.043a.7.7 0 0 0 .243-.117.5.5 0 0 0 .133-.179.7.7 0 0 0 .048-.28 1 1 0 0 0-.048-.333m2.368 3.026v-.192q-.165.102-.355.165a1.2 1.2 0 0 1-.386.065.93.93 0 0 1-.683-.272.86.86 0 0 1-.272-.646q0-.417.32-.688a.9.9 0 0 1 .355-.2q.2-.06.44-.061a1.6 1.6 0 0 1 .486.077q.048.013.096.035v-.331a.4.4 0 0 0-.03-.165.2.2 0 0 0-.077-.09.5.5 0 0 0-.16-.067 1 1 0 0 0-.234-.024q-.07-.001-.16.019-.09.018-.184.047l-.176.06-.141.05-.192-.475q.185-.075.32-.12.133-.046.283-.082a1 1 0 0 1 .261-.038q.246 0 .445.05.2.052.355.158a.74.74 0 0 1 .235.293.95.95 0 0 1 .074.384v1.467h.421v.581h-1.04m0-1.13a2 2 0 0 0-.219-.097.9.9 0 0 0-.314-.053q-.15 0-.249.035a.4.4 0 0 0-.157.093.37.37 0 0 0-.133.294.34.34 0 0 0 .218.315.5.5 0 0 0 .177.026.85.85 0 0 0 .378-.101q.17-.085.299-.213zm3.674-1.152-1.29 3.413h-.603l.486-1.365-.838-2.048h-.475v-.582h.886l.133.346.603 1.478.47-1.243h-.326v-.582h1.392v.582h-.438m1.819 2.341q-.15 0-.27-.04a.5.5 0 0 1-.21-.136.5.5 0 0 1-.125-.21 1 1 0 0 1-.035-.26v-1.695h-.448v-.582h.448v-.56l.619-.016v.577h.528v.581h-.528v1.643q0 .085.016.107h.026l.486-.08v.587zm2.752-2.352q-.256 0-.425.059a.8.8 0 0 0-.269.15.6.6 0 0 0-.15.202.9.9 0 0 0-.052.34v.96h.517v.582H24.17v-2.282h-.48v-.582h1.099v.299q.021-.011.096-.062.075-.05.15-.088.174-.085.322-.117.147-.032.333-.027l.267.006v.56zm1.909 2.293v-.192q-.166.102-.355.165a1.2 1.2 0 0 1-.386.065.93.93 0 0 1-.683-.272.86.86 0 0 1-.272-.646q0-.417.32-.688a.9.9 0 0 1 .354-.2q.2-.06.44-.061a1.6 1.6 0 0 1 .486.077 1 1 0 0 1 .096.035v-.331a.4.4 0 0 0-.03-.165.23.23 0 0 0-.077-.09.5.5 0 0 0-.16-.067 1 1 0 0 0-.234-.024q-.07-.001-.16.019-.09.018-.184.047l-.176.06-.141.05-.192-.475q.186-.075.32-.12.133-.046.283-.082.15-.038.261-.038.246 0 .445.05.2.052.355.158.16.123.235.293.075.171.074.384v1.467h.421v.581zm0-1.13a2 2 0 0 0-.219-.097.9.9 0 0 0-.314-.053q-.15 0-.248.035a.4.4 0 0 0-.157.093.37.37 0 0 0-.134.294.34.34 0 0 0 .219.315.5.5 0 0 0 .176.026.85.85 0 0 0 .378-.101q.171-.085.299-.213zm1.86-2.23a.4.4 0 0 1-.27.112q-.15 0-.273-.112a.394.394 0 0 1 0-.55.4.4 0 0 1 .272-.111q.15 0 .272.112a.394.394 0 0 1 0 .55m-.495 3.36-.01-.24v-2.043h-.443v-.581h1.062v2.283H30v.581zm1.35 0v-3.381h-.459v-.582h1.078v3.382h.453v.581zM23.204 25.2v-.321c0-.22-.119-.315-.327-.315a.5.5 0 0 0-.278.075v.853c.07.029.174.04.272.04.208 0 .333-.086.333-.331zm-.292-.933c.364 0 .632.237.632.612v.318c0 .439-.283.635-.664.635-.188 0-.41-.04-.581-.104q-.037-.011-.035-.049v-1.903q0-.044.043-.044h.249q.042 0 .043.044v.554a.8.8 0 0 1 .312-.063m1.855.075q0-.04.044-.04h.248q.043 0 .043.04v1.36c0 .445-.202.674-.644.674-.246 0-.416-.058-.567-.182q-.032-.024-.008-.058l.124-.176q.024-.035.055-.015c.11.076.237.133.393.133.2 0 .326-.086.315-.375a1 1 0 0 1-.309.051c-.3 0-.618-.19-.618-.589v-.823q.002-.04.043-.04h.252q.04 0 .04.04v.809c0 .222.156.3.33.3a.54.54 0 0 0 .26-.058zm1.367 1.456q-.043 0-.043-.044v-1.323q-.002-.034.032-.052c.168-.072.37-.112.575-.112.399 0 .67.184.67.647v.84q0 .044-.04.044h-.252q-.041 0-.043-.044v-.835c0-.271-.124-.352-.335-.352a1.2 1.2 0 0 0-.272.032v1.156q0 .043-.043.043zm2.173-1.237c-.17 0-.298.082-.298.295v.075h.595v-.075c0-.21-.136-.295-.297-.295m.624.59q0 .04-.044.04h-.878v.082c0 .176.121.265.307.265.185 0 .3-.06.407-.133.02-.014.043-.011.058.009l.118.16q.026.032-.008.06a.9.9 0 0 1-.587.2c-.326 0-.633-.18-.633-.564v-.41c0-.425.318-.592.636-.592.319 0 .624.168.624.592v.292zm.854.375c.026 0 .072-.003.119-.006q.044 0 .046.04v.22c0 .023-.012.043-.04.046-.05.003-.11.006-.154.006-.3 0-.534-.153-.534-.534v-1.32q0-.04.043-.041h.22c.022 0 .04.014.043.037l.026.347h.309q.041 0 .043.04v.211q-.002.04-.043.04h-.306v.662c0 .16.08.252.228.252m.922.307a1 1 0 0 1-.586-.188c-.027-.014-.027-.035-.012-.058l.11-.188q.02-.038.057-.012c.13.096.287.148.437.148s.268-.058.268-.168c0-.115-.139-.147-.268-.17-.217-.04-.584-.13-.584-.48 0-.32.303-.454.612-.454.165 0 .332.04.503.133.023.011.03.035.015.058l-.11.184q-.023.031-.058.015a.8.8 0 0 0-.367-.095c-.17 0-.262.063-.262.158 0 .119.13.148.32.185.238.043.538.119.538.45 0 .332-.266.48-.612.48z\"\n />\n </g>\n <defs>\n <clipPath id=\"a\">\n <path fill=\"#fff\" d=\"M10 4h24v24H10z\" />\n </clipPath>\n </defs>\n </svg>\n );\n};\nconst PaytrailIcon = styled(SVG)`\n flex-shrink: 0;\n`;\nexport default PaytrailIcon;\n"],"names":[],"mappings":";;;AAUA;AACE;AAUI;AAOU;AAGR;AAAwC;AAGkG;AAEhF;AAG+nI;AAE3rI;AAKA;AAGN;AACA;AAAgC;AAAA;AAAA;;;;"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
|
+
const jsxRuntime = require("react/jsx-runtime");
|
|
5
|
+
const styled = require("styled-components");
|
|
6
|
+
const SVG = (props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { fill: "none", viewBox: "0 0 44 32", width: props.size || "2.5em", height: props.size || "2.5em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
8
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", { width: 43, height: 31, x: 0.5, y: 0.5, fill: "#fff", stroke: "#999", rx: 1.5 }),
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#EDEDED", fillRule: "evenodd", d: "M35.792 21.953H6.063l1.981-11.788h29.73z", clipRule: "evenodd" }),
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#393941", fillRule: "evenodd", d: "M15.545 17.032c-.508 0-.865-.33-.865-.846 0-.57.444-1.106 1.08-1.106.508 0 .865.346.865.861a1.08 1.08 0 0 1-1.08 1.091m.297-2.938c-1.334 0-2.344.976-2.344 2.143 0 1.056.831 1.787 1.966 1.787 1.333 0 2.343-1.007 2.343-2.173 0-1.056-.831-1.757-1.965-1.757m7.741 2.938c-.507 0-.863-.33-.863-.846 0-.57.442-1.106 1.08-1.106.507 0 .863.346.863.861a1.08 1.08 0 0 1-1.08 1.091m.297-2.938c-1.334 0-2.343.976-2.343 2.143 0 1.056.831 1.787 1.965 1.787 1.334 0 2.344-1.007 2.344-2.173 0-1.056-.832-1.757-1.966-1.757m3.993 1.862h-.175l.131-.787h.158c.37 0 .566.111.566.353 0 .288-.278.434-.68.434m1.898-.62c0-.707-.554-1.16-1.555-1.16H26.8l-.62 3.767h1.191l.196-1.185h.054l.632 1.185h1.365l-.876-1.316c.643-.222 1.029-.701 1.029-1.291m-17.638.342c-.452-.227-.555-.288-.555-.409 0-.15.18-.227.43-.227.287 0 .721.032 1.146.436.106-.323.277-.618.501-.87-.602-.338-1.157-.514-1.67-.514-1.017 0-1.599.54-1.599 1.19 0 .56.424.853.93 1.11.452.232.566.303.566.444 0 .152-.19.237-.44.237-.436 0-.942-.272-1.241-.55l-.174 1.05c.31.221.756.448 1.43.448 1.051 0 1.617-.524 1.617-1.2 0-.55-.365-.852-.941-1.145m8.809.152h-1.395l.11-.661h1.496a2.6 2.6 0 0 1 .867-.994h-2.448c-.543 0-1.005.368-1.087.865l-.478 2.903H19.2l.196-1.185h1.415l.102-.644a3 3 0 0 1 .03-.284m8.855-1.655c.318.243.514.582.556.994h.996l-.457 2.774h1.191l.458-2.774h1.105l.163-.994z", clipRule: "evenodd" })
|
|
11
|
+
] });
|
|
12
|
+
};
|
|
13
|
+
const SofortIcon = styled(SVG).withConfig({
|
|
14
|
+
displayName: "SofortIcon",
|
|
15
|
+
componentId: "sc-sw08hv-0"
|
|
16
|
+
})(["flex-shrink:0;"]);
|
|
17
|
+
exports.default = SofortIcon;
|
|
18
|
+
//# sourceMappingURL=index312.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index312.cjs","sources":["../src/icons-with-colours/dist/SofortIcon.tsx"],"sourcesContent":["// Coloured Icon\n// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport styled from \"styled-components\";\nimport type { SVGProps } from \"react\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst SVG = (props: Props) => {\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 44 32\"\n width={props.size || \"2.5em\"}\n height={props.size || \"2.5em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <rect\n width={43}\n height={31}\n x={0.5}\n y={0.5}\n fill=\"#fff\"\n stroke=\"#999\"\n rx={1.5}\n />\n <path\n fill=\"#EDEDED\"\n fillRule=\"evenodd\"\n d=\"M35.792 21.953H6.063l1.981-11.788h29.73z\"\n clipRule=\"evenodd\"\n />\n <path\n fill=\"#393941\"\n fillRule=\"evenodd\"\n d=\"M15.545 17.032c-.508 0-.865-.33-.865-.846 0-.57.444-1.106 1.08-1.106.508 0 .865.346.865.861a1.08 1.08 0 0 1-1.08 1.091m.297-2.938c-1.334 0-2.344.976-2.344 2.143 0 1.056.831 1.787 1.966 1.787 1.333 0 2.343-1.007 2.343-2.173 0-1.056-.831-1.757-1.965-1.757m7.741 2.938c-.507 0-.863-.33-.863-.846 0-.57.442-1.106 1.08-1.106.507 0 .863.346.863.861a1.08 1.08 0 0 1-1.08 1.091m.297-2.938c-1.334 0-2.343.976-2.343 2.143 0 1.056.831 1.787 1.965 1.787 1.334 0 2.344-1.007 2.344-2.173 0-1.056-.832-1.757-1.966-1.757m3.993 1.862h-.175l.131-.787h.158c.37 0 .566.111.566.353 0 .288-.278.434-.68.434m1.898-.62c0-.707-.554-1.16-1.555-1.16H26.8l-.62 3.767h1.191l.196-1.185h.054l.632 1.185h1.365l-.876-1.316c.643-.222 1.029-.701 1.029-1.291m-17.638.342c-.452-.227-.555-.288-.555-.409 0-.15.18-.227.43-.227.287 0 .721.032 1.146.436.106-.323.277-.618.501-.87-.602-.338-1.157-.514-1.67-.514-1.017 0-1.599.54-1.599 1.19 0 .56.424.853.93 1.11.452.232.566.303.566.444 0 .152-.19.237-.44.237-.436 0-.942-.272-1.241-.55l-.174 1.05c.31.221.756.448 1.43.448 1.051 0 1.617-.524 1.617-1.2 0-.55-.365-.852-.941-1.145m8.809.152h-1.395l.11-.661h1.496a2.6 2.6 0 0 1 .867-.994h-2.448c-.543 0-1.005.368-1.087.865l-.478 2.903H19.2l.196-1.185h1.415l.102-.644a3 3 0 0 1 .03-.284m8.855-1.655c.318.243.514.582.556.994h.996l-.457 2.774h1.191l.458-2.774h1.105l.163-.994z\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n};\nconst SofortIcon = styled(SVG)`\n flex-shrink: 0;\n`;\nexport default SofortIcon;\n"],"names":[],"mappings":";;;;;AAUA;AACE;AAUI;AAOU;AAMU;AAMA;AAI1B;AACA;AAA8B;AAAA;AAAA;;"}
|
package/dist/index312.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
+
import styled from "styled-components";
|
|
4
|
+
const SVG = (props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { fill: "none", viewBox: "0 0 44 32", width: props.size || "2.5em", height: props.size || "2.5em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("rect", { width: 43, height: 31, x: 0.5, y: 0.5, fill: "#fff", stroke: "#999", rx: 1.5 }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#EDEDED", fillRule: "evenodd", d: "M35.792 21.953H6.063l1.981-11.788h29.73z", clipRule: "evenodd" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "#393941", fillRule: "evenodd", d: "M15.545 17.032c-.508 0-.865-.33-.865-.846 0-.57.444-1.106 1.08-1.106.508 0 .865.346.865.861a1.08 1.08 0 0 1-1.08 1.091m.297-2.938c-1.334 0-2.344.976-2.344 2.143 0 1.056.831 1.787 1.966 1.787 1.333 0 2.343-1.007 2.343-2.173 0-1.056-.831-1.757-1.965-1.757m7.741 2.938c-.507 0-.863-.33-.863-.846 0-.57.442-1.106 1.08-1.106.507 0 .863.346.863.861a1.08 1.08 0 0 1-1.08 1.091m.297-2.938c-1.334 0-2.343.976-2.343 2.143 0 1.056.831 1.787 1.965 1.787 1.334 0 2.344-1.007 2.344-2.173 0-1.056-.832-1.757-1.966-1.757m3.993 1.862h-.175l.131-.787h.158c.37 0 .566.111.566.353 0 .288-.278.434-.68.434m1.898-.62c0-.707-.554-1.16-1.555-1.16H26.8l-.62 3.767h1.191l.196-1.185h.054l.632 1.185h1.365l-.876-1.316c.643-.222 1.029-.701 1.029-1.291m-17.638.342c-.452-.227-.555-.288-.555-.409 0-.15.18-.227.43-.227.287 0 .721.032 1.146.436.106-.323.277-.618.501-.87-.602-.338-1.157-.514-1.67-.514-1.017 0-1.599.54-1.599 1.19 0 .56.424.853.93 1.11.452.232.566.303.566.444 0 .152-.19.237-.44.237-.436 0-.942-.272-1.241-.55l-.174 1.05c.31.221.756.448 1.43.448 1.051 0 1.617-.524 1.617-1.2 0-.55-.365-.852-.941-1.145m8.809.152h-1.395l.11-.661h1.496a2.6 2.6 0 0 1 .867-.994h-2.448c-.543 0-1.005.368-1.087.865l-.478 2.903H19.2l.196-1.185h1.415l.102-.644a3 3 0 0 1 .03-.284m8.855-1.655c.318.243.514.582.556.994h.996l-.457 2.774h1.191l.458-2.774h1.105l.163-.994z", clipRule: "evenodd" })
|
|
9
|
+
] });
|
|
10
|
+
};
|
|
11
|
+
const SofortIcon = styled(SVG).withConfig({
|
|
12
|
+
displayName: "SofortIcon",
|
|
13
|
+
componentId: "sc-sw08hv-0"
|
|
14
|
+
})(["flex-shrink:0;"]);
|
|
15
|
+
export {
|
|
16
|
+
SofortIcon as default
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=index312.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index312.js","sources":["../src/icons-with-colours/dist/SofortIcon.tsx"],"sourcesContent":["// Coloured Icon\n// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport styled from \"styled-components\";\nimport type { SVGProps } from \"react\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst SVG = (props: Props) => {\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 44 32\"\n width={props.size || \"2.5em\"}\n height={props.size || \"2.5em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <rect\n width={43}\n height={31}\n x={0.5}\n y={0.5}\n fill=\"#fff\"\n stroke=\"#999\"\n rx={1.5}\n />\n <path\n fill=\"#EDEDED\"\n fillRule=\"evenodd\"\n d=\"M35.792 21.953H6.063l1.981-11.788h29.73z\"\n clipRule=\"evenodd\"\n />\n <path\n fill=\"#393941\"\n fillRule=\"evenodd\"\n d=\"M15.545 17.032c-.508 0-.865-.33-.865-.846 0-.57.444-1.106 1.08-1.106.508 0 .865.346.865.861a1.08 1.08 0 0 1-1.08 1.091m.297-2.938c-1.334 0-2.344.976-2.344 2.143 0 1.056.831 1.787 1.966 1.787 1.333 0 2.343-1.007 2.343-2.173 0-1.056-.831-1.757-1.965-1.757m7.741 2.938c-.507 0-.863-.33-.863-.846 0-.57.442-1.106 1.08-1.106.507 0 .863.346.863.861a1.08 1.08 0 0 1-1.08 1.091m.297-2.938c-1.334 0-2.343.976-2.343 2.143 0 1.056.831 1.787 1.965 1.787 1.334 0 2.344-1.007 2.344-2.173 0-1.056-.832-1.757-1.966-1.757m3.993 1.862h-.175l.131-.787h.158c.37 0 .566.111.566.353 0 .288-.278.434-.68.434m1.898-.62c0-.707-.554-1.16-1.555-1.16H26.8l-.62 3.767h1.191l.196-1.185h.054l.632 1.185h1.365l-.876-1.316c.643-.222 1.029-.701 1.029-1.291m-17.638.342c-.452-.227-.555-.288-.555-.409 0-.15.18-.227.43-.227.287 0 .721.032 1.146.436.106-.323.277-.618.501-.87-.602-.338-1.157-.514-1.67-.514-1.017 0-1.599.54-1.599 1.19 0 .56.424.853.93 1.11.452.232.566.303.566.444 0 .152-.19.237-.44.237-.436 0-.942-.272-1.241-.55l-.174 1.05c.31.221.756.448 1.43.448 1.051 0 1.617-.524 1.617-1.2 0-.55-.365-.852-.941-1.145m8.809.152h-1.395l.11-.661h1.496a2.6 2.6 0 0 1 .867-.994h-2.448c-.543 0-1.005.368-1.087.865l-.478 2.903H19.2l.196-1.185h1.415l.102-.644a3 3 0 0 1 .03-.284m8.855-1.655c.318.243.514.582.556.994h.996l-.457 2.774h1.191l.458-2.774h1.105l.163-.994z\"\n clipRule=\"evenodd\"\n />\n </svg>\n );\n};\nconst SofortIcon = styled(SVG)`\n flex-shrink: 0;\n`;\nexport default SofortIcon;\n"],"names":[],"mappings":";;;AAUA;AACE;AAUI;AAOU;AAMU;AAMA;AAI1B;AACA;AAA8B;AAAA;AAAA;;;;"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
|
+
const jsxRuntime = require("react/jsx-runtime");
|
|
5
|
+
const styled = require("styled-components");
|
|
6
|
+
const SVG = (props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { fill: "none", viewBox: "0 0 24 24", width: props.size || "2.5em", height: props.size || "2.5em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
8
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#048851", d: "M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11" }),
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "m17.565 8.494-7.528 8.603-3.567-3.566 1.06-1.061 2.434 2.433 6.472-7.397z" }),
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "m17.565 8.494-7.528 8.603-3.567-3.566 1.06-1.061 2.434 2.433 6.472-7.397z" })
|
|
11
|
+
] });
|
|
12
|
+
};
|
|
13
|
+
const SuccessFilledIcon = styled(SVG).withConfig({
|
|
14
|
+
displayName: "SuccessFilledIcon",
|
|
15
|
+
componentId: "sc-z0ezlo-0"
|
|
16
|
+
})(["flex-shrink:0;"]);
|
|
17
|
+
exports.default = SuccessFilledIcon;
|
|
18
|
+
//# sourceMappingURL=index313.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index313.cjs","sources":["../src/icons-with-colours/dist/SuccessFilledIcon.tsx"],"sourcesContent":["// Coloured Icon\n// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport styled from \"styled-components\";\nimport type { SVGProps } from \"react\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst SVG = (props: Props) => {\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 24 24\"\n width={props.size || \"2.5em\"}\n height={props.size || \"2.5em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <path\n fill=\"#048851\"\n d=\"M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11\"\n />\n <path\n fill=\"#fff\"\n d=\"m17.565 8.494-7.528 8.603-3.567-3.566 1.06-1.061 2.434 2.433 6.472-7.397z\"\n />\n <path\n fill=\"#fff\"\n d=\"m17.565 8.494-7.528 8.603-3.567-3.566 1.06-1.061 2.434 2.433 6.472-7.397z\"\n />\n </svg>\n );\n};\nconst SuccessFilledIcon = styled(SVG)`\n flex-shrink: 0;\n`;\nexport default SuccessFilledIcon;\n"],"names":[],"mappings":";;;;;AAUA;AACE;AAUI;AAE6E;AAIE;AAIA;AAIrF;AACA;AAAqC;AAAA;AAAA;;"}
|
package/dist/index313.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
+
import styled from "styled-components";
|
|
4
|
+
const SVG = (props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { fill: "none", viewBox: "0 0 24 24", width: props.size || "2.5em", height: props.size || "2.5em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { fill: "#048851", d: "M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m17.565 8.494-7.528 8.603-3.567-3.566 1.06-1.061 2.434 2.433 6.472-7.397z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m17.565 8.494-7.528 8.603-3.567-3.566 1.06-1.061 2.434 2.433 6.472-7.397z" })
|
|
9
|
+
] });
|
|
10
|
+
};
|
|
11
|
+
const SuccessFilledIcon = styled(SVG).withConfig({
|
|
12
|
+
displayName: "SuccessFilledIcon",
|
|
13
|
+
componentId: "sc-z0ezlo-0"
|
|
14
|
+
})(["flex-shrink:0;"]);
|
|
15
|
+
export {
|
|
16
|
+
SuccessFilledIcon as default
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=index313.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index313.js","sources":["../src/icons-with-colours/dist/SuccessFilledIcon.tsx"],"sourcesContent":["// Coloured Icon\n// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport styled from \"styled-components\";\nimport type { SVGProps } from \"react\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst SVG = (props: Props) => {\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 24 24\"\n width={props.size || \"2.5em\"}\n height={props.size || \"2.5em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <path\n fill=\"#048851\"\n d=\"M12 23c6.075 0 11-4.925 11-11S18.075 1 12 1 1 5.925 1 12s4.925 11 11 11\"\n />\n <path\n fill=\"#fff\"\n d=\"m17.565 8.494-7.528 8.603-3.567-3.566 1.06-1.061 2.434 2.433 6.472-7.397z\"\n />\n <path\n fill=\"#fff\"\n d=\"m17.565 8.494-7.528 8.603-3.567-3.566 1.06-1.061 2.434 2.433 6.472-7.397z\"\n />\n </svg>\n );\n};\nconst SuccessFilledIcon = styled(SVG)`\n flex-shrink: 0;\n`;\nexport default SuccessFilledIcon;\n"],"names":[],"mappings":";;;AAUA;AACE;AAUI;AAE6E;AAIE;AAIA;AAIrF;AACA;AAAqC;AAAA;AAAA;;;;"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
|
+
const jsxRuntime = require("react/jsx-runtime");
|
|
5
|
+
const styled = require("styled-components");
|
|
6
|
+
const SVG = (props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { fill: "none", viewBox: "0 0 44 32", width: props.size || "2.5em", height: props.size || "2.5em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
8
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", { width: 43, height: 31, x: 0.5, y: 0.5, fill: "#fff", stroke: "#999", rx: 1.5 }),
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsxs("g", { clipPath: "url(#a)", children: [
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#4A4A49", d: "M29.173 24.602a.616.616 0 0 1 .603-.619.6.6 0 0 1 .432.181.625.625 0 0 1-.194 1.009.6.6 0 0 1-.474 0 .6.6 0 0 1-.32-.329.6.6 0 0 1-.047-.242m.124 0a.53.53 0 0 0 .137.358.474.474 0 0 0 .687 0 .5.5 0 0 0 .14-.358.52.52 0 0 0-.14-.357.48.48 0 0 0-.535-.107.47.47 0 0 0-.253.266.5.5 0 0 0-.036.198m.271-.266q.001-.056.056-.056h.192a.2.2 0 0 1 .146.053.2.2 0 0 1 .055.142.2.2 0 0 1-.04.116.2.2 0 0 1-.037.035.1.1 0 0 1-.04.019v.003l.005.007.006.011.01.018.089.171q.015.03.007.047t-.038.017h-.02q-.048 0-.066-.04l-.099-.207h-.105v.193q0 .055-.053.055h-.015q-.052 0-.052-.055zm.223.248a.1.1 0 0 0 .076-.03.1.1 0 0 0 .027-.079.1.1 0 0 0-.027-.076.1.1 0 0 0-.074-.027h-.104v.212zm-4.95.405q.288 0 .489.073.2.074.313.136.096.051.113.135a.3.3 0 0 1-.028.18l-.057.102q-.05.102-.13.118a.3.3 0 0 1-.186-.028 3 3 0 0 0-.231-.093 1 1 0 0 0-.317-.048.5.5 0 0 0-.287.073.24.24 0 0 0-.102.21q0 .117.104.19.105.075.266.13l.344.122q.183.064.345.166a.9.9 0 0 1 .265.26q.105.157.104.4a.8.8 0 0 1-.296.632q-.144.117-.347.185a1.4 1.4 0 0 1-.452.068q-.35 0-.59-.102a2 2 0 0 1-.37-.191q-.096-.057-.107-.141a.27.27 0 0 1 .05-.18l.068-.102q.063-.09.139-.102a.3.3 0 0 1 .183.046q.101.056.263.126.16.07.38.07a.5.5 0 0 0 .294-.078.25.25 0 0 0 .108-.214.22.22 0 0 0-.105-.19 1.3 1.3 0 0 0-.265-.129l-.344-.127a2 2 0 0 1-.345-.169.9.9 0 0 1-.265-.26.7.7 0 0 1-.105-.405.78.78 0 0 1 .325-.643q.15-.107.35-.163.201-.057.426-.057m-8.392 0q.288 0 .488.073.2.074.314.136.096.051.113.135a.3.3 0 0 1-.029.18l-.056.102q-.05.102-.13.118a.3.3 0 0 1-.186-.028 3 3 0 0 0-.232-.093 1 1 0 0 0-.316-.048.5.5 0 0 0-.288.073.24.24 0 0 0-.101.21q0 .117.104.19.105.075.265.13l.345.122q.183.064.344.166a.9.9 0 0 1 .265.26q.105.157.105.4a.8.8 0 0 1-.076.352.8.8 0 0 1-.22.28q-.145.117-.348.185a1.4 1.4 0 0 1-.451.068q-.35 0-.59-.102a2 2 0 0 1-.37-.191q-.096-.057-.107-.141a.27.27 0 0 1 .05-.18l.068-.102q.062-.09.138-.102a.3.3 0 0 1 .184.046q.102.056.262.126.162.07.381.07a.5.5 0 0 0 .294-.078.25.25 0 0 0 .107-.214.22.22 0 0 0-.104-.19 1.3 1.3 0 0 0-.265-.129l-.345-.127a2 2 0 0 1-.344-.169.9.9 0 0 1-.266-.26.7.7 0 0 1-.104-.405.78.78 0 0 1 .325-.643q.15-.107.35-.163t.426-.057m10.295-1.06q.237 0 .237.237v1.161a1.5 1.5 0 0 1-.017.243h.011a1 1 0 0 1 .144-.206 1.14 1.14 0 0 1 .855-.375q.48 0 .743.26.262.258.262.834v1.612q0 .237-.237.237H28.5q-.238 0-.238-.237V26.23a.9.9 0 0 0-.09-.426q-.09-.16-.361-.16a.79.79 0 0 0-.604.273.9.9 0 0 0-.167.301 1.2 1.2 0 0 0-.06.378v1.1q0 .236-.236.236H26.5q-.237 0-.237-.237v-3.529q0-.237.237-.237zm-3.752 1.128q.232 0 .232.237v2.401q0 .237-.232.237h-.248q-.232 0-.232-.237v-2.401q0-.237.232-.237zm-4.79 0q.215 0 .254.208l.463 1.68.02.113q.008.051.02.096.011.051.016.096h.012q.006-.045.017-.096l.02-.096q.008-.05.025-.112l.485-1.68q.04-.204.26-.204h.215q.209 0 .26.203l.48 1.68q.015.063.025.113.008.051.02.096.011.051.016.096h.012q.006-.045.017-.096l.02-.096q.007-.05.025-.112l.457-1.68q.05-.21.26-.21h.26q.129 0 .18.074.051.073.017.192l-.74 2.413q-.056.197-.265.197h-.378q-.215 0-.265-.203l-.435-1.437a1 1 0 0 1-.029-.113l-.022-.102a1 1 0 0 1-.017-.096h-.011a4 4 0 0 0-.046.198 1 1 0 0 1-.028.113l-.434 1.437q-.05.203-.26.203h-.39q-.203 0-.26-.197l-.745-2.413q-.033-.12.02-.192t.178-.073z" }),
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "url(#b)", fillRule: "evenodd", d: "M18.06 20.925a8.9 8.9 0 0 0 10.65-2.311 8.893 8.893 0 0 0-1.096-12.531l-2.502 2.98a6.95 6.95 0 0 1 .856 9.79c-1.968 2.345-5.207 3.128-7.908 2.072", clipRule: "evenodd" }),
|
|
12
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "url(#c)", fillRule: "evenodd", d: "M18.06 20.925a8.9 8.9 0 0 0 11.512-3.532 7.78 7.78 0 0 0-2.681-7.206 7.8 7.8 0 0 0-1.779-1.123 6.95 6.95 0 0 1 .856 9.79C24 21.198 20.761 21.98 18.06 20.925", clipRule: "evenodd" }),
|
|
13
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "url(#d)", fillRule: "evenodd", d: "M25.732 4.866a8.9 8.9 0 0 0-10.65 2.312 8.893 8.893 0 0 0 1.096 12.531l2.502-2.981a6.95 6.95 0 0 1-.856-9.79c1.967-2.344 5.207-3.127 7.908-2.072", clipRule: "evenodd" }),
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "url(#e)", fillRule: "evenodd", d: "M25.732 4.866A8.9 8.9 0 0 0 14.219 8.4a7.78 7.78 0 0 0 2.682 7.205 7.8 7.8 0 0 0 1.778 1.124 6.95 6.95 0 0 1-.855-9.79c1.967-2.344 5.207-3.127 7.908-2.072", clipRule: "evenodd" })
|
|
15
|
+
] }),
|
|
16
|
+
/* @__PURE__ */ jsxRuntime.jsxs("defs", { children: [
|
|
17
|
+
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { id: "b", x1: 1046.97, x2: 668.996, y1: 942.92, y2: 189.966, gradientUnits: "userSpaceOnUse", children: [
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { stopColor: "#EF2131" }),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#FECF2C" })
|
|
20
|
+
] }),
|
|
21
|
+
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { id: "c", x1: 701.012, x2: 38.414, y1: 9.064, y2: 1156.12, gradientUnits: "userSpaceOnUse", children: [
|
|
22
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { stopColor: "#FBC52C" }),
|
|
23
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.264, stopColor: "#F87130" }),
|
|
24
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.561, stopColor: "#EF52E2" }),
|
|
25
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#661EEC" })
|
|
26
|
+
] }),
|
|
27
|
+
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { id: "d", x1: 274.878, x2: 637.147, y1: 648.351, y2: 1385.13, gradientUnits: "userSpaceOnUse", children: [
|
|
28
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { stopColor: "#78F6D8" }),
|
|
29
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.266, stopColor: "#77D1F6" }),
|
|
30
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.554, stopColor: "#70A4F3" }),
|
|
31
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#661EEC" })
|
|
32
|
+
] }),
|
|
33
|
+
/* @__PURE__ */ jsxRuntime.jsxs("linearGradient", { id: "e", x1: 506.906, x2: 1164.33, y1: 1276.76, y2: 133.626, gradientUnits: "userSpaceOnUse", children: [
|
|
34
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { stopColor: "#536EED" }),
|
|
35
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.247, stopColor: "#54C3EC" }),
|
|
36
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.564, stopColor: "#64D769" }),
|
|
37
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#FECF2C" })
|
|
38
|
+
] }),
|
|
39
|
+
/* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M13 4h17.809v24H13z" }) })
|
|
40
|
+
] })
|
|
41
|
+
] });
|
|
42
|
+
};
|
|
43
|
+
const SwishIcon = styled(SVG).withConfig({
|
|
44
|
+
displayName: "SwishIcon",
|
|
45
|
+
componentId: "sc-1epxyu-0"
|
|
46
|
+
})(["flex-shrink:0;"]);
|
|
47
|
+
exports.default = SwishIcon;
|
|
48
|
+
//# sourceMappingURL=index314.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index314.cjs","sources":["../src/icons-with-colours/dist/SwishIcon.tsx"],"sourcesContent":["// Coloured Icon\n// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport styled from \"styled-components\";\nimport type { SVGProps } from \"react\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst SVG = (props: Props) => {\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 44 32\"\n width={props.size || \"2.5em\"}\n height={props.size || \"2.5em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <rect\n width={43}\n height={31}\n x={0.5}\n y={0.5}\n fill=\"#fff\"\n stroke=\"#999\"\n rx={1.5}\n />\n <g clipPath=\"url(#a)\">\n <path\n fill=\"#4A4A49\"\n d=\"M29.173 24.602a.616.616 0 0 1 .603-.619.6.6 0 0 1 .432.181.625.625 0 0 1-.194 1.009.6.6 0 0 1-.474 0 .6.6 0 0 1-.32-.329.6.6 0 0 1-.047-.242m.124 0a.53.53 0 0 0 .137.358.474.474 0 0 0 .687 0 .5.5 0 0 0 .14-.358.52.52 0 0 0-.14-.357.48.48 0 0 0-.535-.107.47.47 0 0 0-.253.266.5.5 0 0 0-.036.198m.271-.266q.001-.056.056-.056h.192a.2.2 0 0 1 .146.053.2.2 0 0 1 .055.142.2.2 0 0 1-.04.116.2.2 0 0 1-.037.035.1.1 0 0 1-.04.019v.003l.005.007.006.011.01.018.089.171q.015.03.007.047t-.038.017h-.02q-.048 0-.066-.04l-.099-.207h-.105v.193q0 .055-.053.055h-.015q-.052 0-.052-.055zm.223.248a.1.1 0 0 0 .076-.03.1.1 0 0 0 .027-.079.1.1 0 0 0-.027-.076.1.1 0 0 0-.074-.027h-.104v.212zm-4.95.405q.288 0 .489.073.2.074.313.136.096.051.113.135a.3.3 0 0 1-.028.18l-.057.102q-.05.102-.13.118a.3.3 0 0 1-.186-.028 3 3 0 0 0-.231-.093 1 1 0 0 0-.317-.048.5.5 0 0 0-.287.073.24.24 0 0 0-.102.21q0 .117.104.19.105.075.266.13l.344.122q.183.064.345.166a.9.9 0 0 1 .265.26q.105.157.104.4a.8.8 0 0 1-.296.632q-.144.117-.347.185a1.4 1.4 0 0 1-.452.068q-.35 0-.59-.102a2 2 0 0 1-.37-.191q-.096-.057-.107-.141a.27.27 0 0 1 .05-.18l.068-.102q.063-.09.139-.102a.3.3 0 0 1 .183.046q.101.056.263.126.16.07.38.07a.5.5 0 0 0 .294-.078.25.25 0 0 0 .108-.214.22.22 0 0 0-.105-.19 1.3 1.3 0 0 0-.265-.129l-.344-.127a2 2 0 0 1-.345-.169.9.9 0 0 1-.265-.26.7.7 0 0 1-.105-.405.78.78 0 0 1 .325-.643q.15-.107.35-.163.201-.057.426-.057m-8.392 0q.288 0 .488.073.2.074.314.136.096.051.113.135a.3.3 0 0 1-.029.18l-.056.102q-.05.102-.13.118a.3.3 0 0 1-.186-.028 3 3 0 0 0-.232-.093 1 1 0 0 0-.316-.048.5.5 0 0 0-.288.073.24.24 0 0 0-.101.21q0 .117.104.19.105.075.265.13l.345.122q.183.064.344.166a.9.9 0 0 1 .265.26q.105.157.105.4a.8.8 0 0 1-.076.352.8.8 0 0 1-.22.28q-.145.117-.348.185a1.4 1.4 0 0 1-.451.068q-.35 0-.59-.102a2 2 0 0 1-.37-.191q-.096-.057-.107-.141a.27.27 0 0 1 .05-.18l.068-.102q.062-.09.138-.102a.3.3 0 0 1 .184.046q.102.056.262.126.162.07.381.07a.5.5 0 0 0 .294-.078.25.25 0 0 0 .107-.214.22.22 0 0 0-.104-.19 1.3 1.3 0 0 0-.265-.129l-.345-.127a2 2 0 0 1-.344-.169.9.9 0 0 1-.266-.26.7.7 0 0 1-.104-.405.78.78 0 0 1 .325-.643q.15-.107.35-.163t.426-.057m10.295-1.06q.237 0 .237.237v1.161a1.5 1.5 0 0 1-.017.243h.011a1 1 0 0 1 .144-.206 1.14 1.14 0 0 1 .855-.375q.48 0 .743.26.262.258.262.834v1.612q0 .237-.237.237H28.5q-.238 0-.238-.237V26.23a.9.9 0 0 0-.09-.426q-.09-.16-.361-.16a.79.79 0 0 0-.604.273.9.9 0 0 0-.167.301 1.2 1.2 0 0 0-.06.378v1.1q0 .236-.236.236H26.5q-.237 0-.237-.237v-3.529q0-.237.237-.237zm-3.752 1.128q.232 0 .232.237v2.401q0 .237-.232.237h-.248q-.232 0-.232-.237v-2.401q0-.237.232-.237zm-4.79 0q.215 0 .254.208l.463 1.68.02.113q.008.051.02.096.011.051.016.096h.012q.006-.045.017-.096l.02-.096q.008-.05.025-.112l.485-1.68q.04-.204.26-.204h.215q.209 0 .26.203l.48 1.68q.015.063.025.113.008.051.02.096.011.051.016.096h.012q.006-.045.017-.096l.02-.096q.007-.05.025-.112l.457-1.68q.05-.21.26-.21h.26q.129 0 .18.074.051.073.017.192l-.74 2.413q-.056.197-.265.197h-.378q-.215 0-.265-.203l-.435-1.437a1 1 0 0 1-.029-.113l-.022-.102a1 1 0 0 1-.017-.096h-.011a4 4 0 0 0-.046.198 1 1 0 0 1-.028.113l-.434 1.437q-.05.203-.26.203h-.39q-.203 0-.26-.197l-.745-2.413q-.033-.12.02-.192t.178-.073z\"\n />\n <path\n fill=\"url(#b)\"\n fillRule=\"evenodd\"\n d=\"M18.06 20.925a8.9 8.9 0 0 0 10.65-2.311 8.893 8.893 0 0 0-1.096-12.531l-2.502 2.98a6.95 6.95 0 0 1 .856 9.79c-1.968 2.345-5.207 3.128-7.908 2.072\"\n clipRule=\"evenodd\"\n />\n <path\n fill=\"url(#c)\"\n fillRule=\"evenodd\"\n d=\"M18.06 20.925a8.9 8.9 0 0 0 11.512-3.532 7.78 7.78 0 0 0-2.681-7.206 7.8 7.8 0 0 0-1.779-1.123 6.95 6.95 0 0 1 .856 9.79C24 21.198 20.761 21.98 18.06 20.925\"\n clipRule=\"evenodd\"\n />\n <path\n fill=\"url(#d)\"\n fillRule=\"evenodd\"\n d=\"M25.732 4.866a8.9 8.9 0 0 0-10.65 2.312 8.893 8.893 0 0 0 1.096 12.531l2.502-2.981a6.95 6.95 0 0 1-.856-9.79c1.967-2.344 5.207-3.127 7.908-2.072\"\n clipRule=\"evenodd\"\n />\n <path\n fill=\"url(#e)\"\n fillRule=\"evenodd\"\n d=\"M25.732 4.866A8.9 8.9 0 0 0 14.219 8.4a7.78 7.78 0 0 0 2.682 7.205 7.8 7.8 0 0 0 1.778 1.124 6.95 6.95 0 0 1-.855-9.79c1.967-2.344 5.207-3.127 7.908-2.072\"\n clipRule=\"evenodd\"\n />\n </g>\n <defs>\n <linearGradient\n id=\"b\"\n x1={1046.97}\n x2={668.996}\n y1={942.92}\n y2={189.966}\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#EF2131\" />\n <stop offset={1} stopColor=\"#FECF2C\" />\n </linearGradient>\n <linearGradient\n id=\"c\"\n x1={701.012}\n x2={38.414}\n y1={9.064}\n y2={1156.12}\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#FBC52C\" />\n <stop offset={0.264} stopColor=\"#F87130\" />\n <stop offset={0.561} stopColor=\"#EF52E2\" />\n <stop offset={1} stopColor=\"#661EEC\" />\n </linearGradient>\n <linearGradient\n id=\"d\"\n x1={274.878}\n x2={637.147}\n y1={648.351}\n y2={1385.13}\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#78F6D8\" />\n <stop offset={0.266} stopColor=\"#77D1F6\" />\n <stop offset={0.554} stopColor=\"#70A4F3\" />\n <stop offset={1} stopColor=\"#661EEC\" />\n </linearGradient>\n <linearGradient\n id=\"e\"\n x1={506.906}\n x2={1164.33}\n y1={1276.76}\n y2={133.626}\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#536EED\" />\n <stop offset={0.247} stopColor=\"#54C3EC\" />\n <stop offset={0.564} stopColor=\"#64D769\" />\n <stop offset={1} stopColor=\"#FECF2C\" />\n </linearGradient>\n <clipPath id=\"a\">\n <path fill=\"#fff\" d=\"M13 4h17.809v24H13z\" />\n </clipPath>\n </defs>\n </svg>\n );\n};\nconst SwishIcon = styled(SVG)`\n flex-shrink: 0;\n`;\nexport default SwishIcon;\n"],"names":[],"mappings":";;;;;AAUA;AACE;AAUI;AAOU;AAGR;AAE0mG;AAMtlG;AAMA;AAMA;AAMA;AAEtB;AAEE;AAQE;AAAyB;AACW;AACtC;AASE;AAAyB;AACe;AACA;AACJ;AACtC;AASE;AAAyB;AACe;AACA;AACJ;AACtC;AASE;AAAyB;AACe;AACA;AACJ;AACtC;AAGA;AACF;AAGN;AACA;AAA6B;AAAA;AAAA;;"}
|
package/dist/index314.js
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
+
import styled from "styled-components";
|
|
4
|
+
const SVG = (props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { fill: "none", viewBox: "0 0 44 32", width: props.size || "2.5em", height: props.size || "2.5em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("rect", { width: 43, height: 31, x: 0.5, y: 0.5, fill: "#fff", stroke: "#999", rx: 1.5 }),
|
|
7
|
+
/* @__PURE__ */ jsxs("g", { clipPath: "url(#a)", children: [
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "#4A4A49", d: "M29.173 24.602a.616.616 0 0 1 .603-.619.6.6 0 0 1 .432.181.625.625 0 0 1-.194 1.009.6.6 0 0 1-.474 0 .6.6 0 0 1-.32-.329.6.6 0 0 1-.047-.242m.124 0a.53.53 0 0 0 .137.358.474.474 0 0 0 .687 0 .5.5 0 0 0 .14-.358.52.52 0 0 0-.14-.357.48.48 0 0 0-.535-.107.47.47 0 0 0-.253.266.5.5 0 0 0-.036.198m.271-.266q.001-.056.056-.056h.192a.2.2 0 0 1 .146.053.2.2 0 0 1 .055.142.2.2 0 0 1-.04.116.2.2 0 0 1-.037.035.1.1 0 0 1-.04.019v.003l.005.007.006.011.01.018.089.171q.015.03.007.047t-.038.017h-.02q-.048 0-.066-.04l-.099-.207h-.105v.193q0 .055-.053.055h-.015q-.052 0-.052-.055zm.223.248a.1.1 0 0 0 .076-.03.1.1 0 0 0 .027-.079.1.1 0 0 0-.027-.076.1.1 0 0 0-.074-.027h-.104v.212zm-4.95.405q.288 0 .489.073.2.074.313.136.096.051.113.135a.3.3 0 0 1-.028.18l-.057.102q-.05.102-.13.118a.3.3 0 0 1-.186-.028 3 3 0 0 0-.231-.093 1 1 0 0 0-.317-.048.5.5 0 0 0-.287.073.24.24 0 0 0-.102.21q0 .117.104.19.105.075.266.13l.344.122q.183.064.345.166a.9.9 0 0 1 .265.26q.105.157.104.4a.8.8 0 0 1-.296.632q-.144.117-.347.185a1.4 1.4 0 0 1-.452.068q-.35 0-.59-.102a2 2 0 0 1-.37-.191q-.096-.057-.107-.141a.27.27 0 0 1 .05-.18l.068-.102q.063-.09.139-.102a.3.3 0 0 1 .183.046q.101.056.263.126.16.07.38.07a.5.5 0 0 0 .294-.078.25.25 0 0 0 .108-.214.22.22 0 0 0-.105-.19 1.3 1.3 0 0 0-.265-.129l-.344-.127a2 2 0 0 1-.345-.169.9.9 0 0 1-.265-.26.7.7 0 0 1-.105-.405.78.78 0 0 1 .325-.643q.15-.107.35-.163.201-.057.426-.057m-8.392 0q.288 0 .488.073.2.074.314.136.096.051.113.135a.3.3 0 0 1-.029.18l-.056.102q-.05.102-.13.118a.3.3 0 0 1-.186-.028 3 3 0 0 0-.232-.093 1 1 0 0 0-.316-.048.5.5 0 0 0-.288.073.24.24 0 0 0-.101.21q0 .117.104.19.105.075.265.13l.345.122q.183.064.344.166a.9.9 0 0 1 .265.26q.105.157.105.4a.8.8 0 0 1-.076.352.8.8 0 0 1-.22.28q-.145.117-.348.185a1.4 1.4 0 0 1-.451.068q-.35 0-.59-.102a2 2 0 0 1-.37-.191q-.096-.057-.107-.141a.27.27 0 0 1 .05-.18l.068-.102q.062-.09.138-.102a.3.3 0 0 1 .184.046q.102.056.262.126.162.07.381.07a.5.5 0 0 0 .294-.078.25.25 0 0 0 .107-.214.22.22 0 0 0-.104-.19 1.3 1.3 0 0 0-.265-.129l-.345-.127a2 2 0 0 1-.344-.169.9.9 0 0 1-.266-.26.7.7 0 0 1-.104-.405.78.78 0 0 1 .325-.643q.15-.107.35-.163t.426-.057m10.295-1.06q.237 0 .237.237v1.161a1.5 1.5 0 0 1-.017.243h.011a1 1 0 0 1 .144-.206 1.14 1.14 0 0 1 .855-.375q.48 0 .743.26.262.258.262.834v1.612q0 .237-.237.237H28.5q-.238 0-.238-.237V26.23a.9.9 0 0 0-.09-.426q-.09-.16-.361-.16a.79.79 0 0 0-.604.273.9.9 0 0 0-.167.301 1.2 1.2 0 0 0-.06.378v1.1q0 .236-.236.236H26.5q-.237 0-.237-.237v-3.529q0-.237.237-.237zm-3.752 1.128q.232 0 .232.237v2.401q0 .237-.232.237h-.248q-.232 0-.232-.237v-2.401q0-.237.232-.237zm-4.79 0q.215 0 .254.208l.463 1.68.02.113q.008.051.02.096.011.051.016.096h.012q.006-.045.017-.096l.02-.096q.008-.05.025-.112l.485-1.68q.04-.204.26-.204h.215q.209 0 .26.203l.48 1.68q.015.063.025.113.008.051.02.096.011.051.016.096h.012q.006-.045.017-.096l.02-.096q.007-.05.025-.112l.457-1.68q.05-.21.26-.21h.26q.129 0 .18.074.051.073.017.192l-.74 2.413q-.056.197-.265.197h-.378q-.215 0-.265-.203l-.435-1.437a1 1 0 0 1-.029-.113l-.022-.102a1 1 0 0 1-.017-.096h-.011a4 4 0 0 0-.046.198 1 1 0 0 1-.028.113l-.434 1.437q-.05.203-.26.203h-.39q-.203 0-.26-.197l-.745-2.413q-.033-.12.02-.192t.178-.073z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#b)", fillRule: "evenodd", d: "M18.06 20.925a8.9 8.9 0 0 0 10.65-2.311 8.893 8.893 0 0 0-1.096-12.531l-2.502 2.98a6.95 6.95 0 0 1 .856 9.79c-1.968 2.345-5.207 3.128-7.908 2.072", clipRule: "evenodd" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#c)", fillRule: "evenodd", d: "M18.06 20.925a8.9 8.9 0 0 0 11.512-3.532 7.78 7.78 0 0 0-2.681-7.206 7.8 7.8 0 0 0-1.779-1.123 6.95 6.95 0 0 1 .856 9.79C24 21.198 20.761 21.98 18.06 20.925", clipRule: "evenodd" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#d)", fillRule: "evenodd", d: "M25.732 4.866a8.9 8.9 0 0 0-10.65 2.312 8.893 8.893 0 0 0 1.096 12.531l2.502-2.981a6.95 6.95 0 0 1-.856-9.79c1.967-2.344 5.207-3.127 7.908-2.072", clipRule: "evenodd" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#e)", fillRule: "evenodd", d: "M25.732 4.866A8.9 8.9 0 0 0 14.219 8.4a7.78 7.78 0 0 0 2.682 7.205 7.8 7.8 0 0 0 1.778 1.124 6.95 6.95 0 0 1-.855-9.79c1.967-2.344 5.207-3.127 7.908-2.072", clipRule: "evenodd" })
|
|
13
|
+
] }),
|
|
14
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
15
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "b", x1: 1046.97, x2: 668.996, y1: 942.92, y2: 189.966, gradientUnits: "userSpaceOnUse", children: [
|
|
16
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#EF2131" }),
|
|
17
|
+
/* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#FECF2C" })
|
|
18
|
+
] }),
|
|
19
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "c", x1: 701.012, x2: 38.414, y1: 9.064, y2: 1156.12, gradientUnits: "userSpaceOnUse", children: [
|
|
20
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#FBC52C" }),
|
|
21
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.264, stopColor: "#F87130" }),
|
|
22
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.561, stopColor: "#EF52E2" }),
|
|
23
|
+
/* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#661EEC" })
|
|
24
|
+
] }),
|
|
25
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "d", x1: 274.878, x2: 637.147, y1: 648.351, y2: 1385.13, gradientUnits: "userSpaceOnUse", children: [
|
|
26
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#78F6D8" }),
|
|
27
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.266, stopColor: "#77D1F6" }),
|
|
28
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.554, stopColor: "#70A4F3" }),
|
|
29
|
+
/* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#661EEC" })
|
|
30
|
+
] }),
|
|
31
|
+
/* @__PURE__ */ jsxs("linearGradient", { id: "e", x1: 506.906, x2: 1164.33, y1: 1276.76, y2: 133.626, gradientUnits: "userSpaceOnUse", children: [
|
|
32
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#536EED" }),
|
|
33
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.247, stopColor: "#54C3EC" }),
|
|
34
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.564, stopColor: "#64D769" }),
|
|
35
|
+
/* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#FECF2C" })
|
|
36
|
+
] }),
|
|
37
|
+
/* @__PURE__ */ jsx("clipPath", { id: "a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M13 4h17.809v24H13z" }) })
|
|
38
|
+
] })
|
|
39
|
+
] });
|
|
40
|
+
};
|
|
41
|
+
const SwishIcon = styled(SVG).withConfig({
|
|
42
|
+
displayName: "SwishIcon",
|
|
43
|
+
componentId: "sc-1epxyu-0"
|
|
44
|
+
})(["flex-shrink:0;"]);
|
|
45
|
+
export {
|
|
46
|
+
SwishIcon as default
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=index314.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index314.js","sources":["../src/icons-with-colours/dist/SwishIcon.tsx"],"sourcesContent":["// Coloured Icon\n// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport styled from \"styled-components\";\nimport type { SVGProps } from \"react\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst SVG = (props: Props) => {\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 44 32\"\n width={props.size || \"2.5em\"}\n height={props.size || \"2.5em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <rect\n width={43}\n height={31}\n x={0.5}\n y={0.5}\n fill=\"#fff\"\n stroke=\"#999\"\n rx={1.5}\n />\n <g clipPath=\"url(#a)\">\n <path\n fill=\"#4A4A49\"\n d=\"M29.173 24.602a.616.616 0 0 1 .603-.619.6.6 0 0 1 .432.181.625.625 0 0 1-.194 1.009.6.6 0 0 1-.474 0 .6.6 0 0 1-.32-.329.6.6 0 0 1-.047-.242m.124 0a.53.53 0 0 0 .137.358.474.474 0 0 0 .687 0 .5.5 0 0 0 .14-.358.52.52 0 0 0-.14-.357.48.48 0 0 0-.535-.107.47.47 0 0 0-.253.266.5.5 0 0 0-.036.198m.271-.266q.001-.056.056-.056h.192a.2.2 0 0 1 .146.053.2.2 0 0 1 .055.142.2.2 0 0 1-.04.116.2.2 0 0 1-.037.035.1.1 0 0 1-.04.019v.003l.005.007.006.011.01.018.089.171q.015.03.007.047t-.038.017h-.02q-.048 0-.066-.04l-.099-.207h-.105v.193q0 .055-.053.055h-.015q-.052 0-.052-.055zm.223.248a.1.1 0 0 0 .076-.03.1.1 0 0 0 .027-.079.1.1 0 0 0-.027-.076.1.1 0 0 0-.074-.027h-.104v.212zm-4.95.405q.288 0 .489.073.2.074.313.136.096.051.113.135a.3.3 0 0 1-.028.18l-.057.102q-.05.102-.13.118a.3.3 0 0 1-.186-.028 3 3 0 0 0-.231-.093 1 1 0 0 0-.317-.048.5.5 0 0 0-.287.073.24.24 0 0 0-.102.21q0 .117.104.19.105.075.266.13l.344.122q.183.064.345.166a.9.9 0 0 1 .265.26q.105.157.104.4a.8.8 0 0 1-.296.632q-.144.117-.347.185a1.4 1.4 0 0 1-.452.068q-.35 0-.59-.102a2 2 0 0 1-.37-.191q-.096-.057-.107-.141a.27.27 0 0 1 .05-.18l.068-.102q.063-.09.139-.102a.3.3 0 0 1 .183.046q.101.056.263.126.16.07.38.07a.5.5 0 0 0 .294-.078.25.25 0 0 0 .108-.214.22.22 0 0 0-.105-.19 1.3 1.3 0 0 0-.265-.129l-.344-.127a2 2 0 0 1-.345-.169.9.9 0 0 1-.265-.26.7.7 0 0 1-.105-.405.78.78 0 0 1 .325-.643q.15-.107.35-.163.201-.057.426-.057m-8.392 0q.288 0 .488.073.2.074.314.136.096.051.113.135a.3.3 0 0 1-.029.18l-.056.102q-.05.102-.13.118a.3.3 0 0 1-.186-.028 3 3 0 0 0-.232-.093 1 1 0 0 0-.316-.048.5.5 0 0 0-.288.073.24.24 0 0 0-.101.21q0 .117.104.19.105.075.265.13l.345.122q.183.064.344.166a.9.9 0 0 1 .265.26q.105.157.105.4a.8.8 0 0 1-.076.352.8.8 0 0 1-.22.28q-.145.117-.348.185a1.4 1.4 0 0 1-.451.068q-.35 0-.59-.102a2 2 0 0 1-.37-.191q-.096-.057-.107-.141a.27.27 0 0 1 .05-.18l.068-.102q.062-.09.138-.102a.3.3 0 0 1 .184.046q.102.056.262.126.162.07.381.07a.5.5 0 0 0 .294-.078.25.25 0 0 0 .107-.214.22.22 0 0 0-.104-.19 1.3 1.3 0 0 0-.265-.129l-.345-.127a2 2 0 0 1-.344-.169.9.9 0 0 1-.266-.26.7.7 0 0 1-.104-.405.78.78 0 0 1 .325-.643q.15-.107.35-.163t.426-.057m10.295-1.06q.237 0 .237.237v1.161a1.5 1.5 0 0 1-.017.243h.011a1 1 0 0 1 .144-.206 1.14 1.14 0 0 1 .855-.375q.48 0 .743.26.262.258.262.834v1.612q0 .237-.237.237H28.5q-.238 0-.238-.237V26.23a.9.9 0 0 0-.09-.426q-.09-.16-.361-.16a.79.79 0 0 0-.604.273.9.9 0 0 0-.167.301 1.2 1.2 0 0 0-.06.378v1.1q0 .236-.236.236H26.5q-.237 0-.237-.237v-3.529q0-.237.237-.237zm-3.752 1.128q.232 0 .232.237v2.401q0 .237-.232.237h-.248q-.232 0-.232-.237v-2.401q0-.237.232-.237zm-4.79 0q.215 0 .254.208l.463 1.68.02.113q.008.051.02.096.011.051.016.096h.012q.006-.045.017-.096l.02-.096q.008-.05.025-.112l.485-1.68q.04-.204.26-.204h.215q.209 0 .26.203l.48 1.68q.015.063.025.113.008.051.02.096.011.051.016.096h.012q.006-.045.017-.096l.02-.096q.007-.05.025-.112l.457-1.68q.05-.21.26-.21h.26q.129 0 .18.074.051.073.017.192l-.74 2.413q-.056.197-.265.197h-.378q-.215 0-.265-.203l-.435-1.437a1 1 0 0 1-.029-.113l-.022-.102a1 1 0 0 1-.017-.096h-.011a4 4 0 0 0-.046.198 1 1 0 0 1-.028.113l-.434 1.437q-.05.203-.26.203h-.39q-.203 0-.26-.197l-.745-2.413q-.033-.12.02-.192t.178-.073z\"\n />\n <path\n fill=\"url(#b)\"\n fillRule=\"evenodd\"\n d=\"M18.06 20.925a8.9 8.9 0 0 0 10.65-2.311 8.893 8.893 0 0 0-1.096-12.531l-2.502 2.98a6.95 6.95 0 0 1 .856 9.79c-1.968 2.345-5.207 3.128-7.908 2.072\"\n clipRule=\"evenodd\"\n />\n <path\n fill=\"url(#c)\"\n fillRule=\"evenodd\"\n d=\"M18.06 20.925a8.9 8.9 0 0 0 11.512-3.532 7.78 7.78 0 0 0-2.681-7.206 7.8 7.8 0 0 0-1.779-1.123 6.95 6.95 0 0 1 .856 9.79C24 21.198 20.761 21.98 18.06 20.925\"\n clipRule=\"evenodd\"\n />\n <path\n fill=\"url(#d)\"\n fillRule=\"evenodd\"\n d=\"M25.732 4.866a8.9 8.9 0 0 0-10.65 2.312 8.893 8.893 0 0 0 1.096 12.531l2.502-2.981a6.95 6.95 0 0 1-.856-9.79c1.967-2.344 5.207-3.127 7.908-2.072\"\n clipRule=\"evenodd\"\n />\n <path\n fill=\"url(#e)\"\n fillRule=\"evenodd\"\n d=\"M25.732 4.866A8.9 8.9 0 0 0 14.219 8.4a7.78 7.78 0 0 0 2.682 7.205 7.8 7.8 0 0 0 1.778 1.124 6.95 6.95 0 0 1-.855-9.79c1.967-2.344 5.207-3.127 7.908-2.072\"\n clipRule=\"evenodd\"\n />\n </g>\n <defs>\n <linearGradient\n id=\"b\"\n x1={1046.97}\n x2={668.996}\n y1={942.92}\n y2={189.966}\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#EF2131\" />\n <stop offset={1} stopColor=\"#FECF2C\" />\n </linearGradient>\n <linearGradient\n id=\"c\"\n x1={701.012}\n x2={38.414}\n y1={9.064}\n y2={1156.12}\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#FBC52C\" />\n <stop offset={0.264} stopColor=\"#F87130\" />\n <stop offset={0.561} stopColor=\"#EF52E2\" />\n <stop offset={1} stopColor=\"#661EEC\" />\n </linearGradient>\n <linearGradient\n id=\"d\"\n x1={274.878}\n x2={637.147}\n y1={648.351}\n y2={1385.13}\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#78F6D8\" />\n <stop offset={0.266} stopColor=\"#77D1F6\" />\n <stop offset={0.554} stopColor=\"#70A4F3\" />\n <stop offset={1} stopColor=\"#661EEC\" />\n </linearGradient>\n <linearGradient\n id=\"e\"\n x1={506.906}\n x2={1164.33}\n y1={1276.76}\n y2={133.626}\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#536EED\" />\n <stop offset={0.247} stopColor=\"#54C3EC\" />\n <stop offset={0.564} stopColor=\"#64D769\" />\n <stop offset={1} stopColor=\"#FECF2C\" />\n </linearGradient>\n <clipPath id=\"a\">\n <path fill=\"#fff\" d=\"M13 4h17.809v24H13z\" />\n </clipPath>\n </defs>\n </svg>\n );\n};\nconst SwishIcon = styled(SVG)`\n flex-shrink: 0;\n`;\nexport default SwishIcon;\n"],"names":[],"mappings":";;;AAUA;AACE;AAUI;AAOU;AAGR;AAE0mG;AAMtlG;AAMA;AAMA;AAMA;AAEtB;AAEE;AAQE;AAAyB;AACW;AACtC;AASE;AAAyB;AACe;AACA;AACJ;AACtC;AASE;AAAyB;AACe;AACA;AACJ;AACtC;AASE;AAAyB;AACe;AACA;AACJ;AACtC;AAGA;AACF;AAGN;AACA;AAA6B;AAAA;AAAA;;;;"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
|
+
const jsxRuntime = require("react/jsx-runtime");
|
|
5
|
+
const styled = require("styled-components");
|
|
6
|
+
const SVG = (props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { fill: "none", viewBox: "0 0 44 32", width: props.size || "2.5em", height: props.size || "2.5em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
8
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", { width: 44, height: 32, fill: "#000", rx: 2 }),
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M15.104 18.468a.45.45 0 0 1-.214.358l-4.124 2.354a.5.5 0 0 1-.428 0l-4.124-2.354A.46.46 0 0 1 6 18.468V13.76a.45.45 0 0 1 .214-.358l4.124-2.354a.5.5 0 0 1 .428 0l4.124 2.354a.46.46 0 0 1 .214.358zM38 14.099h-3.69v.87h1.323v3.723h1.044v-3.723H38zm-16.775 0H17.53v.87h1.323v3.723h1.044v-3.723h1.323zm10.686-.14c-1.16 0-1.809.735-1.809 1.79v2.949h1.038V15.73c0-.46.272-.819.784-.819s.778.422.778.819v2.968h1.031v-2.949c.013-1.062-.655-1.79-1.822-1.79m-3.897.14v4.593h1.031v-4.593zm-3.508 1.823.033.205.972 2.571h.422l1.323-4.593h-1.018l-.63 2.412-.038.262-.052-.262-.843-2.412h-.337l-.843 2.412-.052.262-.033-.262-.628-2.412h-1.025l1.323 4.593h.421l.973-2.571z" }),
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "url(#a)", d: "m12.705 16.127-1.077 1.56-.55-.831.635-.94c.117-.167.37-.627.078-1.254-.234-.512-.746-.755-1.2-.755s-.94.23-1.2.755a1.19 1.19 0 0 0 .072 1.234s.356.512.648.94l.48.685.72 1.087c.006.007.116.18.317.18.188 0 .312-.173.325-.186l1.686-2.462h-.934zm-2.12.038s-.28-.422-.468-.716a.525.525 0 0 1 .467-.787c.441 0 .662.473.467.787-.181.294-.467.716-.467.716" }),
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "url(#b)", d: "m9.553 17.636-1.056-1.464s-.28-.423-.467-.717a.525.525 0 0 1 .467-.787.6.6 0 0 1 .155.02l.37-.672a1.33 1.33 0 0 0-1.725.646 1.19 1.19 0 0 0 .071 1.234l1.848 2.706c.02.02.136.192.331.192s.311-.166.324-.186l.558-.838-.48-.69z" }),
|
|
12
|
+
/* @__PURE__ */ jsxRuntime.jsxs("defs", { children: [
|
|
13
|
+
/* @__PURE__ */ jsxRuntime.jsxs("radialGradient", { id: "a", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(4.96936 0 0 5.53329 10.235 14.335)", gradientUnits: "userSpaceOnUse", children: [
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { stopColor: "#FC0" }),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.092, stopColor: "#FFC800" }),
|
|
16
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.174, stopColor: "#FFBD00" }),
|
|
17
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.253, stopColor: "#FFAB00" }),
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.33, stopColor: "#FF9100" }),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.405, stopColor: "#FF7000" }),
|
|
20
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.479, stopColor: "#FF4700" }),
|
|
21
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.55, stopColor: "#FF1800" }),
|
|
22
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.582, stopColor: "red" }),
|
|
23
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "red" })
|
|
24
|
+
] }),
|
|
25
|
+
/* @__PURE__ */ jsxRuntime.jsxs("radialGradient", { id: "b", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(4.556 0 0 6.8047 7.24 14.619)", gradientUnits: "userSpaceOnUse", children: [
|
|
26
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { stopColor: "#00B4E6" }),
|
|
27
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.201, stopColor: "#00B0E3" }),
|
|
28
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.39, stopColor: "#01A5DB" }),
|
|
29
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.574, stopColor: "#0292CD" }),
|
|
30
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.755, stopColor: "#0377BA" }),
|
|
31
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 0.932, stopColor: "#0455A1" }),
|
|
32
|
+
/* @__PURE__ */ jsxRuntime.jsx("stop", { offset: 1, stopColor: "#054696" })
|
|
33
|
+
] })
|
|
34
|
+
] })
|
|
35
|
+
] });
|
|
36
|
+
};
|
|
37
|
+
const TwintIcon = styled(SVG).withConfig({
|
|
38
|
+
displayName: "TwintIcon",
|
|
39
|
+
componentId: "sc-jvqljm-0"
|
|
40
|
+
})(["flex-shrink:0;"]);
|
|
41
|
+
exports.default = TwintIcon;
|
|
42
|
+
//# sourceMappingURL=index315.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index315.cjs","sources":["../src/icons-with-colours/dist/TwintIcon.tsx"],"sourcesContent":["// Coloured Icon\n// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport styled from \"styled-components\";\nimport type { SVGProps } from \"react\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst SVG = (props: Props) => {\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 44 32\"\n width={props.size || \"2.5em\"}\n height={props.size || \"2.5em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <rect width={44} height={32} fill=\"#000\" rx={2} />\n <path\n fill=\"#fff\"\n d=\"M15.104 18.468a.45.45 0 0 1-.214.358l-4.124 2.354a.5.5 0 0 1-.428 0l-4.124-2.354A.46.46 0 0 1 6 18.468V13.76a.45.45 0 0 1 .214-.358l4.124-2.354a.5.5 0 0 1 .428 0l4.124 2.354a.46.46 0 0 1 .214.358zM38 14.099h-3.69v.87h1.323v3.723h1.044v-3.723H38zm-16.775 0H17.53v.87h1.323v3.723h1.044v-3.723h1.323zm10.686-.14c-1.16 0-1.809.735-1.809 1.79v2.949h1.038V15.73c0-.46.272-.819.784-.819s.778.422.778.819v2.968h1.031v-2.949c.013-1.062-.655-1.79-1.822-1.79m-3.897.14v4.593h1.031v-4.593zm-3.508 1.823.033.205.972 2.571h.422l1.323-4.593h-1.018l-.63 2.412-.038.262-.052-.262-.843-2.412h-.337l-.843 2.412-.052.262-.033-.262-.628-2.412h-1.025l1.323 4.593h.421l.973-2.571z\"\n />\n <path\n fill=\"url(#a)\"\n d=\"m12.705 16.127-1.077 1.56-.55-.831.635-.94c.117-.167.37-.627.078-1.254-.234-.512-.746-.755-1.2-.755s-.94.23-1.2.755a1.19 1.19 0 0 0 .072 1.234s.356.512.648.94l.48.685.72 1.087c.006.007.116.18.317.18.188 0 .312-.173.325-.186l1.686-2.462h-.934zm-2.12.038s-.28-.422-.468-.716a.525.525 0 0 1 .467-.787c.441 0 .662.473.467.787-.181.294-.467.716-.467.716\"\n />\n <path\n fill=\"url(#b)\"\n d=\"m9.553 17.636-1.056-1.464s-.28-.423-.467-.717a.525.525 0 0 1 .467-.787.6.6 0 0 1 .155.02l.37-.672a1.33 1.33 0 0 0-1.725.646 1.19 1.19 0 0 0 .071 1.234l1.848 2.706c.02.02.136.192.331.192s.311-.166.324-.186l.558-.838-.48-.69z\"\n />\n <defs>\n <radialGradient\n id=\"a\"\n cx={0}\n cy={0}\n r={1}\n gradientTransform=\"matrix(4.96936 0 0 5.53329 10.235 14.335)\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#FC0\" />\n <stop offset={0.092} stopColor=\"#FFC800\" />\n <stop offset={0.174} stopColor=\"#FFBD00\" />\n <stop offset={0.253} stopColor=\"#FFAB00\" />\n <stop offset={0.33} stopColor=\"#FF9100\" />\n <stop offset={0.405} stopColor=\"#FF7000\" />\n <stop offset={0.479} stopColor=\"#FF4700\" />\n <stop offset={0.55} stopColor=\"#FF1800\" />\n <stop offset={0.582} stopColor=\"red\" />\n <stop offset={1} stopColor=\"red\" />\n </radialGradient>\n <radialGradient\n id=\"b\"\n cx={0}\n cy={0}\n r={1}\n gradientTransform=\"matrix(4.556 0 0 6.8047 7.24 14.619)\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#00B4E6\" />\n <stop offset={0.201} stopColor=\"#00B0E3\" />\n <stop offset={0.39} stopColor=\"#01A5DB\" />\n <stop offset={0.574} stopColor=\"#0292CD\" />\n <stop offset={0.755} stopColor=\"#0377BA\" />\n <stop offset={0.932} stopColor=\"#0455A1\" />\n <stop offset={1} stopColor=\"#054696\" />\n </radialGradient>\n </defs>\n </svg>\n );\n};\nconst TwintIcon = styled(SVG)`\n flex-shrink: 0;\n`;\nexport default TwintIcon;\n"],"names":[],"mappings":";;;;;AAUA;AACE;AAUI;AAA+C;AAGwmB;AAIrT;AAI7H;AAGnO;AAQE;AAAsB;AACkB;AACA;AACA;AACD;AACC;AACA;AACD;AACH;AACJ;AAClC;AASE;AAAyB;AACe;AACD;AACC;AACA;AACA;AACJ;AACtC;AACF;AAGN;AACA;AAA6B;AAAA;AAAA;;"}
|
package/dist/index315.js
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
+
import styled from "styled-components";
|
|
4
|
+
const SVG = (props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { fill: "none", viewBox: "0 0 44 32", width: props.size || "2.5em", height: props.size || "2.5em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("rect", { width: 44, height: 32, fill: "#000", rx: 2 }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M15.104 18.468a.45.45 0 0 1-.214.358l-4.124 2.354a.5.5 0 0 1-.428 0l-4.124-2.354A.46.46 0 0 1 6 18.468V13.76a.45.45 0 0 1 .214-.358l4.124-2.354a.5.5 0 0 1 .428 0l4.124 2.354a.46.46 0 0 1 .214.358zM38 14.099h-3.69v.87h1.323v3.723h1.044v-3.723H38zm-16.775 0H17.53v.87h1.323v3.723h1.044v-3.723h1.323zm10.686-.14c-1.16 0-1.809.735-1.809 1.79v2.949h1.038V15.73c0-.46.272-.819.784-.819s.778.422.778.819v2.968h1.031v-2.949c.013-1.062-.655-1.79-1.822-1.79m-3.897.14v4.593h1.031v-4.593zm-3.508 1.823.033.205.972 2.571h.422l1.323-4.593h-1.018l-.63 2.412-.038.262-.052-.262-.843-2.412h-.337l-.843 2.412-.052.262-.033-.262-.628-2.412h-1.025l1.323 4.593h.421l.973-2.571z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#a)", d: "m12.705 16.127-1.077 1.56-.55-.831.635-.94c.117-.167.37-.627.078-1.254-.234-.512-.746-.755-1.2-.755s-.94.23-1.2.755a1.19 1.19 0 0 0 .072 1.234s.356.512.648.94l.48.685.72 1.087c.006.007.116.18.317.18.188 0 .312-.173.325-.186l1.686-2.462h-.934zm-2.12.038s-.28-.422-.468-.716a.525.525 0 0 1 .467-.787c.441 0 .662.473.467.787-.181.294-.467.716-.467.716" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "url(#b)", d: "m9.553 17.636-1.056-1.464s-.28-.423-.467-.717a.525.525 0 0 1 .467-.787.6.6 0 0 1 .155.02l.37-.672a1.33 1.33 0 0 0-1.725.646 1.19 1.19 0 0 0 .071 1.234l1.848 2.706c.02.02.136.192.331.192s.311-.166.324-.186l.558-.838-.48-.69z" }),
|
|
10
|
+
/* @__PURE__ */ jsxs("defs", { children: [
|
|
11
|
+
/* @__PURE__ */ jsxs("radialGradient", { id: "a", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(4.96936 0 0 5.53329 10.235 14.335)", gradientUnits: "userSpaceOnUse", children: [
|
|
12
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#FC0" }),
|
|
13
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.092, stopColor: "#FFC800" }),
|
|
14
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.174, stopColor: "#FFBD00" }),
|
|
15
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.253, stopColor: "#FFAB00" }),
|
|
16
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.33, stopColor: "#FF9100" }),
|
|
17
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.405, stopColor: "#FF7000" }),
|
|
18
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.479, stopColor: "#FF4700" }),
|
|
19
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.55, stopColor: "#FF1800" }),
|
|
20
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.582, stopColor: "red" }),
|
|
21
|
+
/* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "red" })
|
|
22
|
+
] }),
|
|
23
|
+
/* @__PURE__ */ jsxs("radialGradient", { id: "b", cx: 0, cy: 0, r: 1, gradientTransform: "matrix(4.556 0 0 6.8047 7.24 14.619)", gradientUnits: "userSpaceOnUse", children: [
|
|
24
|
+
/* @__PURE__ */ jsx("stop", { stopColor: "#00B4E6" }),
|
|
25
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.201, stopColor: "#00B0E3" }),
|
|
26
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.39, stopColor: "#01A5DB" }),
|
|
27
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.574, stopColor: "#0292CD" }),
|
|
28
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.755, stopColor: "#0377BA" }),
|
|
29
|
+
/* @__PURE__ */ jsx("stop", { offset: 0.932, stopColor: "#0455A1" }),
|
|
30
|
+
/* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#054696" })
|
|
31
|
+
] })
|
|
32
|
+
] })
|
|
33
|
+
] });
|
|
34
|
+
};
|
|
35
|
+
const TwintIcon = styled(SVG).withConfig({
|
|
36
|
+
displayName: "TwintIcon",
|
|
37
|
+
componentId: "sc-jvqljm-0"
|
|
38
|
+
})(["flex-shrink:0;"]);
|
|
39
|
+
export {
|
|
40
|
+
TwintIcon as default
|
|
41
|
+
};
|
|
42
|
+
//# sourceMappingURL=index315.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index315.js","sources":["../src/icons-with-colours/dist/TwintIcon.tsx"],"sourcesContent":["// Coloured Icon\n// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport styled from \"styled-components\";\nimport type { SVGProps } from \"react\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst SVG = (props: Props) => {\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 44 32\"\n width={props.size || \"2.5em\"}\n height={props.size || \"2.5em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <rect width={44} height={32} fill=\"#000\" rx={2} />\n <path\n fill=\"#fff\"\n d=\"M15.104 18.468a.45.45 0 0 1-.214.358l-4.124 2.354a.5.5 0 0 1-.428 0l-4.124-2.354A.46.46 0 0 1 6 18.468V13.76a.45.45 0 0 1 .214-.358l4.124-2.354a.5.5 0 0 1 .428 0l4.124 2.354a.46.46 0 0 1 .214.358zM38 14.099h-3.69v.87h1.323v3.723h1.044v-3.723H38zm-16.775 0H17.53v.87h1.323v3.723h1.044v-3.723h1.323zm10.686-.14c-1.16 0-1.809.735-1.809 1.79v2.949h1.038V15.73c0-.46.272-.819.784-.819s.778.422.778.819v2.968h1.031v-2.949c.013-1.062-.655-1.79-1.822-1.79m-3.897.14v4.593h1.031v-4.593zm-3.508 1.823.033.205.972 2.571h.422l1.323-4.593h-1.018l-.63 2.412-.038.262-.052-.262-.843-2.412h-.337l-.843 2.412-.052.262-.033-.262-.628-2.412h-1.025l1.323 4.593h.421l.973-2.571z\"\n />\n <path\n fill=\"url(#a)\"\n d=\"m12.705 16.127-1.077 1.56-.55-.831.635-.94c.117-.167.37-.627.078-1.254-.234-.512-.746-.755-1.2-.755s-.94.23-1.2.755a1.19 1.19 0 0 0 .072 1.234s.356.512.648.94l.48.685.72 1.087c.006.007.116.18.317.18.188 0 .312-.173.325-.186l1.686-2.462h-.934zm-2.12.038s-.28-.422-.468-.716a.525.525 0 0 1 .467-.787c.441 0 .662.473.467.787-.181.294-.467.716-.467.716\"\n />\n <path\n fill=\"url(#b)\"\n d=\"m9.553 17.636-1.056-1.464s-.28-.423-.467-.717a.525.525 0 0 1 .467-.787.6.6 0 0 1 .155.02l.37-.672a1.33 1.33 0 0 0-1.725.646 1.19 1.19 0 0 0 .071 1.234l1.848 2.706c.02.02.136.192.331.192s.311-.166.324-.186l.558-.838-.48-.69z\"\n />\n <defs>\n <radialGradient\n id=\"a\"\n cx={0}\n cy={0}\n r={1}\n gradientTransform=\"matrix(4.96936 0 0 5.53329 10.235 14.335)\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#FC0\" />\n <stop offset={0.092} stopColor=\"#FFC800\" />\n <stop offset={0.174} stopColor=\"#FFBD00\" />\n <stop offset={0.253} stopColor=\"#FFAB00\" />\n <stop offset={0.33} stopColor=\"#FF9100\" />\n <stop offset={0.405} stopColor=\"#FF7000\" />\n <stop offset={0.479} stopColor=\"#FF4700\" />\n <stop offset={0.55} stopColor=\"#FF1800\" />\n <stop offset={0.582} stopColor=\"red\" />\n <stop offset={1} stopColor=\"red\" />\n </radialGradient>\n <radialGradient\n id=\"b\"\n cx={0}\n cy={0}\n r={1}\n gradientTransform=\"matrix(4.556 0 0 6.8047 7.24 14.619)\"\n gradientUnits=\"userSpaceOnUse\"\n >\n <stop stopColor=\"#00B4E6\" />\n <stop offset={0.201} stopColor=\"#00B0E3\" />\n <stop offset={0.39} stopColor=\"#01A5DB\" />\n <stop offset={0.574} stopColor=\"#0292CD\" />\n <stop offset={0.755} stopColor=\"#0377BA\" />\n <stop offset={0.932} stopColor=\"#0455A1\" />\n <stop offset={1} stopColor=\"#054696\" />\n </radialGradient>\n </defs>\n </svg>\n );\n};\nconst TwintIcon = styled(SVG)`\n flex-shrink: 0;\n`;\nexport default TwintIcon;\n"],"names":[],"mappings":";;;AAUA;AACE;AAUI;AAA+C;AAGwmB;AAIrT;AAI7H;AAGnO;AAQE;AAAsB;AACkB;AACA;AACA;AACD;AACC;AACA;AACD;AACH;AACJ;AAClC;AASE;AAAyB;AACe;AACD;AACC;AACA;AACA;AACJ;AACtC;AACF;AAGN;AACA;AAA6B;AAAA;AAAA;;;;"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
4
|
+
const jsxRuntime = require("react/jsx-runtime");
|
|
5
|
+
const styled = require("styled-components");
|
|
6
|
+
const SVG = (props) => {
|
|
7
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { fill: "none", viewBox: "0 0 44 32", width: props.size || "2.5em", height: props.size || "2.5em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
8
|
+
/* @__PURE__ */ jsxRuntime.jsx("rect", { width: 44, height: 32, fill: "#008cff", rx: 2 }),
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M29.1 6.482c.62 1.143.9 2.32.9 3.807 0 4.743-3.629 10.904-6.574 15.23h-6.728L14 7.52l5.89-.624 1.427 12.807c1.333-2.423 2.978-6.23 2.978-8.825 0-1.42-.218-2.388-.56-3.185z" })
|
|
10
|
+
] });
|
|
11
|
+
};
|
|
12
|
+
const VenmoIcon = styled(SVG).withConfig({
|
|
13
|
+
displayName: "VenmoIcon",
|
|
14
|
+
componentId: "sc-69z9ue-0"
|
|
15
|
+
})(["flex-shrink:0;"]);
|
|
16
|
+
exports.default = VenmoIcon;
|
|
17
|
+
//# sourceMappingURL=index316.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index316.cjs","sources":["../src/icons-with-colours/dist/VenmoIcon.tsx"],"sourcesContent":["// Coloured Icon\n// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport styled from \"styled-components\";\nimport type { SVGProps } from \"react\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst SVG = (props: Props) => {\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 44 32\"\n width={props.size || \"2.5em\"}\n height={props.size || \"2.5em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <rect width={44} height={32} fill=\"#008cff\" rx={2} />\n <path\n fill=\"#fff\"\n d=\"M29.1 6.482c.62 1.143.9 2.32.9 3.807 0 4.743-3.629 10.904-6.574 15.23h-6.728L14 7.52l5.89-.624 1.427 12.807c1.333-2.423 2.978-6.23 2.978-8.825 0-1.42-.218-2.388-.56-3.185z\"\n />\n </svg>\n );\n};\nconst VenmoIcon = styled(SVG)`\n flex-shrink: 0;\n`;\nexport default VenmoIcon;\n"],"names":[],"mappings":";;;;;AAUA;AACE;AAUI;AAAkD;AAG+H;AAIvL;AACA;AAA6B;AAAA;AAAA;;"}
|
package/dist/index316.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
+
import styled from "styled-components";
|
|
4
|
+
const SVG = (props) => {
|
|
5
|
+
return /* @__PURE__ */ jsxs("svg", { fill: "none", viewBox: "0 0 44 32", width: props.size || "2.5em", height: props.size || "2.5em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
6
|
+
/* @__PURE__ */ jsx("rect", { width: 44, height: 32, fill: "#008cff", rx: 2 }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M29.1 6.482c.62 1.143.9 2.32.9 3.807 0 4.743-3.629 10.904-6.574 15.23h-6.728L14 7.52l5.89-.624 1.427 12.807c1.333-2.423 2.978-6.23 2.978-8.825 0-1.42-.218-2.388-.56-3.185z" })
|
|
8
|
+
] });
|
|
9
|
+
};
|
|
10
|
+
const VenmoIcon = styled(SVG).withConfig({
|
|
11
|
+
displayName: "VenmoIcon",
|
|
12
|
+
componentId: "sc-69z9ue-0"
|
|
13
|
+
})(["flex-shrink:0;"]);
|
|
14
|
+
export {
|
|
15
|
+
VenmoIcon as default
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=index316.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index316.js","sources":["../src/icons-with-colours/dist/VenmoIcon.tsx"],"sourcesContent":["// Coloured Icon\n// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport styled from \"styled-components\";\nimport type { SVGProps } from \"react\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst SVG = (props: Props) => {\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 44 32\"\n width={props.size || \"2.5em\"}\n height={props.size || \"2.5em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <rect width={44} height={32} fill=\"#008cff\" rx={2} />\n <path\n fill=\"#fff\"\n d=\"M29.1 6.482c.62 1.143.9 2.32.9 3.807 0 4.743-3.629 10.904-6.574 15.23h-6.728L14 7.52l5.89-.624 1.427 12.807c1.333-2.423 2.978-6.23 2.978-8.825 0-1.42-.218-2.388-.56-3.185z\"\n />\n </svg>\n );\n};\nconst VenmoIcon = styled(SVG)`\n flex-shrink: 0;\n`;\nexport default VenmoIcon;\n"],"names":[],"mappings":";;;AAUA;AACE;AAUI;AAAkD;AAG+H;AAIvL;AACA;AAA6B;AAAA;AAAA;;;;"}
|