@ozen-ui/icons 0.42.0 → 0.43.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 (72) hide show
  1. package/atm_m_icon.svg +9 -0
  2. package/atm_s_icon.svg +9 -0
  3. package/call_back_m_icon.svg +1 -1
  4. package/call_back_s_icon.svg +1 -1
  5. package/call_m_icon.svg +1 -1
  6. package/call_s_icon.svg +1 -1
  7. package/dist/cjs/icons/src/AtmIcon/AtmIcon.d.ts +7 -0
  8. package/dist/cjs/icons/src/AtmIcon/AtmIcon.js +19 -0
  9. package/dist/cjs/icons/src/AtmIcon/AtmMIcon.d.ts +3 -0
  10. package/dist/cjs/icons/src/AtmIcon/AtmMIcon.js +8 -0
  11. package/dist/cjs/icons/src/AtmIcon/AtmSIcon.d.ts +3 -0
  12. package/dist/cjs/icons/src/AtmIcon/AtmSIcon.js +8 -0
  13. package/dist/cjs/icons/src/AtmIcon/index.d.ts +1 -0
  14. package/dist/cjs/icons/src/AtmIcon/index.js +5 -0
  15. package/dist/cjs/icons/src/CallBackIcon/CallBackMIcon.js +1 -1
  16. package/dist/cjs/icons/src/CallBackIcon/CallBackSIcon.js +1 -1
  17. package/dist/cjs/icons/src/CallIcon/CallMIcon.js +1 -1
  18. package/dist/cjs/icons/src/CallIcon/CallSIcon.js +1 -1
  19. package/dist/cjs/icons/src/ShoppingBagIcon/ShoppingBagIcon.d.ts +7 -0
  20. package/dist/cjs/icons/src/ShoppingBagIcon/ShoppingBagIcon.js +19 -0
  21. package/dist/cjs/icons/src/ShoppingBagIcon/ShoppingBagMIcon.d.ts +3 -0
  22. package/dist/cjs/icons/src/ShoppingBagIcon/ShoppingBagMIcon.js +8 -0
  23. package/dist/cjs/icons/src/ShoppingBagIcon/ShoppingBagSIcon.d.ts +3 -0
  24. package/dist/cjs/icons/src/ShoppingBagIcon/ShoppingBagSIcon.js +12 -0
  25. package/dist/cjs/icons/src/ShoppingBagIcon/index.d.ts +1 -0
  26. package/dist/cjs/icons/src/ShoppingBagIcon/index.js +5 -0
  27. package/dist/cjs/icons/src/UserGroupIcon/UserGroupMIcon.js +1 -1
  28. package/dist/cjs/icons/src/UserGroupIcon/UserGroupSIcon.js +1 -2
  29. package/dist/cjs/icons/src/UserStrokeIcon/UserStrokeMIcon.js +1 -1
  30. package/dist/cjs/icons/src/UserStrokeIcon/UserStrokeSIcon.js +1 -1
  31. package/dist/cjs/icons/src/UserStrokePlusIcon/UserStrokePlusMIcon.js +1 -1
  32. package/dist/cjs/icons/src/UserStrokePlusIcon/UserStrokePlusSIcon.js +1 -2
  33. package/dist/cjs/icons/src/index.d.ts +2 -0
  34. package/dist/cjs/icons/src/index.js +6 -2
  35. package/dist/esm/icons/src/AtmIcon/AtmIcon.d.ts +7 -0
  36. package/dist/esm/icons/src/AtmIcon/AtmIcon.js +16 -0
  37. package/dist/esm/icons/src/AtmIcon/AtmMIcon.d.ts +3 -0
  38. package/dist/esm/icons/src/AtmIcon/AtmMIcon.js +5 -0
  39. package/dist/esm/icons/src/AtmIcon/AtmSIcon.d.ts +3 -0
  40. package/dist/esm/icons/src/AtmIcon/AtmSIcon.js +5 -0
  41. package/dist/esm/icons/src/AtmIcon/index.d.ts +1 -0
  42. package/dist/esm/icons/src/AtmIcon/index.js +1 -0
  43. package/dist/esm/icons/src/CallBackIcon/CallBackMIcon.js +1 -1
  44. package/dist/esm/icons/src/CallBackIcon/CallBackSIcon.js +1 -1
  45. package/dist/esm/icons/src/CallIcon/CallMIcon.js +1 -1
  46. package/dist/esm/icons/src/CallIcon/CallSIcon.js +1 -1
  47. package/dist/esm/icons/src/ShoppingBagIcon/ShoppingBagIcon.d.ts +7 -0
  48. package/dist/esm/icons/src/ShoppingBagIcon/ShoppingBagIcon.js +16 -0
  49. package/dist/esm/icons/src/ShoppingBagIcon/ShoppingBagMIcon.d.ts +3 -0
  50. package/dist/esm/icons/src/ShoppingBagIcon/ShoppingBagMIcon.js +5 -0
  51. package/dist/esm/icons/src/ShoppingBagIcon/ShoppingBagSIcon.d.ts +3 -0
  52. package/dist/esm/icons/src/ShoppingBagIcon/ShoppingBagSIcon.js +9 -0
  53. package/dist/esm/icons/src/ShoppingBagIcon/index.d.ts +1 -0
  54. package/dist/esm/icons/src/ShoppingBagIcon/index.js +1 -0
  55. package/dist/esm/icons/src/UserGroupIcon/UserGroupMIcon.js +1 -1
  56. package/dist/esm/icons/src/UserGroupIcon/UserGroupSIcon.js +1 -2
  57. package/dist/esm/icons/src/UserStrokeIcon/UserStrokeMIcon.js +1 -1
  58. package/dist/esm/icons/src/UserStrokeIcon/UserStrokeSIcon.js +1 -1
  59. package/dist/esm/icons/src/UserStrokePlusIcon/UserStrokePlusMIcon.js +1 -1
  60. package/dist/esm/icons/src/UserStrokePlusIcon/UserStrokePlusSIcon.js +1 -2
  61. package/dist/esm/icons/src/index.d.ts +2 -0
  62. package/dist/esm/icons/src/index.js +2 -0
  63. package/manifest.json +14 -0
  64. package/package.json +2 -2
  65. package/shopping_bag_m_icon.svg +9 -0
  66. package/shopping_bag_s_icon.svg +16 -0
  67. package/user_group_m_icon.svg +4 -5
  68. package/user_group_s_icon.svg +4 -11
  69. package/user_stroke_m_icon.svg +4 -4
  70. package/user_stroke_plus_m_icon.svg +4 -5
  71. package/user_stroke_plus_s_icon.svg +4 -11
  72. package/user_stroke_s_icon.svg +4 -4
package/atm_m_icon.svg ADDED
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
2
+ <path
3
+ stroke="#000"
4
+ stroke-linecap="round"
5
+ stroke-linejoin="round"
6
+ stroke-width="1.5"
7
+ d="M5.456 8.91H4.385a.63.63 0 0 1-.45-.19.65.65 0 0 1-.185-.455v-3.87a.65.65 0 0 1 .186-.456.63.63 0 0 1 .449-.189h15.23a.63.63 0 0 1 .45.189.65.65 0 0 1 .185.456v3.87a.65.65 0 0 1-.186.456.63.63 0 0 1-.449.189h-1.07m-3.012-2.043H8.467a.644.644 0 0 0-.642.645v12.093c0 .356.287.645.642.645h7.066a.644.644 0 0 0 .642-.645V7.512a.644.644 0 0 0-.642-.645M12 15.171c.887 0 1.606-.722 1.606-1.612A1.61 1.61 0 0 0 12 11.946a1.61 1.61 0 0 0-1.606 1.613c0 .89.72 1.612 1.606 1.612m0-5.453a.16.16 0 1 1 0-.322.16.16 0 0 1 0 .322m0 8.075a.161.161 0 1 1 0-.322.161.161 0 0 1 0 .322"
8
+ />
9
+ </svg>
package/atm_s_icon.svg ADDED
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
2
+ <path
3
+ stroke="#000"
4
+ stroke-linecap="round"
5
+ stroke-linejoin="round"
6
+ stroke-width="1.5"
7
+ d="M3.042 5.659h-.811a.48.48 0 0 1-.34-.143.5.5 0 0 1-.141-.346V2.24c0-.13.05-.254.14-.346a.48.48 0 0 1 .34-.143h11.54c.127 0 .249.051.34.143.09.092.14.216.14.346V5.17c0 .13-.05.254-.14.346a.48.48 0 0 1-.34.143h-.812m-2.282-1.547H5.324a.49.49 0 0 0-.487.488v9.161c0 .27.218.489.487.489h5.352a.49.49 0 0 0 .487-.489v-9.16a.49.49 0 0 0-.487-.49M8 10.402c.672 0 1.217-.547 1.217-1.221 0-.675-.545-1.222-1.217-1.222s-1.217.547-1.217 1.222.545 1.221 1.217 1.221m0-4.13a.122.122 0 1 1 0-.245.122.122 0 0 1 0 .244m0 6.116a.122.122 0 1 1 0-.243.122.122 0 0 1 0 .243"
8
+ />
9
+ </svg>
@@ -2,7 +2,7 @@
2
2
  <path
3
3
  fill="currentColor"
4
4
  fill-rule="evenodd"
