You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@sikt/sds-icons

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sikt/sds-icons - npm Package Compare versions

Comparing version

to
3.0.0

dist/assets/add-alt.svg

@@ -5,2 +5,92 @@ # Changelog

## [3.0.0](https://gitlab.sikt.no/designsystem/sds-komponentbibliotek/compare/@sikt/sds-icons@2.0.1...@sikt/sds-icons@3.0.0) (2024-11-18)
### ⚠ BREAKING CHANGES
- **icons:** rename icons from visual representation to use representation
#### Migration
Search replace v2 name with updated v3 name.
| Svg v2 | Svg v3 | Component v2 | Component v3 |
| -------------------- | ---------------------------- | ---------------------- | ----------------------------- |
| archive | archive | ArchiveIcon | ArchiveIcon |
| arrow-circle-left | navigate-to-previous-alt | ArrowCircleLeftIcon | NavigateToPreviousAltIcon |
| arrow-circle-right | navigate-to-next-alt | ArrowCircleRightIcon | NavigateToNextAltIcon |
| arrow-clockwise | refresh | ArrowClockwiseIcon | RefreshIcon |
| arrow-left | navigate-to-previous | ArrowLeftIcon | NavigateToPreviousIcon |
| arrow-right | navigate-to-next | ArrowRightIcon | NavigateToNextIcon |
| arrow-square-out | navigate-to-external | ArrowSquareOutIcon | NavigateToExternalIcon |
| arrow-u-up-left | undo | ArrowUUpLeftIcon | UndoIcon |
| arrow-u-up-right | redo | ArrowUUpRightIcon | RedoIcon |
| bell | notification | BellIcon | NotificationIcon |
| bell-ringing | notification | BellRingIcon | NotificationIcon |
| bookmark-simple | bookmark-unchecked | BookmarkSimpleIcon | BookmarkUncheckedIcon |
| bookmark-simple-fill | bookmark-checked | BookmarkSimpleFillIcon | BookmarkCheckedIcon |
| calendar-blank | date-calendar | CalendarBlankIcon | DateCalendarIcon |
| calendar-plus | add-to-calendar | CalendarPlusIcon | AddToCalendarIcon |
| caret-circle-up | expand-show-alt | CaretCircleUpIcon | CollapseHideAltIcon |
| caret-circle-down | collapse-hide-alt | CaretCircleDownIcon | ExpandShowAltIcon |
| caret-circle-left | move-to-previous-alt | CaretCircleLeftIcon | MoveToPreviousAltIcon |
| caret-circle-right | move-to-next-alt | CaretCircleRightIcon | MoveToNextAltIcon |
| caret-up | collapse-hide | CaretUpIcon | CollapseHideIcon |
| caret-down | expand-show | CaretDownIcon | ExpandShowIcon |
| caret-left | move-to-previous | CaretLeftIcon | MoveToPreviousIcon |
| caret-right | move-to-next | CaretRightIcon | MoveToNextIcon |
| check | confirm | CheckIcon | ConfirmIcon |
| check-circle | success | CheckCircleIcon | SuccessIcon |
| circle | - | CircleIcon | - |
| clock | time | ClockIcon | TimeIcon |
| copy | copy | CopyIcon | CopyIcon |
| dots-three | contextual-menu | DotsThreeIcon | ContextualMenuIcon |
| dots-three-circle | contextual-menu-alt | DotsThreeCircleIcon | ContextualMenuAltIcon |
| dots-six-vertical | reorder-handle | DotsSixVerticalIcon | ReorderHandleIcon |
| download-simple | download | DownloadSimpleIcon | DownloadIcon |
| envelope | email | EnvelopeIcon | EmailIcon |
| export | export | ExportIcon | ExportIcon |
| floppy-disk | save | FloppyDiskIcon | SaveIcon |
| - | folder | - | FolderIcon |
| - | create-folder | - | CreateFolderIcon |
| funnel | filter | FunnelIcon | FilterIcon |
| gear | settings | GearIcon | SettingsIcon |
| house | home-landing | HouseIcon | HomeLandingIcon |
| info | info | InfoIcon | InfoIcon |
| image | image-placeholder | ImageIcon | ImagePlaceholderIcon |
| link-simple | link | LinkSimpleIcon | LinkIcon |
| list | menu | ListIcon | MenuIcon |
| lock-simple | locked-closed | LockSimpleIcon | LockedClosedIcon |
| lock-simple-open | unlocked-open | LockSimpleOpenIcon | UnlockedOpenIcon |
| magnifying-glass | search | MagnifyingGlassIcon | SearchIcon |
| map-pin | location | MapPinIcon | LocationIcon |
| megaphone | feedback | MegaphoneIcon | FeedbackIcon |
| minus | subtract | MinusIcon | SubtractIcon |
| minus-circle | subtract-alt | MinusCircleIcon | SubtractAltIcon |
| paperclip | attachment | PaperclipIcon | AttachmentIcon |
| password | password | PasswordIcon | PasswordIcon |
| pencil | edit | PencilIcon | EditIcon |
| plus | add | PlusIcon | AddIcon |
| plus-circle | add-alt | PlusCircleIcon | AddAltIcon |
| phone | phone | PhoneIcon | PhoneIcon |
| question | help | QuestionIcon | HelpIcon |
| sign-in | sign-in | SignInIcon | SignInIcon |
| sign-out | sign-out | SignOutIcon | SignOutIcon |
| sliders | adjust-settings | SlidersIcon | AdjustSettingsIcon |
| shopping-cart | shopping-cart-selected-items | ShoppingCartIcon | ShoppingCartSelectedItemsIcon |
| sort-ascending | sort-descending | SortAscendingIcon | SortDescendingIcon |
| sort-descending | sort-ascending | SortDescendingIcon | SortAscendingIcon |
| spinner-gap | spinner-gap | SpinnerIcon | SpinnerIcon |
| trash | delete | TrashIcon | DeleteIcon |
| upload-simple | upload | UploadSimpleIcon | UploadIcon |
| user-circle | user-profile | UserCircleIcon | UserProfileIcon |
| user-circle-minus | user-remove | UserCircleMinusIcon | UserRemoveIcon |
| user-circle-plus | user-add | UserCirclePlusIcon | UserAddIcon |
| warning | alert | WarningIcon | AlertIcon |
| x | cancel | XIcon | CancelIcon |
| x-circle | failed | XCircleIcon | FailedIcon |
### Features
- **icons:** rename icons from visual representation to use representation ([e1d2e3f](https://gitlab.sikt.no/designsystem/sds-komponentbibliotek/commit/e1d2e3f4efffc0388feef00b72bddd428f64a742))
## [2.0.2](https://gitlab.sikt.no/designsystem/sds-komponentbibliotek/compare/@sikt/sds-icons@2.0.1...@sikt/sds-icons@2.0.2) (2024-11-19)

@@ -7,0 +97,0 @@

151

dist/index.d.ts
import * as react_jsx_runtime from 'react/jsx-runtime';
import { SVGAttributes } from 'react';
type IconProps$17 = SVGAttributes<SVGElement>;
declare const SvgAddAlt: ({ className, ...props }: IconProps$17) => react_jsx_runtime.JSX.Element;
type IconProps$16 = SVGAttributes<SVGElement>;
declare const SvgArchive: ({ className, ...props }: IconProps$16) => react_jsx_runtime.JSX.Element;
declare const SvgAddToCalendar: ({ className, ...props }: IconProps$16) => react_jsx_runtime.JSX.Element;
type IconProps$15 = SVGAttributes<SVGElement>;
declare const SvgArrowCircleLeft: ({ className, ...props }: IconProps$15) => react_jsx_runtime.JSX.Element;
declare const SvgAdd: ({ className, ...props }: IconProps$15) => react_jsx_runtime.JSX.Element;
type IconProps$14 = SVGAttributes<SVGElement>;
declare const SvgArrowCircleRight: ({ className, ...props }: IconProps$14) => react_jsx_runtime.JSX.Element;
declare const SvgAdjustSettings: ({ className, ...props }: IconProps$14) => react_jsx_runtime.JSX.Element;
type IconProps$13 = SVGAttributes<SVGElement>;
declare const SvgArrowClockwise: ({ className, ...props }: IconProps$13) => react_jsx_runtime.JSX.Element;
declare const SvgAlert: ({ className, ...props }: IconProps$13) => react_jsx_runtime.JSX.Element;
type IconProps$12 = SVGAttributes<SVGElement>;
declare const SvgArrowLeft: ({ className, ...props }: IconProps$12) => react_jsx_runtime.JSX.Element;
declare const SvgArchive: ({ className, ...props }: IconProps$12) => react_jsx_runtime.JSX.Element;
type IconProps$11 = SVGAttributes<SVGElement>;
declare const SvgArrowRight: ({ className, ...props }: IconProps$11) => react_jsx_runtime.JSX.Element;
declare const SvgAttachment: ({ className, ...props }: IconProps$11) => react_jsx_runtime.JSX.Element;
type IconProps$10 = SVGAttributes<SVGElement>;
declare const SvgArrowSquareOut: ({ className, ...props }: IconProps$10) => react_jsx_runtime.JSX.Element;
declare const SvgBookmarkChecked: ({ className, ...props }: IconProps$10) => react_jsx_runtime.JSX.Element;
type IconProps$$ = SVGAttributes<SVGElement>;
declare const SvgArrowUUpLeft: ({ className, ...props }: IconProps$$) => react_jsx_runtime.JSX.Element;
declare const SvgBookmarkUnchecked: ({ className, ...props }: IconProps$$) => react_jsx_runtime.JSX.Element;
type IconProps$_ = SVGAttributes<SVGElement>;
declare const SvgArrowUUpRight: ({ className, ...props }: IconProps$_) => react_jsx_runtime.JSX.Element;
declare const SvgCancel: ({ className, ...props }: IconProps$_) => react_jsx_runtime.JSX.Element;
type IconProps$Z = SVGAttributes<SVGElement>;
declare const SvgBellRinging: ({ className, ...props }: IconProps$Z) => react_jsx_runtime.JSX.Element;
declare const SvgCollapseHideAlt: ({ className, ...props }: IconProps$Z) => react_jsx_runtime.JSX.Element;
type IconProps$Y = SVGAttributes<SVGElement>;
declare const SvgBell: ({ className, ...props }: IconProps$Y) => react_jsx_runtime.JSX.Element;
declare const SvgCollapseHide: ({ className, ...props }: IconProps$Y) => react_jsx_runtime.JSX.Element;
type IconProps$X = SVGAttributes<SVGElement>;
declare const SvgBookmarkSimpleFill: ({ className, ...props }: IconProps$X) => react_jsx_runtime.JSX.Element;
declare const SvgConfirm: ({ className, ...props }: IconProps$X) => react_jsx_runtime.JSX.Element;
type IconProps$W = SVGAttributes<SVGElement>;
declare const SvgBookmarkSimple: ({ className, ...props }: IconProps$W) => react_jsx_runtime.JSX.Element;
declare const SvgContextualMenuAlt: ({ className, ...props }: IconProps$W) => react_jsx_runtime.JSX.Element;
type IconProps$V = SVGAttributes<SVGElement>;
declare const SvgCalendarBlank: ({ className, ...props }: IconProps$V) => react_jsx_runtime.JSX.Element;
declare const SvgContextualMenu: ({ className, ...props }: IconProps$V) => react_jsx_runtime.JSX.Element;
type IconProps$U = SVGAttributes<SVGElement>;
declare const SvgCalendarPlus: ({ className, ...props }: IconProps$U) => react_jsx_runtime.JSX.Element;
declare const SvgCopy: ({ className, ...props }: IconProps$U) => react_jsx_runtime.JSX.Element;
type IconProps$T = SVGAttributes<SVGElement>;
declare const SvgCaretCircleDown: ({ className, ...props }: IconProps$T) => react_jsx_runtime.JSX.Element;
declare const SvgCreateFolder: ({ className, ...props }: IconProps$T) => react_jsx_runtime.JSX.Element;
type IconProps$S = SVGAttributes<SVGElement>;
declare const SvgCaretCircleLeft: ({ className, ...props }: IconProps$S) => react_jsx_runtime.JSX.Element;
declare const SvgDateCalendar: ({ className, ...props }: IconProps$S) => react_jsx_runtime.JSX.Element;
type IconProps$R = SVGAttributes<SVGElement>;
declare const SvgCaretCircleRight: ({ className, ...props }: IconProps$R) => react_jsx_runtime.JSX.Element;
declare const SvgDelete: ({ className, ...props }: IconProps$R) => react_jsx_runtime.JSX.Element;
type IconProps$Q = SVGAttributes<SVGElement>;
declare const SvgCaretCircleUp: ({ className, ...props }: IconProps$Q) => react_jsx_runtime.JSX.Element;
declare const SvgDownload: ({ className, ...props }: IconProps$Q) => react_jsx_runtime.JSX.Element;
type IconProps$P = SVGAttributes<SVGElement>;
declare const SvgCaretDown: ({ className, ...props }: IconProps$P) => react_jsx_runtime.JSX.Element;
declare const SvgEdit: ({ className, ...props }: IconProps$P) => react_jsx_runtime.JSX.Element;
type IconProps$O = SVGAttributes<SVGElement>;
declare const SvgCaretLeft: ({ className, ...props }: IconProps$O) => react_jsx_runtime.JSX.Element;
declare const SvgEmail: ({ className, ...props }: IconProps$O) => react_jsx_runtime.JSX.Element;
type IconProps$N = SVGAttributes<SVGElement>;
declare const SvgCaretRight: ({ className, ...props }: IconProps$N) => react_jsx_runtime.JSX.Element;
declare const SvgExpandShowAlt: ({ className, ...props }: IconProps$N) => react_jsx_runtime.JSX.Element;
type IconProps$M = SVGAttributes<SVGElement>;
declare const SvgCaretUp: ({ className, ...props }: IconProps$M) => react_jsx_runtime.JSX.Element;
declare const SvgExpandShow: ({ className, ...props }: IconProps$M) => react_jsx_runtime.JSX.Element;
type IconProps$L = SVGAttributes<SVGElement>;
declare const SvgCheckCircle: ({ className, ...props }: IconProps$L) => react_jsx_runtime.JSX.Element;
declare const SvgExport: ({ className, ...props }: IconProps$L) => react_jsx_runtime.JSX.Element;
type IconProps$K = SVGAttributes<SVGElement>;
declare const SvgCheck: ({ className, ...props }: IconProps$K) => react_jsx_runtime.JSX.Element;
declare const SvgFailed: ({ className, ...props }: IconProps$K) => react_jsx_runtime.JSX.Element;
type IconProps$J = SVGAttributes<SVGElement>;
declare const SvgCircle: ({ className, ...props }: IconProps$J) => react_jsx_runtime.JSX.Element;
declare const SvgFeedback: ({ className, ...props }: IconProps$J) => react_jsx_runtime.JSX.Element;
type IconProps$I = SVGAttributes<SVGElement>;
declare const SvgClock: ({ className, ...props }: IconProps$I) => react_jsx_runtime.JSX.Element;
declare const SvgFilter: ({ className, ...props }: IconProps$I) => react_jsx_runtime.JSX.Element;
type IconProps$H = SVGAttributes<SVGElement>;
declare const SvgCopy: ({ className, ...props }: IconProps$H) => react_jsx_runtime.JSX.Element;
declare const SvgFolder: ({ className, ...props }: IconProps$H) => react_jsx_runtime.JSX.Element;
type IconProps$G = SVGAttributes<SVGElement>;
declare const SvgDotsSixVertical: ({ className, ...props }: IconProps$G) => react_jsx_runtime.JSX.Element;
declare const SvgHelp: ({ className, ...props }: IconProps$G) => react_jsx_runtime.JSX.Element;
type IconProps$F = SVGAttributes<SVGElement>;
declare const SvgDotsThreeCircle: ({ className, ...props }: IconProps$F) => react_jsx_runtime.JSX.Element;
declare const SvgHomeLanding: ({ className, ...props }: IconProps$F) => react_jsx_runtime.JSX.Element;
type IconProps$E = SVGAttributes<SVGElement>;
declare const SvgDotsThree: ({ className, ...props }: IconProps$E) => react_jsx_runtime.JSX.Element;
declare const SvgImagePlaceholder: ({ className, ...props }: IconProps$E) => react_jsx_runtime.JSX.Element;
type IconProps$D = SVGAttributes<SVGElement>;
declare const SvgDownloadSimple: ({ className, ...props }: IconProps$D) => react_jsx_runtime.JSX.Element;
declare const SvgInfo: ({ className, ...props }: IconProps$D) => react_jsx_runtime.JSX.Element;
type IconProps$C = SVGAttributes<SVGElement>;
declare const SvgEnvelope: ({ className, ...props }: IconProps$C) => react_jsx_runtime.JSX.Element;
declare const SvgLink: ({ className, ...props }: IconProps$C) => react_jsx_runtime.JSX.Element;
type IconProps$B = SVGAttributes<SVGElement>;
declare const SvgExport: ({ className, ...props }: IconProps$B) => react_jsx_runtime.JSX.Element;
declare const SvgLocation: ({ className, ...props }: IconProps$B) => react_jsx_runtime.JSX.Element;
type IconProps$A = SVGAttributes<SVGElement>;
declare const SvgFloppyDisk: ({ className, ...props }: IconProps$A) => react_jsx_runtime.JSX.Element;
declare const SvgLockedClosed: ({ className, ...props }: IconProps$A) => react_jsx_runtime.JSX.Element;
type IconProps$z = SVGAttributes<SVGElement>;
declare const SvgFunnel: ({ className, ...props }: IconProps$z) => react_jsx_runtime.JSX.Element;
declare const SvgMenu: ({ className, ...props }: IconProps$z) => react_jsx_runtime.JSX.Element;
type IconProps$y = SVGAttributes<SVGElement>;
declare const SvgGear: ({ className, ...props }: IconProps$y) => react_jsx_runtime.JSX.Element;
declare const SvgMessage: ({ className, ...props }: IconProps$y) => react_jsx_runtime.JSX.Element;
type IconProps$x = SVGAttributes<SVGElement>;
declare const SvgHouse: ({ className, ...props }: IconProps$x) => react_jsx_runtime.JSX.Element;
declare const SvgMoveToNextAlt: ({ className, ...props }: IconProps$x) => react_jsx_runtime.JSX.Element;
type IconProps$w = SVGAttributes<SVGElement>;
declare const SvgImage: ({ className, ...props }: IconProps$w) => react_jsx_runtime.JSX.Element;
declare const SvgMoveToNext: ({ className, ...props }: IconProps$w) => react_jsx_runtime.JSX.Element;
type IconProps$v = SVGAttributes<SVGElement>;
declare const SvgInfo: ({ className, ...props }: IconProps$v) => react_jsx_runtime.JSX.Element;
declare const SvgMoveToPreviousAlt: ({ className, ...props }: IconProps$v) => react_jsx_runtime.JSX.Element;
type IconProps$u = SVGAttributes<SVGElement>;
declare const SvgLinkSimple: ({ className, ...props }: IconProps$u) => react_jsx_runtime.JSX.Element;
declare const SvgMoveToPrevious: ({ className, ...props }: IconProps$u) => react_jsx_runtime.JSX.Element;
type IconProps$t = SVGAttributes<SVGElement>;
declare const SvgList: ({ className, ...props }: IconProps$t) => react_jsx_runtime.JSX.Element;
declare const SvgNavigateToExternal: ({ className, ...props }: IconProps$t) => react_jsx_runtime.JSX.Element;
type IconProps$s = SVGAttributes<SVGElement>;
declare const SvgLockSimpleOpen: ({ className, ...props }: IconProps$s) => react_jsx_runtime.JSX.Element;
declare const SvgNavigateToNextAlt: ({ className, ...props }: IconProps$s) => react_jsx_runtime.JSX.Element;
type IconProps$r = SVGAttributes<SVGElement>;
declare const SvgLockSimple: ({ className, ...props }: IconProps$r) => react_jsx_runtime.JSX.Element;
declare const SvgNavigateToNext: ({ className, ...props }: IconProps$r) => react_jsx_runtime.JSX.Element;
type IconProps$q = SVGAttributes<SVGElement>;
declare const SvgMagnifyingGlass: ({ className, ...props }: IconProps$q) => react_jsx_runtime.JSX.Element;
declare const SvgNavigateToPreviousAlt: ({ className, ...props }: IconProps$q) => react_jsx_runtime.JSX.Element;
type IconProps$p = SVGAttributes<SVGElement>;
declare const SvgMapPin: ({ className, ...props }: IconProps$p) => react_jsx_runtime.JSX.Element;
declare const SvgNavigateToPrevious: ({ className, ...props }: IconProps$p) => react_jsx_runtime.JSX.Element;
type IconProps$o = SVGAttributes<SVGElement>;
declare const SvgMegaphone: ({ className, ...props }: IconProps$o) => react_jsx_runtime.JSX.Element;
declare const SvgNotification: ({ className, ...props }: IconProps$o) => react_jsx_runtime.JSX.Element;
type IconProps$n = SVGAttributes<SVGElement>;
declare const SvgMinusCircle: ({ className, ...props }: IconProps$n) => react_jsx_runtime.JSX.Element;
declare const SvgPassword: ({ className, ...props }: IconProps$n) => react_jsx_runtime.JSX.Element;
type IconProps$m = SVGAttributes<SVGElement>;
declare const SvgMinus: ({ className, ...props }: IconProps$m) => react_jsx_runtime.JSX.Element;
declare const SvgPhone: ({ className, ...props }: IconProps$m) => react_jsx_runtime.JSX.Element;
type IconProps$l = SVGAttributes<SVGElement>;
declare const SvgPaperclip: ({ className, ...props }: IconProps$l) => react_jsx_runtime.JSX.Element;
declare const SvgRedo: ({ className, ...props }: IconProps$l) => react_jsx_runtime.JSX.Element;
type IconProps$k = SVGAttributes<SVGElement>;
declare const SvgPassword: ({ className, ...props }: IconProps$k) => react_jsx_runtime.JSX.Element;
declare const SvgRefresh: ({ className, ...props }: IconProps$k) => react_jsx_runtime.JSX.Element;
type IconProps$j = SVGAttributes<SVGElement>;
declare const SvgPencil: ({ className, ...props }: IconProps$j) => react_jsx_runtime.JSX.Element;
declare const SvgReorderHandle: ({ className, ...props }: IconProps$j) => react_jsx_runtime.JSX.Element;
type IconProps$i = SVGAttributes<SVGElement>;
declare const SvgPhone: ({ className, ...props }: IconProps$i) => react_jsx_runtime.JSX.Element;
declare const SvgSave: ({ className, ...props }: IconProps$i) => react_jsx_runtime.JSX.Element;
type IconProps$h = SVGAttributes<SVGElement>;
declare const SvgPlusCircle: ({ className, ...props }: IconProps$h) => react_jsx_runtime.JSX.Element;
declare const SvgSearch: ({ className, ...props }: IconProps$h) => react_jsx_runtime.JSX.Element;
type IconProps$g = SVGAttributes<SVGElement>;
declare const SvgPlus: ({ className, ...props }: IconProps$g) => react_jsx_runtime.JSX.Element;
declare const SvgSettings: ({ className, ...props }: IconProps$g) => react_jsx_runtime.JSX.Element;
type IconProps$f = SVGAttributes<SVGElement>;
declare const SvgQuestion: ({ className, ...props }: IconProps$f) => react_jsx_runtime.JSX.Element;
declare const SvgShoppingCartSelectedItems: ({ className, ...props }: IconProps$f) => react_jsx_runtime.JSX.Element;
type IconProps$e = SVGAttributes<SVGElement>;
declare const SvgShoppingCart: ({ className, ...props }: IconProps$e) => react_jsx_runtime.JSX.Element;
declare const SvgSignIn: ({ className, ...props }: IconProps$e) => react_jsx_runtime.JSX.Element;
type IconProps$d = SVGAttributes<SVGElement>;
declare const SvgSignIn: ({ className, ...props }: IconProps$d) => react_jsx_runtime.JSX.Element;
declare const SvgSignOut: ({ className, ...props }: IconProps$d) => react_jsx_runtime.JSX.Element;
type IconProps$c = SVGAttributes<SVGElement>;
declare const SvgSignOut: ({ className, ...props }: IconProps$c) => react_jsx_runtime.JSX.Element;
declare const SvgSortAscending: ({ className, ...props }: IconProps$c) => react_jsx_runtime.JSX.Element;
type IconProps$b = SVGAttributes<SVGElement>;
declare const SvgSliders: ({ className, ...props }: IconProps$b) => react_jsx_runtime.JSX.Element;
declare const SvgSortDescending: ({ className, ...props }: IconProps$b) => react_jsx_runtime.JSX.Element;
type IconProps$a = SVGAttributes<SVGElement>;
declare const SvgSortAscending: ({ className, ...props }: IconProps$a) => react_jsx_runtime.JSX.Element;
declare const SvgSpinnerGap: ({ className, ...props }: IconProps$a) => react_jsx_runtime.JSX.Element;
type IconProps$9 = SVGAttributes<SVGElement>;
declare const SvgSortDescending: ({ className, ...props }: IconProps$9) => react_jsx_runtime.JSX.Element;
declare const SvgSubtractAlt: ({ className, ...props }: IconProps$9) => react_jsx_runtime.JSX.Element;
type IconProps$8 = SVGAttributes<SVGElement>;
declare const SvgSpinnerGap: ({ className, ...props }: IconProps$8) => react_jsx_runtime.JSX.Element;
declare const SvgSubtract: ({ className, ...props }: IconProps$8) => react_jsx_runtime.JSX.Element;
type IconProps$7 = SVGAttributes<SVGElement>;
declare const SvgTrash: ({ className, ...props }: IconProps$7) => react_jsx_runtime.JSX.Element;
declare const SvgSuccess: ({ className, ...props }: IconProps$7) => react_jsx_runtime.JSX.Element;
type IconProps$6 = SVGAttributes<SVGElement>;
declare const SvgUploadSimple: ({ className, ...props }: IconProps$6) => react_jsx_runtime.JSX.Element;
declare const SvgTime: ({ className, ...props }: IconProps$6) => react_jsx_runtime.JSX.Element;
type IconProps$5 = SVGAttributes<SVGElement>;
declare const SvgUserCircleMinus: ({ className, ...props }: IconProps$5) => react_jsx_runtime.JSX.Element;
declare const SvgUndo: ({ className, ...props }: IconProps$5) => react_jsx_runtime.JSX.Element;
type IconProps$4 = SVGAttributes<SVGElement>;
declare const SvgUserCirclePlus: ({ className, ...props }: IconProps$4) => react_jsx_runtime.JSX.Element;
declare const SvgUnlockedOpen: ({ className, ...props }: IconProps$4) => react_jsx_runtime.JSX.Element;
type IconProps$3 = SVGAttributes<SVGElement>;
declare const SvgUserCircle: ({ className, ...props }: IconProps$3) => react_jsx_runtime.JSX.Element;
declare const SvgUpload: ({ className, ...props }: IconProps$3) => react_jsx_runtime.JSX.Element;
type IconProps$2 = SVGAttributes<SVGElement>;
declare const SvgWarning: ({ className, ...props }: IconProps$2) => react_jsx_runtime.JSX.Element;
declare const SvgUserAdd: ({ className, ...props }: IconProps$2) => react_jsx_runtime.JSX.Element;
type IconProps$1 = SVGAttributes<SVGElement>;
declare const SvgXCircle: ({ className, ...props }: IconProps$1) => react_jsx_runtime.JSX.Element;
declare const SvgUserProfile: ({ className, ...props }: IconProps$1) => react_jsx_runtime.JSX.Element;
type IconProps = SVGAttributes<SVGElement>;
declare const SvgX: ({ className, ...props }: IconProps) => react_jsx_runtime.JSX.Element;
declare const SvgUserRemove: ({ className, ...props }: IconProps) => react_jsx_runtime.JSX.Element;
declare const SpinnerIcon: ({ className, ...rest }: IconProps$16) => react_jsx_runtime.JSX.Element;
declare const SpinnerIcon: ({ className, ...rest }: IconProps$17) => react_jsx_runtime.JSX.Element;
interface LogoIconsProps extends IconProps$16 {
interface LogoIconsProps extends IconProps$17 {
className?: string;

@@ -225,2 +228,2 @@ color?: "black" | "white";

export { SvgArchive as ArchiveIcon, SvgArrowCircleLeft as ArrowCircleLeftIcon, SvgArrowCircleRight as ArrowCircleRightIcon, SvgArrowClockwise as ArrowClockwiseIcon, SvgArrowLeft as ArrowLeftIcon, SvgArrowRight as ArrowRightIcon, SvgArrowSquareOut as ArrowSquareOutIcon, SvgArrowUUpLeft as ArrowUUpLeftIcon, SvgArrowUUpRight as ArrowUUpRightIcon, SvgBell as BellIcon, SvgBellRinging as BellRingingIcon, SvgBookmarkSimpleFill as BookmarkSimpleFillIcon, SvgBookmarkSimple as BookmarkSimpleIcon, SvgCalendarBlank as CalendarBlankIcon, SvgCalendarPlus as CalendarPlusIcon, SvgCaretCircleDown as CaretCircleDownIcon, SvgCaretCircleLeft as CaretCircleLeftIcon, SvgCaretCircleRight as CaretCircleRightIcon, SvgCaretCircleUp as CaretCircleUpIcon, SvgCaretDown as CaretDownIcon, SvgCaretLeft as CaretLeftIcon, SvgCaretRight as CaretRightIcon, SvgCaretUp as CaretUpIcon, SvgCheckCircle as CheckCircleIcon, SvgCheck as CheckIcon, SvgCircle as CircleIcon, SvgClock as ClockIcon, SvgCopy as CopyIcon, SvgDotsSixVertical as DotsSixVerticalIcon, SvgDotsThreeCircle as DotsThreeCircleIcon, SvgDotsThree as DotsThreeIcon, SvgDownloadSimple as DownloadSimpleIcon, SvgEnvelope as EnvelopeIcon, SvgExport as ExportIcon, SvgFloppyDisk as FloppyDiskIcon, SvgFunnel as FunnelIcon, SvgGear as GearIcon, SvgHouse as HouseIcon, type IconProps$16 as IconProps, SvgImage as ImageIcon, SvgInfo as InfoIcon, SvgLinkSimple as LinkSimpleIcon, LinkedInLogo, SvgList as ListIcon, SvgLockSimple as LockSimpleIcon, SvgLockSimpleOpen as LockSimpleOpenIcon, type LogoIconsProps, SvgMagnifyingGlass as MagnifyingGlassIcon, SvgMapPin as MapPinIcon, SvgMegaphone as MegaphoneIcon, SvgMinusCircle as MinusCircleIcon, SvgMinus as MinusIcon, SvgPaperclip as PaperclipIcon, SvgPassword as PasswordIcon, SvgPencil as PencilIcon, SvgPhone as PhoneIcon, SvgPlusCircle as PlusCircleIcon, SvgPlus as PlusIcon, SvgQuestion as QuestionIcon, SvgShoppingCart as ShoppingCartIcon, SvgSignIn as SignInIcon, SvgSignOut as SignOutIcon, SvgSliders as SlidersIcon, SvgSortAscending as SortAscendingIcon, SvgSortDescending as SortDescendingIcon, SvgSpinnerGap as SpinnerGapIcon, SpinnerIcon, SvgTrash as TrashIcon, SvgUploadSimple as UploadSimpleIcon, SvgUserCircle as UserCircleIcon, SvgUserCircleMinus as UserCircleMinusIcon, SvgUserCirclePlus as UserCirclePlusIcon, SvgWarning as WarningIcon, SvgXCircle as XCircleIcon, SvgX as XIcon };
export { SvgAddAlt as AddAltIcon, SvgAdd as AddIcon, SvgAddToCalendar as AddToCalendarIcon, SvgAdjustSettings as AdjustSettingsIcon, SvgAlert as AlertIcon, SvgArchive as ArchiveIcon, SvgAttachment as AttachmentIcon, SvgBookmarkChecked as BookmarkCheckedIcon, SvgBookmarkUnchecked as BookmarkUncheckedIcon, SvgCancel as CancelIcon, SvgCollapseHideAlt as CollapseHideAltIcon, SvgCollapseHide as CollapseHideIcon, SvgConfirm as ConfirmIcon, SvgContextualMenuAlt as ContextualMenuAltIcon, SvgContextualMenu as ContextualMenuIcon, SvgCopy as CopyIcon, SvgCreateFolder as CreateFolderIcon, SvgDateCalendar as DateCalendarIcon, SvgDelete as DeleteIcon, SvgDownload as DownloadIcon, SvgEdit as EditIcon, SvgEmail as EmailIcon, SvgExpandShowAlt as ExpandShowAltIcon, SvgExpandShow as ExpandShowIcon, SvgExport as ExportIcon, SvgFailed as FailedIcon, SvgFeedback as FeedbackIcon, SvgFilter as FilterIcon, SvgFolder as FolderIcon, SvgHelp as HelpIcon, SvgHomeLanding as HomeLandingIcon, type IconProps$17 as IconProps, SvgImagePlaceholder as ImagePlaceholderIcon, SvgInfo as InfoIcon, SvgLink as LinkIcon, LinkedInLogo, SvgLocation as LocationIcon, SvgLockedClosed as LockedClosedIcon, type LogoIconsProps, SvgMenu as MenuIcon, SvgMessage as MessageIcon, SvgMoveToNextAlt as MoveToNextAltIcon, SvgMoveToNext as MoveToNextIcon, SvgMoveToPreviousAlt as MoveToPreviousAltIcon, SvgMoveToPrevious as MoveToPreviousIcon, SvgNavigateToExternal as NavigateToExternalIcon, SvgNavigateToNextAlt as NavigateToNextAltIcon, SvgNavigateToNext as NavigateToNextIcon, SvgNavigateToPreviousAlt as NavigateToPreviousAltIcon, SvgNavigateToPrevious as NavigateToPreviousIcon, SvgNotification as NotificationIcon, SvgPassword as PasswordIcon, SvgPhone as PhoneIcon, SvgRedo as RedoIcon, SvgRefresh as RefreshIcon, SvgReorderHandle as ReorderHandleIcon, SvgSave as SaveIcon, SvgSearch as SearchIcon, SvgSettings as SettingsIcon, SvgShoppingCartSelectedItems as ShoppingCartSelectedItemsIcon, SvgSignIn as SignInIcon, SvgSignOut as SignOutIcon, SvgSortAscending as SortAscendingIcon, SvgSortDescending as SortDescendingIcon, SvgSpinnerGap as SpinnerGapIcon, SpinnerIcon, SvgSubtractAlt as SubtractAltIcon, SvgSubtract as SubtractIcon, SvgSuccess as SuccessIcon, SvgTime as TimeIcon, SvgUndo as UndoIcon, SvgUnlockedOpen as UnlockedOpenIcon, SvgUpload as UploadIcon, SvgUserAdd as UserAddIcon, SvgUserProfile as UserProfileIcon, SvgUserRemove as UserRemoveIcon };

@@ -1,1 +0,1 @@

"use strict";var a=require("clsx/lite"),s=require("react/jsx-runtime"),r=Object.defineProperty,l=Object.defineProperties,e=Object.getOwnPropertyDescriptors,c=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable,t=(a,s,l)=>s in a?r(a,s,{enumerable:!0,configurable:!0,writable:!0,value:l}):a[s]=l,i=(a,s)=>{for(var r in s||(s={}))o.call(s,r)&&t(a,r,s[r]);if(c)for(var r of c(s))n.call(s,r)&&t(a,r,s[r]);return a},x=(a,s)=>l(a,e(s)),h=(a,s)=>{var r={};for(var l in a)o.call(a,l)&&s.indexOf(l)<0&&(r[l]=a[l]);if(null!=a&&c)for(var l of c(a))s.indexOf(l)<0&&n.call(a,l)&&(r[l]=a[l]);return r},v=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 48H32a16 16 0 0 0-16 16v24a16 16 0 0 0 16 16v88a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16v-88a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16m-16 144H48v-88h160Zm16-104H32V64h192zM96 136a8 8 0 0 1 8-8h48a8 8 0 0 1 0 16h-48a8 8 0 0 1-8-8"})}))},m=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m48-88a8 8 0 0 1-8 8h-60.69l18.35 18.34a8 8 0 0 1-11.32 11.32l-32-32a8 8 0 0 1 0-11.32l32-32a8 8 0 0 1 11.32 11.32L107.31 120H168a8 8 0 0 1 8 8"})}))},d=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m45.66-93.66a8 8 0 0 1 0 11.32l-32 32a8 8 0 0 1-11.32-11.32L148.69 136H88a8 8 0 0 1 0-16h60.69l-18.35-18.34a8 8 0 0 1 11.32-11.32Z"})}))},w=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M240 56v48a8 8 0 0 1-8 8h-48a8 8 0 0 1 0-16h27.4l-26.59-24.36-.25-.24a80 80 0 1 0-1.67 114.78 8 8 0 0 1 11 11.63A95.44 95.44 0 0 1 128 224h-1.32a96 96 0 1 1 69.07-164L224 85.8V56a8 8 0 1 1 16 0"})}))},p=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 128a8 8 0 0 1-8 8H59.31l58.35 58.34a8 8 0 0 1-11.32 11.32l-72-72a8 8 0 0 1 0-11.32l72-72a8 8 0 0 1 11.32 11.32L59.31 120H216a8 8 0 0 1 8 8"})}))},u=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"m221.66 133.66-72 72a8 8 0 0 1-11.32-11.32L196.69 136H40a8 8 0 0 1 0-16h156.69l-58.35-58.34a8 8 0 0 1 11.32-11.32l72 72a8 8 0 0 1 0 11.32"})}))},g=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 104a8 8 0 0 1-16 0V59.32l-66.33 66.34a8 8 0 0 1-11.32-11.32L196.68 48H152a8 8 0 0 1 0-16h64a8 8 0 0 1 8 8Zm-40 24a8 8 0 0 0-8 8v72H48V80h72a8 8 0 0 0 0-16H48a16 16 0 0 0-16 16v128a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-72a8 8 0 0 0-8-8"})}))},N=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M232 144a64.07 64.07 0 0 1-64 64H80a8 8 0 0 1 0-16h88a48 48 0 0 0 0-96H51.31l34.35 34.34a8 8 0 0 1-11.32 11.32l-48-48a8 8 0 0 1 0-11.32l48-48a8 8 0 0 1 11.32 11.32L51.31 80H168a64.07 64.07 0 0 1 64 64"})}))},C=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M170.34 130.34 204.69 96H88a48 48 0 0 0 0 96h88a8 8 0 0 1 0 16H88a64 64 0 0 1 0-128h116.69l-34.35-34.34a8 8 0 0 1 11.32-11.32l48 48a8 8 0 0 1 0 11.32l-48 48a8 8 0 0 1-11.32-11.32"})}))},j=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 71.1a8 8 0 0 1-10.78-3.42 94.13 94.13 0 0 0-33.46-36.91 8 8 0 1 1 8.54-13.54 111.46 111.46 0 0 1 39.12 43.09A8 8 0 0 1 224 71.1M35.71 72a8 8 0 0 0 7.1-4.32 94.13 94.13 0 0 1 33.46-36.91 8 8 0 1 0-8.54-13.54 111.46 111.46 0 0 0-39.12 43.09A8 8 0 0 0 35.71 72m186.1 103.94A16 16 0 0 1 208 200h-40.8a40 40 0 0 1-78.4 0H48a16 16 0 0 1-13.79-24.06C43.22 160.39 48 138.28 48 112a80 80 0 0 1 160 0c0 26.27 4.78 48.38 13.81 63.94M150.62 200h-45.24a24 24 0 0 0 45.24 0M208 184c-10.64-18.27-16-42.49-16-72a64 64 0 0 0-128 0c0 29.52-5.38 53.74-16 72Z"})}))},M=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M221.8 175.94c-5.55-9.56-13.8-36.61-13.8-71.94a80 80 0 1 0-160 0c0 35.34-8.26 62.38-13.81 71.94A16 16 0 0 0 48 200h40.81a40 40 0 0 0 78.38 0H208a16 16 0 0 0 13.8-24.06M128 216a24 24 0 0 1-22.62-16h45.24A24 24 0 0 1 128 216m-80-32c7.7-13.24 16-43.92 16-80a64 64 0 1 1 128 0c0 36.05 8.28 66.73 16 80Z"})}))},f=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M184 32H72a16 16 0 0 0-16 16v176a8 8 0 0 0 12.24 6.78L128 193.43l59.77 37.35A8 8 0 0 0 200 224V48a16 16 0 0 0-16-16"})}))},H=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M184 32H72a16 16 0 0 0-16 16v176a8 8 0 0 0 12.24 6.78L128 193.43l59.77 37.35A8 8 0 0 0 200 224V48a16 16 0 0 0-16-16m0 177.57-51.77-32.35a8 8 0 0 0-8.48 0L72 209.57V48h112Z"})}))},L=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M208 32h-24v-8a8 8 0 0 0-16 0v8H88v-8a8 8 0 0 0-16 0v8H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16M72 48v8a8 8 0 0 0 16 0v-8h80v8a8 8 0 0 0 16 0v-8h24v32H48V48Zm136 160H48V96h160z"})}))},B=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M208 32h-24v-8a8 8 0 0 0-16 0v8H88v-8a8 8 0 0 0-16 0v8H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16M72 48v8a8 8 0 0 0 16 0v-8h80v8a8 8 0 0 0 16 0v-8h24v32H48V48Zm136 160H48V96h160zm-48-56a8 8 0 0 1-8 8h-16v16a8 8 0 0 1-16 0v-16h-16a8 8 0 0 1 0-16h16v-16a8 8 0 0 1 16 0v16h16a8 8 0 0 1 8 8"})}))},I=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m45.66-109.66a8 8 0 0 1 0 11.32l-40 40a8 8 0 0 1-11.32 0l-40-40a8 8 0 0 1 11.32-11.32L128 140.69l34.34-34.35a8 8 0 0 1 11.32 0"})}))},V=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m21.66-122.34L115.31 128l34.35 34.34a8 8 0 0 1-11.32 11.32l-40-40a8 8 0 0 1 0-11.32l40-40a8 8 0 0 1 11.32 11.32"})}))},A=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m29.66-93.66a8 8 0 0 1 0 11.32l-40 40a8 8 0 0 1-11.32-11.32L140.69 128l-34.35-34.34a8 8 0 0 1 11.32-11.32Z"})}))},Z=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m45.66-77.66a8 8 0 0 1-11.32 11.32L128 115.31l-34.34 34.35a8 8 0 0 1-11.32-11.32l40-40a8 8 0 0 1 11.32 0Z"})}))},S=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"m213.66 101.66-80 80a8 8 0 0 1-11.32 0l-80-80a8 8 0 0 1 11.32-11.32L128 164.69l74.34-74.35a8 8 0 0 1 11.32 11.32"})}))},k=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M165.66 202.34a8 8 0 0 1-11.32 11.32l-80-80a8 8 0 0 1 0-11.32l80-80a8 8 0 0 1 11.32 11.32L91.31 128Z"})}))},O=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"m181.66 133.66-80 80a8 8 0 0 1-11.32-11.32L164.69 128 90.34 53.66a8 8 0 0 1 11.32-11.32l80 80a8 8 0 0 1 0 11.32"})}))},P=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M213.66 165.66a8 8 0 0 1-11.32 0L128 91.31l-74.34 74.35a8 8 0 0 1-11.32-11.32l80-80a8 8 0 0 1 11.32 0l80 80a8 8 0 0 1 0 11.32"})}))},b=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M173.66 98.34a8 8 0 0 1 0 11.32l-56 56a8 8 0 0 1-11.32 0l-24-24a8 8 0 0 1 11.32-11.32L112 148.69l50.34-50.35a8 8 0 0 1 11.32 0M232 128A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-16 0a88 88 0 1 0-88 88 88.1 88.1 0 0 0 88-88"})}))},y=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"m229.66 77.66-128 128a8 8 0 0 1-11.32 0l-56-56a8 8 0 0 1 11.32-11.32L96 188.69 218.34 66.34a8 8 0 0 1 11.32 11.32"})}))},U=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88"})}))},q=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m64-88a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V72a8 8 0 0 1 16 0v48h48a8 8 0 0 1 8 8"})}))},D=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M216 32H88a8 8 0 0 0-8 8v40H40a8 8 0 0 0-8 8v128a8 8 0 0 0 8 8h128a8 8 0 0 0 8-8v-40h40a8 8 0 0 0 8-8V40a8 8 0 0 0-8-8m-56 176H48V96h112Zm48-48h-32V88a8 8 0 0 0-8-8H96V48h112Z"})}))},z=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M104 60a12 12 0 1 1-12-12 12 12 0 0 1 12 12m60 12a12 12 0 1 0-12-12 12 12 0 0 0 12 12m-72 44a12 12 0 1 0 12 12 12 12 0 0 0-12-12m72 0a12 12 0 1 0 12 12 12 12 0 0 0-12-12m-72 68a12 12 0 1 0 12 12 12 12 0 0 0-12-12m72 0a12 12 0 1 0 12 12 12 12 0 0 0-12-12"})}))},R=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m12-88a12 12 0 1 1-12-12 12 12 0 0 1 12 12m44 0a12 12 0 1 1-12-12 12 12 0 0 1 12 12m-88 0a12 12 0 1 1-12-12 12 12 0 0 1 12 12"})}))},E=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M140 128a12 12 0 1 1-12-12 12 12 0 0 1 12 12m56-12a12 12 0 1 0 12 12 12 12 0 0 0-12-12m-136 0a12 12 0 1 0 12 12 12 12 0 0 0-12-12"})}))},F=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 144v64a8 8 0 0 1-8 8H40a8 8 0 0 1-8-8v-64a8 8 0 0 1 16 0v56h160v-56a8 8 0 0 1 16 0m-101.66 5.66a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0-11.32-11.32L136 124.69V32a8 8 0 0 0-16 0v92.69L93.66 98.34a8 8 0 0 0-11.32 11.32Z"})}))},G=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 48H32a8 8 0 0 0-8 8v136a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a8 8 0 0 0-8-8m-96 85.15L52.57 64h150.86ZM98.71 128 40 181.81V74.19Zm11.84 10.85 12 11.05a8 8 0 0 0 10.82 0l12-11.05 58 53.15H52.57ZM157.29 128 216 74.18v107.64Z"})}))},T=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M216 112v96a16 16 0 0 1-16 16H56a16 16 0 0 1-16-16v-96a16 16 0 0 1 16-16h24a8 8 0 0 1 0 16H56v96h144v-96h-24a8 8 0 0 1 0-16h24a16 16 0 0 1 16 16M93.66 69.66 120 43.31V136a8 8 0 0 0 16 0V43.31l26.34 26.35a8 8 0 0 0 11.32-11.32l-40-40a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 11.32 11.32"})}))},X=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M219.31 72 184 36.69A15.86 15.86 0 0 0 172.69 32H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V83.31A15.86 15.86 0 0 0 219.31 72M168 208H88v-56h80Zm40 0h-24v-56a16 16 0 0 0-16-16H88a16 16 0 0 0-16 16v56H48V48h124.69L208 83.31ZM160 72a8 8 0 0 1-8 8H96a8 8 0 0 1 0-16h56a8 8 0 0 1 8 8"})}))},Q=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M230.6 49.53A15.81 15.81 0 0 0 216 40H40a16 16 0 0 0-11.81 26.76l.08.09L96 139.17V216a16 16 0 0 0 24.87 13.32l32-21.34a16 16 0 0 0 7.13-13.32v-55.49l67.74-72.32.08-.09a15.8 15.8 0 0 0 2.78-17.23m-84.42 81.05A8 8 0 0 0 144 136v58.66L112 216v-80a8 8 0 0 0-2.16-5.47L40 56h176Z"})}))},W=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 80a48 48 0 1 0 48 48 48.05 48.05 0 0 0-48-48m0 80a32 32 0 1 1 32-32 32 32 0 0 1-32 32m88-29.84q.06-2.16 0-4.32l14.92-18.64a8 8 0 0 0 1.48-7.06 107.2 107.2 0 0 0-10.88-26.25 8 8 0 0 0-6-3.93l-23.72-2.64q-1.48-1.56-3-3L186 40.54a8 8 0 0 0-3.94-6 107.7 107.7 0 0 0-26.25-10.87 8 8 0 0 0-7.06 1.49L130.16 40h-4.32L107.2 25.11a8 8 0 0 0-7.06-1.48 107.6 107.6 0 0 0-26.25 10.88 8 8 0 0 0-3.93 6l-2.64 23.76q-1.56 1.49-3 3L40.54 70a8 8 0 0 0-6 3.94 107.7 107.7 0 0 0-10.87 26.25 8 8 0 0 0 1.49 7.06L40 125.84v4.32L25.11 148.8a8 8 0 0 0-1.48 7.06 107.2 107.2 0 0 0 10.88 26.25 8 8 0 0 0 6 3.93l23.72 2.64q1.49 1.56 3 3L70 215.46a8 8 0 0 0 3.94 6 107.7 107.7 0 0 0 26.25 10.87 8 8 0 0 0 7.06-1.49L125.84 216q2.16.06 4.32 0l18.64 14.92a8 8 0 0 0 7.06 1.48 107.2 107.2 0 0 0 26.25-10.88 8 8 0 0 0 3.93-6l2.64-23.72q1.56-1.48 3-3l23.78-2.8a8 8 0 0 0 6-3.94 107.7 107.7 0 0 0 10.87-26.25 8 8 0 0 0-1.49-7.06Zm-16.1-6.5a74 74 0 0 1 0 8.68 8 8 0 0 0 1.74 5.48l14.19 17.73a91.6 91.6 0 0 1-6.23 15l-22.6 2.56a8 8 0 0 0-5.1 2.64 74 74 0 0 1-6.14 6.14 8 8 0 0 0-2.64 5.1l-2.51 22.58a91.3 91.3 0 0 1-15 6.23l-17.74-14.19a8 8 0 0 0-5-1.75h-.48a74 74 0 0 1-8.68 0 8 8 0 0 0-5.48 1.74l-17.78 14.2a91.6 91.6 0 0 1-15-6.23L82.89 187a8 8 0 0 0-2.64-5.1 74 74 0 0 1-6.14-6.14 8 8 0 0 0-5.1-2.64l-22.58-2.52a91.3 91.3 0 0 1-6.23-15l14.19-17.74a8 8 0 0 0 1.74-5.48 74 74 0 0 1 0-8.68 8 8 0 0 0-1.74-5.48L40.2 100.45a91.6 91.6 0 0 1 6.23-15L69 82.89a8 8 0 0 0 5.1-2.64 74 74 0 0 1 6.14-6.14A8 8 0 0 0 82.89 69l2.51-22.57a91.3 91.3 0 0 1 15-6.23l17.74 14.19a8 8 0 0 0 5.48 1.74 74 74 0 0 1 8.68 0 8 8 0 0 0 5.48-1.74l17.77-14.19a91.6 91.6 0 0 1 15 6.23L173.11 69a8 8 0 0 0 2.64 5.1 74 74 0 0 1 6.14 6.14 8 8 0 0 0 5.1 2.64l22.58 2.51a91.3 91.3 0 0 1 6.23 15l-14.19 17.74a8 8 0 0 0-1.74 5.53Z"})}))},J=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"m219.31 108.68-80-80a16 16 0 0 0-22.62 0l-80 80A15.87 15.87 0 0 0 32 120v96a8 8 0 0 0 8 8h64a8 8 0 0 0 8-8v-56h32v56a8 8 0 0 0 8 8h64a8 8 0 0 0 8-8v-96a15.87 15.87 0 0 0-4.69-11.32M208 208h-48v-56a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v56H48v-88l80-80 80 80Z"})}))},K=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M216 40H40a16 16 0 0 0-16 16v144a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a16 16 0 0 0-16-16m0 16v102.75l-26.07-26.06a16 16 0 0 0-22.63 0l-20 20-44-44a16 16 0 0 0-22.62 0L40 149.37V56ZM40 172l52-52 80 80H40Zm176 28h-21.37l-36-36 20-20L216 181.38zm-72-100a12 12 0 1 1 12 12 12 12 0 0 1-12-12"})}))},Y=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m16-40a8 8 0 0 1-8 8 16 16 0 0 1-16-16v-40a8 8 0 0 1 0-16 16 16 0 0 1 16 16v40a8 8 0 0 1 8 8m-32-92a12 12 0 1 1 12 12 12 12 0 0 1-12-12"})}))},$=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M165.66 90.34a8 8 0 0 1 0 11.32l-64 64a8 8 0 0 1-11.32-11.32l64-64a8 8 0 0 1 11.32 0M215.6 40.4a56 56 0 0 0-79.2 0l-30.06 30.05a8 8 0 0 0 11.32 11.32l30.06-30a40 40 0 0 1 56.57 56.56l-30.07 30.06a8 8 0 0 0 11.31 11.32l30.07-30.11a56 56 0 0 0 0-79.2m-77.26 133.82-30.06 30.06a40 40 0 1 1-56.56-56.57l30.05-30.05a8 8 0 0 0-11.32-11.32L40.4 136.4a56 56 0 0 0 79.2 79.2l30.06-30.07a8 8 0 0 0-11.32-11.31"})}))},_=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 128a8 8 0 0 1-8 8H40a8 8 0 0 1 0-16h176a8 8 0 0 1 8 8M40 72h176a8 8 0 0 0 0-16H40a8 8 0 0 0 0 16m176 112H40a8 8 0 0 0 0 16h176a8 8 0 0 0 0-16"})}))},aa=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M208 80H96V56a32 32 0 0 1 32-32c15.37 0 29.2 11 32.16 25.59a8 8 0 0 0 15.68-3.18C171.32 24.15 151.2 8 128 8a48.05 48.05 0 0 0-48 48v24H48a16 16 0 0 0-16 16v112a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V96a16 16 0 0 0-16-16m0 128H48V96h160z"})}))},sa=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M208 80h-32V56a48 48 0 0 0-96 0v24H48a16 16 0 0 0-16 16v112a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V96a16 16 0 0 0-16-16M96 56a32 32 0 0 1 64 0v24H96Zm112 152H48V96h160z"})}))},ra=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"m229.66 218.34-50.07-50.06a88.11 88.11 0 1 0-11.31 11.31l50.06 50.07a8 8 0 0 0 11.32-11.32M40 112a72 72 0 1 1 72 72 72.08 72.08 0 0 1-72-72"})}))},la=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 64a40 40 0 1 0 40 40 40 40 0 0 0-40-40m0 64a24 24 0 1 1 24-24 24 24 0 0 1-24 24m0-112a88.1 88.1 0 0 0-88 88c0 31.4 14.51 64.68 42 96.25a254.2 254.2 0 0 0 41.45 38.3 8 8 0 0 0 9.18 0 254.2 254.2 0 0 0 41.37-38.3c27.45-31.57 42-64.85 42-96.25a88.1 88.1 0 0 0-88-88m0 206c-16.53-13-72-60.75-72-118a72 72 0 0 1 144 0c0 57.23-55.47 105-72 118"})}))},ea=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M248 120a48.05 48.05 0 0 0-48-48h-39.8c-2.91-.17-53.62-3.74-101.91-44.24A16 16 0 0 0 32 40v160a16 16 0 0 0 26.29 12.25c37.77-31.68 77-40.76 93.71-43.3v31.72a16 16 0 0 0 7.12 13.33l11 7.33A16 16 0 0 0 194.5 212l11.77-44.36A48.07 48.07 0 0 0 248 120M48 199.93V40c42.81 35.91 86.63 45 104 47.24v65.48c-17.35 2.28-61.16 11.35-104 47.21m131 8v.11l-11-7.33V168h21.6ZM200 152h-32V88h32a32 32 0 1 1 0 64"})}))},ca=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M176 128a8 8 0 0 1-8 8H88a8 8 0 0 1 0-16h80a8 8 0 0 1 8 8m56 0A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-16 0a88 88 0 1 0-88 88 88.1 88.1 0 0 0 88-88"})}))},oa=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 128a8 8 0 0 1-8 8H40a8 8 0 0 1 0-16h176a8 8 0 0 1 8 8"})}))},na=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M209.66 122.34a8 8 0 0 1 0 11.32l-82.05 82a56 56 0 0 1-79.2-79.21l99.26-100.72a40 40 0 1 1 56.61 56.55L105 193a24 24 0 1 1-34-34l83.3-84.62a8 8 0 1 1 11.4 11.22l-83.31 84.71a8 8 0 1 0 11.27 11.36L192.93 81A24 24 0 1 0 159 47L59.76 147.68a40 40 0 1 0 56.53 56.62l82.06-82a8 8 0 0 1 11.31.04"})}))},ta=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M48 56v144a8 8 0 0 1-16 0V56a8 8 0 0 1 16 0m92 54.5-20 6.5V96a8 8 0 0 0-16 0v21l-20-6.5a8 8 0 0 0-5 15.22l20 6.49-12.34 17a8 8 0 1 0 12.94 9.4l12.34-17 12.34 17a8 8 0 1 0 12.94-9.4l-12.34-17 20-6.49A8 8 0 0 0 140 110.5m106 5.14a8 8 0 0 0-10-5.14l-20 6.5V96a8 8 0 0 0-16 0v21l-20-6.49a8 8 0 0 0-4.95 15.22l20 6.49-12.34 17a8 8 0 1 0 12.94 9.4l12.34-17 12.34 17a8 8 0 1 0 12.94-9.4l-12.34-17 20-6.49a8 8 0 0 0 5.07-10.09"})}))},ia=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"m227.31 73.37-44.68-44.69a16 16 0 0 0-22.63 0L36.69 152A15.86 15.86 0 0 0 32 163.31V208a16 16 0 0 0 16 16h44.69a15.86 15.86 0 0 0 11.31-4.69L227.31 96a16 16 0 0 0 0-22.63M51.31 160 136 75.31 152.69 92 68 176.68ZM48 179.31 76.69 208H48Zm48 25.38L79.31 188 164 103.31 180.69 120Zm96-96L147.31 64l24-24L216 84.68Z"})}))},xa=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"m222.37 158.46-47.11-21.11-.13-.06a16 16 0 0 0-15.17 1.4 8 8 0 0 0-.75.56L134.87 160c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16 16 0 0 0 1.32-15.06v-.12L97.54 33.64a16 16 0 0 0-16.62-9.52A56.26 56.26 0 0 0 32 80c0 79.4 64.6 144 144 144a56.26 56.26 0 0 0 55.88-48.92 16 16 0 0 0-9.51-16.62M176 208A128.14 128.14 0 0 1 48 80a40.2 40.2 0 0 1 34.87-40 .6.6 0 0 0 0 .12l21 47-20.67 24.74a6 6 0 0 0-.57.77 16 16 0 0 0-1 15.7c9.06 18.53 27.73 37.06 46.46 46.11a16 16 0 0 0 15.75-1.14 8 8 0 0 0 .74-.56L168.89 152l47 21.05h.11A40.21 40.21 0 0 1 176 208"})}))},ha=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m48-88a8 8 0 0 1-8 8h-32v32a8 8 0 0 1-16 0v-32H88a8 8 0 0 1 0-16h32V88a8 8 0 0 1 16 0v32h32a8 8 0 0 1 8 8"})}))},va=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 128a8 8 0 0 1-8 8h-80v80a8 8 0 0 1-16 0v-80H40a8 8 0 0 1 0-16h80V40a8 8 0 0 1 16 0v80h80a8 8 0 0 1 8 8"})}))},ma=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M140 180a12 12 0 1 1-12-12 12 12 0 0 1 12 12M128 72c-22.06 0-40 16.15-40 36v4a8 8 0 0 0 16 0v-4c0-11 10.77-20 24-20s24 9 24 20-10.77 20-24 20a8 8 0 0 0-8 8v8a8 8 0 0 0 16 0v-.72c18.24-3.35 32-17.9 32-35.28 0-19.85-17.94-36-40-36m104 56A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-16 0a88 88 0 1 0-88 88 88.1 88.1 0 0 0 88-88"})}))},da=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M230.14 58.87A8 8 0 0 0 224 56H62.68L56.6 22.57A8 8 0 0 0 48.73 16H24a8 8 0 0 0 0 16h18l25.56 140.29a24 24 0 0 0 5.33 11.27 28 28 0 1 0 44.4 8.44h45.42a27.75 27.75 0 0 0-2.71 12 28 28 0 1 0 28-28H91.17a8 8 0 0 1-7.87-6.57L80.13 152h116a24 24 0 0 0 23.61-19.71l12.16-66.86a8 8 0 0 0-1.76-6.56M104 204a12 12 0 1 1-12-12 12 12 0 0 1 12 12m96 0a12 12 0 1 1-12-12 12 12 0 0 1 12 12m4-74.57a8 8 0 0 1-7.9 6.57H77.22L65.59 72h148.82Z"})}))},wa=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"m141.66 133.66-40 40a8 8 0 0 1-11.32-11.32L116.69 136H24a8 8 0 0 1 0-16h92.69L90.34 93.66a8 8 0 0 1 11.32-11.32l40 40a8 8 0 0 1 0 11.32M200 32h-64a8 8 0 0 0 0 16h56v160h-56a8 8 0 0 0 0 16h64a8 8 0 0 0 8-8V40a8 8 0 0 0-8-8"})}))},pa=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M120 216a8 8 0 0 1-8 8H48a8 8 0 0 1-8-8V40a8 8 0 0 1 8-8h64a8 8 0 0 1 0 16H56v160h56a8 8 0 0 1 8 8m109.66-93.66-40-40a8 8 0 0 0-11.32 11.32L204.69 120H112a8 8 0 0 0 0 16h92.69l-26.35 26.34a8 8 0 0 0 11.32 11.32l40-40a8 8 0 0 0 0-11.32"})}))},ua=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M64 105V40a8 8 0 0 0-16 0v65a32 32 0 0 0 0 62v49a8 8 0 0 0 16 0v-49a32 32 0 0 0 0-62m-8 47a16 16 0 1 1 16-16 16 16 0 0 1-16 16m80-95V40a8 8 0 0 0-16 0v17a32 32 0 0 0 0 62v97a8 8 0 0 0 16 0v-97a32 32 0 0 0 0-62m-8 47a16 16 0 1 1 16-16 16 16 0 0 1-16 16m104 64a32.06 32.06 0 0 0-24-31V40a8 8 0 0 0-16 0v97a32 32 0 0 0 0 62v17a8 8 0 0 0 16 0v-17a32.06 32.06 0 0 0 24-31m-32 16a16 16 0 1 1 16-16 16 16 0 0 1-16 16"})}))},ga=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 128a8 8 0 0 1-8 8H48a8 8 0 0 1 0-16h72a8 8 0 0 1 8 8M48 72h136a8 8 0 0 0 0-16H48a8 8 0 0 0 0 16m56 112H48a8 8 0 0 0 0 16h56a8 8 0 0 0 0-16m125.66-21.66a8 8 0 0 0-11.32 0L192 188.69V112a8 8 0 0 0-16 0v76.69l-26.34-26.35a8 8 0 0 0-11.32 11.32l40 40a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32"})}))},Na=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M40 128a8 8 0 0 1 8-8h72a8 8 0 0 1 0 16H48a8 8 0 0 1-8-8m8-56h56a8 8 0 0 0 0-16H48a8 8 0 0 0 0 16m136 112H48a8 8 0 0 0 0 16h136a8 8 0 0 0 0-16m45.66-101.66-40-40a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 11.32 11.32L176 67.31V144a8 8 0 0 0 16 0V67.31l26.34 26.35a8 8 0 0 0 11.32-11.32"})}))},Ca=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M136 32v32a8 8 0 0 1-16 0V32a8 8 0 0 1 16 0m88 88h-32a8 8 0 0 0 0 16h32a8 8 0 0 0 0-16m-45.09 47.6a8 8 0 0 0-11.31 11.31l22.62 22.63a8 8 0 0 0 11.32-11.32ZM128 184a8 8 0 0 0-8 8v32a8 8 0 0 0 16 0v-32a8 8 0 0 0-8-8m-50.91-16.4-22.63 22.62a8 8 0 0 0 11.32 11.32l22.62-22.63a8 8 0 0 0-11.31-11.31M72 128a8 8 0 0 0-8-8H32a8 8 0 0 0 0 16h32a8 8 0 0 0 8-8m-6.22-73.54a8 8 0 0 0-11.32 11.32L77.09 88.4A8 8 0 0 0 88.4 77.09Z"})}))},ja=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M216 48h-40v-8a24 24 0 0 0-24-24h-48a24 24 0 0 0-24 24v8H40a8 8 0 0 0 0 16h8v144a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16V64h8a8 8 0 0 0 0-16M96 40a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v8H96Zm96 168H64V64h128Zm-80-104v64a8 8 0 0 1-16 0v-64a8 8 0 0 1 16 0m48 0v64a8 8 0 0 1-16 0v-64a8 8 0 0 1 16 0"})}))},Ma=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 144v64a8 8 0 0 1-8 8H40a8 8 0 0 1-8-8v-64a8 8 0 0 1 16 0v56h160v-56a8 8 0 0 1 16 0M93.66 77.66 120 51.31V144a8 8 0 0 0 16 0V51.31l26.34 26.35a8 8 0 0 0 11.32-11.32l-40-40a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 11.32 11.32"})}))},fa=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M168 56a8 8 0 0 1 8-8h48a8 8 0 0 1 0 16h-48a8 8 0 0 1-8-8m58.08 37.33a103.93 103.93 0 1 1-80.76-67.89 8 8 0 0 1-2.64 15.78A88.07 88.07 0 0 0 40 128a87.62 87.62 0 0 0 22.24 58.41 79.66 79.66 0 0 1 36.06-28.75 48 48 0 1 1 59.4 0 79.66 79.66 0 0 1 36.06 28.75A88 88 0 0 0 211 98.67a8 8 0 0 1 15.09-5.34ZM128 152a32 32 0 1 0-32-32 32 32 0 0 0 32 32m0 64a87.57 87.57 0 0 0 53.92-18.5 64 64 0 0 0-107.84 0A87.57 87.57 0 0 0 128 216"})}))},Ha=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M168 56a8 8 0 0 1 8-8h16V32a8 8 0 0 1 16 0v16h16a8 8 0 0 1 0 16h-16v16a8 8 0 0 1-16 0V64h-16a8 8 0 0 1-8-8m62.56 54.68a103.92 103.92 0 1 1-85.24-85.24 8 8 0 0 1-2.64 15.78A88.07 88.07 0 0 0 40 128a87.62 87.62 0 0 0 22.24 58.41 79.66 79.66 0 0 1 36.06-28.75 48 48 0 1 1 59.4 0 79.66 79.66 0 0 1 36.06 28.75A87.62 87.62 0 0 0 216 128a89 89 0 0 0-1.22-14.68 8 8 0 1 1 15.78-2.64M128 152a32 32 0 1 0-32-32 32 32 0 0 0 32 32m0 64a87.57 87.57 0 0 0 53.92-18.5 64 64 0 0 0-107.84 0A87.57 87.57 0 0 0 128 216"})}))},La=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24M74.08 197.5a64 64 0 0 1 107.84 0 87.83 87.83 0 0 1-107.84 0M96 120a32 32 0 1 1 32 32 32 32 0 0 1-32-32m97.76 66.41a79.66 79.66 0 0 0-36.06-28.75 48 48 0 1 0-59.4 0 79.66 79.66 0 0 0-36.06 28.75 88 88 0 1 1 131.52 0"})}))},Ba=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M236.8 188.09 149.35 36.22a24.76 24.76 0 0 0-42.7 0L19.2 188.09a23.51 23.51 0 0 0 0 23.72A24.35 24.35 0 0 0 40.55 224h174.9a24.35 24.35 0 0 0 21.33-12.19 23.51 23.51 0 0 0 .02-23.72m-13.87 15.71a8.5 8.5 0 0 1-7.48 4.2H40.55a8.5 8.5 0 0 1-7.48-4.2 7.59 7.59 0 0 1 0-7.72l87.45-151.87a8.75 8.75 0 0 1 15 0l87.45 151.87a7.59 7.59 0 0 1-.04 7.72M120 144v-40a8 8 0 0 1 16 0v40a8 8 0 0 1-16 0m20 36a12 12 0 1 1-12-12 12 12 0 0 1 12 12"})}))},Ia=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M165.66 101.66 139.31 128l26.35 26.34a8 8 0 0 1-11.32 11.32L128 139.31l-26.34 26.35a8 8 0 0 1-11.32-11.32L116.69 128l-26.35-26.34a8 8 0 0 1 11.32-11.32L128 116.69l26.34-26.35a8 8 0 0 1 11.32 11.32M232 128A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-16 0a88 88 0 1 0-88 88 88.1 88.1 0 0 0 88-88"})}))},Va=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",e),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M205.66 194.34a8 8 0 0 1-11.32 11.32L128 139.31l-66.34 66.35a8 8 0 0 1-11.32-11.32L116.69 128 50.34 61.66a8 8 0 0 1 11.32-11.32L128 116.69l66.34-66.35a8 8 0 0 1 11.32 11.32L139.31 128Z"})}))};exports.ArchiveIcon=v,exports.ArrowCircleLeftIcon=m,exports.ArrowCircleRightIcon=d,exports.ArrowClockwiseIcon=w,exports.ArrowLeftIcon=p,exports.ArrowRightIcon=u,exports.ArrowSquareOutIcon=g,exports.ArrowUUpLeftIcon=N,exports.ArrowUUpRightIcon=C,exports.BellIcon=M,exports.BellRingingIcon=j,exports.BookmarkSimpleFillIcon=f,exports.BookmarkSimpleIcon=H,exports.CalendarBlankIcon=L,exports.CalendarPlusIcon=B,exports.CaretCircleDownIcon=I,exports.CaretCircleLeftIcon=V,exports.CaretCircleRightIcon=A,exports.CaretCircleUpIcon=Z,exports.CaretDownIcon=S,exports.CaretLeftIcon=k,exports.CaretRightIcon=O,exports.CaretUpIcon=P,exports.CheckCircleIcon=b,exports.CheckIcon=y,exports.CircleIcon=U,exports.ClockIcon=q,exports.CopyIcon=D,exports.DotsSixVerticalIcon=z,exports.DotsThreeCircleIcon=R,exports.DotsThreeIcon=E,exports.DownloadSimpleIcon=F,exports.EnvelopeIcon=G,exports.ExportIcon=T,exports.FloppyDiskIcon=X,exports.FunnelIcon=Q,exports.GearIcon=W,exports.HouseIcon=J,exports.ImageIcon=K,exports.InfoIcon=Y,exports.LinkSimpleIcon=$,exports.LinkedInLogo=r=>{var l=r,{color:e,className:c}=l,o=h(l,["color","className"]);return s.jsx("svg",x(i({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",className:a.clsx("sds-icon","sds-icon-logo",e&&"sds-icon-logo--color-".concat(e),c),"aria-hidden":"true"},o),{children:s.jsx("path",{d:"M4.11716 2.00013H27.9999C28.1606 2.00432 28.32 2.02812 28.4749 2.07108C28.8261 2.16355 29.1456 2.35003 29.3992 2.61046C29.6527 2.8709 29.8308 3.19548 29.9142 3.54952C29.9729 3.78559 30.0008 4.02828 29.9972 4.27154C30.0009 12.0774 30.0009 19.8836 29.9972 27.6901C29.9938 27.8634 29.9804 28.0364 29.9574 28.2081C29.8913 28.7041 29.6476 29.159 29.2716 29.4883C28.8956 29.8176 28.413 29.9989 27.9136 29.9982C19.9715 29.9982 12.029 29.9982 4.08621 29.9982C3.64924 29.9981 3.22353 29.8593 2.8701 29.6019C2.51668 29.3445 2.25356 28.9816 2.11866 28.5652C2.03622 28.2901 1.99634 28.004 2.00026 27.7168C2.00026 19.9369 2.00026 12.1569 2.00026 4.37694C1.9985 4.16869 2.01335 3.96059 2.04459 3.7547C2.08899 3.40751 2.22443 3.07832 2.43721 2.80068C2.64999 2.52305 2.93249 2.3069 3.25583 2.17424C3.52752 2.0561 3.821 1.99679 4.11716 2.00013ZM17.0234 25.7947V25.4753C17.0234 24.7356 17.0157 23.9958 17.0234 23.2571C17.0444 21.6567 16.968 20.0551 17.0654 18.4558C17.0867 17.9859 17.1878 17.523 17.3644 17.0872C17.4597 16.838 17.6057 16.6115 17.7931 16.4219C17.9805 16.2323 18.2051 16.0838 18.4528 15.9859C19.0205 15.7532 19.6488 15.7142 20.2408 15.875C20.667 15.9833 21.033 16.2565 21.2584 16.6347C21.4626 16.9936 21.5925 17.39 21.6403 17.8003C21.694 18.1616 21.7195 18.5265 21.7167 18.8917C21.7115 21.081 21.7115 23.2708 21.7167 25.4609C21.7167 25.5718 21.7299 25.6827 21.7366 25.7803C22.0964 25.8291 25.5553 25.8147 25.7645 25.7626C25.7701 25.6938 25.7811 25.6184 25.7822 25.5407C25.8055 23.958 25.759 22.3754 25.8166 20.7916C25.853 19.9045 25.8449 19.016 25.7922 18.1297C25.7546 17.5408 25.7624 16.9497 25.6815 16.363C25.5939 15.6291 25.3796 14.916 25.0482 14.2557C24.8264 13.8246 24.5192 13.4435 24.1453 13.1355C23.7714 12.8275 23.3388 12.5992 22.8738 12.4645C21.9829 12.1892 21.0431 12.1105 20.1191 12.2338C19.2323 12.3429 18.4041 12.7354 17.7574 13.3529C17.5025 13.5902 17.277 13.8571 17.0854 14.1481C17.0423 14.2146 17.0145 14.3122 16.8739 14.2923C16.8485 13.7211 16.8829 13.1499 16.853 12.5521L16.0502 12.5454H14.5113C14.2589 12.5454 14.0074 12.5454 13.755 12.5454C13.4875 12.5299 13.2191 12.5399 12.9534 12.5754V23.8128C12.9534 24.3784 12.9534 24.9441 12.9534 25.5097C12.9534 25.6018 12.9668 25.6927 12.9734 25.7914L17.0234 25.7947ZM10.252 25.7892C10.3096 25.5485 10.3074 12.805 10.252 12.5909C10.0306 12.5321 6.47549 12.5333 6.25959 12.5909C6.20424 12.8128 6.20313 25.5563 6.25959 25.7759C6.45113 25.8247 9.89992 25.8357 10.252 25.7892ZM10.6085 8.2732C10.6112 7.64777 10.3665 7.04672 9.92817 6.60136C9.48981 6.15601 8.89336 5.90255 8.26904 5.8964C7.95624 5.8945 7.64621 5.95451 7.35663 6.07301C7.06705 6.19151 6.80367 6.36613 6.58166 6.58688C6.35965 6.80763 6.18325 7.07014 6.06281 7.35933C5.94237 7.64853 5.88025 7.9587 5.87981 8.27205C5.87135 8.58776 5.92729 8.90191 6.04443 9.19513C6.16157 9.48835 6.33743 9.7545 6.56098 9.9772C6.78454 10.1999 7.05111 10.3744 7.34446 10.4901C7.63782 10.6058 7.95177 10.6603 8.26688 10.65C8.57882 10.6562 8.88865 10.5987 9.17767 10.481C9.46669 10.3633 9.72879 10.1878 9.9479 9.96528C10.167 9.74278 10.3386 9.47791 10.4522 9.1868C10.5657 8.8957 10.619 8.58442 10.6085 8.27205V8.2732Z"})}))},exports.ListIcon=_,exports.LockSimpleIcon=sa,exports.LockSimpleOpenIcon=aa,exports.MagnifyingGlassIcon=ra,exports.MapPinIcon=la,exports.MegaphoneIcon=ea,exports.MinusCircleIcon=ca,exports.MinusIcon=oa,exports.PaperclipIcon=na,exports.PasswordIcon=ta,exports.PencilIcon=ia,exports.PhoneIcon=xa,exports.PlusCircleIcon=ha,exports.PlusIcon=va,exports.QuestionIcon=ma,exports.ShoppingCartIcon=da,exports.SignInIcon=wa,exports.SignOutIcon=pa,exports.SlidersIcon=ua,exports.SortAscendingIcon=ga,exports.SortDescendingIcon=Na,exports.SpinnerGapIcon=Ca,exports.SpinnerIcon=r=>{var l=r,{className:e}=l,c=h(l,["className"]);return s.jsx(Ca,i({className:a.clsx("sds-icon sds-icon--spinner",e)},c))},exports.TrashIcon=ja,exports.UploadSimpleIcon=Ma,exports.UserCircleIcon=La,exports.UserCircleMinusIcon=fa,exports.UserCirclePlusIcon=Ha,exports.WarningIcon=Ba,exports.XCircleIcon=Ia,exports.XIcon=Va;//# sourceMappingURL=index.js.map
"use strict";var a=require("clsx/lite"),s=require("react/jsx-runtime"),r=Object.defineProperty,e=Object.defineProperties,l=Object.getOwnPropertyDescriptors,c=Object.getOwnPropertySymbols,o=Object.prototype.hasOwnProperty,t=Object.prototype.propertyIsEnumerable,n=(a,s,e)=>s in a?r(a,s,{enumerable:!0,configurable:!0,writable:!0,value:e}):a[s]=e,i=(a,s)=>{for(var r in s||(s={}))o.call(s,r)&&n(a,r,s[r]);if(c)for(var r of c(s))t.call(s,r)&&n(a,r,s[r]);return a},x=(a,s)=>e(a,l(s)),v=(a,s)=>{var r={};for(var e in a)o.call(a,e)&&s.indexOf(e)<0&&(r[e]=a[e]);if(null!=a&&c)for(var e of c(a))s.indexOf(e)<0&&t.call(a,e)&&(r[e]=a[e]);return r},h=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m48-88a8 8 0 0 1-8 8h-32v32a8 8 0 0 1-16 0v-32H88a8 8 0 0 1 0-16h32V88a8 8 0 0 1 16 0v32h32a8 8 0 0 1 8 8"})}))},m=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M208 32h-24v-8a8 8 0 0 0-16 0v8H88v-8a8 8 0 0 0-16 0v8H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16M72 48v8a8 8 0 0 0 16 0v-8h80v8a8 8 0 0 0 16 0v-8h24v32H48V48Zm136 160H48V96h160zm-48-56a8 8 0 0 1-8 8h-16v16a8 8 0 0 1-16 0v-16h-16a8 8 0 0 1 0-16h16v-16a8 8 0 0 1 16 0v16h16a8 8 0 0 1 8 8"})}))},d=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 128a8 8 0 0 1-8 8h-80v80a8 8 0 0 1-16 0v-80H40a8 8 0 0 1 0-16h80V40a8 8 0 0 1 16 0v80h80a8 8 0 0 1 8 8"})}))},w=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M64 105V40a8 8 0 0 0-16 0v65a32 32 0 0 0 0 62v49a8 8 0 0 0 16 0v-49a32 32 0 0 0 0-62m-8 47a16 16 0 1 1 16-16 16 16 0 0 1-16 16m80-95V40a8 8 0 0 0-16 0v17a32 32 0 0 0 0 62v97a8 8 0 0 0 16 0v-97a32 32 0 0 0 0-62m-8 47a16 16 0 1 1 16-16 16 16 0 0 1-16 16m104 64a32.06 32.06 0 0 0-24-31V40a8 8 0 0 0-16 0v97a32 32 0 0 0 0 62v17a8 8 0 0 0 16 0v-17a32.06 32.06 0 0 0 24-31m-32 16a16 16 0 1 1 16-16 16 16 0 0 1-16 16"})}))},p=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M236.8 188.09 149.35 36.22a24.76 24.76 0 0 0-42.7 0L19.2 188.09a23.51 23.51 0 0 0 0 23.72A24.35 24.35 0 0 0 40.55 224h174.9a24.35 24.35 0 0 0 21.33-12.19 23.51 23.51 0 0 0 .02-23.72m-13.87 15.71a8.5 8.5 0 0 1-7.48 4.2H40.55a8.5 8.5 0 0 1-7.48-4.2 7.59 7.59 0 0 1 0-7.72l87.45-151.87a8.75 8.75 0 0 1 15 0l87.45 151.87a7.59 7.59 0 0 1-.04 7.72M120 144v-40a8 8 0 0 1 16 0v40a8 8 0 0 1-16 0m20 36a12 12 0 1 1-12-12 12 12 0 0 1 12 12"})}))},u=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 48H32a16 16 0 0 0-16 16v24a16 16 0 0 0 16 16v88a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16v-88a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16m-16 144H48v-88h160Zm16-104H32V64h192zM96 136a8 8 0 0 1 8-8h48a8 8 0 0 1 0 16h-48a8 8 0 0 1-8-8"})}))},g=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M209.66 122.34a8 8 0 0 1 0 11.32l-82.05 82a56 56 0 0 1-79.2-79.21l99.26-100.72a40 40 0 1 1 56.61 56.55L105 193a24 24 0 1 1-34-34l83.3-84.62a8 8 0 1 1 11.4 11.22l-83.31 84.71a8 8 0 1 0 11.27 11.36L192.93 81A24 24 0 1 0 159 47L59.76 147.68a40 40 0 1 0 56.53 56.62l82.06-82a8 8 0 0 1 11.31.04"})}))},N=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M184 32H72a16 16 0 0 0-16 16v176a8 8 0 0 0 12.24 6.78L128 193.43l59.77 37.35A8 8 0 0 0 200 224V48a16 16 0 0 0-16-16"})}))},j=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M184 32H72a16 16 0 0 0-16 16v176a8 8 0 0 0 12.24 6.78L128 193.43l59.77 37.35A8 8 0 0 0 200 224V48a16 16 0 0 0-16-16m0 177.57-51.77-32.35a8 8 0 0 0-8.48 0L72 209.57V48h112Z"})}))},C=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M205.66 194.34a8 8 0 0 1-11.32 11.32L128 139.31l-66.34 66.35a8 8 0 0 1-11.32-11.32L116.69 128 50.34 61.66a8 8 0 0 1 11.32-11.32L128 116.69l66.34-66.35a8 8 0 0 1 11.32 11.32L139.31 128Z"})}))},M=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m45.66-77.66a8 8 0 0 1-11.32 11.32L128 115.31l-34.34 34.35a8 8 0 0 1-11.32-11.32l40-40a8 8 0 0 1 11.32 0Z"})}))},H=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M213.66 165.66a8 8 0 0 1-11.32 0L128 91.31l-74.34 74.35a8 8 0 0 1-11.32-11.32l80-80a8 8 0 0 1 11.32 0l80 80a8 8 0 0 1 0 11.32"})}))},f=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"m229.66 77.66-128 128a8 8 0 0 1-11.32 0l-56-56a8 8 0 0 1 11.32-11.32L96 188.69 218.34 66.34a8 8 0 0 1 11.32 11.32"})}))},L=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m12-88a12 12 0 1 1-12-12 12 12 0 0 1 12 12m44 0a12 12 0 1 1-12-12 12 12 0 0 1 12 12m-88 0a12 12 0 1 1-12-12 12 12 0 0 1 12 12"})}))},I=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M140 128a12 12 0 1 1-12-12 12 12 0 0 1 12 12m56-12a12 12 0 1 0 12 12 12 12 0 0 0-12-12m-136 0a12 12 0 1 0 12 12 12 12 0 0 0-12-12"})}))},B=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M216 32H88a8 8 0 0 0-8 8v40H40a8 8 0 0 0-8 8v128a8 8 0 0 0 8 8h128a8 8 0 0 0 8-8v-40h40a8 8 0 0 0 8-8V40a8 8 0 0 0-8-8m-56 176H48V96h112Zm48-48h-32V88a8 8 0 0 0-8-8H96V48h112Z"})}))},A=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M216 72h-84.69L104 44.69A15.86 15.86 0 0 0 92.69 40H40a16 16 0 0 0-16 16v144.62A15.4 15.4 0 0 0 39.38 216h177.51A15.13 15.13 0 0 0 232 200.89V88a16 16 0 0 0-16-16M92.69 56l16 16H40V56ZM216 200H40V88h176Zm-88-88a8 8 0 0 1 8 8v16h16a8 8 0 0 1 0 16h-16v16a8 8 0 0 1-16 0v-16h-16a8 8 0 0 1 0-16h16v-16a8 8 0 0 1 8-8"})}))},V=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M208 32h-24v-8a8 8 0 0 0-16 0v8H88v-8a8 8 0 0 0-16 0v8H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16M72 48v8a8 8 0 0 0 16 0v-8h80v8a8 8 0 0 0 16 0v-8h24v32H48V48Zm136 160H48V96h160z"})}))},Z=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M216 48h-40v-8a24 24 0 0 0-24-24h-48a24 24 0 0 0-24 24v8H40a8 8 0 0 0 0 16h8v144a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16V64h8a8 8 0 0 0 0-16M96 40a8 8 0 0 1 8-8h48a8 8 0 0 1 8 8v8H96Zm96 168H64V64h128Zm-80-104v64a8 8 0 0 1-16 0v-64a8 8 0 0 1 16 0m48 0v64a8 8 0 0 1-16 0v-64a8 8 0 0 1 16 0"})}))},S=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 144v64a8 8 0 0 1-8 8H40a8 8 0 0 1-8-8v-64a8 8 0 0 1 16 0v56h160v-56a8 8 0 0 1 16 0m-101.66 5.66a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0-11.32-11.32L136 124.69V32a8 8 0 0 0-16 0v92.69L93.66 98.34a8 8 0 0 0-11.32 11.32Z"})}))},b=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"m227.31 73.37-44.68-44.69a16 16 0 0 0-22.63 0L36.69 152A15.86 15.86 0 0 0 32 163.31V208a16 16 0 0 0 16 16h44.69a15.86 15.86 0 0 0 11.31-4.69L227.31 96a16 16 0 0 0 0-22.63M51.31 160 136 75.31 152.69 92 68 176.68ZM48 179.31 76.69 208H48Zm48 25.38L79.31 188 164 103.31 180.69 120Zm96-96L147.31 64l24-24L216 84.68Z"})}))},O=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 48H32a8 8 0 0 0-8 8v136a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a8 8 0 0 0-8-8m-96 85.15L52.57 64h150.86ZM98.71 128 40 181.81V74.19Zm11.84 10.85 12 11.05a8 8 0 0 0 10.82 0l12-11.05 58 53.15H52.57ZM157.29 128 216 74.18v107.64Z"})}))},P=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m45.66-109.66a8 8 0 0 1 0 11.32l-40 40a8 8 0 0 1-11.32 0l-40-40a8 8 0 0 1 11.32-11.32L128 140.69l34.34-34.35a8 8 0 0 1 11.32 0"})}))},k=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"m213.66 101.66-80 80a8 8 0 0 1-11.32 0l-80-80a8 8 0 0 1 11.32-11.32L128 164.69l74.34-74.35a8 8 0 0 1 11.32 11.32"})}))},T=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M216 112v96a16 16 0 0 1-16 16H56a16 16 0 0 1-16-16v-96a16 16 0 0 1 16-16h24a8 8 0 0 1 0 16H56v96h144v-96h-24a8 8 0 0 1 0-16h24a16 16 0 0 1 16 16M93.66 69.66 120 43.31V136a8 8 0 0 0 16 0V43.31l26.34 26.35a8 8 0 0 0 11.32-11.32l-40-40a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 11.32 11.32"})}))},y=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M165.66 101.66 139.31 128l26.35 26.34a8 8 0 0 1-11.32 11.32L128 139.31l-26.34 26.35a8 8 0 0 1-11.32-11.32L116.69 128l-26.35-26.34a8 8 0 0 1 11.32-11.32L128 116.69l26.34-26.35a8 8 0 0 1 11.32 11.32M232 128A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-16 0a88 88 0 1 0-88 88 88.1 88.1 0 0 0 88-88"})}))},q=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M248 120a48.05 48.05 0 0 0-48-48h-39.8c-2.91-.17-53.62-3.74-101.91-44.24A16 16 0 0 0 32 40v160a16 16 0 0 0 26.29 12.25c37.77-31.68 77-40.76 93.71-43.3v31.72a16 16 0 0 0 7.12 13.33l11 7.33A16 16 0 0 0 194.5 212l11.77-44.36A48.07 48.07 0 0 0 248 120M48 199.93V40c42.81 35.91 86.63 45 104 47.24v65.48c-17.35 2.28-61.16 11.35-104 47.21m131 8v.11l-11-7.33V168h21.6ZM200 152h-32V88h32a32 32 0 1 1 0 64"})}))},E=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M230.6 49.53A15.81 15.81 0 0 0 216 40H40a16 16 0 0 0-11.81 26.76l.08.09L96 139.17V216a16 16 0 0 0 24.87 13.32l32-21.34a16 16 0 0 0 7.13-13.32v-55.49l67.74-72.32.08-.09a15.8 15.8 0 0 0 2.78-17.23m-84.42 81.05A8 8 0 0 0 144 136v58.66L112 216v-80a8 8 0 0 0-2.16-5.47L40 56h176Z"})}))},U=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M216 72h-84.69L104 44.69A15.86 15.86 0 0 0 92.69 40H40a16 16 0 0 0-16 16v144.62A15.4 15.4 0 0 0 39.38 216h177.51A15.13 15.13 0 0 0 232 200.89V88a16 16 0 0 0-16-16M40 56h52.69l16 16H40Zm176 144H40V88h176Z"})}))},z=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M140 180a12 12 0 1 1-12-12 12 12 0 0 1 12 12M128 72c-22.06 0-40 16.15-40 36v4a8 8 0 0 0 16 0v-4c0-11 10.77-20 24-20s24 9 24 20-10.77 20-24 20a8 8 0 0 0-8 8v8a8 8 0 0 0 16 0v-.72c18.24-3.35 32-17.9 32-35.28 0-19.85-17.94-36-40-36m104 56A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-16 0a88 88 0 1 0-88 88 88.1 88.1 0 0 0 88-88"})}))},D=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"m219.31 108.68-80-80a16 16 0 0 0-22.62 0l-80 80A15.87 15.87 0 0 0 32 120v96a8 8 0 0 0 8 8h64a8 8 0 0 0 8-8v-56h32v56a8 8 0 0 0 8 8h64a8 8 0 0 0 8-8v-96a15.87 15.87 0 0 0-4.69-11.32M208 208h-48v-56a8 8 0 0 0-8-8h-48a8 8 0 0 0-8 8v56H48v-88l80-80 80 80Z"})}))},F=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M216 40H40a16 16 0 0 0-16 16v144a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a16 16 0 0 0-16-16m0 16v102.75l-26.07-26.06a16 16 0 0 0-22.63 0l-20 20-44-44a16 16 0 0 0-22.62 0L40 149.37V56ZM40 172l52-52 80 80H40Zm176 28h-21.37l-36-36 20-20L216 181.38zm-72-100a12 12 0 1 1 12 12 12 12 0 0 1-12-12"})}))},R=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m16-40a8 8 0 0 1-8 8 16 16 0 0 1-16-16v-40a8 8 0 0 1 0-16 16 16 0 0 1 16 16v40a8 8 0 0 1 8 8m-32-92a12 12 0 1 1 12 12 12 12 0 0 1-12-12"})}))},G=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M165.66 90.34a8 8 0 0 1 0 11.32l-64 64a8 8 0 0 1-11.32-11.32l64-64a8 8 0 0 1 11.32 0M215.6 40.4a56 56 0 0 0-79.2 0l-30.06 30.05a8 8 0 0 0 11.32 11.32l30.06-30a40 40 0 0 1 56.57 56.56l-30.07 30.06a8 8 0 0 0 11.31 11.32l30.07-30.11a56 56 0 0 0 0-79.2m-77.26 133.82-30.06 30.06a40 40 0 1 1-56.56-56.57l30.05-30.05a8 8 0 0 0-11.32-11.32L40.4 136.4a56 56 0 0 0 79.2 79.2l30.06-30.07a8 8 0 0 0-11.32-11.31"})}))},J=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 64a40 40 0 1 0 40 40 40 40 0 0 0-40-40m0 64a24 24 0 1 1 24-24 24 24 0 0 1-24 24m0-112a88.1 88.1 0 0 0-88 88c0 31.4 14.51 64.68 42 96.25a254.2 254.2 0 0 0 41.45 38.3 8 8 0 0 0 9.18 0 254.2 254.2 0 0 0 41.37-38.3c27.45-31.57 42-64.85 42-96.25a88.1 88.1 0 0 0-88-88m0 206c-16.53-13-72-60.75-72-118a72 72 0 0 1 144 0c0 57.23-55.47 105-72 118"})}))},K=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M208 80h-32V56a48 48 0 0 0-96 0v24H48a16 16 0 0 0-16 16v112a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V96a16 16 0 0 0-16-16M96 56a32 32 0 0 1 64 0v24H96Zm112 152H48V96h160z"})}))},Q=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 128a8 8 0 0 1-8 8H40a8 8 0 0 1 0-16h176a8 8 0 0 1 8 8M40 72h176a8 8 0 0 0 0-16H40a8 8 0 0 0 0 16m176 112H40a8 8 0 0 0 0 16h176a8 8 0 0 0 0-16"})}))},W=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M216 48H40a16 16 0 0 0-16 16v160a15.85 15.85 0 0 0 9.24 14.5A16.1 16.1 0 0 0 40 240a15.9 15.9 0 0 0 10.25-3.78l.09-.07L83 208h133a16 16 0 0 0 16-16V64a16 16 0 0 0-16-16m0 144H80a8 8 0 0 0-5.23 1.95L40 224V64h176ZM88 112a8 8 0 0 1 8-8h64a8 8 0 0 1 0 16H96a8 8 0 0 1-8-8m0 32a8 8 0 0 1 8-8h64a8 8 0 1 1 0 16H96a8 8 0 0 1-8-8"})}))},X=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m29.66-93.66a8 8 0 0 1 0 11.32l-40 40a8 8 0 0 1-11.32-11.32L140.69 128l-34.35-34.34a8 8 0 0 1 11.32-11.32Z"})}))},Y=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"m181.66 133.66-80 80a8 8 0 0 1-11.32-11.32L164.69 128 90.34 53.66a8 8 0 0 1 11.32-11.32l80 80a8 8 0 0 1 0 11.32"})}))},$=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m21.66-122.34L115.31 128l34.35 34.34a8 8 0 0 1-11.32 11.32l-40-40a8 8 0 0 1 0-11.32l40-40a8 8 0 0 1 11.32 11.32"})}))},_=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M165.66 202.34a8 8 0 0 1-11.32 11.32l-80-80a8 8 0 0 1 0-11.32l80-80a8 8 0 0 1 11.32 11.32L91.31 128Z"})}))},aa=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 104a8 8 0 0 1-16 0V59.32l-66.33 66.34a8 8 0 0 1-11.32-11.32L196.68 48H152a8 8 0 0 1 0-16h64a8 8 0 0 1 8 8Zm-40 24a8 8 0 0 0-8 8v72H48V80h72a8 8 0 0 0 0-16H48a16 16 0 0 0-16 16v128a16 16 0 0 0 16 16h128a16 16 0 0 0 16-16v-72a8 8 0 0 0-8-8"})}))},sa=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m45.66-93.66a8 8 0 0 1 0 11.32l-32 32a8 8 0 0 1-11.32-11.32L148.69 136H88a8 8 0 0 1 0-16h60.69l-18.35-18.34a8 8 0 0 1 11.32-11.32Z"})}))},ra=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"m221.66 133.66-72 72a8 8 0 0 1-11.32-11.32L196.69 136H40a8 8 0 0 1 0-16h156.69l-58.35-58.34a8 8 0 0 1 11.32-11.32l72 72a8 8 0 0 1 0 11.32"})}))},ea=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m48-88a8 8 0 0 1-8 8h-60.69l18.35 18.34a8 8 0 0 1-11.32 11.32l-32-32a8 8 0 0 1 0-11.32l32-32a8 8 0 0 1 11.32 11.32L107.31 120H168a8 8 0 0 1 8 8"})}))},la=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 128a8 8 0 0 1-8 8H59.31l58.35 58.34a8 8 0 0 1-11.32 11.32l-72-72a8 8 0 0 1 0-11.32l72-72a8 8 0 0 1 11.32 11.32L59.31 120H216a8 8 0 0 1 8 8"})}))},ca=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M221.8 175.94c-5.55-9.56-13.8-36.61-13.8-71.94a80 80 0 1 0-160 0c0 35.34-8.26 62.38-13.81 71.94A16 16 0 0 0 48 200h40.81a40 40 0 0 0 78.38 0H208a16 16 0 0 0 13.8-24.06M128 216a24 24 0 0 1-22.62-16h45.24A24 24 0 0 1 128 216m-80-32c7.7-13.24 16-43.92 16-80a64 64 0 1 1 128 0c0 36.05 8.28 66.73 16 80Z"})}))},oa=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M48 56v144a8 8 0 0 1-16 0V56a8 8 0 0 1 16 0m92 54.5-20 6.5V96a8 8 0 0 0-16 0v21l-20-6.5a8 8 0 0 0-5 15.22l20 6.49-12.34 17a8 8 0 1 0 12.94 9.4l12.34-17 12.34 17a8 8 0 1 0 12.94-9.4l-12.34-17 20-6.49A8 8 0 0 0 140 110.5m106 5.14a8 8 0 0 0-10-5.14l-20 6.5V96a8 8 0 0 0-16 0v21l-20-6.49a8 8 0 0 0-4.95 15.22l20 6.49-12.34 17a8 8 0 1 0 12.94 9.4l12.34-17 12.34 17a8 8 0 1 0 12.94-9.4l-12.34-17 20-6.49a8 8 0 0 0 5.07-10.09"})}))},ta=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"m222.37 158.46-47.11-21.11-.13-.06a16 16 0 0 0-15.17 1.4 8 8 0 0 0-.75.56L134.87 160c-15.42-7.49-31.34-23.29-38.83-38.51l20.78-24.71c.2-.25.39-.5.57-.77a16 16 0 0 0 1.32-15.06v-.12L97.54 33.64a16 16 0 0 0-16.62-9.52A56.26 56.26 0 0 0 32 80c0 79.4 64.6 144 144 144a56.26 56.26 0 0 0 55.88-48.92 16 16 0 0 0-9.51-16.62M176 208A128.14 128.14 0 0 1 48 80a40.2 40.2 0 0 1 34.87-40 .6.6 0 0 0 0 .12l21 47-20.67 24.74a6 6 0 0 0-.57.77 16 16 0 0 0-1 15.7c9.06 18.53 27.73 37.06 46.46 46.11a16 16 0 0 0 15.75-1.14 8 8 0 0 0 .74-.56L168.89 152l47 21.05h.11A40.21 40.21 0 0 1 176 208"})}))},na=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M170.34 130.34 204.69 96H88a48 48 0 0 0 0 96h88a8 8 0 0 1 0 16H88a64 64 0 0 1 0-128h116.69l-34.35-34.34a8 8 0 0 1 11.32-11.32l48 48a8 8 0 0 1 0 11.32l-48 48a8 8 0 0 1-11.32-11.32"})}))},ia=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M240 56v48a8 8 0 0 1-8 8h-48a8 8 0 0 1 0-16h27.4l-26.59-24.36-.25-.24a80 80 0 1 0-1.67 114.78 8 8 0 0 1 11 11.63A95.44 95.44 0 0 1 128 224h-1.32a96 96 0 1 1 69.07-164L224 85.8V56a8 8 0 1 1 16 0"})}))},xa=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M104 60a12 12 0 1 1-12-12 12 12 0 0 1 12 12m60 12a12 12 0 1 0-12-12 12 12 0 0 0 12 12m-72 44a12 12 0 1 0 12 12 12 12 0 0 0-12-12m72 0a12 12 0 1 0 12 12 12 12 0 0 0-12-12m-72 68a12 12 0 1 0 12 12 12 12 0 0 0-12-12m72 0a12 12 0 1 0 12 12 12 12 0 0 0-12-12"})}))},va=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M219.31 72 184 36.69A15.86 15.86 0 0 0 172.69 32H48a16 16 0 0 0-16 16v160a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V83.31A15.86 15.86 0 0 0 219.31 72M168 208H88v-56h80Zm40 0h-24v-56a16 16 0 0 0-16-16H88a16 16 0 0 0-16 16v56H48V48h124.69L208 83.31ZM160 72a8 8 0 0 1-8 8H96a8 8 0 0 1 0-16h56a8 8 0 0 1 8 8"})}))},ha=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"m229.66 218.34-50.07-50.06a88.11 88.11 0 1 0-11.31 11.31l50.06 50.07a8 8 0 0 0 11.32-11.32M40 112a72 72 0 1 1 72 72 72.08 72.08 0 0 1-72-72"})}))},ma=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 80a48 48 0 1 0 48 48 48.05 48.05 0 0 0-48-48m0 80a32 32 0 1 1 32-32 32 32 0 0 1-32 32m88-29.84q.06-2.16 0-4.32l14.92-18.64a8 8 0 0 0 1.48-7.06 107.2 107.2 0 0 0-10.88-26.25 8 8 0 0 0-6-3.93l-23.72-2.64q-1.48-1.56-3-3L186 40.54a8 8 0 0 0-3.94-6 107.7 107.7 0 0 0-26.25-10.87 8 8 0 0 0-7.06 1.49L130.16 40h-4.32L107.2 25.11a8 8 0 0 0-7.06-1.48 107.6 107.6 0 0 0-26.25 10.88 8 8 0 0 0-3.93 6l-2.64 23.76q-1.56 1.49-3 3L40.54 70a8 8 0 0 0-6 3.94 107.7 107.7 0 0 0-10.87 26.25 8 8 0 0 0 1.49 7.06L40 125.84v4.32L25.11 148.8a8 8 0 0 0-1.48 7.06 107.2 107.2 0 0 0 10.88 26.25 8 8 0 0 0 6 3.93l23.72 2.64q1.49 1.56 3 3L70 215.46a8 8 0 0 0 3.94 6 107.7 107.7 0 0 0 26.25 10.87 8 8 0 0 0 7.06-1.49L125.84 216q2.16.06 4.32 0l18.64 14.92a8 8 0 0 0 7.06 1.48 107.2 107.2 0 0 0 26.25-10.88 8 8 0 0 0 3.93-6l2.64-23.72q1.56-1.48 3-3l23.78-2.8a8 8 0 0 0 6-3.94 107.7 107.7 0 0 0 10.87-26.25 8 8 0 0 0-1.49-7.06Zm-16.1-6.5a74 74 0 0 1 0 8.68 8 8 0 0 0 1.74 5.48l14.19 17.73a91.6 91.6 0 0 1-6.23 15l-22.6 2.56a8 8 0 0 0-5.1 2.64 74 74 0 0 1-6.14 6.14 8 8 0 0 0-2.64 5.1l-2.51 22.58a91.3 91.3 0 0 1-15 6.23l-17.74-14.19a8 8 0 0 0-5-1.75h-.48a74 74 0 0 1-8.68 0 8 8 0 0 0-5.48 1.74l-17.78 14.2a91.6 91.6 0 0 1-15-6.23L82.89 187a8 8 0 0 0-2.64-5.1 74 74 0 0 1-6.14-6.14 8 8 0 0 0-5.1-2.64l-22.58-2.52a91.3 91.3 0 0 1-6.23-15l14.19-17.74a8 8 0 0 0 1.74-5.48 74 74 0 0 1 0-8.68 8 8 0 0 0-1.74-5.48L40.2 100.45a91.6 91.6 0 0 1 6.23-15L69 82.89a8 8 0 0 0 5.1-2.64 74 74 0 0 1 6.14-6.14A8 8 0 0 0 82.89 69l2.51-22.57a91.3 91.3 0 0 1 15-6.23l17.74 14.19a8 8 0 0 0 5.48 1.74 74 74 0 0 1 8.68 0 8 8 0 0 0 5.48-1.74l17.77-14.19a91.6 91.6 0 0 1 15 6.23L173.11 69a8 8 0 0 0 2.64 5.1 74 74 0 0 1 6.14 6.14 8 8 0 0 0 5.1 2.64l22.58 2.51a91.3 91.3 0 0 1 6.23 15l-14.19 17.74a8 8 0 0 0-1.74 5.53Z"})}))},da=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M230.14 58.87A8 8 0 0 0 224 56H62.68L56.6 22.57A8 8 0 0 0 48.73 16H24a8 8 0 0 0 0 16h18l25.56 140.29a24 24 0 0 0 5.33 11.27 28 28 0 1 0 44.4 8.44h45.42a27.75 27.75 0 0 0-2.71 12 28 28 0 1 0 28-28H91.17a8 8 0 0 1-7.87-6.57L80.13 152h116a24 24 0 0 0 23.61-19.71l12.16-66.86a8 8 0 0 0-1.76-6.56M104 204a12 12 0 1 1-12-12 12 12 0 0 1 12 12m96 0a12 12 0 1 1-12-12 12 12 0 0 1 12 12m4-74.57a8 8 0 0 1-7.9 6.57H77.22L65.59 72h148.82Z"})}))},wa=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"m141.66 133.66-40 40a8 8 0 0 1-11.32-11.32L116.69 136H24a8 8 0 0 1 0-16h92.69L90.34 93.66a8 8 0 0 1 11.32-11.32l40 40a8 8 0 0 1 0 11.32M200 32h-64a8 8 0 0 0 0 16h56v160h-56a8 8 0 0 0 0 16h64a8 8 0 0 0 8-8V40a8 8 0 0 0-8-8"})}))},pa=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M120 216a8 8 0 0 1-8 8H48a8 8 0 0 1-8-8V40a8 8 0 0 1 8-8h64a8 8 0 0 1 0 16H56v160h56a8 8 0 0 1 8 8m109.66-93.66-40-40a8 8 0 0 0-11.32 11.32L204.69 120H112a8 8 0 0 0 0 16h92.69l-26.35 26.34a8 8 0 0 0 11.32 11.32l40-40a8 8 0 0 0 0-11.32"})}))},ua=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M40 128a8 8 0 0 1 8-8h72a8 8 0 0 1 0 16H48a8 8 0 0 1-8-8m8-56h56a8 8 0 0 0 0-16H48a8 8 0 0 0 0 16m136 112H48a8 8 0 0 0 0 16h136a8 8 0 0 0 0-16m45.66-101.66-40-40a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 11.32 11.32L176 67.31V144a8 8 0 0 0 16 0V67.31l26.34 26.35a8 8 0 0 0 11.32-11.32"})}))},ga=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 128a8 8 0 0 1-8 8H48a8 8 0 0 1 0-16h72a8 8 0 0 1 8 8M48 72h136a8 8 0 0 0 0-16H48a8 8 0 0 0 0 16m56 112H48a8 8 0 0 0 0 16h56a8 8 0 0 0 0-16m125.66-21.66a8 8 0 0 0-11.32 0L192 188.69V112a8 8 0 0 0-16 0v76.69l-26.34-26.35a8 8 0 0 0-11.32 11.32l40 40a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32"})}))},Na=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M136 32v32a8 8 0 0 1-16 0V32a8 8 0 0 1 16 0m88 88h-32a8 8 0 0 0 0 16h32a8 8 0 0 0 0-16m-45.09 47.6a8 8 0 0 0-11.31 11.31l22.62 22.63a8 8 0 0 0 11.32-11.32ZM128 184a8 8 0 0 0-8 8v32a8 8 0 0 0 16 0v-32a8 8 0 0 0-8-8m-50.91-16.4-22.63 22.62a8 8 0 0 0 11.32 11.32l22.62-22.63a8 8 0 0 0-11.31-11.31M72 128a8 8 0 0 0-8-8H32a8 8 0 0 0 0 16h32a8 8 0 0 0 8-8m-6.22-73.54a8 8 0 0 0-11.32 11.32L77.09 88.4A8 8 0 0 0 88.4 77.09Z"})}))},ja=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M176 128a8 8 0 0 1-8 8H88a8 8 0 0 1 0-16h80a8 8 0 0 1 8 8m56 0A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-16 0a88 88 0 1 0-88 88 88.1 88.1 0 0 0 88-88"})}))},Ca=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 128a8 8 0 0 1-8 8H40a8 8 0 0 1 0-16h176a8 8 0 0 1 8 8"})}))},Ma=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M173.66 98.34a8 8 0 0 1 0 11.32l-56 56a8 8 0 0 1-11.32 0l-24-24a8 8 0 0 1 11.32-11.32L112 148.69l50.34-50.35a8 8 0 0 1 11.32 0M232 128A104 104 0 1 1 128 24a104.11 104.11 0 0 1 104 104m-16 0a88 88 0 1 0-88 88 88.1 88.1 0 0 0 88-88"})}))},Ha=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88 88.1 88.1 0 0 1-88 88m64-88a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V72a8 8 0 0 1 16 0v48h48a8 8 0 0 1 8 8"})}))},fa=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M232 144a64.07 64.07 0 0 1-64 64H80a8 8 0 0 1 0-16h88a48 48 0 0 0 0-96H51.31l34.35 34.34a8 8 0 0 1-11.32 11.32l-48-48a8 8 0 0 1 0-11.32l48-48a8 8 0 0 1 11.32 11.32L51.31 80H168a64.07 64.07 0 0 1 64 64"})}))},La=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M208 80H96V56a32 32 0 0 1 32-32c15.37 0 29.2 11 32.16 25.59a8 8 0 0 0 15.68-3.18C171.32 24.15 151.2 8 128 8a48.05 48.05 0 0 0-48 48v24H48a16 16 0 0 0-16 16v112a16 16 0 0 0 16 16h160a16 16 0 0 0 16-16V96a16 16 0 0 0-16-16m0 128H48V96h160z"})}))},Ia=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M224 144v64a8 8 0 0 1-8 8H40a8 8 0 0 1-8-8v-64a8 8 0 0 1 16 0v56h160v-56a8 8 0 0 1 16 0M93.66 77.66 120 51.31V144a8 8 0 0 0 16 0V51.31l26.34 26.35a8 8 0 0 0 11.32-11.32l-40-40a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 11.32 11.32"})}))},Ba=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M168 56a8 8 0 0 1 8-8h16V32a8 8 0 0 1 16 0v16h16a8 8 0 0 1 0 16h-16v16a8 8 0 0 1-16 0V64h-16a8 8 0 0 1-8-8m62.56 54.68a103.92 103.92 0 1 1-85.24-85.24 8 8 0 0 1-2.64 15.78A88.07 88.07 0 0 0 40 128a87.62 87.62 0 0 0 22.24 58.41 79.66 79.66 0 0 1 36.06-28.75 48 48 0 1 1 59.4 0 79.66 79.66 0 0 1 36.06 28.75A87.62 87.62 0 0 0 216 128a89 89 0 0 0-1.22-14.68 8 8 0 1 1 15.78-2.64M128 152a32 32 0 1 0-32-32 32 32 0 0 0 32 32m0 64a87.57 87.57 0 0 0 53.92-18.5 64 64 0 0 0-107.84 0A87.57 87.57 0 0 0 128 216"})}))},Aa=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24M74.08 197.5a64 64 0 0 1 107.84 0 87.83 87.83 0 0 1-107.84 0M96 120a32 32 0 1 1 32 32 32 32 0 0 1-32-32m97.76 66.41a79.66 79.66 0 0 0-36.06-28.75 48 48 0 1 0-59.4 0 79.66 79.66 0 0 0-36.06 28.75 88 88 0 1 1 131.52 0"})}))},Va=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx("svg",x(i({xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",viewBox:"0 0 256 256",className:a.clsx("sds-icon",l),"aria-hidden":"true"},c),{children:s.jsx("path",{d:"M168 56a8 8 0 0 1 8-8h48a8 8 0 0 1 0 16h-48a8 8 0 0 1-8-8m58.08 37.33a103.93 103.93 0 1 1-80.76-67.89 8 8 0 0 1-2.64 15.78A88.07 88.07 0 0 0 40 128a87.62 87.62 0 0 0 22.24 58.41 79.66 79.66 0 0 1 36.06-28.75 48 48 0 1 1 59.4 0 79.66 79.66 0 0 1 36.06 28.75A88 88 0 0 0 211 98.67a8 8 0 0 1 15.09-5.34ZM128 152a32 32 0 1 0-32-32 32 32 0 0 0 32 32m0 64a87.57 87.57 0 0 0 53.92-18.5 64 64 0 0 0-107.84 0A87.57 87.57 0 0 0 128 216"})}))};exports.AddAltIcon=h,exports.AddIcon=d,exports.AddToCalendarIcon=m,exports.AdjustSettingsIcon=w,exports.AlertIcon=p,exports.ArchiveIcon=u,exports.AttachmentIcon=g,exports.BookmarkCheckedIcon=N,exports.BookmarkUncheckedIcon=j,exports.CancelIcon=C,exports.CollapseHideAltIcon=M,exports.CollapseHideIcon=H,exports.ConfirmIcon=f,exports.ContextualMenuAltIcon=L,exports.ContextualMenuIcon=I,exports.CopyIcon=B,exports.CreateFolderIcon=A,exports.DateCalendarIcon=V,exports.DeleteIcon=Z,exports.DownloadIcon=S,exports.EditIcon=b,exports.EmailIcon=O,exports.ExpandShowAltIcon=P,exports.ExpandShowIcon=k,exports.ExportIcon=T,exports.FailedIcon=y,exports.FeedbackIcon=q,exports.FilterIcon=E,exports.FolderIcon=U,exports.HelpIcon=z,exports.HomeLandingIcon=D,exports.ImagePlaceholderIcon=F,exports.InfoIcon=R,exports.LinkIcon=G,exports.LinkedInLogo=r=>{var e=r,{color:l,className:c}=e,o=v(e,["color","className"]);return s.jsx("svg",x(i({viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",className:a.clsx("sds-icon","sds-icon-logo",l&&"sds-icon-logo--color-".concat(l),c),"aria-hidden":"true"},o),{children:s.jsx("path",{d:"M4.11716 2.00013H27.9999C28.1606 2.00432 28.32 2.02812 28.4749 2.07108C28.8261 2.16355 29.1456 2.35003 29.3992 2.61046C29.6527 2.8709 29.8308 3.19548 29.9142 3.54952C29.9729 3.78559 30.0008 4.02828 29.9972 4.27154C30.0009 12.0774 30.0009 19.8836 29.9972 27.6901C29.9938 27.8634 29.9804 28.0364 29.9574 28.2081C29.8913 28.7041 29.6476 29.159 29.2716 29.4883C28.8956 29.8176 28.413 29.9989 27.9136 29.9982C19.9715 29.9982 12.029 29.9982 4.08621 29.9982C3.64924 29.9981 3.22353 29.8593 2.8701 29.6019C2.51668 29.3445 2.25356 28.9816 2.11866 28.5652C2.03622 28.2901 1.99634 28.004 2.00026 27.7168C2.00026 19.9369 2.00026 12.1569 2.00026 4.37694C1.9985 4.16869 2.01335 3.96059 2.04459 3.7547C2.08899 3.40751 2.22443 3.07832 2.43721 2.80068C2.64999 2.52305 2.93249 2.3069 3.25583 2.17424C3.52752 2.0561 3.821 1.99679 4.11716 2.00013ZM17.0234 25.7947V25.4753C17.0234 24.7356 17.0157 23.9958 17.0234 23.2571C17.0444 21.6567 16.968 20.0551 17.0654 18.4558C17.0867 17.9859 17.1878 17.523 17.3644 17.0872C17.4597 16.838 17.6057 16.6115 17.7931 16.4219C17.9805 16.2323 18.2051 16.0838 18.4528 15.9859C19.0205 15.7532 19.6488 15.7142 20.2408 15.875C20.667 15.9833 21.033 16.2565 21.2584 16.6347C21.4626 16.9936 21.5925 17.39 21.6403 17.8003C21.694 18.1616 21.7195 18.5265 21.7167 18.8917C21.7115 21.081 21.7115 23.2708 21.7167 25.4609C21.7167 25.5718 21.7299 25.6827 21.7366 25.7803C22.0964 25.8291 25.5553 25.8147 25.7645 25.7626C25.7701 25.6938 25.7811 25.6184 25.7822 25.5407C25.8055 23.958 25.759 22.3754 25.8166 20.7916C25.853 19.9045 25.8449 19.016 25.7922 18.1297C25.7546 17.5408 25.7624 16.9497 25.6815 16.363C25.5939 15.6291 25.3796 14.916 25.0482 14.2557C24.8264 13.8246 24.5192 13.4435 24.1453 13.1355C23.7714 12.8275 23.3388 12.5992 22.8738 12.4645C21.9829 12.1892 21.0431 12.1105 20.1191 12.2338C19.2323 12.3429 18.4041 12.7354 17.7574 13.3529C17.5025 13.5902 17.277 13.8571 17.0854 14.1481C17.0423 14.2146 17.0145 14.3122 16.8739 14.2923C16.8485 13.7211 16.8829 13.1499 16.853 12.5521L16.0502 12.5454H14.5113C14.2589 12.5454 14.0074 12.5454 13.755 12.5454C13.4875 12.5299 13.2191 12.5399 12.9534 12.5754V23.8128C12.9534 24.3784 12.9534 24.9441 12.9534 25.5097C12.9534 25.6018 12.9668 25.6927 12.9734 25.7914L17.0234 25.7947ZM10.252 25.7892C10.3096 25.5485 10.3074 12.805 10.252 12.5909C10.0306 12.5321 6.47549 12.5333 6.25959 12.5909C6.20424 12.8128 6.20313 25.5563 6.25959 25.7759C6.45113 25.8247 9.89992 25.8357 10.252 25.7892ZM10.6085 8.2732C10.6112 7.64777 10.3665 7.04672 9.92817 6.60136C9.48981 6.15601 8.89336 5.90255 8.26904 5.8964C7.95624 5.8945 7.64621 5.95451 7.35663 6.07301C7.06705 6.19151 6.80367 6.36613 6.58166 6.58688C6.35965 6.80763 6.18325 7.07014 6.06281 7.35933C5.94237 7.64853 5.88025 7.9587 5.87981 8.27205C5.87135 8.58776 5.92729 8.90191 6.04443 9.19513C6.16157 9.48835 6.33743 9.7545 6.56098 9.9772C6.78454 10.1999 7.05111 10.3744 7.34446 10.4901C7.63782 10.6058 7.95177 10.6603 8.26688 10.65C8.57882 10.6562 8.88865 10.5987 9.17767 10.481C9.46669 10.3633 9.72879 10.1878 9.9479 9.96528C10.167 9.74278 10.3386 9.47791 10.4522 9.1868C10.5657 8.8957 10.619 8.58442 10.6085 8.27205V8.2732Z"})}))},exports.LocationIcon=J,exports.LockedClosedIcon=K,exports.MenuIcon=Q,exports.MessageIcon=W,exports.MoveToNextAltIcon=X,exports.MoveToNextIcon=Y,exports.MoveToPreviousAltIcon=$,exports.MoveToPreviousIcon=_,exports.NavigateToExternalIcon=aa,exports.NavigateToNextAltIcon=sa,exports.NavigateToNextIcon=ra,exports.NavigateToPreviousAltIcon=ea,exports.NavigateToPreviousIcon=la,exports.NotificationIcon=ca,exports.PasswordIcon=oa,exports.PhoneIcon=ta,exports.RedoIcon=na,exports.RefreshIcon=ia,exports.ReorderHandleIcon=xa,exports.SaveIcon=va,exports.SearchIcon=ha,exports.SettingsIcon=ma,exports.ShoppingCartSelectedItemsIcon=da,exports.SignInIcon=wa,exports.SignOutIcon=pa,exports.SortAscendingIcon=ua,exports.SortDescendingIcon=ga,exports.SpinnerGapIcon=Na,exports.SpinnerIcon=r=>{var e=r,{className:l}=e,c=v(e,["className"]);return s.jsx(Na,i({className:a.clsx("sds-icon sds-icon--spinner",l)},c))},exports.SubtractAltIcon=ja,exports.SubtractIcon=Ca,exports.SuccessIcon=Ma,exports.TimeIcon=Ha,exports.UndoIcon=fa,exports.UnlockedOpenIcon=La,exports.UploadIcon=Ia,exports.UserAddIcon=Ba,exports.UserProfileIcon=Aa,exports.UserRemoveIcon=Va;//# sourceMappingURL=index.js.map
{
"name": "@sikt/sds-icons",
"version": "2.0.2",
"version": "3.0.0",
"license": "SEE LICENSE IN LICENSE.md",

@@ -5,0 +5,0 @@ "homepage": "https://designsystem.sikt.no/",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet