elementa-icons 1.4.1 → 1.7.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 (31) hide show
  1. package/dist/icons/{nav → arrows-directions}/ArrowDown.js +1 -1
  2. package/dist/icons/{nav → arrows-directions}/ArrowLeft.js +2 -2
  3. package/dist/icons/arrows-directions/ArrowRight.js +20 -0
  4. package/dist/icons/{nav → arrows-directions}/ArrowUp.js +1 -1
  5. package/dist/icons/arrows-directions/ChevronDown.js +21 -0
  6. package/dist/icons/arrows-directions/ChevronLeft.js +21 -0
  7. package/dist/icons/arrows-directions/ChevronRight.js +21 -0
  8. package/dist/icons/arrows-directions/ChevronUp.js +21 -0
  9. package/dist/icons/editing-creation/Copy.js +23 -0
  10. package/dist/icons/editing-creation/Cut.js +23 -0
  11. package/dist/icons/saving-data-management/Refresh.js +23 -0
  12. package/dist/icons/user-interface-controls/Search.js +21 -0
  13. package/dist/index.esm.js +1 -1
  14. package/dist/index.js +313 -9
  15. package/dist/lib/icon-template.js +7 -6
  16. package/dist/types/icons/{nav → arrows-directions}/ArrowDown.d.ts +1 -1
  17. package/dist/types/icons/{nav → arrows-directions}/ArrowLeft.d.ts +2 -2
  18. package/dist/types/icons/arrows-directions/ArrowRight.d.ts +13 -0
  19. package/dist/types/icons/{nav → arrows-directions}/ArrowUp.d.ts +1 -1
  20. package/dist/types/icons/arrows-directions/ChevronDown.d.ts +13 -0
  21. package/dist/types/icons/arrows-directions/ChevronLeft.d.ts +13 -0
  22. package/dist/types/icons/arrows-directions/ChevronRight.d.ts +13 -0
  23. package/dist/types/icons/arrows-directions/ChevronUp.d.ts +13 -0
  24. package/dist/types/icons/editing-creation/Copy.d.ts +13 -0
  25. package/dist/types/icons/editing-creation/Cut.d.ts +13 -0
  26. package/dist/types/icons/saving-data-management/Refresh.d.ts +13 -0
  27. package/dist/types/icons/user-interface-controls/Search.d.ts +13 -0
  28. package/dist/types/index.d.ts +17 -5
  29. package/dist/types/lib/icon-template.d.ts +4 -4
  30. package/package.json +3 -2
  31. package/src/index.ts +322 -9
@@ -6,7 +6,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
6
6
  * @author Aayush Goyal
7
7
  * @created 2025-06-22
8
8
  * @modifier Aayush Goyal
9
- * @modified 2025-07-13
9
+ * @modified 2025-07-15
10
10
  * @since 1.1.0
11
11
  */
12
12
  const ArrowDown = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
@@ -5,8 +5,8 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
5
  * @version 1.0.0
6
6
  * @author Aayush Goyal
7
7
  * @created 2025-07-13
8
- * @modifier
9
- * @modified
8
+ * @modifier Aayush Goyal
9
+ * @modified 2025-07-15
10
10
  * @since 1.3.0
11
11
  */
12
12
  const ArrowLeft = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
@@ -0,0 +1,20 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ /**
3
+ * This function renders an SVG icon of a left arrow.
4
+ *
5
+ * @version 1.0.0
6
+ * @author Aayush Goyal
7
+ * @created 2025-09-08
8
+ * @modifier
9
+ * @modified
10
+ * @since 1.7.0
11
+ */
12
+ const ArrowRight = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
13
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
14
+ fillRule: 'evenodd',
15
+ clipRule: 'evenodd',
16
+ strokeLinejoin: 'round',
17
+ strokeMiterlimit: 2
18
+ }, viewBox: "0 0 29 25", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M14.002.92s3.823 3.77 7.4 7.173c.868.826 1.725 1.623 2.508 2.34 1.03.948 1.934 1.749 2.546 2.3l-.003.004.004.005c-1.065.983-3.022 2.746-5.043 4.654-3.588 3.388-7.412 7.158-7.412 7.158a.244.244 0 0 0 .32.367s4.267-3.258 8.124-6.337c2.172-1.734 4.192-3.424 5.314-4.341a1.988 1.988 0 0 0 .001-3.012c-.632-.528-1.552-1.311-2.633-2.2-.82-.673-1.729-1.411-2.67-2.155C18.59 3.81 14.322.554 14.322.554a.244.244 0 0 0-.32.367" }), _jsx("path", { d: "M23.373 12.494s-1.068-.113-2.764-.26c-1.15-.1-2.571-.225-4.144-.325a91 91 0 0 0-2.763-.135 49 49 0 0 0-1.842-.036c-.617 0-1.233.019-1.842.042a164.883 164.883 0 0 0-5.526.349c-2.47.198-4.145.365-4.145.365a.243.243 0 0 0 0 .487s1.674.166 4.145.364c.844.068 1.773.137 2.763.2.887.056 1.814.113 2.763.149a49 49 0 0 0 1.842.043c.617 0 1.233-.015 1.842-.036a94 94 0 0 0 2.763-.135c1.573-.1 2.994-.226 4.144-.326 1.696-.146 2.764-.26 2.764-.26a.243.243 0 0 0 0-.486" })] }));
19
+ };
20
+ export default ArrowRight;
@@ -6,7 +6,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
6
6
  * @author Aayush Goyal
7
7
  * @created 2025-06-22
8
8
  * @modifier Aayush Goyal
9
- * @modified 2025-07-13
9
+ * @modified 2025-07-15
10
10
  * @since 1.1.0
11
11
  */
12
12
  const ArrowDown = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
