@activecollab/components 2.0.216 → 2.0.218

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 (29) hide show
  1. package/dist/cjs/components/Icons/collection/ExpensePlus.js +48 -0
  2. package/dist/cjs/components/Icons/collection/ExpensePlus.js.map +1 -0
  3. package/dist/cjs/components/Icons/collection/ThumbsDownOutline.js +56 -0
  4. package/dist/cjs/components/Icons/collection/ThumbsDownOutline.js.map +1 -0
  5. package/dist/cjs/components/Icons/collection/ThumbsUpOutline.js +49 -0
  6. package/dist/cjs/components/Icons/collection/ThumbsUpOutline.js.map +1 -0
  7. package/dist/cjs/components/Icons/collection/index.js +21 -0
  8. package/dist/cjs/components/Icons/collection/index.js.map +1 -1
  9. package/dist/esm/components/Icons/collection/ExpensePlus.d.ts +23 -0
  10. package/dist/esm/components/Icons/collection/ExpensePlus.d.ts.map +1 -0
  11. package/dist/esm/components/Icons/collection/ExpensePlus.js +40 -0
  12. package/dist/esm/components/Icons/collection/ExpensePlus.js.map +1 -0
  13. package/dist/esm/components/Icons/collection/ThumbsDownOutline.d.ts +23 -0
  14. package/dist/esm/components/Icons/collection/ThumbsDownOutline.d.ts.map +1 -0
  15. package/dist/esm/components/Icons/collection/ThumbsDownOutline.js +48 -0
  16. package/dist/esm/components/Icons/collection/ThumbsDownOutline.js.map +1 -0
  17. package/dist/esm/components/Icons/collection/ThumbsUpOutline.d.ts +23 -0
  18. package/dist/esm/components/Icons/collection/ThumbsUpOutline.d.ts.map +1 -0
  19. package/dist/esm/components/Icons/collection/ThumbsUpOutline.js +41 -0
  20. package/dist/esm/components/Icons/collection/ThumbsUpOutline.js.map +1 -0
  21. package/dist/esm/components/Icons/collection/index.d.ts +3 -0
  22. package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
  23. package/dist/esm/components/Icons/collection/index.js +3 -0
  24. package/dist/esm/components/Icons/collection/index.js.map +1 -1
  25. package/dist/index.js +129 -0
  26. package/dist/index.js.map +1 -1
  27. package/dist/index.min.js +1 -1
  28. package/dist/index.min.js.map +1 -1
  29. package/package.json +1 -1
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
9
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
10
+ /**
11
+ * @component ExpensePlusIcon
12
+ * @description
13
+ *
14
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
15
+ * The Icon component is
16
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
17
+ *
18
+ *
19
+ * @example
20
+ * return (
21
+ * <ExpensePlusIcon className="mr-2" />
22
+ * )
23
+ *
24
+ * @see
25
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
26
+ * @see
27
+ * https://design.activecollab.com/docs/foundations/icons
28
+ */
29
+ var ExpensePlusIcon = /*#__PURE__*/_react.default.forwardRef(function (props, svgRef) {
30
+ return /*#__PURE__*/_react.default.createElement("svg", _extends({
31
+ xmlns: "http://www.w3.org/2000/svg",
32
+ width: 24,
33
+ height: 24,
34
+ "data-testid": "ExpensePlusIcon",
35
+ fill: "var(--color-theme-600)",
36
+ focusable: false,
37
+ ref: svgRef
38
+ }, props), /*#__PURE__*/_react.default.createElement("path", {
39
+ fillRule: "evenodd",
40
+ d: "M20 21a2 2 0 001.994-1.85L22 19v-7h-2v7H4V5h8V3H4a2 2 0 00-1.995 1.85L2 5v14c0 1.06.81 1.919 1.85 1.994L4 21h16z",
41
+ clipRule: "evenodd"
42
+ }), /*#__PURE__*/_react.default.createElement("path", {
43
+ d: "M11 8V7H9v1H8l-.117.007A1 1 0 007 9v3l.007.117A1 1 0 008 13h3v1H7v2h2v1h2v-1h1l.117-.007A1 1 0 0013 15v-3l-.007-.117A1 1 0 0012 11H9v-1h4V8h-2zm8.057-3.943c.17.61.53 1.282 1.096 1.848A4.298 4.298 0 0022 7.001c-.61.17-1.281.529-1.847 1.095a4.296 4.296 0 00-1.095 1.846 4.3 4.3 0 00-1.096-1.846A4.299 4.299 0 0016.114 7a4.296 4.296 0 001.848-1.095 4.297 4.297 0 001.095-1.848zm-2.943-2.412c.079.28.244.59.505.851.26.26.57.426.85.504a1.98 1.98 0 00-.85.505c-.26.26-.426.57-.505.85a1.98 1.98 0 00-.504-.85A1.98 1.98 0 0014.76 3c.28-.078.59-.243.85-.504.26-.26.426-.57.504-.85z"
44
+ }));
45
+ });
46
+ ExpensePlusIcon.displayName = "ExpensePlusIcon";
47
+ var _default = exports.default = ExpensePlusIcon;
48
+ //# sourceMappingURL=ExpensePlus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExpensePlus.js","names":["_react","_interopRequireDefault","require","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","ExpensePlusIcon","React","forwardRef","props","svgRef","createElement","xmlns","width","height","fill","focusable","ref","fillRule","d","clipRule","displayName","_default","exports"],"sources":["../../../../../src/components/Icons/collection/ExpensePlus.tsx"],"sourcesContent":["import React from \"react\";\n\n/**\n * @component ExpensePlusIcon\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n *\n * @example\n * return (\n * <ExpensePlusIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\nconst ExpensePlusIcon = React.forwardRef(\n (props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n data-testid=\"ExpensePlusIcon\"\n fill=\"var(--color-theme-600)\"\n focusable={false}\n ref={svgRef}\n {...props}\n >\n <path\n fillRule=\"evenodd\"\n d=\"M20 21a2 2 0 001.994-1.85L22 19v-7h-2v7H4V5h8V3H4a2 2 0 00-1.995 1.85L2 5v14c0 1.06.81 1.919 1.85 1.994L4 21h16z\"\n clipRule=\"evenodd\"\n />\n <path d=\"M11 8V7H9v1H8l-.117.007A1 1 0 007 9v3l.007.117A1 1 0 008 13h3v1H7v2h2v1h2v-1h1l.117-.007A1 1 0 0013 15v-3l-.007-.117A1 1 0 0012 11H9v-1h4V8h-2zm8.057-3.943c.17.61.53 1.282 1.096 1.848A4.298 4.298 0 0022 7.001c-.61.17-1.281.529-1.847 1.095a4.296 4.296 0 00-1.095 1.846 4.3 4.3 0 00-1.096-1.846A4.299 4.299 0 0016.114 7a4.296 4.296 0 001.848-1.095 4.297 4.297 0 001.095-1.848zm-2.943-2.412c.079.28.244.59.505.851.26.26.57.426.85.504a1.98 1.98 0 00-.85.505c-.26.26-.426.57-.505.85a1.98 1.98 0 00-.504-.85A1.98 1.98 0 0014.76 3c.28-.078.59-.243.85-.504.26-.26.426-.57.504-.85z\" />\n </svg>\n )\n);\nExpensePlusIcon.displayName = \"ExpensePlusIcon\";\nexport default ExpensePlusIcon;\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA0B,SAAAD,uBAAAE,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAE1B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAMQ,eAAe,gBAAGC,cAAK,CAACC,UAAU,CACtC,UAACC,KAAoC,EAAEC,MAAiC;EAAA,oBACtExB,MAAA,CAAAK,OAAA,CAAAoB,aAAA,QAAAnB,QAAA;IACEoB,KAAK,EAAC,4BAA4B;IAClCC,KAAK,EAAE,EAAG;IACVC,MAAM,EAAE,EAAG;IACX,eAAY,iBAAiB;IAC7BC,IAAI,EAAC,wBAAwB;IAC7BC,SAAS,EAAE,KAAM;IACjBC,GAAG,EAAEP;EAAO,GACRD,KAAK,gBAETvB,MAAA,CAAAK,OAAA,CAAAoB,aAAA;IACEO,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,kHAAkH;IACpHC,QAAQ,EAAC;EAAS,CACnB,CAAC,eACFlC,MAAA,CAAAK,OAAA,CAAAoB,aAAA;IAAMQ,CAAC,EAAC;EAA8jB,CAAE,CACrkB,CAAC;AAAA,CAEV,CAAC;AACDb,eAAe,CAACe,WAAW,GAAG,iBAAiB;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAhC,OAAA,GACjCe,eAAe"}
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
9
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
10
+ /**
11
+ * @component ThumbsDownOutlineIcon
12
+ * @description
13
+ *
14
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
15
+ * The Icon component is
16
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
17
+ *
18
+ *
19
+ * @example
20
+ * return (
21
+ * <ThumbsDownOutlineIcon className="mr-2" />
22
+ * )
23
+ *
24
+ * @see
25
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
26
+ * @see
27
+ * https://design.activecollab.com/docs/foundations/icons
28
+ */
29
+ var ThumbsDownOutlineIcon = /*#__PURE__*/_react.default.forwardRef(function (props, svgRef) {
30
+ return /*#__PURE__*/_react.default.createElement("svg", _extends({
31
+ width: 20,
32
+ height: 19,
33
+ viewBox: "0 0 20 19",
34
+ xmlns: "http://www.w3.org/2000/svg",
35
+ "data-testid": "ThumbsDownOutlineIcon",
36
+ fill: "var(--color-theme-600)",
37
+ focusable: false,
38
+ ref: svgRef
39
+ }, props), /*#__PURE__*/_react.default.createElement("g", {
40
+ clipPath: "url(#thumbs-down-outline_svg__clip0_120_6299)"
41
+ }, /*#__PURE__*/_react.default.createElement("path", {
42
+ d: "M13.916 10.283l-3.132 7.049a2.35 2.35 0 01-2.35-2.35V11.85H4.001a1.567 1.567 0 01-1.566-1.802L3.515 3a1.566 1.566 0 011.567-1.331h8.835m0 8.615V1.668m0 8.615h2.09a1.81 1.81 0 001.825-1.566V3.234a1.81 1.81 0 00-1.824-1.566h-2.091",
43
+ stroke: "#6D6D73",
44
+ strokeWidth: 1.566,
45
+ strokeLinecap: "round",
46
+ strokeLinejoin: "round"
47
+ })), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
48
+ id: "thumbs-down-outline_svg__clip0_120_6299"
49
+ }, /*#__PURE__*/_react.default.createElement("path", {
50
+ transform: "translate(.602 .102)",
51
+ d: "M0 0h18.797v18.797H0z"
52
+ }))));
53
+ });
54
+ ThumbsDownOutlineIcon.displayName = "ThumbsDownOutlineIcon";
55
+ var _default = exports.default = ThumbsDownOutlineIcon;
56
+ //# sourceMappingURL=ThumbsDownOutline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThumbsDownOutline.js","names":["_react","_interopRequireDefault","require","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","ThumbsDownOutlineIcon","React","forwardRef","props","svgRef","createElement","width","height","viewBox","xmlns","fill","focusable","ref","clipPath","d","stroke","strokeWidth","strokeLinecap","strokeLinejoin","id","transform","displayName","_default","exports"],"sources":["../../../../../src/components/Icons/collection/ThumbsDownOutline.tsx"],"sourcesContent":["import React from \"react\";\n\n/**\n * @component ThumbsDownOutlineIcon\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n *\n * @example\n * return (\n * <ThumbsDownOutlineIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\nconst ThumbsDownOutlineIcon = React.forwardRef(\n (props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) => (\n <svg\n width={20}\n height={19}\n viewBox=\"0 0 20 19\"\n xmlns=\"http://www.w3.org/2000/svg\"\n data-testid=\"ThumbsDownOutlineIcon\"\n fill=\"var(--color-theme-600)\"\n focusable={false}\n ref={svgRef}\n {...props}\n >\n <g clipPath=\"url(#thumbs-down-outline_svg__clip0_120_6299)\">\n <path\n d=\"M13.916 10.283l-3.132 7.049a2.35 2.35 0 01-2.35-2.35V11.85H4.001a1.567 1.567 0 01-1.566-1.802L3.515 3a1.566 1.566 0 011.567-1.331h8.835m0 8.615V1.668m0 8.615h2.09a1.81 1.81 0 001.825-1.566V3.234a1.81 1.81 0 00-1.824-1.566h-2.091\"\n stroke=\"#6D6D73\"\n strokeWidth={1.566}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"thumbs-down-outline_svg__clip0_120_6299\">\n <path transform=\"translate(.602 .102)\" d=\"M0 0h18.797v18.797H0z\" />\n </clipPath>\n </defs>\n </svg>\n )\n);\nThumbsDownOutlineIcon.displayName = \"ThumbsDownOutlineIcon\";\nexport default ThumbsDownOutlineIcon;\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA0B,SAAAD,uBAAAE,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAE1B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAMQ,qBAAqB,gBAAGC,cAAK,CAACC,UAAU,CAC5C,UAACC,KAAoC,EAAEC,MAAiC;EAAA,oBACtExB,MAAA,CAAAK,OAAA,CAAAoB,aAAA,QAAAnB,QAAA;IACEoB,KAAK,EAAE,EAAG;IACVC,MAAM,EAAE,EAAG;IACXC,OAAO,EAAC,WAAW;IACnBC,KAAK,EAAC,4BAA4B;IAClC,eAAY,uBAAuB;IACnCC,IAAI,EAAC,wBAAwB;IAC7BC,SAAS,EAAE,KAAM;IACjBC,GAAG,EAAER;EAAO,GACRD,KAAK,gBAETvB,MAAA,CAAAK,OAAA,CAAAoB,aAAA;IAAGQ,QAAQ,EAAC;EAA+C,gBACzDjC,MAAA,CAAAK,OAAA,CAAAoB,aAAA;IACES,CAAC,EAAC,sOAAsO;IACxOC,MAAM,EAAC,SAAS;IAChBC,WAAW,EAAE,KAAM;IACnBC,aAAa,EAAC,OAAO;IACrBC,cAAc,EAAC;EAAO,CACvB,CACA,CAAC,eACJtC,MAAA,CAAAK,OAAA,CAAAoB,aAAA,4BACEzB,MAAA,CAAAK,OAAA,CAAAoB,aAAA;IAAUc,EAAE,EAAC;EAAyC,gBACpDvC,MAAA,CAAAK,OAAA,CAAAoB,aAAA;IAAMe,SAAS,EAAC,sBAAsB;IAACN,CAAC,EAAC;EAAuB,CAAE,CAC1D,CACN,CACH,CAAC;AAAA,CAEV,CAAC;AACDd,qBAAqB,CAACqB,WAAW,GAAG,uBAAuB;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAtC,OAAA,GAC7Ce,qBAAqB"}
@@ -0,0 +1,49 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
9
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
10
+ /**
11
+ * @component ThumbsUpOutlineIcon
12
+ * @description
13
+ *
14
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
15
+ * The Icon component is
16
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
17
+ *
18
+ *
19
+ * @example
20
+ * return (
21
+ * <ThumbsUpOutlineIcon className="mr-2" />
22
+ * )
23
+ *
24
+ * @see
25
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
26
+ * @see
27
+ * https://design.activecollab.com/docs/foundations/icons
28
+ */
29
+ var ThumbsUpOutlineIcon = /*#__PURE__*/_react.default.forwardRef(function (props, svgRef) {
30
+ return /*#__PURE__*/_react.default.createElement("svg", _extends({
31
+ width: 20,
32
+ height: 19,
33
+ viewBox: "0 0 20 19",
34
+ xmlns: "http://www.w3.org/2000/svg",
35
+ "data-testid": "ThumbsUpOutlineIcon",
36
+ fill: "var(--color-theme-600)",
37
+ focusable: false,
38
+ ref: svgRef
39
+ }, props), /*#__PURE__*/_react.default.createElement("path", {
40
+ d: "M6.232 8.746l3.014-6.782a2.26 2.26 0 012.26 2.261v3.014h4.266a1.507 1.507 0 011.507 1.734l-1.04 6.782a1.507 1.507 0 01-1.507 1.28h-8.5m0-8.289v8.29m0-8.29H3.97a1.507 1.507 0 00-1.507 1.508v5.275a1.507 1.507 0 001.507 1.507h2.26",
41
+ stroke: "#6D6D73",
42
+ strokeWidth: 1.507,
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round"
45
+ }));
46
+ });
47
+ ThumbsUpOutlineIcon.displayName = "ThumbsUpOutlineIcon";
48
+ var _default = exports.default = ThumbsUpOutlineIcon;
49
+ //# sourceMappingURL=ThumbsUpOutline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThumbsUpOutline.js","names":["_react","_interopRequireDefault","require","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","ThumbsUpOutlineIcon","React","forwardRef","props","svgRef","createElement","width","height","viewBox","xmlns","fill","focusable","ref","d","stroke","strokeWidth","strokeLinecap","strokeLinejoin","displayName","_default","exports"],"sources":["../../../../../src/components/Icons/collection/ThumbsUpOutline.tsx"],"sourcesContent":["import React from \"react\";\n\n/**\n * @component ThumbsUpOutlineIcon\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n *\n * @example\n * return (\n * <ThumbsUpOutlineIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\nconst ThumbsUpOutlineIcon = React.forwardRef(\n (props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) => (\n <svg\n width={20}\n height={19}\n viewBox=\"0 0 20 19\"\n xmlns=\"http://www.w3.org/2000/svg\"\n data-testid=\"ThumbsUpOutlineIcon\"\n fill=\"var(--color-theme-600)\"\n focusable={false}\n ref={svgRef}\n {...props}\n >\n <path\n d=\"M6.232 8.746l3.014-6.782a2.26 2.26 0 012.26 2.261v3.014h4.266a1.507 1.507 0 011.507 1.734l-1.04 6.782a1.507 1.507 0 01-1.507 1.28h-8.5m0-8.289v8.29m0-8.29H3.97a1.507 1.507 0 00-1.507 1.508v5.275a1.507 1.507 0 001.507 1.507h2.26\"\n stroke=\"#6D6D73\"\n strokeWidth={1.507}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </svg>\n )\n);\nThumbsUpOutlineIcon.displayName = \"ThumbsUpOutlineIcon\";\nexport default ThumbsUpOutlineIcon;\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA0B,SAAAD,uBAAAE,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAE1B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAMQ,mBAAmB,gBAAGC,cAAK,CAACC,UAAU,CAC1C,UAACC,KAAoC,EAAEC,MAAiC;EAAA,oBACtExB,MAAA,CAAAK,OAAA,CAAAoB,aAAA,QAAAnB,QAAA;IACEoB,KAAK,EAAE,EAAG;IACVC,MAAM,EAAE,EAAG;IACXC,OAAO,EAAC,WAAW;IACnBC,KAAK,EAAC,4BAA4B;IAClC,eAAY,qBAAqB;IACjCC,IAAI,EAAC,wBAAwB;IAC7BC,SAAS,EAAE,KAAM;IACjBC,GAAG,EAAER;EAAO,GACRD,KAAK,gBAETvB,MAAA,CAAAK,OAAA,CAAAoB,aAAA;IACEQ,CAAC,EAAC,qOAAqO;IACvOC,MAAM,EAAC,SAAS;IAChBC,WAAW,EAAE,KAAM;IACnBC,aAAa,EAAC,OAAO;IACrBC,cAAc,EAAC;EAAO,CACvB,CACE,CAAC;AAAA,CAEV,CAAC;AACDjB,mBAAmB,CAACkB,WAAW,GAAG,qBAAqB;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAnC,OAAA,GACzCe,mBAAmB"}
@@ -519,6 +519,12 @@ Object.defineProperty(exports, "ExpenseAddIcon", {
519
519
  return _ExpenseAdd.default;
520
520
  }
521
521
  });
