huspy-icons 0.3.14 → 0.3.15
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 +7 -7
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +7 -7
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/react/Copy.tsx +13 -25
|
@@ -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?f76e280eec68f34c808a8ac45935d251") format("truetype"),
|
|
4
|
+
url(".//HuspyIcons.woff?f76e280eec68f34c808a8ac45935d251") format("woff"),
|
|
5
|
+
url(".//HuspyIcons.woff2?f76e280eec68f34c808a8ac45935d251") format("woff2"),
|
|
6
|
+
url(".//HuspyIcons.eot?f76e280eec68f34c808a8ac45935d251#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
|
@@ -1897,29 +1897,29 @@ var init_Copy = __esm({
|
|
|
1897
1897
|
{
|
|
1898
1898
|
width: sizeValue,
|
|
1899
1899
|
height: sizeValue,
|
|
1900
|
-
viewBox: "0 0
|
|
1900
|
+
viewBox: "0 0 24 24",
|
|
1901
1901
|
fill: "none",
|
|
1902
1902
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1903
1903
|
...props
|
|
1904
1904
|
},
|
|
1905
|
-
/* @__PURE__ */ React37.createElement(
|
|
1905
|
+
/* @__PURE__ */ React37.createElement(
|
|
1906
1906
|
"path",
|
|
1907
1907
|
{
|
|
1908
1908
|
fillRule: "evenodd",
|
|
1909
1909
|
clipRule: "evenodd",
|
|
1910
|
-
d: "
|
|
1910
|
+
d: "M10 9C9.44772 9 9 9.44772 9 10V20C9 20.5523 9.44772 21 10 21H20C20.5523 21 21 20.5523 21 20V10C21 9.44772 20.5523 9 20 9H10ZM7 10C7 8.34315 8.34315 7 10 7H20C21.6569 7 23 8.34315 23 10V20C23 21.6569 21.6569 23 20 23H10C8.34315 23 7 21.6569 7 20V10Z",
|
|
1911
1911
|
fill: "currentColor"
|
|
1912
1912
|
}
|
|
1913
|
-
),
|
|
1913
|
+
),
|
|
1914
|
+
/* @__PURE__ */ React37.createElement(
|
|
1914
1915
|
"path",
|
|
1915
1916
|
{
|
|
1916
1917
|
fillRule: "evenodd",
|
|
1917
1918
|
clipRule: "evenodd",
|
|
1918
|
-
d: "
|
|
1919
|
+
d: "M4 3C3.45228 3 3 3.45228 3 4V14C3 14.5477 3.45228 15 4 15C4.55228 15 5 15.4477 5 16C5 16.5523 4.55228 17 4 17C2.34772 17 1 15.6523 1 14V4C1 2.34772 2.34772 1 4 1H14C15.6523 1 17 2.34772 17 4C17 4.55228 16.5523 5 16 5C15.4477 5 15 4.55228 15 4C15 3.45228 14.5477 3 14 3H4Z",
|
|
1919
1920
|
fill: "currentColor"
|
|
1920
1921
|
}
|
|
1921
|
-
)
|
|
1922
|
-
/* @__PURE__ */ React37.createElement("defs", null, /* @__PURE__ */ React37.createElement("clipPath", { id: "clip0_1580_20413" }, /* @__PURE__ */ React37.createElement("rect", { width: 16, height: 16, fill: "currentColor" })), /* @__PURE__ */ React37.createElement("clipPath", { id: "clip1_1580_20413" }, /* @__PURE__ */ React37.createElement("rect", { width: 16, height: 16, fill: "currentColor" })))
|
|
1922
|
+
)
|
|
1923
1923
|
);
|
|
1924
1924
|
};
|
|
1925
1925
|
Copy_default = SvgCopy;
|