@gnist/design-system 5.4.4 → 5.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/foundation/iconography/icons.d.ts +1 -1
  3. package/dist/foundation/iconography/icons.d.ts.map +1 -1
  4. package/dist/foundation/iconography/svg/file/archive-filled.svg.cjs +28 -0
  5. package/dist/foundation/iconography/svg/file/archive-filled.svg.js +10 -0
  6. package/dist/foundation/iconography/svg/file/archive-outlined.svg.cjs +28 -0
  7. package/dist/foundation/iconography/svg/file/archive-outlined.svg.js +10 -0
  8. package/dist/foundation/iconography/svg/file/archive-round.svg.cjs +28 -0
  9. package/dist/foundation/iconography/svg/file/archive-round.svg.js +10 -0
  10. package/dist/foundation/iconography/svg/file/archive-sharp.svg.cjs +28 -0
  11. package/dist/foundation/iconography/svg/file/archive-sharp.svg.js +10 -0
  12. package/dist/foundation/iconography/svg/file/file_copy-filled.svg.cjs +28 -0
  13. package/dist/foundation/iconography/svg/file/file_copy-filled.svg.js +10 -0
  14. package/dist/foundation/iconography/svg/file/file_copy-outlined.svg.cjs +28 -0
  15. package/dist/foundation/iconography/svg/file/file_copy-outlined.svg.js +10 -0
  16. package/dist/foundation/iconography/svg/file/file_copy-round.svg.cjs +28 -0
  17. package/dist/foundation/iconography/svg/file/file_copy-round.svg.js +10 -0
  18. package/dist/foundation/iconography/svg/file/file_copy-sharp.svg.cjs +28 -0
  19. package/dist/foundation/iconography/svg/file/file_copy-sharp.svg.js +10 -0
  20. package/dist/foundation/iconography/svg/file/index.cjs +33 -0
  21. package/dist/foundation/iconography/svg/file/index.d.ts +78 -0
  22. package/dist/foundation/iconography/svg/file/index.d.ts.map +1 -1
  23. package/dist/foundation/iconography/svg/file/index.js +34 -1
  24. package/dist/foundation/iconography/svg/file/unarchive-filled.svg.cjs +28 -0
  25. package/dist/foundation/iconography/svg/file/unarchive-filled.svg.js +10 -0
  26. package/dist/foundation/iconography/svg/file/unarchive-outlined.svg.cjs +28 -0
  27. package/dist/foundation/iconography/svg/file/unarchive-outlined.svg.js +10 -0
  28. package/dist/foundation/iconography/svg/file/unarchive-round.svg.cjs +28 -0
  29. package/dist/foundation/iconography/svg/file/unarchive-round.svg.js +10 -0
  30. package/dist/foundation/iconography/svg/file/unarchive-sharp.svg.cjs +28 -0
  31. package/dist/foundation/iconography/svg/file/unarchive-sharp.svg.js +10 -0
  32. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.5.0](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@5.4.4...@gnist/design-system@5.5.0) (2026-02-19)
