@navikt/aksel-icons 2.7.6 → 2.7.8

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 (106) hide show
  1. package/dist/metadata.js +1 -1
  2. package/dist/react/cjs/CaretLeftRight.js +1 -1
  3. package/dist/react/cjs/CaretLeftRightFill.js +1 -1
  4. package/dist/react/cjs/CaretUpDownFilledDown.js +48 -0
  5. package/dist/react/cjs/CaretUpDownFilledUp.js +48 -0
  6. package/dist/react/cjs/CloudDown.js +48 -0
  7. package/dist/react/cjs/CloudDownFill.js +48 -0
  8. package/dist/react/cjs/CloudUp.js +48 -0
  9. package/dist/react/cjs/CloudUpFill.js +48 -0
  10. package/dist/react/cjs/HddDown.js +48 -0
  11. package/dist/react/cjs/HddDownFill.js +48 -0
  12. package/dist/react/cjs/HddUp.js +48 -0
  13. package/dist/react/cjs/HddUpFill.js +48 -0
  14. package/dist/react/cjs/Inbox.js +48 -0
  15. package/dist/react/cjs/InboxDown.js +48 -0
  16. package/dist/react/cjs/InboxDownFill.js +48 -0
  17. package/dist/react/cjs/InboxFill.js +48 -0
  18. package/dist/react/cjs/InboxUp.js +48 -0
  19. package/dist/react/cjs/InboxUpFill.js +48 -0
  20. package/dist/react/cjs/ShoppingBasket.js +48 -0
  21. package/dist/react/cjs/ShoppingBasketFill.js +48 -0
  22. package/dist/react/cjs/index.js +51 -15
  23. package/dist/react/cjs/tsconfig.tsbuildinfo +1 -1
  24. package/dist/react/esm/CaretLeftRight.js +1 -1
  25. package/dist/react/esm/CaretLeftRight.js.map +1 -1
  26. package/dist/react/esm/CaretLeftRightFill.js +1 -1
  27. package/dist/react/esm/CaretLeftRightFill.js.map +1 -1
  28. package/dist/react/esm/CaretUpDownFilledDown.d.ts +7 -0
  29. package/dist/react/esm/CaretUpDownFilledDown.js +24 -0
  30. package/dist/react/esm/CaretUpDownFilledDown.js.map +1 -0
  31. package/dist/react/esm/CaretUpDownFilledUp.d.ts +7 -0
  32. package/dist/react/esm/CaretUpDownFilledUp.js +24 -0
  33. package/dist/react/esm/CaretUpDownFilledUp.js.map +1 -0
  34. package/dist/react/esm/CloudDown.d.ts +7 -0
  35. package/dist/react/esm/CloudDown.js +24 -0
  36. package/dist/react/esm/CloudDown.js.map +1 -0
  37. package/dist/react/esm/CloudDownFill.d.ts +7 -0
  38. package/dist/react/esm/CloudDownFill.js +24 -0
  39. package/dist/react/esm/CloudDownFill.js.map +1 -0
  40. package/dist/react/esm/CloudUp.d.ts +7 -0
  41. package/dist/react/esm/CloudUp.js +24 -0
  42. package/dist/react/esm/CloudUp.js.map +1 -0
  43. package/dist/react/esm/CloudUpFill.d.ts +7 -0
  44. package/dist/react/esm/CloudUpFill.js +24 -0
  45. package/dist/react/esm/CloudUpFill.js.map +1 -0
  46. package/dist/react/esm/HddDown.d.ts +7 -0
  47. package/dist/react/esm/HddDown.js +24 -0
  48. package/dist/react/esm/HddDown.js.map +1 -0
  49. package/dist/react/esm/HddDownFill.d.ts +7 -0
  50. package/dist/react/esm/HddDownFill.js +24 -0
  51. package/dist/react/esm/HddDownFill.js.map +1 -0
  52. package/dist/react/esm/HddUp.d.ts +7 -0
  53. package/dist/react/esm/HddUp.js +24 -0
  54. package/dist/react/esm/HddUp.js.map +1 -0
  55. package/dist/react/esm/HddUpFill.d.ts +7 -0
  56. package/dist/react/esm/HddUpFill.js +24 -0
  57. package/dist/react/esm/HddUpFill.js.map +1 -0
  58. package/dist/react/esm/Inbox.d.ts +7 -0
  59. package/dist/react/esm/Inbox.js +24 -0
  60. package/dist/react/esm/Inbox.js.map +1 -0
  61. package/dist/react/esm/InboxDown.d.ts +7 -0
  62. package/dist/react/esm/InboxDown.js +24 -0
  63. package/dist/react/esm/InboxDown.js.map +1 -0
  64. package/dist/react/esm/InboxDownFill.d.ts +7 -0
  65. package/dist/react/esm/InboxDownFill.js +24 -0
  66. package/dist/react/esm/InboxDownFill.js.map +1 -0
  67. package/dist/react/esm/InboxFill.d.ts +7 -0
  68. package/dist/react/esm/InboxFill.js +24 -0
  69. package/dist/react/esm/InboxFill.js.map +1 -0
  70. package/dist/react/esm/InboxUp.d.ts +7 -0
  71. package/dist/react/esm/InboxUp.js +24 -0
  72. package/dist/react/esm/InboxUp.js.map +1 -0
  73. package/dist/react/esm/InboxUpFill.d.ts +7 -0
  74. package/dist/react/esm/InboxUpFill.js +24 -0
  75. package/dist/react/esm/InboxUpFill.js.map +1 -0
  76. package/dist/react/esm/ShoppingBasket.d.ts +7 -0
  77. package/dist/react/esm/ShoppingBasket.js +24 -0
  78. package/dist/react/esm/ShoppingBasket.js.map +1 -0
  79. package/dist/react/esm/ShoppingBasketFill.d.ts +7 -0
  80. package/dist/react/esm/ShoppingBasketFill.js +24 -0
  81. package/dist/react/esm/ShoppingBasketFill.js.map +1 -0
  82. package/dist/react/esm/index.d.ts +18 -0
  83. package/dist/react/esm/index.js +18 -0
  84. package/dist/react/esm/index.js.map +1 -1
  85. package/dist/react/esm/tsconfig.esm.tsbuildinfo +1 -1
  86. package/dist/svg/CaretLeftRight.svg +1 -1
  87. package/dist/svg/CaretLeftRightFill.svg +1 -1
  88. package/dist/svg/CaretUpDownFilledDown.svg +3 -0
  89. package/dist/svg/CaretUpDownFilledUp.svg +3 -0
  90. package/dist/svg/CloudDown.svg +3 -0
  91. package/dist/svg/CloudDownFill.svg +3 -0
  92. package/dist/svg/CloudUp.svg +3 -0
  93. package/dist/svg/CloudUpFill.svg +3 -0
  94. package/dist/svg/HddDown.svg +3 -0
  95. package/dist/svg/HddDownFill.svg +3 -0
  96. package/dist/svg/HddUp.svg +3 -0
  97. package/dist/svg/HddUpFill.svg +3 -0
  98. package/dist/svg/Inbox.svg +3 -0
  99. package/dist/svg/InboxDown.svg +3 -0
  100. package/dist/svg/InboxDownFill.svg +3 -0
  101. package/dist/svg/InboxFill.svg +3 -0
  102. package/dist/svg/InboxUp.svg +3 -0
  103. package/dist/svg/InboxUpFill.svg +3 -0
  104. package/dist/svg/ShoppingBasket.svg +3 -0
  105. package/dist/svg/ShoppingBasketFill.svg +3 -0
  106. package/package.json +1 -1
