@coopdigital/react 0.53.0 → 0.55.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/README.md +3 -3
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/Button/Button.js +4 -3
- package/dist/components/Card/Card.js +2 -1
- package/dist/components/DatePicker/DatePicker.d.ts +2 -1
- package/dist/components/DatePicker/DatePicker.js +6 -5
- package/dist/components/Expandable/Expandable.js +5 -5
- package/dist/components/Pill/Pill.js +1 -1
- package/dist/components/Searchbox/Searchbox.d.ts +21 -5
- package/dist/components/Searchbox/Searchbox.js +41 -27
- package/dist/components/Squircle/Squircle.js +1 -1
- package/dist/components/TextInput/TextInput.d.ts +5 -1
- package/dist/components/TextInput/TextInput.js +8 -2
- package/dist/components/icons/AccountCircleFilledIcon.d.ts +6 -0
- package/dist/components/icons/AccountCircleFilledIcon.js +20 -0
- package/dist/components/icons/AccountCircleIcon.d.ts +6 -0
- package/dist/components/icons/AccountCircleIcon.js +20 -0
- package/dist/components/icons/AccountFilledIcon.d.ts +6 -0
- package/dist/components/icons/AccountFilledIcon.js +20 -0
- package/dist/components/icons/AccountIcon.d.ts +6 -0
- package/dist/components/icons/AccountIcon.js +20 -0
- package/dist/components/icons/AddIcon.js +2 -2
- package/dist/components/icons/AppsFilledIcon.d.ts +6 -0
- package/dist/components/icons/AppsFilledIcon.js +20 -0
- package/dist/components/icons/{CoopIcon.d.ts → AppsIcon.d.ts} +1 -1
- package/dist/components/icons/AppsIcon.js +20 -0
- package/dist/components/icons/ArrowDownIcon.js +2 -2
- package/dist/components/icons/ArrowLeftIcon.js +2 -2
- package/dist/components/icons/ArrowRightIcon.js +2 -2
- package/dist/components/icons/ArrowUpIcon.js +2 -2
- package/dist/components/icons/BackspaceFilledIcon.d.ts +6 -0
- package/dist/components/icons/BackspaceFilledIcon.js +20 -0
- package/dist/components/icons/{AvatarAltIcon.d.ts → BackspaceIcon.d.ts} +1 -1
- package/dist/components/icons/BackspaceIcon.js +20 -0
- package/dist/components/icons/{CoopLocationIcon.d.ts → BasketFilledIcon.d.ts} +1 -1
- package/dist/components/icons/BasketFilledIcon.js +20 -0
- package/dist/components/icons/BasketIcon.js +2 -2
- package/dist/components/icons/BellFilledIcon.d.ts +6 -0
- package/dist/components/icons/BellFilledIcon.js +20 -0
- package/dist/components/icons/BellIcon.d.ts +6 -0
- package/dist/components/icons/BellIcon.js +20 -0
- package/dist/components/icons/{CloseIcon.d.ts → BroomIcon.d.ts} +1 -1
- package/dist/components/icons/BroomIcon.js +20 -0
- package/dist/components/icons/CalendarFilledIcon.d.ts +6 -0
- package/dist/components/icons/CalendarFilledIcon.js +20 -0
- package/dist/components/icons/CalendarIcon.js +2 -2
- package/dist/components/icons/CashFilledIcon.d.ts +6 -0
- package/dist/components/icons/CashFilledIcon.js +20 -0
- package/dist/components/icons/CashIcon.d.ts +6 -0
- package/dist/components/icons/CashIcon.js +20 -0
- package/dist/components/icons/ChevronDownIcon.js +2 -2
- package/dist/components/icons/ChevronLeftIcon.js +2 -2
- package/dist/components/icons/ChevronRightIcon.js +2 -2
- package/dist/components/icons/ChevronUpIcon.js +2 -2
- package/dist/components/icons/CircleBurgerFilledIcon.d.ts +6 -0
- package/dist/components/icons/CircleBurgerFilledIcon.js +20 -0
- package/dist/components/icons/CircleBurgerIcon.d.ts +6 -0
- package/dist/components/icons/CircleBurgerIcon.js +20 -0
- package/dist/components/icons/ClipboardFilledIcon.d.ts +6 -0
- package/dist/components/icons/ClipboardFilledIcon.js +20 -0
- package/dist/components/icons/ClipboardIcon.d.ts +6 -0
- package/dist/components/icons/ClipboardIcon.js +20 -0
- package/dist/components/icons/{InformationIcon.d.ts → ClockFilledIcon.d.ts} +1 -1
- package/dist/components/icons/ClockFilledIcon.js +20 -0
- package/dist/components/icons/ClockIcon.js +2 -2
- package/dist/components/icons/CloseAltFilledIcon.d.ts +6 -0
- package/dist/components/icons/CloseAltFilledIcon.js +20 -0
- package/dist/components/icons/CloseAltIcon.js +2 -2
- package/dist/components/icons/{VanIcon.d.ts → CogIcon.d.ts} +1 -1
- package/dist/components/icons/CogIcon.js +20 -0
- package/dist/components/icons/CommunityFilledIcon.d.ts +6 -0
- package/dist/components/icons/CommunityFilledIcon.js +20 -0
- package/dist/components/icons/CommunityIcon.d.ts +6 -0
- package/dist/components/icons/CommunityIcon.js +20 -0
- package/dist/components/icons/{QuestionIcon.d.ts → ComputerIcon.d.ts} +1 -1
- package/dist/components/icons/ComputerIcon.js +20 -0
- package/dist/components/icons/ContactFilledIcon.d.ts +6 -0
- package/dist/components/icons/ContactFilledIcon.js +20 -0
- package/dist/components/icons/ContactIcon.d.ts +6 -0
- package/dist/components/icons/ContactIcon.js +20 -0
- package/dist/components/icons/ContactlessFilledIcon.d.ts +6 -0
- package/dist/components/icons/ContactlessFilledIcon.js +20 -0
- package/dist/components/icons/ContactlessIcon.d.ts +6 -0
- package/dist/components/icons/ContactlessIcon.js +20 -0
- package/dist/components/icons/{SettingsIcon.d.ts → CoopLiveIcon.d.ts} +1 -1
- package/dist/components/icons/CoopLiveIcon.js +20 -0
- package/dist/components/icons/CoopLocationFilledIcon.d.ts +6 -0
- package/dist/components/icons/{CoopLocationIcon.js → CoopLocationFilledIcon.js} +5 -5
- package/dist/components/icons/{CoopCardIcon.d.ts → CoopLogoIcon.d.ts} +1 -1
- package/dist/components/icons/CoopLogoIcon.js +20 -0
- package/dist/components/icons/CoopMembershipCardFilledIcon.d.ts +6 -0
- package/dist/components/icons/CoopMembershipCardFilledIcon.js +20 -0
- package/dist/components/icons/CreditCardFilledIcon.d.ts +6 -0
- package/dist/components/icons/CreditCardFilledIcon.js +20 -0
- package/dist/components/icons/CreditCardIcon.d.ts +6 -0
- package/dist/components/icons/CreditCardIcon.js +20 -0
- package/dist/components/icons/CrossIcon.d.ts +6 -0
- package/dist/components/icons/CrossIcon.js +20 -0
- package/dist/components/icons/DocumentIcon.d.ts +6 -0
- package/dist/components/icons/DocumentIcon.js +20 -0
- package/dist/components/icons/DownloadIcon.js +2 -2
- package/dist/components/icons/EnterStoreIcon.d.ts +6 -0
- package/dist/components/icons/EnterStoreIcon.js +20 -0
- package/dist/components/icons/ExitStoreIcon.d.ts +6 -0
- package/dist/components/icons/ExitStoreIcon.js +20 -0
- package/dist/components/icons/EyeFilledIcon.d.ts +6 -0
- package/dist/components/icons/EyeFilledIcon.js +20 -0
- package/dist/components/icons/EyeIcon.d.ts +6 -0
- package/dist/components/icons/EyeIcon.js +20 -0
- package/dist/components/icons/EyeStrikeFilledIcon.d.ts +6 -0
- package/dist/components/icons/EyeStrikeFilledIcon.js +20 -0
- package/dist/components/icons/EyeStrikeIcon.d.ts +6 -0
- package/dist/components/icons/EyeStrikeIcon.js +20 -0
- package/dist/components/icons/FeedbackFilledIcon.d.ts +6 -0
- package/dist/components/icons/FeedbackFilledIcon.js +20 -0
- package/dist/components/icons/FeedbackIcon.d.ts +6 -0
- package/dist/components/icons/FeedbackIcon.js +20 -0
- package/dist/components/icons/{AvatarIcon.d.ts → FilterIcon.d.ts} +1 -1
- package/dist/components/icons/FilterIcon.js +20 -0
- package/dist/components/icons/GiftCardFilledIcon.d.ts +6 -0
- package/dist/components/icons/GiftCardFilledIcon.js +20 -0
- package/dist/components/icons/GiftCardIcon.d.ts +6 -0
- package/dist/components/icons/GiftCardIcon.js +20 -0
- package/dist/components/icons/GiftFilledIcon.d.ts +6 -0
- package/dist/components/icons/GiftFilledIcon.js +20 -0
- package/dist/components/icons/GiftIcon.d.ts +6 -0
- package/dist/components/icons/GiftIcon.js +20 -0
- package/dist/components/icons/HelpFilledIcon.d.ts +6 -0
- package/dist/components/icons/HelpFilledIcon.js +20 -0
- package/dist/components/icons/HelpIcon.d.ts +6 -0
- package/dist/components/icons/HelpIcon.js +20 -0
- package/dist/components/icons/HomeFilledIcon.d.ts +6 -0
- package/dist/components/icons/HomeFilledIcon.js +20 -0
- package/dist/components/icons/HomeIcon.js +2 -2
- package/dist/components/icons/HowDoIAssistantIcon.d.ts +6 -0
- package/dist/components/icons/HowDoIAssistantIcon.js +20 -0
- package/dist/components/icons/InfoIcon.d.ts +6 -0
- package/dist/components/icons/InfoIcon.js +20 -0
- package/dist/components/icons/KebabIcon.d.ts +6 -0
- package/dist/components/icons/KebabIcon.js +20 -0
- package/dist/components/icons/LoadingIcon.js +3 -3
- package/dist/components/icons/LocationFilledIcon.d.ts +6 -0
- package/dist/components/icons/LocationFilledIcon.js +20 -0
- package/dist/components/icons/LocationIcon.js +2 -2
- package/dist/components/icons/LogoutIcon.d.ts +6 -0
- package/dist/components/icons/LogoutIcon.js +20 -0
- package/dist/components/icons/MailIcon.js +2 -2
- package/dist/components/icons/MenuIcon.js +2 -2
- package/dist/components/icons/MessageIcon.js +2 -2
- package/dist/components/icons/MinusIcon.js +2 -2
- package/dist/components/icons/NotesFilledIcon.d.ts +6 -0
- package/dist/components/icons/NotesFilledIcon.js +20 -0
- package/dist/components/icons/NotesIcon.d.ts +6 -0
- package/dist/components/icons/NotesIcon.js +20 -0
- package/dist/components/icons/OpenNewIcon.js +2 -2
- package/dist/components/icons/OwnBagIcon.d.ts +6 -0
- package/dist/components/icons/OwnBagIcon.js +20 -0
- package/dist/components/icons/PadlockIcon.d.ts +6 -0
- package/dist/components/icons/PadlockIcon.js +20 -0
- package/dist/components/icons/PencilIcon.js +2 -2
- package/dist/components/icons/PhoneIcon.js +2 -2
- package/dist/components/icons/PowerIcon.d.ts +6 -0
- package/dist/components/icons/PowerIcon.js +20 -0
- package/dist/components/icons/SaveFilledIcon.d.ts +6 -0
- package/dist/components/icons/SaveFilledIcon.js +20 -0
- package/dist/components/icons/SaveIcon.d.ts +6 -0
- package/dist/components/icons/SaveIcon.js +20 -0
- package/dist/components/icons/ScooterIcon.js +3 -3
- package/dist/components/icons/SearchFilledIcon.d.ts +6 -0
- package/dist/components/icons/SearchFilledIcon.js +20 -0
- package/dist/components/icons/SearchIcon.js +2 -2
- package/dist/components/icons/SendIcon.d.ts +6 -0
- package/dist/components/icons/SendIcon.js +20 -0
- package/dist/components/icons/SpannerIcon.d.ts +6 -0
- package/dist/components/icons/SpannerIcon.js +20 -0
- package/dist/components/icons/StarFilledIcon.d.ts +6 -0
- package/dist/components/icons/StarFilledIcon.js +20 -0
- package/dist/components/icons/StarIcon.d.ts +6 -0
- package/dist/components/icons/StarIcon.js +20 -0
- package/dist/components/icons/TickAltFilledIcon.d.ts +6 -0
- package/dist/components/icons/TickAltFilledIcon.js +20 -0
- package/dist/components/icons/TickAltIcon.js +2 -2
- package/dist/components/icons/TickIcon.js +2 -2
- package/dist/components/icons/TruckIcon.d.ts +6 -0
- package/dist/components/icons/TruckIcon.js +20 -0
- package/dist/components/icons/UserWipeIcon.d.ts +6 -0
- package/dist/components/icons/UserWipeIcon.js +20 -0
- package/dist/components/icons/VoucherFilledIcon.d.ts +6 -0
- package/dist/components/icons/VoucherFilledIcon.js +20 -0
- package/dist/components/icons/VoucherIcon.d.ts +6 -0
- package/dist/components/icons/VoucherIcon.js +20 -0
- package/dist/components/icons/WarningFilledIcon.d.ts +6 -0
- package/dist/components/icons/WarningFilledIcon.js +20 -0
- package/dist/components/icons/WarningIcon.js +2 -2
- package/dist/components/icons/WifiIcon.d.ts +6 -0
- package/dist/components/icons/WifiIcon.js +20 -0
- package/dist/components/icons/WriteIcon.js +2 -2
- package/dist/components/icons/index.d.ts +77 -10
- package/dist/components/icons/index.js +77 -10
- package/dist/types/colors.d.ts +1 -2
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.js +4 -1
- package/package.json +11 -11
- package/src/components/Button/Button.tsx +9 -13
- package/src/components/Card/Card.tsx +2 -1
- package/src/components/DatePicker/DatePicker.tsx +14 -13
- package/src/components/Expandable/Expandable.tsx +5 -10
- package/src/components/Pill/Pill.tsx +1 -1
- package/src/components/Searchbox/Searchbox.tsx +66 -56
- package/src/components/Squircle/Squircle.tsx +1 -1
- package/src/components/TextInput/TextInput.tsx +18 -2
- package/src/components/icons/AccountCircleFilledIcon.tsx +28 -0
- package/src/components/icons/AccountCircleIcon.tsx +28 -0
- package/src/components/icons/AccountFilledIcon.tsx +28 -0
- package/src/components/icons/AccountIcon.tsx +28 -0
- package/src/components/icons/AddIcon.tsx +2 -9
- package/src/components/icons/AppsFilledIcon.tsx +28 -0
- package/src/components/icons/AppsIcon.tsx +28 -0
- package/src/components/icons/ArrowDownIcon.tsx +2 -6
- package/src/components/icons/ArrowLeftIcon.tsx +2 -6
- package/src/components/icons/ArrowRightIcon.tsx +2 -6
- package/src/components/icons/ArrowUpIcon.tsx +2 -6
- package/src/components/icons/BackspaceFilledIcon.tsx +28 -0
- package/src/components/icons/BackspaceIcon.tsx +28 -0
- package/src/components/icons/BasketFilledIcon.tsx +28 -0
- package/src/components/icons/BasketIcon.tsx +2 -9
- package/src/components/icons/BellFilledIcon.tsx +29 -0
- package/src/components/icons/BellIcon.tsx +28 -0
- package/src/components/icons/BroomIcon.tsx +28 -0
- package/src/components/icons/CalendarFilledIcon.tsx +28 -0
- package/src/components/icons/CalendarIcon.tsx +2 -9
- package/src/components/icons/CashFilledIcon.tsx +28 -0
- package/src/components/icons/CashIcon.tsx +33 -0
- package/src/components/icons/ChevronDownIcon.tsx +2 -5
- package/src/components/icons/ChevronLeftIcon.tsx +2 -5
- package/src/components/icons/ChevronRightIcon.tsx +2 -5
- package/src/components/icons/ChevronUpIcon.tsx +2 -5
- package/src/components/icons/CircleBurgerFilledIcon.tsx +28 -0
- package/src/components/icons/CircleBurgerIcon.tsx +28 -0
- package/src/components/icons/ClipboardFilledIcon.tsx +28 -0
- package/src/components/icons/ClipboardIcon.tsx +28 -0
- package/src/components/icons/{InformationIcon.tsx → ClockFilledIcon.tsx} +6 -9
- package/src/components/icons/ClockIcon.tsx +2 -9
- package/src/components/icons/CloseAltFilledIcon.tsx +32 -0
- package/src/components/icons/CloseAltIcon.tsx +2 -13
- package/src/components/icons/CogIcon.tsx +28 -0
- package/src/components/icons/CommunityFilledIcon.tsx +28 -0
- package/src/components/icons/CommunityIcon.tsx +28 -0
- package/src/components/icons/ComputerIcon.tsx +28 -0
- package/src/components/icons/ContactFilledIcon.tsx +28 -0
- package/src/components/icons/ContactIcon.tsx +28 -0
- package/src/components/icons/ContactlessFilledIcon.tsx +28 -0
- package/src/components/icons/ContactlessIcon.tsx +28 -0
- package/src/components/icons/CoopLiveIcon.tsx +29 -0
- package/src/components/icons/CoopLocationFilledIcon.tsx +30 -0
- package/src/components/icons/CoopLogoIcon.tsx +28 -0
- package/src/components/icons/CoopMembershipCardFilledIcon.tsx +40 -0
- package/src/components/icons/CreditCardFilledIcon.tsx +42 -0
- package/src/components/icons/CreditCardIcon.tsx +28 -0
- package/src/components/icons/{CloseIcon.tsx → CrossIcon.tsx} +4 -11
- package/src/components/icons/DocumentIcon.tsx +28 -0
- package/src/components/icons/DownloadIcon.tsx +2 -13
- package/src/components/icons/EnterStoreIcon.tsx +28 -0
- package/src/components/icons/ExitStoreIcon.tsx +28 -0
- package/src/components/icons/EyeFilledIcon.tsx +28 -0
- package/src/components/icons/EyeIcon.tsx +28 -0
- package/src/components/icons/EyeStrikeFilledIcon.tsx +28 -0
- package/src/components/icons/EyeStrikeIcon.tsx +28 -0
- package/src/components/icons/FeedbackFilledIcon.tsx +35 -0
- package/src/components/icons/FeedbackIcon.tsx +28 -0
- package/src/components/icons/FilterIcon.tsx +28 -0
- package/src/components/icons/GiftCardFilledIcon.tsx +28 -0
- package/src/components/icons/GiftCardIcon.tsx +28 -0
- package/src/components/icons/GiftFilledIcon.tsx +28 -0
- package/src/components/icons/GiftIcon.tsx +28 -0
- package/src/components/icons/HelpFilledIcon.tsx +28 -0
- package/src/components/icons/HelpIcon.tsx +28 -0
- package/src/components/icons/HomeFilledIcon.tsx +28 -0
- package/src/components/icons/HomeIcon.tsx +2 -13
- package/src/components/icons/HowDoIAssistantIcon.tsx +28 -0
- package/src/components/icons/InfoIcon.tsx +28 -0
- package/src/components/icons/KebabIcon.tsx +28 -0
- package/src/components/icons/LoadingIcon.tsx +3 -6
- package/src/components/icons/LocationFilledIcon.tsx +28 -0
- package/src/components/icons/LocationIcon.tsx +2 -9
- package/src/components/icons/LogoutIcon.tsx +28 -0
- package/src/components/icons/MailIcon.tsx +2 -5
- package/src/components/icons/MenuIcon.tsx +2 -5
- package/src/components/icons/MessageIcon.tsx +2 -5
- package/src/components/icons/MinusIcon.tsx +2 -5
- package/src/components/icons/NotesFilledIcon.tsx +28 -0
- package/src/components/icons/NotesIcon.tsx +28 -0
- package/src/components/icons/OpenNewIcon.tsx +3 -9
- package/src/components/icons/OwnBagIcon.tsx +28 -0
- package/src/components/icons/PadlockIcon.tsx +28 -0
- package/src/components/icons/PencilIcon.tsx +2 -5
- package/src/components/icons/PhoneIcon.tsx +2 -5
- package/src/components/icons/PowerIcon.tsx +28 -0
- package/src/components/icons/SaveFilledIcon.tsx +28 -0
- package/src/components/icons/SaveIcon.tsx +28 -0
- package/src/components/icons/ScooterIcon.tsx +3 -22
- package/src/components/icons/SearchFilledIcon.tsx +28 -0
- package/src/components/icons/SearchIcon.tsx +9 -9
- package/src/components/icons/SendIcon.tsx +28 -0
- package/src/components/icons/SpannerIcon.tsx +28 -0
- package/src/components/icons/StarFilledIcon.tsx +31 -0
- package/src/components/icons/StarIcon.tsx +28 -0
- package/src/components/icons/TickAltFilledIcon.tsx +32 -0
- package/src/components/icons/TickAltIcon.tsx +2 -9
- package/src/components/icons/TickIcon.tsx +2 -5
- package/src/components/icons/TruckIcon.tsx +28 -0
- package/src/components/icons/UserWipeIcon.tsx +28 -0
- package/src/components/icons/VoucherFilledIcon.tsx +28 -0
- package/src/components/icons/VoucherIcon.tsx +28 -0
- package/src/components/icons/WarningFilledIcon.tsx +28 -0
- package/src/components/icons/WarningIcon.tsx +2 -9
- package/src/components/icons/WifiIcon.tsx +28 -0
- package/src/components/icons/WriteIcon.tsx +5 -17
- package/src/components/icons/index.ts +77 -10
- package/src/types/colors.ts +1 -3
- package/src/utils/index.ts +4 -0
- package/dist/components/icons/AvatarAltIcon.js +0 -20
- package/dist/components/icons/AvatarIcon.js +0 -20
- package/dist/components/icons/CloseIcon.js +0 -20
- package/dist/components/icons/CoopCardIcon.js +0 -20
- package/dist/components/icons/CoopIcon.js +0 -20
- package/dist/components/icons/InformationIcon.js +0 -20
- package/dist/components/icons/QuestionIcon.js +0 -20
- package/dist/components/icons/SettingsIcon.js +0 -20
- package/dist/components/icons/VanIcon.js +0 -20
- package/src/components/icons/AvatarAltIcon.tsx +0 -39
- package/src/components/icons/AvatarIcon.tsx +0 -35
- package/src/components/icons/CoopCardIcon.tsx +0 -32
- package/src/components/icons/CoopIcon.tsx +0 -32
- package/src/components/icons/CoopLocationIcon.tsx +0 -39
- package/src/components/icons/QuestionIcon.tsx +0 -35
- package/src/components/icons/SettingsIcon.tsx +0 -31
- package/src/components/icons/VanIcon.tsx +0 -31
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import clsx from 'clsx';
|
|
3
|
+
import { useId } from '../../hooks/useId.js';
|
|
4
|
+
|
|
5
|
+
const StarIcon = ({ alt, className, fill, id, ref, ...props }) => {
|
|
6
|
+
const uid = useId(id);
|
|
7
|
+
const componentProps = {
|
|
8
|
+
"aria-labelledby": alt ? uid + "-title" : undefined,
|
|
9
|
+
className: clsx("coop-icon", className),
|
|
10
|
+
"data-icon": "star",
|
|
11
|
+
fill: fill !== null && fill !== void 0 ? fill : "currentColor",
|
|
12
|
+
id: uid,
|
|
13
|
+
role: alt ? "img" : undefined,
|
|
14
|
+
viewBox: "0 0 32 32",
|
|
15
|
+
...props,
|
|
16
|
+
};
|
|
17
|
+
return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M14.097 3.392c.595-1.85 3.212-1.85 3.807 0l2.23 6.933h7.323c1.936 0 2.742 2.477 1.177 3.616l-5.951 4.333 2.202 6.881c.588 1.839-1.513 3.362-3.077 2.23l-5.81-4.205-5.858 4.184c-1.572 1.122-3.664-.414-3.064-2.249l2.24-6.845-5.93-4.33c-1.563-1.14-.756-3.615 1.178-3.615h7.302zm-.326 7.545a2 2 0 0 1-1.905 1.388H4.564l5.93 4.33a2 2 0 0 1 .722 2.236l-2.238 6.845 5.856-4.183a2 2 0 0 1 2.335.007l5.81 4.205-2.202-6.881a2 2 0 0 1 .729-2.227l5.951-4.332h-7.322a2 2 0 0 1-1.905-1.388l-2.229-6.931z" })] }));
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { StarIcon };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { type SVGProps } from "react";
|
|
2
|
+
interface IconProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
alt?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const TickAltFilledIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import clsx from 'clsx';
|
|
3
|
+
import { useId } from '../../hooks/useId.js';
|
|
4
|
+
|
|
5
|
+
const TickAltFilledIcon = ({ alt, className, fill, id, ref, ...props }) => {
|
|
6
|
+
const uid = useId(id);
|
|
7
|
+
const componentProps = {
|
|
8
|
+
"aria-labelledby": alt ? uid + "-title" : undefined,
|
|
9
|
+
className: clsx("coop-icon", className),
|
|
10
|
+
"data-icon": "tick-alt-filled",
|
|
11
|
+
fill: fill !== null && fill !== void 0 ? fill : "currentColor",
|
|
12
|
+
id: uid,
|
|
13
|
+
role: alt ? "img" : undefined,
|
|
14
|
+
viewBox: "0 0 32 32",
|
|
15
|
+
...props,
|
|
16
|
+
};
|
|
17
|
+
return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { clipRule: "evenodd", d: "M16 30c7.732 0 14-6.268 14-14S23.732 2 16 2 2 8.268 2 16s6.268 14 14 14m5.707-17.707a1 1 0 0 0-1.414 0L14 18.586l-2.293-2.293a1 1 0 1 0-1.414 1.414l3 3a1 1 0 0 0 1.414 0l7-7a1 1 0 0 0 0-1.414", fillRule: "evenodd" })] }));
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { TickAltFilledIcon };
|
|
@@ -8,13 +8,13 @@ const TickAltIcon = ({ alt, className, fill, id, ref, ...props }) => {
|
|
|
8
8
|
"aria-labelledby": alt ? uid + "-title" : undefined,
|
|
9
9
|
className: clsx("coop-icon", className),
|
|
10
10
|
"data-icon": "tick-alt",
|
|
11
|
-
fill: fill !== null && fill !== void 0 ? fill : "
|
|
11
|
+
fill: fill !== null && fill !== void 0 ? fill : "currentColor",
|
|
12
12
|
id: uid,
|
|
13
13
|
role: alt ? "img" : undefined,
|
|
14
14
|
viewBox: "0 0 32 32",
|
|
15
15
|
...props,
|
|
16
16
|
};
|
|
17
|
-
return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "
|
|
17
|
+
return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2m0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4m4.293 8.293a1 1 0 1 1 1.414 1.414l-7 7a1 1 0 0 1-1.414 0l-3-3a1 1 0 1 1 1.414-1.414L14 18.586z" })] }));
|
|
18
18
|
};
|
|
19
19
|
|
|
20
20
|
export { TickAltIcon };
|
|
@@ -8,13 +8,13 @@ const TickIcon = ({ alt, className, fill, id, ref, ...props }) => {
|
|
|
8
8
|
"aria-labelledby": alt ? uid + "-title" : undefined,
|
|
9
9
|
className: clsx("coop-icon", className),
|
|
10
10
|
"data-icon": "tick",
|
|
11
|
-
fill: fill !== null && fill !== void 0 ? fill : "
|
|
11
|
+
fill: fill !== null && fill !== void 0 ? fill : "currentColor",
|
|
12
12
|
id: uid,
|
|
13
13
|
role: alt ? "img" : undefined,
|
|
14
14
|
viewBox: "0 0 32 32",
|
|
15
15
|
...props,
|
|
16
16
|
};
|
|
17
|
-
return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "
|
|
17
|
+
return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M28.293 6.293a1 1 0 0 1 1.414 1.414l-18 18a1 1 0 0 1-1.414 0l-8-8a1 1 0 1 1 1.414-1.414L11 23.586z" })] }));
|
|
18
18
|
};
|
|
19
19
|
|
|
20
20
|
export { TickIcon };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import clsx from 'clsx';
|
|
3
|
+
import { useId } from '../../hooks/useId.js';
|
|
4
|
+
|
|
5
|
+
const TruckIcon = ({ alt, className, fill, id, ref, ...props }) => {
|
|
6
|
+
const uid = useId(id);
|
|
7
|
+
const componentProps = {
|
|
8
|
+
"aria-labelledby": alt ? uid + "-title" : undefined,
|
|
9
|
+
className: clsx("coop-icon", className),
|
|
10
|
+
"data-icon": "truck",
|
|
11
|
+
fill: fill !== null && fill !== void 0 ? fill : "currentColor",
|
|
12
|
+
id: uid,
|
|
13
|
+
role: alt ? "img" : undefined,
|
|
14
|
+
viewBox: "0 0 32 32",
|
|
15
|
+
...props,
|
|
16
|
+
};
|
|
17
|
+
return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M20 6a2 2 0 0 1 2 2h4.29l.19.009a2 2 0 0 1 1.8 1.792l.5 5q.017.181.002.358A2 2 0 0 1 30 17v7a2 2 0 0 1-2 2h-1.258a4.5 4.5 0 0 1-8.484 0h-4.516a4.5 4.5 0 0 1-8.484 0H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2zM9.5 22a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m13 0a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m-4.483 2.89q0 .022.003.043a5 5 0 0 1-.014-.202zM4 24h1.028a4.5 4.5 0 0 1 8.944 0h4.056a4.5 4.5 0 0 1 8.944 0H28v-7h-6a2 2 0 0 1-.39-.04q-.038-.008-.077-.018-.05-.011-.1-.025-.042-.013-.083-.027a2 2 0 0 1-.266-.114l-.066-.035-.094-.057-.063-.04q-.038-.028-.075-.057a2 2 0 0 1-.374-.374q-.022-.028-.043-.056l-.027-.039q-.014-.022-.027-.043-.03-.045-.057-.094l-.035-.066a2 2 0 0 1-.114-.266q-.015-.04-.027-.083-.015-.054-.027-.109l-.017-.067a2 2 0 0 1-.027-.186L20 15V8H4zm18-9h4.79l-.5-5H22zm-8.021 9.933" })] }));
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { TruckIcon };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import clsx from 'clsx';
|
|
3
|
+
import { useId } from '../../hooks/useId.js';
|
|
4
|
+
|
|
5
|
+
const UserWipeIcon = ({ alt, className, fill, id, ref, ...props }) => {
|
|
6
|
+
const uid = useId(id);
|
|
7
|
+
const componentProps = {
|
|
8
|
+
"aria-labelledby": alt ? uid + "-title" : undefined,
|
|
9
|
+
className: clsx("coop-icon", className),
|
|
10
|
+
"data-icon": "user-wipe",
|
|
11
|
+
fill: fill !== null && fill !== void 0 ? fill : "currentColor",
|
|
12
|
+
id: uid,
|
|
13
|
+
role: alt ? "img" : undefined,
|
|
14
|
+
viewBox: "0 0 32 32",
|
|
15
|
+
...props,
|
|
16
|
+
};
|
|
17
|
+
return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M3.707 5.093a1 1 0 0 1 1.26-.126l22.2 22.2a1 1 0 0 1-1.54 1.26L24.398 27.2a14 14 0 0 1-4.497 2.248l-.03.01q-.447.127-.904.227l-.038.007q-.126.027-.251.051l-.099.02a14 14 0 0 1-.558.091l-.09.013a13 13 0 0 1-.559.067l-.203.017-.115.01q-.153.011-.306.02l-.033.001a14 14 0 0 1-1.43 0q-.018 0-.034-.002l-.306-.019-.115-.01q-.102-.007-.203-.017l-.225-.025-.087-.01-.245-.03-.093-.014-.236-.037-.1-.016a15 15 0 0 1-.57-.109l-.039-.008a14 14 0 0 1-.903-.227l-.032-.01C6.264 27.757 2 22.377 2 16c0-3.152 1.042-6.06 2.8-8.4L3.707 6.507a1 1 0 0 1 0-1.414M16.001 20a9.99 9.99 0 0 0-8.397 4.57A11.95 11.95 0 0 0 16 28c2.599 0 5-.83 6.964-2.235L17.28 20.08a10 10 0 0 0-1.28-.081M16 2c7.732 0 14 6.268 14 14 0 3.145-1.04 6.045-2.791 8.38l-1.434-1.433c.435-.61.817-1.26 1.132-1.947A11.95 11.95 0 0 0 28 16c0-6.627-5.373-12-12-12-2.592 0-4.99.823-6.952 2.22L7.615 4.787A13.94 13.94 0 0 1 16 2M6.232 9.032A11.94 11.94 0 0 0 4 16a11.95 11.95 0 0 0 2.256 6.997 12.03 12.03 0 0 1 5.92-4.374 5.99 5.99 0 0 1-2.074-5.72zm5.872 5.871a4 4 0 0 0 2.99 2.992zM16 8a6 6 0 0 1 4.636 9.808l-1.424-1.424a4 4 0 0 0-5.597-5.597l-1.424-1.424A5.98 5.98 0 0 1 16 8" })] }));
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { UserWipeIcon };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { type SVGProps } from "react";
|
|
2
|
+
interface IconProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
alt?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const VoucherFilledIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import clsx from 'clsx';
|
|
3
|
+
import { useId } from '../../hooks/useId.js';
|
|
4
|
+
|
|
5
|
+
const VoucherFilledIcon = ({ alt, className, fill, id, ref, ...props }) => {
|
|
6
|
+
const uid = useId(id);
|
|
7
|
+
const componentProps = {
|
|
8
|
+
"aria-labelledby": alt ? uid + "-title" : undefined,
|
|
9
|
+
className: clsx("coop-icon", className),
|
|
10
|
+
"data-icon": "voucher-filled",
|
|
11
|
+
fill: fill !== null && fill !== void 0 ? fill : "currentColor",
|
|
12
|
+
id: uid,
|
|
13
|
+
role: alt ? "img" : undefined,
|
|
14
|
+
viewBox: "0 0 32 32",
|
|
15
|
+
...props,
|
|
16
|
+
};
|
|
17
|
+
return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M28 6a2 2 0 0 1 2 2v3.05c0 .88-.62 1.619-1.291 2.188A3.61 3.61 0 0 0 27.429 16c0 1.106.497 2.096 1.28 2.76.67.57 1.291 1.308 1.291 2.188V24a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2zM7 17a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2zm0-4a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2z" })] }));
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { VoucherFilledIcon };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import clsx from 'clsx';
|
|
3
|
+
import { useId } from '../../hooks/useId.js';
|
|
4
|
+
|
|
5
|
+
const VoucherIcon = ({ alt, className, fill, id, ref, ...props }) => {
|
|
6
|
+
const uid = useId(id);
|
|
7
|
+
const componentProps = {
|
|
8
|
+
"aria-labelledby": alt ? uid + "-title" : undefined,
|
|
9
|
+
className: clsx("coop-icon", className),
|
|
10
|
+
"data-icon": "voucher",
|
|
11
|
+
fill: fill !== null && fill !== void 0 ? fill : "currentColor",
|
|
12
|
+
id: uid,
|
|
13
|
+
role: alt ? "img" : undefined,
|
|
14
|
+
viewBox: "0 0 32 32",
|
|
15
|
+
...props,
|
|
16
|
+
};
|
|
17
|
+
return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M28.204 6.01A2 2 0 0 1 30 8v3.05c0 .88-.62 1.619-1.291 2.188l-.144.128A3.61 3.61 0 0 0 27.43 16c0 1.106.496 2.096 1.279 2.76.67.57 1.291 1.308 1.291 2.188V24l-.01.204a2 2 0 0 1-1.786 1.785L28 26H4a2 2 0 0 1-1.99-1.796L2 24V8a2 2 0 0 1 2-2h24zM4 24h24v-3.038a.6.6 0 0 0-.068-.13 2.8 2.8 0 0 0-.517-.546A5.61 5.61 0 0 1 25.43 16c0-1.719.774-3.258 1.984-4.286.255-.217.423-.402.518-.547.088-.135.068-.165.068-.116V8H4zm13-7a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2zm-4-4a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2z" })] }));
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { VoucherIcon };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { type SVGProps } from "react";
|
|
2
|
+
interface IconProps extends SVGProps<SVGSVGElement> {
|
|
3
|
+
alt?: string;
|
|
4
|
+
}
|
|
5
|
+
export declare const WarningFilledIcon: ({ alt, className, fill, id, ref, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import clsx from 'clsx';
|
|
3
|
+
import { useId } from '../../hooks/useId.js';
|
|
4
|
+
|
|
5
|
+
const WarningFilledIcon = ({ alt, className, fill, id, ref, ...props }) => {
|
|
6
|
+
const uid = useId(id);
|
|
7
|
+
const componentProps = {
|
|
8
|
+
"aria-labelledby": alt ? uid + "-title" : undefined,
|
|
9
|
+
className: clsx("coop-icon", className),
|
|
10
|
+
"data-icon": "warning-filled",
|
|
11
|
+
fill: fill !== null && fill !== void 0 ? fill : "currentColor",
|
|
12
|
+
id: uid,
|
|
13
|
+
role: alt ? "img" : undefined,
|
|
14
|
+
viewBox: "0 0 32 32",
|
|
15
|
+
...props,
|
|
16
|
+
};
|
|
17
|
+
return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M14.239 5.27c.755-1.402 2.767-1.402 3.522 0l10.652 19.782C29.13 26.384 28.165 28 26.652 28H5.348c-1.513 0-2.478-1.616-1.76-2.948zM16 21a1 1 0 1 0 0 2 1 1 0 0 0 0-2M16 13a1 1 0 0 0-1 1v5a1 1 0 0 0 2 0v-5c0-.552-.448-1-1-1" })] }));
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { WarningFilledIcon };
|
|
@@ -8,13 +8,13 @@ const WarningIcon = ({ alt, className, fill, id, ref, ...props }) => {
|
|
|
8
8
|
"aria-labelledby": alt ? uid + "-title" : undefined,
|
|
9
9
|
className: clsx("coop-icon", className),
|
|
10
10
|
"data-icon": "warning",
|
|
11
|
-
fill: fill !== null && fill !== void 0 ? fill : "
|
|
11
|
+
fill: fill !== null && fill !== void 0 ? fill : "currentColor",
|
|
12
12
|
id: uid,
|
|
13
13
|
role: alt ? "img" : undefined,
|
|
14
14
|
viewBox: "0 0 32 32",
|
|
15
15
|
...props,
|
|
16
16
|
};
|
|
17
|
-
return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "
|
|
17
|
+
return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M14.239 5.27c.755-1.402 2.766-1.402 3.521 0l10.652 19.782c.717 1.332-.248 2.948-1.76 2.948H5.347l-.14-.005a2 2 0 0 1-1.683-2.817l.063-.126zM5.349 26H26.65L16 6.219zm10.65-5a1 1 0 1 1 0 2 1 1 0 0 1 0-2m0-8a1 1 0 0 1 1 1v5a1 1 0 0 1-2 0v-5a1 1 0 0 1 1-1" })] }));
|
|
18
18
|
};
|
|
19
19
|
|
|
20
20
|
export { WarningIcon };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
import clsx from 'clsx';
|
|
3
|
+
import { useId } from '../../hooks/useId.js';
|
|
4
|
+
|
|
5
|
+
const WifiIcon = ({ alt, className, fill, id, ref, ...props }) => {
|
|
6
|
+
const uid = useId(id);
|
|
7
|
+
const componentProps = {
|
|
8
|
+
"aria-labelledby": alt ? uid + "-title" : undefined,
|
|
9
|
+
className: clsx("coop-icon", className),
|
|
10
|
+
"data-icon": "wifi",
|
|
11
|
+
fill: fill !== null && fill !== void 0 ? fill : "currentColor",
|
|
12
|
+
id: uid,
|
|
13
|
+
role: alt ? "img" : undefined,
|
|
14
|
+
viewBox: "0 0 32 32",
|
|
15
|
+
...props,
|
|
16
|
+
};
|
|
17
|
+
return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M16 22a2 2 0 1 1 0 4 2 2 0 0 1 0-4m-7.987-4.836c4.419-4.418 11.583-4.418 16.001 0a1.5 1.5 0 0 1-2.12 2.121 8.316 8.316 0 0 0-11.76 0 1.5 1.5 0 1 1-2.12-2.12m-5.552-5.55c7.485-7.485 19.621-7.485 27.106 0a1.5 1.5 0 0 1-2.122 2.12c-6.314-6.313-16.55-6.313-22.863 0a1.5 1.5 0 0 1-2.121-2.12" })] }));
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { WifiIcon };
|
|
@@ -8,13 +8,13 @@ const WriteIcon = ({ alt, className, fill, id, ref, ...props }) => {
|
|
|
8
8
|
"aria-labelledby": alt ? uid + "-title" : undefined,
|
|
9
9
|
className: clsx("coop-icon", className),
|
|
10
10
|
"data-icon": "write",
|
|
11
|
-
fill: fill !== null && fill !== void 0 ? fill : "
|
|
11
|
+
fill: fill !== null && fill !== void 0 ? fill : "currentColor",
|
|
12
12
|
id: uid,
|
|
13
13
|
role: alt ? "img" : undefined,
|
|
14
14
|
viewBox: "0 0 32 32",
|
|
15
15
|
...props,
|
|
16
16
|
};
|
|
17
|
-
return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M19.67 10.13 17.9 11.9H7a1 1 0 0 1 0-2h12a1 1 0 0 1 .67.23M14.9 14.9l-2 2H7a1 1 0 0 1 0-2ZM20 15.9a1 1 0 0 1-1 1h-1.87l2-2a1 1 0 0 1 .82.59.85.85 0 0 1 .05.41M19 21.9H7a1 1 0 0 1 0-2h12a1 1 0 1 1 0 2"
|
|
17
|
+
return (jsxs("svg", { ...componentProps, ref: ref, children: [alt ? jsx("title", { id: uid + "-title", children: alt }) : null, jsx("path", { d: "M19.67 10.13 17.9 11.9H7a1 1 0 0 1 0-2h12a1 1 0 0 1 .67.23M14.9 14.9l-2 2H7a1 1 0 0 1 0-2ZM20 15.9a1 1 0 0 1-1 1h-1.87l2-2a1 1 0 0 1 .82.59.85.85 0 0 1 .05.41M19 21.9H7a1 1 0 0 1 0-2h12a1 1 0 1 1 0 2" }), jsx("path", { d: "M24.08 10v20h-22V6h21.73l1.54-1.54a1.9 1.9 0 0 0-1-.44H2.07a2 2 0 0 0-2 2V30a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V8Z" }), jsx("path", { d: "M30.62 3.41 28.5 1.29a1 1 0 0 0-1.42 0L22.38 6l-3.9 3.9-5 5-1.33 1.33a1 1 0 0 0-.27.48v.19l-.6 2.57a.8.8 0 0 0 0 .43 1 1 0 0 0 1.19.77l2.74-.67a.64.64 0 0 0 .29-.13.6.6 0 0 0 .19-.14l2.85-2.86 1.4-1.39L30.62 4.82a1 1 0 0 0 0-1.41M15 19.06l-2.75.63.62-2.75 6.82-6.81L23.81 6l1.54-1.54L27.79 2l2.13 2.12Z" }), jsx("path", { d: "M31.33 2.7 29.21.58a2.06 2.06 0 0 0-2.83 0L11.44 15.52a2.1 2.1 0 0 0-.54 1l-.09.41-.54 2.34a2.18 2.18 0 0 0 .54 1.87 2 2 0 0 0 1.4.58 1.8 1.8 0 0 0 .46-.05l2.75-.67a2.1 2.1 0 0 0 1-.54L31.33 5.53a2 2 0 0 0 0-2.83M15 19.06l-2.75.63.62-2.75 6.82-6.81L23.81 6l1.54-1.54L27.79 2l2.13 2.12Z" })] }));
|
|
18
18
|
};
|
|
19
19
|
|
|
20
20
|
export { WriteIcon };
|
|
@@ -1,40 +1,107 @@
|
|
|
1
|
+
export { AccountCircleFilledIcon } from "./AccountCircleFilledIcon";
|
|
2
|
+
export { AccountCircleIcon } from "./AccountCircleIcon";
|
|
3
|
+
export { AccountFilledIcon } from "./AccountFilledIcon";
|
|
4
|
+
export { AccountIcon } from "./AccountIcon";
|
|
1
5
|
export { AddIcon } from "./AddIcon";
|
|
6
|
+
export { AppsFilledIcon } from "./AppsFilledIcon";
|
|
7
|
+
export { AppsIcon } from "./AppsIcon";
|
|
2
8
|
export { ArrowDownIcon } from "./ArrowDownIcon";
|
|
3
9
|
export { ArrowLeftIcon } from "./ArrowLeftIcon";
|
|
4
10
|
export { ArrowRightIcon } from "./ArrowRightIcon";
|
|
5
11
|
export { ArrowUpIcon } from "./ArrowUpIcon";
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
12
|
+
export { BackspaceFilledIcon } from "./BackspaceFilledIcon";
|
|
13
|
+
export { BackspaceIcon } from "./BackspaceIcon";
|
|
14
|
+
export { BasketFilledIcon } from "./BasketFilledIcon";
|
|
8
15
|
export { BasketIcon } from "./BasketIcon";
|
|
16
|
+
export { BellFilledIcon } from "./BellFilledIcon";
|
|
17
|
+
export { BellIcon } from "./BellIcon";
|
|
18
|
+
export { BroomIcon } from "./BroomIcon";
|
|
19
|
+
export { CalendarFilledIcon } from "./CalendarFilledIcon";
|
|
9
20
|
export { CalendarIcon } from "./CalendarIcon";
|
|
21
|
+
export { CashFilledIcon } from "./CashFilledIcon";
|
|
22
|
+
export { CashIcon } from "./CashIcon";
|
|
10
23
|
export { ChevronDownIcon } from "./ChevronDownIcon";
|
|
11
24
|
export { ChevronLeftIcon } from "./ChevronLeftIcon";
|
|
12
25
|
export { ChevronRightIcon } from "./ChevronRightIcon";
|
|
13
26
|
export { ChevronUpIcon } from "./ChevronUpIcon";
|
|
27
|
+
export { CircleBurgerFilledIcon } from "./CircleBurgerFilledIcon";
|
|
28
|
+
export { CircleBurgerIcon } from "./CircleBurgerIcon";
|
|
29
|
+
export { ClipboardFilledIcon } from "./ClipboardFilledIcon";
|
|
30
|
+
export { ClipboardIcon } from "./ClipboardIcon";
|
|
31
|
+
export { ClockFilledIcon } from "./ClockFilledIcon";
|
|
14
32
|
export { ClockIcon } from "./ClockIcon";
|
|
33
|
+
export { CloseAltFilledIcon } from "./CloseAltFilledIcon";
|
|
15
34
|
export { CloseAltIcon } from "./CloseAltIcon";
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
18
|
-
export {
|
|
19
|
-
export {
|
|
35
|
+
export { CogIcon } from "./CogIcon";
|
|
36
|
+
export { CommunityFilledIcon } from "./CommunityFilledIcon";
|
|
37
|
+
export { CommunityIcon } from "./CommunityIcon";
|
|
38
|
+
export { ComputerIcon } from "./ComputerIcon";
|
|
39
|
+
export { ContactFilledIcon } from "./ContactFilledIcon";
|
|
40
|
+
export { ContactIcon } from "./ContactIcon";
|
|
41
|
+
export { ContactlessFilledIcon } from "./ContactlessFilledIcon";
|
|
42
|
+
export { ContactlessIcon } from "./ContactlessIcon";
|
|
43
|
+
export { CoopLiveIcon } from "./CoopLiveIcon";
|
|
44
|
+
export { CoopLocationFilledIcon } from "./CoopLocationFilledIcon";
|
|
45
|
+
export { CoopLogoIcon } from "./CoopLogoIcon";
|
|
46
|
+
export { CoopMembershipCardFilledIcon } from "./CoopMembershipCardFilledIcon";
|
|
47
|
+
export { CreditCardFilledIcon } from "./CreditCardFilledIcon";
|
|
48
|
+
export { CreditCardIcon } from "./CreditCardIcon";
|
|
49
|
+
export { CrossIcon } from "./CrossIcon";
|
|
50
|
+
export { DocumentIcon } from "./DocumentIcon";
|
|
20
51
|
export { DownloadIcon } from "./DownloadIcon";
|
|
52
|
+
export { EnterStoreIcon } from "./EnterStoreIcon";
|
|
53
|
+
export { ExitStoreIcon } from "./ExitStoreIcon";
|
|
54
|
+
export { EyeFilledIcon } from "./EyeFilledIcon";
|
|
55
|
+
export { EyeIcon } from "./EyeIcon";
|
|
56
|
+
export { EyeStrikeFilledIcon } from "./EyeStrikeFilledIcon";
|
|
57
|
+
export { EyeStrikeIcon } from "./EyeStrikeIcon";
|
|
58
|
+
export { FeedbackFilledIcon } from "./FeedbackFilledIcon";
|
|
59
|
+
export { FeedbackIcon } from "./FeedbackIcon";
|
|
60
|
+
export { FilterIcon } from "./FilterIcon";
|
|
61
|
+
export { GiftCardFilledIcon } from "./GiftCardFilledIcon";
|
|
62
|
+
export { GiftCardIcon } from "./GiftCardIcon";
|
|
63
|
+
export { GiftFilledIcon } from "./GiftFilledIcon";
|
|
64
|
+
export { GiftIcon } from "./GiftIcon";
|
|
65
|
+
export { HelpFilledIcon } from "./HelpFilledIcon";
|
|
66
|
+
export { HelpIcon } from "./HelpIcon";
|
|
67
|
+
export { HomeFilledIcon } from "./HomeFilledIcon";
|
|
21
68
|
export { HomeIcon } from "./HomeIcon";
|
|
22
|
-
export {
|
|
69
|
+
export { HowDoIAssistantIcon } from "./HowDoIAssistantIcon";
|
|
70
|
+
export { InfoIcon } from "./InfoIcon";
|
|
71
|
+
export { KebabIcon } from "./KebabIcon";
|
|
23
72
|
export { LoadingIcon } from "./LoadingIcon";
|
|
73
|
+
export { LocationFilledIcon } from "./LocationFilledIcon";
|
|
24
74
|
export { LocationIcon } from "./LocationIcon";
|
|
75
|
+
export { LogoutIcon } from "./LogoutIcon";
|
|
25
76
|
export { MailIcon } from "./MailIcon";
|
|
26
77
|
export { MenuIcon } from "./MenuIcon";
|
|
27
78
|
export { MessageIcon } from "./MessageIcon";
|
|
28
79
|
export { MinusIcon } from "./MinusIcon";
|
|
80
|
+
export { NotesFilledIcon } from "./NotesFilledIcon";
|
|
81
|
+
export { NotesIcon } from "./NotesIcon";
|
|
29
82
|
export { OpenNewIcon } from "./OpenNewIcon";
|
|
83
|
+
export { OwnBagIcon } from "./OwnBagIcon";
|
|
84
|
+
export { PadlockIcon } from "./PadlockIcon";
|
|
30
85
|
export { PencilIcon } from "./PencilIcon";
|
|
31
86
|
export { PhoneIcon } from "./PhoneIcon";
|
|
32
|
-
export {
|
|
87
|
+
export { PowerIcon } from "./PowerIcon";
|
|
88
|
+
export { SaveFilledIcon } from "./SaveFilledIcon";
|
|
89
|
+
export { SaveIcon } from "./SaveIcon";
|
|
33
90
|
export { ScooterIcon } from "./ScooterIcon";
|
|
91
|
+
export { SearchFilledIcon } from "./SearchFilledIcon";
|
|
34
92
|
export { SearchIcon } from "./SearchIcon";
|
|
35
|
-
export {
|
|
93
|
+
export { SendIcon } from "./SendIcon";
|
|
94
|
+
export { SpannerIcon } from "./SpannerIcon";
|
|
95
|
+
export { StarFilledIcon } from "./StarFilledIcon";
|
|
96
|
+
export { StarIcon } from "./StarIcon";
|
|
97
|
+
export { TickAltFilledIcon } from "./TickAltFilledIcon";
|
|
36
98
|
export { TickAltIcon } from "./TickAltIcon";
|
|
37
99
|
export { TickIcon } from "./TickIcon";
|
|
38
|
-
export {
|
|
100
|
+
export { TruckIcon } from "./TruckIcon";
|
|
101
|
+
export { UserWipeIcon } from "./UserWipeIcon";
|
|
102
|
+
export { VoucherFilledIcon } from "./VoucherFilledIcon";
|
|
103
|
+
export { VoucherIcon } from "./VoucherIcon";
|
|
104
|
+
export { WarningFilledIcon } from "./WarningFilledIcon";
|
|
39
105
|
export { WarningIcon } from "./WarningIcon";
|
|
106
|
+
export { WifiIcon } from "./WifiIcon";
|
|
40
107
|
export { WriteIcon } from "./WriteIcon";
|
|
@@ -1,40 +1,107 @@
|
|
|
1
|
+
export { AccountCircleFilledIcon } from './AccountCircleFilledIcon.js';
|
|
2
|
+
export { AccountCircleIcon } from './AccountCircleIcon.js';
|
|
3
|
+
export { AccountFilledIcon } from './AccountFilledIcon.js';
|
|
4
|
+
export { AccountIcon } from './AccountIcon.js';
|
|
1
5
|
export { AddIcon } from './AddIcon.js';
|
|
6
|
+
export { AppsFilledIcon } from './AppsFilledIcon.js';
|
|
7
|
+
export { AppsIcon } from './AppsIcon.js';
|
|
2
8
|
export { ArrowDownIcon } from './ArrowDownIcon.js';
|
|
3
9
|
export { ArrowLeftIcon } from './ArrowLeftIcon.js';
|
|
4
10
|
export { ArrowRightIcon } from './ArrowRightIcon.js';
|
|
5
11
|
export { ArrowUpIcon } from './ArrowUpIcon.js';
|
|
6
|
-
export {
|
|
7
|
-
export {
|
|
12
|
+
export { BackspaceFilledIcon } from './BackspaceFilledIcon.js';
|
|
13
|
+
export { BackspaceIcon } from './BackspaceIcon.js';
|
|
14
|
+
export { BasketFilledIcon } from './BasketFilledIcon.js';
|
|
8
15
|
export { BasketIcon } from './BasketIcon.js';
|
|
16
|
+
export { BellFilledIcon } from './BellFilledIcon.js';
|
|
17
|
+
export { BellIcon } from './BellIcon.js';
|
|
18
|
+
export { BroomIcon } from './BroomIcon.js';
|
|
19
|
+
export { CalendarFilledIcon } from './CalendarFilledIcon.js';
|
|
9
20
|
export { CalendarIcon } from './CalendarIcon.js';
|
|
21
|
+
export { CashFilledIcon } from './CashFilledIcon.js';
|
|
22
|
+
export { CashIcon } from './CashIcon.js';
|
|
10
23
|
export { ChevronDownIcon } from './ChevronDownIcon.js';
|
|
11
24
|
export { ChevronLeftIcon } from './ChevronLeftIcon.js';
|
|
12
25
|
export { ChevronRightIcon } from './ChevronRightIcon.js';
|
|
13
26
|
export { ChevronUpIcon } from './ChevronUpIcon.js';
|
|
27
|
+
export { CircleBurgerFilledIcon } from './CircleBurgerFilledIcon.js';
|
|
28
|
+
export { CircleBurgerIcon } from './CircleBurgerIcon.js';
|
|
29
|
+
export { ClipboardFilledIcon } from './ClipboardFilledIcon.js';
|
|
30
|
+
export { ClipboardIcon } from './ClipboardIcon.js';
|
|
31
|
+
export { ClockFilledIcon } from './ClockFilledIcon.js';
|
|
14
32
|
export { ClockIcon } from './ClockIcon.js';
|
|
33
|
+
export { CloseAltFilledIcon } from './CloseAltFilledIcon.js';
|
|
15
34
|
export { CloseAltIcon } from './CloseAltIcon.js';
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
18
|
-
export {
|
|
19
|
-
export {
|
|
35
|
+
export { CogIcon } from './CogIcon.js';
|
|
36
|
+
export { CommunityFilledIcon } from './CommunityFilledIcon.js';
|
|
37
|
+
export { CommunityIcon } from './CommunityIcon.js';
|
|
38
|
+
export { ComputerIcon } from './ComputerIcon.js';
|
|
39
|
+
export { ContactFilledIcon } from './ContactFilledIcon.js';
|
|
40
|
+
export { ContactIcon } from './ContactIcon.js';
|
|
41
|
+
export { ContactlessFilledIcon } from './ContactlessFilledIcon.js';
|
|
42
|
+
export { ContactlessIcon } from './ContactlessIcon.js';
|
|
43
|
+
export { CoopLiveIcon } from './CoopLiveIcon.js';
|
|
44
|
+
export { CoopLocationFilledIcon } from './CoopLocationFilledIcon.js';
|
|
45
|
+
export { CoopLogoIcon } from './CoopLogoIcon.js';
|
|
46
|
+
export { CoopMembershipCardFilledIcon } from './CoopMembershipCardFilledIcon.js';
|
|
47
|
+
export { CreditCardFilledIcon } from './CreditCardFilledIcon.js';
|
|
48
|
+
export { CreditCardIcon } from './CreditCardIcon.js';
|
|
49
|
+
export { CrossIcon } from './CrossIcon.js';
|
|
50
|
+
export { DocumentIcon } from './DocumentIcon.js';
|
|
20
51
|
export { DownloadIcon } from './DownloadIcon.js';
|
|
52
|
+
export { EnterStoreIcon } from './EnterStoreIcon.js';
|
|
53
|
+
export { ExitStoreIcon } from './ExitStoreIcon.js';
|
|
54
|
+
export { EyeFilledIcon } from './EyeFilledIcon.js';
|
|
55
|
+
export { EyeIcon } from './EyeIcon.js';
|
|
56
|
+
export { EyeStrikeFilledIcon } from './EyeStrikeFilledIcon.js';
|
|
57
|
+
export { EyeStrikeIcon } from './EyeStrikeIcon.js';
|
|
58
|
+
export { FeedbackFilledIcon } from './FeedbackFilledIcon.js';
|
|
59
|
+
export { FeedbackIcon } from './FeedbackIcon.js';
|
|
60
|
+
export { FilterIcon } from './FilterIcon.js';
|
|
61
|
+
export { GiftCardFilledIcon } from './GiftCardFilledIcon.js';
|
|
62
|
+
export { GiftCardIcon } from './GiftCardIcon.js';
|
|
63
|
+
export { GiftFilledIcon } from './GiftFilledIcon.js';
|
|
64
|
+
export { GiftIcon } from './GiftIcon.js';
|
|
65
|
+
export { HelpFilledIcon } from './HelpFilledIcon.js';
|
|
66
|
+
export { HelpIcon } from './HelpIcon.js';
|
|
67
|
+
export { HomeFilledIcon } from './HomeFilledIcon.js';
|
|
21
68
|
export { HomeIcon } from './HomeIcon.js';
|
|
22
|
-
export {
|
|
69
|
+
export { HowDoIAssistantIcon } from './HowDoIAssistantIcon.js';
|
|
70
|
+
export { InfoIcon } from './InfoIcon.js';
|
|
71
|
+
export { KebabIcon } from './KebabIcon.js';
|
|
23
72
|
export { LoadingIcon } from './LoadingIcon.js';
|
|
73
|
+
export { LocationFilledIcon } from './LocationFilledIcon.js';
|
|
24
74
|
export { LocationIcon } from './LocationIcon.js';
|
|
75
|
+
export { LogoutIcon } from './LogoutIcon.js';
|
|
25
76
|
export { MailIcon } from './MailIcon.js';
|
|
26
77
|
export { MenuIcon } from './MenuIcon.js';
|
|
27
78
|
export { MessageIcon } from './MessageIcon.js';
|
|
28
79
|
export { MinusIcon } from './MinusIcon.js';
|
|
80
|
+
export { NotesFilledIcon } from './NotesFilledIcon.js';
|
|
81
|
+
export { NotesIcon } from './NotesIcon.js';
|
|
29
82
|
export { OpenNewIcon } from './OpenNewIcon.js';
|
|
83
|
+
export { OwnBagIcon } from './OwnBagIcon.js';
|
|
84
|
+
export { PadlockIcon } from './PadlockIcon.js';
|
|
30
85
|
export { PencilIcon } from './PencilIcon.js';
|
|
31
86
|
export { PhoneIcon } from './PhoneIcon.js';
|
|
32
|
-
export {
|
|
87
|
+
export { PowerIcon } from './PowerIcon.js';
|
|
88
|
+
export { SaveFilledIcon } from './SaveFilledIcon.js';
|
|
89
|
+
export { SaveIcon } from './SaveIcon.js';
|
|
33
90
|
export { ScooterIcon } from './ScooterIcon.js';
|
|
91
|
+
export { SearchFilledIcon } from './SearchFilledIcon.js';
|
|
34
92
|
export { SearchIcon } from './SearchIcon.js';
|
|
35
|
-
export {
|
|
93
|
+
export { SendIcon } from './SendIcon.js';
|
|
94
|
+
export { SpannerIcon } from './SpannerIcon.js';
|
|
95
|
+
export { StarFilledIcon } from './StarFilledIcon.js';
|
|
96
|
+
export { StarIcon } from './StarIcon.js';
|
|
97
|
+
export { TickAltFilledIcon } from './TickAltFilledIcon.js';
|
|
36
98
|
export { TickAltIcon } from './TickAltIcon.js';
|
|
37
99
|
export { TickIcon } from './TickIcon.js';
|
|
38
|
-
export {
|
|
100
|
+
export { TruckIcon } from './TruckIcon.js';
|
|
101
|
+
export { UserWipeIcon } from './UserWipeIcon.js';
|
|
102
|
+
export { VoucherFilledIcon } from './VoucherFilledIcon.js';
|
|
103
|
+
export { VoucherIcon } from './VoucherIcon.js';
|
|
104
|
+
export { WarningFilledIcon } from './WarningFilledIcon.js';
|
|
39
105
|
export { WarningIcon } from './WarningIcon.js';
|
|
106
|
+
export { WifiIcon } from './WifiIcon.js';
|
|
40
107
|
export { WriteIcon } from './WriteIcon.js';
|
package/dist/types/colors.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
export type Darks = "dark-blue" | "dark-yellow" | "dark-green" | "dark-lilac" | "dark-orange" | "dark-pink" | "dark-purple" | "dark-red";
|
|
2
2
|
export type Tints = "tint-blue" | "tint-brown" | "tint-yellow" | "tint-green" | "tint-grey" | "tint-lilac" | "tint-orange" | "tint-pink" | "tint-purple" | "tint-red";
|
|
3
3
|
export type Lights = "light-blue" | "light-yellow" | "light-green" | "light-lilac" | "light-orange" | "light-pink" | "light-purple" | "light-red";
|
|
4
|
-
export type Greys = "dark-grey" | "mid-dark-grey" | "mid-grey" | "mid-light-grey" | "light-grey";
|
|
5
4
|
export type White = "white";
|
|
6
5
|
export type Black = "black";
|
|
7
6
|
export type None = "none";
|
|
8
7
|
export type BrandBlue = "brand-blue";
|
|
9
|
-
export type OfferRed = "offer
|
|
8
|
+
export type OfferRed = "offer";
|
|
10
9
|
export type Green = "green";
|
|
11
10
|
export type Blue = "blue";
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export declare const bgPropToClass: (color: string, userClasses?: string) => string;
|
|
2
2
|
export declare const hasUserBg: (userClasses?: string) => boolean;
|
|
3
|
+
export declare const hasUserBorder: (userClasses?: string) => boolean;
|
|
3
4
|
export declare const bgClassToColor: (userClasses: string) => string | null;
|
package/dist/utils/index.js
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
const hasUserBg = (userClasses) => {
|
|
2
2
|
return typeof userClasses === "string" && (userClasses === null || userClasses === void 0 ? void 0 : userClasses.includes("bg-")) ? true : false;
|
|
3
3
|
};
|
|
4
|
+
const hasUserBorder = (userClasses) => {
|
|
5
|
+
return typeof userClasses === "string" && (userClasses === null || userClasses === void 0 ? void 0 : userClasses.includes("border-")) ? true : false;
|
|
6
|
+
};
|
|
4
7
|
const bgClassToColor = (userClasses) => {
|
|
5
8
|
var _a, _b;
|
|
6
9
|
return (_b = (_a = /bg-([^\s]+)/.exec(userClasses)) === null || _a === void 0 ? void 0 : _a[1]) !== null && _b !== void 0 ? _b : null;
|
|
@@ -12,4 +15,4 @@ const bgClassToColor = (userClasses) => {
|
|
|
12
15
|
// )
|
|
13
16
|
};
|
|
14
17
|
|
|
15
|
-
export { bgClassToColor, hasUserBg };
|
|
18
|
+
export { bgClassToColor, hasUserBg, hasUserBorder };
|