@spark-ui/icons 17.2.5 → 17.3.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## 17.3.0 (2026-03-31)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **components:** table with pagination ([c6ef29297](https://github.com/leboncoin/spark-web/commit/c6ef29297))
6
+ - **components:** table component based on react-aria ([c8a76078c](https://github.com/leboncoin/spark-web/commit/c8a76078c))
7
+
8
+ ### ❤️ Thank You
9
+
10
+ - Powerplex @Powerplex
11
+
1
12
  ## 17.2.5 (2026-03-31)
2
13
 
3
14
  ### 🩹 Fixes
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" data-title="ArrowDown" stroke="none">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.7236 15.4613C17.3442 15.0629 16.7162 15.05 16.3209 15.4325L12.992 18.6538L12.9921 3C12.9921 2.44771 12.5479 2 12 2C11.4521 2 11.0079 2.44771 11.0079 3L11.0079 18.6538L7.67908 15.4325C7.28383 15.05 6.65583 15.0629 6.2764 15.4613C5.89696 15.8597 5.90978 16.4928 6.30502 16.8752L11.313 21.7214C11.6969 22.0929 12.3031 22.0929 12.687 21.7214L17.695 16.8752C18.0902 16.4928 18.103 15.8597 17.7236 15.4613Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" fill="currentColor" data-title="ArrowUp" xmlns="http://www.w3.org/2000/svg" stroke="none">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.2764 8.53868C6.65583 8.9371 7.28383 8.95002 7.67908 8.56754L11.0079 5.34622L11.0079 21C11.0079 21.5523 11.4521 22 12 22C12.5479 22 12.9921 21.5523 12.9921 21L12.9921 5.34622L16.3209 8.56754C16.7162 8.95002 17.3442 8.9371 17.7236 8.53868C18.103 8.14027 18.0902 7.50724 17.695 7.12476L12.687 2.27861C12.3031 1.90713 11.6969 1.90713 11.313 2.27861L6.30502 7.12477C5.90978 7.50724 5.89696 8.14027 6.2764 8.53868Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" data-title="Sort" stroke="none">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.7236 7.53868C11.3442 7.9371 10.7162 7.95002 10.3209 7.56754L7.99205 5.34622L7.99205 17C7.99205 17.5523 7.54789 18 7 18C6.4521 18 6.00795 17.5523 6.00795 17L6.00795 5.34622L3.67908 7.56754C3.28383 7.95001 2.65583 7.9371 2.2764 7.53868C1.89696 7.14027 1.90978 6.50724 2.30503 6.12477L6.31297 2.27861C6.69686 1.90713 7.30314 1.90713 7.68703 2.27861L11.695 6.12477C12.0902 6.50724 12.103 7.14027 11.7236 7.53868Z" />
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.2764 16.4613C12.6558 16.0629 13.2838 16.05 13.6791 16.4325L16.0079 18.6538V7C16.0079 6.44771 16.4521 6 17 6C17.5479 6 17.9921 6.44771 17.9921 7V18.6538L20.3209 16.4325C20.7162 16.05 21.3442 16.0629 21.7236 16.4613C22.103 16.8597 22.0902 17.4928 21.695 17.8752L17.687 21.7214C17.3031 22.0929 16.6969 22.0929 16.313 21.7214L12.305 17.8752C11.9098 17.4928 11.897 16.8597 12.2764 16.4613Z" />
4
+ </svg>
@@ -0,0 +1,23 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ require("../chunk-8l464Juk.js");
3
+ require("react");
4
+ let react_jsx_runtime = require("react/jsx-runtime");
5
+ //#region src/icons/ArrowDown.tsx
6
+ var ArrowDown = ({ title, fill = "currentColor", stroke = "none", ref, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)("svg", {
7
+ ref,
8
+ viewBox: "0 0 24 24",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ "data-title": "ArrowDown",
11
+ ...title && { "data-title": title },
12
+ fill,
13
+ stroke,
14
+ ...props,
15
+ dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.7236 15.4613C17.3442 15.0629 16.7162 15.05 16.3209 15.4325L12.992 18.6538L12.9921 3C12.9921 2.44771 12.5479 2 12 2C11.4521 2 11.0079 2.44771 11.0079 3L11.0079 18.6538L7.67908 15.4325C7.28383 15.05 6.65583 15.0629 6.2764 15.4613C5.89696 15.8597 5.90978 16.4928 6.30502 16.8752L11.313 21.7214C11.6969 22.0929 12.3031 22.0929 12.687 21.7214L17.695 16.8752C18.0902 16.4928 18.103 15.8597 17.7236 15.4613Z\"/>" }
16
+ });
17
+ ArrowDown.displayName = "ArrowDown";
18
+ var tags = ["ArrowDown", ""];
19
+ //#endregion
20
+ exports.ArrowDown = ArrowDown;
21
+ exports.tags = tags;
22
+
23
+ //# sourceMappingURL=ArrowDown.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowDown.js","names":[],"sources":["../../src/icons/ArrowDown.tsx"],"sourcesContent":["import React from 'react'\n\nimport { IconProps } from '../Types'\n\nexport const ArrowDown = ({\n title,\n fill = 'currentColor',\n stroke = 'none',\n ref,\n ...props\n}: IconProps) => (\n <svg\n ref={ref}\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n data-title=\"ArrowDown\"\n {...{ ...(title && { 'data-title': title }), fill, stroke, ...props }}\n dangerouslySetInnerHTML={{\n __html:\n (title === undefined ? '' : `<title>${title}</title>`) +\n '<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.7236 15.4613C17.3442 15.0629 16.7162 15.05 16.3209 15.4325L12.992 18.6538L12.9921 3C12.9921 2.44771 12.5479 2 12 2C11.4521 2 11.0079 2.44771 11.0079 3L11.0079 18.6538L7.67908 15.4325C7.28383 15.05 6.65583 15.0629 6.2764 15.4613C5.89696 15.8597 5.90978 16.4928 6.30502 16.8752L11.313 21.7214C11.6969 22.0929 12.3031 22.0929 12.687 21.7214L17.695 16.8752C18.0902 16.4928 18.103 15.8597 17.7236 15.4613Z\"/>',\n }}\n />\n)\n\nArrowDown.displayName = 'ArrowDown'\n\nexport const tags = ['ArrowDown', '']\n"],"mappings":";;;;;AAIA,IAAa,aAAa,EACxB,OACA,OAAO,gBACP,SAAS,QACT,KACA,GAAG,YAEH,iBAAA,GAAA,kBAAA,KAAC,OAAD;CACO;CACL,SAAQ;CACR,OAAM;CACN,cAAW;CACL,GAAI,SAAS,EAAE,cAAc,OAAO;CAAG;CAAM;CAAQ,GAAG;CAC9D,yBAAyB,EACvB,SACG,UAAU,KAAA,IAAY,KAAK,UAAU,MAAM,aAC5C,kdACH;CACD,CAAA;AAGJ,UAAU,cAAc;AAExB,IAAa,OAAO,CAAC,aAAa,GAAG"}
@@ -0,0 +1,20 @@
1
+ import "react";
2
+ import { jsx } from "react/jsx-runtime";
3
+ //#region src/icons/ArrowDown.tsx
4
+ var ArrowDown = ({ title, fill = "currentColor", stroke = "none", ref, ...props }) => /* @__PURE__ */ jsx("svg", {
5
+ ref,
6
+ viewBox: "0 0 24 24",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ "data-title": "ArrowDown",
9
+ ...title && { "data-title": title },
10
+ fill,
11
+ stroke,
12
+ ...props,
13
+ dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.7236 15.4613C17.3442 15.0629 16.7162 15.05 16.3209 15.4325L12.992 18.6538L12.9921 3C12.9921 2.44771 12.5479 2 12 2C11.4521 2 11.0079 2.44771 11.0079 3L11.0079 18.6538L7.67908 15.4325C7.28383 15.05 6.65583 15.0629 6.2764 15.4613C5.89696 15.8597 5.90978 16.4928 6.30502 16.8752L11.313 21.7214C11.6969 22.0929 12.3031 22.0929 12.687 21.7214L17.695 16.8752C18.0902 16.4928 18.103 15.8597 17.7236 15.4613Z\"/>" }
14
+ });
15
+ ArrowDown.displayName = "ArrowDown";
16
+ var tags = ["ArrowDown", ""];
17
+ //#endregion
18
+ export { ArrowDown, tags };
19
+
20
+ //# sourceMappingURL=ArrowDown.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowDown.mjs","names":[],"sources":["../../src/icons/ArrowDown.tsx"],"sourcesContent":["import React from 'react'\n\nimport { IconProps } from '../Types'\n\nexport const ArrowDown = ({\n title,\n fill = 'currentColor',\n stroke = 'none',\n ref,\n ...props\n}: IconProps) => (\n <svg\n ref={ref}\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n data-title=\"ArrowDown\"\n {...{ ...(title && { 'data-title': title }), fill, stroke, ...props }}\n dangerouslySetInnerHTML={{\n __html:\n (title === undefined ? '' : `<title>${title}</title>`) +\n '<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.7236 15.4613C17.3442 15.0629 16.7162 15.05 16.3209 15.4325L12.992 18.6538L12.9921 3C12.9921 2.44771 12.5479 2 12 2C11.4521 2 11.0079 2.44771 11.0079 3L11.0079 18.6538L7.67908 15.4325C7.28383 15.05 6.65583 15.0629 6.2764 15.4613C5.89696 15.8597 5.90978 16.4928 6.30502 16.8752L11.313 21.7214C11.6969 22.0929 12.3031 22.0929 12.687 21.7214L17.695 16.8752C18.0902 16.4928 18.103 15.8597 17.7236 15.4613Z\"/>',\n }}\n />\n)\n\nArrowDown.displayName = 'ArrowDown'\n\nexport const tags = ['ArrowDown', '']\n"],"mappings":";;;AAIA,IAAa,aAAa,EACxB,OACA,OAAO,gBACP,SAAS,QACT,KACA,GAAG,YAEH,oBAAC,OAAD;CACO;CACL,SAAQ;CACR,OAAM;CACN,cAAW;CACL,GAAI,SAAS,EAAE,cAAc,OAAO;CAAG;CAAM;CAAQ,GAAG;CAC9D,yBAAyB,EACvB,SACG,UAAU,KAAA,IAAY,KAAK,UAAU,MAAM,aAC5C,kdACH;CACD,CAAA;AAGJ,UAAU,cAAc;AAExB,IAAa,OAAO,CAAC,aAAa,GAAG"}
@@ -0,0 +1,23 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ require("../chunk-8l464Juk.js");
3
+ require("react");
4
+ let react_jsx_runtime = require("react/jsx-runtime");
5
+ //#region src/icons/ArrowUp.tsx
6
+ var ArrowUp = ({ title, fill = "currentColor", stroke = "none", ref, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)("svg", {
7
+ ref,
8
+ viewBox: "0 0 24 24",
9
+ "data-title": "ArrowUp",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ ...title && { "data-title": title },
12
+ fill,
13
+ stroke,
14
+ ...props,
15
+ dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.2764 8.53868C6.65583 8.9371 7.28383 8.95002 7.67908 8.56754L11.0079 5.34622L11.0079 21C11.0079 21.5523 11.4521 22 12 22C12.5479 22 12.9921 21.5523 12.9921 21L12.9921 5.34622L16.3209 8.56754C16.7162 8.95002 17.3442 8.9371 17.7236 8.53868C18.103 8.14027 18.0902 7.50724 17.695 7.12476L12.687 2.27861C12.3031 1.90713 11.6969 1.90713 11.313 2.27861L6.30502 7.12477C5.90978 7.50724 5.89696 8.14027 6.2764 8.53868Z\"/>" }
16
+ });
17
+ ArrowUp.displayName = "ArrowUp";
18
+ var tags = ["ArrowUp", ""];
19
+ //#endregion
20
+ exports.ArrowUp = ArrowUp;
21
+ exports.tags = tags;
22
+
23
+ //# sourceMappingURL=ArrowUp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowUp.js","names":[],"sources":["../../src/icons/ArrowUp.tsx"],"sourcesContent":["import React from 'react'\n\nimport { IconProps } from '../Types'\n\nexport const ArrowUp = ({\n title,\n fill = 'currentColor',\n stroke = 'none',\n ref,\n ...props\n}: IconProps) => (\n <svg\n ref={ref}\n viewBox=\"0 0 24 24\"\n data-title=\"ArrowUp\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...{ ...(title && { 'data-title': title }), fill, stroke, ...props }}\n dangerouslySetInnerHTML={{\n __html:\n (title === undefined ? '' : `<title>${title}</title>`) +\n '<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.2764 8.53868C6.65583 8.9371 7.28383 8.95002 7.67908 8.56754L11.0079 5.34622L11.0079 21C11.0079 21.5523 11.4521 22 12 22C12.5479 22 12.9921 21.5523 12.9921 21L12.9921 5.34622L16.3209 8.56754C16.7162 8.95002 17.3442 8.9371 17.7236 8.53868C18.103 8.14027 18.0902 7.50724 17.695 7.12476L12.687 2.27861C12.3031 1.90713 11.6969 1.90713 11.313 2.27861L6.30502 7.12477C5.90978 7.50724 5.89696 8.14027 6.2764 8.53868Z\"/>',\n }}\n />\n)\n\nArrowUp.displayName = 'ArrowUp'\n\nexport const tags = ['ArrowUp', '']\n"],"mappings":";;;;;AAIA,IAAa,WAAW,EACtB,OACA,OAAO,gBACP,SAAS,QACT,KACA,GAAG,YAEH,iBAAA,GAAA,kBAAA,KAAC,OAAD;CACO;CACL,SAAQ;CACR,cAAW;CACX,OAAM;CACA,GAAI,SAAS,EAAE,cAAc,OAAO;CAAG;CAAM;CAAQ,GAAG;CAC9D,yBAAyB,EACvB,SACG,UAAU,KAAA,IAAY,KAAK,UAAU,MAAM,aAC5C,ydACH;CACD,CAAA;AAGJ,QAAQ,cAAc;AAEtB,IAAa,OAAO,CAAC,WAAW,GAAG"}
@@ -0,0 +1,20 @@
1
+ import "react";
2
+ import { jsx } from "react/jsx-runtime";
3
+ //#region src/icons/ArrowUp.tsx
4
+ var ArrowUp = ({ title, fill = "currentColor", stroke = "none", ref, ...props }) => /* @__PURE__ */ jsx("svg", {
5
+ ref,
6
+ viewBox: "0 0 24 24",
7
+ "data-title": "ArrowUp",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ ...title && { "data-title": title },
10
+ fill,
11
+ stroke,
12
+ ...props,
13
+ dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.2764 8.53868C6.65583 8.9371 7.28383 8.95002 7.67908 8.56754L11.0079 5.34622L11.0079 21C11.0079 21.5523 11.4521 22 12 22C12.5479 22 12.9921 21.5523 12.9921 21L12.9921 5.34622L16.3209 8.56754C16.7162 8.95002 17.3442 8.9371 17.7236 8.53868C18.103 8.14027 18.0902 7.50724 17.695 7.12476L12.687 2.27861C12.3031 1.90713 11.6969 1.90713 11.313 2.27861L6.30502 7.12477C5.90978 7.50724 5.89696 8.14027 6.2764 8.53868Z\"/>" }
14
+ });
15
+ ArrowUp.displayName = "ArrowUp";
16
+ var tags = ["ArrowUp", ""];
17
+ //#endregion
18
+ export { ArrowUp, tags };
19
+
20
+ //# sourceMappingURL=ArrowUp.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowUp.mjs","names":[],"sources":["../../src/icons/ArrowUp.tsx"],"sourcesContent":["import React from 'react'\n\nimport { IconProps } from '../Types'\n\nexport const ArrowUp = ({\n title,\n fill = 'currentColor',\n stroke = 'none',\n ref,\n ...props\n}: IconProps) => (\n <svg\n ref={ref}\n viewBox=\"0 0 24 24\"\n data-title=\"ArrowUp\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...{ ...(title && { 'data-title': title }), fill, stroke, ...props }}\n dangerouslySetInnerHTML={{\n __html:\n (title === undefined ? '' : `<title>${title}</title>`) +\n '<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.2764 8.53868C6.65583 8.9371 7.28383 8.95002 7.67908 8.56754L11.0079 5.34622L11.0079 21C11.0079 21.5523 11.4521 22 12 22C12.5479 22 12.9921 21.5523 12.9921 21L12.9921 5.34622L16.3209 8.56754C16.7162 8.95002 17.3442 8.9371 17.7236 8.53868C18.103 8.14027 18.0902 7.50724 17.695 7.12476L12.687 2.27861C12.3031 1.90713 11.6969 1.90713 11.313 2.27861L6.30502 7.12477C5.90978 7.50724 5.89696 8.14027 6.2764 8.53868Z\"/>',\n }}\n />\n)\n\nArrowUp.displayName = 'ArrowUp'\n\nexport const tags = ['ArrowUp', '']\n"],"mappings":";;;AAIA,IAAa,WAAW,EACtB,OACA,OAAO,gBACP,SAAS,QACT,KACA,GAAG,YAEH,oBAAC,OAAD;CACO;CACL,SAAQ;CACR,cAAW;CACX,OAAM;CACA,GAAI,SAAS,EAAE,cAAc,OAAO;CAAG;CAAM;CAAQ,GAAG;CAC9D,yBAAyB,EACvB,SACG,UAAU,KAAA,IAAY,KAAK,UAAU,MAAM,aAC5C,ydACH;CACD,CAAA;AAGJ,QAAQ,cAAc;AAEtB,IAAa,OAAO,CAAC,WAAW,GAAG"}
@@ -0,0 +1,23 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ require("../chunk-8l464Juk.js");
3
+ require("react");
4
+ let react_jsx_runtime = require("react/jsx-runtime");
5
+ //#region src/icons/Sort.tsx
6
+ var Sort = ({ title, fill = "currentColor", stroke = "none", ref, ...props }) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)("svg", {
7
+ ref,
8
+ viewBox: "0 0 24 24",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ "data-title": "Sort",
11
+ ...title && { "data-title": title },
12
+ fill,
13
+ stroke,
14
+ ...props,
15
+ dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.7236 7.53868C11.3442 7.9371 10.7162 7.95002 10.3209 7.56754L7.99205 5.34622 7.99205 17C7.99205 17.5523 7.54789 18 7 18 6.4521 18 6.00795 17.5523 6.00795 17L6.00795 5.34622 3.67908 7.56754C3.28383 7.95001 2.65583 7.9371 2.2764 7.53868 1.89696 7.14027 1.90978 6.50724 2.30503 6.12477L6.31297 2.27861C6.69686 1.90713 7.30314 1.90713 7.68703 2.27861L11.695 6.12477C12.0902 6.50724 12.103 7.14027 11.7236 7.53868ZM12.2764 16.4613C12.6558 16.0629 13.2838 16.05 13.6791 16.4325L16.0079 18.6538V7C16.0079 6.44771 16.4521 6 17 6 17.5479 6 17.9921 6.44771 17.9921 7V18.6538L20.3209 16.4325C20.7162 16.05 21.3442 16.0629 21.7236 16.4613 22.103 16.8597 22.0902 17.4928 21.695 17.8752L17.687 21.7214C17.3031 22.0929 16.6969 22.0929 16.313 21.7214L12.305 17.8752C11.9098 17.4928 11.897 16.8597 12.2764 16.4613Z\"/>" }
16
+ });
17
+ Sort.displayName = "Sort";
18
+ var tags = ["Sort", ""];
19
+ //#endregion
20
+ exports.Sort = Sort;
21
+ exports.tags = tags;
22
+
23
+ //# sourceMappingURL=Sort.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Sort.js","names":[],"sources":["../../src/icons/Sort.tsx"],"sourcesContent":["import React from 'react'\nimport { IconProps } from '../Types'\n\nexport const Sort = ({\n title,\n fill = 'currentColor',\n stroke = 'none',\n ref,\n ...props\n}: IconProps) => (\n <svg\n ref={ref}\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n data-title=\"Sort\"\n {...{ ...(title && { 'data-title': title }), fill, stroke, ...props }}\n dangerouslySetInnerHTML={{\n __html:\n (title === undefined ? '' : `<title>${title}</title>`) +\n '<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.7236 7.53868C11.3442 7.9371 10.7162 7.95002 10.3209 7.56754L7.99205 5.34622 7.99205 17C7.99205 17.5523 7.54789 18 7 18 6.4521 18 6.00795 17.5523 6.00795 17L6.00795 5.34622 3.67908 7.56754C3.28383 7.95001 2.65583 7.9371 2.2764 7.53868 1.89696 7.14027 1.90978 6.50724 2.30503 6.12477L6.31297 2.27861C6.69686 1.90713 7.30314 1.90713 7.68703 2.27861L11.695 6.12477C12.0902 6.50724 12.103 7.14027 11.7236 7.53868ZM12.2764 16.4613C12.6558 16.0629 13.2838 16.05 13.6791 16.4325L16.0079 18.6538V7C16.0079 6.44771 16.4521 6 17 6 17.5479 6 17.9921 6.44771 17.9921 7V18.6538L20.3209 16.4325C20.7162 16.05 21.3442 16.0629 21.7236 16.4613 22.103 16.8597 22.0902 17.4928 21.695 17.8752L17.687 21.7214C17.3031 22.0929 16.6969 22.0929 16.313 21.7214L12.305 17.8752C11.9098 17.4928 11.897 16.8597 12.2764 16.4613Z\"/>',\n }}\n />\n)\n\nSort.displayName = 'Sort'\n\nexport const tags = ['Sort', '']\n"],"mappings":";;;;;AAGA,IAAa,QAAQ,EACnB,OACA,OAAO,gBACP,SAAS,QACT,KACA,GAAG,YAEH,iBAAA,GAAA,kBAAA,KAAC,OAAD;CACO;CACL,SAAQ;CACR,OAAM;CACN,cAAW;CACL,GAAI,SAAS,EAAE,cAAc,OAAO;CAAG;CAAM;CAAQ,GAAG;CAC9D,yBAAyB,EACvB,SACG,UAAU,KAAA,IAAY,KAAK,UAAU,MAAM,aAC5C,81BACH;CACD,CAAA;AAGJ,KAAK,cAAc;AAEnB,IAAa,OAAO,CAAC,QAAQ,GAAG"}
@@ -0,0 +1,20 @@
1
+ import "react";
2
+ import { jsx } from "react/jsx-runtime";
3
+ //#region src/icons/Sort.tsx
4
+ var Sort = ({ title, fill = "currentColor", stroke = "none", ref, ...props }) => /* @__PURE__ */ jsx("svg", {
5
+ ref,
6
+ viewBox: "0 0 24 24",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ "data-title": "Sort",
9
+ ...title && { "data-title": title },
10
+ fill,
11
+ stroke,
12
+ ...props,
13
+ dangerouslySetInnerHTML: { __html: (title === void 0 ? "" : `<title>${title}</title>`) + "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.7236 7.53868C11.3442 7.9371 10.7162 7.95002 10.3209 7.56754L7.99205 5.34622 7.99205 17C7.99205 17.5523 7.54789 18 7 18 6.4521 18 6.00795 17.5523 6.00795 17L6.00795 5.34622 3.67908 7.56754C3.28383 7.95001 2.65583 7.9371 2.2764 7.53868 1.89696 7.14027 1.90978 6.50724 2.30503 6.12477L6.31297 2.27861C6.69686 1.90713 7.30314 1.90713 7.68703 2.27861L11.695 6.12477C12.0902 6.50724 12.103 7.14027 11.7236 7.53868ZM12.2764 16.4613C12.6558 16.0629 13.2838 16.05 13.6791 16.4325L16.0079 18.6538V7C16.0079 6.44771 16.4521 6 17 6 17.5479 6 17.9921 6.44771 17.9921 7V18.6538L20.3209 16.4325C20.7162 16.05 21.3442 16.0629 21.7236 16.4613 22.103 16.8597 22.0902 17.4928 21.695 17.8752L17.687 21.7214C17.3031 22.0929 16.6969 22.0929 16.313 21.7214L12.305 17.8752C11.9098 17.4928 11.897 16.8597 12.2764 16.4613Z\"/>" }
14
+ });
15
+ Sort.displayName = "Sort";
16
+ var tags = ["Sort", ""];
17
+ //#endregion
18
+ export { Sort, tags };
19
+
20
+ //# sourceMappingURL=Sort.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Sort.mjs","names":[],"sources":["../../src/icons/Sort.tsx"],"sourcesContent":["import React from 'react'\nimport { IconProps } from '../Types'\n\nexport const Sort = ({\n title,\n fill = 'currentColor',\n stroke = 'none',\n ref,\n ...props\n}: IconProps) => (\n <svg\n ref={ref}\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\"\n data-title=\"Sort\"\n {...{ ...(title && { 'data-title': title }), fill, stroke, ...props }}\n dangerouslySetInnerHTML={{\n __html:\n (title === undefined ? '' : `<title>${title}</title>`) +\n '<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.7236 7.53868C11.3442 7.9371 10.7162 7.95002 10.3209 7.56754L7.99205 5.34622 7.99205 17C7.99205 17.5523 7.54789 18 7 18 6.4521 18 6.00795 17.5523 6.00795 17L6.00795 5.34622 3.67908 7.56754C3.28383 7.95001 2.65583 7.9371 2.2764 7.53868 1.89696 7.14027 1.90978 6.50724 2.30503 6.12477L6.31297 2.27861C6.69686 1.90713 7.30314 1.90713 7.68703 2.27861L11.695 6.12477C12.0902 6.50724 12.103 7.14027 11.7236 7.53868ZM12.2764 16.4613C12.6558 16.0629 13.2838 16.05 13.6791 16.4325L16.0079 18.6538V7C16.0079 6.44771 16.4521 6 17 6 17.5479 6 17.9921 6.44771 17.9921 7V18.6538L20.3209 16.4325C20.7162 16.05 21.3442 16.0629 21.7236 16.4613 22.103 16.8597 22.0902 17.4928 21.695 17.8752L17.687 21.7214C17.3031 22.0929 16.6969 22.0929 16.313 21.7214L12.305 17.8752C11.9098 17.4928 11.897 16.8597 12.2764 16.4613Z\"/>',\n }}\n />\n)\n\nSort.displayName = 'Sort'\n\nexport const tags = ['Sort', '']\n"],"mappings":";;;AAGA,IAAa,QAAQ,EACnB,OACA,OAAO,gBACP,SAAS,QACT,KACA,GAAG,YAEH,oBAAC,OAAD;CACO;CACL,SAAQ;CACR,OAAM;CACN,cAAW;CACL,GAAI,SAAS,EAAE,cAAc,OAAO;CAAG;CAAM;CAAQ,GAAG;CAC9D,yBAAyB,EACvB,SACG,UAAU,KAAA,IAAY,KAAK,UAAU,MAAM,aAC5C,81BACH;CACD,CAAA;AAGJ,KAAK,cAAc;AAEnB,IAAa,OAAO,CAAC,QAAQ,GAAG"}
package/dist/index.js CHANGED
@@ -19,10 +19,12 @@ const require_icons_AlertOutline = require("./icons/AlertOutline.js");
19
19
  const require_icons_AllDirection = require("./icons/AllDirection.js");