@@ -0,0 +1,21 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a downward chevron.
5
+ *
6
+ * @version 1.0.0
7
+ * @author Aayush Goyal
8
+ * @created 2025-09-08
9
+ * @modifier
10
+ * @modified
11
+ * @since 1.7.0
12
+ */
13
+ const ChevronDown = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
14
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
15
+ fillRule: 'evenodd',
16
+ clipRule: 'evenodd',
17
+ strokeLinejoin: 'round',
18
+ strokeMiterlimit: 2
19
+ }, viewBox: "0 0 33 13", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: _jsx("path", { d: "M32.121.435s-3.57 2.356-7.379 4.954a359 359 0 0 0-4.38 3.035c-1.105.778-2.095 1.501-2.886 2.068a2.03 2.03 0 0 1-1.209.388 2.03 2.03 0 0 1-1.21-.385c-1.46-1.026-3.594-2.557-5.812-4.087C4.95 3.445.414.435.414.435a.243.243 0 1 0-.292.39S4.28 4.337 8.328 7.632c2.09 1.7 4.157 3.321 5.55 4.433a3.94 3.94 0 0 0 2.39.815 3.94 3.94 0 0 0 2.39-.812c.766-.6 1.737-1.349 2.793-2.192a344 344 0 0 0 4.14-3.355A658 658 0 0 0 32.413.825a.244.244 0 0 0-.292-.39" }) }));
20
+ };
21
+ export default ChevronDown;
@@ -0,0 +1,21 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a left chevron.
5
+ *
6
+ * @version 1.0.0
7
+ * @author Aayush Goyal
8
+ * @created 2025-09-08
9
+ * @modifier
10
+ * @modified
11
+ * @since 1.7.0
12
+ */
13
+ const ChevronLeft = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
14
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
15
+ fillRule: 'evenodd',
16
+ clipRule: 'evenodd',
17
+ strokeLinejoin: 'round',
18
+ strokeMiterlimit: 2
19
+ }, viewBox: "0 0 14 33", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: _jsx("path", { d: "M12.984 32.483s-2.356-3.57-4.954-7.38a359 359 0 0 0-3.035-4.38c-.778-1.104-1.5-2.094-2.068-2.885a2.03 2.03 0 0 1-.388-1.21 2.03 2.03 0 0 1 .385-1.21c1.026-1.46 2.557-3.593 4.087-5.811C9.974 5.31 12.984.775 12.984.775a.243.243 0 1 0-.39-.292S9.082 4.642 5.787 8.69c-1.7 2.089-3.32 4.157-4.433 5.55a3.94 3.94 0 0 0-.815 2.389 3.94 3.94 0 0 0 .812 2.39c.601.767 1.35 1.738 2.192 2.794a344 344 0 0 0 3.355 4.14 658 658 0 0 0 5.696 6.822.244.244 0 0 0 .39-.292" }) }));
20
+ };
21
+ export default ChevronLeft;
@@ -0,0 +1,21 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a right chevron.
5
+ *
6
+ * @version 1.0.0
7
+ * @author Aayush Goyal
8
+ * @created 2025-09-08
9
+ * @modifier
10
+ * @modified
11
+ * @since 1.7.0
12
+ */
13
+ const IcNavigationChevronRight = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
14
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
15
+ fillRule: 'evenodd',
16
+ clipRule: 'evenodd',
17
+ strokeLinejoin: 'round',
18
+ strokeMiterlimit: 2
19
+ }, viewBox: "0 0 13 33", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: _jsx("path", { d: "M.124.775s2.356 3.57 4.954 7.379a359 359 0 0 0 3.035 4.38c.778 1.105 1.5 2.095 2.068 2.886.265.36.388.785.388 1.21s-.121.851-.385 1.21c-1.026 1.46-2.557 3.593-4.087 5.811a687 687 0 0 0-5.973 8.832.243.243 0 1 0 .39.292s3.512-4.159 6.807-8.207c1.7-2.089 3.32-4.157 4.433-5.55a3.94 3.94 0 0 0 .815-2.389 3.94 3.94 0 0 0-.812-2.39c-.601-.767-1.35-1.738-2.192-2.794a344 344 0 0 0-3.355-4.14C3.28 3.744.514.483.514.483a.244.244 0 0 0-.39.292" }) }));
20
+ };
21
+ export default IcNavigationChevronRight;
@@ -0,0 +1,21 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a upward chevron.
5
+ *
6
+ * @version 1.0.0
7
+ * @author Aayush Goyal
8
+ * @created 2025-09-08
9
+ * @modifier
10
+ * @modified
11
+ * @since 1.7.0
12
+ */
13
+ const IcNavigationChevronUp = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
14
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
15
+ fillRule: 'evenodd',
16
+ clipRule: 'evenodd',
17
+ strokeLinejoin: 'round',
18
+ strokeMiterlimit: 2
19
+ }, viewBox: "0 0 34 13", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: _jsx("path", { d: "M.93 12.828s3.57-2.356 7.378-4.954a359 359 0 0 0 4.38-3.035c1.105-.778 2.095-1.5 2.886-2.068a2.03 2.03 0 0 1 1.21-.388c.424 0 .851.121 1.21.385 1.46 1.026 3.593 2.557 5.811 4.087a687 687 0 0 0 8.832 5.973.243.243 0 1 0 .292-.39s-4.159-3.512-8.207-6.807c-2.089-1.7-4.157-3.32-5.55-4.433a3.94 3.94 0 0 0-2.389-.815 3.94 3.94 0 0 0-2.39.812c-.767.601-1.738 1.35-2.794 2.192a344 344 0 0 0-4.14 3.355C3.9 9.672.637 12.438.637 12.438a.244.244 0 0 0 .292.39" }) }));
20
+ };
21
+ export default IcNavigationChevronUp;
@@ -0,0 +1,23 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a copy action.
5
+ *
6
+ * @version 1.0.0
7
+ * @author Aayush Goyal
8
+ * @created 2025-07-15
9
+ * @modifier
10
+ * @modified
11
+ * @since 1.6.0
12
+ */
13
+ const Copy = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
14
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
15
+ fillRule: 'evenodd',
16
+ clipRule: 'evenodd',
17
+ strokeLinejoin: 'round',
18
+ strokeMiterlimit: 2
19
+ }, viewBox: "0 0 30 31", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M693.052 357.748h29.511v29.9h-29.511z", style: {
20
+ fill: 'none'
21
+ }, transform: "matrix(1.00607 0 0 1.00697 -697.263 -359.608)" }), _jsx("path", { d: "m28.873 8.716-.002.012c0 .108.09.196.197.196 0 0 .189-.032.197-.227l.013-.279a2.25 2.25 0 0 0-1.327-2.132 2.3 2.3 0 0 0-.883-.21c-2.11-.076-5.566-.217-8.787-.32-2.251-.073-4.384-.122-5.86-.163a2.84 2.84 0 0 0-2.021.803 2.88 2.88 0 0 0-.872 2.022c-.023 2.207-.101 5.945-.105 9.684s.068 7.476.089 9.683a2.9 2.9 0 0 0 .87 2.041 2.9 2.9 0 0 0 2.04.82l14.646-.298a2.54 2.54 0 0 0 1.788-.775c.23-.241.414-.521.532-.826.117-.304.18-.63.171-.962l-.454-18.027a.037.037 0 0 0-.037-.036.036.036 0 0 0-.037.036l-.454 18.027a1.51 1.51 0 0 1-.468 1.041 1.46 1.46 0 0 1-1.041.396l-14.646-.298a1.13 1.13 0 0 1-.788-.35 1.113 1.113 0 0 1-.303-.789c.022-2.207.093-5.945.09-9.683-.004-3.74-.082-7.477-.107-9.684a1.13 1.13 0 0 1 .665-1.07c.139-.06.288-.102.443-.105 1.475-.041 3.608-.09 5.859-.163 3.221-.104 6.676-.244 8.787-.321a1.68 1.68 0 0 1 1.22.44 1.74 1.74 0 0 1 .57 1.22l.012.278z" }), _jsx("path", { d: "M19.551 4.59q-.003.013-.002.029c0 .107.088.196.196.196 0 0 .188-.062.201-.288.01-.143.027-.444.048-.8a2.3 2.3 0 0 0-.593-1.658c-.408-.46-1-.74-1.662-.78-1.797-.091-4.569-.256-7.352-.37C9.13.866 7.877.83 6.71.802 5.299.77 4.02.762 3.035.747A2.97 2.97 0 0 0 .05 3.745C.093 5.57.145 8.439.235 11.49c.129 4.336.32 9.03.41 11.62a2.36 2.36 0 0 0 .743 1.647 2.286 2.286 0 0 0 1.647.62l5.578-.229a.04.04 0 0 0 .037-.037.04.04 0 0 0-.037-.038l-5.578-.229a1.7 1.7 0 0 1-1.183-.551 1.7 1.7 0 0 1-.334-.554 1.7 1.7 0 0 1-.094-.628c.091-2.592.28-7.285.41-11.621.09-3.052.142-5.921.186-7.746a1 1 0 0 1 .307-.708c.183-.18.431-.295.708-.295.985-.015 2.264-.023 3.676-.056 1.166-.028 2.42-.064 3.676-.116 2.783-.114 5.555-.279 7.352-.37.438-.027.848.112 1.155.38.326.286.554.686.589 1.152l.06.799q.001.031.008.058" })] }));
22
+ };
23
+ export default Copy;
@@ -0,0 +1,23 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a cut action.
5
+ *
6
+ * @version 1.0.0
7
+ * @author Aayush Goyal
8
+ * @created 2025-07-15
9
+ * @modifier
10
+ * @modified
11
+ * @since 1.6.0
12
+ */
13
+ const Cut = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
14
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
15
+ fillRule: 'evenodd',
16
+ clipRule: 'evenodd',
17
+ strokeLinejoin: 'round',
18
+ strokeMiterlimit: 2
19
+ }, viewBox: "0 0 23 32", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M730.716 356.256h21.898v31.62h-21.898z", style: {
20
+ fill: 'none'
21
+ }, transform: "matrix(1.00627 0 0 1.00395 -734.664 -357.472)" }), _jsx("path", { d: "M11.366 18.702a1.23 1.23 0 0 0-.505.488 35 35 0 0 0-.593 1.047 225 225 0 0 0-2.757 5.209 250 250 0 0 0-2.49 5.022c-.247-.001-.46-.24-.63-.522-.402-.672-.573-1.68-.17-2.532.366-.778 1.16-1.414 2.576-1.615a.2.2 0 0 0 .187-.217.2.2 0 0 0-.217-.187c-2.297.02-3.356 1.239-3.706 2.529-.355 1.31.102 2.734.82 3.432.54.523 1.232.667 1.96.365a.73.73 0 0 0 .328-.311s1.47-2.44 2.98-5.078c1.09-1.905 2.196-3.916 2.87-5.13.218-.392.385-.701.492-.893 3.96-2.356 6.416-5.292 7.9-8.186C23.388 6.312 22.486.75 22.486.75a.569.569 0 0 0-1.056-.212L11.76 17.993a.034.034 0 0 0 .012.046.034.034 0 0 0 .046-.012l9.563-15.26c-.092 1.969-.56 5.249-2.426 8.575-1.48 2.64-3.846 5.314-7.65 7.375z" }), _jsx("path", { d: "M10.825 20.309c.107.192.274.5.492.893.674 1.214 1.78 3.225 2.871 5.13a298 298 0 0 0 2.98 5.078.73.73 0 0 0 .327.31c.728.303 1.421.159 1.96-.364.718-.698 1.175-2.122.82-3.432-.35-1.29-1.409-2.508-3.706-2.53a.2.2 0 0 0-.217.188.2.2 0 0 0 .187.217c1.417.2 2.21.837 2.577 1.615.402.853.231 1.86-.17 2.532-.17.283-.384.52-.63.522a256 256 0 0 0-2.49-5.022 225 225 0 0 0-2.758-5.21 35 35 0 0 0-.593-1.046 1.23 1.23 0 0 0-.505-.488l.063.015c-3.805-2.061-6.17-4.735-7.65-7.375-1.867-3.326-2.335-6.606-2.427-8.577 0 .002 9.563 15.262 9.563 15.262.01.016.03.02.046.012a.034.034 0 0 0 .012-.046L1.905.538A.57.57 0 0 0 .85.75s-.902 5.562 2.077 11.373c1.483 2.894 3.94 5.83 7.9 8.186" })] }));
22
+ };
23
+ export default Cut;
@@ -0,0 +1,23 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a refresh action.
5
+ *
6
+ * @version 1.0.0
7
+ * @author Aayush Goyal
8
+ * @created 2025-07-15
9
+ * @modifier
10
+ * @modified
11
+ * @since 1.6.0
12
+ */
13
+ const Refresh = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
14
+ return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
15
+ fillRule: 'evenodd',
16
+ clipRule: 'evenodd',
17
+ strokeLinejoin: 'round',
18
+ strokeMiterlimit: 2
19
+ }, viewBox: "0 0 33 28", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: [_jsx("path", { d: "M634.483 1673.02h35.983v26.903h-35.983z", style: {
20
+ fill: 'none'
21
+ }, transform: "matrix(.88725 0 0 1.00132 -562.43 -1674.52)" }), _jsx("path", { d: "M28.561 11.94a43 43 0 0 0-1.882-.981 109 109 0 0 0-4.297-1.957.243.243 0 1 0-.255.414s1.916 1.607 3.69 2.947c.658.498 1.295.944 1.783 1.275.366.25.652.422.787.509a1.087 1.087 0 0 0 1.57-.494c.072-.183.25-.602.456-1.165.187-.508.4-1.124.611-1.778.68-2.114 1.356-4.52 1.356-4.52a.243.243 0 1 0-.446-.195s-1.3 2.136-2.383 4.074a47 47 0 0 0-.99 1.87M4.392 16.409c.508.28 1.17.632 1.883.98 1.997.975 4.297 1.957 4.297 1.957a.243.243 0 1 0 .254-.414s-1.916-1.608-3.689-2.948a44 44 0 0 0-1.783-1.275c-.367-.249-.653-.421-.788-.508a1.087 1.087 0 0 0-1.57.494c-.072.183-.25.602-.456 1.165a46 46 0 0 0-.61 1.778c-.68 2.113-1.357 4.52-1.357 4.52a.243.243 0 1 0 .446.194s1.3-2.135 2.383-4.073a47 47 0 0 0 .99-1.87" }), _jsx("path", { d: "M5.844 9.488c1.245-2.605 3.204-4.45 5.44-5.565a12 12 0 0 1 5.129-1.276c4.332-.08 8.671 2.175 10.914 6.947a.418.418 0 0 0 .768-.328C25.994 3.768 21.271.953 16.438.736A13.3 13.3 0 0 0 10.33 1.92C7.615 3.155 5.255 5.363 3.714 8.448a1.187 1.187 0 0 0 .544 1.585 1.187 1.187 0 0 0 1.586-.545M27.107 18.858c-1.245 2.606-3.203 4.451-5.44 5.566a12 12 0 0 1-5.128 1.275c-4.332.081-8.672-2.175-10.915-6.946a.418.418 0 0 0-.768.327c2.102 5.499 6.825 8.314 11.658 8.53a13.3 13.3 0 0 0 6.108-1.184c2.715-1.235 5.075-3.443 6.616-6.527a1.187 1.187 0 0 0-.545-1.586 1.187 1.187 0 0 0-1.586.545" })] }));
22
+ };
23
+ export default Refresh;
@@ -0,0 +1,21 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ // Import styles.
3
+ /**
4
+ * This function renders an SVG icon of a search.
5
+ *
6
+ * @version 1.1.0
7
+ * @author Aayush Goyal
8
+ * @created 2025-07-15
9
+ * @modifier Aayush Goyal
10
+ * @modified 2025-07-
11
+ * @since 1.6.0
12
+ */
13
+ const Search = ({ color = '#000000', height = '1em', strokeWidth = 1, width = '1em' }) => {
14
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", style: {
15
+ fillRule: 'evenodd',
16
+ clipRule: 'evenodd',
17
+ strokeLinejoin: 'round',
18
+ strokeMiterlimit: 2
19
+ }, viewBox: "0 0 28 30", height: height, width: width, stroke: color, strokeWidth: strokeWidth, fill: color, children: _jsx("path", { d: "M14.781 18.142s2.109 3.26 4.141 6.269c1.105 1.635 2.195 3.177 2.844 4.116a1.94 1.94 0 0 0 1.36.776 1.975 1.975 0 0 0 1.51-.485l1.866-1.676a2 2 0 0 0 .638-1.472 1.97 1.97 0 0 0-.658-1.444c-.883-.725-2.324-1.944-3.869-3.176-2.846-2.268-5.95-4.604-5.95-4.604a.036.036 0 0 0-.052.003.037.037 0 0 0 .002.052s2.587 2.897 5.086 5.543c1.357 1.436 2.693 2.77 3.49 3.59l-.012.032-.016.003-1.843 1.702-.019.028-.05-.003c-.732-.874-1.929-2.335-3.212-3.835-2.36-2.758-4.944-5.657-4.944-5.657a.196.196 0 1 0-.312.238M15.324 3.064c1.667 1.499 2.438 3.429 2.44 5.41.002 1.88-.726 3.794-2.124 5.398-1.328 1.597-3.184 2.473-5.1 2.672a7.9 7.9 0 0 1-2.902-.23 7.6 7.6 0 0 1-2.626-1.287 7.62 7.62 0 0 1-2.965-5.023A7.82 7.82 0 0 1 3.507 4.2C4.82 2.419 6.566 1.326 8.447.955 10.408.57 12.5.951 14.41 2.132c.017.011.04.007.051-.01a.036.036 0 0 0-.01-.051C12.568.69 10.422.147 8.36.39 6.268.638 4.273 1.705 2.69 3.547 1.06 5.456.38 7.85.573 10.17c.195 2.37 1.33 4.647 3.29 6.298a9.2 9.2 0 0 0 3.231 1.74 9 9 0 0 0 3.67.319 9.23 9.23 0 0 0 6.22-3.584c1.47-2.02 2.161-4.335 1.933-6.53-.227-2.182-1.319-4.225-3.349-5.656a.196.196 0 1 0-.245.307" }) }));
20
+ };
21
+ export default Search;
package/dist/index.esm.js CHANGED
@@ -1 +1 @@
1
- import{jsxs as e,jsx as t}from"react/jsx-runtime";const i=({color:i="#000000",height:s="1em",strokeWidth:r=1,width:o="1em"})=>e("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 25 29",stroke:i,strokeWidth:r,width:o,height:s,fill:i,children:[t("path",{d:"M24.185 14.28s-3.77 3.822-7.172 7.4c-.826.867-1.623 1.725-2.34 2.508-.948 1.03-1.749 1.934-2.3 2.545l-.004-.002-.005.003c-.983-1.064-2.746-3.022-4.654-5.042A552.286 552.286 0 0 0 .552 14.28a.244.244 0 0 0-.367.32s3.258 4.267 6.337 8.123c1.734 2.173 3.424 4.192 4.341 5.315a1.988 1.988 0 0 0 3.012 0c.528-.631 1.311-1.551 2.2-2.632.673-.821 1.411-1.73 2.155-2.67 3.066-3.868 6.322-8.136 6.322-8.136a.244.244 0 0 0-.367-.32Z"}),t("path",{d:"M12.612 23.65s.113-1.067.26-2.763c.1-1.15.225-2.572.325-4.144.057-.887.103-1.815.135-2.763.021-.61.038-1.225.036-1.842a51.027 51.027 0 0 0-.042-1.842 164.88 164.88 0 0 0-.349-5.526C12.78 2.3 12.612.625 12.612.625a.243.243 0 0 0-.487 0S11.96 2.3 11.761 4.77c-.068.844-.137 1.773-.2 2.763-.056.887-.113 1.814-.149 2.763a48.819 48.819 0 0 0-.043 1.842c0 .617.015 1.233.036 1.842.033.948.078 1.876.135 2.763.1 1.572.226 2.994.326 4.144.146 1.696.26 2.763.26 2.763a.243.243 0 0 0 .486 0Z"})]}),s=({color:i="#000000",height:s="1em",strokeWidth:r=1,width:o="1em"})=>e("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",style:{fillRule:"evenodd",clipRule:"evenodd",strokeLinejoin:"round",strokeMiterlimit:2},viewBox:"0 0 29 25",height:s,stroke:i,strokeWidth:r,width:o,fill:i,children:[t("path",{d:"M14.898 24.549s-3.822-3.77-7.4-7.172a188 188 0 0 0-2.508-2.341c-1.03-.947-1.934-1.748-2.545-2.3l.002-.003-.003-.005c1.065-.983 3.022-2.746 5.042-4.654C11.075 4.686 14.898.916 14.898.916a.244.244 0 0 0-.32-.367s-4.267 3.258-8.123 6.337C4.282 8.62 2.263 10.31 1.14 11.226a1.988 1.988 0 0 0 0 3.013c.631.528 1.551 1.31 2.632 2.199.821.674 1.73 1.412 2.67 2.156a648 648 0 0 0 8.136 6.322.244.244 0 0 0 .32-.367"}),t("path",{d:"M5.528 12.976s1.067.113 2.763.26c1.15.099 2.572.225 4.145.325a91 91 0 0 0 2.763.135c.609.02 1.225.038 1.842.036a51 51 0 0 0 1.842-.042 164.882 164.882 0 0 0 5.526-.349c2.47-.198 4.144-.365 4.144-.365a.243.243 0 0 0 0-.487s-1.674-.166-4.144-.364c-.844-.068-1.773-.137-2.763-.2-.888-.056-1.815-.113-2.763-.15a49 49 0 0 0-1.842-.042 51 51 0 0 0-1.842.036c-.95.033-1.877.078-2.763.135-1.573.1-2.995.226-4.145.326-1.696.146-2.763.259-2.763.259a.243.243 0 0 0 0 .487"})]}),r=({color:i="#000000",height:s="1em",strokeWidth:r=1,width:o="1em"})=>e("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",style:{fillRule:"evenodd",clipRule:"evenodd",strokeLinejoin:"round",strokeMiterlimit:2},viewBox:"0 0 26 29",height:s,stroke:i,strokeWidth:r,width:o,fill:i,children:[t("path",{d:"M1.02 14.836s3.77-3.823 7.173-7.4c.826-.868 1.623-1.725 2.34-2.508.948-1.03 1.749-1.934 2.3-2.546l.004.003.005-.004c.983 1.065 2.746 3.022 4.654 5.043 3.388 3.588 7.158 7.412 7.158 7.412a.244.244 0 0 0 .367-.32s-3.258-4.267-6.337-8.124C16.95 4.22 15.26 2.201 14.343 1.078a1.988 1.988 0 0 0-3.012-.001c-.528.632-1.311 1.552-2.2 2.633-.673.82-1.411 1.729-2.155 2.67a648.25 648.25 0 0 0-6.322 8.136.244.244 0 0 0 .367.32Z"}),t("path",{d:"M12.594 5.466s-.113 1.067-.26 2.763c-.1 1.15-.225 2.571-.325 4.144a91.07 91.07 0 0 0-.135 2.763 48.872 48.872 0 0 0-.036 1.842c0 .617.019 1.233.042 1.842a164.882 164.882 0 0 0 .349 5.526c.198 2.47.365 4.145.365 4.145a.243.243 0 0 0 .487 0s.166-1.674.364-4.145c.068-.844.137-1.773.2-2.763.056-.887.113-1.814.149-2.763a48.82 48.82 0 0 0 .043-1.842 51.077 51.077 0 0 0-.036-1.842 94.437 94.437 0 0 0-.135-2.763c-.1-1.573-.226-2.994-.326-4.144-.146-1.696-.26-2.763-.26-2.763a.243.243 0 0 0-.486 0Z"})]});export{i as ArrowDown,s as ArrowLeft,r as ArrowUp};
1
+ import{jsxs as e,jsx as t}from"react/jsx-runtime";const i=({color:i="#000000",height:l="1em",strokeWidth:o=1,width:r="1em"})=>e("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",viewBox:"0 0 25 29",stroke:i,strokeWidth:o,width:r,height:l,fill:i,children:[t("path",{d:"M24.185 14.28s-3.77 3.822-7.172 7.4c-.826.867-1.623 1.725-2.34 2.508-.948 1.03-1.749 1.934-2.3 2.545l-.004-.002-.005.003c-.983-1.064-2.746-3.022-4.654-5.042A552.286 552.286 0 0 0 .552 14.28a.244.244 0 0 0-.367.32s3.258 4.267 6.337 8.123c1.734 2.173 3.424 4.192 4.341 5.315a1.988 1.988 0 0 0 3.012 0c.528-.631 1.311-1.551 2.2-2.632.673-.821 1.411-1.73 2.155-2.67 3.066-3.868 6.322-8.136 6.322-8.136a.244.244 0 0 0-.367-.32Z"}),t("path",{d:"M12.612 23.65s.113-1.067.26-2.763c.1-1.15.225-2.572.325-4.144.057-.887.103-1.815.135-2.763.021-.61.038-1.225.036-1.842a51.027 51.027 0 0 0-.042-1.842 164.88 164.88 0 0 0-.349-5.526C12.78 2.3 12.612.625 12.612.625a.243.243 0 0 0-.487 0S11.96 2.3 11.761 4.77c-.068.844-.137 1.773-.2 2.763-.056.887-.113 1.814-.149 2.763a48.819 48.819 0 0 0-.043 1.842c0 .617.015 1.233.036 1.842.033.948.078 1.876.135 2.763.1 1.572.226 2.994.326 4.144.146 1.696.26 2.763.26 2.763a.243.243 0 0 0 .486 0Z"})]}),l=({color:i="#000000",height:l="1em",strokeWidth:o=1,width:r="1em"})=>e("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",style:{fillRule:"evenodd",clipRule:"evenodd",strokeLinejoin:"round",strokeMiterlimit:2},viewBox:"0 0 29 25",height:l,stroke:i,strokeWidth:o,width:r,fill:i,children:[t("path",{d:"M14.898 24.549s-3.822-3.77-7.4-7.172a188 188 0 0 0-2.508-2.341c-1.03-.947-1.934-1.748-2.545-2.3l.002-.003-.003-.005c1.065-.983 3.022-2.746 5.042-4.654C11.075 4.686 14.898.916 14.898.916a.244.244 0 0 0-.32-.367s-4.267 3.258-8.123 6.337C4.282 8.62 2.263 10.31 1.14 11.226a1.988 1.988 0 0 0 0 3.013c.631.528 1.551 1.31 2.632 2.199.821.674 1.73 1.412 2.67 2.156a648 648 0 0 0 8.136 6.322.244.244 0 0 0 .32-.367"}),t("path",{d:"M5.528 12.976s1.067.113 2.763.26c1.15.099 2.572.225 4.145.325a91 91 0 0 0 2.763.135c.609.02 1.225.038 1.842.036a51 51 0 0 0 1.842-.042 164.882 164.882 0 0 0 5.526-.349c2.47-.198 4.144-.365 4.144-.365a.243.243 0 0 0 0-.487s-1.674-.166-4.144-.364c-.844-.068-1.773-.137-2.763-.2-.888-.056-1.815-.113-2.763-.15a49 49 0 0 0-1.842-.042 51 51 0 0 0-1.842.036c-.95.033-1.877.078-2.763.135-1.573.1-2.995.226-4.145.326-1.696.146-2.763.259-2.763.259a.243.243 0 0 0 0 .487"})]}),o=({color:i="#000000",height:l="1em",strokeWidth:o=1,width:r="1em"})=>e("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",style:{fillRule:"evenodd",clipRule:"evenodd",strokeLinejoin:"round",strokeMiterlimit:2},viewBox:"0 0 29 25",height:l,width:r,stroke:i,strokeWidth:o,fill:i,children:[t("path",{d:"M14.002.92s3.823 3.77 7.4 7.173c.868.826 1.725 1.623 2.508 2.34 1.03.948 1.934 1.749 2.546 2.3l-.003.004.004.005c-1.065.983-3.022 2.746-5.043 4.654-3.588 3.388-7.412 7.158-7.412 7.158a.244.244 0 0 0 .32.367s4.267-3.258 8.124-6.337c2.172-1.734 4.192-3.424 5.314-4.341a1.988 1.988 0 0 0 .001-3.012c-.632-.528-1.552-1.311-2.633-2.2-.82-.673-1.729-1.411-2.67-2.155C18.59 3.81 14.322.554 14.322.554a.244.244 0 0 0-.32.367"}),t("path",{d:"M23.373 12.494s-1.068-.113-2.764-.26c-1.15-.1-2.571-.225-4.144-.325a91 91 0 0 0-2.763-.135 49 49 0 0 0-1.842-.036c-.617 0-1.233.019-1.842.042a164.883 164.883 0 0 0-5.526.349c-2.47.198-4.145.365-4.145.365a.243.243 0 0 0 0 .487s1.674.166 4.145.364c.844.068 1.773.137 2.763.2.887.056 1.814.113 2.763.149a49 49 0 0 0 1.842.043c.617 0 1.233-.015 1.842-.036a94 94 0 0 0 2.763-.135c1.573-.1 2.994-.226 4.144-.326 1.696-.146 2.764-.26 2.764-.26a.243.243 0 0 0 0-.486"})]}),r=({color:i="#000000",height:l="1em",strokeWidth:o=1,width:r="1em"})=>e("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",style:{fillRule:"evenodd",clipRule:"evenodd",strokeLinejoin:"round",strokeMiterlimit:2},viewBox:"0 0 26 29",height:l,stroke:i,strokeWidth:o,width:r,fill:i,children:[t("path",{d:"M1.02 14.836s3.77-3.823 7.173-7.4c.826-.868 1.623-1.725 2.34-2.508.948-1.03 1.749-1.934 2.3-2.546l.004.003.005-.004c.983 1.065 2.746 3.022 4.654 5.043 3.388 3.588 7.158 7.412 7.158 7.412a.244.244 0 0 0 .367-.32s-3.258-4.267-6.337-8.124C16.95 4.22 15.26 2.201 14.343 1.078a1.988 1.988 0 0 0-3.012-.001c-.528.632-1.311 1.552-2.2 2.633-.673.82-1.411 1.729-2.155 2.67a648.25 648.25 0 0 0-6.322 8.136.244.244 0 0 0 .367.32Z"}),t("path",{d:"M12.594 5.466s-.113 1.067-.26 2.763c-.1 1.15-.225 2.571-.325 4.144a91.07 91.07 0 0 0-.135 2.763 48.872 48.872 0 0 0-.036 1.842c0 .617.019 1.233.042 1.842a164.882 164.882 0 0 0 .349 5.526c.198 2.47.365 4.145.365 4.145a.243.243 0 0 0 .487 0s.166-1.674.364-4.145c.068-.844.137-1.773.2-2.763.056-.887.113-1.814.149-2.763a48.82 48.82 0 0 0 .043-1.842 51.077 51.077 0 0 0-.036-1.842 94.437 94.437 0 0 0-.135-2.763c-.1-1.573-.226-2.994-.326-4.144-.146-1.696-.26-2.763-.26-2.763a.243.243 0 0 0-.486 0Z"})]}),s=({color:e="#000000",height:i="1em",strokeWidth:l=1,width:o="1em"})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",style:{fillRule:"evenodd",clipRule:"evenodd",strokeLinejoin:"round",strokeMiterlimit:2},viewBox:"0 0 33 13",height:i,width:o,stroke:e,strokeWidth:l,fill:e,children:t("path",{d:"M32.121.435s-3.57 2.356-7.379 4.954a359 359 0 0 0-4.38 3.035c-1.105.778-2.095 1.501-2.886 2.068a2.03 2.03 0 0 1-1.209.388 2.03 2.03 0 0 1-1.21-.385c-1.46-1.026-3.594-2.557-5.812-4.087C4.95 3.445.414.435.414.435a.243.243 0 1 0-.292.39S4.28 4.337 8.328 7.632c2.09 1.7 4.157 3.321 5.55 4.433a3.94 3.94 0 0 0 2.39.815 3.94 3.94 0 0 0 2.39-.812c.766-.6 1.737-1.349 2.793-2.192a344 344 0 0 0 4.14-3.355A658 658 0 0 0 32.413.825a.244.244 0 0 0-.292-.39"})}),h=({color:e="#000000",height:i="1em",strokeWidth:l=1,width:o="1em"})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",style:{fillRule:"evenodd",clipRule:"evenodd",strokeLinejoin:"round",strokeMiterlimit:2},viewBox:"0 0 14 33",height:i,width:o,stroke:e,strokeWidth:l,fill:e,children:t("path",{d:"M12.984 32.483s-2.356-3.57-4.954-7.38a359 359 0 0 0-3.035-4.38c-.778-1.104-1.5-2.094-2.068-2.885a2.03 2.03 0 0 1-.388-1.21 2.03 2.03 0 0 1 .385-1.21c1.026-1.46 2.557-3.593 4.087-5.811C9.974 5.31 12.984.775 12.984.775a.243.243 0 1 0-.39-.292S9.082 4.642 5.787 8.69c-1.7 2.089-3.32 4.157-4.433 5.55a3.94 3.94 0 0 0-.815 2.389 3.94 3.94 0 0 0 .812 2.39c.601.767 1.35 1.738 2.192 2.794a344 344 0 0 0 3.355 4.14 658 658 0 0 0 5.696 6.822.244.244 0 0 0 .39-.292"})}),a=({color:e="#000000",height:i="1em",strokeWidth:l=1,width:o="1em"})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",style:{fillRule:"evenodd",clipRule:"evenodd",strokeLinejoin:"round",strokeMiterlimit:2},viewBox:"0 0 13 33",height:i,width:o,stroke:e,strokeWidth:l,fill:e,children:t("path",{d:"M.124.775s2.356 3.57 4.954 7.379a359 359 0 0 0 3.035 4.38c.778 1.105 1.5 2.095 2.068 2.886.265.36.388.785.388 1.21s-.121.851-.385 1.21c-1.026 1.46-2.557 3.593-4.087 5.811a687 687 0 0 0-5.973 8.832.243.243 0 1 0 .39.292s3.512-4.159 6.807-8.207c1.7-2.089 3.32-4.157 4.433-5.55a3.94 3.94 0 0 0 .815-2.389 3.94 3.94 0 0 0-.812-2.39c-.601-.767-1.35-1.738-2.192-2.794a344 344 0 0 0-3.355-4.14C3.28 3.744.514.483.514.483a.244.244 0 0 0-.39.292"})}),c=({color:e="#000000",height:i="1em",strokeWidth:l=1,width:o="1em"})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",style:{fillRule:"evenodd",clipRule:"evenodd",strokeLinejoin:"round",strokeMiterlimit:2},viewBox:"0 0 34 13",height:i,width:o,stroke:e,strokeWidth:l,fill:e,children:t("path",{d:"M.93 12.828s3.57-2.356 7.378-4.954a359 359 0 0 0 4.38-3.035c1.105-.778 2.095-1.5 2.886-2.068a2.03 2.03 0 0 1 1.21-.388c.424 0 .851.121 1.21.385 1.46 1.026 3.593 2.557 5.811 4.087a687 687 0 0 0 8.832 5.973.243.243 0 1 0 .292-.39s-4.159-3.512-8.207-6.807c-2.089-1.7-4.157-3.32-5.55-4.433a3.94 3.94 0 0 0-2.389-.815 3.94 3.94 0 0 0-2.39.812c-.767.601-1.738 1.35-2.794 2.192a344 344 0 0 0-4.14 3.355C3.9 9.672.637 12.438.637 12.438a.244.244 0 0 0 .292.39"})}),d=({color:i="#000000",height:l="1em",strokeWidth:o=1,width:r="1em"})=>e("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",style:{fillRule:"evenodd",clipRule:"evenodd",strokeLinejoin:"round",strokeMiterlimit:2},viewBox:"0 0 23 32",height:l,width:r,stroke:i,strokeWidth:o,fill:i,children:[t("path",{d:"M730.716 356.256h21.898v31.62h-21.898z",style:{fill:"none"},transform:"matrix(1.00627 0 0 1.00395 -734.664 -357.472)"}),t("path",{d:"M11.366 18.702a1.23 1.23 0 0 0-.505.488 35 35 0 0 0-.593 1.047 225 225 0 0 0-2.757 5.209 250 250 0 0 0-2.49 5.022c-.247-.001-.46-.24-.63-.522-.402-.672-.573-1.68-.17-2.532.366-.778 1.16-1.414 2.576-1.615a.2.2 0 0 0 .187-.217.2.2 0 0 0-.217-.187c-2.297.02-3.356 1.239-3.706 2.529-.355 1.31.102 2.734.82 3.432.54.523 1.232.667 1.96.365a.73.73 0 0 0 .328-.311s1.47-2.44 2.98-5.078c1.09-1.905 2.196-3.916 2.87-5.13.218-.392.385-.701.492-.893 3.96-2.356 6.416-5.292 7.9-8.186C23.388 6.312 22.486.75 22.486.75a.569.569 0 0 0-1.056-.212L11.76 17.993a.034.034 0 0 0 .012.046.034.034 0 0 0 .046-.012l9.563-15.26c-.092 1.969-.56 5.249-2.426 8.575-1.48 2.64-3.846 5.314-7.65 7.375z"}),t("path",{d:"M10.825 20.309c.107.192.274.5.492.893.674 1.214 1.78 3.225 2.871 5.13a298 298 0 0 0 2.98 5.078.73.73 0 0 0 .327.31c.728.303 1.421.159 1.96-.364.718-.698 1.175-2.122.82-3.432-.35-1.29-1.409-2.508-3.706-2.53a.2.2 0 0 0-.217.188.2.2 0 0 0 .187.217c1.417.2 2.21.837 2.577 1.615.402.853.231 1.86-.17 2.532-.17.283-.384.52-.63.522a256 256 0 0 0-2.49-5.022 225 225 0 0 0-2.758-5.21 35 35 0 0 0-.593-1.046 1.23 1.23 0 0 0-.505-.488l.063.015c-3.805-2.061-6.17-4.735-7.65-7.375-1.867-3.326-2.335-6.606-2.427-8.577 0 .002 9.563 15.262 9.563 15.262.01.016.03.02.046.012a.034.034 0 0 0 .012-.046L1.905.538A.57.57 0 0 0 .85.75s-.902 5.562 2.077 11.373c1.483 2.894 3.94 5.83 7.9 8.186"})]}),n=({color:i="#000000",height:l="1em",strokeWidth:o=1,width:r="1em"})=>e("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",style:{fillRule:"evenodd",clipRule:"evenodd",strokeLinejoin:"round",strokeMiterlimit:2},viewBox:"0 0 30 31",height:l,width:r,stroke:i,strokeWidth:o,fill:i,children:[t("path",{d:"M693.052 357.748h29.511v29.9h-29.511z",style:{fill:"none"},transform:"matrix(1.00607 0 0 1.00697 -697.263 -359.608)"}),t("path",{d:"m28.873 8.716-.002.012c0 .108.09.196.197.196 0 0 .189-.032.197-.227l.013-.279a2.25 2.25 0 0 0-1.327-2.132 2.3 2.3 0 0 0-.883-.21c-2.11-.076-5.566-.217-8.787-.32-2.251-.073-4.384-.122-5.86-.163a2.84 2.84 0 0 0-2.021.803 2.88 2.88 0 0 0-.872 2.022c-.023 2.207-.101 5.945-.105 9.684s.068 7.476.089 9.683a2.9 2.9 0 0 0 .87 2.041 2.9 2.9 0 0 0 2.04.82l14.646-.298a2.54 2.54 0 0 0 1.788-.775c.23-.241.414-.521.532-.826.117-.304.18-.63.171-.962l-.454-18.027a.037.037 0 0 0-.037-.036.036.036 0 0 0-.037.036l-.454 18.027a1.51 1.51 0 0 1-.468 1.041 1.46 1.46 0 0 1-1.041.396l-14.646-.298a1.13 1.13 0 0 1-.788-.35 1.113 1.113 0 0 1-.303-.789c.022-2.207.093-5.945.09-9.683-.004-3.74-.082-7.477-.107-9.684a1.13 1.13 0 0 1 .665-1.07c.139-.06.288-.102.443-.105 1.475-.041 3.608-.09 5.859-.163 3.221-.104 6.676-.244 8.787-.321a1.68 1.68 0 0 1 1.22.44 1.74 1.74 0 0 1 .57 1.22l.012.278z"}),t("path",{d:"M19.551 4.59q-.003.013-.002.029c0 .107.088.196.196.196 0 0 .188-.062.201-.288.01-.143.027-.444.048-.8a2.3 2.3 0 0 0-.593-1.658c-.408-.46-1-.74-1.662-.78-1.797-.091-4.569-.256-7.352-.37C9.13.866 7.877.83 6.71.802 5.299.77 4.02.762 3.035.747A2.97 2.97 0 0 0 .05 3.745C.093 5.57.145 8.439.235 11.49c.129 4.336.32 9.03.41 11.62a2.36 2.36 0 0 0 .743 1.647 2.286 2.286 0 0 0 1.647.62l5.578-.229a.04.04 0 0 0 .037-.037.04.04 0 0 0-.037-.038l-5.578-.229a1.7 1.7 0 0 1-1.183-.551 1.7 1.7 0 0 1-.334-.554 1.7 1.7 0 0 1-.094-.628c.091-2.592.28-7.285.41-11.621.09-3.052.142-5.921.186-7.746a1 1 0 0 1 .307-.708c.183-.18.431-.295.708-.295.985-.015 2.264-.023 3.676-.056 1.166-.028 2.42-.064 3.676-.116 2.783-.114 5.555-.279 7.352-.37.438-.027.848.112 1.155.38.326.286.554.686.589 1.152l.06.799q.001.031.008.058"})]}),w=({color:e="#000000",height:i="1em",strokeWidth:l=1,width:o="1em"})=>t("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",style:{fillRule:"evenodd",clipRule:"evenodd",strokeLinejoin:"round",strokeMiterlimit:2},viewBox:"0 0 28 30",height:i,width:o,stroke:e,strokeWidth:l,fill:e,children:t("path",{d:"M14.781 18.142s2.109 3.26 4.141 6.269c1.105 1.635 2.195 3.177 2.844 4.116a1.94 1.94 0 0 0 1.36.776 1.975 1.975 0 0 0 1.51-.485l1.866-1.676a2 2 0 0 0 .638-1.472 1.97 1.97 0 0 0-.658-1.444c-.883-.725-2.324-1.944-3.869-3.176-2.846-2.268-5.95-4.604-5.95-4.604a.036.036 0 0 0-.052.003.037.037 0 0 0 .002.052s2.587 2.897 5.086 5.543c1.357 1.436 2.693 2.77 3.49 3.59l-.012.032-.016.003-1.843 1.702-.019.028-.05-.003c-.732-.874-1.929-2.335-3.212-3.835-2.36-2.758-4.944-5.657-4.944-5.657a.196.196 0 1 0-.312.238M15.324 3.064c1.667 1.499 2.438 3.429 2.44 5.41.002 1.88-.726 3.794-2.124 5.398-1.328 1.597-3.184 2.473-5.1 2.672a7.9 7.9 0 0 1-2.902-.23 7.6 7.6 0 0 1-2.626-1.287 7.62 7.62 0 0 1-2.965-5.023A7.82 7.82 0 0 1 3.507 4.2C4.82 2.419 6.566 1.326 8.447.955 10.408.57 12.5.951 14.41 2.132c.017.011.04.007.051-.01a.036.036 0 0 0-.01-.051C12.568.69 10.422.147 8.36.39 6.268.638 4.273 1.705 2.69 3.547 1.06 5.456.38 7.85.573 10.17c.195 2.37 1.33 4.647 3.29 6.298a9.2 9.2 0 0 0 3.231 1.74 9 9 0 0 0 3.67.319 9.23 9.23 0 0 0 6.22-3.584c1.47-2.02 2.161-4.335 1.933-6.53-.227-2.182-1.319-4.225-3.349-5.656a.196.196 0 1 0-.245.307"})}),v=({color:i="#000000",height:l="1em",strokeWidth:o=1,width:r="1em"})=>e("svg",{xmlns:"http://www.w3.org/2000/svg",xmlSpace:"preserve",style:{fillRule:"evenodd",clipRule:"evenodd",strokeLinejoin:"round",strokeMiterlimit:2},viewBox:"0 0 33 28",height:l,width:r,stroke:i,strokeWidth:o,fill:i,children:[t("path",{d:"M634.483 1673.02h35.983v26.903h-35.983z",style:{fill:"none"},transform:"matrix(.88725 0 0 1.00132 -562.43 -1674.52)"}),t("path",{d:"M28.561 11.94a43 43 0 0 0-1.882-.981 109 109 0 0 0-4.297-1.957.243.243 0 1 0-.255.414s1.916 1.607 3.69 2.947c.658.498 1.295.944 1.783 1.275.366.25.652.422.787.509a1.087 1.087 0 0 0 1.57-.494c.072-.183.25-.602.456-1.165.187-.508.4-1.124.611-1.778.68-2.114 1.356-4.52 1.356-4.52a.243.243 0 1 0-.446-.195s-1.3 2.136-2.383 4.074a47 47 0 0 0-.99 1.87M4.392 16.409c.508.28 1.17.632 1.883.98 1.997.975 4.297 1.957 4.297 1.957a.243.243 0 1 0 .254-.414s-1.916-1.608-3.689-2.948a44 44 0 0 0-1.783-1.275c-.367-.249-.653-.421-.788-.508a1.087 1.087 0 0 0-1.57.494c-.072.183-.25.602-.456 1.165a46 46 0 0 0-.61 1.778c-.68 2.113-1.357 4.52-1.357 4.52a.243.243 0 1 0 .446.194s1.3-2.135 2.383-4.073a47 47 0 0 0 .99-1.87"}),t("path",{d:"M5.844 9.488c1.245-2.605 3.204-4.45 5.44-5.565a12 12 0 0 1 5.129-1.276c4.332-.08 8.671 2.175 10.914 6.947a.418.418 0 0 0 .768-.328C25.994 3.768 21.271.953 16.438.736A13.3 13.3 0 0 0 10.33 1.92C7.615 3.155 5.255 5.363 3.714 8.448a1.187 1.187 0 0 0 .544 1.585 1.187 1.187 0 0 0 1.586-.545M27.107 18.858c-1.245 2.606-3.203 4.451-5.44 5.566a12 12 0 0 1-5.128 1.275c-4.332.081-8.672-2.175-10.915-6.946a.418.418 0 0 0-.768.327c2.102 5.499 6.825 8.314 11.658 8.53a13.3 13.3 0 0 0 6.108-1.184c2.715-1.235 5.075-3.443 6.616-6.527a1.187 1.187 0 0 0-.545-1.586 1.187 1.187 0 0 0-1.586.545"})]});export{i as ArrowDown,l as ArrowLeft,o as ArrowRight,r as ArrowUp,s as ChevronDown,h as ChevronLeft,a as ChevronRight,c as ChevronUp,n as Copy,d as Cut,v as Refresh,w as Search};
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file exports all the icons for the library.
3
3
  *
