@cakemail-org/ui-components-v2 2.2.54 → 2.2.56

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.
@@ -13,6 +13,7 @@ export declare enum EIconName {
13
13
  "BarChart14" = "BarChart14",
14
14
  "Checkmark14" = "Checkmark14",
15
15
  "Copy14" = "Copy14",
16
+ "DoubleChevron14" = "DoubleChevron14",
16
17
  "Filter14" = "Filter14",
17
18
  "Remove14" = "Remove14",
18
19
  "X14" = "X14",
@@ -0,0 +1,4 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ import React from "react";
3
+ declare function DoubleChevron14(props: SvgIconProps): React.JSX.Element;
4
+ export default DoubleChevron14;
package/dist/cjs/index.js CHANGED
@@ -6536,6 +6536,12 @@ function Copy14(props) {
6536
6536
  React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.59131 0C1.93445 0 0.591309 1.34315 0.591309 3V7C0.591309 8.65685 1.93445 10 3.59131 10H4.59131V11C4.59131 12.6569 5.93445 14 7.59131 14H11.5913C13.2482 14 14.5913 12.6569 14.5913 11V7C14.5913 5.34315 13.2482 4 11.5913 4H10.5913V3C10.5913 1.34315 9.24816 0 7.59131 0H3.59131ZM10.5913 6V7C10.5913 8.65685 9.24816 10 7.59131 10H6.59131V11C6.59131 11.5523 7.03902 12 7.59131 12H11.5913C12.1436 12 12.5913 11.5523 12.5913 11V7C12.5913 6.44772 12.1436 6 11.5913 6H10.5913ZM2.59131 3C2.59131 2.44772 3.03902 2 3.59131 2H7.59131C8.14359 2 8.59131 2.44772 8.59131 3V7C8.59131 7.55228 8.14359 8 7.59131 8H3.59131C3.03902 8 2.59131 7.55228 2.59131 7V3Z" }));
6537
6537
  }
6538
6538
 
6539
+ function DoubleChevron14(props) {
6540
+ return React.createElement(SvgIcon, __assign({}, props, { width: "14", height: "14", viewBox: "0 0 14 14" }),
6541
+ React.createElement("path", { d: "M10.5566 4.66992L6.88672 1L3.2168 4.66992", stroke: "currentColor", fill: "none", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
6542
+ React.createElement("path", { d: "M3.2168 9.33008L6.88672 13L10.5566 9.33008", stroke: "currentColor", fill: "none", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }));
6543
+ }
6544
+
6539
6545
  function Filter14(props) {
6540
6546
  return React.createElement(SvgIcon, __assign({}, props, { width: "14", height: "14", viewBox: "0 0 14 14" }),
6541
6547
  React.createElement("path", { d: "M0 1C0 0.447715 0.447715 0 1 0H13C13.5523 0 14 0.447715 14 1C14 1.55228 13.5523 2 13 2H1C0.447716 2 0 1.55228 0 1Z" }),
@@ -7353,6 +7359,7 @@ function Icon(_a) {
7353
7359
  BarChart14: BarChart14,
7354
7360
  Checkmark14: Checkmark14,
7355
7361
  Copy14: Copy14,
7362
+ DoubleChevron14: DoubleChevron14,
7356
7363
  Filter14: Filter14,
7357
7364
  Remove14: Remove14,
7358
7365
  X14: X14,
@@ -13,6 +13,7 @@ export declare enum EIconName {
13
13
  "BarChart14" = "BarChart14",
14
14
  "Checkmark14" = "Checkmark14",
15
15
  "Copy14" = "Copy14",
16
+ "DoubleChevron14" = "DoubleChevron14",
16
17
  "Filter14" = "Filter14",
17
18
  "Remove14" = "Remove14",
18
19
  "X14" = "X14",
@@ -0,0 +1,4 @@
1
+ import { SvgIconProps } from '@mui/material/SvgIcon';
2
+ import React from "react";
3
+ declare function DoubleChevron14(props: SvgIconProps): React.JSX.Element;
4
+ export default DoubleChevron14;
package/dist/esm/index.js CHANGED
@@ -6516,6 +6516,12 @@ function Copy14(props) {
6516
6516
  React__default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.59131 0C1.93445 0 0.591309 1.34315 0.591309 3V7C0.591309 8.65685 1.93445 10 3.59131 10H4.59131V11C4.59131 12.6569 5.93445 14 7.59131 14H11.5913C13.2482 14 14.5913 12.6569 14.5913 11V7C14.5913 5.34315 13.2482 4 11.5913 4H10.5913V3C10.5913 1.34315 9.24816 0 7.59131 0H3.59131ZM10.5913 6V7C10.5913 8.65685 9.24816 10 7.59131 10H6.59131V11C6.59131 11.5523 7.03902 12 7.59131 12H11.5913C12.1436 12 12.5913 11.5523 12.5913 11V7C12.5913 6.44772 12.1436 6 11.5913 6H10.5913ZM2.59131 3C2.59131 2.44772 3.03902 2 3.59131 2H7.59131C8.14359 2 8.59131 2.44772 8.59131 3V7C8.59131 7.55228 8.14359 8 7.59131 8H3.59131C3.03902 8 2.59131 7.55228 2.59131 7V3Z" }));
6517
6517
  }
6518
6518
 
6519
+ function DoubleChevron14(props) {
6520
+ return React__default.createElement(SvgIcon, __assign({}, props, { width: "14", height: "14", viewBox: "0 0 14 14" }),
6521
+ React__default.createElement("path", { d: "M10.5566 4.66992L6.88672 1L3.2168 4.66992", stroke: "currentColor", fill: "none", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }),
6522
+ React__default.createElement("path", { d: "M3.2168 9.33008L6.88672 13L10.5566 9.33008", stroke: "currentColor", fill: "none", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }));
6523
+ }
6524
+
6519
6525
  function Filter14(props) {
6520
6526
  return React__default.createElement(SvgIcon, __assign({}, props, { width: "14", height: "14", viewBox: "0 0 14 14" }),
6521
6527
  React__default.createElement("path", { d: "M0 1C0 0.447715 0.447715 0 1 0H13C13.5523 0 14 0.447715 14 1C14 1.55228 13.5523 2 13 2H1C0.447716 2 0 1.55228 0 1Z" }),
@@ -7333,6 +7339,7 @@ function Icon(_a) {
7333
7339
  BarChart14: BarChart14,
7334
7340
  Checkmark14: Checkmark14,
7335
7341
  Copy14: Copy14,
7342
+ DoubleChevron14: DoubleChevron14,
7336
7343
  Filter14: Filter14,
7337
7344
  Remove14: Remove14,
7338
7345
  X14: X14,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cakemail-org/ui-components-v2",
3
- "version": "2.2.54",
3
+ "version": "2.2.56",
4
4
  "description": "ui library kit made with material UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",