522
+ Object.defineProperty(exports, "ExpensePlusIcon", {
523
+ enumerable: true,
524
+ get: function get() {
525
+ return _ExpensePlus.default;
526
+ }
527
+ });
522
528
  Object.defineProperty(exports, "EyeIcon", {
523
529
  enumerable: true,
524
530
  get: function get() {
@@ -1137,6 +1143,18 @@ Object.defineProperty(exports, "ThumbUpOutlineIcon", {
1137
1143
  return _ThumbUpOutline.default;
1138
1144
  }
1139
1145
  });
1146
+ Object.defineProperty(exports, "ThumbsDownOutlineIcon", {
1147
+ enumerable: true,
1148
+ get: function get() {
1149
+ return _ThumbsDownOutline.default;
1150
+ }
1151
+ });
1152
+ Object.defineProperty(exports, "ThumbsUpOutlineIcon", {
1153
+ enumerable: true,
1154
+ get: function get() {
1155
+ return _ThumbsUpOutline.default;
1156
+ }
1157
+ });
1140
1158
  Object.defineProperty(exports, "TrashIcon", {
1141
1159
  enumerable: true,
1142
1160
  get: function get() {
@@ -1295,6 +1313,7 @@ var _EstimatePlus = _interopRequireDefault(require("./EstimatePlus"));
1295
1313
  var _Estimates = _interopRequireDefault(require("./Estimates"));
1296
1314
  var _ExpandAll = _interopRequireDefault(require("./ExpandAll"));
1297
1315
  var _ExpenseAdd = _interopRequireDefault(require("./ExpenseAdd"));
1316
+ var _ExpensePlus = _interopRequireDefault(require("./ExpensePlus"));
1298
1317
  var _EyeOffSmall = _interopRequireDefault(require("./EyeOffSmall"));
1299
1318
  var _EyeOff = _interopRequireDefault(require("./EyeOff"));
1300
1319
  var _EyeSmall = _interopRequireDefault(require("./EyeSmall"));
@@ -1398,6 +1417,8 @@ var _TaskListAdd = _interopRequireDefault(require("./TaskListAdd"));
1398
1417
  var _TaskListComplete = _interopRequireDefault(require("./TaskListComplete"));
1399
1418
  var _TaskList = _interopRequireDefault(require("./TaskList"));
1400
1419
  var _ThumbUpOutline = _interopRequireDefault(require("./ThumbUpOutline"));
1420
+ var _ThumbsDownOutline = _interopRequireDefault(require("./ThumbsDownOutline"));
1421
+ var _ThumbsUpOutline = _interopRequireDefault(require("./ThumbsUpOutline"));
1401
1422
  var _Trash = _interopRequireDefault(require("./Trash"));
1402
1423
  var _TreeDots = _interopRequireDefault(require("./TreeDots"));
1403
1424
  var _Upload = _interopRequireDefault(require("./Upload"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["_AccessLog","_interopRequireDefault","require","_Activity","_AddCrossTiny","_AddCross","_Archive","_ArrowBackMobile","_ArrowCollapseMultiple","_ArrowDownLong","_ArrowDownSmall","_ArrowDown","_ArrowExpandeMultiple","_ArrowLeftBox","_ArrowLeft","_ArrowRefresh","_ArrowRestore","_ArrowRight","_ArrowUpLong","_ArrowUp","_Assign","_Attachment","_BellOffSmall","_BellOff","_Billing","_BudgetAlert","_CalendarAddX","_CalendarImport","_Calendar","_CancelCross","_CaretLeft","_CaretRight","_Chat","_Check","_CheckboxBlankToggler","_CheckboxCircleArrow","_CheckboxDocuments","_Checkbox","_ChecklistSmall","_Checklist","_CircleMultiple","_ClockAdd","_ClockDollar","_ClockSmall","_ClockStopwatchIndicator","_ClockStopwatchSmall","_ClockStopwatch","_Clock","_CloseCircle","_CloseDocument","_CloseSmall","_Close","_CollapsIcon","_CollapseAll","_CollapseExpandSingle","_CompanyAdd","_Company","_Computer","_Copy","_CrownBlank","_CrownSelected","_DependencySmall","_Dependency","_DescriptionSmall","_Description","_DiscussionAdd","_Discussion","_DollarCheckmarkSmall","_DollarCheckmark","_DollarClockSmall","_DollarClock","_DollarDocumentPlus","_DollarDocument","_DollarOffSmall","_DollarOff","_DollarSmall","_Dollar","_Download","_Drive","_Dropbox","_Duplicate","_EditMultiple","_Edit","_Emoji","_EstimatePlus","_Estimates","_ExpandAll","_ExpenseAdd","_EyeOffSmall","_EyeOff","_EyeSmall","_Eye","_Filter","_FolderMove","_FolderOutline","_Gift","_GroupBy","_Hashtag","_Help","_HistoryOfChanges","_Image","_InfoSmall","_Info","_InsertLink","_Integrations","_Invoices","_Labels","_LetterArrowRight","_LetterFast","_Letter","_LockSmall","_Lock","_Marker","_MessageAdd","_MessageEmpty","_MessageSmall","_MessageSolid","_Message","_Minus","_MobileMenu","_Moon","_MoveTrigger","_Move","_MyWork","_NoteAdd","_Note","_Notebook","_NotificationBell","_OpenExpanded","_OpenSheet","_OrderFirst","_PaidSmall","_PauseCircleOutline","_PauseIcon","_PauseSmall","_PencilSmall","_Pencil","_PendingPaymentSmall","_People","_PersonArrowOutCircle","_PersonCircleOff","_PersonCircle","_PersonList","_PersonPlus","_Person","_Pin","_PlayCircleOutline","_PlayIcon","_PlaySmall","_PriorityLow","_ProjectAdd","_ProjectSearch","_ProjectStar","_ProjectTemplateAdd","_ProjectTemplateConvert","_ProjectTemplate","_Projects","_RadioBlank","_RadioButton","_Rearange","_RearrangeSmall","_RecurringCheckmarkSmall","_RecurringCheckmark","_RecurringDollar","_RecurringSmall","_ReportTime","_Reports","_RocketSmall","_Rocket","_Save","_SearchLarge","_Search","_SendBlank","_SendFilled","_Settings","_Shield","_SortGeneral","_SortIcon","_SortList","_SortSmall","_StarOutline","_Star","_Status","_Stopwatch","_Sun","_SystemSettings","_TaskAdd","_TaskListAdd","_TaskListComplete","_TaskList","_ThumbUpOutline","_Trash","_TreeDots","_Upload","_ViewDay","_ViewGrid","_ViewList","_ViewTimeline","_VolumeHigh","_WarningTriangleSmall","_WarningTriangle","_Warning","_Workload","obj","__esModule","default"],"sources":["../../../../../src/components/Icons/collection/index.tsx"],"sourcesContent":["export { default as AccessLogIcon } from \"./AccessLog\";\nexport { default as ActivityIcon } from \"./Activity\";\nexport { default as AddCrossTinyIcon } from \"./AddCrossTiny\";\nexport { default as AddCrossIcon } from \"./AddCross\";\nexport { default as ArchiveIcon } from \"./Archive\";\nexport { default as ArrowBackMobileIcon } from \"./ArrowBackMobile\";\nexport { default as ArrowCollapseMultipleIcon } from \"./ArrowCollapseMultiple\";\nexport { default as ArrowDownLongIcon } from \"./ArrowDownLong\";\nexport { default as ArrowDownSmallIcon } from \"./ArrowDownSmall\";\nexport { default as ArrowDownIcon } from \"./ArrowDown\";\nexport { default as ArrowExpandeMultipleIcon } from \"./ArrowExpandeMultiple\";\nexport { default as ArrowLeftBoxIcon } from \"./ArrowLeftBox\";\nexport { default as ArrowLeftIcon } from \"./ArrowLeft\";\nexport { default as ArrowRefreshIcon } from \"./ArrowRefresh\";\nexport { default as ArrowRestoreIcon } from \"./ArrowRestore\";\nexport { default as ArrowRightIcon } from \"./ArrowRight\";\nexport { default as ArrowUpLongIcon } from \"./ArrowUpLong\";\nexport { default as ArrowUpIcon } from \"./ArrowUp\";\nexport { default as AssignIcon } from \"./Assign\";\nexport { default as AttachmentIcon } from \"./Attachment\";\nexport { default as BellOffSmallIcon } from \"./BellOffSmall\";\nexport { default as BellOffIcon } from \"./BellOff\";\nexport { default as BillingIcon } from \"./Billing\";\nexport { default as BudgetAlertIcon } from \"./BudgetAlert\";\nexport { default as CalendarAddXIcon } from \"./CalendarAddX\";\nexport { default as CalendarImportIcon } from \"./CalendarImport\";\nexport { default as CalendarIcon } from \"./Calendar\";\nexport { default as CancelCrossIcon } from \"./CancelCross\";\nexport { default as CaretLeftIcon } from \"./CaretLeft\";\nexport { default as CaretRightIcon } from \"./CaretRight\";\nexport { default as ChatIcon } from \"./Chat\";\nexport { default as CheckIcon } from \"./Check\";\nexport { default as CheckboxBlankTogglerIcon } from \"./CheckboxBlankToggler\";\nexport { default as CheckboxCircleArrowIcon } from \"./CheckboxCircleArrow\";\nexport { default as CheckboxDocumentsIcon } from \"./CheckboxDocuments\";\nexport { default as CheckboxIcon } from \"./Checkbox\";\nexport { default as ChecklistSmallIcon } from \"./ChecklistSmall\";\nexport { default as ChecklistIcon } from \"./Checklist\";\nexport { default as CircleMultipleIcon } from \"./CircleMultiple\";\nexport { default as ClockAddIcon } from \"./ClockAdd\";\nexport { default as ClockDollarIcon } from \"./ClockDollar\";\nexport { default as ClockSmallIcon } from \"./ClockSmall\";\nexport { default as ClockStopwatchIndicatorIcon } from \"./ClockStopwatchIndicator\";\nexport { default as ClockStopwatchSmallIcon } from \"./ClockStopwatchSmall\";\nexport { default as ClockStopwatchIcon } from \"./ClockStopwatch\";\nexport { default as ClockIcon } from \"./Clock\";\nexport { default as CloseCircleIcon } from \"./CloseCircle\";\nexport { default as CloseDocumentIcon } from \"./CloseDocument\";\nexport { default as CloseSmallIcon } from \"./CloseSmall\";\nexport { default as CloseIcon } from \"./Close\";\nexport { default as CollapsIcon } from \"./CollapsIcon\";\nexport { default as CollapseAllIcon } from \"./CollapseAll\";\nexport { default as CollapseExpandSingleIcon } from \"./CollapseExpandSingle\";\nexport { default as CompanyAddIcon } from \"./CompanyAdd\";\nexport { default as CompanyIcon } from \"./Company\";\nexport { default as ComputerIcon } from \"./Computer\";\nexport { default as CopyIcon } from \"./Copy\";\nexport { default as CrownBlankIcon } from \"./CrownBlank\";\nexport { default as CrownSelectedIcon } from \"./CrownSelected\";\nexport { default as DependencySmallIcon } from \"./DependencySmall\";\nexport { default as DependencyIcon } from \"./Dependency\";\nexport { default as DescriptionSmallIcon } from \"./DescriptionSmall\";\nexport { default as DescriptionIcon } from \"./Description\";\nexport { default as DiscussionAddIcon } from \"./DiscussionAdd\";\nexport { default as DiscussionIcon } from \"./Discussion\";\nexport { default as DollarCheckmarkSmallIcon } from \"./DollarCheckmarkSmall\";\nexport { default as DollarCheckmarkIcon } from \"./DollarCheckmark\";\nexport { default as DollarClockSmallIcon } from \"./DollarClockSmall\";\nexport { default as DollarClockIcon } from \"./DollarClock\";\nexport { default as DollarDocumentPlusIcon } from \"./DollarDocumentPlus\";\nexport { default as DollarDocumentIcon } from \"./DollarDocument\";\nexport { default as DollarOffSmallIcon } from \"./DollarOffSmall\";\nexport { default as DollarOffIcon } from \"./DollarOff\";\nexport { default as DollarSmallIcon } from \"./DollarSmall\";\nexport { default as DollarIcon } from \"./Dollar\";\nexport { default as DownloadIcon } from \"./Download\";\nexport { default as DriveIcon } from \"./Drive\";\nexport { default as DropboxIcon } from \"./Dropbox\";\nexport { default as DuplicateIcon } from \"./Duplicate\";\nexport { default as EditMultipleIcon } from \"./EditMultiple\";\nexport { default as EditIcon } from \"./Edit\";\nexport { default as EmojiIcon } from \"./Emoji\";\nexport { default as EstimatePlusIcon } from \"./EstimatePlus\";\nexport { default as EstimatesIcon } from \"./Estimates\";\nexport { default as ExpandAllIcon } from \"./ExpandAll\";\nexport { default as ExpenseAddIcon } from \"./ExpenseAdd\";\nexport { default as EyeOffSmallIcon } from \"./EyeOffSmall\";\nexport { default as EyeOffIcon } from \"./EyeOff\";\nexport { default as EyeSmallIcon } from \"./EyeSmall\";\nexport { default as EyeIcon } from \"./Eye\";\nexport { default as FilterIcon } from \"./Filter\";\nexport { default as FolderMoveIcon } from \"./FolderMove\";\nexport { default as FolderOutlineIcon } from \"./FolderOutline\";\nexport { default as GiftIcon } from \"./Gift\";\nexport { default as GroupByIcon } from \"./GroupBy\";\nexport { default as HashtagIcon } from \"./Hashtag\";\nexport { default as HelpIcon } from \"./Help\";\nexport { default as HistoryOfChangesIcon } from \"./HistoryOfChanges\";\nexport { default as ImageIcon } from \"./Image\";\nexport { default as InfoSmallIcon } from \"./InfoSmall\";\nexport { default as InfoIcon } from \"./Info\";\nexport { default as InsertLinkIcon } from \"./InsertLink\";\nexport { default as IntegrationsIcon } from \"./Integrations\";\nexport { default as InvoicesIcon } from \"./Invoices\";\nexport { default as LabelsIcon } from \"./Labels\";\nexport { default as LetterArrowRightIcon } from \"./LetterArrowRight\";\nexport { default as LetterFastIcon } from \"./LetterFast\";\nexport { default as LetterIcon } from \"./Letter\";\nexport { default as LockSmallIcon } from \"./LockSmall\";\nexport { default as LockIcon } from \"./Lock\";\nexport { default as MarkerIcon } from \"./Marker\";\nexport { default as MessageAddIcon } from \"./MessageAdd\";\nexport { default as MessageEmptyIcon } from \"./MessageEmpty\";\nexport { default as MessageSmallIcon } from \"./MessageSmall\";\nexport { default as MessageSolidIcon } from \"./MessageSolid\";\nexport { default as MessageIcon } from \"./Message\";\nexport { default as MinusIcon } from \"./Minus\";\nexport { default as MobileMenuIcon } from \"./MobileMenu\";\nexport { default as MoonIcon } from \"./Moon\";\nexport { default as MoveTriggerIcon } from \"./MoveTrigger\";\nexport { default as MoveIcon } from \"./Move\";\nexport { default as MyWorkIcon } from \"./MyWork\";\nexport { default as NoteAddIcon } from \"./NoteAdd\";\nexport { default as NoteIcon } from \"./Note\";\nexport { default as NotebookIcon } from \"./Notebook\";\nexport { default as NotificationBellIcon } from \"./NotificationBell\";\nexport { default as OpenExpandedIcon } from \"./OpenExpanded\";\nexport { default as OpenSheetIcon } from \"./OpenSheet\";\nexport { default as OrderFirstIcon } from \"./OrderFirst\";\nexport { default as PaidSmallIcon } from \"./PaidSmall\";\nexport { default as PauseCircleOutlineIcon } from \"./PauseCircleOutline\";\nexport { default as PauseIcon } from \"./PauseIcon\";\nexport { default as PauseSmallIcon } from \"./PauseSmall\";\nexport { default as PencilSmallIcon } from \"./PencilSmall\";\nexport { default as PencilIcon } from \"./Pencil\";\nexport { default as PendingPaymentSmallIcon } from \"./PendingPaymentSmall\";\nexport { default as PeopleIcon } from \"./People\";\nexport { default as PersonArrowOutCircleIcon } from \"./PersonArrowOutCircle\";\nexport { default as PersonCircleOffIcon } from \"./PersonCircleOff\";\nexport { default as PersonCircleIcon } from \"./PersonCircle\";\nexport { default as PersonListIcon } from \"./PersonList\";\nexport { default as PersonPlusIcon } from \"./PersonPlus\";\nexport { default as PersonIcon } from \"./Person\";\nexport { default as PinIcon } from \"./Pin\";\nexport { default as PlayCircleOutlineIcon } from \"./PlayCircleOutline\";\nexport { default as PlayIcon } from \"./PlayIcon\";\nexport { default as PlaySmallIcon } from \"./PlaySmall\";\nexport { default as PriorityLowIcon } from \"./PriorityLow\";\nexport { default as ProjectAddIcon } from \"./ProjectAdd\";\nexport { default as ProjectSearchIcon } from \"./ProjectSearch\";\nexport { default as ProjectStarIcon } from \"./ProjectStar\";\nexport { default as ProjectTemplateAddIcon } from \"./ProjectTemplateAdd\";\nexport { default as ProjectTemplateConvertIcon } from \"./ProjectTemplateConvert\";\nexport { default as ProjectTemplateIcon } from \"./ProjectTemplate\";\nexport { default as ProjectsIcon } from \"./Projects\";\nexport { default as RadioBlankIcon } from \"./RadioBlank\";\nexport { default as RadioButtonIcon } from \"./RadioButton\";\nexport { default as RearangeIcon } from \"./Rearange\";\nexport { default as RearrangeSmallIcon } from \"./RearrangeSmall\";\nexport { default as RecurringCheckmarkSmallIcon } from \"./RecurringCheckmarkSmall\";\nexport { default as RecurringCheckmarkIcon } from \"./RecurringCheckmark\";\nexport { default as RecurringDollarIcon } from \"./RecurringDollar\";\nexport { default as RecurringSmallIcon } from \"./RecurringSmall\";\nexport { default as ReportTimeIcon } from \"./ReportTime\";\nexport { default as ReportsIcon } from \"./Reports\";\nexport { default as RocketSmallIcon } from \"./RocketSmall\";\nexport { default as RocketIcon } from \"./Rocket\";\nexport { default as SaveIcon } from \"./Save\";\nexport { default as SearchLargeIcon } from \"./SearchLarge\";\nexport { default as SearchIcon } from \"./Search\";\nexport { default as SendBlankIcon } from \"./SendBlank\";\nexport { default as SendFilledIcon } from \"./SendFilled\";\nexport { default as SettingsIcon } from \"./Settings\";\nexport { default as ShieldIcon } from \"./Shield\";\nexport { default as SortGeneralIcon } from \"./SortGeneral\";\nexport { default as SortIcon } from \"./SortIcon\";\nexport { default as SortListIcon } from \"./SortList\";\nexport { default as SortSmallIcon } from \"./SortSmall\";\nexport { default as StarOutlineIcon } from \"./StarOutline\";\nexport { default as StarIcon } from \"./Star\";\nexport { default as StatusIcon } from \"./Status\";\nexport { default as StopwatchIcon } from \"./Stopwatch\";\nexport { default as SunIcon } from \"./Sun\";\nexport { default as SystemSettingsIcon } from \"./SystemSettings\";\nexport { default as TaskAddIcon } from \"./TaskAdd\";\nexport { default as TaskListAddIcon } from \"./TaskListAdd\";\nexport { default as TaskListCompleteIcon } from \"./TaskListComplete\";\nexport { default as TaskListIcon } from \"./TaskList\";\nexport { default as ThumbUpOutlineIcon } from \"./ThumbUpOutline\";\nexport { default as TrashIcon } from \"./Trash\";\nexport { default as TreeDotsIcon } from \"./TreeDots\";\nexport { default as UploadIcon } from \"./Upload\";\nexport { default as ViewDayIcon } from \"./ViewDay\";\nexport { default as ViewGridIcon } from \"./ViewGrid\";\nexport { default as ViewListIcon } from \"./ViewList\";\nexport { default as ViewTimelineIcon } from \"./ViewTimeline\";\nexport { default as VolumeHighIcon } from \"./VolumeHigh\";\nexport { default as WarningTriangleSmallIcon } from \"./WarningTriangleSmall\";\nexport { default as WarningTriangleIcon } from \"./WarningTriangle\";\nexport { default as WarningIcon } from \"./Warning\";\nexport { default as WorkloadIcon } from \"./Workload\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
1
+ {"version":3,"file":"index.js","names":["_AccessLog","_interopRequireDefault","require","_Activity","_AddCrossTiny","_AddCross","_Archive","_ArrowBackMobile","_ArrowCollapseMultiple","_ArrowDownLong","_ArrowDownSmall","_ArrowDown","_ArrowExpandeMultiple","_ArrowLeftBox","_ArrowLeft","_ArrowRefresh","_ArrowRestore","_ArrowRight","_ArrowUpLong","_ArrowUp","_Assign","_Attachment","_BellOffSmall","_BellOff","_Billing","_BudgetAlert","_CalendarAddX","_CalendarImport","_Calendar","_CancelCross","_CaretLeft","_CaretRight","_Chat","_Check","_CheckboxBlankToggler","_CheckboxCircleArrow","_CheckboxDocuments","_Checkbox","_ChecklistSmall","_Checklist","_CircleMultiple","_ClockAdd","_ClockDollar","_ClockSmall","_ClockStopwatchIndicator","_ClockStopwatchSmall","_ClockStopwatch","_Clock","_CloseCircle","_CloseDocument","_CloseSmall","_Close","_CollapsIcon","_CollapseAll","_CollapseExpandSingle","_CompanyAdd","_Company","_Computer","_Copy","_CrownBlank","_CrownSelected","_DependencySmall","_Dependency","_DescriptionSmall","_Description","_DiscussionAdd","_Discussion","_DollarCheckmarkSmall","_DollarCheckmark","_DollarClockSmall","_DollarClock","_DollarDocumentPlus","_DollarDocument","_DollarOffSmall","_DollarOff","_DollarSmall","_Dollar","_Download","_Drive","_Dropbox","_Duplicate","_EditMultiple","_Edit","_Emoji","_EstimatePlus","_Estimates","_ExpandAll","_ExpenseAdd","_ExpensePlus","_EyeOffSmall","_EyeOff","_EyeSmall","_Eye","_Filter","_FolderMove","_FolderOutline","_Gift","_GroupBy","_Hashtag","_Help","_HistoryOfChanges","_Image","_InfoSmall","_Info","_InsertLink","_Integrations","_Invoices","_Labels","_LetterArrowRight","_LetterFast","_Letter","_LockSmall","_Lock","_Marker","_MessageAdd","_MessageEmpty","_MessageSmall","_MessageSolid","_Message","_Minus","_MobileMenu","_Moon","_MoveTrigger","_Move","_MyWork","_NoteAdd","_Note","_Notebook","_NotificationBell","_OpenExpanded","_OpenSheet","_OrderFirst","_PaidSmall","_PauseCircleOutline","_PauseIcon","_PauseSmall","_PencilSmall","_Pencil","_PendingPaymentSmall","_People","_PersonArrowOutCircle","_PersonCircleOff","_PersonCircle","_PersonList","_PersonPlus","_Person","_Pin","_PlayCircleOutline","_PlayIcon","_PlaySmall","_PriorityLow","_ProjectAdd","_ProjectSearch","_ProjectStar","_ProjectTemplateAdd","_ProjectTemplateConvert","_ProjectTemplate","_Projects","_RadioBlank","_RadioButton","_Rearange","_RearrangeSmall","_RecurringCheckmarkSmall","_RecurringCheckmark","_RecurringDollar","_RecurringSmall","_ReportTime","_Reports","_RocketSmall","_Rocket","_Save","_SearchLarge","_Search","_SendBlank","_SendFilled","_Settings","_Shield","_SortGeneral","_SortIcon","_SortList","_SortSmall","_StarOutline","_Star","_Status","_Stopwatch","_Sun","_SystemSettings","_TaskAdd","_TaskListAdd","_TaskListComplete","_TaskList","_ThumbUpOutline","_ThumbsDownOutline","_ThumbsUpOutline","_Trash","_TreeDots","_Upload","_ViewDay","_ViewGrid","_ViewList","_ViewTimeline","_VolumeHigh","_WarningTriangleSmall","_WarningTriangle","_Warning","_Workload","obj","__esModule","default"],"sources":["../../../../../src/components/Icons/collection/index.tsx"],"sourcesContent":["export { default as AccessLogIcon } from \"./AccessLog\";\nexport { default as ActivityIcon } from \"./Activity\";\nexport { default as AddCrossTinyIcon } from \"./AddCrossTiny\";\nexport { default as AddCrossIcon } from \"./AddCross\";\nexport { default as ArchiveIcon } from \"./Archive\";\nexport { default as ArrowBackMobileIcon } from \"./ArrowBackMobile\";\nexport { default as ArrowCollapseMultipleIcon } from \"./ArrowCollapseMultiple\";\nexport { default as ArrowDownLongIcon } from \"./ArrowDownLong\";\nexport { default as ArrowDownSmallIcon } from \"./ArrowDownSmall\";\nexport { default as ArrowDownIcon } from \"./ArrowDown\";\nexport { default as ArrowExpandeMultipleIcon } from \"./ArrowExpandeMultiple\";\nexport { default as ArrowLeftBoxIcon } from \"./ArrowLeftBox\";\nexport { default as ArrowLeftIcon } from \"./ArrowLeft\";\nexport { default as ArrowRefreshIcon } from \"./ArrowRefresh\";\nexport { default as ArrowRestoreIcon } from \"./ArrowRestore\";\nexport { default as ArrowRightIcon } from \"./ArrowRight\";\nexport { default as ArrowUpLongIcon } from \"./ArrowUpLong\";\nexport { default as ArrowUpIcon } from \"./ArrowUp\";\nexport { default as AssignIcon } from \"./Assign\";\nexport { default as AttachmentIcon } from \"./Attachment\";\nexport { default as BellOffSmallIcon } from \"./BellOffSmall\";\nexport { default as BellOffIcon } from \"./BellOff\";\nexport { default as BillingIcon } from \"./Billing\";\nexport { default as BudgetAlertIcon } from \"./BudgetAlert\";\nexport { default as CalendarAddXIcon } from \"./CalendarAddX\";\nexport { default as CalendarImportIcon } from \"./CalendarImport\";\nexport { default as CalendarIcon } from \"./Calendar\";\nexport { default as CancelCrossIcon } from \"./CancelCross\";\nexport { default as CaretLeftIcon } from \"./CaretLeft\";\nexport { default as CaretRightIcon } from \"./CaretRight\";\nexport { default as ChatIcon } from \"./Chat\";\nexport { default as CheckIcon } from \"./Check\";\nexport { default as CheckboxBlankTogglerIcon } from \"./CheckboxBlankToggler\";\nexport { default as CheckboxCircleArrowIcon } from \"./CheckboxCircleArrow\";\nexport { default as CheckboxDocumentsIcon } from \"./CheckboxDocuments\";\nexport { default as CheckboxIcon } from \"./Checkbox\";\nexport { default as ChecklistSmallIcon } from \"./ChecklistSmall\";\nexport { default as ChecklistIcon } from \"./Checklist\";\nexport { default as CircleMultipleIcon } from \"./CircleMultiple\";\nexport { default as ClockAddIcon } from \"./ClockAdd\";\nexport { default as ClockDollarIcon } from \"./ClockDollar\";\nexport { default as ClockSmallIcon } from \"./ClockSmall\";\nexport { default as ClockStopwatchIndicatorIcon } from \"./ClockStopwatchIndicator\";\nexport { default as ClockStopwatchSmallIcon } from \"./ClockStopwatchSmall\";\nexport { default as ClockStopwatchIcon } from \"./ClockStopwatch\";\nexport { default as ClockIcon } from \"./Clock\";\nexport { default as CloseCircleIcon } from \"./CloseCircle\";\nexport { default as CloseDocumentIcon } from \"./CloseDocument\";\nexport { default as CloseSmallIcon } from \"./CloseSmall\";\nexport { default as CloseIcon } from \"./Close\";\nexport { default as CollapsIcon } from \"./CollapsIcon\";\nexport { default as CollapseAllIcon } from \"./CollapseAll\";\nexport { default as CollapseExpandSingleIcon } from \"./CollapseExpandSingle\";\nexport { default as CompanyAddIcon } from \"./CompanyAdd\";\nexport { default as CompanyIcon } from \"./Company\";\nexport { default as ComputerIcon } from \"./Computer\";\nexport { default as CopyIcon } from \"./Copy\";\nexport { default as CrownBlankIcon } from \"./CrownBlank\";\nexport { default as CrownSelectedIcon } from \"./CrownSelected\";\nexport { default as DependencySmallIcon } from \"./DependencySmall\";\nexport { default as DependencyIcon } from \"./Dependency\";\nexport { default as DescriptionSmallIcon } from \"./DescriptionSmall\";\nexport { default as DescriptionIcon } from \"./Description\";\nexport { default as DiscussionAddIcon } from \"./DiscussionAdd\";\nexport { default as DiscussionIcon } from \"./Discussion\";\nexport { default as DollarCheckmarkSmallIcon } from \"./DollarCheckmarkSmall\";\nexport { default as DollarCheckmarkIcon } from \"./DollarCheckmark\";\nexport { default as DollarClockSmallIcon } from \"./DollarClockSmall\";\nexport { default as DollarClockIcon } from \"./DollarClock\";\nexport { default as DollarDocumentPlusIcon } from \"./DollarDocumentPlus\";\nexport { default as DollarDocumentIcon } from \"./DollarDocument\";\nexport { default as DollarOffSmallIcon } from \"./DollarOffSmall\";\nexport { default as DollarOffIcon } from \"./DollarOff\";\nexport { default as DollarSmallIcon } from \"./DollarSmall\";\nexport { default as DollarIcon } from \"./Dollar\";\nexport { default as DownloadIcon } from \"./Download\";\nexport { default as DriveIcon } from \"./Drive\";\nexport { default as DropboxIcon } from \"./Dropbox\";\nexport { default as DuplicateIcon } from \"./Duplicate\";\nexport { default as EditMultipleIcon } from \"./EditMultiple\";\nexport { default as EditIcon } from \"./Edit\";\nexport { default as EmojiIcon } from \"./Emoji\";\nexport { default as EstimatePlusIcon } from \"./EstimatePlus\";\nexport { default as EstimatesIcon } from \"./Estimates\";\nexport { default as ExpandAllIcon } from \"./ExpandAll\";\nexport { default as ExpenseAddIcon } from \"./ExpenseAdd\";\nexport { default as ExpensePlusIcon } from \"./ExpensePlus\";\nexport { default as EyeOffSmallIcon } from \"./EyeOffSmall\";\nexport { default as EyeOffIcon } from \"./EyeOff\";\nexport { default as EyeSmallIcon } from \"./EyeSmall\";\nexport { default as EyeIcon } from \"./Eye\";\nexport { default as FilterIcon } from \"./Filter\";\nexport { default as FolderMoveIcon } from \"./FolderMove\";\nexport { default as FolderOutlineIcon } from \"./FolderOutline\";\nexport { default as GiftIcon } from \"./Gift\";\nexport { default as GroupByIcon } from \"./GroupBy\";\nexport { default as HashtagIcon } from \"./Hashtag\";\nexport { default as HelpIcon } from \"./Help\";\nexport { default as HistoryOfChangesIcon } from \"./HistoryOfChanges\";\nexport { default as ImageIcon } from \"./Image\";\nexport { default as InfoSmallIcon } from \"./InfoSmall\";\nexport { default as InfoIcon } from \"./Info\";\nexport { default as InsertLinkIcon } from \"./InsertLink\";\nexport { default as IntegrationsIcon } from \"./Integrations\";\nexport { default as InvoicesIcon } from \"./Invoices\";\nexport { default as LabelsIcon } from \"./Labels\";\nexport { default as LetterArrowRightIcon } from \"./LetterArrowRight\";\nexport { default as LetterFastIcon } from \"./LetterFast\";\nexport { default as LetterIcon } from \"./Letter\";\nexport { default as LockSmallIcon } from \"./LockSmall\";\nexport { default as LockIcon } from \"./Lock\";\nexport { default as MarkerIcon } from \"./Marker\";\nexport { default as MessageAddIcon } from \"./MessageAdd\";\nexport { default as MessageEmptyIcon } from \"./MessageEmpty\";\nexport { default as MessageSmallIcon } from \"./MessageSmall\";\nexport { default as MessageSolidIcon } from \"./MessageSolid\";\nexport { default as MessageIcon } from \"./Message\";\nexport { default as MinusIcon } from \"./Minus\";\nexport { default as MobileMenuIcon } from \"./MobileMenu\";\nexport { default as MoonIcon } from \"./Moon\";\nexport { default as MoveTriggerIcon } from \"./MoveTrigger\";\nexport { default as MoveIcon } from \"./Move\";\nexport { default as MyWorkIcon } from \"./MyWork\";\nexport { default as NoteAddIcon } from \"./NoteAdd\";\nexport { default as NoteIcon } from \"./Note\";\nexport { default as NotebookIcon } from \"./Notebook\";\nexport { default as NotificationBellIcon } from \"./NotificationBell\";\nexport { default as OpenExpandedIcon } from \"./OpenExpanded\";\nexport { default as OpenSheetIcon } from \"./OpenSheet\";\nexport { default as OrderFirstIcon } from \"./OrderFirst\";\nexport { default as PaidSmallIcon } from \"./PaidSmall\";\nexport { default as PauseCircleOutlineIcon } from \"./PauseCircleOutline\";\nexport { default as PauseIcon } from \"./PauseIcon\";\nexport { default as PauseSmallIcon } from \"./PauseSmall\";\nexport { default as PencilSmallIcon } from \"./PencilSmall\";\nexport { default as PencilIcon } from \"./Pencil\";\nexport { default as PendingPaymentSmallIcon } from \"./PendingPaymentSmall\";\nexport { default as PeopleIcon } from \"./People\";\nexport { default as PersonArrowOutCircleIcon } from \"./PersonArrowOutCircle\";\nexport { default as PersonCircleOffIcon } from \"./PersonCircleOff\";\nexport { default as PersonCircleIcon } from \"./PersonCircle\";\nexport { default as PersonListIcon } from \"./PersonList\";\nexport { default as PersonPlusIcon } from \"./PersonPlus\";\nexport { default as PersonIcon } from \"./Person\";\nexport { default as PinIcon } from \"./Pin\";\nexport { default as PlayCircleOutlineIcon } from \"./PlayCircleOutline\";\nexport { default as PlayIcon } from \"./PlayIcon\";\nexport { default as PlaySmallIcon } from \"./PlaySmall\";\nexport { default as PriorityLowIcon } from \"./PriorityLow\";\nexport { default as ProjectAddIcon } from \"./ProjectAdd\";\nexport { default as ProjectSearchIcon } from \"./ProjectSearch\";\nexport { default as ProjectStarIcon } from \"./ProjectStar\";\nexport { default as ProjectTemplateAddIcon } from \"./ProjectTemplateAdd\";\nexport { default as ProjectTemplateConvertIcon } from \"./ProjectTemplateConvert\";\nexport { default as ProjectTemplateIcon } from \"./ProjectTemplate\";\nexport { default as ProjectsIcon } from \"./Projects\";\nexport { default as RadioBlankIcon } from \"./RadioBlank\";\nexport { default as RadioButtonIcon } from \"./RadioButton\";\nexport { default as RearangeIcon } from \"./Rearange\";\nexport { default as RearrangeSmallIcon } from \"./RearrangeSmall\";\nexport { default as RecurringCheckmarkSmallIcon } from \"./RecurringCheckmarkSmall\";\nexport { default as RecurringCheckmarkIcon } from \"./RecurringCheckmark\";\nexport { default as RecurringDollarIcon } from \"./RecurringDollar\";\nexport { default as RecurringSmallIcon } from \"./RecurringSmall\";\nexport { default as ReportTimeIcon } from \"./ReportTime\";\nexport { default as ReportsIcon } from \"./Reports\";\nexport { default as RocketSmallIcon } from \"./RocketSmall\";\nexport { default as RocketIcon } from \"./Rocket\";\nexport { default as SaveIcon } from \"./Save\";\nexport { default as SearchLargeIcon } from \"./SearchLarge\";\nexport { default as SearchIcon } from \"./Search\";\nexport { default as SendBlankIcon } from \"./SendBlank\";\nexport { default as SendFilledIcon } from \"./SendFilled\";\nexport { default as SettingsIcon } from \"./Settings\";\nexport { default as ShieldIcon } from \"./Shield\";\nexport { default as SortGeneralIcon } from \"./SortGeneral\";\nexport { default as SortIcon } from \"./SortIcon\";\nexport { default as SortListIcon } from \"./SortList\";\nexport { default as SortSmallIcon } from \"./SortSmall\";\nexport { default as StarOutlineIcon } from \"./StarOutline\";\nexport { default as StarIcon } from \"./Star\";\nexport { default as StatusIcon } from \"./Status\";\nexport { default as StopwatchIcon } from \"./Stopwatch\";\nexport { default as SunIcon } from \"./Sun\";\nexport { default as SystemSettingsIcon } from \"./SystemSettings\";\nexport { default as TaskAddIcon } from \"./TaskAdd\";\nexport { default as TaskListAddIcon } from \"./TaskListAdd\";\nexport { default as TaskListCompleteIcon } from \"./TaskListComplete\";\nexport { default as TaskListIcon } from \"./TaskList\";\nexport { default as ThumbUpOutlineIcon } from \"./ThumbUpOutline\";\nexport { default as ThumbsDownOutlineIcon } from \"./ThumbsDownOutline\";\nexport { default as ThumbsUpOutlineIcon } from \"./ThumbsUpOutline\";\nexport { default as TrashIcon } from \"./Trash\";\nexport { default as TreeDotsIcon } from \"./TreeDots\";\nexport { default as UploadIcon } from \"./Upload\";\nexport { default as ViewDayIcon } from \"./ViewDay\";\nexport { default as ViewGridIcon } from \"./ViewGrid\";\nexport { default as ViewListIcon } from \"./ViewList\";\nexport { default as ViewTimelineIcon } from \"./ViewTimeline\";\nexport { default as VolumeHighIcon } from \"./VolumeHigh\";\nexport { default as WarningTriangleSmallIcon } from \"./WarningTriangleSmall\";\nexport { default as WarningTriangleIcon } from \"./WarningTriangle\";\nexport { default as WarningIcon } from \"./Warning\";\nexport { default as WorkloadIcon } from \"./Workload\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
@@ -0,0 +1,23 @@
1
+ import React from "react";
2
+ /**
3
+ * @component ExpensePlusIcon
4
+ * @description
5
+ *
6
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
7
+ * The Icon component is
8
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
9
+ *
10
+ *
11
+ * @example
12
+ * return (
13
+ * <ExpensePlusIcon className="mr-2" />
14
+ * )
15
+ *
16
+ * @see
17
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
18
+ * @see
19
+ * https://design.activecollab.com/docs/foundations/icons
20
+ */
21
+ declare const ExpensePlusIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
22
+ export default ExpensePlusIcon;
23
+ //# sourceMappingURL=ExpensePlus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExpensePlus.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/ExpensePlus.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;;;;;;;;;;;;;;;;GAkBG;AACH,QAAA,MAAM,eAAe,kHAoBpB,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,40 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import React from "react";
3
+
4
+ /**
5
+ * @component ExpensePlusIcon
6
+ * @description
7
+ *
8
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
9
+ * The Icon component is
10
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
11
+ *
12
+ *
13
+ * @example
14
+ * return (
15
+ * <ExpensePlusIcon className="mr-2" />
16
+ * )
17
+ *
18
+ * @see
19
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
20
+ * @see
21
+ * https://design.activecollab.com/docs/foundations/icons
22
+ */
23
+ const ExpensePlusIcon = /*#__PURE__*/React.forwardRef((props, svgRef) => /*#__PURE__*/React.createElement("svg", _extends({
24
+ xmlns: "http://www.w3.org/2000/svg",
25
+ width: 24,
26
+ height: 24,
27
+ "data-testid": "ExpensePlusIcon",
28
+ fill: "var(--color-theme-600)",
29
+ focusable: false,
30
+ ref: svgRef
31
+ }, props), /*#__PURE__*/React.createElement("path", {
32
+ fillRule: "evenodd",
33
+ d: "M20 21a2 2 0 001.994-1.85L22 19v-7h-2v7H4V5h8V3H4a2 2 0 00-1.995 1.85L2 5v14c0 1.06.81 1.919 1.85 1.994L4 21h16z",
34
+ clipRule: "evenodd"
35
+ }), /*#__PURE__*/React.createElement("path", {
36
+ d: "M11 8V7H9v1H8l-.117.007A1 1 0 007 9v3l.007.117A1 1 0 008 13h3v1H7v2h2v1h2v-1h1l.117-.007A1 1 0 0013 15v-3l-.007-.117A1 1 0 0012 11H9v-1h4V8h-2zm8.057-3.943c.17.61.53 1.282 1.096 1.848A4.298 4.298 0 0022 7.001c-.61.17-1.281.529-1.847 1.095a4.296 4.296 0 00-1.095 1.846 4.3 4.3 0 00-1.096-1.846A4.299 4.299 0 0016.114 7a4.296 4.296 0 001.848-1.095 4.297 4.297 0 001.095-1.848zm-2.943-2.412c.079.28.244.59.505.851.26.26.57.426.85.504a1.98 1.98 0 00-.85.505c-.26.26-.426.57-.505.85a1.98 1.98 0 00-.504-.85A1.98 1.98 0 0014.76 3c.28-.078.59-.243.85-.504.26-.26.426-.57.504-.85z"
37
+ })));
38
+ ExpensePlusIcon.displayName = "ExpensePlusIcon";
39
+ export default ExpensePlusIcon;
40
+ //# sourceMappingURL=ExpensePlus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExpensePlus.js","names":["React","ExpensePlusIcon","forwardRef","props","svgRef","createElement","_extends","xmlns","width","height","fill","focusable","ref","fillRule","d","clipRule","displayName"],"sources":["../../../../../src/components/Icons/collection/ExpensePlus.tsx"],"sourcesContent":["import React from \"react\";\n\n/**\n * @component ExpensePlusIcon\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n *\n * @example\n * return (\n * <ExpensePlusIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\nconst ExpensePlusIcon = React.forwardRef(\n (props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n data-testid=\"ExpensePlusIcon\"\n fill=\"var(--color-theme-600)\"\n focusable={false}\n ref={svgRef}\n {...props}\n >\n <path\n fillRule=\"evenodd\"\n d=\"M20 21a2 2 0 001.994-1.85L22 19v-7h-2v7H4V5h8V3H4a2 2 0 00-1.995 1.85L2 5v14c0 1.06.81 1.919 1.85 1.994L4 21h16z\"\n clipRule=\"evenodd\"\n />\n <path d=\"M11 8V7H9v1H8l-.117.007A1 1 0 007 9v3l.007.117A1 1 0 008 13h3v1H7v2h2v1h2v-1h1l.117-.007A1 1 0 0013 15v-3l-.007-.117A1 1 0 0012 11H9v-1h4V8h-2zm8.057-3.943c.17.61.53 1.282 1.096 1.848A4.298 4.298 0 0022 7.001c-.61.17-1.281.529-1.847 1.095a4.296 4.296 0 00-1.095 1.846 4.3 4.3 0 00-1.096-1.846A4.299 4.299 0 0016.114 7a4.296 4.296 0 001.848-1.095 4.297 4.297 0 001.095-1.848zm-2.943-2.412c.079.28.244.59.505.851.26.26.57.426.85.504a1.98 1.98 0 00-.85.505c-.26.26-.426.57-.505.85a1.98 1.98 0 00-.504-.85A1.98 1.98 0 0014.76 3c.28-.078.59-.243.85-.504.26-.26.426-.57.504-.85z\" />\n </svg>\n )\n);\nExpensePlusIcon.displayName = \"ExpensePlusIcon\";\nexport default ExpensePlusIcon;\n"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;;AAEzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMC,eAAe,gBAAGD,KAAK,CAACE,UAAU,CACtC,CAACC,KAAoC,EAAEC,MAAiC,kBACtEJ,KAAA,CAAAK,aAAA,QAAAC,QAAA;EACEC,KAAK,EAAC,4BAA4B;EAClCC,KAAK,EAAE,EAAG;EACVC,MAAM,EAAE,EAAG;EACX,eAAY,iBAAiB;EAC7BC,IAAI,EAAC,wBAAwB;EAC7BC,SAAS,EAAE,KAAM;EACjBC,GAAG,EAAER;AAAO,GACRD,KAAK,gBAETH,KAAA,CAAAK,aAAA;EACEQ,QAAQ,EAAC,SAAS;EAClBC,CAAC,EAAC,kHAAkH;EACpHC,QAAQ,EAAC;AAAS,CACnB,CAAC,eACFf,KAAA,CAAAK,aAAA;EAAMS,CAAC,EAAC;AAA8jB,CAAE,CACrkB,CAET,CAAC;AACDb,eAAe,CAACe,WAAW,GAAG,iBAAiB;AAC/C,eAAef,eAAe"}
@@ -0,0 +1,23 @@
1
+ import React from "react";
2
+ /**
3
+ * @component ThumbsDownOutlineIcon
4
+ * @description
5
+ *
6
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
7
+ * The Icon component is
8
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
9
+ *
10
+ *
11
+ * @example
12
+ * return (
13
+ * <ThumbsDownOutlineIcon className="mr-2" />
14
+ * )
15
+ *
16
+ * @see
17
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
18
+ * @see
19
+ * https://design.activecollab.com/docs/foundations/icons
20
+ */
21
+ declare const ThumbsDownOutlineIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
22
+ export default ThumbsDownOutlineIcon;
23
+ //# sourceMappingURL=ThumbsDownOutline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThumbsDownOutline.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/ThumbsDownOutline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;;;;;;;;;;;;;;;;GAkBG;AACH,QAAA,MAAM,qBAAqB,kHA6B1B,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
@@ -0,0 +1,48 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import React from "react";
3
+
4
+ /**
5
+ * @component ThumbsDownOutlineIcon
6
+ * @description
7
+ *
8
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
9
+ * The Icon component is
10
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
11
+ *
12
+ *
13
+ * @example
14
+ * return (
15
+ * <ThumbsDownOutlineIcon className="mr-2" />
16
+ * )
17
+ *
18
+ * @see
19
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
20
+ * @see
21
+ * https://design.activecollab.com/docs/foundations/icons
22
+ */
23
+ const ThumbsDownOutlineIcon = /*#__PURE__*/React.forwardRef((props, svgRef) => /*#__PURE__*/React.createElement("svg", _extends({
24
+ width: 20,
25
+ height: 19,
26
+ viewBox: "0 0 20 19",
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ "data-testid": "ThumbsDownOutlineIcon",
29
+ fill: "var(--color-theme-600)",
30
+ focusable: false,
31
+ ref: svgRef
32
+ }, props), /*#__PURE__*/React.createElement("g", {
33
+ clipPath: "url(#thumbs-down-outline_svg__clip0_120_6299)"
34
+ }, /*#__PURE__*/React.createElement("path", {
35
+ d: "M13.916 10.283l-3.132 7.049a2.35 2.35 0 01-2.35-2.35V11.85H4.001a1.567 1.567 0 01-1.566-1.802L3.515 3a1.566 1.566 0 011.567-1.331h8.835m0 8.615V1.668m0 8.615h2.09a1.81 1.81 0 001.825-1.566V3.234a1.81 1.81 0 00-1.824-1.566h-2.091",
36
+ stroke: "#6D6D73",
37
+ strokeWidth: 1.566,
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round"
40
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
41
+ id: "thumbs-down-outline_svg__clip0_120_6299"
42
+ }, /*#__PURE__*/React.createElement("path", {
43
+ transform: "translate(.602 .102)",
44
+ d: "M0 0h18.797v18.797H0z"
45
+ })))));
46
+ ThumbsDownOutlineIcon.displayName = "ThumbsDownOutlineIcon";
47
+ export default ThumbsDownOutlineIcon;
48
+ //# sourceMappingURL=ThumbsDownOutline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThumbsDownOutline.js","names":["React","ThumbsDownOutlineIcon","forwardRef","props","svgRef","createElement","_extends","width","height","viewBox","xmlns","fill","focusable","ref","clipPath","d","stroke","strokeWidth","strokeLinecap","strokeLinejoin","id","transform","displayName"],"sources":["../../../../../src/components/Icons/collection/ThumbsDownOutline.tsx"],"sourcesContent":["import React from \"react\";\n\n/**\n * @component ThumbsDownOutlineIcon\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n *\n * @example\n * return (\n * <ThumbsDownOutlineIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\nconst ThumbsDownOutlineIcon = React.forwardRef(\n (props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) => (\n <svg\n width={20}\n height={19}\n viewBox=\"0 0 20 19\"\n xmlns=\"http://www.w3.org/2000/svg\"\n data-testid=\"ThumbsDownOutlineIcon\"\n fill=\"var(--color-theme-600)\"\n focusable={false}\n ref={svgRef}\n {...props}\n >\n <g clipPath=\"url(#thumbs-down-outline_svg__clip0_120_6299)\">\n <path\n d=\"M13.916 10.283l-3.132 7.049a2.35 2.35 0 01-2.35-2.35V11.85H4.001a1.567 1.567 0 01-1.566-1.802L3.515 3a1.566 1.566 0 011.567-1.331h8.835m0 8.615V1.668m0 8.615h2.09a1.81 1.81 0 001.825-1.566V3.234a1.81 1.81 0 00-1.824-1.566h-2.091\"\n stroke=\"#6D6D73\"\n strokeWidth={1.566}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </g>\n <defs>\n <clipPath id=\"thumbs-down-outline_svg__clip0_120_6299\">\n <path transform=\"translate(.602 .102)\" d=\"M0 0h18.797v18.797H0z\" />\n </clipPath>\n </defs>\n </svg>\n )\n);\nThumbsDownOutlineIcon.displayName = \"ThumbsDownOutlineIcon\";\nexport default ThumbsDownOutlineIcon;\n"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;;AAEzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMC,qBAAqB,gBAAGD,KAAK,CAACE,UAAU,CAC5C,CAACC,KAAoC,EAAEC,MAAiC,kBACtEJ,KAAA,CAAAK,aAAA,QAAAC,QAAA;EACEC,KAAK,EAAE,EAAG;EACVC,MAAM,EAAE,EAAG;EACXC,OAAO,EAAC,WAAW;EACnBC,KAAK,EAAC,4BAA4B;EAClC,eAAY,uBAAuB;EACnCC,IAAI,EAAC,wBAAwB;EAC7BC,SAAS,EAAE,KAAM;EACjBC,GAAG,EAAET;AAAO,GACRD,KAAK,gBAETH,KAAA,CAAAK,aAAA;EAAGS,QAAQ,EAAC;AAA+C,gBACzDd,KAAA,CAAAK,aAAA;EACEU,CAAC,EAAC,sOAAsO;EACxOC,MAAM,EAAC,SAAS;EAChBC,WAAW,EAAE,KAAM;EACnBC,aAAa,EAAC,OAAO;EACrBC,cAAc,EAAC;AAAO,CACvB,CACA,CAAC,eACJnB,KAAA,CAAAK,aAAA,4BACEL,KAAA,CAAAK,aAAA;EAAUe,EAAE,EAAC;AAAyC,gBACpDpB,KAAA,CAAAK,aAAA;EAAMgB,SAAS,EAAC,sBAAsB;EAACN,CAAC,EAAC;AAAuB,CAAE,CAC1D,CACN,CACH,CAET,CAAC;AACDd,qBAAqB,CAACqB,WAAW,GAAG,uBAAuB;AAC3D,eAAerB,qBAAqB"}
@@ -0,0 +1,23 @@
1
+ import React from "react";
2
+ /**
3
+ * @component ThumbsUpOutlineIcon
4
+ * @description
5
+ *
6
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
7
+ * The Icon component is
8
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
9
+ *
10
+ *
11
+ * @example
12
+ * return (
13
+ * <ThumbsUpOutlineIcon className="mr-2" />
14
+ * )
15
+ *
16
+ * @see
17
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
18
+ * @see
19
+ * https://design.activecollab.com/docs/foundations/icons
20
+ */
21
+ declare const ThumbsUpOutlineIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
22
+ export default ThumbsUpOutlineIcon;
23
+ //# sourceMappingURL=ThumbsUpOutline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThumbsUpOutline.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/ThumbsUpOutline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;;;;;;;;;;;;;;;;GAkBG;AACH,QAAA,MAAM,mBAAmB,kHAsBxB,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,41 @@
1
+ import _extends from "@babel/runtime/helpers/esm/extends";
2
+ import React from "react";
3
+
4
+ /**
5
+ * @component ThumbsUpOutlineIcon
6
+ * @description
7
+ *
8
+ * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
9
+ * The Icon component is
10
+ * customizable, allowing for variations in size, color, and style to fit the needs of the application.
11
+ *
12
+ *
13
+ * @example
14
+ * return (
15
+ * <ThumbsUpOutlineIcon className="mr-2" />
16
+ * )
17
+ *
18
+ * @see
19
+ * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
20
+ * @see
21
+ * https://design.activecollab.com/docs/foundations/icons
22
+ */
23
+ const ThumbsUpOutlineIcon = /*#__PURE__*/React.forwardRef((props, svgRef) => /*#__PURE__*/React.createElement("svg", _extends({
24
+ width: 20,
25
+ height: 19,
26
+ viewBox: "0 0 20 19",
27
+ xmlns: "http://www.w3.org/2000/svg",
28
+ "data-testid": "ThumbsUpOutlineIcon",
29
+ fill: "var(--color-theme-600)",
30
+ focusable: false,
31
+ ref: svgRef
32
+ }, props), /*#__PURE__*/React.createElement("path", {
33
+ d: "M6.232 8.746l3.014-6.782a2.26 2.26 0 012.26 2.261v3.014h4.266a1.507 1.507 0 011.507 1.734l-1.04 6.782a1.507 1.507 0 01-1.507 1.28h-8.5m0-8.289v8.29m0-8.29H3.97a1.507 1.507 0 00-1.507 1.508v5.275a1.507 1.507 0 001.507 1.507h2.26",
34
+ stroke: "#6D6D73",
35
+ strokeWidth: 1.507,
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round"
38
+ })));
39
+ ThumbsUpOutlineIcon.displayName = "ThumbsUpOutlineIcon";
40
+ export default ThumbsUpOutlineIcon;
41
+ //# sourceMappingURL=ThumbsUpOutline.js.map