@ozen-ui/icons 0.11.0 → 0.12.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 (178) hide show
  1. package/alert_off_m_icon.svg +12 -0
  2. package/alert_off_s_icon.svg +15 -0
  3. package/alert_on_m_icon.svg +8 -0
  4. package/bank_m_icon.svg +8 -0
  5. package/bank_s_icon.svg +13 -0
  6. package/call_in_m_icon.svg +6 -0
  7. package/cart_2_filled_m_icon.svg +15 -0
  8. package/cart_2_filled_s_icon.svg +15 -0
  9. package/cart_2_outline_m_icon.svg +13 -0
  10. package/cart_2_outline_s_icon.svg +14 -0
  11. package/dist/cjs/AlertOffIcon/AlertOffIcon.d.ts +7 -0
  12. package/dist/cjs/AlertOffIcon/AlertOffIcon.js +63 -0
  13. package/dist/cjs/AlertOffIcon/AlertOffMIcon.d.ts +3 -0
  14. package/dist/cjs/AlertOffIcon/AlertOffMIcon.js +42 -0
  15. package/dist/cjs/AlertOffIcon/AlertOffSIcon.d.ts +3 -0
  16. package/dist/cjs/AlertOffIcon/AlertOffSIcon.js +46 -0
  17. package/dist/cjs/AlertOffIcon/index.d.ts +1 -0
  18. package/dist/cjs/AlertOffIcon/index.js +5 -0
  19. package/dist/cjs/AlertOnIcon/AlertOnIcon.d.ts +7 -0
  20. package/dist/cjs/AlertOnIcon/AlertOnIcon.js +63 -0
  21. package/dist/cjs/AlertOnIcon/AlertOnMIcon.d.ts +3 -0
  22. package/dist/cjs/AlertOnIcon/AlertOnMIcon.js +41 -0
  23. package/dist/cjs/AlertOnIcon/AlertOnSIcon.d.ts +3 -0
  24. package/dist/cjs/AlertOnIcon/AlertOnSIcon.js +41 -0
  25. package/dist/cjs/AlertOnIcon/index.d.ts +1 -0
  26. package/dist/cjs/AlertOnIcon/index.js +5 -0
  27. package/dist/cjs/BankIcon/BankIcon.d.ts +7 -0
  28. package/dist/cjs/BankIcon/BankIcon.js +63 -0
  29. package/dist/cjs/BankIcon/BankMIcon.d.ts +3 -0
  30. package/dist/cjs/BankIcon/BankMIcon.js +41 -0
  31. package/dist/cjs/BankIcon/BankSIcon.d.ts +3 -0
  32. package/dist/cjs/BankIcon/BankSIcon.js +45 -0
  33. package/dist/cjs/BankIcon/index.d.ts +1 -0
  34. package/dist/cjs/BankIcon/index.js +5 -0
  35. package/dist/cjs/CallInIcon/CallInMIcon.js +2 -1
  36. package/dist/cjs/Cart2FilledIcon/Cart2FilledIcon.d.ts +7 -0
  37. package/dist/cjs/Cart2FilledIcon/Cart2FilledIcon.js +63 -0
  38. package/dist/cjs/Cart2FilledIcon/Cart2FilledMIcon.d.ts +3 -0
  39. package/dist/cjs/Cart2FilledIcon/Cart2FilledMIcon.js +45 -0
  40. package/dist/cjs/Cart2FilledIcon/Cart2FilledSIcon.d.ts +3 -0
  41. package/dist/cjs/Cart2FilledIcon/Cart2FilledSIcon.js +45 -0
  42. package/dist/cjs/Cart2FilledIcon/index.d.ts +1 -0
  43. package/dist/cjs/Cart2FilledIcon/index.js +5 -0
  44. package/dist/cjs/Cart2OutlineIcon/Cart2OutlineIcon.d.ts +7 -0
  45. package/dist/cjs/Cart2OutlineIcon/Cart2OutlineIcon.js +63 -0
  46. package/dist/cjs/Cart2OutlineIcon/Cart2OutlineMIcon.d.ts +3 -0
  47. package/dist/cjs/Cart2OutlineIcon/Cart2OutlineMIcon.js +45 -0
  48. package/dist/cjs/Cart2OutlineIcon/Cart2OutlineSIcon.d.ts +3 -0
  49. package/dist/cjs/Cart2OutlineIcon/Cart2OutlineSIcon.js +45 -0
  50. package/dist/cjs/Cart2OutlineIcon/index.d.ts +1 -0
  51. package/dist/cjs/Cart2OutlineIcon/index.js +5 -0
  52. package/dist/cjs/FlashIcon/FlashIcon.d.ts +7 -0
  53. package/dist/cjs/FlashIcon/FlashIcon.js +63 -0
  54. package/dist/cjs/FlashIcon/FlashMIcon.d.ts +3 -0
  55. package/dist/cjs/FlashIcon/FlashMIcon.js +41 -0
  56. package/dist/cjs/FlashIcon/FlashSIcon.d.ts +3 -0
  57. package/dist/cjs/FlashIcon/FlashSIcon.js +41 -0
  58. package/dist/cjs/FlashIcon/index.d.ts +1 -0
  59. package/dist/cjs/FlashIcon/index.js +5 -0
  60. package/dist/cjs/GridIcon/GridIcon.d.ts +7 -0
  61. package/dist/cjs/GridIcon/GridIcon.js +63 -0
  62. package/dist/cjs/GridIcon/GridMIcon.d.ts +3 -0
  63. package/dist/cjs/GridIcon/GridMIcon.js +41 -0
  64. package/dist/cjs/GridIcon/GridSIcon.d.ts +3 -0
  65. package/dist/cjs/GridIcon/GridSIcon.js +45 -0
  66. package/dist/cjs/GridIcon/index.d.ts +1 -0
  67. package/dist/cjs/GridIcon/index.js +5 -0
  68. package/dist/cjs/SoundOffIcon/SoundOffMIcon.js +2 -1
  69. package/dist/cjs/SoundOnIcon/SoundOnMIcon.js +2 -1
  70. package/dist/cjs/Suitcase1Icon/Suitcase1Icon.d.ts +7 -0
  71. package/dist/cjs/Suitcase1Icon/Suitcase1Icon.js +63 -0
  72. package/dist/cjs/Suitcase1Icon/Suitcase1MIcon.d.ts +3 -0
  73. package/dist/cjs/Suitcase1Icon/Suitcase1MIcon.js +42 -0
  74. package/dist/cjs/Suitcase1Icon/Suitcase1SIcon.d.ts +3 -0
  75. package/dist/cjs/Suitcase1Icon/Suitcase1SIcon.js +46 -0
  76. package/dist/cjs/Suitcase1Icon/index.d.ts +1 -0
  77. package/dist/cjs/Suitcase1Icon/index.js +5 -0
  78. package/dist/cjs/Suitcase2Icon/Suitcase2Icon.d.ts +7 -0
  79. package/dist/cjs/Suitcase2Icon/Suitcase2Icon.js +63 -0
  80. package/dist/cjs/Suitcase2Icon/Suitcase2MIcon.d.ts +3 -0
  81. package/dist/cjs/Suitcase2Icon/Suitcase2MIcon.js +41 -0
  82. package/dist/cjs/Suitcase2Icon/Suitcase2SIcon.d.ts +3 -0
  83. package/dist/cjs/Suitcase2Icon/Suitcase2SIcon.js +45 -0
  84. package/dist/cjs/Suitcase2Icon/index.d.ts +1 -0
  85. package/dist/cjs/Suitcase2Icon/index.js +5 -0
  86. package/dist/cjs/index.d.ts +9 -1
  87. package/dist/cjs/index.js +21 -4
  88. package/dist/esm/AlertOffIcon/AlertOffIcon.d.ts +7 -0
  89. package/dist/esm/AlertOffIcon/AlertOffIcon.js +37 -0
  90. package/dist/esm/AlertOffIcon/AlertOffMIcon.d.ts +3 -0
  91. package/dist/esm/AlertOffIcon/AlertOffMIcon.js +16 -0
  92. package/dist/esm/AlertOffIcon/AlertOffSIcon.d.ts +3 -0
  93. package/dist/esm/AlertOffIcon/AlertOffSIcon.js +20 -0
  94. package/dist/esm/AlertOffIcon/index.d.ts +1 -0
  95. package/dist/esm/AlertOffIcon/index.js +1 -0
  96. package/dist/esm/AlertOnIcon/AlertOnIcon.d.ts +7 -0
  97. package/dist/esm/AlertOnIcon/AlertOnIcon.js +37 -0
  98. package/dist/esm/AlertOnIcon/AlertOnMIcon.d.ts +3 -0
  99. package/dist/esm/AlertOnIcon/AlertOnMIcon.js +15 -0
  100. package/dist/esm/AlertOnIcon/AlertOnSIcon.d.ts +3 -0
  101. package/dist/esm/AlertOnIcon/AlertOnSIcon.js +15 -0
  102. package/dist/esm/AlertOnIcon/index.d.ts +1 -0
  103. package/dist/esm/AlertOnIcon/index.js +1 -0
  104. package/dist/esm/BankIcon/BankIcon.d.ts +7 -0
  105. package/dist/esm/BankIcon/BankIcon.js +37 -0
  106. package/dist/esm/BankIcon/BankMIcon.d.ts +3 -0
  107. package/dist/esm/BankIcon/BankMIcon.js +15 -0
  108. package/dist/esm/BankIcon/BankSIcon.d.ts +3 -0
  109. package/dist/esm/BankIcon/BankSIcon.js +19 -0
  110. package/dist/esm/BankIcon/index.d.ts +1 -0
  111. package/dist/esm/BankIcon/index.js +1 -0
  112. package/dist/esm/CallInIcon/CallInMIcon.js +2 -1
  113. package/dist/esm/Cart2FilledIcon/Cart2FilledIcon.d.ts +7 -0
  114. package/dist/esm/Cart2FilledIcon/Cart2FilledIcon.js +37 -0
  115. package/dist/esm/Cart2FilledIcon/Cart2FilledMIcon.d.ts +3 -0
  116. package/dist/esm/Cart2FilledIcon/Cart2FilledMIcon.js +19 -0
  117. package/dist/esm/Cart2FilledIcon/Cart2FilledSIcon.d.ts +3 -0
  118. package/dist/esm/Cart2FilledIcon/Cart2FilledSIcon.js +19 -0
  119. package/dist/esm/Cart2FilledIcon/index.d.ts +1 -0
  120. package/dist/esm/Cart2FilledIcon/index.js +1 -0
  121. package/dist/esm/Cart2OutlineIcon/Cart2OutlineIcon.d.ts +7 -0
  122. package/dist/esm/Cart2OutlineIcon/Cart2OutlineIcon.js +37 -0
  123. package/dist/esm/Cart2OutlineIcon/Cart2OutlineMIcon.d.ts +3 -0
  124. package/dist/esm/Cart2OutlineIcon/Cart2OutlineMIcon.js +19 -0
  125. package/dist/esm/Cart2OutlineIcon/Cart2OutlineSIcon.d.ts +3 -0
  126. package/dist/esm/Cart2OutlineIcon/Cart2OutlineSIcon.js +19 -0
  127. package/dist/esm/Cart2OutlineIcon/index.d.ts +1 -0
  128. package/dist/esm/Cart2OutlineIcon/index.js +1 -0
  129. package/dist/esm/FlashIcon/FlashIcon.d.ts +7 -0
  130. package/dist/esm/FlashIcon/FlashIcon.js +37 -0
  131. package/dist/esm/FlashIcon/FlashMIcon.d.ts +3 -0
  132. package/dist/esm/FlashIcon/FlashMIcon.js +15 -0
  133. package/dist/esm/FlashIcon/FlashSIcon.d.ts +3 -0
  134. package/dist/esm/FlashIcon/FlashSIcon.js +15 -0
  135. package/dist/esm/FlashIcon/index.d.ts +1 -0
  136. package/dist/esm/FlashIcon/index.js +1 -0
  137. package/dist/esm/GridIcon/GridIcon.d.ts +7 -0
  138. package/dist/esm/GridIcon/GridIcon.js +37 -0
  139. package/dist/esm/GridIcon/GridMIcon.d.ts +3 -0
  140. package/dist/esm/GridIcon/GridMIcon.js +15 -0
  141. package/dist/esm/GridIcon/GridSIcon.d.ts +3 -0
  142. package/dist/esm/GridIcon/GridSIcon.js +19 -0
  143. package/dist/esm/GridIcon/index.d.ts +1 -0
  144. package/dist/esm/GridIcon/index.js +1 -0
  145. package/dist/esm/SoundOffIcon/SoundOffMIcon.js +2 -1
  146. package/dist/esm/SoundOnIcon/SoundOnMIcon.js +2 -1
  147. package/dist/esm/Suitcase1Icon/Suitcase1Icon.d.ts +7 -0
  148. package/dist/esm/Suitcase1Icon/Suitcase1Icon.js +37 -0
  149. package/dist/esm/Suitcase1Icon/Suitcase1MIcon.d.ts +3 -0
  150. package/dist/esm/Suitcase1Icon/Suitcase1MIcon.js +16 -0
  151. package/dist/esm/Suitcase1Icon/Suitcase1SIcon.d.ts +3 -0
  152. package/dist/esm/Suitcase1Icon/Suitcase1SIcon.js +20 -0
  153. package/dist/esm/Suitcase1Icon/index.d.ts +1 -0
  154. package/dist/esm/Suitcase1Icon/index.js +1 -0
  155. package/dist/esm/Suitcase2Icon/Suitcase2Icon.d.ts +7 -0
  156. package/dist/esm/Suitcase2Icon/Suitcase2Icon.js +37 -0
  157. package/dist/esm/Suitcase2Icon/Suitcase2MIcon.d.ts +3 -0
  158. package/dist/esm/Suitcase2Icon/Suitcase2MIcon.js +15 -0
  159. package/dist/esm/Suitcase2Icon/Suitcase2SIcon.d.ts +3 -0
  160. package/dist/esm/Suitcase2Icon/Suitcase2SIcon.js +19 -0
  161. package/dist/esm/Suitcase2Icon/index.d.ts +1 -0
  162. package/dist/esm/Suitcase2Icon/index.js +1 -0
  163. package/dist/esm/index.d.ts +9 -1
  164. package/dist/esm/index.js +9 -1
  165. package/flash_m_icon.svg +8 -0
  166. package/flash_s_icon.svg +8 -0
  167. package/grid_m_icon.svg +8 -0
  168. package/grid_s_icon.svg +15 -0
  169. package/manifest.json +50 -2
  170. package/package.json +1 -1
  171. package/sound_off_m_icon.svg +5 -1
  172. package/sound_on_m_icon.svg +5 -1
  173. package/suitcase_1_m_icon.svg +14 -0
  174. package/suitcase_1_s_icon.svg +18 -0
  175. package/suitcase_2_m_icon.svg +8 -0
  176. package/suitcase_2_s_icon.svg +13 -0
  177. package/alert_m_icon.svg +0 -8
  178. /package/{alert_s_icon.svg → alert_on_s_icon.svg} +0 -0
