@douyinfe/semi-icons 2.2.0-beta.0 → 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.
@@ -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; });
@@ -743,23 +744,23 @@ __webpack_require__.d(__webpack_exports__, "IconWrench", function() { return /*
743
744
  __webpack_require__.d(__webpack_exports__, "IconXiguaLogo", function() { return /* reexport */ IconXiguaLogo; });
744
745
  __webpack_require__.d(__webpack_exports__, "IconYoutube", function() { return /* reexport */ IconYoutube; });
745
746
 
746
- // EXTERNAL MODULE: /Users/daiqiang/Project/semi-design/node_modules/@babel/runtime-corejs3/core-js-stable/instance/index-of.js
747
+ // EXTERNAL MODULE: /home/runner/work/semi-design/semi-design/node_modules/@babel/runtime-corejs3/core-js-stable/instance/index-of.js
747
748
  var index_of = __webpack_require__("jLuO");
748
749
  var index_of_default = /*#__PURE__*/__webpack_require__.n(index_of);
749
750
 
750
- // EXTERNAL MODULE: /Users/daiqiang/Project/semi-design/node_modules/@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols.js
751
+ // EXTERNAL MODULE: /home/runner/work/semi-design/semi-design/node_modules/@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols.js
751
752
  var get_own_property_symbols = __webpack_require__("odIl");
752
753
  var get_own_property_symbols_default = /*#__PURE__*/__webpack_require__.n(get_own_property_symbols);
753
754
 
754
- // EXTERNAL MODULE: /Users/daiqiang/Project/semi-design/node_modules/@babel/runtime-corejs3/core-js-stable/instance/concat.js
755
+ // EXTERNAL MODULE: /home/runner/work/semi-design/semi-design/node_modules/@babel/runtime-corejs3/core-js-stable/instance/concat.js
755
756
  var concat = __webpack_require__("HUEr");
756
757
  var concat_default = /*#__PURE__*/__webpack_require__.n(concat);
757
758
 
758
- // EXTERNAL MODULE: /Users/daiqiang/Project/semi-design/node_modules/@babel/runtime-corejs3/core-js-stable/number/is-safe-integer.js
759
+ // EXTERNAL MODULE: /home/runner/work/semi-design/semi-design/node_modules/@babel/runtime-corejs3/core-js-stable/number/is-safe-integer.js
759
760
  var is_safe_integer = __webpack_require__("lpbv");
760
761
  var is_safe_integer_default = /*#__PURE__*/__webpack_require__.n(is_safe_integer);
761
762
 
762
- // EXTERNAL MODULE: /Users/daiqiang/Project/semi-design/node_modules/@babel/runtime-corejs3/core-js-stable/object/assign.js
763
+ // EXTERNAL MODULE: /home/runner/work/semi-design/semi-design/node_modules/@babel/runtime-corejs3/core-js-stable/object/assign.js
763
764
  var object_assign = __webpack_require__("lGT8");
764
765
  var assign_default = /*#__PURE__*/__webpack_require__.n(object_assign);
765
766
 
@@ -769,7 +770,7 @@ var external_root_React_commonjs2_react_commonjs_react_amd_react_default = /*#__
769
770
 
770
771
  // CONCATENATED MODULE: ./lib/es/env.js
771
772
  const BASE_CLASS_PREFIX = 'semi';
772
- // EXTERNAL MODULE: /Users/daiqiang/Project/semi-design/node_modules/classnames/index.js
773
+ // EXTERNAL MODULE: /home/runner/work/semi-design/semi-design/node_modules/classnames/index.js
773
774
  var classnames = __webpack_require__("O94r");
774
775
  var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
775
776
 
@@ -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
@@ -13191,7 +13218,7 @@ var store = __webpack_require__("yULr");
13191
13218
  (module.exports = function (key, value) {
13192
13219
  return store[key] || (store[key] = value !== undefined ? value : {});
13193
13220
  })('versions', []).push({
13194
- version: '3.19.3',
13221
+ version: '3.20.0',
13195
13222
  mode: IS_PURE ? 'pure' : 'global',
13196
13223
  copyright: '© 2021 Denis Pushkarev (zloirock.ru)'
13197
13224
  });
@@ -14029,7 +14056,7 @@ var constructorRegExp = /^\s*(?:class|function)\b/;
14029
14056
  var exec = uncurryThis(constructorRegExp.exec);
14030
14057
  var INCORRECT_TO_STRING = !constructorRegExp.exec(noop);
14031
14058
 
14032
- var isConstructorModern = function (argument) {
14059
+ var isConstructorModern = function isConstructor(argument) {
14033
14060
  if (!isCallable(argument)) return false;
14034
14061
  try {
14035
14062
  construct(noop, empty, argument);
@@ -14039,16 +14066,25 @@ var isConstructorModern = function (argument) {
14039
14066
  }
14040
14067
  };
14041
14068
 
14042
- var isConstructorLegacy = function (argument) {
14069
+ var isConstructorLegacy = function isConstructor(argument) {
14043
14070
  if (!isCallable(argument)) return false;
14044
14071
  switch (classof(argument)) {
14045
14072
  case 'AsyncFunction':
14046
14073
  case 'GeneratorFunction':
14047
14074
  case 'AsyncGeneratorFunction': return false;
14075
+ }
14076
+ try {
14048
14077
  // we can't check .prototype since constructors produced by .bind haven't it
14049
- } return INCORRECT_TO_STRING || !!exec(constructorRegExp, inspectSource(argument));
14078
+ // `Function#toString` throws on some built-it function in some legacy engines
14079
+ // (for example, `DOMQuad` and similar in FF41-)
14080
+ return INCORRECT_TO_STRING || !!exec(constructorRegExp, inspectSource(argument));
14081
+ } catch (error) {
14082
+ return true;
14083
+ }
14050
14084
  };
14051
14085
 
14086
+ isConstructorLegacy.sham = true;
14087
+
14052
14088
  // `IsConstructor` abstract operation
14053
14089
  // https://tc39.es/ecma262/#sec-isconstructor
14054
14090
  module.exports = !construct || fails(function () {