@livechat/design-system-icons 2.36.9 → 2.37.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.
@@ -1 +1 @@
1
- "use strict";const s=require("react/jsx-runtime"),e=t=>s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...t,children:s.jsx("path",{fill:"currentcolor",d:"M17.158 21.4h-2.246V3h2.246zM12.101 18.495h-1.82c-1.937 0-2.848-1.085-2.848-2.867v-5.074H6v-2.13h1.433V5.672h2.654v2.75h2.15v2.13h-2.15v4.881c0 .66.252.93.949.93H12.1z"})});module.exports=e;
1
+ "use strict";const s=require("react/jsx-runtime"),e=t=>s.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...t,children:s.jsx("path",{fill:"currentcolor",d:"M3 2.943h2.948a6.17 6.17 0 0 0 6.178 6.174H21v3.51H5.729a6.477 6.477 0 0 0 6.46 5.86c2.884 0 5.268-1.755 6.208-4.575H21v7.145H3z"})});module.exports=e;
@@ -1,20 +1,20 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- const v = (h) => /* @__PURE__ */ o(
2
+ const r = (t) => /* @__PURE__ */ o(
3
3
  "svg",
4
4
  {
5
5
  xmlns: "http://www.w3.org/2000/svg",
6
6
  fill: "none",
7
7
  viewBox: "0 0 24 24",
8
- ...h,
8
+ ...t,
9
9
  children: /* @__PURE__ */ o(
10
10
  "path",
11
11
  {
12
12
  fill: "currentcolor",
13
- d: "M17.158 21.4h-2.246V3h2.246zM12.101 18.495h-1.82c-1.937 0-2.848-1.085-2.848-2.867v-5.074H6v-2.13h1.433V5.672h2.654v2.75h2.15v2.13h-2.15v4.881c0 .66.252.93.949.93H12.1z"
13
+ d: "M3 2.943h2.948a6.17 6.17 0 0 0 6.178 6.174H21v3.51H5.729a6.477 6.477 0 0 0 6.46 5.86c2.884 0 5.268-1.755 6.208-4.575H21v7.145H3z"
14
14
  }
15
15
  )
16
16
  }
17
17
  );
18
18
  export {
19
- v as default
19
+ r as default
20
20
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livechat/design-system-icons",
3
- "version": "2.36.9",
3
+ "version": "2.37.1",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "@svgr/cli": "^8.1.0",
22
22
  "glob": "^13.0.0",
23
23
  "typescript": "^5.4.5",
24
- "vite": "^7.3.1",
24
+ "vite": "^7.3.2",
25
25
  "vite-plugin-dts": "^4.5.4"
26
26
  },
27
27
  "exports": {