@type-dom/svgs 0.4.1 → 0.5.0
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 +58 -44
- package/dist/index.mjs +0 -4
- package/dist/lib/common-index.mjs +195 -196
- package/dist/lib/element-plus-index.mjs +293 -294
- package/dist/lib/fluentui-index.mjs +5255 -5256
- package/dist/lib/other/index.mjs +33 -34
- package/package.json +14 -6
|
@@ -1,196 +1,195 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
export {};
|
|
1
|
+
export { Td404Svg } from './common/404.mjs';
|
|
2
|
+
export { TdAPlusSvg } from './common/A_.mjs';
|
|
3
|
+
export { TdAMinusSvg } from './common/A-.mjs';
|
|
4
|
+
export { TdQRCodeSvg } from './common/QRCode.mjs';
|
|
5
|
+
export { TdShrinkOutlinedSvg } from './common/Shrink-outlined.mjs';
|
|
6
|
+
export { TdUnfoldedOutlinedSvg } from './common/Unfolded-outlined.mjs';
|
|
7
|
+
export { TdAdaptiveWidthSvg } from './common/adaptive-width.mjs';
|
|
8
|
+
export { TdAddBookmarkSvg } from './common/add-bookmark.mjs';
|
|
9
|
+
export { TdAddCommentsSvg } from './common/add-comments.mjs';
|
|
10
|
+
export { TdAddRestrictedEditSvg } from './common/add-restricted-edit.mjs';
|
|
11
|
+
export { TdAddSvg } from './common/add.mjs';
|
|
12
|
+
export { TdAlignBottomSvg } from './common/align-bottom.mjs';
|
|
13
|
+
export { TdAlignCenterSvg } from './common/align-center.mjs';
|
|
14
|
+
export { TdAlignJustifiedSvg } from './common/align-justified.mjs';
|
|
15
|
+
export { TdAlignLeftSvg } from './common/align-left.mjs';
|
|
16
|
+
export { TdAlignMiddleSvg } from './common/align-middle.mjs';
|
|
17
|
+
export { TdAlignRightSvg } from './common/align-right.mjs';
|
|
18
|
+
export { TdAlignScatterSvg } from './common/align-scatter.mjs';
|
|
19
|
+
export { TdAlignTopSvg } from './common/align-top.mjs';
|
|
20
|
+
export { TdAttachmentSvg } from './common/attachment.mjs';
|
|
21
|
+
export { TdBackSvg } from './common/back.mjs';
|
|
22
|
+
export { TdBackgroundColorSvg } from './common/background-color.mjs';
|
|
23
|
+
export { TdBoldTSvg } from './common/bold-T.mjs';
|
|
24
|
+
export { TdBoldSvg } from './common/bold.mjs';
|
|
25
|
+
export { TdBookmarkListSvg } from './common/bookmark-list.mjs';
|
|
26
|
+
export { TdBookmarkSvg } from './common/bookmark.mjs';
|
|
27
|
+
export { TdBugSvg } from './common/bug.mjs';
|
|
28
|
+
export { TdCatalogSvg } from './common/catalog.mjs';
|
|
29
|
+
export { TdChartSvg } from './common/chart.mjs';
|
|
30
|
+
export { TdCheckSvg } from './common/check.mjs';
|
|
31
|
+
export { TdCheckboxSvg } from './common/checkbox.mjs';
|
|
32
|
+
export { TdCircleSvg } from './common/circle.mjs';
|
|
33
|
+
export { TdCleanSvg } from './common/clean.mjs';
|
|
34
|
+
export { TdClipboardSvg } from './common/clipboard.mjs';
|
|
35
|
+
export { TdCloseRevisionSvg } from './common/close-revision.mjs';
|
|
36
|
+
export { TdCloseSvg } from './common/close.mjs';
|
|
37
|
+
export { TdComponentSvg } from './common/component.mjs';
|
|
38
|
+
export { TdConnectionSvg } from './common/connection.mjs';
|
|
39
|
+
export { TdCreateFillRestrictionSvg } from './common/create-fill-restriction.mjs';
|
|
40
|
+
export { TdCrossSvg } from './common/cross.mjs';
|
|
41
|
+
export { TdDashboardSvg } from './common/dashboard.mjs';
|
|
42
|
+
export { TdDateSvg } from './common/date.mjs';
|
|
43
|
+
export { TdDatepickerSvg } from './common/datepicker.mjs';
|
|
44
|
+
export { TdDeleteSvg } from './common/delete.mjs';
|
|
45
|
+
export { TdDocumentationSvg } from './common/documentation.mjs';
|
|
46
|
+
export { TdDragSvg } from './common/drag.mjs';
|
|
47
|
+
export { TdDropdownBoxSvg } from './common/dropdown-box.mjs';
|
|
48
|
+
export { TdEditSvg } from './common/edit.mjs';
|
|
49
|
+
export { TdEducationSvg } from './common/education.mjs';
|
|
50
|
+
export { TdEmailSvg } from './common/email.mjs';
|
|
51
|
+
export { TdExampleSvg } from './common/example.mjs';
|
|
52
|
+
export { TdExcelSvg } from './common/excel.mjs';
|
|
53
|
+
export { TdExitFullscreenSvg } from './common/exit-fullscreen.mjs';
|
|
54
|
+
export { TdExportSvg } from './common/export.mjs';
|
|
55
|
+
export { TdEyeOpenSvg } from './common/eye-open.mjs';
|
|
56
|
+
export { TdEyeSvg } from './common/eye.mjs';
|
|
57
|
+
export { TdFileOpenSvg } from './common/file-open.mjs';
|
|
58
|
+
export { TdFileSvg } from './common/file.mjs';
|
|
59
|
+
export { TdFillRestrictedListSvg } from './common/fill-restricted-list.mjs';
|
|
60
|
+
export { TdFindSvg } from './common/find.mjs';
|
|
61
|
+
export { TdFlowSvg } from './common/flow.mjs';
|
|
62
|
+
export { TdFoldSvg } from './common/fold.mjs';
|
|
63
|
+
export { TdFolderSvg } from './common/folder.mjs';
|
|
64
|
+
export { TdFontColorSvg } from './common/font-color.mjs';
|
|
65
|
+
export { TdForbidEditSvg } from './common/forbid-edit.mjs';
|
|
66
|
+
export { TdFormSvg } from './common/form.mjs';
|
|
67
|
+
export { TdFormImageSvg } from './common/formImage.mjs';
|
|
68
|
+
export { TdFormQRCodeSvg } from './common/formQRCode.mjs';
|
|
69
|
+
export { TdFormTextSvg } from './common/formText.mjs';
|
|
70
|
+
export { TdFormatBrushNewSvg } from './common/format-brush-new.mjs';
|
|
71
|
+
export { TdFormatBrushSvg } from './common/format-brush.mjs';
|
|
72
|
+
export { TdFullscreenSvg } from './common/fullscreen.mjs';
|
|
73
|
+
export { TdGuideSvg } from './common/guide.mjs';
|
|
74
|
+
export { TdHSvg } from './common/h.mjs';
|
|
75
|
+
export { TdHistorySvg } from './common/history.mjs';
|
|
76
|
+
export { TdHomepageSvg } from './common/homepage.mjs';
|
|
77
|
+
export { TdIconVerticalAlignBottoSvg } from './common/icon-vertical-align-botto.mjs';
|
|
78
|
+
export { TdIconVerticalAlignMiddlSvg } from './common/icon-vertical-align-middl.mjs';
|
|
79
|
+
export { TdIconVerticalAlignTopSvg } from './common/icon-vertical-align-top.mjs';
|
|
80
|
+
export { TdIconSvg } from './common/icon.mjs';
|
|
81
|
+
export { TdIdentifierSvg } from './common/identifier.mjs';
|
|
82
|
+
export { TdImageSvg } from './common/image.mjs';
|
|
83
|
+
export { TdImportSvg } from './common/import.mjs';
|
|
84
|
+
export { TdIncreaseIndentSvg } from './common/increase-indent.mjs';
|
|
85
|
+
export { TdIncreaseLineHeightSvg } from './common/increase-line-height.mjs';
|
|
86
|
+
export { TdInsertColumnSvg } from './common/insert-column.mjs';
|
|
87
|
+
export { TdInsertRowSvg } from './common/insert-row.mjs';
|
|
88
|
+
export { TdInternationalSvg } from './common/international.mjs';
|
|
89
|
+
export { TdInventorySvg } from './common/inventory.mjs';
|
|
90
|
+
export { TdItalic1Svg } from './common/italic-1.mjs';
|
|
91
|
+
export { TdItalicSvg } from './common/italic.mjs';
|
|
92
|
+
export { TdLanguageSvg } from './common/language.mjs';
|
|
93
|
+
export { TdLineSvg } from './common/line.mjs';
|
|
94
|
+
export { TdLinkSvg } from './common/link.mjs';
|
|
95
|
+
export { TdListSvg } from './common/list.mjs';
|
|
96
|
+
export { TdLockSvg } from './common/lock.mjs';
|
|
97
|
+
export { TdMPageSvg } from './common/mPage.mjs';
|
|
98
|
+
export { TdMergeCellSvg } from './common/merge-cell.mjs';
|
|
99
|
+
export { TdMessageSvg } from './common/message.mjs';
|
|
100
|
+
export { TdMiddleLineSvg } from './common/middle-line.mjs';
|
|
101
|
+
export { TdMinusSvg } from './common/minus.mjs';
|
|
102
|
+
export { TdModuleSvg } from './common/module.mjs';
|
|
103
|
+
export { TdMoneySvg } from './common/money.mjs';
|
|
104
|
+
export { TdMultilineInputSvg } from './common/multiline-input.mjs';
|
|
105
|
+
export { TdMultipleOptionsSvg } from './common/multiple-options.mjs';
|
|
106
|
+
export { TdNestedSvg } from './common/nested.mjs';
|
|
107
|
+
export { TdNumericalInputSvg } from './common/numerical-input.mjs';
|
|
108
|
+
export { TdNumericalSvg } from './common/numerical.mjs';
|
|
109
|
+
export { TdOutlineSvg } from './common/outline.mjs';
|
|
110
|
+
export { TdOverlineSvg } from './common/overline.mjs';
|
|
111
|
+
export { TdPageAddSvg } from './common/page-add.mjs';
|
|
112
|
+
export { TdPageDeleteSvg } from './common/page-delete.mjs';
|
|
113
|
+
export { TdPageDirectionSvg } from './common/page-direction.mjs';
|
|
114
|
+
export { TdPageHeaderFooterSvg } from './common/page-header-footer.mjs';
|
|
115
|
+
export { TdPageMarginSvg } from './common/page-margin.mjs';
|
|
116
|
+
export { TdPaginateSvg } from './common/paginate.mjs';
|
|
117
|
+
export { TdPaginationSvg } from './common/pagination.mjs';
|
|
118
|
+
export { TdPagingSvg } from './common/paging.mjs';
|
|
119
|
+
export { TdPasswordSvg } from './common/password.mjs';
|
|
120
|
+
export { TdPdfSvg } from './common/pdf.mjs';
|
|
121
|
+
export { TdPeopleSvg } from './common/people.mjs';
|
|
122
|
+
export { TdPeoplesSvg } from './common/peoples.mjs';
|
|
123
|
+
export { TdPlusSvg } from './common/plus.mjs';
|
|
124
|
+
export { TdProcessSvg } from './common/process.mjs';
|
|
125
|
+
export { TdPropertySvg } from './common/property.mjs';
|
|
126
|
+
export { TdQqSvg } from './common/qq.mjs';
|
|
127
|
+
export { TdRadioButtonSvg } from './common/radio-button.mjs';
|
|
128
|
+
export { TdRectangleSvg } from './common/rectangle.mjs';
|
|
129
|
+
export { TdRedoSvg } from './common/redo.mjs';
|
|
130
|
+
export { TdRestrictedEditListSvg } from './common/restricted-edit-list.mjs';
|
|
131
|
+
export { TdRowHeightSvg } from './common/row-height.mjs';
|
|
132
|
+
export { TdRowSpacingSvg } from './common/row-spacing.mjs';
|
|
133
|
+
export { TdSPageSvg } from './common/sPage.mjs';
|
|
134
|
+
export { TdSave2Svg } from './common/save-2.mjs';
|
|
135
|
+
export { TdSaveSvg } from './common/save.mjs';
|
|
136
|
+
export { TdSdTagSvg } from './common/sd-tag.mjs';
|
|
137
|
+
export { TdSearchSvg } from './common/search.mjs';
|
|
138
|
+
export { TdSelectSvg } from './common/select.mjs';
|
|
139
|
+
export { TdSensitiveInfoSvg } from './common/sensitive-info.mjs';
|
|
140
|
+
export { TdShapeSvg } from './common/shape.mjs';
|
|
141
|
+
export { TdShoppingCardSvg } from './common/shopping-card.mjs';
|
|
142
|
+
export { TdShoppingSvg } from './common/shopping.mjs';
|
|
143
|
+
export { TdSignSvg } from './common/sign.mjs';
|
|
144
|
+
export { TdSignatureSvg } from './common/signature.mjs';
|
|
145
|
+
export { TdSingleInputSvg } from './common/single-input.mjs';
|
|
146
|
+
export { TdSingleOptionSvg } from './common/single-option.mjs';
|
|
147
|
+
export { TdSizeSvg } from './common/size.mjs';
|
|
148
|
+
export { TdSkillSvg } from './common/skill.mjs';
|
|
149
|
+
export { TdSortValueSvg } from './common/sort-value.mjs';
|
|
150
|
+
export { TdSortSvg } from './common/sort.mjs';
|
|
151
|
+
export { TdSplitCellSvg } from './common/split-cell.mjs';
|
|
152
|
+
export { TdStarSvg } from './common/star.mjs';
|
|
153
|
+
export { TdStaticCatalogSvg } from './common/static-catalog.mjs';
|
|
154
|
+
export { TdStaticHorizontalLineSvg } from './common/static-horizontal-line.mjs';
|
|
155
|
+
export { TdStaticImageSvg } from './common/static-image.mjs';
|
|
156
|
+
export { TdStaticVerticalLineSvg } from './common/static-vertical-line.mjs';
|
|
157
|
+
export { TdStaticHLineSvg } from './common/staticHLine.mjs';
|
|
158
|
+
export { TdStaticLabelSvg } from './common/staticLabel.mjs';
|
|
159
|
+
export { TdStaticMLLabelSvg } from './common/staticMLLabel.mjs';
|
|
160
|
+
export { TdStaticQRCodeSvg } from './common/staticQRCode.mjs';
|
|
161
|
+
export { TdStaticSLLabelSvg } from './common/staticSLLabel.mjs';
|
|
162
|
+
export { TdStaticTableSvg } from './common/staticTable.mjs';
|
|
163
|
+
export { TdStaticTextSvg } from './common/staticText.mjs';
|
|
164
|
+
export { TdStaticVLineSvg } from './common/staticVLine.mjs';
|
|
165
|
+
export { TdStrikethroughSvg } from './common/strikethrough.mjs';
|
|
166
|
+
export { TdSubmitSvg } from './common/submit.mjs';
|
|
167
|
+
export { TdSvgSvg } from './common/svg.mjs';
|
|
168
|
+
export { TdTabSvg } from './common/tab.mjs';
|
|
169
|
+
export { TdTable1Svg } from './common/table-1.mjs';
|
|
170
|
+
export { TdTable2Svg } from './common/table-2.mjs';
|
|
171
|
+
export { TdTableNewSvg } from './common/table-new.mjs';
|
|
172
|
+
export { TdTableSvg } from './common/table.mjs';
|
|
173
|
+
export { TdTaskSvg } from './common/task.mjs';
|
|
174
|
+
export { TdTdImageSvg } from './common/td-image.mjs';
|
|
175
|
+
export { TdTemplatesSvg } from './common/templates.mjs';
|
|
176
|
+
export { TdTextIndentSvg } from './common/text-indent.mjs';
|
|
177
|
+
export { TdTextSvg } from './common/text.mjs';
|
|
178
|
+
export { TdThemeSvg } from './common/theme.mjs';
|
|
179
|
+
export { TdThreeDotsSvg } from './common/three-dots.mjs';
|
|
180
|
+
export { TdThumbnailPageSvg } from './common/thumbnail-page.mjs';
|
|
181
|
+
export { TdThumbnailSvg } from './common/thumbnail.mjs';
|
|
182
|
+
export { TdTimeSvg } from './common/time.mjs';
|
|
183
|
+
export { TdTransformSvg } from './common/transform.mjs';
|
|
184
|
+
export { TdTreeShapeSvg } from './common/tree-shape.mjs';
|
|
185
|
+
export { TdTreeTableSvg } from './common/tree-table.mjs';
|
|
186
|
+
export { TdTreeSvg } from './common/tree.mjs';
|
|
187
|
+
export { TdUnderlineSvg } from './common/underline.mjs';
|
|
188
|
+
export { TdUndoSvg } from './common/undo.mjs';
|
|
189
|
+
export { TdUnfoldSvg } from './common/unfold.mjs';
|
|
190
|
+
export { TdUserSvg } from './common/user.mjs';
|
|
191
|
+
export { TdViewCodeSvg } from './common/view-code.mjs';
|
|
192
|
+
export { TdWatermarkSvg } from './common/watermark.mjs';
|
|
193
|
+
export { TdWechatSvg } from './common/wechat.mjs';
|
|
194
|
+
export { TdWorkflowSvg } from './common/workflow.mjs';
|
|
195
|
+
export { TdZipSvg } from './common/zip.mjs';
|