@indxsearch/pixl 1.1.0 → 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.
@@ -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;
@@ -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;
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 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/index.d.ts CHANGED
@@ -1,4 +1,3 @@
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';
@@ -17,9 +16,13 @@ export { default as ArrowDown } from './ArrowDown';
17
16
  export { default as ArrowLeft } from './ArrowLeft';
18
17
  export { default as ArrowRight } from './ArrowRight';
19
18
  export { default as ArrowUp } from './ArrowUp';
19
+ export { default as Azure } from './Azure';
20
20
  export { default as Bar_code } from './Bar_code';
21
21
  export { default as Battery } from './Battery';
22
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';
23
26
  export { default as Book } from './Book';
24
27
  export { default as Bool } from './Bool';
25
28
  export { default as Boost } from './Boost';
@@ -96,6 +99,7 @@ export { default as Heart } from './Heart';
96
99
  export { default as Hibernate } from './Hibernate';
97
100
  export { default as Home } from './Home';
98
101
  export { default as Hour_glass } from './Hour_glass';
102
+ export { default as Hufsa } from './Hufsa';
99
103
  export { default as Indent_left } from './Indent_left';
100
104
  export { default as Indent_right } from './Indent_right';
101
105
  export { default as Indx } from './Indx';
@@ -120,6 +124,7 @@ export { default as Logout } from './Logout';
120
124
  export { default as Loop } from './Loop';
121
125
  export { default as Mail } from './Mail';
122
126
  export { default as Maximize } from './Maximize';
127
+ export { default as Meh } from './Meh';
123
128
  export { default as Menu } from './Menu';
124
129
  export { default as Microphone } from './Microphone';
125
130
  export { default as Minimize } from './Minimize';
@@ -132,6 +137,7 @@ export { default as Npm } from './Npm';
132
137
  export { default as Nuget } from './Nuget';
133
138
  export { default as Number } from './Number';
134
139
  export { default as Object } from './Object';
140
+ export { default as Open_smile } from './Open_smile';
135
141
  export { default as Options_menu } from './Options_menu';
136
142
  export { default as Panel_add } from './Panel_add';
137
143
  export { default as Panel_delete } from './Panel_delete';
@@ -154,6 +160,7 @@ export { default as Ram } from './Ram';
154
160
  export { default as Recorder } from './Recorder';
155
161
  export { default as Refresh } from './Refresh';
156
162
  export { default as Rss_feed } from './Rss_feed';
163
+ export { default as Sad } from './Sad';
157
164
  export { default as Save } from './Save';
158
165
  export { default as Search_as_you_type } from './Search_as_you_type';
159
166
  export { default as Search_query } from './Search_query';
@@ -165,6 +172,7 @@ export { default as Sliders_horizontal } from './Sliders_horizontal';
165
172
  export { default as Sliders_vertical } from './Sliders_vertical';
166
173
  export { default as Smaller_or_equal } from './Smaller_or_equal';
167
174
  export { default as Smaller } from './Smaller';
175
+ export { default as Smile } from './Smile';
168
176
  export { default as Sort_ascending } from './Sort_ascending';
169
177
  export { default as Sort_descending } from './Sort_descending';
170
178
  export { default as Spark } from './Spark';
package/dist/index.js CHANGED
@@ -1,4 +1,3 @@
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';
@@ -17,9 +16,13 @@ export { default as ArrowDown } from './ArrowDown';
17
16
  export { default as ArrowLeft } from './ArrowLeft';
18
17
  export { default as ArrowRight } from './ArrowRight';
19
18
  export { default as ArrowUp } from './ArrowUp';
19
+ export { default as Azure } from './Azure';
20
20
  export { default as Bar_code } from './Bar_code';
21
21
  export { default as Battery } from './Battery';
22
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';
23
26
  export { default as Book } from './Book';
24
27
  export { default as Bool } from './Bool';
25
28
  export { default as Boost } from './Boost';
@@ -96,6 +99,7 @@ export { default as Heart } from './Heart';
96
99
  export { default as Hibernate } from './Hibernate';
97
100
  export { default as Home } from './Home';
98
101
  export { default as Hour_glass } from './Hour_glass';
102
+ export { default as Hufsa } from './Hufsa';
99
103
  export { default as Indent_left } from './Indent_left';
100
104
  export { default as Indent_right } from './Indent_right';
101
105
  export { default as Indx } from './Indx';
@@ -120,6 +124,7 @@ export { default as Logout } from './Logout';
120
124
  export { default as Loop } from './Loop';
121
125
  export { default as Mail } from './Mail';
122
126
  export { default as Maximize } from './Maximize';
127
+ export { default as Meh } from './Meh';
123
128
  export { default as Menu } from './Menu';
124
129
  export { default as Microphone } from './Microphone';
125
130
  export { default as Minimize } from './Minimize';
@@ -132,6 +137,7 @@ export { default as Npm } from './Npm';
132
137
  export { default as Nuget } from './Nuget';
133
138
  export { default as Number } from './Number';
134
139
  export { default as Object } from './Object';
140
+ export { default as Open_smile } from './Open_smile';
135
141
  export { default as Options_menu } from './Options_menu';
136
142
  export { default as Panel_add } from './Panel_add';
137
143
  export { default as Panel_delete } from './Panel_delete';
@@ -154,6 +160,7 @@ export { default as Ram } from './Ram';
154
160
  export { default as Recorder } from './Recorder';
155
161
  export { default as Refresh } from './Refresh';
156
162
  export { default as Rss_feed } from './Rss_feed';
163
+ export { default as Sad } from './Sad';
157
164
  export { default as Save } from './Save';
158
165
  export { default as Search_as_you_type } from './Search_as_you_type';
159
166
  export { default as Search_query } from './Search_query';
@@ -165,6 +172,7 @@ export { default as Sliders_horizontal } from './Sliders_horizontal';
165
172
  export { default as Sliders_vertical } from './Sliders_vertical';
166
173
  export { default as Smaller_or_equal } from './Smaller_or_equal';
167
174
  export { default as Smaller } from './Smaller';
175
+ export { default as Smile } from './Smile';
168
176
  export { default as Sort_ascending } from './Sort_ascending';
169
177
  export { default as Sort_descending } from './Sort_descending';
170
178
  export { default as Spark } from './Spark';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indxsearch/pixl",
3
- "version": "1.1.0",
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",