@sankhyalabs/ez-design 5.10.0-dev.14 → 5.10.0-dev.15
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/dist/default/icons/fonts/ez-icons.css +75 -74
- package/dist/default/icons/fonts/ez-icons.eot +0 -0
- package/dist/default/icons/fonts/ez-icons.less +75 -74
- package/dist/default/icons/fonts/ez-icons.module.less +75 -74
- package/dist/default/icons/fonts/ez-icons.scss +144 -142
- package/dist/default/icons/fonts/ez-icons.styl +75 -74
- package/dist/default/icons/fonts/ez-icons.svg +71 -68
- package/dist/default/icons/fonts/ez-icons.symbol.svg +1 -1
- package/dist/default/icons/fonts/ez-icons.ttf +0 -0
- package/dist/default/icons/fonts/ez-icons.woff +0 -0
- package/dist/default/icons/fonts/ez-icons.woff2 +0 -0
- package/dist/default/icons/fonts/index.html +1 -1
- package/dist/default/icons/fonts/symbol.html +7 -0
- package/dist/default/icons/fonts/unicode.html +5 -5
- package/dist/default/icons/svg/hierarchical-tree.svg +3 -0
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "ez-icons";
|
|
3
|
-
src: url('ez-icons.eot?t=
|
|
4
|
-
src: url('ez-icons.eot?t=
|
|
5
|
-
url("ez-icons.woff2?t=
|
|
6
|
-
url("ez-icons.woff?t=
|
|
7
|
-
url('ez-icons.ttf?t=
|
|
8
|
-
url('ez-icons.svg?t=
|
|
3
|
+
src: url('ez-icons.eot?t=1735227220846'); /* IE9*/
|
|
4
|
+
src: url('ez-icons.eot?t=1735227220846#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
5
|
+
url("ez-icons.woff2?t=1735227220846") format("woff2"),
|
|
6
|
+
url("ez-icons.woff?t=1735227220846") format("woff"),
|
|
7
|
+
url('ez-icons.ttf?t=1735227220846') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
8
|
+
url('ez-icons.svg?t=1735227220846#ez-icons') format('svg'); /* iOS 4.1- */
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
[class^="ez-icon-"], [class*=" ez-icon-"] {
|
|
@@ -109,71 +109,72 @@
|
|
|
109
109
|
.ez-icon-help:before { content: "\ea5a"; }
|
|
110
110
|
.ez-icon-hide-list:before { content: "\ea5b"; }
|
|
111
111
|
.ez-icon-hide_menu:before { content: "\ea5c"; }
|
|
112
|
-
.ez-icon-
|
|
113
|
-
.ez-icon-
|
|
114
|
-
.ez-icon-
|
|
115
|
-
.ez-icon-
|
|
116
|
-
.ez-icon-
|
|
117
|
-
.ez-icon-
|
|
118
|
-
.ez-icon-
|
|
119
|
-
.ez-icon-
|
|
120
|
-
.ez-icon-lock:before { content: "\ea65"; }
|
|
121
|
-
.ez-icon-
|
|
122
|
-
.ez-icon-
|
|
123
|
-
.ez-icon-
|
|
124
|
-
.ez-icon-
|
|
125
|
-
.ez-icon-money:before { content: "\ea6a"; }
|
|
126
|
-
.ez-icon-
|
|
127
|
-
.ez-icon-
|
|
128
|
-
.ez-icon-
|
|
129
|
-
.ez-icon-
|
|
130
|
-
.ez-icon-
|
|
131
|
-
.ez-icon-
|
|
132
|
-
.ez-icon-
|
|
133
|
-
.ez-icon-ordem-
|
|
134
|
-
.ez-icon-
|
|
135
|
-
.ez-icon-
|
|
136
|
-
.ez-icon-
|
|
137
|
-
.ez-icon-
|
|
138
|
-
.ez-icon-
|
|
139
|
-
.ez-icon-
|
|
140
|
-
.ez-icon-
|
|
141
|
-
.ez-icon-
|
|
142
|
-
.ez-icon-
|
|
143
|
-
.ez-icon-
|
|
144
|
-
.ez-icon-
|
|
145
|
-
.ez-icon-
|
|
146
|
-
.ez-icon-
|
|
147
|
-
.ez-icon-
|
|
148
|
-
.ez-icon-
|
|
149
|
-
.ez-icon-
|
|
150
|
-
.ez-icon-
|
|
151
|
-
.ez-icon-
|
|
152
|
-
.ez-icon-
|
|
153
|
-
.ez-icon-
|
|
154
|
-
.ez-icon-
|
|
155
|
-
.ez-icon-
|
|
156
|
-
.ez-icon-settings:before { content: "\ea89"; }
|
|
157
|
-
.ez-icon-
|
|
158
|
-
.ez-icon-
|
|
159
|
-
.ez-icon-
|
|
160
|
-
.ez-icon-
|
|
161
|
-
.ez-icon-
|
|
162
|
-
.ez-icon-
|
|
163
|
-
.ez-icon-
|
|
164
|
-
.ez-icon-
|
|
165
|
-
.ez-icon-
|
|
166
|
-
.ez-icon-
|
|
167
|
-
.ez-icon-
|
|
168
|
-
.ez-icon-
|
|
169
|
-
.ez-icon-
|
|
170
|
-
.ez-icon-
|
|
171
|
-
.ez-icon-
|
|
172
|
-
.ez-icon-
|
|
173
|
-
.ez-icon-
|
|
174
|
-
.ez-icon-
|
|
175
|
-
.ez-icon-
|
|
176
|
-
.ez-icon-
|
|
177
|
-
.ez-icon-
|
|
178
|
-
.ez-icon-
|
|
179
|
-
.ez-icon-
|
|
112
|
+
.ez-icon-hierarchical-tree:before { content: "\ea5d"; }
|
|
113
|
+
.ez-icon-home:before { content: "\ea5e"; }
|
|
114
|
+
.ez-icon-icons104:before { content: "\ea5f"; }
|
|
115
|
+
.ez-icon-language:before { content: "\ea60"; }
|
|
116
|
+
.ez-icon-launch:before { content: "\ea61"; }
|
|
117
|
+
.ez-icon-lightbulb:before { content: "\ea62"; }
|
|
118
|
+
.ez-icon-list:before { content: "\ea63"; }
|
|
119
|
+
.ez-icon-location:before { content: "\ea64"; }
|
|
120
|
+
.ez-icon-lock-outline:before { content: "\ea65"; }
|
|
121
|
+
.ez-icon-lock:before { content: "\ea66"; }
|
|
122
|
+
.ez-icon-menu:before { content: "\ea67"; }
|
|
123
|
+
.ez-icon-mid:before { content: "\ea68"; }
|
|
124
|
+
.ez-icon-minus:before { content: "\ea69"; }
|
|
125
|
+
.ez-icon-money-off:before { content: "\ea6a"; }
|
|
126
|
+
.ez-icon-money:before { content: "\ea6b"; }
|
|
127
|
+
.ez-icon-more:before { content: "\ea6c"; }
|
|
128
|
+
.ez-icon-mp3:before { content: "\ea6d"; }
|
|
129
|
+
.ez-icon-mp4:before { content: "\ea6e"; }
|
|
130
|
+
.ez-icon-multiple-files:before { content: "\ea6f"; }
|
|
131
|
+
.ez-icon-north-west:before { content: "\ea70"; }
|
|
132
|
+
.ez-icon-number:before { content: "\ea71"; }
|
|
133
|
+
.ez-icon-ordem-ascendente:before { content: "\ea72"; }
|
|
134
|
+
.ez-icon-ordem-descendente:before { content: "\ea73"; }
|
|
135
|
+
.ez-icon-parcelar:before { content: "\ea74"; }
|
|
136
|
+
.ez-icon-pause:before { content: "\ea75"; }
|
|
137
|
+
.ez-icon-payments:before { content: "\ea76"; }
|
|
138
|
+
.ez-icon-pdf:before { content: "\ea77"; }
|
|
139
|
+
.ez-icon-play:before { content: "\ea78"; }
|
|
140
|
+
.ez-icon-plus:before { content: "\ea79"; }
|
|
141
|
+
.ez-icon-png:before { content: "\ea7a"; }
|
|
142
|
+
.ez-icon-power:before { content: "\ea7b"; }
|
|
143
|
+
.ez-icon-pptx:before { content: "\ea7c"; }
|
|
144
|
+
.ez-icon-preview:before { content: "\ea7d"; }
|
|
145
|
+
.ez-icon-print:before { content: "\ea7e"; }
|
|
146
|
+
.ez-icon-push-pin:before { content: "\ea7f"; }
|
|
147
|
+
.ez-icon-rateio:before { content: "\ea80"; }
|
|
148
|
+
.ez-icon-receipt:before { content: "\ea81"; }
|
|
149
|
+
.ez-icon-recolher_card:before { content: "\ea82"; }
|
|
150
|
+
.ez-icon-remove-from-cart:before { content: "\ea83"; }
|
|
151
|
+
.ez-icon-restore:before { content: "\ea84"; }
|
|
152
|
+
.ez-icon-return:before { content: "\ea85"; }
|
|
153
|
+
.ez-icon-sankhya-place:before { content: "\ea86"; }
|
|
154
|
+
.ez-icon-save:before { content: "\ea87"; }
|
|
155
|
+
.ez-icon-search:before { content: "\ea88"; }
|
|
156
|
+
.ez-icon-settings-inverted:before { content: "\ea89"; }
|
|
157
|
+
.ez-icon-settings:before { content: "\ea8a"; }
|
|
158
|
+
.ez-icon-share:before { content: "\ea8b"; }
|
|
159
|
+
.ez-icon-shield:before { content: "\ea8c"; }
|
|
160
|
+
.ez-icon-show-list:before { content: "\ea8d"; }
|
|
161
|
+
.ez-icon-show_menu:before { content: "\ea8e"; }
|
|
162
|
+
.ez-icon-south-east:before { content: "\ea8f"; }
|
|
163
|
+
.ez-icon-sync:before { content: "\ea90"; }
|
|
164
|
+
.ez-icon-table:before { content: "\ea91"; }
|
|
165
|
+
.ez-icon-tag_code:before { content: "\ea92"; }
|
|
166
|
+
.ez-icon-text:before { content: "\ea93"; }
|
|
167
|
+
.ez-icon-timeline:before { content: "\ea94"; }
|
|
168
|
+
.ez-icon-timer-outline:before { content: "\ea95"; }
|
|
169
|
+
.ez-icon-trending-up:before { content: "\ea96"; }
|
|
170
|
+
.ez-icon-tune:before { content: "\ea97"; }
|
|
171
|
+
.ez-icon-txt:before { content: "\ea98"; }
|
|
172
|
+
.ez-icon-un-pin:before { content: "\ea99"; }
|
|
173
|
+
.ez-icon-unfold_less:before { content: "\ea9a"; }
|
|
174
|
+
.ez-icon-unfold_more:before { content: "\ea9b"; }
|
|
175
|
+
.ez-icon-user-circle:before { content: "\ea9c"; }
|
|
176
|
+
.ez-icon-warning-outline:before { content: "\ea9d"; }
|
|
177
|
+
.ez-icon-warning_triangle:before { content: "\ea9e"; }
|
|
178
|
+
.ez-icon-whatshot:before { content: "\ea9f"; }
|
|
179
|
+
.ez-icon-xlsx:before { content: "\eaa0"; }
|
|
180
|
+
.ez-icon-zip:before { content: "\eaa1"; }
|
|
Binary file
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {font-family: "ez-icons";
|
|
2
|
-
src: url('ez-icons.eot?t=
|
|
3
|
-
src: url('ez-icons.eot?t=
|
|
4
|
-
url("ez-icons.woff2?t=
|
|
5
|
-
url("ez-icons.woff?t=
|
|
6
|
-
url('ez-icons.ttf?t=
|
|
7
|
-
url('ez-icons.svg?t=
|
|
2
|
+
src: url('ez-icons.eot?t=1735227220846'); /* IE9*/
|
|
3
|
+
src: url('ez-icons.eot?t=1735227220846#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
4
|
+
url("ez-icons.woff2?t=1735227220846") format("woff2"),
|
|
5
|
+
url("ez-icons.woff?t=1735227220846") format("woff"),
|
|
6
|
+
url('ez-icons.ttf?t=1735227220846') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
7
|
+
url('ez-icons.svg?t=1735227220846#ez-icons') format('svg'); /* iOS 4.1- */
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
[class^="ez-icon-"], [class*=" ez-icon-"] {
|
|
@@ -107,71 +107,72 @@
|
|
|
107
107
|
.ez-icon-help:before { content: "\ea5a"; }
|
|
108
108
|
.ez-icon-hide-list:before { content: "\ea5b"; }
|
|
109
109
|
.ez-icon-hide_menu:before { content: "\ea5c"; }
|
|
110
|
-
.ez-icon-
|
|
111
|
-
.ez-icon-
|
|
112
|
-
.ez-icon-
|
|
113
|
-
.ez-icon-
|
|
114
|
-
.ez-icon-
|
|
115
|
-
.ez-icon-
|
|
116
|
-
.ez-icon-
|
|
117
|
-
.ez-icon-
|
|
118
|
-
.ez-icon-lock:before { content: "\ea65"; }
|
|
119
|
-
.ez-icon-
|
|
120
|
-
.ez-icon-
|
|
121
|
-
.ez-icon-
|
|
122
|
-
.ez-icon-
|
|
123
|
-
.ez-icon-money:before { content: "\ea6a"; }
|
|
124
|
-
.ez-icon-
|
|
125
|
-
.ez-icon-
|
|
126
|
-
.ez-icon-
|
|
127
|
-
.ez-icon-
|
|
128
|
-
.ez-icon-
|
|
129
|
-
.ez-icon-
|
|
130
|
-
.ez-icon-
|
|
131
|
-
.ez-icon-ordem-
|
|
132
|
-
.ez-icon-
|
|
133
|
-
.ez-icon-
|
|
134
|
-
.ez-icon-
|
|
135
|
-
.ez-icon-
|
|
136
|
-
.ez-icon-
|
|
137
|
-
.ez-icon-
|
|
138
|
-
.ez-icon-
|
|
139
|
-
.ez-icon-
|
|
140
|
-
.ez-icon-
|
|
141
|
-
.ez-icon-
|
|
142
|
-
.ez-icon-
|
|
143
|
-
.ez-icon-
|
|
144
|
-
.ez-icon-
|
|
145
|
-
.ez-icon-
|
|
146
|
-
.ez-icon-
|
|
147
|
-
.ez-icon-
|
|
148
|
-
.ez-icon-
|
|
149
|
-
.ez-icon-
|
|
150
|
-
.ez-icon-
|
|
151
|
-
.ez-icon-
|
|
152
|
-
.ez-icon-
|
|
153
|
-
.ez-icon-
|
|
154
|
-
.ez-icon-settings:before { content: "\ea89"; }
|
|
155
|
-
.ez-icon-
|
|
156
|
-
.ez-icon-
|
|
157
|
-
.ez-icon-
|
|
158
|
-
.ez-icon-
|
|
159
|
-
.ez-icon-
|
|
160
|
-
.ez-icon-
|
|
161
|
-
.ez-icon-
|
|
162
|
-
.ez-icon-
|
|
163
|
-
.ez-icon-
|
|
164
|
-
.ez-icon-
|
|
165
|
-
.ez-icon-
|
|
166
|
-
.ez-icon-
|
|
167
|
-
.ez-icon-
|
|
168
|
-
.ez-icon-
|
|
169
|
-
.ez-icon-
|
|
170
|
-
.ez-icon-
|
|
171
|
-
.ez-icon-
|
|
172
|
-
.ez-icon-
|
|
173
|
-
.ez-icon-
|
|
174
|
-
.ez-icon-
|
|
175
|
-
.ez-icon-
|
|
176
|
-
.ez-icon-
|
|
177
|
-
.ez-icon-
|
|
110
|
+
.ez-icon-hierarchical-tree:before { content: "\ea5d"; }
|
|
111
|
+
.ez-icon-home:before { content: "\ea5e"; }
|
|
112
|
+
.ez-icon-icons104:before { content: "\ea5f"; }
|
|
113
|
+
.ez-icon-language:before { content: "\ea60"; }
|
|
114
|
+
.ez-icon-launch:before { content: "\ea61"; }
|
|
115
|
+
.ez-icon-lightbulb:before { content: "\ea62"; }
|
|
116
|
+
.ez-icon-list:before { content: "\ea63"; }
|
|
117
|
+
.ez-icon-location:before { content: "\ea64"; }
|
|
118
|
+
.ez-icon-lock-outline:before { content: "\ea65"; }
|
|
119
|
+
.ez-icon-lock:before { content: "\ea66"; }
|
|
120
|
+
.ez-icon-menu:before { content: "\ea67"; }
|
|
121
|
+
.ez-icon-mid:before { content: "\ea68"; }
|
|
122
|
+
.ez-icon-minus:before { content: "\ea69"; }
|
|
123
|
+
.ez-icon-money-off:before { content: "\ea6a"; }
|
|
124
|
+
.ez-icon-money:before { content: "\ea6b"; }
|
|
125
|
+
.ez-icon-more:before { content: "\ea6c"; }
|
|
126
|
+
.ez-icon-mp3:before { content: "\ea6d"; }
|
|
127
|
+
.ez-icon-mp4:before { content: "\ea6e"; }
|
|
128
|
+
.ez-icon-multiple-files:before { content: "\ea6f"; }
|
|
129
|
+
.ez-icon-north-west:before { content: "\ea70"; }
|
|
130
|
+
.ez-icon-number:before { content: "\ea71"; }
|
|
131
|
+
.ez-icon-ordem-ascendente:before { content: "\ea72"; }
|
|
132
|
+
.ez-icon-ordem-descendente:before { content: "\ea73"; }
|
|
133
|
+
.ez-icon-parcelar:before { content: "\ea74"; }
|
|
134
|
+
.ez-icon-pause:before { content: "\ea75"; }
|
|
135
|
+
.ez-icon-payments:before { content: "\ea76"; }
|
|
136
|
+
.ez-icon-pdf:before { content: "\ea77"; }
|
|
137
|
+
.ez-icon-play:before { content: "\ea78"; }
|
|
138
|
+
.ez-icon-plus:before { content: "\ea79"; }
|
|
139
|
+
.ez-icon-png:before { content: "\ea7a"; }
|
|
140
|
+
.ez-icon-power:before { content: "\ea7b"; }
|
|
141
|
+
.ez-icon-pptx:before { content: "\ea7c"; }
|
|
142
|
+
.ez-icon-preview:before { content: "\ea7d"; }
|
|
143
|
+
.ez-icon-print:before { content: "\ea7e"; }
|
|
144
|
+
.ez-icon-push-pin:before { content: "\ea7f"; }
|
|
145
|
+
.ez-icon-rateio:before { content: "\ea80"; }
|
|
146
|
+
.ez-icon-receipt:before { content: "\ea81"; }
|
|
147
|
+
.ez-icon-recolher_card:before { content: "\ea82"; }
|
|
148
|
+
.ez-icon-remove-from-cart:before { content: "\ea83"; }
|
|
149
|
+
.ez-icon-restore:before { content: "\ea84"; }
|
|
150
|
+
.ez-icon-return:before { content: "\ea85"; }
|
|
151
|
+
.ez-icon-sankhya-place:before { content: "\ea86"; }
|
|
152
|
+
.ez-icon-save:before { content: "\ea87"; }
|
|
153
|
+
.ez-icon-search:before { content: "\ea88"; }
|
|
154
|
+
.ez-icon-settings-inverted:before { content: "\ea89"; }
|
|
155
|
+
.ez-icon-settings:before { content: "\ea8a"; }
|
|
156
|
+
.ez-icon-share:before { content: "\ea8b"; }
|
|
157
|
+
.ez-icon-shield:before { content: "\ea8c"; }
|
|
158
|
+
.ez-icon-show-list:before { content: "\ea8d"; }
|
|
159
|
+
.ez-icon-show_menu:before { content: "\ea8e"; }
|
|
160
|
+
.ez-icon-south-east:before { content: "\ea8f"; }
|
|
161
|
+
.ez-icon-sync:before { content: "\ea90"; }
|
|
162
|
+
.ez-icon-table:before { content: "\ea91"; }
|
|
163
|
+
.ez-icon-tag_code:before { content: "\ea92"; }
|
|
164
|
+
.ez-icon-text:before { content: "\ea93"; }
|
|
165
|
+
.ez-icon-timeline:before { content: "\ea94"; }
|
|
166
|
+
.ez-icon-timer-outline:before { content: "\ea95"; }
|
|
167
|
+
.ez-icon-trending-up:before { content: "\ea96"; }
|
|
168
|
+
.ez-icon-tune:before { content: "\ea97"; }
|
|
169
|
+
.ez-icon-txt:before { content: "\ea98"; }
|
|
170
|
+
.ez-icon-un-pin:before { content: "\ea99"; }
|
|
171
|
+
.ez-icon-unfold_less:before { content: "\ea9a"; }
|
|
172
|
+
.ez-icon-unfold_more:before { content: "\ea9b"; }
|
|
173
|
+
.ez-icon-user-circle:before { content: "\ea9c"; }
|
|
174
|
+
.ez-icon-warning-outline:before { content: "\ea9d"; }
|
|
175
|
+
.ez-icon-warning_triangle:before { content: "\ea9e"; }
|
|
176
|
+
.ez-icon-whatshot:before { content: "\ea9f"; }
|
|
177
|
+
.ez-icon-xlsx:before { content: "\eaa0"; }
|
|
178
|
+
.ez-icon-zip:before { content: "\eaa1"; }
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {font-family: "ez-icons";
|
|
2
|
-
src: url('ez-icons.eot?t=
|
|
3
|
-
src: url('ez-icons.eot?t=
|
|
4
|
-
url("ez-icons.woff2?t=
|
|
5
|
-
url("ez-icons.woff?t=
|
|
6
|
-
url('ez-icons.ttf?t=
|
|
7
|
-
url('ez-icons.svg?t=
|
|
2
|
+
src: url('ez-icons.eot?t=1735227220846'); /* IE9*/
|
|
3
|
+
src: url('ez-icons.eot?t=1735227220846#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
4
|
+
url("ez-icons.woff2?t=1735227220846") format("woff2"),
|
|
5
|
+
url("ez-icons.woff?t=1735227220846") format("woff"),
|
|
6
|
+
url('ez-icons.ttf?t=1735227220846') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
7
|
+
url('ez-icons.svg?t=1735227220846#ez-icons') format('svg'); /* iOS 4.1- */
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
[class^="ez-icon-"], [class*=" ez-icon-"] {
|
|
@@ -108,73 +108,74 @@
|
|
|
108
108
|
.ez-icon-help:before { content: "\ea5a"; }
|
|
109
109
|
.ez-icon-hide-list:before { content: "\ea5b"; }
|
|
110
110
|
.ez-icon-hide_menu:before { content: "\ea5c"; }
|
|
111
|
-
.ez-icon-
|
|
112
|
-
.ez-icon-
|
|
113
|
-
.ez-icon-
|
|
114
|
-
.ez-icon-
|
|
115
|
-
.ez-icon-
|
|
116
|
-
.ez-icon-
|
|
117
|
-
.ez-icon-
|
|
118
|
-
.ez-icon-
|
|
119
|
-
.ez-icon-lock:before { content: "\ea65"; }
|
|
120
|
-
.ez-icon-
|
|
121
|
-
.ez-icon-
|
|
122
|
-
.ez-icon-
|
|
123
|
-
.ez-icon-
|
|
124
|
-
.ez-icon-money:before { content: "\ea6a"; }
|
|
125
|
-
.ez-icon-
|
|
126
|
-
.ez-icon-
|
|
127
|
-
.ez-icon-
|
|
128
|
-
.ez-icon-
|
|
129
|
-
.ez-icon-
|
|
130
|
-
.ez-icon-
|
|
131
|
-
.ez-icon-
|
|
132
|
-
.ez-icon-ordem-
|
|
133
|
-
.ez-icon-
|
|
134
|
-
.ez-icon-
|
|
135
|
-
.ez-icon-
|
|
136
|
-
.ez-icon-
|
|
137
|
-
.ez-icon-
|
|
138
|
-
.ez-icon-
|
|
139
|
-
.ez-icon-
|
|
140
|
-
.ez-icon-
|
|
141
|
-
.ez-icon-
|
|
142
|
-
.ez-icon-
|
|
143
|
-
.ez-icon-
|
|
144
|
-
.ez-icon-
|
|
145
|
-
.ez-icon-
|
|
146
|
-
.ez-icon-
|
|
147
|
-
.ez-icon-
|
|
148
|
-
.ez-icon-
|
|
149
|
-
.ez-icon-
|
|
150
|
-
.ez-icon-
|
|
151
|
-
.ez-icon-
|
|
152
|
-
.ez-icon-
|
|
153
|
-
.ez-icon-
|
|
154
|
-
.ez-icon-
|
|
155
|
-
.ez-icon-settings:before { content: "\ea89"; }
|
|
156
|
-
.ez-icon-
|
|
157
|
-
.ez-icon-
|
|
158
|
-
.ez-icon-
|
|
159
|
-
.ez-icon-
|
|
160
|
-
.ez-icon-
|
|
161
|
-
.ez-icon-
|
|
162
|
-
.ez-icon-
|
|
163
|
-
.ez-icon-
|
|
164
|
-
.ez-icon-
|
|
165
|
-
.ez-icon-
|
|
166
|
-
.ez-icon-
|
|
167
|
-
.ez-icon-
|
|
168
|
-
.ez-icon-
|
|
169
|
-
.ez-icon-
|
|
170
|
-
.ez-icon-
|
|
171
|
-
.ez-icon-
|
|
172
|
-
.ez-icon-
|
|
173
|
-
.ez-icon-
|
|
174
|
-
.ez-icon-
|
|
175
|
-
.ez-icon-
|
|
176
|
-
.ez-icon-
|
|
177
|
-
.ez-icon-
|
|
178
|
-
.ez-icon-
|
|
111
|
+
.ez-icon-hierarchical-tree:before { content: "\ea5d"; }
|
|
112
|
+
.ez-icon-home:before { content: "\ea5e"; }
|
|
113
|
+
.ez-icon-icons104:before { content: "\ea5f"; }
|
|
114
|
+
.ez-icon-language:before { content: "\ea60"; }
|
|
115
|
+
.ez-icon-launch:before { content: "\ea61"; }
|
|
116
|
+
.ez-icon-lightbulb:before { content: "\ea62"; }
|
|
117
|
+
.ez-icon-list:before { content: "\ea63"; }
|
|
118
|
+
.ez-icon-location:before { content: "\ea64"; }
|
|
119
|
+
.ez-icon-lock-outline:before { content: "\ea65"; }
|
|
120
|
+
.ez-icon-lock:before { content: "\ea66"; }
|
|
121
|
+
.ez-icon-menu:before { content: "\ea67"; }
|
|
122
|
+
.ez-icon-mid:before { content: "\ea68"; }
|
|
123
|
+
.ez-icon-minus:before { content: "\ea69"; }
|
|
124
|
+
.ez-icon-money-off:before { content: "\ea6a"; }
|
|
125
|
+
.ez-icon-money:before { content: "\ea6b"; }
|
|
126
|
+
.ez-icon-more:before { content: "\ea6c"; }
|
|
127
|
+
.ez-icon-mp3:before { content: "\ea6d"; }
|
|
128
|
+
.ez-icon-mp4:before { content: "\ea6e"; }
|
|
129
|
+
.ez-icon-multiple-files:before { content: "\ea6f"; }
|
|
130
|
+
.ez-icon-north-west:before { content: "\ea70"; }
|
|
131
|
+
.ez-icon-number:before { content: "\ea71"; }
|
|
132
|
+
.ez-icon-ordem-ascendente:before { content: "\ea72"; }
|
|
133
|
+
.ez-icon-ordem-descendente:before { content: "\ea73"; }
|
|
134
|
+
.ez-icon-parcelar:before { content: "\ea74"; }
|
|
135
|
+
.ez-icon-pause:before { content: "\ea75"; }
|
|
136
|
+
.ez-icon-payments:before { content: "\ea76"; }
|
|
137
|
+
.ez-icon-pdf:before { content: "\ea77"; }
|
|
138
|
+
.ez-icon-play:before { content: "\ea78"; }
|
|
139
|
+
.ez-icon-plus:before { content: "\ea79"; }
|
|
140
|
+
.ez-icon-png:before { content: "\ea7a"; }
|
|
141
|
+
.ez-icon-power:before { content: "\ea7b"; }
|
|
142
|
+
.ez-icon-pptx:before { content: "\ea7c"; }
|
|
143
|
+
.ez-icon-preview:before { content: "\ea7d"; }
|
|
144
|
+
.ez-icon-print:before { content: "\ea7e"; }
|
|
145
|
+
.ez-icon-push-pin:before { content: "\ea7f"; }
|
|
146
|
+
.ez-icon-rateio:before { content: "\ea80"; }
|
|
147
|
+
.ez-icon-receipt:before { content: "\ea81"; }
|
|
148
|
+
.ez-icon-recolher_card:before { content: "\ea82"; }
|
|
149
|
+
.ez-icon-remove-from-cart:before { content: "\ea83"; }
|
|
150
|
+
.ez-icon-restore:before { content: "\ea84"; }
|
|
151
|
+
.ez-icon-return:before { content: "\ea85"; }
|
|
152
|
+
.ez-icon-sankhya-place:before { content: "\ea86"; }
|
|
153
|
+
.ez-icon-save:before { content: "\ea87"; }
|
|
154
|
+
.ez-icon-search:before { content: "\ea88"; }
|
|
155
|
+
.ez-icon-settings-inverted:before { content: "\ea89"; }
|
|
156
|
+
.ez-icon-settings:before { content: "\ea8a"; }
|
|
157
|
+
.ez-icon-share:before { content: "\ea8b"; }
|
|
158
|
+
.ez-icon-shield:before { content: "\ea8c"; }
|
|
159
|
+
.ez-icon-show-list:before { content: "\ea8d"; }
|
|
160
|
+
.ez-icon-show_menu:before { content: "\ea8e"; }
|
|
161
|
+
.ez-icon-south-east:before { content: "\ea8f"; }
|
|
162
|
+
.ez-icon-sync:before { content: "\ea90"; }
|
|
163
|
+
.ez-icon-table:before { content: "\ea91"; }
|
|
164
|
+
.ez-icon-tag_code:before { content: "\ea92"; }
|
|
165
|
+
.ez-icon-text:before { content: "\ea93"; }
|
|
166
|
+
.ez-icon-timeline:before { content: "\ea94"; }
|
|
167
|
+
.ez-icon-timer-outline:before { content: "\ea95"; }
|
|
168
|
+
.ez-icon-trending-up:before { content: "\ea96"; }
|
|
169
|
+
.ez-icon-tune:before { content: "\ea97"; }
|
|
170
|
+
.ez-icon-txt:before { content: "\ea98"; }
|
|
171
|
+
.ez-icon-un-pin:before { content: "\ea99"; }
|
|
172
|
+
.ez-icon-unfold_less:before { content: "\ea9a"; }
|
|
173
|
+
.ez-icon-unfold_more:before { content: "\ea9b"; }
|
|
174
|
+
.ez-icon-user-circle:before { content: "\ea9c"; }
|
|
175
|
+
.ez-icon-warning-outline:before { content: "\ea9d"; }
|
|
176
|
+
.ez-icon-warning_triangle:before { content: "\ea9e"; }
|
|
177
|
+
.ez-icon-whatshot:before { content: "\ea9f"; }
|
|
178
|
+
.ez-icon-xlsx:before { content: "\eaa0"; }
|
|
179
|
+
.ez-icon-zip:before { content: "\eaa1"; }
|
|
179
180
|
|
|
180
181
|
}
|