5
- d="M2.61 1.826h5.056a.75.75 0 1 1 0 1.5H4.421l5.943 5.943a.75.75 0 1 1-1.061 1.061L3.36 4.387v3.246a.75.75 0 1 1-1.5 0V2.576a.75.75 0 0 1 .75-.75m15.73 4.187-2.226 2.312a.55.55 0 0 0 0 .777l.002.001a2.065 2.065 0 0 1 0 2.904l-.003.003-3.684 3.684-.003.003a2.065 2.065 0 0 1-2.904 0l-.001-.002a.55.55 0 0 0-.777 0L6.435 17.99a.565.565 0 0 0 0 .791l.002.001.546.546a3.15 3.15 0 0 0 3.926.424 34.3 34.3 0 0 0 9.26-9.258 3.15 3.15 0 0 0-.485-3.922l-.009-.008-.546-.546v-.001a.565.565 0 0 0-.789-.004M17.28 4.95a2.064 2.064 0 0 1 2.904 0l.003.003.545.545a4.65 4.65 0 0 1 .688 5.822 35.8 35.8 0 0 1-9.68 9.68l-.013.008a4.65 4.65 0 0 1-5.804-.62l-.55-.549-.003-.003a2.065 2.065 0 0 1 0-2.904l.005-.004 2.31-2.297a2.05 2.05 0 0 1 2.893 0 .564.564 0 0 0 .792 0l.002-.001 3.678-3.679a.564.564 0 0 0 0-.793 2.05 2.05 0 0 1-.004-2.887l2.221-2.308z"
5
+ d="M21.39 1.826h-5.055a.75.75 0 0 0 0 1.5h3.245L13.637 9.27a.75.75 0 1 0 1.061 1.061l5.943-5.943v3.246a.75.75 0 0 0 1.5 0V2.576a.75.75 0 0 0-.75-.75M5.66 6.013l2.226 2.312a.55.55 0 0 1 0 .777l-.001.001a2.065 2.065 0 0 0 0 2.904l.003.003 3.684 3.684.002.003a2.065 2.065 0 0 0 2.905 0l.001-.002a.55.55 0 0 1 .777 0l2.309 2.295a.565.565 0 0 1 0 .791l-.002.001-.546.546a3.15 3.15 0 0 1-3.926.424 34.3 34.3 0 0 1-9.26-9.258 3.15 3.15 0 0 1 .485-3.922l.008-.008.546-.546.002-.001a.565.565 0 0 1 .787-.004M6.72 4.95a2.065 2.065 0 0 0-2.903 0l-.003.003-.545.545a4.65 4.65 0 0 0-.688 5.822 35.8 35.8 0 0 0 9.68 9.68l.013.008a4.65 4.65 0 0 0 5.804-.62l.55-.549.002-.003a2.065 2.065 0 0 0 0-2.904l-.004-.004-2.311-2.297a2.05 2.05 0 0 0-2.892 0 .564.564 0 0 1-.793 0v-.001L8.95 10.952a.565.565 0 0 1 0-.793 2.05 2.05 0 0 0 .003-2.887l-2.22-2.308z"
6
6
  clip-rule="evenodd"
7
7
  />
8
8
  </svg>
@@ -2,7 +2,7 @@
2
2
  <path
3
3
  fill="currentColor"
4
4
  fill-rule="evenodd"
5
- d="M1 .242h3.77a.75.75 0 0 1 0 1.5H2.81l4.104 4.104a.75.75 0 0 1-1.06 1.06L1.75 2.804v1.958a.75.75 0 1 1-1.5 0V.992A.75.75 0 0 1 1 .242M12.86 3.69l-1.658 1.723a.22.22 0 0 0 0 .31l.002.001a1.73 1.73 0 0 1 0 2.433l-.003.003-2.749 2.75a1.73 1.73 0 0 1-2.433 0l-.002-.003a.22.22 0 0 0-.31 0l-1.72 1.71a.23.23 0 0 0 0 .321l.002.001.406.406a2.16 2.16 0 0 0 2.687.292 25.3 25.3 0 0 0 6.846-6.845 2.16 2.16 0 0 0-.334-2.683l-.008-.008-.406-.407h-.001a.23.23 0 0 0-.318-.004m-1.059-1.062a1.73 1.73 0 0 1 2.434 0l.003.003.405.405a3.66 3.66 0 0 1 .537 4.582 26.85 26.85 0 0 1-7.267 7.267l-.013.009a3.66 3.66 0 0 1-4.565-.488l-.41-.41-.003-.002a1.73 1.73 0 0 1 0-2.433l.005-.005 1.722-1.712a1.72 1.72 0 0 1 2.426 0l-.529.532.528-.533a.23.23 0 0 0 .322 0h.001l2.74-2.74.001-.001a.23.23 0 0 0 0-.322 1.72 1.72 0 0 1-.004-2.42l1.655-1.72z"
5
+ d="M15 .242h-3.769a.75.75 0 0 0 0 1.5h1.958L9.085 5.846a.75.75 0 0 0 1.061 1.06l4.104-4.103v1.958a.75.75 0 0 0 1.5 0V.992a.75.75 0 0 0-.75-.75M3.14 3.69l1.658 1.723a.22.22 0 0 1 0 .31l-.001.001a1.73 1.73 0 0 0 0 2.433l.002.003 2.75 2.75a1.73 1.73 0 0 0 2.433 0l.001-.003a.22.22 0 0 1 .31 0l1.72 1.71a.23.23 0 0 1 0 .321l-.001.001-.407.406a2.16 2.16 0 0 1-2.686.292A25.3 25.3 0 0 1 2.072 6.79a2.16 2.16 0 0 1 .334-2.683l.008-.008.407-.407a.23.23 0 0 1 .319-.004m1.059-1.062a1.73 1.73 0 0 0-2.433 0l-.003.003-.406.405A3.66 3.66 0 0 0 .82 7.617a26.8 26.8 0 0 0 7.268 7.267l.012.009a3.66 3.66 0 0 0 4.566-.488l.41-.41.002-.002a1.73 1.73 0 0 0 0-2.433l-.005-.005-1.722-1.712a1.72 1.72 0 0 0-2.426 0l.53.532-.528-.533a.23.23 0 0 1-.323 0l-2.741-2.74-.001-.001a.23.23 0 0 1 0-.322 1.72 1.72 0 0 0 .004-2.42l-1.654-1.72z"
6
6
  clip-rule="evenodd"
7
7
  />
8
8
  </svg>
package/call_m_icon.svg CHANGED
@@ -2,7 +2,7 @@
2
2
  <path
3
3
  fill="currentColor"
4
4
  fill-rule="evenodd"
5
- d="m17.529 3.96-2.625 2.623a.73.73 0 0 0 0 1.02 2.22 2.22 0 0 1-.004 3.15l-4.155 4.155a2.245 2.245 0 0 1-3.138 0l-.002-.002a.73.73 0 0 0-1.024 0l-2.637 2.61a.745.745 0 0 0-.001 1.033l.615.6.01.01a3.665 3.665 0 0 0 4.59.51 39.3 39.3 0 0 0 10.526-10.5 3.664 3.664 0 0 0-.51-4.586l-.01-.01-.602-.616a.745.745 0 0 0-1.033.003m-1.051-1.07a2.245 2.245 0 0 1 3.138 0l.013.012.604.62a5.166 5.166 0 0 1 .707 6.467l-.01.015A40.8 40.8 0 0 1 9.99 20.917l-.013.009a5.165 5.165 0 0 1-6.471-.709l-.618-.602-.013-.013a2.245 2.245 0 0 1 0-3.138l.009-.009 2.643-2.617.002-.002a2.23 2.23 0 0 1 3.127 0 .745.745 0 0 0 1.038.002L13.84 9.69l.004-.003a.717.717 0 0 0 0-1.022l-.009-.008a2.23 2.23 0 0 1 0-3.128l.005-.005z"
5
+ d="m6.47 3.96 2.625 2.623a.73.73 0 0 1 0 1.02 2.217 2.217 0 0 0 .004 3.15l4.155 4.155a2.245 2.245 0 0 0 3.138 0l.002-.002a.73.73 0 0 1 1.024 0l2.637 2.61a.745.745 0 0 1 .001 1.033l-.615.6-.01.01a3.665 3.665 0 0 1-4.59.51A39.3 39.3 0 0 1 4.317 9.17a3.665 3.665 0 0 1 .51-4.586l.01-.01.6-.616a.745.745 0 0 1 1.034.003m1.051-1.07a2.245 2.245 0 0 0-3.138 0l-.013.012-.604.62a5.165 5.165 0 0 0-.707 6.467l.01.015a40.8 40.8 0 0 0 10.94 10.913l.013.009a5.165 5.165 0 0 0 6.471-.709l.618-.602.013-.013a2.245 2.245 0 0 0 0-3.138l-.009-.009-2.643-2.617-.002-.002a2.23 2.23 0 0 0-3.126 0 .745.745 0 0 1-1.039.002L10.158 9.69l-.004-.003a.72.72 0 0 1 0-1.022l.009-.008a2.23 2.23 0 0 0 0-3.128l-.005-.005z"
6
6
  clip-rule="evenodd"
7
7
  />
8
8
  </svg>
package/call_s_icon.svg CHANGED
@@ -2,7 +2,7 @@
2
2
  <path
3
3
  fill="currentColor"
4
4
  fill-rule="evenodd"
5
- d="m12.417 1.865-2.04 2.039a.4.4 0 0 0 0 .558 1.89 1.89 0 0 1-.004 2.686L7.14 10.381a1.913 1.913 0 0 1-2.674 0l-.001-.002a.4.4 0 0 0-.563 0l-2.049 2.028a.413.413 0 0 0-.001.57l.476.464.01.01a2.685 2.685 0 0 0 3.36.375 30.4 30.4 0 0 0 8.139-8.12 2.684 2.684 0 0 0-.375-3.356l-.01-.01-.465-.477a.413.413 0 0 0-.57.002m-1.05-1.07a1.913 1.913 0 0 1 2.673 0l.013.012.469.481a4.184 4.184 0 0 1 .571 5.238l-.01.015a31.9 31.9 0 0 1-8.553 8.533l-.013.008a4.184 4.184 0 0 1-5.241-.572l-.48-.468-.012-.013a1.913 1.913 0 0 1 0-2.674l.008-.008L2.848 9.31l.002-.002a1.9 1.9 0 0 1 2.666 0l-.525.535.524-.536a.413.413 0 0 0 .575.002l3.224-3.224.004-.004a.39.39 0 0 0 0-.557l-.009-.009a1.9 1.9 0 0 1 0-2.666l.005-.004z"
5
+ d="m3.582 1.865 2.04 2.039a.4.4 0 0 1 0 .558 1.89 1.89 0 0 0 .004 2.686l3.233 3.233a1.913 1.913 0 0 0 2.674 0l.001-.002a.4.4 0 0 1 .563 0l2.049 2.028a.413.413 0 0 1 .001.57l-.476.464-.01.01a2.685 2.685 0 0 1-3.36.375 30.4 30.4 0 0 1-8.139-8.12 2.684 2.684 0 0 1 .375-3.356l.01-.01.465-.477a.413.413 0 0 1 .57.002M4.633.795a1.913 1.913 0 0 0-2.674 0l-.012.012-.47.481a4.184 4.184 0 0 0-.571 5.238l.01.015a31.9 31.9 0 0 0 8.554 8.533l.013.008a4.184 4.184 0 0 0 5.24-.572l.48-.468.012-.013a1.913 1.913 0 0 0 0-2.674l-.008-.008L13.15 9.31l-.002-.002a1.9 1.9 0 0 0-2.666 0l.526.535-.525-.536a.413.413 0 0 1-.574.002L6.685 6.086l-.004-.004a.39.39 0 0 1 0-.557l.009-.009a1.9 1.9 0 0 0 0-2.666l-.005-.004z"
6
6
  clip-rule="evenodd"
7
7
  />
