@oxide/design-system 1.2.9 → 1.2.10
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/components/dist/index.d.ts +177 -94
- package/components/dist/index.js +44630 -43371
- package/icons/index.ts +153 -149
- package/icons/react/Copy12Icon.tsx +33 -0
- package/icons/react/Filter16Icon.tsx +37 -0
- package/icons/react/Info12Icon.tsx +33 -0
- package/icons/react/Metrics24Icon.tsx +24 -5
- package/icons/react/OpenLink12Icon.tsx +1 -1
- package/icons/react/Sort16Icon.tsx +33 -0
- package/icons/react/index.ts +152 -148
- package/icons/sprite.svg +1 -1
- package/icons/svg/copy-12.svg +1 -0
- package/icons/svg/filter-16.svg +1 -0
- package/icons/svg/info-12.svg +1 -0
- package/icons/svg/open-link-12.svg +1 -1
- package/icons/svg/sort-16.svg +1 -0
- package/package.json +1 -1
package/icons/react/index.ts
CHANGED
|
@@ -5,151 +5,155 @@
|
|
|
5
5
|
*
|
|
6
6
|
* Copyright Oxide Computer Company
|
|
7
7
|
*/
|
|
8
|
-
export { default as Access24Icon } from './Access24Icon.tsx'
|
|
9
|
-
export { default as Action24Icon } from './Action24Icon.tsx'
|
|
10
|
-
export { default as AddRoundel24Icon } from './AddRoundel24Icon.tsx'
|
|
11
|
-
export { default as Calendar24Icon } from './Calendar24Icon.tsx'
|
|
12
|
-
export { default as Chat24Icon } from './Chat24Icon.tsx'
|
|
13
|
-
export { default as Clipboard24Icon } from './Clipboard24Icon.tsx'
|
|
14
|
-
export { default as Cloud24Icon } from './Cloud24Icon.tsx'
|
|
15
|
-
export { default as Compatibility24Icon } from './Compatibility24Icon.tsx'
|
|
16
|
-
export { default as Contrast24Icon } from './Contrast24Icon.tsx'
|
|
17
|
-
export { default as Cpu24Icon } from './Cpu24Icon.tsx'
|
|
18
|
-
export { default as Delete24Icon } from './Delete24Icon.tsx'
|
|
19
|
-
export { default as Dislike24Icon } from './Dislike24Icon.tsx'
|
|
20
|
-
export { default as Document24Icon } from './Document24Icon.tsx'
|
|
21
|
-
export { default as Dots24Icon } from './Dots24Icon.tsx'
|
|
22
|
-
export { default as Download24Icon } from './Download24Icon.tsx'
|
|
23
|
-
export { default as Email24Icon } from './Email24Icon.tsx'
|
|
24
|
-
export { default as Error24Icon } from './Error24Icon.tsx'
|
|
25
|
-
export { default as Firewall24Icon } from './Firewall24Icon.tsx'
|
|
26
|
-
export { default as Folder24Icon } from './Folder24Icon.tsx'
|
|
27
|
-
export { default as Gateway24Icon } from './Gateway24Icon.tsx'
|
|
28
|
-
export { default as Heart24Icon } from './Heart24Icon.tsx'
|
|
29
|
-
export { default as Hide24Icon } from './Hide24Icon.tsx'
|
|
30
|
-
export { default as Hourglass24Icon } from './Hourglass24Icon.tsx'
|
|
31
|
-
export { default as Images24Icon } from './Images24Icon.tsx'
|
|
32
|
-
export { default as Info24Icon } from './Info24Icon.tsx'
|
|
33
|
-
export { default as Instances24Icon } from './Instances24Icon.tsx'
|
|
34
|
-
export { default as IpGlobal24Icon } from './IpGlobal24Icon.tsx'
|
|
35
|
-
export { default as IpLocal24Icon } from './IpLocal24Icon.tsx'
|
|
36
|
-
export { default as Issues24Icon } from './Issues24Icon.tsx'
|
|
37
|
-
export { default as Key24Icon } from './Key24Icon.tsx'
|
|
38
|
-
export { default as Like24Icon } from './Like24Icon.tsx'
|
|
39
|
-
export { default as LoadBalancer24Icon } from './LoadBalancer24Icon.tsx'
|
|
40
|
-
export { default as Location24Icon } from './Location24Icon.tsx'
|
|
41
|
-
export { default as Logs24Icon } from './Logs24Icon.tsx'
|
|
42
|
-
export { default as Metrics24Icon } from './Metrics24Icon.tsx'
|
|
43
|
-
export { default as Networking24Icon } from './Networking24Icon.tsx'
|
|
44
|
-
export { default as Organization24Icon } from './Organization24Icon.tsx'
|
|
45
|
-
export { default as Overview24Icon } from './Overview24Icon.tsx'
|
|
46
|
-
export { default as Person24Icon } from './Person24Icon.tsx'
|
|
47
|
-
export { default as PersonGroup24Icon } from './PersonGroup24Icon.tsx'
|
|
48
|
-
export { default as Progress24Icon } from './Progress24Icon.tsx'
|
|
49
|
-
export { default as Prohibited24Icon } from './Prohibited24Icon.tsx'
|
|
50
|
-
export { default as Router24Icon } from './Router24Icon.tsx'
|
|
51
|
-
export { default as Safety24Icon } from './Safety24Icon.tsx'
|
|
52
|
-
export { default as Security24Icon } from './Security24Icon.tsx'
|
|
53
|
-
export { default as Racks24Icon } from './Racks24Icon.tsx'
|
|
54
|
-
export { default as Settings24Icon } from './Settings24Icon.tsx'
|
|
55
|
-
export { default as Snapshots24Icon } from './Snapshots24Icon.tsx'
|
|
56
|
-
export { default as SoftwareUpdate24Icon } from './SoftwareUpdate24Icon.tsx'
|
|
57
|
-
export { default as Speaker24Icon } from './Speaker24Icon.tsx'
|
|
58
|
-
export { default as Storage24Icon } from './Storage24Icon.tsx'
|
|
59
|
-
export { default as Subnet24Icon } from './Subnet24Icon.tsx'
|
|
60
|
-
export { default as Resize24Icon } from './Resize24Icon.tsx'
|
|
61
|
-
export { default as Terminal24Icon } from './Terminal24Icon.tsx'
|
|
62
|
-
export { default as Transmit24Icon } from './Transmit24Icon.tsx'
|
|
63
|
-
export { default as Wireless24Icon } from './Wireless24Icon.tsx'
|
|
64
|
-
export { default as Access16Icon } from './Access16Icon.tsx'
|
|
65
|
-
export { default as Action16Icon } from './Action16Icon.tsx'
|
|
66
|
-
export { default as AddRoundel16Icon } from './AddRoundel16Icon.tsx'
|
|
67
|
-
export { default as Calendar16Icon } from './Calendar16Icon.tsx'
|
|
68
|
-
export { default as Chat16Icon } from './Chat16Icon.tsx'
|
|
69
|
-
export { default as Clipboard16Icon } from './Clipboard16Icon.tsx'
|
|
70
|
-
export { default as Cloud16Icon } from './Cloud16Icon.tsx'
|
|
71
|
-
export { default as Close16Icon } from './Close16Icon.tsx'
|
|
72
|
-
export { default as Compability16Icon } from './Compability16Icon.tsx'
|
|
73
|
-
export { default as Contrast16Icon } from './Contrast16Icon.tsx'
|
|
74
|
-
export { default as Cpu16Icon } from './Cpu16Icon.tsx'
|
|
75
|
-
export { default as Delete16Icon } from './Delete16Icon.tsx'
|
|
76
|
-
export { default as Dislike16Icon } from './Dislike16Icon.tsx'
|
|
77
|
-
export { default as Document16Icon } from './Document16Icon.tsx'
|
|
78
|
-
export { default as Dots16Icon } from './Dots16Icon.tsx'
|
|
79
|
-
export { default as DownloadRoundel16Icon } from './DownloadRoundel16Icon.tsx'
|
|
80
|
-
export { default as Edit16Icon } from './Edit16Icon.tsx'
|
|
81
|
-
export { default as Email16Icon } from './Email16Icon.tsx'
|
|
82
|
-
export { default as Error16Icon } from './Error16Icon.tsx'
|
|
83
|
-
export { default as
|
|
84
|
-
export { default as
|
|
85
|
-
export { default as
|
|
86
|
-
export { default as
|
|
87
|
-
export { default as
|
|
88
|
-
export { default as
|
|
89
|
-
export { default as
|
|
90
|
-
export { default as
|
|
91
|
-
export { default as
|
|
92
|
-
export { default as
|
|
93
|
-
export { default as
|
|
94
|
-
export { default as
|
|
95
|
-
export { default as
|
|
96
|
-
export { default as
|
|
97
|
-
export { default as
|
|
98
|
-
export { default as
|
|
99
|
-
export { default as
|
|
100
|
-
export { default as
|
|
101
|
-
export { default as
|
|
102
|
-
export { default as
|
|
103
|
-
export { default as
|
|
104
|
-
export { default as
|
|
105
|
-
export { default as
|
|
106
|
-
export { default as
|
|
107
|
-
export { default as
|
|
108
|
-
export { default as
|
|
109
|
-
export { default as
|
|
110
|
-
export { default as
|
|
111
|
-
export { default as
|
|
112
|
-
export { default as
|
|
113
|
-
export { default as
|
|
114
|
-
export { default as
|
|
115
|
-
export { default as
|
|
116
|
-
export { default as
|
|
117
|
-
export { default as
|
|
118
|
-
export { default as
|
|
119
|
-
export { default as
|
|
120
|
-
export { default as
|
|
121
|
-
export { default as
|
|
122
|
-
export { default as
|
|
123
|
-
export { default as
|
|
124
|
-
export { default as
|
|
125
|
-
export { default as
|
|
126
|
-
export { default as
|
|
127
|
-
export { default as
|
|
128
|
-
export { default as
|
|
129
|
-
export { default as
|
|
130
|
-
export { default as
|
|
131
|
-
export { default as
|
|
132
|
-
export { default as
|
|
133
|
-
export { default as
|
|
134
|
-
export { default as
|
|
135
|
-
export { default as
|
|
136
|
-
export { default as
|
|
137
|
-
export { default as
|
|
138
|
-
export { default as
|
|
139
|
-
export { default as
|
|
140
|
-
export { default as
|
|
141
|
-
export { default as
|
|
142
|
-
export { default as
|
|
143
|
-
export { default as
|
|
144
|
-
export { default as
|
|
145
|
-
export { default as
|
|
146
|
-
export { default as
|
|
147
|
-
export { default as
|
|
148
|
-
export { default as
|
|
149
|
-
export { default as
|
|
150
|
-
export { default as
|
|
151
|
-
export { default as
|
|
152
|
-
export { default as
|
|
153
|
-
export { default as
|
|
154
|
-
export { default as
|
|
155
|
-
export { default as
|
|
8
|
+
export { default as Access24Icon } from './Access24Icon.tsx'
|
|
9
|
+
export { default as Action24Icon } from './Action24Icon.tsx'
|
|
10
|
+
export { default as AddRoundel24Icon } from './AddRoundel24Icon.tsx'
|
|
11
|
+
export { default as Calendar24Icon } from './Calendar24Icon.tsx'
|
|
12
|
+
export { default as Chat24Icon } from './Chat24Icon.tsx'
|
|
13
|
+
export { default as Clipboard24Icon } from './Clipboard24Icon.tsx'
|
|
14
|
+
export { default as Cloud24Icon } from './Cloud24Icon.tsx'
|
|
15
|
+
export { default as Compatibility24Icon } from './Compatibility24Icon.tsx'
|
|
16
|
+
export { default as Contrast24Icon } from './Contrast24Icon.tsx'
|
|
17
|
+
export { default as Cpu24Icon } from './Cpu24Icon.tsx'
|
|
18
|
+
export { default as Delete24Icon } from './Delete24Icon.tsx'
|
|
19
|
+
export { default as Dislike24Icon } from './Dislike24Icon.tsx'
|
|
20
|
+
export { default as Document24Icon } from './Document24Icon.tsx'
|
|
21
|
+
export { default as Dots24Icon } from './Dots24Icon.tsx'
|
|
22
|
+
export { default as Download24Icon } from './Download24Icon.tsx'
|
|
23
|
+
export { default as Email24Icon } from './Email24Icon.tsx'
|
|
24
|
+
export { default as Error24Icon } from './Error24Icon.tsx'
|
|
25
|
+
export { default as Firewall24Icon } from './Firewall24Icon.tsx'
|
|
26
|
+
export { default as Folder24Icon } from './Folder24Icon.tsx'
|
|
27
|
+
export { default as Gateway24Icon } from './Gateway24Icon.tsx'
|
|
28
|
+
export { default as Heart24Icon } from './Heart24Icon.tsx'
|
|
29
|
+
export { default as Hide24Icon } from './Hide24Icon.tsx'
|
|
30
|
+
export { default as Hourglass24Icon } from './Hourglass24Icon.tsx'
|
|
31
|
+
export { default as Images24Icon } from './Images24Icon.tsx'
|
|
32
|
+
export { default as Info24Icon } from './Info24Icon.tsx'
|
|
33
|
+
export { default as Instances24Icon } from './Instances24Icon.tsx'
|
|
34
|
+
export { default as IpGlobal24Icon } from './IpGlobal24Icon.tsx'
|
|
35
|
+
export { default as IpLocal24Icon } from './IpLocal24Icon.tsx'
|
|
36
|
+
export { default as Issues24Icon } from './Issues24Icon.tsx'
|
|
37
|
+
export { default as Key24Icon } from './Key24Icon.tsx'
|
|
38
|
+
export { default as Like24Icon } from './Like24Icon.tsx'
|
|
39
|
+
export { default as LoadBalancer24Icon } from './LoadBalancer24Icon.tsx'
|
|
40
|
+
export { default as Location24Icon } from './Location24Icon.tsx'
|
|
41
|
+
export { default as Logs24Icon } from './Logs24Icon.tsx'
|
|
42
|
+
export { default as Metrics24Icon } from './Metrics24Icon.tsx'
|
|
43
|
+
export { default as Networking24Icon } from './Networking24Icon.tsx'
|
|
44
|
+
export { default as Organization24Icon } from './Organization24Icon.tsx'
|
|
45
|
+
export { default as Overview24Icon } from './Overview24Icon.tsx'
|
|
46
|
+
export { default as Person24Icon } from './Person24Icon.tsx'
|
|
47
|
+
export { default as PersonGroup24Icon } from './PersonGroup24Icon.tsx'
|
|
48
|
+
export { default as Progress24Icon } from './Progress24Icon.tsx'
|
|
49
|
+
export { default as Prohibited24Icon } from './Prohibited24Icon.tsx'
|
|
50
|
+
export { default as Router24Icon } from './Router24Icon.tsx'
|
|
51
|
+
export { default as Safety24Icon } from './Safety24Icon.tsx'
|
|
52
|
+
export { default as Security24Icon } from './Security24Icon.tsx'
|
|
53
|
+
export { default as Racks24Icon } from './Racks24Icon.tsx'
|
|
54
|
+
export { default as Settings24Icon } from './Settings24Icon.tsx'
|
|
55
|
+
export { default as Snapshots24Icon } from './Snapshots24Icon.tsx'
|
|
56
|
+
export { default as SoftwareUpdate24Icon } from './SoftwareUpdate24Icon.tsx'
|
|
57
|
+
export { default as Speaker24Icon } from './Speaker24Icon.tsx'
|
|
58
|
+
export { default as Storage24Icon } from './Storage24Icon.tsx'
|
|
59
|
+
export { default as Subnet24Icon } from './Subnet24Icon.tsx'
|
|
60
|
+
export { default as Resize24Icon } from './Resize24Icon.tsx'
|
|
61
|
+
export { default as Terminal24Icon } from './Terminal24Icon.tsx'
|
|
62
|
+
export { default as Transmit24Icon } from './Transmit24Icon.tsx'
|
|
63
|
+
export { default as Wireless24Icon } from './Wireless24Icon.tsx'
|
|
64
|
+
export { default as Access16Icon } from './Access16Icon.tsx'
|
|
65
|
+
export { default as Action16Icon } from './Action16Icon.tsx'
|
|
66
|
+
export { default as AddRoundel16Icon } from './AddRoundel16Icon.tsx'
|
|
67
|
+
export { default as Calendar16Icon } from './Calendar16Icon.tsx'
|
|
68
|
+
export { default as Chat16Icon } from './Chat16Icon.tsx'
|
|
69
|
+
export { default as Clipboard16Icon } from './Clipboard16Icon.tsx'
|
|
70
|
+
export { default as Cloud16Icon } from './Cloud16Icon.tsx'
|
|
71
|
+
export { default as Close16Icon } from './Close16Icon.tsx'
|
|
72
|
+
export { default as Compability16Icon } from './Compability16Icon.tsx'
|
|
73
|
+
export { default as Contrast16Icon } from './Contrast16Icon.tsx'
|
|
74
|
+
export { default as Cpu16Icon } from './Cpu16Icon.tsx'
|
|
75
|
+
export { default as Delete16Icon } from './Delete16Icon.tsx'
|
|
76
|
+
export { default as Dislike16Icon } from './Dislike16Icon.tsx'
|
|
77
|
+
export { default as Document16Icon } from './Document16Icon.tsx'
|
|
78
|
+
export { default as Dots16Icon } from './Dots16Icon.tsx'
|
|
79
|
+
export { default as DownloadRoundel16Icon } from './DownloadRoundel16Icon.tsx'
|
|
80
|
+
export { default as Edit16Icon } from './Edit16Icon.tsx'
|
|
81
|
+
export { default as Email16Icon } from './Email16Icon.tsx'
|
|
82
|
+
export { default as Error16Icon } from './Error16Icon.tsx'
|
|
83
|
+
export { default as Filter16Icon } from './Filter16Icon.tsx'
|
|
84
|
+
export { default as Firewall16Icon } from './Firewall16Icon.tsx'
|
|
85
|
+
export { default as Folder16Icon } from './Folder16Icon.tsx'
|
|
86
|
+
export { default as Gateway16Icon } from './Gateway16Icon.tsx'
|
|
87
|
+
export { default as Heart16Icon } from './Heart16Icon.tsx'
|
|
88
|
+
export { default as Hide16Icon } from './Hide16Icon.tsx'
|
|
89
|
+
export { default as Hourglass16Icon } from './Hourglass16Icon.tsx'
|
|
90
|
+
export { default as Images16Icon } from './Images16Icon.tsx'
|
|
91
|
+
export { default as Info16Icon } from './Info16Icon.tsx'
|
|
92
|
+
export { default as Instances16Icon } from './Instances16Icon.tsx'
|
|
93
|
+
export { default as Integration16Icon } from './Integration16Icon.tsx'
|
|
94
|
+
export { default as IpGlobal16Icon } from './IpGlobal16Icon.tsx'
|
|
95
|
+
export { default as IpLocal16Icon } from './IpLocal16Icon.tsx'
|
|
96
|
+
export { default as Issues16Icon } from './Issues16Icon.tsx'
|
|
97
|
+
export { default as Key16Icon } from './Key16Icon.tsx'
|
|
98
|
+
export { default as Like16Icon } from './Like16Icon.tsx'
|
|
99
|
+
export { default as Link16Icon } from './Link16Icon.tsx'
|
|
100
|
+
export { default as LoadBalancer16Icon } from './LoadBalancer16Icon.tsx'
|
|
101
|
+
export { default as Logs16Icon } from './Logs16Icon.tsx'
|
|
102
|
+
export { default as Metrics16Icon } from './Metrics16Icon.tsx'
|
|
103
|
+
export { default as Networking16Icon } from './Networking16Icon.tsx'
|
|
104
|
+
export { default as NewWindow16Icon } from './NewWindow16Icon.tsx'
|
|
105
|
+
export { default as Notifications16Icon } from './Notifications16Icon.tsx'
|
|
106
|
+
export { default as Organization16Icon } from './Organization16Icon.tsx'
|
|
107
|
+
export { default as Overview16Icon } from './Overview16Icon.tsx'
|
|
108
|
+
export { default as Person16Icon } from './Person16Icon.tsx'
|
|
109
|
+
export { default as PersonGroup16Icon } from './PersonGroup16Icon.tsx'
|
|
110
|
+
export { default as Profile16Icon } from './Profile16Icon.tsx'
|
|
111
|
+
export { default as Refresh16Icon } from './Refresh16Icon.tsx'
|
|
112
|
+
export { default as Ram16Icon } from './Ram16Icon.tsx'
|
|
113
|
+
export { default as Repair16Icon } from './Repair16Icon.tsx'
|
|
114
|
+
export { default as Resize16Icon } from './Resize16Icon.tsx'
|
|
115
|
+
export { default as Router16Icon } from './Router16Icon.tsx'
|
|
116
|
+
export { default as Sort16Icon } from './Sort16Icon.tsx'
|
|
117
|
+
export { default as Search16Icon } from './Search16Icon.tsx'
|
|
118
|
+
export { default as Security16Icon } from './Security16Icon.tsx'
|
|
119
|
+
export { default as Servers16Icon } from './Servers16Icon.tsx'
|
|
120
|
+
export { default as Settings16Icon } from './Settings16Icon.tsx'
|
|
121
|
+
export { default as Show16Icon } from './Show16Icon.tsx'
|
|
122
|
+
export { default as Snapshots16Icon } from './Snapshots16Icon.tsx'
|
|
123
|
+
export { default as SoftwareUpdate16Icon } from './SoftwareUpdate16Icon.tsx'
|
|
124
|
+
export { default as Ssd16Icon } from './Ssd16Icon.tsx'
|
|
125
|
+
export { default as Storage16Icon } from './Storage16Icon.tsx'
|
|
126
|
+
export { default as Subnet16Icon } from './Subnet16Icon.tsx'
|
|
127
|
+
export { default as Tags16Icon } from './Tags16Icon.tsx'
|
|
128
|
+
export { default as Terminal16Icon } from './Terminal16Icon.tsx'
|
|
129
|
+
export { default as Time16Icon } from './Time16Icon.tsx'
|
|
130
|
+
export { default as Transmit16Icon } from './Transmit16Icon.tsx'
|
|
131
|
+
export { default as Add12Icon } from './Add12Icon.tsx'
|
|
132
|
+
export { default as AddRoundel12Icon } from './AddRoundel12Icon.tsx'
|
|
133
|
+
export { default as Checkmark12Icon } from './Checkmark12Icon.tsx'
|
|
134
|
+
export { default as Close12Icon } from './Close12Icon.tsx'
|
|
135
|
+
export { default as DirectionRightIcon } from './DirectionRightIcon.tsx'
|
|
136
|
+
export { default as DirectionUpIcon } from './DirectionUpIcon.tsx'
|
|
137
|
+
export { default as DirectionDownIcon } from './DirectionDownIcon.tsx'
|
|
138
|
+
export { default as DirectionLeftIcon } from './DirectionLeftIcon.tsx'
|
|
139
|
+
export { default as Clipboard12Icon } from './Clipboard12Icon.tsx'
|
|
140
|
+
export { default as Copy12Icon } from './Copy12Icon.tsx'
|
|
141
|
+
export { default as Disabled12Icon } from './Disabled12Icon.tsx'
|
|
142
|
+
export { default as Error12Icon } from './Error12Icon.tsx'
|
|
143
|
+
export { default as Info12Icon } from './Info12Icon.tsx'
|
|
144
|
+
export { default as Filter12Icon } from './Filter12Icon.tsx'
|
|
145
|
+
export { default as Key12Icon } from './Key12Icon.tsx'
|
|
146
|
+
export { default as Loader12Icon } from './Loader12Icon.tsx'
|
|
147
|
+
export { default as More12Icon } from './More12Icon.tsx'
|
|
148
|
+
export { default as NextArrow12Icon } from './NextArrow12Icon.tsx'
|
|
149
|
+
export { default as PrevArrow12Icon } from './PrevArrow12Icon.tsx'
|
|
150
|
+
export { default as OpenLink12Icon } from './OpenLink12Icon.tsx'
|
|
151
|
+
export { default as Repair12Icon } from './Repair12Icon.tsx'
|
|
152
|
+
export { default as Security12Icon } from './Security12Icon.tsx'
|
|
153
|
+
export { default as Success12Icon } from './Success12Icon.tsx'
|
|
154
|
+
export { default as Unauthorized12Icon } from './Unauthorized12Icon.tsx'
|
|
155
|
+
export { default as Warning12Icon } from './Warning12Icon.tsx'
|
|
156
|
+
export { default as Question12Icon } from './Question12Icon.tsx'
|
|
157
|
+
export { default as Hide12Icon } from './Hide12Icon.tsx'
|
|
158
|
+
export { default as SelectArrows6Icon } from './SelectArrows6Icon.tsx'
|
|
159
|
+
export { default as Close8Icon } from './Close8Icon.tsx'
|