@ozen-ui/icons 0.63.0 → 0.64.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. package/arrow_right_bottom_m_icon.svg +15 -0
  2. package/arrow_right_bottom_s_icon.svg +15 -0
  3. package/arrow_right_top_m_icon.svg +15 -0
  4. package/arrow_right_top_s_icon.svg +15 -0
  5. package/calculator_m_icon.svg +24 -0
  6. package/calculator_s_icon.svg +24 -0
  7. package/camera_scan_m_icon.svg +21 -0
  8. package/camera_scan_s_icon.svg +21 -0
  9. package/dist/cjs/ArrowRightBottomIcon/ArrowRightBottomIcon.d.ts +3 -0
  10. package/dist/cjs/ArrowRightBottomIcon/ArrowRightBottomIcon.js +19 -0
  11. package/dist/cjs/ArrowRightBottomIcon/ArrowRightBottomMIcon.d.ts +2 -0
  12. package/dist/cjs/ArrowRightBottomIcon/ArrowRightBottomMIcon.js +8 -0
  13. package/dist/cjs/ArrowRightBottomIcon/ArrowRightBottomSIcon.d.ts +2 -0
  14. package/dist/cjs/ArrowRightBottomIcon/ArrowRightBottomSIcon.js +8 -0
  15. package/dist/cjs/ArrowRightBottomIcon/index.d.ts +1 -0
  16. package/dist/cjs/ArrowRightBottomIcon/index.js +5 -0
  17. package/dist/cjs/ArrowRightTopIcon/ArrowRightTopIcon.d.ts +3 -0
  18. package/dist/cjs/ArrowRightTopIcon/ArrowRightTopIcon.js +19 -0
  19. package/dist/cjs/ArrowRightTopIcon/ArrowRightTopMIcon.d.ts +2 -0
  20. package/dist/cjs/ArrowRightTopIcon/ArrowRightTopMIcon.js +8 -0
  21. package/dist/cjs/ArrowRightTopIcon/ArrowRightTopSIcon.d.ts +2 -0
  22. package/dist/cjs/ArrowRightTopIcon/ArrowRightTopSIcon.js +8 -0
  23. package/dist/cjs/ArrowRightTopIcon/index.d.ts +1 -0
  24. package/dist/cjs/ArrowRightTopIcon/index.js +5 -0
  25. package/dist/cjs/CalculatorIcon/CalculatorIcon.d.ts +3 -0
  26. package/dist/cjs/CalculatorIcon/CalculatorIcon.js +19 -0
  27. package/dist/cjs/CalculatorIcon/CalculatorMIcon.d.ts +2 -0
  28. package/dist/cjs/CalculatorIcon/CalculatorMIcon.js +10 -0
  29. package/dist/cjs/CalculatorIcon/CalculatorSIcon.d.ts +2 -0
  30. package/dist/cjs/CalculatorIcon/CalculatorSIcon.js +10 -0
  31. package/dist/cjs/CalculatorIcon/index.d.ts +1 -0
  32. package/dist/cjs/CalculatorIcon/index.js +5 -0
  33. package/dist/cjs/CameraScanIcon/CameraScanIcon.d.ts +3 -0
  34. package/dist/cjs/CameraScanIcon/CameraScanIcon.js +19 -0
  35. package/dist/cjs/CameraScanIcon/CameraScanMIcon.d.ts +2 -0
  36. package/dist/cjs/CameraScanIcon/CameraScanMIcon.js +10 -0
  37. package/dist/cjs/CameraScanIcon/CameraScanSIcon.d.ts +2 -0
  38. package/dist/cjs/CameraScanIcon/CameraScanSIcon.js +10 -0
  39. package/dist/cjs/CameraScanIcon/index.d.ts +1 -0
  40. package/dist/cjs/CameraScanIcon/index.js +5 -0
  41. package/dist/cjs/FineIcon/FineIcon.d.ts +3 -0
  42. package/dist/cjs/FineIcon/FineIcon.js +19 -0
  43. package/dist/cjs/FineIcon/FineMIcon.d.ts +2 -0
  44. package/dist/cjs/FineIcon/FineMIcon.js +10 -0
  45. package/dist/cjs/FineIcon/FineSIcon.d.ts +2 -0
  46. package/dist/cjs/FineIcon/FineSIcon.js +14 -0
  47. package/dist/cjs/FineIcon/index.d.ts +1 -0
  48. package/dist/cjs/FineIcon/index.js +5 -0
  49. package/dist/cjs/GlobeIncomeIcon/GlobeIncomeIcon.d.ts +3 -0
  50. package/dist/cjs/GlobeIncomeIcon/GlobeIncomeIcon.js +19 -0
  51. package/dist/cjs/GlobeIncomeIcon/GlobeIncomeMIcon.d.ts +2 -0
  52. package/dist/cjs/GlobeIncomeIcon/GlobeIncomeMIcon.js +9 -0
  53. package/dist/cjs/GlobeIncomeIcon/GlobeIncomeSIcon.d.ts +2 -0
  54. package/dist/cjs/GlobeIncomeIcon/GlobeIncomeSIcon.js +13 -0
  55. package/dist/cjs/GlobeIncomeIcon/index.d.ts +1 -0
  56. package/dist/cjs/GlobeIncomeIcon/index.js +5 -0
  57. package/dist/cjs/UserStrokeCheckIcon/UserStrokeCheckIcon.d.ts +3 -0
  58. package/dist/cjs/UserStrokeCheckIcon/UserStrokeCheckIcon.js +19 -0
  59. package/dist/cjs/UserStrokeCheckIcon/UserStrokeCheckMIcon.d.ts +2 -0
  60. package/dist/cjs/UserStrokeCheckIcon/UserStrokeCheckMIcon.js +8 -0
  61. package/dist/cjs/UserStrokeCheckIcon/UserStrokeCheckSIcon.d.ts +2 -0
  62. package/dist/cjs/UserStrokeCheckIcon/UserStrokeCheckSIcon.js +8 -0
  63. package/dist/cjs/UserStrokeCheckIcon/index.d.ts +1 -0
  64. package/dist/cjs/UserStrokeCheckIcon/index.js +5 -0
  65. package/dist/cjs/index.d.ts +7 -0
  66. package/dist/cjs/index.js +17 -3
  67. package/dist/esm/ArrowRightBottomIcon/ArrowRightBottomIcon.d.ts +3 -0
  68. package/dist/esm/ArrowRightBottomIcon/ArrowRightBottomIcon.js +16 -0
  69. package/dist/esm/ArrowRightBottomIcon/ArrowRightBottomMIcon.d.ts +2 -0
  70. package/dist/esm/ArrowRightBottomIcon/ArrowRightBottomMIcon.js +5 -0
  71. package/dist/esm/ArrowRightBottomIcon/ArrowRightBottomSIcon.d.ts +2 -0
  72. package/dist/esm/ArrowRightBottomIcon/ArrowRightBottomSIcon.js +5 -0
  73. package/dist/esm/ArrowRightBottomIcon/index.d.ts +1 -0
  74. package/dist/esm/ArrowRightBottomIcon/index.js +1 -0
  75. package/dist/esm/ArrowRightTopIcon/ArrowRightTopIcon.d.ts +3 -0
  76. package/dist/esm/ArrowRightTopIcon/ArrowRightTopIcon.js +16 -0
  77. package/dist/esm/ArrowRightTopIcon/ArrowRightTopMIcon.d.ts +2 -0
  78. package/dist/esm/ArrowRightTopIcon/ArrowRightTopMIcon.js +5 -0
  79. package/dist/esm/ArrowRightTopIcon/ArrowRightTopSIcon.d.ts +2 -0
  80. package/dist/esm/ArrowRightTopIcon/ArrowRightTopSIcon.js +5 -0
  81. package/dist/esm/ArrowRightTopIcon/index.d.ts +1 -0
  82. package/dist/esm/ArrowRightTopIcon/index.js +1 -0
  83. package/dist/esm/CalculatorIcon/CalculatorIcon.d.ts +3 -0
  84. package/dist/esm/CalculatorIcon/CalculatorIcon.js +16 -0
  85. package/dist/esm/CalculatorIcon/CalculatorMIcon.d.ts +2 -0
  86. package/dist/esm/CalculatorIcon/CalculatorMIcon.js +7 -0
  87. package/dist/esm/CalculatorIcon/CalculatorSIcon.d.ts +2 -0
  88. package/dist/esm/CalculatorIcon/CalculatorSIcon.js +7 -0
  89. package/dist/esm/CalculatorIcon/index.d.ts +1 -0
  90. package/dist/esm/CalculatorIcon/index.js +1 -0
  91. package/dist/esm/CameraScanIcon/CameraScanIcon.d.ts +3 -0
  92. package/dist/esm/CameraScanIcon/CameraScanIcon.js +16 -0
  93. package/dist/esm/CameraScanIcon/CameraScanMIcon.d.ts +2 -0
  94. package/dist/esm/CameraScanIcon/CameraScanMIcon.js +7 -0
  95. package/dist/esm/CameraScanIcon/CameraScanSIcon.d.ts +2 -0
  96. package/dist/esm/CameraScanIcon/CameraScanSIcon.js +7 -0
  97. package/dist/esm/CameraScanIcon/index.d.ts +1 -0
  98. package/dist/esm/CameraScanIcon/index.js +1 -0
  99. package/dist/esm/FineIcon/FineIcon.d.ts +3 -0
  100. package/dist/esm/FineIcon/FineIcon.js +16 -0
  101. package/dist/esm/FineIcon/FineMIcon.d.ts +2 -0
  102. package/dist/esm/FineIcon/FineMIcon.js +7 -0
  103. package/dist/esm/FineIcon/FineSIcon.d.ts +2 -0
  104. package/dist/esm/FineIcon/FineSIcon.js +11 -0
  105. package/dist/esm/FineIcon/index.d.ts +1 -0
  106. package/dist/esm/FineIcon/index.js +1 -0
  107. package/dist/esm/GlobeIncomeIcon/GlobeIncomeIcon.d.ts +3 -0
  108. package/dist/esm/GlobeIncomeIcon/GlobeIncomeIcon.js +16 -0
  109. package/dist/esm/GlobeIncomeIcon/GlobeIncomeMIcon.d.ts +2 -0
  110. package/dist/esm/GlobeIncomeIcon/GlobeIncomeMIcon.js +6 -0
  111. package/dist/esm/GlobeIncomeIcon/GlobeIncomeSIcon.d.ts +2 -0
  112. package/dist/esm/GlobeIncomeIcon/GlobeIncomeSIcon.js +10 -0
  113. package/dist/esm/GlobeIncomeIcon/index.d.ts +1 -0
  114. package/dist/esm/GlobeIncomeIcon/index.js +1 -0
  115. package/dist/esm/UserStrokeCheckIcon/UserStrokeCheckIcon.d.ts +3 -0
  116. package/dist/esm/UserStrokeCheckIcon/UserStrokeCheckIcon.js +16 -0
  117. package/dist/esm/UserStrokeCheckIcon/UserStrokeCheckMIcon.d.ts +2 -0
  118. package/dist/esm/UserStrokeCheckIcon/UserStrokeCheckMIcon.js +5 -0
  119. package/dist/esm/UserStrokeCheckIcon/UserStrokeCheckSIcon.d.ts +2 -0
  120. package/dist/esm/UserStrokeCheckIcon/UserStrokeCheckSIcon.js +5 -0
  121. package/dist/esm/UserStrokeCheckIcon/index.d.ts +1 -0
  122. package/dist/esm/UserStrokeCheckIcon/index.js +1 -0
  123. package/dist/esm/index.d.ts +7 -0
  124. package/dist/esm/index.js +7 -0
  125. package/fine_m_icon.svg +22 -0
  126. package/fine_s_icon.svg +28 -0
  127. package/globe_income_m_icon.svg +20 -0
  128. package/globe_income_s_icon.svg +26 -0
  129. package/manifest.json +56 -0
  130. package/package.json +2 -2
  131. package/user_stroke_check_m_icon.svg +14 -0
  132. package/user_stroke_check_s_icon.svg +14 -0
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserStrokeCheckIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var UserStrokeCheckMIcon_1 = require("./UserStrokeCheckMIcon");
7
+ var UserStrokeCheckSIcon_1 = require("./UserStrokeCheckSIcon");
8
+ exports.UserStrokeCheckIcon = (0, react_1.forwardRef)(function (_a, ref) {
9
+ var size = _a.size, otherProps = tslib_1.__rest(_a, ["size"]);
10
+ switch (size) {
11
+ case 's':
12
+ return react_1.default.createElement(UserStrokeCheckSIcon_1.UserStrokeCheckSIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
13
+ case 'm':
14
+ return react_1.default.createElement(UserStrokeCheckMIcon_1.UserStrokeCheckMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
15
+ default:
16
+ return react_1.default.createElement(UserStrokeCheckMIcon_1.UserStrokeCheckMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
17
+ }
18
+ });
19
+ exports.UserStrokeCheckIcon.displayName = 'UserStrokeCheckIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const UserStrokeCheckMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserStrokeCheckMIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.UserStrokeCheckMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9 4.75a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5M4.75 7.5a4.25 4.25 0 1 1 8.5 0 4.25 4.25 0 0 1-8.5 0m-.947 11.75h10.394a5.251 5.251 0 0 0-10.394 0M2.25 20a6.75 6.75 0 0 1 13.5 0 .75.75 0 0 1-.75.75H3a.75.75 0 0 1-.75-.75M22.53 3.47a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06L18 6.94l3.47-3.47a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }))); });
8
+ exports.UserStrokeCheckMIcon.displayName = 'UserStrokeCheckMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const UserStrokeCheckSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserStrokeCheckSIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.UserStrokeCheckSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.325 13.25h7.35a3.751 3.751 0 0 0-7.35 0M.75 14a5.25 5.25 0 1 1 10.5 0 .75.75 0 0 1-.75.75h-9A.75.75 0 0 1 .75 14M6 2.75A1.875 1.875 0 1 0 6 6.5a1.875 1.875 0 0 0 0-3.75M2.625 4.625a3.375 3.375 0 1 1 6.75 0 3.375 3.375 0 0 1-6.75 0M14.53 2.47a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06 0l-1-1a.75.75 0 0 1 1.06-1.06l.47.47 1.47-1.47a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }))); });
8
+ exports.UserStrokeCheckSIcon.displayName = 'UserStrokeCheckSIcon';
@@ -0,0 +1 @@
1
+ export { UserStrokeCheckIcon } from './UserStrokeCheckIcon';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UserStrokeCheckIcon = void 0;
4
+ var UserStrokeCheckIcon_1 = require("./UserStrokeCheckIcon");
5
+ Object.defineProperty(exports, "UserStrokeCheckIcon", { enumerable: true, get: function () { return UserStrokeCheckIcon_1.UserStrokeCheckIcon; } });
@@ -541,6 +541,13 @@ export { KronaIcon } from './KronaIcon';
541
541
  export { MultiAccountIcon } from './MultiAccountIcon';
542
542
  export { CallTerminatedIcon } from './CallTerminatedIcon';
543
543
  export { LanguageIcon } from './LanguageIcon';
544
+ export { ArrowRightBottomIcon } from './ArrowRightBottomIcon';
545
+ export { ArrowRightTopIcon } from './ArrowRightTopIcon';
546
+ export { GlobeIncomeIcon } from './GlobeIncomeIcon';
547
+ export { UserStrokeCheckIcon } from './UserStrokeCheckIcon';
548
+ export { CameraScanIcon } from './CameraScanIcon';
549
+ export { CalculatorIcon } from './CalculatorIcon';
550
+ export { FineIcon } from './FineIcon';
544
551
  export { MainIcon } from './MainIcon';
545
552
  export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
546
553
  export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';
package/dist/cjs/index.js CHANGED
@@ -10,9 +10,9 @@ exports.MinusIcon = exports.SendIcon = exports.SmileIcon = exports.AttachmentIco
10
10
  exports.DollarIcon = exports.EuroIcon = exports.FrankIcon = exports.YuanIcon = exports.FrozenIcon = exports.SomIcon = exports.TengeIcon = exports.DramIcon = exports.DirhamIcon = exports.PledgeIcon = exports.DocumentSuccessIcon = exports.OverdueIcon = exports.MapPinFilledIcon = exports.MapPinIcon = exports.QrCodeIcon = exports.LogsIcon = exports.ForwardIcon = exports.PercentIcon = exports.SquareMetersIcon = exports.DeviceErrorIcon = exports.DeviceSuccessIcon = exports.DeviceIcon = exports.NewsIcon = exports.PowerOutlineIcon = exports.PauseOutlineIcon = exports.PlayOutlineIcon = exports.BetweenIcon = exports.SortUpIcon = exports.SortDownIcon = exports.SortDefaultIcon = exports.MonitorIcon = exports.HouseIcon = exports.ResizeIcon = exports.ChevronDownIcon = exports.CalendarIcon = exports.CallInIcon = exports.CallBackIcon = exports.CallIcon = exports.DeleteIcon = exports.RobotIcon = exports.DarkIcon = exports.EnterIcon = exports.ExitIcon = exports.ExternalLinkIcon = exports.CopyIcon = exports.EditIcon = exports.CrossCircleOutlineIcon = exports.RefreshIcon = exports.PlusIcon = exports.SortIcon = void 0;
11
11
  exports.RequestIcon = exports.FundFilledIcon = exports.FundIcon = exports.ProfileIcon = exports.TechChatIcon = exports.CommentIcon = exports.ChatMessageIcon = exports.ChatInfoIcon = exports.LightIcon = exports.BoxIcon = exports.CallActiveIcon = exports.KeyboardMobileIcon = exports.TransferIcon = exports.CardGridIcon = exports.CatalogIcon = exports.ChatMessageFilledIcon = exports.ArrowDownIcon = exports.TurnRightIcon = exports.ArrowUpIcon = exports.RoubleCircleFilledIcon = exports.RoubleCircleOutlineIcon = exports.ImageIcon = exports.SecurityIcon = exports.ShareIcon = exports.FlameIcon = exports.BurgerIcon = exports.UploadCloudIcon = exports.SoundOffIcon = exports.SoundOnIcon = exports.VideoOffIcon = exports.VideoOnIcon = exports.MicOnIcon = exports.MicOffIcon = exports.RotateRightIcon = exports.RotateLeftIcon = exports.FilterClearIcon = exports.LocationIcon = exports.TasksIcon = exports.PlasticCardAddIcon = exports.PlasticCardSavedIcon = exports.PlasticCardFilledIcon = exports.PlasticCardActiveIcon = exports.PlasticCardIcon = exports.DigitalCardIcon = exports.LeadIcon = exports.FolderOpenIcon = exports.LiraIcon = exports.GbpIcon = exports.CanadianDollarIcon = exports.AustralianDollarIcon = void 0;
12
12
  exports.ArrowRightRectangleIcon = exports.ArrowRightCircleIcon = exports.TariffIcon = exports.CaseIcon = exports.CaseDiagramIcon = exports.BuildingIcon = exports.CartWheelFilledIcon = exports.CartWheelOutlineIcon = exports.BerekeIcon = exports.BoltIcon = exports.TextSharpIcon = exports.Number09Icon = exports.Number06Icon = exports.Number03Icon = exports.Number00Icon = exports.Number08Icon = exports.Number05Icon = exports.Number02Icon = exports.TextStarIcon = exports.Number07Icon = exports.Number04Icon = exports.Number01Icon = exports.CallEndIcon = exports.FingerprintIcon = exports.LabelIcon = exports.GiftIcon = exports.PromoIcon = exports.EventIcon = exports.WindowIcon = exports.DevicesIcon = exports.SupportIcon = exports.Face2Icon = exports.GroupUserIcon = exports.ImageGalleryIcon = exports.AccountIcon = exports.CartHandIcon = exports.BarcodeScanIcon = exports.CardScanIcon = exports.BarcodeIcon = exports.StatisticIcon = exports.WidgetIcon = exports.TemplatesIcon = exports.FilledNfcIcon = exports.BillIcon = exports.GlobeIcon = exports.RateIcon = exports.AlertOffIcon = exports.AlertOnIcon = exports.DashboardIcon = exports.LimitsIcon = void 0;
13
- exports.ChevronSmallDownIcon = exports.ArrowSmallDownIcon = exports.ChevronSmallRightIcon = exports.ArrowSmallRightIcon = exports.ChevronSmallLeftIcon = exports.ArrowSmallLeftIcon = exports.MainIcon = exports.LanguageIcon = exports.CallTerminatedIcon = exports.MultiAccountIcon = exports.KronaIcon = exports.GlassesIcon = exports.AtmIcon = exports.PlaneIcon = exports.LeafIcon = exports.ModeIcon = exports.CalendarMortgageIcon = exports.ArrowTransferDiagonalIcon = exports.CoinShareIcon = exports.DownloadFileIcon = exports.UploadFileIcon = exports.ShoppingBagIcon = exports.KeyIcon = exports.BookPenIcon = exports.WashingIcon = exports.StudyIcon = exports.HammerIcon = exports.LampIcon = exports.BoatIcon = exports.UserStrokeIcon = exports.UserStrokePlusIcon = exports.UserGroupIcon = exports.ThreeLinesIcon = exports.TextIcon = exports.SafeIcon = exports.PlusSmallIcon = exports.PinOnIcon = exports.PinOffIcon = exports.PercentFilledIcon = exports.NumberIcon = exports.FlagIcon = exports.CoinDownIcon = exports.MapIcon = exports.ListIcon = exports.KeyboardDesktopIcon = exports.GridIcon = exports.CrossSmallIcon = exports.CircleFillIcon = exports.CarIcon = exports.BagIcon = void 0;
14
- exports.BrSamsungPayIcon = exports.BrSamsungPayColoredIcon = exports.BrGooglePayIcon = exports.BrGooglePayDarkColoredIcon = exports.BrGooglePayLightColoredIcon = exports.BrTelegramIcon = exports.BrTelegramColoredIcon = exports.BrCardMaestroColoredIcon = exports.ReloadCircleGhostColoredIcon = exports.ReloadCircleColoredIcon = exports.WarningTriangleGhostColoredIcon = exports.WarningTriangleColoredIcon = exports.InfoCircleGhostColoredIcon = exports.InfoCircleColoredIcon = exports.CheckCircleGhostColoredIcon = exports.CheckCircleColoredIcon = exports.ErrorCircleGhostColoredIcon = exports.ErrorCircleColoredIcon = exports.UnlockIcon = exports.LockIcon = exports.FunnelFilledIcon = exports.FunnelIcon = exports.PinIcon = exports.UnpinIcon = exports.ScanIcon = exports.TrendsIcon = exports.Suitcase2Icon = exports.Suitcase1Icon = exports.UserFilledIcon = exports.UserIcon = exports.TimeFilledIcon = exports.TimeIcon = exports.TickDoubleIcon = exports.TickIcon = exports.Cart2FilledIcon = exports.Cart2OutlineIcon = exports.ShopIcon = exports.ScanCardIcon = exports.KeyboardIcon = exports.OpenEyesIcon = exports.FlashIcon = exports.ErrorCircleOutlineIcon = exports.ErrorCircleFilledIcon = exports.EqualizerIcon = exports.ArchiveIcon = exports.CloseIcon = exports.CloseEyesIcon = exports.BankIcon = exports.ChevronSmallUpIcon = exports.ArrowSmallUpIcon = void 0;
15
- exports.BrAppleWalletColoredIcon = exports.BrOzenColoredIcon = exports.BrOzenIcon = exports.BrEGovIcon = exports.BrEGovColoredIcon = exports.BrGarminColoredIcon = exports.BrGarminIcon = exports.BrBerekeFilledIcon = exports.BrBerekeFilledColoredIcon = exports.BrN1BrokerIcon = exports.BrN1BrokernColoredIcon = exports.BrFacebookFilledColoredIcon = exports.BrFacebookFilledIcon = exports.BrFacebookColoredIcon = exports.BrFacebookIcon = exports.BrKoronaIcon = exports.BrKoronaColoredIcon = exports.BrInstagramOutlineColoredIcon = exports.BrInstagramFilledColoredIcon = exports.BrInstagramFilledIcon = exports.BrInstagramOutlineIcon = exports.BrFaceIdIcon = exports.BrFaceIdColoredIcon = exports.BrVisaAliasIcon = exports.BrVisaAliasColoredIcon = exports.BrSamsungPay2Icon = exports.BrSamsungPay2ColoredIcon = exports.BrCardMaestroIcon = exports.BrCardMastercardIcon = exports.BrCardMastercardColoredIcon = exports.BrCardVisaIcon = exports.BrCardVisaColoredIcon = exports.BrGoogleIcon = exports.BrGoogleColoredIcon = exports.BrVkIcon = exports.BrVkColoredIcon = exports.BrTwitterIcon = exports.BrTwitterColoredIcon = exports.BrWhatsAppIcon = exports.BrWhatsAppColoredIcon = exports.BrApplePayColoredIcon = void 0;
13
+ exports.FineIcon = exports.CalculatorIcon = exports.CameraScanIcon = exports.UserStrokeCheckIcon = exports.GlobeIncomeIcon = exports.ArrowRightTopIcon = exports.ArrowRightBottomIcon = exports.LanguageIcon = exports.CallTerminatedIcon = exports.MultiAccountIcon = exports.KronaIcon = exports.GlassesIcon = exports.AtmIcon = exports.PlaneIcon = exports.LeafIcon = exports.ModeIcon = exports.CalendarMortgageIcon = exports.ArrowTransferDiagonalIcon = exports.CoinShareIcon = exports.DownloadFileIcon = exports.UploadFileIcon = exports.ShoppingBagIcon = exports.KeyIcon = exports.BookPenIcon = exports.WashingIcon = exports.StudyIcon = exports.HammerIcon = exports.LampIcon = exports.BoatIcon = exports.UserStrokeIcon = exports.UserStrokePlusIcon = exports.UserGroupIcon = exports.ThreeLinesIcon = exports.TextIcon = exports.SafeIcon = exports.PlusSmallIcon = exports.PinOnIcon = exports.PinOffIcon = exports.PercentFilledIcon = exports.NumberIcon = exports.FlagIcon = exports.CoinDownIcon = exports.MapIcon = exports.ListIcon = exports.KeyboardDesktopIcon = exports.GridIcon = exports.CrossSmallIcon = exports.CircleFillIcon = exports.CarIcon = exports.BagIcon = void 0;
14
+ exports.BrCardMaestroColoredIcon = exports.ReloadCircleGhostColoredIcon = exports.ReloadCircleColoredIcon = exports.WarningTriangleGhostColoredIcon = exports.WarningTriangleColoredIcon = exports.InfoCircleGhostColoredIcon = exports.InfoCircleColoredIcon = exports.CheckCircleGhostColoredIcon = exports.CheckCircleColoredIcon = exports.ErrorCircleGhostColoredIcon = exports.ErrorCircleColoredIcon = exports.UnlockIcon = exports.LockIcon = exports.FunnelFilledIcon = exports.FunnelIcon = exports.PinIcon = exports.UnpinIcon = exports.ScanIcon = exports.TrendsIcon = exports.Suitcase2Icon = exports.Suitcase1Icon = exports.UserFilledIcon = exports.UserIcon = exports.TimeFilledIcon = exports.TimeIcon = exports.TickDoubleIcon = exports.TickIcon = exports.Cart2FilledIcon = exports.Cart2OutlineIcon = exports.ShopIcon = exports.ScanCardIcon = exports.KeyboardIcon = exports.OpenEyesIcon = exports.FlashIcon = exports.ErrorCircleOutlineIcon = exports.ErrorCircleFilledIcon = exports.EqualizerIcon = exports.ArchiveIcon = exports.CloseIcon = exports.CloseEyesIcon = exports.BankIcon = exports.ChevronSmallUpIcon = exports.ArrowSmallUpIcon = exports.ChevronSmallDownIcon = exports.ArrowSmallDownIcon = exports.ChevronSmallRightIcon = exports.ArrowSmallRightIcon = exports.ChevronSmallLeftIcon = exports.ArrowSmallLeftIcon = exports.MainIcon = void 0;
15
+ exports.BrAppleWalletColoredIcon = exports.BrOzenColoredIcon = exports.BrOzenIcon = exports.BrEGovIcon = exports.BrEGovColoredIcon = exports.BrGarminColoredIcon = exports.BrGarminIcon = exports.BrBerekeFilledIcon = exports.BrBerekeFilledColoredIcon = exports.BrN1BrokerIcon = exports.BrN1BrokernColoredIcon = exports.BrFacebookFilledColoredIcon = exports.BrFacebookFilledIcon = exports.BrFacebookColoredIcon = exports.BrFacebookIcon = exports.BrKoronaIcon = exports.BrKoronaColoredIcon = exports.BrInstagramOutlineColoredIcon = exports.BrInstagramFilledColoredIcon = exports.BrInstagramFilledIcon = exports.BrInstagramOutlineIcon = exports.BrFaceIdIcon = exports.BrFaceIdColoredIcon = exports.BrVisaAliasIcon = exports.BrVisaAliasColoredIcon = exports.BrSamsungPay2Icon = exports.BrSamsungPay2ColoredIcon = exports.BrCardMaestroIcon = exports.BrCardMastercardIcon = exports.BrCardMastercardColoredIcon = exports.BrCardVisaIcon = exports.BrCardVisaColoredIcon = exports.BrGoogleIcon = exports.BrGoogleColoredIcon = exports.BrVkIcon = exports.BrVkColoredIcon = exports.BrTwitterIcon = exports.BrTwitterColoredIcon = exports.BrWhatsAppIcon = exports.BrWhatsAppColoredIcon = exports.BrApplePayColoredIcon = exports.BrSamsungPayIcon = exports.BrSamsungPayColoredIcon = exports.BrGooglePayIcon = exports.BrGooglePayDarkColoredIcon = exports.BrGooglePayLightColoredIcon = exports.BrTelegramIcon = exports.BrTelegramColoredIcon = void 0;
16
16
  var tslib_1 = require("tslib");
17
17
  var FlagUsIcon_1 = require("./FlagUsIcon");
18
18
  Object.defineProperty(exports, "FlagUsIcon", { enumerable: true, get: function () { return FlagUsIcon_1.FlagUsIcon; } });
@@ -1100,6 +1100,20 @@ var CallTerminatedIcon_1 = require("./CallTerminatedIcon");
1100
1100
  Object.defineProperty(exports, "CallTerminatedIcon", { enumerable: true, get: function () { return CallTerminatedIcon_1.CallTerminatedIcon; } });
1101
1101
  var LanguageIcon_1 = require("./LanguageIcon");
1102
1102
  Object.defineProperty(exports, "LanguageIcon", { enumerable: true, get: function () { return LanguageIcon_1.LanguageIcon; } });
1103
+ var ArrowRightBottomIcon_1 = require("./ArrowRightBottomIcon");
1104
+ Object.defineProperty(exports, "ArrowRightBottomIcon", { enumerable: true, get: function () { return ArrowRightBottomIcon_1.ArrowRightBottomIcon; } });
1105
+ var ArrowRightTopIcon_1 = require("./ArrowRightTopIcon");
1106
+ Object.defineProperty(exports, "ArrowRightTopIcon", { enumerable: true, get: function () { return ArrowRightTopIcon_1.ArrowRightTopIcon; } });
1107
+ var GlobeIncomeIcon_1 = require("./GlobeIncomeIcon");
1108
+ Object.defineProperty(exports, "GlobeIncomeIcon", { enumerable: true, get: function () { return GlobeIncomeIcon_1.GlobeIncomeIcon; } });
1109
+ var UserStrokeCheckIcon_1 = require("./UserStrokeCheckIcon");
1110
+ Object.defineProperty(exports, "UserStrokeCheckIcon", { enumerable: true, get: function () { return UserStrokeCheckIcon_1.UserStrokeCheckIcon; } });
1111
+ var CameraScanIcon_1 = require("./CameraScanIcon");
1112
+ Object.defineProperty(exports, "CameraScanIcon", { enumerable: true, get: function () { return CameraScanIcon_1.CameraScanIcon; } });
1113
+ var CalculatorIcon_1 = require("./CalculatorIcon");
1114
+ Object.defineProperty(exports, "CalculatorIcon", { enumerable: true, get: function () { return CalculatorIcon_1.CalculatorIcon; } });
1115
+ var FineIcon_1 = require("./FineIcon");
1116
+ Object.defineProperty(exports, "FineIcon", { enumerable: true, get: function () { return FineIcon_1.FineIcon; } });
1103
1117
  var MainIcon_1 = require("./MainIcon");
1104
1118
  Object.defineProperty(exports, "MainIcon", { enumerable: true, get: function () { return MainIcon_1.MainIcon; } });
1105
1119
  var ArrowSmallLeftIcon_1 = require("./ArrowSmallLeftIcon");
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const ArrowRightBottomIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,16 @@
1
+ import { __assign, __rest } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ import { ArrowRightBottomMIcon } from './ArrowRightBottomMIcon';
4
+ import { ArrowRightBottomSIcon } from './ArrowRightBottomSIcon';
5
+ export var ArrowRightBottomIcon = forwardRef(function (_a, ref) {
6
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
7
+ switch (size) {
8
+ case 's':
9
+ return React.createElement(ArrowRightBottomSIcon, __assign({}, otherProps, { ref: ref }));
10
+ case 'm':
11
+ return React.createElement(ArrowRightBottomMIcon, __assign({}, otherProps, { ref: ref }));
12
+ default:
13
+ return React.createElement(ArrowRightBottomMIcon, __assign({}, otherProps, { ref: ref }));
14
+ }
15
+ });
16
+ ArrowRightBottomIcon.displayName = 'ArrowRightBottomIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ArrowRightBottomMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,5 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var ArrowRightBottomMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
4
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "m5 5 14 14m0 0h-5.649M19 19v-5.649" }))); });
5
+ ArrowRightBottomMIcon.displayName = 'ArrowRightBottomMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ArrowRightBottomSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,5 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var ArrowRightBottomSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
4
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "m2 2 12 12m0 0H9.158M14 14V9.158" }))); });
5
+ ArrowRightBottomSIcon.displayName = 'ArrowRightBottomSIcon';
@@ -0,0 +1 @@
1
+ export { ArrowRightBottomIcon } from './ArrowRightBottomIcon';
@@ -0,0 +1 @@
1
+ export { ArrowRightBottomIcon } from './ArrowRightBottomIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const ArrowRightTopIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,16 @@
1
+ import { __assign, __rest } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ import { ArrowRightTopMIcon } from './ArrowRightTopMIcon';
4
+ import { ArrowRightTopSIcon } from './ArrowRightTopSIcon';
5
+ export var ArrowRightTopIcon = forwardRef(function (_a, ref) {
6
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
7
+ switch (size) {
8
+ case 's':
9
+ return React.createElement(ArrowRightTopSIcon, __assign({}, otherProps, { ref: ref }));
10
+ case 'm':
11
+ return React.createElement(ArrowRightTopMIcon, __assign({}, otherProps, { ref: ref }));
12
+ default:
13
+ return React.createElement(ArrowRightTopMIcon, __assign({}, otherProps, { ref: ref }));
14
+ }
15
+ });
16
+ ArrowRightTopIcon.displayName = 'ArrowRightTopIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ArrowRightTopMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,5 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var ArrowRightTopMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
4
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M5 19 19 5m0 0h-5.649M19 5v5.649" }))); });
5
+ ArrowRightTopMIcon.displayName = 'ArrowRightTopMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const ArrowRightTopSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,5 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var ArrowRightTopSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
4
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M2 14 14 2m0 0v4.842M14 2H9.158" }))); });
5
+ ArrowRightTopSIcon.displayName = 'ArrowRightTopSIcon';
@@ -0,0 +1 @@
1
+ export { ArrowRightTopIcon } from './ArrowRightTopIcon';
@@ -0,0 +1 @@
1
+ export { ArrowRightTopIcon } from './ArrowRightTopIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const CalculatorIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,16 @@
1
+ import { __assign, __rest } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ import { CalculatorMIcon } from './CalculatorMIcon';
4
+ import { CalculatorSIcon } from './CalculatorSIcon';
5
+ export var CalculatorIcon = forwardRef(function (_a, ref) {
6
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
7
+ switch (size) {
8
+ case 's':
9
+ return React.createElement(CalculatorSIcon, __assign({}, otherProps, { ref: ref }));
10
+ case 'm':
11
+ return React.createElement(CalculatorMIcon, __assign({}, otherProps, { ref: ref }));
12
+ default:
13
+ return React.createElement(CalculatorMIcon, __assign({}, otherProps, { ref: ref }));
14
+ }
15
+ });
16
+ CalculatorIcon.displayName = 'CalculatorIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const CalculatorMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var CalculatorMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4 4.25A2.25 2.25 0 0 1 6.25 2h11.5A2.25 2.25 0 0 1 20 4.25v15a2.25 2.25 0 0 1-2.25 2.25H6.25A2.25 2.25 0 0 1 4 19.25zm2.25-.75a.75.75 0 0 0-.75.75v15c0 .414.336.75.75.75h11.5a.75.75 0 0 0 .75-.75v-15a.75.75 0 0 0-.75-.75z", clipRule: "evenodd" }),
5
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.25 7.5A2.25 2.25 0 0 1 8.5 5.25h7a2.25 2.25 0 0 1 2.25 2.25v1a2.25 2.25 0 0 1-2.25 2.25h-7A2.25 2.25 0 0 1 6.25 8.5zm2.25-.75a.75.75 0 0 0-.75.75v1c0 .414.336.75.75.75h7a.75.75 0 0 0 .75-.75v-1a.75.75 0 0 0-.75-.75z", clipRule: "evenodd" }),
6
+ React.createElement("path", { fill: "currentColor", d: "M8.25 13.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M11.25 13.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M14.25 13.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M17.25 13.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M8.25 16.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M11.25 16.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M17.25 16.75c0 .414-.378.75-.844.75h-2.812c-.466 0-.844-.336-.844-.75s.378-.75.844-.75h2.812c.466 0 .844.336.844.75" }))); });
7
+ CalculatorMIcon.displayName = 'CalculatorMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const CalculatorSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var CalculatorSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1 2.5A2.25 2.25 0 0 1 3.25.25h9.5A2.25 2.25 0 0 1 15 2.5v11a2.25 2.25 0 0 1-2.25 2.25h-9.5A2.25 2.25 0 0 1 1 13.5zm2.25-.75a.75.75 0 0 0-.75.75v11c0 .414.336.75.75.75h9.5a.75.75 0 0 0 .75-.75v-11a.75.75 0 0 0-.75-.75z", clipRule: "evenodd" }),
5
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.25 5.5A2.25 2.25 0 0 1 5.5 3.25h5a2.25 2.25 0 0 1 0 4.5h-5A2.25 2.25 0 0 1 3.25 5.5m2.25-.75a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5z", clipRule: "evenodd" }),
6
+ React.createElement("path", { fill: "currentColor", d: "M5 9.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M7.5 9.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M10 9.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M12.5 9.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M5 12a.75.75 0 1 1-1.5 0A.75.75 0 0 1 5 12M7.5 12A.75.75 0 1 1 6 12a.75.75 0 0 1 1.5 0M12.5 12a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h2.5a.75.75 0 0 1 .75.75" }))); });
7
+ CalculatorSIcon.displayName = 'CalculatorSIcon';
@@ -0,0 +1 @@
1
+ export { CalculatorIcon } from './CalculatorIcon';
@@ -0,0 +1 @@
1
+ export { CalculatorIcon } from './CalculatorIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const CameraScanIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,16 @@
1
+ import { __assign, __rest } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ import { CameraScanMIcon } from './CameraScanMIcon';
4
+ import { CameraScanSIcon } from './CameraScanSIcon';
5
+ export var CameraScanIcon = forwardRef(function (_a, ref) {
6
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
7
+ switch (size) {
8
+ case 's':
9
+ return React.createElement(CameraScanSIcon, __assign({}, otherProps, { ref: ref }));
10
+ case 'm':
11
+ return React.createElement(CameraScanMIcon, __assign({}, otherProps, { ref: ref }));
12
+ default:
13
+ return React.createElement(CameraScanMIcon, __assign({}, otherProps, { ref: ref }));
14
+ }
15
+ });
16
+ CameraScanIcon.displayName = 'CameraScanIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const CameraScanMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var CameraScanMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.75 3a.75.75 0 0 1 .75-.75h3.214a2.04 2.04 0 0 1 2.036 2.035V7.5a.75.75 0 0 1-1.5 0V4.287a.537.537 0 0 0-.537-.537H16.5a.75.75 0 0 1-.75-.75M4.286 2.25H7.5a.75.75 0 1 1 0 1.5H4.287a.54.54 0 0 0-.537.537V7.5a.75.75 0 1 1-1.5 0V4.286A2.04 2.04 0 0 1 4.286 2.25M3 15.75a.75.75 0 0 1 .75.75v3.215a.536.536 0 0 0 .536.535H7.5a.75.75 0 0 1 0 1.5H4.286a2.036 2.036 0 0 1-2.036-2.034V16.5a.75.75 0 0 1 .75-.75m18 0a.75.75 0 0 1 .75.75v3.215a2.04 2.04 0 0 1-2.036 2.035H16.5a.75.75 0 0 1 0-1.5h3.214a.536.536 0 0 0 .536-.536V16.5a.75.75 0 0 1 .75-.75M9.392 6.56A.75.75 0 0 1 10 6.25h4a.75.75 0 0 1 .608.31l1.109 1.536h.783a2.25 2.25 0 0 1 2.25 2.25V14.5a2.25 2.25 0 0 1-2.25 2.25h-9a2.25 2.25 0 0 1-2.25-2.25v-4.154a2.25 2.25 0 0 1 2.25-2.25h.783zm.992 1.19-1.11 1.535a.75.75 0 0 1-.607.311H7.5a.75.75 0 0 0-.75.75V14.5c0 .414.336.75.75.75h9a.75.75 0 0 0 .75-.75v-4.154a.75.75 0 0 0-.75-.75h-1.167a.75.75 0 0 1-.608-.31L13.617 7.75z", clipRule: "evenodd" }),
5
+ React.createElement("path", { fill: "currentColor", d: "M13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0" }),
6
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 11.75a.25.25 0 1 0 0 .5.25.25 0 0 0 0-.5m-1.75.25a1.75 1.75 0 1 1 3.5 0 1.75 1.75 0 0 1-3.5 0", clipRule: "evenodd" }))); });
7
+ CameraScanMIcon.displayName = 'CameraScanMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const CameraScanSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var CameraScanSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14 10.48a.75.75 0 0 1 .75.75v1.847a1.673 1.673 0 0 1-1.673 1.673h-1.846a.75.75 0 1 1 0-1.5h1.846a.173.173 0 0 0 .173-.173v-1.846a.75.75 0 0 1 .75-.75M10.48 2a.75.75 0 0 1 .75-.75h1.847a1.673 1.673 0 0 1 1.673 1.673V4.77a.75.75 0 1 1-1.5 0V2.923a.173.173 0 0 0-.173-.173h-1.846a.75.75 0 0 1-.75-.75M2.923 2.75a.173.173 0 0 0-.173.173V4.77a.75.75 0 1 1-1.5 0V2.923A1.673 1.673 0 0 1 2.923 1.25H4.77a.75.75 0 0 1 0 1.5zM2 10.48a.75.75 0 0 1 .75.75v1.847a.173.173 0 0 0 .173.173H4.77a.75.75 0 0 1 0 1.5H2.923a1.673 1.673 0 0 1-1.673-1.673v-1.846a.75.75 0 0 1 .75-.75M5.9 4.05a.75.75 0 0 1 .6-.3h3a.75.75 0 0 1 .6.3l.775 1.033H11a2.25 2.25 0 0 1 2.25 2.25V9.5A2.25 2.25 0 0 1 11 11.75H5A2.25 2.25 0 0 1 2.75 9.5V7.333A2.25 2.25 0 0 1 5 5.083h.125zm.975 1.2L6.1 6.283a.75.75 0 0 1-.6.3H5a.75.75 0 0 0-.75.75V9.5c0 .414.336.75.75.75h6a.75.75 0 0 0 .75-.75V7.333a.75.75 0 0 0-.75-.75h-.5a.75.75 0 0 1-.6-.3L9.125 5.25z", clipRule: "evenodd" }),
5
+ React.createElement("path", { fill: "currentColor", d: "M8.5 8a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0" }),
6
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 8.25a.25.25 0 1 0 0-.5.25.25 0 0 0 0 .5M6.75 8a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0", clipRule: "evenodd" }))); });
7
+ CameraScanSIcon.displayName = 'CameraScanSIcon';
@@ -0,0 +1 @@
1
+ export { CameraScanIcon } from './CameraScanIcon';
@@ -0,0 +1 @@
1
+ export { CameraScanIcon } from './CameraScanIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const FineIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,16 @@
1
+ import { __assign, __rest } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ import { FineMIcon } from './FineMIcon';
4
+ import { FineSIcon } from './FineSIcon';
5
+ export var FineIcon = forwardRef(function (_a, ref) {
6
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
7
+ switch (size) {
8
+ case 's':
9
+ return React.createElement(FineSIcon, __assign({}, otherProps, { ref: ref }));
10
+ case 'm':
11
+ return React.createElement(FineMIcon, __assign({}, otherProps, { ref: ref }));
12
+ default:
13
+ return React.createElement(FineMIcon, __assign({}, otherProps, { ref: ref }));
14
+ }
15
+ });
16
+ FineIcon.displayName = 'FineIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const FineMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,7 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var FineMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.47 17.42a.75.75 0 0 1 1.06 0l.266.265 3.889-3.89-.266-.265a.75.75 0 1 1 1.061-1.06l3.978 3.977a.75.75 0 0 1-1.061 1.06l-.265-.264-1.415 1.414 2.652 2.651a.75.75 0 0 1-1.06 1.061l-2.652-2.651-1.414 1.414.265.265a.75.75 0 0 1-1.06 1.06L12.47 18.48a.75.75 0 0 1 0-1.06m3.712 2.651-1.326-1.326 3.89-3.889 1.325 1.326z", clipRule: "evenodd" }),
5
+ React.createElement("path", { fill: "currentColor", d: "M7.75 3a.75.75 0 0 0-1.5 0v4a.75.75 0 0 0 1.5 0V5.75H14a.75.75 0 0 0 0-1.5H7.75z" }),
6
+ React.createElement("path", { fill: "currentColor", d: "M17.75 3a.75.75 0 0 0-1.5 0v1.545a.75.75 0 0 0 0 .91V7a.75.75 0 0 0 1.5 0V5.75h1.865c.168 0 .329.067.448.187.12.12.187.283.187.454V9.25H3.75V6.391c0-.17.068-.334.187-.454.12-.12.28-.187.448-.187a.75.75 0 0 0 0-1.5c-.568 0-1.111.226-1.511.628s-.624.947-.624 1.513V19.61c0 .566.224 1.11.624 1.512s.943.629 1.51.629h7.366a.75.75 0 0 0 0-1.5H4.385a.63.63 0 0 1-.448-.187.65.65 0 0 1-.187-.454V10.75h16.5v2a.75.75 0 0 0 1.5 0V6.391c0-.566-.224-1.11-.624-1.513a2.13 2.13 0 0 0-1.51-.628H17.75z" }))); });
7
+ FineMIcon.displayName = 'FineMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const FineSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,11 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var FineSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
4
+ React.createElement("g", { fill: "currentColor", clipPath: "url(#FineSIcon__a)" },
5
+ React.createElement("path", { fillRule: "evenodd", d: "M4.23.25a.75.75 0 0 1 .75.75v.865h4.635a.75.75 0 0 1 0 1.5H4.981v.866a.75.75 0 1 1-1.5 0V1a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }),
6
+ React.createElement("path", { d: "M12.52 1a.75.75 0 0 0-1.5 0v3.23a.75.75 0 0 0 1.5 0v-.865h1.403a.327.327 0 0 1 .327.327v1.943H1.75V3.692a.327.327 0 0 1 .327-.327.75.75 0 0 0 0-1.5A1.827 1.827 0 0 0 .25 3.692v10.231a1.827 1.827 0 0 0 1.827 1.827H7.75a.75.75 0 0 0 0-1.5H2.077a.327.327 0 0 1-.327-.327V7.135h12.5v.608c0 .414.336.757.75.757s.75-.343.75-.757v-4.05a1.827 1.827 0 0 0-1.827-1.828H12.52z" }),
7
+ React.createElement("path", { fillRule: "evenodd", d: "M8.874 10.89a.75.75 0 0 0-1.043 1.077l2.563 2.563a.75.75 0 0 0 1.078-1.042l.478-.478 1.52 1.52a.75.75 0 1 0 1.06-1.06l-1.52-1.52.478-.478a.75.75 0 0 0 1.042-1.078l-2.562-2.563a.75.75 0 0 0-1.079 1.043zm3.076-.955L9.935 11.95l.477.477 2.015-2.015z", clipRule: "evenodd" })),
8
+ React.createElement("defs", null,
9
+ React.createElement("clipPath", { id: "FineSIcon__a" },
10
+ React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
11
+ FineSIcon.displayName = 'FineSIcon';
@@ -0,0 +1 @@
1
+ export { FineIcon } from './FineIcon';
@@ -0,0 +1 @@
1
+ export { FineIcon } from './FineIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const GlobeIncomeIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,16 @@
1
+ import { __assign, __rest } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ import { GlobeIncomeMIcon } from './GlobeIncomeMIcon';
4
+ import { GlobeIncomeSIcon } from './GlobeIncomeSIcon';
5
+ export var GlobeIncomeIcon = forwardRef(function (_a, ref) {
6
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
7
+ switch (size) {
8
+ case 's':
9
+ return React.createElement(GlobeIncomeSIcon, __assign({}, otherProps, { ref: ref }));
10
+ case 'm':
11
+ return React.createElement(GlobeIncomeMIcon, __assign({}, otherProps, { ref: ref }));
12
+ default:
13
+ return React.createElement(GlobeIncomeMIcon, __assign({}, otherProps, { ref: ref }));
14
+ }
15
+ });
16
+ GlobeIncomeIcon.displayName = 'GlobeIncomeIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const GlobeIncomeMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,6 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var GlobeIncomeMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.533 11.25h4.235c.129-2.677.967-4.936 2.713-7.615a8.505 8.505 0 0 0-6.948 7.615M12 4.06c-1.806 2.672-2.6 4.752-2.73 7.19h5.46c-.13-2.438-.924-4.518-2.73-7.19m2.73 8.69c-.144 2.713-1.102 5.038-3.333 8.054A.75.75 0 0 0 12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12c0 .414.336.75.75.75zm1.502 0h4.235a8.505 8.505 0 0 1-6.928 7.611c1.735-2.632 2.566-4.938 2.693-7.611m4.235-1.5h-4.235c-.129-2.677-.967-4.936-2.713-7.615a8.505 8.505 0 0 1 6.948 7.615", clipRule: "evenodd" }),
5
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.95 15a.75.75 0 0 1 .75-.75h4.8a.75.75 0 0 1 .75.75v4.8a.75.75 0 0 1-1.5 0v-2.99l-4.72 4.72a.75.75 0 0 1-1.06-1.06l4.72-4.72H3.7a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
6
+ GlobeIncomeMIcon.displayName = 'GlobeIncomeMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const GlobeIncomeSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,10 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var GlobeIncomeSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
4
+ React.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#GlobeIncomeSIcon__a)", clipRule: "evenodd" },
5
+ React.createElement("path", { d: "M1.543 7.25h2.986c.12-1.957.728-3.64 1.936-5.568A6.51 6.51 0 0 0 1.543 7.25M8 2.068C6.733 3.986 6.156 5.508 6.032 7.25h3.936C9.844 5.509 9.267 3.986 8 2.068M9.968 8.75c-.142 2.015-.883 3.773-2.571 6.054A.75.75 0 0 0 8 16a8 8 0 1 0-8-8c0 .414.336.75.75.75zm1.503 0h2.986a6.51 6.51 0 0 1-4.903 5.563c1.198-1.898 1.798-3.61 1.917-5.563m2.986-1.5h-2.986c-.12-1.957-.728-3.64-1.936-5.568a6.51 6.51 0 0 1 4.922 5.568" }),
6
+ React.createElement("path", { d: "M1.05 11a.75.75 0 0 1 .75-.75H5a.75.75 0 0 1 .75.75v3.2a.75.75 0 0 1-1.5 0v-1.39l-2.72 2.72a.75.75 0 0 1-1.06-1.06l2.72-2.72H1.8a.75.75 0 0 1-.75-.75" })),
7
+ React.createElement("defs", null,
8
+ React.createElement("clipPath", { id: "GlobeIncomeSIcon__a" },
9
+ React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
10
+ GlobeIncomeSIcon.displayName = 'GlobeIncomeSIcon';
@@ -0,0 +1 @@
1
+ export { GlobeIncomeIcon } from './GlobeIncomeIcon';
@@ -0,0 +1 @@
1
+ export { GlobeIncomeIcon } from './GlobeIncomeIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const UserStrokeCheckIcon: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,16 @@
1
+ import { __assign, __rest } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ import { UserStrokeCheckMIcon } from './UserStrokeCheckMIcon';
4
+ import { UserStrokeCheckSIcon } from './UserStrokeCheckSIcon';
5
+ export var UserStrokeCheckIcon = forwardRef(function (_a, ref) {
6
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
7
+ switch (size) {
8
+ case 's':
9
+ return React.createElement(UserStrokeCheckSIcon, __assign({}, otherProps, { ref: ref }));
10
+ case 'm':
11
+ return React.createElement(UserStrokeCheckMIcon, __assign({}, otherProps, { ref: ref }));
12
+ default:
13
+ return React.createElement(UserStrokeCheckMIcon, __assign({}, otherProps, { ref: ref }));
14
+ }
15
+ });
16
+ UserStrokeCheckIcon.displayName = 'UserStrokeCheckIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const UserStrokeCheckMIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,5 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var UserStrokeCheckMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9 4.75a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5M4.75 7.5a4.25 4.25 0 1 1 8.5 0 4.25 4.25 0 0 1-8.5 0m-.947 11.75h10.394a5.251 5.251 0 0 0-10.394 0M2.25 20a6.75 6.75 0 0 1 13.5 0 .75.75 0 0 1-.75.75H3a.75.75 0 0 1-.75-.75M22.53 3.47a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 0 1-1.06 0l-2-2a.75.75 0 0 1 1.06-1.06L18 6.94l3.47-3.47a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }))); });
5
+ UserStrokeCheckMIcon.displayName = 'UserStrokeCheckMIcon';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const UserStrokeCheckSIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,5 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var UserStrokeCheckSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.325 13.25h7.35a3.751 3.751 0 0 0-7.35 0M.75 14a5.25 5.25 0 1 1 10.5 0 .75.75 0 0 1-.75.75h-9A.75.75 0 0 1 .75 14M6 2.75A1.875 1.875 0 1 0 6 6.5a1.875 1.875 0 0 0 0-3.75M2.625 4.625a3.375 3.375 0 1 1 6.75 0 3.375 3.375 0 0 1-6.75 0M14.53 2.47a.75.75 0 0 1 0 1.06l-2 2a.75.75 0 0 1-1.06 0l-1-1a.75.75 0 0 1 1.06-1.06l.47.47 1.47-1.47a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }))); });
5
+ UserStrokeCheckSIcon.displayName = 'UserStrokeCheckSIcon';
@@ -0,0 +1 @@
1
+ export { UserStrokeCheckIcon } from './UserStrokeCheckIcon';
@@ -0,0 +1 @@
1
+ export { UserStrokeCheckIcon } from './UserStrokeCheckIcon';
@@ -541,6 +541,13 @@ export { KronaIcon } from './KronaIcon';
541
541
  export { MultiAccountIcon } from './MultiAccountIcon';