8
8
  </svg>
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import type { IconProps, IconSize } from '../types';
3
+ type AtmIconProps = IconProps & {
4
+ size?: IconSize;
5
+ };
6
+ export declare const AtmIcon: React.FC<AtmIconProps>;
7
+ export {};
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AtmIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var AtmMIcon_1 = require("./AtmMIcon");
7
+ var AtmSIcon_1 = require("./AtmSIcon");
8
+ exports.AtmIcon = (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(AtmSIcon_1.AtmSIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
13
+ case 'm':
14
+ return react_1.default.createElement(AtmMIcon_1.AtmMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
15
+ default:
16
+ return react_1.default.createElement(AtmMIcon_1.AtmMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
17
+ }
18
+ });
19
+ exports.AtmIcon.displayName = 'AtmIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const AtmMIcon: React.FC<IconProps>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AtmMIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.AtmMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "24", height: "24", fill: "none" }),
7
+ react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M5.456 8.91H4.385a.63.63 0 0 1-.45-.19.65.65 0 0 1-.185-.455v-3.87a.65.65 0 0 1 .186-.456.63.63 0 0 1 .449-.189h15.23a.63.63 0 0 1 .45.189.65.65 0 0 1 .185.456v3.87a.65.65 0 0 1-.186.456.63.63 0 0 1-.449.189h-1.07m-3.012-2.043H8.467a.644.644 0 0 0-.642.645v12.093c0 .356.287.645.642.645h7.066a.644.644 0 0 0 .642-.645V7.512a.644.644 0 0 0-.642-.645M12 15.171c.887 0 1.606-.722 1.606-1.612A1.61 1.61 0 0 0 12 11.946a1.61 1.61 0 0 0-1.606 1.613c0 .89.72 1.612 1.606 1.612m0-5.453a.16.16 0 1 1 0-.322.16.16 0 0 1 0 .322m0 8.075a.161.161 0 1 1 0-.322.161.161 0 0 1 0 .322" }))); });
8
+ exports.AtmMIcon.displayName = 'AtmMIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const AtmSIcon: React.FC<IconProps>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AtmSIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.AtmSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "16", height: "16", fill: "none" }),
7
+ react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M3.042 5.659h-.811a.48.48 0 0 1-.34-.143.5.5 0 0 1-.141-.346V2.24c0-.13.05-.254.14-.346a.48.48 0 0 1 .34-.143h11.54c.127 0 .249.051.34.143.09.092.14.216.14.346V5.17c0 .13-.05.254-.14.346a.48.48 0 0 1-.34.143h-.812m-2.282-1.547H5.324a.49.49 0 0 0-.487.488v9.161c0 .27.218.489.487.489h5.352a.49.49 0 0 0 .487-.489v-9.16a.49.49 0 0 0-.487-.49M8 10.402c.672 0 1.217-.547 1.217-1.221 0-.675-.545-1.222-1.217-1.222s-1.217.547-1.217 1.222.545 1.221 1.217 1.221m0-4.13a.122.122 0 1 1 0-.245.122.122 0 0 1 0 .244m0 6.116a.122.122 0 1 1 0-.243.122.122 0 0 1 0 .243" }))); });
8
+ exports.AtmSIcon.displayName = 'AtmSIcon';
@@ -0,0 +1 @@
1
+ export { AtmIcon } from './AtmIcon';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AtmIcon = void 0;
4
+ var AtmIcon_1 = require("./AtmIcon");
5
+ Object.defineProperty(exports, "AtmIcon", { enumerable: true, get: function () { return AtmIcon_1.AtmIcon; } });
@@ -4,5 +4,5 @@ exports.CallBackMIcon = void 0;
4
4
  var tslib_1 = require("tslib");
5
5
  var react_1 = tslib_1.__importStar(require("react"));
6
6
  exports.CallBackMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "24", height: "24", fill: "none" }),
7
- react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.61 1.826h5.056a.75.75 0 1 1 0 1.5H4.421l5.943 5.943a.75.75 0 1 1-1.061 1.061L3.36 4.387v3.246a.75.75 0 1 1-1.5 0V2.576a.75.75 0 0 1 .75-.75m15.73 4.187-2.226 2.312a.55.55 0 0 0 0 .777l.002.001a2.065 2.065 0 0 1 0 2.904l-.003.003-3.684 3.684-.003.003a2.065 2.065 0 0 1-2.904 0l-.001-.002a.55.55 0 0 0-.777 0L6.435 17.99a.565.565 0 0 0 0 .791l.002.001.546.546a3.15 3.15 0 0 0 3.926.424 34.3 34.3 0 0 0 9.26-9.258 3.15 3.15 0 0 0-.485-3.922l-.009-.008-.546-.546v-.001a.565.565 0 0 0-.789-.004M17.28 4.95a2.064 2.064 0 0 1 2.904 0l.003.003.545.545a4.65 4.65 0 0 1 .688 5.822 35.8 35.8 0 0 1-9.68 9.68l-.013.008a4.65 4.65 0 0 1-5.804-.62l-.55-.549-.003-.003a2.065 2.065 0 0 1 0-2.904l.005-.004 2.31-2.297a2.05 2.05 0 0 1 2.893 0 .564.564 0 0 0 .792 0l.002-.001 3.678-3.679a.564.564 0 0 0 0-.793 2.05 2.05 0 0 1-.004-2.887l2.221-2.308z", clipRule: "evenodd" }))); });
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.39 1.826h-5.055a.75.75 0 0 0 0 1.5h3.245L13.637 9.27a.75.75 0 1 0 1.061 1.061l5.943-5.943v3.246a.75.75 0 0 0 1.5 0V2.576a.75.75 0 0 0-.75-.75M5.66 6.013l2.226 2.312a.55.55 0 0 1 0 .777l-.001.001a2.065 2.065 0 0 0 0 2.904l.003.003 3.684 3.684.002.003a2.065 2.065 0 0 0 2.905 0l.001-.002a.55.55 0 0 1 .777 0l2.309 2.295a.565.565 0 0 1 0 .791l-.002.001-.546.546a3.15 3.15 0 0 1-3.926.424 34.3 34.3 0 0 1-9.26-9.258 3.15 3.15 0 0 1 .485-3.922l.008-.008.546-.546.002-.001a.565.565 0 0 1 .787-.004M6.72 4.95a2.065 2.065 0 0 0-2.903 0l-.003.003-.545.545a4.65 4.65 0 0 0-.688 5.822 35.8 35.8 0 0 0 9.68 9.68l.013.008a4.65 4.65 0 0 0 5.804-.62l.55-.549.002-.003a2.065 2.065 0 0 0 0-2.904l-.004-.004-2.311-2.297a2.05 2.05 0 0 0-2.892 0 .564.564 0 0 1-.793 0v-.001L8.95 10.952a.565.565 0 0 1 0-.793 2.05 2.05 0 0 0 .003-2.887l-2.22-2.308z", clipRule: "evenodd" }))); });
8
8
  exports.CallBackMIcon.displayName = 'CallBackMIcon';
@@ -4,5 +4,5 @@ exports.CallBackSIcon = void 0;
4
4
  var tslib_1 = require("tslib");
5
5
  var react_1 = tslib_1.__importStar(require("react"));
6
6
  exports.CallBackSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "16", height: "16", fill: "none" }),
7
- react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1 .242h3.77a.75.75 0 0 1 0 1.5H2.81l4.104 4.104a.75.75 0 0 1-1.06 1.06L1.75 2.804v1.958a.75.75 0 1 1-1.5 0V.992A.75.75 0 0 1 1 .242M12.86 3.69l-1.658 1.723a.22.22 0 0 0 0 .31l.002.001a1.73 1.73 0 0 1 0 2.433l-.003.003-2.749 2.75a1.73 1.73 0 0 1-2.433 0l-.002-.003a.22.22 0 0 0-.31 0l-1.72 1.71a.23.23 0 0 0 0 .321l.002.001.406.406a2.16 2.16 0 0 0 2.687.292 25.3 25.3 0 0 0 6.846-6.845 2.16 2.16 0 0 0-.334-2.683l-.008-.008-.406-.407h-.001a.23.23 0 0 0-.318-.004m-1.059-1.062a1.73 1.73 0 0 1 2.434 0l.003.003.405.405a3.66 3.66 0 0 1 .537 4.582 26.85 26.85 0 0 1-7.267 7.267l-.013.009a3.66 3.66 0 0 1-4.565-.488l-.41-.41-.003-.002a1.73 1.73 0 0 1 0-2.433l.005-.005 1.722-1.712a1.72 1.72 0 0 1 2.426 0l-.529.532.528-.533a.23.23 0 0 0 .322 0h.001l2.74-2.74.001-.001a.23.23 0 0 0 0-.322 1.72 1.72 0 0 1-.004-2.42l1.655-1.72z", clipRule: "evenodd" }))); });
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15 .242h-3.769a.75.75 0 0 0 0 1.5h1.958L9.085 5.846a.75.75 0 0 0 1.061 1.06l4.104-4.103v1.958a.75.75 0 0 0 1.5 0V.992a.75.75 0 0 0-.75-.75M3.14 3.69l1.658 1.723a.22.22 0 0 1 0 .31l-.001.001a1.73 1.73 0 0 0 0 2.433l.002.003 2.75 2.75a1.73 1.73 0 0 0 2.433 0l.001-.003a.22.22 0 0 1 .31 0l1.72 1.71a.23.23 0 0 1 0 .321l-.001.001-.407.406a2.16 2.16 0 0 1-2.686.292A25.3 25.3 0 0 1 2.072 6.79a2.16 2.16 0 0 1 .334-2.683l.008-.008.407-.407a.23.23 0 0 1 .319-.004m1.059-1.062a1.73 1.73 0 0 0-2.433 0l-.003.003-.406.405A3.66 3.66 0 0 0 .82 7.617a26.8 26.8 0 0 0 7.268 7.267l.012.009a3.66 3.66 0 0 0 4.566-.488l.41-.41.002-.002a1.73 1.73 0 0 0 0-2.433l-.005-.005-1.722-1.712a1.72 1.72 0 0 0-2.426 0l.53.532-.528-.533a.23.23 0 0 1-.323 0l-2.741-2.74-.001-.001a.23.23 0 0 1 0-.322 1.72 1.72 0 0 0 .004-2.42l-1.654-1.72z", clipRule: "evenodd" }))); });
8
8
  exports.CallBackSIcon.displayName = 'CallBackSIcon';
@@ -4,5 +4,5 @@ exports.CallMIcon = void 0;
4
4
  var tslib_1 = require("tslib");
5
5
  var react_1 = tslib_1.__importStar(require("react"));
6
6
  exports.CallMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "24", height: "24", fill: "none" }),
