@tant/icons 0.3.5 → 1.0.3

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/README.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # tant-icons
2
2
 
3
3
  ## usage
4
- ## icon preview url
4
+ 1. 安装
5
+ ```
6
+ npm install @tant/icons --save
7
+ ```
8
+
9
+ 3. 使用
10
+ ```
11
+ <TaSSpace size="24" fill="#3AA2EB" />
12
+ ```
13
+
14
+ ## icon components preview url
5
15
  https://td-fe.github.io/tant-icons/
package/dist/icons.d.ts CHANGED
@@ -131,14 +131,14 @@ export const TaOperatorTrue: Icon;
131
131
  export const TaOperatorFalse: Icon;
132
132
  export const TaOperatorRegex: Icon;
133
133
  export const TaOperatorNoRegex: Icon;
134
- export const TaLogoDingding: Icon;
134
+ export const TaLogoDingdingCl: Icon;
135
135
  export const TaLogoDingdingGray: Icon;
136
- export const TaLogoWecom: Icon;
136
+ export const TaLogoWecomCl: Icon;
137
137
  export const TaLogoWecomGray: Icon;
138
- export const TaLogoWechat: Icon;
138
+ export const TaLogoWechatCl: Icon;
139
139
  export const TaLogoWechatGray: Icon;
140
- export const TaLogoFeishu: Icon;
141
- export const TaLogoKing: Icon;
140
+ export const TaLogoFeishuCl: Icon;
141
+ export const TaLogoKingCl: Icon;
142
142
  export const TaInfo: Icon;
143
143
  export const TaHelp: Icon;
144
144
  export const TaHistory: Icon;
@@ -254,14 +254,14 @@ export const TaUTagSm: Icon;
254
254
  export const TaAllSm: Icon;
255
255
  export const TaCalendarSm: Icon;
256
256
  export const TaGroupAddSm: Icon;
257
- export const TaBoolean: Icon;
257
+ export const TaBooleanSm: Icon;
258
258
  export const TaListSm: Icon;
259
- export const TaArrayRows: Icon;
260
- export const TaRows: Icon;
259
+ export const TaArrayRowsSm: Icon;
260
+ export const TaRowsSm: Icon;
261
261
  export const TaVPropertySm: Icon;
262
- export const TaString: Icon;
263
- export const TaNum: Icon;
264
- export const TaTime: Icon;
262
+ export const TaStringSm: Icon;
263
+ export const TaNumSm: Icon;
264
+ export const TaTimeSm: Icon;
265
265
  export const TaArrowLeft: Icon;
266
266
  export const TaArrowRight: Icon;
267
267
  export const TaArrowUp: Icon;
@@ -3518,7 +3518,7 @@ OperatorNoRegex.defaultProps = {
3518
3518
  size: '16'
3519
3519
  };
3520
3520
 
3521
- var LogoDingding = function LogoDingding(props) {
3521
+ var LogoDingdingCl = function LogoDingdingCl(props) {
3522
3522
  var color = props.color,
3523
3523
  size = props.size,
3524
3524
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -3535,11 +3535,11 @@ var LogoDingding = function LogoDingding(props) {
3535
3535
  }));
3536
3536
  };
3537
3537
 
3538
- LogoDingding.propTypes = {
3538
+ LogoDingdingCl.propTypes = {
3539
3539
  color: PropTypes.string,
3540
3540
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
3541
3541
  };
3542
- LogoDingding.defaultProps = {
3542
+ LogoDingdingCl.defaultProps = {
3543
3543
  color: 'currentColor',
3544
3544
  size: '16'
3545
3545
  };
@@ -3569,7 +3569,7 @@ LogoDingdingGray.defaultProps = {
3569
3569
  size: '16'
3570
3570
  };
3571
3571
 
3572
- var LogoWecom = function LogoWecom(props) {
3572
+ var LogoWecomCl = function LogoWecomCl(props) {
3573
3573
  var color = props.color,
3574
3574
  size = props.size,
3575
3575
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -3598,11 +3598,11 @@ var LogoWecom = function LogoWecom(props) {
3598
3598
  }));
3599
3599
  };
3600
3600
 
3601
- LogoWecom.propTypes = {
3601
+ LogoWecomCl.propTypes = {
3602
3602
  color: PropTypes.string,
3603
3603
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
3604
3604
  };
3605
- LogoWecom.defaultProps = {
3605
+ LogoWecomCl.defaultProps = {
3606
3606
  color: 'currentColor',
3607
3607
  size: '16'
3608
3608
  };
@@ -3632,7 +3632,7 @@ LogoWecomGray.defaultProps = {
3632
3632
  size: '16'
3633
3633
  };
3634
3634
 
3635
- var LogoWechat = function LogoWechat(props) {
3635
+ var LogoWechatCl = function LogoWechatCl(props) {
3636
3636
  var color = props.color,
3637
3637
  size = props.size,
3638
3638
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -3657,11 +3657,11 @@ var LogoWechat = function LogoWechat(props) {
3657
3657
  }))));
3658
3658
  };