@@ -43,6 +43,6 @@ const SvgCaretLeftRight = (0, react_1.forwardRef)((_a, ref) => {
43
43
  titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
44
44
  return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
45
45
  title ? React.createElement("title", { id: titleId }, title) : null,
46
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.47 11.47a.75.75 0 0 0 0 1.06l3.5 3.5a.75.75 0 0 0 1.28-.53v-7a.75.75 0 0 0-1.28-.53l-3.5 3.5Zm1.59.53 1.69-1.69v3.38L6.06 12Zm8.69 3.5a.75.75 0 0 0 1.28.53l3.5-3.5a.75.75 0 0 0 0-1.06l-3.5-3.5a.75.75 0 0 0-1.28.53v7Zm3.19-3.5-1.69 1.69v-3.38L17.94 12Z", fill: "currentColor" })));
46
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.03 7.97a.75.75 0 0 0-1.28.53v7a.75.75 0 0 0 1.28.53l3.5-3.5a.75.75 0 0 0 0-1.06l-3.5-3.5ZM17.94 12l-1.69 1.69v-3.38L17.94 12ZM9.25 8.5a.75.75 0 0 0-1.28-.53l-3.5 3.5a.75.75 0 0 0 0 1.06l3.5 3.5a.75.75 0 0 0 1.28-.53v-7Zm-1.5 5.19L6.06 12l1.69-1.69v3.38Z", fill: "currentColor" })));
47
47
  });