7
- react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m17.529 3.96-2.625 2.623a.73.73 0 0 0 0 1.02 2.22 2.22 0 0 1-.004 3.15l-4.155 4.155a2.245 2.245 0 0 1-3.138 0l-.002-.002a.73.73 0 0 0-1.024 0l-2.637 2.61a.745.745 0 0 0-.001 1.033l.615.6.01.01a3.665 3.665 0 0 0 4.59.51 39.3 39.3 0 0 0 10.526-10.5 3.664 3.664 0 0 0-.51-4.586l-.01-.01-.602-.616a.745.745 0 0 0-1.033.003m-1.051-1.07a2.245 2.245 0 0 1 3.138 0l.013.012.604.62a5.166 5.166 0 0 1 .707 6.467l-.01.015A40.8 40.8 0 0 1 9.99 20.917l-.013.009a5.165 5.165 0 0 1-6.471-.709l-.618-.602-.013-.013a2.245 2.245 0 0 1 0-3.138l.009-.009 2.643-2.617.002-.002a2.23 2.23 0 0 1 3.127 0 .745.745 0 0 0 1.038.002L13.84 9.69l.004-.003a.717.717 0 0 0 0-1.022l-.009-.008a2.23 2.23 0 0 1 0-3.128l.005-.005z", clipRule: "evenodd" }))); });
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m6.47 3.96 2.625 2.623a.73.73 0 0 1 0 1.02 2.217 2.217 0 0 0 .004 3.15l4.155 4.155a2.245 2.245 0 0 0 3.138 0l.002-.002a.73.73 0 0 1 1.024 0l2.637 2.61a.745.745 0 0 1 .001 1.033l-.615.6-.01.01a3.665 3.665 0 0 1-4.59.51A39.3 39.3 0 0 1 4.317 9.17a3.665 3.665 0 0 1 .51-4.586l.01-.01.6-.616a.745.745 0 0 1 1.034.003m1.051-1.07a2.245 2.245 0 0 0-3.138 0l-.013.012-.604.62a5.165 5.165 0 0 0-.707 6.467l.01.015a40.8 40.8 0 0 0 10.94 10.913l.013.009a5.165 5.165 0 0 0 6.471-.709l.618-.602.013-.013a2.245 2.245 0 0 0 0-3.138l-.009-.009-2.643-2.617-.002-.002a2.23 2.23 0 0 0-3.126 0 .745.745 0 0 1-1.039.002L10.158 9.69l-.004-.003a.72.72 0 0 1 0-1.022l.009-.008a2.23 2.23 0 0 0 0-3.128l-.005-.005z", clipRule: "evenodd" }))); });
8
8
  exports.CallMIcon.displayName = 'CallMIcon';
@@ -4,5 +4,5 @@ exports.CallSIcon = void 0;
4
4
  var tslib_1 = require("tslib");
5
5
  var react_1 = tslib_1.__importStar(require("react"));
6
6
  exports.CallSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "16", height: "16", fill: "none" }),
7
- react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m12.417 1.865-2.04 2.039a.4.4 0 0 0 0 .558 1.89 1.89 0 0 1-.004 2.686L7.14 10.381a1.913 1.913 0 0 1-2.674 0l-.001-.002a.4.4 0 0 0-.563 0l-2.049 2.028a.413.413 0 0 0-.001.57l.476.464.01.01a2.685 2.685 0 0 0 3.36.375 30.4 30.4 0 0 0 8.139-8.12 2.684 2.684 0 0 0-.375-3.356l-.01-.01-.465-.477a.413.413 0 0 0-.57.002m-1.05-1.07a1.913 1.913 0 0 1 2.673 0l.013.012.469.481a4.184 4.184 0 0 1 .571 5.238l-.01.015a31.9 31.9 0 0 1-8.553 8.533l-.013.008a4.184 4.184 0 0 1-5.241-.572l-.48-.468-.012-.013a1.913 1.913 0 0 1 0-2.674l.008-.008L2.848 9.31l.002-.002a1.9 1.9 0 0 1 2.666 0l-.525.535.524-.536a.413.413 0 0 0 .575.002l3.224-3.224.004-.004a.39.39 0 0 0 0-.557l-.009-.009a1.9 1.9 0 0 1 0-2.666l.005-.004z", clipRule: "evenodd" }))); });
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m3.582 1.865 2.04 2.039a.4.4 0 0 1 0 .558 1.89 1.89 0 0 0 .004 2.686l3.233 3.233a1.913 1.913 0 0 0 2.674 0l.001-.002a.4.4 0 0 1 .563 0l2.049 2.028a.413.413 0 0 1 .001.57l-.476.464-.01.01a2.685 2.685 0 0 1-3.36.375 30.4 30.4 0 0 1-8.139-8.12 2.684 2.684 0 0 1 .375-3.356l.01-.01.465-.477a.413.413 0 0 1 .57.002M4.633.795a1.913 1.913 0 0 0-2.674 0l-.012.012-.47.481a4.184 4.184 0 0 0-.571 5.238l.01.015a31.9 31.9 0 0 0 8.554 8.533l.013.008a4.184 4.184 0 0 0 5.24-.572l.48-.468.012-.013a1.913 1.913 0 0 0 0-2.674l-.008-.008L13.15 9.31l-.002-.002a1.9 1.9 0 0 0-2.666 0l.526.535-.525-.536a.413.413 0 0 1-.574.002L6.685 6.086l-.004-.004a.39.39 0 0 1 0-.557l.009-.009a1.9 1.9 0 0 0 0-2.666l-.005-.004z", clipRule: "evenodd" }))); });
8
8
  exports.CallSIcon.displayName = 'CallSIcon';
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import type { IconProps, IconSize } from '../types';
3
+ type ShoppingBagIconProps = IconProps & {
4
+ size?: IconSize;
5
+ };
6
+ export declare const ShoppingBagIcon: React.FC<ShoppingBagIconProps>;
7
+ export {};
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShoppingBagIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ var ShoppingBagMIcon_1 = require("./ShoppingBagMIcon");
7
+ var ShoppingBagSIcon_1 = require("./ShoppingBagSIcon");
8
+ exports.ShoppingBagIcon = (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(ShoppingBagSIcon_1.ShoppingBagSIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
13
+ case 'm':
14
+ return react_1.default.createElement(ShoppingBagMIcon_1.ShoppingBagMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
15
+ default:
16
+ return react_1.default.createElement(ShoppingBagMIcon_1.ShoppingBagMIcon, tslib_1.__assign({}, otherProps, { ref: ref }));
17
+ }
18
+ });
19
+ exports.ShoppingBagIcon.displayName = 'ShoppingBagIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const ShoppingBagMIcon: React.FC<IconProps>;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShoppingBagMIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.ShoppingBagMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "24", height: "24", fill: "none" }),
7
+ react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M8.496 8.442V6.308c0-.944.37-1.849 1.026-2.516A3.48 3.48 0 0 1 12 2.75c.93 0 1.82.375 2.478 1.042a3.59 3.59 0 0 1 1.026 2.516v2.134M20.24 19.67a1.44 1.44 0 0 1-.35 1.11 1.4 1.4 0 0 1-1.051.47H5.16a1.38 1.38 0 0 1-1.05-.47 1.43 1.43 0 0 1-.351-1.11L4.992 8.442h14.016z" }))); });
8
+ exports.ShoppingBagMIcon.displayName = 'ShoppingBagMIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const ShoppingBagSIcon: React.FC<IconProps>;
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShoppingBagSIcon = void 0;
4
+ var tslib_1 = require("tslib");
5
+ var react_1 = tslib_1.__importStar(require("react"));
6
+ exports.ShoppingBagSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "16", height: "16", fill: "none" }),
7
+ react_1.default.createElement("g", { clipPath: "url(#ShoppingBagSIcon__a)" },
8
+ react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M5.24 5.212V3.538c0-.74.29-1.448.808-1.971A2.75 2.75 0 0 1 8 .75c.732 0 1.434.294 1.952.817s.809 1.232.809 1.971v1.674m3.732 8.8a1.13 1.13 0 0 1-.276.87 1.1 1.1 0 0 1-.828.368H2.61a1.1 1.1 0 0 1-.828-.368 1.12 1.12 0 0 1-.276-.87l.972-8.8H13.52z" })),
9
+ react_1.default.createElement("defs", null,
10
+ react_1.default.createElement("clipPath", { id: "ShoppingBagSIcon__a" },
11
+ react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
12
+ exports.ShoppingBagSIcon.displayName = 'ShoppingBagSIcon';
@@ -0,0 +1 @@
1
+ export { ShoppingBagIcon } from './ShoppingBagIcon';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShoppingBagIcon = void 0;
4
+ var ShoppingBagIcon_1 = require("./ShoppingBagIcon");
5
+ Object.defineProperty(exports, "ShoppingBagIcon", { enumerable: true, get: function () { return ShoppingBagIcon_1.ShoppingBagIcon; } });
@@ -4,5 +4,5 @@ exports.UserGroupMIcon = void 0;
4
4
  var tslib_1 = require("tslib");
5
5
  var react_1 = tslib_1.__importStar(require("react"));
6
6
  exports.UserGroupMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "24", height: "24", fill: "none" }),
7
- react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M15 11a3.5 3.5 0 1 0 0-7m4 16h2a6 6 0 0 0-4-5.659M12.5 7.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0M3 20a6 6 0 0 1 12 0z" }))); });
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 0m9.5-3.5a.75.75 0 0 1 .75-.75 4.25 4.25 0 0 1 0 8.5.75.75 0 0 1 0-1.5 2.75 2.75 0 1 0 0-5.5.75.75 0 0 1-.75-.75M3.803 19.25h10.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-.75m14.043-5.908a.75.75 0 0 1 .957-.458A6.75 6.75 0 0 1 21.75 20a.75.75 0 0 1-.75.75h-2a.75.75 0 0 1 0-1.5h1.197a5.26 5.26 0 0 0-3.447-4.201.75.75 0 0 1-.457-.957", clipRule: "evenodd" }))); });
8
8
  exports.UserGroupMIcon.displayName = 'UserGroupMIcon';
@@ -4,6 +4,5 @@ exports.UserGroupSIcon = void 0;
4
4
  var tslib_1 = require("tslib");
5
5
  var react_1 = tslib_1.__importStar(require("react"));
6
6
  exports.UserGroupSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "16", height: "16", fill: "none" }),