@@ -0,0 +1,37 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import React, { forwardRef } from 'react';
24
+ import { FlashMIcon } from './FlashMIcon';
25
+ import { FlashSIcon } from './FlashSIcon';
26
+ export var FlashIcon = forwardRef(function (_a, ref) {
27
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
28
+ switch (size) {
29
+ case 's':
30
+ return React.createElement(FlashSIcon, __assign({}, otherProps, { ref: ref }));
31
+ case 'm':
32
+ return React.createElement(FlashMIcon, __assign({}, otherProps, { ref: ref }));
33
+ default:
34
+ return React.createElement(FlashMIcon, __assign({}, otherProps, { ref: ref }));
35
+ }
36
+ });
37
+ FlashIcon.displayName = 'FlashIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const FlashMIcon: React.FC<IconProps>;
@@ -0,0 +1,15 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import React, { forwardRef } from 'react';
13
+ export var FlashMIcon = 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" }),
14
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.008.286c.31.1.52.389.52.714v7.712H20a.75.75 0 0 1 .608 1.189L10.83 23.439A.75.75 0 0 1 9.472 23v-7.711H4a.75.75 0 0 1-.608-1.19L13.17.561a.75.75 0 0 1 .838-.275ZM5.467 13.788h4.755a.75.75 0 0 1 .75.75v6.143l7.561-10.47h-4.755a.75.75 0 0 1-.75-.75V3.32L5.467 13.79Z", clipRule: "evenodd" }))); });
15
+ FlashMIcon.displayName = 'FlashMIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const FlashSIcon: React.FC<IconProps>;
@@ -0,0 +1,15 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import React, { forwardRef } from 'react';
13
+ export var FlashSIcon = 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" }),
14
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.339.285A.75.75 0 0 1 9.86 1v4.635H13a.75.75 0 0 1 .612 1.184L7.5 15.434A.75.75 0 0 1 6.139 15v-4.635H3a.75.75 0 0 1-.612-1.183L8.5.566a.75.75 0 0 1 .84-.28Zm-4.887 8.58h2.437a.75.75 0 0 1 .75.75v3.031l3.91-5.511H9.11a.75.75 0 0 1-.75-.75V3.354l-3.91 5.511Z", clipRule: "evenodd" }))); });
15
+ FlashSIcon.displayName = 'FlashSIcon';
@@ -0,0 +1 @@
1
+ export { FlashIcon } from './FlashIcon';
@@ -0,0 +1 @@
1
+ export { FlashIcon } from './FlashIcon';
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import type { IconProps, IconSize } from '../types';
3
+ type GridIconProps = IconProps & {
4
+ size?: IconSize;
5
+ };
6
+ export declare const GridIcon: React.FC<GridIconProps>;
7
+ export {};
@@ -0,0 +1,37 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import React, { forwardRef } from 'react';
24
+ import { GridMIcon } from './GridMIcon';
25
+ import { GridSIcon } from './GridSIcon';
26
+ export var GridIcon = forwardRef(function (_a, ref) {
27
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
28
+ switch (size) {
29
+ case 's':
30
+ return React.createElement(GridSIcon, __assign({}, otherProps, { ref: ref }));
31
+ case 'm':
32
+ return React.createElement(GridMIcon, __assign({}, otherProps, { ref: ref }));
33
+ default:
34
+ return React.createElement(GridMIcon, __assign({}, otherProps, { ref: ref }));
35
+ }
36
+ });
37
+ GridIcon.displayName = 'GridIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const GridMIcon: React.FC<IconProps>;
@@ -0,0 +1,15 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import React, { forwardRef } from 'react';
13
+ export var GridMIcon = 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" }),
14
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.875 2.875c.4-.4.943-.625 1.51-.625H9.23a2.135 2.135 0 0 1 2.134 2.135V9.23a2.135 2.135 0 0 1-2.134 2.134H4.385A2.135 2.135 0 0 1 2.25 9.231V4.385c0-.567.225-1.11.625-1.51Zm1.51.875a.635.635 0 0 0-.635.635V9.23a.635.635 0 0 0 .635.634H9.23a.635.635 0 0 0 .634-.634V4.385a.635.635 0 0 0-.634-.635H4.385Zm-1.51 9.51c.4-.4.943-.625 1.51-.625H9.23a2.135 2.135 0 0 1 2.134 2.134v4.846a2.135 2.135 0 0 1-2.134 2.135H4.385a2.135 2.135 0 0 1-2.135-2.135V14.77c0-.566.225-1.109.625-1.51Zm1.51.875a.635.635 0 0 0-.635.634v4.846a.634.634 0 0 0 .635.635H9.23a.635.635 0 0 0 .634-.635V14.77a.635.635 0 0 0-.634-.634H4.385Zm8.875-.875c.4-.4.943-.625 1.51-.625h4.846a2.135 2.135 0 0 1 2.134 2.134v4.846a2.135 2.135 0 0 1-2.134 2.135h-4.847a2.135 2.135 0 0 1-2.134-2.135V14.77c0-.566.225-1.109.625-1.51Zm1.51.875a.635.635 0 0 0-.635.634v4.846a.634.634 0 0 0 .634.635h4.847a.635.635 0 0 0 .634-.635V14.77a.635.635 0 0 0-.634-.634h-4.847ZM14.77 2.25a2.135 2.135 0 0 0-2.135 2.135V9.23a2.135 2.135 0 0 0 2.134 2.134h4.847a2.135 2.135 0 0 0 2.134-2.134V4.385a2.135 2.135 0 0 0-2.134-2.135h-4.847Zm0 1.5a.634.634 0 0 0-.635.635V9.23a.635.635 0 0 0 .634.634h4.847a.634.634 0 0 0 .634-.634V4.385a.634.634 0 0 0-.634-.635h-4.847Z", clipRule: "evenodd" }))); });
15
+ GridMIcon.displayName = 'GridMIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const GridSIcon: React.FC<IconProps>;
@@ -0,0 +1,19 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import React, { forwardRef } from 'react';
13
+ export var GridSIcon = 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" }),
14
+ React.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#a)", clipRule: "evenodd" },
15
+ React.createElement("path", { d: "M.785.785A1.827 1.827 0 0 1 2.077.25h3.77a1.827 1.827 0 0 1 1.826 1.827v3.77a1.827 1.827 0 0 1-1.827 1.826h-3.77A1.827 1.827 0 0 1 .25 5.846v-3.77c0-.484.192-.948.535-1.29Zm1.292.965a.327.327 0 0 0-.327.327v3.77a.327.327 0 0 0 .327.326h3.77a.327.327 0 0 0 .326-.327v-3.77a.327.327 0 0 0-.327-.326h-3.77ZM.785 8.862a1.827 1.827 0 0 1 1.292-.535h3.77a1.827 1.827 0 0 1 1.826 1.827v3.77a1.827 1.827 0 0 1-1.827 1.826H2.077A1.827 1.827 0 0 1 .25 13.923v-3.77c0-.484.193-.948.535-1.291Zm1.292.965a.327.327 0 0 0-.327.327v3.77a.327.327 0 0 0 .327.326h3.77a.327.327 0 0 0 .326-.327v-3.77a.327.327 0 0 0-.327-.326H2.077Zm6.785-.965a1.827 1.827 0 0 1 1.292-.535h3.77a1.827 1.827 0 0 1 1.826 1.827v3.77a1.827 1.827 0 0 1-1.827 1.826h-3.769a1.827 1.827 0 0 1-1.827-1.827v-3.77c0-.484.193-.948.535-1.291Zm1.292.965a.327.327 0 0 0-.327.327v3.77a.327.327 0 0 0 .327.326h3.77a.327.327 0 0 0 .326-.327v-3.77a.327.327 0 0 0-.327-.326h-3.769ZM10.154.25a1.827 1.827 0 0 0-1.827 1.827v3.77a1.827 1.827 0 0 0 1.827 1.826h3.77a1.827 1.827 0 0 0 1.826-1.827v-3.77A1.827 1.827 0 0 0 13.923.25h-3.769Zm0 1.5a.327.327 0 0 0-.327.327v3.77a.327.327 0 0 0 .327.326h3.77a.327.327 0 0 0 .326-.327v-3.77a.327.327 0 0 0-.327-.326h-3.769Z" })),
16
+ React.createElement("defs", null,
17
+ React.createElement("clipPath", { id: "a" },
18
+ React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
19
+ GridSIcon.displayName = 'GridSIcon';
@@ -0,0 +1 @@
1
+ export { GridIcon } from './GridIcon';
@@ -0,0 +1 @@
1
+ export { GridIcon } from './GridIcon';
@@ -11,5 +11,6 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import React, { forwardRef } from 'react';
13
13
  export var SoundOffMIcon = 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" }),
14
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.394 2.394a.857.857 0 0 1 1.212 0l5.722 5.721 4.949-3.476.001-.002a2.178 2.178 0 0 1 3.425 1.836V16.49l3.903 3.903a.857.857 0 1 1-1.212 1.212L8.634 9.846a.882.882 0 0 1-.017-.016L2.394 3.606a.857.857 0 0 1 0-1.212Zm8.164 6.952 5.431 5.43v-8.34a.463.463 0 0 0-.728-.394l-4.703 3.304Zm-3.843-.289c.349.321.37.863.05 1.211a.51.51 0 0 0-.139.347v2.77c0 .28.247.527.528.527H9.23c.18 0 .354.056.5.161l5.407 3.886c.088.06.194.09.3.083a.857.857 0 1 1 .097 1.712c-.49.028-.977-.11-1.38-.39l-.01-.008-5.19-3.73H7.154a2.255 2.255 0 0 1-2.242-2.241v-2.77c0-.581.228-1.112.592-1.508a.857.857 0 0 1 1.211-.05Z", clipRule: "evenodd" }))); });
14
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.251 2.251a.857.857 0 0 1 1.212 0l5.722 5.721 4.949-3.476.002-.001A2.178 2.178 0 0 1 16.56 6.33v10.018l3.902 3.903a.857.857 0 1 1-1.212 1.212L7.491 9.703a.851.851 0 0 1-.017-.016L1.251 3.463a.857.857 0 0 1 0-1.212Zm8.164 6.952 5.431 5.431v-8.34a.464.464 0 0 0-.728-.395L9.415 9.203Zm-3.842-.289c.348.321.37.863.05 1.212a.495.495 0 0 0-.123.347v2.769c0 .281.23.527.51.527h2.078c.18 0 .354.057.5.161l5.407 3.886c.088.06.194.09.3.084a.857.857 0 1 1 .097 1.711c-.49.028-.976-.11-1.38-.39l-.01-.008-5.19-3.73H6.01c-1.228 0-2.261-1.013-2.261-2.241v-2.77c0-.581.235-1.112.6-1.508a.871.871 0 0 1 1.223-.05Z", clipRule: "evenodd" }),
15
+ React.createElement("path", { fill: "currentColor", d: "M19.32 9.2a.898.898 0 0 1 1.247.114c.637.754.967 1.71.93 2.686a3.93 3.93 0 0 1-.93 2.685.898.898 0 0 1-1.246.116.855.855 0 0 1-.118-1.221c.364-.431.55-.98.524-1.539a.875.875 0 0 1 0-.082 2.213 2.213 0 0 0-.523-1.538.856.856 0 0 1 .116-1.221Z" }))); });
15
16
  SoundOffMIcon.displayName = 'SoundOffMIcon';
