@ikas/component-cli 0.132.0 → 1.1.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/dist/commands/config.d.ts.map +1 -1
- package/dist/commands/config.js +43 -1
- package/dist/commands/config.js.map +1 -1
- package/dist/commands/create.d.ts +8 -3
- package/dist/commands/create.d.ts.map +1 -1
- package/dist/commands/create.js +8 -227
- package/dist/commands/create.js.map +1 -1
- package/dist/commands/dev.d.ts.map +1 -1
- package/dist/commands/dev.js +134 -32
- package/dist/commands/dev.js.map +1 -1
- package/dist/commands/proxy.js +1 -1
- package/dist/commands/proxy.js.map +1 -1
- package/dist/utils/component-helpers.d.ts +13 -0
- package/dist/utils/component-helpers.d.ts.map +1 -1
- package/dist/utils/component-helpers.js +52 -0
- package/dist/utils/component-helpers.js.map +1 -1
- package/dist/utils/websocket-server.d.ts +12 -0
- package/dist/utils/websocket-server.d.ts.map +1 -1
- package/dist/utils/websocket-server.js +25 -0
- package/dist/utils/websocket-server.js.map +1 -1
- package/package.json +4 -5
- package/bin/create-ikas-component.js +0 -8
- package/templates/create/README.md +0 -50
- package/templates/create/claude-md +0 -275
- package/templates/create/cursorrules +0 -123
- package/templates/create/gitignore +0 -6
- package/templates/create/ikas.config.json +0 -95
- package/templates/create/mcp.json +0 -10
- package/templates/create/package.json +0 -22
- package/templates/create/src/components/ExampleComponent/index.tsx +0 -22
- package/templates/create/src/components/ExampleComponent/styles.css +0 -36
- package/templates/create/src/components/ExampleComponent/types.ts +0 -7
- package/templates/create/src/components/ExampleSection/index.tsx +0 -14
- package/templates/create/src/components/ExampleSection/styles.css +0 -29
- package/templates/create/src/components/ExampleSection/types.ts +0 -6
- package/templates/create/src/components/index.ts +0 -2
- package/templates/create/src/global-types.ts +0 -5
- package/templates/create/src/global.css +0 -29
- package/templates/create/src/ikas-component-utils.d.ts +0 -3
- package/templates/create/tsconfig.json +0 -30
- package/templates/create/vite.config.ts +0 -15
- package/templates/create-full/README.md +0 -78
- package/templates/create-full/claude-md +0 -752
- package/templates/create-full/cursorrules +0 -117
- package/templates/create-full/gitignore +0 -4
- package/templates/create-full/ikas.config.json +0 -5009
- package/templates/create-full/mcp.json +0 -10
- package/templates/create-full/package.json +0 -23
- package/templates/create-full/src/components/AccountAddresses/components/AddressCard/index.tsx +0 -55
- package/templates/create-full/src/components/AccountAddresses/components/AddressCard/styles.css +0 -46
- package/templates/create-full/src/components/AccountAddresses/components/AddressModal/index.tsx +0 -298
- package/templates/create-full/src/components/AccountAddresses/components/AddressModal/styles.css +0 -23
- package/templates/create-full/src/components/AccountAddresses/index.tsx +0 -127
- package/templates/create-full/src/components/AccountAddresses/styles.css +0 -41
- package/templates/create-full/src/components/AccountAddresses/types.ts +0 -15
- package/templates/create-full/src/components/AccountFavorites/index.tsx +0 -82
- package/templates/create-full/src/components/AccountFavorites/styles.css +0 -52
- package/templates/create-full/src/components/AccountFavorites/types.ts +0 -7
- package/templates/create-full/src/components/AccountInfo/components/AccountSidebar/index.tsx +0 -171
- package/templates/create-full/src/components/AccountInfo/components/AccountSidebar/styles.css +0 -144
- package/templates/create-full/src/components/AccountInfo/index.tsx +0 -91
- package/templates/create-full/src/components/AccountInfo/styles.css +0 -35
- package/templates/create-full/src/components/AccountInfo/types.ts +0 -9
- package/templates/create-full/src/components/AccountInfoContent/index.tsx +0 -134
- package/templates/create-full/src/components/AccountInfoContent/styles.css +0 -57
- package/templates/create-full/src/components/AccountInfoContent/types.ts +0 -8
- package/templates/create-full/src/components/AccountOrderDetail/components/OrderHeader/index.tsx +0 -78
- package/templates/create-full/src/components/AccountOrderDetail/components/OrderHeader/styles.css +0 -46
- package/templates/create-full/src/components/AccountOrderDetail/components/OrderItemRow/index.tsx +0 -20
- package/templates/create-full/src/components/AccountOrderDetail/components/OrderItemRow/styles.css +0 -16
- package/templates/create-full/src/components/AccountOrderDetail/components/OrderLineItemDisplay/index.tsx +0 -112
- package/templates/create-full/src/components/AccountOrderDetail/components/OrderLineItemDisplay/styles.css +0 -86
- package/templates/create-full/src/components/AccountOrderDetail/components/OrderSidebar/index.tsx +0 -195
- package/templates/create-full/src/components/AccountOrderDetail/components/OrderSidebar/styles.css +0 -93
- package/templates/create-full/src/components/AccountOrderDetail/components/PackageGroup/index.tsx +0 -156
- package/templates/create-full/src/components/AccountOrderDetail/components/PackageGroup/styles.css +0 -100
- package/templates/create-full/src/components/AccountOrderDetail/components/ReturnItemRow/index.tsx +0 -56
- package/templates/create-full/src/components/AccountOrderDetail/components/ReturnItemRow/styles.css +0 -57
- package/templates/create-full/src/components/AccountOrderDetail/components/ReturnView/index.tsx +0 -159
- package/templates/create-full/src/components/AccountOrderDetail/components/ReturnView/styles.css +0 -29
- package/templates/create-full/src/components/AccountOrderDetail/index.tsx +0 -244
- package/templates/create-full/src/components/AccountOrderDetail/styles.css +0 -125
- package/templates/create-full/src/components/AccountOrderDetail/types.ts +0 -32
- package/templates/create-full/src/components/AccountOrders/components/OrderCard/index.tsx +0 -122
- package/templates/create-full/src/components/AccountOrders/components/OrderCard/styles.css +0 -114
- package/templates/create-full/src/components/AccountOrders/index.tsx +0 -105
- package/templates/create-full/src/components/AccountOrders/styles.css +0 -36
- package/templates/create-full/src/components/AccountOrders/types.ts +0 -11
- package/templates/create-full/src/components/Announcement/index.tsx +0 -11
- package/templates/create-full/src/components/Announcement/styles.css +0 -4
- package/templates/create-full/src/components/Announcement/types.ts +0 -4
- package/templates/create-full/src/components/Announcements/index.tsx +0 -91
- package/templates/create-full/src/components/Announcements/styles.css +0 -46
- package/templates/create-full/src/components/Announcements/types.ts +0 -8
- package/templates/create-full/src/components/BlogHome/components/BlogCard/index.tsx +0 -89
- package/templates/create-full/src/components/BlogHome/components/BlogCard/styles.css +0 -121
- package/templates/create-full/src/components/BlogHome/index.tsx +0 -124
- package/templates/create-full/src/components/BlogHome/styles.css +0 -118
- package/templates/create-full/src/components/BlogHome/types.ts +0 -15
- package/templates/create-full/src/components/BlogPost/index.tsx +0 -128
- package/templates/create-full/src/components/BlogPost/styles.css +0 -120
- package/templates/create-full/src/components/BlogPost/types.ts +0 -12
- package/templates/create-full/src/components/CardProductName/index.tsx +0 -25
- package/templates/create-full/src/components/CardProductName/styles.css +0 -22
- package/templates/create-full/src/components/CardProductName/types.ts +0 -7
- package/templates/create-full/src/components/CardProductPrice/index.tsx +0 -30
- package/templates/create-full/src/components/CardProductPrice/styles.css +0 -13
- package/templates/create-full/src/components/CardProductPrice/types.ts +0 -6
- package/templates/create-full/src/components/CardProductVariants/index.tsx +0 -10
- package/templates/create-full/src/components/CardProductVariants/styles.css +0 -1
- package/templates/create-full/src/components/CardProductVariants/types.ts +0 -6
- package/templates/create-full/src/components/CartPage/components/CouponCode/index.tsx +0 -108
- package/templates/create-full/src/components/CartPage/components/CouponCode/styles.css +0 -68
- package/templates/create-full/src/components/CartPage/components/EmptyState/index.tsx +0 -31
- package/templates/create-full/src/components/CartPage/components/EmptyState/styles.css +0 -18
- package/templates/create-full/src/components/CartPage/components/OrderSummary/index.tsx +0 -106
- package/templates/create-full/src/components/CartPage/components/OrderSummary/styles.css +0 -70
- package/templates/create-full/src/components/CartPage/index.tsx +0 -107
- package/templates/create-full/src/components/CartPage/styles.css +0 -54
- package/templates/create-full/src/components/CartPage/types.ts +0 -16
- package/templates/create-full/src/components/CategoryImageItem/components/Card/index.tsx +0 -64
- package/templates/create-full/src/components/CategoryImageItem/components/Card/styles.css +0 -56
- package/templates/create-full/src/components/CategoryImageItem/index.tsx +0 -64
- package/templates/create-full/src/components/CategoryImageItem/styles.css +0 -10
- package/templates/create-full/src/components/CategoryImageItem/types.ts +0 -16
- package/templates/create-full/src/components/CategoryImages/index.tsx +0 -62
- package/templates/create-full/src/components/CategoryImages/styles.css +0 -38
- package/templates/create-full/src/components/CategoryImages/types.ts +0 -11
- package/templates/create-full/src/components/CategoryList/components/CategoryListControls/index.tsx +0 -129
- package/templates/create-full/src/components/CategoryList/components/CategoryListControls/styles.css +0 -99
- package/templates/create-full/src/components/CategoryList/components/FilterBoxValues/index.tsx +0 -42
- package/templates/create-full/src/components/CategoryList/components/FilterBoxValues/styles.css +0 -27
- package/templates/create-full/src/components/CategoryList/components/FilterCategoryList/index.tsx +0 -43
- package/templates/create-full/src/components/CategoryList/components/FilterCategoryList/styles.css +0 -20
- package/templates/create-full/src/components/CategoryList/components/FilterGroupValues/index.tsx +0 -114
- package/templates/create-full/src/components/CategoryList/components/FilterGroupValues/styles.css +0 -1
- package/templates/create-full/src/components/CategoryList/components/FilterListValues/index.tsx +0 -54
- package/templates/create-full/src/components/CategoryList/components/FilterListValues/styles.css +0 -22
- package/templates/create-full/src/components/CategoryList/components/FilterRangeListValues/index.tsx +0 -50
- package/templates/create-full/src/components/CategoryList/components/FilterRangeListValues/styles.css +0 -25
- package/templates/create-full/src/components/CategoryList/components/FilterRangeValues/index.tsx +0 -189
- package/templates/create-full/src/components/CategoryList/components/FilterRangeValues/styles.css +0 -89
- package/templates/create-full/src/components/CategoryList/components/FilterSidebar/index.tsx +0 -92
- package/templates/create-full/src/components/CategoryList/components/FilterSidebar/styles.css +0 -27
- package/templates/create-full/src/components/CategoryList/components/FilterSwatchValues/index.tsx +0 -63
- package/templates/create-full/src/components/CategoryList/components/FilterSwatchValues/styles.css +0 -48
- package/templates/create-full/src/components/CategoryList/components/MobileFilterModal/index.tsx +0 -146
- package/templates/create-full/src/components/CategoryList/components/MobileFilterModal/styles.css +0 -133
- package/templates/create-full/src/components/CategoryList/index.tsx +0 -333
- package/templates/create-full/src/components/CategoryList/styles.css +0 -110
- package/templates/create-full/src/components/CategoryList/types.ts +0 -30
- package/templates/create-full/src/components/CollapsibleContent/index.tsx +0 -23
- package/templates/create-full/src/components/CollapsibleContent/styles.css +0 -11
- package/templates/create-full/src/components/CollapsibleContent/types.ts +0 -6
- package/templates/create-full/src/components/CookieBar/index.tsx +0 -78
- package/templates/create-full/src/components/CookieBar/styles.css +0 -111
- package/templates/create-full/src/components/CookieBar/types.ts +0 -10
- package/templates/create-full/src/components/CustomerEmailVerification/index.tsx +0 -168
- package/templates/create-full/src/components/CustomerEmailVerification/styles.css +0 -118
- package/templates/create-full/src/components/CustomerEmailVerification/types.ts +0 -17
- package/templates/create-full/src/components/FeatureItem/index.tsx +0 -27
- package/templates/create-full/src/components/FeatureItem/styles.css +0 -19
- package/templates/create-full/src/components/FeatureItem/types.ts +0 -7
- package/templates/create-full/src/components/Features/index.tsx +0 -25
- package/templates/create-full/src/components/Features/styles.css +0 -39
- package/templates/create-full/src/components/Features/types.ts +0 -5
- package/templates/create-full/src/components/Footer/index.tsx +0 -154
- package/templates/create-full/src/components/Footer/styles.css +0 -175
- package/templates/create-full/src/components/Footer/types.ts +0 -15
- package/templates/create-full/src/components/ForgotPassword/components/ForgotPasswordForm/index.tsx +0 -129
- package/templates/create-full/src/components/ForgotPassword/components/ForgotPasswordForm/styles.css +0 -0
- package/templates/create-full/src/components/ForgotPassword/index.tsx +0 -30
- package/templates/create-full/src/components/ForgotPassword/styles.css +0 -85
- package/templates/create-full/src/components/ForgotPassword/types.ts +0 -13
- package/templates/create-full/src/components/Header/index.tsx +0 -46
- package/templates/create-full/src/components/Header/styles.css +0 -4
- package/templates/create-full/src/components/Header/types.ts +0 -4
- package/templates/create-full/src/components/HeroSlider/index.tsx +0 -110
- package/templates/create-full/src/components/HeroSlider/styles.css +0 -129
- package/templates/create-full/src/components/HeroSlider/types.ts +0 -9
- package/templates/create-full/src/components/HeroSliderItem/index.tsx +0 -231
- package/templates/create-full/src/components/HeroSliderItem/styles.css +0 -152
- package/templates/create-full/src/components/HeroSliderItem/types.ts +0 -34
- package/templates/create-full/src/components/Login/components/LoginForm/index.tsx +0 -181
- package/templates/create-full/src/components/Login/components/LoginForm/styles.css +0 -0
- package/templates/create-full/src/components/Login/index.tsx +0 -37
- package/templates/create-full/src/components/Login/styles.css +0 -129
- package/templates/create-full/src/components/Login/types.ts +0 -18
- package/templates/create-full/src/components/Navbar/components/CartSidebar/index.tsx +0 -203
- package/templates/create-full/src/components/Navbar/components/CartSidebar/styles.css +0 -175
- package/templates/create-full/src/components/Navbar/components/MobileMenu/index.tsx +0 -198
- package/templates/create-full/src/components/Navbar/components/MobileMenu/styles.css +0 -122
- package/templates/create-full/src/components/Navbar/components/NavItem/index.tsx +0 -65
- package/templates/create-full/src/components/Navbar/components/SearchModal/index.tsx +0 -339
- package/templates/create-full/src/components/Navbar/components/SearchModal/styles.css +0 -191
- package/templates/create-full/src/components/Navbar/index.tsx +0 -254
- package/templates/create-full/src/components/Navbar/styles.css +0 -254
- package/templates/create-full/src/components/Navbar/types.ts +0 -42
- package/templates/create-full/src/components/NotFound/index.tsx +0 -39
- package/templates/create-full/src/components/NotFound/styles.css +0 -46
- package/templates/create-full/src/components/NotFound/types.ts +0 -8
- package/templates/create-full/src/components/ProductDetail/components/ProductGallery/index.tsx +0 -316
- package/templates/create-full/src/components/ProductDetail/components/ProductGallery/styles.css +0 -213
- package/templates/create-full/src/components/ProductDetail/index.tsx +0 -92
- package/templates/create-full/src/components/ProductDetail/styles.css +0 -58
- package/templates/create-full/src/components/ProductDetail/types.ts +0 -12
- package/templates/create-full/src/components/ProductDetailAddToCart/components/PayWithIkas/index.tsx +0 -34
- package/templates/create-full/src/components/ProductDetailAddToCart/components/PayWithIkas/styles.css +0 -4
- package/templates/create-full/src/components/ProductDetailAddToCart/index.tsx +0 -146
- package/templates/create-full/src/components/ProductDetailAddToCart/styles.css +0 -27
- package/templates/create-full/src/components/ProductDetailAddToCart/types.ts +0 -18
- package/templates/create-full/src/components/ProductDetailBundleFurniture/components/BundleFurnitureRow/index.tsx +0 -164
- package/templates/create-full/src/components/ProductDetailBundleFurniture/components/BundleFurnitureSection/index.tsx +0 -134
- package/templates/create-full/src/components/ProductDetailBundleFurniture/components/BundleFurnitureSection/styles.css +0 -188
- package/templates/create-full/src/components/ProductDetailBundleFurniture/index.tsx +0 -61
- package/templates/create-full/src/components/ProductDetailBundleFurniture/styles.css +0 -12
- package/templates/create-full/src/components/ProductDetailBundleFurniture/types.ts +0 -21
- package/templates/create-full/src/components/ProductDetailBundleProduct/components/BundleProductItem/index.tsx +0 -169
- package/templates/create-full/src/components/ProductDetailBundleProduct/components/BundleProductItem/styles.css +0 -141
- package/templates/create-full/src/components/ProductDetailBundleProduct/components/BundleSkeletonLoading/index.tsx +0 -35
- package/templates/create-full/src/components/ProductDetailBundleProduct/components/BundleSkeletonLoading/styles.css +0 -85
- package/templates/create-full/src/components/ProductDetailBundleProduct/components/FurnitureRow/index.tsx +0 -51
- package/templates/create-full/src/components/ProductDetailBundleProduct/components/FurnitureRow/styles.css +0 -30
- package/templates/create-full/src/components/ProductDetailBundleProduct/components/FurnitureView/index.tsx +0 -54
- package/templates/create-full/src/components/ProductDetailBundleProduct/components/FurnitureView/styles.css +0 -22
- package/templates/create-full/src/components/ProductDetailBundleProduct/index.tsx +0 -101
- package/templates/create-full/src/components/ProductDetailBundleProduct/styles.css +0 -20
- package/templates/create-full/src/components/ProductDetailBundleProduct/types.ts +0 -18
- package/templates/create-full/src/components/ProductDetailDescription/index.tsx +0 -56
- package/templates/create-full/src/components/ProductDetailDescription/styles.css +0 -21
- package/templates/create-full/src/components/ProductDetailDescription/types.ts +0 -13
- package/templates/create-full/src/components/ProductDetailFeatureItem/index.tsx +0 -28
- package/templates/create-full/src/components/ProductDetailFeatureItem/styles.css +0 -22
- package/templates/create-full/src/components/ProductDetailFeatureItem/types.ts +0 -7
- package/templates/create-full/src/components/ProductDetailFeatures/index.tsx +0 -40
- package/templates/create-full/src/components/ProductDetailFeatures/styles.css +0 -17
- package/templates/create-full/src/components/ProductDetailFeatures/types.ts +0 -10
- package/templates/create-full/src/components/ProductDetailNameFavorite/index.tsx +0 -66
- package/templates/create-full/src/components/ProductDetailNameFavorite/styles.css +0 -45
- package/templates/create-full/src/components/ProductDetailNameFavorite/types.ts +0 -11
- package/templates/create-full/src/components/ProductDetailOffer/components/OfferCard/index.tsx +0 -209
- package/templates/create-full/src/components/ProductDetailOffer/components/OfferCard/styles.css +0 -146
- package/templates/create-full/src/components/ProductDetailOffer/components/OfferSummary/index.tsx +0 -175
- package/templates/create-full/src/components/ProductDetailOffer/index.tsx +0 -199
- package/templates/create-full/src/components/ProductDetailOffer/styles.css +0 -211
- package/templates/create-full/src/components/ProductDetailOffer/types.ts +0 -24
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionCheckbox/index.tsx +0 -52
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionCheckbox/styles.css +0 -19
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionChoice/components/ChoiceBox/index.tsx +0 -60
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionChoice/components/ChoiceBox/styles.css +0 -38
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionChoice/components/ChoiceSelect/index.tsx +0 -102
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionChoice/components/ChoiceSelect/styles.css +0 -34
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionChoice/components/ChoiceSwatch/index.tsx +0 -121
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionChoice/components/ChoiceSwatch/styles.css +0 -87
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionChoice/index.tsx +0 -57
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionColorPicker/index.tsx +0 -54
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionColorPicker/styles.css +0 -0
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionDatePicker/index.tsx +0 -124
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionDatePicker/styles.css +0 -1
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionFile/index.tsx +0 -217
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionFile/styles.css +0 -87
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionRenderer/index.tsx +0 -133
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionText/index.tsx +0 -60
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionText/styles.css +0 -1
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionTextarea/index.tsx +0 -74
- package/templates/create-full/src/components/ProductDetailOptionSet/components/OptionTextarea/styles.css +0 -10
- package/templates/create-full/src/components/ProductDetailOptionSet/index.tsx +0 -99
- package/templates/create-full/src/components/ProductDetailOptionSet/styles.css +0 -30
- package/templates/create-full/src/components/ProductDetailOptionSet/types.ts +0 -21
- package/templates/create-full/src/components/ProductDetailPrices/index.tsx +0 -62
- package/templates/create-full/src/components/ProductDetailPrices/styles.css +0 -32
- package/templates/create-full/src/components/ProductDetailPrices/types.ts +0 -10
- package/templates/create-full/src/components/ProductDetailProductGroup/index.tsx +0 -74
- package/templates/create-full/src/components/ProductDetailProductGroup/styles.css +0 -33
- package/templates/create-full/src/components/ProductDetailProductGroup/types.ts +0 -10
- package/templates/create-full/src/components/ProductDetailReviews/index.tsx +0 -205
- package/templates/create-full/src/components/ProductDetailReviews/styles.css +0 -43
- package/templates/create-full/src/components/ProductDetailReviews/types.ts +0 -19
- package/templates/create-full/src/components/ProductDetailSku/index.tsx +0 -38
- package/templates/create-full/src/components/ProductDetailSku/styles.css +0 -16
- package/templates/create-full/src/components/ProductDetailSku/types.ts +0 -11
- package/templates/create-full/src/components/ProductDetailVariant/index.tsx +0 -38
- package/templates/create-full/src/components/ProductDetailVariant/styles.css +0 -14
- package/templates/create-full/src/components/ProductDetailVariant/types.ts +0 -12
- package/templates/create-full/src/components/ProductSlider/index.tsx +0 -151
- package/templates/create-full/src/components/ProductSlider/styles.css +0 -105
- package/templates/create-full/src/components/ProductSlider/types.ts +0 -17
- package/templates/create-full/src/components/RecoverPassword/components/RecoverPasswordForm/index.tsx +0 -133
- package/templates/create-full/src/components/RecoverPassword/components/RecoverPasswordForm/styles.css +0 -0
- package/templates/create-full/src/components/RecoverPassword/index.tsx +0 -30
- package/templates/create-full/src/components/RecoverPassword/styles.css +0 -93
- package/templates/create-full/src/components/RecoverPassword/types.ts +0 -13
- package/templates/create-full/src/components/Register/components/RegisterForm/index.tsx +0 -326
- package/templates/create-full/src/components/Register/components/RegisterForm/styles.css +0 -0
- package/templates/create-full/src/components/Register/index.tsx +0 -30
- package/templates/create-full/src/components/Register/styles.css +0 -152
- package/templates/create-full/src/components/Register/types.ts +0 -27
- package/templates/create-full/src/components/RichText/index.tsx +0 -25
- package/templates/create-full/src/components/RichText/styles.css +0 -51
- package/templates/create-full/src/components/RichText/types.ts +0 -5
- package/templates/create-full/src/components/SocialMediaIcon/index.tsx +0 -26
- package/templates/create-full/src/components/SocialMediaIcon/styles.css +0 -17
- package/templates/create-full/src/components/SocialMediaIcon/types.ts +0 -7
- package/templates/create-full/src/components/index.ts +0 -50
- package/templates/create-full/src/global-types.ts +0 -11
- package/templates/create-full/src/global.css +0 -598
- package/templates/create-full/src/hooks/useBundleProducts.ts +0 -75
- package/templates/create-full/src/hooks/useColumnPreference.ts +0 -26
- package/templates/create-full/src/hooks/useInfiniteScroll.ts +0 -49
- package/templates/create-full/src/hooks/usePageTracking.ts +0 -56
- package/templates/create-full/src/hooks/usePayWithIkas.ts +0 -114
- package/templates/create-full/src/hooks/useRedirectIfLoggedIn.ts +0 -35
- package/templates/create-full/src/hooks/useScrollLock.ts +0 -19
- package/templates/create-full/src/hooks/useToast.ts +0 -27
- package/templates/create-full/src/ikas-component-utils.d.ts +0 -3
- package/templates/create-full/src/sub-components/Badge/index.tsx +0 -208
- package/templates/create-full/src/sub-components/Badge/styles.css +0 -129
- package/templates/create-full/src/sub-components/Breadcrumb/index.tsx +0 -57
- package/templates/create-full/src/sub-components/Breadcrumb/styles.css +0 -49
- package/templates/create-full/src/sub-components/BundleMedia/index.tsx +0 -72
- package/templates/create-full/src/sub-components/BundleQuantityBox/index.tsx +0 -73
- package/templates/create-full/src/sub-components/BundleQuantityBox/styles.css +0 -43
- package/templates/create-full/src/sub-components/Button/index.tsx +0 -52
- package/templates/create-full/src/sub-components/Button/styles.css +0 -114
- package/templates/create-full/src/sub-components/CartItem/components/BundleProductItem/index.tsx +0 -59
- package/templates/create-full/src/sub-components/CartItem/components/BundleProductItem/styles.css +0 -24
- package/templates/create-full/src/sub-components/CartItem/components/BundleProducts/index.tsx +0 -55
- package/templates/create-full/src/sub-components/CartItem/components/BundleProducts/styles.css +0 -30
- package/templates/create-full/src/sub-components/CartItem/components/ItemOptions/index.tsx +0 -31
- package/templates/create-full/src/sub-components/CartItem/components/ItemOptions/styles.css +0 -6
- package/templates/create-full/src/sub-components/CartItem/components/OptionValueDisplay/index.tsx +0 -79
- package/templates/create-full/src/sub-components/CartItem/components/OptionValueDisplay/styles.css +0 -28
- package/templates/create-full/src/sub-components/CartItem/index.tsx +0 -216
- package/templates/create-full/src/sub-components/CartItem/styles.css +0 -170
- package/templates/create-full/src/sub-components/Checkbox/index.tsx +0 -42
- package/templates/create-full/src/sub-components/Checkbox/styles.css +0 -65
- package/templates/create-full/src/sub-components/CollapsibleGroup/index.tsx +0 -52
- package/templates/create-full/src/sub-components/CollapsibleGroup/styles.css +0 -51
- package/templates/create-full/src/sub-components/ColorInput/index.tsx +0 -33
- package/templates/create-full/src/sub-components/ColorInput/styles.css +0 -53
- package/templates/create-full/src/sub-components/ConfirmModal/index.tsx +0 -60
- package/templates/create-full/src/sub-components/ConfirmModal/styles.css +0 -20
- package/templates/create-full/src/sub-components/FormItem/index.tsx +0 -66
- package/templates/create-full/src/sub-components/FormItem/styles.css +0 -38
- package/templates/create-full/src/sub-components/ImagePreviewModal/index.tsx +0 -55
- package/templates/create-full/src/sub-components/ImagePreviewModal/styles.css +0 -50
- package/templates/create-full/src/sub-components/Input/index.tsx +0 -69
- package/templates/create-full/src/sub-components/Input/styles.css +0 -162
- package/templates/create-full/src/sub-components/Modal/index.tsx +0 -120
- package/templates/create-full/src/sub-components/Modal/styles.css +0 -70
- package/templates/create-full/src/sub-components/PageLoader/index.tsx +0 -14
- package/templates/create-full/src/sub-components/PageLoader/styles.css +0 -12
- package/templates/create-full/src/sub-components/Pagination/index.tsx +0 -107
- package/templates/create-full/src/sub-components/Pagination/styles.css +0 -88
- package/templates/create-full/src/sub-components/ProductCard/index.tsx +0 -276
- package/templates/create-full/src/sub-components/ProductCard/styles.css +0 -99
- package/templates/create-full/src/sub-components/QuantitySelector/index.tsx +0 -41
- package/templates/create-full/src/sub-components/QuantitySelector/styles.css +0 -51
- package/templates/create-full/src/sub-components/ReviewCard/index.tsx +0 -103
- package/templates/create-full/src/sub-components/ReviewCard/styles.css +0 -95
- package/templates/create-full/src/sub-components/ReviewForm/index.tsx +0 -115
- package/templates/create-full/src/sub-components/ReviewForm/styles.css +0 -11
- package/templates/create-full/src/sub-components/ReviewSummary/index.tsx +0 -65
- package/templates/create-full/src/sub-components/ReviewSummary/styles.css +0 -86
- package/templates/create-full/src/sub-components/Select/index.tsx +0 -86
- package/templates/create-full/src/sub-components/Select/styles.css +0 -110
- package/templates/create-full/src/sub-components/SkeletonField/index.tsx +0 -12
- package/templates/create-full/src/sub-components/SkeletonField/styles.css +0 -29
- package/templates/create-full/src/sub-components/SliderArrow/index.tsx +0 -26
- package/templates/create-full/src/sub-components/SliderArrow/styles.css +0 -24
- package/templates/create-full/src/sub-components/SocialLoginButton/index.tsx +0 -24
- package/templates/create-full/src/sub-components/SocialLoginButton/styles.css +0 -19
- package/templates/create-full/src/sub-components/SpinnerIcon/index.tsx +0 -10
- package/templates/create-full/src/sub-components/SpinnerIcon/styles.css +0 -8
- package/templates/create-full/src/sub-components/StarRating/index.tsx +0 -76
- package/templates/create-full/src/sub-components/StarRating/styles.css +0 -40
- package/templates/create-full/src/sub-components/Tag/index.tsx +0 -21
- package/templates/create-full/src/sub-components/Tag/styles.css +0 -30
- package/templates/create-full/src/sub-components/Textarea/index.tsx +0 -45
- package/templates/create-full/src/sub-components/Textarea/styles.css +0 -82
- package/templates/create-full/src/sub-components/Toast/index.tsx +0 -257
- package/templates/create-full/src/sub-components/Toast/styles.css +0 -3
- package/templates/create-full/src/sub-components/Toggle/index.tsx +0 -46
- package/templates/create-full/src/sub-components/Toggle/styles.css +0 -86
- package/templates/create-full/src/sub-components/VariantBadge/index.tsx +0 -153
- package/templates/create-full/src/sub-components/VariantBadge/styles.css +0 -47
- package/templates/create-full/src/sub-components/icons/index.tsx +0 -981
- package/templates/create-full/src/utils/bundle.ts +0 -70
- package/templates/create-full/src/utils/cx.ts +0 -4
- package/templates/create-full/src/utils/fullName.ts +0 -6
- package/templates/create-full/src/utils/media.ts +0 -36
- package/templates/create-full/src/utils/optionPrice.ts +0 -19
- package/templates/create-full/src/utils/optionSet.ts +0 -17
- package/templates/create-full/src/utils/orderStatus.ts +0 -28
- package/templates/create-full/src/utils/pagination.ts +0 -29
- package/templates/create-full/src/utils/toast.ts +0 -5
- package/templates/create-full/tsconfig.json +0 -30
- package/templates/create-full/vite.config.ts +0 -15
|
@@ -1,981 +0,0 @@
|
|
|
1
|
-
import type { SVGAttributes } from "preact";
|
|
2
|
-
import { cx } from "../../utils/cx";
|
|
3
|
-
|
|
4
|
-
interface IconProps extends SVGAttributes<SVGSVGElement> {}
|
|
5
|
-
|
|
6
|
-
export function CaretDownSVG({ className, ...props }: IconProps) {
|
|
7
|
-
return (
|
|
8
|
-
<svg
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
viewBox="0 0 24 24"
|
|
11
|
-
fill="none"
|
|
12
|
-
className={cx("kombos-icon", className)}
|
|
13
|
-
aria-hidden="true"
|
|
14
|
-
{...props}
|
|
15
|
-
>
|
|
16
|
-
<path
|
|
17
|
-
d="M20.0306 9.53063L12.5306 17.0306C12.461 17.1004 12.3782 17.1557 12.2872 17.1934C12.1961 17.2312 12.0986 17.2506 12 17.2506C11.9014 17.2506 11.8038 17.2312 11.7128 17.1934C11.6217 17.1557 11.539 17.1004 11.4694 17.0306L3.96936 9.53063C3.82863 9.3899 3.74957 9.19902 3.74957 9C3.74957 8.80098 3.82863 8.61011 3.96936 8.46937C4.1101 8.32864 4.30097 8.24958 4.49999 8.24958C4.69901 8.24958 4.88988 8.32864 5.03061 8.46937L12 15.4397L18.9694 8.46937C19.039 8.39969 19.1218 8.34442 19.2128 8.3067C19.3039 8.26899 19.4014 8.24958 19.5 8.24958C19.5985 8.24958 19.6961 8.26899 19.7872 8.3067C19.8782 8.34442 19.9609 8.39969 20.0306 8.46937C20.1003 8.53906 20.1556 8.62178 20.1933 8.71283C20.231 8.80387 20.2504 8.90145 20.2504 9C20.2504 9.09855 20.231 9.19613 20.1933 9.28717C20.1556 9.37822 20.1003 9.46094 20.0306 9.53063Z"
|
|
18
|
-
fill="currentColor"
|
|
19
|
-
/>
|
|
20
|
-
</svg>
|
|
21
|
-
);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export function CaretLeftSVG({ className, ...props }: IconProps) {
|
|
25
|
-
return (
|
|
26
|
-
<svg
|
|
27
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
28
|
-
viewBox="0 0 24 24"
|
|
29
|
-
fill="none"
|
|
30
|
-
className={cx("kombos-icon", className)}
|
|
31
|
-
aria-hidden="true"
|
|
32
|
-
{...props}
|
|
33
|
-
>
|
|
34
|
-
<path
|
|
35
|
-
d="M15.5306 18.9694C15.6003 19.0391 15.6556 19.1218 15.6933 19.2128C15.731 19.3039 15.7504 19.4015 15.7504 19.5C15.7504 19.5985 15.731 19.6961 15.6933 19.7872C15.6556 19.8782 15.6003 19.9609 15.5306 20.0306C15.461 20.1003 15.3782 20.1556 15.2872 20.1933C15.1961 20.231 15.0986 20.2504 15 20.2504C14.9015 20.2504 14.8039 20.231 14.7128 20.1933C14.6218 20.1556 14.5391 20.1003 14.4694 20.0306L6.96938 12.5306C6.89965 12.461 6.84433 12.3783 6.80659 12.2872C6.76885 12.1962 6.74942 12.0986 6.74942 12C6.74942 11.9014 6.76885 11.8038 6.80659 11.7128C6.84433 11.6217 6.89965 11.539 6.96938 11.4694L14.4694 3.96938C14.6101 3.82864 14.801 3.74958 15 3.74958C15.199 3.74958 15.3899 3.82864 15.5306 3.96938C15.6714 4.11011 15.7504 4.30098 15.7504 4.5C15.7504 4.69902 15.6714 4.88989 15.5306 5.03062L8.56032 12L15.5306 18.9694Z"
|
|
36
|
-
fill="currentColor"
|
|
37
|
-
/>
|
|
38
|
-
</svg>
|
|
39
|
-
);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
export function CaretRightSVG({ className, ...props }: IconProps) {
|
|
43
|
-
return (
|
|
44
|
-
<svg
|
|
45
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
46
|
-
viewBox="0 0 24 24"
|
|
47
|
-
fill="none"
|
|
48
|
-
className={cx("kombos-icon", className)}
|
|
49
|
-
aria-hidden="true"
|
|
50
|
-
{...props}
|
|
51
|
-
>
|
|
52
|
-
<path
|
|
53
|
-
d="M17.0306 12.5306L9.53062 20.0306C9.46093 20.1003 9.37821 20.1556 9.28716 20.1933C9.19612 20.231 9.09854 20.2504 8.99999 20.2504C8.90144 20.2504 8.80386 20.231 8.71282 20.1933C8.62177 20.1556 8.53905 20.1003 8.46936 20.0306C8.39968 19.9609 8.34441 19.8782 8.30669 19.7872C8.26898 19.6961 8.24957 19.5985 8.24957 19.5C8.24957 19.4015 8.26898 19.3039 8.30669 19.2128C8.34441 19.1218 8.39968 19.0391 8.46936 18.9694L15.4397 12L8.46936 5.03062C8.32863 4.88989 8.24957 4.69902 8.24957 4.5C8.24957 4.30098 8.32863 4.11011 8.46936 3.96938C8.61009 3.82864 8.80097 3.74958 8.99999 3.74958C9.19901 3.74958 9.38988 3.82864 9.53062 3.96938L17.0306 11.4694C17.1003 11.539 17.1557 11.6217 17.1934 11.7128C17.2312 11.8038 17.2506 11.9014 17.2506 12C17.2506 12.0986 17.2312 12.1962 17.1934 12.2872C17.1557 12.3783 17.1003 12.461 17.0306 12.5306Z"
|
|
54
|
-
fill="currentColor"
|
|
55
|
-
/>
|
|
56
|
-
</svg>
|
|
57
|
-
);
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
export function MagnifyingGlass1SVG({ className, ...props }: IconProps) {
|
|
61
|
-
return (
|
|
62
|
-
<svg
|
|
63
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
64
|
-
viewBox="0 0 24 24"
|
|
65
|
-
fill="none"
|
|
66
|
-
className={cx("kombos-icon", className)}
|
|
67
|
-
aria-hidden="true"
|
|
68
|
-
{...props}
|
|
69
|
-
>
|
|
70
|
-
<path
|
|
71
|
-
d="M21.5306 20.4694L16.8366 15.7762C18.1971 14.1428 18.8755 12.0478 18.7307 9.92694C18.5859 7.80607 17.629 5.82268 16.0591 4.38935C14.4892 2.95602 12.4272 2.18311 10.3019 2.23141C8.17666 2.27971 6.15184 3.1455 4.64867 4.64867C3.1455 6.15184 2.27971 8.17666 2.23141 10.3019C2.18311 12.4272 2.95602 14.4892 4.38935 16.0591C5.82268 17.629 7.80607 18.5859 9.92694 18.7307C12.0478 18.8755 14.1428 18.1971 15.7762 16.8366L20.4694 21.5306C20.5391 21.6003 20.6218 21.6556 20.7128 21.6933C20.8039 21.731 20.9015 21.7504 21 21.7504C21.0985 21.7504 21.1961 21.731 21.2872 21.6933C21.3782 21.6556 21.4609 21.6003 21.5306 21.5306C21.6003 21.4609 21.6556 21.3782 21.6933 21.2872C21.731 21.1961 21.7504 21.0985 21.7504 21C21.7504 20.9015 21.731 20.8039 21.6933 20.7128C21.6556 20.6218 21.6003 20.5391 21.5306 20.4694ZM3.75 10.5C3.75 9.16498 4.14588 7.85993 4.88758 6.7499C5.62928 5.63987 6.68349 4.7747 7.91689 4.26381C9.15029 3.75292 10.5075 3.61925 11.8169 3.8797C13.1262 4.14015 14.329 4.78302 15.273 5.72703C16.217 6.67103 16.8599 7.87377 17.1203 9.18314C17.3808 10.4925 17.2471 11.8497 16.7362 13.0831C16.2253 14.3165 15.3601 15.3707 14.2501 16.1124C13.1401 16.8541 11.835 17.25 10.5 17.25C8.7104 17.248 6.99466 16.5362 5.72922 15.2708C4.46378 14.0053 3.75199 12.2896 3.75 10.5Z"
|
|
72
|
-
fill="currentColor"
|
|
73
|
-
/>
|
|
74
|
-
</svg>
|
|
75
|
-
);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
export function User1SVG({ className, ...props }: IconProps) {
|
|
79
|
-
return (
|
|
80
|
-
<svg
|
|
81
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
82
|
-
viewBox="0 0 24 24"
|
|
83
|
-
fill="none"
|
|
84
|
-
className={cx("kombos-icon", className)}
|
|
85
|
-
aria-hidden="true"
|
|
86
|
-
{...props}
|
|
87
|
-
>
|
|
88
|
-
<path
|
|
89
|
-
d="M21.6487 19.875C20.2209 17.4066 18.0206 15.6366 15.4528 14.7975C16.723 14.0414 17.7098 12.8892 18.2618 11.5179C18.8137 10.1467 18.9003 8.63213 18.5082 7.2069C18.1161 5.78167 17.2669 4.52456 16.0912 3.62862C14.9155 2.73268 13.4782 2.24745 12 2.24745C10.5218 2.24745 9.0845 2.73268 7.90877 3.62862C6.73305 4.52456 5.88393 5.78167 5.49182 7.2069C5.0997 8.63213 5.18627 10.1467 5.73824 11.5179C6.2902 12.8892 7.27703 14.0414 8.54719 14.7975C5.97937 15.6356 3.77906 17.4056 2.35125 19.875C2.29889 19.9604 2.26416 20.0554 2.24911 20.1544C2.23406 20.2534 2.23899 20.3544 2.26361 20.4515C2.28824 20.5486 2.33206 20.6398 2.39249 20.7196C2.45292 20.7995 2.52873 20.8665 2.61546 20.9165C2.70218 20.9666 2.79806 20.9989 2.89744 21.0113C2.99682 21.0237 3.09768 21.0161 3.19408 20.989C3.29048 20.9618 3.38046 20.9156 3.45871 20.8531C3.53696 20.7906 3.60189 20.713 3.64969 20.625C5.41594 17.5725 8.53781 15.75 12 15.75C15.4622 15.75 18.5841 17.5725 20.3503 20.625C20.3981 20.713 20.463 20.7906 20.5413 20.8531C20.6195 20.9156 20.7095 20.9618 20.8059 20.989C20.9023 21.0161 21.0032 21.0237 21.1026 21.0113C21.2019 20.9989 21.2978 20.9666 21.3845 20.9165C21.4713 20.8665 21.5471 20.7995 21.6075 20.7196C21.6679 20.6398 21.7118 20.5486 21.7364 20.4515C21.761 20.3544 21.7659 20.2534 21.7509 20.1544C21.7358 20.0554 21.7011 19.9604 21.6487 19.875ZM6.75 9C6.75 7.96165 7.05791 6.94661 7.63478 6.08326C8.21166 5.2199 9.0316 4.54699 9.99091 4.14963C10.9502 3.75227 12.0058 3.6483 13.0242 3.85088C14.0426 4.05345 14.9781 4.55346 15.7123 5.28769C16.4465 6.02191 16.9465 6.95738 17.1491 7.97578C17.3517 8.99418 17.2477 10.0498 16.8504 11.0091C16.453 11.9684 15.7801 12.7883 14.9167 13.3652C14.0534 13.9421 13.0384 14.25 12 14.25C10.6081 14.2485 9.27358 13.6949 8.28933 12.7107C7.30509 11.7264 6.75149 10.3919 6.75 9Z"
|
|
90
|
-
fill="currentColor"
|
|
91
|
-
/>
|
|
92
|
-
</svg>
|
|
93
|
-
);
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
export function ShoppingBag1SVG({ className, ...props }: IconProps) {
|
|
97
|
-
return (
|
|
98
|
-
<svg
|
|
99
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
100
|
-
viewBox="0 0 24 24"
|
|
101
|
-
fill="none"
|
|
102
|
-
className={cx("kombos-icon", className)}
|
|
103
|
-
aria-hidden="true"
|
|
104
|
-
{...props}
|
|
105
|
-
>
|
|
106
|
-
<path
|
|
107
|
-
d="M20.25 3.75H3.75C3.35218 3.75 2.97064 3.90804 2.68934 4.18934C2.40804 4.47064 2.25 4.85218 2.25 5.25V18.75C2.25 19.1478 2.40804 19.5294 2.68934 19.8107C2.97064 20.092 3.35218 20.25 3.75 20.25H20.25C20.6478 20.25 21.0294 20.092 21.3107 19.8107C21.592 19.5294 21.75 19.1478 21.75 18.75V5.25C21.75 4.85218 21.592 4.47064 21.3107 4.18934C21.0294 3.90804 20.6478 3.75 20.25 3.75ZM20.25 18.75H3.75V5.25H20.25V18.75ZM16.5 8.25C16.5 9.44347 16.0259 10.5881 15.182 11.432C14.3381 12.2759 13.1935 12.75 12 12.75C10.8065 12.75 9.66193 12.2759 8.81802 11.432C7.97411 10.5881 7.5 9.44347 7.5 8.25C7.5 8.05109 7.57902 7.86032 7.71967 7.71967C7.86032 7.57902 8.05109 7.5 8.25 7.5C8.44891 7.5 8.63968 7.57902 8.78033 7.71967C8.92098 7.86032 9 8.05109 9 8.25C9 9.04565 9.31607 9.80871 9.87868 10.3713C10.4413 10.9339 11.2044 11.25 12 11.25C12.7956 11.25 13.5587 10.9339 14.1213 10.3713C14.6839 9.80871 15 9.04565 15 8.25C15 8.05109 15.079 7.86032 15.2197 7.71967C15.3603 7.57902 15.5511 7.5 15.75 7.5C15.9489 7.5 16.1397 7.57902 16.2803 7.71967C16.421 7.86032 16.5 8.05109 16.5 8.25Z"
|
|
108
|
-
fill="currentColor"
|
|
109
|
-
/>
|
|
110
|
-
</svg>
|
|
111
|
-
);
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
export function XSVG({ className, ...props }: IconProps) {
|
|
115
|
-
return (
|
|
116
|
-
<svg
|
|
117
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
118
|
-
viewBox="0 0 24 24"
|
|
119
|
-
fill="none"
|
|
120
|
-
className={cx("kombos-icon", className)}
|
|
121
|
-
aria-hidden="true"
|
|
122
|
-
{...props}
|
|
123
|
-
>
|
|
124
|
-
<path
|
|
125
|
-
d="M19.2806 18.2194C19.3503 18.2891 19.4056 18.3718 19.4433 18.4628C19.481 18.5539 19.5004 18.6515 19.5004 18.75C19.5004 18.8485 19.481 18.9461 19.4433 19.0372C19.4056 19.1282 19.3503 19.2109 19.2806 19.2806C19.2109 19.3503 19.1282 19.4056 19.0372 19.4433C18.9461 19.481 18.8485 19.5004 18.75 19.5004C18.6514 19.5004 18.5539 19.481 18.4628 19.4433C18.3718 19.4056 18.289 19.3503 18.2194 19.2806L12 13.0603L5.78061 19.2806C5.63988 19.4214 5.44901 19.5004 5.24999 19.5004C5.05097 19.5004 4.8601 19.4214 4.71936 19.2806C4.57863 19.1399 4.49957 18.949 4.49957 18.75C4.49957 18.551 4.57863 18.3601 4.71936 18.2194L10.9397 12L4.71936 5.78063C4.57863 5.63989 4.49957 5.44902 4.49957 5.25C4.49957 5.05098 4.57863 4.86011 4.71936 4.71938C4.8601 4.57864 5.05097 4.49958 5.24999 4.49958C5.44901 4.49958 5.63988 4.57864 5.78061 4.71938L12 10.9397L18.2194 4.71938C18.3601 4.57864 18.551 4.49958 18.75 4.49958C18.949 4.49958 19.1399 4.57864 19.2806 4.71938C19.4213 4.86011 19.5004 5.05098 19.5004 5.25C19.5004 5.44902 19.4213 5.63989 19.2806 5.78063L13.0603 12L19.2806 18.2194Z"
|
|
126
|
-
fill="currentColor"
|
|
127
|
-
/>
|
|
128
|
-
</svg>
|
|
129
|
-
);
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
export function XCircleSVG({ className, ...props }: IconProps) {
|
|
133
|
-
return (
|
|
134
|
-
<svg
|
|
135
|
-
className={cx("kombos-icon", className)}
|
|
136
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
137
|
-
viewBox="0 0 16 16"
|
|
138
|
-
aria-hidden="true"
|
|
139
|
-
{...props}
|
|
140
|
-
>
|
|
141
|
-
<path
|
|
142
|
-
d="M10 5.99992L6.00001 9.99992M6.00001 5.99992L10 9.99992M14.6667 7.99992C14.6667 11.6818 11.6819 14.6666 8.00001 14.6666C4.31811 14.6666 1.33334 11.6818 1.33334 7.99992C1.33334 4.31802 4.31811 1.33325 8.00001 1.33325C11.6819 1.33325 14.6667 4.31802 14.6667 7.99992Z"
|
|
143
|
-
stroke="currentColor"
|
|
144
|
-
strokeWidth="1.4"
|
|
145
|
-
strokeLinecap="round"
|
|
146
|
-
strokeLinejoin="round"
|
|
147
|
-
/>
|
|
148
|
-
</svg>
|
|
149
|
-
);
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
export function MinusSVG({ className, ...props }: IconProps) {
|
|
153
|
-
return (
|
|
154
|
-
<svg
|
|
155
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
156
|
-
viewBox="0 0 24 24"
|
|
157
|
-
fill="none"
|
|
158
|
-
className={cx("kombos-icon", className)}
|
|
159
|
-
aria-hidden="true"
|
|
160
|
-
{...props}
|
|
161
|
-
>
|
|
162
|
-
<path
|
|
163
|
-
d="M21 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12Z"
|
|
164
|
-
fill="currentColor"
|
|
165
|
-
/>
|
|
166
|
-
</svg>
|
|
167
|
-
);
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
export function PlusSVG({ className, ...props }: IconProps) {
|
|
171
|
-
return (
|
|
172
|
-
<svg
|
|
173
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
174
|
-
viewBox="0 0 24 24"
|
|
175
|
-
fill="none"
|
|
176
|
-
className={cx("kombos-icon", className)}
|
|
177
|
-
aria-hidden="true"
|
|
178
|
-
{...props}
|
|
179
|
-
>
|
|
180
|
-
<path
|
|
181
|
-
d="M21 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75H12.75V20.25C12.75 20.4489 12.671 20.6397 12.5303 20.7803C12.3897 20.921 12.1989 21 12 21C11.8011 21 11.6103 20.921 11.4697 20.7803C11.329 20.6397 11.25 20.4489 11.25 20.25V12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H11.25V3.75C11.25 3.55109 11.329 3.36032 11.4697 3.21967C11.6103 3.07902 11.8011 3 12 3C12.1989 3 12.3897 3.07902 12.5303 3.21967C12.671 3.36032 12.75 3.55109 12.75 3.75V11.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12Z"
|
|
182
|
-
fill="currentColor"
|
|
183
|
-
/>
|
|
184
|
-
</svg>
|
|
185
|
-
);
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
export function TrashSVG({ className, ...props }: IconProps) {
|
|
189
|
-
return (
|
|
190
|
-
<svg
|
|
191
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
192
|
-
viewBox="0 0 24 24"
|
|
193
|
-
fill="none"
|
|
194
|
-
className={cx("kombos-icon", className)}
|
|
195
|
-
aria-hidden="true"
|
|
196
|
-
{...props}
|
|
197
|
-
>
|
|
198
|
-
<path
|
|
199
|
-
d="M20.25 4.5H3.75C3.55109 4.5 3.36032 4.57902 3.21967 4.71967C3.07902 4.86032 3 5.05109 3 5.25C3 5.44891 3.07902 5.63968 3.21967 5.78033C3.36032 5.92098 3.55109 6 3.75 6H4.5V19.5C4.5 19.8978 4.65804 20.2794 4.93934 20.5607C5.22064 20.842 5.60218 21 6 21H18C18.3978 21 18.7794 20.842 19.0607 20.5607C19.342 20.2794 19.5 19.8978 19.5 19.5V6H20.25C20.4489 6 20.6397 5.92098 20.7803 5.78033C20.921 5.63968 21 5.44891 21 5.25C21 5.05109 20.921 4.86032 20.7803 4.71967C20.6397 4.57902 20.4489 4.5 20.25 4.5ZM18 19.5H6V6H18V19.5ZM7.5 2.25C7.5 2.05109 7.57902 1.86032 7.71967 1.71967C7.86032 1.57902 8.05109 1.5 8.25 1.5H15.75C15.9489 1.5 16.1397 1.57902 16.2803 1.71967C16.421 1.86032 16.5 2.05109 16.5 2.25C16.5 2.44891 16.421 2.63968 16.2803 2.78033C16.1397 2.92098 15.9489 3 15.75 3H8.25C8.05109 3 7.86032 2.92098 7.71967 2.78033C7.57902 2.63968 7.5 2.44891 7.5 2.25Z"
|
|
200
|
-
fill="currentColor"
|
|
201
|
-
/>
|
|
202
|
-
</svg>
|
|
203
|
-
);
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
export function Package1SVG({ className, ...props }: IconProps) {
|
|
207
|
-
return (
|
|
208
|
-
<svg
|
|
209
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
210
|
-
viewBox="0 0 24 24"
|
|
211
|
-
fill="none"
|
|
212
|
-
className={cx("kombos-icon", className)}
|
|
213
|
-
aria-hidden="true"
|
|
214
|
-
{...props}
|
|
215
|
-
>
|
|
216
|
-
<path
|
|
217
|
-
d="M20.97 6.20156L12.72 1.6875C12.4996 1.5657 12.2518 1.50181 12 1.50181C11.7482 1.50181 11.5004 1.5657 11.28 1.6875L3.03 6.20344C2.7944 6.33235 2.59772 6.52215 2.46052 6.75302C2.32331 6.9839 2.25061 7.24737 2.25 7.51594V16.4822C2.25061 16.7508 2.32331 17.0142 2.46052 17.2451C2.59772 17.476 2.7944 17.6658 3.03 17.7947L11.28 22.3106C11.5004 22.4324 11.7482 22.4963 12 22.4963C12.2518 22.4963 12.4996 22.4324 12.72 22.3106L20.97 17.7947C21.2056 17.6658 21.4023 17.476 21.5395 17.2451C21.6767 17.0142 21.7494 16.7508 21.75 16.4822V7.51687C21.7499 7.24783 21.6774 6.98377 21.5402 6.75236C21.403 6.52095 21.206 6.3307 20.97 6.20156ZM12 3L19.5319 7.125L16.7409 8.65313L9.20813 4.52812L12 3ZM12 11.25L4.46812 7.125L7.64625 5.385L15.1781 9.51L12 11.25ZM3.75 8.4375L11.25 12.5419V20.5847L3.75 16.4831V8.4375ZM20.25 16.4794L12.75 20.5847V12.5456L15.75 10.9041V14.25C15.75 14.4489 15.829 14.6397 15.9697 14.7803C16.1103 14.921 16.3011 15 16.5 15C16.6989 15 16.8897 14.921 17.0303 14.7803C17.171 14.6397 17.25 14.4489 17.25 14.25V10.0828L20.25 8.4375V16.4784V16.4794Z"
|
|
218
|
-
fill="currentColor"
|
|
219
|
-
/>
|
|
220
|
-
</svg>
|
|
221
|
-
);
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
export function HandbagSVG({ className, ...props }: IconProps) {
|
|
225
|
-
return (
|
|
226
|
-
<svg
|
|
227
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
228
|
-
viewBox="0 0 24 24"
|
|
229
|
-
fill="none"
|
|
230
|
-
className={cx("kombos-icon", className)}
|
|
231
|
-
aria-hidden="true"
|
|
232
|
-
{...props}
|
|
233
|
-
>
|
|
234
|
-
<path
|
|
235
|
-
d="M21.6478 18.6413L20.1478 7.14126C20.0974 6.76906 19.9135 6.42892 19.6303 6.18239C19.3472 5.93587 18.9839 5.79982 18.6084 5.80001H16.2V5.30001C16.2 4.18609 15.7575 3.11782 14.9699 2.33017C14.1822 1.54252 13.1139 1.10001 12 1.10001C10.886 1.10001 9.81779 1.54252 9.03014 2.33017C8.24249 3.11782 7.79998 4.18609 7.79998 5.30001V5.80001H5.39154C5.01603 5.79982 4.65278 5.93587 4.36961 6.18239C4.08644 6.42892 3.90258 6.76906 3.85216 7.14126L2.35216 18.6413C2.32251 18.8607 2.34047 19.0841 2.40485 19.2961C2.46923 19.508 2.57854 19.7035 2.72549 19.8693C2.87244 20.035 3.05369 20.1672 3.25698 20.2568C3.46028 20.3463 3.68088 20.3911 3.90341 20.3881H3.89154H20.1084H20.0966C20.3191 20.3911 20.5397 20.3463 20.743 20.2568C20.9463 20.1672 21.1275 20.035 21.2745 19.8693C21.4214 19.7035 21.5307 19.508 21.5951 19.2961C21.6595 19.0841 21.6775 18.8607 21.6478 18.6413ZM9.29998 5.30001C9.29998 4.58393 9.5845 3.89717 10.0908 3.39083C10.5972 2.88449 11.2839 2.60001 12 2.60001C12.716 2.60001 13.4028 2.88449 13.9091 3.39083C14.4155 3.89717 14.7 4.58393 14.7 5.30001V5.80001H9.29998V5.30001ZM20.1562 18.8881H3.89154C3.82816 18.889 3.76541 18.8757 3.70804 18.849C3.65067 18.8223 3.60015 18.783 3.56019 18.734C3.52023 18.685 3.49178 18.6275 3.47694 18.5658C3.46211 18.5041 3.46127 18.4398 3.47435 18.3778L4.97435 6.87751C4.9916 6.74961 5.05463 6.63215 5.15186 6.54679C5.24908 6.46143 5.37393 6.41411 5.50341 6.41438H7.79998V8.30001C7.79998 8.49892 7.87899 8.68969 8.01965 8.83034C8.1603 8.97099 8.35107 9.05001 8.54998 9.05001C8.74889 9.05001 8.93966 8.97099 9.08031 8.83034C9.22096 8.68969 9.29998 8.49892 9.29998 8.30001V6.41438H14.7V8.30001C14.7 8.49892 14.779 8.68969 14.9197 8.83034C15.0603 8.97099 15.2511 9.05001 15.45 9.05001C15.6489 9.05001 15.8397 8.97099 15.9803 8.83034C16.121 8.68969 16.2 8.49892 16.2 8.30001V6.41438H18.4966C18.626 6.41411 18.7509 6.46143 18.8481 6.54679C18.9453 6.63215 19.0084 6.74961 19.0256 6.87751L20.5256 18.3778C20.5387 18.4398 20.5379 18.5041 20.523 18.5658C20.5082 18.6275 20.4797 18.685 20.4398 18.734C20.3998 18.783 20.3493 18.8223 20.2919 18.849C20.2346 18.8757 20.1718 18.889 20.1084 18.8881H20.1562Z"
|
|
236
|
-
fill="currentColor"
|
|
237
|
-
/>
|
|
238
|
-
</svg>
|
|
239
|
-
);
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
export function Handbag1SVG({ className, ...props }: IconProps) {
|
|
243
|
-
return (
|
|
244
|
-
<svg
|
|
245
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
246
|
-
viewBox="0 0 24 24"
|
|
247
|
-
fill="none"
|
|
248
|
-
className={cx("kombos-icon", className)}
|
|
249
|
-
aria-hidden="true"
|
|
250
|
-
{...props}
|
|
251
|
-
>
|
|
252
|
-
<path
|
|
253
|
-
d="M22.4897 18.5737L21.1528 7.32375C21.1095 6.95721 20.9325 6.61952 20.6557 6.37529C20.379 6.13106 20.0219 5.99744 19.6528 6H16.5C16.5 4.80653 16.0259 3.66193 15.182 2.81802C14.3381 1.97411 13.1935 1.5 12 1.5C10.8065 1.5 9.66194 1.97411 8.81802 2.81802C7.97411 3.66193 7.5 4.80653 7.5 6H4.34344C3.97435 5.99744 3.61728 6.13106 3.34053 6.37529C3.06379 6.61952 2.8868 6.95721 2.84344 7.32375L1.50657 18.5737C1.48207 18.7837 1.50223 18.9965 1.56572 19.1981C1.62922 19.3998 1.73462 19.5857 1.875 19.7438C2.01641 19.9025 2.18969 20.0296 2.38353 20.1168C2.57738 20.204 2.78744 20.2494 3.00001 20.25H20.9925C21.2063 20.2505 21.4178 20.2056 21.6131 20.1183C21.8083 20.0311 21.9828 19.9034 22.125 19.7438C22.2647 19.5854 22.3694 19.3993 22.4323 19.1977C22.4951 18.9961 22.5147 18.7835 22.4897 18.5737ZM12 3C12.7957 3 13.5587 3.31607 14.1213 3.87868C14.6839 4.44129 15 5.20435 15 6H9C9 5.20435 9.31608 4.44129 9.87868 3.87868C10.4413 3.31607 11.2044 3 12 3ZM3.00001 18.75L4.34344 7.5H7.5V9.75C7.5 9.94891 7.57902 10.1397 7.71968 10.2803C7.86033 10.421 8.05109 10.5 8.25 10.5C8.44892 10.5 8.63968 10.421 8.78033 10.2803C8.92099 10.1397 9 9.94891 9 9.75V7.5H15V9.75C15 9.94891 15.079 10.1397 15.2197 10.2803C15.3603 10.421 15.5511 10.5 15.75 10.5C15.9489 10.5 16.1397 10.421 16.2803 10.2803C16.421 10.1397 16.5 9.94891 16.5 9.75V7.5H19.6641L20.9925 18.75H3.00001Z"
|
|
254
|
-
fill="currentColor"
|
|
255
|
-
/>
|
|
256
|
-
</svg>
|
|
257
|
-
);
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
export function SpinnerSVG({ className, ...props }: IconProps) {
|
|
261
|
-
return (
|
|
262
|
-
<svg
|
|
263
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
264
|
-
viewBox="0 0 24 24"
|
|
265
|
-
fill="none"
|
|
266
|
-
className={cx("kombos-icon", className)}
|
|
267
|
-
aria-hidden="true"
|
|
268
|
-
{...props}
|
|
269
|
-
>
|
|
270
|
-
<path
|
|
271
|
-
d="M12.75 3V6C12.75 6.19891 12.671 6.38968 12.5303 6.53033C12.3897 6.67098 12.1989 6.75 12 6.75C11.8011 6.75 11.6103 6.67098 11.4697 6.53033C11.329 6.38968 11.25 6.19891 11.25 6V3C11.25 2.80109 11.329 2.61032 11.4697 2.46967C11.6103 2.32902 11.8011 2.25 12 2.25C12.1989 2.25 12.3897 2.32902 12.5303 2.46967C12.671 2.61032 12.75 2.80109 12.75 3ZM16.2422 8.50781C16.3408 8.50777 16.4384 8.48829 16.5294 8.45048C16.6205 8.41268 16.7032 8.3573 16.7728 8.2875L18.8944 6.16687C19.0351 6.02614 19.1142 5.83527 19.1142 5.63625C19.1142 5.43723 19.0351 5.24636 18.8944 5.10562C18.7536 4.96489 18.5628 4.88583 18.3638 4.88583C18.1647 4.88583 17.9739 4.96489 17.8331 5.10562L15.7125 7.22719C15.6075 7.33202 15.536 7.46563 15.507 7.6111C15.478 7.75658 15.4928 7.90739 15.5495 8.04447C15.6062 8.18155 15.7023 8.29874 15.8256 8.38121C15.9489 8.46369 16.0938 8.50774 16.2422 8.50781ZM21 11.25H18C17.8011 11.25 17.6103 11.329 17.4697 11.4697C17.329 11.6103 17.25 11.8011 17.25 12C17.25 12.1989 17.329 12.3897 17.4697 12.5303C17.6103 12.671 17.8011 12.75 18 12.75H21C21.1989 12.75 21.3897 12.671 21.5303 12.5303C21.671 12.3897 21.75 12.1989 21.75 12C21.75 11.8011 21.671 11.6103 21.5303 11.4697C21.3897 11.329 21.1989 11.25 21 11.25ZM16.7728 15.7125C16.631 15.5778 16.4422 15.5038 16.2466 15.5063C16.0511 15.5088 15.8642 15.5876 15.7259 15.7259C15.5876 15.8642 15.5088 16.0511 15.5063 16.2466C15.5038 16.4422 15.5778 16.631 15.7125 16.7728L17.8331 18.8944C17.9739 19.0351 18.1647 19.1142 18.3638 19.1142C18.5628 19.1142 18.7536 19.0351 18.8944 18.8944C19.0351 18.7536 19.1142 18.5628 19.1142 18.3638C19.1142 18.1647 19.0351 17.9739 18.8944 17.8331L16.7728 15.7125ZM12 17.25C11.8011 17.25 11.6103 17.329 11.4697 17.4697C11.329 17.6103 11.25 17.8011 11.25 18V21C11.25 21.1989 11.329 21.3897 11.4697 21.5303C11.6103 21.671 11.8011 21.75 12 21.75C12.1989 21.75 12.3897 21.671 12.5303 21.5303C12.671 21.3897 12.75 21.1989 12.75 21V18C12.75 17.8011 12.671 17.6103 12.5303 17.4697C12.3897 17.329 12.1989 17.25 12 17.25ZM7.22719 15.7125L5.10562 17.8331C4.96489 17.9739 4.88583 18.1647 4.88583 18.3638C4.88583 18.5628 4.96489 18.7536 5.10562 18.8944C5.24636 19.0351 5.43723 19.1142 5.63625 19.1142C5.83527 19.1142 6.02614 19.0351 6.16687 18.8944L8.2875 16.7728C8.42221 16.631 8.49621 16.4422 8.4937 16.2466C8.4912 16.0511 8.4124 15.8642 8.2741 15.7259C8.1358 15.5876 7.94894 15.5088 7.75337 15.5063C7.5578 15.5038 7.36898 15.5778 7.22719 15.7125ZM6.75 12C6.75 11.8011 6.67098 11.6103 6.53033 11.4697C6.38968 11.329 6.19891 11.25 6 11.25H3C2.80109 11.25 2.61032 11.329 2.46967 11.4697C2.32902 11.6103 2.25 11.8011 2.25 12C2.25 12.1989 2.32902 12.3897 2.46967 12.5303C2.61032 12.671 2.80109 12.75 3 12.75H6C6.19891 12.75 6.38968 12.671 6.53033 12.5303C6.67098 12.3897 6.75 12.1989 6.75 12ZM6.16687 5.10562C6.02614 4.96489 5.83527 4.88583 5.63625 4.88583C5.43723 4.88583 5.24636 4.96489 5.10562 5.10562C4.96489 5.24636 4.88583 5.43723 4.88583 5.63625C4.88583 5.83527 4.96489 6.02614 5.10562 6.16687L7.22719 8.2875C7.36898 8.42221 7.5578 8.49621 7.75337 8.4937C7.94894 8.4912 8.1358 8.4124 8.2741 8.2741C8.4124 8.1358 8.4912 7.94894 8.4937 7.75337C8.49621 7.5578 8.42221 7.36898 8.2875 7.22719L6.16687 5.10562Z"
|
|
272
|
-
fill="currentColor"
|
|
273
|
-
/>
|
|
274
|
-
</svg>
|
|
275
|
-
);
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
export function InstagramSVG({ className, ...props }: IconProps) {
|
|
279
|
-
return (
|
|
280
|
-
<svg
|
|
281
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
282
|
-
viewBox="0 0 24 24"
|
|
283
|
-
fill="none"
|
|
284
|
-
className={cx("kombos-icon", className)}
|
|
285
|
-
aria-hidden="true"
|
|
286
|
-
{...props}
|
|
287
|
-
>
|
|
288
|
-
<path
|
|
289
|
-
d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z"
|
|
290
|
-
fill="currentColor"
|
|
291
|
-
/>
|
|
292
|
-
</svg>
|
|
293
|
-
);
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
export function TiktokSVG({ className, ...props }: IconProps) {
|
|
297
|
-
return (
|
|
298
|
-
<svg
|
|
299
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
300
|
-
viewBox="0 0 24 24"
|
|
301
|
-
fill="none"
|
|
302
|
-
className={cx("kombos-icon", className)}
|
|
303
|
-
aria-hidden="true"
|
|
304
|
-
{...props}
|
|
305
|
-
>
|
|
306
|
-
<path
|
|
307
|
-
d="M19.321 5.562a5.124 5.124 0 01-.443-.258 6.228 6.228 0 01-1.137-.966c-.849-.971-1.166-1.956-1.282-2.645h.004c-.097-.573-.057-.943-.05-.943h-3.865v14.943c0 .2 0 .399-.008.595 0 .024-.003.046-.004.073 0 .01 0 .022-.002.032v.009a3.28 3.28 0 01-1.65 2.604 3.226 3.226 0 01-1.6.422c-1.8 0-3.26-1.468-3.26-3.281 0-1.812 1.46-3.28 3.26-3.28.34 0 .674.053.992.156v-3.936a7.191 7.191 0 00-.992-.074c-1.922 0-3.727.75-5.082 2.112a6.95 6.95 0 00-1.782 3.218 6.885 6.885 0 00.877 5.394c.342.517.74.993 1.186 1.418A7.07 7.07 0 009.284 24c.345 0 .689-.028 1.03-.084a7.1 7.1 0 003.594-1.725 7.06 7.06 0 002.136-5.046l-.034-8.395a9.803 9.803 0 002.59 1.453c.93.318 1.905.48 2.886.48v-3.878a5.882 5.882 0 01-2.165-1.243z"
|
|
308
|
-
fill="currentColor"
|
|
309
|
-
/>
|
|
310
|
-
</svg>
|
|
311
|
-
);
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
export function XTwitterSVG({ className, ...props }: IconProps) {
|
|
315
|
-
return (
|
|
316
|
-
<svg
|
|
317
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
318
|
-
viewBox="0 0 24 24"
|
|
319
|
-
fill="none"
|
|
320
|
-
className={cx("kombos-icon", className)}
|
|
321
|
-
aria-hidden="true"
|
|
322
|
-
{...props}
|
|
323
|
-
>
|
|
324
|
-
<path
|
|
325
|
-
d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"
|
|
326
|
-
fill="currentColor"
|
|
327
|
-
/>
|
|
328
|
-
</svg>
|
|
329
|
-
);
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
export function YoutubeSVG({ className, ...props }: IconProps) {
|
|
333
|
-
return (
|
|
334
|
-
<svg
|
|
335
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
336
|
-
viewBox="0 0 24 24"
|
|
337
|
-
fill="none"
|
|
338
|
-
className={cx("kombos-icon", className)}
|
|
339
|
-
aria-hidden="true"
|
|
340
|
-
{...props}
|
|
341
|
-
>
|
|
342
|
-
<path
|
|
343
|
-
d="M23.498 6.186a3.016 3.016 0 00-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 00.502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 002.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 002.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"
|
|
344
|
-
fill="currentColor"
|
|
345
|
-
/>
|
|
346
|
-
</svg>
|
|
347
|
-
);
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
export function PinterestSVG({ className, ...props }: IconProps) {
|
|
351
|
-
return (
|
|
352
|
-
<svg
|
|
353
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
354
|
-
viewBox="0 0 24 24"
|
|
355
|
-
fill="none"
|
|
356
|
-
className={cx("kombos-icon", className)}
|
|
357
|
-
aria-hidden="true"
|
|
358
|
-
{...props}
|
|
359
|
-
>
|
|
360
|
-
<path
|
|
361
|
-
d="M12 0C5.373 0 0 5.372 0 12c0 5.084 3.163 9.426 7.627 11.174-.105-.949-.2-2.405.042-3.441.218-.937 1.407-5.965 1.407-5.965s-.359-.719-.359-1.782c0-1.668.967-2.914 2.171-2.914 1.023 0 1.518.769 1.518 1.69 0 1.029-.655 2.568-.994 3.995-.283 1.194.599 2.169 1.777 2.169 2.133 0 3.772-2.249 3.772-5.495 0-2.873-2.064-4.882-5.012-4.882-3.414 0-5.418 2.561-5.418 5.207 0 1.031.397 2.138.893 2.738a.36.36 0 01.083.345c-.091.379-.293 1.194-.333 1.361-.053.218-.173.265-.4.16-1.499-.698-2.436-2.889-2.436-4.649 0-3.785 2.75-7.262 7.929-7.262 4.163 0 7.398 2.967 7.398 6.931 0 4.136-2.607 7.462-6.233 7.462-1.214 0-2.354-.63-2.746-1.378l-.748 2.853c-.271 1.043-1.002 2.35-1.492 3.146C9.57 23.812 10.763 24 12 24c6.627 0 12-5.373 12-12 0-6.628-5.373-12-12-12z"
|
|
362
|
-
fill="currentColor"
|
|
363
|
-
/>
|
|
364
|
-
</svg>
|
|
365
|
-
);
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
export function CheckSVG({ className, ...props }: IconProps) {
|
|
369
|
-
return (
|
|
370
|
-
<svg
|
|
371
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
372
|
-
viewBox="0 0 24 24"
|
|
373
|
-
fill="none"
|
|
374
|
-
className={cx("kombos-icon", className)}
|
|
375
|
-
aria-hidden="true"
|
|
376
|
-
{...props}
|
|
377
|
-
>
|
|
378
|
-
<path
|
|
379
|
-
d="M21.5306 7.28063L9.53061 19.2806C9.46096 19.3504 9.37824 19.4057 9.2872 19.4434C9.19615 19.4812 9.09855 19.5006 8.99999 19.5006C8.90143 19.5006 8.80383 19.4812 8.71278 19.4434C8.62174 19.4057 8.53902 19.3504 8.46936 19.2806L3.21936 14.0306C3.07863 13.8899 2.99957 13.699 2.99957 13.5C2.99957 13.301 3.07863 13.1101 3.21936 12.9694C3.3601 12.8286 3.55097 12.7496 3.74999 12.7496C3.94901 12.7496 4.13988 12.8286 4.28061 12.9694L8.99999 17.6897L20.4694 6.21937C20.6101 6.07864 20.801 5.99958 21 5.99958C21.199 5.99958 21.3899 6.07864 21.5306 6.21937C21.6713 6.36011 21.7504 6.55098 21.7504 6.75C21.7504 6.94902 21.6713 7.1399 21.5306 7.28063Z"
|
|
380
|
-
fill="currentColor"
|
|
381
|
-
/>
|
|
382
|
-
</svg>
|
|
383
|
-
);
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
export function GoogleSVG({ className, ...props }: IconProps) {
|
|
387
|
-
return (
|
|
388
|
-
<svg
|
|
389
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
390
|
-
viewBox="0 0 24 24"
|
|
391
|
-
fill="none"
|
|
392
|
-
className={cx("kombos-icon", className)}
|
|
393
|
-
aria-hidden="true"
|
|
394
|
-
{...props}
|
|
395
|
-
>
|
|
396
|
-
<path
|
|
397
|
-
d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92a5.06 5.06 0 01-2.2 3.32v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.1z"
|
|
398
|
-
fill="#4285F4"
|
|
399
|
-
/>
|
|
400
|
-
<path
|
|
401
|
-
d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"
|
|
402
|
-
fill="#34A853"
|
|
403
|
-
/>
|
|
404
|
-
<path
|
|
405
|
-
d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18A10.96 10.96 0 001 12c0 1.77.42 3.45 1.18 4.93l3.66-2.84z"
|
|
406
|
-
fill="#FBBC05"
|
|
407
|
-
/>
|
|
408
|
-
<path
|
|
409
|
-
d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"
|
|
410
|
-
fill="#EA4335"
|
|
411
|
-
/>
|
|
412
|
-
</svg>
|
|
413
|
-
);
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
export function FacebookSVG({ className, ...props }: IconProps) {
|
|
417
|
-
return (
|
|
418
|
-
<svg
|
|
419
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
420
|
-
viewBox="0 0 24 24"
|
|
421
|
-
fill="none"
|
|
422
|
-
className={cx("kombos-icon", className)}
|
|
423
|
-
aria-hidden="true"
|
|
424
|
-
{...props}
|
|
425
|
-
>
|
|
426
|
-
<path
|
|
427
|
-
d="M24 12c0-6.627-5.373-12-12-12S0 5.373 0 12c0 5.99 4.388 10.954 10.125 11.854V15.47H7.078V12h3.047V9.356c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874V12h3.328l-.532 3.47h-2.796v8.385C19.612 22.954 24 17.99 24 12z"
|
|
428
|
-
fill="currentColor"
|
|
429
|
-
/>
|
|
430
|
-
</svg>
|
|
431
|
-
);
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
export function IkasLogoSVG({ className, ...props }: IconProps) {
|
|
435
|
-
return (
|
|
436
|
-
<svg
|
|
437
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
438
|
-
viewBox="0 0 43 12"
|
|
439
|
-
fill="none"
|
|
440
|
-
className={cx("kombos-icon", className)}
|
|
441
|
-
aria-hidden="true"
|
|
442
|
-
{...props}
|
|
443
|
-
>
|
|
444
|
-
<g clipPath="url(#clip0_10866_33625)">
|
|
445
|
-
<path
|
|
446
|
-
d="M41.8458 8.83022C41.8458 9.14665 41.78 9.44872 41.6468 9.73789C41.5151 10.0286 41.3218 10.2834 41.067 10.501C40.8136 10.72 40.4972 10.8962 40.1221 11.0279C39.7455 11.1596 39.3175 11.2255 38.8393 11.2255C38.2609 11.2255 37.714 11.1367 37.2 10.9592C36.7762 10.8131 36.3954 10.6055 36.0589 10.3364C35.9387 10.2419 35.9172 10.0686 36.0089 9.94693L36.7032 9.0278C36.7991 8.9018 36.9781 8.87891 37.1012 8.97625C37.2945 9.12945 37.5107 9.25401 37.7498 9.34993C38.0791 9.48163 38.3926 9.54749 38.6875 9.54749C39.0326 9.54749 39.2802 9.47161 39.4277 9.31841C39.5752 9.16668 39.6482 8.99343 39.6482 8.80017C39.6482 8.64838 39.5895 8.50812 39.4736 8.38065C39.3561 8.25325 39.17 8.15874 38.9166 8.09864L38.0318 7.82375C37.797 7.7622 37.5637 7.67916 37.3288 7.57174C37.0955 7.46583 36.8822 7.32839 36.6889 7.15943C36.4956 6.99195 36.3395 6.78862 36.2236 6.54954C36.1062 6.31045 36.0475 6.0284 36.0475 5.70342C36.0475 5.38841 36.1119 5.09349 36.2379 4.81864C36.3653 4.54375 36.5486 4.30181 36.7877 4.09277C37.0268 3.88513 37.3246 3.71906 37.6811 3.59737C38.0361 3.47572 38.4427 3.41412 38.9009 3.41412C39.3891 3.41412 39.8515 3.48143 40.2896 3.61314C40.6332 3.71766 40.9625 3.8651 41.2746 4.05696C41.4135 4.14285 41.4507 4.32755 41.3547 4.46071L40.7234 5.34264C40.6375 5.46434 40.4729 5.49438 40.3454 5.41706C40.1922 5.32256 40.0291 5.24528 39.8544 5.18368C39.5952 5.09349 39.3275 5.04771 39.054 5.04771C38.7792 5.04771 38.5701 5.10781 38.4284 5.22951C38.2852 5.35265 38.2151 5.5044 38.2151 5.68765C38.2151 5.82081 38.2623 5.93965 38.3597 6.04703C38.4556 6.15295 38.616 6.23173 38.8393 6.28326L39.5108 6.45073C40.3554 6.68411 40.9554 7.00052 41.3118 7.3971C41.6669 7.7937 41.8458 8.27187 41.8458 8.83022Z"
|
|
447
|
-
fill="currentColor"
|
|
448
|
-
/>
|
|
449
|
-
<path
|
|
450
|
-
d="M17.5429 3.8322V10.7931C17.5429 10.9477 17.4169 11.0737 17.2623 11.0737H15.6889C15.5328 11.0737 15.4068 10.9477 15.4068 10.7931V3.8322C15.4068 3.67755 15.5328 3.55154 15.6889 3.55154H17.2623C17.4169 3.55154 17.5429 3.67755 17.5429 3.8322Z"
|
|
451
|
-
fill="currentColor"
|
|
452
|
-
/>
|
|
453
|
-
<path
|
|
454
|
-
d="M17.5429 0.628065V2.20291C17.5429 2.35756 17.4169 2.48351 17.2623 2.48351H15.6874C15.5328 2.48351 15.4068 2.35756 15.4068 2.20291V0.628065C15.4068 0.473415 15.5328 0.347461 15.6874 0.347461H17.2623C17.4169 0.347461 17.5429 0.473415 17.5429 0.628065Z"
|
|
455
|
-
fill="currentColor"
|
|
456
|
-
/>
|
|
457
|
-
<path
|
|
458
|
-
d="M26.4251 11.0737H24.4623C24.3262 11.0737 24.2017 11.0007 24.1358 10.8818L22.896 8.66556L21.3111 10.9147C21.2409 11.015 21.1264 11.0737 21.0047 11.0737H19.6961C19.5401 11.0737 19.4141 10.9477 19.4141 10.7931V0.628068C19.4141 0.473417 19.5401 0.347464 19.6961 0.347464H21.2696C21.4256 0.347464 21.5502 0.473417 21.5502 0.628068V7.357L23.9139 3.72192C23.9826 3.616 24.1015 3.55154 24.2275 3.55154H26.1402C26.292 3.55154 26.3807 3.72337 26.292 3.84652L24.1444 6.89459L26.584 10.7873C26.6628 10.9119 26.5726 11.0737 26.4251 11.0737Z"
|
|
459
|
-
fill="currentColor"
|
|
460
|
-
/>
|
|
461
|
-
<path
|
|
462
|
-
d="M32.0531 8.70853C31.7123 9.08508 31.2728 9.27259 30.733 9.27259C30.4696 9.27259 30.2248 9.22251 30.0015 9.12085C29.7782 9.01918 29.5848 8.88176 29.4216 8.70853C29.2584 8.53531 29.1339 8.33056 29.048 8.09148C28.9606 7.85239 28.9177 7.59468 28.9177 7.31979V7.30547C28.9177 7.03057 28.9606 6.77291 29.048 6.53522C29.1339 6.29613 29.2584 6.08995 29.4216 5.91672C29.5848 5.74349 29.7782 5.60606 30.0015 5.5044C30.2248 5.40274 30.4696 5.35265 30.733 5.35265C31.2728 5.35265 31.7123 5.54021 32.0531 5.91672C32.3838 6.28181 32.5527 6.7471 32.5642 7.31263C32.5527 7.87813 32.3838 8.34488 32.0531 8.70853ZM34.3739 3.55154H33.0481C32.8935 3.55154 32.7675 3.67755 32.7675 3.8322V4.52226L32.7632 4.51225C32.4783 4.15717 32.1189 3.88228 31.6866 3.68901C31.2542 3.49575 30.8104 3.39839 30.3522 3.39839C29.8741 3.39839 29.4188 3.49861 28.9864 3.69618C28.554 3.8952 28.1775 4.16719 27.8582 4.51225C27.5375 4.85871 27.2827 5.27102 27.0952 5.74925C26.9062 6.22742 26.8131 6.74566 26.8131 7.30547V7.31979C26.8131 7.8796 26.9062 8.39788 27.0952 8.87606C27.2827 9.35568 27.5375 9.76654 27.8582 10.113C28.1775 10.4581 28.554 10.7301 28.9864 10.9291C29.4188 11.1266 29.8741 11.2255 30.3522 11.2255C30.8104 11.2255 31.2542 11.1295 31.6866 10.9362C32.1189 10.743 32.4783 10.4681 32.7632 10.113L32.7675 10.103V10.7931C32.7675 10.9477 32.8935 11.0737 33.0481 11.0737H34.3739C34.5285 11.0737 34.6545 10.9477 34.6545 10.7931V3.8322C34.6545 3.67755 34.5285 3.55154 34.3739 3.55154Z"
|
|
463
|
-
fill="currentColor"
|
|
464
|
-
/>
|
|
465
|
-
<path
|
|
466
|
-
d="M12.0312 4.81573L6.43324 11.1896C6.33879 11.297 6.16266 11.2298 6.16266 11.088V6.87025H0.41013C0.276985 6.87025 0.206833 6.71275 0.294161 6.61255L5.89207 0.240037C5.98657 0.132664 6.16266 0.19857 6.16266 0.341702V4.55947H11.9152C12.0469 4.55947 12.1185 4.71552 12.0312 4.81573Z"
|
|
467
|
-
fill="currentColor"
|
|
468
|
-
/>
|
|
469
|
-
</g>
|
|
470
|
-
<defs>
|
|
471
|
-
<clipPath id="clip0_10866_33625">
|
|
472
|
-
<rect width="42.1016" height="11.4295" fill="white" />
|
|
473
|
-
</clipPath>
|
|
474
|
-
</defs>
|
|
475
|
-
</svg>
|
|
476
|
-
);
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
export function EyeSVG({ className, ...props }: IconProps) {
|
|
480
|
-
return (
|
|
481
|
-
<svg
|
|
482
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
483
|
-
viewBox="0 0 24 24"
|
|
484
|
-
fill="none"
|
|
485
|
-
className={cx("kombos-icon", className)}
|
|
486
|
-
aria-hidden="true"
|
|
487
|
-
{...props}
|
|
488
|
-
>
|
|
489
|
-
<path
|
|
490
|
-
d="M23.1853 11.6962C23.1525 11.6222 22.3584 9.86062 20.5931 8.09531C18.2409 5.74312 15.27 4.5 12 4.5C8.72999 4.5 5.75905 5.74312 3.40687 8.09531C1.64155 9.86062 0.843741 11.625 0.814679 11.6962C0.772035 11.7922 0.75 11.896 0.75 12.0009C0.75 12.1059 0.772035 12.2097 0.814679 12.3056C0.847491 12.3797 1.64155 14.1403 3.40687 15.9056C5.75905 18.2569 8.72999 19.5 12 19.5C15.27 19.5 18.2409 18.2569 20.5931 15.9056C22.3584 14.1403 23.1525 12.3797 23.1853 12.3056C23.2279 12.2097 23.25 12.1059 23.25 12.0009C23.25 11.896 23.2279 11.7922 23.1853 11.6962ZM12 18C9.11437 18 6.59343 16.9509 4.50655 14.8828C3.65028 14.0313 2.92179 13.0603 2.34374 12C2.92164 10.9396 3.65014 9.9686 4.50655 9.11719C6.59343 7.04906 9.11437 6 12 6C14.8856 6 17.4066 7.04906 19.4934 9.11719C20.3514 9.9684 21.0815 10.9394 21.6609 12C20.985 13.2619 18.0403 18 12 18ZM12 7.5C11.11 7.5 10.2399 7.76392 9.49993 8.25839C8.7599 8.75285 8.18313 9.45566 7.84253 10.2779C7.50194 11.1002 7.41282 12.005 7.58646 12.8779C7.76009 13.7508 8.18867 14.5526 8.81801 15.182C9.44735 15.8113 10.2492 16.2399 11.1221 16.4135C11.995 16.5872 12.8998 16.4981 13.7221 16.1575C14.5443 15.8169 15.2471 15.2401 15.7416 14.5001C16.2361 13.76 16.5 12.89 16.5 12C16.4988 10.8069 16.0242 9.66303 15.1806 8.81939C14.337 7.97575 13.1931 7.50124 12 7.5ZM12 15C11.4066 15 10.8266 14.8241 10.3333 14.4944C9.83993 14.1648 9.45542 13.6962 9.22835 13.1481C9.00129 12.5999 8.94188 11.9967 9.05764 11.4147C9.17339 10.8328 9.45911 10.2982 9.87867 9.87868C10.2982 9.45912 10.8328 9.1734 11.4147 9.05764C11.9967 8.94189 12.5999 9.0013 13.148 9.22836C13.6962 9.45542 14.1648 9.83994 14.4944 10.3333C14.824 10.8266 15 11.4067 15 12C15 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7956 15 12 15Z"
|
|
491
|
-
fill="currentColor"
|
|
492
|
-
/>
|
|
493
|
-
</svg>
|
|
494
|
-
);
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
export function EyeSlashSVG({ className, ...props }: IconProps) {
|
|
498
|
-
return (
|
|
499
|
-
<svg
|
|
500
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
501
|
-
viewBox="0 0 24 24"
|
|
502
|
-
fill="none"
|
|
503
|
-
className={cx("kombos-icon", className)}
|
|
504
|
-
aria-hidden="true"
|
|
505
|
-
{...props}
|
|
506
|
-
>
|
|
507
|
-
<path
|
|
508
|
-
d="M5.05499 3.24562C4.98913 3.17138 4.90918 3.11095 4.81979 3.06783C4.7304 3.02471 4.63334 2.99976 4.53423 2.99443C4.43513 2.9891 4.33595 3.00349 4.24245 3.03677C4.14895 3.07005 4.06298 3.12156 3.98953 3.18831C3.91608 3.25505 3.85661 3.33572 3.81457 3.42562C3.77252 3.51552 3.74874 3.61288 3.7446 3.71204C3.74045 3.8112 3.75603 3.9102 3.79043 4.00329C3.82483 4.09639 3.87737 4.18173 3.94499 4.25437L5.74874 6.23906C2.34374 8.32875 0.879366 11.55 0.814679 11.6962C0.772035 11.7922 0.75 11.896 0.75 12.0009C0.75 12.1059 0.772035 12.2097 0.814679 12.3056C0.847491 12.3797 1.64155 14.1403 3.40687 15.9056C5.75905 18.2569 8.72999 19.5 12 19.5C13.6806 19.5096 15.3442 19.1636 16.8816 18.4847L18.9441 20.7544C19.0099 20.8286 19.0899 20.8891 19.1793 20.9322C19.2686 20.9753 19.3657 21.0002 19.4648 21.0056C19.5639 21.0109 19.6631 20.9965 19.7566 20.9632C19.8501 20.93 19.9361 20.8784 20.0095 20.8117C20.083 20.7449 20.1424 20.6643 20.1845 20.5744C20.2265 20.4845 20.2503 20.3871 20.2544 20.288C20.2586 20.1888 20.243 20.0898 20.2086 19.9967C20.1742 19.9036 20.1217 19.8183 20.0541 19.7456L5.05499 3.24562ZM9.49218 10.3556L13.3987 14.6541C12.8105 14.9635 12.136 15.0689 11.4814 14.9535C10.8268 14.8382 10.229 14.5087 9.78189 14.0168C9.33481 13.5248 9.06377 12.8984 9.01134 12.2357C8.9589 11.573 9.12803 10.9117 9.49218 10.3556ZM12 18C9.11437 18 6.59343 16.9509 4.50655 14.8828C3.64997 14.0315 2.92145 13.0605 2.34374 12C2.78343 11.1759 4.18687 8.86969 6.7828 7.37063L8.4703 9.22219C7.81699 10.0589 7.48052 11.0997 7.52036 12.1605C7.56021 13.2213 7.97379 14.2339 8.68802 15.0192C9.40225 15.8046 10.3711 16.3122 11.4234 16.4522C12.4757 16.5923 13.5436 16.3559 14.4384 15.7847L15.8194 17.3034C14.6006 17.771 13.3053 18.0072 12 18ZM12.5625 9.05344C12.3671 9.01614 12.1944 8.90274 12.0826 8.73817C11.9708 8.57361 11.9289 8.37137 11.9662 8.17594C12.0035 7.98051 12.1169 7.8079 12.2815 7.69608C12.4461 7.58426 12.6483 7.54239 12.8437 7.57969C13.7996 7.765 14.67 8.25436 15.325 8.97477C15.98 9.69518 16.3846 10.608 16.4784 11.5772C16.4969 11.7752 16.436 11.9725 16.3091 12.1256C16.1822 12.2788 15.9996 12.3752 15.8016 12.3937C15.7781 12.3951 15.7547 12.3951 15.7312 12.3937C15.5438 12.3946 15.3628 12.3251 15.224 12.1992C15.0852 12.0732 14.9986 11.8998 14.9812 11.7131C14.9181 11.0685 14.6486 10.4615 14.2128 9.98226C13.7771 9.50307 13.1982 9.17731 12.5625 9.05344ZM23.1825 12.3056C23.1431 12.3937 22.1934 14.4966 20.055 16.4119C19.9819 16.4794 19.8961 16.5317 19.8027 16.5658C19.7092 16.5998 19.6099 16.6149 19.5105 16.6102C19.4111 16.6055 19.3136 16.5811 19.2238 16.5384C19.1339 16.4956 19.0535 16.4354 18.9871 16.3613C18.9208 16.2872 18.8698 16.2006 18.8373 16.1066C18.8047 16.0125 18.7912 15.913 18.7975 15.8137C18.8037 15.7144 18.8297 15.6173 18.8739 15.5282C18.918 15.439 18.9795 15.3595 19.0547 15.2944C20.1038 14.3518 20.9851 13.2378 21.6609 12C21.0819 10.9385 20.3518 9.96683 19.4934 9.11531C17.4066 7.04906 14.8856 6 12 6C11.392 5.99926 10.7849 6.04849 10.185 6.14719C10.0874 6.16444 9.98741 6.16219 9.89073 6.14057C9.79404 6.11895 9.70259 6.07839 9.62167 6.02123C9.54074 5.96407 9.47195 5.89144 9.41925 5.80753C9.36656 5.72363 9.33101 5.63012 9.31466 5.5324C9.29832 5.43468 9.30149 5.3347 9.32401 5.23821C9.34652 5.14173 9.38793 5.05066 9.44584 4.97027C9.50375 4.88988 9.57702 4.82176 9.6614 4.76985C9.74579 4.71793 9.83963 4.68325 9.93749 4.66781C10.6192 4.55525 11.309 4.49912 12 4.5C15.27 4.5 18.2409 5.74312 20.5931 8.09531C22.3584 9.86062 23.1525 11.6222 23.1853 11.6962C23.2279 11.7922 23.25 11.896 23.25 12.0009C23.25 12.1059 23.2279 12.2097 23.1853 12.3056H23.1825Z"
|
|
509
|
-
fill="currentColor"
|
|
510
|
-
/>
|
|
511
|
-
</svg>
|
|
512
|
-
);
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
export function MapPin1SVG({ className, ...props }: IconProps) {
|
|
516
|
-
return (
|
|
517
|
-
<svg
|
|
518
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
519
|
-
viewBox="0 0 24 24"
|
|
520
|
-
fill="none"
|
|
521
|
-
className={cx("kombos-icon", className)}
|
|
522
|
-
aria-hidden="true"
|
|
523
|
-
{...props}
|
|
524
|
-
>
|
|
525
|
-
<path
|
|
526
|
-
d="M12 6C11.2583 6 10.5333 6.21993 9.91661 6.63199C9.29993 7.04404 8.81928 7.62971 8.53545 8.31494C8.25162 9.00016 8.17736 9.75416 8.32205 10.4816C8.46675 11.209 8.8239 11.8772 9.34835 12.4017C9.8728 12.9261 10.541 13.2833 11.2684 13.4279C11.9958 13.5726 12.7498 13.4984 13.4351 13.2145C14.1203 12.9307 14.706 12.4501 15.118 11.8334C15.5301 11.2167 15.75 10.4917 15.75 9.75C15.75 8.75544 15.3549 7.80161 14.6517 7.09835C13.9484 6.39509 12.9946 6 12 6ZM12 12C11.555 12 11.12 11.868 10.75 11.6208C10.38 11.3736 10.0916 11.0222 9.92127 10.611C9.75097 10.1999 9.70642 9.7475 9.79323 9.31105C9.88005 8.87459 10.0943 8.47368 10.409 8.15901C10.7237 7.84434 11.1246 7.63005 11.561 7.54323C11.9975 7.45642 12.4499 7.50097 12.861 7.67127C13.2722 7.84157 13.6236 8.12996 13.8708 8.49997C14.118 8.86998 14.25 9.30499 14.25 9.75C14.25 10.3467 14.0129 10.919 13.591 11.341C13.169 11.7629 12.5967 12 12 12ZM12 1.5C9.81273 1.50248 7.71575 2.37247 6.16911 3.91911C4.62247 5.46575 3.75248 7.56273 3.75 9.75C3.75 12.6938 5.11031 15.8138 7.6875 18.7734C8.84552 20.1108 10.1489 21.3151 11.5734 22.3641C11.6995 22.4524 11.8498 22.4998 12.0037 22.4998C12.1577 22.4998 12.308 22.4524 12.4341 22.3641C13.856 21.3147 15.1568 20.1104 16.3125 18.7734C18.8859 15.8138 20.25 12.6938 20.25 9.75C20.2475 7.56273 19.3775 5.46575 17.8309 3.91911C16.2843 2.37247 14.1873 1.50248 12 1.5ZM12 20.8125C10.4503 19.5938 5.25 15.1172 5.25 9.75C5.25 7.95979 5.96116 6.2429 7.22703 4.97703C8.4929 3.71116 10.2098 3 12 3C13.7902 3 15.5071 3.71116 16.773 4.97703C18.0388 6.2429 18.75 7.95979 18.75 9.75C18.75 15.1153 13.5497 19.5938 12 20.8125Z"
|
|
527
|
-
fill="currentColor"
|
|
528
|
-
/>
|
|
529
|
-
</svg>
|
|
530
|
-
);
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
export function Star1SVG({ className, ...props }: IconProps) {
|
|
534
|
-
return (
|
|
535
|
-
<svg
|
|
536
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
537
|
-
viewBox="0 0 24 24"
|
|
538
|
-
fill="none"
|
|
539
|
-
className={cx("kombos-icon", className)}
|
|
540
|
-
aria-hidden="true"
|
|
541
|
-
{...props}
|
|
542
|
-
>
|
|
543
|
-
<path
|
|
544
|
-
d="M22.4231 9.11813C22.3294 8.82987 22.1524 8.57581 21.9145 8.38796C21.6766 8.20011 21.3884 8.08687 21.0863 8.0625L15.555 7.61625L13.4194 2.45156C13.3039 2.17014 13.1073 1.92942 12.8547 1.76C12.602 1.59059 12.3047 1.50013 12.0005 1.50013C11.6963 1.50013 11.3989 1.59059 11.1463 1.76C10.8936 1.92942 10.6971 2.17014 10.5816 2.45156L8.44781 7.61531L2.91375 8.0625C2.61111 8.0881 2.32274 8.20244 2.08479 8.39119C1.84684 8.57995 1.66988 8.83473 1.57609 9.12362C1.4823 9.4125 1.47584 9.72264 1.55753 10.0152C1.63922 10.3077 1.80542 10.5696 2.03531 10.7681L6.25406 14.4084L4.96875 19.8516C4.89687 20.1473 4.91447 20.4577 5.01932 20.7434C5.12417 21.0291 5.31154 21.2772 5.55765 21.4562C5.80376 21.6352 6.09751 21.737 6.4016 21.7488C6.7057 21.7605 7.00643 21.6817 7.26563 21.5222L12 18.6084L16.7372 21.5222C16.9965 21.6798 17.2966 21.7571 17.5997 21.7445C17.9029 21.7318 18.1955 21.6298 18.4408 21.4512C18.6861 21.2726 18.873 21.0254 18.9781 20.7407C19.0832 20.4561 19.1017 20.1467 19.0313 19.8516L17.7413 14.4075L21.96 10.7672C22.1918 10.569 22.3595 10.3065 22.4419 10.013C22.5244 9.7194 22.5178 9.40797 22.4231 9.11813ZM20.985 9.63094L16.4194 13.5684C16.3153 13.6582 16.2378 13.7748 16.1955 13.9056C16.1532 14.0364 16.1476 14.1763 16.1794 14.31L17.5744 20.1975C17.578 20.2056 17.5783 20.2148 17.5754 20.2232C17.5724 20.2316 17.5664 20.2385 17.5584 20.2425C17.5416 20.2556 17.5369 20.2528 17.5228 20.2425L12.3928 17.0878C12.2747 17.0152 12.1387 16.9767 12 16.9767C11.8613 16.9767 11.7253 17.0152 11.6072 17.0878L6.47719 20.2444C6.46313 20.2528 6.45938 20.2556 6.44156 20.2444C6.43365 20.2403 6.42759 20.2334 6.42462 20.2251C6.42166 20.2167 6.42202 20.2075 6.42563 20.1994L7.82063 14.3119C7.85242 14.1781 7.84685 14.0382 7.80452 13.9075C7.7622 13.7767 7.68475 13.6601 7.58063 13.5703L3.015 9.63281C3.00375 9.62344 2.99344 9.615 3.00281 9.58594C3.01219 9.55688 3.01969 9.56063 3.03375 9.55875L9.02625 9.075C9.1637 9.06321 9.29523 9.01374 9.40638 8.93203C9.51753 8.85033 9.60399 8.73954 9.65625 8.61188L11.9644 3.02344C11.9719 3.0075 11.9747 3 11.9972 3C12.0197 3 12.0225 3.0075 12.03 3.02344L14.3438 8.61188C14.3965 8.73959 14.4835 8.85025 14.5952 8.93165C14.7068 9.01304 14.8388 9.062 14.9766 9.07313L20.9691 9.55688C20.9831 9.55688 20.9916 9.55688 21 9.58406C21.0084 9.61125 21 9.62156 20.985 9.63094Z"
|
|
545
|
-
fill="currentColor"
|
|
546
|
-
/>
|
|
547
|
-
</svg>
|
|
548
|
-
);
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
export function ArrowBendUpLeftSVG({ className, ...props }: IconProps) {
|
|
552
|
-
return (
|
|
553
|
-
<svg
|
|
554
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
555
|
-
viewBox="0 0 24 24"
|
|
556
|
-
fill="none"
|
|
557
|
-
className={cx("kombos-icon", className)}
|
|
558
|
-
aria-hidden="true"
|
|
559
|
-
{...props}
|
|
560
|
-
>
|
|
561
|
-
<path
|
|
562
|
-
d="M21 18.75C21 18.5511 20.921 18.3603 20.7803 18.2197C20.6397 18.079 20.4489 18 20.25 18C17.4281 18 15.2578 17.1478 13.8431 15.6431C12.3591 14.0662 12 12.0937 12 10.5V5.56031L14.4694 8.03062C14.539 8.10031 14.6218 8.15557 14.7128 8.19329C14.8039 8.231 14.9014 8.25042 15 8.25042C15.0986 8.25042 15.1961 8.231 15.2872 8.19329C15.3782 8.15557 15.461 8.10031 15.5306 8.03062C15.6003 7.96094 15.6556 7.87822 15.6933 7.78717C15.731 7.69613 15.7504 7.59855 15.7504 7.5C15.7504 7.40145 15.731 7.30387 15.6933 7.21283C15.6556 7.12178 15.6003 7.03906 15.5306 6.96937L11.7806 3.21937C11.711 3.14969 11.6283 3.09442 11.5372 3.0567C11.4462 3.01899 11.3486 2.99958 11.25 2.99958C11.1514 2.99958 11.0538 3.01899 10.9628 3.0567C10.8717 3.09442 10.789 3.14969 10.7194 3.21937L6.96937 6.96937C6.82864 7.11011 6.74958 7.30098 6.74958 7.5C6.74958 7.69902 6.82864 7.88989 6.96937 8.03062C7.11011 8.17136 7.30098 8.25042 7.5 8.25042C7.69902 8.25042 7.88989 8.17136 8.03062 8.03062L10.5 5.56031V10.5C10.5 12.4062 10.8909 14.9337 12.7819 16.9444C14.4478 18.7172 17.0156 19.6284 20.25 19.5C20.4489 19.5 20.6397 19.421 20.7803 19.2803C20.921 19.1397 21 18.9489 21 18.75Z"
|
|
563
|
-
fill="currentColor"
|
|
564
|
-
/>
|
|
565
|
-
</svg>
|
|
566
|
-
);
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
export function StarFilledSVG({ className, ...props }: IconProps) {
|
|
570
|
-
return (
|
|
571
|
-
<svg
|
|
572
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
573
|
-
viewBox="0 0 24 24"
|
|
574
|
-
fill="none"
|
|
575
|
-
className={cx("kombos-icon", className)}
|
|
576
|
-
aria-hidden="true"
|
|
577
|
-
{...props}
|
|
578
|
-
>
|
|
579
|
-
<path
|
|
580
|
-
d="M22.4231 9.11813C22.3294 8.82987 22.1524 8.57581 21.9145 8.38796C21.6766 8.20011 21.3884 8.08687 21.0863 8.0625L15.555 7.61625L13.4194 2.45156C13.3039 2.17014 13.1073 1.92942 12.8547 1.76C12.602 1.59059 12.3047 1.50013 12.0005 1.50013C11.6963 1.50013 11.3989 1.59059 11.1463 1.76C10.8936 1.92942 10.6971 2.17014 10.5816 2.45156L8.44781 7.61531L2.91375 8.0625C2.61111 8.0881 2.32274 8.20244 2.08479 8.39119C1.84684 8.57995 1.66988 8.83473 1.57609 9.12362C1.4823 9.4125 1.47584 9.72264 1.55753 10.0152C1.63922 10.3077 1.80542 10.5696 2.03531 10.7681L6.25406 14.4084L4.96875 19.8516C4.89687 20.1473 4.91447 20.4577 5.01932 20.7434C5.12417 21.0291 5.31154 21.2772 5.55765 21.4562C5.80376 21.6352 6.09751 21.737 6.4016 21.7488C6.7057 21.7605 7.00643 21.6817 7.26563 21.5222L12 18.6084L16.7372 21.5222C16.9965 21.6798 17.2966 21.7571 17.5997 21.7445C17.9029 21.7318 18.1955 21.6298 18.4408 21.4512C18.6861 21.2726 18.873 21.0254 18.9781 20.7407C19.0832 20.4561 19.1017 20.1467 19.0313 19.8516L17.7413 14.4075L21.96 10.7672C22.1918 10.569 22.3595 10.3065 22.4419 10.013C22.5244 9.7194 22.5178 9.40797 22.4231 9.11813Z"
|
|
581
|
-
fill="currentColor"
|
|
582
|
-
/>
|
|
583
|
-
</svg>
|
|
584
|
-
);
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
export function SignOut1SVG({ className, ...props }: IconProps) {
|
|
588
|
-
return (
|
|
589
|
-
<svg
|
|
590
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
591
|
-
viewBox="0 0 24 24"
|
|
592
|
-
fill="none"
|
|
593
|
-
className={cx("kombos-icon", className)}
|
|
594
|
-
aria-hidden="true"
|
|
595
|
-
{...props}
|
|
596
|
-
>
|
|
597
|
-
<path
|
|
598
|
-
d="M11.25 20.25C11.25 20.4489 11.171 20.6397 11.0303 20.7803C10.8897 20.921 10.6989 21 10.5 21H4.5C4.30109 21 4.11032 20.921 3.96967 20.7803C3.82902 20.6397 3.75 20.4489 3.75 20.25V3.75C3.75 3.55109 3.82902 3.36032 3.96967 3.21967C4.11032 3.07902 4.30109 3 4.5 3H10.5C10.6989 3 10.8897 3.07902 11.0303 3.21967C11.171 3.36032 11.25 3.55109 11.25 3.75C11.25 3.94891 11.171 4.13968 11.0303 4.28033C10.8897 4.42098 10.6989 4.5 10.5 4.5H5.25V19.5H10.5C10.6989 19.5 10.8897 19.579 11.0303 19.7197C11.171 19.8603 11.25 20.0511 11.25 20.25ZM21.5306 11.4694L17.7806 7.71937C17.6399 7.57864 17.449 7.49958 17.25 7.49958C17.051 7.49958 16.8601 7.57864 16.7194 7.71937C16.5786 7.86011 16.4996 8.05098 16.4996 8.25C16.4996 8.44902 16.5786 8.63989 16.7194 8.78063L19.1897 11.25H10.5C10.3011 11.25 10.1103 11.329 9.96967 11.4697C9.82902 11.6103 9.75 11.8011 9.75 12C9.75 12.1989 9.82902 12.3897 9.96967 12.5303C10.1103 12.671 10.3011 12.75 10.5 12.75H19.1897L16.7194 15.2194C16.5786 15.3601 16.4996 15.551 16.4996 15.75C16.4996 15.949 16.5786 16.1399 16.7194 16.2806C16.8601 16.4214 17.051 16.5004 17.25 16.5004C17.449 16.5004 17.6399 16.4214 17.7806 16.2806L21.5306 12.5306C21.6004 12.461 21.6557 12.3783 21.6934 12.2872C21.7312 12.1962 21.7506 12.0986 21.7506 12C21.7506 11.9014 21.7312 11.8038 21.6934 11.7128C21.6557 11.6217 21.6004 11.539 21.5306 11.4694Z"
|
|
599
|
-
fill="currentColor"
|
|
600
|
-
/>
|
|
601
|
-
</svg>
|
|
602
|
-
);
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
export function Heart2SVG({ className, ...props }: IconProps) {
|
|
606
|
-
return (
|
|
607
|
-
<svg
|
|
608
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
609
|
-
viewBox="0 0 24 24"
|
|
610
|
-
fill="none"
|
|
611
|
-
className={cx("kombos-icon", className)}
|
|
612
|
-
aria-hidden="true"
|
|
613
|
-
{...props}
|
|
614
|
-
>
|
|
615
|
-
<path
|
|
616
|
-
d="M16.6875 3.75C14.7516 3.75 13.0566 4.5825 12 5.98969C10.9434 4.5825 9.24844 3.75 7.3125 3.75C5.77146 3.75174 4.29404 4.36468 3.20436 5.45436C2.11468 6.54404 1.50174 8.02146 1.5 9.5625C1.5 16.125 11.2303 21.4369 11.6447 21.6562C11.7539 21.715 11.876 21.7458 12 21.7458C12.124 21.7458 12.2461 21.715 12.3553 21.6562C12.7697 21.4369 22.5 16.125 22.5 9.5625C22.4983 8.02146 21.8853 6.54404 20.7956 5.45436C19.706 4.36468 18.2285 3.75174 16.6875 3.75ZM12 20.1375C10.2881 19.14 3 14.5959 3 9.5625C3.00149 8.41921 3.45632 7.32317 4.26475 6.51475C5.07317 5.70632 6.16921 5.25149 7.3125 5.25C9.13594 5.25 10.6669 6.22125 11.3062 7.78125C11.3628 7.91881 11.4589 8.03646 11.5824 8.11926C11.7059 8.20207 11.8513 8.24627 12 8.24627C12.1487 8.24627 12.2941 8.20207 12.4176 8.11926C12.5411 8.03646 12.6372 7.91881 12.6937 7.78125C13.3331 6.21844 14.8641 5.25 16.6875 5.25C17.8308 5.25149 18.9268 5.70632 19.7353 6.51475C20.5437 7.32317 20.9985 8.41921 21 9.5625C21 14.5884 13.71 19.1391 12 20.1375Z"
|
|
617
|
-
fill="currentColor"
|
|
618
|
-
/>
|
|
619
|
-
</svg>
|
|
620
|
-
);
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
export function HeartFilledSVG({ className, ...props }: IconProps) {
|
|
624
|
-
return (
|
|
625
|
-
<svg
|
|
626
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
627
|
-
viewBox="0 0 24 24"
|
|
628
|
-
fill="none"
|
|
629
|
-
className={cx("kombos-icon", className)}
|
|
630
|
-
aria-hidden="true"
|
|
631
|
-
{...props}
|
|
632
|
-
>
|
|
633
|
-
<path
|
|
634
|
-
d="M16.6875 3.75C14.7516 3.75 13.0566 4.5825 12 5.98969C10.9434 4.5825 9.24844 3.75 7.3125 3.75C5.77146 3.75174 4.29404 4.36468 3.20436 5.45436C2.11468 6.54404 1.50174 8.02146 1.5 9.5625C1.5 16.125 11.2303 21.4369 11.6447 21.6562C11.7539 21.715 11.876 21.7458 12 21.7458C12.124 21.7458 12.2461 21.715 12.3553 21.6562C12.7697 21.4369 22.5 16.125 22.5 9.5625C22.4983 8.02146 21.8853 6.54404 20.7956 5.45436C19.706 4.36468 18.2285 3.75174 16.6875 3.75Z"
|
|
635
|
-
fill="currentColor"
|
|
636
|
-
/>
|
|
637
|
-
</svg>
|
|
638
|
-
);
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
export function SlidersHorizontalSVG({ className, ...props }: IconProps) {
|
|
642
|
-
return (
|
|
643
|
-
<svg
|
|
644
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
645
|
-
viewBox="0 0 16 16"
|
|
646
|
-
fill="none"
|
|
647
|
-
className={cx("kombos-icon", className)}
|
|
648
|
-
aria-hidden="true"
|
|
649
|
-
{...props}
|
|
650
|
-
>
|
|
651
|
-
<path
|
|
652
|
-
d="M2.5 5.50002H4.5625C4.67265 5.93022 4.92285 6.31153 5.27365 6.58384C5.62446 6.85614 6.05591 7.00394 6.5 7.00394C6.94409 7.00394 7.37554 6.85614 7.72635 6.58384C8.07715 6.31153 8.32735 5.93022 8.4375 5.50002H13.5C13.6326 5.50002 13.7598 5.44734 13.8536 5.35357C13.9473 5.2598 14 5.13262 14 5.00002C14 4.86741 13.9473 4.74023 13.8536 4.64646C13.7598 4.55269 13.6326 4.50002 13.5 4.50002H8.4375C8.32735 4.06981 8.07715 3.6885 7.72635 3.4162C7.37554 3.14389 6.94409 2.99609 6.5 2.99609C6.05591 2.99609 5.62446 3.14389 5.27365 3.4162C4.92285 3.6885 4.67265 4.06981 4.5625 4.50002H2.5C2.36739 4.50002 2.24021 4.55269 2.14645 4.64646C2.05268 4.74023 2 4.86741 2 5.00002C2 5.13262 2.05268 5.2598 2.14645 5.35357C2.24021 5.44734 2.36739 5.50002 2.5 5.50002ZM6.5 4.00002C6.69778 4.00002 6.89112 4.05866 7.05557 4.16855C7.22002 4.27843 7.34819 4.43461 7.42388 4.61733C7.49957 4.80006 7.51937 5.00112 7.48079 5.19511C7.4422 5.38909 7.34696 5.56727 7.20711 5.70712C7.06725 5.84697 6.88907 5.94222 6.69509 5.9808C6.50111 6.01939 6.30004 5.99958 6.11732 5.9239C5.93459 5.84821 5.77841 5.72003 5.66853 5.55559C5.55865 5.39114 5.5 5.1978 5.5 5.00002C5.5 4.7348 5.60536 4.48045 5.79289 4.29291C5.98043 4.10537 6.23478 4.00002 6.5 4.00002ZM13.5 10.5H12.4375C12.3273 10.0698 12.0771 9.6885 11.7263 9.4162C11.3755 9.1439 10.9441 8.99609 10.5 8.99609C10.0559 8.99609 9.62446 9.1439 9.27365 9.4162C8.92285 9.6885 8.67265 10.0698 8.5625 10.5H2.5C2.36739 10.5 2.24021 10.5527 2.14645 10.6465C2.05268 10.7402 2 10.8674 2 11C2 11.1326 2.05268 11.2598 2.14645 11.3536C2.24021 11.4473 2.36739 11.5 2.5 11.5H8.5625C8.67265 11.9302 8.92285 12.3115 9.27365 12.5838C9.62446 12.8561 10.0559 13.0039 10.5 13.0039C10.9441 13.0039 11.3755 12.8561 11.7263 12.5838C12.0771 12.3115 12.3273 11.9302 12.4375 11.5H13.5C13.6326 11.5 13.7598 11.4473 13.8536 11.3536C13.9473 11.2598 14 11.1326 14 11C14 10.8674 13.9473 10.7402 13.8536 10.6465C13.7598 10.5527 13.6326 10.5 13.5 10.5ZM10.5 12C10.3022 12 10.1089 11.9414 9.94443 11.8315C9.77998 11.7216 9.65181 11.5654 9.57612 11.3827C9.50043 11.2 9.48063 10.9989 9.51921 10.8049C9.5578 10.6109 9.65304 10.4328 9.79289 10.2929C9.93275 10.1531 10.1109 10.0578 10.3049 10.0192C10.4989 9.98064 10.7 10.0004 10.8827 10.0761C11.0654 10.1518 11.2216 10.28 11.3315 10.4444C11.4414 10.6089 11.5 10.8022 11.5 11C11.5 11.2652 11.3946 11.5196 11.2071 11.7071C11.0196 11.8947 10.7652 12 10.5 12Z"
|
|
653
|
-
fill="currentColor"
|
|
654
|
-
/>
|
|
655
|
-
</svg>
|
|
656
|
-
);
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
export function DotsThreeSVG({ className, ...props }: IconProps) {
|
|
660
|
-
return (
|
|
661
|
-
<svg
|
|
662
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
663
|
-
viewBox="0 0 24 24"
|
|
664
|
-
fill="none"
|
|
665
|
-
className={cx("kombos-icon", className)}
|
|
666
|
-
aria-hidden="true"
|
|
667
|
-
{...props}
|
|
668
|
-
>
|
|
669
|
-
<path
|
|
670
|
-
d="M13.125 12C13.125 12.2225 13.059 12.44 12.9354 12.625C12.8118 12.81 12.6361 12.9542 12.4305 13.0394C12.225 13.1245 11.9988 13.1468 11.7805 13.1034C11.5623 13.06 11.3618 12.9528 11.2045 12.7955C11.0472 12.6382 10.94 12.4377 10.8966 12.2195C10.8532 12.0012 10.8755 11.775 10.9606 11.5695C11.0458 11.3639 11.19 11.1882 11.375 11.0646C11.56 10.941 11.7775 10.875 12 10.875C12.2984 10.875 12.5845 10.9935 12.7955 11.2045C13.0065 11.4155 13.125 11.7016 13.125 12ZM18.375 10.875C18.1525 10.875 17.935 10.941 17.75 11.0646C17.565 11.1882 17.4208 11.3639 17.3356 11.5695C17.2505 11.775 17.2282 12.0012 17.2716 12.2195C17.315 12.4377 17.4222 12.6382 17.5795 12.7955C17.7368 12.9528 17.9373 13.06 18.1555 13.1034C18.3738 13.1468 18.6 13.1245 18.8055 13.0394C19.0111 12.9542 19.1868 12.81 19.3104 12.625C19.434 12.44 19.5 12.2225 19.5 12C19.5 11.7016 19.3815 11.4155 19.1705 11.2045C18.9595 10.9935 18.6734 10.875 18.375 10.875ZM5.625 10.875C5.4025 10.875 5.18499 10.941 4.99998 11.0646C4.81498 11.1882 4.67078 11.3639 4.58564 11.5695C4.50049 11.775 4.47821 12.0012 4.52162 12.2195C4.56503 12.4377 4.67217 12.6382 4.82951 12.7955C4.98684 12.9528 5.1873 13.06 5.40552 13.1034C5.62375 13.1468 5.84995 13.1245 6.05552 13.0394C6.26109 12.9542 6.43679 12.81 6.5604 12.625C6.68402 12.44 6.75 12.2225 6.75 12C6.75 11.7016 6.63147 11.4155 6.4205 11.2045C6.20952 10.9935 5.92337 10.875 5.625 10.875Z"
|
|
671
|
-
fill="currentColor"
|
|
672
|
-
/>
|
|
673
|
-
</svg>
|
|
674
|
-
);
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
export function CaretDoubleLeftSVG({ className, ...props }: IconProps) {
|
|
678
|
-
return (
|
|
679
|
-
<svg
|
|
680
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
681
|
-
viewBox="0 0 24 24"
|
|
682
|
-
fill="none"
|
|
683
|
-
className={cx("kombos-icon", className)}
|
|
684
|
-
aria-hidden="true"
|
|
685
|
-
{...props}
|
|
686
|
-
>
|
|
687
|
-
<path
|
|
688
|
-
d="M19.2806 18.9694C19.3503 19.0391 19.4056 19.1218 19.4433 19.2128C19.481 19.3039 19.5004 19.4015 19.5004 19.5C19.5004 19.5985 19.481 19.6961 19.4433 19.7872C19.4056 19.8782 19.3503 19.9609 19.2806 20.0306C19.2109 20.1003 19.1282 20.1556 19.0372 20.1933C18.9461 20.231 18.8485 20.2504 18.75 20.2504C18.6514 20.2504 18.5539 20.231 18.4628 20.1933C18.3718 20.1556 18.289 20.1003 18.2194 20.0306L10.7194 12.5306C10.6496 12.461 10.5943 12.3783 10.5566 12.2872C10.5188 12.1962 10.4994 12.0986 10.4994 12C10.4994 11.9014 10.5188 11.8038 10.5566 11.7128C10.5943 11.6217 10.6496 11.539 10.7194 11.4694L18.2194 3.96938C18.3601 3.82864 18.551 3.74958 18.75 3.74958C18.949 3.74958 19.1399 3.82864 19.2806 3.96938C19.4213 4.11011 19.5004 4.30098 19.5004 4.5C19.5004 4.69902 19.4213 4.88989 19.2806 5.03062L12.3103 12L19.2806 18.9694ZM4.81029 12L11.7806 5.03062C11.9213 4.88989 12.0004 4.69902 12.0004 4.5C12.0004 4.30098 11.9213 4.11011 11.7806 3.96938C11.6399 3.82864 11.449 3.74958 11.25 3.74958C11.051 3.74958 10.8601 3.82864 10.7194 3.96938L3.21935 11.4694C3.14962 11.539 3.0943 11.6217 3.05656 11.7128C3.01882 11.8038 2.99939 11.9014 2.99939 12C2.99939 12.0986 3.01882 12.1962 3.05656 12.2872C3.0943 12.3783 3.14962 12.461 3.21935 12.5306L10.7194 20.0306C10.789 20.1003 10.8718 20.1556 10.9628 20.1933C11.0539 20.231 11.1514 20.2504 11.25 20.2504C11.3485 20.2504 11.4461 20.231 11.5372 20.1933C11.6282 20.1556 11.7109 20.1003 11.7806 20.0306C11.8503 19.9609 11.9056 19.8782 11.9433 19.7872C11.981 19.6961 12.0004 19.5985 12.0004 19.5C12.0004 19.4015 11.981 19.3039 11.9433 19.2128C11.9056 19.1218 11.8503 19.0391 11.7806 18.9694L4.81029 12Z"
|
|
689
|
-
fill="currentColor"
|
|
690
|
-
/>
|
|
691
|
-
</svg>
|
|
692
|
-
);
|
|
693
|
-
}
|
|
694
|
-
|
|
695
|
-
export function CaretDoubleRightSVG({ className, ...props }: IconProps) {
|
|
696
|
-
return (
|
|
697
|
-
<svg
|
|
698
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
699
|
-
viewBox="0 0 24 24"
|
|
700
|
-
fill="none"
|
|
701
|
-
className={cx("kombos-icon", className)}
|
|
702
|
-
aria-hidden="true"
|
|
703
|
-
{...props}
|
|
704
|
-
>
|
|
705
|
-
<path
|
|
706
|
-
d="M13.2807 12.5306L5.78068 20.0306C5.63995 20.1714 5.44907 20.2504 5.25005 20.2504C5.05103 20.2504 4.86016 20.1714 4.71943 20.0306C4.5787 19.8899 4.49963 19.699 4.49963 19.5C4.49963 19.301 4.5787 19.1101 4.71943 18.9694L11.6897 12L4.71943 5.03062C4.5787 4.88989 4.49963 4.69902 4.49963 4.5C4.49963 4.30098 4.5787 4.11011 4.71943 3.96938C4.86016 3.82864 5.05103 3.74958 5.25005 3.74958C5.44907 3.74958 5.63995 3.82864 5.78068 3.96938L13.2807 11.4694C13.3504 11.539 13.4057 11.6217 13.4435 11.7128C13.4812 11.8038 13.5006 11.9014 13.5006 12C13.5006 12.0986 13.4812 12.1962 13.4435 12.2872C13.4057 12.3783 13.3504 12.461 13.2807 12.5306ZM20.7807 11.4694L13.2807 3.96938C13.1399 3.82864 12.9491 3.74958 12.7501 3.74958C12.551 3.74958 12.3602 3.82864 12.2194 3.96938C12.0787 4.11011 11.9996 4.30098 11.9996 4.5C11.9996 4.69902 12.0787 4.88989 12.2194 5.03062L19.1897 12L12.2194 18.9694C12.0787 19.1101 11.9996 19.301 11.9996 19.5C11.9996 19.699 12.0787 19.8899 12.2194 20.0306C12.3602 20.1714 12.551 20.2504 12.7501 20.2504C12.9491 20.2504 13.1399 20.1714 13.2807 20.0306L20.7807 12.5306C20.8504 12.461 20.9057 12.3783 20.9435 12.2872C20.9812 12.1962 21.0006 12.0986 21.0006 12C21.0006 11.9014 20.9812 11.8038 20.9435 11.7128C20.9057 11.6217 20.8504 11.539 20.7807 11.4694Z"
|
|
707
|
-
fill="currentColor"
|
|
708
|
-
/>
|
|
709
|
-
</svg>
|
|
710
|
-
);
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
export function ArrowUUpLeftSVG({ className, ...props }: IconProps) {
|
|
714
|
-
return (
|
|
715
|
-
<svg
|
|
716
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
717
|
-
viewBox="0 0 24 24"
|
|
718
|
-
fill="none"
|
|
719
|
-
className={cx("kombos-icon", className)}
|
|
720
|
-
aria-hidden="true"
|
|
721
|
-
{...props}
|
|
722
|
-
>
|
|
723
|
-
<path
|
|
724
|
-
d="M21 21V15C21 13.4087 20.3679 11.8826 19.2426 10.7574C18.1174 9.63214 16.5913 9 15 9H5.56066L9.53033 5.03033C9.67098 4.88968 9.75 4.69891 9.75 4.5C9.75 4.30109 9.67098 4.11032 9.53033 3.96967C9.38968 3.82902 9.19891 3.75 9 3.75C8.80109 3.75 8.61032 3.82902 8.46967 3.96967L3.21967 9.21967C3.14999 9.28935 3.09469 9.37207 3.05697 9.46312C3.01926 9.55417 2.99985 9.65175 2.99985 9.75C2.99985 9.84825 3.01926 9.94583 3.05697 10.0369C3.09469 10.1279 3.14999 10.2107 3.21967 10.2803L8.46967 15.5303C8.61032 15.671 8.80109 15.75 9 15.75C9.19891 15.75 9.38968 15.671 9.53033 15.5303C9.67098 15.3897 9.75 15.1989 9.75 15C9.75 14.8011 9.67098 14.6103 9.53033 14.4697L5.56066 10.5H15C16.1935 10.5 17.3381 10.9741 18.182 11.818C19.0259 12.6619 19.5 13.8065 19.5 15V21C19.5 21.1989 19.579 21.3897 19.7197 21.5303C19.8603 21.671 20.0511 21.75 20.25 21.75C20.4489 21.75 20.6397 21.671 20.7803 21.5303C20.921 21.3897 21 21.1989 21 21Z"
|
|
725
|
-
fill="currentColor"
|
|
726
|
-
/>
|
|
727
|
-
</svg>
|
|
728
|
-
);
|
|
729
|
-
}
|
|
730
|
-
|
|
731
|
-
export function CreditCardSVG({ className, ...props }: IconProps) {
|
|
732
|
-
return (
|
|
733
|
-
<svg
|
|
734
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
735
|
-
viewBox="0 0 24 24"
|
|
736
|
-
fill="none"
|
|
737
|
-
className={cx("kombos-icon", className)}
|
|
738
|
-
aria-hidden="true"
|
|
739
|
-
{...props}
|
|
740
|
-
>
|
|
741
|
-
<path
|
|
742
|
-
d="M21.75 4.5H2.25C1.85218 4.5 1.47064 4.65804 1.18934 4.93934C0.908035 5.22064 0.75 5.60218 0.75 6V18C0.75 18.3978 0.908035 18.7794 1.18934 19.0607C1.47064 19.342 1.85218 19.5 2.25 19.5H21.75C22.1478 19.5 22.5294 19.342 22.8107 19.0607C23.092 18.7794 23.25 18.3978 23.25 18V6C23.25 5.60218 23.092 5.22064 22.8107 4.93934C22.5294 4.65804 22.1478 4.5 21.75 4.5ZM21.75 6V8.25H2.25V6H21.75ZM21.75 18H2.25V9.75H21.75V18ZM20.25 15.75C20.25 15.9489 20.171 16.1397 20.0303 16.2803C19.8897 16.421 19.6989 16.5 19.5 16.5H16.5C16.3011 16.5 16.1103 16.421 15.9697 16.2803C15.829 16.1397 15.75 15.9489 15.75 15.75C15.75 15.5511 15.829 15.3603 15.9697 15.2197C16.1103 15.079 16.3011 15 16.5 15H19.5C19.6989 15 19.8897 15.079 20.0303 15.2197C20.171 15.3603 20.25 15.5511 20.25 15.75ZM14.25 15.75C14.25 15.9489 14.171 16.1397 14.0303 16.2803C13.8897 16.421 13.6989 16.5 13.5 16.5H12C11.8011 16.5 11.6103 16.421 11.4697 16.2803C11.329 16.1397 11.25 15.9489 11.25 15.75C11.25 15.5511 11.329 15.3603 11.4697 15.2197C11.6103 15.079 11.8011 15 12 15H13.5C13.6989 15 13.8897 15.079 14.0303 15.2197C14.171 15.3603 14.25 15.5511 14.25 15.75Z"
|
|
743
|
-
fill="currentColor"
|
|
744
|
-
/>
|
|
745
|
-
</svg>
|
|
746
|
-
);
|
|
747
|
-
}
|
|
748
|
-
|
|
749
|
-
export function Column3SVG({ className, ...props }: IconProps) {
|
|
750
|
-
return (
|
|
751
|
-
<svg
|
|
752
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
753
|
-
viewBox="0 0 24 24"
|
|
754
|
-
fill="none"
|
|
755
|
-
className={cx("kombos-icon", className)}
|
|
756
|
-
aria-hidden="true"
|
|
757
|
-
{...props}
|
|
758
|
-
>
|
|
759
|
-
<rect
|
|
760
|
-
x="2.5"
|
|
761
|
-
y="4.5"
|
|
762
|
-
width="19"
|
|
763
|
-
height="15"
|
|
764
|
-
rx="1.5"
|
|
765
|
-
stroke="currentColor"
|
|
766
|
-
/>
|
|
767
|
-
<line x1="8.5" y1="5" x2="8.5" y2="19" stroke="currentColor" />
|
|
768
|
-
<line x1="15.5" y1="5" x2="15.5" y2="19" stroke="currentColor" />
|
|
769
|
-
</svg>
|
|
770
|
-
);
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
export function Column4SVG({ className, ...props }: IconProps) {
|
|
774
|
-
return (
|
|
775
|
-
<svg
|
|
776
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
777
|
-
viewBox="0 0 24 24"
|
|
778
|
-
fill="none"
|
|
779
|
-
className={cx("kombos-icon", className)}
|
|
780
|
-
aria-hidden="true"
|
|
781
|
-
{...props}
|
|
782
|
-
>
|
|
783
|
-
<rect
|
|
784
|
-
x="2.5"
|
|
785
|
-
y="4.5"
|
|
786
|
-
width="19"
|
|
787
|
-
height="15"
|
|
788
|
-
rx="1.5"
|
|
789
|
-
stroke="currentColor"
|
|
790
|
-
/>
|
|
791
|
-
<line x1="7" y1="5" x2="7" y2="19" stroke="currentColor" />
|
|
792
|
-
<line x1="12" y1="5" x2="12" y2="19" stroke="currentColor" />
|
|
793
|
-
<line x1="17" y1="5" x2="17" y2="19" stroke="currentColor" />
|
|
794
|
-
</svg>
|
|
795
|
-
);
|
|
796
|
-
}
|
|
797
|
-
|
|
798
|
-
export function List1SVG({ className, ...props }: IconProps) {
|
|
799
|
-
return (
|
|
800
|
-
<svg
|
|
801
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
802
|
-
viewBox="0 0 24 24"
|
|
803
|
-
fill="none"
|
|
804
|
-
className={cx("kombos-icon", className)}
|
|
805
|
-
aria-hidden="true"
|
|
806
|
-
{...props}
|
|
807
|
-
>
|
|
808
|
-
<path
|
|
809
|
-
d="M21 12C21 12.1989 20.921 12.3897 20.7803 12.5303C20.6397 12.671 20.4489 12.75 20.25 12.75H3.75C3.55109 12.75 3.36032 12.671 3.21967 12.5303C3.07902 12.3897 3 12.1989 3 12C3 11.8011 3.07902 11.6103 3.21967 11.4697C3.36032 11.329 3.55109 11.25 3.75 11.25H20.25C20.4489 11.25 20.6397 11.329 20.7803 11.4697C20.921 11.6103 21 11.8011 21 12ZM3.75 6.75H20.25C20.4489 6.75 20.6397 6.67098 20.7803 6.53033C20.921 6.38968 21 6.19891 21 6C21 5.80109 20.921 5.61032 20.7803 5.46967C20.6397 5.32902 20.4489 5.25 20.25 5.25H3.75C3.55109 5.25 3.36032 5.32902 3.21967 5.46967C3.07902 5.61032 3 5.80109 3 6C3 6.19891 3.07902 6.38968 3.21967 6.53033C3.36032 6.67098 3.55109 6.75 3.75 6.75ZM20.25 17.25H3.75C3.55109 17.25 3.36032 17.329 3.21967 17.4697C3.07902 17.6103 3 17.8011 3 18C3 18.1989 3.07902 18.3897 3.21967 18.5303C3.36032 18.671 3.55109 18.75 3.75 18.75H20.25C20.4489 18.75 20.6397 18.671 20.7803 18.5303C20.921 18.3897 21 18.1989 21 18C21 17.8011 20.921 17.6103 20.7803 17.4697C20.6397 17.329 20.4489 17.25 20.25 17.25Z"
|
|
810
|
-
fill="currentColor"
|
|
811
|
-
/>
|
|
812
|
-
</svg>
|
|
813
|
-
);
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
export function PlaySVG({ className, ...props }: IconProps) {
|
|
817
|
-
return (
|
|
818
|
-
<svg
|
|
819
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
820
|
-
viewBox="0 0 24 24"
|
|
821
|
-
fill="none"
|
|
822
|
-
className={cx("kombos-icon", className)}
|
|
823
|
-
aria-hidden="true"
|
|
824
|
-
{...props}
|
|
825
|
-
>
|
|
826
|
-
<path
|
|
827
|
-
d="M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.066V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.5987 4.43433 8.69511 4.46355 8.77735 4.51829L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z"
|
|
828
|
-
fill="currentColor"
|
|
829
|
-
/>
|
|
830
|
-
</svg>
|
|
831
|
-
);
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
export function NoProductSVG({ className, ...props }: IconProps) {
|
|
835
|
-
return (
|
|
836
|
-
<svg
|
|
837
|
-
viewBox="-100 -100 1000 1000"
|
|
838
|
-
fill="none"
|
|
839
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
840
|
-
className={cx("kombos-icon", className)}
|
|
841
|
-
aria-hidden="true"
|
|
842
|
-
{...props}
|
|
843
|
-
>
|
|
844
|
-
<path
|
|
845
|
-
fillRule="evenodd"
|
|
846
|
-
clipRule="evenodd"
|
|
847
|
-
d="M208.167 202.057C201.646 205.966 198.747 216.075 202.177 222.949C203.785 226.172 571.282 594.022 575.887 597.018C586.589 603.981 600.148 596.449 600.148 583.542C600.148 577.341 598.31 574.155 590.084 566.096C583.541 559.685 583.729 560.514 587.642 555.348C596.824 543.226 602.251 520.961 598.314 511.557C594.662 502.832 581.801 499.423 574.582 505.266C569.738 509.187 568.91 510.892 567.714 519.41C566.664 526.894 562.995 536.778 561.266 536.778C560.949 536.778 544.433 520.518 524.566 500.645L488.443 464.512L491.509 456.7C523.036 376.369 441.909 297.12 362.362 330.542L356.8 332.879L337.847 313.926L318.895 294.974L322.334 290.781C326.487 285.718 329.39 279.832 333.363 268.418C339.469 250.88 336.539 251.622 399.757 251.622C463.213 251.622 460.02 250.794 466.09 268.809C476.147 298.655 489.449 307.872 522.471 307.872C544.798 307.872 549.666 309.102 557.852 316.815C567.976 326.354 568.101 327.271 568.124 392.247L568.142 444.981L569.894 448.073C576.075 458.986 592.179 458.741 597.839 447.648C600.231 442.959 600.196 333.643 597.799 323.645C590.115 291.592 565.94 275.84 524.433 275.84C503.316 275.84 502.22 275.125 496.179 257.388C489.562 237.957 480.094 227.618 463.881 222.121L457.57 219.981H399.757H341.945L335.634 222.121C325.272 225.634 316.232 232.547 310.242 241.538C308.108 244.74 306.962 247.424 301.37 262.328C300.208 265.423 298.528 268.883 297.637 270.016L296.017 272.076L261.168 237.321C242.002 218.206 225.195 202.002 223.82 201.313C219.789 199.292 212.177 199.654 208.167 202.057ZM220.455 296.101C212.163 298.624 204.938 309.573 201.348 325.059C199.53 332.904 199.561 524.027 201.382 532.327C205.31 550.23 217.93 566.017 234.914 574.273C249.58 581.403 239.809 580.918 368.898 580.918H482.57L485.845 579.168C497.12 573.141 497.252 556.537 486.071 550.833C483.07 549.302 481.31 549.278 372.551 549.278C301.829 549.278 260.566 548.995 257.872 548.492C244.388 545.976 234.22 535.426 232.104 521.757C231.636 518.732 231.43 481.715 231.567 425.059C231.813 323.004 231.394 330.949 237.019 321.807C245.482 308.053 234.941 291.695 220.455 296.101ZM411.439 355.934C437.434 360.467 458.435 380.209 464.713 406.015C466.921 415.09 466.121 437.068 463.524 438.672C462.818 439.109 381.689 358.101 382.26 357.53C384.522 355.268 402.104 354.306 411.439 355.934ZM314.746 391.478C296.349 397 298.968 444.583 319.356 475.222C340.917 507.622 386.125 526.043 420.552 516.455C440.798 510.816 434.189 483.651 413.07 485.701C365.593 490.311 330.086 457.241 335.164 413.145C337.029 396.951 328.096 387.471 314.746 391.478Z"
|
|
848
|
-
fill="currentColor"
|
|
849
|
-
/>
|
|
850
|
-
</svg>
|
|
851
|
-
);
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
export function UploadSVG({ className, ...props }: IconProps) {
|
|
855
|
-
return (
|
|
856
|
-
<svg
|
|
857
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
858
|
-
viewBox="0 0 24 24"
|
|
859
|
-
fill="none"
|
|
860
|
-
className={cx("kombos-icon", className)}
|
|
861
|
-
aria-hidden="true"
|
|
862
|
-
{...props}
|
|
863
|
-
>
|
|
864
|
-
<path
|
|
865
|
-
d="M12 16V4M12 4L8 8M12 4L16 8M4 17V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V17"
|
|
866
|
-
stroke="currentColor"
|
|
867
|
-
strokeWidth="2"
|
|
868
|
-
strokeLinecap="round"
|
|
869
|
-
strokeLinejoin="round"
|
|
870
|
-
/>
|
|
871
|
-
</svg>
|
|
872
|
-
);
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
export function PencilSVG({ className, ...props }: IconProps) {
|
|
876
|
-
return (
|
|
877
|
-
<svg
|
|
878
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
879
|
-
viewBox="0 0 24 24"
|
|
880
|
-
fill="none"
|
|
881
|
-
className={cx("kombos-icon", className)}
|
|
882
|
-
aria-hidden="true"
|
|
883
|
-
{...props}
|
|
884
|
-
>
|
|
885
|
-
<path
|
|
886
|
-
d="M21.7275 2.2725C21.2885 1.83354 20.6962 1.58752 20.0794 1.58752C19.4626 1.58752 18.8703 1.83354 18.4313 2.2725L8.25 12.4538V15.75H11.5463L21.7275 5.56875C22.1665 5.12975 22.4125 4.53745 22.4125 3.92063C22.4125 3.3038 22.1665 2.7115 21.7275 2.2725ZM10.6444 14.25H9.75V13.3556L18.4313 4.67437C18.4929 4.60478 18.5673 4.54804 18.6505 4.50749C18.7337 4.46694 18.8239 4.44339 18.916 4.43828C19.0081 4.43317 19.1003 4.44661 19.1874 4.47783C19.2744 4.50905 19.3545 4.55741 19.4228 4.62003C19.4912 4.68265 19.5464 4.75833 19.5852 4.84251C19.624 4.9267 19.6457 5.01757 19.6489 5.10975C19.6521 5.20192 19.6367 5.29404 19.6037 5.38064C19.5706 5.46723 19.5206 5.54643 19.4569 5.61375L10.6444 14.25ZM4.5 7.5C3.90326 7.5 3.33097 7.73705 2.90901 8.15901C2.48705 8.58097 2.25 9.15326 2.25 9.75V19.5C2.25 20.0967 2.48705 20.669 2.90901 21.091C3.33097 21.5129 3.90326 21.75 4.5 21.75H14.25C14.8467 21.75 15.419 21.5129 15.841 21.091C16.2629 20.669 16.5 20.0967 16.5 19.5V14.25L15 15.75V19.5C15 19.6989 14.921 19.8897 14.7803 20.0303C14.6397 20.171 14.4489 20.25 14.25 20.25H4.5C4.30109 20.25 4.11032 20.171 3.96967 20.0303C3.82902 19.8897 3.75 19.6989 3.75 19.5V9.75C3.75 9.55109 3.82902 9.36032 3.96967 9.21967C4.11032 9.07902 4.30109 9 4.5 9H8.25L9.75 7.5H4.5Z"
|
|
887
|
-
fill="currentColor"
|
|
888
|
-
/>
|
|
889
|
-
</svg>
|
|
890
|
-
);
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
export function CheckCircleSVG({ className, ...props }: IconProps) {
|
|
894
|
-
return (
|
|
895
|
-
<svg
|
|
896
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
897
|
-
viewBox="0 0 24 24"
|
|
898
|
-
fill="none"
|
|
899
|
-
className={cx("kombos-icon", className)}
|
|
900
|
-
aria-hidden="true"
|
|
901
|
-
{...props}
|
|
902
|
-
>
|
|
903
|
-
<path
|
|
904
|
-
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm-1.4 14.6L6 12l1.4-1.4 3.2 3.2 6.8-6.8 1.4 1.4-8.2 8.2Z"
|
|
905
|
-
fill="currentColor"
|
|
906
|
-
/>
|
|
907
|
-
</svg>
|
|
908
|
-
);
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
export function CaretUpSVG({ className, ...props }: IconProps) {
|
|
912
|
-
return (
|
|
913
|
-
<svg
|
|
914
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
915
|
-
viewBox="0 0 24 24"
|
|
916
|
-
fill="none"
|
|
917
|
-
className={cx("kombos-icon", className)}
|
|
918
|
-
aria-hidden="true"
|
|
919
|
-
{...props}
|
|
920
|
-
>
|
|
921
|
-
<path
|
|
922
|
-
d="M20.0306 14.4694C19.961 14.5391 19.8782 14.5943 19.7872 14.6321C19.6961 14.6698 19.5986 14.6892 19.5 14.6892C19.4014 14.6892 19.3039 14.6698 19.2128 14.6321C19.1218 14.5943 19.039 14.5391 18.9694 14.4694L12 7.50001L5.03061 14.4694C4.88988 14.6101 4.69901 14.6892 4.49999 14.6892C4.30097 14.6892 4.1101 14.6101 3.96936 14.4694C3.82863 14.3286 3.74957 14.1378 3.74957 13.9387C3.74957 13.7397 3.82863 13.5489 3.96936 13.4081L11.4694 5.90813C11.539 5.8384 11.6217 5.78308 11.7128 5.74534C11.8038 5.7076 11.9014 5.68817 12 5.68817C12.0986 5.68817 12.1961 5.7076 12.2872 5.74534C12.3782 5.78308 12.461 5.8384 12.5306 5.90813L20.0306 13.4081C20.1003 13.4778 20.1556 13.5605 20.1933 13.6516C20.231 13.7426 20.2504 13.8402 20.2504 13.9387C20.2504 14.0373 20.231 14.1349 20.1933 14.2259C20.1556 14.317 20.1003 14.3997 20.0306 14.4694Z"
|
|
923
|
-
fill="currentColor"
|
|
924
|
-
/>
|
|
925
|
-
</svg>
|
|
926
|
-
);
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
export function CopySVG({ className, ...props }: IconProps) {
|
|
930
|
-
return (
|
|
931
|
-
<svg
|
|
932
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
933
|
-
viewBox="0 0 24 24"
|
|
934
|
-
fill="none"
|
|
935
|
-
className={cx("kombos-icon", className)}
|
|
936
|
-
aria-hidden="true"
|
|
937
|
-
{...props}
|
|
938
|
-
>
|
|
939
|
-
<path
|
|
940
|
-
d="M19.5 2.25H8.25C8.05109 2.25 7.86032 2.32902 7.71967 2.46967C7.57902 2.61032 7.5 2.80109 7.5 3V7.5H3C2.80109 7.5 2.61032 7.57902 2.46967 7.71967C2.32902 7.86032 2.25 8.05109 2.25 8.25V21C2.25 21.1989 2.32902 21.3897 2.46967 21.5303C2.61032 21.671 2.80109 21.75 3 21.75H15.75C15.9489 21.75 16.1397 21.671 16.2803 21.5303C16.421 21.3897 16.5 21.1989 16.5 21V16.5H21C21.1989 16.5 21.3897 16.421 21.5303 16.2803C21.671 16.1397 21.75 15.9489 21.75 15.75V3C21.75 2.80109 21.671 2.61032 21.5303 2.46967C21.3897 2.32902 21.1989 2.25 19.5 2.25ZM15 20.25H3.75V9H15V20.25ZM20.25 15H16.5V8.25C16.5 8.05109 16.421 7.86032 16.2803 7.71967C16.1397 7.57902 15.9489 7.5 15.75 7.5H9V3.75H20.25V15Z"
|
|
941
|
-
fill="currentColor"
|
|
942
|
-
/>
|
|
943
|
-
</svg>
|
|
944
|
-
);
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
export function DownloadSVG({ className, ...props }: IconProps) {
|
|
948
|
-
return (
|
|
949
|
-
<svg
|
|
950
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
951
|
-
viewBox="0 0 24 24"
|
|
952
|
-
fill="none"
|
|
953
|
-
className={cx("kombos-icon", className)}
|
|
954
|
-
aria-hidden="true"
|
|
955
|
-
{...props}
|
|
956
|
-
>
|
|
957
|
-
<path
|
|
958
|
-
d="M12 15.75C11.9015 15.7504 11.8038 15.7313 11.7128 15.6938C11.6218 15.6563 11.5392 15.6012 11.4694 15.5316L7.71938 11.7816C7.57865 11.6408 7.49959 11.45 7.49959 11.2509C7.49959 11.0519 7.57865 10.8611 7.71938 10.7203C7.86012 10.5796 8.05098 10.5005 8.25 10.5005C8.44903 10.5005 8.63989 10.5796 8.78063 10.7203L11.25 13.1906V3.75C11.25 3.55109 11.329 3.36032 11.4697 3.21967C11.6103 3.07902 11.8011 3 12 3C12.1989 3 12.3897 3.07902 12.5303 3.21967C12.671 3.36032 12.75 3.55109 12.75 3.75V13.1906L15.2194 10.7203C15.3601 10.5796 15.551 10.5005 15.75 10.5005C15.949 10.5005 16.1399 10.5796 16.2806 10.7203C16.4214 10.8611 16.5004 11.0519 16.5004 11.2509C16.5004 11.45 16.4214 11.6408 16.2806 11.7816L12.5306 15.5316C12.4609 15.6012 12.3782 15.6563 12.2872 15.6938C12.1962 15.7313 12.0986 15.7504 12 15.75ZM20.25 14.25C20.25 14.0511 20.171 13.8603 20.0303 13.7197C19.8897 13.579 19.6989 13.5 19.5 13.5C19.3011 13.5 19.1103 13.579 18.9697 13.7197C18.829 13.8603 18.75 14.0511 18.75 14.25V19.5H5.25V14.25C5.25 14.0511 5.17099 13.8603 5.03033 13.7197C4.88968 13.579 4.69892 13.5 4.5 13.5C4.30109 13.5 4.11033 13.579 3.96967 13.7197C3.82902 13.8603 3.75 14.0511 3.75 14.25V19.5C3.75 19.8978 3.90804 20.2794 4.18934 20.5607C4.47065 20.842 4.85218 21 5.25 21H18.75C19.1478 21 19.5294 20.842 19.8107 20.5607C20.092 20.2794 20.25 19.8978 20.25 19.5V14.25Z"
|
|
959
|
-
fill="currentColor"
|
|
960
|
-
/>
|
|
961
|
-
</svg>
|
|
962
|
-
);
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
export function InfoCircleSVG({ className, ...props }: IconProps) {
|
|
966
|
-
return (
|
|
967
|
-
<svg
|
|
968
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
969
|
-
viewBox="0 0 24 24"
|
|
970
|
-
fill="none"
|
|
971
|
-
className={cx("kombos-icon", className)}
|
|
972
|
-
aria-hidden="true"
|
|
973
|
-
{...props}
|
|
974
|
-
>
|
|
975
|
-
<path
|
|
976
|
-
d="M12 2.25C6.61547 2.25 2.25 6.61547 2.25 12C2.25 17.3845 6.61547 21.75 12 21.75C17.3845 21.75 21.75 17.3845 21.75 12C21.75 6.61547 17.3845 2.25 12 2.25ZM12.75 16.5C12.75 16.6989 12.671 16.8897 12.5303 17.0303C12.3897 17.171 12.1989 17.25 12 17.25C11.8011 17.25 11.6103 17.171 11.4697 17.0303C11.329 16.8897 11.25 16.6989 11.25 16.5V11.25C11.25 11.0511 11.329 10.8603 11.4697 10.7197C11.6103 10.579 11.8011 10.5 12 10.5C12.1989 10.5 12.3897 10.579 12.5303 10.7197C12.671 10.8603 12.75 11.0511 12.75 11.25V16.5ZM12 9C11.8517 9 11.7067 8.95601 11.5833 8.87361C11.46 8.79121 11.3639 8.67406 11.3071 8.53701C11.2503 8.39997 11.2355 8.24917 11.2644 8.10368C11.2934 7.9582 11.3648 7.82456 11.4697 7.71967C11.5745 7.61478 11.7082 7.54336 11.8537 7.51441C11.9992 7.48547 12.15 7.50032 12.287 7.55709C12.4241 7.61386 12.5412 7.70999 12.6236 7.83332C12.706 7.95666 12.75 8.10166 12.75 8.25C12.75 8.44891 12.671 8.63968 12.5303 8.78033C12.3897 8.92098 12.1989 9 12 9Z"
|
|
977
|
-
fill="currentColor"
|
|
978
|
-
/>
|
|
979
|
-
</svg>
|
|
980
|
-
);
|
|
981
|
-
}
|