7
- react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M10.167 7.25c1.396 0 2.527-1.175 2.527-2.625S11.563 2 10.167 2m2.889 12H14.5c0-1.96-1.206-3.626-2.889-4.244" }),
8
- react_1.default.createElement("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", d: "M6 9.5A4.5 4.5 0 0 0 1.5 14h9A4.5 4.5 0 0 0 6 9.5ZM8.625 4.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z" }))); });
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6 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 0M9.417 2a.75.75 0 0 1 .75-.75c1.836 0 3.277 1.538 3.277 3.375S12.004 8 10.167 8a.75.75 0 1 1 0-1.5c.955 0 1.777-.813 1.777-1.875s-.822-1.875-1.777-1.875a.75.75 0 0 1-.75-.75M2.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 14m12.929-.75c-.254-1.31-1.158-2.361-2.326-2.79l.517-1.408c1.982.728 3.38 2.679 3.38 4.948a.75.75 0 0 1-.75.75h-1.444v-1.5z", clipRule: "evenodd" }))); });
9
8
  exports.UserGroupSIcon.displayName = 'UserGroupSIcon';
@@ -4,5 +4,5 @@ exports.UserStrokeMIcon = void 0;
4
4
  var tslib_1 = require("tslib");
5
5
  var react_1 = tslib_1.__importStar(require("react"));
6
6
  exports.UserStrokeMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "24", height: "24", fill: "none" }),
7
- react_1.default.createElement("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", d: "M15.5 7.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0ZM12 14a6 6 0 0 0-6 6h12a6 6 0 0 0-6-6Z" }))); });
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 4.75a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5M7.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 0M5.25 20a6.75 6.75 0 0 1 13.5 0 .75.75 0 0 1-.75.75H6a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
8
8
  exports.UserStrokeMIcon.displayName = 'UserStrokeMIcon';
@@ -4,5 +4,5 @@ exports.UserStrokeSIcon = void 0;
4
4
  var tslib_1 = require("tslib");
5
5
  var react_1 = tslib_1.__importStar(require("react"));
6
6
  exports.UserStrokeSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "16", height: "16", fill: "none" }),
7
- react_1.default.createElement("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", d: "M8 9.5A4.5 4.5 0 0 0 3.5 14h9A4.5 4.5 0 0 0 8 9.5ZM10.625 4.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z" }))); });
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 2.75A1.875 1.875 0 1 0 8 6.5a1.875 1.875 0 0 0 0-3.75M4.625 4.625a3.375 3.375 0 1 1 6.75 0 3.375 3.375 0 0 1-6.75 0m-.3 8.625h7.35a3.751 3.751 0 0 0-7.35 0M2.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-.75", clipRule: "evenodd" }))); });
8
8
  exports.UserStrokeSIcon.displayName = 'UserStrokeSIcon';
@@ -4,5 +4,5 @@ exports.UserStrokePlusMIcon = void 0;
4
4
  var tslib_1 = require("tslib");
5
5
  var react_1 = tslib_1.__importStar(require("react"));
6
6
  exports.UserStrokePlusMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "24", height: "24", fill: "none" }),
7
- react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M18 4v2m0 0v2m0-2h-2m2 0h2m-7.5 1.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0M3 20a6 6 0 0 1 12 0z" }))); });
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 0M18 3.25a.75.75 0 0 1 .75.75v1.25H20a.75.75 0 0 1 0 1.5h-1.25V8a.75.75 0 0 1-1.5 0V6.75H16a.75.75 0 0 1 0-1.5h1.25V4a.75.75 0 0 1 .75-.75m-14.197 16h10.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-.75", clipRule: "evenodd" }))); });
8
8
  exports.UserStrokePlusMIcon.displayName = 'UserStrokePlusMIcon';
@@ -4,6 +4,5 @@ exports.UserStrokePlusSIcon = void 0;
4
4
  var tslib_1 = require("tslib");
5
5
  var react_1 = tslib_1.__importStar(require("react"));
6
6
  exports.UserStrokePlusSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "16", height: "16", fill: "none" }),
7
- react_1.default.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M12.5 2v1.5m0 0V5m0-1.5H11m1.5 0H14" }),
8
- react_1.default.createElement("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", d: "M6 9.5A4.5 4.5 0 0 0 1.5 14h9A4.5 4.5 0 0 0 6 9.5ZM8.625 4.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z" }))); });
7
+ react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.5 1.25a.75.75 0 0 1 .75.75v.75H14a.75.75 0 0 1 0 1.5h-.75V5a.75.75 0 0 1-1.5 0v-.75H11a.75.75 0 0 1 0-1.5h.75V2a.75.75 0 0 1 .75-.75M2.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 0", clipRule: "evenodd" }))); });
9
8
  exports.UserStrokePlusSIcon.displayName = 'UserStrokePlusSIcon';
@@ -282,6 +282,8 @@ export { StudyIcon } from './StudyIcon';
282
282
  export { WashingIcon } from './WashingIcon';
283
283
  export { BookPenIcon } from './BookPenIcon';
284
284
  export { KeyIcon } from './KeyIcon';
285
+ export { AtmIcon } from './AtmIcon';
286
+ export { ShoppingBagIcon } from './ShoppingBagIcon';
285
287
  export { MainIcon } from './MainIcon';
286
288
  export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
287
289
  export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';
@@ -5,8 +5,8 @@ exports.SearchIcon = exports.ChevronUpIcon = exports.ArrowRightIcon = exports.Ar
5
5
  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 = exports.MinusIcon = exports.SendIcon = exports.SmileIcon = exports.AttachmentIcon = exports.ChatMenuIcon = exports.ChatWarningIcon = exports.ChatWithLineIcon = exports.CrossIcon = void 0;
6
6
  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.DollarIcon = exports.EuroIcon = exports.FrankIcon = exports.YuanIcon = exports.FrozenIcon = exports.SomIcon = exports.TengeIcon = exports.DramIcon = void 0;
7
7
  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 = exports.RequestIcon = exports.FundFilledIcon = exports.FundIcon = exports.ProfileIcon = exports.TechChatIcon = exports.CommentIcon = void 0;
8
- 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 = 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 = exports.ArrowRightRectangleIcon = exports.ArrowRightCircleIcon = exports.TariffIcon = exports.CaseIcon = exports.CaseDiagramIcon = exports.BuildingIcon = void 0;
9
- exports.ReloadCircleGhostIcon = exports.ReloadCircleColoredIcon = exports.WarningTriangleGhostIcon = exports.WarningTriangleColoredIcon = exports.InfoCircleGhostIcon = exports.InfoCircleColoredIcon = exports.CheckCircleGhostIcon = exports.CheckCircleColoredIcon = exports.ErrorCircleGhostIcon = 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 = void 0;
8
+ 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 = exports.ShoppingBagIcon = exports.AtmIcon = 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 = exports.ArrowRightRectangleIcon = exports.ArrowRightCircleIcon = exports.TariffIcon = exports.CaseIcon = exports.CaseDiagramIcon = exports.BuildingIcon = void 0;
9
+ exports.ReloadCircleGhostIcon = exports.ReloadCircleColoredIcon = exports.WarningTriangleGhostIcon = exports.WarningTriangleColoredIcon = exports.InfoCircleGhostIcon = exports.InfoCircleColoredIcon = exports.CheckCircleGhostIcon = exports.CheckCircleColoredIcon = exports.ErrorCircleGhostIcon = 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 = void 0;
10
10
  var tslib_1 = require("tslib");
11
11
  var HeartFilledIcon_1 = require("./HeartFilledIcon");
12
12
  Object.defineProperty(exports, "HeartFilledIcon", { enumerable: true, get: function () { return HeartFilledIcon_1.HeartFilledIcon; } });
@@ -576,6 +576,10 @@ var BookPenIcon_1 = require("./BookPenIcon");
576
576
  Object.defineProperty(exports, "BookPenIcon", { enumerable: true, get: function () { return BookPenIcon_1.BookPenIcon; } });
577
577
  var KeyIcon_1 = require("./KeyIcon");
578
578
  Object.defineProperty(exports, "KeyIcon", { enumerable: true, get: function () { return KeyIcon_1.KeyIcon; } });
579
+ var AtmIcon_1 = require("./AtmIcon");
580
+ Object.defineProperty(exports, "AtmIcon", { enumerable: true, get: function () { return AtmIcon_1.AtmIcon; } });
581
+ var ShoppingBagIcon_1 = require("./ShoppingBagIcon");
582
+ Object.defineProperty(exports, "ShoppingBagIcon", { enumerable: true, get: function () { return ShoppingBagIcon_1.ShoppingBagIcon; } });
579
583
  var MainIcon_1 = require("./MainIcon");
580
584
  Object.defineProperty(exports, "MainIcon", { enumerable: true, get: function () { return MainIcon_1.MainIcon; } });
581
585
  var ArrowSmallLeftIcon_1 = require("./ArrowSmallLeftIcon");
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import type { IconProps, IconSize } from '../types';
3
+ type AtmIconProps = IconProps & {
4
+ size?: IconSize;
5
+ };
6
+ export declare const AtmIcon: React.FC<AtmIconProps>;
7
+ export {};
@@ -0,0 +1,16 @@
1
+ import { __assign, __rest } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ import { AtmMIcon } from './AtmMIcon';
4
+ import { AtmSIcon } from './AtmSIcon';
5
+ export var AtmIcon = forwardRef(function (_a, ref) {
6
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
7
+ switch (size) {
8
+ case 's':
9
+ return React.createElement(AtmSIcon, __assign({}, otherProps, { ref: ref }));
10
+ case 'm':
11
+ return React.createElement(AtmMIcon, __assign({}, otherProps, { ref: ref }));
12
+ default:
13
+ return React.createElement(AtmMIcon, __assign({}, otherProps, { ref: ref }));
14
+ }
15
+ });
16
+ AtmIcon.displayName = 'AtmIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const AtmMIcon: React.FC<IconProps>;
@@ -0,0 +1,5 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var AtmMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "24", height: "24", fill: "none" }),
4
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M5.456 8.91H4.385a.63.63 0 0 1-.45-.19.65.65 0 0 1-.185-.455v-3.87a.65.65 0 0 1 .186-.456.63.63 0 0 1 .449-.189h15.23a.63.63 0 0 1 .45.189.65.65 0 0 1 .185.456v3.87a.65.65 0 0 1-.186.456.63.63 0 0 1-.449.189h-1.07m-3.012-2.043H8.467a.644.644 0 0 0-.642.645v12.093c0 .356.287.645.642.645h7.066a.644.644 0 0 0 .642-.645V7.512a.644.644 0 0 0-.642-.645M12 15.171c.887 0 1.606-.722 1.606-1.612A1.61 1.61 0 0 0 12 11.946a1.61 1.61 0 0 0-1.606 1.613c0 .89.72 1.612 1.606 1.612m0-5.453a.16.16 0 1 1 0-.322.16.16 0 0 1 0 .322m0 8.075a.161.161 0 1 1 0-.322.161.161 0 0 1 0 .322" }))); });
5
+ AtmMIcon.displayName = 'AtmMIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const AtmSIcon: React.FC<IconProps>;
@@ -0,0 +1,5 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var AtmSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "16", height: "16", fill: "none" }),
4
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M3.042 5.659h-.811a.48.48 0 0 1-.34-.143.5.5 0 0 1-.141-.346V2.24c0-.13.05-.254.14-.346a.48.48 0 0 1 .34-.143h11.54c.127 0 .249.051.34.143.09.092.14.216.14.346V5.17c0 .13-.05.254-.14.346a.48.48 0 0 1-.34.143h-.812m-2.282-1.547H5.324a.49.49 0 0 0-.487.488v9.161c0 .27.218.489.487.489h5.352a.49.49 0 0 0 .487-.489v-9.16a.49.49 0 0 0-.487-.49M8 10.402c.672 0 1.217-.547 1.217-1.221 0-.675-.545-1.222-1.217-1.222s-1.217.547-1.217 1.222.545 1.221 1.217 1.221m0-4.13a.122.122 0 1 1 0-.245.122.122 0 0 1 0 .244m0 6.116a.122.122 0 1 1 0-.243.122.122 0 0 1 0 .243" }))); });
5
+ AtmSIcon.displayName = 'AtmSIcon';
@@ -0,0 +1 @@
1
+ export { AtmIcon } from './AtmIcon';
@@ -0,0 +1 @@
1
+ export { AtmIcon } from './AtmIcon';
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
2
  import React, { forwardRef } from 'react';