3659
3659
 
3660
- LogoWechat.propTypes = {
3660
+ LogoWechatCl.propTypes = {
3661
3661
  color: PropTypes.string,
3662
3662
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
3663
3663
  };
3664
- LogoWechat.defaultProps = {
3664
+ LogoWechatCl.defaultProps = {
3665
3665
  color: 'currentColor',
3666
3666
  size: '16'
3667
3667
  };
@@ -3698,7 +3698,7 @@ LogoWechatGray.defaultProps = {
3698
3698
  size: '16'
3699
3699
  };
3700
3700
 
3701
- var LogoFeishu = function LogoFeishu(props) {
3701
+ var LogoFeishuCl = function LogoFeishuCl(props) {
3702
3702
  var color = props.color,
3703
3703
  size = props.size,
3704
3704
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -3732,16 +3732,16 @@ var LogoFeishu = function LogoFeishu(props) {
3732
3732
  }))));
3733
3733
  };
3734
3734
 
3735
- LogoFeishu.propTypes = {
3735
+ LogoFeishuCl.propTypes = {
3736
3736
  color: PropTypes.string,
3737
3737
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
3738
3738
  };
3739
- LogoFeishu.defaultProps = {
3739
+ LogoFeishuCl.defaultProps = {
3740
3740
  color: 'currentColor',
3741
3741
  size: '16'
3742
3742
  };
3743
3743
 
3744
- var LogoKing = function LogoKing(props) {
3744
+ var LogoKingCl = function LogoKingCl(props) {
3745
3745
  var color = props.color,
3746
3746
  size = props.size,
3747
3747
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -3758,11 +3758,11 @@ var LogoKing = function LogoKing(props) {
3758
3758
  }));
3759
3759
  };
3760
3760
 
3761
- LogoKing.propTypes = {
3761
+ LogoKingCl.propTypes = {
3762
3762
  color: PropTypes.string,
3763
3763
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
3764
3764
  };
3765
- LogoKing.defaultProps = {
3765
+ LogoKingCl.defaultProps = {
3766
3766
  color: 'currentColor',
3767
3767
  size: '16'
3768
3768
  };
@@ -6663,7 +6663,7 @@ var EventSm = function EventSm(props) {
6663
6663
  viewBox: "0 0 24 24",
6664
6664
  fill: color
6665
6665
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6666
- d: "M1 3a2 2 0 012-2h10a2 2 0 012 2v10a2 2 0 01-2 2H3a2 2 0 01-2-2V3zm1 0v10a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1H3a1 1 0 00-1 1zm5.334 9L5 5l7 2.334-3.7.967L7.335 12z"
6666
+ d: "M1.5 4.5a3 3 0 013-3h15a3 3 0 013 3v15a3 3 0 01-3 3h-15a3 3 0 01-3-3v-15zm1.5 0v15A1.5 1.5 0 004.5 21h15a1.5 1.5 0 001.5-1.5v-15A1.5 1.5 0 0019.5 3h-15A1.5 1.5 0 003 4.5zM11.001 18L7.5 7.5 18 11.001l-5.549 1.45L11.001 18z"
6667
6667
  }));
6668
6668
  };
6669
6669
 
@@ -6897,7 +6897,7 @@ GroupAddSm.defaultProps = {
6897
6897
  size: '16'
6898
6898
  };
6899
6899
 
6900
- var Boolean = function Boolean(props) {
6900
+ var BooleanSm = function BooleanSm(props) {
6901
6901
  var color = props.color,
6902
6902
  size = props.size,
6903
6903
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -6915,11 +6915,11 @@ var Boolean = function Boolean(props) {
6915
6915
  }));
6916
6916
  };
6917
6917
 