20
20
  const require_icons_ArrowDoubleLeft = require("./icons/ArrowDoubleLeft.js");
21
21
  const require_icons_ArrowDoubleRight = require("./icons/ArrowDoubleRight.js");
22
+ const require_icons_ArrowDown = require("./icons/ArrowDown.js");
22
23
  const require_icons_ArrowHorizontalDown = require("./icons/ArrowHorizontalDown.js");
23
24
  const require_icons_ArrowHorizontalUp = require("./icons/ArrowHorizontalUp.js");
24
25
  const require_icons_ArrowLeft = require("./icons/ArrowLeft.js");
25
26
  const require_icons_ArrowRight = require("./icons/ArrowRight.js");
27
+ const require_icons_ArrowUp = require("./icons/ArrowUp.js");
26
28
  const require_icons_ArrowVerticalLeft = require("./icons/ArrowVerticalLeft.js");
27
29
  const require_icons_ArrowVerticalRight = require("./icons/ArrowVerticalRight.js");
28
30
  const require_icons_AttachFile = require("./icons/AttachFile.js");
@@ -213,10 +215,12 @@ exports.AlertOutline = require_icons_AlertOutline.AlertOutline;
213
215
  exports.AllDirection = require_icons_AllDirection.AllDirection;
214
216
  exports.ArrowDoubleLeft = require_icons_ArrowDoubleLeft.ArrowDoubleLeft;
