magick-icons 0.1.70 → 0.1.71

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/index.js CHANGED
@@ -1150,6 +1150,7 @@ __export(index_exports, {
1150
1150
  WalletRemove1: () => WalletRemove1,
1151
1151
  WalletSearch1: () => WalletSearch1,
1152
1152
  WalletSearch11: () => WalletSearch11,
1153
+ Wand: () => Wand,
1153
1154
  Wifi1: () => Wifi1,
1154
1155
  Wifi11: () => Wifi11,
1155
1156
  WifiSquare1: () => WifiSquare1,
@@ -15846,53 +15847,70 @@ var WalletSearch11 = import_react1120.default.forwardRef(
15846
15847
  );
15847
15848
  WalletSearch11.displayName = "WalletSearch11";
15848
15849
 
15849
- // dist/icons/Wifi1.tsx
15850
+ // dist/icons/Wand.tsx
15850
15851
  var import_react1121 = __toESM(require("react"));
15851
15852
  var import_jsx_runtime1121 = require("react/jsx-runtime");
15852
- var Wifi1 = import_react1121.default.forwardRef(
15853
+ var Wand = import_react1121.default.forwardRef(
15853
15854
  ({ size, ...props }, ref) => {
15854
- return /* @__PURE__ */ (0, import_jsx_runtime1121.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
15855
- /* @__PURE__ */ (0, import_jsx_runtime1121.jsx)("path", { fill: "#1e293b", d: "M19.09 12.59c-.16 0-.32-.05-.46-.16-4.03-3.11-9.24-3.11-13.27 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05 4.59-3.55 10.52-3.55 15.1 0 .33.25.39.72.13 1.05-.13.19-.35.29-.58.29" }),
15856
- /* @__PURE__ */ (0, import_jsx_runtime1121.jsx)("path", { fill: "#1e293b", d: "M22 9.11c-.16 0-.32-.05-.46-.16-5.8-4.48-13.29-4.48-19.08 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05 6.35-4.91 14.56-4.91 20.92 0 .33.25.39.72.13 1.05-.14.19-.37.29-.59.29M17.21 16.24c-.16 0-.32-.05-.46-.16-2.88-2.23-6.61-2.23-9.5 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05 3.44-2.66 7.89-2.66 11.33 0 .33.25.39.72.13 1.05a.72.72 0 0 1-.58.29M14.6 19.9c-.16 0-.32-.05-.46-.16-1.3-1.01-2.99-1.01-4.29 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05 1.86-1.44 4.26-1.44 6.12 0 .33.25.39.72.13 1.05a.72.72 0 0 1-.58.29" })
15855
+ return /* @__PURE__ */ (0, import_jsx_runtime1121.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "20", height: "20", fill: "none", viewBox: "0 0 20 20", ...props, children: [
15856
+ /* @__PURE__ */ (0, import_jsx_runtime1121.jsx)("path", { fill: "url(#a)", d: "M9.558 9.557a.625.625 0 1 1 .884.884l-7.5 7.5a.625.625 0 1 1-.884-.883zm2.317 3.776v-1.667a.625.625 0 1 1 1.25 0v1.667a.625.625 0 0 1-1.25 0m2.516-3.942a.626.626 0 0 1 .837-.044l.047.044 1 1 .043.047a.625.625 0 0 1-.88.88l-.047-.043-1-1-.043-.048a.626.626 0 0 1 .043-.836M8.333 6.874a.625.625 0 0 1 0 1.25H6.667a.625.625 0 1 1 0-1.25zm4.175 0a.625.625 0 1 1 0 1.25H12.5a.625.625 0 1 1 0-1.25zm5.825 0a.625.625 0 1 1 0 1.25h-1.666a.625.625 0 1 1 0-1.25zm-9.608-3.15a.625.625 0 0 1 .836-.043l.048.043 1 1 .043.047a.625.625 0 0 1-.88.88l-.047-.043-1-1-.043-.047a.625.625 0 0 1 .043-.837m6.666 0a.625.625 0 1 1 .884.884l-1 1a.625.625 0 0 1-.884-.884zm-3.516-.391V1.666a.625.625 0 1 1 1.25 0v1.667a.625.625 0 0 1-1.25 0" }),
15857
+ /* @__PURE__ */ (0, import_jsx_runtime1121.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime1121.jsxs)("linearGradient", { id: "a", x1: "1.875", x2: "18.958", y1: "9.583", y2: "9.583", gradientUnits: "userSpaceOnUse", children: [
15858
+ /* @__PURE__ */ (0, import_jsx_runtime1121.jsx)("stop", { "stop-color": "#a855f7" }),
15859
+ /* @__PURE__ */ (0, import_jsx_runtime1121.jsx)("stop", { offset: ".5", "stop-color": "#818cf8" }),
15860
+ /* @__PURE__ */ (0, import_jsx_runtime1121.jsx)("stop", { offset: "1", "stop-color": "#7dd3fc" })
15861
+ ] }) })
15857
15862
  ] });
15858
15863
  }
15859
15864
  );
15860
- Wifi1.displayName = "Wifi1";
15865
+ Wand.displayName = "Wand";
15861
15866
 
15862
- // dist/icons/Wifi11.tsx
15867
+ // dist/icons/Wifi1.tsx
15863
15868
  var import_react1122 = __toESM(require("react"));
15864
15869
  var import_jsx_runtime1122 = require("react/jsx-runtime");
15865
- var Wifi11 = import_react1122.default.forwardRef(
15870
+ var Wifi1 = import_react1122.default.forwardRef(
15866
15871
  ({ size, ...props }, ref) => {
15867
15872
  return /* @__PURE__ */ (0, import_jsx_runtime1122.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
15868
- /* @__PURE__ */ (0, import_jsx_runtime1122.jsx)("path", { fill: "#1e293b", d: "M12.98 14.99v.04c-.02.54-.46.97-.99.97h-.01a.99.99 0 0 1-.98-.99c0-.28.11-.53.31-.71.19-.19.47-.28.71-.28.53.02.96.45.96.97M16 10.86c-.16 0-.32-.05-.46-.16-2.09-1.61-5-1.61-7.09 0a.749.749 0 1 1-.91-1.19 7.294 7.294 0 0 1 8.92 0c.33.25.39.72.14 1.05-.15.19-.37.29-.59.29z" }),
15869
- /* @__PURE__ */ (0, import_jsx_runtime1122.jsx)("path", { fill: "#1e293b", d: "M14.33 13.3c-.16 0-.32-.05-.46-.16a3.076 3.076 0 0 0-3.75 0 .749.749 0 1 1-.91-1.19 4.56 4.56 0 0 1 5.58 0c.33.25.39.72.14 1.05-.15.19-.37.29-.59.29z" }),
15870
- /* @__PURE__ */ (0, import_jsx_runtime1122.jsx)("path", { fill: "#1e293b", d: "M12 22.75c-.24 0-.48-.03-.71-.09-5.19-1.43-8.96-6.28-8.96-11.54V6.73c0-1.14.82-2.35 1.86-2.75l5.56-2.29a6 6 0 0 1 4.49 0l5.58 2.29c.99.38 1.78 1.51 1.84 2.62 0 .04.01.09.01.13v4.39c0 5.24-3.76 10.09-8.95 11.53-.23.06-.47.09-.71.09zm0-20c-.57 0-1.14.11-1.68.33l-5.57 2.3c-.48.18-.92.84-.92 1.36v4.39c0 4.59 3.3 8.83 7.85 10.09.2.05.43.05.63 0 4.47-1.24 7.85-5.58 7.85-10.09V6.72c0-.52-.44-1.17-.9-1.35l-5.59-2.3c-.53-.22-1.1-.33-1.68-.33z" })
15873
+ /* @__PURE__ */ (0, import_jsx_runtime1122.jsx)("path", { fill: "#1e293b", d: "M19.09 12.59c-.16 0-.32-.05-.46-.16-4.03-3.11-9.24-3.11-13.27 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05 4.59-3.55 10.52-3.55 15.1 0 .33.25.39.72.13 1.05-.13.19-.35.29-.58.29" }),
15874
+ /* @__PURE__ */ (0, import_jsx_runtime1122.jsx)("path", { fill: "#1e293b", d: "M22 9.11c-.16 0-.32-.05-.46-.16-5.8-4.48-13.29-4.48-19.08 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05 6.35-4.91 14.56-4.91 20.92 0 .33.25.39.72.13 1.05-.14.19-.37.29-.59.29M17.21 16.24c-.16 0-.32-.05-.46-.16-2.88-2.23-6.61-2.23-9.5 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05 3.44-2.66 7.89-2.66 11.33 0 .33.25.39.72.13 1.05a.72.72 0 0 1-.58.29M14.6 19.9c-.16 0-.32-.05-.46-.16-1.3-1.01-2.99-1.01-4.29 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05 1.86-1.44 4.26-1.44 6.12 0 .33.25.39.72.13 1.05a.72.72 0 0 1-.58.29" })
15871
15875
  ] });
15872
15876
  }
15873
15877
  );