7
+
8
+ ### Features
9
+
10
+ * add new icons archive, unarchive and file_copy ([7351b5a](https://github.com/mollerdigital/design-system-design-system/commit/7351b5aa4d60403c75d59a590c3df4aee6204fb0))
11
+
6
12
  ## [5.4.4](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@5.4.3...@gnist/design-system@5.4.4) (2026-02-13)
7
13
 
8
14
  ### Bug Fixes
@@ -31,7 +31,7 @@ type IconVariantsAndOptions<T extends string> = {
31
31
  };
32
32
  };
33
33
  export declare function defineIcons<T extends string>(icons: IconSpecifications<T>): IconVariantsAndOptions<T>;
34
- export declare const icons: IconVariantsAndOptions<"clear" | "error" | "warning" | "success" | "info" | "sort" | "code" | "menu" | "search" | "coffee" | "help" | "favorite" | "favorite_border" | "star" | "star_outline" | "sentiment_dissatisfied" | "sentiment_neutral" | "sentiment_satisfied" | "sentiment_very_dissatisfied" | "sentiment_very_satisfied" | "event_note" | "live_tv" | "wifi" | "arrow_backward" | "arrow_downward" | "arrow_forward" | "arrow_upward" | "check" | "chevron_left" | "chevron_right" | "close" | "expand_less" | "expand_more" | "external" | "more_horizontal" | "more_vertical" | "open" | "refresh" | "spinner" | "unfold_less" | "unfold_more" | "ev_station" | "forest" | "gas_station" | "location" | "route" | "file_download" | "file_upload" | "task" | "add" | "auto" | "backspace" | "mail" | "manage_account" | "person" | "remove" | "send" | "work" | "call" | "chat" | "assignment" | "automatic_gear" | "binoculars" | "bolt" | "build" | "calculate" | "calendar" | "car" | "car_crash" | "change" | "contract" | "edit" | "explore" | "glass_damage" | "home" | "image_not_supported" | "lightbulb" | "login" | "logout" | "manual_gear" | "notifications" | "payment" | "pets" | "play_circle" | "print" | "query_stats" | "savings" | "schedule" | "settings" | "shopping_cart" | "speed" | "tire" | "trash" | "tune" | "verified" | "visibility_off" | "visibility_on">;
34
+ export declare const icons: IconVariantsAndOptions<"clear" | "error" | "warning" | "success" | "info" | "sort" | "code" | "menu" | "search" | "coffee" | "help" | "favorite" | "favorite_border" | "star" | "star_outline" | "sentiment_dissatisfied" | "sentiment_neutral" | "sentiment_satisfied" | "sentiment_very_dissatisfied" | "sentiment_very_satisfied" | "event_note" | "live_tv" | "wifi" | "arrow_backward" | "arrow_downward" | "arrow_forward" | "arrow_upward" | "check" | "chevron_left" | "chevron_right" | "close" | "expand_less" | "expand_more" | "external" | "more_horizontal" | "more_vertical" | "open" | "refresh" | "spinner" | "unfold_less" | "unfold_more" | "ev_station" | "forest" | "gas_station" | "location" | "route" | "archive" | "file_copy" | "file_download" | "file_upload" | "unarchive" | "task" | "add" | "auto" | "backspace" | "mail" | "manage_account" | "person" | "remove" | "send" | "work" | "call" | "chat" | "assignment" | "automatic_gear" | "binoculars" | "bolt" | "build" | "calculate" | "calendar" | "car" | "car_crash" | "change" | "contract" | "edit" | "explore" | "glass_damage" | "home" | "image_not_supported" | "lightbulb" | "login" | "logout" | "manual_gear" | "notifications" | "payment" | "pets" | "play_circle" | "print" | "query_stats" | "savings" | "schedule" | "settings" | "shopping_cart" | "speed" | "tire" | "trash" | "tune" | "verified" | "visibility_off" | "visibility_on">;
35
35
  type Icons = typeof icons;
36
36
  /**
37
37
  * Apps using this library can use declaration merging to add app-specific icons to the allowed icon list.
@@ -1 +1 @@
1
- {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/foundation/iconography/icons.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,UAAU,QAAS,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC9C,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B;AAED,KAAK,YAAY,GAAG,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC;AAEvC,KAAK,kBAAkB,GAAG;KACrB,CAAC,IAAI,YAAY,CAAC,CAAC,EAAE,YAAY;CACrC,CAAC;AAEF,UAAU,WAAW;IACjB;;;OAGG;IACH,GAAG,EAAE,OAAO,GAAG,QAAQ,CAAC;IACxB;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,KAAK,kBAAkB,CAAC,CAAC,SAAS,MAAM,IAAI;KACvC,CAAC,IAAI,CAAC,GAAG,kBAAkB,GAAG;QAAE,OAAO,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAA;KAAE;CACpE,CAAC;AAEF,KAAK,sBAAsB,CAAC,CAAC,SAAS,MAAM,IAAI;KAC3C,CAAC,IAAI,CAAC,GAAG;QAAE,QAAQ,EAAE,kBAAkB,CAAC;QAAC,OAAO,EAAE,WAAW,CAAA;KAAE;CACnE,CAAC;AAoBF,wBAAgB,WAAW,CAAC,CAAC,SAAS,MAAM,EACxC,KAAK,EAAE,kBAAkB,CAAC,CAAC,CAAC,GAC7B,sBAAsB,CAAC,CAAC,CAAC,CAa3B;AAED,eAAO,MAAM,KAAK,w0CAqCjB,CAAC;AAEF,KAAK,KAAK,GAAG,OAAO,KAAK,CAAC;AAE1B;;GAEG;AAGH,MAAM,WAAW,UAAU;CAAG;AAE9B,UAAU,OAAO;IACb,QAAQ,EAAE,kBAAkB,CAAC;IAC7B,OAAO,EAAE,WAAW,CAAC;CACxB;AACD,MAAM,MAAM,OAAO,CAAC,UAAU,SAAS,MAAM,IAAI,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;AAC7E,MAAM,MAAM,QAAQ,GAAG,KAAK,GAAG,UAAU,CAAC;AAC1C,MAAM,MAAM,UAAU,CAAC,CAAC,IAAI,OAAO,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC;AACrD,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC"}
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/foundation/iconography/icons.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEjD,UAAU,QAAS,SAAQ,QAAQ,CAAC,aAAa,CAAC;IAC9C,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B;AAED,KAAK,YAAY,GAAG,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC;AAEvC,KAAK,kBAAkB,GAAG;KACrB,CAAC,IAAI,YAAY,CAAC,CAAC,EAAE,YAAY;CACrC,CAAC;AAEF,UAAU,WAAW;IACjB;;;OAGG;IACH,GAAG,EAAE,OAAO,GAAG,QAAQ,CAAC;IACxB;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,KAAK,kBAAkB,CAAC,CAAC,SAAS,MAAM,IAAI;KACvC,CAAC,IAAI,CAAC,GAAG,kBAAkB,GAAG;QAAE,OAAO,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAA;KAAE;CACpE,CAAC;AAEF,KAAK,sBAAsB,CAAC,CAAC,SAAS,MAAM,IAAI;KAC3C,CAAC,IAAI,CAAC,GAAG;QAAE,QAAQ,EAAE,kBAAkB,CAAC;QAAC,OAAO,EAAE,WAAW,CAAA;KAAE;CACnE,CAAC;AAoBF,wBAAgB,WAAW,CAAC,CAAC,SAAS,MAAM,EACxC,KAAK,EAAE,kBAAkB,CAAC,CAAC,CAAC,GAC7B,sBAAsB,CAAC,CAAC,CAAC,CAa3B;AAED,eAAO,MAAM,KAAK,g3CAqCjB,CAAC;AAEF,KAAK,KAAK,GAAG,OAAO,KAAK,CAAC;AAE1B;;GAEG;AAGH,MAAM,WAAW,UAAU;CAAG;AAE9B,UAAU,OAAO;IACb,QAAQ,EAAE,kBAAkB,CAAC;IAC7B,OAAO,EAAE,WAAW,CAAC;CACxB;AACD,MAAM,MAAM,OAAO,CAAC,UAAU,SAAS,MAAM,IAAI,MAAM,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;AAC7E,MAAM,MAAM,QAAQ,GAAG,KAAK,GAAG,UAAU,CAAC;AAC1C,MAAM,MAAM,UAAU,CAAC,CAAC,IAAI,OAAO,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC;AACrD,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC"}
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgArchiveFilled = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M15.6 1.98 14.36.48Q13.99.02 13.33 0H2.67c-.42 0-.79.19-1.03.49L.4 1.99c-.26.3-.41.7-.41 1.12v11.11A1.8 1.8 0 0 0 1.78 16h12.44c.98 0 1.78-.8 1.78-1.78V3.12q-.01-.67-.4-1.14M8 12.88 3.11 8h3.11V6.22h3.56V8h3.1zM1.88 1.79l.72-.9h10.67l.84.9z" }));
28
+ exports.default = SvgArchiveFilled;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgArchiveFilled = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M15.6 1.98 14.36.48Q13.99.02 13.33 0H2.67c-.42 0-.79.19-1.03.49L.4 1.99c-.26.3-.41.7-.41 1.12v11.11A1.8 1.8 0 0 0 1.78 16h12.44c.98 0 1.78-.8 1.78-1.78V3.12q-.01-.67-.4-1.14M8 12.88 3.11 8h3.11V6.22h3.56V8h3.1zM1.88 1.79l.72-.9h10.67l.84.9z" }));
8
+ export {
9
+ SvgArchiveFilled as default
10
+ };
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgArchiveOutlined = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M15.6 1.98 14.36.48Q13.99.02 13.33 0H2.67c-.42 0-.79.19-1.03.49L.4 1.99c-.26.3-.41.7-.41 1.12v11.11A1.8 1.8 0 0 0 1.78 16h12.44c.98 0 1.78-.8 1.78-1.78V3.12q-.01-.67-.4-1.14m-12.72-.2h10.24l.72.86H2.17zm-1.1 12.44V4.44h12.44v9.78zm7.5-8H6.71v2.67H4.44L8 12.44l3.56-3.55H9.29z" }));
28
+ exports.default = SvgArchiveOutlined;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgArchiveOutlined = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M15.6 1.98 14.36.48Q13.99.02 13.33 0H2.67c-.42 0-.79.19-1.03.49L.4 1.99c-.26.3-.41.7-.41 1.12v11.11A1.8 1.8 0 0 0 1.78 16h12.44c.98 0 1.78-.8 1.78-1.78V3.12q-.01-.67-.4-1.14m-12.72-.2h10.24l.72.86H2.17zm-1.1 12.44V4.44h12.44v9.78zm7.5-8H6.71v2.67H4.44L8 12.44l3.56-3.55H9.29z" }));
8
+ export {
9
+ SvgArchiveOutlined as default
10
+ };
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgArchiveRound = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M15.6 1.98 14.36.48Q13.99.02 13.33 0H2.67c-.42 0-.79.19-1.03.49L.4 1.99c-.26.3-.41.7-.41 1.12v11.11A1.8 1.8 0 0 0 1.78 16h12.44c.98 0 1.78-.8 1.78-1.78V3.12q-.01-.67-.4-1.14m-7.91 10.6L3.1 8h3.11V6.22h3.56V8h3.1L8.3 12.58a.45.45 0 0 1-.62 0m-5.8-10.8.71-.9h10.67l.84.9z" }));
28
+ exports.default = SvgArchiveRound;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgArchiveRound = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M15.6 1.98 14.36.48Q13.99.02 13.33 0H2.67c-.42 0-.79.19-1.03.49L.4 1.99c-.26.3-.41.7-.41 1.12v11.11A1.8 1.8 0 0 0 1.78 16h12.44c.98 0 1.78-.8 1.78-1.78V3.12q-.01-.67-.4-1.14m-7.91 10.6L3.1 8h3.11V6.22h3.56V8h3.1L8.3 12.58a.45.45 0 0 1-.62 0m-5.8-10.8.71-.9h10.67l.84.9z" }));
8
+ export {
9
+ SvgArchiveRound as default
10
+ };
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgArchiveSharp = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M13.96 0H2.04L0 2.48V16h16V2.48zM8 12.89 3.11 8h3.11V6.22h3.56V8h3.1zM1.88 1.78l.72-.9h10.67l.84.9z" }));
28
+ exports.default = SvgArchiveSharp;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgArchiveSharp = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M13.96 0H2.04L0 2.48V16h16V2.48zM8 12.89 3.11 8h3.11V6.22h3.56V8h3.1zM1.88 1.78l.72-.9h10.67l.84.9z" }));
8
+ export {
9
+ SvgArchiveSharp as default
10
+ };
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgFileCopyFilled = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M12.89 0H2.52C1.57 0 .8.78.8 1.73v12.09h1.72V1.72H12.9zm-.87 3.45 5.18 5.19v8.63c0 .95-.77 1.73-1.72 1.73H5.97c-.95 0-1.72-.78-1.72-1.73V5.18c0-.95.78-1.73 1.73-1.73zm-.86 6.05h4.75l-4.75-4.75z" }));
28
+ exports.default = SvgFileCopyFilled;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgFileCopyFilled = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M12.89 0H2.52C1.57 0 .8.78.8 1.73v12.09h1.72V1.72H12.9zm-.87 3.45 5.18 5.19v8.63c0 .95-.77 1.73-1.72 1.73H5.97c-.95 0-1.72-.78-1.72-1.73V5.18c0-.95.78-1.73 1.73-1.73zm-.86 6.05h4.75l-4.75-4.75z" }));
8
+ export {
9
+ SvgFileCopyFilled as default
10
+ };
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgFileCopyOutlined = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M12.89 0H2.52C1.57 0 .8.78.8 1.73v12.09h1.72V1.72H12.9zm-.87 3.45H5.98c-.95 0-1.72.78-1.72 1.73l-.01 12.1c0 .94.77 1.72 1.72 1.72h9.5c.96 0 1.73-.78 1.73-1.73V8.64zM5.98 17.27V5.18h5.18V9.5h4.32v7.77z" }));
28
+ exports.default = SvgFileCopyOutlined;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgFileCopyOutlined = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M12.89 0H2.52C1.57 0 .8.78.8 1.73v12.09h1.72V1.72H12.9zm-.87 3.45H5.98c-.95 0-1.72.78-1.72 1.73l-.01 12.1c0 .94.77 1.72 1.72 1.72h9.5c.96 0 1.73-.78 1.73-1.73V8.64zM5.98 17.27V5.18h5.18V9.5h4.32v7.77z" }));
8
+ export {
9
+ SvgFileCopyOutlined as default
10
+ };
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgFileCopyRound = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M12.02 0h-9.5C1.57 0 .8.78.8 1.73v11.22c0 .48.38.87.86.87.47 0 .86-.39.86-.87V2.6c0-.47.4-.86.87-.86h8.63a.87.87 0 1 0 0-1.73m.51 3.96 4.17 4.18c.32.31.5.76.5 1.21v7.92c0 .95-.77 1.73-1.72 1.73H5.97c-.95 0-1.72-.78-1.72-1.73V5.18c0-.95.78-1.73 1.73-1.73h5.33c.45 0 .9.19 1.22.51m-.5 5.54h3.88l-4.75-4.75v3.89c0 .47.39.86.86.86" }));
28
+ exports.default = SvgFileCopyRound;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgFileCopyRound = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M12.02 0h-9.5C1.57 0 .8.78.8 1.73v11.22c0 .48.38.87.86.87.47 0 .86-.39.86-.87V2.6c0-.47.4-.86.87-.86h8.63a.87.87 0 1 0 0-1.73m.51 3.96 4.17 4.18c.32.31.5.76.5 1.21v7.92c0 .95-.77 1.73-1.72 1.73H5.97c-.95 0-1.72-.78-1.72-1.73V5.18c0-.95.78-1.73 1.73-1.73h5.33c.45 0 .9.19 1.22.51m-.5 5.54h3.88l-4.75-4.75v3.89c0 .47.39.86.86.86" }));
8
+ export {
9
+ SvgFileCopyRound as default
10
+ };
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgFileCopySharp = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M12.89 0H.79v13.82h1.73V1.72H12.9zm-.87 3.45 5.18 5.19V19H4.25V3.45zm-.86 6.05h4.75l-4.75-4.75z" }));
28
+ exports.default = SvgFileCopySharp;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgFileCopySharp = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 18 19", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M12.89 0H.79v13.82h1.73V1.72H12.9zm-.87 3.45 5.18 5.19V19H4.25V3.45zm-.86 6.05h4.75l-4.75-4.75z" }));
8
+ export {
9
+ SvgFileCopySharp as default
10
+ };
@@ -1,6 +1,14 @@
1
1
  "use client";
2
2
  "use strict";
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
+ const archiveFilled = require("./archive-filled.svg.cjs");
5
+ const archiveOutlined = require("./archive-outlined.svg.cjs");
6
+ const archiveRound = require("./archive-round.svg.cjs");
7
+ const archiveSharp = require("./archive-sharp.svg.cjs");
8
+ const file_copyFilled = require("./file_copy-filled.svg.cjs");
9
+ const file_copyOutlined = require("./file_copy-outlined.svg.cjs");
10
+ const file_copyRound = require("./file_copy-round.svg.cjs");
11
+ const file_copySharp = require("./file_copy-sharp.svg.cjs");
4
12
  const file_downloadFilled = require("./file_download-filled.svg.cjs");
5
13
  const file_downloadOutlined = require("./file_download-outlined.svg.cjs");
6
14
  const file_downloadRound = require("./file_download-round.svg.cjs");
@@ -9,6 +17,22 @@ const file_uploadFilled = require("./file_upload-filled.svg.cjs");
9
17
  const file_uploadOutlined = require("./file_upload-outlined.svg.cjs");
10
18
  const file_uploadRound = require("./file_upload-round.svg.cjs");
11
19
  const file_uploadSharp = require("./file_upload-sharp.svg.cjs");
20
+ const unarchiveFilled = require("./unarchive-filled.svg.cjs");
21
+ const unarchiveOutlined = require("./unarchive-outlined.svg.cjs");
22
+ const unarchiveRound = require("./unarchive-round.svg.cjs");
23
+ const unarchiveSharp = require("./unarchive-sharp.svg.cjs");
24
+ const archive = {
25
+ filled: archiveFilled.default,
26
+ outlined: archiveOutlined.default,
27
+ round: archiveRound.default,
28
+ sharp: archiveSharp.default
29
+ };
30
+ const file_copy = {
31
+ filled: file_copyFilled.default,
32
+ outlined: file_copyOutlined.default,
33
+ round: file_copyRound.default,
34
+ sharp: file_copySharp.default
35
+ };
12
36
  const file_download = {
13
37
  filled: file_downloadFilled.default,
14
38
  outlined: file_downloadOutlined.default,
@@ -21,5 +45,14 @@ const file_upload = {
21
45
  round: file_uploadRound.default,
22
46
  sharp: file_uploadSharp.default
23
47
  };
48
+ const unarchive = {
49
+ filled: unarchiveFilled.default,
50
+ outlined: unarchiveOutlined.default,
51
+ round: unarchiveRound.default,
52
+ sharp: unarchiveSharp.default
53
+ };
54
+ exports.archive = archive;
55
+ exports.file_copy = file_copy;
24
56
  exports.file_download = file_download;
25
57
  exports.file_upload = file_upload;
58
+ exports.unarchive = unarchive;
@@ -1,3 +1,55 @@
1
+ export declare const archive: {
2
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
3
+ title?: string;
4
+ titleId?: string;
5
+ desc?: string;
6
+ descId?: string;
7
+ }>;
8
+ outlined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
9
+ title?: string;
10
+ titleId?: string;
11
+ desc?: string;
12
+ descId?: string;
13
+ }>;
14
+ round: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
15
+ title?: string;
16
+ titleId?: string;
17
+ desc?: string;
18
+ descId?: string;
19
+ }>;
20
+ sharp: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
21
+ title?: string;
22
+ titleId?: string;
23
+ desc?: string;
24
+ descId?: string;
25
+ }>;
26
+ };
27
+ export declare const file_copy: {
28
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
29
+ title?: string;
30
+ titleId?: string;
31
+ desc?: string;
32
+ descId?: string;
33
+ }>;
34
+ outlined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
35
+ title?: string;
36
+ titleId?: string;
37
+ desc?: string;
38
+ descId?: string;
39
+ }>;
40
+ round: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
41
+ title?: string;
42
+ titleId?: string;
43
+ desc?: string;
44
+ descId?: string;
45
+ }>;
46
+ sharp: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
47
+ title?: string;
48
+ titleId?: string;
49
+ desc?: string;
50
+ descId?: string;
51
+ }>;
52
+ };
1
53
  export declare const file_download: {
2
54
  filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
3
55
  title?: string;
@@ -50,4 +102,30 @@ export declare const file_upload: {
50
102
  descId?: string;
51
103
  }>;
52
104
  };
105
+ export declare const unarchive: {
106
+ filled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
107
+ title?: string;
108
+ titleId?: string;
109
+ desc?: string;
110
+ descId?: string;
111
+ }>;
112
+ outlined: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
113
+ title?: string;
114
+ titleId?: string;
115
+ desc?: string;
116
+ descId?: string;
117
+ }>;
118
+ round: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
119
+ title?: string;
120
+ titleId?: string;
121
+ desc?: string;
122
+ descId?: string;
123
+ }>;
124
+ sharp: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
125
+ title?: string;
126
+ titleId?: string;
127
+ desc?: string;
128
+ descId?: string;
129
+ }>;
130
+ };
53
131
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/iconography/svg/file/index.ts"],"names":[],"mappings":"AAiBA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;CAKzB,CAAC;AACF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;CAKvB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/foundation/iconography/svg/file/index.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;CAKnB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;CAKrB,CAAC;AACF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;CAKzB,CAAC;AACF,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;CAKvB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;CAKrB,CAAC"}
@@ -1,4 +1,12 @@
1
1
  "use client";
2
+ import SvgArchiveFilled from "./archive-filled.svg.js";
3
+ import SvgArchiveOutlined from "./archive-outlined.svg.js";
4
+ import SvgArchiveRound from "./archive-round.svg.js";
5
+ import SvgArchiveSharp from "./archive-sharp.svg.js";
6
+ import SvgFileCopyFilled from "./file_copy-filled.svg.js";
7
+ import SvgFileCopyOutlined from "./file_copy-outlined.svg.js";
8
+ import SvgFileCopyRound from "./file_copy-round.svg.js";
9
+ import SvgFileCopySharp from "./file_copy-sharp.svg.js";
2
10
  import SvgFileDownloadFilled from "./file_download-filled.svg.js";
3
11
  import SvgFileDownloadOutlined from "./file_download-outlined.svg.js";
4
12
  import SvgFileDownloadRound from "./file_download-round.svg.js";
@@ -7,6 +15,22 @@ import SvgFileUploadFilled from "./file_upload-filled.svg.js";
7
15
  import SvgFileUploadOutlined from "./file_upload-outlined.svg.js";
8
16
  import SvgFileUploadRound from "./file_upload-round.svg.js";
9
17
  import SvgFileUploadSharp from "./file_upload-sharp.svg.js";
18
+ import SvgUnarchiveFilled from "./unarchive-filled.svg.js";
19
+ import SvgUnarchiveOutlined from "./unarchive-outlined.svg.js";
20
+ import SvgUnarchiveRound from "./unarchive-round.svg.js";
21
+ import SvgUnarchiveSharp from "./unarchive-sharp.svg.js";
22
+ const archive = {
23
+ filled: SvgArchiveFilled,
24
+ outlined: SvgArchiveOutlined,
25
+ round: SvgArchiveRound,
26
+ sharp: SvgArchiveSharp
27
+ };
28
+ const file_copy = {
29
+ filled: SvgFileCopyFilled,
30
+ outlined: SvgFileCopyOutlined,
31
+ round: SvgFileCopyRound,
32
+ sharp: SvgFileCopySharp
33
+ };
10
34
  const file_download = {
11
35
  filled: SvgFileDownloadFilled,
12
36
  outlined: SvgFileDownloadOutlined,
@@ -19,7 +43,16 @@ const file_upload = {
19
43
  round: SvgFileUploadRound,
20
44
  sharp: SvgFileUploadSharp
21
45
  };
46
+ const unarchive = {
47
+ filled: SvgUnarchiveFilled,
48
+ outlined: SvgUnarchiveOutlined,
49
+ round: SvgUnarchiveRound,
50
+ sharp: SvgUnarchiveSharp
51
+ };
22
52
  export {
53
+ archive,
54
+ file_copy,
23
55
  file_download,
24
- file_upload
56
+ file_upload,
57
+ unarchive
25
58
  };
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgUnarchiveFilled = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M15.6 1.97 14.36.48Q14 .02 13.33 0H2.67c-.42 0-.79.19-1.03.49L.41 1.97Q0 2.44 0 3.11v11.11C0 15.2.8 16 1.78 16h12.44c.98 0 1.78-.8 1.78-1.78V3.12q-.01-.67-.4-1.15M8 5.77l4.89 4.9H9.78v1.77H6.22v-1.77h-3.1zm-6.12-4 .73-.88h10.67l.83.89z" }));
28
+ exports.default = SvgUnarchiveFilled;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgUnarchiveFilled = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M15.6 1.97 14.36.48Q14 .02 13.33 0H2.67c-.42 0-.79.19-1.03.49L.41 1.97Q0 2.44 0 3.11v11.11C0 15.2.8 16 1.78 16h12.44c.98 0 1.78-.8 1.78-1.78V3.12q-.01-.67-.4-1.15M8 5.77l4.89 4.9H9.78v1.77H6.22v-1.77h-3.1zm-6.12-4 .73-.88h10.67l.83.89z" }));
8
+ export {
9
+ SvgUnarchiveFilled as default
10
+ };
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgUnarchiveOutlined = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M15.6 1.98 14.36.48Q13.99.02 13.33 0H2.67c-.42 0-.79.19-1.03.49L.4 1.99c-.26.3-.41.7-.41 1.12v11.11A1.8 1.8 0 0 0 1.78 16h12.44c.98 0 1.78-.8 1.78-1.78V3.12q-.01-.67-.4-1.14m-12.72-.2h10.24l.74.89H2.16zm-1.1 12.44V4.44h12.44v9.78zm2.66-4.44h2.27v2.66h2.58V9.78h2.27L8 6.22z" }));
28
+ exports.default = SvgUnarchiveOutlined;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgUnarchiveOutlined = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M15.6 1.98 14.36.48Q13.99.02 13.33 0H2.67c-.42 0-.79.19-1.03.49L.4 1.99c-.26.3-.41.7-.41 1.12v11.11A1.8 1.8 0 0 0 1.78 16h12.44c.98 0 1.78-.8 1.78-1.78V3.12q-.01-.67-.4-1.14m-12.72-.2h10.24l.74.89H2.16zm-1.1 12.44V4.44h12.44v9.78zm2.66-4.44h2.27v2.66h2.58V9.78h2.27L8 6.22z" }));
8
+ export {
9
+ SvgUnarchiveOutlined as default
10
+ };
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgUnarchiveRound = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M15.6 1.97 14.36.48Q14 .02 13.33 0H2.67c-.42 0-.79.19-1.03.49L.41 1.97Q0 2.44 0 3.11v11.11C0 15.2.8 16 1.78 16h12.44c.98 0 1.78-.8 1.78-1.78V3.12q-.01-.67-.4-1.15M8.31 6.09l4.58 4.58H9.78v1.77H6.22v-1.77h-3.1l4.57-4.58a.45.45 0 0 1 .62 0M1.88 1.78l.73-.9h10.67l.83.9z" }));
28
+ exports.default = SvgUnarchiveRound;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgUnarchiveRound = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M15.6 1.97 14.36.48Q14 .02 13.33 0H2.67c-.42 0-.79.19-1.03.49L.41 1.97Q0 2.44 0 3.11v11.11C0 15.2.8 16 1.78 16h12.44c.98 0 1.78-.8 1.78-1.78V3.12q-.01-.67-.4-1.15M8.31 6.09l4.58 4.58H9.78v1.77H6.22v-1.77h-3.1l4.57-4.58a.45.45 0 0 1 .62 0M1.88 1.78l.73-.9h10.67l.83.9z" }));
8
+ export {
9
+ SvgUnarchiveRound as default
10
+ };
@@ -0,0 +1,28 @@
1
+ "use client";
2
+ "use strict";
3
+ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
4
+ const React = require("react");
5
+ function _interopNamespaceCompat(e) {
6
+ if (e && typeof e === "object" && "default" in e) return e;
7
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
8
+ if (e) {
9
+ for (const k in e) {
10
+ if (k !== "default") {
11
+ const d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: () => e[k]
15
+ });
16
+ }
17
+ }
18
+ }
19
+ n.default = e;
20
+ return Object.freeze(n);
21
+ }
22
+ const React__namespace = /* @__PURE__ */ _interopNamespaceCompat(React);
23
+ const SvgUnarchiveSharp = ({
24
+ title,
25
+ titleId,
26
+ ...props
27
+ }) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React__namespace.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React__namespace.createElement("path", { fill: "currentColor", d: "M13.96 0H2.04L0 2.48V16h16V2.48zM9.78 10.67v1.77H6.22v-1.77h-3.1L8 5.77l4.89 4.9zm-7.9-8.9L2.6.89h10.67l.84.89z" }));
28
+ exports.default = SvgUnarchiveSharp;
@@ -0,0 +1,10 @@
1
+ "use client";
2
+ import * as React from "react";
3
+ const SvgUnarchiveSharp = ({
4
+ title,
5
+ titleId,
6
+ ...props
7
+ }) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 16 16", "aria-labelledby": titleId, ...props }, title ? /* @__PURE__ */ React.createElement("title", { id: titleId }, title) : null, /* @__PURE__ */ React.createElement("path", { fill: "currentColor", d: "M13.96 0H2.04L0 2.48V16h16V2.48zM9.78 10.67v1.77H6.22v-1.77h-3.1L8 5.77l4.89 4.9zm-7.9-8.9L2.6.89h10.67l.84.89z" }));
8
+ export {
9
+ SvgUnarchiveSharp as default
10
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gnist/design-system",
3
- "version": "5.4.4",
3
+ "version": "5.5.0",
4
4
  "license": "UNLICENSED",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -102,5 +102,5 @@
102
102
  "optional": true
103
103
  }
104
104
  },
105
- "gitHead": "a969a96aa0bb6b0038752c7234f2a4002f9ddc13"
105
+ "gitHead": "4c6fcd006eb44bf0ebd157d5a70e56b4cb83affa"
106
106
  }