4
- * @version 1.1.0
4
+ * @version 1.2.0
5
5
  * @author Aayush Goyal
6
6
  * @created 2025-06-22
7
7
  * @modifier Aayush Goyal
@@ -9,14 +9,318 @@
9
9
  * @since 1.1.0
10
10
  */
11
11
  // SECTION: Imports
12
- // SECTION: Navigation
13
- import ArrowDown from '@/src/icons/nav/ArrowDown';
14
- import ArrowLeft from '@/src/icons/nav/ArrowLeft';
15
- import ArrowUp from '@/src/icons/nav/ArrowUp';
16
- // !SECTION: Navigation
12
+ // SECTION: Accessibility
13
+ // !SECTION: Accessibility
14
+ // SECTION: Alert
15
+ // !SECTION: Alert
16
+ // SECTION: Alphabet
17
+ // !SECTION: Alphabet
18
+ // SECTION: Animals
19
+ // !SECTION: Animals
20
+ // SECTION: Arrows & Direction
21
+ import ArrowDown from '@/src/icons/arrows-directions/ArrowDown';
22
+ import ArrowLeft from '@/src/icons/arrows-directions/ArrowLeft';
23
+ import ArrowRight from '@/src/icons/arrows-directions/ArrowRight';
24
+ import ArrowUp from '@/src/icons/arrows-directions/ArrowUp';
25
+ import ChevronDown from '@/src/icons/arrows-directions/ChevronDown';
26
+ import ChevronLeft from '@/src/icons/arrows-directions/ChevronLeft';
27
+ import ChevronRight from '@/src/icons/arrows-directions/ChevronRight';
28
+ import ChevronUp from '@/src/icons/arrows-directions/ChevronUp';
29
+ // !SECTION: Arrows & Direction
30
+ // SECTION: Astronomy
31
+ // !SECTION: Astronomy
32
+ // SECTION: Automotive
33
+ // !SECTION: Automotive
34
+ // SECTION: Buildings
35
+ // !SECTION: Buildings
36
+ // SECTION: Business
37
+ // !SECTION: Business
38
+ // SECTION: Camping
39
+ // !SECTION: Camping
40
+ // SECTION: Charity
41
+ // !SECTION: Charity
42
+ // SECTION: Charts & Graphs
43
+ // !SECTION: Charts & Graphs
44
+ // SECTION: Childhood
45
+ // !SECTION: Childhood
46
+ // SECTION: Clothing & Fashion
47
+ // !SECTION: Clothing & Fashion
48
+ // SECTION: Coding
49
+ // !SECTION: Coding
50
+ // SECTION: Communication
51
+ // !SECTION: Communication
52
+ // SECTION: Connectivity
53
+ // !SECTION: Connectivity
54
+ // SECTION: Construction
55
+ // !SECTION: Construction
56
+ // SECTION: Design
57
+ // !SECTION: Design
58
+ // SECTION: Devices & Hardware
59
+ // !SECTION: Devices & Hardware
60
+ // SECTION: Disaster & Crisis
61
+ // !SECTION: Disaster & Crisis
62
+ // SECTION: Editing & Creation
63
+ import Cut from '@/src/icons/editing-creation/Cut';
64
+ import Copy from '@/src/icons/editing-creation/Copy';
65
+ // !SECTION: Editing & Creation
66
+ // SECTION: Education
67
+ // !SECTION: Education
68
+ // SECTION: Emoji & Emoticons
69
+ // !SECTION: Emoji & Emoticons
70
+ // SECTION: Energy
71
+ // !SECTION: Energy
72
+ // SECTION: Files & Folders
73
+ // !SECTION: Files & Folders
74
+ // SECTION: Film & Video
75
+ // !SECTION: Film & Video
76
+ // SECTION: Food & Beverage
77
+ // !SECTION: Food & Beverage
78
+ // SECTION: Gaming
79
+ // !SECTION: Gaming
80
+ // SECTION: Genders
81
+ // !SECTION
82
+ // SECTION: Halloween
83
+ // !SECTION: Halloween
84
+ // SECTION: Hands
85
+ // !SECTION: Hands
86
+ // SECTION: Holidays
87
+ // !SECTION: Holidays
88
+ // SECTION: Household
89
+ // !SECTION: Household
90
+ // SECTION: Humanitarian
91
+ // !SECTION: Humanitarian
92
+ // SECTION: Logistics
93
+ // !SECTION: Logistics
94
+ // SECTION: Location & Maps
95
+ // !SECTION: Location & Maps
96
+ // SECTION: Maritime
97
+ // !SECTION: Maritime
98
+ // SECTION: Marketing
99
+ // !SECTION: Marketing
100
+ // SECTION: Mathematics
101
+ // !SECTION: Mathematics
102
+ // SECTION: Media Playback
103
+ // !SECTION: Media Playback
104
+ // SECTION: Medical & Health
105
+ // !SECTION: Medical & Health
106
+ // SECTION: Money
107
+ // !SECTION: Money
108
+ // SECTION: Moving
109
+ // !SECTION: Moving
110
+ // SECTION: Music & Audio
111
+ // !SECTION: Music & Audio
112
+ // SECTION: Nature & Environment
113
+ // !SECTION: Nature & Environment
114
+ // SECTION: Numbers
115
+ // !SECTION: Numbers
116
+ // SECTION: Photos & Images
117
+ // !SECTION: Photos & Images
118
+ // SECTION: Political
119
+ // !SECTION: Political
120
+ // SECTION: Shapes, Symbols & Punctuation
121
+ // !SECTION: Shapes, Symbols & Punctuation
122
+ // SECTION: Religion
123
+ // !SECTION: Religion
124
+ // SECTION: Science
125
+ // !SECTION: Science
126
+ // SECTION: Science Fiction
127
+ // !SECTION: Science Fiction
128
+ // SECTION: Security & Privacy
129
+ // !SECTION: Security & Privacy
130
+ // SECTION: Finance & Shopping
131
+ // !SECTION: Finance & Shopping
132
+ // SECTION: Social & People
133
+ // !SECTION: Social & People
134
+ // SECTION: Spinners
135
+ // !SECTION: Spinners
136
+ // SECTION: Text Formatting
137
+ // !SECTION: Text Formatting
138
+ // SECTION: Time & Calendar
139
+ // !SECTION: Time & Calendar
140
+ // SECTION: Toggle
141
+ // !SECTION: Toggle
142
+ // SECTION: Transportation
143
+ // !SECTION: Transportation
144
+ // SECTION: Travel & Hotel
145
+ // !SECTION: Travel & Hotel
146
+ // SECTION: Weather
147
+ // !SECTION: Weather
148
+ // SECTION: Writing
149
+ // !SECTION: Writing
150
+ // SECTION: Navigation & Menu
151
+ // !SECTION: Navigation & Menu
152
+ // SECTION: User Interface Controls
153
+ import Search from '@/src/icons/user-interface-controls/Search';
154
+ // !SECTION: User Interface Controls
155
+ // SECTION: Status & Notifications
156
+ // !SECTION: Status & Notifications
157
+ // SECTION: Saving & Data Management
158
+ import Refresh from '@/src/icons/saving-data-management/Refresh';
159
+ // !SECTION: Saving & Data Management
160
+ // SECTION: Interactions
161
+ // !SECTION: Interactions
162
+ // SECTION: Layout & Grid
163
+ // !SECTION: Layout & Grid
164
+ // SECTION: Logos (Common/Generic)
165
+ // !SECTION: Logos (Common/Generic)
166
+ // SECTION: Balls & Equipment
167
+ // !SECTION: Balls & Equipment
168
+ // SECTION: Events & Awards
169
+ // !SECTION: Events & Awards
170
+ // SECTION: Activities
171
+ // !SECTION: Activities
17
172
  // !SECTION: Imports
