File tree Expand file tree Collapse file tree 1 file changed +3
-25
lines changed Expand file tree Collapse file tree 1 file changed +3
-25
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,9 @@ export const IconWithText = (): React.ReactElement => {
79
79
< thead >
80
80
< tr >
81
81
< th > Element</ th >
82
- < th > Plain Icon</ th >
83
- < th > Round Icon</ th >
84
- < th > Square Icon</ th >
85
- < th > Plain Icon Left</ th >
86
- < th > Round Icon Left</ th >
87
- < th > Square Icon Left</ th >
82
+ < th > Text + Icon</ th >
83
+ < th > Icon + Text</ th >
84
+ < th > Round Icon + Text</ th >
88
85
</ tr >
89
86
</ thead >
90
87
< tbody >
@@ -101,19 +98,6 @@ export const IconWithText = (): React.ReactElement => {
101
98
</ DynamicTag >
102
99
</ td >
103
100
104
- < td >
105
- < DynamicTag className = 'u-icon-after-text' >
106
- { element } text
107
- < Icon name = 'zero' withBg />
108
- </ DynamicTag >
109
- </ td >
110
-
111
- < td >
112
- < DynamicTag className = 'u-icon-after-text' >
113
- { element } text
114
- < Icon name = 'facebook' withBg />
115
- </ DynamicTag >
116
- </ td >
117
101
< td >
118
102
< DynamicTag className = 'u-icon-before-text' >
119
103
< Icon name = 'email' />
@@ -126,12 +110,6 @@ export const IconWithText = (): React.ReactElement => {
126
110
{ element } text
127
111
</ DynamicTag >
128
112
</ td >
129
- < td >
130
- < DynamicTag className = 'u-icon-before-text' >
131
- < Icon name = 'facebook' withBg />
132
- { element } text
133
- </ DynamicTag >
134
- </ td >
135
113
</ tr >
136
114
) ;
137
115
} ) }
You can’t perform that action at this time.
0 commit comments