@indxsearch/pixl 1.0.9 → 1.1.1

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 (52) hide show
  1. package/dist/Alt.d.ts +7 -0
  2. package/dist/Alt.js +8 -0
  3. package/dist/Api.d.ts +7 -0
  4. package/dist/Api.js +8 -0
  5. package/dist/Arrow_left_up.js +1 -1
  6. package/dist/Big_eyes_oops.d.ts +7 -0
  7. package/dist/Big_eyes_oops.js +8 -0
  8. package/dist/Big_smile.d.ts +7 -0
  9. package/dist/Big_smile.js +8 -0
  10. package/dist/Big_smile_wink.d.ts +7 -0
  11. package/dist/Big_smile_wink.js +8 -0
  12. package/dist/Cmd.d.ts +7 -0
  13. package/dist/Cmd.js +8 -0
  14. package/dist/Control.d.ts +7 -0
  15. package/dist/Control.js +8 -0
  16. package/dist/Cursor.d.ts +7 -0
  17. package/dist/Cursor.js +8 -0
  18. package/dist/Database.d.ts +7 -0
  19. package/dist/Database.js +8 -0
  20. package/dist/External_link.d.ts +7 -0
  21. package/dist/External_link.js +8 -0
  22. package/dist/Feather.d.ts +7 -0
  23. package/dist/Feather.js +8 -0
  24. package/dist/Hibernate.d.ts +7 -0
  25. package/dist/Hibernate.js +8 -0
  26. package/dist/Hufsa.d.ts +7 -0
  27. package/dist/Hufsa.js +8 -0
  28. package/dist/Meh.d.ts +7 -0
  29. package/dist/Meh.js +8 -0
  30. package/dist/Open_smile.d.ts +7 -0
  31. package/dist/Open_smile.js +8 -0
  32. package/dist/Presentation.d.ts +7 -0
  33. package/dist/Presentation.js +8 -0
  34. package/dist/Rag_search.d.ts +7 -0
  35. package/dist/Rag_search.js +8 -0
  36. package/dist/Sad.d.ts +7 -0
  37. package/dist/Sad.js +8 -0
  38. package/dist/Search_as_you_type.d.ts +7 -0
  39. package/dist/Search_as_you_type.js +8 -0
  40. package/dist/Shift.d.ts +7 -0
  41. package/dist/Shift.js +8 -0
  42. package/dist/Smile.d.ts +7 -0
  43. package/dist/Smile.js +8 -0
  44. package/dist/Stop.d.ts +7 -0
  45. package/dist/Stop.js +8 -0
  46. package/dist/Sunrise.d.ts +7 -0
  47. package/dist/Sunrise.js +8 -0
  48. package/dist/Text_cursor.d.ts +7 -0
  49. package/dist/Text_cursor.js +8 -0
  50. package/dist/index.d.ts +25 -1
  51. package/dist/index.js +25 -1
  52. package/package.json +1 -1
package/dist/Alt.d.ts ADDED
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Alt: React.FC<IconProps>;
7
+ export default Alt;
package/dist/Alt.js ADDED
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Alt = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M7 5H5V4H7V5ZM5 4H4V3H5V4ZM4 3H3V2H4V3ZM3 2H2V1H3V2ZM2 0V1H0V0H2ZM7 1H5V0H7V1Z", fill: color }) }));
7
+ };
8
+ export default Alt;
package/dist/Api.d.ts ADDED
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Api: React.FC<IconProps>;
7
+ export default Api;
package/dist/Api.js ADDED
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Api = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M7 3H5V4H3V3H4V2H7V3ZM4 2H3V3H0V2H2V1H4V2Z", fill: color }) }));
7
+ };
8
+ export default Api;
@@ -3,6 +3,6 @@ const Arrow_left_up = ({ color = "black", size = 21, }) => {
3
3
  const aspectRatio = 0.7142857142857143;
4
4
  const width = size;
5
5
  const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
- return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M6 5L4 5V4H6V5ZM4 4L3 4L3 2L4 2V4ZM2 3H1L1 2H2L2 3ZM6 3H5V2L6 2V3ZM3 2L2 2L2 1H3V2ZM5 2H4L4 1L5 1V2ZM4 1L3 1V0L4 0V1Z", fill: color }) }));
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M6 5L4 5V4L6 4V5ZM4 4H3L3 2H4V4ZM2 3H1L1 2H2L2 3ZM6 3H5V2H6V3ZM3 2L2 2L2 1H3V2ZM5 2H4L4 1H5V2ZM4 1L3 1V0L4 0V1Z", fill: color }) }));
7
7
  };