18
173
  // SECTION: Exports
19
- // SECTION: Navigation
20
- export { ArrowDown, ArrowLeft, ArrowUp };
21
- // !SECTION: Navigation
174
+ // SECTION: Accessibility
175
+ // !SECTION: Accessibility
176
+ // SECTION: Alert
177
+ // !SECTION: Alert
178
+ // SECTION: Alphabet
179
+ // !SECTION: Alphabet
180
+ // SECTION: Animals
181
+ // !SECTION: Animals
182
+ // SECTION: Arrows & Direction
183
+ export { ArrowDown, ArrowLeft, ArrowRight, ArrowUp, ChevronDown, ChevronLeft, ChevronRight, ChevronUp };
184
+ // !SECTION: Arrows & Direction
185
+ // SECTION: Astronomy
186
+ // !SECTION: Astronomy
187
+ // SECTION: Automotive
188
+ // !SECTION: Automotive
189
+ // SECTION: Buildings
190
+ // !SECTION: Buildings
191
+ // SECTION: Business
192
+ // !SECTION: Business
193
+ // SECTION: Camping
194
+ // !SECTION: Camping
195
+ // SECTION: Charity
196
+ // !SECTION: Charity
197
+ // SECTION: Charts & Graphs
198
+ // !SECTION: Charts & Graphs
199
+ // SECTION: Childhood
200
+ // !SECTION: Childhood
201
+ // SECTION: Clothing & Fashion
202
+ // !SECTION: Clothing & Fashion
203
+ // SECTION: Coding
204
+ // !SECTION: Coding
205
+ // SECTION: Communication
206
+ // !SECTION: Communication
207
+ // SECTION: Connectivity
208
+ // !SECTION: Connectivity
209
+ // SECTION: Construction
210
+ // !SECTION: Construction
211
+ // SECTION: Design
212
+ // !SECTION: Design
213
+ // SECTION: Devices & Hardware
214
+ // !SECTION: Devices & Hardware
215
+ // SECTION: Disaster & Crisis
216
+ // !SECTION: Disaster & Crisis
217
+ // SECTION: Editing & Creation
218
+ export { Cut, Copy };
219
+ // !SECTION: Editing & Creation
220
+ // SECTION: Education
221
+ // !SECTION: Education
222
+ // SECTION: Emoji & Emoticons
223
+ // !SECTION: Emoji & Emoticons
224
+ // SECTION: Energy
225
+ // !SECTION: Energy
226
+ // SECTION: Files & Folders
227
+ // !SECTION: Files & Folders
228
+ // SECTION: Film & Video
229
+ // !SECTION: Film & Video
230
+ // SECTION: Food & Beverage
231
+ // !SECTION: Food & Beverage
232
+ // SECTION: Gaming
233
+ // !SECTION: Gaming
234
+ // SECTION: Genders
235
+ // !SECTION
236
+ // SECTION: Halloween
237
+ // !SECTION: Halloween
238
+ // SECTION: Hands
239
+ // !SECTION: Hands
240
+ // SECTION: Holidays
241
+ // !SECTION: Holidays
242
+ // SECTION: Household
243
+ // !SECTION: Household
244
+ // SECTION: Humanitarian
245
+ // !SECTION: Humanitarian
246
+ // SECTION: Logistics
247
+ // !SECTION: Logistics
248
+ // SECTION: Location & Maps
249
+ // !SECTION: Location & Maps
250
+ // SECTION: Maritime
251
+ // !SECTION: Maritime
252
+ // SECTION: Marketing
253
+ // !SECTION: Marketing
254
+ // SECTION: Mathematics
255
+ // !SECTION: Mathematics
256
+ // SECTION: Media Playback
257
+ // !SECTION: Media Playback
258
+ // SECTION: Medical & Health
259
+ // !SECTION: Medical & Health
260
+ // SECTION: Money
261
+ // !SECTION: Money
262
+ // SECTION: Moving
263
+ // !SECTION: Moving
264
+ // SECTION: Music & Audio
265
+ // !SECTION: Music & Audio
266
+ // SECTION: Nature & Environment
267
+ // !SECTION: Nature & Environment
268
+ // SECTION: Numbers
269
+ // !SECTION: Numbers
270
+ // SECTION: Photos & Images
271
+ // !SECTION: Photos & Images
272
+ // SECTION: Political
273
+ // !SECTION: Political
274
+ // SECTION: Shapes, Symbols & Punctuation
275
+ // !SECTION: Shapes, Symbols & Punctuation
276
+ // SECTION: Religion
277
+ // !SECTION: Religion
278
+ // SECTION: Science
279
+ // !SECTION: Science
280
+ // SECTION: Science Fiction
281
+ // !SECTION: Science Fiction
282
+ // SECTION: Security & Privacy
283
+ // !SECTION: Security & Privacy
284
+ // SECTION: Finance & Shopping
285
+ // !SECTION: Finance & Shopping
286
+ // SECTION: Social & People
287
+ // !SECTION: Social & People
288
+ // SECTION: Spinners
289
+ // !SECTION: Spinners
290
+ // SECTION: Text Formatting
291
+ // !SECTION: Text Formatting
292
+ // SECTION: Time & Calendar
293
+ // !SECTION: Time & Calendar
294
+ // SECTION: Toggle
295
+ // !SECTION: Toggle
296
+ // SECTION: Transportation
297
+ // !SECTION: Transportation
298
+ // SECTION: Travel & Hotel
299
+ // !SECTION: Travel & Hotel
300
+ // SECTION: Weather
301
+ // !SECTION: Weather
302
+ // SECTION: Writing
303
+ // !SECTION: Writing
304
+ // SECTION: Navigation & Menu
305
+ // !SECTION: Navigation & Menu
306
+ // SECTION: User Interface Controls
307
+ export { Search };
308
+ // !SECTION: User Interface Controls
309
+ // SECTION: Status & Notifications
310
+ // !SECTION: Status & Notifications
311
+ // SECTION: Saving & Data Management
312
+ export { Refresh };
313
+ // !SECTION: Saving & Data Management
314
+ // SECTION: Interactions
315
+ // !SECTION: Interactions
316
+ // SECTION: Layout & Grid
317
+ // !SECTION: Layout & Grid
318
+ // SECTION: Logos (Common/Generic)
319
+ // !SECTION: Logos (Common/Generic)
320
+ // SECTION: Balls & Equipment
321
+ // !SECTION: Balls & Equipment
322
+ // SECTION: Events & Awards
323
+ // !SECTION: Events & Awards
324
+ // SECTION: Activities
325
+ // !SECTION: Activities
22
326
  // !SECTION: Exports