6918
- Boolean.propTypes = {
6918
+ BooleanSm.propTypes = {
6919
6919
  color: PropTypes.string,
6920
6920
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
6921
6921
  };
6922
- Boolean.defaultProps = {
6922
+ BooleanSm.defaultProps = {
6923
6923
  color: 'currentColor',
6924
6924
  size: '16'
6925
6925
  };
@@ -6959,7 +6959,7 @@ ListSm.defaultProps = {
6959
6959
  size: '16'
6960
6960
  };
6961
6961
 
6962
- var ArrayRows = function ArrayRows(props) {
6962
+ var ArrayRowsSm = function ArrayRowsSm(props) {
6963
6963
  var color = props.color,
6964
6964
  size = props.size,
6965
6965
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -6977,16 +6977,16 @@ var ArrayRows = function ArrayRows(props) {
6977
6977
  }));
6978
6978
  };
6979
6979
 
6980
- ArrayRows.propTypes = {
6980
+ ArrayRowsSm.propTypes = {
6981
6981
  color: PropTypes.string,
6982
6982
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
6983
6983
  };
6984
- ArrayRows.defaultProps = {
6984
+ ArrayRowsSm.defaultProps = {
6985
6985
  color: 'currentColor',
6986
6986
  size: '16'
6987
6987
  };
6988
6988
 
6989
- var Rows = function Rows(props) {
6989
+ var RowsSm = function RowsSm(props) {
6990
6990
  var color = props.color,
6991
6991
  size = props.size,
6992
6992
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -7012,11 +7012,11 @@ var Rows = function Rows(props) {
7012
7012
  }));
7013
7013
  };
7014
7014
 
7015
- Rows.propTypes = {
7015
+ RowsSm.propTypes = {
7016
7016
  color: PropTypes.string,
7017
7017
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
7018
7018
  };
7019
- Rows.defaultProps = {
7019
+ RowsSm.defaultProps = {
7020
7020
  color: 'currentColor',
7021
7021
  size: '16'
7022
7022
  };
@@ -7052,7 +7052,7 @@ VPropertySm.defaultProps = {
7052
7052
  size: '16'
7053
7053
  };
7054
7054
 
7055
- var String = function String(props) {
7055
+ var StringSm = function StringSm(props) {
7056
7056
  var color = props.color,
7057
7057
  size = props.size,
7058
7058
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -7070,16 +7070,16 @@ var String = function String(props) {
7070
7070
  }));
7071
7071
  };
7072
7072
 
7073
- String.propTypes = {
7073
+ StringSm.propTypes = {
7074
7074
  color: PropTypes.string,
7075
7075
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
7076
7076
  };
7077
- String.defaultProps = {
7077
+ StringSm.defaultProps = {
7078
7078
  color: 'currentColor',
7079
7079
  size: '16'
7080
7080
  };
7081
7081
 
7082
- var Num = function Num(props) {
7082
+ var NumSm = function NumSm(props) {
7083
7083
  var color = props.color,
7084
7084
  size = props.size,
7085
7085
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -7097,16 +7097,16 @@ var Num = function Num(props) {
7097
7097
  }));
7098
7098
  };
7099
7099
 
7100
- Num.propTypes = {
7100
+ NumSm.propTypes = {
7101
7101
  color: PropTypes.string,
7102
7102
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
7103
7103
  };
7104
- Num.defaultProps = {
7104
+ NumSm.defaultProps = {
7105
7105
  color: 'currentColor',
7106
7106
  size: '16'
7107
7107
  };
7108
7108
 
7109
- var Time = function Time(props) {
7109
+ var TimeSm = function TimeSm(props) {
7110
7110
  var color = props.color,
7111
7111
  size = props.size,
7112
7112
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -7124,11 +7124,11 @@ var Time = function Time(props) {
7124
7124
  }));
7125
7125
  };
7126
7126
 
7127
- Time.propTypes = {
7127
+ TimeSm.propTypes = {
7128
7128
  color: PropTypes.string,
7129
7129
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
7130
7130
  };
7131
- Time.defaultProps = {
7131
+ TimeSm.defaultProps = {
7132
7132
  color: 'currentColor',
7133
7133
  size: '16'
7134
7134
  };
@@ -7817,7 +7817,7 @@ exports.TaAllSm = AllSm;
7817
7817
  exports.TaAnalysis = Analysis;
7818
7818
  exports.TaAnchor = Anchor;
7819
7819
  exports.TaApplication = Application;
7820
- exports.TaArrayRows = ArrayRows;
7820
+ exports.TaArrayRowsSm = ArrayRowsSm;
7821
7821
  exports.TaArrowDown = ArrowDown;
7822
7822
  exports.TaArrowDown2 = ArrowDown2;
7823
7823
  exports.TaArrowLeft = ArrowLeft;
@@ -7835,7 +7835,7 @@ exports.TaBook = Book;
7835
7835
  exports.TaBook2 = Book2;
7836
7836
  exports.TaBookmark = Bookmark;
7837
7837
  exports.TaBookmark2 = Bookmark2;
7838
- exports.TaBoolean = Boolean;
7838
+ exports.TaBooleanSm = BooleanSm;
7839
7839
  exports.TaCalendar = Calendar;
7840
7840
  exports.TaCalendarSm = CalendarSm;
7841
7841
  exports.TaCard = Card;
@@ -7965,13 +7965,13 @@ exports.TaLockClose = LockClose;
7965
7965
  exports.TaLockCloseFill = LockCloseFill;
7966
7966
  exports.TaLockOpen = LockOpen;
7967
7967
  exports.TaLockOpenFill = LockOpenFill;
7968
- exports.TaLogoDingding = LogoDingding;
7968
+ exports.TaLogoDingdingCl = LogoDingdingCl;
7969
7969
  exports.TaLogoDingdingGray = LogoDingdingGray;
7970
- exports.TaLogoFeishu = LogoFeishu;
7971
- exports.TaLogoKing = LogoKing;
7972
- exports.TaLogoWechat = LogoWechat;
7970
+ exports.TaLogoFeishuCl = LogoFeishuCl;
7971
+ exports.TaLogoKingCl = LogoKingCl;
7972
+ exports.TaLogoWechatCl = LogoWechatCl;
7973
7973
  exports.TaLogoWechatGray = LogoWechatGray;
7974
- exports.TaLogoWecom = LogoWecom;
7974
+ exports.TaLogoWecomCl = LogoWecomCl;
7975
7975
  exports.TaLogoWecomGray = LogoWecomGray;
7976
7976
  exports.TaLogout = Logout;
7977
7977
  exports.TaMDistribution = MDistribution;
@@ -7988,7 +7988,7 @@ exports.TaMessageCenter = MessageCenter;
7988
7988
  exports.TaMfa = Mfa;
7989
7989
  exports.TaMore1 = More1;
7990
7990
  exports.TaMore2 = More2;
7991
- exports.TaNum = Num;
7991
+ exports.TaNumSm = NumSm;
7992
7992
  exports.TaOperatorBigger = OperatorBigger;
7993
7993
  exports.TaOperatorDivide = OperatorDivide;
7994
7994
  exports.TaOperatorEqual = OperatorEqual;
@@ -8022,7 +8022,7 @@ exports.TaReport = Report;
8022
8022
  exports.TaReportRemoval = ReportRemoval;
8023
8023
  exports.TaResetPassword = ResetPassword;
8024
8024
  exports.TaResult = Result;
8025
- exports.TaRows = Rows;
8025
+ exports.TaRowsSm = RowsSm;
8026
8026
  exports.TaSSpace = SSpace;
8027
8027
  exports.TaSave = Save;
8028
8028
  exports.TaSearch = Search;
@@ -8051,7 +8051,7 @@ exports.TaStarFill = StarFill;
8051
8051
  exports.TaStarOutline = StarOutline;
8052
8052
  exports.TaSticker = Sticker;
8053
8053
  exports.TaStickerFill = StickerFill;
8054
- exports.TaString = String;
8054
+ exports.TaStringSm = StringSm;
8055
8055
  exports.TaSubtract = Subtract;
8056
8056
  exports.TaSubtract2 = Subtract2;
8057
8057
  exports.TaSuccess = Success;
@@ -8063,8 +8063,8 @@ exports.TaTA2b = TA2b;
8063
8063
  exports.TaTX2y = TX2y;
8064
8064
  exports.TaTable1dtable = Table1dtable;
8065
8065
  exports.TaTdLogo = TdLogo;
8066
- exports.TaTime = Time;
8067
8066
  exports.TaTimeLock = TimeLock;
8067
+ exports.TaTimeSm = TimeSm;
8068
8068
  exports.TaTracking = Tracking;
8069
8069
  exports.TaTriDown = TriDown;
8070
8070
  exports.TaTriLeft = TriLeft;
@@ -3512,7 +3512,7 @@ OperatorNoRegex.defaultProps = {
3512
3512
  size: '16'
3513
3513
  };
3514
3514
 
3515
- var LogoDingding = function LogoDingding(props) {
3515
+ var LogoDingdingCl = function LogoDingdingCl(props) {
3516
3516
  var color = props.color,
3517
3517
  size = props.size,
3518
3518
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -3529,11 +3529,11 @@ var LogoDingding = function LogoDingding(props) {
3529
3529
  }));
3530
3530
  };
3531
3531
 
3532
- LogoDingding.propTypes = {
3532
+ LogoDingdingCl.propTypes = {
3533
3533
  color: PropTypes.string,
3534
3534
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
3535
3535
  };
3536
- LogoDingding.defaultProps = {
3536
+ LogoDingdingCl.defaultProps = {
3537
3537
  color: 'currentColor',
3538
3538
  size: '16'
3539
3539
  };
@@ -3563,7 +3563,7 @@ LogoDingdingGray.defaultProps = {
3563
3563
  size: '16'
3564
3564
  };
3565
3565
 
3566
- var LogoWecom = function LogoWecom(props) {
3566
+ var LogoWecomCl = function LogoWecomCl(props) {
3567
3567
  var color = props.color,
3568
3568
  size = props.size,
3569
3569
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -3592,11 +3592,11 @@ var LogoWecom = function LogoWecom(props) {
3592
3592
  }));
3593
3593
  };
3594
3594
 
3595
- LogoWecom.propTypes = {
3595
+ LogoWecomCl.propTypes = {
3596
3596
  color: PropTypes.string,
3597
3597
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
3598
3598
  };
3599
- LogoWecom.defaultProps = {
3599
+ LogoWecomCl.defaultProps = {
3600
3600
  color: 'currentColor',
3601
3601
  size: '16'
3602
3602
  };
@@ -3626,7 +3626,7 @@ LogoWecomGray.defaultProps = {
3626
3626
  size: '16'
3627
3627
  };
3628
3628
 
3629
- var LogoWechat = function LogoWechat(props) {
3629
+ var LogoWechatCl = function LogoWechatCl(props) {
3630
3630
  var color = props.color,
3631
3631
  size = props.size,
3632
3632
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -3651,11 +3651,11 @@ var LogoWechat = function LogoWechat(props) {
3651
3651
  }))));
3652
3652
  };
3653
3653
 
3654
- LogoWechat.propTypes = {
3654
+ LogoWechatCl.propTypes = {
3655
3655
  color: PropTypes.string,
3656
3656
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
3657
3657
  };
3658
- LogoWechat.defaultProps = {
3658
+ LogoWechatCl.defaultProps = {
3659
3659
  color: 'currentColor',
3660
3660
  size: '16'
3661
3661
  };
@@ -3692,7 +3692,7 @@ LogoWechatGray.defaultProps = {
3692
3692
  size: '16'
3693
3693
  };
3694
3694
 
3695
- var LogoFeishu = function LogoFeishu(props) {
3695
+ var LogoFeishuCl = function LogoFeishuCl(props) {
3696
3696
  var color = props.color,
3697
3697
  size = props.size,
3698
3698
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -3726,16 +3726,16 @@ var LogoFeishu = function LogoFeishu(props) {
3726
3726
  }))));
3727
3727
  };
3728
3728
 
3729
- LogoFeishu.propTypes = {
3729
+ LogoFeishuCl.propTypes = {
3730
3730
  color: PropTypes.string,
3731
3731
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
3732
3732
  };
3733
- LogoFeishu.defaultProps = {
3733
+ LogoFeishuCl.defaultProps = {
3734
3734
  color: 'currentColor',
3735
3735
  size: '16'
3736
3736
  };
3737
3737
 
3738
- var LogoKing = function LogoKing(props) {
3738
+ var LogoKingCl = function LogoKingCl(props) {
3739
3739
  var color = props.color,
3740
3740
  size = props.size,
3741
3741
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -3752,11 +3752,11 @@ var LogoKing = function LogoKing(props) {
3752
3752
  }));
3753
3753
  };
3754
3754
 
3755
- LogoKing.propTypes = {
3755
+ LogoKingCl.propTypes = {
3756
3756
  color: PropTypes.string,
3757
3757
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
3758
3758
  };
3759
- LogoKing.defaultProps = {
3759
+ LogoKingCl.defaultProps = {
3760
3760
  color: 'currentColor',
3761
3761
  size: '16'
3762
3762
  };
@@ -6657,7 +6657,7 @@ var EventSm = function EventSm(props) {
6657
6657
  viewBox: "0 0 24 24",
6658
6658
  fill: color
6659
6659
  }, otherProps), /*#__PURE__*/React.createElement("path", {
6660
- d: "M1 3a2 2 0 012-2h10a2 2 0 012 2v10a2 2 0 01-2 2H3a2 2 0 01-2-2V3zm1 0v10a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1H3a1 1 0 00-1 1zm5.334 9L5 5l7 2.334-3.7.967L7.335 12z"
6660
+ d: "M1.5 4.5a3 3 0 013-3h15a3 3 0 013 3v15a3 3 0 01-3 3h-15a3 3 0 01-3-3v-15zm1.5 0v15A1.5 1.5 0 004.5 21h15a1.5 1.5 0 001.5-1.5v-15A1.5 1.5 0 0019.5 3h-15A1.5 1.5 0 003 4.5zM11.001 18L7.5 7.5 18 11.001l-5.549 1.45L11.001 18z"
6661
6661
  }));
6662
6662
  };
6663
6663
 
@@ -6891,7 +6891,7 @@ GroupAddSm.defaultProps = {
6891
6891
  size: '16'
6892
6892
  };
6893
6893
 
6894
- var Boolean = function Boolean(props) {
6894
+ var BooleanSm = function BooleanSm(props) {
6895
6895
  var color = props.color,
6896
6896
  size = props.size,
6897
6897
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -6909,11 +6909,11 @@ var Boolean = function Boolean(props) {
6909
6909
  }));
6910
6910
  };
6911
6911
 
6912
- Boolean.propTypes = {
6912
+ BooleanSm.propTypes = {
6913
6913
  color: PropTypes.string,
6914
6914
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
6915
6915
  };
6916
- Boolean.defaultProps = {
6916
+ BooleanSm.defaultProps = {
6917
6917
  color: 'currentColor',
6918
6918
  size: '16'
6919
6919
  };
@@ -6953,7 +6953,7 @@ ListSm.defaultProps = {
6953
6953
  size: '16'
6954
6954
  };
6955
6955
 
6956
- var ArrayRows = function ArrayRows(props) {
6956
+ var ArrayRowsSm = function ArrayRowsSm(props) {
6957
6957
  var color = props.color,
6958
6958
  size = props.size,
6959
6959
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -6971,16 +6971,16 @@ var ArrayRows = function ArrayRows(props) {
6971
6971
  }));
6972
6972
  };
6973
6973
 
6974
- ArrayRows.propTypes = {
6974
+ ArrayRowsSm.propTypes = {
6975
6975
  color: PropTypes.string,
6976
6976
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
6977
6977
  };
6978
- ArrayRows.defaultProps = {
6978
+ ArrayRowsSm.defaultProps = {
6979
6979
  color: 'currentColor',
6980
6980
  size: '16'
6981
6981
  };
6982
6982
 
6983
- var Rows = function Rows(props) {
6983
+ var RowsSm = function RowsSm(props) {
6984
6984
  var color = props.color,
6985
6985
  size = props.size,
6986
6986
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -7006,11 +7006,11 @@ var Rows = function Rows(props) {
7006
7006
  }));
7007
7007
  };
7008
7008
 
7009
- Rows.propTypes = {
7009
+ RowsSm.propTypes = {
7010
7010
  color: PropTypes.string,
7011
7011
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
7012
7012
  };
7013
- Rows.defaultProps = {
7013
+ RowsSm.defaultProps = {
7014
7014
  color: 'currentColor',
7015
7015
  size: '16'
7016
7016
  };
@@ -7046,7 +7046,7 @@ VPropertySm.defaultProps = {
7046
7046
  size: '16'
7047
7047
  };
7048
7048
 
7049
- var String = function String(props) {
7049
+ var StringSm = function StringSm(props) {
7050
7050
  var color = props.color,
7051
7051
  size = props.size,
7052
7052
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -7064,16 +7064,16 @@ var String = function String(props) {
7064
7064
  }));
7065
7065
  };
7066
7066
 
7067
- String.propTypes = {
7067
+ StringSm.propTypes = {
7068
7068
  color: PropTypes.string,
7069
7069
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
7070
7070
  };
7071
- String.defaultProps = {
7071
+ StringSm.defaultProps = {
7072
7072
  color: 'currentColor',
7073
7073
  size: '16'
7074
7074
  };
7075
7075
 
7076
- var Num = function Num(props) {
7076
+ var NumSm = function NumSm(props) {
7077
7077
  var color = props.color,
7078
7078
  size = props.size,
7079
7079
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -7091,16 +7091,16 @@ var Num = function Num(props) {
7091
7091
  }));
7092
7092
  };
7093
7093
 
7094
- Num.propTypes = {
7094
+ NumSm.propTypes = {
7095
7095
  color: PropTypes.string,
7096
7096
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
7097
7097
  };
7098
- Num.defaultProps = {
7098
+ NumSm.defaultProps = {
7099
7099
  color: 'currentColor',
7100
7100
  size: '16'
7101
7101
  };
7102
7102
 
7103
- var Time = function Time(props) {
7103
+ var TimeSm = function TimeSm(props) {
7104
7104
  var color = props.color,
7105
7105
  size = props.size,
7106
7106
  otherProps = _objectWithoutProperties(props, ["color", "size"]);
@@ -7118,11 +7118,11 @@ var Time = function Time(props) {
7118
7118
  }));
7119
7119
  };
7120
7120
 
7121
- Time.propTypes = {
7121
+ TimeSm.propTypes = {
7122
7122
  color: PropTypes.string,
7123
7123
  size: PropTypes.oneOfType([PropTypes.string, PropTypes.number])
7124
7124
  };
7125
- Time.defaultProps = {
7125
+ TimeSm.defaultProps = {
7126
7126
  color: 'currentColor',
7127
7127
  size: '16'
7128
7128
  };
@@ -7802,4 +7802,4 @@ Placeholder.defaultProps = {
7802
7802
  size: '16'
7803
7803
  };
7804
7804
 
7805
- export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllSm as TaAllSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRows as TaArrayRows, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attribution as TaAttribution, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, Boolean as TaBoolean, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, Info as TaInfo, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoDingding as TaLogoDingding, LogoDingdingGray as TaLogoDingdingGray, LogoFeishu as TaLogoFeishu, LogoKing as TaLogoKing, LogoWechat as TaLogoWechat, LogoWechatGray as TaLogoWechatGray, LogoWecom as TaLogoWecom, LogoWecomGray as TaLogoWecomGray, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, Num as TaNum, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, Placeholder as TaPlaceholder, Play as TaPlay, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, RelatedProp as TaRelatedProp, Report as TaReport, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, Rows as TaRows, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Sort as TaSort, SortA2z as TaSortA2z, SortDrop as TaSortDrop, SortRise as TaSortRise, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, String as TaString, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, Time as TaTime, TimeLock as TaTimeLock, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, Usertag as TaUsertag, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal };
7805
+ export { Add1 as TaAdd1, Add2 as TaAdd2, Add3 as TaAdd3, Add3Fill as TaAdd3Fill, Alert as TaAlert, AllSm as TaAllSm, Analysis as TaAnalysis, Anchor as TaAnchor, Application as TaApplication, ArrayRowsSm as TaArrayRowsSm, ArrowDown as TaArrowDown, ArrowDown2 as TaArrowDown2, ArrowLeft as TaArrowLeft, ArrowLeft2 as TaArrowLeft2, ArrowLeftDown as TaArrowLeftDown, ArrowRight as TaArrowRight, ArrowRight2 as TaArrowRight2, ArrowUp as TaArrowUp, ArrowUp2 as TaArrowUp2, Ascent as TaAscent, Attribution as TaAttribution, Backup as TaBackup, Bell as TaBell, Book as TaBook, Book2 as TaBook2, Bookmark as TaBookmark, Bookmark2 as TaBookmark2, BooleanSm as TaBooleanSm, Calendar as TaCalendar, CalendarSm as TaCalendarSm, Card as TaCard, Cellphone as TaCellphone, ChartBar as TaChartBar, ChartBarTable as TaChartBarTable, ChartCombinedTable as TaChartCombinedTable, ChartComplex as TaChartComplex, ChartCum as TaChartCum, ChartDNRe as TaChartDNRe, ChartDRe as TaChartDRe, ChartDistTable as TaChartDistTable, ChartFieldlist as TaChartFieldlist, ChartFunnel as TaChartFunnel, ChartHistogram as TaChartHistogram, ChartInterval as TaChartInterval, ChartLine as TaChartLine, ChartLineTable as TaChartLineTable, ChartPie as TaChartPie, ChartSqltable as TaChartSqltable, ChartStack as TaChartStack, ChartStackPerc as TaChartStackPerc, ChartStackn as TaChartStackn, ChartTable as TaChartTable, Clock as TaClock, Close as TaClose, Code as TaCode, Comment as TaComment, Config as TaConfig, Copy as TaCopy, Copy2 as TaCopy2, Cost as TaCost, CustomPartition as TaCustomPartition, DArrowB as TaDArrowB, DArrowL as TaDArrowL, DArrowR as TaDArrowR, DArrowT as TaDArrowT, Dashboard as TaDashboard, DashboardMgr as TaDashboardMgr, Debug as TaDebug, Delete1 as TaDelete1, Delete2 as TaDelete2, Delete2Fill as TaDelete2Fill, Demo as TaDemo, Descent as TaDescent, Desktop as TaDesktop, Detail as TaDetail, DisplayS as TaDisplayS, Done as TaDone, Dot as TaDot, DoubleList as TaDoubleList, Download as TaDownload, Drag as TaDrag, Drag2 as TaDrag2, DropDown as TaDropDown, DropUp as TaDropUp, EPropertySm as TaEPropertySm, Earth as TaEarth, Edit as TaEdit, EditFill as TaEditFill, Education as TaEducation, EducationFill as TaEducationFill, Email as TaEmail, Error as TaError, Error2 as TaError2, Error2Fill as TaError2Fill, ErrorFill as TaErrorFill, EventMgr as TaEventMgr, EventPropMgr as TaEventPropMgr, EventSm as TaEventSm, EventTree as TaEventTree, Exchange as TaExchange, Export as TaExport, Exposure as TaExposure, Expression as TaExpression, Expression2 as TaExpression2, External as TaExternal, EyeOff as TaEyeOff, EyeOffFill as TaEyeOffFill, EyeOn as TaEyeOn, EyeOnFill as TaEyeOnFill, FileAdd as TaFileAdd, FileConvert as TaFileConvert, FileExport as TaFileExport, FileImport as TaFileImport, FileInfo as TaFileInfo, FileLock as TaFileLock, FileMove as TaFileMove, FilePdf as TaFilePdf, FileRemove as TaFileRemove, Filter as TaFilter, Filter2 as TaFilter2, FirstLast as TaFirstLast, Folder as TaFolder, FolderOpen as TaFolderOpen, Forewarning as TaForewarning, Format as TaFormat, FullDownload as TaFullDownload, Fullscreen as TaFullscreen, Game as TaGame, GameFill as TaGameFill, Gift as TaGift, Group as TaGroup, GroupA2b as TaGroupA2b, GroupAddFill as TaGroupAddFill, GroupAddSm as TaGroupAddSm, GroupFill as TaGroupFill, GroupFill2 as TaGroupFill2, Groups as TaGroups, Heart as TaHeart, Help as TaHelp, History as TaHistory, IdFreeze as TaIdFreeze, Import as TaImport, Index as TaIndex, Indicator as TaIndicator, Info as TaInfo, Landscape as TaLandscape, Language as TaLanguage, Link as TaLink, List as TaList, ListNested as TaListNested, ListSm as TaListSm, Live as TaLive, Location as TaLocation, LockClose as TaLockClose, LockCloseFill as TaLockCloseFill, LockOpen as TaLockOpen, LockOpenFill as TaLockOpenFill, LogoDingdingCl as TaLogoDingdingCl, LogoDingdingGray as TaLogoDingdingGray, LogoFeishuCl as TaLogoFeishuCl, LogoKingCl as TaLogoKingCl, LogoWechatCl as TaLogoWechatCl, LogoWechatGray as TaLogoWechatGray, LogoWecomCl as TaLogoWecomCl, LogoWecomGray as TaLogoWecomGray, Logout as TaLogout, MDistribution as TaMDistribution, MEvent as TaMEvent, MFlow as TaMFlow, MFunnel as TaMFunnel, MInterval as TaMInterval, MProperty as TaMProperty, MRetention as TaMRetention, MSql as TaMSql, MenuFold as TaMenuFold, MenuUnfold as TaMenuUnfold, MessageCenter as TaMessageCenter, Mfa as TaMfa, More1 as TaMore1, More2 as TaMore2, NumSm as TaNumSm, OperatorBigger as TaOperatorBigger, OperatorDivide as TaOperatorDivide, OperatorEqual as TaOperatorEqual, OperatorFalse as TaOperatorFalse, OperatorHasValue as TaOperatorHasValue, OperatorInclude as TaOperatorInclude, OperatorInside as TaOperatorInside, OperatorLess as TaOperatorLess, OperatorNoBigger as TaOperatorNoBigger, OperatorNoLess as TaOperatorNoLess, OperatorNoRegex as TaOperatorNoRegex, OperatorNoValue as TaOperatorNoValue, OperatorNotInclude as TaOperatorNotInclude, OperatorRegex as TaOperatorRegex, OperatorTrue as TaOperatorTrue, OperatorUnequal as TaOperatorUnequal, ParallelFilter as TaParallelFilter, Parameter as TaParameter, Password as TaPassword, Pattern as TaPattern, Placeholder as TaPlaceholder, Play as TaPlay, Plug as TaPlug, Private as TaPrivate, Processing as TaProcessing, Processing2 as TaProcessing2, Project as TaProject, ProjectMgr as TaProjectMgr, RelatedProp as TaRelatedProp, Report as TaReport, ReportRemoval as TaReportRemoval, ResetPassword as TaResetPassword, Result as TaResult, RowsSm as TaRowsSm, SSpace as TaSSpace, Save as TaSave, Search as TaSearch, Send as TaSend, Server as TaServer, Setting as TaSetting, Share as TaShare, ShieldCheck as TaShieldCheck, ShieldCross as TaShieldCross, ShieldKeyhole as TaShieldKeyhole, Shop as TaShop, ShopFill as TaShopFill, Sort as TaSort, SortA2z as TaSortA2z, SortDrop as TaSortDrop, SortRise as TaSortRise, SortZ2a as TaSortZ2a, Space as TaSpace, SpaceOpen as TaSpaceOpen, Speed as TaSpeed, Split as TaSplit, Sql1 as TaSql1, Sql2 as TaSql2, Sql3 as TaSql3, StarFill as TaStarFill, StarOutline as TaStarOutline, Sticker as TaSticker, StickerFill as TaStickerFill, StringSm as TaStringSm, Subtract as TaSubtract, Subtract2 as TaSubtract2, Success as TaSuccess, SuccessFill as TaSuccessFill, SwapFill as TaSwapFill, SystemMgr as TaSystemMgr, SystemMsg as TaSystemMsg, TA2b as TaTA2b, TX2y as TaTX2y, Table1dtable as TaTable1dtable, TdLogo as TaTdLogo, TimeLock as TaTimeLock, TimeSm as TaTimeSm, Tracking as TaTracking, TriDown as TaTriDown, TriLeft as TaTriLeft, TriRight as TaTriRight, TriUp as TaTriUp, UGroup as TaUGroup, UGroupSm as TaUGroupSm, UPropMgr as TaUPropMgr, UPropertySm as TaUPropertySm, UTag as TaUTag, UTagSm as TaUTagSm, Unlink as TaUnlink, Update as TaUpdate, UploadId as TaUploadId, Usb as TaUsb, User1 as TaUser1, User1Fill as TaUser1Fill, User2 as TaUser2, UserAddFill as TaUserAddFill, UserSettings as TaUserSettings, Usertag as TaUsertag, VProperty as TaVProperty, VPropertySm as TaVPropertySm, ViewOriginal as TaViewOriginal };
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@tant/icons",
3
- "version": "0.3.5",
3
+ "version": "1.0.3",
4
4
  "description": "Icon automation workflow with Figma",
5
- "main": "dist/juuust-react-icon.cjs.js",
6
- "module": "dist/juuust-react-icon.esm.js",
5
+ "main": "dist/tant-icons.cjs.js",
6
+ "module": "dist/tant-icons.esm.js",
7
7
  "typings": "dist/icons.d.ts",
8
+ "sideEffect": false,
8
9
  "files": [
9
10
  "dist",
10
11
  "package.json"