48
48
  exports.default = SvgCaretLeftRight;
@@ -43,6 +43,6 @@ const SvgCaretLeftRightFill = (0, react_1.forwardRef)((_a, ref) => {
43
43
  titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
44
44
  return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
45
45
  title ? React.createElement("title", { id: titleId }, title) : null,
46
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.47 12.53a.75.75 0 0 1 0-1.06l3.5-3.5a.75.75 0 0 1 1.28.53v7a.75.75 0 0 1-1.28.53l-3.5-3.5Zm10.743 3.663a.75.75 0 0 1-.463-.693v-7a.75.75 0 0 1 1.28-.53l3.5 3.5a.75.75 0 0 1 0 1.06l-3.5 3.5a.75.75 0 0 1-.817.163Z", fill: "currentColor" })));
46
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.213 16.193a.75.75 0 0 1-.463-.693v-7a.75.75 0 0 1 1.28-.53l3.5 3.5a.75.75 0 0 1 0 1.06l-3.5 3.5a.75.75 0 0 1-.817.163ZM4.47 12.53a.75.75 0 0 1 0-1.06l3.5-3.5a.75.75 0 0 1 1.28.53v7a.75.75 0 0 1-1.28.53l-3.5-3.5Z", fill: "currentColor" })));
47
47
  });
