@indxsearch/pixl 1.0.6 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/README.md +2 -2
  2. package/dist/{Anchor.d.ts → Array.d.ts} +2 -2
  3. package/dist/{Anchor.js → Array.js} +3 -3
  4. package/dist/ArrowLeft.js +1 -1
  5. package/dist/Arrow_down_left.js +1 -1
  6. package/dist/Arrow_left_down.js +1 -1
  7. package/dist/Arrow_left_up.js +1 -1
  8. package/dist/{Message.d.ts → Azure.d.ts} +2 -2
  9. package/dist/{Message.js → Azure.js} +3 -3
  10. package/dist/{User__plus.d.ts → Bool.d.ts} +2 -2
  11. package/dist/Bool.js +8 -0
  12. package/dist/Comment_chat_message.js +1 -1
  13. package/dist/{User__check.d.ts → Discord.d.ts} +2 -2
  14. package/dist/Discord.js +8 -0
  15. package/dist/Dropdown.d.ts +7 -0
  16. package/dist/{Virtual_reality_headset.js → Dropdown.js} +3 -3
  17. package/dist/GPS_my_location.d.ts +2 -2
  18. package/dist/GPS_my_location.js +2 -2
  19. package/dist/GPS_pin.d.ts +2 -2
  20. package/dist/GPS_pin.js +2 -2
  21. package/dist/Github.d.ts +7 -0
  22. package/dist/Github.js +8 -0
  23. package/dist/Indent_left.d.ts +7 -0
  24. package/dist/Indent_left.js +8 -0
  25. package/dist/Indent_right.d.ts +7 -0
  26. package/dist/Indent_right.js +8 -0
  27. package/dist/Npm.d.ts +7 -0
  28. package/dist/Npm.js +8 -0
  29. package/dist/Nuget.js +1 -1
  30. package/dist/Number.d.ts +7 -0
  31. package/dist/Number.js +8 -0
  32. package/dist/Object.d.ts +7 -0
  33. package/dist/Object.js +8 -0
  34. package/dist/Pc.js +1 -1
  35. package/dist/Plus.js +1 -1
  36. package/dist/RAM.d.ts +2 -2
  37. package/dist/RAM.js +2 -2
  38. package/dist/RSS_feed.d.ts +2 -2
  39. package/dist/RSS_feed.js +2 -2
  40. package/dist/Slack.d.ts +7 -0
  41. package/dist/Slack.js +8 -0
  42. package/dist/String.d.ts +7 -0
  43. package/dist/String.js +8 -0
  44. package/dist/User_check.d.ts +7 -0
  45. package/dist/{User__check.js → User_check.js} +2 -2
  46. package/dist/User_plus.d.ts +7 -0
  47. package/dist/{User__plus.js → User_plus.js} +2 -2
  48. package/dist/Vehicle_pickup_truck.d.ts +7 -0
  49. package/dist/Vehicle_pickup_truck.js +8 -0
  50. package/dist/index.d.ts +35 -23
  51. package/dist/index.js +35 -23
  52. package/package.json +1 -1
  53. package/dist/Virtual_reality_headset.d.ts +0 -7
package/README.md CHANGED
@@ -11,7 +11,7 @@ npm i @indxsearch/pixl
11
11
  ## 🛠 Usage
12
12
 