@@ -11,5 +11,6 @@ var __assign = (this && this.__assign) || function () {
11
11
  };
12
12
  import React, { forwardRef } from 'react';
13
13
  export var SoundOnMIcon = 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" }),
14
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.64 4.149a2.197 2.197 0 0 1 2.323 2.244V17.637c-.038 1.79-2.113 2.84-3.578 1.824l-.012-.008-5.268-3.786H4.274a2.275 2.275 0 0 1-2.262-2.262v-2.81a2.275 2.275 0 0 1 2.262-2.261H6.11l5.397-3.792.001-.001c.334-.233.726-.37 1.133-.392Zm.356 1.768a.483.483 0 0 0-.506.03L6.873 9.891a.857.857 0 0 1-.492.156H4.274a.561.561 0 0 0-.548.547v2.81c0 .292.255.547.548.547H6.38c.18 0 .354.057.5.162l5.485 3.941c.16.108.368.119.566.018.197-.1.31-.273.317-.466V6.356a.483.483 0 0 0-.253-.439Zm6.278.434a.857.857 0 0 1 1.177.289 10.577 10.577 0 0 1 1.529 5.35v.02a10.577 10.577 0 0 1-1.529 5.35.857.857 0 1 1-1.466-.887A8.862 8.862 0 0 0 20.265 12a8.862 8.862 0 0 0-1.28-4.472.857.857 0 0 1 .289-1.177Zm-2.905 2.882a.857.857 0 0 1 1.207.113 3.93 3.93 0 0 1 .9 2.654 3.933 3.933 0 0 1-.9 2.653.857.857 0 1 1-1.32-1.092c.352-.426.532-.968.506-1.52a.854.854 0 0 1 0-.082 2.215 2.215 0 0 0-.506-1.519.857.857 0 0 1 .113-1.207Z", clipRule: "evenodd" }))); });
14
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.38 4.004a2.197 2.197 0 0 1 2.322 2.244V17.492c-.04 1.79-2.113 2.84-3.58 1.824l-.011-.008-5.268-3.786H6.012A2.275 2.275 0 0 1 3.75 13.26v-2.81A2.275 2.275 0 0 1 6.012 8.19h1.836l5.397-3.792h.002c.334-.234.726-.37 1.132-.393Zm.355 1.768a.483.483 0 0 0-.506.029L8.612 9.747a.857.857 0 0 1-.493.156H6.012a.561.561 0 0 0-.548.548v2.809c0 .292.256.547.548.547h2.107c.18 0 .354.057.5.162l5.485 3.941c.16.108.368.119.566.018.197-.1.31-.273.318-.466V6.211a.482.482 0 0 0-.253-.439Z", clipRule: "evenodd" }),
15
+ React.createElement("path", { fill: "currentColor", d: "M19.32 9.2a.898.898 0 0 1 1.247.114c.637.754.967 1.71.93 2.686a3.93 3.93 0 0 1-.93 2.685.898.898 0 0 1-1.246.116.855.855 0 0 1-.118-1.221c.364-.431.55-.98.524-1.539a.875.875 0 0 1 0-.082 2.213 2.213 0 0 0-.523-1.538.856.856 0 0 1 .116-1.221Z" }))); });
15
16
  SoundOnMIcon.displayName = 'SoundOnMIcon';
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import type { IconProps, IconSize } from '../types';
3
+ type Suitcase1IconProps = IconProps & {
4
+ size?: IconSize;
5
+ };
6
+ export declare const Suitcase1Icon: React.FC<Suitcase1IconProps>;
7
+ export {};
@@ -0,0 +1,37 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import React, { forwardRef } from 'react';
24
+ import { Suitcase1MIcon } from './Suitcase1MIcon';
25
+ import { Suitcase1SIcon } from './Suitcase1SIcon';
26
+ export var Suitcase1Icon = forwardRef(function (_a, ref) {
27
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
28
+ switch (size) {
29
+ case 's':
30
+ return React.createElement(Suitcase1SIcon, __assign({}, otherProps, { ref: ref }));
31
+ case 'm':
32
+ return React.createElement(Suitcase1MIcon, __assign({}, otherProps, { ref: ref }));
33
+ default:
34
+ return React.createElement(Suitcase1MIcon, __assign({}, otherProps, { ref: ref }));
35
+ }
36
+ });
37
+ Suitcase1Icon.displayName = 'Suitcase1Icon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const Suitcase1MIcon: React.FC<IconProps>;
@@ -0,0 +1,16 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import React, { forwardRef } from 'react';
13
+ export var Suitcase1MIcon = 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" }),
14
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.721 2.875c.4-.4.944-.625 1.51-.625h5.538a2.135 2.135 0 0 1 2.135 2.135v2.019h2.711a2.134 2.134 0 0 1 2.135 2.134v11.077a2.134 2.134 0 0 1-2.135 2.135H4.385a2.135 2.135 0 0 1-2.135-2.135V8.538a2.135 2.135 0 0 1 2.135-2.134h2.711v-2.02c0-.566.225-1.109.625-1.509Zm.875 3.529h6.808v-2.02a.635.635 0 0 0-.635-.634H9.231a.635.635 0 0 0-.635.635v2.019Zm-4.211 1.5a.635.635 0 0 0-.635.634v11.077a.634.634 0 0 0 .635.635h15.23a.634.634 0 0 0 .635-.635V8.538a.635.635 0 0 0-.635-.634H4.385Z", clipRule: "evenodd" }),
15
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.6 12.55a.75.75 0 0 1-.15 1.05l-2.667 2a.75.75 0 0 1-.9 0l-2.216-1.662L8.45 15.6a.75.75 0 1 1-.9-1.2l2.667-2a.75.75 0 0 1 .9 0l2.216 1.662L15.55 12.4a.75.75 0 0 1 1.05.15Z", clipRule: "evenodd" }))); });
16
+ Suitcase1MIcon.displayName = 'Suitcase1MIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const Suitcase1SIcon: React.FC<IconProps>;
@@ -0,0 +1,20 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import React, { forwardRef } from 'react';
13
+ export var Suitcase1SIcon = 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" }),
14
+ React.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipPath: "url(#a)", clipRule: "evenodd" },
15
+ React.createElement("path", { d: "M4.554.785A1.827 1.827 0 0 1 5.846.25h4.308a1.827 1.827 0 0 1 1.827 1.827V3.48h1.942a1.827 1.827 0 0 1 1.827 1.827v8.615a1.827 1.827 0 0 1-1.827 1.827H2.077A1.827 1.827 0 0 1 .25 13.923V5.308A1.827 1.827 0 0 1 2.077 3.48h1.942V2.077c0-.485.193-.95.535-1.292Zm.965 2.696h4.962V2.077a.327.327 0 0 0-.327-.327H5.846a.327.327 0 0 0-.327.327V3.48Zm-3.442 1.5a.327.327 0 0 0-.327.327v8.615a.327.327 0 0 0 .327.327h11.846a.327.327 0 0 0 .327-.327V5.308a.327.327 0 0 0-.327-.327H2.077Z" }),
16
+ React.createElement("path", { d: "M12.6 8.55a.75.75 0 0 1-.15 1.05l-2.667 2a.75.75 0 0 1-.9 0L6.667 9.938 4.45 11.6a.75.75 0 1 1-.9-1.2l2.667-2a.75.75 0 0 1 .9 0l2.216 1.662L11.55 8.4a.75.75 0 0 1 1.05.15Z" })),
17
+ React.createElement("defs", null,
18
+ React.createElement("clipPath", { id: "a" },
19
+ React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
20
+ Suitcase1SIcon.displayName = 'Suitcase1SIcon';
@@ -0,0 +1 @@
1
+ export { Suitcase1Icon } from './Suitcase1Icon';
@@ -0,0 +1 @@
1
+ export { Suitcase1Icon } from './Suitcase1Icon';
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import type { IconProps, IconSize } from '../types';
3
+ type Suitcase2IconProps = IconProps & {
4
+ size?: IconSize;
5
+ };
6
+ export declare const Suitcase2Icon: React.FC<Suitcase2IconProps>;
7
+ export {};
@@ -0,0 +1,37 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ var __rest = (this && this.__rest) || function (s, e) {
13
+ var t = {};
14
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
15
+ t[p] = s[p];
16
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
17
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
18
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
19
+ t[p[i]] = s[p[i]];
20
+ }
21
+ return t;
22
+ };
23
+ import React, { forwardRef } from 'react';
24
+ import { Suitcase2MIcon } from './Suitcase2MIcon';
25
+ import { Suitcase2SIcon } from './Suitcase2SIcon';
26
+ export var Suitcase2Icon = forwardRef(function (_a, ref) {
27
+ var size = _a.size, otherProps = __rest(_a, ["size"]);
28
+ switch (size) {
29
+ case 's':
30
+ return React.createElement(Suitcase2SIcon, __assign({}, otherProps, { ref: ref }));
31
+ case 'm':
32
+ return React.createElement(Suitcase2MIcon, __assign({}, otherProps, { ref: ref }));
33
+ default:
34
+ return React.createElement(Suitcase2MIcon, __assign({}, otherProps, { ref: ref }));
35
+ }
36
+ });
37
+ Suitcase2Icon.displayName = 'Suitcase2Icon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const Suitcase2MIcon: React.FC<IconProps>;
@@ -0,0 +1,15 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import React, { forwardRef } from 'react';
13
+ export var Suitcase2MIcon = 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" }),
14
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.721 2.875c.4-.4.944-.625 1.51-.625h5.538a2.135 2.135 0 0 1 2.135 2.135v2.019h2.711a2.134 2.134 0 0 1 2.135 2.134v11.077a2.134 2.134 0 0 1-2.135 2.135H4.385a2.135 2.135 0 0 1-2.135-2.135V8.538a2.135 2.135 0 0 1 2.135-2.134h2.711v-2.02c0-.566.225-1.109.625-1.509Zm.875 3.529h6.808v-2.02a.635.635 0 0 0-.635-.634H9.231a.635.635 0 0 0-.635.635v2.019Zm-4.211 1.5a.635.635 0 0 0-.635.634v11.077a.634.634 0 0 0 .635.635h15.23a.634.634 0 0 0 .635-.635V8.538a.635.635 0 0 0-.635-.634H4.385Z", clipRule: "evenodd" }))); });
15
+ Suitcase2MIcon.displayName = 'Suitcase2MIcon';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import type { IconProps } from '../types';
3
+ export declare const Suitcase2SIcon: React.FC<IconProps>;
@@ -0,0 +1,19 @@
1
+ var __assign = (this && this.__assign) || function () {
2
+ __assign = Object.assign || function(t) {
3
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
4
+ s = arguments[i];
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
6
+ t[p] = s[p];
7
+ }
8
+ return t;
9
+ };
10
+ return __assign.apply(this, arguments);
11
+ };
12
+ import React, { forwardRef } from 'react';
13
+ export var Suitcase2SIcon = 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" }),
14
+ React.createElement("g", { clipPath: "url(#a)" },
15
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.554.785A1.827 1.827 0 0 1 5.846.25h4.308a1.827 1.827 0 0 1 1.827 1.827V3.48h1.942a1.827 1.827 0 0 1 1.827 1.827v8.615a1.827 1.827 0 0 1-1.827 1.827H2.077A1.827 1.827 0 0 1 .25 13.923V5.308A1.827 1.827 0 0 1 2.077 3.48h1.942V2.077c0-.485.193-.95.535-1.292Zm.965 2.696h4.962V2.077a.327.327 0 0 0-.327-.327H5.846a.327.327 0 0 0-.327.327V3.48Zm-3.442 1.5a.327.327 0 0 0-.327.327v8.615a.327.327 0 0 0 .327.327h11.846a.327.327 0 0 0 .327-.327V5.308a.327.327 0 0 0-.327-.327H2.077Z", clipRule: "evenodd" })),
16
+ React.createElement("defs", null,
17
+ React.createElement("clipPath", { id: "a" },
18
+ React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
19
+ Suitcase2SIcon.displayName = 'Suitcase2SIcon';
@@ -0,0 +1 @@
1
+ export { Suitcase2Icon } from './Suitcase2Icon';
@@ -0,0 +1 @@
1
+ export { Suitcase2Icon } from './Suitcase2Icon';
@@ -187,6 +187,7 @@ export { TurnRightIcon } from './TurnRightIcon';
187
187
  export { ArrowDownIcon } from './ArrowDownIcon';
188
188
  export { ChatMessageFilledIcon } from './ChatMessageFilledIcon';
189
189
  export { CatalogIcon } from './CatalogIcon';
190
+ export { GridIcon } from './GridIcon';
190
191
  export { TransferIcon } from './TransferIcon';
191
192
  export { KeyboardIcon } from './KeyboardIcon';
192
193
  export { CallActiveIcon } from './CallActiveIcon';
@@ -202,7 +203,8 @@ export { FundFilledIcon } from './FundFilledIcon';
202
203
  export { RequestIcon } from './RequestIcon';
203
204
  export { LimitsIcon } from './LimitsIcon';
204
205
  export { DashboardIcon } from './DashboardIcon';
205
- export { AlertIcon } from './AlertIcon';
206
+ export { AlertOnIcon } from './AlertOnIcon';
207
+ export { AlertOffIcon } from './AlertOffIcon';
206
208
  export { RateIcon } from './RateIcon';
207
209
  export { GlobeIcon } from './GlobeIcon';
208
210
  export { BillIcon } from './BillIcon';
@@ -239,6 +241,12 @@ export { Number03Icon } from './Number03Icon';
239
241
  export { Number06Icon } from './Number06Icon';
240
242
  export { Number09Icon } from './Number09Icon';
241
243
  export { TextSharpIcon } from './TextSharpIcon';
244
+ export { FlashIcon } from './FlashIcon';
245
+ export { Cart2OutlineIcon } from './Cart2OutlineIcon';
246
+ export { Cart2FilledIcon } from './Cart2FilledIcon';
247
+ export { BankIcon } from './BankIcon';
248
+ export { Suitcase1Icon } from './Suitcase1Icon';
249
+ export { Suitcase2Icon } from './Suitcase2Icon';
242
250
  export { ErrorCircleColoredIcon } from './ErrorCircleColoredIcon';
243
251
  export { CheckCircleColoredIcon } from './CheckCircleColoredIcon';
244
252
  export { InfoCircleColoredIcon } from './InfoCircleColoredIcon';
package/dist/esm/index.js CHANGED
@@ -187,6 +187,7 @@ export { TurnRightIcon } from './TurnRightIcon';
187
187
  export { ArrowDownIcon } from './ArrowDownIcon';
188
188
  export { ChatMessageFilledIcon } from './ChatMessageFilledIcon';
189
189
  export { CatalogIcon } from './CatalogIcon';
190
+ export { GridIcon } from './GridIcon';
190
191
  export { TransferIcon } from './TransferIcon';
191
192
  export { KeyboardIcon } from './KeyboardIcon';
192
193
  export { CallActiveIcon } from './CallActiveIcon';
@@ -202,7 +203,8 @@ export { FundFilledIcon } from './FundFilledIcon';
202
203
  export { RequestIcon } from './RequestIcon';
203
204
  export { LimitsIcon } from './LimitsIcon';
204
205
  export { DashboardIcon } from './DashboardIcon';
205
- export { AlertIcon } from './AlertIcon';
206
+ export { AlertOnIcon } from './AlertOnIcon';
207
+ export { AlertOffIcon } from './AlertOffIcon';
206
208
  export { RateIcon } from './RateIcon';
207
209
  export { GlobeIcon } from './GlobeIcon';
208
210
  export { BillIcon } from './BillIcon';
@@ -239,6 +241,12 @@ export { Number03Icon } from './Number03Icon';
239
241
  export { Number06Icon } from './Number06Icon';
240
242
  export { Number09Icon } from './Number09Icon';
241
243
  export { TextSharpIcon } from './TextSharpIcon';
244
+ export { FlashIcon } from './FlashIcon';
245
+ export { Cart2OutlineIcon } from './Cart2OutlineIcon';
246
+ export { Cart2FilledIcon } from './Cart2FilledIcon';
247
+ export { BankIcon } from './BankIcon';
248
+ export { Suitcase1Icon } from './Suitcase1Icon';
249
+ export { Suitcase2Icon } from './Suitcase2Icon';
242
250
  export { ErrorCircleColoredIcon } from './ErrorCircleColoredIcon';
243
251
  export { CheckCircleColoredIcon } from './CheckCircleColoredIcon';
244
252
  export { InfoCircleColoredIcon } from './InfoCircleColoredIcon';
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
2
+ <path
3
+ fill="currentColor"
4
+ fill-rule="evenodd"
5
+ d="M14.008.286c.31.1.52.389.52.714v7.712H20a.75.75 0 0 1 .608 1.189L10.83 23.439A.75.75 0 0 1 9.472 23v-7.711H4a.75.75 0 0 1-.608-1.19L13.17.561a.75.75 0 0 1 .838-.275ZM5.467 13.788h4.755a.75.75 0 0 1 .75.75v6.143l7.561-10.47h-4.755a.75.75 0 0 1-.75-.75V3.32L5.467 13.79Z"
6
+ clip-rule="evenodd"
7
+ />
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
2
+ <path
3
+ fill="currentColor"
4
+ fill-rule="evenodd"
5
+ d="M9.339.285A.75.75 0 0 1 9.86 1v4.635H13a.75.75 0 0 1 .612 1.184L7.5 15.434A.75.75 0 0 1 6.139 15v-4.635H3a.75.75 0 0 1-.612-1.183L8.5.566a.75.75 0 0 1 .84-.28Zm-4.887 8.58h2.437a.75.75 0 0 1 .75.75v3.031l3.91-5.511H9.11a.75.75 0 0 1-.75-.75V3.354l-3.91 5.511Z"
6
+ clip-rule="evenodd"
7
+ />
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none">
2
+ <path
3
+ fill="currentColor"
4
+ fill-rule="evenodd"
5
+ d="M2.875 2.875c.4-.4.943-.625 1.51-.625H9.23a2.135 2.135 0 0 1 2.134 2.135V9.23a2.135 2.135 0 0 1-2.134 2.134H4.385A2.135 2.135 0 0 1 2.25 9.231V4.385c0-.567.225-1.11.625-1.51Zm1.51.875a.635.635 0 0 0-.635.635V9.23a.635.635 0 0 0 .635.634H9.23a.635.635 0 0 0 .634-.634V4.385a.635.635 0 0 0-.634-.635H4.385Zm-1.51 9.51c.4-.4.943-.625 1.51-.625H9.23a2.135 2.135 0 0 1 2.134 2.134v4.846a2.135 2.135 0 0 1-2.134 2.135H4.385a2.135 2.135 0 0 1-2.135-2.135V14.77c0-.566.225-1.109.625-1.51Zm1.51.875a.635.635 0 0 0-.635.634v4.846a.634.634 0 0 0 .635.635H9.23a.635.635 0 0 0 .634-.635V14.77a.635.635 0 0 0-.634-.634H4.385Zm8.875-.875c.4-.4.943-.625 1.51-.625h4.846a2.135 2.135 0 0 1 2.134 2.134v4.846a2.135 2.135 0 0 1-2.134 2.135h-4.847a2.135 2.135 0 0 1-2.134-2.135V14.77c0-.566.225-1.109.625-1.51Zm1.51.875a.635.635 0 0 0-.635.634v4.846a.634.634 0 0 0 .634.635h4.847a.635.635 0 0 0 .634-.635V14.77a.635.635 0 0 0-.634-.634h-4.847ZM14.77 2.25a2.135 2.135 0 0 0-2.135 2.135V9.23a2.135 2.135 0 0 0 2.134 2.134h4.847a2.135 2.135 0 0 0 2.134-2.134V4.385a2.135 2.135 0 0 0-2.134-2.135h-4.847Zm0 1.5a.634.634 0 0 0-.635.635V9.23a.635.635 0 0 0 .634.634h4.847a.634.634 0 0 0 .634-.634V4.385a.634.634 0 0 0-.634-.635h-4.847Z"
6
+ clip-rule="evenodd"
7
+ />
8
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none">
2
+ <g
3
+ fill="currentColor"
4
+ fill-rule="evenodd"
5
+ clip-path="url(#a)"
6
+ clip-rule="evenodd"
7
+ >
8
+ <path
9
+ d="M.785.785A1.827 1.827 0 0 1 2.077.25h3.77a1.827 1.827 0 0 1 1.826 1.827v3.77a1.827 1.827 0 0 1-1.827 1.826h-3.77A1.827 1.827 0 0 1 .25 5.846v-3.77c0-.484.192-.948.535-1.29Zm1.292.965a.327.327 0 0 0-.327.327v3.77a.327.327 0 0 0 .327.326h3.77a.327.327 0 0 0 .326-.327v-3.77a.327.327 0 0 0-.327-.326h-3.77ZM.785 8.862a1.827 1.827 0 0 1 1.292-.535h3.77a1.827 1.827 0 0 1 1.826 1.827v3.77a1.827 1.827 0 0 1-1.827 1.826H2.077A1.827 1.827 0 0 1 .25 13.923v-3.77c0-.484.193-.948.535-1.291Zm1.292.965a.327.327 0 0 0-.327.327v3.77a.327.327 0 0 0 .327.326h3.77a.327.327 0 0 0 .326-.327v-3.77a.327.327 0 0 0-.327-.326H2.077Zm6.785-.965a1.827 1.827 0 0 1 1.292-.535h3.77a1.827 1.827 0 0 1 1.826 1.827v3.77a1.827 1.827 0 0 1-1.827 1.826h-3.769a1.827 1.827 0 0 1-1.827-1.827v-3.77c0-.484.193-.948.535-1.291Zm1.292.965a.327.327 0 0 0-.327.327v3.77a.327.327 0 0 0 .327.326h3.77a.327.327 0 0 0 .326-.327v-3.77a.327.327 0 0 0-.327-.326h-3.769ZM10.154.25a1.827 1.827 0 0 0-1.827 1.827v3.77a1.827 1.827 0 0 0 1.827 1.826h3.77a1.827 1.827 0 0 0 1.826-1.827v-3.77A1.827 1.827 0 0 0 13.923.25h-3.769Zm0 1.5a.327.327 0 0 0-.327.327v3.77a.327.327 0 0 0 .327.326h3.77a.327.327 0 0 0 .326-.327v-3.77a.327.327 0 0 0-.327-.326h-3.769Z"
10
+ />
11
+ </g>
12
+ <defs>
13
+ <clipPath id="a"><path fill="currentColor" d="M0 0h16v16H0z" /></clipPath>
14
+ </defs>
15
+ </svg>
package/manifest.json CHANGED
@@ -1134,6 +1134,12 @@
1134
1134
  "componentName": "CatalogIcon",
1135
1135
  "colored": false
1136
1136
  },
1137
+ {
1138
+ "name": "grid_icon",
1139
+ "size": ["s", "m"],
1140
+ "componentName": "GridIcon",
1141
+ "colored": false
1142
+ },
1137
1143
  {
1138
1144
  "name": "transfer_icon",
1139
1145
  "size": ["s", "m"],
@@ -1225,9 +1231,15 @@
1225
1231
  "colored": false
1226
1232
  },
1227
1233
  {
1228
- "name": "alert_icon",
1234
+ "name": "alert_on_icon",
1235
+ "size": ["s", "m"],
1236
+ "componentName": "AlertOnIcon",
1237
+ "colored": false
1238
+ },
1239
+ {
1240
+ "name": "alert_off_icon",
1229
1241
  "size": ["s", "m"],
1230
- "componentName": "AlertIcon",
1242
+ "componentName": "AlertOffIcon",
1231
1243
  "colored": false
1232
1244
  },
1233
1245
  {
@@ -1446,6 +1458,42 @@
1446
1458
  "componentName": "TextSharpIcon",
1447
1459
  "colored": false
1448
1460
  },
1461
+ {
1462
+ "name": "flash_icon",
1463
+ "size": ["s", "m"],
1464
+ "componentName": "FlashIcon",
1465
+ "colored": false
1466
+ },
1467
+ {
1468
+ "name": "cart_2_outline_icon",
1469
+ "size": ["s", "m"],
1470
+ "componentName": "Cart2OutlineIcon",
1471
+ "colored": false
1472
+ },
1473
+ {
1474
+ "name": "cart_2_filled_icon",
1475
+ "size": ["s", "m"],
1476
+ "componentName": "Cart2FilledIcon",
1477
+ "colored": false
1478
+ },
1479
+ {
1480
+ "name": "bank_icon",
1481
+ "size": ["s", "m"],
1482
+ "componentName": "BankIcon",
1483
+ "colored": false
1484
+ },
1485
+ {
1486
+ "name": "suitcase_1_icon",
1487
+ "size": ["s", "m"],
1488
+ "componentName": "Suitcase1Icon",
1489
+ "colored": false
1490
+ },
1491
+ {
1492
+ "name": "suitcase_2_icon",
1493
+ "size": ["s", "m"],
1494
+ "componentName": "Suitcase2Icon",
1495
+ "colored": false
1496
+ },
1449
1497
  {
1450
1498
  "name": "error_circle_colored_icon",
1451
1499
  "size": ["s", "m"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ozen-ui/icons",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "A collection of icons",
5
5
  "license": "MIT",
6
6
  "main": "dist/cjs/index.js",