15874
- Wifi11.displayName = "Wifi11";
15878
+ Wifi1.displayName = "Wifi1";
15875
15879
 
15876
- // dist/icons/WifiSquare1.tsx
15880
+ // dist/icons/Wifi11.tsx
15877
15881
  var import_react1123 = __toESM(require("react"));
15878
15882
  var import_jsx_runtime1123 = require("react/jsx-runtime");
15879
- var WifiSquare1 = import_react1123.default.forwardRef(
15883
+ var Wifi11 = import_react1123.default.forwardRef(
15880
15884
  ({ size, ...props }, ref) => {
15881
15885
  return /* @__PURE__ */ (0, import_jsx_runtime1123.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
15882
- /* @__PURE__ */ (0, import_jsx_runtime1123.jsx)("path", { fill: "#1e293b", d: "M18 10.71c-.16 0-.32-.05-.46-.16-3.37-2.6-7.72-2.6-11.08 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05 3.92-3.03 8.99-3.03 12.92 0 .33.25.39.72.13 1.05-.14.19-.37.29-.59.29" }),
15883
- /* @__PURE__ */ (0, import_jsx_runtime1123.jsx)("path", { fill: "#1e293b", d: "M16.4 13.8c-.16 0-.32-.05-.46-.16-2.4-1.85-5.49-1.85-7.89 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05 2.95-2.28 6.77-2.28 9.72 0 .33.25.39.72.13 1.05-.13.19-.35.29-.58.29M14.2 16.89c-.16 0-.32-.05-.46-.16-1.06-.82-2.43-.82-3.49 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05a4.296 4.296 0 0 1 5.32 0c.33.25.39.72.13 1.05-.13.19-.35.29-.58.29" }),
15884
- /* @__PURE__ */ (0, import_jsx_runtime1123.jsx)("path", { fill: "#1e293b", d: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75m-6-20C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25z" })
15886
+ /* @__PURE__ */ (0, import_jsx_runtime1123.jsx)("path", { fill: "#1e293b", d: "M12.98 14.99v.04c-.02.54-.46.97-.99.97h-.01a.99.99 0 0 1-.98-.99c0-.28.11-.53.31-.71.19-.19.47-.28.71-.28.53.02.96.45.96.97M16 10.86c-.16 0-.32-.05-.46-.16-2.09-1.61-5-1.61-7.09 0a.749.749 0 1 1-.91-1.19 7.294 7.294 0 0 1 8.92 0c.33.25.39.72.14 1.05-.15.19-.37.29-.59.29z" }),
15887
+ /* @__PURE__ */ (0, import_jsx_runtime1123.jsx)("path", { fill: "#1e293b", d: "M14.33 13.3c-.16 0-.32-.05-.46-.16a3.076 3.076 0 0 0-3.75 0 .749.749 0 1 1-.91-1.19 4.56 4.56 0 0 1 5.58 0c.33.25.39.72.14 1.05-.15.19-.37.29-.59.29z" }),
15888
+ /* @__PURE__ */ (0, import_jsx_runtime1123.jsx)("path", { fill: "#1e293b", d: "M12 22.75c-.24 0-.48-.03-.71-.09-5.19-1.43-8.96-6.28-8.96-11.54V6.73c0-1.14.82-2.35 1.86-2.75l5.56-2.29a6 6 0 0 1 4.49 0l5.58 2.29c.99.38 1.78 1.51 1.84 2.62 0 .04.01.09.01.13v4.39c0 5.24-3.76 10.09-8.95 11.53-.23.06-.47.09-.71.09zm0-20c-.57 0-1.14.11-1.68.33l-5.57 2.3c-.48.18-.92.84-.92 1.36v4.39c0 4.59 3.3 8.83 7.85 10.09.2.05.43.05.63 0 4.47-1.24 7.85-5.58 7.85-10.09V6.72c0-.52-.44-1.17-.9-1.35l-5.59-2.3c-.53-.22-1.1-.33-1.68-.33z" })
15885
15889
  ] });
15886
15890
  }
15887
15891
  );
15888
- WifiSquare1.displayName = "WifiSquare1";
15892
+ Wifi11.displayName = "Wifi11";
15889
15893
 
15890
- // dist/icons/X.tsx
15894
+ // dist/icons/WifiSquare1.tsx
15891
15895
  var import_react1124 = __toESM(require("react"));
15892
15896
  var import_jsx_runtime1124 = require("react/jsx-runtime");
15893
- var X = import_react1124.default.forwardRef(
15897
+ var WifiSquare1 = import_react1124.default.forwardRef(
15898
+ ({ size, ...props }, ref) => {
15899
+ return /* @__PURE__ */ (0, import_jsx_runtime1124.jsxs)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: [
15900
+ /* @__PURE__ */ (0, import_jsx_runtime1124.jsx)("path", { fill: "#1e293b", d: "M18 10.71c-.16 0-.32-.05-.46-.16-3.37-2.6-7.72-2.6-11.08 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05 3.92-3.03 8.99-3.03 12.92 0 .33.25.39.72.13 1.05-.14.19-.37.29-.59.29" }),
15901
+ /* @__PURE__ */ (0, import_jsx_runtime1124.jsx)("path", { fill: "#1e293b", d: "M16.4 13.8c-.16 0-.32-.05-.46-.16-2.4-1.85-5.49-1.85-7.89 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05 2.95-2.28 6.77-2.28 9.72 0 .33.25.39.72.13 1.05-.13.19-.35.29-.58.29M14.2 16.89c-.16 0-.32-.05-.46-.16-1.06-.82-2.43-.82-3.49 0-.33.25-.8.19-1.05-.13-.25-.33-.19-.8.13-1.05a4.296 4.296 0 0 1 5.32 0c.33.25.39.72.13 1.05-.13.19-.35.29-.58.29" }),
15902
+ /* @__PURE__ */ (0, import_jsx_runtime1124.jsx)("path", { fill: "#1e293b", d: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75m-6-20C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25z" })
15903
+ ] });
15904
+ }
15905
+ );
15906
+ WifiSquare1.displayName = "WifiSquare1";
15907
+
15908
+ // dist/icons/X.tsx
15909
+ var import_react1125 = __toESM(require("react"));
15910
+ var import_jsx_runtime1125 = require("react/jsx-runtime");
15911
+ var X = import_react1125.default.forwardRef(
15894
15912
  ({ size, ...props }, ref) => {
15895
- return /* @__PURE__ */ (0, import_jsx_runtime1124.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime1124.jsx)("path", { fill: "#1e293b", d: "M17.47 5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L12 13.06l-5.47 5.47a.75.75 0 1 1-1.06-1.06L10.94 12 5.47 6.53l-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L12 10.94z" }) });
15913
+ return /* @__PURE__ */ (0, import_jsx_runtime1125.jsx)("svg", { ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime1125.jsx)("path", { fill: "#1e293b", d: "M17.47 5.47a.75.75 0 1 1 1.06 1.06L13.06 12l5.47 5.47.052.056a.75.75 0 0 1-1.056 1.056l-.056-.052L12 13.06l-5.47 5.47a.75.75 0 1 1-1.06-1.06L10.94 12 5.47 6.53l-.052-.056a.75.75 0 0 1 1.056-1.056l.056.052L12 10.94z" }) });
15896
15914
  }
15897
15915
  );
15898
15916
  X.displayName = "X";
@@ -17018,6 +17036,7 @@ X.displayName = "X";
17018
17036
  WalletRemove1,
17019
17037
  WalletSearch1,
17020
17038
  WalletSearch11,
17039
+ Wand,
17021
17040
  Wifi1,
17022
17041
  Wifi11,
17023
17042
  WifiSquare1,