13
13
  ```tsx
14
- import { Typing } from 'indx-pixl';
14
+ import { Typing } from '@indxsearch/pixl';
15
15
 
16
16
  const Example = () => (
17
17
  <Typing size={48} color="blue" />
@@ -24,4 +24,4 @@ Each icon accepts two optional props:
24
24
 
25
25
  ---
26
26
 
27
- Made by [Indx Search](https://indx.co)
27
+ Made by [Indx](https://indx.co)
@@ -3,5 +3,5 @@ type IconProps = {
3
3
  color?: string;
4
4
  size?: number | string;
5
5
  };
6
- declare const Anchor: React.FC<IconProps>;
7
- export default Anchor;
6
+ declare const Array: React.FC<IconProps>;
7
+ export default Array;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- const Anchor = ({ color = "black", size = 21, }) => {
2
+ const Array = ({ 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 0H3V1H2V2H3V3V4H2V3H1V4H2V5H3H5V4H6V3H5V4H4V3V2H5V1H4V0ZM4 1V2H3V1H4Z", 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: "M3 1L2 1L2 4L3 4V5H1L1 0L3 0V1ZM6 5L4 5V4H5L5 1L4 1V0L6 0L6 5Z", fill: color }) }));
7
7
  };
8
- export default Anchor;
8
+ export default Array;
package/dist/ArrowLeft.js CHANGED
@@ -3,6 +3,6 @@ const ArrowLeft = ({ 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 1H2V2H3H4H5H6V3H5H4H3H2V4H3V5H2V4H1V3H0V2H1V1H2V0H3V1ZM1 2V3H2V2H1Z", 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: "M3 0H2V1H3V0ZM2 1L1 1V2L2 2V1ZM1 2H0L0 3H1L1 2ZM6 2L2 2V3L6 3V2ZM2 3H1V4H2L2 3ZM3 4H2V5H3V4Z", fill: color }) }));
7
7
  };
8
8
  export default ArrowLeft;
@@ -3,6 +3,6 @@ const Arrow_down_left = ({ 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 1H3V0H2V1ZM1 2V1H2V2H3H4H5V1V0H6V1V2H5V3H4H3H2V4H3V5H2V4H1V3H0V2H1ZM1 2V3H2V2H1Z", 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: "M3 0H2V1H3V0ZM6 0H5L5 2L6 2L6 0ZM2 1L1 1V2L2 2V1ZM1 2H0L0 3H1L1 2ZM5 2H2V3L5 3V2ZM2 3H1V4H2L2 3ZM3 4H2V5H3V4Z", fill: color }) }));
7
7
  };
8
8
  export default Arrow_down_left;
@@ -3,6 +3,6 @@ const Arrow_left_down = ({ 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 1H6V0H5H4V1H5ZM3 3V2V1H4V2V3H5V2H6V3H5V4H4V5H3V4H2V3H1V2H2V3H3ZM3 3V4H4V3H3Z", 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 0L4 0V1H6V0ZM4 1H3V3L4 3V1ZM2 2H1L1 3H2L2 2ZM6 2H5V3L6 3V2ZM3 3H2V4H3L3 3ZM5 3H4V4H5V3ZM4 4H3V5H4V4Z", fill: color }) }));
7
7
  };
8
8
  export default Arrow_left_down;
@@ -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", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 4H6V5H5H4V4H5ZM3 2V3V4H4V3V2H5V3H6V2H5V1H4V0H3V1H2V2H1V3H2V2H3ZM3 2V1H4V2H3Z", 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 5V4H6V5ZM4 4L3 4L3 2L4 2V4ZM2 3H1L1 2H2L2 3ZM6 3H5V2L6 2V3ZM3 2L2 2L2 1H3V2ZM5 2H4L4 1L5 1V2ZM4 1L3 1V0L4 0V1Z", fill: color }) }));
7
7
  };
8
8
  export default Arrow_left_up;
@@ -3,5 +3,5 @@ type IconProps = {
3
3
  color?: string;
4
4
  size?: number | string;
5
5
  };
6
- declare const Message: React.FC<IconProps>;
7
- export default Message;
6
+ declare const Azure: React.FC<IconProps>;
7
+ export default Azure;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- const Message = ({ color = "black", size = 21, }) => {
2
+ const Azure = ({ 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 0H4H3H2H1V1V2V3V4H2V5H3V4H4H5H6V3V2V1V0H5ZM5 1H4H3H2V2V3V4H3V3H4H5V2V1Z", 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: "M2 5H1L1 1L2 1V2H3L3 1L2 1V0L4 0V1L5 1L5 5L4 5V4H3V3H4V2L3 2V3L2 3L2 5Z", fill: color }) }));
7
7
  };
8
- export default Message;
8
+ export default Azure;
@@ -3,5 +3,5 @@ type IconProps = {
3
3
  color?: string;
4
4
  size?: number | string;
5
5
  };
6
- declare const User__plus: React.FC<IconProps>;
7
- export default User__plus;
6
+ declare const Bool: React.FC<IconProps>;
7
+ export default Bool;
package/dist/Bool.js ADDED
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Bool = ({ 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 1L7 1L7 4H6V5L1 5L1 4L3 4L3 1L1 1L1 0L6 0V1ZM1 4H0L0 1L1 1L1 4Z", fill: color }) }));
7
+ };
8
+ export default Bool;
@@ -3,6 +3,6 @@ const Comment_chat_message = ({ 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", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5 0H4H3H2H1V1V2V3V4H2V5H3V4H4H5H6V3V2V1V0H5ZM5 1H4H3H2V2V3V4H3V3H4H5V2V1Z", 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", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 0H4H3H2H1V1V2V3V4H2V5H3V4H4H5H6V3V2V1V0H5ZM5 1H4H3H2V2V3V4H3V3H4H5V2V1Z", fill: color }) }));
7
7
  };
8
8
  export default Comment_chat_message;
@@ -3,5 +3,5 @@ type IconProps = {
3
3
  color?: string;
4
4
  size?: number | string;
5
5
  };
6
- declare const User__check: React.FC<IconProps>;
7
- export default User__check;
6
+ declare const Discord: React.FC<IconProps>;
7
+ export default Discord;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Discord = ({ 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 0V1L7 1L7 4H6V5H4V4H3V5H1L1 4H0L0 1L1 1L1 0L6 0ZM2 3H3V2L2 2V3ZM4 3H5V2L4 2V3Z", fill: color }) }));
7
+ };
8
+ export default Discord;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Dropdown: React.FC<IconProps>;
7
+ export default Dropdown;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- const Virtual_reality_headset = ({ color = "black", size = 21, }) => {
2
+ const Dropdown = ({ 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: "M3 5H1V4H3V5ZM6 5H4V4H6V5ZM1 4H0V1H1V4ZM4 4H3V3H4V4ZM7 4H6V1H7V4ZM6 0V1H1V0H6Z", 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: "M4 5H3V4H4V5ZM3 4H2V3H3V4ZM5 3V4H4V3H5ZM3 2H2V1H3V2ZM5 2H4V1H5V2ZM4 1H3V0H4V1Z", fill: color }) }));
7
7
  };
8
- export default Virtual_reality_headset;
8
+ export default Dropdown;
@@ -3,5 +3,5 @@ type IconProps = {
3
3
  color?: string;
4
4
  size?: number | string;
5
5
  };
6
- declare const GPS_my_location: React.FC<IconProps>;
7
- export default GPS_my_location;
6
+ declare const Gps_my_location: React.FC<IconProps>;
7
+ export default Gps_my_location;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- const GPS_my_location = ({ color = "black", size = 21, }) => {
2
+ const Gps_my_location = ({ 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
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 1H5V2H6V3H5V4H4V5H3V4H2V3H1V2H2V1H3V0H4V1ZM4 2H3V3H4V2Z", fill: color }) }));
7
7
  };
8
- export default GPS_my_location;
8
+ export default Gps_my_location;
package/dist/GPS_pin.d.ts CHANGED
@@ -3,5 +3,5 @@ type IconProps = {
3
3
  color?: string;
4
4
  size?: number | string;
5
5
  };
6
- declare const GPS_pin: React.FC<IconProps>;
7
- export default GPS_pin;
6
+ declare const Gps_pin: React.FC<IconProps>;
7
+ export default Gps_pin;
package/dist/GPS_pin.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- const GPS_pin = ({ color = "black", size = 21, }) => {
2
+ const Gps_pin = ({ 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
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 5H3V3H2V0H5V3H4V5ZM3 2H4V1H3V2Z", fill: color }) }));
7
7
  };
8
- export default GPS_pin;
8
+ export default Gps_pin;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Github: React.FC<IconProps>;
7
+ export default Github;
package/dist/Github.js ADDED
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Github = ({ 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 3H3V5H2V4H1V1H2V3ZM6 4H5V5H4V3H5V1H6V4ZM5 1H4V2H3V1H2V0H5V1Z", fill: color }) }));
7
+ };
8
+ export default Github;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Indent_left: React.FC<IconProps>;
7
+ export default Indent_left;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Indent_left = ({ 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 3H2V2L1 2L1 0H0L0 5H1L1 3ZM4 0L3 0V1H4V0ZM3 1H2V2H3V1ZM7 2L3 2V3L7 3V2ZM3 3L2 3L2 4H3L3 3ZM4 4H3V5L4 5V4Z", fill: color }) }));
7
+ };
8
+ export default Indent_left;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Indent_right: React.FC<IconProps>;
7
+ export default Indent_right;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Indent_right = ({ 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 5H3V4H4V5ZM7 5H6V3H5V2H6V0H7V5ZM5 4H4V3H5V4ZM4 3H0V2H4V3ZM5 2H4V1H5V2ZM4 1H3V0H4V1Z", fill: color }) }));
7
+ };
8
+ export default Indent_right;
package/dist/Npm.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 Npm: React.FC<IconProps>;
7
+ export default Npm;
package/dist/Npm.js ADDED
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Npm = ({ 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 5H5L5 2L3 2V5H1L1 0L6 0L6 5Z", fill: color }) }));
7
+ };
8
+ export default Npm;
package/dist/Nuget.js CHANGED
@@ -3,6 +3,6 @@ const Nuget = ({ 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: "M5 1V2H6L6 4H5L5 3H4V4L5 4V5L3 5V4L2 4L2 2H3V3L4 3V2L3 2L3 1L5 1ZM2 1L1 1L1 0L2 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: "M5 1V2L6 2L6 4H5L5 3H4V4H5V5L3 5V4L2 4L2 2H3V3H4V2L3 2L3 1L5 1ZM2 1L1 1L1 0L2 0V1Z", fill: color }) }));
7
7
  };
8
8
  export default Nuget;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Number: React.FC<IconProps>;
7
+ export default Number;
package/dist/Number.js ADDED
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Number = ({ 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 5ZM4 5H3V4H4V5ZM6 5H5V4H6V5ZM2 3H1L1 2L2 2L2 3ZM4 3H3V2L4 2V3ZM6 3H5V2L6 2V3ZM2 1L1 1L1 0L2 0V1ZM4 1L3 1V0L4 0V1ZM6 1L5 1V0L6 0V1Z", fill: color }) }));
7
+ };
8
+ export default Number;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Object: React.FC<IconProps>;
7
+ export default Object;
package/dist/Object.js ADDED
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Object = ({ 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 4H3V5H1L1 3L2 3V4ZM6 5H4V4H5L5 3L6 3L6 5ZM1 3H0L0 2L1 2L1 3ZM7 3H6V2L7 2V3ZM3 1L2 1L2 2H1L1 0L3 0V1ZM6 2H5V1L4 1V0L6 0V2Z", fill: color }) }));
7
+ };
8
+ export default Object;
package/dist/Pc.js CHANGED
@@ -3,6 +3,6 @@ const Pc = ({ 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: "M4 5L1 5L1 4L2 4V3L0 3L0 0L5 0V3H3V4H4V5ZM7 5H5L5 3L7 3L7 5ZM1 2L4 2V1L1 1V2Z", 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: "M4 5L1 5L1 4L2 4V3L0 3L0 0L5 0V3H3V4H4V5ZM7 5H5L5 3L7 3L7 5Z", fill: color }) }));
7
7
  };
8
8
  export default Pc;
package/dist/Plus.js CHANGED
@@ -3,6 +3,6 @@ const Plus = ({ 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: "M4 5L3 5V3L1 3L1 2L3 2L3 0L4 0V2H6V3H4V5Z", 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: "M4 5H3V3L1 3L1 2L3 2L3 0L4 0V2L6 2V3H4V5Z", fill: color }) }));
7
7
  };
8
8
  export default Plus;
package/dist/RAM.d.ts CHANGED
@@ -3,5 +3,5 @@ type IconProps = {
3
3
  color?: string;
4
4
  size?: number | string;
5
5
  };
6
- declare const RAM: React.FC<IconProps>;
7
- export default RAM;
6
+ declare const Ram: React.FC<IconProps>;
7
+ export default Ram;
package/dist/RAM.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- const RAM = ({ color = "black", size = 21, }) => {
2
+ const Ram = ({ 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
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 4H4V5H0V3H1V4ZM7 5H5V4H6V3H7V5ZM3 3H2V2H3V3ZM5 3H4V2H5V3ZM7 2H6V1H1V2H0V0H7V2Z", fill: color }) }));
7
7
  };
8
- export default RAM;
8
+ export default Ram;
@@ -3,5 +3,5 @@ type IconProps = {
3
3
  color?: string;
4
4
  size?: number | string;
5
5
  };
6
- declare const RSS_feed: React.FC<IconProps>;
7
- export default RSS_feed;
6
+ declare const Rss_feed: React.FC<IconProps>;
7
+ export default Rss_feed;
package/dist/RSS_feed.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- const RSS_feed = ({ color = "black", size = 21, }) => {
2
+ const Rss_feed = ({ 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
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 5H1V4H2V5ZM4 5H3V3H4V5ZM6 5H5V2H6V5ZM3 3H1V2H3V3ZM5 2H4V1H5V2ZM4 0V1H1V0H4Z", fill: color }) }));
7
7
  };
8
- export default RSS_feed;
8
+ export default Rss_feed;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Slack: React.FC<IconProps>;
7
+ export default Slack;
package/dist/Slack.js ADDED
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Slack = ({ 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 5H2L2 3L3 3V5ZM6 4H4V3H6L6 4ZM3 2L1 2V1L3 1L3 2ZM5 2H4V0L5 0V2Z", fill: color }) }));
7
+ };
8
+ export default Slack;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const String: React.FC<IconProps>;
7
+ export default String;
package/dist/String.js ADDED
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const String = ({ 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 3H0L0 2L1 2L1 3ZM3 3L2 3V2L3 2V3ZM5 3L4 3V2L5 2V3ZM7 3H6V2L7 2V3Z", fill: color }) }));
7
+ };
8
+ export default String;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const User_check: React.FC<IconProps>;
7
+ export default User_check;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- const User__check = ({ color = "black", size = 21, }) => {
2
+ const User_check = ({ 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
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 0L2 0V1L1 1L1 0ZM1 4V3H0L0 2L3 2V3H2V4L1 4ZM1 4L1 5H0L0 4H1ZM2 4H3V5H2V4ZM4 2H3L3 1L4 1V2ZM5 2L4 2V3H5V2ZM6 1V2H5V1L6 1ZM6 1L7 1V0L6 0V1Z", fill: color }) }));
7
7
  };
8
- export default User__check;
8
+ export default User_check;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const User_plus: React.FC<IconProps>;
7
+ export default User_plus;
@@ -1,8 +1,8 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- const User__plus = ({ color = "black", size = 21, }) => {
2
+ const User_plus = ({ 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
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 0L1 0L1 1L2 1V0ZM2 4V3H3V2L0 2L0 3H1V4H0L0 5H1L1 4L2 4ZM2 4V5H3V4H2ZM5 1V0L6 0V1L7 1V2L6 2V3L5 3V2L4 2V1L5 1Z", fill: color }) }));
7
7
  };
8
- export default User__plus;
8
+ export default User_plus;
@@ -0,0 +1,7 @@
1
+ import React from "react";
2
+ type IconProps = {
3
+ color?: string;
4
+ size?: number | string;
5
+ };
6
+ declare const Vehicle_pickup_truck: React.FC<IconProps>;
7
+ export default Vehicle_pickup_truck;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const Vehicle_pickup_truck = ({ 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 5H1V4H2V5ZM6 5H5V4H6V5ZM5 1H4V2H5V1H6V2H7V4H6V3H5V4H2V3H1V4H0V2H3V0H5V1Z", fill: color }) }));
7
+ };
8
+ export default Vehicle_pickup_truck;
package/dist/index.d.ts CHANGED
@@ -1,27 +1,25 @@
1
- export { default as GPS_my_location } from './GPS_my_location';
2
- export { default as GPS_pin } from './GPS_pin';
3
- export { default as RAM } from './RAM';
4
- export { default as RSS_feed } from './RSS_feed';
1
+ export { default as Azure } from './Azure';
5
2
  export { default as Align_center } from './Align_center';
6
3
  export { default as Align_justify } from './Align_justify';
7
4
  export { default as Align_left } from './Align_left';
8
5
  export { default as Align_right } from './Align_right';
9
6
  export { default as Analytics } from './Analytics';
10
- export { default as Anchor } from './Anchor';
11
- export { default as ArrowDown } from './ArrowDown';
12
- export { default as ArrowLeft } from './ArrowLeft';
13
- export { default as ArrowRight } from './ArrowRight';
14
- export { default as ArrowUp } from './ArrowUp';
7
+ export { default as Array } from './Array';
15
8
  export { default as Arrow_down_left } from './Arrow_down_left';
16
9
  export { default as Arrow_down_right } from './Arrow_down_right';
17
10
  export { default as Arrow_left_down } from './Arrow_left_down';
18
11
  export { default as Arrow_left_up } from './Arrow_left_up';
19
12
  export { default as Arrow_right_down } from './Arrow_right_down';
20
13
  export { default as Arrow_right_up } from './Arrow_right_up';
14
+ export { default as ArrowDown } from './ArrowDown';
15
+ export { default as ArrowLeft } from './ArrowLeft';
16
+ export { default as ArrowRight } from './ArrowRight';
17
+ export { default as ArrowUp } from './ArrowUp';
21
18
  export { default as Bar_code } from './Bar_code';
22
19
  export { default as Battery } from './Battery';
23
20
  export { default as Bell } from './Bell';
24
21
  export { default as Book } from './Book';
22
+ export { default as Bool } from './Bool';
25
23
  export { default as Boost } from './Boost';
26
24
  export { default as Card } from './Card';
27
25
  export { default as Check } from './Check';
@@ -35,17 +33,19 @@ export { default as Cloud } from './Cloud';
35
33
  export { default as Code } from './Code';
36
34
  export { default as Coffee } from './Coffee';
37
35
  export { default as Coins } from './Coins';
36
+ export { default as Comment_chat_message } from './Comment_chat_message';
38
37
  export { default as Component } from './Component';
39
38
  export { default as Compose } from './Compose';
40
39
  export { default as Copy } from './Copy';
41
40
  export { default as Core } from './Core';
42
- export { default as Coverage } from './Coverage';
43
41
  export { default as Coverage_index } from './Coverage_index';
42
+ export { default as Coverage } from './Coverage';
44
43
  export { default as Cpu } from './Cpu';
45
44
  export { default as Crop } from './Crop';
46
45
  export { default as Crystal_ball } from './Crystal_ball';
47
46
  export { default as Csharp } from './Csharp';
48
47
  export { default as Delete } from './Delete';
48
+ export { default as Discord } from './Discord';
49
49
  export { default as Discovery } from './Discovery';
50
50
  export { default as Diving_mask } from './Diving_mask';
51
51
  export { default as Document_fields } from './Document_fields';
@@ -54,6 +54,7 @@ export { default as Download } from './Download';
54
54
  export { default as Drop_empty } from './Drop_empty';
55
55
  export { default as Drop_full } from './Drop_full';
56
56
  export { default as Drop_half } from './Drop_half';
57
+ export { default as Dropdown } from './Dropdown';
57
58
  export { default as Duplicate } from './Duplicate';
58
59
  export { default as Dynamic_json_field } from './Dynamic_json_field';
59
60
  export { default as ECommerce } from './ECommerce';
@@ -65,7 +66,6 @@ export { default as Fast_forward } from './Fast_forward';
65
66
  export { default as Field } from './Field';
66
67
  export { default as Fields } from './Fields';
67
68
  export { default as Filter } from './Filter';
68
- export { default as Filter_alt } from './Filter_alt';
69
69
  export { default as Flag } from './Flag';
70
70
  export { default as Flower } from './Flower';
71
71
  export { default as Folder } from './Folder';
@@ -75,21 +75,26 @@ export { default as Git_branch } from './Git_branch';
75
75
  export { default as Git_commit } from './Git_commit';
76
76
  export { default as Git_merge } from './Git_merge';
77
77
  export { default as Git_pull_request } from './Git_pull_request';
78
+ export { default as Github } from './Github';
78
79
  export { default as Glass } from './Glass';
79
80
  export { default as Glasses } from './Glasses';
81
+ export { default as Gps_my_location } from './Gps_my_location';
82
+ export { default as Gps_pin } from './Gps_pin';
80
83
  export { default as Graph } from './Graph';
81
- export { default as Greater } from './Greater';
82
84
  export { default as Greater_or_equal } from './Greater_or_equal';
85
+ export { default as Greater } from './Greater';
83
86
  export { default as Headphones } from './Headphones';
84
87
  export { default as Heart } from './Heart';
85
88
  export { default as Home } from './Home';
86
89
  export { default as Hour_glass } from './Hour_glass';
90
+ export { default as Indent_left } from './Indent_left';
91
+ export { default as Indent_right } from './Indent_right';
87
92
  export { default as Indx } from './Indx';
88
93
  export { default as Instance } from './Instance';
89
94
  export { default as Internet_browser } from './Internet_browser';
90
- export { default as Json } from './Json';
91
95
  export { default as Json_query } from './Json_query';
92
96
  export { default as Json_result } from './Json_result';
97
+ export { default as Json } from './Json';
93
98
  export { default as Key } from './Key';
94
99
  export { default as Lab_experiment } from './Lab_experiment';
95
100
  export { default as Layout_align_bottom } from './Layout_align_bottom';
@@ -107,7 +112,6 @@ export { default as Loop } from './Loop';
107
112
  export { default as Mail } from './Mail';
108
113
  export { default as Maximize } from './Maximize';
109
114
  export { default as Menu } from './Menu';
110
- export { default as Message } from './Message';
111
115
  export { default as Microphone } from './Microphone';
112
116
  export { default as Minimize } from './Minimize';
113
117
  export { default as Minus } from './Minus';
@@ -115,7 +119,10 @@ export { default as Money } from './Money';
115
119
  export { default as Nested_object } from './Nested_object';
116
120
  export { default as Next } from './Next';
117
121
  export { default as Nodes } from './Nodes';
122
+ export { default as Npm } from './Npm';
118
123
  export { default as Nuget } from './Nuget';
124
+ export { default as Number } from './Number';
125
+ export { default as Object } from './Object';
119
126
  export { default as Options_menu } from './Options_menu';
120
127
  export { default as Panel_add } from './Panel_add';
121
128
  export { default as Panel_delete } from './Panel_delete';
@@ -132,24 +139,28 @@ export { default as Point_up } from './Point_up';
132
139
  export { default as Power } from './Power';
133
140
  export { default as Prev } from './Prev';
134
141
  export { default as Puzzle_piece } from './Puzzle_piece';
142
+ export { default as Ram } from './Ram';
135
143
  export { default as Recorder } from './Recorder';
136
144
  export { default as Refresh } from './Refresh';
145
+ export { default as Rss_feed } from './Rss_feed';
137
146
  export { default as Save } from './Save';
138
- export { default as Search } from './Search';
139
147
  export { default as Search_query } from './Search_query';
148
+ export { default as Search } from './Search';
140
149
  export { default as Shield } from './Shield';
150
+ export { default as Slack } from './Slack';
141
151
  export { default as Sliders_horizontal } from './Sliders_horizontal';
142
152
  export { default as Sliders_vertical } from './Sliders_vertical';
143
- export { default as Smaller } from './Smaller';
144
153
  export { default as Smaller_or_equal } from './Smaller_or_equal';
154
+ export { default as Smaller } from './Smaller';
145
155
  export { default as Sort_ascending } from './Sort_ascending';
146
156
  export { default as Sort_descending } from './Sort_descending';
147
157
  export { default as Spark } from './Spark';
148
158
  export { default as Special_characters } from './Special_characters';
149
- export { default as Spectrum } from './Spectrum';
150
159
  export { default as Spectrum_flat } from './Spectrum_flat';
160
+ export { default as Spectrum } from './Spectrum';
151
161
  export { default as Speedometer } from './Speedometer';
152
162
  export { default as Status } from './Status';
163
+ export { default as String } from './String';
153
164
  export { default as Support } from './Support';
154
165
  export { default as Tag } from './Tag';
155
166
  export { default as Terminal } from './Terminal';
@@ -158,9 +169,8 @@ export { default as Tool_box } from './Tool_box';
158
169
  export { default as Typing } from './Typing';
159
170
  export { default as Typo_or_bug } from './Typo_or_bug';
160
171
  export { default as Update } from './Update';
161
- export { default as User } from './User';
162
- export { default as User__check } from './User__check';
163
- export { default as User__plus } from './User__plus';
172
+ export { default as User_check } from './User_check';
173
+ export { default as User_plus } from './User_plus';
164
174
  export { default as User_alias } from './User_alias';
165
175
  export { default as User_bookmark } from './User_bookmark';
166
176
  export { default as User_group } from './User_group';
@@ -169,6 +179,7 @@ export { default as User_minus } from './User_minus';
169
179
  export { default as User_privacy } from './User_privacy';
170
180
  export { default as User_text } from './User_text';
171
181
  export { default as User_x } from './User_x';
182
+ export { default as User } from './User';
172
183
  export { default as Users } from './Users';
173
184
  export { default as Vehicle_4x4 } from './Vehicle_4x4';
174
185
  export { default as Vehicle_caravan_trailer } from './Vehicle_caravan_trailer';
@@ -177,24 +188,25 @@ export { default as Vehicle_coupe } from './Vehicle_coupe';
177
188
  export { default as Vehicle_dat_boi } from './Vehicle_dat_boi';
178
189
  export { default as Vehicle_expedition_trailer } from './Vehicle_expedition_trailer';
179
190
  export { default as Vehicle_motorcycle } from './Vehicle_motorcycle';
191
+ export { default as Vehicle_pickup_truck } from './Vehicle_pickup_truck';
180
192
  export { default as Vehicle_postal_van } from './Vehicle_postal_van';
181
193
  export { default as Vehicle_semi_trailer } from './Vehicle_semi_trailer';
182
194
  export { default as Vehicle_sports_car } from './Vehicle_sports_car';
183
195
  export { default as Vehicle_station_wagon } from './Vehicle_station_wagon';
184
- export { default as Vehicle_trailer } from './Vehicle_trailer';
185
196
  export { default as Vehicle_trailer_long } from './Vehicle_trailer_long';
197
+ export { default as Vehicle_trailer } from './Vehicle_trailer';
186
198
  export { default as Vehicle_truck } from './Vehicle_truck';
187
199
  export { default as Vehicle_van } from './Vehicle_van';
188
- export { default as Virtual_reality_headset } from './Virtual_reality_headset';
200
+ export { default as Virtual_reality_vr_headset } from './Virtual_reality_vr_headset';
189
201
  export { default as Volume_high } from './Volume_high';
190
202
  export { default as Volume_low } from './Volume_low';
191
203
  export { default as Volume_medium } from './Volume_medium';
192
204
  export { default as Volume_mute } from './Volume_mute';
193
205
  export { default as Warning } from './Warning';
194
- export { default as Weight } from './Weight';
195
206
  export { default as Weight_high } from './Weight_high';
196
207
  export { default as Weight_low } from './Weight_low';
197
208
  export { default as Weight_medium } from './Weight_medium';
209
+ export { default as Weight } from './Weight';
198
210
  export { default as WiFi } from './WiFi';
199
211
  export { default as X_or_error } from './X_or_error';
200
212
  export { default as Zap } from './Zap';
package/dist/index.js CHANGED
@@ -1,27 +1,25 @@
1
- export { default as GPS_my_location } from './GPS_my_location';
2
- export { default as GPS_pin } from './GPS_pin';
3
- export { default as RAM } from './RAM';
4
- export { default as RSS_feed } from './RSS_feed';
1
+ export { default as Azure } from './Azure';
5
2
  export { default as Align_center } from './Align_center';
6
3
  export { default as Align_justify } from './Align_justify';
7
4
  export { default as Align_left } from './Align_left';
8
5
  export { default as Align_right } from './Align_right';
9
6
  export { default as Analytics } from './Analytics';
10
- export { default as Anchor } from './Anchor';
11
- export { default as ArrowDown } from './ArrowDown';
12
- export { default as ArrowLeft } from './ArrowLeft';
13
- export { default as ArrowRight } from './ArrowRight';
14
- export { default as ArrowUp } from './ArrowUp';
7
+ export { default as Array } from './Array';
15
8
  export { default as Arrow_down_left } from './Arrow_down_left';
16
9
  export { default as Arrow_down_right } from './Arrow_down_right';
17
10
  export { default as Arrow_left_down } from './Arrow_left_down';
18
11
  export { default as Arrow_left_up } from './Arrow_left_up';
19
12
  export { default as Arrow_right_down } from './Arrow_right_down';
20
13
  export { default as Arrow_right_up } from './Arrow_right_up';
14
+ export { default as ArrowDown } from './ArrowDown';
15
+ export { default as ArrowLeft } from './ArrowLeft';
16
+ export { default as ArrowRight } from './ArrowRight';
17
+ export { default as ArrowUp } from './ArrowUp';
21
18
  export { default as Bar_code } from './Bar_code';
22
19
  export { default as Battery } from './Battery';
23
20
  export { default as Bell } from './Bell';
24
21
  export { default as Book } from './Book';
22
+ export { default as Bool } from './Bool';
25
23
  export { default as Boost } from './Boost';
26
24
  export { default as Card } from './Card';
27
25
  export { default as Check } from './Check';
@@ -35,17 +33,19 @@ export { default as Cloud } from './Cloud';
35
33
  export { default as Code } from './Code';
36
34
  export { default as Coffee } from './Coffee';
37
35
  export { default as Coins } from './Coins';
36
+ export { default as Comment_chat_message } from './Comment_chat_message';
38
37
  export { default as Component } from './Component';
39
38
  export { default as Compose } from './Compose';
40
39
  export { default as Copy } from './Copy';
41
40
  export { default as Core } from './Core';
42
- export { default as Coverage } from './Coverage';
43
41
  export { default as Coverage_index } from './Coverage_index';
42
+ export { default as Coverage } from './Coverage';
44
43
  export { default as Cpu } from './Cpu';
45
44
  export { default as Crop } from './Crop';
46
45
  export { default as Crystal_ball } from './Crystal_ball';
47
46
  export { default as Csharp } from './Csharp';
48
47
  export { default as Delete } from './Delete';
48
+ export { default as Discord } from './Discord';
49
49
  export { default as Discovery } from './Discovery';
50
50
  export { default as Diving_mask } from './Diving_mask';
51
51
  export { default as Document_fields } from './Document_fields';
@@ -54,6 +54,7 @@ export { default as Download } from './Download';
54
54
  export { default as Drop_empty } from './Drop_empty';
55
55
  export { default as Drop_full } from './Drop_full';
56
56
  export { default as Drop_half } from './Drop_half';
57
+ export { default as Dropdown } from './Dropdown';
57
58
  export { default as Duplicate } from './Duplicate';
58
59
  export { default as Dynamic_json_field } from './Dynamic_json_field';
59
60
  export { default as ECommerce } from './ECommerce';
@@ -65,7 +66,6 @@ export { default as Fast_forward } from './Fast_forward';
65
66
  export { default as Field } from './Field';
66
67
  export { default as Fields } from './Fields';
67
68
  export { default as Filter } from './Filter';
68
- export { default as Filter_alt } from './Filter_alt';
69
69
  export { default as Flag } from './Flag';
70
70
  export { default as Flower } from './Flower';
71
71
  export { default as Folder } from './Folder';
@@ -75,21 +75,26 @@ export { default as Git_branch } from './Git_branch';
75
75
  export { default as Git_commit } from './Git_commit';
76
76
  export { default as Git_merge } from './Git_merge';
77
77
  export { default as Git_pull_request } from './Git_pull_request';
78
+ export { default as Github } from './Github';
78
79
  export { default as Glass } from './Glass';
79
80
  export { default as Glasses } from './Glasses';
81
+ export { default as Gps_my_location } from './Gps_my_location';
82
+ export { default as Gps_pin } from './Gps_pin';
80
83
  export { default as Graph } from './Graph';
81
- export { default as Greater } from './Greater';
82
84
  export { default as Greater_or_equal } from './Greater_or_equal';
85
+ export { default as Greater } from './Greater';
83
86
  export { default as Headphones } from './Headphones';
84
87
  export { default as Heart } from './Heart';
85
88
  export { default as Home } from './Home';
86
89
  export { default as Hour_glass } from './Hour_glass';
90
+ export { default as Indent_left } from './Indent_left';
91
+ export { default as Indent_right } from './Indent_right';
87
92
  export { default as Indx } from './Indx';
88
93
  export { default as Instance } from './Instance';
89
94
  export { default as Internet_browser } from './Internet_browser';
90
- export { default as Json } from './Json';
91
95
  export { default as Json_query } from './Json_query';
92
96
  export { default as Json_result } from './Json_result';
97
+ export { default as Json } from './Json';
93
98
  export { default as Key } from './Key';
94
99
  export { default as Lab_experiment } from './Lab_experiment';
95
100
  export { default as Layout_align_bottom } from './Layout_align_bottom';
@@ -107,7 +112,6 @@ export { default as Loop } from './Loop';
107
112
  export { default as Mail } from './Mail';
108
113
  export { default as Maximize } from './Maximize';
109
114
  export { default as Menu } from './Menu';
110
- export { default as Message } from './Message';
111
115
  export { default as Microphone } from './Microphone';
112
116
  export { default as Minimize } from './Minimize';
113
117
  export { default as Minus } from './Minus';
@@ -115,7 +119,10 @@ export { default as Money } from './Money';
115
119
  export { default as Nested_object } from './Nested_object';
116
120
  export { default as Next } from './Next';
117
121
  export { default as Nodes } from './Nodes';
122
+ export { default as Npm } from './Npm';
118
123
  export { default as Nuget } from './Nuget';
124
+ export { default as Number } from './Number';
125
+ export { default as Object } from './Object';
119
126
  export { default as Options_menu } from './Options_menu';
120
127
  export { default as Panel_add } from './Panel_add';
121
128
  export { default as Panel_delete } from './Panel_delete';
@@ -132,24 +139,28 @@ export { default as Point_up } from './Point_up';
132
139
  export { default as Power } from './Power';
133
140
  export { default as Prev } from './Prev';
134
141
  export { default as Puzzle_piece } from './Puzzle_piece';
142
+ export { default as Ram } from './Ram';
135
143
  export { default as Recorder } from './Recorder';
136
144
  export { default as Refresh } from './Refresh';
145
+ export { default as Rss_feed } from './Rss_feed';
137
146
  export { default as Save } from './Save';
138
- export { default as Search } from './Search';
139
147
  export { default as Search_query } from './Search_query';
148
+ export { default as Search } from './Search';
140
149
  export { default as Shield } from './Shield';
150
+ export { default as Slack } from './Slack';
141
151
  export { default as Sliders_horizontal } from './Sliders_horizontal';
142
152
  export { default as Sliders_vertical } from './Sliders_vertical';
143
- export { default as Smaller } from './Smaller';
144
153
  export { default as Smaller_or_equal } from './Smaller_or_equal';
154
+ export { default as Smaller } from './Smaller';
145
155
  export { default as Sort_ascending } from './Sort_ascending';
146
156
  export { default as Sort_descending } from './Sort_descending';
147
157
  export { default as Spark } from './Spark';
148
158
  export { default as Special_characters } from './Special_characters';
149
- export { default as Spectrum } from './Spectrum';
150
159
  export { default as Spectrum_flat } from './Spectrum_flat';
160
+ export { default as Spectrum } from './Spectrum';
151
161
  export { default as Speedometer } from './Speedometer';
152
162
  export { default as Status } from './Status';
163
+ export { default as String } from './String';
153
164
  export { default as Support } from './Support';
154
165
  export { default as Tag } from './Tag';
155
166
  export { default as Terminal } from './Terminal';
@@ -158,9 +169,8 @@ export { default as Tool_box } from './Tool_box';
158
169
  export { default as Typing } from './Typing';
159
170
  export { default as Typo_or_bug } from './Typo_or_bug';
160
171
  export { default as Update } from './Update';
161
- export { default as User } from './User';
162
- export { default as User__check } from './User__check';
163
- export { default as User__plus } from './User__plus';
172
+ export { default as User_check } from './User_check';
173
+ export { default as User_plus } from './User_plus';
164
174
  export { default as User_alias } from './User_alias';
165
175
  export { default as User_bookmark } from './User_bookmark';
166
176
  export { default as User_group } from './User_group';
@@ -169,6 +179,7 @@ export { default as User_minus } from './User_minus';
169
179
  export { default as User_privacy } from './User_privacy';
170
180
  export { default as User_text } from './User_text';
171
181
  export { default as User_x } from './User_x';
182
+ export { default as User } from './User';
172
183
  export { default as Users } from './Users';
173
184
  export { default as Vehicle_4x4 } from './Vehicle_4x4';
174
185
  export { default as Vehicle_caravan_trailer } from './Vehicle_caravan_trailer';
@@ -177,24 +188,25 @@ export { default as Vehicle_coupe } from './Vehicle_coupe';
177
188
  export { default as Vehicle_dat_boi } from './Vehicle_dat_boi';
178
189
  export { default as Vehicle_expedition_trailer } from './Vehicle_expedition_trailer';
179
190
  export { default as Vehicle_motorcycle } from './Vehicle_motorcycle';
191
+ export { default as Vehicle_pickup_truck } from './Vehicle_pickup_truck';
180
192
  export { default as Vehicle_postal_van } from './Vehicle_postal_van';
181
193
  export { default as Vehicle_semi_trailer } from './Vehicle_semi_trailer';
182
194
  export { default as Vehicle_sports_car } from './Vehicle_sports_car';
183
195
  export { default as Vehicle_station_wagon } from './Vehicle_station_wagon';
184
- export { default as Vehicle_trailer } from './Vehicle_trailer';
185
196
  export { default as Vehicle_trailer_long } from './Vehicle_trailer_long';
197
+ export { default as Vehicle_trailer } from './Vehicle_trailer';
186
198
  export { default as Vehicle_truck } from './Vehicle_truck';
187
199
  export { default as Vehicle_van } from './Vehicle_van';
188
- export { default as Virtual_reality_headset } from './Virtual_reality_headset';
200
+ export { default as Virtual_reality_vr_headset } from './Virtual_reality_vr_headset';
189
201
  export { default as Volume_high } from './Volume_high';
190
202
  export { default as Volume_low } from './Volume_low';
191
203
  export { default as Volume_medium } from './Volume_medium';
192
204
  export { default as Volume_mute } from './Volume_mute';
193
205
  export { default as Warning } from './Warning';
194
- export { default as Weight } from './Weight';
195
206
  export { default as Weight_high } from './Weight_high';
196
207
  export { default as Weight_low } from './Weight_low';
197
208
  export { default as Weight_medium } from './Weight_medium';
209
+ export { default as Weight } from './Weight';
198
210
  export { default as WiFi } from './WiFi';
199
211
  export { default as X_or_error } from './X_or_error';
200
212
  export { default as Zap } from './Zap';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indxsearch/pixl",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "7x5 pixel React icons by Indx Search.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- type IconProps = {
3
- color?: string;
4
- size?: number | string;
5
- };
6
- declare const Virtual_reality_headset: React.FC<IconProps>;
7
- export default Virtual_reality_headset;