48
48
  exports.default = SvgCaretLeftRightFill;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __rest = (this && this.__rest) || function (s, e) {
26
+ var t = {};
27
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
28
+ t[p] = s[p];
29
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
30
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
31
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
32
+ t[p[i]] = s[p[i]];
33
+ }
34
+ return t;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ const React = __importStar(require("react"));
38
+ const react_1 = require("react");
39
+ const useId_1 = require("./util/useId");
40
+ const SvgCaretUpDownFilledDown = (0, react_1.forwardRef)((_a, ref) => {
41
+ var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
42
+ let titleId = (0, useId_1.useId)();
43
+ titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
44
+ return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
45
+ title ? React.createElement("title", { id: titleId }, title) : null,
46
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.53 4.47a.75.75 0 0 0-1.06 0l-3.5 3.5a.75.75 0 0 0 .53 1.28h7a.75.75 0 0 0 .53-1.28l-3.5-3.5ZM12 6.06l1.69 1.69h-3.38L12 6.06Zm-3.5 8.69a.75.75 0 0 0-.53 1.28l3.5 3.5a.75.75 0 0 0 1.06 0l3.5-3.5a.75.75 0 0 0-.53-1.28h-7Z", fill: "currentColor" })));
47
+ });
48
+ exports.default = SvgCaretUpDownFilledDown;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __rest = (this && this.__rest) || function (s, e) {
26
+ var t = {};
27
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
28
+ t[p] = s[p];
29
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
30
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
31
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
32
+ t[p[i]] = s[p[i]];
33
+ }
34
+ return t;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ const React = __importStar(require("react"));
38
+ const react_1 = require("react");
39
+ const useId_1 = require("./util/useId");
40
+ const SvgCaretUpDownFilledUp = (0, react_1.forwardRef)((_a, ref) => {
41
+ var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
42
+ let titleId = (0, useId_1.useId)();
43
+ titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
44
+ return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
45
+ title ? React.createElement("title", { id: titleId }, title) : null,
46
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.53 4.47a.75.75 0 0 0-1.06 0l-3.5 3.5a.75.75 0 0 0 .53 1.28h7a.75.75 0 0 0 .53-1.28l-3.5-3.5ZM8.5 14.75a.75.75 0 0 0-.53 1.28l3.5 3.5a.75.75 0 0 0 1.06 0l3.5-3.5a.75.75 0 0 0-.53-1.28h-7Zm3.5 3.19-1.69-1.69h3.38L12 17.94Z", fill: "currentColor" })));
47
+ });
48
+ exports.default = SvgCaretUpDownFilledUp;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __rest = (this && this.__rest) || function (s, e) {
26
+ var t = {};
27
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
28
+ t[p] = s[p];
29
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
30
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
31
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
32
+ t[p[i]] = s[p[i]];
33
+ }
34
+ return t;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ const React = __importStar(require("react"));
38
+ const react_1 = require("react");
39
+ const useId_1 = require("./util/useId");
40
+ const SvgCloudDown = (0, react_1.forwardRef)((_a, ref) => {
41
+ var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
42
+ let titleId = (0, useId_1.useId)();
43
+ titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
44
+ return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
45
+ title ? React.createElement("title", { id: titleId }, title) : null,
46
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 2.25A5.75 5.75 0 0 0 5.25 8c0 .052-.017.1-.074.157a.656.656 0 0 1-.325.158A3.25 3.25 0 0 0 5.5 14.75H9a.75.75 0 0 0 0-1.5H5.5a1.75 1.75 0 0 1-.35-3.465c.745-.151 1.6-.747 1.6-1.785a4.25 4.25 0 0 1 8.076-1.854c.288.593.896 1.104 1.68 1.104h.744a3 3 0 1 1 0 6H15a.75.75 0 0 0 0 1.5h2.25a4.5 4.5 0 1 0 0-9h-.745c-.09 0-.236-.066-.33-.26A5.746 5.746 0 0 0 11 2.25Zm1 8a.75.75 0 0 1 .75.75v7.69l2.22-2.22a.75.75 0 1 1 1.06 1.06l-3.5 3.5a.748.748 0 0 1-1.06 0l-3.5-3.5a.75.75 0 1 1 1.06-1.06l2.22 2.22V11a.75.75 0 0 1 .75-.75Z", fill: "currentColor" })));
47
+ });
48
+ exports.default = SvgCloudDown;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __rest = (this && this.__rest) || function (s, e) {
26
+ var t = {};
27
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
28
+ t[p] = s[p];
29
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
30
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
31
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
32
+ t[p[i]] = s[p[i]];
33
+ }
34
+ return t;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ const React = __importStar(require("react"));
38
+ const react_1 = require("react");
39
+ const useId_1 = require("./util/useId");
40
+ const SvgCloudDownFill = (0, react_1.forwardRef)((_a, ref) => {
41
+ var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
42
+ let titleId = (0, useId_1.useId)();
43
+ titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
44
+ return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
45
+ title ? React.createElement("title", { id: titleId }, title) : null,
46
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.25 8a5.75 5.75 0 0 1 10.925-2.51c.093.194.24.26.33.26h.745a4.5 4.5 0 1 1 0 9H14.5a.25.25 0 0 1-.25-.25V11a2.25 2.25 0 0 0-4.5 0v3.5a.25.25 0 0 1-.25.25h-4a3.25 3.25 0 0 1-.65-6.435.656.656 0 0 0 .326-.158c.057-.056.074-.105.074-.157ZM12 10.25a.75.75 0 0 1 .75.75v7.69l2.22-2.22a.75.75 0 1 1 1.06 1.06l-3.5 3.5a.748.748 0 0 1-1.06 0l-3.5-3.5a.75.75 0 1 1 1.06-1.06l2.22 2.22V11a.75.75 0 0 1 .75-.75Z", fill: "currentColor" })));
47
+ });
48
+ exports.default = SvgCloudDownFill;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __rest = (this && this.__rest) || function (s, e) {
26
+ var t = {};
27
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
28
+ t[p] = s[p];
29
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
30
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
31
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
32
+ t[p[i]] = s[p[i]];
33
+ }
34
+ return t;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ const React = __importStar(require("react"));
38
+ const react_1 = require("react");
39
+ const useId_1 = require("./util/useId");
40
+ const SvgCloudUp = (0, react_1.forwardRef)((_a, ref) => {
41
+ var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
42
+ let titleId = (0, useId_1.useId)();
43
+ titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
44
+ return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
45
+ title ? React.createElement("title", { id: titleId }, title) : null,
46
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 2.25A5.75 5.75 0 0 0 5.25 8c0 .052-.017.1-.074.157a.656.656 0 0 1-.325.158A3.25 3.25 0 0 0 5.5 14.75a.75.75 0 0 0 0-1.5 1.75 1.75 0 0 1-.35-3.465c.745-.151 1.6-.747 1.6-1.785a4.25 4.25 0 0 1 8.076-1.854c.288.593.896 1.104 1.68 1.104h.744a3 3 0 0 1 1 5.83.75.75 0 1 0 .5 1.414 4.501 4.501 0 0 0-1.5-8.744h-.745c-.09 0-.236-.066-.33-.26A5.746 5.746 0 0 0 11 2.25Zm.47 8.22a.748.748 0 0 1 1.06 0l3.5 3.5a.75.75 0 1 1-1.06 1.06l-2.22-2.22v7.69a.75.75 0 0 1-1.5 0v-7.69l-2.22 2.22a.75.75 0 0 1-1.06-1.06l3.5-3.5Z", fill: "currentColor" })));
47
+ });
48
+ exports.default = SvgCloudUp;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __rest = (this && this.__rest) || function (s, e) {
26
+ var t = {};
27
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
28
+ t[p] = s[p];
29
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
30
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
31
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
32
+ t[p[i]] = s[p[i]];
33
+ }
34
+ return t;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ const React = __importStar(require("react"));
38
+ const react_1 = require("react");
39
+ const useId_1 = require("./util/useId");
40
+ const SvgCloudUpFill = (0, react_1.forwardRef)((_a, ref) => {
41
+ var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
42
+ let titleId = (0, useId_1.useId)();
43
+ titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
44
+ return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
45
+ title ? React.createElement("title", { id: titleId }, title) : null,
46
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.25 8a5.75 5.75 0 0 1 10.925-2.51c.093.194.24.26.33.26h.745a4.5 4.5 0 0 1 .794 8.93c-.156.028-.29-.105-.296-.264a2.242 2.242 0 0 0-.657-1.507l-3.5-3.5a2.25 2.25 0 0 0-3.182 0l-3.5 3.5a2.243 2.243 0 0 0-.659 1.562c-.002.15-.116.279-.265.279H5.5a3.25 3.25 0 0 1-.65-6.435.656.656 0 0 0 .326-.158c.057-.056.074-.105.074-.157Zm6.22 2.47a.748.748 0 0 1 1.06 0l3.5 3.5a.75.75 0 1 1-1.06 1.06l-2.22-2.22v7.69a.75.75 0 0 1-1.5 0v-7.69l-2.22 2.22a.75.75 0 0 1-1.06-1.06l3.5-3.5Z", fill: "currentColor" })));
47
+ });
48
+ exports.default = SvgCloudUpFill;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __rest = (this && this.__rest) || function (s, e) {
26
+ var t = {};
27
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
28
+ t[p] = s[p];
29
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
30
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
31
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
32
+ t[p[i]] = s[p[i]];
33
+ }
34
+ return t;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ const React = __importStar(require("react"));
38
+ const react_1 = require("react");
39
+ const useId_1 = require("./util/useId");
40
+ const SvgHddDown = (0, react_1.forwardRef)((_a, ref) => {
41
+ var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
42
+ let titleId = (0, useId_1.useId)();
43
+ titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
44
+ return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
45
+ title ? React.createElement("title", { id: titleId }, title) : null,
46
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 3.25a.75.75 0 0 0-.75.75v8.5a.75.75 0 0 0 .75.75h5a.75.75 0 0 0 0-1.5H4.75v-7h14.5v7H15a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 .75-.75V4a.75.75 0 0 0-.75-.75H4Zm11.5 3a.75.75 0 0 0 0 1.5H17a.75.75 0 0 0 0-1.5h-1.5Zm-3.5 4a.75.75 0 0 1 .75.75v7.69l2.22-2.22a.75.75 0 1 1 1.06 1.06l-3.5 3.5a.748.748 0 0 1-1.06 0l-3.5-3.5a.75.75 0 1 1 1.06-1.06l2.22 2.22V11a.75.75 0 0 1 .75-.75Zm2.75-.75a.75.75 0 0 1 .75-.75H17a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75Z", fill: "currentColor" })));
47
+ });
48
+ exports.default = SvgHddDown;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __rest = (this && this.__rest) || function (s, e) {
26
+ var t = {};
27
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
28
+ t[p] = s[p];
29
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
30
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
31
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
32
+ t[p[i]] = s[p[i]];
33
+ }
34
+ return t;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ const React = __importStar(require("react"));
38
+ const react_1 = require("react");
39
+ const useId_1 = require("./util/useId");
40
+ const SvgHddDownFill = (0, react_1.forwardRef)((_a, ref) => {
41
+ var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
42
+ let titleId = (0, useId_1.useId)();
43
+ titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
44
+ return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
45
+ title ? React.createElement("title", { id: titleId }, title) : null,
46
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.25 4A.75.75 0 0 1 4 3.25h16a.75.75 0 0 1 .75.75v8.5a.75.75 0 0 1-.75.75h-5.5a.25.25 0 0 1-.25-.25v-2a2.25 2.25 0 0 0-4.5 0v2a.25.25 0 0 1-.25.25H4a.75.75 0 0 1-.75-.75V4ZM16.5 6.25a.75.75 0 0 0 0 1.5H18a.75.75 0 0 0 0-1.5h-1.5Zm-.75 3.25a.75.75 0 0 1 .75-.75H18a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75Zm-3.75.75a.75.75 0 0 1 .75.75v7.69l2.22-2.22a.75.75 0 1 1 1.06 1.06l-3.5 3.5a.748.748 0 0 1-1.06 0l-3.5-3.5a.75.75 0 1 1 1.06-1.06l2.22 2.22V11a.75.75 0 0 1 .75-.75Z", fill: "currentColor" })));
47
+ });
48
+ exports.default = SvgHddDownFill;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __rest = (this && this.__rest) || function (s, e) {
26
+ var t = {};
27
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
28
+ t[p] = s[p];
29
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
30
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
31
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
32
+ t[p[i]] = s[p[i]];
33
+ }
34
+ return t;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ const React = __importStar(require("react"));
38
+ const react_1 = require("react");
39
+ const useId_1 = require("./util/useId");
40
+ const SvgHddUp = (0, react_1.forwardRef)((_a, ref) => {
41
+ var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
42
+ let titleId = (0, useId_1.useId)();
43
+ titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
44
+ return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
45
+ title ? React.createElement("title", { id: titleId }, title) : null,
46
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 3.25a.75.75 0 0 0-.75.75v8.5a.75.75 0 0 0 .75.75h2a.75.75 0 0 0 0-1.5H4.75v-7h14.5v7H18a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 .75-.75V4a.75.75 0 0 0-.75-.75H4Zm11.5 3a.75.75 0 0 0 0 1.5H17a.75.75 0 0 0 0-1.5h-1.5Zm-4.03 4.22a.748.748 0 0 1 1.06 0l3.5 3.5a.75.75 0 1 1-1.06 1.06l-2.22-2.22v7.69a.75.75 0 0 1-1.5 0v-7.69l-2.22 2.22a.75.75 0 0 1-1.06-1.06l3.5-3.5Zm3.28-.97a.75.75 0 0 1 .75-.75H17a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75Z", fill: "currentColor" })));
47
+ });
48
+ exports.default = SvgHddUp;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __rest = (this && this.__rest) || function (s, e) {
26
+ var t = {};
27
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
28
+ t[p] = s[p];
29
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
30
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
31
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
32
+ t[p[i]] = s[p[i]];
33
+ }
34
+ return t;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ const React = __importStar(require("react"));
38
+ const react_1 = require("react");
39
+ const useId_1 = require("./util/useId");
40
+ const SvgHddUpFill = (0, react_1.forwardRef)((_a, ref) => {
41
+ var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
42
+ let titleId = (0, useId_1.useId)();
43
+ titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
44
+ return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
45
+ title ? React.createElement("title", { id: titleId }, title) : null,
46
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.25 4A.75.75 0 0 1 4 3.25h16a.75.75 0 0 1 .75.75v8.5a.75.75 0 0 1-.75.75h-2.495a.267.267 0 0 1-.211-.109 2.266 2.266 0 0 0-.203-.232l-3.5-3.5a2.25 2.25 0 0 0-3.182 0l-3.5 3.5a2.266 2.266 0 0 0-.203.232.267.267 0 0 1-.21.109H4a.75.75 0 0 1-.75-.75V4ZM16.5 6.25a.75.75 0 0 0 0 1.5H18a.75.75 0 0 0 0-1.5h-1.5Zm-.75 3.25a.75.75 0 0 1 .75-.75H18a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75Zm-4.28.97a.748.748 0 0 1 1.06 0l3.5 3.5a.75.75 0 1 1-1.06 1.06l-2.22-2.22v7.69a.75.75 0 0 1-1.5 0v-7.69l-2.22 2.22a.75.75 0 0 1-1.06-1.06l3.5-3.5Z", fill: "currentColor" })));
47
+ });
48
+ exports.default = SvgHddUpFill;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __rest = (this && this.__rest) || function (s, e) {
26
+ var t = {};
27
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
28
+ t[p] = s[p];
29
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
30
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
31
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
32
+ t[p[i]] = s[p[i]];
33
+ }
34
+ return t;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ const React = __importStar(require("react"));
38
+ const react_1 = require("react");
39
+ const useId_1 = require("./util/useId");
40
+ const SvgInbox = (0, react_1.forwardRef)((_a, ref) => {
41
+ var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
42
+ let titleId = (0, useId_1.useId)();
43
+ titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
44
+ return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
45
+ title ? React.createElement("title", { id: titleId }, title) : null,
46
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 4.25a.75.75 0 0 0-.696.471L2.31 12.206a.742.742 0 0 0-.06.311V19c0 .414.336.75.75.75h18a.75.75 0 0 0 .75-.75v-6.483a.745.745 0 0 0-.06-.311L18.696 4.72A.75.75 0 0 0 18 4.25H6Zm13.892 7.5-2.4-6H6.508l-2.4 6h2.774a1.75 1.75 0 0 1 1.565.967l.947 1.895a.25.25 0 0 0 .224.138h4.764a.25.25 0 0 0 .224-.138l.947-1.895a1.75 1.75 0 0 1 1.565-.967h2.774ZM3.75 18.25v-5h3.132a.25.25 0 0 1 .224.138l.947 1.895a1.75 1.75 0 0 0 1.565.967h4.764a1.75 1.75 0 0 0 1.565-.967l.947-1.895a.25.25 0 0 1 .224-.138h3.132v5H3.75Z", fill: "currentColor" })));
47
+ });
48
+ exports.default = SvgInbox;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __rest = (this && this.__rest) || function (s, e) {
26
+ var t = {};
27
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
28
+ t[p] = s[p];
29
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
30
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
31
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
32
+ t[p[i]] = s[p[i]];
33
+ }
34
+ return t;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ const React = __importStar(require("react"));
38
+ const react_1 = require("react");
39
+ const useId_1 = require("./util/useId");
40
+ const SvgInboxDown = (0, react_1.forwardRef)((_a, ref) => {
41
+ var { title, titleId: _titleId } = _a, props = __rest(_a, ["title", "titleId"]);
42
+ let titleId = (0, useId_1.useId)();
43
+ titleId = title ? (_titleId ? _titleId : "title-" + titleId) : undefined;
44
+ return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", focusable: false, role: "img", ref: ref, "aria-labelledby": titleId }, props),
45
+ title ? React.createElement("title", { id: titleId }, title) : null,
46
+ React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 3.25a.75.75 0 0 1 .75.75v5.69l2.22-2.22a.75.75 0 1 1 1.06 1.06l-3.5 3.5a.75.75 0 0 1-1.06 0l-3.5-3.5a.75.75 0 1 1 1.06-1.06l2.22 2.22V4a.75.75 0 0 1 .75-.75Zm-6 1a.75.75 0 0 0-.696.471L2.31 12.205a.743.743 0 0 0-.06.311V19c0 .414.336.75.75.75h18a.75.75 0 0 0 .75-.75v-6.483a.743.743 0 0 0-.06-.311L18.696 4.72A.75.75 0 0 0 18 4.25h-3a.75.75 0 0 0 0 1.5h2.492l2.4 6h-2.774a1.75 1.75 0 0 0-1.565.967l-.948 1.895a.25.25 0 0 1-.223.138H9.618a.25.25 0 0 1-.224-.138l-.947-1.895a1.75 1.75 0 0 0-1.565-.967H4.108l2.4-6H9a.75.75 0 0 0 0-1.5H6Zm-2.25 9v5h16.5v-5h-3.132a.25.25 0 0 0-.224.138l-.947 1.895a1.75 1.75 0 0 1-1.565.967H9.618a1.75 1.75 0 0 1-1.565-.967l-.947-1.895a.25.25 0 0 0-.224-.138H3.75Z", fill: "currentColor" })));
47
+ });
48
+ exports.default = SvgInboxDown;