@homecode/ui 4.18.46 → 4.18.48

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.
@@ -0,0 +1,17 @@
1
+ import * as React from 'react';
2
+
3
+ var _path, _path2;
4
+ 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); }
5
+ var SvgGeolocation = function SvgGeolocation(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 24 24",
8
+ xmlns: "http://www.w3.org/2000/svg",
9
+ fill: "currentColor"
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
+ d: "M12 17c2.8 0 5-2.3 5-5 0-2.8-2.3-5-5-5-2.8 0-5 2.3-5 5 0 2.8 2.2 5 5 5z"
12
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
13
+ d: "M4.2 12.7c.3 3.8 3.3 6.8 7.1 7.1v2.9h1.4v-2.9c3.8-.3 6.8-3.3 7.1-7.1h2.9v-1.4h-2.9c-.3-3.8-3.3-6.8-7.1-7.1v-3h-1.4v2.9c-3.8.3-6.8 3.3-7.1 7.1h-3v1.4zM12 5.5c3.6 0 6.5 2.9 6.5 6.5s-2.9 6.5-6.5 6.5-6.5-2.9-6.5-6.5S8.4 5.5 12 5.5z"
14
+ })));
15
+ };
16
+
17
+ export { SvgGeolocation as default };
@@ -22,6 +22,7 @@ var ICONS = {
22
22
  fullscreenExit: () => import('./fullscreenExit.svg.js'),
23
23
  function: () => import('./function.svg.js'),
24
24
  gear: () => import('./gear.svg.js'),
25
+ geolocation: () => import('./geolocation.svg.js'),
25
26
  group: () => import('./group.svg.js'),
26
27
  history: () => import('./history.svg.js'),
27
28
  instagram: () => import('./instagram.svg.js'),
@@ -42,6 +43,7 @@ var ICONS = {
42
43
  requiredStar: () => import('./requiredStar.svg.js'),
43
44
  rewind: () => import('./rewind.svg.js'),
44
45
  save: () => import('./save.svg.js'),
46
+ search: () => import('./search.svg.js'),
45
47
  send: () => import('./send.svg.js'),
46
48
  settings: () => import('./settings.svg.js'),
47
49
  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 };
@@ -22,6 +22,7 @@ declare const _default: {
22
22
  fullscreenExit: () => Promise<any>;
23
23
  function: () => Promise<any>;
24
24
  gear: () => Promise<any>;
25
+ geolocation: () => Promise<any>;
25
26
  group: () => Promise<any>;
26
27
  history: () => Promise<any>;
27
28
  instagram: () => Promise<any>;
@@ -42,6 +43,7 @@ declare const _default: {
42
43
  requiredStar: () => Promise<any>;
43
44
  rewind: () => Promise<any>;
44
45
  save: () => Promise<any>;
46
+ search: () => Promise<any>;
45
47
  send: () => Promise<any>;
46
48
  settings: () => Promise<any>;
47
49
  shoppingBag: () => Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homecode/ui",
3
- "version": "4.18.46",
3
+ "version": "4.18.48",
4
4
  "description": "React UI components library",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",