@acorex/styles 6.1.1 → 6.1.3

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.
@@ -11,14 +11,15 @@
11
11
  @apply ax-outline-none;
12
12
  outline: none;
13
13
  }
14
- .ax-button-text{
14
+ .ax-button-text {
15
15
  @apply ax-px-2;
16
16
  }
17
17
  }
18
18
  &:focus {
19
19
  @apply ax-outline-none;
20
20
  }
21
- .ax-prefix,.ax-suffix {
21
+ .ax-prefix,
22
+ .ax-suffix {
22
23
  @apply ax-flex ax-flex-row;
23
24
  }
24
25
 
@@ -29,7 +30,7 @@
29
30
  @apply ax-text-xs;
30
31
  }
31
32
 
32
- &.ax-lg{
33
+ &.ax-lg {
33
34
  @apply ax-text-base #{!important};
34
35
  }
35
36
 
@@ -910,4 +911,14 @@
910
911
  }
911
912
  }
912
913
  }
914
+
915
+ .ax-button-control {
916
+ @apply ax-text-default-color ax-cursor-pointer ax-text-sm ax-p-2 ax-rounded-default ax-flex ax-items-center ax-justify-center;
917
+ ax-icon {
918
+ @apply ax-text-2xl ax-leading-none;
919
+ }
920
+ &:hover {
921
+ @apply ax-bg-light-200 dark:ax-bg-white/[0.12];
922
+ }
923
+ }
913
924
  }
@@ -4,23 +4,14 @@
4
4
  @include screen(mobile) {
5
5
  @apply ax-w-full;
6
6
  }
