@livechat/design-system-icons 1.0.0-alpha.18 → 1.0.0-alpha.19

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,13 +3,13 @@ import { SVGProps } from 'react';
3
3
 
4
4
  const SvgLockBlack = (props: SVGProps<SVGSVGElement>) => (
5
5
  <svg
6
- viewBox="0 0 24 24"
6
+ viewBox="0 0 16 16"
7
7
  fill="none"
8
8
  xmlns="http://www.w3.org/2000/svg"
9
9
  {...props}
10
10
  >
11
11
  <path
12
- d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2Zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2ZM9 8V6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9Z"
12
+ d="M12 5.333h-.667v-.666a3.335 3.335 0 0 0-6.666 0v.667H4c-.733 0-1.333.6-1.333 1.333V12c0 .733.6 1.334 1.333 1.334h8c.733 0 1.333-.6 1.333-1.334V6.667c0-.733-.6-1.333-1.333-1.333Zm-4 5.334c-.733 0-1.333-.6-1.333-1.333C6.667 8.6 7.267 8 8 8s1.333.6 1.333 1.334c0 .733-.6 1.333-1.333 1.333ZM6 5.334v-.667c0-1.107.893-2 2-2s2 .893 2 2v.667H6Z"
13
13
  fill="currentcolor"
14
14
  />
15
15
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livechat/design-system-icons",
3
- "version": "1.0.0-alpha.18",
3
+ "version": "1.0.0-alpha.19",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -36,5 +36,5 @@
36
36
  "peerDependencies": {
37
37
  "react": ">= 16"
38
38
  },
39
- "gitHead": "5aedb25c77e4a40cb4cb1e57c921e5bb0048559e"
39
+ "gitHead": "272ccf054c1ae242b1ff8c743b3aa1436fbf50dc"
40
40
  }
@@ -12,12 +12,12 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
12
12
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
13
13
 
14
14
  const SvgLockBlack = props => /*#__PURE__*/React.createElement("svg", {
15
- viewBox: "0 0 24 24",
15
+ viewBox: "0 0 16 16",
16
16
  fill: "none",
17
17
  xmlns: "http://www.w3.org/2000/svg",
18
18
  ...props
19
19
  }, /*#__PURE__*/React.createElement("path", {
20
- d: "M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2Zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2ZM9 8V6c0-1.66 1.34-3 3-3s3 1.34 3 3v2H9Z",
20
+ d: "M12 5.333h-.667v-.666a3.335 3.335 0 0 0-6.666 0v.667H4c-.733 0-1.333.6-1.333 1.333V12c0 .733.6 1.334 1.333 1.334h8c.733 0 1.333-.6 1.333-1.334V6.667c0-.733-.6-1.333-1.333-1.333Zm-4 5.334c-.733 0-1.333-.6-1.333-1.333C6.667 8.6 7.267 8 8 8s1.333.6 1.333 1.334c0 .733-.6 1.333-1.333 1.333ZM6 5.334v-.667c0-1.107.893-2 2-2s2 .893 2 2v.667H6Z",
21
21
  fill: "currentcolor"
22
22
  }));
23
23
 
@@ -1,3 +1,3 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M18 8H17V6C17 3.24 14.76 1 12 1C9.24 1 7 3.24 7 6V8H6C4.9 8 4 8.9 4 10V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V10C20 8.9 19.1 8 18 8ZM12 17C10.9 17 10 16.1 10 15C10 13.9 10.9 13 12 13C13.1 13 14 13.9 14 15C14 16.1 13.1 17 12 17ZM9 8V6C9 4.34 10.34 3 12 3C13.66 3 15 4.34 15 6V8H9Z" fill="#424D57"/>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.0001 5.3335H11.3334V4.66683C11.3334 2.82683 9.84008 1.3335 8.00008 1.3335C6.16008 1.3335 4.66675 2.82683 4.66675 4.66683V5.3335H4.00008C3.26675 5.3335 2.66675 5.9335 2.66675 6.66683V12.0002C2.66675 12.7335 3.26675 13.3335 4.00008 13.3335H12.0001C12.7334 13.3335 13.3334 12.7335 13.3334 12.0002V6.66683C13.3334 5.9335 12.7334 5.3335 12.0001 5.3335ZM8.00008 10.6668C7.26675 10.6668 6.66675 10.0668 6.66675 9.3335C6.66675 8.60016 7.26675 8.00016 8.00008 8.00016C8.73341 8.00016 9.33341 8.60016 9.33341 9.3335C9.33341 10.0668 8.73341 10.6668 8.00008 10.6668ZM6.00008 5.3335V4.66683C6.00008 3.56016 6.89341 2.66683 8.00008 2.66683C9.10675 2.66683 10.0001 3.56016 10.0001 4.66683V5.3335H6.00008Z" fill="#424D57"/>
3
3
  </svg>