@homecode/ui 4.18.47 → 4.18.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/src/components/Icon/icons/camera.svg.js +17 -0
- package/dist/esm/src/components/Icon/icons/image.svg.js +17 -0
- package/dist/esm/src/components/Icon/icons/index.js +3 -0
- package/dist/esm/src/components/Icon/icons/search.svg.js +17 -0
- package/dist/esm/types/src/components/Icon/icons/index.d.ts +3 -0
- package/package.json +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
var SvgCamera = function SvgCamera(props) {
|
|
5
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
viewBox: "0 0 24 24"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M11.302 8.467h9.468q-.799-2.042-2.44-3.506-1.643-1.465-3.773-2.057Zm-2.723 2.367 4.735-8.167q-.326-.059-.651-.088-.326-.03-.651-.03-1.953 0-3.64.74-1.686.74-2.988 1.982zm-5.74 3.55h6.45L4.555 6.218q-.947 1.213-1.48 2.678-.532 1.465-.532 3.122 0 .621.074 1.198t.222 1.169m6.628 6.747 3.196-5.563h-9.41q.8 2.042 2.442 3.507 1.642 1.464 3.772 2.056m2.545.355q1.953 0 3.64-.74 1.686-.74 2.988-1.982l-3.196-5.563-4.734 8.167q.325.059.636.089.31.03.666.03m7.456-3.669q.947-1.213 1.48-2.678.532-1.464.532-3.121 0-.622-.074-1.199-.073-.577-.221-1.168h-6.45zm-7.456 6.036q-2.426 0-4.586-.932t-3.773-2.544-2.545-3.773-.932-4.586q0-2.456.932-4.601t2.545-3.758 3.773-2.545 4.586-.932q2.456 0 4.601.932t3.758 2.545 2.545 3.758.932 4.6q0 2.427-.932 4.587-.933 2.16-2.545 3.773-1.613 1.612-3.758 2.544t-4.601.932",
|
|
11
|
+
style: {
|
|
12
|
+
strokeWidth: 0.999999
|
|
13
|
+
}
|
|
14
|
+
}));
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export { SvgCamera as default };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
var SvgImage = function SvgImage(props) {
|
|
5
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
viewBox: "0 0 24 24"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M2.845 23.77q-1.078 0-1.845-.768-.768-.768-.768-1.846V2.865q0-1.078.768-1.846.767-.767 1.845-.767h18.292q1.078 0 1.845.767.768.768.768 1.846v18.291q0 1.078-.768 1.846-.767.767-1.845.767zm0-2.614h18.292V2.865H2.845Zm1.307-2.613H19.83l-4.9-6.533-3.919 5.227-2.94-3.92zm-1.307 2.613V2.865Z",
|
|
11
|
+
style: {
|
|
12
|
+
strokeWidth: 1
|
|
13
|
+
}
|
|
14
|
+
}));
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export { SvgImage as default };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
var ICONS = {
|
|
2
2
|
avatar: () => import('./avatar.svg.js'),
|
|
3
3
|
brokenImage: () => import('./brokenImage.svg.js'),
|
|
4
|
+
camera: () => import('./camera.svg.js'),
|
|
4
5
|
check: () => import('./check.svg.js'),
|
|
5
6
|
close: () => import('./close.svg.js'),
|
|
6
7
|
colors: () => import('./colors.svg.js'),
|
|
@@ -25,6 +26,7 @@ var ICONS = {
|
|
|
25
26
|
geolocation: () => import('./geolocation.svg.js'),
|
|
26
27
|
group: () => import('./group.svg.js'),
|
|
27
28
|
history: () => import('./history.svg.js'),
|
|
29
|
+
image: () => import('./image.svg.js'),
|
|
28
30
|
instagram: () => import('./instagram.svg.js'),
|
|
29
31
|
home: () => import('./home.svg.js'),
|
|
30
32
|
link: () => import('./link.svg.js'),
|
|
@@ -43,6 +45,7 @@ var ICONS = {
|
|
|
43
45
|
requiredStar: () => import('./requiredStar.svg.js'),
|
|
44
46
|
rewind: () => import('./rewind.svg.js'),
|
|
45
47
|
save: () => import('./save.svg.js'),
|
|
48
|
+
search: () => import('./search.svg.js'),
|
|
46
49
|
send: () => import('./send.svg.js'),
|
|
47
50
|
settings: () => import('./settings.svg.js'),
|
|
48
51
|
shoppingBag: () => import('./shoppingBag.svg.js'),
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
var SvgSearch = function SvgSearch(props) {
|
|
5
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
viewBox: "0 -960 24 24"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "m21.91-936.235-8.225-8.225q-.98.783-2.252 1.24-1.273.457-2.71.457-3.557 0-6.02-2.464-2.465-2.464-2.465-6.021t2.464-6.022 6.022-2.464q3.557 0 6.021 2.464t2.465 6.022q0 1.436-.457 2.708t-1.24 2.252l8.224 8.225zm-13.186-9.139q2.448 0 4.161-1.713 1.714-1.714 1.714-4.161 0-2.448-1.714-4.162t-4.161-1.713-4.162 1.713-1.713 4.162 1.713 4.16 4.162 1.714",
|
|
11
|
+
style: {
|
|
12
|
+
strokeWidth: 1
|
|
13
|
+
}
|
|
14
|
+
}));
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export { SvgSearch as default };
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
avatar: () => Promise<any>;
|
|
3
3
|
brokenImage: () => Promise<any>;
|
|
4
|
+
camera: () => Promise<any>;
|
|
4
5
|
check: () => Promise<any>;
|
|
5
6
|
close: () => Promise<any>;
|
|
6
7
|
colors: () => Promise<any>;
|
|
@@ -25,6 +26,7 @@ declare const _default: {
|
|
|
25
26
|
geolocation: () => Promise<any>;
|
|
26
27
|
group: () => Promise<any>;
|
|
27
28
|
history: () => Promise<any>;
|
|
29
|
+
image: () => Promise<any>;
|
|
28
30
|
instagram: () => Promise<any>;
|
|
29
31
|
home: () => Promise<any>;
|
|
30
32
|
link: () => Promise<any>;
|
|
@@ -43,6 +45,7 @@ declare const _default: {
|
|
|
43
45
|
requiredStar: () => Promise<any>;
|
|
44
46
|
rewind: () => Promise<any>;
|
|
45
47
|
save: () => Promise<any>;
|
|
48
|
+
search: () => Promise<any>;
|
|
46
49
|
send: () => Promise<any>;
|
|
47
50
|
settings: () => Promise<any>;
|
|
48
51
|
shoppingBag: () => Promise<any>;
|