3
3
  export var CallBackMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "24", height: "24", fill: "none" }),
4
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.61 1.826h5.056a.75.75 0 1 1 0 1.5H4.421l5.943 5.943a.75.75 0 1 1-1.061 1.061L3.36 4.387v3.246a.75.75 0 1 1-1.5 0V2.576a.75.75 0 0 1 .75-.75m15.73 4.187-2.226 2.312a.55.55 0 0 0 0 .777l.002.001a2.065 2.065 0 0 1 0 2.904l-.003.003-3.684 3.684-.003.003a2.065 2.065 0 0 1-2.904 0l-.001-.002a.55.55 0 0 0-.777 0L6.435 17.99a.565.565 0 0 0 0 .791l.002.001.546.546a3.15 3.15 0 0 0 3.926.424 34.3 34.3 0 0 0 9.26-9.258 3.15 3.15 0 0 0-.485-3.922l-.009-.008-.546-.546v-.001a.565.565 0 0 0-.789-.004M17.28 4.95a2.064 2.064 0 0 1 2.904 0l.003.003.545.545a4.65 4.65 0 0 1 .688 5.822 35.8 35.8 0 0 1-9.68 9.68l-.013.008a4.65 4.65 0 0 1-5.804-.62l-.55-.549-.003-.003a2.065 2.065 0 0 1 0-2.904l.005-.004 2.31-2.297a2.05 2.05 0 0 1 2.893 0 .564.564 0 0 0 .792 0l.002-.001 3.678-3.679a.564.564 0 0 0 0-.793 2.05 2.05 0 0 1-.004-2.887l2.221-2.308z", clipRule: "evenodd" }))); });
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M21.39 1.826h-5.055a.75.75 0 0 0 0 1.5h3.245L13.637 9.27a.75.75 0 1 0 1.061 1.061l5.943-5.943v3.246a.75.75 0 0 0 1.5 0V2.576a.75.75 0 0 0-.75-.75M5.66 6.013l2.226 2.312a.55.55 0 0 1 0 .777l-.001.001a2.065 2.065 0 0 0 0 2.904l.003.003 3.684 3.684.002.003a2.065 2.065 0 0 0 2.905 0l.001-.002a.55.55 0 0 1 .777 0l2.309 2.295a.565.565 0 0 1 0 .791l-.002.001-.546.546a3.15 3.15 0 0 1-3.926.424 34.3 34.3 0 0 1-9.26-9.258 3.15 3.15 0 0 1 .485-3.922l.008-.008.546-.546.002-.001a.565.565 0 0 1 .787-.004M6.72 4.95a2.065 2.065 0 0 0-2.903 0l-.003.003-.545.545a4.65 4.65 0 0 0-.688 5.822 35.8 35.8 0 0 0 9.68 9.68l.013.008a4.65 4.65 0 0 0 5.804-.62l.55-.549.002-.003a2.065 2.065 0 0 0 0-2.904l-.004-.004-2.311-2.297a2.05 2.05 0 0 0-2.892 0 .564.564 0 0 1-.793 0v-.001L8.95 10.952a.565.565 0 0 1 0-.793 2.05 2.05 0 0 0 .003-2.887l-2.22-2.308z", clipRule: "evenodd" }))); });
5
5
  CallBackMIcon.displayName = 'CallBackMIcon';
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
2
  import React, { forwardRef } from 'react';
3
3
  export var CallBackSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "16", height: "16", fill: "none" }),
4
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1 .242h3.77a.75.75 0 0 1 0 1.5H2.81l4.104 4.104a.75.75 0 0 1-1.06 1.06L1.75 2.804v1.958a.75.75 0 1 1-1.5 0V.992A.75.75 0 0 1 1 .242M12.86 3.69l-1.658 1.723a.22.22 0 0 0 0 .31l.002.001a1.73 1.73 0 0 1 0 2.433l-.003.003-2.749 2.75a1.73 1.73 0 0 1-2.433 0l-.002-.003a.22.22 0 0 0-.31 0l-1.72 1.71a.23.23 0 0 0 0 .321l.002.001.406.406a2.16 2.16 0 0 0 2.687.292 25.3 25.3 0 0 0 6.846-6.845 2.16 2.16 0 0 0-.334-2.683l-.008-.008-.406-.407h-.001a.23.23 0 0 0-.318-.004m-1.059-1.062a1.73 1.73 0 0 1 2.434 0l.003.003.405.405a3.66 3.66 0 0 1 .537 4.582 26.85 26.85 0 0 1-7.267 7.267l-.013.009a3.66 3.66 0 0 1-4.565-.488l-.41-.41-.003-.002a1.73 1.73 0 0 1 0-2.433l.005-.005 1.722-1.712a1.72 1.72 0 0 1 2.426 0l-.529.532.528-.533a.23.23 0 0 0 .322 0h.001l2.74-2.74.001-.001a.23.23 0 0 0 0-.322 1.72 1.72 0 0 1-.004-2.42l1.655-1.72z", clipRule: "evenodd" }))); });
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M15 .242h-3.769a.75.75 0 0 0 0 1.5h1.958L9.085 5.846a.75.75 0 0 0 1.061 1.06l4.104-4.103v1.958a.75.75 0 0 0 1.5 0V.992a.75.75 0 0 0-.75-.75M3.14 3.69l1.658 1.723a.22.22 0 0 1 0 .31l-.001.001a1.73 1.73 0 0 0 0 2.433l.002.003 2.75 2.75a1.73 1.73 0 0 0 2.433 0l.001-.003a.22.22 0 0 1 .31 0l1.72 1.71a.23.23 0 0 1 0 .321l-.001.001-.407.406a2.16 2.16 0 0 1-2.686.292A25.3 25.3 0 0 1 2.072 6.79a2.16 2.16 0 0 1 .334-2.683l.008-.008.407-.407a.23.23 0 0 1 .319-.004m1.059-1.062a1.73 1.73 0 0 0-2.433 0l-.003.003-.406.405A3.66 3.66 0 0 0 .82 7.617a26.8 26.8 0 0 0 7.268 7.267l.012.009a3.66 3.66 0 0 0 4.566-.488l.41-.41.002-.002a1.73 1.73 0 0 0 0-2.433l-.005-.005-1.722-1.712a1.72 1.72 0 0 0-2.426 0l.53.532-.528-.533a.23.23 0 0 1-.323 0l-2.741-2.74-.001-.001a.23.23 0 0 1 0-.322 1.72 1.72 0 0 0 .004-2.42l-1.654-1.72z", clipRule: "evenodd" }))); });
5
5
  CallBackSIcon.displayName = 'CallBackSIcon';
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
2
  import React, { forwardRef } from 'react';
3
3
  export var CallMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "24", height: "24", fill: "none" }),
4
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m17.529 3.96-2.625 2.623a.73.73 0 0 0 0 1.02 2.22 2.22 0 0 1-.004 3.15l-4.155 4.155a2.245 2.245 0 0 1-3.138 0l-.002-.002a.73.73 0 0 0-1.024 0l-2.637 2.61a.745.745 0 0 0-.001 1.033l.615.6.01.01a3.665 3.665 0 0 0 4.59.51 39.3 39.3 0 0 0 10.526-10.5 3.664 3.664 0 0 0-.51-4.586l-.01-.01-.602-.616a.745.745 0 0 0-1.033.003m-1.051-1.07a2.245 2.245 0 0 1 3.138 0l.013.012.604.62a5.166 5.166 0 0 1 .707 6.467l-.01.015A40.8 40.8 0 0 1 9.99 20.917l-.013.009a5.165 5.165 0 0 1-6.471-.709l-.618-.602-.013-.013a2.245 2.245 0 0 1 0-3.138l.009-.009 2.643-2.617.002-.002a2.23 2.23 0 0 1 3.127 0 .745.745 0 0 0 1.038.002L13.84 9.69l.004-.003a.717.717 0 0 0 0-1.022l-.009-.008a2.23 2.23 0 0 1 0-3.128l.005-.005z", clipRule: "evenodd" }))); });
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m6.47 3.96 2.625 2.623a.73.73 0 0 1 0 1.02 2.217 2.217 0 0 0 .004 3.15l4.155 4.155a2.245 2.245 0 0 0 3.138 0l.002-.002a.73.73 0 0 1 1.024 0l2.637 2.61a.745.745 0 0 1 .001 1.033l-.615.6-.01.01a3.665 3.665 0 0 1-4.59.51A39.3 39.3 0 0 1 4.317 9.17a3.665 3.665 0 0 1 .51-4.586l.01-.01.6-.616a.745.745 0 0 1 1.034.003m1.051-1.07a2.245 2.245 0 0 0-3.138 0l-.013.012-.604.62a5.165 5.165 0 0 0-.707 6.467l.01.015a40.8 40.8 0 0 0 10.94 10.913l.013.009a5.165 5.165 0 0 0 6.471-.709l.618-.602.013-.013a2.245 2.245 0 0 0 0-3.138l-.009-.009-2.643-2.617-.002-.002a2.23 2.23 0 0 0-3.126 0 .745.745 0 0 1-1.039.002L10.158 9.69l-.004-.003a.72.72 0 0 1 0-1.022l.009-.008a2.23 2.23 0 0 0 0-3.128l-.005-.005z", clipRule: "evenodd" }))); });
5
5
  CallMIcon.displayName = 'CallMIcon';
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
2
  import React, { forwardRef } from 'react';