@@ -3,18 +3,17 @@
3
3
  /**
4
4
  * This function is a custom template for converting SVG icons to React components.
5
5
  *
6
- * @version 1.0.0
6
+ * @version 1.1.0
7
7
  * @author Aayush Goyal
8
- * @created 2023-10-05
9
- * @modifier
10
- * @modified
8
+ * @created 2025-07-13
9
+ * @modifier Aayush Goyal
10
+ * @modified 2025-07-15
11
11
  * @since 1.1.0
12
12
  */
13
13
  const iconTemplate = ({ imports, interfaces, componentName, props, jsx, exports }, { tpl }) => {
14
14
  console.log(props);
15
15
  // Remove 'Svg' from the export name if present
16
16
  const exportName = componentName.replace(/^Svg/, '');
17
- const todaysDate = new Date().toISOString().split('T')[0];
18
17
  return tpl `
19
18
  ${imports};
20
19
 
@@ -35,14 +34,16 @@ import { IconComponentProps } from "@/src/lib/types";
35
34
  * @created Auto-generated
36
35
  * @modifier
37
36
  * @modified
38
- * @since Auto-generated
37
+ * @since 1.x.0
39
38
  */
40
39
 
41
40
  ${interfaces};
42
41
 
43
42
  const ${componentName.substring(3)} = ({
44
43
  color = '#000000',
44
+ height = '1em',
45
45
  strokeWidth = 1,
46
+ width = '1em'
46
47
  }: IconComponentProps) => {
47
48
  return (
48
49
  ${jsx}
@@ -6,7 +6,7 @@ import { IconComponentProps } from '@/src/lib/types';
6
6
  * @author Aayush Goyal
7
7
  * @created 2025-06-22
8
8
  * @modifier Aayush Goyal
9
- * @modified 2025-07-13
9
+ * @modified 2025-07-15
10
10
  * @since 1.1.0
11
11
  */
12
12
  declare const ArrowDown: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
@@ -5,8 +5,8 @@ import { IconComponentProps } from '@/src/lib/types';
5
5
  * @version 1.0.0
6
6
  * @author Aayush Goyal
7
7
  * @created 2025-07-13
8
- * @modifier
9
- * @modified
8
+ * @modifier Aayush Goyal
9
+ * @modified 2025-07-15
10
10
  * @since 1.3.0
11
11
  */
12
12
  declare const ArrowLeft: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,13 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon of a left arrow.
4
+ *
5
+ * @version 1.0.0
6
+ * @author Aayush Goyal
7
+ * @created 2025-09-08
8
+ * @modifier
9
+ * @modified
10
+ * @since 1.7.0
11
+ */
12
+ declare const ArrowRight: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
13
+ export default ArrowRight;
@@ -6,7 +6,7 @@ import { IconComponentProps } from '@/src/lib/types';
6
6
  * @author Aayush Goyal
7
7
  * @created 2025-06-22
8
8
  * @modifier Aayush Goyal
9
- * @modified 2025-07-13
9
+ * @modified 2025-07-15
10
10
  * @since 1.1.0
11
11
  */
12
12
  declare const ArrowDown: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,13 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon of a downward chevron.
4
+ *
5
+ * @version 1.0.0
6
+ * @author Aayush Goyal
7
+ * @created 2025-09-08
8
+ * @modifier
9
+ * @modified
10
+ * @since 1.7.0
11
+ */
12
+ declare const ChevronDown: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
13
+ export default ChevronDown;
@@ -0,0 +1,13 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon of a left chevron.
4
+ *
5
+ * @version 1.0.0
6
+ * @author Aayush Goyal
7
+ * @created 2025-09-08
8
+ * @modifier
9
+ * @modified
10
+ * @since 1.7.0
11
+ */
12
+ declare const ChevronLeft: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
13
+ export default ChevronLeft;
@@ -0,0 +1,13 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon of a right chevron.
4
+ *
5
+ * @version 1.0.0
6
+ * @author Aayush Goyal
7
+ * @created 2025-09-08
8
+ * @modifier
9
+ * @modified
10
+ * @since 1.7.0
11
+ */
12
+ declare const IcNavigationChevronRight: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
13
+ export default IcNavigationChevronRight;
@@ -0,0 +1,13 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon of a upward chevron.
4
+ *
5
+ * @version 1.0.0
6
+ * @author Aayush Goyal
7
+ * @created 2025-09-08
8
+ * @modifier
9
+ * @modified
10
+ * @since 1.7.0
11
+ */
12
+ declare const IcNavigationChevronUp: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
13
+ export default IcNavigationChevronUp;
@@ -0,0 +1,13 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon of a copy action.
4
+ *
5
+ * @version 1.0.0
6
+ * @author Aayush Goyal
7
+ * @created 2025-07-15
8
+ * @modifier
9
+ * @modified
10
+ * @since 1.6.0
11
+ */
12
+ declare const Copy: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
13
+ export default Copy;
@@ -0,0 +1,13 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon of a cut action.
4
+ *
5
+ * @version 1.0.0
6
+ * @author Aayush Goyal
7
+ * @created 2025-07-15
8
+ * @modifier
9
+ * @modified
10
+ * @since 1.6.0
11
+ */
12
+ declare const Cut: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
13
+ export default Cut;
@@ -0,0 +1,13 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon of a refresh action.
4
+ *
5
+ * @version 1.0.0
6
+ * @author Aayush Goyal
7
+ * @created 2025-07-15
8
+ * @modifier
9
+ * @modified
10
+ * @since 1.6.0
11
+ */
12
+ declare const Refresh: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
13
+ export default Refresh;
@@ -0,0 +1,13 @@
1
+ import { IconComponentProps } from '@/src/lib/types';
2
+ /**
3
+ * This function renders an SVG icon of a search.
4
+ *
5
+ * @version 1.1.0
6
+ * @author Aayush Goyal
7
+ * @created 2025-07-15
8
+ * @modifier Aayush Goyal
9
+ * @modified 2025-07-
10
+ * @since 1.6.0
11
+ */
12
+ declare const Search: ({ color, height, strokeWidth, width }: IconComponentProps) => import("react/jsx-runtime").JSX.Element;
13
+ export default Search;
@@ -1,14 +1,26 @@
1
1
  /**
2
2
  * This file exports all the icons for the library.
3
3
  *
4
- * @version 1.1.0
4
+ * @version 1.2.0
5
5
  * @author Aayush Goyal
6
6
  * @created 2025-06-22
7
7
  * @modifier Aayush Goyal
8
8
  * @modified 2025-07-13
9
9
  * @since 1.1.0
10
10
  */
11
- import ArrowDown from '@/src/icons/nav/ArrowDown';
12
- import ArrowLeft from '@/src/icons/nav/ArrowLeft';
13
- import ArrowUp from '@/src/icons/nav/ArrowUp';
14
- export { ArrowDown, ArrowLeft, ArrowUp };
11
+ import ArrowDown from '@/src/icons/arrows-directions/ArrowDown';
12
+ import ArrowLeft from '@/src/icons/arrows-directions/ArrowLeft';
13
+ import ArrowRight from '@/src/icons/arrows-directions/ArrowRight';
14
+ import ArrowUp from '@/src/icons/arrows-directions/ArrowUp';
15
+ import ChevronDown from '@/src/icons/arrows-directions/ChevronDown';
16
+ import ChevronLeft from '@/src/icons/arrows-directions/ChevronLeft';
17
+ import ChevronRight from '@/src/icons/arrows-directions/ChevronRight';
18
+ import ChevronUp from '@/src/icons/arrows-directions/ChevronUp';
19
+ import Cut from '@/src/icons/editing-creation/Cut';
20
+ import Copy from '@/src/icons/editing-creation/Copy';
21
+ import Search from '@/src/icons/user-interface-controls/Search';
22
+ import Refresh from '@/src/icons/saving-data-management/Refresh';
23
+ export { ArrowDown, ArrowLeft, ArrowRight, ArrowUp, ChevronDown, ChevronLeft, ChevronRight, ChevronUp };
24
+ export { Cut, Copy };
25
+ export { Search };
26
+ export { Refresh };
@@ -2,11 +2,11 @@ import type { Template } from '@/src/lib/types';
2
2
  /**
3
3
  * This function is a custom template for converting SVG icons to React components.
4
4
  *
5
- * @version 1.0.0
5
+ * @version 1.1.0
6
6
  * @author Aayush Goyal
7
- * @created 2023-10-05
8
- * @modifier
9
- * @modified
7
+ * @created 2025-07-13
8
+ * @modifier Aayush Goyal
9
+ * @modified 2025-07-15
10
10
  * @since 1.1.0
11
11
  */
12
12
  declare const iconTemplate: Template;
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "elementa-icons",
3
- "version": "1.4.1",
3
+ "version": "1.7.0",
4
4
  "description": "Elementa icons library.",
5
+ "homepage": "https://elementa.dev",
5
6
  "main": "dist/index.js",
6
7
  "module": "dist/index.esm.js",
7
8
  "types": "dist/types/index.d.ts",
@@ -36,7 +37,7 @@
36
37
  "build:watch": "rollup -c -w",
37
38
  "prepublishOnly": "npm run build",
38
39
  "publish:npm": "npm publish --access public",
39
- "svgr": "svgr src/icons/*.svg --template src/lib/icon-template.ts --expand-props none"
40
+ "svgr": "svgr src/icons/*.svg --template src/lib/icon-template.ts --expand-props none --ignore-existing"
40
41
  },
41
42
  "peerDependencies": {
42
43
  "react": "^19.1.0"
package/src/index.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file exports all the icons for the library.
3
3
  *
4
- * @version 1.1.0
4
+ * @version 1.2.0
5
5
  * @author Aayush Goyal
6
6
  * @created 2025-06-22
7
7
  * @modifier Aayush Goyal
@@ -9,15 +9,328 @@
9
9
  * @since 1.1.0
10
10
  */
11
11
  // SECTION: Imports
12
- // SECTION: Navigation
13
- import ArrowDown from '@/src/icons/nav/ArrowDown';
14
- import ArrowLeft from '@/src/icons/nav/ArrowLeft';
15
- import ArrowUp from '@/src/icons/nav/ArrowUp';
16
- // !SECTION: Navigation
12
+ // SECTION: Accessibility
13
+ // !SECTION: Accessibility
14
+ // SECTION: Alert
15
+ // !SECTION: Alert
16
+ // SECTION: Alphabet
17
+ // !SECTION: Alphabet
18
+ // SECTION: Animals
19
+ // !SECTION: Animals
20
+ // SECTION: Arrows & Direction
21
+ import ArrowDown from '@/src/icons/arrows-directions/ArrowDown';
22
+ import ArrowLeft from '@/src/icons/arrows-directions/ArrowLeft';
23
+ import ArrowRight from '@/src/icons/arrows-directions/ArrowRight';
24
+ import ArrowUp from '@/src/icons/arrows-directions/ArrowUp';
25
+ import ChevronDown from '@/src/icons/arrows-directions/ChevronDown';
26
+ import ChevronLeft from '@/src/icons/arrows-directions/ChevronLeft';
27
+ import ChevronRight from '@/src/icons/arrows-directions/ChevronRight';
28
+ import ChevronUp from '@/src/icons/arrows-directions/ChevronUp';
29
+ // !SECTION: Arrows & Direction
30
+ // SECTION: Astronomy
31
+ // !SECTION: Astronomy
32
+ // SECTION: Automotive
33
+ // !SECTION: Automotive
34
+ // SECTION: Buildings
35
+ // !SECTION: Buildings
36
+ // SECTION: Business
37
+ // !SECTION: Business
38
+ // SECTION: Camping
39
+ // !SECTION: Camping
40
+ // SECTION: Charity
41
+ // !SECTION: Charity
42
+ // SECTION: Charts & Graphs
43
+ // !SECTION: Charts & Graphs
44
+ // SECTION: Childhood
45
+ // !SECTION: Childhood
46
+ // SECTION: Clothing & Fashion
47
+ // !SECTION: Clothing & Fashion
48
+ // SECTION: Coding
49
+ // !SECTION: Coding
50
+ // SECTION: Communication
51
+ // !SECTION: Communication
52
+ // SECTION: Connectivity
53
+ // !SECTION: Connectivity
54
+ // SECTION: Construction
55
+ // !SECTION: Construction
56
+ // SECTION: Design
57
+ // !SECTION: Design
58
+ // SECTION: Devices & Hardware
59
+ // !SECTION: Devices & Hardware
60
+ // SECTION: Disaster & Crisis
61
+ // !SECTION: Disaster & Crisis
62
+ // SECTION: Editing & Creation
63
+ import Cut from '@/src/icons/editing-creation/Cut';
64
+ import Copy from '@/src/icons/editing-creation/Copy';
65
+ // !SECTION: Editing & Creation
66
+ // SECTION: Education
67
+ // !SECTION: Education
68
+ // SECTION: Emoji & Emoticons
69
+ // !SECTION: Emoji & Emoticons
70
+ // SECTION: Energy
71
+ // !SECTION: Energy
72
+ // SECTION: Files & Folders
73
+ // !SECTION: Files & Folders
74
+ // SECTION: Film & Video
75
+ // !SECTION: Film & Video
76
+ // SECTION: Food & Beverage
77
+ // !SECTION: Food & Beverage
78
+ // SECTION: Gaming
79
+ // !SECTION: Gaming
80
+ // SECTION: Genders
81
+ // !SECTION
82
+ // SECTION: Halloween
83
+ // !SECTION: Halloween
84
+ // SECTION: Hands
85
+ // !SECTION: Hands
86
+ // SECTION: Holidays
87
+ // !SECTION: Holidays
88
+ // SECTION: Household
89
+ // !SECTION: Household
90
+ // SECTION: Humanitarian
91
+ // !SECTION: Humanitarian
92
+ // SECTION: Logistics
93
+ // !SECTION: Logistics
94
+ // SECTION: Location & Maps
95
+ // !SECTION: Location & Maps
96
+ // SECTION: Maritime
97
+ // !SECTION: Maritime
98
+ // SECTION: Marketing
99
+ // !SECTION: Marketing
100
+ // SECTION: Mathematics
101
+ // !SECTION: Mathematics
102
+ // SECTION: Media Playback
103
+ // !SECTION: Media Playback
104
+ // SECTION: Medical & Health
105
+ // !SECTION: Medical & Health
106
+ // SECTION: Money
107
+ // !SECTION: Money
108
+ // SECTION: Moving
109
+ // !SECTION: Moving
110
+ // SECTION: Music & Audio
111
+ // !SECTION: Music & Audio
112
+ // SECTION: Nature & Environment
113
+ // !SECTION: Nature & Environment
114
+ // SECTION: Numbers
115
+ // !SECTION: Numbers
116
+ // SECTION: Photos & Images
117
+ // !SECTION: Photos & Images
118
+ // SECTION: Political
119
+ // !SECTION: Political
120
+ // SECTION: Shapes, Symbols & Punctuation
121
+ // !SECTION: Shapes, Symbols & Punctuation
122
+ // SECTION: Religion
123
+ // !SECTION: Religion
124
+ // SECTION: Science
125
+ // !SECTION: Science
126
+ // SECTION: Science Fiction
127
+ // !SECTION: Science Fiction
128
+ // SECTION: Security & Privacy
129
+ // !SECTION: Security & Privacy
130
+ // SECTION: Finance & Shopping
131
+ // !SECTION: Finance & Shopping
132
+ // SECTION: Social & People
133
+ // !SECTION: Social & People
134
+ // SECTION: Spinners
135
+ // !SECTION: Spinners
136
+ // SECTION: Text Formatting
137
+ // !SECTION: Text Formatting
138
+ // SECTION: Time & Calendar
139
+ // !SECTION: Time & Calendar
140
+ // SECTION: Toggle
141
+ // !SECTION: Toggle
142
+ // SECTION: Transportation
143
+ // !SECTION: Transportation
144
+ // SECTION: Travel & Hotel
145
+ // !SECTION: Travel & Hotel
146
+ // SECTION: Weather
147
+ // !SECTION: Weather
148
+ // SECTION: Writing
149
+ // !SECTION: Writing
150
+ // SECTION: Navigation & Menu
151
+ // !SECTION: Navigation & Menu
152
+ // SECTION: User Interface Controls
153
+ import Search from '@/src/icons/user-interface-controls/Search';
154
+ // !SECTION: User Interface Controls
155
+ // SECTION: Status & Notifications
156
+ // !SECTION: Status & Notifications
157
+ // SECTION: Saving & Data Management
158
+ import Refresh from '@/src/icons/saving-data-management/Refresh';
159
+ // !SECTION: Saving & Data Management
160
+ // SECTION: Interactions
161
+ // !SECTION: Interactions
162
+ // SECTION: Layout & Grid
163
+ // !SECTION: Layout & Grid
164
+ // SECTION: Logos (Common/Generic)
165
+ // !SECTION: Logos (Common/Generic)
166
+ // SECTION: Balls & Equipment
167
+ // !SECTION: Balls & Equipment
168
+ // SECTION: Events & Awards
169
+ // !SECTION: Events & Awards
170
+ // SECTION: Activities
171
+ // !SECTION: Activities
17
172
  // !SECTION: Imports
18
173
 
19
174
  // SECTION: Exports
20
- // SECTION: Navigation
21
- export { ArrowDown, ArrowLeft, ArrowUp };
22
- // !SECTION: Navigation
175
+ // SECTION: Accessibility
176
+ // !SECTION: Accessibility
177
+ // SECTION: Alert
178
+ // !SECTION: Alert
179
+ // SECTION: Alphabet
180
+ // !SECTION: Alphabet
181
+ // SECTION: Animals
182
+ // !SECTION: Animals
183
+ // SECTION: Arrows & Direction
184
+ export {
185
+ ArrowDown,
186
+ ArrowLeft,
187
+ ArrowRight,
188
+ ArrowUp,
189
+ ChevronDown,
190
+ ChevronLeft,
191
+ ChevronRight,
192
+ ChevronUp
193
+ };
194
+ // !SECTION: Arrows & Direction
195
+ // SECTION: Astronomy
196
+ // !SECTION: Astronomy
197
+ // SECTION: Automotive
198
+ // !SECTION: Automotive
199
+ // SECTION: Buildings
200
+ // !SECTION: Buildings
201
+ // SECTION: Business
202
+ // !SECTION: Business
203
+ // SECTION: Camping
204
+ // !SECTION: Camping
205
+ // SECTION: Charity
206
+ // !SECTION: Charity
207
+ // SECTION: Charts & Graphs
208
+ // !SECTION: Charts & Graphs
209
+ // SECTION: Childhood
210
+ // !SECTION: Childhood
211
+ // SECTION: Clothing & Fashion
212
+ // !SECTION: Clothing & Fashion
213
+ // SECTION: Coding
214
+ // !SECTION: Coding
215
+ // SECTION: Communication
216
+ // !SECTION: Communication
217
+ // SECTION: Connectivity
218
+ // !SECTION: Connectivity
219
+ // SECTION: Construction
220
+ // !SECTION: Construction
221
+ // SECTION: Design
222
+ // !SECTION: Design
223
+ // SECTION: Devices & Hardware
224
+ // !SECTION: Devices & Hardware
225
+ // SECTION: Disaster & Crisis
226
+ // !SECTION: Disaster & Crisis
227
+ // SECTION: Editing & Creation
228
+ export { Cut, Copy };
229
+ // !SECTION: Editing & Creation
230
+ // SECTION: Education
231
+ // !SECTION: Education
232
+ // SECTION: Emoji & Emoticons
233
+ // !SECTION: Emoji & Emoticons
234
+ // SECTION: Energy
235
+ // !SECTION: Energy
236
+ // SECTION: Files & Folders
237
+ // !SECTION: Files & Folders
238
+ // SECTION: Film & Video
239
+ // !SECTION: Film & Video
240
+ // SECTION: Food & Beverage
241
+ // !SECTION: Food & Beverage
242
+ // SECTION: Gaming
243
+ // !SECTION: Gaming
244
+ // SECTION: Genders
245
+ // !SECTION
246
+ // SECTION: Halloween
247
+ // !SECTION: Halloween
248
+ // SECTION: Hands
249
+ // !SECTION: Hands
250
+ // SECTION: Holidays
251
+ // !SECTION: Holidays
252
+ // SECTION: Household
253
+ // !SECTION: Household
254
+ // SECTION: Humanitarian
255
+ // !SECTION: Humanitarian
256
+ // SECTION: Logistics
257
+ // !SECTION: Logistics
258
+ // SECTION: Location & Maps
259
+ // !SECTION: Location & Maps
260
+ // SECTION: Maritime
261
+ // !SECTION: Maritime
262
+ // SECTION: Marketing
263
+ // !SECTION: Marketing
264
+ // SECTION: Mathematics
265
+ // !SECTION: Mathematics
266
+ // SECTION: Media Playback
267
+ // !SECTION: Media Playback
268
+ // SECTION: Medical & Health
269
+ // !SECTION: Medical & Health
270
+ // SECTION: Money
271
+ // !SECTION: Money
272
+ // SECTION: Moving
273
+ // !SECTION: Moving
274
+ // SECTION: Music & Audio
275
+ // !SECTION: Music & Audio
276
+ // SECTION: Nature & Environment
277
+ // !SECTION: Nature & Environment
278
+ // SECTION: Numbers
279
+ // !SECTION: Numbers
280
+ // SECTION: Photos & Images
281
+ // !SECTION: Photos & Images
282
+ // SECTION: Political
283
+ // !SECTION: Political
284
+ // SECTION: Shapes, Symbols & Punctuation
285
+ // !SECTION: Shapes, Symbols & Punctuation
286
+ // SECTION: Religion
287
+ // !SECTION: Religion
288
+ // SECTION: Science
289
+ // !SECTION: Science
290
+ // SECTION: Science Fiction
291
+ // !SECTION: Science Fiction
292
+ // SECTION: Security & Privacy
293
+ // !SECTION: Security & Privacy
294
+ // SECTION: Finance & Shopping
295
+ // !SECTION: Finance & Shopping
296
+ // SECTION: Social & People
297
+ // !SECTION: Social & People
298
+ // SECTION: Spinners
299
+ // !SECTION: Spinners
300
+ // SECTION: Text Formatting
301
+ // !SECTION: Text Formatting
302
+ // SECTION: Time & Calendar
303
+ // !SECTION: Time & Calendar
304
+ // SECTION: Toggle
305
+ // !SECTION: Toggle
306
+ // SECTION: Transportation
307
+ // !SECTION: Transportation
308
+ // SECTION: Travel & Hotel
309
+ // !SECTION: Travel & Hotel
310
+ // SECTION: Weather
311
+ // !SECTION: Weather
312
+ // SECTION: Writing
313
+ // !SECTION: Writing
314
+ // SECTION: Navigation & Menu
315
+ // !SECTION: Navigation & Menu
316
+ // SECTION: User Interface Controls
317
+ export { Search };
318
+ // !SECTION: User Interface Controls
319
+ // SECTION: Status & Notifications
320
+ // !SECTION: Status & Notifications
321
+ // SECTION: Saving & Data Management
322
+ export { Refresh };
323
+ // !SECTION: Saving & Data Management
324
+ // SECTION: Interactions
325
+ // !SECTION: Interactions
326
+ // SECTION: Layout & Grid
327
+ // !SECTION: Layout & Grid
328
+ // SECTION: Logos (Common/Generic)
329
+ // !SECTION: Logos (Common/Generic)
330
+ // SECTION: Balls & Equipment
331
+ // !SECTION: Balls & Equipment
332
+ // SECTION: Events & Awards
333
+ // !SECTION: Events & Awards
334
+ // SECTION: Activities
335
+ // !SECTION: Activities
23
336
  // !SECTION: Exports