@acorex/styles 18.8.9 → 18.9.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/icons/fontawesome/_variables.scss +119 -0
- package/icons/huge/huge-bulk/_variables.scss +179 -0
- package/icons/huge/huge-bulk/bulk-rounded.scss +13 -0
- package/icons/huge/huge-duotone/_variables.scss +179 -0
- package/icons/huge/huge-duotone/duotone-rounded.scss +13 -0
- package/icons/huge/huge-solid/solid-rounded.scss +13 -0
- package/icons/huge/huge-solid/solid-sharp.scss +13 -0
- package/icons/huge/huge-solid/solid-standard.scss +13 -0
- package/icons/huge/huge-solid/variables/_rounded-variables.scss +179 -0
- package/icons/huge/huge-solid/variables/_sharp-variables.scss +179 -0
- package/icons/huge/huge-solid/variables/_standard-variables.scss +179 -0
- package/icons/huge/huge-stroke/stroke-rounded.scss +13 -0
- package/icons/huge/huge-stroke/stroke-sharp.scss +13 -0
- package/icons/huge/huge-stroke/stroke-standard.scss +13 -0
- package/icons/huge/huge-stroke/variables/_rounded-variables.scss +179 -0
- package/icons/huge/huge-stroke/variables/_sharp-variables.scss +179 -0
- package/icons/huge/huge-stroke/variables/_standard-variables.scss +179 -0
- package/icons/huge/huge-twotone/_variables.scss +179 -0
- package/icons/huge/huge-twotone/twotone-rounded.scss +13 -0
- package/icons/index.scss +226 -0
- package/icons/material/_variables.scss +120 -1
- package/package.json +1 -1
@@ -1,60 +1,179 @@
|
|
1
1
|
$ax-icon-more-horizontal: '\f141';
|
2
|
+
$ax-icon-more-horizontal-after: '';
|
3
|
+
|
2
4
|
$ax-icon-more-vertical: '\f142';
|
5
|
+
$ax-icon-more-vertical-after: '';
|
6
|
+
|
3
7
|
$ax-icon-arrow-long-up: '\f176';
|
8
|
+
$ax-icon-arrow-long-up-after: '';
|
9
|
+
|
4
10
|
$ax-icon-arrow-long-down: '\f175';
|
11
|
+
$ax-icon-arrow-long-down-after: '';
|
12
|
+
|
5
13
|
$ax-icon-color-palette: '\f53f';
|
14
|
+
$ax-icon-color-palette-after: '';
|
15
|
+
|
6
16
|
$ax-icon-arrow-left: '\f0d9';
|
17
|
+
$ax-icon-arrow-left-after: '';
|
18
|
+
|
7
19
|
$ax-icon-arrow-down: '\f0d7';
|
20
|
+
$ax-icon-arrow-down-after: '';
|
21
|
+
|
8
22
|
$ax-icon-arrow-up: '\f0d8';
|
23
|
+
$ax-icon-arrow-up-after: '';
|
24
|
+
|
9
25
|
$ax-icon-arrow-right: '\f0da';
|
26
|
+
$ax-icon-arrow-right-after: '';
|
27
|
+
|
10
28
|
$ax-icon-chevron-left: '\f053';
|
29
|
+
$ax-icon-chevron-left-after: '';
|
30
|
+
|
11
31
|
$ax-icon-chevron-down: '\f078';
|
32
|
+
$ax-icon-chevron-down-after: '';
|
33
|
+
|
12
34
|
$ax-icon-chevron-up: '\f077';
|
35
|
+
$ax-icon-chevron-up-after: '';
|
36
|
+
|
13
37
|
$ax-icon-chevron-right: '\f054';
|
38
|
+
$ax-icon-chevron-right-after: '';
|
39
|
+
|
14
40
|
$ax-icon-first-page: '\f33e';
|
41
|
+
$ax-icon-first-page-after: '';
|
42
|
+
|
15
43
|
$ax-icon-last-page: '\f340';
|
44
|
+
$ax-icon-last-page-after: '';
|
45
|
+
|
16
46
|
$ax-icon-calendar: '\f133';
|
47
|
+
$ax-icon-calendar-after: '';
|
48
|
+
|
17
49
|
$ax-icon-info: '\f05a';
|
50
|
+
$ax-icon-info-after: '';
|
51
|
+
|
18
52
|
$ax-icon-error: '\f06a';
|
53
|
+
$ax-icon-error-after: '';
|
54
|
+
|
19
55
|
$ax-icon-warning: '\f071';
|
56
|
+
$ax-icon-warning-after: '';
|
57
|
+
|
20
58
|
$ax-icon-check: '\f00c';
|
59
|
+
$ax-icon-check-after: '';
|
60
|
+
|
21
61
|
$ax-icon-check-circle: '\f058';
|
62
|
+
$ax-icon-check-circle-after: '';
|
63
|
+
|
22
64
|
$ax-icon-dobble-check: '\f560';
|
65
|
+
$ax-icon-dobble-check-after: '';
|
66
|
+
|
23
67
|
$ax-icon-close: '\f00d';
|
68
|
+
$ax-icon-close-after: '';
|
69
|
+
|
24
70
|
$ax-icon-clear: '\f057';
|
71
|
+
$ax-icon-clear-after: '';
|
72
|
+
|
25
73
|
$ax-icon-visibility-off: '\f070';
|
74
|
+
$ax-icon-visibility-off-after: '';
|
75
|
+
|
26
76
|
$ax-icon-visibility: '\f06e';
|
77
|
+
$ax-icon-visibility-after: '';
|
78
|
+
|
27
79
|
$ax-icon-unfold-more: '\f0dc';
|
80
|
+
$ax-icon-unfold-more-after: '';
|
81
|
+
|
28
82
|
$ax-icon-download: '\f019';
|
83
|
+
$ax-icon-download-after: '';
|
84
|
+
|
29
85
|
$ax-icon-upload: '\e09a';
|
86
|
+
$ax-icon-upload-after: '';
|
87
|
+
|
30
88
|
$ax-icon-search: '\f002';
|
89
|
+
$ax-icon-search-after: '';
|
90
|
+
|
31
91
|
$ax-icon-copy: '\f0c5';
|
92
|
+
$ax-icon-copy-after: '';
|
93
|
+
|
32
94
|
$ax-icon-refresh: '\f021';
|
95
|
+
$ax-icon-refresh-after: '';
|
96
|
+
|
33
97
|
$ax-icon-inbox: '\f01c';
|
98
|
+
$ax-icon-inbox-after: '';
|
99
|
+
|
34
100
|
$ax-icon-emoji: '\f118';
|
101
|
+
$ax-icon-emoji-after: '';
|
102
|
+
|
35
103
|
$ax-icon-attach: '\f0c6';
|
104
|
+
$ax-icon-attach-after: '';
|
105
|
+
|
36
106
|
$ax-icon-mic: '\f130';
|
107
|
+
$ax-icon-mic-after: '';
|
108
|
+
|
37
109
|
$ax-icon-send: '\f1d8';
|
110
|
+
$ax-icon-send-after: '';
|
111
|
+
|
38
112
|
$ax-icon-play: '\f04b';
|
113
|
+
$ax-icon-play-after: '';
|
114
|
+
|
39
115
|
$ax-icon-pause: '\f04c';
|
116
|
+
$ax-icon-pause-after: '';
|
117
|
+
|
40
118
|
$ax-icon-reload: '\f2f9';
|
119
|
+
$ax-icon-reload-after: '';
|
120
|
+
|
41
121
|
$ax-icon-heart: '\f004';
|
122
|
+
$ax-icon-heart-after: '';
|
123
|
+
|
42
124
|
$ax-icon-comment: '\f075';
|
125
|
+
$ax-icon-comment-after: '';
|
126
|
+
|
43
127
|
$ax-icon-bold: '\f032';
|
128
|
+
$ax-icon-bold-after: '';
|
129
|
+
|
44
130
|
$ax-icon-italic: '\f033';
|
131
|
+
$ax-icon-italic-after: '';
|
132
|
+
|
45
133
|
$ax-icon-strike: '\f0cc';
|
134
|
+
$ax-icon-strike-after: '';
|
135
|
+
|
46
136
|
$ax-icon-under-line: '\f0cd';
|
137
|
+
$ax-icon-under-line-after: '';
|
138
|
+
|
47
139
|
$ax-icon-order-list: '\f0cb';
|
140
|
+
$ax-icon-order-list-after: '';
|
141
|
+
|
48
142
|
$ax-icon-un-order-list: '\f0ca';
|
143
|
+
$ax-icon-un-order-list-after: '';
|
144
|
+
|
49
145
|
$ax-icon-align-left: '\f036';
|
146
|
+
$ax-icon-align-left-after: '';
|
147
|
+
|
50
148
|
$ax-icon-align-right: '\f038';
|
149
|
+
$ax-icon-align-right-after: '';
|
150
|
+
|
51
151
|
$ax-icon-align-center: '\f037';
|
152
|
+
$ax-icon-align-center-after: '';
|
153
|
+
|
52
154
|
$ax-icon-align-justify: '\f039';
|
155
|
+
$ax-icon-align-justify-after: '';
|
156
|
+
|
53
157
|
$ax-icon-undo: '\f0e2';
|
158
|
+
$ax-icon-undo-after: '';
|
159
|
+
|
54
160
|
$ax-icon-redo: '\f01e';
|
161
|
+
$ax-icon-redo-after: '';
|
162
|
+
|
55
163
|
$ax-icon-highlight: '\f591';
|
164
|
+
$ax-icon-highlight-after: '';
|
165
|
+
|
56
166
|
$ax-icon-link: '\f0c1';
|
167
|
+
$ax-icon-link-after: '';
|
168
|
+
|
57
169
|
$ax-icon-image: '\f03e';
|
170
|
+
$ax-icon-image-after: '';
|
171
|
+
|
58
172
|
$ax-icon-pen: '\f304';
|
173
|
+
$ax-icon-pen-after: '';
|
174
|
+
|
59
175
|
$ax-icon-eraser: '\f12d';
|
176
|
+
$ax-icon-eraser-after: '';
|
177
|
+
|
60
178
|
$ax-icon-pen-ruler: '\f5ae';
|
179
|
+
$ax-icon-pen-ruler-after: '';
|
@@ -0,0 +1,179 @@
|
|
1
|
+
$ax-icon-more-horizontal: 'ﳈ'; //more-horizontal
|
2
|
+
$ax-icon-more-horizontal-after: 'ﳃ'; //more-horizontal
|
3
|
+
|
4
|
+
$ax-icon-more-vertical: 'ﳙ'; //more-vertical
|
5
|
+
$ax-icon-more-vertical-after: 'ﳔ'; //more-vertical
|
6
|
+
|
7
|
+
$ax-icon-arrow-long-up: ''; //arrow-up-02
|
8
|
+
$ax-icon-arrow-long-up-after: ''; //arrow-up-02
|
9
|
+
|
10
|
+
$ax-icon-arrow-long-down: ''; //arrow-down-02
|
11
|
+
$ax-icon-arrow-long-down-after: ''; //arrow-down-02
|
12
|
+
|
13
|
+
$ax-icon-color-palette: '﹐'; //paint-board
|
14
|
+
$ax-icon-color-palette-after: '﹏'; //paint-board
|
15
|
+
|
16
|
+
$ax-icon-arrow-left: ''; //arrow-left-04
|
17
|
+
$ax-icon-arrow-left-after: ''; //arrow-left-04
|
18
|
+
|
19
|
+
$ax-icon-arrow-down: ''; //arrow-down-04
|
20
|
+
$ax-icon-arrow-down-after: ''; //arrow-down-04
|
21
|
+
|
22
|
+
$ax-icon-arrow-up: ''; //arrow-up-04
|
23
|
+
$ax-icon-arrow-up-after: ''; //arrow-up-04
|
24
|
+
|
25
|
+
$ax-icon-arrow-right: ''; //arrow-right-04
|
26
|
+
$ax-icon-arrow-right-after: ''; //arrow-right-04
|
27
|
+
|
28
|
+
$ax-icon-chevron-left: ''; //arrow-left-01
|
29
|
+
$ax-icon-chevron-left-after: ''; //arrow-left-01
|
30
|
+
|
31
|
+
$ax-icon-chevron-down: ''; //arrow-down-01
|
32
|
+
$ax-icon-chevron-down-after: ''; //arrow-down-01
|
33
|
+
|
34
|
+
$ax-icon-chevron-up: ''; //arrow-up-01
|
35
|
+
$ax-icon-chevron-up-after: ''; //arrow-up-01
|
36
|
+
|
37
|
+
$ax-icon-chevron-right: ''; //arrow-right-01
|
38
|
+
$ax-icon-chevron-right-after: ''; //arrow-right-01
|
39
|
+
|
40
|
+
$ax-icon-first-page: ''; //arrow-left-03
|
41
|
+
$ax-icon-first-page-after: ''; //arrow-left-03
|
42
|
+
|
43
|
+
$ax-icon-last-page: ''; //arrow-right-03
|
44
|
+
$ax-icon-last-page-after: ''; //arrow-right-03
|
45
|
+
|
46
|
+
$ax-icon-calendar: ''; //calendar-01
|
47
|
+
$ax-icon-calendar-after: ''; //calendar-01
|
48
|
+
|
49
|
+
$ax-icon-info: ''; //information-circle
|
50
|
+
$ax-icon-info-after: ''; //information-circle
|
51
|
+
|
52
|
+
$ax-icon-error: ''; //alert-circle
|
53
|
+
$ax-icon-error-after: ''; //alert-circle
|
54
|
+
|
55
|
+
$ax-icon-warning: ''; //alert-01
|
56
|
+
$ax-icon-warning-after: ''; //alert-01
|
57
|
+
|
58
|
+
$ax-icon-check: 'ۚ'; //tick-02
|
59
|
+
$ax-icon-check-after: 'ۙ'; //tick-02
|
60
|
+
|
61
|
+
$ax-icon-check-circle: ''; //checkmark-circle-02
|
62
|
+
$ax-icon-check-circle-after: ''; //checkmark-circle-02
|
63
|
+
|
64
|
+
$ax-icon-dobble-check: 'ۢ'; //tick-double-02
|
65
|
+
$ax-icon-dobble-check-after: 'ۡ'; //tick-double-02
|
66
|
+
|
67
|
+
$ax-icon-close: ''; //cancel-01
|
68
|
+
$ax-icon-close-after: ''; //cancel-01
|
69
|
+
|
70
|
+
$ax-icon-clear: ''; //cancel-circle
|
71
|
+
$ax-icon-clear-after: ''; //cancel-circle
|
72
|
+
|
73
|
+
$ax-icon-visibility-off: '࣍'; //view-off-slash
|
74
|
+
$ax-icon-visibility-off-after: '࣌'; //view-off-slash
|
75
|
+
|
76
|
+
$ax-icon-visibility: ''; //eye
|
77
|
+
$ax-icon-visibility-after: ''; //eye
|
78
|
+
|
79
|
+
$ax-icon-unfold-more: 'ࠋ'; //unfold-more
|
80
|
+
$ax-icon-unfold-more-after: 'ࠌ'; //unfold-more
|
81
|
+
|
82
|
+
$ax-icon-download: ''; //download-04
|
83
|
+
$ax-icon-download-after: ''; //download-04
|
84
|
+
|
85
|
+
$ax-icon-upload: 'ࠪ'; //upload-04
|
86
|
+
$ax-icon-upload-after: 'ࠩ'; //upload-04
|
87
|
+
|
88
|
+
$ax-icon-search: 'Ǵ'; //search-01
|
89
|
+
$ax-icon-search-after: 'dz'; //search-01
|
90
|
+
|
91
|
+
$ax-icon-copy: ''; //copy-01
|
92
|
+
$ax-icon-copy-after: ''; //copy-01
|
93
|
+
|
94
|
+
$ax-icon-refresh: ''; //arrow-reload-horizontal
|
95
|
+
$ax-icon-refresh-after: ''; //arrow-reload-horizontal
|
96
|
+
|
97
|
+
$ax-icon-inbox: ''; //inbox
|
98
|
+
$ax-icon-inbox-after: ''; //inbox
|
99
|
+
|
100
|
+
$ax-icon-emoji: 'ͺ'; //smile
|
101
|
+
$ax-icon-emoji-after: ''; //smile
|
102
|
+
|
103
|
+
$ax-icon-attach: ''; //attachment-01
|
104
|
+
$ax-icon-attach-after: ''; //attachment-01
|
105
|
+
|
106
|
+
$ax-icon-mic: 'ﯴ'; //mic-01
|
107
|
+
$ax-icon-mic-after: 'ﯳ'; //mic-01
|
108
|
+
|
109
|
+
$ax-icon-send: 'ȶ'; //sent
|
110
|
+
$ax-icon-send-after: 'ȵ'; //sent
|
111
|
+
|
112
|
+
$ax-icon-play: '`'; //play
|
113
|
+
$ax-icon-play-after: '['; //play
|
114
|
+
|
115
|
+
$ax-icon-pause: 'ﺜ'; //pause
|
116
|
+
$ax-icon-pause-after: 'ﺛ'; //pause
|
117
|
+
|
118
|
+
$ax-icon-reload: '®'; //reload
|
119
|
+
$ax-icon-reload-after: ''; //reload
|
120
|
+
|
121
|
+
$ax-icon-heart: ''; //favourite
|
122
|
+
$ax-icon-heart-after: ''; //favourite
|
123
|
+
|
124
|
+
$ax-icon-comment: ''; //comment-01
|
125
|
+
$ax-icon-comment-after: ''; //comment-01
|
126
|
+
|
127
|
+
$ax-icon-bold: 'ٜ'; //text-bold
|
128
|
+
$ax-icon-bold-after: 'ٛ'; //text-bold
|
129
|
+
|
130
|
+
$ax-icon-italic: 'ڂ'; //text-italic
|
131
|
+
$ax-icon-italic-after: 'ٿ'; //text-italic
|
132
|
+
|
133
|
+
$ax-icon-strike: 'ڏ'; //text-strikethrough
|
134
|
+
$ax-icon-strike-after: 'ڎ'; //text-strikethrough
|
135
|
+
|
136
|
+
$ax-icon-under-line: 'ڗ'; //text-underline
|
137
|
+
$ax-icon-under-line-after: 'ږ'; //text-underline
|
138
|
+
|
139
|
+
$ax-icon-order-list: '簾'; //left-to-right-list-number
|
140
|
+
$ax-icon-order-list-after: '殮'; //left-to-right-list-number
|
141
|
+
|
142
|
+
$ax-icon-un-order-list: '廉'; //left-to-right-list-bullet
|
143
|
+
$ax-icon-un-order-list-after: '說'; //left-to-right-list-bullet
|
144
|
+
|
145
|
+
$ax-icon-align-left: 'ٔ'; //text-align-left
|
146
|
+
$ax-icon-align-left-after: 'ٓ'; //text-align-left
|
147
|
+
|
148
|
+
$ax-icon-align-right: '٘'; //text-align-right
|
149
|
+
$ax-icon-align-right-after: 'ٗ'; //text-align-right
|
150
|
+
|
151
|
+
$ax-icon-align-center: 'ي'; //text-align-center
|
152
|
+
$ax-icon-align-center-after: 'ى'; //text-align-center
|
153
|
+
|
154
|
+
$ax-icon-align-justify: 'ٌ'; //text-align-justify-center
|
155
|
+
$ax-icon-align-justify-after: 'ً'; //text-align-justify-center
|
156
|
+
|
157
|
+
$ax-icon-undo: ''; //arrow-turn-backward
|
158
|
+
$ax-icon-undo-after: ''; //arrow-turn-backward
|
159
|
+
|
160
|
+
$ax-icon-redo: ''; //arrow-turn-forward
|
161
|
+
$ax-icon-redo-after: ''; //arrow-turn-forward
|
162
|
+
|
163
|
+
$ax-icon-highlight: ''; //pen-tool-01
|
164
|
+
$ax-icon-highlight-after: ''; //pen-tool-01
|
165
|
+
|
166
|
+
$ax-icon-link: '隆'; //link-01
|
167
|
+
$ax-icon-link-after: '率'; //link-01
|
168
|
+
|
169
|
+
$ax-icon-image: ''; //image-01
|
170
|
+
$ax-icon-image-after: ''; //image-01
|
171
|
+
|
172
|
+
$ax-icon-pen: 'ﻂ'; //pen-tool-03
|
173
|
+
$ax-icon-pen-after: 'ﻁ'; //pen-tool-03
|
174
|
+
|
175
|
+
$ax-icon-eraser: ''; //eraser
|
176
|
+
$ax-icon-eraser-after: ''; //eraser
|
177
|
+
|
178
|
+
$ax-icon-pen-ruler: ''; //canvas
|
179
|
+
$ax-icon-pen-ruler-after: ''; //canvas
|
@@ -0,0 +1,13 @@
|
|
1
|
+
@import './variables';
|
2
|
+
.ax-icon {
|
3
|
+
font-family: 'hgi-bulk-rounded' !important;
|
4
|
+
font-style: normal;
|
5
|
+
-webkit-font-smoothing: antialiased;
|
6
|
+
-moz-osx-font-smoothing: grayscale;
|
7
|
+
position: relative;
|
8
|
+
&::after {
|
9
|
+
opacity: 0.4;
|
10
|
+
position: absolute;
|
11
|
+
left: 0;
|
12
|
+
}
|
13
|
+
}
|
@@ -0,0 +1,179 @@
|
|
1
|
+
$ax-icon-more-horizontal: ''; //more-horizontal
|
2
|
+
$ax-icon-more-horizontal-after: 'ೠ'; //more-horizontal
|
3
|
+
|
4
|
+
$ax-icon-more-vertical: ''; //more-vertical
|
5
|
+
$ax-icon-more-vertical-after: 'ೱ'; //more-vertical
|
6
|
+
|
7
|
+
$ax-icon-arrow-long-up: 'ﯷ'; //arrow-up-02
|
8
|
+
$ax-icon-arrow-long-up-after: 'ﯶ'; //arrow-up-02
|
9
|
+
|
10
|
+
$ax-icon-arrow-long-down: 'ﮟ'; //arrow-down-02
|
11
|
+
$ax-icon-arrow-long-down-after: 'ﮞ'; //arrow-down-02
|
12
|
+
|
13
|
+
$ax-icon-color-palette: ''; //paint-board
|
14
|
+
$ax-icon-color-palette-after: ''; //paint-board
|
15
|
+
|
16
|
+
$ax-icon-arrow-left: ''; //arrow-left-04
|
17
|
+
$ax-icon-arrow-left-after: '﯂'; //arrow-left-04
|
18
|
+
|
19
|
+
$ax-icon-arrow-down: 'ﮣ'; //arrow-down-04
|
20
|
+
$ax-icon-arrow-down-after: 'ﮢ'; //arrow-down-04
|
21
|
+
|
22
|
+
$ax-icon-arrow-up: 'ﯻ'; //arrow-up-04
|
23
|
+
$ax-icon-arrow-up-after: 'ﯺ'; //arrow-up-04
|
24
|
+
|
25
|
+
$ax-icon-arrow-right: 'ﯡ'; //arrow-right-04
|
26
|
+
$ax-icon-arrow-right-after: 'ﯠ'; //arrow-right-04
|
27
|
+
|
28
|
+
$ax-icon-chevron-left: '﮽'; //arrow-left-01
|
29
|
+
$ax-icon-chevron-left-after: '﮼'; //arrow-left-01
|
30
|
+
|
31
|
+
$ax-icon-chevron-down: 'ﮝ'; //arrow-down-01
|
32
|
+
$ax-icon-chevron-down-after: 'ﮜ'; //arrow-down-01
|
33
|
+
|
34
|
+
$ax-icon-chevron-up: 'ﯵ'; //arrow-up-01
|
35
|
+
$ax-icon-chevron-up-after: 'ﯴ'; //arrow-up-01
|
36
|
+
|
37
|
+
$ax-icon-chevron-right: 'ﯛ'; //arrow-right-01
|
38
|
+
$ax-icon-chevron-right-after: 'ﯚ'; //arrow-right-01
|
39
|
+
|
40
|
+
$ax-icon-first-page: '﯁'; //arrow-left-03
|
41
|
+
$ax-icon-first-page-after: '﯀'; //arrow-left-03
|
42
|
+
|
43
|
+
$ax-icon-last-page: 'ﯟ'; //arrow-right-03
|
44
|
+
$ax-icon-last-page-after: 'ﯞ'; //arrow-right-03
|
45
|
+
|
46
|
+
$ax-icon-calendar: 'ﺱ'; //calendar-01
|
47
|
+
$ax-icon-calendar-after: 'ﺰ'; //calendar-01
|
48
|
+
|
49
|
+
$ax-icon-info: 'ࡥ'; //information-circle
|
50
|
+
$ax-icon-info-after: 'ࡤ'; //information-circle
|
51
|
+
|
52
|
+
$ax-icon-error: ''; //alert-circle
|
53
|
+
$ax-icon-error-after: ''; //alert-circle
|
54
|
+
|
55
|
+
$ax-icon-warning: ''; //alert-01
|
56
|
+
$ax-icon-warning-after: ''; //alert-01
|
57
|
+
|
58
|
+
$ax-icon-check: 'ᛷ'; //tick-02
|
59
|
+
$ax-icon-check-after: 'ᛶ'; //tick-02
|
60
|
+
|
61
|
+
$ax-icon-check-circle: '7'; //checkmark-circle-02
|
62
|
+
$ax-icon-check-circle-after: '6'; //checkmark-circle-02
|
63
|
+
|
64
|
+
$ax-icon-dobble-check: ''; //tick-double-02
|
65
|
+
$ax-icon-dobble-check-after: ''; //tick-double-02
|
66
|
+
|
67
|
+
$ax-icon-close: 'ュ'; //cancel-01
|
68
|
+
$ax-icon-close-after: 'ャ'; //cancel-01
|
69
|
+
|
70
|
+
$ax-icon-clear: 'ウ'; //cancel-circle
|
71
|
+
$ax-icon-clear-after: 'イ'; //cancel-circle
|
72
|
+
|
73
|
+
$ax-icon-visibility-off: 'ᣪ'; //view-off-slash
|
74
|
+
$ax-icon-visibility-off-after: 'ᣩ'; //view-off-slash
|
75
|
+
|
76
|
+
$ax-icon-visibility: 'ҵ'; //eye
|
77
|
+
$ax-icon-visibility-after: 'Ҵ'; //eye
|
78
|
+
|
79
|
+
$ax-icon-unfold-more: 'ᠩ'; //unfold-more
|
80
|
+
$ax-icon-unfold-more-after: 'ᠨ'; //unfold-more
|
81
|
+
|
82
|
+
$ax-icon-download: 'Ϗ'; //download-04
|
83
|
+
$ax-icon-download-after: 'ώ'; //download-04
|
84
|
+
|
85
|
+
$ax-icon-upload: 'ᡇ'; //upload-04
|
86
|
+
$ax-icon-upload-after: 'ᡆ'; //upload-04
|
87
|
+
|
88
|
+
$ax-icon-search: 'ሑ'; //search-01
|
89
|
+
$ax-icon-search-after: 'ሐ'; //search-01
|
90
|
+
|
91
|
+
$ax-icon-copy: 'Ǒ'; //copy-01
|
92
|
+
$ax-icon-copy-after: 'ǐ'; //copy-01
|
93
|
+
|
94
|
+
$ax-icon-refresh: 'ﯗ'; //arrow-reload-horizontal
|
95
|
+
$ax-icon-refresh-after: 'ﯖ'; //arrow-reload-horizontal
|
96
|
+
|
97
|
+
$ax-icon-inbox: 'ࡋ'; //inbox
|
98
|
+
$ax-icon-inbox-after: 'ࡆ'; //inbox
|
99
|
+
|
100
|
+
$ax-icon-emoji: '᎗'; //smile
|
101
|
+
$ax-icon-emoji-after: '᎖'; //smile
|
102
|
+
|
103
|
+
$ax-icon-attach: 'ﰷ'; //attachment-01
|
104
|
+
$ax-icon-attach-after: 'ﰶ'; //attachment-01
|
105
|
+
|
106
|
+
$ax-icon-mic: ''; //mic-01
|
107
|
+
$ax-icon-mic-after: 'ఐ'; //mic-01
|
108
|
+
|
109
|
+
$ax-icon-send: 'ቓ'; //sent
|
110
|
+
$ax-icon-send-after: 'ቒ'; //sent
|
111
|
+
|
112
|
+
$ax-icon-play: 'ཝ'; //play
|
113
|
+
$ax-icon-play-after: 'མ'; //play
|
114
|
+
|
115
|
+
$ax-icon-pause: 'ູ'; //pause
|
116
|
+
$ax-icon-pause-after: 'ຸ'; //pause
|
117
|
+
|
118
|
+
$ax-icon-reload: ''; //reload
|
119
|
+
$ax-icon-reload-after: ''; //reload
|
120
|
+
|
121
|
+
$ax-icon-heart: 'Ӎ'; //favourite
|
122
|
+
$ax-icon-heart-after: 'ӊ'; //favourite
|
123
|
+
|
124
|
+
$ax-icon-comment: 'ŧ'; //comment-01
|
125
|
+
$ax-icon-comment-after: 'Ŧ'; //comment-01
|
126
|
+
|
127
|
+
$ax-icon-bold: 'ŧ'; //text-bold
|
128
|
+
$ax-icon-bold-after: 'Ŧ'; //text-bold
|
129
|
+
|
130
|
+
$ax-icon-italic: ''; //text-italic
|
131
|
+
$ax-icon-italic-after: '᚜'; //text-italic
|
132
|
+
|
133
|
+
$ax-icon-strike: 'ᚬ'; //text-strikethrough
|
134
|
+
$ax-icon-strike-after: 'ᚫ'; //text-strikethrough
|
135
|
+
|
136
|
+
$ax-icon-under-line: 'ᚴ'; //text-underline
|
137
|
+
$ax-icon-under-line-after: 'ᚳ'; //text-underline
|
138
|
+
|
139
|
+
$ax-icon-order-list: ''; //left-to-right-list-number
|
140
|
+
$ax-icon-order-list-after: 'ৄ'; //left-to-right-list-number
|
141
|
+
|
142
|
+
$ax-icon-un-order-list: 'ু'; //left-to-right-list-bullet
|
143
|
+
$ax-icon-un-order-list-after: 'ী'; //left-to-right-list-bullet
|
144
|
+
|
145
|
+
$ax-icon-align-left: 'ᙱ'; //text-align-left
|
146
|
+
$ax-icon-align-left-after: 'ᙰ'; //text-align-left
|
147
|
+
|
148
|
+
$ax-icon-align-right: 'ᙵ'; //text-align-right
|
149
|
+
$ax-icon-align-right-after: 'ᙴ'; //text-align-right
|
150
|
+
|
151
|
+
$ax-icon-align-center: 'ᙧ'; //text-align-center
|
152
|
+
$ax-icon-align-center-after: 'ᙦ'; //text-align-center
|
153
|
+
|
154
|
+
$ax-icon-align-justify: 'ᙩ'; //text-align-justify-center
|
155
|
+
$ax-icon-align-justify-after: 'ᙨ'; //text-align-justify-center
|
156
|
+
|
157
|
+
$ax-icon-undo: 'ﯭ'; //arrow-turn-backward
|
158
|
+
$ax-icon-undo-after: 'ﯬ'; //arrow-turn-backward
|
159
|
+
|
160
|
+
$ax-icon-redo: 'ﯱ'; //arrow-turn-forward
|
161
|
+
$ax-icon-redo-after: 'ﯰ'; //arrow-turn-forward
|
162
|
+
|
163
|
+
$ax-icon-highlight: ''; //pen-tool-01
|
164
|
+
$ax-icon-highlight-after: ''; //pen-tool-01
|
165
|
+
|
166
|
+
$ax-icon-link: '৻'; //link-01
|
167
|
+
$ax-icon-link-after: '৺'; //link-01
|
168
|
+
|
169
|
+
$ax-icon-image: 'ࠗ'; //image-01
|
170
|
+
$ax-icon-image-after: 'ࠖ'; //image-01
|
171
|
+
|
172
|
+
$ax-icon-pen: 'ໟ'; //pen-tool-03
|
173
|
+
$ax-icon-pen-after: 'ໞ'; //pen-tool-03
|
174
|
+
|
175
|
+
$ax-icon-eraser: 'ґ'; //eraser
|
176
|
+
$ax-icon-eraser-after: 'Ґ'; //eraser
|
177
|
+
|
178
|
+
$ax-icon-pen-ruler: 'サ'; //canvas
|
179
|
+
$ax-icon-pen-ruler-after: 'コ'; //canvas
|
@@ -0,0 +1,13 @@
|
|
1
|
+
@import './variables';
|
2
|
+
.ax-icon {
|
3
|
+
font-family: "hgi-duotone-rounded" !important;
|
4
|
+
font-style: normal;
|
5
|
+
-webkit-font-smoothing: antialiased;
|
6
|
+
-moz-osx-font-smoothing: grayscale;
|
7
|
+
position: relative;
|
8
|
+
&::after {
|
9
|
+
opacity: 0.4;
|
10
|
+
position: absolute;
|
11
|
+
left: 0;
|
12
|
+
}
|
13
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
@import './variables/rounded-variables';
|
2
|
+
.ax-icon {
|
3
|
+
font-family: 'hgi-solid-rounded' !important;
|
4
|
+
font-style: normal;
|
5
|
+
-webkit-font-smoothing: antialiased;
|
6
|
+
-moz-osx-font-smoothing: grayscale;
|
7
|
+
position: relative;
|
8
|
+
&::after {
|
9
|
+
opacity: 0.4;
|
10
|
+
position: absolute;
|
11
|
+
left: 0;
|
12
|
+
}
|
13
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
@import './variables/sharp-variables';
|
2
|
+
.ax-icon {
|
3
|
+
font-family: 'hgi-solid-sharp' !important;
|
4
|
+
font-style: normal;
|
5
|
+
-webkit-font-smoothing: antialiased;
|
6
|
+
-moz-osx-font-smoothing: grayscale;
|
7
|
+
position: relative;
|
8
|
+
&::after {
|
9
|
+
opacity: 0.4;
|
10
|
+
position: absolute;
|
11
|
+
left: 0;
|
12
|
+
}
|
13
|
+
}
|
@@ -0,0 +1,13 @@
|
|
1
|
+
@import './variables/standard-variables';
|
2
|
+
.ax-icon {
|
3
|
+
font-family: 'hgi-solid-standard' !important;
|
4
|
+
font-style: normal;
|
5
|
+
-webkit-font-smoothing: antialiased;
|
6
|
+
-moz-osx-font-smoothing: grayscale;
|
7
|
+
position: relative;
|
8
|
+
&::after {
|
9
|
+
opacity: 0.4;
|
10
|
+
position: absolute;
|
11
|
+
left: 0;
|
12
|
+
}
|
13
|
+
}
|