3
3
  export var CallSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "16", height: "16", fill: "none" }),
4
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m12.417 1.865-2.04 2.039a.4.4 0 0 0 0 .558 1.89 1.89 0 0 1-.004 2.686L7.14 10.381a1.913 1.913 0 0 1-2.674 0l-.001-.002a.4.4 0 0 0-.563 0l-2.049 2.028a.413.413 0 0 0-.001.57l.476.464.01.01a2.685 2.685 0 0 0 3.36.375 30.4 30.4 0 0 0 8.139-8.12 2.684 2.684 0 0 0-.375-3.356l-.01-.01-.465-.477a.413.413 0 0 0-.57.002m-1.05-1.07a1.913 1.913 0 0 1 2.673 0l.013.012.469.481a4.184 4.184 0 0 1 .571 5.238l-.01.015a31.9 31.9 0 0 1-8.553 8.533l-.013.008a4.184 4.184 0 0 1-5.241-.572l-.48-.468-.012-.013a1.913 1.913 0 0 1 0-2.674l.008-.008L2.848 9.31l.002-.002a1.9 1.9 0 0 1 2.666 0l-.525.535.524-.536a.413.413 0 0 0 .575.002l3.224-3.224.004-.004a.39.39 0 0 0 0-.557l-.009-.009a1.9 1.9 0 0 1 0-2.666l.005-.004z", clipRule: "evenodd" }))); });
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m3.582 1.865 2.04 2.039a.4.4 0 0 1 0 .558 1.89 1.89 0 0 0 .004 2.686l3.233 3.233a1.913 1.913 0 0 0 2.674 0l.001-.002a.4.4 0 0 1 .563 0l2.049 2.028a.413.413 0 0 1 .001.57l-.476.464-.01.01a2.685 2.685 0 0 1-3.36.375 30.4 30.4 0 0 1-8.139-8.12 2.684 2.684 0 0 1 .375-3.356l.01-.01.465-.477a.413.413 0 0 1 .57.002M4.633.795a1.913 1.913 0 0 0-2.674 0l-.012.012-.47.481a4.184 4.184 0 0 0-.571 5.238l.01.015a31.9 31.9 0 0 0 8.554 8.533l.013.008a4.184 4.184 0 0 0 5.24-.572l.48-.468.012-.013a1.913 1.913 0 0 0 0-2.674l-.008-.008L13.15 9.31l-.002-.002a1.9 1.9 0 0 0-2.666 0l.526.535-.525-.536a.413.413 0 0 1-.574.002L6.685 6.086l-.004-.004a.39.39 0 0 1 0-.557l.009-.009a1.9 1.9 0 0 0 0-2.666l-.005-.004z", clipRule: "evenodd" }))); });
5
5
  CallSIcon.displayName = 'CallSIcon';
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import type { IconProps, IconSize } from '../types';
3
+ type ShoppingBagIconProps = IconProps & {
4
+ size?: IconSize;
5
+ };
6
+ export declare const ShoppingBagIcon: React.FC<ShoppingBagIconProps>;
7
+ export {};
@@ -0,0 +1,16 @@
1
+ import { __assign, __rest } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ import { ShoppingBagMIcon } from './ShoppingBagMIcon';
4
+ import { ShoppingBagSIcon } from './ShoppingBagSIcon';
5
+ export var ShoppingBagIcon = forwardRef(function (_a, ref) {
6
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
7
+ switch (size) {
8
+ case 's':
9
+ return React.createElement(ShoppingBagSIcon, __assign({}, otherProps, { ref: ref }));
10
+ case 'm':
11
+ return React.createElement(ShoppingBagMIcon, __assign({}, otherProps, { ref: ref }));
12
+ default:
13
+ return React.createElement(ShoppingBagMIcon, __assign({}, otherProps, { ref: ref }));
14
+ }
15
+ });
16
+ ShoppingBagIcon.displayName = 'ShoppingBagIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const ShoppingBagMIcon: React.FC<IconProps>;
@@ -0,0 +1,5 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var ShoppingBagMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "24", height: "24", fill: "none" }),
4
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M8.496 8.442V6.308c0-.944.37-1.849 1.026-2.516A3.48 3.48 0 0 1 12 2.75c.93 0 1.82.375 2.478 1.042a3.59 3.59 0 0 1 1.026 2.516v2.134M20.24 19.67a1.44 1.44 0 0 1-.35 1.11 1.4 1.4 0 0 1-1.051.47H5.16a1.38 1.38 0 0 1-1.05-.47 1.43 1.43 0 0 1-.351-1.11L4.992 8.442h14.016z" }))); });
5
+ ShoppingBagMIcon.displayName = 'ShoppingBagMIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const ShoppingBagSIcon: React.FC<IconProps>;
@@ -0,0 +1,9 @@
1
+ import { __assign } from "tslib";
2
+ import React, { forwardRef } from 'react';
3
+ export var ShoppingBagSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "16", height: "16", fill: "none" }),
4
+ React.createElement("g", { clipPath: "url(#ShoppingBagSIcon__a)" },
5
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M5.24 5.212V3.538c0-.74.29-1.448.808-1.971A2.75 2.75 0 0 1 8 .75c.732 0 1.434.294 1.952.817s.809 1.232.809 1.971v1.674m3.732 8.8a1.13 1.13 0 0 1-.276.87 1.1 1.1 0 0 1-.828.368H2.61a1.1 1.1 0 0 1-.828-.368 1.12 1.12 0 0 1-.276-.87l.972-8.8H13.52z" })),
6
+ React.createElement("defs", null,
7
+ React.createElement("clipPath", { id: "ShoppingBagSIcon__a" },
8
+ React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
9
+ ShoppingBagSIcon.displayName = 'ShoppingBagSIcon';
@@ -0,0 +1 @@
1
+ export { ShoppingBagIcon } from './ShoppingBagIcon';
@@ -0,0 +1 @@
1
+ export { ShoppingBagIcon } from './ShoppingBagIcon';
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
2
  import React, { forwardRef } from 'react';
3
3
  export var UserGroupMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "24", height: "24", fill: "none" }),
4
- React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M15 11a3.5 3.5 0 1 0 0-7m4 16h2a6 6 0 0 0-4-5.659M12.5 7.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0M3 20a6 6 0 0 1 12 0z" }))); });
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 0m9.5-3.5a.75.75 0 0 1 .75-.75 4.25 4.25 0 0 1 0 8.5.75.75 0 0 1 0-1.5 2.75 2.75 0 1 0 0-5.5.75.75 0 0 1-.75-.75M3.803 19.25h10.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-.75m14.043-5.908a.75.75 0 0 1 .957-.458A6.75 6.75 0 0 1 21.75 20a.75.75 0 0 1-.75.75h-2a.75.75 0 0 1 0-1.5h1.197a5.26 5.26 0 0 0-3.447-4.201.75.75 0 0 1-.457-.957", clipRule: "evenodd" }))); });
5
5
  UserGroupMIcon.displayName = 'UserGroupMIcon';
@@ -1,6 +1,5 @@
1
1
  import { __assign } from "tslib";
2
2
  import React, { forwardRef } from 'react';
3
3
  export var UserGroupSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "16", height: "16", fill: "none" }),
4
- React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M10.167 7.25c1.396 0 2.527-1.175 2.527-2.625S11.563 2 10.167 2m2.889 12H14.5c0-1.96-1.206-3.626-2.889-4.244" }),
5
- React.createElement("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", d: "M6 9.5A4.5 4.5 0 0 0 1.5 14h9A4.5 4.5 0 0 0 6 9.5ZM8.625 4.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z" }))); });
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6 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 0M9.417 2a.75.75 0 0 1 .75-.75c1.836 0 3.277 1.538 3.277 3.375S12.004 8 10.167 8a.75.75 0 1 1 0-1.5c.955 0 1.777-.813 1.777-1.875s-.822-1.875-1.777-1.875a.75.75 0 0 1-.75-.75M2.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 14m12.929-.75c-.254-1.31-1.158-2.361-2.326-2.79l.517-1.408c1.982.728 3.38 2.679 3.38 4.948a.75.75 0 0 1-.75.75h-1.444v-1.5z", clipRule: "evenodd" }))); });
6
5
  UserGroupSIcon.displayName = 'UserGroupSIcon';
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
2
  import React, { forwardRef } from 'react';
3
3
  export var UserStrokeMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "24", height: "24", fill: "none" }),
4
- React.createElement("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", d: "M15.5 7.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0ZM12 14a6 6 0 0 0-6 6h12a6 6 0 0 0-6-6Z" }))); });
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 4.75a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5M7.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 0M5.25 20a6.75 6.75 0 0 1 13.5 0 .75.75 0 0 1-.75.75H6a.75.75 0 0 1-.75-.75", clipRule: "evenodd" }))); });
5
5
  UserStrokeMIcon.displayName = 'UserStrokeMIcon';
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
2
  import React, { forwardRef } from 'react';
3
3
  export var UserStrokeSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "16", height: "16", fill: "none" }),
4
- React.createElement("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", d: "M8 9.5A4.5 4.5 0 0 0 3.5 14h9A4.5 4.5 0 0 0 8 9.5ZM10.625 4.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z" }))); });
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 2.75A1.875 1.875 0 1 0 8 6.5a1.875 1.875 0 0 0 0-3.75M4.625 4.625a3.375 3.375 0 1 1 6.75 0 3.375 3.375 0 0 1-6.75 0m-.3 8.625h7.35a3.751 3.751 0 0 0-7.35 0M2.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-.75", clipRule: "evenodd" }))); });
5
5
  UserStrokeSIcon.displayName = 'UserStrokeSIcon';
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
2
  import React, { forwardRef } from 'react';
3
3
  export var UserStrokePlusMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "24", height: "24", fill: "none" }),
4
- React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M18 4v2m0 0v2m0-2h-2m2 0h2m-7.5 1.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0M3 20a6 6 0 0 1 12 0z" }))); });
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 0M18 3.25a.75.75 0 0 1 .75.75v1.25H20a.75.75 0 0 1 0 1.5h-1.25V8a.75.75 0 0 1-1.5 0V6.75H16a.75.75 0 0 1 0-1.5h1.25V4a.75.75 0 0 1 .75-.75m-14.197 16h10.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-.75", clipRule: "evenodd" }))); });
5
5
  UserStrokePlusMIcon.displayName = 'UserStrokePlusMIcon';
@@ -1,6 +1,5 @@
1
1
  import { __assign } from "tslib";
2
2
  import React, { forwardRef } from 'react';
3
3
  export var UserStrokePlusSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref, width: "16", height: "16", fill: "none" }),
