@douyinfe/semi-icons 2.2.1 → 2.2.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/umd/semi-icons.js +27 -0
- package/dist/umd/semi-icons.js.map +1 -1
- package/dist/umd/semi-icons.min.js +1 -1
- package/dist/umd/semi-icons.min.js.map +1 -1
- package/lib/cjs/icons/IconFastForward.d.ts +3 -0
- package/lib/cjs/icons/IconFastForward.js +47 -0
- package/lib/cjs/icons/index.d.ts +1 -0
- package/lib/cjs/icons/index.js +9 -0
- package/lib/es/icons/IconFastForward.d.ts +3 -0
- package/lib/es/icons/IconFastForward.js +24 -0
- package/lib/es/icons/index.d.ts +1 -0
- package/lib/es/icons/index.js +1 -0
- package/package.json +3 -3
- package/src/icons/IconFastForward.tsx +29 -0
- package/src/icons/index.ts +1 -0
- package/src/svgs/fast_forward.svg +1 -0
- package/src/svgs/meta.json +1 -1
package/dist/umd/semi-icons.js
CHANGED
|
@@ -451,6 +451,7 @@ __webpack_require__.d(__webpack_exports__, "IconEyeClosedSolid", function() { re
|
|
|
451
451
|
__webpack_require__.d(__webpack_exports__, "IconEyeOpened", function() { return /* reexport */ IconEyeOpened; });
|
|
452
452
|
__webpack_require__.d(__webpack_exports__, "IconFacebook", function() { return /* reexport */ IconFacebook; });
|
|
453
453
|
__webpack_require__.d(__webpack_exports__, "IconFaceuLogo", function() { return /* reexport */ IconFaceuLogo; });
|
|
454
|
+
__webpack_require__.d(__webpack_exports__, "IconFastForward", function() { return /* reexport */ IconFastForward; });
|
|
454
455
|
__webpack_require__.d(__webpack_exports__, "IconFastFoward", function() { return /* reexport */ IconFastFoward; });
|
|
455
456
|
__webpack_require__.d(__webpack_exports__, "IconFavoriteList", function() { return /* reexport */ IconFavoriteList; });
|
|
456
457
|
__webpack_require__.d(__webpack_exports__, "IconFeishuLogo", function() { return /* reexport */ IconFeishuLogo; });
|
|
@@ -4472,6 +4473,31 @@ function IconFaceuLogo_SvgComponent(props) {
|
|
|
4472
4473
|
|
|
4473
4474
|
const IconFaceuLogo_IconComponent = convertIcon(IconFaceuLogo_SvgComponent, 'faceu_logo');
|
|
4474
4475
|
/* harmony default export */ var IconFaceuLogo = (IconFaceuLogo_IconComponent);
|
|
4476
|
+
// CONCATENATED MODULE: ./lib/es/icons/IconFastForward.js
|
|
4477
|
+
|
|
4478
|
+
|
|
4479
|
+
|
|
4480
|
+
|
|
4481
|
+
function IconFastForward_SvgComponent(props) {
|
|
4482
|
+
return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("svg", assign_default()({
|
|
4483
|
+
viewBox: "0 0 24 24",
|
|
4484
|
+
fill: "none",
|
|
4485
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4486
|
+
width: "1em",
|
|
4487
|
+
height: "1em",
|
|
4488
|
+
focusable: false,
|
|
4489
|
+
"aria-hidden": true
|
|
4490
|
+
}, props), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
|
|
4491
|
+
d: "M1 5.96376C1 5.14647 1.9272 4.67432 2.58817 5.15502L10.888 11.1913C11.4371 11.5906 11.4371 12.4094 10.888 12.8087L2.58817 18.845C1.9272 19.3257 1 18.8535 1 18.0362V5.96376Z",
|
|
4492
|
+
fill: "currentColor"
|
|
4493
|
+
}), /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_["createElement"]("path", {
|
|
4494
|
+
d: "M12 5.96376C12 5.14647 12.9272 4.67432 13.5882 5.15502L21.888 11.1913C22.4371 11.5906 22.4371 12.4094 21.888 12.8087L13.5882 18.845C12.9272 19.3257 12 18.8535 12 18.0362V5.96376Z",
|
|
4495
|
+
fill: "currentColor"
|
|
4496
|
+
}));
|
|
4497
|
+
}
|
|
4498
|
+
|
|
4499
|
+
const IconFastForward_IconComponent = convertIcon(IconFastForward_SvgComponent, 'fast_forward');
|
|
4500
|
+
/* harmony default export */ var IconFastForward = (IconFastForward_IconComponent);
|
|
4475
4501
|
// CONCATENATED MODULE: ./lib/es/icons/IconFastFoward.js
|
|
4476
4502
|
|
|
4477
4503
|
|
|
@@ -12133,6 +12159,7 @@ const IconYoutube_IconComponent = convertIcon(IconYoutube_SvgComponent, 'youtube
|
|
|
12133
12159
|
|
|
12134
12160
|
|
|
12135
12161
|
|
|
12162
|
+
|
|
12136
12163
|
|
|
12137
12164
|
|
|
12138
12165
|
// CONCATENATED MODULE: ./lib/es/index.js
|