8
8
  export default Arrow_left_up;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Big_eyes_oops: React.FC<IconProps>;
7
+ export default Big_eyes_oops;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Big_eyes_oops = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 1V0H1V1H0V2H1V3H2V2H3V1H2ZM2 1V2H1V1L2 1ZM5 2V1L6 1V2H5ZM5 2V3H6V2H7V1L6 1V0H5V1L4 1V2H5ZM3 4H4H5V5H4H3H2V4H3Z", fill: color }) }));
7
+ };
8
+ export default Big_eyes_oops;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Big_smile: React.FC<IconProps>;
7
+ export default Big_smile;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Big_smile = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 0H2V1H1V0ZM1 1V2H0V1H1ZM2 1H3V2H2V1ZM2 4H3H4H5V5H4H3H2V4ZM2 4H1V3H2V4ZM5 4V3H6V4H5ZM5 1H4V2H5V1ZM6 1V0H5V1H6ZM6 1H7V2H6V1Z", fill: color }) }));
7
+ };
8
+ export default Big_smile;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Big_smile_wink: React.FC<IconProps>;
7
+ export default Big_smile_wink;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Big_smile_wink = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1 0H2V1H1V0ZM1 1V2H0V1H1ZM2 1H3V2H2V1ZM2 4H3H4H5V5H4H3H2V4ZM2 4H1V3H2V4ZM5 4V3H6V4H5ZM5 1H4V2H5H6H7V1H6H5Z", fill: color }) }));
7
+ };
8
+ export default Big_smile_wink;
package/dist/Cmd.d.ts ADDED
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Cmd: React.FC<IconProps>;
7
+ export default Cmd;
package/dist/Cmd.js ADDED
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Cmd = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M2 4H3V5H1V3H2V4ZM6 5H4V4H5V3H6V5ZM4 4H3V3H4V4ZM3 2V3H2V2H3ZM5 3H4V2H5V3ZM3 1H2V2H1V0H3V1ZM6 2H5V1H4V2H3V1H4V0H6V2Z", fill: color }) }));
7
+ };
8
+ export default Cmd;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Control: React.FC<IconProps>;
7
+ export default Control;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Control = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M4 5H3V4H4V5ZM1 3V4H0V3H1ZM7 4H6V3H7V4ZM2 3H1V2H2V3ZM6 3H5V2H6V3ZM3 2H2V1H3V2ZM5 2H4V1H5V2ZM4 1H3V0H4V1Z", fill: color }) }));
7
+ };
8
+ export default Control;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Cursor: React.FC<IconProps>;
7
+ export default Cursor;
package/dist/Cursor.js ADDED
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Cursor = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M3 1L5 1V2L6 2V3H4V5H3V4L2 4L2 2L1 2L1 0L3 0V1Z", fill: color }) }));
7
+ };
8
+ export default Cursor;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Database: React.FC<IconProps>;
7
+ export default Database;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Database = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M6 4V5L1 5L1 4L6 4ZM1 4H0L0 3H1V4ZM7 4H6L6 3H7L7 4ZM6 3L1 3L1 2L6 2V3ZM1 2L0 2L0 1L1 1V2ZM7 2L6 2V1L7 1V2ZM6 1L1 1L1 0L6 0V1Z", fill: color }) }));
7
+ };
8
+ export default Database;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const External_link: React.FC<IconProps>;
7
+ export default External_link;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const External_link = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M3 1L1 1L1 4L7 4V5L0 5L0 0L3 0V1ZM5 3H4V2L5 2V3ZM7 3H6V2H5V1L4 1V0L7 0V3Z", fill: color }) }));
7
+ };
8
+ export default External_link;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Feather: React.FC<IconProps>;
7
+ export default Feather;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Feather = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M2 5H1L1 4H2L2 5ZM3 3H4V4L2 4L2 2H3V3ZM5 3H4V2H5V3ZM4 2L3 2L3 1L4 1V2ZM6 2L5 2V1L4 1V0L6 0V2Z", fill: color }) }));
7
+ };
8
+ export default Feather;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Hibernate: React.FC<IconProps>;
7
+ export default Hibernate;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Hibernate = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M5 5H2V4H5V5ZM2 4H1V1H2V4ZM6 4H5V1H6V4ZM4 2H3V0H4V2Z", fill: color }) }));
7
+ };
8
+ export default Hibernate;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Hufsa: React.FC<IconProps>;
7
+ export default Hufsa;
package/dist/Hufsa.js ADDED
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Hufsa = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 0H5H6V1H7V2V3V4V5H6H5H4H3H2H1H0V4V3V2V1H1V0H2H3H4ZM2 1V2H3V1H2ZM2 3H1V4H2V3ZM4 3H3V4H4V3ZM4 1V2H5V1H4ZM6 3H5V4H6V3Z", fill: color }) }));
7
+ };
8
+ export default Hufsa;
package/dist/Meh.d.ts ADDED
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Meh: React.FC<IconProps>;
7
+ export default Meh;
package/dist/Meh.js ADDED
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Meh = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 1H3V2H2V1ZM4 1H5V2H4V1ZM3 3H2H1V4H2H3H4H5H6V3H5H4H3Z", fill: color }) }));
7
+ };
8
+ export default Meh;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Open_smile: React.FC<IconProps>;
7
+ export default Open_smile;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Open_smile = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 0H3V1H2V0ZM4 0H5V1H4V0ZM3 4H2V3H3H4H5V4H4H3ZM3 2H4H5H6V3V4H5V5H4H3H2V4H1V3V2H2H3Z", fill: color }) }));
7
+ };
8
+ export default Open_smile;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Presentation: React.FC<IconProps>;
7
+ export default Presentation;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Presentation = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M3 5H2V4H3V5ZM5 5H4V4H5V5ZM7 3H4V4H3V3H0V0H7V3Z", fill: color }) }));
7
+ };
8
+ export default Presentation;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Rag_search: React.FC<IconProps>;
7
+ export default Rag_search;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Rag_search = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M2 5H1V4H2V5ZM2 2H4V4H6V5H3V3H1V0H2V2ZM6 3H5V2H6V3ZM4 1H3V0H4V1ZM6 1H5V0H6V1Z", fill: color }) }));
7
+ };
8
+ export default Rag_search;
package/dist/Sad.d.ts ADDED
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Sad: React.FC<IconProps>;
7
+ export default Sad;
package/dist/Sad.js ADDED
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Sad = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 1H3V2H2V1ZM4 1H5V2H4V1ZM3 3H2V4H1V5H2V4H3H4H5V5H6V4H5V3H4H3Z", fill: color }) }));
7
+ };
8
+ export default Sad;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Search_as_you_type: React.FC<IconProps>;
7
+ export default Search_as_you_type;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Search_as_you_type = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M5 5H4V4H5V5ZM7 5H6V4H7V5ZM6 4L5 4L5 1L6 1L6 4ZM1 3H0L0 2L1 2L1 3ZM3 3H2V2L3 2V3ZM5 1L4 1V0L5 0V1ZM7 1L6 1V0L7 0V1Z", fill: color }) }));
7
+ };
8
+ export default Search_as_you_type;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Shift: React.FC<IconProps>;
7
+ export default Shift;
package/dist/Shift.js ADDED
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Shift = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M3 4H4V3H5V5H2V3H3V4ZM2 2V3H1V2H2ZM6 3H5V2H6V3ZM3 2H2V1H3V2ZM5 2H4V1H5V2ZM4 1H3V0H4V1Z", fill: color }) }));
7
+ };
8
+ export default Shift;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Smile: React.FC<IconProps>;
7
+ export default Smile;
package/dist/Smile.js ADDED
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Smile = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 1H3V2H2V1ZM4 1H5V2H4V1ZM3 4H2V3H1V4H2V5H3H4H5V4H6V3H5V4H4H3Z", fill: color }) }));
7
+ };
8
+ export default Smile;
package/dist/Stop.d.ts ADDED
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Stop: React.FC<IconProps>;
7
+ export default Stop;
package/dist/Stop.js ADDED
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Stop = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M5 1H6V4H5V5H2V4H1V1H2V0H5V1ZM2 3H5V2H2V3Z", fill: color }) }));
7
+ };
8
+ export default Stop;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Sunrise: React.FC<IconProps>;
7
+ export default Sunrise;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Sunrise = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M1 5H0L0 4H1L1 5ZM3 5H2V4H3V5ZM5 5H4V4H5V5ZM7 5H6V4H7V5ZM4 4H3V3H4L4 4ZM2 3L1 3L1 2H2V3ZM6 3L5 3V2H6V3ZM1 2L0 2L0 1L1 1V2ZM4 2H3L3 0L4 0V2ZM7 2L6 2V1L7 1V2Z", fill: color }) }));
7
+ };
8
+ export default Sunrise;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Text_cursor: React.FC<IconProps>;
7
+ export default Text_cursor;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Text_cursor = ({ color = "black", size = 21, }) => {
3
+ const aspectRatio = 0.7142857142857143;
4
+ const width = size;
5
+ const height = typeof size === "number" ? size * aspectRatio : `calc(${size} * 0.7142857142857143)`;
6
+ return (_jsx("svg", { width: width, height: height, viewBox: "0 0 7 5", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M3 5H2V4H3L3 5ZM5 5H4V4H5V5ZM4 4L3 4L3 1L4 1V4ZM3 1L2 1V0L3 0V1ZM5 1L4 1V0L5 0V1Z", fill: color }) }));
7
+ };
8
+ export default Text_cursor;
package/dist/index.d.ts CHANGED
@@ -1,9 +1,10 @@
1
- export { default as Azure } from './Azure';
2
1
  export { default as Align_center } from './Align_center';
3
2
  export { default as Align_justify } from './Align_justify';
4
3
  export { default as Align_left } from './Align_left';
5
4
  export { default as Align_right } from './Align_right';
5
+ export { default as Alt } from './Alt';
6
6
  export { default as Analytics } from './Analytics';
7
+ export { default as Api } from './Api';
7
8
  export { default as Array } from './Array';
8
9
  export { default as Arrow_down_left } from './Arrow_down_left';
9
10
  export { default as Arrow_down_right } from './Arrow_down_right';
@@ -15,9 +16,13 @@ export { default as ArrowDown } from './ArrowDown';
15
16
  export { default as ArrowLeft } from './ArrowLeft';
16
17
  export { default as ArrowRight } from './ArrowRight';
17
18
  export { default as ArrowUp } from './ArrowUp';
19
+ export { default as Azure } from './Azure';
18
20
  export { default as Bar_code } from './Bar_code';
19
21
  export { default as Battery } from './Battery';
20
22
  export { default as Bell } from './Bell';
23
+ export { default as Big_eyes_oops } from './Big_eyes_oops';
24
+ export { default as Big_smile_wink } from './Big_smile_wink';
25
+ export { default as Big_smile } from './Big_smile';
21
26
  export { default as Book } from './Book';
22
27
  export { default as Bool } from './Bool';
23
28
  export { default as Boost } from './Boost';
@@ -30,12 +35,14 @@ export { default as Chevron_up } from './Chevron_up';
30
35
  export { default as Circle } from './Circle';
31
36
  export { default as Clock } from './Clock';
32
37
  export { default as Cloud } from './Cloud';
38
+ export { default as Cmd } from './Cmd';
33
39
  export { default as Code } from './Code';
34
40
  export { default as Coffee } from './Coffee';
35
41
  export { default as Coins } from './Coins';
36
42
  export { default as Comment_chat_message } from './Comment_chat_message';
37
43
  export { default as Component } from './Component';
38
44
  export { default as Compose } from './Compose';
45
+ export { default as Control } from './Control';
39
46
  export { default as Copy } from './Copy';
40
47
  export { default as Core } from './Core';
41
48
  export { default as Coverage_index } from './Coverage_index';
@@ -44,6 +51,8 @@ export { default as Cpu } from './Cpu';
44
51
  export { default as Crop } from './Crop';
45
52
  export { default as Crystal_ball } from './Crystal_ball';
46
53
  export { default as Csharp } from './Csharp';
54
+ export { default as Cursor } from './Cursor';
55
+ export { default as Database } from './Database';
47
56
  export { default as Delete } from './Delete';
48
57
  export { default as Discord } from './Discord';
49
58
  export { default as Discovery } from './Discovery';
@@ -60,9 +69,11 @@ export { default as Dynamic_json_field } from './Dynamic_json_field';
60
69
  export { default as ECommerce } from './ECommerce';
61
70
  export { default as Empty } from './Empty';
62
71
  export { default as Equal } from './Equal';
72
+ export { default as External_link } from './External_link';
63
73
  export { default as Eye } from './Eye';
64
74
  export { default as Fast_backward } from './Fast_backward';
65
75
  export { default as Fast_forward } from './Fast_forward';
76
+ export { default as Feather } from './Feather';
66
77
  export { default as Field } from './Field';
67
78
  export { default as Fields } from './Fields';
68
79
  export { default as Filter } from './Filter';
@@ -85,8 +96,10 @@ export { default as Greater_or_equal } from './Greater_or_equal';
85
96
  export { default as Greater } from './Greater';
86
97
  export { default as Headphones } from './Headphones';
87
98
  export { default as Heart } from './Heart';
99
+ export { default as Hibernate } from './Hibernate';
88
100
  export { default as Home } from './Home';
89
101
  export { default as Hour_glass } from './Hour_glass';
102
+ export { default as Hufsa } from './Hufsa';
90
103
  export { default as Indent_left } from './Indent_left';
91
104
  export { default as Indent_right } from './Indent_right';
92
105
  export { default as Indx } from './Indx';
@@ -111,6 +124,7 @@ export { default as Logout } from './Logout';
111
124
  export { default as Loop } from './Loop';
112
125
  export { default as Mail } from './Mail';
113
126
  export { default as Maximize } from './Maximize';
127
+ export { default as Meh } from './Meh';
114
128
  export { default as Menu } from './Menu';
115
129
  export { default as Microphone } from './Microphone';
116
130
  export { default as Minimize } from './Minimize';
@@ -123,6 +137,7 @@ export { default as Npm } from './Npm';
123
137
  export { default as Nuget } from './Nuget';
124
138
  export { default as Number } from './Number';
125
139
  export { default as Object } from './Object';
140
+ export { default as Open_smile } from './Open_smile';
126
141
  export { default as Options_menu } from './Options_menu';
127
142
  export { default as Panel_add } from './Panel_add';
128
143
  export { default as Panel_delete } from './Panel_delete';
@@ -137,21 +152,27 @@ export { default as Point_left } from './Point_left';
137
152
  export { default as Point_right } from './Point_right';
138
153
  export { default as Point_up } from './Point_up';
139
154
  export { default as Power } from './Power';
155
+ export { default as Presentation } from './Presentation';
140
156
  export { default as Prev } from './Prev';
141
157
  export { default as Puzzle_piece } from './Puzzle_piece';
158
+ export { default as Rag_search } from './Rag_search';
142
159
  export { default as Ram } from './Ram';
143
160
  export { default as Recorder } from './Recorder';
144
161
  export { default as Refresh } from './Refresh';
145
162
  export { default as Rss_feed } from './Rss_feed';
163
+ export { default as Sad } from './Sad';
146
164
  export { default as Save } from './Save';
165
+ export { default as Search_as_you_type } from './Search_as_you_type';
147
166
  export { default as Search_query } from './Search_query';
148
167
  export { default as Search } from './Search';
149
168
  export { default as Shield } from './Shield';
169
+ export { default as Shift } from './Shift';
150
170
  export { default as Slack } from './Slack';
151
171
  export { default as Sliders_horizontal } from './Sliders_horizontal';
152
172
  export { default as Sliders_vertical } from './Sliders_vertical';
153
173
  export { default as Smaller_or_equal } from './Smaller_or_equal';
154
174
  export { default as Smaller } from './Smaller';
175
+ export { default as Smile } from './Smile';
155
176
  export { default as Sort_ascending } from './Sort_ascending';
156
177
  export { default as Sort_descending } from './Sort_descending';
157
178
  export { default as Spark } from './Spark';
@@ -160,10 +181,13 @@ export { default as Spectrum_flat } from './Spectrum_flat';
160
181
  export { default as Spectrum } from './Spectrum';
161
182
  export { default as Speedometer } from './Speedometer';
162
183
  export { default as Status } from './Status';
184
+ export { default as Stop } from './Stop';
163
185
  export { default as String } from './String';
186
+ export { default as Sunrise } from './Sunrise';
164
187
  export { default as Support } from './Support';
165
188
  export { default as Tag } from './Tag';
166
189
  export { default as Terminal } from './Terminal';
190
+ export { default as Text_cursor } from './Text_cursor';
167
191
  export { default as Thumbs_up } from './Thumbs_up';
168
192
  export { default as Tool_box } from './Tool_box';
169
193
  export { default as Typing } from './Typing';
package/dist/index.js CHANGED
@@ -1,9 +1,10 @@
1
- export { default as Azure } from './Azure';
2
1
  export { default as Align_center } from './Align_center';
3
2
  export { default as Align_justify } from './Align_justify';
4
3
  export { default as Align_left } from './Align_left';
5
4
  export { default as Align_right } from './Align_right';
5
+ export { default as Alt } from './Alt';
6
6
  export { default as Analytics } from './Analytics';
7
+ export { default as Api } from './Api';
7
8
  export { default as Array } from './Array';
8
9
  export { default as Arrow_down_left } from './Arrow_down_left';
9
10
  export { default as Arrow_down_right } from './Arrow_down_right';
@@ -15,9 +16,13 @@ export { default as ArrowDown } from './ArrowDown';
15
16
  export { default as ArrowLeft } from './ArrowLeft';
16
17
  export { default as ArrowRight } from './ArrowRight';
17
18
  export { default as ArrowUp } from './ArrowUp';
19
+ export { default as Azure } from './Azure';
18
20
  export { default as Bar_code } from './Bar_code';
19
21
  export { default as Battery } from './Battery';
20
22
  export { default as Bell } from './Bell';
23
+ export { default as Big_eyes_oops } from './Big_eyes_oops';
24
+ export { default as Big_smile_wink } from './Big_smile_wink';
25
+ export { default as Big_smile } from './Big_smile';
21
26
  export { default as Book } from './Book';
22
27
  export { default as Bool } from './Bool';
23
28
  export { default as Boost } from './Boost';
@@ -30,12 +35,14 @@ export { default as Chevron_up } from './Chevron_up';
30
35
  export { default as Circle } from './Circle';
31
36
  export { default as Clock } from './Clock';
32
37
  export { default as Cloud } from './Cloud';
38
+ export { default as Cmd } from './Cmd';
33
39
  export { default as Code } from './Code';
34
40
  export { default as Coffee } from './Coffee';
35
41
  export { default as Coins } from './Coins';
36
42
  export { default as Comment_chat_message } from './Comment_chat_message';
37
43
  export { default as Component } from './Component';
38
44
  export { default as Compose } from './Compose';
45
+ export { default as Control } from './Control';
39
46
  export { default as Copy } from './Copy';
40
47
  export { default as Core } from './Core';
41
48
  export { default as Coverage_index } from './Coverage_index';
@@ -44,6 +51,8 @@ export { default as Cpu } from './Cpu';
44
51
  export { default as Crop } from './Crop';
45
52
  export { default as Crystal_ball } from './Crystal_ball';
46
53
  export { default as Csharp } from './Csharp';
54
+ export { default as Cursor } from './Cursor';
55
+ export { default as Database } from './Database';
47
56
  export { default as Delete } from './Delete';
48
57
  export { default as Discord } from './Discord';
49
58
  export { default as Discovery } from './Discovery';
@@ -60,9 +69,11 @@ export { default as Dynamic_json_field } from './Dynamic_json_field';
60
69
  export { default as ECommerce } from './ECommerce';
61
70
  export { default as Empty } from './Empty';
62
71
  export { default as Equal } from './Equal';
72
+ export { default as External_link } from './External_link';
63
73
  export { default as Eye } from './Eye';
64
74
  export { default as Fast_backward } from './Fast_backward';
65
75
  export { default as Fast_forward } from './Fast_forward';
76
+ export { default as Feather } from './Feather';
66
77
  export { default as Field } from './Field';
67
78
  export { default as Fields } from './Fields';
68
79
  export { default as Filter } from './Filter';
@@ -85,8 +96,10 @@ export { default as Greater_or_equal } from './Greater_or_equal';
85
96
  export { default as Greater } from './Greater';
86
97
  export { default as Headphones } from './Headphones';
87
98
  export { default as Heart } from './Heart';
99
+ export { default as Hibernate } from './Hibernate';
88
100
  export { default as Home } from './Home';
89
101
  export { default as Hour_glass } from './Hour_glass';
102
+ export { default as Hufsa } from './Hufsa';
90
103
  export { default as Indent_left } from './Indent_left';
91
104
  export { default as Indent_right } from './Indent_right';
92
105
  export { default as Indx } from './Indx';
@@ -111,6 +124,7 @@ export { default as Logout } from './Logout';
111
124
  export { default as Loop } from './Loop';
112
125
  export { default as Mail } from './Mail';
113
126
  export { default as Maximize } from './Maximize';
127
+ export { default as Meh } from './Meh';
114
128
  export { default as Menu } from './Menu';
115
129
  export { default as Microphone } from './Microphone';
116
130
  export { default as Minimize } from './Minimize';
@@ -123,6 +137,7 @@ export { default as Npm } from './Npm';
123
137
  export { default as Nuget } from './Nuget';
124
138
  export { default as Number } from './Number';
125
139
  export { default as Object } from './Object';
140
+ export { default as Open_smile } from './Open_smile';
126
141
  export { default as Options_menu } from './Options_menu';
127
142
  export { default as Panel_add } from './Panel_add';
128
143
  export { default as Panel_delete } from './Panel_delete';
@@ -137,21 +152,27 @@ export { default as Point_left } from './Point_left';
137
152
  export { default as Point_right } from './Point_right';
138
153
  export { default as Point_up } from './Point_up';
139
154
  export { default as Power } from './Power';
155
+ export { default as Presentation } from './Presentation';
140
156
  export { default as Prev } from './Prev';
141
157
  export { default as Puzzle_piece } from './Puzzle_piece';
158
+ export { default as Rag_search } from './Rag_search';
142
159
  export { default as Ram } from './Ram';
143
160
  export { default as Recorder } from './Recorder';
144
161
  export { default as Refresh } from './Refresh';
145
162
  export { default as Rss_feed } from './Rss_feed';
163
+ export { default as Sad } from './Sad';
146
164
  export { default as Save } from './Save';
165
+ export { default as Search_as_you_type } from './Search_as_you_type';
147
166
  export { default as Search_query } from './Search_query';
148
167
  export { default as Search } from './Search';
149
168
  export { default as Shield } from './Shield';
169
+ export { default as Shift } from './Shift';
150
170
  export { default as Slack } from './Slack';
151
171
  export { default as Sliders_horizontal } from './Sliders_horizontal';
152
172
  export { default as Sliders_vertical } from './Sliders_vertical';
153
173
  export { default as Smaller_or_equal } from './Smaller_or_equal';
154
174
  export { default as Smaller } from './Smaller';
175
+ export { default as Smile } from './Smile';
155
176
  export { default as Sort_ascending } from './Sort_ascending';
156
177
  export { default as Sort_descending } from './Sort_descending';
157
178
  export { default as Spark } from './Spark';
@@ -160,10 +181,13 @@ export { default as Spectrum_flat } from './Spectrum_flat';
160
181
  export { default as Spectrum } from './Spectrum';
161
182
  export { default as Speedometer } from './Speedometer';
162
183
  export { default as Status } from './Status';
184
+ export { default as Stop } from './Stop';
163
185
  export { default as String } from './String';
186
+ export { default as Sunrise } from './Sunrise';
164
187
  export { default as Support } from './Support';
165
188
  export { default as Tag } from './Tag';
166
189
  export { default as Terminal } from './Terminal';
190
+ export { default as Text_cursor } from './Text_cursor';
167
191
  export { default as Thumbs_up } from './Thumbs_up';
168
192
  export { default as Tool_box } from './Tool_box';
169
193
  export { default as Typing } from './Typing';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indxsearch/pixl",
3
- "version": "1.0.9",
3
+ "version": "1.1.1",
4
4
  "description": "7x5 pixel React icons by Indx Search.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",