215
217
  exports.ArrowDoubleRight = require_icons_ArrowDoubleRight.ArrowDoubleRight;
218
+ exports.ArrowDown = require_icons_ArrowDown.ArrowDown;
216
219
  exports.ArrowHorizontalDown = require_icons_ArrowHorizontalDown.ArrowHorizontalDown;
217
220
  exports.ArrowHorizontalUp = require_icons_ArrowHorizontalUp.ArrowHorizontalUp;
218
221
  exports.ArrowLeft = require_icons_ArrowLeft.ArrowLeft;
219
222
  exports.ArrowRight = require_icons_ArrowRight.ArrowRight;
223
+ exports.ArrowUp = require_icons_ArrowUp.ArrowUp;
220
224
  exports.ArrowVerticalLeft = require_icons_ArrowVerticalLeft.ArrowVerticalLeft;
221
225
  exports.ArrowVerticalRight = require_icons_ArrowVerticalRight.ArrowVerticalRight;
222
226
  exports.AttachFile = require_icons_AttachFile.AttachFile;
package/dist/index.mjs CHANGED
@@ -18,10 +18,12 @@ import { AlertOutline } from "./icons/AlertOutline.mjs";
18
18
  import { AllDirection } from "./icons/AllDirection.mjs";
19
19
  import { ArrowDoubleLeft } from "./icons/ArrowDoubleLeft.mjs";
