@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index101.cjs","sources":["../src/stickers/dist/SportsSticker.tsx"],"sourcesContent":["// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { useTheme } from \"styled-components\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst SportsSticker = (props: Props) => {\n const theme = useTheme();\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 701 600\"\n width={props.size || \"10em\"}\n height={props.size || \"10em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <path fill=\"#121212\" d=\"M700.13 474H489v48h211.13z\" />\n <path\n fill={props.color || theme.base.primary}\n d=\"M184.74 76H0v48h184.74z\"\n />\n <path\n fill=\"#121212\"\n d=\"M227.6 321.82c74.785 0 135.41-60.625 135.41-135.41S302.385 51 227.6 51 92.19 111.625 92.19 186.41s60.625 135.41 135.41 135.41\"\n />\n <mask\n id=\"a\"\n width={272}\n height={271}\n x={92}\n y={51}\n maskUnits=\"userSpaceOnUse\"\n style={{\n maskType: \"luminance\",\n }}\n >\n <path\n fill=\"#fff\"\n d=\"M227.6 321.82c74.785 0 135.41-60.625 135.41-135.41S302.385 51 227.6 51 92.19 111.625 92.19 186.41s60.625 135.41 135.41 135.41\"\n />\n </mask>\n <g fill=\"#fff\" mask=\"url(#a)\">\n <path d=\"m75.59 283.5-11.77-5.52c21.78-46.48 50.32-86.89 84.82-120.1a369.2 369.2 0 0 1 93.57-65.55c58.76-28.81 105.29-32.61 107.24-32.76l.98 12.96c-.46.04-46.42 3.85-103.02 31.72a356.1 356.1 0 0 0-90.03 63.25c-33.23 32.05-60.75 71.08-81.79 115.99z\" />\n <path d=\"M236.52 370.55c-21.2-9.6-37.91-31.34-45.84-59.65-5.1-18.21-6.49-37.12-7.84-55.4-.41-5.62-.84-11.43-1.37-17.09-3.56-38.11-12.2-54.83-19.32-65.13-11.66-16.85-29.92-28.58-50.09-32.17s-41.36 1.11-58.12 12.9l-7.48-10.63c19.57-13.77 44.31-19.26 67.88-15.06 23.56 4.2 44.88 17.89 58.5 37.57 15.29 22.09 19.56 49.72 21.58 71.31.54 5.79.97 11.66 1.39 17.34 1.3 17.65 2.64 35.89 7.39 52.85 6.89 24.6 20.99 43.3 38.68 51.31l-5.36 11.84zm176.41-176.5c-4.88-18.8-20.91-35.88-43.97-46.86-15.9-7.57-33.65-12-50.81-16.29-5.53-1.38-11.25-2.81-16.86-4.33-20.94-5.67-47.43-14.59-66.6-33.41-17.07-16.77-26.93-40.12-27.05-64.05s9.5-47.38 26.41-64.32l9.2 9.18c-14.47 14.51-22.71 34.58-22.61 55.07s8.55 40.48 23.16 54.84c17.01 16.71 41.47 24.88 60.88 30.14 5.49 1.49 11.14 2.9 16.61 4.26 17.79 4.44 36.18 9.03 53.25 17.16 26.54 12.64 45.12 32.81 50.97 55.33l-12.58 3.27zM340.7 297.1c-23.98-55.66-60.18-106.36-104.7-146.62-35.86-32.43-76.85-58.31-121.83-76.91l4.97-12.01c46.36 19.17 88.61 45.84 125.58 79.28 45.89 41.5 83.21 93.76 107.92 151.12z\" />\n </g>\n <path\n fill={props.color || theme.base.primary}\n d=\"M471.43 549.47c86.482 0 156.59-70.108 156.59-156.59s-70.108-156.59-156.59-156.59-156.59 70.108-156.59 156.59 70.108 156.59 156.59 156.59\"\n />\n <mask\n id=\"b\"\n width={315}\n height={314}\n x={314}\n y={236}\n maskUnits=\"userSpaceOnUse\"\n style={{\n maskType: \"luminance\",\n }}\n >\n <path\n fill=\"#fff\"\n d=\"M471.43 549.47c86.482 0 156.59-70.108 156.59-156.59s-70.108-156.59-156.59-156.59-156.59 70.108-156.59 156.59 70.108 156.59 156.59 156.59\"\n />\n </mask>\n <g mask=\"url(#b)\">\n <path\n fill=\"#121212\"\n d=\"m453.63 395.43-42.1-65.951-69.78 28.611-.77 79.87 78.18 22.119zm80.51-68.38-34.67 65.09 41.94 58.55 56.18-20.08 5.36-84.67zm-13.11-45.36 21.4-36.18-30.08-39.83-64.93-1.96-56.05 50.37 36.1 44.71zm-82.17 219.04-32.28 49.98 34.18 37.23 64.82-4.27 50.97-55.52-39.91-40.72z\"\n />\n <path\n fill=\"#121212\"\n d=\"M441.24 513.16c-21.64-32.93-36-65.17-42.69-95.82-5.41-24.78-5.84-48.58-1.3-70.75 7.81-38.11 27.54-58.06 28.37-58.89l8.71 8.74s-4.62 4.68-9.98 13.56c-4.93 8.17-11.57 21.71-15.17 39.85-4.06 20.43-3.53 42.45 1.56 65.45 6.42 29 20.15 59.64 40.82 91.09l-10.31 6.78zm76.16-13.98-7.85-9.52 3.93 4.76-3.94-4.75s5.03-4.24 11.19-12.59c5.66-7.68 13.51-20.55 18.77-38.29 5.92-19.97 7.43-41.94 4.47-65.31-3.72-29.46-14.58-61.24-32.26-94.46l10.89-5.8c18.52 34.78 29.85 68.21 33.69 99.35 3.1 25.17 1.35 48.91-5.22 70.57-11.28 37.23-32.76 55.28-33.67 56.03zm111.094-211.353-37.267 59.408 10.453 6.558 37.267-59.409zm-32.421 133.941-8.783 8.668 45.502 46.109 8.783-8.668zm-254.118 8.211-31.241 49.802 10.453 6.558 31.241-49.803zm-23.684-116.775-9.814 7.48 34.518 45.296 9.815-7.48zm187.996 72.342-60.224 4.042.826 12.312 60.225-4.042z\"\n />\n <mask\n id=\"c\"\n width={389}\n height={330}\n x={319}\n y={263}\n maskUnits=\"userSpaceOnUse\"\n style={{\n maskType: \"luminance\",\n }}\n >\n <path\n fill=\"#fff\"\n d=\"M584.85 263.9s-18.02 233.29-265.54 251.31l165.96 77.76 221.91-178.29-45.52-104.32-76.82-46.47z\"\n />\n </mask>\n <g fill=\"#121212\" mask=\"url(#c)\">\n <path d=\"m241.1 398.68-3.2 2.45 248.06 324.21 3.2-2.45zm8.25-6.31-3.5 2.68 248.06 324.21 3.5-2.68zm8.691-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.689-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.7-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.681-6.66-3.5 2.68 248.06 324.21 3.5-2.68zm8.699-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.66-3.5 2.68L580.8 652.78l3.5-2.68zm8.68-6.63-3.5 2.68 248.06 324.21 3.5-2.68zm8.681-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.699-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.649-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.641-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.7-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.66-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.66-3.5 2.68 248.06 324.21 3.5-2.68zm8.7-6.63-3.5 2.68 248.06 324.21 3.5-2.68zm8.67-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.7-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.681-6.66-3.5 2.68L711.1 553.07l3.5-2.68zm8.689-6.63-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.691-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.679-6.66-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.7-6.649-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.641-3.5 2.68 248.06 324.21 3.5-2.68zm8.67-6.649-3.5 2.68L780.59 499.91l3.5-2.68zm8.69-6.651-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.64-3.5 2.68 248.06 324.21 3.5-2.68z\" />\n </g>\n </g>\n <path\n fill=\"#121212\"\n d=\"M454.3 165.29c31.558 0 57.14-25.583 57.14-57.14s-25.582-57.14-57.14-57.14c-31.557 0-57.14 25.582-57.14 57.14 0 31.557 25.583 57.14 57.14 57.14\"\n />\n <mask\n id=\"d\"\n width={115}\n height={115}\n x={397}\n y={51}\n maskUnits=\"userSpaceOnUse\"\n style={{\n maskType: \"luminance\",\n }}\n >\n <path\n fill=\"#fff\"\n d=\"M454.3 165.29c31.558 0 57.14-25.583 57.14-57.14s-25.582-57.14-57.14-57.14c-31.557 0-57.14 25.582-57.14 57.14 0 31.557 25.583 57.14 57.14 57.14\"\n />\n </mask>\n <g fill={props.color || theme.base.primary} mask=\"url(#d)\">\n <path d=\"M498.29 76.83a56.2 56.2 0 0 0-16.38 11.56 46.2 46.2 0 0 0-12.24-3.34L468 97.94c1.91.25 3.79.67 5.64 1.25a57 57 0 0 0-4.39 9.299c-5.13 14.09-4.47 29.33 1.86 42.92s17.58 23.9 31.66 29.04l4.45-12.21c-10.82-3.94-19.47-11.87-24.33-22.31s-5.37-22.16-1.43-32.98c.97-2.66 2.18-5.18 3.61-7.56a33.2 33.2 0 0 1 5.22 5.44l10.34-7.88c-2.14-2.8-4.56-5.32-7.24-7.55 3.08-2.72 6.56-5.01 10.38-6.79 10.44-4.86 22.16-5.37 32.98-1.43l4.45-12.21c-14.09-5.13-29.33-4.47-42.92 1.86zm-56.06-23.8c-6.59-13.47-18.04-23.56-32.22-28.42l-4.21 12.3c10.9 3.73 19.69 11.49 24.76 21.84 1.85 3.79 3.12 7.76 3.81 11.81-3.48.05-6.95.48-10.38 1.32l3.09 12.63c2.47-.6 4.97-.92 7.48-.95-.38 2.74-1.02 5.47-1.94 8.14-3.73 10.899-11.49 19.689-21.84 24.759-10.35 5.06-22.05 5.8-32.95 2.06l-4.21 12.3c5.97 2.04 12.12 3.06 18.24 3.06 8.44 0 16.83-1.93 24.63-5.75 13.47-6.59 23.56-18.04 28.42-32.22a56 56 0 0 0 2.43-9.99c1.79.71 3.53 1.57 5.17 2.57l6.8-11.08a46 46 0 0 0-11.61-5.09 56.1 56.1 0 0 0-5.47-19.29\" />\n </g>\n <path\n fill={props.color || theme.base.primary}\n d=\"M597.98 231.149c22.517 0 40.77-18.253 40.77-40.77 0-22.516-18.253-40.77-40.77-40.77-22.516 0-40.77 18.254-40.77 40.77s18.254 40.77 40.77 40.77\"\n />\n <path\n fill=\"#fff\"\n d=\"M592.568 182.151c6.248-6.012 7.37-14.984 2.507-20.037-4.864-5.054-13.871-4.277-20.119 1.735s-7.37 14.983-2.507 20.037c4.864 5.054 13.871 4.277 20.119-1.735\"\n />\n </svg>\n );\n};\nexport default SportsSticker;\n"],"names":[],"mappings":";;;;;AASA;AACE;AACA;AAUI;AAAmD;AAGtB;AAIsG;AAS1H;AACK;AAOd;AAEE;AAAwP;AAC+wB;AACzgC;AAG8I;AASrI;AACK;AAOd;AAEE;AAEkR;AAIqiB;AAS9yB;AACK;AAOd;AAGA;AACF;AAGoJ;AAS3I;AACK;AAOd;AAGA;AAGoJ;AAIa;AAIvK;;"}
|
package/dist/index101.js
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
+
import { useTheme } from "styled-components";
|
|
4
|
+
const SportsSticker = (props) => {
|
|
5
|
+
const theme = useTheme();
|
|
6
|
+
return /* @__PURE__ */ jsxs("svg", { fill: "none", viewBox: "0 0 701 600", width: props.size || "10em", height: props.size || "10em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#121212", d: "M700.13 474H489v48h211.13z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: props.color || theme.base.primary, d: "M184.74 76H0v48h184.74z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#121212", d: "M227.6 321.82c74.785 0 135.41-60.625 135.41-135.41S302.385 51 227.6 51 92.19 111.625 92.19 186.41s60.625 135.41 135.41 135.41" }),
|
|
10
|
+
/* @__PURE__ */ jsx("mask", { id: "a", width: 272, height: 271, x: 92, y: 51, maskUnits: "userSpaceOnUse", style: {
|
|
11
|
+
maskType: "luminance"
|
|
12
|
+
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M227.6 321.82c74.785 0 135.41-60.625 135.41-135.41S302.385 51 227.6 51 92.19 111.625 92.19 186.41s60.625 135.41 135.41 135.41" }) }),
|
|
13
|
+
/* @__PURE__ */ jsxs("g", { fill: "#fff", mask: "url(#a)", children: [
|
|
14
|
+
/* @__PURE__ */ jsx("path", { d: "m75.59 283.5-11.77-5.52c21.78-46.48 50.32-86.89 84.82-120.1a369.2 369.2 0 0 1 93.57-65.55c58.76-28.81 105.29-32.61 107.24-32.76l.98 12.96c-.46.04-46.42 3.85-103.02 31.72a356.1 356.1 0 0 0-90.03 63.25c-33.23 32.05-60.75 71.08-81.79 115.99z" }),
|
|
15
|
+
/* @__PURE__ */ jsx("path", { d: "M236.52 370.55c-21.2-9.6-37.91-31.34-45.84-59.65-5.1-18.21-6.49-37.12-7.84-55.4-.41-5.62-.84-11.43-1.37-17.09-3.56-38.11-12.2-54.83-19.32-65.13-11.66-16.85-29.92-28.58-50.09-32.17s-41.36 1.11-58.12 12.9l-7.48-10.63c19.57-13.77 44.31-19.26 67.88-15.06 23.56 4.2 44.88 17.89 58.5 37.57 15.29 22.09 19.56 49.72 21.58 71.31.54 5.79.97 11.66 1.39 17.34 1.3 17.65 2.64 35.89 7.39 52.85 6.89 24.6 20.99 43.3 38.68 51.31l-5.36 11.84zm176.41-176.5c-4.88-18.8-20.91-35.88-43.97-46.86-15.9-7.57-33.65-12-50.81-16.29-5.53-1.38-11.25-2.81-16.86-4.33-20.94-5.67-47.43-14.59-66.6-33.41-17.07-16.77-26.93-40.12-27.05-64.05s9.5-47.38 26.41-64.32l9.2 9.18c-14.47 14.51-22.71 34.58-22.61 55.07s8.55 40.48 23.16 54.84c17.01 16.71 41.47 24.88 60.88 30.14 5.49 1.49 11.14 2.9 16.61 4.26 17.79 4.44 36.18 9.03 53.25 17.16 26.54 12.64 45.12 32.81 50.97 55.33l-12.58 3.27zM340.7 297.1c-23.98-55.66-60.18-106.36-104.7-146.62-35.86-32.43-76.85-58.31-121.83-76.91l4.97-12.01c46.36 19.17 88.61 45.84 125.58 79.28 45.89 41.5 83.21 93.76 107.92 151.12z" })
|
|
16
|
+
] }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: props.color || theme.base.primary, d: "M471.43 549.47c86.482 0 156.59-70.108 156.59-156.59s-70.108-156.59-156.59-156.59-156.59 70.108-156.59 156.59 70.108 156.59 156.59 156.59" }),
|
|
18
|
+
/* @__PURE__ */ jsx("mask", { id: "b", width: 315, height: 314, x: 314, y: 236, maskUnits: "userSpaceOnUse", style: {
|
|
19
|
+
maskType: "luminance"
|
|
20
|
+
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M471.43 549.47c86.482 0 156.59-70.108 156.59-156.59s-70.108-156.59-156.59-156.59-156.59 70.108-156.59 156.59 70.108 156.59 156.59 156.59" }) }),
|
|
21
|
+
/* @__PURE__ */ jsxs("g", { mask: "url(#b)", children: [
|
|
22
|
+
/* @__PURE__ */ jsx("path", { fill: "#121212", d: "m453.63 395.43-42.1-65.951-69.78 28.611-.77 79.87 78.18 22.119zm80.51-68.38-34.67 65.09 41.94 58.55 56.18-20.08 5.36-84.67zm-13.11-45.36 21.4-36.18-30.08-39.83-64.93-1.96-56.05 50.37 36.1 44.71zm-82.17 219.04-32.28 49.98 34.18 37.23 64.82-4.27 50.97-55.52-39.91-40.72z" }),
|
|
23
|
+
/* @__PURE__ */ jsx("path", { fill: "#121212", d: "M441.24 513.16c-21.64-32.93-36-65.17-42.69-95.82-5.41-24.78-5.84-48.58-1.3-70.75 7.81-38.11 27.54-58.06 28.37-58.89l8.71 8.74s-4.62 4.68-9.98 13.56c-4.93 8.17-11.57 21.71-15.17 39.85-4.06 20.43-3.53 42.45 1.56 65.45 6.42 29 20.15 59.64 40.82 91.09l-10.31 6.78zm76.16-13.98-7.85-9.52 3.93 4.76-3.94-4.75s5.03-4.24 11.19-12.59c5.66-7.68 13.51-20.55 18.77-38.29 5.92-19.97 7.43-41.94 4.47-65.31-3.72-29.46-14.58-61.24-32.26-94.46l10.89-5.8c18.52 34.78 29.85 68.21 33.69 99.35 3.1 25.17 1.35 48.91-5.22 70.57-11.28 37.23-32.76 55.28-33.67 56.03zm111.094-211.353-37.267 59.408 10.453 6.558 37.267-59.409zm-32.421 133.941-8.783 8.668 45.502 46.109 8.783-8.668zm-254.118 8.211-31.241 49.802 10.453 6.558 31.241-49.803zm-23.684-116.775-9.814 7.48 34.518 45.296 9.815-7.48zm187.996 72.342-60.224 4.042.826 12.312 60.225-4.042z" }),
|
|
24
|
+
/* @__PURE__ */ jsx("mask", { id: "c", width: 389, height: 330, x: 319, y: 263, maskUnits: "userSpaceOnUse", style: {
|
|
25
|
+
maskType: "luminance"
|
|
26
|
+
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M584.85 263.9s-18.02 233.29-265.54 251.31l165.96 77.76 221.91-178.29-45.52-104.32-76.82-46.47z" }) }),
|
|
27
|
+
/* @__PURE__ */ jsx("g", { fill: "#121212", mask: "url(#c)", children: /* @__PURE__ */ jsx("path", { d: "m241.1 398.68-3.2 2.45 248.06 324.21 3.2-2.45zm8.25-6.31-3.5 2.68 248.06 324.21 3.5-2.68zm8.691-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.689-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.7-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.681-6.66-3.5 2.68 248.06 324.21 3.5-2.68zm8.699-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.66-3.5 2.68L580.8 652.78l3.5-2.68zm8.68-6.63-3.5 2.68 248.06 324.21 3.5-2.68zm8.681-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.699-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.649-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.641-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.7-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.66-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.66-3.5 2.68 248.06 324.21 3.5-2.68zm8.7-6.63-3.5 2.68 248.06 324.21 3.5-2.68zm8.67-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.7-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.681-6.66-3.5 2.68L711.1 553.07l3.5-2.68zm8.689-6.63-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.691-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.679-6.66-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.7-6.649-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.641-3.5 2.68 248.06 324.21 3.5-2.68zm8.67-6.649-3.5 2.68L780.59 499.91l3.5-2.68zm8.69-6.651-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.64-3.5 2.68 248.06 324.21 3.5-2.68z" }) })
|
|
28
|
+
] }),
|
|
29
|
+
/* @__PURE__ */ jsx("path", { fill: "#121212", d: "M454.3 165.29c31.558 0 57.14-25.583 57.14-57.14s-25.582-57.14-57.14-57.14c-31.557 0-57.14 25.582-57.14 57.14 0 31.557 25.583 57.14 57.14 57.14" }),
|
|
30
|
+
/* @__PURE__ */ jsx("mask", { id: "d", width: 115, height: 115, x: 397, y: 51, maskUnits: "userSpaceOnUse", style: {
|
|
31
|
+
maskType: "luminance"
|
|
32
|
+
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M454.3 165.29c31.558 0 57.14-25.583 57.14-57.14s-25.582-57.14-57.14-57.14c-31.557 0-57.14 25.582-57.14 57.14 0 31.557 25.583 57.14 57.14 57.14" }) }),
|
|
33
|
+
/* @__PURE__ */ jsx("g", { fill: props.color || theme.base.primary, mask: "url(#d)", children: /* @__PURE__ */ jsx("path", { d: "M498.29 76.83a56.2 56.2 0 0 0-16.38 11.56 46.2 46.2 0 0 0-12.24-3.34L468 97.94c1.91.25 3.79.67 5.64 1.25a57 57 0 0 0-4.39 9.299c-5.13 14.09-4.47 29.33 1.86 42.92s17.58 23.9 31.66 29.04l4.45-12.21c-10.82-3.94-19.47-11.87-24.33-22.31s-5.37-22.16-1.43-32.98c.97-2.66 2.18-5.18 3.61-7.56a33.2 33.2 0 0 1 5.22 5.44l10.34-7.88c-2.14-2.8-4.56-5.32-7.24-7.55 3.08-2.72 6.56-5.01 10.38-6.79 10.44-4.86 22.16-5.37 32.98-1.43l4.45-12.21c-14.09-5.13-29.33-4.47-42.92 1.86zm-56.06-23.8c-6.59-13.47-18.04-23.56-32.22-28.42l-4.21 12.3c10.9 3.73 19.69 11.49 24.76 21.84 1.85 3.79 3.12 7.76 3.81 11.81-3.48.05-6.95.48-10.38 1.32l3.09 12.63c2.47-.6 4.97-.92 7.48-.95-.38 2.74-1.02 5.47-1.94 8.14-3.73 10.899-11.49 19.689-21.84 24.759-10.35 5.06-22.05 5.8-32.95 2.06l-4.21 12.3c5.97 2.04 12.12 3.06 18.24 3.06 8.44 0 16.83-1.93 24.63-5.75 13.47-6.59 23.56-18.04 28.42-32.22a56 56 0 0 0 2.43-9.99c1.79.71 3.53 1.57 5.17 2.57l6.8-11.08a46 46 0 0 0-11.61-5.09 56.1 56.1 0 0 0-5.47-19.29" }) }),
|
|
34
|
+
/* @__PURE__ */ jsx("path", { fill: props.color || theme.base.primary, d: "M597.98 231.149c22.517 0 40.77-18.253 40.77-40.77 0-22.516-18.253-40.77-40.77-40.77-22.516 0-40.77 18.254-40.77 40.77s18.254 40.77 40.77 40.77" }),
|
|
35
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M592.568 182.151c6.248-6.012 7.37-14.984 2.507-20.037-4.864-5.054-13.871-4.277-20.119 1.735s-7.37 14.983-2.507 20.037c4.864 5.054 13.871 4.277 20.119-1.735" })
|
|
36
|
+
] });
|
|
37
|
+
};
|
|
38
|
+
export {
|
|
39
|
+
SportsSticker as default
|
|
40
|
+
};
|
|
41
|
+
//# sourceMappingURL=index101.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index101.js","sources":["../src/stickers/dist/SportsSticker.tsx"],"sourcesContent":["// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { useTheme } from \"styled-components\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst SportsSticker = (props: Props) => {\n const theme = useTheme();\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 701 600\"\n width={props.size || \"10em\"}\n height={props.size || \"10em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <path fill=\"#121212\" d=\"M700.13 474H489v48h211.13z\" />\n <path\n fill={props.color || theme.base.primary}\n d=\"M184.74 76H0v48h184.74z\"\n />\n <path\n fill=\"#121212\"\n d=\"M227.6 321.82c74.785 0 135.41-60.625 135.41-135.41S302.385 51 227.6 51 92.19 111.625 92.19 186.41s60.625 135.41 135.41 135.41\"\n />\n <mask\n id=\"a\"\n width={272}\n height={271}\n x={92}\n y={51}\n maskUnits=\"userSpaceOnUse\"\n style={{\n maskType: \"luminance\",\n }}\n >\n <path\n fill=\"#fff\"\n d=\"M227.6 321.82c74.785 0 135.41-60.625 135.41-135.41S302.385 51 227.6 51 92.19 111.625 92.19 186.41s60.625 135.41 135.41 135.41\"\n />\n </mask>\n <g fill=\"#fff\" mask=\"url(#a)\">\n <path d=\"m75.59 283.5-11.77-5.52c21.78-46.48 50.32-86.89 84.82-120.1a369.2 369.2 0 0 1 93.57-65.55c58.76-28.81 105.29-32.61 107.24-32.76l.98 12.96c-.46.04-46.42 3.85-103.02 31.72a356.1 356.1 0 0 0-90.03 63.25c-33.23 32.05-60.75 71.08-81.79 115.99z\" />\n <path d=\"M236.52 370.55c-21.2-9.6-37.91-31.34-45.84-59.65-5.1-18.21-6.49-37.12-7.84-55.4-.41-5.62-.84-11.43-1.37-17.09-3.56-38.11-12.2-54.83-19.32-65.13-11.66-16.85-29.92-28.58-50.09-32.17s-41.36 1.11-58.12 12.9l-7.48-10.63c19.57-13.77 44.31-19.26 67.88-15.06 23.56 4.2 44.88 17.89 58.5 37.57 15.29 22.09 19.56 49.72 21.58 71.31.54 5.79.97 11.66 1.39 17.34 1.3 17.65 2.64 35.89 7.39 52.85 6.89 24.6 20.99 43.3 38.68 51.31l-5.36 11.84zm176.41-176.5c-4.88-18.8-20.91-35.88-43.97-46.86-15.9-7.57-33.65-12-50.81-16.29-5.53-1.38-11.25-2.81-16.86-4.33-20.94-5.67-47.43-14.59-66.6-33.41-17.07-16.77-26.93-40.12-27.05-64.05s9.5-47.38 26.41-64.32l9.2 9.18c-14.47 14.51-22.71 34.58-22.61 55.07s8.55 40.48 23.16 54.84c17.01 16.71 41.47 24.88 60.88 30.14 5.49 1.49 11.14 2.9 16.61 4.26 17.79 4.44 36.18 9.03 53.25 17.16 26.54 12.64 45.12 32.81 50.97 55.33l-12.58 3.27zM340.7 297.1c-23.98-55.66-60.18-106.36-104.7-146.62-35.86-32.43-76.85-58.31-121.83-76.91l4.97-12.01c46.36 19.17 88.61 45.84 125.58 79.28 45.89 41.5 83.21 93.76 107.92 151.12z\" />\n </g>\n <path\n fill={props.color || theme.base.primary}\n d=\"M471.43 549.47c86.482 0 156.59-70.108 156.59-156.59s-70.108-156.59-156.59-156.59-156.59 70.108-156.59 156.59 70.108 156.59 156.59 156.59\"\n />\n <mask\n id=\"b\"\n width={315}\n height={314}\n x={314}\n y={236}\n maskUnits=\"userSpaceOnUse\"\n style={{\n maskType: \"luminance\",\n }}\n >\n <path\n fill=\"#fff\"\n d=\"M471.43 549.47c86.482 0 156.59-70.108 156.59-156.59s-70.108-156.59-156.59-156.59-156.59 70.108-156.59 156.59 70.108 156.59 156.59 156.59\"\n />\n </mask>\n <g mask=\"url(#b)\">\n <path\n fill=\"#121212\"\n d=\"m453.63 395.43-42.1-65.951-69.78 28.611-.77 79.87 78.18 22.119zm80.51-68.38-34.67 65.09 41.94 58.55 56.18-20.08 5.36-84.67zm-13.11-45.36 21.4-36.18-30.08-39.83-64.93-1.96-56.05 50.37 36.1 44.71zm-82.17 219.04-32.28 49.98 34.18 37.23 64.82-4.27 50.97-55.52-39.91-40.72z\"\n />\n <path\n fill=\"#121212\"\n d=\"M441.24 513.16c-21.64-32.93-36-65.17-42.69-95.82-5.41-24.78-5.84-48.58-1.3-70.75 7.81-38.11 27.54-58.06 28.37-58.89l8.71 8.74s-4.62 4.68-9.98 13.56c-4.93 8.17-11.57 21.71-15.17 39.85-4.06 20.43-3.53 42.45 1.56 65.45 6.42 29 20.15 59.64 40.82 91.09l-10.31 6.78zm76.16-13.98-7.85-9.52 3.93 4.76-3.94-4.75s5.03-4.24 11.19-12.59c5.66-7.68 13.51-20.55 18.77-38.29 5.92-19.97 7.43-41.94 4.47-65.31-3.72-29.46-14.58-61.24-32.26-94.46l10.89-5.8c18.52 34.78 29.85 68.21 33.69 99.35 3.1 25.17 1.35 48.91-5.22 70.57-11.28 37.23-32.76 55.28-33.67 56.03zm111.094-211.353-37.267 59.408 10.453 6.558 37.267-59.409zm-32.421 133.941-8.783 8.668 45.502 46.109 8.783-8.668zm-254.118 8.211-31.241 49.802 10.453 6.558 31.241-49.803zm-23.684-116.775-9.814 7.48 34.518 45.296 9.815-7.48zm187.996 72.342-60.224 4.042.826 12.312 60.225-4.042z\"\n />\n <mask\n id=\"c\"\n width={389}\n height={330}\n x={319}\n y={263}\n maskUnits=\"userSpaceOnUse\"\n style={{\n maskType: \"luminance\",\n }}\n >\n <path\n fill=\"#fff\"\n d=\"M584.85 263.9s-18.02 233.29-265.54 251.31l165.96 77.76 221.91-178.29-45.52-104.32-76.82-46.47z\"\n />\n </mask>\n <g fill=\"#121212\" mask=\"url(#c)\">\n <path d=\"m241.1 398.68-3.2 2.45 248.06 324.21 3.2-2.45zm8.25-6.31-3.5 2.68 248.06 324.21 3.5-2.68zm8.691-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.689-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.7-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.681-6.66-3.5 2.68 248.06 324.21 3.5-2.68zm8.699-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.66-3.5 2.68L580.8 652.78l3.5-2.68zm8.68-6.63-3.5 2.68 248.06 324.21 3.5-2.68zm8.681-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.699-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.649-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.641-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.7-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.66-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.66-3.5 2.68 248.06 324.21 3.5-2.68zm8.7-6.63-3.5 2.68 248.06 324.21 3.5-2.68zm8.67-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.7-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.681-6.66-3.5 2.68L711.1 553.07l3.5-2.68zm8.689-6.63-3.5 2.68 248.06 324.21 3.5-2.68zm8.68-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.691-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.679-6.66-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.64-3.5 2.68 248.06 324.21 3.5-2.68zm8.7-6.649-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.641-3.5 2.68 248.06 324.21 3.5-2.68zm8.67-6.649-3.5 2.68L780.59 499.91l3.5-2.68zm8.69-6.651-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.65-3.5 2.68 248.06 324.21 3.5-2.68zm8.69-6.64-3.5 2.68 248.06 324.21 3.5-2.68z\" />\n </g>\n </g>\n <path\n fill=\"#121212\"\n d=\"M454.3 165.29c31.558 0 57.14-25.583 57.14-57.14s-25.582-57.14-57.14-57.14c-31.557 0-57.14 25.582-57.14 57.14 0 31.557 25.583 57.14 57.14 57.14\"\n />\n <mask\n id=\"d\"\n width={115}\n height={115}\n x={397}\n y={51}\n maskUnits=\"userSpaceOnUse\"\n style={{\n maskType: \"luminance\",\n }}\n >\n <path\n fill=\"#fff\"\n d=\"M454.3 165.29c31.558 0 57.14-25.583 57.14-57.14s-25.582-57.14-57.14-57.14c-31.557 0-57.14 25.582-57.14 57.14 0 31.557 25.583 57.14 57.14 57.14\"\n />\n </mask>\n <g fill={props.color || theme.base.primary} mask=\"url(#d)\">\n <path d=\"M498.29 76.83a56.2 56.2 0 0 0-16.38 11.56 46.2 46.2 0 0 0-12.24-3.34L468 97.94c1.91.25 3.79.67 5.64 1.25a57 57 0 0 0-4.39 9.299c-5.13 14.09-4.47 29.33 1.86 42.92s17.58 23.9 31.66 29.04l4.45-12.21c-10.82-3.94-19.47-11.87-24.33-22.31s-5.37-22.16-1.43-32.98c.97-2.66 2.18-5.18 3.61-7.56a33.2 33.2 0 0 1 5.22 5.44l10.34-7.88c-2.14-2.8-4.56-5.32-7.24-7.55 3.08-2.72 6.56-5.01 10.38-6.79 10.44-4.86 22.16-5.37 32.98-1.43l4.45-12.21c-14.09-5.13-29.33-4.47-42.92 1.86zm-56.06-23.8c-6.59-13.47-18.04-23.56-32.22-28.42l-4.21 12.3c10.9 3.73 19.69 11.49 24.76 21.84 1.85 3.79 3.12 7.76 3.81 11.81-3.48.05-6.95.48-10.38 1.32l3.09 12.63c2.47-.6 4.97-.92 7.48-.95-.38 2.74-1.02 5.47-1.94 8.14-3.73 10.899-11.49 19.689-21.84 24.759-10.35 5.06-22.05 5.8-32.95 2.06l-4.21 12.3c5.97 2.04 12.12 3.06 18.24 3.06 8.44 0 16.83-1.93 24.63-5.75 13.47-6.59 23.56-18.04 28.42-32.22a56 56 0 0 0 2.43-9.99c1.79.71 3.53 1.57 5.17 2.57l6.8-11.08a46 46 0 0 0-11.61-5.09 56.1 56.1 0 0 0-5.47-19.29\" />\n </g>\n <path\n fill={props.color || theme.base.primary}\n d=\"M597.98 231.149c22.517 0 40.77-18.253 40.77-40.77 0-22.516-18.253-40.77-40.77-40.77-22.516 0-40.77 18.254-40.77 40.77s18.254 40.77 40.77 40.77\"\n />\n <path\n fill=\"#fff\"\n d=\"M592.568 182.151c6.248-6.012 7.37-14.984 2.507-20.037-4.864-5.054-13.871-4.277-20.119 1.735s-7.37 14.983-2.507 20.037c4.864 5.054 13.871 4.277 20.119-1.735\"\n />\n </svg>\n );\n};\nexport default SportsSticker;\n"],"names":[],"mappings":";;;AASA;AACE;AACA;AAUI;AAAmD;AAGtB;AAIsG;AAS1H;AACK;AAOd;AAEE;AAAwP;AAC+wB;AACzgC;AAG8I;AASrI;AACK;AAOd;AAEE;AAEkR;AAIqiB;AAS9yB;AACK;AAOd;AAGA;AACF;AAGoJ;AAS3I;AACK;AAOd;AAGA;AAGoJ;AAIa;AAIvK;;;;"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 StopwatchStickerOnDark = (props) => {
|
|
7
|
+
const theme = styled.useTheme();
|
|
8
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { fill: "none", viewBox: "0 0 701 600", width: props.size || "10em", height: props.size || "10em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: props.color || theme.base.primary, d: "m356.143 78.305-54.289 5.017 3.57 38.626 54.289-5.017zm81.437 52.99-222.24 20.53L122 354.545l128.89 182.2 222.23-20.52 93.35-202.73z" }),
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "a", width: 445, height: 406, x: 122, y: 131, maskUnits: "userSpaceOnUse", style: {
|
|
11
|
+
maskType: "luminance"
|
|
12
|
+
}, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "m437.58 131.295-222.24 20.53L122 354.545l128.89 182.2 222.23-20.52 93.35-202.73z" }) }),
|
|
13
|
+
/* @__PURE__ */ jsxRuntime.jsx("g", { fill: "#121212", mask: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M233.786 233.666 23.856 428.881l2.717 2.922 209.93-195.215zm7.566 8.149L31.422 437.031l2.717 2.922 209.93-195.216zm7.567 8.137L38.989 445.167l2.717 2.922 209.93-195.215zm7.567 8.136L46.556 453.303l2.717 2.922 209.93-195.215zm7.566 8.16L54.122 461.463l2.717 2.922L266.77 269.17zm7.567 8.136L61.689 469.599l2.717 2.922 209.93-195.216zm7.573 8.143L69.262 477.743l2.717 2.922 209.93-195.216zm7.559 8.152L76.821 485.895l2.718 2.922 209.93-195.216zm7.567 8.136L84.388 494.031l2.717 2.922 209.93-195.216zm7.574 8.144L91.962 502.174l2.717 2.922 209.93-195.215zm7.566 8.146L99.528 510.321l2.718 2.922 209.93-195.216zm7.567 8.15L107.095 518.47l2.717 2.922 209.93-195.215zm7.566 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.146-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.15-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.921 209.93-195.215zm7.573 8.153L144.935 559.192l2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.559 8.143L160.061 575.47l2.717 2.922 209.93-195.215zm7.574 8.153-209.93 195.216 2.717 2.921 209.93-195.215zm7.567 8.137L175.201 591.76l2.717 2.922 209.93-195.215zm7.566 8.149L182.767 599.91l2.717 2.922 209.93-195.216zm7.556 8.147-209.93 195.215 2.718 2.922 209.93-195.215zm7.574 8.143L197.897 616.2l2.717 2.922 209.93-195.216zm7.559 8.143L205.457 624.342l2.717 2.922 209.93-195.215zm7.567 8.145-209.93 195.216 2.717 2.922 209.93-195.216zm7.574 8.144-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.136-209.93 195.215 2.717 2.922 209.93-195.216zm116.948-96.547L345.111 552.22l2.717 2.922 209.93-195.215zm7.567 8.135-209.93 195.216 2.717 2.922 209.93-195.216zm7.566 8.161-209.93 195.215 2.717 2.922 209.93-195.216zm7.566 8.135L367.811 576.652l2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.921 209.93-195.215zm7.566 8.16-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136L390.51 601.083l2.717 2.922 209.93-195.215zm7.573 8.144-209.93 195.215 2.718 2.922 209.93-195.216zm7.567 8.146L405.65 617.374l2.717 2.921 209.93-195.215zm7.56 8.143L413.21 625.516l2.717 2.922 209.93-195.215zm7.573 8.143L420.783 633.66l2.717 2.922 209.93-195.216zm7.567 8.146L428.35 641.805l2.717 2.922 209.93-195.215zm7.566 8.15-209.93 195.216 2.717 2.921 209.93-195.215zm7.567 8.136-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.146L451.05 666.238l2.717 2.922 209.93-195.216zm7.574 8.143L458.623 674.38l2.717 2.922 209.93-195.215zm7.559 8.141-209.93 195.216 2.717 2.922 209.93-195.216zm7.574 8.154-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.136L481.323 698.812l2.717 2.922 209.93-195.216zm7.567 8.15-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.146-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.566 8.15-209.93 195.216 2.717 2.922L724.235 539.1z" }) }),
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "m448.26 107.995-222.24 20.52-93.34 202.72 128.89 182.2 222.24-20.52 93.34-202.72z" }),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: props.color || theme.base.primary, d: "m536.5 293.945-76.27 165.64-181.59 16.77-105.32-148.87 76.28-165.64 181.58-16.77z" }),
|
|
16
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#121212", d: "m536.5 293.945-189.19 17.47-14.52-157.25 98.39-9.09z" }),
|
|
17
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "m371.923 64-88.204 8.151 3.57 38.626 88.204-8.152z" }),
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 275.97, cy: 188.575, r: 10, fill: "#fff" }),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 246.97, cy: 248.575, r: 10, fill: "#fff" }),
|
|
20
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 215.97, cy: 321.575, r: 10, fill: "#fff" }),
|
|
21
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 258.97, cy: 389.575, r: 10, fill: "#fff" }),
|
|
22
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 295.97, cy: 437.575, r: 10, fill: "#fff" }),
|
|
23
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 367.97, cy: 431.575, r: 10, fill: "#fff" }),
|
|
24
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 435.97, cy: 425.575, r: 10, fill: "#fff" }),
|
|
25
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 467.97, cy: 357.575, r: 10, fill: "#fff" }),
|
|
26
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M173 513H0v48h173z" }),
|
|
27
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: props.color || theme.base.primary, d: "M700.37 84H513v48h187.37z" })
|
|
28
|
+
] });
|
|
29
|
+
};
|
|
30
|
+
exports.default = StopwatchStickerOnDark;
|
|
31
|
+
//# sourceMappingURL=index102.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index102.cjs","sources":["../src/stickers/dist/StopwatchStickerOnDark.tsx"],"sourcesContent":["// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { useTheme } from \"styled-components\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst StopwatchStickerOnDark = (props: Props) => {\n const theme = useTheme();\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 701 600\"\n width={props.size || \"10em\"}\n height={props.size || \"10em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <path\n fill={props.color || theme.base.primary}\n d=\"m356.143 78.305-54.289 5.017 3.57 38.626 54.289-5.017zm81.437 52.99-222.24 20.53L122 354.545l128.89 182.2 222.23-20.52 93.35-202.73z\"\n />\n <mask\n id=\"a\"\n width={445}\n height={406}\n x={122}\n y={131}\n maskUnits=\"userSpaceOnUse\"\n style={{\n maskType: \"luminance\",\n }}\n >\n <path\n fill=\"#fff\"\n d=\"m437.58 131.295-222.24 20.53L122 354.545l128.89 182.2 222.23-20.52 93.35-202.73z\"\n />\n </mask>\n <g fill=\"#121212\" mask=\"url(#a)\">\n <path d=\"M233.786 233.666 23.856 428.881l2.717 2.922 209.93-195.215zm7.566 8.149L31.422 437.031l2.717 2.922 209.93-195.216zm7.567 8.137L38.989 445.167l2.717 2.922 209.93-195.215zm7.567 8.136L46.556 453.303l2.717 2.922 209.93-195.215zm7.566 8.16L54.122 461.463l2.717 2.922L266.77 269.17zm7.567 8.136L61.689 469.599l2.717 2.922 209.93-195.216zm7.573 8.143L69.262 477.743l2.717 2.922 209.93-195.216zm7.559 8.152L76.821 485.895l2.718 2.922 209.93-195.216zm7.567 8.136L84.388 494.031l2.717 2.922 209.93-195.216zm7.574 8.144L91.962 502.174l2.717 2.922 209.93-195.215zm7.566 8.146L99.528 510.321l2.718 2.922 209.93-195.216zm7.567 8.15L107.095 518.47l2.717 2.922 209.93-195.215zm7.566 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.146-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.15-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.921 209.93-195.215zm7.573 8.153L144.935 559.192l2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.559 8.143L160.061 575.47l2.717 2.922 209.93-195.215zm7.574 8.153-209.93 195.216 2.717 2.921 209.93-195.215zm7.567 8.137L175.201 591.76l2.717 2.922 209.93-195.215zm7.566 8.149L182.767 599.91l2.717 2.922 209.93-195.216zm7.556 8.147-209.93 195.215 2.718 2.922 209.93-195.215zm7.574 8.143L197.897 616.2l2.717 2.922 209.93-195.216zm7.559 8.143L205.457 624.342l2.717 2.922 209.93-195.215zm7.567 8.145-209.93 195.216 2.717 2.922 209.93-195.216zm7.574 8.144-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.136-209.93 195.215 2.717 2.922 209.93-195.216zm116.948-96.547L345.111 552.22l2.717 2.922 209.93-195.215zm7.567 8.135-209.93 195.216 2.717 2.922 209.93-195.216zm7.566 8.161-209.93 195.215 2.717 2.922 209.93-195.216zm7.566 8.135L367.811 576.652l2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.921 209.93-195.215zm7.566 8.16-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136L390.51 601.083l2.717 2.922 209.93-195.215zm7.573 8.144-209.93 195.215 2.718 2.922 209.93-195.216zm7.567 8.146L405.65 617.374l2.717 2.921 209.93-195.215zm7.56 8.143L413.21 625.516l2.717 2.922 209.93-195.215zm7.573 8.143L420.783 633.66l2.717 2.922 209.93-195.216zm7.567 8.146L428.35 641.805l2.717 2.922 209.93-195.215zm7.566 8.15-209.93 195.216 2.717 2.921 209.93-195.215zm7.567 8.136-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.146L451.05 666.238l2.717 2.922 209.93-195.216zm7.574 8.143L458.623 674.38l2.717 2.922 209.93-195.215zm7.559 8.141-209.93 195.216 2.717 2.922 209.93-195.216zm7.574 8.154-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.136L481.323 698.812l2.717 2.922 209.93-195.216zm7.567 8.15-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.146-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.566 8.15-209.93 195.216 2.717 2.922L724.235 539.1z\" />\n </g>\n <path\n fill=\"#fff\"\n d=\"m448.26 107.995-222.24 20.52-93.34 202.72 128.89 182.2 222.24-20.52 93.34-202.72z\"\n />\n <path\n fill={props.color || theme.base.primary}\n d=\"m536.5 293.945-76.27 165.64-181.59 16.77-105.32-148.87 76.28-165.64 181.58-16.77z\"\n />\n <path\n fill=\"#121212\"\n d=\"m536.5 293.945-189.19 17.47-14.52-157.25 98.39-9.09z\"\n />\n <path\n fill=\"#fff\"\n d=\"m371.923 64-88.204 8.151 3.57 38.626 88.204-8.152z\"\n />\n <circle cx={275.97} cy={188.575} r={10} fill=\"#fff\" />\n <circle cx={246.97} cy={248.575} r={10} fill=\"#fff\" />\n <circle cx={215.97} cy={321.575} r={10} fill=\"#fff\" />\n <circle cx={258.97} cy={389.575} r={10} fill=\"#fff\" />\n <circle cx={295.97} cy={437.575} r={10} fill=\"#fff\" />\n <circle cx={367.97} cy={431.575} r={10} fill=\"#fff\" />\n <circle cx={435.97} cy={425.575} r={10} fill=\"#fff\" />\n <circle cx={467.97} cy={357.575} r={10} fill=\"#fff\" />\n <path fill=\"#fff\" d=\"M173 513H0v48h173z\" />\n <path\n fill={props.color || theme.base.primary}\n d=\"M700.37 84H513v48h187.37z\"\n />\n </svg>\n );\n};\nexport default StopwatchStickerOnDark;\n"],"names":[],"mappings":";;;;;AASA;AACE;AACA;AAUI;AAE0I;AASjI;AACK;AAOd;AAGA;AAGuF;AAIA;AAI7B;AAIF;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACX;AAGT;AAIrC;;"}
|
package/dist/index102.js
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
+
import { useTheme } from "styled-components";
|
|
4
|
+
const StopwatchStickerOnDark = (props) => {
|
|
5
|
+
const theme = useTheme();
|
|
6
|
+
return /* @__PURE__ */ jsxs("svg", { fill: "none", viewBox: "0 0 701 600", width: props.size || "10em", height: props.size || "10em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: props.color || theme.base.primary, d: "m356.143 78.305-54.289 5.017 3.57 38.626 54.289-5.017zm81.437 52.99-222.24 20.53L122 354.545l128.89 182.2 222.23-20.52 93.35-202.73z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("mask", { id: "a", width: 445, height: 406, x: 122, y: 131, maskUnits: "userSpaceOnUse", style: {
|
|
9
|
+
maskType: "luminance"
|
|
10
|
+
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "m437.58 131.295-222.24 20.53L122 354.545l128.89 182.2 222.23-20.52 93.35-202.73z" }) }),
|
|
11
|
+
/* @__PURE__ */ jsx("g", { fill: "#121212", mask: "url(#a)", children: /* @__PURE__ */ jsx("path", { d: "M233.786 233.666 23.856 428.881l2.717 2.922 209.93-195.215zm7.566 8.149L31.422 437.031l2.717 2.922 209.93-195.216zm7.567 8.137L38.989 445.167l2.717 2.922 209.93-195.215zm7.567 8.136L46.556 453.303l2.717 2.922 209.93-195.215zm7.566 8.16L54.122 461.463l2.717 2.922L266.77 269.17zm7.567 8.136L61.689 469.599l2.717 2.922 209.93-195.216zm7.573 8.143L69.262 477.743l2.717 2.922 209.93-195.216zm7.559 8.152L76.821 485.895l2.718 2.922 209.93-195.216zm7.567 8.136L84.388 494.031l2.717 2.922 209.93-195.216zm7.574 8.144L91.962 502.174l2.717 2.922 209.93-195.215zm7.566 8.146L99.528 510.321l2.718 2.922 209.93-195.216zm7.567 8.15L107.095 518.47l2.717 2.922 209.93-195.215zm7.566 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.146-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.15-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.921 209.93-195.215zm7.573 8.153L144.935 559.192l2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.559 8.143L160.061 575.47l2.717 2.922 209.93-195.215zm7.574 8.153-209.93 195.216 2.717 2.921 209.93-195.215zm7.567 8.137L175.201 591.76l2.717 2.922 209.93-195.215zm7.566 8.149L182.767 599.91l2.717 2.922 209.93-195.216zm7.556 8.147-209.93 195.215 2.718 2.922 209.93-195.215zm7.574 8.143L197.897 616.2l2.717 2.922 209.93-195.216zm7.559 8.143L205.457 624.342l2.717 2.922 209.93-195.215zm7.567 8.145-209.93 195.216 2.717 2.922 209.93-195.216zm7.574 8.144-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.136-209.93 195.215 2.717 2.922 209.93-195.216zm116.948-96.547L345.111 552.22l2.717 2.922 209.93-195.215zm7.567 8.135-209.93 195.216 2.717 2.922 209.93-195.216zm7.566 8.161-209.93 195.215 2.717 2.922 209.93-195.216zm7.566 8.135L367.811 576.652l2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.921 209.93-195.215zm7.566 8.16-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136L390.51 601.083l2.717 2.922 209.93-195.215zm7.573 8.144-209.93 195.215 2.718 2.922 209.93-195.216zm7.567 8.146L405.65 617.374l2.717 2.921 209.93-195.215zm7.56 8.143L413.21 625.516l2.717 2.922 209.93-195.215zm7.573 8.143L420.783 633.66l2.717 2.922 209.93-195.216zm7.567 8.146L428.35 641.805l2.717 2.922 209.93-195.215zm7.566 8.15-209.93 195.216 2.717 2.921 209.93-195.215zm7.567 8.136-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.146L451.05 666.238l2.717 2.922 209.93-195.216zm7.574 8.143L458.623 674.38l2.717 2.922 209.93-195.215zm7.559 8.141-209.93 195.216 2.717 2.922 209.93-195.216zm7.574 8.154-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.136L481.323 698.812l2.717 2.922 209.93-195.216zm7.567 8.15-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.146-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.566 8.15-209.93 195.216 2.717 2.922L724.235 539.1z" }) }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m448.26 107.995-222.24 20.52-93.34 202.72 128.89 182.2 222.24-20.52 93.34-202.72z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: props.color || theme.base.primary, d: "m536.5 293.945-76.27 165.64-181.59 16.77-105.32-148.87 76.28-165.64 181.58-16.77z" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { fill: "#121212", d: "m536.5 293.945-189.19 17.47-14.52-157.25 98.39-9.09z" }),
|
|
15
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m371.923 64-88.204 8.151 3.57 38.626 88.204-8.152z" }),
|
|
16
|
+
/* @__PURE__ */ jsx("circle", { cx: 275.97, cy: 188.575, r: 10, fill: "#fff" }),
|
|
17
|
+
/* @__PURE__ */ jsx("circle", { cx: 246.97, cy: 248.575, r: 10, fill: "#fff" }),
|
|
18
|
+
/* @__PURE__ */ jsx("circle", { cx: 215.97, cy: 321.575, r: 10, fill: "#fff" }),
|
|
19
|
+
/* @__PURE__ */ jsx("circle", { cx: 258.97, cy: 389.575, r: 10, fill: "#fff" }),
|
|
20
|
+
/* @__PURE__ */ jsx("circle", { cx: 295.97, cy: 437.575, r: 10, fill: "#fff" }),
|
|
21
|
+
/* @__PURE__ */ jsx("circle", { cx: 367.97, cy: 431.575, r: 10, fill: "#fff" }),
|
|
22
|
+
/* @__PURE__ */ jsx("circle", { cx: 435.97, cy: 425.575, r: 10, fill: "#fff" }),
|
|
23
|
+
/* @__PURE__ */ jsx("circle", { cx: 467.97, cy: 357.575, r: 10, fill: "#fff" }),
|
|
24
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M173 513H0v48h173z" }),
|
|
25
|
+
/* @__PURE__ */ jsx("path", { fill: props.color || theme.base.primary, d: "M700.37 84H513v48h187.37z" })
|
|
26
|
+
] });
|
|
27
|
+
};
|
|
28
|
+
export {
|
|
29
|
+
StopwatchStickerOnDark as default
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=index102.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index102.js","sources":["../src/stickers/dist/StopwatchStickerOnDark.tsx"],"sourcesContent":["// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { useTheme } from \"styled-components\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst StopwatchStickerOnDark = (props: Props) => {\n const theme = useTheme();\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 701 600\"\n width={props.size || \"10em\"}\n height={props.size || \"10em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <path\n fill={props.color || theme.base.primary}\n d=\"m356.143 78.305-54.289 5.017 3.57 38.626 54.289-5.017zm81.437 52.99-222.24 20.53L122 354.545l128.89 182.2 222.23-20.52 93.35-202.73z\"\n />\n <mask\n id=\"a\"\n width={445}\n height={406}\n x={122}\n y={131}\n maskUnits=\"userSpaceOnUse\"\n style={{\n maskType: \"luminance\",\n }}\n >\n <path\n fill=\"#fff\"\n d=\"m437.58 131.295-222.24 20.53L122 354.545l128.89 182.2 222.23-20.52 93.35-202.73z\"\n />\n </mask>\n <g fill=\"#121212\" mask=\"url(#a)\">\n <path d=\"M233.786 233.666 23.856 428.881l2.717 2.922 209.93-195.215zm7.566 8.149L31.422 437.031l2.717 2.922 209.93-195.216zm7.567 8.137L38.989 445.167l2.717 2.922 209.93-195.215zm7.567 8.136L46.556 453.303l2.717 2.922 209.93-195.215zm7.566 8.16L54.122 461.463l2.717 2.922L266.77 269.17zm7.567 8.136L61.689 469.599l2.717 2.922 209.93-195.216zm7.573 8.143L69.262 477.743l2.717 2.922 209.93-195.216zm7.559 8.152L76.821 485.895l2.718 2.922 209.93-195.216zm7.567 8.136L84.388 494.031l2.717 2.922 209.93-195.216zm7.574 8.144L91.962 502.174l2.717 2.922 209.93-195.215zm7.566 8.146L99.528 510.321l2.718 2.922 209.93-195.216zm7.567 8.15L107.095 518.47l2.717 2.922 209.93-195.215zm7.566 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.146-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.15-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.921 209.93-195.215zm7.573 8.153L144.935 559.192l2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.559 8.143L160.061 575.47l2.717 2.922 209.93-195.215zm7.574 8.153-209.93 195.216 2.717 2.921 209.93-195.215zm7.567 8.137L175.201 591.76l2.717 2.922 209.93-195.215zm7.566 8.149L182.767 599.91l2.717 2.922 209.93-195.216zm7.556 8.147-209.93 195.215 2.718 2.922 209.93-195.215zm7.574 8.143L197.897 616.2l2.717 2.922 209.93-195.216zm7.559 8.143L205.457 624.342l2.717 2.922 209.93-195.215zm7.567 8.145-209.93 195.216 2.717 2.922 209.93-195.216zm7.574 8.144-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.136-209.93 195.215 2.717 2.922 209.93-195.216zm116.948-96.547L345.111 552.22l2.717 2.922 209.93-195.215zm7.567 8.135-209.93 195.216 2.717 2.922 209.93-195.216zm7.566 8.161-209.93 195.215 2.717 2.922 209.93-195.216zm7.566 8.135L367.811 576.652l2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.921 209.93-195.215zm7.566 8.16-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136L390.51 601.083l2.717 2.922 209.93-195.215zm7.573 8.144-209.93 195.215 2.718 2.922 209.93-195.216zm7.567 8.146L405.65 617.374l2.717 2.921 209.93-195.215zm7.56 8.143L413.21 625.516l2.717 2.922 209.93-195.215zm7.573 8.143L420.783 633.66l2.717 2.922 209.93-195.216zm7.567 8.146L428.35 641.805l2.717 2.922 209.93-195.215zm7.566 8.15-209.93 195.216 2.717 2.921 209.93-195.215zm7.567 8.136-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.146L451.05 666.238l2.717 2.922 209.93-195.216zm7.574 8.143L458.623 674.38l2.717 2.922 209.93-195.215zm7.559 8.141-209.93 195.216 2.717 2.922 209.93-195.216zm7.574 8.154-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.136L481.323 698.812l2.717 2.922 209.93-195.216zm7.567 8.15-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.146-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.566 8.15-209.93 195.216 2.717 2.922L724.235 539.1z\" />\n </g>\n <path\n fill=\"#fff\"\n d=\"m448.26 107.995-222.24 20.52-93.34 202.72 128.89 182.2 222.24-20.52 93.34-202.72z\"\n />\n <path\n fill={props.color || theme.base.primary}\n d=\"m536.5 293.945-76.27 165.64-181.59 16.77-105.32-148.87 76.28-165.64 181.58-16.77z\"\n />\n <path\n fill=\"#121212\"\n d=\"m536.5 293.945-189.19 17.47-14.52-157.25 98.39-9.09z\"\n />\n <path\n fill=\"#fff\"\n d=\"m371.923 64-88.204 8.151 3.57 38.626 88.204-8.152z\"\n />\n <circle cx={275.97} cy={188.575} r={10} fill=\"#fff\" />\n <circle cx={246.97} cy={248.575} r={10} fill=\"#fff\" />\n <circle cx={215.97} cy={321.575} r={10} fill=\"#fff\" />\n <circle cx={258.97} cy={389.575} r={10} fill=\"#fff\" />\n <circle cx={295.97} cy={437.575} r={10} fill=\"#fff\" />\n <circle cx={367.97} cy={431.575} r={10} fill=\"#fff\" />\n <circle cx={435.97} cy={425.575} r={10} fill=\"#fff\" />\n <circle cx={467.97} cy={357.575} r={10} fill=\"#fff\" />\n <path fill=\"#fff\" d=\"M173 513H0v48h173z\" />\n <path\n fill={props.color || theme.base.primary}\n d=\"M700.37 84H513v48h187.37z\"\n />\n </svg>\n );\n};\nexport default StopwatchStickerOnDark;\n"],"names":[],"mappings":";;;AASA;AACE;AACA;AAUI;AAE0I;AASjI;AACK;AAOd;AAGA;AAGuF;AAIA;AAI7B;AAIF;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACX;AAGT;AAIrC;;;;"}
|
|
@@ -0,0 +1,31 @@
|
|
|
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 StopwatchSticker = (props) => {
|
|
7
|
+
const theme = styled.useTheme();
|
|
8
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { fill: "none", viewBox: "0 0 701 600", width: props.size || "10em", height: props.size || "10em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: props.color || theme.base.primary, d: "m356.143 78.305-54.289 5.017 3.57 38.626 54.289-5.017zm81.437 52.99-222.24 20.53L122 354.545l128.89 182.2 222.23-20.52 93.35-202.73z" }),
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "a", width: 445, height: 406, x: 122, y: 131, maskUnits: "userSpaceOnUse", style: {
|
|
11
|
+
maskType: "luminance"
|
|
12
|
+
}, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "m437.58 131.295-222.24 20.53L122 354.545l128.89 182.2 222.23-20.52 93.35-202.73z" }) }),
|
|
13
|
+
/* @__PURE__ */ jsxRuntime.jsx("g", { fill: "#121212", mask: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M233.786 233.666 23.856 428.881l2.717 2.922 209.93-195.215zm7.566 8.149L31.422 437.031l2.717 2.922 209.93-195.216zm7.567 8.137L38.989 445.167l2.717 2.922 209.93-195.215zm7.567 8.136L46.556 453.303l2.717 2.922 209.93-195.215zm7.566 8.16L54.122 461.463l2.717 2.922L266.77 269.17zm7.567 8.136L61.689 469.599l2.717 2.922 209.93-195.216zm7.573 8.143L69.262 477.743l2.717 2.922 209.93-195.216zm7.559 8.152L76.821 485.895l2.718 2.922 209.93-195.216zm7.567 8.136L84.388 494.031l2.717 2.922 209.93-195.216zm7.574 8.144L91.962 502.174l2.717 2.922 209.93-195.215zm7.566 8.146L99.528 510.321l2.718 2.922 209.93-195.216zm7.567 8.15L107.095 518.47l2.717 2.922 209.93-195.215zm7.566 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.146-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.15-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.921 209.93-195.215zm7.573 8.153L144.935 559.192l2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.559 8.143L160.061 575.47l2.717 2.922 209.93-195.215zm7.574 8.153-209.93 195.216 2.717 2.921 209.93-195.215zm7.567 8.137L175.201 591.76l2.717 2.922 209.93-195.215zm7.566 8.149L182.767 599.91l2.717 2.922 209.93-195.216zm7.556 8.147-209.93 195.215 2.718 2.922 209.93-195.215zm7.574 8.143L197.897 616.2l2.717 2.922 209.93-195.216zm7.559 8.143L205.457 624.342l2.717 2.922 209.93-195.215zm7.567 8.145-209.93 195.216 2.717 2.922 209.93-195.216zm7.574 8.144-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.136-209.93 195.215 2.717 2.922 209.93-195.216zm116.948-96.547L345.111 552.22l2.717 2.922 209.93-195.215zm7.567 8.135-209.93 195.216 2.717 2.922 209.93-195.216zm7.566 8.161-209.93 195.215 2.717 2.922 209.93-195.216zm7.566 8.135L367.811 576.652l2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.921 209.93-195.215zm7.566 8.16-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136L390.51 601.083l2.717 2.922 209.93-195.215zm7.573 8.144-209.93 195.215 2.718 2.922 209.93-195.216zm7.567 8.146L405.65 617.374l2.717 2.921 209.93-195.215zm7.56 8.143L413.21 625.516l2.717 2.922 209.93-195.215zm7.573 8.143L420.783 633.66l2.717 2.922 209.93-195.216zm7.567 8.146L428.35 641.805l2.717 2.922 209.93-195.215zm7.566 8.15-209.93 195.216 2.717 2.921 209.93-195.215zm7.567 8.136-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.146L451.05 666.238l2.717 2.922 209.93-195.216zm7.574 8.143L458.623 674.38l2.717 2.922 209.93-195.215zm7.559 8.141-209.93 195.216 2.717 2.922 209.93-195.216zm7.574 8.154-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.136L481.323 698.812l2.717 2.922 209.93-195.216zm7.567 8.15-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.146-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.566 8.15-209.93 195.216 2.717 2.922L724.235 539.1z" }) }),
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#121212", d: "m448.26 107.995-222.24 20.52-93.34 202.72 128.89 182.2 222.24-20.52 93.34-202.72z" }),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: props.color || theme.base.primary, d: "m536.5 293.945-76.27 165.64-181.59 16.77-105.32-148.87 76.28-165.64 181.58-16.77z" }),
|
|
16
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "m536.5 293.945-189.19 17.47-14.52-157.25 98.39-9.09z" }),
|
|
17
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#121212", d: "m371.923 64-88.204 8.151 3.57 38.626 88.204-8.152z" }),
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 275.97, cy: 188.575, r: 10, fill: "#fff" }),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 246.97, cy: 248.575, r: 10, fill: "#fff" }),
|
|
20
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 215.97, cy: 321.575, r: 10, fill: "#fff" }),
|
|
21
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 258.97, cy: 389.575, r: 10, fill: "#fff" }),
|
|
22
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 295.97, cy: 437.575, r: 10, fill: "#fff" }),
|
|
23
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 367.97, cy: 431.575, r: 10, fill: "#fff" }),
|
|
24
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 435.97, cy: 425.575, r: 10, fill: "#fff" }),
|
|
25
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 467.97, cy: 357.575, r: 10, fill: "#fff" }),
|
|
26
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#121212", d: "M173 513H0v48h173z" }),
|
|
27
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: props.color || theme.base.primary, d: "M700.37 84H513v48h187.37z" })
|
|
28
|
+
] });
|
|
29
|
+
};
|
|
30
|
+
exports.default = StopwatchSticker;
|
|
31
|
+
//# sourceMappingURL=index103.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index103.cjs","sources":["../src/stickers/dist/StopwatchSticker.tsx"],"sourcesContent":["// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { useTheme } from \"styled-components\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst StopwatchSticker = (props: Props) => {\n const theme = useTheme();\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 701 600\"\n width={props.size || \"10em\"}\n height={props.size || \"10em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <path\n fill={props.color || theme.base.primary}\n d=\"m356.143 78.305-54.289 5.017 3.57 38.626 54.289-5.017zm81.437 52.99-222.24 20.53L122 354.545l128.89 182.2 222.23-20.52 93.35-202.73z\"\n />\n <mask\n id=\"a\"\n width={445}\n height={406}\n x={122}\n y={131}\n maskUnits=\"userSpaceOnUse\"\n style={{\n maskType: \"luminance\",\n }}\n >\n <path\n fill=\"#fff\"\n d=\"m437.58 131.295-222.24 20.53L122 354.545l128.89 182.2 222.23-20.52 93.35-202.73z\"\n />\n </mask>\n <g fill=\"#121212\" mask=\"url(#a)\">\n <path d=\"M233.786 233.666 23.856 428.881l2.717 2.922 209.93-195.215zm7.566 8.149L31.422 437.031l2.717 2.922 209.93-195.216zm7.567 8.137L38.989 445.167l2.717 2.922 209.93-195.215zm7.567 8.136L46.556 453.303l2.717 2.922 209.93-195.215zm7.566 8.16L54.122 461.463l2.717 2.922L266.77 269.17zm7.567 8.136L61.689 469.599l2.717 2.922 209.93-195.216zm7.573 8.143L69.262 477.743l2.717 2.922 209.93-195.216zm7.559 8.152L76.821 485.895l2.718 2.922 209.93-195.216zm7.567 8.136L84.388 494.031l2.717 2.922 209.93-195.216zm7.574 8.144L91.962 502.174l2.717 2.922 209.93-195.215zm7.566 8.146L99.528 510.321l2.718 2.922 209.93-195.216zm7.567 8.15L107.095 518.47l2.717 2.922 209.93-195.215zm7.566 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.146-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.15-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.921 209.93-195.215zm7.573 8.153L144.935 559.192l2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.559 8.143L160.061 575.47l2.717 2.922 209.93-195.215zm7.574 8.153-209.93 195.216 2.717 2.921 209.93-195.215zm7.567 8.137L175.201 591.76l2.717 2.922 209.93-195.215zm7.566 8.149L182.767 599.91l2.717 2.922 209.93-195.216zm7.556 8.147-209.93 195.215 2.718 2.922 209.93-195.215zm7.574 8.143L197.897 616.2l2.717 2.922 209.93-195.216zm7.559 8.143L205.457 624.342l2.717 2.922 209.93-195.215zm7.567 8.145-209.93 195.216 2.717 2.922 209.93-195.216zm7.574 8.144-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.136-209.93 195.215 2.717 2.922 209.93-195.216zm116.948-96.547L345.111 552.22l2.717 2.922 209.93-195.215zm7.567 8.135-209.93 195.216 2.717 2.922 209.93-195.216zm7.566 8.161-209.93 195.215 2.717 2.922 209.93-195.216zm7.566 8.135L367.811 576.652l2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.921 209.93-195.215zm7.566 8.16-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136L390.51 601.083l2.717 2.922 209.93-195.215zm7.573 8.144-209.93 195.215 2.718 2.922 209.93-195.216zm7.567 8.146L405.65 617.374l2.717 2.921 209.93-195.215zm7.56 8.143L413.21 625.516l2.717 2.922 209.93-195.215zm7.573 8.143L420.783 633.66l2.717 2.922 209.93-195.216zm7.567 8.146L428.35 641.805l2.717 2.922 209.93-195.215zm7.566 8.15-209.93 195.216 2.717 2.921 209.93-195.215zm7.567 8.136-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.146L451.05 666.238l2.717 2.922 209.93-195.216zm7.574 8.143L458.623 674.38l2.717 2.922 209.93-195.215zm7.559 8.141-209.93 195.216 2.717 2.922 209.93-195.216zm7.574 8.154-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.136L481.323 698.812l2.717 2.922 209.93-195.216zm7.567 8.15-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.146-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.566 8.15-209.93 195.216 2.717 2.922L724.235 539.1z\" />\n </g>\n <path\n fill=\"#121212\"\n d=\"m448.26 107.995-222.24 20.52-93.34 202.72 128.89 182.2 222.24-20.52 93.34-202.72z\"\n />\n <path\n fill={props.color || theme.base.primary}\n d=\"m536.5 293.945-76.27 165.64-181.59 16.77-105.32-148.87 76.28-165.64 181.58-16.77z\"\n />\n <path\n fill=\"#fff\"\n d=\"m536.5 293.945-189.19 17.47-14.52-157.25 98.39-9.09z\"\n />\n <path\n fill=\"#121212\"\n d=\"m371.923 64-88.204 8.151 3.57 38.626 88.204-8.152z\"\n />\n <circle cx={275.97} cy={188.575} r={10} fill=\"#fff\" />\n <circle cx={246.97} cy={248.575} r={10} fill=\"#fff\" />\n <circle cx={215.97} cy={321.575} r={10} fill=\"#fff\" />\n <circle cx={258.97} cy={389.575} r={10} fill=\"#fff\" />\n <circle cx={295.97} cy={437.575} r={10} fill=\"#fff\" />\n <circle cx={367.97} cy={431.575} r={10} fill=\"#fff\" />\n <circle cx={435.97} cy={425.575} r={10} fill=\"#fff\" />\n <circle cx={467.97} cy={357.575} r={10} fill=\"#fff\" />\n <path fill=\"#121212\" d=\"M173 513H0v48h173z\" />\n <path\n fill={props.color || theme.base.primary}\n d=\"M700.37 84H513v48h187.37z\"\n />\n </svg>\n );\n};\nexport default StopwatchSticker;\n"],"names":[],"mappings":";;;;;AASA;AACE;AACA;AAUI;AAE0I;AASjI;AACK;AAOd;AAGA;AAGuF;AAIA;AAI7B;AAIF;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACR;AAGZ;AAIrC;;"}
|
package/dist/index103.js
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
+
import { useTheme } from "styled-components";
|
|
4
|
+
const StopwatchSticker = (props) => {
|
|
5
|
+
const theme = useTheme();
|
|
6
|
+
return /* @__PURE__ */ jsxs("svg", { fill: "none", viewBox: "0 0 701 600", width: props.size || "10em", height: props.size || "10em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: props.color || theme.base.primary, d: "m356.143 78.305-54.289 5.017 3.57 38.626 54.289-5.017zm81.437 52.99-222.24 20.53L122 354.545l128.89 182.2 222.23-20.52 93.35-202.73z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("mask", { id: "a", width: 445, height: 406, x: 122, y: 131, maskUnits: "userSpaceOnUse", style: {
|
|
9
|
+
maskType: "luminance"
|
|
10
|
+
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "m437.58 131.295-222.24 20.53L122 354.545l128.89 182.2 222.23-20.52 93.35-202.73z" }) }),
|
|
11
|
+
/* @__PURE__ */ jsx("g", { fill: "#121212", mask: "url(#a)", children: /* @__PURE__ */ jsx("path", { d: "M233.786 233.666 23.856 428.881l2.717 2.922 209.93-195.215zm7.566 8.149L31.422 437.031l2.717 2.922 209.93-195.216zm7.567 8.137L38.989 445.167l2.717 2.922 209.93-195.215zm7.567 8.136L46.556 453.303l2.717 2.922 209.93-195.215zm7.566 8.16L54.122 461.463l2.717 2.922L266.77 269.17zm7.567 8.136L61.689 469.599l2.717 2.922 209.93-195.216zm7.573 8.143L69.262 477.743l2.717 2.922 209.93-195.216zm7.559 8.152L76.821 485.895l2.718 2.922 209.93-195.216zm7.567 8.136L84.388 494.031l2.717 2.922 209.93-195.216zm7.574 8.144L91.962 502.174l2.717 2.922 209.93-195.215zm7.566 8.146L99.528 510.321l2.718 2.922 209.93-195.216zm7.567 8.15L107.095 518.47l2.717 2.922 209.93-195.215zm7.566 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.146-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.15-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.921 209.93-195.215zm7.573 8.153L144.935 559.192l2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.559 8.143L160.061 575.47l2.717 2.922 209.93-195.215zm7.574 8.153-209.93 195.216 2.717 2.921 209.93-195.215zm7.567 8.137L175.201 591.76l2.717 2.922 209.93-195.215zm7.566 8.149L182.767 599.91l2.717 2.922 209.93-195.216zm7.556 8.147-209.93 195.215 2.718 2.922 209.93-195.215zm7.574 8.143L197.897 616.2l2.717 2.922 209.93-195.216zm7.559 8.143L205.457 624.342l2.717 2.922 209.93-195.215zm7.567 8.145-209.93 195.216 2.717 2.922 209.93-195.216zm7.574 8.144-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.136-209.93 195.215 2.717 2.922 209.93-195.216zm116.948-96.547L345.111 552.22l2.717 2.922 209.93-195.215zm7.567 8.135-209.93 195.216 2.717 2.922 209.93-195.216zm7.566 8.161-209.93 195.215 2.717 2.922 209.93-195.216zm7.566 8.135L367.811 576.652l2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.921 209.93-195.215zm7.566 8.16-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136L390.51 601.083l2.717 2.922 209.93-195.215zm7.573 8.144-209.93 195.215 2.718 2.922 209.93-195.216zm7.567 8.146L405.65 617.374l2.717 2.921 209.93-195.215zm7.56 8.143L413.21 625.516l2.717 2.922 209.93-195.215zm7.573 8.143L420.783 633.66l2.717 2.922 209.93-195.216zm7.567 8.146L428.35 641.805l2.717 2.922 209.93-195.215zm7.566 8.15-209.93 195.216 2.717 2.921 209.93-195.215zm7.567 8.136-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.146L451.05 666.238l2.717 2.922 209.93-195.216zm7.574 8.143L458.623 674.38l2.717 2.922 209.93-195.215zm7.559 8.141-209.93 195.216 2.717 2.922 209.93-195.216zm7.574 8.154-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.136L481.323 698.812l2.717 2.922 209.93-195.216zm7.567 8.15-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.146-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.566 8.15-209.93 195.216 2.717 2.922L724.235 539.1z" }) }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "#121212", d: "m448.26 107.995-222.24 20.52-93.34 202.72 128.89 182.2 222.24-20.52 93.34-202.72z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: props.color || theme.base.primary, d: "m536.5 293.945-76.27 165.64-181.59 16.77-105.32-148.87 76.28-165.64 181.58-16.77z" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m536.5 293.945-189.19 17.47-14.52-157.25 98.39-9.09z" }),
|
|
15
|
+
/* @__PURE__ */ jsx("path", { fill: "#121212", d: "m371.923 64-88.204 8.151 3.57 38.626 88.204-8.152z" }),
|
|
16
|
+
/* @__PURE__ */ jsx("circle", { cx: 275.97, cy: 188.575, r: 10, fill: "#fff" }),
|
|
17
|
+
/* @__PURE__ */ jsx("circle", { cx: 246.97, cy: 248.575, r: 10, fill: "#fff" }),
|
|
18
|
+
/* @__PURE__ */ jsx("circle", { cx: 215.97, cy: 321.575, r: 10, fill: "#fff" }),
|
|
19
|
+
/* @__PURE__ */ jsx("circle", { cx: 258.97, cy: 389.575, r: 10, fill: "#fff" }),
|
|
20
|
+
/* @__PURE__ */ jsx("circle", { cx: 295.97, cy: 437.575, r: 10, fill: "#fff" }),
|
|
21
|
+
/* @__PURE__ */ jsx("circle", { cx: 367.97, cy: 431.575, r: 10, fill: "#fff" }),
|
|
22
|
+
/* @__PURE__ */ jsx("circle", { cx: 435.97, cy: 425.575, r: 10, fill: "#fff" }),
|
|
23
|
+
/* @__PURE__ */ jsx("circle", { cx: 467.97, cy: 357.575, r: 10, fill: "#fff" }),
|
|
24
|
+
/* @__PURE__ */ jsx("path", { fill: "#121212", d: "M173 513H0v48h173z" }),
|
|
25
|
+
/* @__PURE__ */ jsx("path", { fill: props.color || theme.base.primary, d: "M700.37 84H513v48h187.37z" })
|
|
26
|
+
] });
|
|
27
|
+
};
|
|
28
|
+
export {
|
|
29
|
+
StopwatchSticker as default
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=index103.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index103.js","sources":["../src/stickers/dist/StopwatchSticker.tsx"],"sourcesContent":["// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { useTheme } from \"styled-components\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst StopwatchSticker = (props: Props) => {\n const theme = useTheme();\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 701 600\"\n width={props.size || \"10em\"}\n height={props.size || \"10em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <path\n fill={props.color || theme.base.primary}\n d=\"m356.143 78.305-54.289 5.017 3.57 38.626 54.289-5.017zm81.437 52.99-222.24 20.53L122 354.545l128.89 182.2 222.23-20.52 93.35-202.73z\"\n />\n <mask\n id=\"a\"\n width={445}\n height={406}\n x={122}\n y={131}\n maskUnits=\"userSpaceOnUse\"\n style={{\n maskType: \"luminance\",\n }}\n >\n <path\n fill=\"#fff\"\n d=\"m437.58 131.295-222.24 20.53L122 354.545l128.89 182.2 222.23-20.52 93.35-202.73z\"\n />\n </mask>\n <g fill=\"#121212\" mask=\"url(#a)\">\n <path d=\"M233.786 233.666 23.856 428.881l2.717 2.922 209.93-195.215zm7.566 8.149L31.422 437.031l2.717 2.922 209.93-195.216zm7.567 8.137L38.989 445.167l2.717 2.922 209.93-195.215zm7.567 8.136L46.556 453.303l2.717 2.922 209.93-195.215zm7.566 8.16L54.122 461.463l2.717 2.922L266.77 269.17zm7.567 8.136L61.689 469.599l2.717 2.922 209.93-195.216zm7.573 8.143L69.262 477.743l2.717 2.922 209.93-195.216zm7.559 8.152L76.821 485.895l2.718 2.922 209.93-195.216zm7.567 8.136L84.388 494.031l2.717 2.922 209.93-195.216zm7.574 8.144L91.962 502.174l2.717 2.922 209.93-195.215zm7.566 8.146L99.528 510.321l2.718 2.922 209.93-195.216zm7.567 8.15L107.095 518.47l2.717 2.922 209.93-195.215zm7.566 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.146-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.15-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.921 209.93-195.215zm7.573 8.153L144.935 559.192l2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.559 8.143L160.061 575.47l2.717 2.922 209.93-195.215zm7.574 8.153-209.93 195.216 2.717 2.921 209.93-195.215zm7.567 8.137L175.201 591.76l2.717 2.922 209.93-195.215zm7.566 8.149L182.767 599.91l2.717 2.922 209.93-195.216zm7.556 8.147-209.93 195.215 2.718 2.922 209.93-195.215zm7.574 8.143L197.897 616.2l2.717 2.922 209.93-195.216zm7.559 8.143L205.457 624.342l2.717 2.922 209.93-195.215zm7.567 8.145-209.93 195.216 2.717 2.922 209.93-195.216zm7.574 8.144-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.136-209.93 195.215 2.717 2.922 209.93-195.216zm116.948-96.547L345.111 552.22l2.717 2.922 209.93-195.215zm7.567 8.135-209.93 195.216 2.717 2.922 209.93-195.216zm7.566 8.161-209.93 195.215 2.717 2.922 209.93-195.216zm7.566 8.135L367.811 576.652l2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.921 209.93-195.215zm7.566 8.16-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136L390.51 601.083l2.717 2.922 209.93-195.215zm7.573 8.144-209.93 195.215 2.718 2.922 209.93-195.216zm7.567 8.146L405.65 617.374l2.717 2.921 209.93-195.215zm7.56 8.143L413.21 625.516l2.717 2.922 209.93-195.215zm7.573 8.143L420.783 633.66l2.717 2.922 209.93-195.216zm7.567 8.146L428.35 641.805l2.717 2.922 209.93-195.215zm7.566 8.15-209.93 195.216 2.717 2.921 209.93-195.215zm7.567 8.136-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.146L451.05 666.238l2.717 2.922 209.93-195.216zm7.574 8.143L458.623 674.38l2.717 2.922 209.93-195.215zm7.559 8.141-209.93 195.216 2.717 2.922 209.93-195.216zm7.574 8.154-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.136L481.323 698.812l2.717 2.922 209.93-195.216zm7.567 8.15-209.93 195.215 2.717 2.922 209.93-195.215zm7.566 8.146-209.93 195.216 2.717 2.922 209.93-195.216zm7.567 8.136-209.93 195.216 2.717 2.922 209.93-195.216zm7.566 8.15-209.93 195.216 2.717 2.922L724.235 539.1z\" />\n </g>\n <path\n fill=\"#121212\"\n d=\"m448.26 107.995-222.24 20.52-93.34 202.72 128.89 182.2 222.24-20.52 93.34-202.72z\"\n />\n <path\n fill={props.color || theme.base.primary}\n d=\"m536.5 293.945-76.27 165.64-181.59 16.77-105.32-148.87 76.28-165.64 181.58-16.77z\"\n />\n <path\n fill=\"#fff\"\n d=\"m536.5 293.945-189.19 17.47-14.52-157.25 98.39-9.09z\"\n />\n <path\n fill=\"#121212\"\n d=\"m371.923 64-88.204 8.151 3.57 38.626 88.204-8.152z\"\n />\n <circle cx={275.97} cy={188.575} r={10} fill=\"#fff\" />\n <circle cx={246.97} cy={248.575} r={10} fill=\"#fff\" />\n <circle cx={215.97} cy={321.575} r={10} fill=\"#fff\" />\n <circle cx={258.97} cy={389.575} r={10} fill=\"#fff\" />\n <circle cx={295.97} cy={437.575} r={10} fill=\"#fff\" />\n <circle cx={367.97} cy={431.575} r={10} fill=\"#fff\" />\n <circle cx={435.97} cy={425.575} r={10} fill=\"#fff\" />\n <circle cx={467.97} cy={357.575} r={10} fill=\"#fff\" />\n <path fill=\"#121212\" d=\"M173 513H0v48h173z\" />\n <path\n fill={props.color || theme.base.primary}\n d=\"M700.37 84H513v48h187.37z\"\n />\n </svg>\n );\n};\nexport default StopwatchSticker;\n"],"names":[],"mappings":";;;AASA;AACE;AACA;AAUI;AAE0I;AASjI;AACK;AAOd;AAGA;AAGuF;AAIA;AAI7B;AAIF;AAEL;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACR;AAGZ;AAIrC;;;;"}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 TicketStickerOnDark = (props) => {
|
|
7
|
+
const theme = styled.useTheme();
|
|
8
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { fill: "none", viewBox: "0 0 700 600", width: props.size || "10em", height: props.size || "10em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M664.069 480.619h-235.67v48h235.67z" }),
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: props.color || theme.base.primary, d: "M251.5 96.225H36v48h215.5zM370.174 26l-79.74 144.74 265.87 147.05 79.74-144.74-118.7-63.4-81.39-45.03z" }),
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#121212", d: "m553.514 268.06-219.3-120.83 44.73-82.87 220.01 120.13-45.44 83.56zm-209.84-123.61 207.06 114.08 38.74-71.24-207.71-113.41z" }),
|
|
12
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#121212", d: "m388.423 92.22-27.11 47.62 180.7 97.62 26.44-45.53z" }),
|
|
13
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: props.color || theme.base.primary, d: "m69.474 426.26 265.88 147.03 79.74-144.75-265.88-147.03-79.74 144.74z" }),
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "m290.434 170.74 265.87 147.05-141.17 110.76-265.87-147.05z" }),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#121212", d: "m332.164 291.26-93.16-52.16 15.55-13.24 94.5 51.92zm107.1 14.98L273.084 210l14.34-12.33 166.97 96.79zM325.383 409.02l1.2 38.11 32.02 20.62-35.82 12.93-9.67 36.88-23.34-30.13-38 2.18 21.4-31.54-13.82-35.54 36.56 10.63z" })
|
|
16
|
+
] });
|
|
17
|
+
};
|
|
18
|
+
exports.default = TicketStickerOnDark;
|
|
19
|
+
//# sourceMappingURL=index104.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index104.cjs","sources":["../src/stickers/dist/TicketStickerOnDark.tsx"],"sourcesContent":["// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { useTheme } from \"styled-components\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst TicketStickerOnDark = (props: Props) => {\n const theme = useTheme();\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 700 600\"\n width={props.size || \"10em\"}\n height={props.size || \"10em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <path fill=\"#fff\" d=\"M664.069 480.619h-235.67v48h235.67z\" />\n <path\n fill={props.color || theme.base.primary}\n d=\"M251.5 96.225H36v48h215.5zM370.174 26l-79.74 144.74 265.87 147.05 79.74-144.74-118.7-63.4-81.39-45.03z\"\n />\n <path\n fill=\"#121212\"\n d=\"m553.514 268.06-219.3-120.83 44.73-82.87 220.01 120.13-45.44 83.56zm-209.84-123.61 207.06 114.08 38.74-71.24-207.71-113.41z\"\n />\n <path\n fill=\"#121212\"\n d=\"m388.423 92.22-27.11 47.62 180.7 97.62 26.44-45.53z\"\n />\n <path\n fill={props.color || theme.base.primary}\n d=\"m69.474 426.26 265.88 147.03 79.74-144.75-265.88-147.03-79.74 144.74z\"\n />\n <path\n fill=\"#fff\"\n d=\"m290.434 170.74 265.87 147.05-141.17 110.76-265.87-147.05z\"\n />\n <path\n fill=\"#121212\"\n d=\"m332.164 291.26-93.16-52.16 15.55-13.24 94.5 51.92zm107.1 14.98L273.084 210l14.34-12.33 166.97 96.79zM325.383 409.02l1.2 38.11 32.02 20.62-35.82 12.93-9.67 36.88-23.34-30.13-38 2.18 21.4-31.54-13.82-35.54 36.56 10.63z\"\n />\n </svg>\n );\n};\nexport default TicketStickerOnDark;\n"],"names":[],"mappings":";;;;;AASA;AACE;AACA;AAUI;AAAyD;AAGmD;AAIqB;AAIxE;AAIkB;AAIX;AAI+J;AAIrO;;"}
|
package/dist/index104.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
+
import { useTheme } from "styled-components";
|
|
4
|
+
const TicketStickerOnDark = (props) => {
|
|
5
|
+
const theme = useTheme();
|
|
6
|
+
return /* @__PURE__ */ jsxs("svg", { fill: "none", viewBox: "0 0 700 600", width: props.size || "10em", height: props.size || "10em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M664.069 480.619h-235.67v48h235.67z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: props.color || theme.base.primary, d: "M251.5 96.225H36v48h215.5zM370.174 26l-79.74 144.74 265.87 147.05 79.74-144.74-118.7-63.4-81.39-45.03z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#121212", d: "m553.514 268.06-219.3-120.83 44.73-82.87 220.01 120.13-45.44 83.56zm-209.84-123.61 207.06 114.08 38.74-71.24-207.71-113.41z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#121212", d: "m388.423 92.22-27.11 47.62 180.7 97.62 26.44-45.53z" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { fill: props.color || theme.base.primary, d: "m69.474 426.26 265.88 147.03 79.74-144.75-265.88-147.03-79.74 144.74z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m290.434 170.74 265.87 147.05-141.17 110.76-265.87-147.05z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "#121212", d: "m332.164 291.26-93.16-52.16 15.55-13.24 94.5 51.92zm107.1 14.98L273.084 210l14.34-12.33 166.97 96.79zM325.383 409.02l1.2 38.11 32.02 20.62-35.82 12.93-9.67 36.88-23.34-30.13-38 2.18 21.4-31.54-13.82-35.54 36.56 10.63z" })
|
|
14
|
+
] });
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
TicketStickerOnDark as default
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=index104.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index104.js","sources":["../src/stickers/dist/TicketStickerOnDark.tsx"],"sourcesContent":["// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { useTheme } from \"styled-components\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst TicketStickerOnDark = (props: Props) => {\n const theme = useTheme();\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 700 600\"\n width={props.size || \"10em\"}\n height={props.size || \"10em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <path fill=\"#fff\" d=\"M664.069 480.619h-235.67v48h235.67z\" />\n <path\n fill={props.color || theme.base.primary}\n d=\"M251.5 96.225H36v48h215.5zM370.174 26l-79.74 144.74 265.87 147.05 79.74-144.74-118.7-63.4-81.39-45.03z\"\n />\n <path\n fill=\"#121212\"\n d=\"m553.514 268.06-219.3-120.83 44.73-82.87 220.01 120.13-45.44 83.56zm-209.84-123.61 207.06 114.08 38.74-71.24-207.71-113.41z\"\n />\n <path\n fill=\"#121212\"\n d=\"m388.423 92.22-27.11 47.62 180.7 97.62 26.44-45.53z\"\n />\n <path\n fill={props.color || theme.base.primary}\n d=\"m69.474 426.26 265.88 147.03 79.74-144.75-265.88-147.03-79.74 144.74z\"\n />\n <path\n fill=\"#fff\"\n d=\"m290.434 170.74 265.87 147.05-141.17 110.76-265.87-147.05z\"\n />\n <path\n fill=\"#121212\"\n d=\"m332.164 291.26-93.16-52.16 15.55-13.24 94.5 51.92zm107.1 14.98L273.084 210l14.34-12.33 166.97 96.79zM325.383 409.02l1.2 38.11 32.02 20.62-35.82 12.93-9.67 36.88-23.34-30.13-38 2.18 21.4-31.54-13.82-35.54 36.56 10.63z\"\n />\n </svg>\n );\n};\nexport default TicketStickerOnDark;\n"],"names":[],"mappings":";;;AASA;AACE;AACA;AAUI;AAAyD;AAGmD;AAIqB;AAIxE;AAIkB;AAIX;AAI+J;AAIrO;;;;"}
|
|
@@ -0,0 +1,19 @@
|
|
|
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 TicketSticker = (props) => {
|
|
7
|
+
const theme = styled.useTheme();
|
|
8
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { fill: "none", viewBox: "0 0 700 600", width: props.size || "10em", height: props.size || "10em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#121212", d: "M664.069 480.619h-235.67v48h235.67z" }),
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: props.color || theme.base.primary, d: "M251.5 96.225H36v48h215.5zM370.174 26l-79.74 144.74 265.87 147.05 79.74-144.74-118.7-63.4-81.39-45.03z" }),
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "m553.514 268.06-219.3-120.83 44.73-82.87 220.01 120.13-45.44 83.56zm-209.84-123.61 207.06 114.08 38.74-71.24-207.71-113.41z" }),
|
|
12
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "m388.423 92.22-27.11 47.62 180.7 97.62 26.44-45.53z" }),
|
|
13
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: props.color || theme.base.primary, d: "m69.474 426.26 265.88 147.03 79.74-144.75-265.88-147.03-79.74 144.74z" }),
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#121212", d: "m290.434 170.74 265.87 147.05-141.17 110.76-265.87-147.05z" }),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "m332.164 291.26-93.16-52.16 15.55-13.24 94.5 51.92zm107.1 14.98L273.084 210l14.34-12.33 166.97 96.79zM325.383 409.02l1.2 38.11 32.02 20.62-35.82 12.93-9.67 36.88-23.34-30.13-38 2.18 21.4-31.54-13.82-35.54 36.56 10.63z" })
|
|
16
|
+
] });
|
|
17
|
+
};
|
|
18
|
+
exports.default = TicketSticker;
|
|
19
|
+
//# sourceMappingURL=index105.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index105.cjs","sources":["../src/stickers/dist/TicketSticker.tsx"],"sourcesContent":["// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { useTheme } from \"styled-components\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst TicketSticker = (props: Props) => {\n const theme = useTheme();\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 700 600\"\n width={props.size || \"10em\"}\n height={props.size || \"10em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <path fill=\"#121212\" d=\"M664.069 480.619h-235.67v48h235.67z\" />\n <path\n fill={props.color || theme.base.primary}\n d=\"M251.5 96.225H36v48h215.5zM370.174 26l-79.74 144.74 265.87 147.05 79.74-144.74-118.7-63.4-81.39-45.03z\"\n />\n <path\n fill=\"#fff\"\n d=\"m553.514 268.06-219.3-120.83 44.73-82.87 220.01 120.13-45.44 83.56zm-209.84-123.61 207.06 114.08 38.74-71.24-207.71-113.41z\"\n />\n <path\n fill=\"#fff\"\n d=\"m388.423 92.22-27.11 47.62 180.7 97.62 26.44-45.53z\"\n />\n <path\n fill={props.color || theme.base.primary}\n d=\"m69.474 426.26 265.88 147.03 79.74-144.75-265.88-147.03-79.74 144.74z\"\n />\n <path\n fill=\"#121212\"\n d=\"m290.434 170.74 265.87 147.05-141.17 110.76-265.87-147.05z\"\n />\n <path\n fill=\"#fff\"\n d=\"m332.164 291.26-93.16-52.16 15.55-13.24 94.5 51.92zm107.1 14.98L273.084 210l14.34-12.33 166.97 96.79zM325.383 409.02l1.2 38.11 32.02 20.62-35.82 12.93-9.67 36.88-23.34-30.13-38 2.18 21.4-31.54-13.82-35.54 36.56 10.63z\"\n />\n </svg>\n );\n};\nexport default TicketSticker;\n"],"names":[],"mappings":";;;;;AASA;AACE;AACA;AAUI;AAA4D;AAGgD;AAIqB;AAIxE;AAIkB;AAIX;AAI+J;AAIrO;;"}
|
package/dist/index105.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
+
import { useTheme } from "styled-components";
|
|
4
|
+
const TicketSticker = (props) => {
|
|
5
|
+
const theme = useTheme();
|
|
6
|
+
return /* @__PURE__ */ jsxs("svg", { fill: "none", viewBox: "0 0 700 600", width: props.size || "10em", height: props.size || "10em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#121212", d: "M664.069 480.619h-235.67v48h235.67z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: props.color || theme.base.primary, d: "M251.5 96.225H36v48h215.5zM370.174 26l-79.74 144.74 265.87 147.05 79.74-144.74-118.7-63.4-81.39-45.03z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m553.514 268.06-219.3-120.83 44.73-82.87 220.01 120.13-45.44 83.56zm-209.84-123.61 207.06 114.08 38.74-71.24-207.71-113.41z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m388.423 92.22-27.11 47.62 180.7 97.62 26.44-45.53z" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { fill: props.color || theme.base.primary, d: "m69.474 426.26 265.88 147.03 79.74-144.75-265.88-147.03-79.74 144.74z" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { fill: "#121212", d: "m290.434 170.74 265.87 147.05-141.17 110.76-265.87-147.05z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m332.164 291.26-93.16-52.16 15.55-13.24 94.5 51.92zm107.1 14.98L273.084 210l14.34-12.33 166.97 96.79zM325.383 409.02l1.2 38.11 32.02 20.62-35.82 12.93-9.67 36.88-23.34-30.13-38 2.18 21.4-31.54-13.82-35.54 36.56 10.63z" })
|
|
14
|
+
] });
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
TicketSticker as default
|
|
18
|
+
};
|
|
19
|
+
//# sourceMappingURL=index105.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index105.js","sources":["../src/stickers/dist/TicketSticker.tsx"],"sourcesContent":["// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { useTheme } from \"styled-components\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst TicketSticker = (props: Props) => {\n const theme = useTheme();\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 700 600\"\n width={props.size || \"10em\"}\n height={props.size || \"10em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <path fill=\"#121212\" d=\"M664.069 480.619h-235.67v48h235.67z\" />\n <path\n fill={props.color || theme.base.primary}\n d=\"M251.5 96.225H36v48h215.5zM370.174 26l-79.74 144.74 265.87 147.05 79.74-144.74-118.7-63.4-81.39-45.03z\"\n />\n <path\n fill=\"#fff\"\n d=\"m553.514 268.06-219.3-120.83 44.73-82.87 220.01 120.13-45.44 83.56zm-209.84-123.61 207.06 114.08 38.74-71.24-207.71-113.41z\"\n />\n <path\n fill=\"#fff\"\n d=\"m388.423 92.22-27.11 47.62 180.7 97.62 26.44-45.53z\"\n />\n <path\n fill={props.color || theme.base.primary}\n d=\"m69.474 426.26 265.88 147.03 79.74-144.75-265.88-147.03-79.74 144.74z\"\n />\n <path\n fill=\"#121212\"\n d=\"m290.434 170.74 265.87 147.05-141.17 110.76-265.87-147.05z\"\n />\n <path\n fill=\"#fff\"\n d=\"m332.164 291.26-93.16-52.16 15.55-13.24 94.5 51.92zm107.1 14.98L273.084 210l14.34-12.33 166.97 96.79zM325.383 409.02l1.2 38.11 32.02 20.62-35.82 12.93-9.67 36.88-23.34-30.13-38 2.18 21.4-31.54-13.82-35.54 36.56 10.63z\"\n />\n </svg>\n );\n};\nexport default TicketSticker;\n"],"names":[],"mappings":";;;AASA;AACE;AACA;AAUI;AAA4D;AAGgD;AAIqB;AAIxE;AAIkB;AAIX;AAI+J;AAIrO;;;;"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 TicketCollectionStickerOnDark = (props) => {
|
|
7
|
+
const theme = styled.useTheme();
|
|
8
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("svg", { fill: "none", viewBox: "0 0 700 600", width: props.size || "10em", height: props.size || "10em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
9
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M357.26 81.38v416.79l-179.07 31.5V41.88z" }),
|
|
10
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#121212", d: "M334.62 153.31v173.18l-31.66 1.91-54.37 3.3-47.77 2.9V153.31c0-42.75 39.56-74.54 81.32-65.32a66.7 66.7 0 0 1 37.73 23.42c.76.95 1.5 1.91 2.2 2.9a66.74 66.74 0 0 1 12.55 39" }),
|
|
11
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "a", width: 135, height: 249, x: 200, y: 86, maskUnits: "userSpaceOnUse", style: {
|
|
12
|
+
maskType: "luminance"
|
|
13
|
+
}, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M334.62 153.31v173.18l-31.66 1.91-54.37 3.3-47.77 2.9V153.31c0-42.75 39.56-74.54 81.32-65.32a66.7 66.7 0 0 1 37.73 23.42c.76.95 1.5 1.91 2.2 2.9a66.74 66.74 0 0 1 12.55 39" }) }),
|
|
14
|
+
/* @__PURE__ */ jsxRuntime.jsx("g", { fill: props.color || theme.base.primary, mask: "url(#a)", children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M349.74 206.439v45.56l-153.02 111.75v-45.57zm-4.54-10.55-148.49 108.44v-25.84l138.67-101.26a76.6 76.6 0 0 1 9.82 18.651z" }) }),
|
|
15
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: props.color || theme.base.primary, d: "M.36 81.38v416.79l179.07 31.5V41.88z" }),
|
|
16
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M151.93 427.04 27.86 410.95V186.74l124.07-27.36v267.67zM32.86 406.55l114.07 14.8V165.59L32.86 190.75z" }),
|
|
17
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "m85.05 247.54 15.4 32.06 37.23 4.17-27.13 27.63 6.61 38.28-31.27-19.72-27.53 14.54 4.7-33.91-20.93-23.64 29.03-6.07z" }),
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#121212", d: "m334.9 369.71-136.52 10.63v-16.2l136.52-10.63z" }),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: props.color || theme.base.primary, d: "m198.38 379.97 66.56 75.51h147.84l-77.88-87.1z" }),
|
|
20
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "m264.94 455.48 112.23-75.51H524l-90.68 75.51z" }),
|
|
21
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: props.color || theme.base.primary, d: "M656.42 570.33 523.89 379.97H377.17l94.69 190.36z" }),
|
|
22
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M573.74 480.28H446.63l-6.13-12.46h124zm-20.58 22.85H458l-6.16-12.63H545zm-65.2-51.73h-55.97l-26.94-55.41h55.97zm-52.84-5h44.85l-22.08-45.41h-44.85z" }),
|
|
23
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M472.07 440.9h-34.4l-16.73-34.41h34.41zm101.66 60.45 17.05 16.71 21.78 2.68-8.72 13 12.15 18.36-22.44-8.67-14.27 8.67-5.15-18.36-20.97-13 19.26-2.68z" }),
|
|
24
|
+
/* @__PURE__ */ jsxRuntime.jsx("mask", { id: "b", width: 127, height: 63, x: 231, y: 393, maskUnits: "userSpaceOnUse", style: {
|
|
25
|
+
maskType: "luminance"
|
|
26
|
+
}, children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "m357.26 393.37-125.6 24.36 33.28 37.75z" }) }),
|
|
27
|
+
/* @__PURE__ */ jsxRuntime.jsx("g", { fill: "#121212", mask: "url(#b)", children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m262.84 189.8-2.68-2L57.83 458.73l2.68 2 202.33-270.92zm6.9 5.15-2.93-2.19L64.48 463.68l2.93 2.19zm7.25 5.429-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.27 5.411-2.93-2.19L79 474.53l2.93 2.18zm7.26 5.44-2.93-2.18L86.26 479.97l2.93 2.18zm7.26 5.41-2.93-2.19L93.52 485.37l2.93 2.18 202.33-270.92zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.18zm7.25 5.41-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.43-2.93-2.19-202.33 270.92 2.93 2.18L320.55 232.9zm7.26 5.41-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.43-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.27 5.42-2.93-2.18-202.33 270.92 2.93 2.18zm7.25 5.419-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.421-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.41-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.18zm7.25 5.41-2.93-2.18-202.33 270.92 2.93 2.19L385.88 281.7zm7.27 5.429-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.421-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.19 202.33-270.92zm7.26 5.41L412 301.2 209.67 572.12l2.93 2.18zm7.25 5.43-2.93-2.19-202.33 270.92 2.93 2.19zm7.26 5.41-2.93-2.19-202.33 270.92 2.93 2.19zm7.27 5.42-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.19 202.33-270.92zm7.27 5.42-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.25 5.429-2.93-2.19L253.23 604.65l2.93 2.19zm7.25 5.41-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.421-2.93-2.19-202.33 270.92 2.93 2.18L473 346.74zm7.27 5.42-2.93-2.18-202.33 270.92 2.93 2.19 202.33-270.92zm7.25 5.43-2.93-2.18-202.33 270.92 2.93 2.18zm7.27 5.42-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.25 5.43-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.41-2.93-2.18L304.04 642.6l2.93 2.19L509.3 373.87zm7.26 5.42-2.93-2.18L311.3 648.02l2.93 2.18zm7.27 5.42-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.25 5.43-2.93-2.18-202.33 270.92 2.93 2.19 202.33-270.92z" }) }),
|
|
28
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "#fff", d: "M700 152H468v48h232z" }),
|
|
29
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: props.color || theme.base.primary, d: "M622 232H395v48h227zM356.84 69.81l57.78 45.57-50.65-5.09-30.32-3.05-114.2-11.49-40.7-53.94z" })
|
|
30
|
+
] });
|
|
31
|
+
};
|
|
32
|
+
exports.default = TicketCollectionStickerOnDark;
|
|
33
|
+
//# sourceMappingURL=index106.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index106.cjs","sources":["../src/stickers/dist/TicketCollectionStickerOnDark.tsx"],"sourcesContent":["// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { useTheme } from \"styled-components\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst TicketCollectionStickerOnDark = (props: Props) => {\n const theme = useTheme();\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 700 600\"\n width={props.size || \"10em\"}\n height={props.size || \"10em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <path fill=\"#fff\" d=\"M357.26 81.38v416.79l-179.07 31.5V41.88z\" />\n <path\n fill=\"#121212\"\n d=\"M334.62 153.31v173.18l-31.66 1.91-54.37 3.3-47.77 2.9V153.31c0-42.75 39.56-74.54 81.32-65.32a66.7 66.7 0 0 1 37.73 23.42c.76.95 1.5 1.91 2.2 2.9a66.74 66.74 0 0 1 12.55 39\"\n />\n <mask\n id=\"a\"\n width={135}\n height={249}\n x={200}\n y={86}\n maskUnits=\"userSpaceOnUse\"\n style={{\n maskType: \"luminance\",\n }}\n >\n <path\n fill=\"#fff\"\n d=\"M334.62 153.31v173.18l-31.66 1.91-54.37 3.3-47.77 2.9V153.31c0-42.75 39.56-74.54 81.32-65.32a66.7 66.7 0 0 1 37.73 23.42c.76.95 1.5 1.91 2.2 2.9a66.74 66.74 0 0 1 12.55 39\"\n />\n </mask>\n <g fill={props.color || theme.base.primary} mask=\"url(#a)\">\n <path d=\"M349.74 206.439v45.56l-153.02 111.75v-45.57zm-4.54-10.55-148.49 108.44v-25.84l138.67-101.26a76.6 76.6 0 0 1 9.82 18.651z\" />\n </g>\n <path\n fill={props.color || theme.base.primary}\n d=\"M.36 81.38v416.79l179.07 31.5V41.88z\"\n />\n <path\n fill=\"#fff\"\n d=\"M151.93 427.04 27.86 410.95V186.74l124.07-27.36v267.67zM32.86 406.55l114.07 14.8V165.59L32.86 190.75z\"\n />\n <path\n fill=\"#fff\"\n d=\"m85.05 247.54 15.4 32.06 37.23 4.17-27.13 27.63 6.61 38.28-31.27-19.72-27.53 14.54 4.7-33.91-20.93-23.64 29.03-6.07z\"\n />\n <path fill=\"#121212\" d=\"m334.9 369.71-136.52 10.63v-16.2l136.52-10.63z\" />\n <path\n fill={props.color || theme.base.primary}\n d=\"m198.38 379.97 66.56 75.51h147.84l-77.88-87.1z\"\n />\n <path fill=\"#fff\" d=\"m264.94 455.48 112.23-75.51H524l-90.68 75.51z\" />\n <path\n fill={props.color || theme.base.primary}\n d=\"M656.42 570.33 523.89 379.97H377.17l94.69 190.36z\"\n />\n <path\n fill=\"#fff\"\n d=\"M573.74 480.28H446.63l-6.13-12.46h124zm-20.58 22.85H458l-6.16-12.63H545zm-65.2-51.73h-55.97l-26.94-55.41h55.97zm-52.84-5h44.85l-22.08-45.41h-44.85z\"\n />\n <path\n fill=\"#fff\"\n d=\"M472.07 440.9h-34.4l-16.73-34.41h34.41zm101.66 60.45 17.05 16.71 21.78 2.68-8.72 13 12.15 18.36-22.44-8.67-14.27 8.67-5.15-18.36-20.97-13 19.26-2.68z\"\n />\n <mask\n id=\"b\"\n width={127}\n height={63}\n x={231}\n y={393}\n maskUnits=\"userSpaceOnUse\"\n style={{\n maskType: \"luminance\",\n }}\n >\n <path fill=\"#fff\" d=\"m357.26 393.37-125.6 24.36 33.28 37.75z\" />\n </mask>\n <g fill=\"#121212\" mask=\"url(#b)\">\n <path d=\"m262.84 189.8-2.68-2L57.83 458.73l2.68 2 202.33-270.92zm6.9 5.15-2.93-2.19L64.48 463.68l2.93 2.19zm7.25 5.429-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.27 5.411-2.93-2.19L79 474.53l2.93 2.18zm7.26 5.44-2.93-2.18L86.26 479.97l2.93 2.18zm7.26 5.41-2.93-2.19L93.52 485.37l2.93 2.18 202.33-270.92zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.18zm7.25 5.41-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.43-2.93-2.19-202.33 270.92 2.93 2.18L320.55 232.9zm7.26 5.41-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.43-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.27 5.42-2.93-2.18-202.33 270.92 2.93 2.18zm7.25 5.419-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.421-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.41-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.18zm7.25 5.41-2.93-2.18-202.33 270.92 2.93 2.19L385.88 281.7zm7.27 5.429-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.421-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.19 202.33-270.92zm7.26 5.41L412 301.2 209.67 572.12l2.93 2.18zm7.25 5.43-2.93-2.19-202.33 270.92 2.93 2.19zm7.26 5.41-2.93-2.19-202.33 270.92 2.93 2.19zm7.27 5.42-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.19 202.33-270.92zm7.27 5.42-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.25 5.429-2.93-2.19L253.23 604.65l2.93 2.19zm7.25 5.41-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.421-2.93-2.19-202.33 270.92 2.93 2.18L473 346.74zm7.27 5.42-2.93-2.18-202.33 270.92 2.93 2.19 202.33-270.92zm7.25 5.43-2.93-2.18-202.33 270.92 2.93 2.18zm7.27 5.42-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.25 5.43-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.41-2.93-2.18L304.04 642.6l2.93 2.19L509.3 373.87zm7.26 5.42-2.93-2.18L311.3 648.02l2.93 2.18zm7.27 5.42-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.25 5.43-2.93-2.18-202.33 270.92 2.93 2.19 202.33-270.92z\" />\n </g>\n <path fill=\"#fff\" d=\"M700 152H468v48h232z\" />\n <path\n fill={props.color || theme.base.primary}\n d=\"M622 232H395v48h227zM356.84 69.81l57.78 45.57-50.65-5.09-30.32-3.05-114.2-11.49-40.7-53.94z\"\n />\n </svg>\n );\n};\nexport default TicketCollectionStickerOnDark;\n"],"names":[],"mappings":";;;;;AASA;AACE;AACA;AAUI;AAA8D;AAGmH;AASxK;AACK;AAOd;AAGA;AAG0C;AAIiE;AAIe;AAEnD;AAGnB;AAEe;AAGZ;AAIkG;AAIE;AASlJ;AACK;AAId;AAGA;AAC0C;AAGuD;AAIvG;;"}
|
package/dist/index106.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
+
import { useTheme } from "styled-components";
|
|
4
|
+
const TicketCollectionStickerOnDark = (props) => {
|
|
5
|
+
const theme = useTheme();
|
|
6
|
+
return /* @__PURE__ */ jsxs("svg", { fill: "none", viewBox: "0 0 700 600", width: props.size || "10em", height: props.size || "10em", "aria-hidden": true, className: props.className, ...props, children: [
|
|
7
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M357.26 81.38v416.79l-179.07 31.5V41.88z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "#121212", d: "M334.62 153.31v173.18l-31.66 1.91-54.37 3.3-47.77 2.9V153.31c0-42.75 39.56-74.54 81.32-65.32a66.7 66.7 0 0 1 37.73 23.42c.76.95 1.5 1.91 2.2 2.9a66.74 66.74 0 0 1 12.55 39" }),
|
|
9
|
+
/* @__PURE__ */ jsx("mask", { id: "a", width: 135, height: 249, x: 200, y: 86, maskUnits: "userSpaceOnUse", style: {
|
|
10
|
+
maskType: "luminance"
|
|
11
|
+
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M334.62 153.31v173.18l-31.66 1.91-54.37 3.3-47.77 2.9V153.31c0-42.75 39.56-74.54 81.32-65.32a66.7 66.7 0 0 1 37.73 23.42c.76.95 1.5 1.91 2.2 2.9a66.74 66.74 0 0 1 12.55 39" }) }),
|
|
12
|
+
/* @__PURE__ */ jsx("g", { fill: props.color || theme.base.primary, mask: "url(#a)", children: /* @__PURE__ */ jsx("path", { d: "M349.74 206.439v45.56l-153.02 111.75v-45.57zm-4.54-10.55-148.49 108.44v-25.84l138.67-101.26a76.6 76.6 0 0 1 9.82 18.651z" }) }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { fill: props.color || theme.base.primary, d: "M.36 81.38v416.79l179.07 31.5V41.88z" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M151.93 427.04 27.86 410.95V186.74l124.07-27.36v267.67zM32.86 406.55l114.07 14.8V165.59L32.86 190.75z" }),
|
|
15
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m85.05 247.54 15.4 32.06 37.23 4.17-27.13 27.63 6.61 38.28-31.27-19.72-27.53 14.54 4.7-33.91-20.93-23.64 29.03-6.07z" }),
|
|
16
|
+
/* @__PURE__ */ jsx("path", { fill: "#121212", d: "m334.9 369.71-136.52 10.63v-16.2l136.52-10.63z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { fill: props.color || theme.base.primary, d: "m198.38 379.97 66.56 75.51h147.84l-77.88-87.1z" }),
|
|
18
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "m264.94 455.48 112.23-75.51H524l-90.68 75.51z" }),
|
|
19
|
+
/* @__PURE__ */ jsx("path", { fill: props.color || theme.base.primary, d: "M656.42 570.33 523.89 379.97H377.17l94.69 190.36z" }),
|
|
20
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M573.74 480.28H446.63l-6.13-12.46h124zm-20.58 22.85H458l-6.16-12.63H545zm-65.2-51.73h-55.97l-26.94-55.41h55.97zm-52.84-5h44.85l-22.08-45.41h-44.85z" }),
|
|
21
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M472.07 440.9h-34.4l-16.73-34.41h34.41zm101.66 60.45 17.05 16.71 21.78 2.68-8.72 13 12.15 18.36-22.44-8.67-14.27 8.67-5.15-18.36-20.97-13 19.26-2.68z" }),
|
|
22
|
+
/* @__PURE__ */ jsx("mask", { id: "b", width: 127, height: 63, x: 231, y: 393, maskUnits: "userSpaceOnUse", style: {
|
|
23
|
+
maskType: "luminance"
|
|
24
|
+
}, children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "m357.26 393.37-125.6 24.36 33.28 37.75z" }) }),
|
|
25
|
+
/* @__PURE__ */ jsx("g", { fill: "#121212", mask: "url(#b)", children: /* @__PURE__ */ jsx("path", { d: "m262.84 189.8-2.68-2L57.83 458.73l2.68 2 202.33-270.92zm6.9 5.15-2.93-2.19L64.48 463.68l2.93 2.19zm7.25 5.429-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.27 5.411-2.93-2.19L79 474.53l2.93 2.18zm7.26 5.44-2.93-2.18L86.26 479.97l2.93 2.18zm7.26 5.41-2.93-2.19L93.52 485.37l2.93 2.18 202.33-270.92zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.18zm7.25 5.41-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.43-2.93-2.19-202.33 270.92 2.93 2.18L320.55 232.9zm7.26 5.41-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.43-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.27 5.42-2.93-2.18-202.33 270.92 2.93 2.18zm7.25 5.419-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.421-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.41-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.18zm7.25 5.41-2.93-2.18-202.33 270.92 2.93 2.19L385.88 281.7zm7.27 5.429-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.421-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.19 202.33-270.92zm7.26 5.41L412 301.2 209.67 572.12l2.93 2.18zm7.25 5.43-2.93-2.19-202.33 270.92 2.93 2.19zm7.26 5.41-2.93-2.19-202.33 270.92 2.93 2.19zm7.27 5.42-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.19 202.33-270.92zm7.27 5.42-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.25 5.429-2.93-2.19L253.23 604.65l2.93 2.19zm7.25 5.41-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.421-2.93-2.19-202.33 270.92 2.93 2.18L473 346.74zm7.27 5.42-2.93-2.18-202.33 270.92 2.93 2.19 202.33-270.92zm7.25 5.43-2.93-2.18-202.33 270.92 2.93 2.18zm7.27 5.42-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.25 5.43-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.41-2.93-2.18L304.04 642.6l2.93 2.19L509.3 373.87zm7.26 5.42-2.93-2.18L311.3 648.02l2.93 2.18zm7.27 5.42-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.25 5.43-2.93-2.18-202.33 270.92 2.93 2.19 202.33-270.92z" }) }),
|
|
26
|
+
/* @__PURE__ */ jsx("path", { fill: "#fff", d: "M700 152H468v48h232z" }),
|
|
27
|
+
/* @__PURE__ */ jsx("path", { fill: props.color || theme.base.primary, d: "M622 232H395v48h227zM356.84 69.81l57.78 45.57-50.65-5.09-30.32-3.05-114.2-11.49-40.7-53.94z" })
|
|
28
|
+
] });
|
|
29
|
+
};
|
|
30
|
+
export {
|
|
31
|
+
TicketCollectionStickerOnDark as default
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=index106.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index106.js","sources":["../src/stickers/dist/TicketCollectionStickerOnDark.tsx"],"sourcesContent":["// This file is automatically generated from SVG file\n// Do not modify manually\n\"use client\";\nimport * as React from \"react\";\nimport type { SVGProps } from \"react\";\nimport { useTheme } from \"styled-components\";\ntype Props = SVGProps<SVGSVGElement> & {\n size?: string,\n};\nconst TicketCollectionStickerOnDark = (props: Props) => {\n const theme = useTheme();\n return (\n <svg\n fill=\"none\"\n viewBox=\"0 0 700 600\"\n width={props.size || \"10em\"}\n height={props.size || \"10em\"}\n aria-hidden={true}\n className={props.className}\n {...props}\n >\n <path fill=\"#fff\" d=\"M357.26 81.38v416.79l-179.07 31.5V41.88z\" />\n <path\n fill=\"#121212\"\n d=\"M334.62 153.31v173.18l-31.66 1.91-54.37 3.3-47.77 2.9V153.31c0-42.75 39.56-74.54 81.32-65.32a66.7 66.7 0 0 1 37.73 23.42c.76.95 1.5 1.91 2.2 2.9a66.74 66.74 0 0 1 12.55 39\"\n />\n <mask\n id=\"a\"\n width={135}\n height={249}\n x={200}\n y={86}\n maskUnits=\"userSpaceOnUse\"\n style={{\n maskType: \"luminance\",\n }}\n >\n <path\n fill=\"#fff\"\n d=\"M334.62 153.31v173.18l-31.66 1.91-54.37 3.3-47.77 2.9V153.31c0-42.75 39.56-74.54 81.32-65.32a66.7 66.7 0 0 1 37.73 23.42c.76.95 1.5 1.91 2.2 2.9a66.74 66.74 0 0 1 12.55 39\"\n />\n </mask>\n <g fill={props.color || theme.base.primary} mask=\"url(#a)\">\n <path d=\"M349.74 206.439v45.56l-153.02 111.75v-45.57zm-4.54-10.55-148.49 108.44v-25.84l138.67-101.26a76.6 76.6 0 0 1 9.82 18.651z\" />\n </g>\n <path\n fill={props.color || theme.base.primary}\n d=\"M.36 81.38v416.79l179.07 31.5V41.88z\"\n />\n <path\n fill=\"#fff\"\n d=\"M151.93 427.04 27.86 410.95V186.74l124.07-27.36v267.67zM32.86 406.55l114.07 14.8V165.59L32.86 190.75z\"\n />\n <path\n fill=\"#fff\"\n d=\"m85.05 247.54 15.4 32.06 37.23 4.17-27.13 27.63 6.61 38.28-31.27-19.72-27.53 14.54 4.7-33.91-20.93-23.64 29.03-6.07z\"\n />\n <path fill=\"#121212\" d=\"m334.9 369.71-136.52 10.63v-16.2l136.52-10.63z\" />\n <path\n fill={props.color || theme.base.primary}\n d=\"m198.38 379.97 66.56 75.51h147.84l-77.88-87.1z\"\n />\n <path fill=\"#fff\" d=\"m264.94 455.48 112.23-75.51H524l-90.68 75.51z\" />\n <path\n fill={props.color || theme.base.primary}\n d=\"M656.42 570.33 523.89 379.97H377.17l94.69 190.36z\"\n />\n <path\n fill=\"#fff\"\n d=\"M573.74 480.28H446.63l-6.13-12.46h124zm-20.58 22.85H458l-6.16-12.63H545zm-65.2-51.73h-55.97l-26.94-55.41h55.97zm-52.84-5h44.85l-22.08-45.41h-44.85z\"\n />\n <path\n fill=\"#fff\"\n d=\"M472.07 440.9h-34.4l-16.73-34.41h34.41zm101.66 60.45 17.05 16.71 21.78 2.68-8.72 13 12.15 18.36-22.44-8.67-14.27 8.67-5.15-18.36-20.97-13 19.26-2.68z\"\n />\n <mask\n id=\"b\"\n width={127}\n height={63}\n x={231}\n y={393}\n maskUnits=\"userSpaceOnUse\"\n style={{\n maskType: \"luminance\",\n }}\n >\n <path fill=\"#fff\" d=\"m357.26 393.37-125.6 24.36 33.28 37.75z\" />\n </mask>\n <g fill=\"#121212\" mask=\"url(#b)\">\n <path d=\"m262.84 189.8-2.68-2L57.83 458.73l2.68 2 202.33-270.92zm6.9 5.15-2.93-2.19L64.48 463.68l2.93 2.19zm7.25 5.429-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.27 5.411-2.93-2.19L79 474.53l2.93 2.18zm7.26 5.44-2.93-2.18L86.26 479.97l2.93 2.18zm7.26 5.41-2.93-2.19L93.52 485.37l2.93 2.18 202.33-270.92zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.18zm7.25 5.41-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.43-2.93-2.19-202.33 270.92 2.93 2.18L320.55 232.9zm7.26 5.41-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.43-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.27 5.42-2.93-2.18-202.33 270.92 2.93 2.18zm7.25 5.419-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.421-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.41-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.18zm7.25 5.41-2.93-2.18-202.33 270.92 2.93 2.19L385.88 281.7zm7.27 5.429-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.421-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.19 202.33-270.92zm7.26 5.41L412 301.2 209.67 572.12l2.93 2.18zm7.25 5.43-2.93-2.19-202.33 270.92 2.93 2.19zm7.26 5.41-2.93-2.19-202.33 270.92 2.93 2.19zm7.27 5.42-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.43-2.93-2.18-202.33 270.92 2.93 2.19 202.33-270.92zm7.27 5.42-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.25 5.429-2.93-2.19L253.23 604.65l2.93 2.19zm7.25 5.41-2.93-2.18-202.33 270.92 2.93 2.18zm7.26 5.421-2.93-2.19-202.33 270.92 2.93 2.18L473 346.74zm7.27 5.42-2.93-2.18-202.33 270.92 2.93 2.19 202.33-270.92zm7.25 5.43-2.93-2.18-202.33 270.92 2.93 2.18zm7.27 5.42-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.25 5.43-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.26 5.41-2.93-2.18L304.04 642.6l2.93 2.19L509.3 373.87zm7.26 5.42-2.93-2.18L311.3 648.02l2.93 2.18zm7.27 5.42-2.93-2.19-202.33 270.92 2.93 2.18 202.33-270.92zm7.25 5.43-2.93-2.18-202.33 270.92 2.93 2.19 202.33-270.92z\" />\n </g>\n <path fill=\"#fff\" d=\"M700 152H468v48h232z\" />\n <path\n fill={props.color || theme.base.primary}\n d=\"M622 232H395v48h227zM356.84 69.81l57.78 45.57-50.65-5.09-30.32-3.05-114.2-11.49-40.7-53.94z\"\n />\n </svg>\n );\n};\nexport default TicketCollectionStickerOnDark;\n"],"names":[],"mappings":";;;AASA;AACE;AACA;AAUI;AAA8D;AAGmH;AASxK;AACK;AAOd;AAGA;AAG0C;AAIiE;AAIe;AAEnD;AAGnB;AAEe;AAGZ;AAIkG;AAIE;AASlJ;AACK;AAId;AAGA;AAC0C;AAGuD;AAIvG;;;;"}
|