4
- React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M12.5 2v1.5m0 0V5m0-1.5H11m1.5 0H14" }),
5
- React.createElement("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: "1.5", d: "M6 9.5A4.5 4.5 0 0 0 1.5 14h9A4.5 4.5 0 0 0 6 9.5ZM8.625 4.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z" }))); });
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.5 1.25a.75.75 0 0 1 .75.75v.75H14a.75.75 0 0 1 0 1.5h-.75V5a.75.75 0 0 1-1.5 0v-.75H11a.75.75 0 0 1 0-1.5h.75V2a.75.75 0 0 1 .75-.75M2.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 0", clipRule: "evenodd" }))); });
6
5
  UserStrokePlusSIcon.displayName = 'UserStrokePlusSIcon';
@@ -282,6 +282,8 @@ export { StudyIcon } from './StudyIcon';
282
282
  export { WashingIcon } from './WashingIcon';
283
283
  export { BookPenIcon } from './BookPenIcon';
284
284
  export { KeyIcon } from './KeyIcon';
285
+ export { AtmIcon } from './AtmIcon';
286
+ export { ShoppingBagIcon } from './ShoppingBagIcon';
285
287
  export { MainIcon } from './MainIcon';
286
288
  export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
287
289
  export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';
@@ -282,6 +282,8 @@ export { StudyIcon } from './StudyIcon';
282
282
  export { WashingIcon } from './WashingIcon';
283
283
  export { BookPenIcon } from './BookPenIcon';
284
284
  export { KeyIcon } from './KeyIcon';
285
+ export { AtmIcon } from './AtmIcon';
286
+ export { ShoppingBagIcon } from './ShoppingBagIcon';
285
287
  export { MainIcon } from './MainIcon';
286
288
  export { ArrowSmallLeftIcon } from './ArrowSmallLeftIcon';
287
289
  export { ChevronSmallLeftIcon } from './ChevronSmallLeftIcon';
package/manifest.json CHANGED
@@ -1988,6 +1988,20 @@
1988
1988
  "colored": false,
1989
1989
  "deprecated": false
1990
1990
  },
1991
+ {
1992
+ "name": "atm_icon",
1993
+ "size": ["s", "m"],
1994
+ "componentName": "AtmIcon",
1995
+ "colored": false,
1996
+ "deprecated": false
1997
+ },
1998
+ {
1999
+ "name": "shopping_bag_icon",
2000
+ "size": ["s", "m"],
2001
+ "componentName": "ShoppingBagIcon",
2002
+ "colored": false,
2003
+ "deprecated": false
2004
+ },
1991
2005
  {
1992
2006
  "name": "main_icon",
1993
2007
  "size": ["s", "m"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ozen-ui/icons",
3
- "version": "0.42.0",
3
+ "version": "0.43.0",
4
4
  "description": "A collection of icons",
5
5
  "license": "MIT",
6
6
  "main": "dist/cjs/index.js",
@@ -21,7 +21,7 @@
21
21
  "*.svg"
22
22
  ],
23
23
  "dependencies": {
24
- "@ozen-ui/logger": "0.42.0"
24
+ "@ozen-ui/logger": "0.43.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "react": ">=17.0.2 <19.0.0"
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
2
+ <path
3
+ stroke="#000"
4
+ stroke-linecap="round"
5
+ stroke-linejoin="round"
6
+ stroke-width="1.5"
7
+ d="M8.496 8.442V6.308c0-.944.37-1.849 1.026-2.516A3.48 3.48 0 0 1 12 2.75c.93 0 1.82.375 2.478 1.042a3.59 3.59 0 0 1 1.026 2.516v2.134M20.24 19.67a1.44 1.44 0 0 1-.35 1.11 1.4 1.4 0 0 1-1.051.47H5.16a1.38 1.38 0 0 1-1.05-.47 1.43 1.43 0 0 1-.351-1.11L4.992 8.442h14.016z"
8
+ />
9
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
2
+ <g clip-path="url(#ShoppingBagSIcon__a)">
3
+ <path
4
+ stroke="#000"
5
+ stroke-linecap="round"
6
+ stroke-linejoin="round"
7
+ stroke-width="1.5"
8
+ d="M5.24 5.212V3.538c0-.74.29-1.448.808-1.971A2.75 2.75 0 0 1 8 .75c.732 0 1.434.294 1.952.817s.809 1.232.809 1.971v1.674m3.732 8.8a1.13 1.13 0 0 1-.276.87 1.1 1.1 0 0 1-.828.368H2.61a1.1 1.1 0 0 1-.828-.368 1.12 1.12 0 0 1-.276-.87l.972-8.8H13.52z"
9
+ />
10
+ </g>
11
+ <defs>
12
+ <clipPath id="ShoppingBagSIcon__a">
13
+ <path fill="currentColor" d="M0 0h16v16H0z" />
14
+ </clipPath>
15
+ </defs>
16
+ </svg>
@@ -1,9 +1,8 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
2
2
  <path
3
- stroke="#000"
4
- stroke-linecap="round"
5
- stroke-linejoin="round"
6
- stroke-width="1.5"
7
- d="M15 11a3.5 3.5 0 1 0 0-7m4 16h2a6 6 0 0 0-4-5.659M12.5 7.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0M3 20a6 6 0 0 1 12 0z"
3
+ fill="currentColor"
4
+ fill-rule="evenodd"
5
+ 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 0m9.5-3.5a.75.75 0 0 1 .75-.75 4.25 4.25 0 0 1 0 8.5.75.75 0 0 1 0-1.5 2.75 2.75 0 1 0 0-5.5.75.75 0 0 1-.75-.75M3.803 19.25h10.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-.75m14.043-5.908a.75.75 0 0 1 .957-.458A6.75 6.75 0 0 1 21.75 20a.75.75 0 0 1-.75.75h-2a.75.75 0 0 1 0-1.5h1.197a5.26 5.26 0 0 0-3.447-4.201.75.75 0 0 1-.457-.957"
6
+ clip-rule="evenodd"
8
7
  />
9
8
  </svg>
@@ -1,15 +1,8 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
2
2
  <path
3
- stroke="#000"
4
- stroke-linecap="round"
5
- stroke-linejoin="round"
6
- stroke-width="1.5"
7
- d="M10.167 7.25c1.396 0 2.527-1.175 2.527-2.625S11.563 2 10.167 2m2.889 12H14.5c0-1.96-1.206-3.626-2.889-4.244"
8
- />
9
- <path
10
- stroke="#000"
11
- stroke-linejoin="round"
12
- stroke-width="1.5"
13
- d="M6 9.5A4.5 4.5 0 0 0 1.5 14h9A4.5 4.5 0 0 0 6 9.5ZM8.625 4.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z"
3
+ fill="currentColor"
4
+ fill-rule="evenodd"
5
+ d="M6 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 0M9.417 2a.75.75 0 0 1 .75-.75c1.836 0 3.277 1.538 3.277 3.375S12.004 8 10.167 8a.75.75 0 1 1 0-1.5c.955 0 1.777-.813 1.777-1.875s-.822-1.875-1.777-1.875a.75.75 0 0 1-.75-.75M2.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 14m12.929-.75c-.254-1.31-1.158-2.361-2.326-2.79l.517-1.408c1.982.728 3.38 2.679 3.38 4.948a.75.75 0 0 1-.75.75h-1.444v-1.5z"
6
+ clip-rule="evenodd"
14
7
  />
15
8
  </svg>
@@ -1,8 +1,8 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
2
2
  <path
3
- stroke="#000"
4
- stroke-linejoin="round"
5
- stroke-width="1.5"
6
- d="M15.5 7.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0ZM12 14a6 6 0 0 0-6 6h12a6 6 0 0 0-6-6Z"
3
+ fill="currentColor"
4
+ fill-rule="evenodd"
5
+ d="M12 4.75a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5M7.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 0M5.25 20a6.75 6.75 0 0 1 13.5 0 .75.75 0 0 1-.75.75H6a.75.75 0 0 1-.75-.75"
6
+ clip-rule="evenodd"
7
7
  />
8
8
  </svg>
@@ -1,9 +1,8 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
2
2
  <path
3
- stroke="#000"
4
- stroke-linecap="round"
5
- stroke-linejoin="round"
6
- stroke-width="1.5"
7
- d="M18 4v2m0 0v2m0-2h-2m2 0h2m-7.5 1.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0M3 20a6 6 0 0 1 12 0z"
3
+ fill="currentColor"
4
+ fill-rule="evenodd"
5
+ 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 0M18 3.25a.75.75 0 0 1 .75.75v1.25H20a.75.75 0 0 1 0 1.5h-1.25V8a.75.75 0 0 1-1.5 0V6.75H16a.75.75 0 0 1 0-1.5h1.25V4a.75.75 0 0 1 .75-.75m-14.197 16h10.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-.75"
6
+ clip-rule="evenodd"
8
7
  />
9
8
  </svg>
@@ -1,15 +1,8 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
2
2
  <path
3
- stroke="#000"
4
- stroke-linecap="round"
5
- stroke-linejoin="round"
6
- stroke-width="1.5"
7
- d="M12.5 2v1.5m0 0V5m0-1.5H11m1.5 0H14"
8
- />
9
- <path
10
- stroke="#000"
11
- stroke-linejoin="round"
12
- stroke-width="1.5"
13
- d="M6 9.5A4.5 4.5 0 0 0 1.5 14h9A4.5 4.5 0 0 0 6 9.5ZM8.625 4.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z"
3
+ fill="currentColor"
4
+ fill-rule="evenodd"
5
+ d="M12.5 1.25a.75.75 0 0 1 .75.75v.75H14a.75.75 0 0 1 0 1.5h-.75V5a.75.75 0 0 1-1.5 0v-.75H11a.75.75 0 0 1 0-1.5h.75V2a.75.75 0 0 1 .75-.75M2.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 0"
6
+ clip-rule="evenodd"
14
7
  />
15
8
  </svg>
@@ -1,8 +1,8 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
2
2
  <path
3
- stroke="#000"
4
- stroke-linejoin="round"
5
- stroke-width="1.5"
6
- d="M8 9.5A4.5 4.5 0 0 0 3.5 14h9A4.5 4.5 0 0 0 8 9.5ZM10.625 4.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z"
3
+ fill="currentColor"
4
+ fill-rule="evenodd"
5
+ d="M8 2.75A1.875 1.875 0 1 0 8 6.5a1.875 1.875 0 0 0 0-3.75M4.625 4.625a3.375 3.375 0 1 1 6.75 0 3.375 3.375 0 0 1-6.75 0m-.3 8.625h7.35a3.751 3.751 0 0 0-7.35 0M2.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-.75"
6
+ clip-rule="evenodd"
7
7
  />
8
8
  </svg>