542
542
  export { CallTerminatedIcon } from './CallTerminatedIcon';
543
543
  export { LanguageIcon } from './LanguageIcon';
544
+ export { ArrowRightBottomIcon } from './ArrowRightBottomIcon';
545
+ export { ArrowRightTopIcon } from './ArrowRightTopIcon';
546
+ export { GlobeIncomeIcon } from './GlobeIncomeIcon';
547
+ export { UserStrokeCheckIcon } from './UserStrokeCheckIcon';
548
+ export { CameraScanIcon } from './CameraScanIcon';
549
+ export { CalculatorIcon } from './CalculatorIcon';
550
+ export { FineIcon } from './FineIcon';
544
551
  export { MainIcon } from './MainIcon';
545
552
  export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
546
553
  export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';
package/dist/esm/index.js CHANGED
@@ -541,6 +541,13 @@ export { KronaIcon } from './KronaIcon';
541
541
  export { MultiAccountIcon } from './MultiAccountIcon';
542
542
  export { CallTerminatedIcon } from './CallTerminatedIcon';
543
543
  export { LanguageIcon } from './LanguageIcon';
544
+ export { ArrowRightBottomIcon } from './ArrowRightBottomIcon';
545
+ export { ArrowRightTopIcon } from './ArrowRightTopIcon';
546
+ export { GlobeIncomeIcon } from './GlobeIncomeIcon';
547
+ export { UserStrokeCheckIcon } from './UserStrokeCheckIcon';
548
+ export { CameraScanIcon } from './CameraScanIcon';
549
+ export { CalculatorIcon } from './CalculatorIcon';
550
+ export { FineIcon } from './FineIcon';
544
551
  export { MainIcon } from './MainIcon';
545
552
  export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
546
553
  export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';