20
20
  import { ArrowDoubleRight } from "./icons/ArrowDoubleRight.mjs";
21
+ import { ArrowDown } from "./icons/ArrowDown.mjs";
21
22
  import { ArrowHorizontalDown } from "./icons/ArrowHorizontalDown.mjs";
22
23
  import { ArrowHorizontalUp } from "./icons/ArrowHorizontalUp.mjs";
23
24
  import { ArrowLeft } from "./icons/ArrowLeft.mjs";
24
25
  import { ArrowRight } from "./icons/ArrowRight.mjs";
26
+ import { ArrowUp } from "./icons/ArrowUp.mjs";
25
27
  import { ArrowVerticalLeft } from "./icons/ArrowVerticalLeft.mjs";
26
28
  import { ArrowVerticalRight } from "./icons/ArrowVerticalRight.mjs";
27
29
  import { AttachFile } from "./icons/AttachFile.mjs";
@@ -192,4 +194,4 @@ import { WheelFill } from "./icons/WheelFill.mjs";
192
194
  import { WheelOutline } from "./icons/WheelOutline.mjs";
193
195
  import { WorkFill } from "./icons/WorkFill.mjs";
194
196
  import { WorkOutline } from "./icons/WorkOutline.mjs";
195
- export { AccountFill, AccountOutline, Activity, AddFill, AddImageFill, AddImageOutline, AddOutline, AddSquareFill, AddSquareOutline, AlarmFill, AlarmOffFill, AlarmOffOutline, AlarmOnFill, AlarmOnOutline, AlarmOutline, AlertFill, AlertOutline, AllDirection, ArrowDoubleLeft, ArrowDoubleRight, ArrowHorizontalDown, ArrowHorizontalUp, ArrowLeft, ArrowRight, ArrowVerticalLeft, ArrowVerticalRight, AttachFile, Block, BookmarkFill, BookmarkOutline, BoxFill, BoxOutline, BurgerMenu, CalendarDotFill, CalendarDotOutline, CalendarFill, CalendarOutline, CalendarValidFill, CalendarValidOutline, CallFill, CallOutline, CameraFill, CameraOutline, CardFill, CardOutline, Check, ClockArrow, ClockFill, ClockOutline, Close, Computer, ConversationFill, ConversationOutline, CopyFill, CopyOutline, CvFill, CvOutline, DeleteFill, DeleteOutline, Directory, DoubleCheck, DownloadFill, DownloadOutline, ErrorPhoto, Euro, Export, EyeFill, EyeOffFill, EyeOffOutline, EyeOutline, FavoriteFill, FavoriteOutline, FileOffFill, FileOffOutline, FilePdfFill, FilePdfOutline, Filter, FireFill, FireOutline, FlagFill, FlagOutline, FlashFill, FlashOutline, ForwardFill, ForwardOutline, GalleryFill, GalleryOutline, GraphArrowDown, GraphArrowUp, GraphFill, GraphOutline, GroupFill, GroupOutline, HomeFill, HomeOutline, IdeaFill, IdeaOutline, IdentityFill, IdentityOutline, ImageFill, ImageOutline, Import, InfoFill, InfoOutline, Job, KeyFill, KeyOutline, LikeFill, LikeOutline, Link, LockFill, LockOutline, MailCloseFill, MailCloseOutline, MailFill, MailOpenFill, MailOpenOutline, MailOutline, MapCursorFill, MapCursorOutline, MapExpand, MegaphoneFill, MegaphoneMuteFill, MegaphoneMuteOutline, MegaphoneOutline, MessageFill, MessageOutline, Minus, MobileCheck, MoreMenuHorizontal, MoreMenuVertical, MoveUp, NotificationFill, NotificationOutline, OfferFill, OfferOutline, PaperMapFill, PaperMapOutline, PauseFill, PauseOutline, PenFill, PenOutline, Percentage, PhoneFill, PhoneOutline, PinFill, PinOutline, PlayFill, PlayOutline, Plus, PrintFill, PrintOutline, ProfileFill, ProfileOutline, QuestionFill, QuestionOutline, Refresh, RemoveFill, RemoveOutline, RocketFill, RocketOutline, RotateImage, Scan, Search, SendFill, SendOutline, ShareExpand, ShareFill, ShareOutline, ShareiOs, StarFill, StarOutline, TrashCloseFill, TrashCloseOutline, TrashFill, TrashOutline, TypingFill, TypingOutline, UnlockFill, UnlockOutline, UserCheckFill, UserCheckOutline, ValidFill, ValidOutline, VoiceFill, VoiceOffFill, VoiceOffOutline, VoiceOutline, WarningFill, WarningOutline, WheelFill, WheelOutline, WorkFill, WorkOutline };
197
+ export { AccountFill, AccountOutline, Activity, AddFill, AddImageFill, AddImageOutline, AddOutline, AddSquareFill, AddSquareOutline, AlarmFill, AlarmOffFill, AlarmOffOutline, AlarmOnFill, AlarmOnOutline, AlarmOutline, AlertFill, AlertOutline, AllDirection, ArrowDoubleLeft, ArrowDoubleRight, ArrowDown, ArrowHorizontalDown, ArrowHorizontalUp, ArrowLeft, ArrowRight, ArrowUp, ArrowVerticalLeft, ArrowVerticalRight, AttachFile, Block, BookmarkFill, BookmarkOutline, BoxFill, BoxOutline, BurgerMenu, CalendarDotFill, CalendarDotOutline, CalendarFill, CalendarOutline, CalendarValidFill, CalendarValidOutline, CallFill, CallOutline, CameraFill, CameraOutline, CardFill, CardOutline, Check, ClockArrow, ClockFill, ClockOutline, Close, Computer, ConversationFill, ConversationOutline, CopyFill, CopyOutline, CvFill, CvOutline, DeleteFill, DeleteOutline, Directory, DoubleCheck, DownloadFill, DownloadOutline, ErrorPhoto, Euro, Export, EyeFill, EyeOffFill, EyeOffOutline, EyeOutline, FavoriteFill, FavoriteOutline, FileOffFill, FileOffOutline, FilePdfFill, FilePdfOutline, Filter, FireFill, FireOutline, FlagFill, FlagOutline, FlashFill, FlashOutline, ForwardFill, ForwardOutline, GalleryFill, GalleryOutline, GraphArrowDown, GraphArrowUp, GraphFill, GraphOutline, GroupFill, GroupOutline, HomeFill, HomeOutline, IdeaFill, IdeaOutline, IdentityFill, IdentityOutline, ImageFill, ImageOutline, Import, InfoFill, InfoOutline, Job, KeyFill, KeyOutline, LikeFill, LikeOutline, Link, LockFill, LockOutline, MailCloseFill, MailCloseOutline, MailFill, MailOpenFill, MailOpenOutline, MailOutline, MapCursorFill, MapCursorOutline, MapExpand, MegaphoneFill, MegaphoneMuteFill, MegaphoneMuteOutline, MegaphoneOutline, MessageFill, MessageOutline, Minus, MobileCheck, MoreMenuHorizontal, MoreMenuVertical, MoveUp, NotificationFill, NotificationOutline, OfferFill, OfferOutline, PaperMapFill, PaperMapOutline, PauseFill, PauseOutline, PenFill, PenOutline, Percentage, PhoneFill, PhoneOutline, PinFill, PinOutline, PlayFill, PlayOutline, Plus, PrintFill, PrintOutline, ProfileFill, ProfileOutline, QuestionFill, QuestionOutline, Refresh, RemoveFill, RemoveOutline, RocketFill, RocketOutline, RotateImage, Scan, Search, SendFill, SendOutline, ShareExpand, ShareFill, ShareOutline, ShareiOs, StarFill, StarOutline, TrashCloseFill, TrashCloseOutline, TrashFill, TrashOutline, TypingFill, TypingOutline, UnlockFill, UnlockOutline, UserCheckFill, UserCheckOutline, ValidFill, ValidOutline, VoiceFill, VoiceOffFill, VoiceOffOutline, VoiceOutline, WarningFill, WarningOutline, WheelFill, WheelOutline, WorkFill, WorkOutline };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-ui/icons",
3
- "version": "17.2.5",
3
+ "version": "17.3.0",
4
4
  "description": "spark-ui icons",
5
5
  "publishConfig": {
6
6
  "access": "public"