7
-
8
- &.ax-rtl {
9
- .ax-calendar-header {
10
- .ax-calendar-header-buttons {
11
- .ax-prev-button {
12
- .ax-icon {
13
- @apply ax-rotate-180;
14
- }
15
- }
16
- .ax-next-button {
17
- .ax-icon {
18
- @apply ax-rotate-0;
19
- }
20
- }
21
- }
7
+
8
+ .ax-calendar-header {
9
+ i {
10
+ @apply ax-font-medium ax-text-xl;
22
11
  }
23
12
  }
13
+
14
+
24
15
  &.ax-state-disabled {
25
16
  .ax-calendar-slots {
26
17
  @apply ax-opacity-50 ax-cursor-default;
@@ -31,16 +22,6 @@
31
22
  @apply ax-flex ax-justify-between ax-py-1 ax-px-2 ax-border-b ax-border-light-300 ax-border-solid dark:ax-border-transparent;
32
23
  .ax-calendar-header-buttons {
33
24
  @apply ax-flex;
34
- .ax-prev-button {
35
- .ax-icon {
36
- @apply ax-rotate-0;
37
- }
38
- }
39
- .ax-next-button {
40
- .ax-icon {
41
- @apply ax-rotate-180;
42
- }
43
- }
44
25
  }
45
26
  }
46
27
 
@@ -175,7 +156,7 @@
175
156
  }
176
157
 
177
158
  .ax-calendar-footer {
178
- @apply ax-flex ax-justify-center ax-p-2 ax-bg-light-100 dark:ax-bg-transparent dark:ax-border-transparent;
159
+ @apply ax-flex ax-justify-center ax-p-2 ax-border-t ax-border-black/[0.12] dark:ax-border-white/[0.12];
179
160
  }
180
161
  }
181
162
  .ax-calendar-picker {
@@ -1,37 +1,38 @@
1
1
  @layer components {
2
-
3
2
  .ax-decoration-container,
4
3
  .ax-header,
5
- .ax-footer
6
- {
4
+ .ax-footer {
7
5
  @apply ax-flex ax-justify-between ax-items-center ax-gap-2 ax-bg-white;
8
6
  @include control-states("surface");
9
- &>.ax-prefix,
10
- &>.ax-suffix {
11
- @apply ax-flex ax-flex-auto ax-flex-row ax-gap-2 ax-items-center ;
7
+ & > .ax-prefix,
8
+ & > .ax-suffix {
9
+ @apply ax-flex ax-flex-auto ax-flex-row ax-gap-2 ax-items-center;
12
10
  }
13
- &>.ax-prefix{
14
- @apply ax-order-first ax-justify-start ax-items-center ;
11
+ & > .ax-prefix {
12
+ @apply ax-order-first ax-justify-start ax-items-center;
15
13
  }
16
- &>.ax-suffix {
17
- @apply ax-order-last ax-justify-end ax-items-center ;
14
+ & > .ax-suffix {
15
+ @apply ax-order-last ax-justify-end ax-items-center;
18
16
  }
19
-
20
- }
21
-
22
- .ax-title {
23
- @apply ax-font-normal;
24
17
  }
25
18
 
19
+ .ax-title,
26
20
  .ax-icon {
27
21
  @apply ax-font-medium;
28
22
  }
29
23
 
24
+ .ax-title{
25
+ @apply ax-text-base ax-text-black/[0.87] dark:ax-text-white;
26
+ }
27
+ .ax-sub-title {
28
+ @apply ax-text-sm ax-font-normal ax-text-black/60 dark:ax-text-white;
29
+ }
30
30
  .ax-close-button {
31
+ @apply ax-w-6 ax-h-6 ax-grid ax-place-items-center ax-cursor-pointer;
31
32
  .ax-icon {
32
- @apply ax-text-light-500 dark:ax-text-light-200 ax-cursor-pointer ax-text-xl;
33
+ @apply ax-text-black/50 dark:ax-text-white ax-text-xl;
33
34
  &:hover {
34
- @apply ax-text-light-700 dark:ax-text-light-100;
35
+ @apply ax-text-black/75 dark:ax-text-white;
35
36
  }
36
37
  }
37
38
  }
@@ -32,7 +32,7 @@
32
32
  line-height: 1 !important;
33
33
  }
34
34
  .ax-input,
35
- .ax-textare {
35
+ .ax-textarea {
36
36
  &::-webkit-input-placeholder {
37
37
  @apply ax-text-sm;
38
38
  }
@@ -1,11 +1,11 @@
1
1
  @layer components {
2
2
  .ax-textarea {
3
3
  min-height: calc(var(--ax-base-size) * var(--ax-base-ratio));
4
- @apply ax-relative ax-flex ax-flex-col ax-rounded ax-bg-white ax-shadow-sm ax-border ax-border-solid ax-border-light-300 ax-overflow-hidden ax-w-full;
4
+ @apply ax-relative ax-h-auto ax-flex ax-flex-col ax-rounded ax-bg-white ax-shadow-sm ax-border ax-border-solid ax-border-light-300 ax-overflow-hidden ax-w-full;
5
5
  @include control-states("editor");
6
6
 
7
7
  &:focus-within {
8
- @apply ax-ring-2 ax-ring-primary-500 ax-ring-opacity-100 ax-border-transparent;
8
+ @apply ax-ring-2 ax-ring-primary-500 ax-ring-opacity-100 ;
9
9
  }
10
10
  textarea {
11
11
  min-height: calc(var(--ax-base-size) * var(--ax-base-ratio)) !important;
@@ -9,10 +9,122 @@
9
9
  <link rel="stylesheet" href="style.css"></head>
10
10
  <body>
11
11
  <div class="bgc1 clearfix">
12
- <h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> acorex-icon <small class="fgc1">(Glyphs:&nbsp;42)</small></h1>
12
+ <h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> acorex-icon <small class="fgc1">(Glyphs:&nbsp;50)</small></h1>
13
13
  </div>
14
14
  <div class="clearfix mhl ptl">
15
15
  <h1 class="mvm mtn fgc1">Grid Size: 16</h1>
16
+ <div class="glyph fs1">
17
+ <div class="clearfix bshadow0 pbs">
18
+ <span class="ax-ic-skip-previous"></span>
19
+ <span class="mls"> ax-ic-skip-previous</span>
20
+ </div>
21
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
22
+ <input type="text" readonly value="e92a" class="unit size1of2" />
23
+ <input type="text" maxlength="1" readonly value="&#xe92a;" class="unitRight size1of2 talign-right" />
24
+ </fieldset>
25
+ <div class="fs0 bshadow0 clearfix hidden-true">
26
+ <span class="unit pvs fgc1">liga: </span>
27
+ <input type="text" readonly value="" class="liga unitRight" />
28
+ </div>
29
+ </div>
30
+ <div class="glyph fs1">
31
+ <div class="clearfix bshadow0 pbs">
32
+ <span class="ax-ic-arrow-left"></span>
33
+ <span class="mls"> ax-ic-arrow-left</span>
34
+ </div>
35
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
36
+ <input type="text" readonly value="e92b" class="unit size1of2" />
37
+ <input type="text" maxlength="1" readonly value="&#xe92b;" class="unitRight size1of2 talign-right" />
38
+ </fieldset>
39
+ <div class="fs0 bshadow0 clearfix hidden-true">
40
+ <span class="unit pvs fgc1">liga: </span>
41
+ <input type="text" readonly value="" class="liga unitRight" />
42
+ </div>
43
+ </div>
44
+ <div class="glyph fs1">
45
+ <div class="clearfix bshadow0 pbs">
46
+ <span class="ax-ic-skip-next"></span>
47
+ <span class="mls"> ax-ic-skip-next</span>
48
+ </div>
49
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
50
+ <input type="text" readonly value="e92c" class="unit size1of2" />
51
+ <input type="text" maxlength="1" readonly value="&#xe92c;" class="unitRight size1of2 talign-right" />
52
+ </fieldset>
53
+ <div class="fs0 bshadow0 clearfix hidden-true">
54
+ <span class="unit pvs fgc1">liga: </span>
55
+ <input type="text" readonly value="" class="liga unitRight" />
56
+ </div>
57
+ </div>
58
+ <div class="glyph fs1">
59
+ <div class="clearfix bshadow0 pbs">
60
+ <span class="ax-ic-arrow-right"></span>
61
+ <span class="mls"> ax-ic-arrow-right</span>
62
+ </div>
63
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
64
+ <input type="text" readonly value="e92d" class="unit size1of2" />
65
+ <input type="text" maxlength="1" readonly value="&#xe92d;" class="unitRight size1of2 talign-right" />
66
+ </fieldset>
67
+ <div class="fs0 bshadow0 clearfix hidden-true">
68
+ <span class="unit pvs fgc1">liga: </span>
69
+ <input type="text" readonly value="" class="liga unitRight" />
70
+ </div>
71
+ </div>
72
+ <div class="glyph fs1">
73
+ <div class="clearfix bshadow0 pbs">
74
+ <span class="ax-ic-first-page"></span>
75
+ <span class="mls"> ax-ic-first-page</span>
76
+ </div>
77
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
78
+ <input type="text" readonly value="e92e" class="unit size1of2" />
79
+ <input type="text" maxlength="1" readonly value="&#xe92e;" class="unitRight size1of2 talign-right" />
80
+ </fieldset>
81
+ <div class="fs0 bshadow0 clearfix hidden-true">
82
+ <span class="unit pvs fgc1">liga: </span>
83
+ <input type="text" readonly value="" class="liga unitRight" />
84
+ </div>
85
+ </div>
86
+ <div class="glyph fs1">
87
+ <div class="clearfix bshadow0 pbs">
88
+ <span class="ax-ic-last-page"></span>
89
+ <span class="mls"> ax-ic-last-page</span>
90
+ </div>
91
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
92
+ <input type="text" readonly value="e92f" class="unit size1of2" />
93
+ <input type="text" maxlength="1" readonly value="&#xe92f;" class="unitRight size1of2 talign-right" />
94
+ </fieldset>
95
+ <div class="fs0 bshadow0 clearfix hidden-true">
96
+ <span class="unit pvs fgc1">liga: </span>
97
+ <input type="text" readonly value="" class="liga unitRight" />
98
+ </div>
99
+ </div>
100
+ <div class="glyph fs1">
101
+ <div class="clearfix bshadow0 pbs">
102
+ <span class="ax-ic-chevron-left"></span>
103
+ <span class="mls"> ax-ic-chevron-left</span>
104
+ </div>
105
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
106
+ <input type="text" readonly value="e930" class="unit size1of2" />
107
+ <input type="text" maxlength="1" readonly value="&#xe930;" class="unitRight size1of2 talign-right" />
108
+ </fieldset>
109
+ <div class="fs0 bshadow0 clearfix hidden-true">
110
+ <span class="unit pvs fgc1">liga: </span>
111
+ <input type="text" readonly value="" class="liga unitRight" />
112
+ </div>
113
+ </div>
114
+ <div class="glyph fs1">
115
+ <div class="clearfix bshadow0 pbs">
116
+ <span class="ax-ic-chevron-right"></span>
117
+ <span class="mls"> ax-ic-chevron-right</span>
118
+ </div>
119
+ <fieldset class="fs0 size1of1 clearfix hidden-false">
120
+ <input type="text" readonly value="e931" class="unit size1of2" />
121
+ <input type="text" maxlength="1" readonly value="&#xe931;" class="unitRight size1of2 talign-right" />
122
+ </fieldset>
123
+ <div class="fs0 bshadow0 clearfix hidden-true">
124
+ <span class="unit pvs fgc1">liga: </span>
125
+ <input type="text" readonly value="" class="liga unitRight" />
126
+ </div>
127
+ </div>
16
128
  <div class="glyph fs1">
17
129
  <div class="clearfix bshadow0 pbs">
18
130
  <span class="ax-ic-inbox"></span>
Binary file
@@ -49,4 +49,12 @@
49
49
  <glyph unicode="&#xe927;" glyph-name="download" d="M234.667 106.667q-25.6 0-44.8 19.2t-19.2 44.8v152.533h64v-152.533h554.667v152.533h64v-152.533q0-25.6-19.2-44.8t-44.8-19.2zM512 269.867l-205.867 205.867 45.867 45.867 128-128v395.733h64v-395.733l128 128 45.867-45.867z" />
50
50
  <glyph unicode="&#xe928;" glyph-name="upload" d="M234.667 106.667q-25.6 0-44.8 19.2t-19.2 44.8v152.533h64v-152.533h554.667v152.533h64v-152.533q0-25.6-19.2-44.8t-44.8-19.2zM480 269.867v395.733l-128-128-45.867 45.867 205.867 205.867 205.867-205.867-45.867-45.867-128 128v-395.733z" />
51
51
  <glyph unicode="&#xe929;" glyph-name="cloud-upload" d="M266.667 106.667q-91.733 0-157.867 66.133t-66.133 157.867q0 83.2 52.8 146.667t136 76.267q21.333 103.467 100.267 169.067t182.4 65.6q120.533 0 202.133-86.933t81.6-208.533v-25.6q76.8 2.133 130.133-49.6t53.333-130.667q0-73.6-53.333-126.933t-126.933-53.333h-257.067q-25.6 0-44.8 19.2t-19.2 44.8v275.2l-88.533-88.533-45.867 45.867 166.4 166.4 166.4-166.4-45.867-45.867-88.533 88.533v-275.2h257.067q48 0 82.133 34.133t34.133 82.133-34.133 82.133-82.133 34.133h-67.2v89.6q0 94.933-64.533 163.2t-159.467 68.267-160-68.267-65.067-163.2h-20.267q-66.133 0-112-46.4t-45.867-114.667q0-66.133 46.933-113.6t113.067-47.467h149.333v-64z" />
52
+ <glyph unicode="&#xe92a;" glyph-name="skip-previous" d="M234.667 192v512h64v-512zM789.333 192l-369.067 256 369.067 256z" />
53
+ <glyph unicode="&#xe92b;" glyph-name="arrow-left" d="M597.333 234.667l-213.333 213.333 213.333 213.333z" />
54
+ <glyph unicode="&#xe92c;" glyph-name="skip-next" d="M725.333 192v512h64v-512zM234.667 192v512l369.067-256z" />
55
+ <glyph unicode="&#xe92d;" glyph-name="arrow-right" d="M426.667 234.667v426.667l213.333-213.333z" />
56
+ <glyph unicode="&#xe92e;" glyph-name="first-page" d="M256 192v512h64v-512zM732.8 195.2l-249.6 249.6 249.6 249.6 45.867-45.867-203.733-203.733 203.733-203.733z" />
57
+ <glyph unicode="&#xe92f;" glyph-name="last-page" d="M290.133 197.333l-45.867 45.867 204.8 204.8-204.8 204.8 45.867 45.867 250.667-250.667zM704 192v512h64v-512z" />
58
+ <glyph unicode="&#xe930;" glyph-name="chevron-left" d="M598.4 192l-257.067 257.067 257.067 257.067 45.867-45.867-211.2-211.2 211.2-211.2z" />
59
+ <glyph unicode="&#xe931;" glyph-name="chevron-right" d="M400 192l-45.867 45.867 211.2 211.2-211.2 211.2 45.867 45.867 257.067-257.067z" />
52
60
  </font></defs></svg>
Binary file
Binary file
@@ -1 +1 @@
1
- {"IcoMoonType":"selection","icons":[{"icon":{"paths":["M192 896q-25.6 0-44.8-19.2t-19.2-44.8v-640q0-25.6 19.2-44.8t44.8-19.2h640q25.6 0 44.8 19.2t19.2 44.8v640q0 25.6-19.2 44.8t-44.8 19.2zM192 832h640v-145.067h-155.733q-27.733 42.667-72 65.6t-92.267 22.933-92.267-22.933-72-65.6h-155.733v145.067zM512 711.467q43.733 0 78.933-25.067t59.733-63.467h181.333v-430.933h-640v430.933h181.333q24.533 38.4 59.733 63.467t78.933 25.067zM192 832h640z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["inbox"]},"attrs":[{}],"properties":{"order":7,"id":41,"name":"inbox","prevSize":32,"code":59685},"setIdx":0,"setId":0,"iconIdx":0},{"icon":{"paths":["M267.733 853.333q-93.867 0-159.467-65.6t-65.6-159.467q0-84.267 53.867-146.667t134.933-75.2q16-89.6 87.467-158.4t162.133-68.8q25.6 0 44.8 14.4t19.2 38.933v313.6l88.533-88.533 45.867 45.867-166.4 166.4-166.4-166.4 45.867-45.867 88.533 88.533v-308.267q-91.733 11.733-144 80.533t-52.267 148.8h-20.267q-65.067 0-111.467 45.867t-46.4 115.2 48 115.2 113.067 45.867h533.333q48 0 82.133-34.133t34.133-82.133-34.133-82.133-82.133-34.133h-67.2v-89.6q0-72.533-35.2-125.333t-90.667-83.733v-69.333q86.4 30.933 138.133 107.733t51.733 170.667v25.6q76.8-2.133 130.133 49.067t53.333 131.2q0 73.6-53.333 126.933t-126.933 53.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["cloud-download"]},"attrs":[{}],"properties":{"order":6,"id":40,"name":"cloud-download","prevSize":32,"code":59686},"setIdx":0,"setId":0,"iconIdx":1},{"icon":{"paths":["M234.667 853.333q-25.6 0-44.8-19.2t-19.2-44.8v-152.533h64v152.533h554.667v-152.533h64v152.533q0 25.6-19.2 44.8t-44.8 19.2zM512 690.133l-205.867-205.867 45.867-45.867 128 128v-395.733h64v395.733l128-128 45.867 45.867z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["download"]},"attrs":[{}],"properties":{"order":5,"id":39,"name":"download","prevSize":32,"code":59687},"setIdx":0,"setId":0,"iconIdx":2},{"icon":{"paths":["M234.667 853.333q-25.6 0-44.8-19.2t-19.2-44.8v-152.533h64v152.533h554.667v-152.533h64v152.533q0 25.6-19.2 44.8t-44.8 19.2zM480 690.133v-395.733l-128 128-45.867-45.867 205.867-205.867 205.867 205.867-45.867 45.867-128-128v395.733z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["upload"]},"attrs":[{}],"properties":{"order":4,"id":38,"name":"upload","prevSize":32,"code":59688},"setIdx":0,"setId":0,"iconIdx":3},{"icon":{"paths":["M266.667 853.333q-91.733 0-157.867-66.133t-66.133-157.867q0-83.2 52.8-146.667t136-76.267q21.333-103.467 100.267-169.067t182.4-65.6q120.533 0 202.133 86.933t81.6 208.533v25.6q76.8-2.133 130.133 49.6t53.333 130.667q0 73.6-53.333 126.933t-126.933 53.333h-257.067q-25.6 0-44.8-19.2t-19.2-44.8v-275.2l-88.533 88.533-45.867-45.867 166.4-166.4 166.4 166.4-45.867 45.867-88.533-88.533v275.2h257.067q48 0 82.133-34.133t34.133-82.133-34.133-82.133-82.133-34.133h-67.2v-89.6q0-94.933-64.533-163.2t-159.467-68.267-160 68.267-65.067 163.2h-20.267q-66.133 0-112 46.4t-45.867 114.667q0 66.133 46.933 113.6t113.067 47.467h149.333v64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["cloud-upload"]},"attrs":[{}],"properties":{"order":3,"id":37,"name":"cloud-upload","prevSize":32,"code":59689},"setIdx":0,"setId":0,"iconIdx":4},{"icon":{"paths":["M1014.681 351.15c-0.047-0.062-0.073-0.129-0.126-0.193l-111.222-138.473c-1.25-1.554-2.662-2.892-4.164-4.089-4.787-5.678-11.868-9.364-19.873-9.364h-734.589c-8.012 0-15.080 3.681-19.869 9.364-1.503 1.197-2.917 2.522-4.178 4.089l-111.209 138.473c-0.051 0.064-0.075 0.131-0.126 0.193-5.656 4.789-9.324 11.848-9.324 19.834v427.898c0 14.406 11.68 26.088 26.086 26.088h971.831c14.406 0 26.086-11.682 26.086-26.088v-427.898c0.002-7.985-3.668-15.044-9.322-19.834zM905.387 298.345l37.395 46.553h-37.395v-46.553zM853.213 251.205v93.691h-195.332c-5.572 0-10.982 1.784-15.467 5.082l-130.399 95.963-130.426-95.976c-4.484-3.285-9.898-5.069-15.465-5.069h-195.334v-93.691h682.424zM118.622 344.898h-37.395l37.395-46.553v46.553zM971.835 772.795h-919.664v-375.726h305.395l138.985 102.277c9.198 6.751 21.731 6.764 30.926-0.011l138.956-102.268h305.401v375.729h0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["empty-box"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":0,"name":"empty-box","prevSize":32,"code":59684},"setIdx":0,"setId":0,"iconIdx":5},{"icon":{"paths":["M128 896v-179.2l402.133-402.133-76.8-76.8 43.733-43.733 98.133 98.133 151.467-151.467q11.733-11.733 25.067-11.733t25.067 11.733l86.4 86.4q11.733 11.733 11.733 25.067t-11.733 25.067l-151.467 151.467 98.133 98.133-43.733 43.733-76.8-76.8-402.133 402.133zM192 832h92.8l378.667-378.667-92.8-92.8-378.667 378.667zM685.867 384l132.267-132.267-45.867-45.867-132.267 132.267zM685.867 384v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["colorize"],"grid":16},"attrs":[{}],"properties":{"order":5,"id":1,"name":"colorize","prevSize":32,"code":59681},"setIdx":0,"setId":0,"iconIdx":6},{"icon":{"paths":["M512 192q18.133 0 30.4-12.267t12.267-30.4-12.267-30.4-30.4-12.267-30.4 12.267-12.267 30.4 12.267 30.4 30.4 12.267zM192 896q-27.733 0-45.867-18.133t-18.133-45.867v-640q0-27.733 18.133-45.867t45.867-18.133h215.467q7.467-37.333 36.8-61.333t67.733-24 67.733 24 36.8 61.333h215.467q27.733 0 45.867 18.133t18.133 45.867v640q0 27.733-18.133 45.867t-45.867 18.133zM192 832h640q0 0 0 0t0 0v-640q0 0 0 0t0 0h-64v96h-512v-96h-64q0 0 0 0t0 0v640q0 0 0 0t0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["pase"],"grid":16},"attrs":[{}],"properties":{"order":4,"id":2,"name":"pase","prevSize":32,"code":59682},"setIdx":0,"setId":0,"iconIdx":7},{"icon":{"paths":["M320 809.6q-25.6 0-44.8-19.2t-19.2-44.8v-597.333q0-25.6 19.2-44.8t44.8-19.2h469.333q25.6 0 44.8 19.2t19.2 44.8v597.333q0 25.6-19.2 44.8t-44.8 19.2zM320 745.6h469.333q0 0 0 0t0 0v-597.333q0 0 0 0t0 0h-469.333q0 0 0 0t0 0v597.333q0 0 0 0t0 0zM192 937.6q-25.6 0-44.8-19.2t-19.2-44.8v-643.2h64v643.2q0 0 0 0t0 0h505.6v64zM320 148.267q0 0 0 0t0 0v597.333q0 0 0 0t0 0 0 0 0 0v-597.333q0 0 0 0t0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["copy"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":3,"name":"copy","prevSize":32,"code":59683},"setIdx":0,"setId":0,"iconIdx":8},{"icon":{"paths":["M512 736.853l263.68 159.147-69.973-299.947 232.96-201.813-306.773-26.027-119.893-282.88-119.893 282.88-306.773 26.027 232.96 201.813-69.973 299.947 263.68-159.147z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["star-filled"],"grid":16},"attrs":[{}],"properties":{"order":3,"id":4,"name":"star-filled","prevSize":32,"code":59678},"setIdx":0,"setId":0,"iconIdx":9},{"icon":{"paths":["M512 379.307l40.107 132.693h120.32l-96.853 69.12 39.68 128.427-103.253-78.507-103.253 78.507 39.68-128.427-96.853-69.12h120.32l40.107-132.693zM512 85.333l-103.253 341.333h-323.413l263.253 188.16-99.84 323.84 263.253-200.107 263.68 200.107-100.267-323.84 263.253-188.16h-323.413l-103.253-341.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["star-half-filled"],"grid":16},"attrs":[{}],"properties":{"order":4,"id":5,"name":"star-half-filled","prevSize":32,"code":59679},"setIdx":0,"setId":0,"iconIdx":10},{"icon":{"paths":["M938.667 394.24l-306.773-26.453-119.893-282.453-119.893 282.88-306.773 26.027 232.96 201.813-69.973 299.947 263.68-159.147 263.68 159.147-69.547-299.947 232.533-201.813zM512 657.067l-160.427 96.853 42.667-182.613-141.653-122.88 186.88-16.213 72.533-171.947 72.96 172.373 186.88 16.213-141.653 122.88 42.667 182.613-160.853-97.28z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["star-outline"],"grid":16},"attrs":[{}],"properties":{"order":6,"id":6,"name":"star-outline","prevSize":32,"code":59680},"setIdx":0,"setId":0,"iconIdx":11},{"icon":{"paths":["M810.667 554.667h-597.333v-85.333h597.333v85.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["remove"],"grid":16},"attrs":[{}],"properties":{"order":4,"id":7,"name":"remove","prevSize":32,"code":59675},"setIdx":0,"setId":0,"iconIdx":12},{"icon":{"paths":["M810.667 554.667h-256v256h-85.333v-256h-256v-85.333h256v-256h85.333v256h256v85.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["plus"],"grid":16},"attrs":[{}],"properties":{"order":3,"id":8,"name":"plus","prevSize":32,"code":59676},"setIdx":0,"setId":0,"iconIdx":13},{"icon":{"paths":["M661.333 597.333h-33.707l-11.947-11.52c41.813-48.64 66.987-111.787 66.987-180.48 0-153.173-124.16-277.333-277.333-277.333s-277.333 124.16-277.333 277.333 124.16 277.333 277.333 277.333c68.693 0 131.84-25.173 180.48-66.987l11.52 11.947v33.707l213.333 212.907 63.573-63.573-212.907-213.333zM405.333 597.333c-106.24 0-192-85.76-192-192s85.76-192 192-192 192 85.76 192 192-85.76 192-192 192z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["search"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":9,"name":"magnify","prevSize":32,"code":59677},"setIdx":0,"setId":0,"iconIdx":14},{"icon":{"paths":["M853.333 512c0 188.16-153.173 341.333-341.333 341.333s-341.333-153.173-341.333-341.333 153.173-341.333 341.333-341.333 341.333 153.173 341.333 341.333zM938.667 512c0-235.52-191.147-426.667-426.667-426.667s-426.667 191.147-426.667 426.667c0 235.52 191.147 426.667 426.667 426.667s426.667-191.147 426.667-426.667v0zM512 554.667h170.667v-85.333h-170.667v-128l-170.667 170.667 170.667 170.667v-128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-circle"],"grid":16},"attrs":[{}],"properties":{"order":29,"id":10,"name":"arrow-circle","prevSize":32,"code":59665},"setIdx":0,"setId":0,"iconIdx":15},{"icon":{"paths":["M85.333 512c0 235.52 191.147 426.667 426.667 426.667s426.667-191.147 426.667-426.667c0-235.52-191.147-426.667-426.667-426.667s-426.667 191.147-426.667 426.667zM512 469.333h170.667v85.333h-170.667v128l-170.667-170.667 170.667-170.667v128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-circle-fill"],"grid":16},"attrs":[{}],"properties":{"order":30,"id":11,"name":"arrow-circle-fill","prevSize":32,"code":59666},"setIdx":0,"setId":0,"iconIdx":16},{"icon":{"paths":["M853.333 469.333h-519.253l238.507-238.507-60.587-60.16-341.333 341.333 341.333 341.333 60.16-60.16-238.080-238.507h519.253v-85.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-half"],"grid":16},"attrs":[{}],"properties":{"order":31,"id":12,"name":"arrow-half","prevSize":32,"code":59667},"setIdx":0,"setId":0,"iconIdx":17},{"icon":{"paths":["M597.333 298.667l-213.333 213.333 213.333 213.333v-426.667z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-fill"],"grid":16},"attrs":[{}],"properties":{"order":32,"id":13,"name":"arrow-fill","prevSize":32,"code":59668},"setIdx":0,"setId":0,"iconIdx":18},{"icon":{"paths":["M896 469.333h-604.587l152.747-153.173-60.16-60.16-256 256 256 256 60.16-60.16-152.747-153.173h604.587z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow"],"grid":16},"attrs":[{}],"properties":{"order":33,"id":14,"name":"arrow","prevSize":32,"code":59669},"setIdx":0,"setId":0,"iconIdx":19},{"icon":{"paths":["M512 248.747l135.253 135.253 60.16-60.16-195.413-195.84-195.84 195.84 60.587 60.16 135.253-135.253zM512 775.253l-135.253-135.253-60.16 60.16 195.413 195.84 195.84-195.84-60.587-60.16-135.253 135.253z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["unfold"],"grid":16},"attrs":[{}],"properties":{"order":34,"id":15,"name":"unfold","prevSize":32,"code":59670},"setIdx":0,"setId":0,"iconIdx":20},{"icon":{"paths":["M853.333 512l-60.16-60.16-238.507 238.080v-519.253h-85.333v519.253l-238.080-238.507-60.587 60.587 341.333 341.333 341.333-341.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["half-arrow"],"grid":16},"attrs":[{}],"properties":{"order":35,"id":16,"name":"half-arrow","prevSize":32,"code":59671},"setIdx":0,"setId":0,"iconIdx":21},{"icon":{"paths":["M896 469.333v-341.333h-341.333l140.373 140.373-426.667 426.667-140.373-140.373v341.333h341.333l-140.373-140.373 426.667-426.667z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["fullscreen"],"grid":16},"attrs":[{}],"properties":{"order":36,"id":17,"name":"fullscreen","prevSize":32,"code":59672},"setIdx":0,"setId":0,"iconIdx":22},{"icon":{"paths":["M938.667 145.493l-225.707 225.707 140.373 140.8h-341.333v-341.333l140.373 140.373 226.133-225.707 60.16 60.16zM145.493 938.667l225.707-225.707 140.8 140.373v-341.333h-341.333l140.373 140.373-225.707 226.133 60.16 60.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["close-fullscreen"],"grid":16},"attrs":[{}],"properties":{"order":37,"id":18,"name":"close-fullscreen","prevSize":32,"code":59673},"setIdx":0,"setId":0,"iconIdx":23},{"icon":{"paths":["M316.16 793.173l60.587 60.16 135.253-135.253 135.253 135.253 60.16-60.16-195.413-195.84-195.84 195.84zM707.84 230.827l-60.587-60.16-135.253 135.253-135.253-135.253-60.587 60.16 195.84 195.84 195.84-195.84z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["fold"],"grid":16},"attrs":[{}],"properties":{"order":38,"id":19,"name":"fold","prevSize":32,"code":59674},"setIdx":0,"setId":0,"iconIdx":24},{"icon":{"paths":["M512 256c161.707 0 305.92 90.88 376.32 234.667-70.4 143.787-214.613 234.667-376.32 234.667s-305.92-90.88-376.32-234.667c70.4-143.787 214.613-234.667 376.32-234.667zM512 170.667c-213.333 0-395.52 132.693-469.333 320 73.813 187.307 256 320 469.333 320s395.52-132.693 469.333-320c-73.813-187.307-256-320-469.333-320zM512 384c58.88 0 106.667 47.787 106.667 106.667s-47.787 106.667-106.667 106.667-106.667-47.787-106.667-106.667 47.787-106.667 106.667-106.667zM512 298.667c-105.813 0-192 86.187-192 192s86.187 192 192 192 192-86.187 192-192-86.187-192-192-192z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["eye"],"grid":16},"attrs":[{}],"properties":{"order":27,"id":20,"name":"eye","prevSize":32,"code":59649},"setIdx":0,"setId":0,"iconIdx":25},{"icon":{"paths":["M512 256c161.707 0 305.92 90.88 376.32 234.667-25.173 52.053-60.587 96.853-102.827 133.12l60.16 60.16c59.307-52.48 106.24-118.187 135.68-193.28-73.813-187.307-256-320-469.333-320-54.187 0-106.24 8.533-155.307 24.32l70.4 70.4c27.733-5.547 55.893-9.387 84.907-9.387zM466.347 304.64l88.32 88.32c24.32 10.667 43.947 30.293 54.613 54.613l88.32 88.32c3.413-14.507 5.973-29.867 5.973-45.653 0.427-105.813-85.76-191.573-191.573-191.573-15.787 0-30.72 2.133-45.653 5.973zM85.76 165.12l114.347 114.347c-69.547 54.613-124.587 127.147-157.44 211.2 73.813 187.307 256 320 469.333 320 64.853 0 127.147-12.373 184.32-34.987l145.92 145.92 60.16-60.16-756.48-756.907-60.16 60.587zM405.76 485.12l111.36 111.36c-1.707 0.427-3.413 0.853-5.12 0.853-58.88 0-106.667-47.787-106.667-106.667 0-2.133 0.427-3.413 0.427-5.547zM260.693 340.053l74.667 74.667c-9.813 23.467-15.36 49.067-15.36 75.947 0 105.813 86.187 192 192 192 26.88 0 52.48-5.547 75.52-15.36l41.813 41.813c-37.547 10.24-76.8 16.213-117.333 16.213-161.707 0-305.92-90.88-376.32-234.667 29.867-61.013 73.387-111.36 125.013-150.613z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["eye-off"],"grid":16},"attrs":[{}],"properties":{"order":10,"id":21,"name":"eye-off","prevSize":32,"code":59650},"setIdx":0,"setId":0,"iconIdx":26},{"icon":{"paths":["M853.333 128h-42.667v-85.333h-85.333v85.333h-426.667v-85.333h-85.333v85.333h-42.667c-46.933 0-85.333 38.4-85.333 85.333v682.667c0 46.933 38.4 85.333 85.333 85.333h682.667c46.933 0 85.333-38.4 85.333-85.333v-682.667c0-46.933-38.4-85.333-85.333-85.333zM853.333 896h-682.667v-554.667h682.667v554.667z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["calendar"],"grid":16},"attrs":[{}],"properties":{"order":11,"id":22,"name":"calendar","prevSize":32,"code":59651},"setIdx":0,"setId":0,"iconIdx":27},{"icon":{"paths":["M511.573 85.333c-235.52 0-426.24 191.147-426.24 426.667s190.72 426.667 426.24 426.667c235.947 0 427.093-191.147 427.093-426.667s-191.147-426.667-427.093-426.667zM512 853.333c-188.587 0-341.333-152.747-341.333-341.333s152.747-341.333 341.333-341.333 341.333 152.747 341.333 341.333-152.747 341.333-341.333 341.333z","M533.333 298.667h-64v256l224 134.4 32-52.48-192-113.92z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["time"],"grid":16},"attrs":[{},{}],"properties":{"order":25,"id":23,"name":"time","prevSize":32,"code":59648},"setIdx":0,"setId":0,"iconIdx":28},{"icon":{"paths":["M384 689.92l-177.92-177.92-60.587 60.16 238.507 238.507 512-512-60.16-60.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["check"],"grid":16},"attrs":[{}],"properties":{"order":12,"id":24,"name":"check","prevSize":32,"code":59652},"setIdx":0,"setId":0,"iconIdx":29},{"icon":{"paths":["M512 85.333c-235.52 0-426.667 191.147-426.667 426.667s191.147 426.667 426.667 426.667 426.667-191.147 426.667-426.667-191.147-426.667-426.667-426.667zM426.667 725.333l-213.333-213.333 60.16-60.16 153.173 152.747 323.84-323.84 60.16 60.587-384 384z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["check-filled"],"grid":16},"attrs":[{}],"properties":{"order":13,"id":25,"name":"check-filled","prevSize":32,"code":59653},"setIdx":0,"setId":0,"iconIdx":30},{"icon":{"paths":["M657.493 316.16l-60.16-60.16-256 256 256 256 60.16-60.16-195.413-195.84 195.413-195.84z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron"],"grid":16},"attrs":[{}],"properties":{"order":14,"id":26,"name":"chevron","prevSize":32,"code":59654},"setIdx":0,"setId":0,"iconIdx":31},{"icon":{"paths":["M810.667 273.493l-60.16-60.16-238.507 238.507-238.507-238.507-60.16 60.16 238.507 238.507-238.507 238.507 60.16 60.16 238.507-238.507 238.507 238.507 60.16-60.16-238.507-238.507 238.507-238.507z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["close"],"grid":16},"attrs":[{}],"properties":{"order":15,"id":27,"name":"close","prevSize":32,"code":59655},"setIdx":0,"setId":0,"iconIdx":32},{"icon":{"paths":["M512 85.333c-235.52 0-426.667 191.147-426.667 426.667s191.147 426.667 426.667 426.667 426.667-191.147 426.667-426.667-191.147-426.667-426.667-426.667zM554.667 725.333h-85.333v-85.333h85.333v85.333zM554.667 554.667h-85.333v-256h85.333v256z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["error-filled"],"grid":16},"attrs":[{}],"properties":{"order":16,"id":28,"name":"error-filled","prevSize":32,"code":59656},"setIdx":0,"setId":0,"iconIdx":33},{"icon":{"paths":["M785.493 707.84l-195.84-195.84 195.84-195.84-60.16-60.16-256 256 256 256zM256 256h85.333v512h-85.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-page"],"grid":16},"attrs":[{}],"properties":{"order":17,"id":29,"name":"chevron-page","prevSize":32,"code":59657},"setIdx":0,"setId":0,"iconIdx":34},{"icon":{"paths":["M512 85.333c-235.52 0-426.667 191.147-426.667 426.667s191.147 426.667 426.667 426.667 426.667-191.147 426.667-426.667-191.147-426.667-426.667-426.667zM554.667 725.333h-85.333v-256h85.333v256zM554.667 384h-85.333v-85.333h85.333v85.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["info-filled"],"grid":16},"attrs":[{}],"properties":{"order":18,"id":30,"name":"info-filled","prevSize":32,"code":59658},"setIdx":0,"setId":0,"iconIdx":35},{"icon":{"paths":["M750.507 768l60.16-60.16-195.413-195.84 195.413-195.84-60.16-60.16-256 256z","M469.333 768l60.16-60.16-195.413-195.84 195.413-195.84-60.16-60.16-256 256z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-double"],"grid":16},"attrs":[{},{}],"properties":{"order":19,"id":31,"name":"chevron-double","prevSize":32,"code":59659},"setIdx":0,"setId":0,"iconIdx":36},{"icon":{"paths":["M128 768h768v-85.333h-768v85.333zM128 554.667h768v-85.333h-768v85.333zM128 256v85.333h768v-85.333h-768z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["menu"],"grid":16},"attrs":[{}],"properties":{"order":20,"id":32,"name":"menu","prevSize":32,"code":59660},"setIdx":0,"setId":0,"iconIdx":37},{"icon":{"paths":["M512 341.333c46.933 0 85.333-38.4 85.333-85.333s-38.4-85.333-85.333-85.333-85.333 38.4-85.333 85.333 38.4 85.333 85.333 85.333zM512 426.667c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333 85.333-38.4 85.333-85.333-38.4-85.333-85.333-85.333zM512 682.667c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333 85.333-38.4 85.333-85.333-38.4-85.333-85.333-85.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["more"],"grid":16},"attrs":[{}],"properties":{"order":21,"id":33,"name":"more","prevSize":32,"code":59661},"setIdx":0,"setId":0,"iconIdx":38},{"icon":{"paths":["M42.667 896h938.667l-469.333-810.667-469.333 810.667zM554.667 768h-85.333v-85.333h85.333v85.333zM554.667 597.333h-85.333v-170.667h85.333v170.667z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["warning-filled"],"grid":16},"attrs":[{}],"properties":{"order":22,"id":34,"name":"warning-filled","prevSize":32,"code":59662},"setIdx":0,"setId":0,"iconIdx":39},{"icon":{"paths":["M256 256h85.333v512h-85.333zM405.333 512l362.667 256v-512z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-page-filled"],"grid":16},"attrs":[{}],"properties":{"order":23,"id":35,"name":"chevron-page-filled","prevSize":32,"code":59663},"setIdx":0,"setId":0,"iconIdx":40},{"icon":{"paths":["M810.667 128h-42.667v-85.333h-85.333v85.333h-341.333v-85.333h-85.333v85.333h-42.667c-47.36 0-85.333 38.4-85.333 85.333v597.333c0 46.933 37.973 85.333 85.333 85.333h597.333c46.933 0 85.333-38.4 85.333-85.333v-597.333c0-46.933-38.4-85.333-85.333-85.333zM810.667 810.667h-597.333v-426.667h597.333v426.667zM810.667 298.667h-597.333v-85.333h597.333v85.333zM298.667 469.333h213.333v213.333h-213.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["calendar-today"],"grid":16},"attrs":[{}],"properties":{"order":24,"id":36,"name":"calendar-today","prevSize":32,"code":59664},"setIdx":0,"setId":0,"iconIdx":41}],"height":1024,"metadata":{"name":"acorex-icon"},"preferences":{"showGlyphs":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"ax-ic-","metadata":{"fontFamily":"acorex-icon","majorVersion":6,"minorVersion":6},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"showSelector":true,"cssVars":true,"cssVarsFormat":"scss","showMetrics":true,"showMetadata":true,"showVersion":true,"selector":"","classSelector":".icon"},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"classSelector":".icon"},"historySize":50,"showCodes":true,"gridSize":16}}
1
+ {"IcoMoonType":"selection","icons":[{"icon":{"paths":["M234.667 768v-512h64v512zM789.333 768l-369.067-256 369.067-256z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["skip-previous"]},"attrs":[{}],"properties":{"order":41,"id":49,"name":"skip-previous","prevSize":32,"code":59690},"setIdx":0,"setId":0,"iconIdx":0},{"icon":{"paths":["M597.333 725.333l-213.333-213.333 213.333-213.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["arrow-left"]},"attrs":[{}],"properties":{"order":42,"id":48,"name":"arrow-left","prevSize":32,"code":59691},"setIdx":0,"setId":0,"iconIdx":1},{"icon":{"paths":["M725.333 768v-512h64v512zM234.667 768v-512l369.067 256z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["skip-next"]},"attrs":[{}],"properties":{"order":43,"id":47,"name":"skip-next","prevSize":32,"code":59692},"setIdx":0,"setId":0,"iconIdx":2},{"icon":{"paths":["M426.667 725.333v-426.667l213.333 213.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["arrow-right"]},"attrs":[{}],"properties":{"order":44,"id":46,"name":"arrow-right","prevSize":32,"code":59693},"setIdx":0,"setId":0,"iconIdx":3},{"icon":{"paths":["M256 768v-512h64v512zM732.8 764.8l-249.6-249.6 249.6-249.6 45.867 45.867-203.733 203.733 203.733 203.733z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["first-page"]},"attrs":[{}],"properties":{"order":45,"id":45,"name":"first-page","prevSize":32,"code":59694},"setIdx":0,"setId":0,"iconIdx":4},{"icon":{"paths":["M290.133 762.667l-45.867-45.867 204.8-204.8-204.8-204.8 45.867-45.867 250.667 250.667zM704 768v-512h64v512z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["last-page"]},"attrs":[{}],"properties":{"order":46,"id":44,"name":"last-page","prevSize":32,"code":59695},"setIdx":0,"setId":0,"iconIdx":5},{"icon":{"paths":["M598.4 768l-257.067-257.067 257.067-257.067 45.867 45.867-211.2 211.2 211.2 211.2z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["chevron-left"]},"attrs":[{}],"properties":{"order":47,"id":43,"name":"chevron-left","prevSize":32,"code":59696},"setIdx":0,"setId":0,"iconIdx":6},{"icon":{"paths":["M400 768l-45.867-45.867 211.2-211.2-211.2-211.2 45.867-45.867 257.067 257.067z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["chevron-right"]},"attrs":[{}],"properties":{"order":48,"id":42,"name":"chevron-right","prevSize":32,"code":59697},"setIdx":0,"setId":0,"iconIdx":7},{"icon":{"paths":["M192 896q-25.6 0-44.8-19.2t-19.2-44.8v-640q0-25.6 19.2-44.8t44.8-19.2h640q25.6 0 44.8 19.2t19.2 44.8v640q0 25.6-19.2 44.8t-44.8 19.2zM192 832h640v-145.067h-155.733q-27.733 42.667-72 65.6t-92.267 22.933-92.267-22.933-72-65.6h-155.733v145.067zM512 711.467q43.733 0 78.933-25.067t59.733-63.467h181.333v-430.933h-640v430.933h181.333q24.533 38.4 59.733 63.467t78.933 25.067zM192 832h640z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["inbox"]},"attrs":[{}],"properties":{"order":7,"id":41,"name":"inbox","prevSize":32,"code":59685},"setIdx":0,"setId":0,"iconIdx":8},{"icon":{"paths":["M267.733 853.333q-93.867 0-159.467-65.6t-65.6-159.467q0-84.267 53.867-146.667t134.933-75.2q16-89.6 87.467-158.4t162.133-68.8q25.6 0 44.8 14.4t19.2 38.933v313.6l88.533-88.533 45.867 45.867-166.4 166.4-166.4-166.4 45.867-45.867 88.533 88.533v-308.267q-91.733 11.733-144 80.533t-52.267 148.8h-20.267q-65.067 0-111.467 45.867t-46.4 115.2 48 115.2 113.067 45.867h533.333q48 0 82.133-34.133t34.133-82.133-34.133-82.133-82.133-34.133h-67.2v-89.6q0-72.533-35.2-125.333t-90.667-83.733v-69.333q86.4 30.933 138.133 107.733t51.733 170.667v25.6q76.8-2.133 130.133 49.067t53.333 131.2q0 73.6-53.333 126.933t-126.933 53.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["cloud-download"]},"attrs":[{}],"properties":{"order":6,"id":40,"name":"cloud-download","prevSize":32,"code":59686},"setIdx":0,"setId":0,"iconIdx":9},{"icon":{"paths":["M234.667 853.333q-25.6 0-44.8-19.2t-19.2-44.8v-152.533h64v152.533h554.667v-152.533h64v152.533q0 25.6-19.2 44.8t-44.8 19.2zM512 690.133l-205.867-205.867 45.867-45.867 128 128v-395.733h64v395.733l128-128 45.867 45.867z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["download"]},"attrs":[{}],"properties":{"order":5,"id":39,"name":"download","prevSize":32,"code":59687},"setIdx":0,"setId":0,"iconIdx":10},{"icon":{"paths":["M234.667 853.333q-25.6 0-44.8-19.2t-19.2-44.8v-152.533h64v152.533h554.667v-152.533h64v152.533q0 25.6-19.2 44.8t-44.8 19.2zM480 690.133v-395.733l-128 128-45.867-45.867 205.867-205.867 205.867 205.867-45.867 45.867-128-128v395.733z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["upload"]},"attrs":[{}],"properties":{"order":4,"id":38,"name":"upload","prevSize":32,"code":59688},"setIdx":0,"setId":0,"iconIdx":11},{"icon":{"paths":["M266.667 853.333q-91.733 0-157.867-66.133t-66.133-157.867q0-83.2 52.8-146.667t136-76.267q21.333-103.467 100.267-169.067t182.4-65.6q120.533 0 202.133 86.933t81.6 208.533v25.6q76.8-2.133 130.133 49.6t53.333 130.667q0 73.6-53.333 126.933t-126.933 53.333h-257.067q-25.6 0-44.8-19.2t-19.2-44.8v-275.2l-88.533 88.533-45.867-45.867 166.4-166.4 166.4 166.4-45.867 45.867-88.533-88.533v275.2h257.067q48 0 82.133-34.133t34.133-82.133-34.133-82.133-82.133-34.133h-67.2v-89.6q0-94.933-64.533-163.2t-159.467-68.267-160 68.267-65.067 163.2h-20.267q-66.133 0-112 46.4t-45.867 114.667q0 66.133 46.933 113.6t113.067 47.467h149.333v64z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":16,"tags":["cloud-upload"]},"attrs":[{}],"properties":{"order":3,"id":37,"name":"cloud-upload","prevSize":32,"code":59689},"setIdx":0,"setId":0,"iconIdx":12},{"icon":{"paths":["M1014.681 351.15c-0.047-0.062-0.073-0.129-0.126-0.193l-111.222-138.473c-1.25-1.554-2.662-2.892-4.164-4.089-4.787-5.678-11.868-9.364-19.873-9.364h-734.589c-8.012 0-15.080 3.681-19.869 9.364-1.503 1.197-2.917 2.522-4.178 4.089l-111.209 138.473c-0.051 0.064-0.075 0.131-0.126 0.193-5.656 4.789-9.324 11.848-9.324 19.834v427.898c0 14.406 11.68 26.088 26.086 26.088h971.831c14.406 0 26.086-11.682 26.086-26.088v-427.898c0.002-7.985-3.668-15.044-9.322-19.834zM905.387 298.345l37.395 46.553h-37.395v-46.553zM853.213 251.205v93.691h-195.332c-5.572 0-10.982 1.784-15.467 5.082l-130.399 95.963-130.426-95.976c-4.484-3.285-9.898-5.069-15.465-5.069h-195.334v-93.691h682.424zM118.622 344.898h-37.395l37.395-46.553v46.553zM971.835 772.795h-919.664v-375.726h305.395l138.985 102.277c9.198 6.751 21.731 6.764 30.926-0.011l138.956-102.268h305.401v375.729h0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["empty-box"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":0,"name":"empty-box","prevSize":32,"code":59684},"setIdx":0,"setId":0,"iconIdx":13},{"icon":{"paths":["M128 896v-179.2l402.133-402.133-76.8-76.8 43.733-43.733 98.133 98.133 151.467-151.467q11.733-11.733 25.067-11.733t25.067 11.733l86.4 86.4q11.733 11.733 11.733 25.067t-11.733 25.067l-151.467 151.467 98.133 98.133-43.733 43.733-76.8-76.8-402.133 402.133zM192 832h92.8l378.667-378.667-92.8-92.8-378.667 378.667zM685.867 384l132.267-132.267-45.867-45.867-132.267 132.267zM685.867 384v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["colorize"],"grid":16},"attrs":[{}],"properties":{"order":5,"id":1,"name":"colorize","prevSize":32,"code":59681},"setIdx":0,"setId":0,"iconIdx":14},{"icon":{"paths":["M512 192q18.133 0 30.4-12.267t12.267-30.4-12.267-30.4-30.4-12.267-30.4 12.267-12.267 30.4 12.267 30.4 30.4 12.267zM192 896q-27.733 0-45.867-18.133t-18.133-45.867v-640q0-27.733 18.133-45.867t45.867-18.133h215.467q7.467-37.333 36.8-61.333t67.733-24 67.733 24 36.8 61.333h215.467q27.733 0 45.867 18.133t18.133 45.867v640q0 27.733-18.133 45.867t-45.867 18.133zM192 832h640q0 0 0 0t0 0v-640q0 0 0 0t0 0h-64v96h-512v-96h-64q0 0 0 0t0 0v640q0 0 0 0t0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["pase"],"grid":16},"attrs":[{}],"properties":{"order":4,"id":2,"name":"pase","prevSize":32,"code":59682},"setIdx":0,"setId":0,"iconIdx":15},{"icon":{"paths":["M320 809.6q-25.6 0-44.8-19.2t-19.2-44.8v-597.333q0-25.6 19.2-44.8t44.8-19.2h469.333q25.6 0 44.8 19.2t19.2 44.8v597.333q0 25.6-19.2 44.8t-44.8 19.2zM320 745.6h469.333q0 0 0 0t0 0v-597.333q0 0 0 0t0 0h-469.333q0 0 0 0t0 0v597.333q0 0 0 0t0 0zM192 937.6q-25.6 0-44.8-19.2t-19.2-44.8v-643.2h64v643.2q0 0 0 0t0 0h505.6v64zM320 148.267q0 0 0 0t0 0v597.333q0 0 0 0t0 0 0 0 0 0v-597.333q0 0 0 0t0 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["copy"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":3,"name":"copy","prevSize":32,"code":59683},"setIdx":0,"setId":0,"iconIdx":16},{"icon":{"paths":["M512 736.853l263.68 159.147-69.973-299.947 232.96-201.813-306.773-26.027-119.893-282.88-119.893 282.88-306.773 26.027 232.96 201.813-69.973 299.947 263.68-159.147z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["star-filled"],"grid":16},"attrs":[{}],"properties":{"order":3,"id":4,"name":"star-filled","prevSize":32,"code":59678},"setIdx":0,"setId":0,"iconIdx":17},{"icon":{"paths":["M512 379.307l40.107 132.693h120.32l-96.853 69.12 39.68 128.427-103.253-78.507-103.253 78.507 39.68-128.427-96.853-69.12h120.32l40.107-132.693zM512 85.333l-103.253 341.333h-323.413l263.253 188.16-99.84 323.84 263.253-200.107 263.68 200.107-100.267-323.84 263.253-188.16h-323.413l-103.253-341.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["star-half-filled"],"grid":16},"attrs":[{}],"properties":{"order":4,"id":5,"name":"star-half-filled","prevSize":32,"code":59679},"setIdx":0,"setId":0,"iconIdx":18},{"icon":{"paths":["M938.667 394.24l-306.773-26.453-119.893-282.453-119.893 282.88-306.773 26.027 232.96 201.813-69.973 299.947 263.68-159.147 263.68 159.147-69.547-299.947 232.533-201.813zM512 657.067l-160.427 96.853 42.667-182.613-141.653-122.88 186.88-16.213 72.533-171.947 72.96 172.373 186.88 16.213-141.653 122.88 42.667 182.613-160.853-97.28z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["star-outline"],"grid":16},"attrs":[{}],"properties":{"order":6,"id":6,"name":"star-outline","prevSize":32,"code":59680},"setIdx":0,"setId":0,"iconIdx":19},{"icon":{"paths":["M810.667 554.667h-597.333v-85.333h597.333v85.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["remove"],"grid":16},"attrs":[{}],"properties":{"order":4,"id":7,"name":"remove","prevSize":32,"code":59675},"setIdx":0,"setId":0,"iconIdx":20},{"icon":{"paths":["M810.667 554.667h-256v256h-85.333v-256h-256v-85.333h256v-256h85.333v256h256v85.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["plus"],"grid":16},"attrs":[{}],"properties":{"order":3,"id":8,"name":"plus","prevSize":32,"code":59676},"setIdx":0,"setId":0,"iconIdx":21},{"icon":{"paths":["M661.333 597.333h-33.707l-11.947-11.52c41.813-48.64 66.987-111.787 66.987-180.48 0-153.173-124.16-277.333-277.333-277.333s-277.333 124.16-277.333 277.333 124.16 277.333 277.333 277.333c68.693 0 131.84-25.173 180.48-66.987l11.52 11.947v33.707l213.333 212.907 63.573-63.573-212.907-213.333zM405.333 597.333c-106.24 0-192-85.76-192-192s85.76-192 192-192 192 85.76 192 192-85.76 192-192 192z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["search"],"grid":16},"attrs":[{}],"properties":{"order":2,"id":9,"name":"magnify","prevSize":32,"code":59677},"setIdx":0,"setId":0,"iconIdx":22},{"icon":{"paths":["M853.333 512c0 188.16-153.173 341.333-341.333 341.333s-341.333-153.173-341.333-341.333 153.173-341.333 341.333-341.333 341.333 153.173 341.333 341.333zM938.667 512c0-235.52-191.147-426.667-426.667-426.667s-426.667 191.147-426.667 426.667c0 235.52 191.147 426.667 426.667 426.667s426.667-191.147 426.667-426.667v0zM512 554.667h170.667v-85.333h-170.667v-128l-170.667 170.667 170.667 170.667v-128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-circle"],"grid":16},"attrs":[{}],"properties":{"order":29,"id":10,"name":"arrow-circle","prevSize":32,"code":59665},"setIdx":0,"setId":0,"iconIdx":23},{"icon":{"paths":["M85.333 512c0 235.52 191.147 426.667 426.667 426.667s426.667-191.147 426.667-426.667c0-235.52-191.147-426.667-426.667-426.667s-426.667 191.147-426.667 426.667zM512 469.333h170.667v85.333h-170.667v128l-170.667-170.667 170.667-170.667v128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-circle-fill"],"grid":16},"attrs":[{}],"properties":{"order":30,"id":11,"name":"arrow-circle-fill","prevSize":32,"code":59666},"setIdx":0,"setId":0,"iconIdx":24},{"icon":{"paths":["M853.333 469.333h-519.253l238.507-238.507-60.587-60.16-341.333 341.333 341.333 341.333 60.16-60.16-238.080-238.507h519.253v-85.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-half"],"grid":16},"attrs":[{}],"properties":{"order":31,"id":12,"name":"arrow-half","prevSize":32,"code":59667},"setIdx":0,"setId":0,"iconIdx":25},{"icon":{"paths":["M597.333 298.667l-213.333 213.333 213.333 213.333v-426.667z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow-fill"],"grid":16},"attrs":[{}],"properties":{"order":32,"id":13,"name":"arrow-fill","prevSize":32,"code":59668},"setIdx":0,"setId":0,"iconIdx":26},{"icon":{"paths":["M896 469.333h-604.587l152.747-153.173-60.16-60.16-256 256 256 256 60.16-60.16-152.747-153.173h604.587z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["arrow"],"grid":16},"attrs":[{}],"properties":{"order":33,"id":14,"name":"arrow","prevSize":32,"code":59669},"setIdx":0,"setId":0,"iconIdx":27},{"icon":{"paths":["M512 248.747l135.253 135.253 60.16-60.16-195.413-195.84-195.84 195.84 60.587 60.16 135.253-135.253zM512 775.253l-135.253-135.253-60.16 60.16 195.413 195.84 195.84-195.84-60.587-60.16-135.253 135.253z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["unfold"],"grid":16},"attrs":[{}],"properties":{"order":34,"id":15,"name":"unfold","prevSize":32,"code":59670},"setIdx":0,"setId":0,"iconIdx":28},{"icon":{"paths":["M853.333 512l-60.16-60.16-238.507 238.080v-519.253h-85.333v519.253l-238.080-238.507-60.587 60.587 341.333 341.333 341.333-341.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["half-arrow"],"grid":16},"attrs":[{}],"properties":{"order":35,"id":16,"name":"half-arrow","prevSize":32,"code":59671},"setIdx":0,"setId":0,"iconIdx":29},{"icon":{"paths":["M896 469.333v-341.333h-341.333l140.373 140.373-426.667 426.667-140.373-140.373v341.333h341.333l-140.373-140.373 426.667-426.667z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["fullscreen"],"grid":16},"attrs":[{}],"properties":{"order":36,"id":17,"name":"fullscreen","prevSize":32,"code":59672},"setIdx":0,"setId":0,"iconIdx":30},{"icon":{"paths":["M938.667 145.493l-225.707 225.707 140.373 140.8h-341.333v-341.333l140.373 140.373 226.133-225.707 60.16 60.16zM145.493 938.667l225.707-225.707 140.8 140.373v-341.333h-341.333l140.373 140.373-225.707 226.133 60.16 60.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["close-fullscreen"],"grid":16},"attrs":[{}],"properties":{"order":37,"id":18,"name":"close-fullscreen","prevSize":32,"code":59673},"setIdx":0,"setId":0,"iconIdx":31},{"icon":{"paths":["M316.16 793.173l60.587 60.16 135.253-135.253 135.253 135.253 60.16-60.16-195.413-195.84-195.84 195.84zM707.84 230.827l-60.587-60.16-135.253 135.253-135.253-135.253-60.587 60.16 195.84 195.84 195.84-195.84z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["fold"],"grid":16},"attrs":[{}],"properties":{"order":38,"id":19,"name":"fold","prevSize":32,"code":59674},"setIdx":0,"setId":0,"iconIdx":32},{"icon":{"paths":["M512 256c161.707 0 305.92 90.88 376.32 234.667-70.4 143.787-214.613 234.667-376.32 234.667s-305.92-90.88-376.32-234.667c70.4-143.787 214.613-234.667 376.32-234.667zM512 170.667c-213.333 0-395.52 132.693-469.333 320 73.813 187.307 256 320 469.333 320s395.52-132.693 469.333-320c-73.813-187.307-256-320-469.333-320zM512 384c58.88 0 106.667 47.787 106.667 106.667s-47.787 106.667-106.667 106.667-106.667-47.787-106.667-106.667 47.787-106.667 106.667-106.667zM512 298.667c-105.813 0-192 86.187-192 192s86.187 192 192 192 192-86.187 192-192-86.187-192-192-192z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["eye"],"grid":16},"attrs":[{}],"properties":{"order":27,"id":20,"name":"eye","prevSize":32,"code":59649},"setIdx":0,"setId":0,"iconIdx":33},{"icon":{"paths":["M512 256c161.707 0 305.92 90.88 376.32 234.667-25.173 52.053-60.587 96.853-102.827 133.12l60.16 60.16c59.307-52.48 106.24-118.187 135.68-193.28-73.813-187.307-256-320-469.333-320-54.187 0-106.24 8.533-155.307 24.32l70.4 70.4c27.733-5.547 55.893-9.387 84.907-9.387zM466.347 304.64l88.32 88.32c24.32 10.667 43.947 30.293 54.613 54.613l88.32 88.32c3.413-14.507 5.973-29.867 5.973-45.653 0.427-105.813-85.76-191.573-191.573-191.573-15.787 0-30.72 2.133-45.653 5.973zM85.76 165.12l114.347 114.347c-69.547 54.613-124.587 127.147-157.44 211.2 73.813 187.307 256 320 469.333 320 64.853 0 127.147-12.373 184.32-34.987l145.92 145.92 60.16-60.16-756.48-756.907-60.16 60.587zM405.76 485.12l111.36 111.36c-1.707 0.427-3.413 0.853-5.12 0.853-58.88 0-106.667-47.787-106.667-106.667 0-2.133 0.427-3.413 0.427-5.547zM260.693 340.053l74.667 74.667c-9.813 23.467-15.36 49.067-15.36 75.947 0 105.813 86.187 192 192 192 26.88 0 52.48-5.547 75.52-15.36l41.813 41.813c-37.547 10.24-76.8 16.213-117.333 16.213-161.707 0-305.92-90.88-376.32-234.667 29.867-61.013 73.387-111.36 125.013-150.613z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["eye-off"],"grid":16},"attrs":[{}],"properties":{"order":10,"id":21,"name":"eye-off","prevSize":32,"code":59650},"setIdx":0,"setId":0,"iconIdx":34},{"icon":{"paths":["M853.333 128h-42.667v-85.333h-85.333v85.333h-426.667v-85.333h-85.333v85.333h-42.667c-46.933 0-85.333 38.4-85.333 85.333v682.667c0 46.933 38.4 85.333 85.333 85.333h682.667c46.933 0 85.333-38.4 85.333-85.333v-682.667c0-46.933-38.4-85.333-85.333-85.333zM853.333 896h-682.667v-554.667h682.667v554.667z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["calendar"],"grid":16},"attrs":[{}],"properties":{"order":11,"id":22,"name":"calendar","prevSize":32,"code":59651},"setIdx":0,"setId":0,"iconIdx":35},{"icon":{"paths":["M511.573 85.333c-235.52 0-426.24 191.147-426.24 426.667s190.72 426.667 426.24 426.667c235.947 0 427.093-191.147 427.093-426.667s-191.147-426.667-427.093-426.667zM512 853.333c-188.587 0-341.333-152.747-341.333-341.333s152.747-341.333 341.333-341.333 341.333 152.747 341.333 341.333-152.747 341.333-341.333 341.333z","M533.333 298.667h-64v256l224 134.4 32-52.48-192-113.92z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["time"],"grid":16},"attrs":[{},{}],"properties":{"order":25,"id":23,"name":"time","prevSize":32,"code":59648},"setIdx":0,"setId":0,"iconIdx":36},{"icon":{"paths":["M384 689.92l-177.92-177.92-60.587 60.16 238.507 238.507 512-512-60.16-60.16z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["check"],"grid":16},"attrs":[{}],"properties":{"order":12,"id":24,"name":"check","prevSize":32,"code":59652},"setIdx":0,"setId":0,"iconIdx":37},{"icon":{"paths":["M512 85.333c-235.52 0-426.667 191.147-426.667 426.667s191.147 426.667 426.667 426.667 426.667-191.147 426.667-426.667-191.147-426.667-426.667-426.667zM426.667 725.333l-213.333-213.333 60.16-60.16 153.173 152.747 323.84-323.84 60.16 60.587-384 384z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["check-filled"],"grid":16},"attrs":[{}],"properties":{"order":13,"id":25,"name":"check-filled","prevSize":32,"code":59653},"setIdx":0,"setId":0,"iconIdx":38},{"icon":{"paths":["M657.493 316.16l-60.16-60.16-256 256 256 256 60.16-60.16-195.413-195.84 195.413-195.84z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron"],"grid":16},"attrs":[{}],"properties":{"order":14,"id":26,"name":"chevron","prevSize":32,"code":59654},"setIdx":0,"setId":0,"iconIdx":39},{"icon":{"paths":["M810.667 273.493l-60.16-60.16-238.507 238.507-238.507-238.507-60.16 60.16 238.507 238.507-238.507 238.507 60.16 60.16 238.507-238.507 238.507 238.507 60.16-60.16-238.507-238.507 238.507-238.507z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["close"],"grid":16},"attrs":[{}],"properties":{"order":15,"id":27,"name":"close","prevSize":32,"code":59655},"setIdx":0,"setId":0,"iconIdx":40},{"icon":{"paths":["M512 85.333c-235.52 0-426.667 191.147-426.667 426.667s191.147 426.667 426.667 426.667 426.667-191.147 426.667-426.667-191.147-426.667-426.667-426.667zM554.667 725.333h-85.333v-85.333h85.333v85.333zM554.667 554.667h-85.333v-256h85.333v256z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["error-filled"],"grid":16},"attrs":[{}],"properties":{"order":16,"id":28,"name":"error-filled","prevSize":32,"code":59656},"setIdx":0,"setId":0,"iconIdx":41},{"icon":{"paths":["M785.493 707.84l-195.84-195.84 195.84-195.84-60.16-60.16-256 256 256 256zM256 256h85.333v512h-85.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-page"],"grid":16},"attrs":[{}],"properties":{"order":17,"id":29,"name":"chevron-page","prevSize":32,"code":59657},"setIdx":0,"setId":0,"iconIdx":42},{"icon":{"paths":["M512 85.333c-235.52 0-426.667 191.147-426.667 426.667s191.147 426.667 426.667 426.667 426.667-191.147 426.667-426.667-191.147-426.667-426.667-426.667zM554.667 725.333h-85.333v-256h85.333v256zM554.667 384h-85.333v-85.333h85.333v85.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["info-filled"],"grid":16},"attrs":[{}],"properties":{"order":18,"id":30,"name":"info-filled","prevSize":32,"code":59658},"setIdx":0,"setId":0,"iconIdx":43},{"icon":{"paths":["M750.507 768l60.16-60.16-195.413-195.84 195.413-195.84-60.16-60.16-256 256z","M469.333 768l60.16-60.16-195.413-195.84 195.413-195.84-60.16-60.16-256 256z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-double"],"grid":16},"attrs":[{},{}],"properties":{"order":19,"id":31,"name":"chevron-double","prevSize":32,"code":59659},"setIdx":0,"setId":0,"iconIdx":44},{"icon":{"paths":["M128 768h768v-85.333h-768v85.333zM128 554.667h768v-85.333h-768v85.333zM128 256v85.333h768v-85.333h-768z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["menu"],"grid":16},"attrs":[{}],"properties":{"order":20,"id":32,"name":"menu","prevSize":32,"code":59660},"setIdx":0,"setId":0,"iconIdx":45},{"icon":{"paths":["M512 341.333c46.933 0 85.333-38.4 85.333-85.333s-38.4-85.333-85.333-85.333-85.333 38.4-85.333 85.333 38.4 85.333 85.333 85.333zM512 426.667c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333 85.333-38.4 85.333-85.333-38.4-85.333-85.333-85.333zM512 682.667c-46.933 0-85.333 38.4-85.333 85.333s38.4 85.333 85.333 85.333 85.333-38.4 85.333-85.333-38.4-85.333-85.333-85.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["more"],"grid":16},"attrs":[{}],"properties":{"order":21,"id":33,"name":"more","prevSize":32,"code":59661},"setIdx":0,"setId":0,"iconIdx":46},{"icon":{"paths":["M42.667 896h938.667l-469.333-810.667-469.333 810.667zM554.667 768h-85.333v-85.333h85.333v85.333zM554.667 597.333h-85.333v-170.667h85.333v170.667z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["warning-filled"],"grid":16},"attrs":[{}],"properties":{"order":22,"id":34,"name":"warning-filled","prevSize":32,"code":59662},"setIdx":0,"setId":0,"iconIdx":47},{"icon":{"paths":["M256 256h85.333v512h-85.333zM405.333 512l362.667 256v-512z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-page-filled"],"grid":16},"attrs":[{}],"properties":{"order":40,"id":35,"name":"chevron-page-filled","prevSize":32,"code":59663},"setIdx":0,"setId":0,"iconIdx":48},{"icon":{"paths":["M810.667 128h-42.667v-85.333h-85.333v85.333h-341.333v-85.333h-85.333v85.333h-42.667c-47.36 0-85.333 38.4-85.333 85.333v597.333c0 46.933 37.973 85.333 85.333 85.333h597.333c46.933 0 85.333-38.4 85.333-85.333v-597.333c0-46.933-38.4-85.333-85.333-85.333zM810.667 810.667h-597.333v-426.667h597.333v426.667zM810.667 298.667h-597.333v-85.333h597.333v85.333zM298.667 469.333h213.333v213.333h-213.333z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["calendar-today"],"grid":16},"attrs":[{}],"properties":{"order":24,"id":36,"name":"calendar-today","prevSize":32,"code":59664},"setIdx":0,"setId":0,"iconIdx":49}],"height":1024,"metadata":{"name":"acorex-icon"},"preferences":{"showGlyphs":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"ax-ic-","metadata":{"fontFamily":"acorex-icon","majorVersion":6,"minorVersion":6},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"showSelector":true,"cssVars":true,"cssVarsFormat":"scss","showMetrics":true,"showMetadata":true,"showVersion":true,"selector":"","classSelector":".icon"},"imagePref":{"prefix":"icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"classSelector":".icon"},"historySize":50,"showCodes":true,"gridSize":16}}
@@ -1,10 +1,10 @@
1
1
  @font-face {
2
2
  font-family: 'acorex-icon';
3
- src: url('fonts/acorex-icon.eot?1da3f8');
4
- src: url('fonts/acorex-icon.eot?1da3f8#iefix') format('embedded-opentype'),
5
- url('fonts/acorex-icon.ttf?1da3f8') format('truetype'),
6
- url('fonts/acorex-icon.woff?1da3f8') format('woff'),
7
- url('fonts/acorex-icon.svg?1da3f8#acorex-icon') format('svg');
3
+ src: url('fonts/acorex-icon.eot?vvlbi0');
4
+ src: url('fonts/acorex-icon.eot?vvlbi0#iefix') format('embedded-opentype'),
5
+ url('fonts/acorex-icon.ttf?vvlbi0') format('truetype'),
6
+ url('fonts/acorex-icon.woff?vvlbi0') format('woff'),
7
+ url('fonts/acorex-icon.svg?vvlbi0#acorex-icon') format('svg');
8
8
  font-weight: normal;
9
9
  font-style: normal;
10
10
  font-display: block;
@@ -25,6 +25,30 @@
25
25
  -moz-osx-font-smoothing: grayscale;
26
26
  }
27
27
 
28
+ .ax-ic-skip-previous:before {
29
+ content: "\e92a";
30
+ }
31
+ .ax-ic-arrow-left:before {
32
+ content: "\e92b";
33
+ }
34
+ .ax-ic-skip-next:before {
35
+ content: "\e92c";
36
+ }
37
+ .ax-ic-arrow-right:before {
38
+ content: "\e92d";
39
+ }
40
+ .ax-ic-first-page:before {
41
+ content: "\e92e";
42
+ }
43
+ .ax-ic-last-page:before {
44
+ content: "\e92f";
45
+ }
46
+ .ax-ic-chevron-left:before {
47
+ content: "\e930";
48
+ }
49
+ .ax-ic-chevron-right:before {
50
+ content: "\e931";
51
+ }
28
52
  .ax-ic-inbox:before {
29
53
  content: "\e925";
30
54
  }
@@ -2,11 +2,11 @@
2
2
 
3
3
  @font-face {
4
4
  font-family: '#{$icomoon-font-family}';
5
- src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?1da3f8');
6
- src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?1da3f8#iefix') format('embedded-opentype'),
7
- url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?1da3f8') format('truetype'),
8
- url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?1da3f8') format('woff'),
9
- url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?1da3f8##{$icomoon-font-family}') format('svg');
5
+ src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?vvlbi0');
6
+ src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?vvlbi0#iefix') format('embedded-opentype'),
7
+ url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?vvlbi0') format('truetype'),
8
+ url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?vvlbi0') format('woff'),
9
+ url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?vvlbi0##{$icomoon-font-family}') format('svg');
10
10
  font-weight: normal;
11
11
  font-style: normal;
12
12
  font-display: block;
@@ -27,6 +27,46 @@
27
27
  -moz-osx-font-smoothing: grayscale;
28
28
  }
29
29
 
30
+ .ax-ic-skip-previous {
31
+ &:before {
32
+ content: $ax-ic-skip-previous;
33
+ }
34
+ }
35
+ .ax-ic-arrow-left {
36
+ &:before {
37
+ content: $ax-ic-arrow-left;
38
+ }
39
+ }
40
+ .ax-ic-skip-next {
41
+ &:before {
42
+ content: $ax-ic-skip-next;
43
+ }
44
+ }
45
+ .ax-ic-arrow-right {
46
+ &:before {
47
+ content: $ax-ic-arrow-right;
48
+ }
49
+ }
50
+ .ax-ic-first-page {
51
+ &:before {
52
+ content: $ax-ic-first-page;
53
+ }
54
+ }
55
+ .ax-ic-last-page {
56
+ &:before {
57
+ content: $ax-ic-last-page;
58
+ }
59
+ }
60
+ .ax-ic-chevron-left {
61
+ &:before {
62
+ content: $ax-ic-chevron-left;
63
+ }
64
+ }
65
+ .ax-ic-chevron-right {
66
+ &:before {
67
+ content: $ax-ic-chevron-right;
68
+ }
69
+ }
30
70
  .ax-ic-inbox {
31
71
  &:before {
32
72
  content: $ax-ic-inbox;
@@ -1,6 +1,14 @@
1
1
  $icomoon-font-family: "acorex-icon" !default;
2
2
  $icomoon-font-path: "fonts" !default;
3
3
 
4
+ $ax-ic-skip-previous: "\e92a";
5
+ $ax-ic-arrow-left: "\e92b";
6
+ $ax-ic-skip-next: "\e92c";
7
+ $ax-ic-arrow-right: "\e92d";
8
+ $ax-ic-first-page: "\e92e";
9
+ $ax-ic-last-page: "\e92f";
10
+ $ax-ic-chevron-left: "\e930";
11
+ $ax-ic-chevron-right: "\e931";
4
12
  $ax-ic-inbox: "\e925";
5
13
  $ax-ic-cloud-download: "\e926";
6
14
  $ax-ic-download: "\e927";
@@ -20,4 +20,7 @@
20
20
  font-size: 1rem;
21
21
  }
22
22
  }
23
+ .ax-filp {
24
+ transform: scale(-1, 1);
25
+ }
23
26
  }