huspy-icons 0.3.36 → 0.3.37
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/dist/fonts/HuspyIcons.css +4 -4
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.ttf +0 -0
- package/dist/fonts/HuspyIcons.woff +0 -0
- package/dist/fonts/HuspyIcons.woff2 +0 -0
- package/dist/react/index.js +10 -30
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +10 -30
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/react/Handshake.tsx +4 -16
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "HuspyIcons";
|
|
3
|
-
src: url(".//HuspyIcons.ttf?
|
|
4
|
-
url(".//HuspyIcons.woff?
|
|
5
|
-
url(".//HuspyIcons.woff2?
|
|
6
|
-
url(".//HuspyIcons.eot?
|
|
3
|
+
src: url(".//HuspyIcons.ttf?470b2e29af15da7245da2df618c446c6") format("truetype"),
|
|
4
|
+
url(".//HuspyIcons.woff?470b2e29af15da7245da2df618c446c6") format("woff"),
|
|
5
|
+
url(".//HuspyIcons.woff2?470b2e29af15da7245da2df618c446c6") format("woff2"),
|
|
6
|
+
url(".//HuspyIcons.eot?470b2e29af15da7245da2df618c446c6#iefix") format("embedded-opentype");
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.icon:before {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/react/index.js
CHANGED
|
@@ -4506,36 +4506,16 @@ var init_Handshake = __esm({
|
|
|
4506
4506
|
init_types();
|
|
4507
4507
|
SvgHandshake = ({ size = 16, ...props }) => {
|
|
4508
4508
|
const sizeValue = resolveSize(size);
|
|
4509
|
-
return /* @__PURE__ */ React78.createElement(
|
|
4510
|
-
"
|
|
4511
|
-
{
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
/* @__PURE__ */ React78.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ React78.createElement(
|
|
4520
|
-
"path",
|
|
4521
|
-
{
|
|
4522
|
-
fillRule: "evenodd",
|
|
4523
|
-
clipRule: "evenodd",
|
|
4524
|
-
d: "m10.363 6.618-.414-.353a2.37 2.37 0 0 0-1.439-.489c-.308 0-.614.061-.9.18L2.467 8.085M-1 6.05h2.311c.611-.026 1.128.463 1.156 1.095v7.67c-.028.632-.545 1.122-1.156 1.096H-1m26 0h-2.311c-.611.026-1.128-.464-1.156-1.096v-7.67c.028-.632.545-1.121 1.156-1.095H25",
|
|
4525
|
-
fill: "currentColor"
|
|
4526
|
-
}
|
|
4527
|
-
), /* @__PURE__ */ React78.createElement(
|
|
4528
|
-
"path",
|
|
4529
|
-
{
|
|
4530
|
-
d: "m21.58 15.122-5.963 1.179m-.825-8.186-4.008 1.37a1.315 1.315 0 0 1-1.623-.73c-.307-.68-.036-1.49.611-1.829l3.882-2.019a2.63 2.63 0 0 1 2.15-.129l5.747 2.174m-19.16 8.18h2.826l4.058 4.705a1.52 1.52 0 0 0 1.714.455A1.6 1.6 0 0 0 12 18.79v-.735m0 0 .202.084a1.86 1.86 0 0 0 1.783-.199c.526-.368.841-.981.841-1.638M12 18.054l-1.13-1.168m3.957-.585h.565a1.69 1.69 0 0 0 1.516-.97 1.8 1.8 0 0 0-.16-1.837l-3.627-4.807m1.705 7.614-1.696-1.755m-2.767-7.928-.414-.353a2.37 2.37 0 0 0-1.439-.489c-.308 0-.614.061-.9.18L2.467 8.085M-1 6.05h2.311c.611-.026 1.128.463 1.156 1.095v7.67c-.028.632-.545 1.122-1.156 1.096H-1m26 0h-2.311c-.611.026-1.128-.464-1.156-1.096v-7.67c.028-.632.545-1.121 1.156-1.095H25",
|
|
4531
|
-
stroke: "currentColor",
|
|
4532
|
-
strokeWidth: 1.704,
|
|
4533
|
-
strokeLinecap: "round",
|
|
4534
|
-
strokeLinejoin: "round"
|
|
4535
|
-
}
|
|
4536
|
-
)),
|
|
4537
|
-
/* @__PURE__ */ React78.createElement("defs", null, /* @__PURE__ */ React78.createElement("clipPath", { id: "a" }, /* @__PURE__ */ React78.createElement("path", { fill: "currentColor", d: "M0 0h24v24H0z" })))
|
|
4538
|
-
);
|
|
4509
|
+
return /* @__PURE__ */ React78.createElement("svg", { width: sizeValue, height: sizeValue, viewBox: "0 0 20 20", fill: "none", ...props }, /* @__PURE__ */ React78.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ React78.createElement(
|
|
4510
|
+
"path",
|
|
4511
|
+
{
|
|
4512
|
+
d: "m17.982 12.602-4.969.982m-.687-6.821-3.34 1.141a1.096 1.096 0 0 1-1.353-.608 1.18 1.18 0 0 1 .51-1.524l3.234-1.683a2.2 2.2 0 0 1 1.792-.107l4.79 1.812M1.991 12.61h2.355l3.382 3.92c.352.423.922.575 1.428.38s.842-.694.842-1.252v-.613m0 0 .169.07a1.55 1.55 0 0 0 1.486-.165c.438-.307.7-.819.7-1.366M10 15.045l-.941-.974m3.297-.487h.47a1.41 1.41 0 0 0 1.264-.808 1.5 1.5 0 0 0-.133-1.53l-3.023-4.007m1.422 6.345-1.414-1.462M8.635 5.515 8.29 5.22a1.98 1.98 0 0 0-1.199-.408c-.257 0-.512.051-.75.15L2.055 6.738M-.834 5.042h1.926c.509-.022.94.385.963.912v6.392c-.024.527-.454.935-.963.913H-.834m21.667 0h-1.926c-.51.022-.94-.386-.963-.913V5.954c.023-.527.454-.934.963-.912h1.926",
|
|
4513
|
+
stroke: "#b2b2b2",
|
|
4514
|
+
strokeWidth: 1.704,
|
|
4515
|
+
strokeLinecap: "round",
|
|
4516
|
+
strokeLinejoin: "round"
|
|
4517
|
+
}
|
|
4518
|
+
)), /* @__PURE__ */ React78.createElement("defs", null, /* @__PURE__ */ React78.createElement("clipPath", { id: "a" }, /* @__PURE__ */ React78.createElement("path", { fill: "currentColor", d: "M0 0h20v20H0z" }))));
|
|
4539
4519
|
};
|
|
4540
4520
|
Handshake_default = SvgHandshake;
|
|
4541
4521
|
}
|