@livechat/design-system-icons 1.23.1 → 1.24.2

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 l=require("react/jsx-runtime"),s=e=>l.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[l.jsx("g",{fill:"currentcolor",clipPath:"url(#delete-filled_svg__a)",children:l.jsx("path",{d:"M20 6a1 1 0 0 1 .117 1.993L20 8h-.081L19 19a3 3 0 0 1-2.824 2.995L16 22H8c-1.598 0-2.904-1.249-2.992-2.75l-.005-.167L4.08 8H4a1 1 0 0 1-.117-1.993L4 6zM14 2a2 2 0 0 1 2 2 1 1 0 0 1-1.993.117L14 4h-4l-.007.117A1 1 0 0 1 8 4a2 2 0 0 1 1.85-1.995L10 2z"})}),l.jsx("defs",{children:l.jsx("clipPath",{id:"delete-filled_svg__a",children:l.jsx("path",{fill:"#fff",d:"M0 0h24v24H0z"})})})]});module.exports=s;
1
+ "use strict";const e=require("react/jsx-runtime"),s=l=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...l,children:e.jsx("path",{fill:"currentcolor",d:"M20 6a1 1 0 0 1 .117 1.993L20 8h-.081L19 19a3 3 0 0 1-2.824 2.995L16 22H8c-1.598 0-2.904-1.249-2.992-2.75l-.005-.167L4.08 8H4a1 1 0 0 1-.117-1.993L4 6zM14 2a2 2 0 0 1 2 2 1 1 0 0 1-1.993.117L14 4h-4l-.007.117A1 1 0 0 1 8 4a2 2 0 0 1 1.85-1.995L10 2z"})});module.exports=s;
@@ -1,15 +1,18 @@
1
- import { jsxs as i, jsx as l } from "react/jsx-runtime";
2
- const t = (e) => /* @__PURE__ */ i(
1
+ import { jsx as l } from "react/jsx-runtime";
2
+ const t = (e) => /* @__PURE__ */ l(
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
8
  ...e,
9
- children: [
10
- /* @__PURE__ */ l("g", { fill: "currentcolor", clipPath: "url(#delete-filled_svg__a)", children: /* @__PURE__ */ l("path", { d: "M20 6a1 1 0 0 1 .117 1.993L20 8h-.081L19 19a3 3 0 0 1-2.824 2.995L16 22H8c-1.598 0-2.904-1.249-2.992-2.75l-.005-.167L4.08 8H4a1 1 0 0 1-.117-1.993L4 6zM14 2a2 2 0 0 1 2 2 1 1 0 0 1-1.993.117L14 4h-4l-.007.117A1 1 0 0 1 8 4a2 2 0 0 1 1.85-1.995L10 2z" }) }),
11
- /* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "delete-filled_svg__a", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
12
- ]
9
+ children: /* @__PURE__ */ l(
10
+ "path",
11
+ {
12
+ fill: "currentcolor",
13
+ d: "M20 6a1 1 0 0 1 .117 1.993L20 8h-.081L19 19a3 3 0 0 1-2.824 2.995L16 22H8c-1.598 0-2.904-1.249-2.992-2.75l-.005-.167L4.08 8H4a1 1 0 0 1-.117-1.993L4 6zM14 2a2 2 0 0 1 2 2 1 1 0 0 1-1.993.117L14 4h-4l-.007.117A1 1 0 0 1 8 4a2 2 0 0 1 1.85-1.995L10 2z"
14
+ }
15
+ )
13
16
  }
14
17
  );
15
18
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livechat/design-system-icons",
3
- "version": "1.23.1",
3
+ "version": "1.24.2",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -36,5 +36,5 @@
36
36
  "types": "./dist/*.d.ts"
37
37
  }
38
38
  },
39
- "gitHead": "7acab5de8362bf91188e4730bb6cf2e9b05631a4"
39
+ "gitHead": "6db4624a44ac3c7882f9f0622ee6a611cef41050"
40
40
  }