@aifuxi/semi-icons-lab-vue 0.1.0-alpha.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/LICENSE +21 -0
- package/README.md +22 -0
- package/dist/Icon.test.d.ts +1 -0
- package/dist/SBOM.spdx.json +67 -0
- package/dist/THIRD_PARTY_LICENSES/Semi-Design.txt +83 -0
- package/dist/THIRD_PARTY_NOTICES.md +11 -0
- package/dist/components/Icon.d.ts +18 -0
- package/dist/components/Icon.js +96 -0
- package/dist/icons/IconAccessibility.d.ts +2 -0
- package/dist/icons/IconAccessibility.js +28 -0
- package/dist/icons/IconAnchor.d.ts +2 -0
- package/dist/icons/IconAnchor.js +40 -0
- package/dist/icons/IconAutocomplete.d.ts +2 -0
- package/dist/icons/IconAutocomplete.js +43 -0
- package/dist/icons/IconAvatar.d.ts +2 -0
- package/dist/icons/IconAvatar.js +45 -0
- package/dist/icons/IconBackTop.d.ts +2 -0
- package/dist/icons/IconBackTop.js +28 -0
- package/dist/icons/IconBadge.d.ts +2 -0
- package/dist/icons/IconBadge.js +28 -0
- package/dist/icons/IconBadgeStar.d.ts +2 -0
- package/dist/icons/IconBadgeStar.js +24 -0
- package/dist/icons/IconBanner.d.ts +2 -0
- package/dist/icons/IconBanner.js +66 -0
- package/dist/icons/IconBreadcrumb.d.ts +2 -0
- package/dist/icons/IconBreadcrumb.js +31 -0
- package/dist/icons/IconButton.d.ts +2 -0
- package/dist/icons/IconButton.js +34 -0
- package/dist/icons/IconCalendar.d.ts +2 -0
- package/dist/icons/IconCalendar.js +49 -0
- package/dist/icons/IconCard.d.ts +2 -0
- package/dist/icons/IconCard.js +41 -0
- package/dist/icons/IconCarousel.d.ts +2 -0
- package/dist/icons/IconCarousel.js +53 -0
- package/dist/icons/IconCascader.d.ts +2 -0
- package/dist/icons/IconCascader.js +31 -0
- package/dist/icons/IconChangelog.d.ts +2 -0
- package/dist/icons/IconChangelog.js +48 -0
- package/dist/icons/IconChart.d.ts +2 -0
- package/dist/icons/IconChart.js +51 -0
- package/dist/icons/IconChat.d.ts +2 -0
- package/dist/icons/IconChat.js +48 -0
- package/dist/icons/IconCheckbox.d.ts +2 -0
- package/dist/icons/IconCheckbox.js +32 -0
- package/dist/icons/IconCodeHighlight.d.ts +2 -0
- package/dist/icons/IconCodeHighlight.js +54 -0
- package/dist/icons/IconCollapse.d.ts +2 -0
- package/dist/icons/IconCollapse.js +47 -0
- package/dist/icons/IconCollapsible.d.ts +2 -0
- package/dist/icons/IconCollapsible.js +53 -0
- package/dist/icons/IconColorPlatte.d.ts +2 -0
- package/dist/icons/IconColorPlatte.js +43 -0
- package/dist/icons/IconColorPlatteNew.d.ts +2 -0
- package/dist/icons/IconColorPlatteNew.js +23 -0
- package/dist/icons/IconConfig.d.ts +2 -0
- package/dist/icons/IconConfig.js +37 -0
- package/dist/icons/IconDarkMode.d.ts +2 -0
- package/dist/icons/IconDarkMode.js +28 -0
- package/dist/icons/IconDatePicker.d.ts +2 -0
- package/dist/icons/IconDatePicker.js +45 -0
- package/dist/icons/IconDescriptions.d.ts +2 -0
- package/dist/icons/IconDescriptions.js +71 -0
- package/dist/icons/IconDivider.d.ts +2 -0
- package/dist/icons/IconDivider.js +71 -0
- package/dist/icons/IconDropdown.d.ts +2 -0
- package/dist/icons/IconDropdown.js +31 -0
- package/dist/icons/IconEmpty.d.ts +2 -0
- package/dist/icons/IconEmpty.js +63 -0
- package/dist/icons/IconFaq.d.ts +2 -0
- package/dist/icons/IconFaq.js +39 -0
- package/dist/icons/IconForm.d.ts +2 -0
- package/dist/icons/IconForm.js +79 -0
- package/dist/icons/IconGettingStarted.d.ts +2 -0
- package/dist/icons/IconGettingStarted.js +26 -0
- package/dist/icons/IconGrid.d.ts +2 -0
- package/dist/icons/IconGrid.js +93 -0
- package/dist/icons/IconHeart.d.ts +2 -0
- package/dist/icons/IconHeart.js +26 -0
- package/dist/icons/IconHighlight.d.ts +2 -0
- package/dist/icons/IconHighlight.js +30 -0
- package/dist/icons/IconImage.d.ts +2 -0
- package/dist/icons/IconImage.js +33 -0
- package/dist/icons/IconInput.d.ts +2 -0
- package/dist/icons/IconInput.js +105 -0
- package/dist/icons/IconInputNumber.d.ts +2 -0
- package/dist/icons/IconInputNumber.js +43 -0
- package/dist/icons/IconIntro.d.ts +2 -0
- package/dist/icons/IconIntro.js +24 -0
- package/dist/icons/IconJsonViewer.d.ts +2 -0
- package/dist/icons/IconJsonViewer.js +49 -0
- package/dist/icons/IconLayout.d.ts +2 -0
- package/dist/icons/IconLayout.js +55 -0
- package/dist/icons/IconList.d.ts +2 -0
- package/dist/icons/IconList.js +43 -0
- package/dist/icons/IconLocaleProvider.d.ts +2 -0
- package/dist/icons/IconLocaleProvider.js +37 -0
- package/dist/icons/IconLottie.d.ts +2 -0
- package/dist/icons/IconLottie.js +59 -0
- package/dist/icons/IconMarkdown.d.ts +2 -0
- package/dist/icons/IconMarkdown.js +58 -0
- package/dist/icons/IconModal.d.ts +2 -0
- package/dist/icons/IconModal.js +51 -0
- package/dist/icons/IconNavigation.d.ts +2 -0
- package/dist/icons/IconNavigation.js +31 -0
- package/dist/icons/IconNotification.d.ts +2 -0
- package/dist/icons/IconNotification.js +46 -0
- package/dist/icons/IconOverflow.d.ts +2 -0
- package/dist/icons/IconOverflow.js +45 -0
- package/dist/icons/IconPagination.d.ts +2 -0
- package/dist/icons/IconPagination.js +41 -0
- package/dist/icons/IconPincode.d.ts +2 -0
- package/dist/icons/IconPincode.js +71 -0
- package/dist/icons/IconPopconfirm.d.ts +2 -0
- package/dist/icons/IconPopconfirm.js +47 -0
- package/dist/icons/IconPopover.d.ts +2 -0
- package/dist/icons/IconPopover.js +43 -0
- package/dist/icons/IconProgress.d.ts +2 -0
- package/dist/icons/IconProgress.js +29 -0
- package/dist/icons/IconRadio.d.ts +2 -0
- package/dist/icons/IconRadio.js +28 -0
- package/dist/icons/IconRating.d.ts +2 -0
- package/dist/icons/IconRating.js +28 -0
- package/dist/icons/IconScrollList.d.ts +2 -0
- package/dist/icons/IconScrollList.js +60 -0
- package/dist/icons/IconSelect.d.ts +2 -0
- package/dist/icons/IconSelect.js +57 -0
- package/dist/icons/IconSideSheet.d.ts +2 -0
- package/dist/icons/IconSideSheet.js +35 -0
- package/dist/icons/IconSkeleton.d.ts +2 -0
- package/dist/icons/IconSkeleton.js +61 -0
- package/dist/icons/IconSlider.d.ts +2 -0
- package/dist/icons/IconSlider.js +61 -0
- package/dist/icons/IconSpace.d.ts +2 -0
- package/dist/icons/IconSpace.js +55 -0
- package/dist/icons/IconSpin.d.ts +2 -0
- package/dist/icons/IconSpin.js +43 -0
- package/dist/icons/IconSteps.d.ts +2 -0
- package/dist/icons/IconSteps.js +34 -0
- package/dist/icons/IconSwitch.d.ts +2 -0
- package/dist/icons/IconSwitch.js +47 -0
- package/dist/icons/IconTable.d.ts +2 -0
- package/dist/icons/IconTable.js +49 -0
- package/dist/icons/IconTabs.d.ts +2 -0
- package/dist/icons/IconTabs.js +41 -0
- package/dist/icons/IconTag.d.ts +2 -0
- package/dist/icons/IconTag.js +28 -0
- package/dist/icons/IconTagInput.d.ts +2 -0
- package/dist/icons/IconTagInput.js +35 -0
- package/dist/icons/IconTimePicker.d.ts +2 -0
- package/dist/icons/IconTimePicker.js +51 -0
- package/dist/icons/IconTimeline.d.ts +2 -0
- package/dist/icons/IconTimeline.js +44 -0
- package/dist/icons/IconToast.d.ts +2 -0
- package/dist/icons/IconToast.js +51 -0
- package/dist/icons/IconToken.d.ts +2 -0
- package/dist/icons/IconToken.js +47 -0
- package/dist/icons/IconTooltip.d.ts +2 -0
- package/dist/icons/IconTooltip.js +38 -0
- package/dist/icons/IconTransfer.d.ts +2 -0
- package/dist/icons/IconTransfer.js +31 -0
- package/dist/icons/IconTree.d.ts +2 -0
- package/dist/icons/IconTree.js +55 -0
- package/dist/icons/IconTreeSelect.d.ts +2 -0
- package/dist/icons/IconTreeSelect.js +51 -0
- package/dist/icons/IconTypography.d.ts +2 -0
- package/dist/icons/IconTypography.js +24 -0
- package/dist/icons/IconUpload.d.ts +2 -0
- package/dist/icons/IconUpload.js +37 -0
- package/dist/icons/IconVersionOne.d.ts +2 -0
- package/dist/icons/IconVersionOne.js +28 -0
- package/dist/icons/IconVersionTwo.d.ts +2 -0
- package/dist/icons/IconVersionTwo.js +35 -0
- package/dist/icons/IconWebcomponents.d.ts +2 -0
- package/dist/icons/IconWebcomponents.js +51 -0
- package/dist/icons/IconWheelChair.d.ts +2 -0
- package/dist/icons/IconWheelChair.js +31 -0
- package/dist/icons/index.d.ts +84 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +86 -0
- package/package.json +61 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 aifuxi
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# @aifuxi/semi-icons-lab-vue
|
|
2
|
+
|
|
3
|
+
从固定 Semi Design `v2.102.0` 资源生成的实验版 Vue 3 图标组件。
|
|
4
|
+
|
|
5
|
+
> Lab 图标本身属于实验能力,可能比稳定图标更频繁地调整。本包不是 Semi Design 官方 Vue 版本。
|
|
6
|
+
|
|
7
|
+
## 安装与使用
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
pnpm add @aifuxi/semi-icons-lab-vue@next
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
```ts
|
|
14
|
+
import { IconAvatar } from '@aifuxi/semi-icons-lab-vue';
|
|
15
|
+
import IconAvatarDirect from '@aifuxi/semi-icons-lab-vue/icons/IconAvatar';
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
本包为 ESM-only,要求 Vue `>=3.5.0`,支持根入口、`Icon` 基座和逐图标子路径。
|
|
19
|
+
|
|
20
|
+
## 许可与归属
|
|
21
|
+
|
|
22
|
+
项目代码使用 MIT License。Semi Design 的原始 MIT 许可、第三方声明和 SPDX 2.3 SBOM 随包发布。
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"spdxVersion": "SPDX-2.3",
|
|
3
|
+
"dataLicense": "CC0-1.0",
|
|
4
|
+
"SPDXID": "SPDXRef-DOCUMENT",
|
|
5
|
+
"name": "@aifuxi/semi-icons-lab-vue-0.1.0-alpha.0",
|
|
6
|
+
"documentNamespace": "https://github.com/aifuxi/semi-ui-vue/spdx/%40aifuxi%2Fsemi-icons-lab-vue/0.1.0-alpha.0/cdfba6e520fc83ad871b30f51f36d8af3aaa5a21/a9f843435d16d2a8",
|
|
7
|
+
"documentDescribes": [
|
|
8
|
+
"SPDXRef-Package-Workspace"
|
|
9
|
+
],
|
|
10
|
+
"creationInfo": {
|
|
11
|
+
"created": "2026-08-30T08:37:09.982Z",
|
|
12
|
+
"creators": [
|
|
13
|
+
"Tool: semi-ui-vue-workspace"
|
|
14
|
+
]
|
|
15
|
+
},
|
|
16
|
+
"packages": [
|
|
17
|
+
{
|
|
18
|
+
"SPDXID": "SPDXRef-Package-Workspace",
|
|
19
|
+
"name": "@aifuxi/semi-icons-lab-vue",
|
|
20
|
+
"versionInfo": "0.1.0-alpha.0",
|
|
21
|
+
"supplier": "Person: aifuxi",
|
|
22
|
+
"downloadLocation": "https://github.com/aifuxi/semi-ui-vue",
|
|
23
|
+
"filesAnalyzed": false,
|
|
24
|
+
"licenseConcluded": "MIT",
|
|
25
|
+
"licenseDeclared": "MIT",
|
|
26
|
+
"primaryPackagePurpose": "LIBRARY"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"SPDXID": "SPDXRef-Package-Semi-Design",
|
|
30
|
+
"name": "@douyinfe/semi-design",
|
|
31
|
+
"versionInfo": "2.102.0",
|
|
32
|
+
"supplier": "Organization: DouyinFE",
|
|
33
|
+
"downloadLocation": "https://github.com/DouyinFE/semi-design",
|
|
34
|
+
"filesAnalyzed": false,
|
|
35
|
+
"licenseConcluded": "MIT",
|
|
36
|
+
"licenseDeclared": "MIT",
|
|
37
|
+
"externalRefs": [
|
|
38
|
+
{
|
|
39
|
+
"referenceCategory": "PACKAGE-MANAGER",
|
|
40
|
+
"referenceType": "purl",
|
|
41
|
+
"referenceLocator": "pkg:github/DouyinFE/semi-design@cdfba6e520fc83ad871b30f51f36d8af3aaa5a21"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"SPDXID": "SPDXRef-Package-vue",
|
|
47
|
+
"name": "vue",
|
|
48
|
+
"versionInfo": ">=3.5.0",
|
|
49
|
+
"downloadLocation": "NOASSERTION",
|
|
50
|
+
"filesAnalyzed": false,
|
|
51
|
+
"licenseConcluded": "NOASSERTION",
|
|
52
|
+
"licenseDeclared": "NOASSERTION"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"relationships": [
|
|
56
|
+
{
|
|
57
|
+
"spdxElementId": "SPDXRef-Package-Workspace",
|
|
58
|
+
"relationshipType": "DERIVED_FROM",
|
|
59
|
+
"relatedSpdxElement": "SPDXRef-Package-Semi-Design"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"spdxElementId": "SPDXRef-Package-Workspace",
|
|
63
|
+
"relationshipType": "DEPENDS_ON",
|
|
64
|
+
"relatedSpdxElement": "SPDXRef-Package-vue"
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2021 DouyinFE
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
22
|
+
|
|
23
|
+
The code implementation of the external library is referenced by DouyinFe are:
|
|
24
|
+
|
|
25
|
+
- animate.css
|
|
26
|
+
|
|
27
|
+
The MIT License (MIT)
|
|
28
|
+
|
|
29
|
+
Copyright (c) 2020 Daniel Eden
|
|
30
|
+
|
|
31
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
32
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
33
|
+
in the Software without restriction, including without limitation the rights
|
|
34
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
35
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
36
|
+
furnished to do so, subject to the following conditions:
|
|
37
|
+
|
|
38
|
+
The above copyright notice and this permission notice shall be included in all
|
|
39
|
+
copies or substantial portions of the Software.
|
|
40
|
+
|
|
41
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
42
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
43
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
44
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
45
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
46
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
47
|
+
SOFTWARE.
|
|
48
|
+
|
|
49
|
+
- Ant Design
|
|
50
|
+
MIT LICENSE
|
|
51
|
+
|
|
52
|
+
Copyright (c) 2015-present Ant UED, https://xtech.antfin.com/
|
|
53
|
+
|
|
54
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
55
|
+
a copy of this software and associated documentation files (the
|
|
56
|
+
"Software"), to deal in the Software without restriction, including
|
|
57
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
58
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
59
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
60
|
+
the following conditions:
|
|
61
|
+
|
|
62
|
+
The above copyright notice and this permission notice shall be
|
|
63
|
+
included in all copies or substantial portions of the Software.
|
|
64
|
+
|
|
65
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
66
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
67
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
68
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
69
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
70
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
71
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
72
|
+
|
|
73
|
+
- rc-tree
|
|
74
|
+
|
|
75
|
+
MIT LICENSE
|
|
76
|
+
|
|
77
|
+
Copyright (c) 2015-present Alipay.com, https://www.alipay.com/
|
|
78
|
+
|
|
79
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
80
|
+
|
|
81
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
82
|
+
|
|
83
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# Third-Party Notices
|
|
2
|
+
|
|
3
|
+
This package is part of an independent Vue implementation derived from or interoperating with Semi Design v2.102.0. It is not an official Semi Design Vue package and does not imply authorization, partnership, or endorsement by DouyinFE.
|
|
4
|
+
|
|
5
|
+
- Project: Semi Design
|
|
6
|
+
- Copyright: Copyright (c) 2021 DouyinFE
|
|
7
|
+
- License: MIT, including the upstream third-party notices
|
|
8
|
+
- Source: https://github.com/DouyinFE/semi-design
|
|
9
|
+
- Reference commit: cdfba6e520fc83ad871b30f51f36d8af3aaa5a21
|
|
10
|
+
|
|
11
|
+
The complete upstream license and notices are included at `THIRD_PARTY_LICENSES/Semi-Design.txt`.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { DefineComponent, VNode } from 'vue';
|
|
2
|
+
export declare const ICON_SIZES: readonly ["inherit", "extra-small", "small", "default", "large", "extra-large"];
|
|
3
|
+
export type IconSize = (typeof ICON_SIZES)[number];
|
|
4
|
+
export interface IconProps {
|
|
5
|
+
prefixCls?: string;
|
|
6
|
+
rotate?: number;
|
|
7
|
+
size?: IconSize;
|
|
8
|
+
spin?: boolean;
|
|
9
|
+
type?: string;
|
|
10
|
+
}
|
|
11
|
+
export type IconSvgProps = Record<never, never>;
|
|
12
|
+
export type IconSvgRenderer = (props: IconSvgProps) => VNode;
|
|
13
|
+
export type SemiIconComponent = DefineComponent<IconProps> & {
|
|
14
|
+
elementType: 'Icon';
|
|
15
|
+
};
|
|
16
|
+
declare const Icon: SemiIconComponent;
|
|
17
|
+
export declare function convertIcon(renderSvg: IconSvgRenderer, iconType: string): SemiIconComponent;
|
|
18
|
+
export default Icon;
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { computed as e, defineComponent as t, h as n, mergeProps as r } from "vue";
|
|
2
|
+
//#region src/components/Icon.ts
|
|
3
|
+
var i = [
|
|
4
|
+
"inherit",
|
|
5
|
+
"extra-small",
|
|
6
|
+
"small",
|
|
7
|
+
"default",
|
|
8
|
+
"large",
|
|
9
|
+
"extra-large"
|
|
10
|
+
], a = t({
|
|
11
|
+
name: "Icon",
|
|
12
|
+
inheritAttrs: !1,
|
|
13
|
+
props: {
|
|
14
|
+
prefixCls: {
|
|
15
|
+
type: String,
|
|
16
|
+
default: "semi"
|
|
17
|
+
},
|
|
18
|
+
rotate: {
|
|
19
|
+
type: Number,
|
|
20
|
+
default: void 0
|
|
21
|
+
},
|
|
22
|
+
size: {
|
|
23
|
+
type: String,
|
|
24
|
+
default: "default"
|
|
25
|
+
},
|
|
26
|
+
spin: {
|
|
27
|
+
type: Boolean,
|
|
28
|
+
default: !1
|
|
29
|
+
},
|
|
30
|
+
type: {
|
|
31
|
+
type: String,
|
|
32
|
+
default: void 0
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
setup(t, { attrs: i, slots: a, expose: o }) {
|
|
36
|
+
let s = null;
|
|
37
|
+
return o({ element: e(() => s) }), () => {
|
|
38
|
+
let e = typeof t.rotate == "number" && Number.isSafeInteger(t.rotate) ? { transform: `rotate(${t.rotate}deg)` } : {}, o = t.prefixCls, c = r({
|
|
39
|
+
role: "img",
|
|
40
|
+
"aria-label": t.type,
|
|
41
|
+
class: [
|
|
42
|
+
`${o}-icon`,
|
|
43
|
+
t.size === "inherit" ? null : `${o}-icon-${t.size}`,
|
|
44
|
+
t.spin ? `${o}-icon-spinning` : null,
|
|
45
|
+
t.type ? `${o}-icon-${t.type}` : null
|
|
46
|
+
],
|
|
47
|
+
style: e
|
|
48
|
+
}, i);
|
|
49
|
+
return n("span", {
|
|
50
|
+
...c,
|
|
51
|
+
ref: (e) => {
|
|
52
|
+
s = e instanceof HTMLSpanElement ? e : null;
|
|
53
|
+
}
|
|
54
|
+
}, a.default?.());
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
});
|
|
58
|
+
a.elementType = "Icon";
|
|
59
|
+
function o(r, i) {
|
|
60
|
+
let o = t({
|
|
61
|
+
name: i.split("_").map((e) => `${e.charAt(0).toUpperCase()}${e.slice(1)}`).join(""),
|
|
62
|
+
inheritAttrs: !1,
|
|
63
|
+
props: {
|
|
64
|
+
prefixCls: {
|
|
65
|
+
type: String,
|
|
66
|
+
default: void 0
|
|
67
|
+
},
|
|
68
|
+
rotate: {
|
|
69
|
+
type: Number,
|
|
70
|
+
default: void 0
|
|
71
|
+
},
|
|
72
|
+
size: {
|
|
73
|
+
type: String,
|
|
74
|
+
default: void 0
|
|
75
|
+
},
|
|
76
|
+
spin: {
|
|
77
|
+
type: Boolean,
|
|
78
|
+
default: !1
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
setup(t, { attrs: o, expose: s }) {
|
|
82
|
+
let c = null;
|
|
83
|
+
return s({ element: e(() => c?.element.value ?? null) }), () => n(a, {
|
|
84
|
+
...t,
|
|
85
|
+
...o,
|
|
86
|
+
ref: (e) => {
|
|
87
|
+
c = e;
|
|
88
|
+
},
|
|
89
|
+
type: i
|
|
90
|
+
}, { default: () => r({}) });
|
|
91
|
+
}
|
|
92
|
+
});
|
|
93
|
+
return o.elementType = "Icon", o;
|
|
94
|
+
}
|
|
95
|
+
//#endregion
|
|
96
|
+
export { i as ICON_SIZES, o as convertIcon, a as default };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { convertIcon as e } from "../components/Icon.js";
|
|
2
|
+
import { h as t } from "vue";
|
|
3
|
+
//#region src/icons/IconAccessibility.ts
|
|
4
|
+
function n(e) {
|
|
5
|
+
return t("svg", {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em",
|
|
11
|
+
focusable: !1,
|
|
12
|
+
"aria-hidden": !0,
|
|
13
|
+
...e
|
|
14
|
+
}, [t("circle", {
|
|
15
|
+
cx: 12,
|
|
16
|
+
cy: 4,
|
|
17
|
+
r: 3,
|
|
18
|
+
fill: "#4CC3FA"
|
|
19
|
+
}, void 0), t("path", {
|
|
20
|
+
"fill-rule": "evenodd",
|
|
21
|
+
"clip-rule": "evenodd",
|
|
22
|
+
d: "M2 9.5C2 8.67 2.67 8 3.5 8h17a1.5 1.5 0 0 1 0 3H16v10.5a1.5 1.5 0 0 1-3 0V17a1 1 0 1 0-2 0v4.5a1.5 1.5 0 0 1-3 0V11H3.5A1.5 1.5 0 0 1 2 9.5Z",
|
|
23
|
+
fill: "#6A6F7F"
|
|
24
|
+
}, void 0)]);
|
|
25
|
+
}
|
|
26
|
+
var r = e(n, "accessibility");
|
|
27
|
+
//#endregion
|
|
28
|
+
export { r as default };
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { convertIcon as e } from "../components/Icon.js";
|
|
2
|
+
import { h as t } from "vue";
|
|
3
|
+
//#region src/icons/IconAnchor.ts
|
|
4
|
+
function n(e) {
|
|
5
|
+
return t("svg", {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em",
|
|
11
|
+
focusable: !1,
|
|
12
|
+
"aria-hidden": !0,
|
|
13
|
+
...e
|
|
14
|
+
}, [
|
|
15
|
+
t("path", {
|
|
16
|
+
d: "M6.17 12h-2.5a8.33 8.33 0 1 0 16.66 0h-2.5",
|
|
17
|
+
stroke: "#AAB2BF",
|
|
18
|
+
"stroke-width": 2,
|
|
19
|
+
"stroke-linejoin": "round"
|
|
20
|
+
}, void 0),
|
|
21
|
+
t("path", {
|
|
22
|
+
d: "M12 20.33V7.83",
|
|
23
|
+
stroke: "#818A9B",
|
|
24
|
+
"stroke-width": 2,
|
|
25
|
+
"stroke-linejoin": "round"
|
|
26
|
+
}, void 0),
|
|
27
|
+
t("path", {
|
|
28
|
+
"fill-rule": "evenodd",
|
|
29
|
+
"clip-rule": "evenodd",
|
|
30
|
+
d: "M12 9.84a3.09 3.09 0 1 0 0-6.17 3.09 3.09 0 0 0 0 6.17Z",
|
|
31
|
+
fill: "#324350",
|
|
32
|
+
stroke: "#324350",
|
|
33
|
+
"stroke-width": 1.25,
|
|
34
|
+
"stroke-linejoin": "round"
|
|
35
|
+
}, void 0)
|
|
36
|
+
]);
|
|
37
|
+
}
|
|
38
|
+
var r = e(n, "anchor");
|
|
39
|
+
//#endregion
|
|
40
|
+
export { r as default };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { convertIcon as e } from "../components/Icon.js";
|
|
2
|
+
import { h as t } from "vue";
|
|
3
|
+
//#region src/icons/IconAutocomplete.ts
|
|
4
|
+
function n(e) {
|
|
5
|
+
return t("svg", {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em",
|
|
11
|
+
focusable: !1,
|
|
12
|
+
"aria-hidden": !0,
|
|
13
|
+
...e
|
|
14
|
+
}, [
|
|
15
|
+
t("rect", {
|
|
16
|
+
x: 1,
|
|
17
|
+
y: 4,
|
|
18
|
+
width: 22,
|
|
19
|
+
height: 16,
|
|
20
|
+
rx: 3,
|
|
21
|
+
fill: "#DDE3E8"
|
|
22
|
+
}, void 0),
|
|
23
|
+
t("path", {
|
|
24
|
+
d: "M3.1 16.31c.45 0 .7-.23.88-.83L4.46 14H7.5l.5 1.47c.16.59.43.83.9.83.48 0 .8-.3.8-.75 0-.18-.04-.39-.13-.66L7.4 8.64c-.27-.81-.65-1.14-1.37-1.14-.73 0-1.11.34-1.39 1.14L2.45 14.9c-.1.33-.15.52-.15.7 0 .42.32.71.8.71Zm1.74-3.58 1.1-3.5h.1l1.09 3.5H4.84Z",
|
|
25
|
+
fill: "#4CC3FA"
|
|
26
|
+
}, void 0),
|
|
27
|
+
t("path", {
|
|
28
|
+
d: "M10.93 15.14c0 .73.38 1.1 1.14 1.1h2.47c1.83 0 3.01-.96 3.01-2.45 0-1.18-.76-2-1.93-2.11v-.08a1.84 1.84 0 0 0 1.49-1.9c0-1.3-1-2.13-2.57-2.13h-2.47c-.76 0-1.14.37-1.14 1.1v6.47Zm1.7-3.96V8.86h1.52c.8 0 1.27.43 1.27 1.13 0 .76-.5 1.19-1.66 1.19h-1.13Zm0 3.77v-2.58h1.63c1 0 1.55.5 1.55 1.32 0 .82-.56 1.26-1.9 1.26h-1.28Z",
|
|
29
|
+
fill: "#AAB2BF"
|
|
30
|
+
}, void 0),
|
|
31
|
+
t("rect", {
|
|
32
|
+
x: 19,
|
|
33
|
+
y: 6,
|
|
34
|
+
width: 2,
|
|
35
|
+
height: 12,
|
|
36
|
+
rx: 1,
|
|
37
|
+
fill: "#324350"
|
|
38
|
+
}, void 0)
|
|
39
|
+
]);
|
|
40
|
+
}
|
|
41
|
+
var r = e(n, "autocomplete");
|
|
42
|
+
//#endregion
|
|
43
|
+
export { r as default };
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { convertIcon as e } from "../components/Icon.js";
|
|
2
|
+
import { h as t } from "vue";
|
|
3
|
+
//#region src/icons/IconAvatar.ts
|
|
4
|
+
function n(e) {
|
|
5
|
+
return t("svg", {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em",
|
|
11
|
+
focusable: !1,
|
|
12
|
+
"aria-hidden": !0,
|
|
13
|
+
...e
|
|
14
|
+
}, [
|
|
15
|
+
t("circle", {
|
|
16
|
+
cx: 12,
|
|
17
|
+
cy: 12,
|
|
18
|
+
r: 11,
|
|
19
|
+
fill: "#FBCD2C"
|
|
20
|
+
}, void 0),
|
|
21
|
+
t("mask", {
|
|
22
|
+
id: "mask0_1_3014",
|
|
23
|
+
style: { maskType: "alpha" },
|
|
24
|
+
maskUnits: "userSpaceOnUse",
|
|
25
|
+
x: 1,
|
|
26
|
+
y: 1,
|
|
27
|
+
width: 22,
|
|
28
|
+
height: 22
|
|
29
|
+
}, [t("circle", {
|
|
30
|
+
cx: 12,
|
|
31
|
+
cy: 12,
|
|
32
|
+
r: 11,
|
|
33
|
+
fill: "#A2845E"
|
|
34
|
+
}, void 0)]),
|
|
35
|
+
t("g", { mask: "url(#mask0_1_3014)" }, [t("path", {
|
|
36
|
+
"fill-rule": "evenodd",
|
|
37
|
+
"clip-rule": "evenodd",
|
|
38
|
+
d: "M12 17.8c1.72 0 3.25-1.44 4.09-3.6.52-.2 1.02-.86 1.24-1.7.3-1.1.24-2.09-.56-2.4-.08-3.83-1.6-5.31-4.77-5.31-3.18 0-4.69 1.48-4.77 5.32-.8.3-.86 1.28-.57 2.39.23.84.73 1.5 1.25 1.7.84 2.16 2.37 3.6 4.09 3.6Zm8.01 5.2c.33 0 .58-.3.46-.6-.86-2.14-4.33-3.74-8.47-3.74-4.14 0-7.61 1.6-8.47 3.74-.12.3.13.6.46.6H20Z",
|
|
39
|
+
fill: "white"
|
|
40
|
+
}, void 0)])
|
|
41
|
+
]);
|
|
42
|
+
}
|
|
43
|
+
var r = e(n, "avatar");
|
|
44
|
+
//#endregion
|
|
45
|
+
export { r as default };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { convertIcon as e } from "../components/Icon.js";
|
|
2
|
+
import { h as t } from "vue";
|
|
3
|
+
//#region src/icons/IconBackTop.ts
|
|
4
|
+
function n(e) {
|
|
5
|
+
return t("svg", {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em",
|
|
11
|
+
focusable: !1,
|
|
12
|
+
"aria-hidden": !0,
|
|
13
|
+
...e
|
|
14
|
+
}, [t("path", {
|
|
15
|
+
d: "M2.97 14.13 12 6l9.03 8.13a.5.5 0 0 1-.33.87H16v7H8v-7H3.3a.5.5 0 0 1-.33-.87Z",
|
|
16
|
+
fill: "#4CC3FA"
|
|
17
|
+
}, void 0), t("rect", {
|
|
18
|
+
x: 3,
|
|
19
|
+
y: 2,
|
|
20
|
+
width: 18,
|
|
21
|
+
height: 4,
|
|
22
|
+
rx: 1,
|
|
23
|
+
fill: "#AAB2BF"
|
|
24
|
+
}, void 0)]);
|
|
25
|
+
}
|
|
26
|
+
var r = e(n, "back-top");
|
|
27
|
+
//#endregion
|
|
28
|
+
export { r as default };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { convertIcon as e } from "../components/Icon.js";
|
|
2
|
+
import { h as t } from "vue";
|
|
3
|
+
//#region src/icons/IconBadge.ts
|
|
4
|
+
function n(e) {
|
|
5
|
+
return t("svg", {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em",
|
|
11
|
+
focusable: !1,
|
|
12
|
+
"aria-hidden": !0,
|
|
13
|
+
...e
|
|
14
|
+
}, [t("path", {
|
|
15
|
+
"fill-rule": "evenodd",
|
|
16
|
+
"clip-rule": "evenodd",
|
|
17
|
+
d: "M21 11.5A6.5 6.5 0 0 1 12.5 3H5a3 3 0 0 0-3 3v13a3 3 0 0 0 3 3h13a3 3 0 0 0 3-3v-7.5Z",
|
|
18
|
+
fill: "#DDE3E8"
|
|
19
|
+
}, void 0), t("circle", {
|
|
20
|
+
cx: 18.5,
|
|
21
|
+
cy: 5.5,
|
|
22
|
+
r: 4.5,
|
|
23
|
+
fill: "#FF7D95"
|
|
24
|
+
}, void 0)]);
|
|
25
|
+
}
|
|
26
|
+
var r = e(n, "badge");
|
|
27
|
+
//#endregion
|
|
28
|
+
export { r as default };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { convertIcon as e } from "../components/Icon.js";
|
|
2
|
+
import { h as t } from "vue";
|
|
3
|
+
//#region src/icons/IconBadgeStar.ts
|
|
4
|
+
function n(e) {
|
|
5
|
+
return t("svg", {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em",
|
|
11
|
+
focusable: !1,
|
|
12
|
+
"aria-hidden": !0,
|
|
13
|
+
...e
|
|
14
|
+
}, [t("path", {
|
|
15
|
+
d: "M23 12a11 11 0 1 1-22 0 11 11 0 0 1 22 0Z",
|
|
16
|
+
fill: "#FF7D95"
|
|
17
|
+
}, void 0), t("path", {
|
|
18
|
+
d: "M13.35 17.26c0-.07-.18-2.61-.33-3.56.76.6 2.92 2 2.98 2.01.24.14.5.2.75.18.63-.04 1.2-.44 1.23-1.2.08-.49-.1-.93-.6-1.18-.06-.05-2.41-1.15-3.33-1.51.92-.36 3.24-1.44 3.27-1.47.5-.25.74-.79.65-1.28-.04-.59-.57-1.1-1.25-1.14a1.2 1.2 0 0 0-.7.16c-.06.02-2.24 1.44-3 2.03.15-.95.33-3.47.33-3.54 0-.67-.6-1.26-1.34-1.26a1.3 1.3 0 0 0-1.34 1.31c0 .06.18 2.53.33 3.47-.77-.59-2.96-2.01-3.03-2.03-.2-.12-.44-.17-.7-.16-.63.04-1.2.52-1.23 1.14-.1.5.14 1.03.62 1.28.08.05 2.41 1.13 3.33 1.49-.92.36-3.3 1.47-3.36 1.51-.46.23-.7.67-.61 1.15.04.79.59 1.21 1.23 1.25.26.01.52-.04.75-.18.06-.02 2.23-1.42 2.98-2.03a83.1 83.1 0 0 0-.31 3.5c-.02.75.6 1.3 1.34 1.3.74 0 1.34-.59 1.34-1.24Z",
|
|
19
|
+
fill: "white"
|
|
20
|
+
}, void 0)]);
|
|
21
|
+
}
|
|
22
|
+
var r = e(n, "badge-star");
|
|
23
|
+
//#endregion
|
|
24
|
+
export { r as default };
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { convertIcon as e } from "../components/Icon.js";
|
|
2
|
+
import { h as t } from "vue";
|
|
3
|
+
//#region src/icons/IconBanner.ts
|
|
4
|
+
function n(e) {
|
|
5
|
+
return t("svg", {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em",
|
|
11
|
+
focusable: !1,
|
|
12
|
+
"aria-hidden": !0,
|
|
13
|
+
...e
|
|
14
|
+
}, [
|
|
15
|
+
t("rect", {
|
|
16
|
+
x: 6,
|
|
17
|
+
y: 19,
|
|
18
|
+
width: 12,
|
|
19
|
+
height: 1,
|
|
20
|
+
fill: "#6A6F7F"
|
|
21
|
+
}, void 0),
|
|
22
|
+
t("rect", {
|
|
23
|
+
x: 7.942,
|
|
24
|
+
y: .897,
|
|
25
|
+
width: 2,
|
|
26
|
+
height: 22.2633,
|
|
27
|
+
rx: 1,
|
|
28
|
+
transform: "rotate(10 7.94241 0.896553)",
|
|
29
|
+
fill: "#AAB2BF"
|
|
30
|
+
}, void 0),
|
|
31
|
+
t("rect", {
|
|
32
|
+
x: 14.085,
|
|
33
|
+
y: 1.229,
|
|
34
|
+
width: 2,
|
|
35
|
+
height: 22.3119,
|
|
36
|
+
rx: 1,
|
|
37
|
+
transform: "rotate(-10 14.0853 1.22887)",
|
|
38
|
+
fill: "#AAB2BF"
|
|
39
|
+
}, void 0),
|
|
40
|
+
t("rect", {
|
|
41
|
+
x: 1,
|
|
42
|
+
y: 3,
|
|
43
|
+
width: 22,
|
|
44
|
+
height: 14,
|
|
45
|
+
rx: 2,
|
|
46
|
+
fill: "#FBCD2C"
|
|
47
|
+
}, void 0),
|
|
48
|
+
t("rect", {
|
|
49
|
+
x: 4,
|
|
50
|
+
y: 6,
|
|
51
|
+
width: 16,
|
|
52
|
+
height: 2,
|
|
53
|
+
fill: "#324350"
|
|
54
|
+
}, void 0),
|
|
55
|
+
t("rect", {
|
|
56
|
+
x: 4,
|
|
57
|
+
y: 11,
|
|
58
|
+
width: 9,
|
|
59
|
+
height: 2,
|
|
60
|
+
fill: "#324350"
|
|
61
|
+
}, void 0)
|
|
62
|
+
]);
|
|
63
|
+
}
|
|
64
|
+
var r = e(n, "banner");
|
|
65
|
+
//#endregion
|
|
66
|
+
export { r as default };
|