@nutui/icons-react-taro 3.0.0-beta.1 → 3.0.0-beta.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.
- package/dist/es/icons/ArrowRadius.js +10 -0
- package/dist/es/icons/IconFontConfig.js +1 -0
- package/dist/es/icons/SvgConfig.js +1 -1
- package/dist/es/index.es.js +1 -0
- package/dist/iconfont.svg +1 -0
- package/dist/lib/index.umd.js +9 -9
- package/dist/style_iconfont.css +1 -1
- package/dist/types/icons-react-taro.mjs +471 -467
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import a from "react";
|
|
2
|
+
import { d as o, I as r, a as t } from "./IconHarmonyTemplate-141502a8.mjs";
|
|
3
|
+
import "./internal.js";
|
|
4
|
+
const n = (m) => {
|
|
5
|
+
const e = { ...o, ...m };
|
|
6
|
+
return /* @__PURE__ */ a.createElement(a.Fragment, null, process.env.TARO_ENV !== "jdharmony_cpp" ? /* @__PURE__ */ a.createElement(r, { ...e, name: e.name || "ArrowRadius", svg64: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA4IDQiPjxwYXRoIGZpbGw9IiMxYTFhMWEiIGQ9Ik0zLjI1My4zMzZhMSAxIDAgMCAxIDEuNDk0IDBMOCA0SDB6Ii8+PC9zdmc+" }) : /* @__PURE__ */ a.createElement(t, { ...e, name: e.name || "ArrowRadius", svgSrc: "https://storage.360buyimg.com/imgtools/ed006c9bb2-af283f60-c1d5-11ef-aefd-632f5b402233.svg" }));
|
|
7
|
+
};
|
|
8
|
+
export {
|
|
9
|
+
n as default
|
|
10
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const e = ["AddToCart", "AddToHome", "Add", "ArrowDotLeft", "ArrowDownSize6", "ArrowDownSmall", "ArrowDown", "ArrowLeftSmall", "ArrowLeft", "ArrowRightSize6", "ArrowRightSmall", "ArrowRight", "ArrowTransfer", "ArrowUpSize6", "ArrowUpSmall", "ArrowUp", "Ask", "Backtop", "Cart", "Category", "CheckChecked", "CheckClose", "CheckDisabled", "CheckNormal", "Check", "Checked", "Clock", "Close", "Comment", "Coupon", "Del", "Dongdong", "Edit", "Eye", "Fabulous", "Failure", "Feedback", "Filter", "FollowAdd", "FollowAdded", "Footprint", "Health", "HeartFill", "Heart", "Hi", "Home", "ImageError", "Image", "Internation", "Jd", "Jingdou", "JoySmile", "Joy", "Link", "List", "Loading", "Loading1", "Location", "LogisticsError", "Mail", "Marshalling", "MaskClose", "Message", "Microphone", "Minus", "More", "NetworkError", "NoReceive", "Notice", "Order", "Phone", "Photograph", "PickedUp", "PlayCircleFill", "PlayDoubleBack", "PlayDoubleForward", "PlayStart", "PlayStop", "Plus", "Processing", "QrCode", "Received", "Refresh", "Refund", "Reload", "Retweet", "Save", "Scan", "Search", "Service", "Setting", "Share", "ShieldCheck", "StarFill", "Star", "Store", "Success", "Tips", "ToPay", "ToReceive", "Top", "Transit", "TriangleDown", "TriangleUp", "UserAdd", "User", "Video", "VolumeMax", "VolumeMute", "WaitReceive", "Wallet", "Warning", "Zoom"];
|
|
1
|
+
const e = ["AddToCart", "AddToHome", "Add", "ArrowDotLeft", "ArrowDownSize6", "ArrowDownSmall", "ArrowDown", "ArrowLeftSmall", "ArrowLeft", "ArrowRadius", "ArrowRightSize6", "ArrowRightSmall", "ArrowRight", "ArrowTransfer", "ArrowUpSize6", "ArrowUpSmall", "ArrowUp", "Ask", "Backtop", "Cart", "Category", "CheckChecked", "CheckClose", "CheckDisabled", "CheckNormal", "Check", "Checked", "Clock", "Close", "Comment", "Coupon", "Del", "Dongdong", "Edit", "Eye", "Fabulous", "Failure", "Feedback", "Filter", "FollowAdd", "FollowAdded", "Footprint", "Health", "HeartFill", "Heart", "Hi", "Home", "ImageError", "Image", "Internation", "Jd", "Jingdou", "JoySmile", "Joy", "Link", "List", "Loading", "Loading1", "Location", "LogisticsError", "Mail", "Marshalling", "MaskClose", "Message", "Microphone", "Minus", "More", "NetworkError", "NoReceive", "Notice", "Order", "Phone", "Photograph", "PickedUp", "PlayCircleFill", "PlayDoubleBack", "PlayDoubleForward", "PlayStart", "PlayStop", "Plus", "Processing", "QrCode", "Received", "Refresh", "Refund", "Reload", "Retweet", "Save", "Scan", "Search", "Service", "Setting", "Share", "ShieldCheck", "StarFill", "Star", "Store", "Success", "Tips", "ToPay", "ToReceive", "Top", "Transit", "TriangleDown", "TriangleUp", "UserAdd", "User", "Video", "VolumeMax", "VolumeMute", "WaitReceive", "Wallet", "Warning", "Zoom"];
|
|
2
2
|
export {
|
|
3
3
|
e as iconsConfig
|
|
4
4
|
};
|
package/dist/es/index.es.js
CHANGED
|
@@ -12,6 +12,7 @@ export { default as ArrowDownSmall } from "./icons/ArrowDownSmall.js";
|
|
|
12
12
|
export { default as ArrowDown } from "./icons/ArrowDown.js";
|
|
13
13
|
export { default as ArrowLeftSmall } from "./icons/ArrowLeftSmall.js";
|
|
14
14
|
export { default as ArrowLeft } from "./icons/ArrowLeft.js";
|
|
15
|
+
export { default as ArrowRadius } from "./icons/ArrowRadius.js";
|
|
15
16
|
export { default as ArrowRightSize6 } from "./icons/ArrowRightSize6.js";
|
|
16
17
|
export { default as ArrowRightSmall } from "./icons/ArrowRightSmall.js";
|
|
17
18
|
export { default as ArrowRight } from "./icons/ArrowRight.js";
|
package/dist/iconfont.svg
CHANGED
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
<glyph glyph-name="nut-icon-filter" unicode="" d="M135.04 746.67l293.76-358.83c12.37-15.15 19.2-34.35 19.2-54.19v-294.18l128-64v358.18c0 19.63 6.83 38.83 19.2 54.19l293.76 358.83h-753.92z m443.31-843.74l-170.67 85.34a42.67 42.67 0 0 0-23.68 38.18v307.2c0 4.91-1.71 9.6-4.91 13.66l-322.13 393.6c-22.83 27.95-2.99 69.76 33.07 69.76h843.94c36.05 0 55.89-41.81 33.07-69.76l-322.13-393.6c-3.2-3.84-4.91-8.53-4.91-13.66v-392.53c0-31.79-33.28-52.27-61.65-38.19z" horiz-adv-x="1024" vert-adv-y="1024" />
|
|
62
62
|
<glyph glyph-name="nut-icon-follow-added" unicode="" d="M512 799.96a306.6 306.6 0 0 1-40.58 37.12c-48.77 37.12-108.37 58.92-172.75 58.92-164.95 0-298.67-143.27-298.67-320 0-282.77 271.91-469.33 512-597.33 51.16 27.26 103.72 57.17 154.82 90.11l-46.32 46.38a2037.29 2037.29 0 0 0-108.5-63.75c-108.59 59.65-217.32 129.64-300.8 213.12-90.56 90.62-147.2 192.64-147.2 311.47 0 145.62 109.16 256 234.67 256 64.15 0 123.01-28.1 166.12-75.24l47.21-51.63 47.23 51.63c43.09 47.15 101.97 75.24 166.12 75.24 125.5 0 234.65-110.38 234.65-256a363.52 363.52 0 0 0-15.89-106.67l55.25-36.8a427.69 427.69 0 0 1 24.64 143.47c0 176.73-133.7 320-298.67 320-64.36 0-123.97-21.82-172.73-58.92a307.8 307.8 0 0 1-40.6-37.12z m504.49-490.07a10.67 10.67 0 0 1 0 15.08l-30.19 30.17a10.67 10.67 0 0 1-15.08 0l-204.8-204.95-116.27 116.39a10.67 10.67 0 0 1-15.08 0l-30.18-30.14a10.67 10.67 0 0 1 0-15.09l116.33-116.43h-0.03l45.23-45.25h0.04l45.25 45.23-0.02 0.02 204.8 204.97z" horiz-adv-x="1024" vert-adv-y="1024" />
|
|
63
63
|
<glyph glyph-name="nut-icon-arrow-transfer" unicode="" d="M267.95 193.01999999999998l137.21-123.73a25.6 25.6 0 0 0 1.88-36.18l-34.3-37.97a25.6 25.6 0 0 0-36.19-1.88l-214.27 193.79a25.6 25.6 0 0 0-8.45 19.03v63.74a25.6 25.6 0 0 0 25.6 25.6h773.72a25.6 25.6 0 0 0 25.6-25.6v-51.2a25.6 25.6 0 0 0-25.6-25.6h-645.2z m670.38 324.01a25.6 25.6 0 0 0-25.6-25.6h-773.64a25.6 25.6 0 0 0-25.6 25.6v51.2a25.6 25.6 0 0 0 25.6 25.6h645.12l-137.21 123.74a25.6 25.6 0 0 0-1.88 36.09l34.39 38.15a25.6 25.6 0 0 0 36.1 1.88l214.18-192.26a25.6 25.6 0 0 0 8.54-19.03v-65.37z" horiz-adv-x="1024" vert-adv-y="1024" />
|
|
64
|
+
<glyph glyph-name="nut-icon-arrow-radius" unicode="" d="M416.38 852.99a128 128 0 0 0 191.24 0l416.38-468.99h-1024l416.38 468.99z" horiz-adv-x="1024" vert-adv-y="1024" />
|
|
64
65
|
<glyph glyph-name="nut-icon-play-double-forward" unicode="" d="M917 647.8c11 0 20-9 20-20v-487.6c0-11-9-20-20-20s-20 9-20 20v487.6c0 11 9 20 20 20zM909.8 384.9l-423.4 244.4c-0.7 0.4-1.5-0.1-1.5-0.9v-488.9c0-0.8 0.8-1.3 1.5-0.9l423.4 244.5c0.7 0.4 0.7 1.4 0 1.8zM491.9 384.9l-423.4 244.4c-0.7 0.4-1.5-0.1-1.5-0.9v-488.9c0-0.8 0.8-1.3 1.5-0.9l423.4 244.5c0.7 0.4 0.7 1.4 0 1.8z" horiz-adv-x="1024" vert-adv-y="1024" />
|
|
65
66
|
<glyph glyph-name="nut-icon-health" unicode="" d="M554.67 768v-64h64v-85.33h-64v-64h-85.34v64h-64v85.33h64v64h85.34z m-200.84-578.22c29.27-29.29 81.49-54.02 137.46-60.24 57.71-6.4 125.01 6.36 178.88 60.24l-60.34 60.33c-31.45-31.45-70.83-40.02-109.12-35.75-40.02 4.44-73.15 22.38-86.54 35.75l-60.34-60.33zM85.33 768v-384c0-108.61 40.58-207.74 107.42-283.07-55.55-42.88-103.94-96.62-142.85-158.3-13.12-20.78-7.89-48.98 11.67-62.93 19.56-13.95 46.08-8.41 59.2 12.4 37.42 59.31 84.67 109.59 138.88 147.84a424.75 424.75 0 0 1 252.35-82.61 424.75 424.75 0 0 1 252.35 82.58c54.21-38.23 101.46-88.51 138.88-147.81 13.14-20.8 39.64-26.37 59.22-12.4 19.56 13.95 24.77 42.15 11.65 62.93-38.91 61.7-87.3 115.41-142.85 158.3a425.07 425.07 0 0 1 107.42 283.07v384a128 128 0 0 1-128 128h-597.34a128 128 0 0 1-128-128z m725.34 42.67a42.67 42.67 0 0 0 42.66-42.67v-256h-682.66v256a42.67 42.67 0 0 0 42.66 42.67h597.34z m42.66-426.67c0-188.52-152.81-341.33-341.33-341.33s-341.33 152.81-341.33 341.33v42.67h682.66v-42.67z" horiz-adv-x="1024" vert-adv-y="1024" />
|
|
66
67
|
<glyph glyph-name="nut-icon-picked-up" unicode="" d="M512 128c7.17 0 14.29 0.21 21.33 0.64v-85.44a424.85 424.85 0 0 0-216.06 46.4c-80.51-40.34-155.2-97.98-192.32-190.78a42.67 42.67 0 0 0-79.23 31.7c40.6 101.48 115.05 167.38 191.36 212.52-92.82 78.29-151.74 195.41-151.75 326.29 0 14.4 0.7 28.63 2.12 42.67h-44.78a42.67 42.67 0 1 0 0 85.33h62.2c54.36 173.1 216.09 298.67 407.13 298.67 235.65 0 426.67-191.02 426.67-426.67 0-60.67-12.67-118.4-35.5-170.66h-95.51a339.78 339.78 0 0 1 45.67 170.66c0 14.44-0.9 28.69-2.64 42.67h-677.38a344.7 344.7 0 0 1-2.64-42.67c0-188.52 152.81-341.33 341.33-341.33z m-316.52 469.33h633.04c-50.65 125.1-173.27 213.33-316.52 213.34s-265.88-88.23-316.52-213.34zM354.5 321.16999999999996s-0.02 0.02 29.5 30.83c29.53 30.81 29.53 30.81 29.5 30.83l-0.04 0.04-0.04 0.04-0.04 0.04 0.12-0.12 1.18-1.05c1.13-1 3.03-2.6 5.54-4.61a191.57 191.57 0 0 1 22.06-14.93c19.29-11.22 43.78-20.91 69.72-20.91 25.94 0 50.43 9.69 69.72 20.91a191.57 191.57 0 0 1 27.6 19.54l1.18 1.05 0.12 0.12-0.04-0.04-0.04-0.04-0.02-0.04h-0.02s-0.02-0.02 29.5-30.83a6276.1 6276.1 0 0 0 29.5-30.83l-0.06-0.06-0.11-0.11-0.3-0.25a112.6 112.6 0 0 0-3.41-3.12 276.59 276.59 0 0 0-41.02-29.18c-26.67-15.47-66.18-32.45-112.6-32.45-46.44 0-85.95 16.98-112.58 32.43a276.59 276.59 0 0 0-32 21.71 223.68 223.68 0 0 0-12.45 10.61l-0.3 0.25-0.11 0.11-0.04 0.06h-0.02z m392.17-107.84a128 128 0 0 1-128-128v-85.33a128 128 0 0 1 128-128h149.33a128 128 0 0 1 128 128v85.33a128 128 0 0 1-128 128h-149.33z m149.33-85.33a42.67 42.67 0 0 0 42.67-42.67v-85.33a42.67 42.67 0 0 0-42.67-42.67h-149.33a42.67 42.67 0 0 0-42.67 42.67v85.33a42.67 42.67 0 0 0 42.67 42.67h149.33z" horiz-adv-x="1024" vert-adv-y="1024" />
|