@fiscozen/icons 1.0.4 → 1.0.6
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/CHANGELOG.md +12 -0
- package/dist/icons.js +904 -766
- package/dist/icons.umd.cjs +1 -1
- package/package.json +4 -4
- package/tsconfig.tsbuildinfo +1 -1
package/dist/icons.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { library as e } from "@fortawesome/fontawesome-svg-core";
|
|
2
|
-
import { computed as t, createBlock as n, createElementBlock as r, createVNode as
|
|
3
|
-
import { FontAwesomeIcon as
|
|
2
|
+
import { computed as t, createBlock as n, createElementBlock as r, createVNode as i, defineComponent as a, mergeProps as ee, normalizeClass as te, openBlock as ne, unref as re } from "vue";
|
|
3
|
+
import { FontAwesomeIcon as ie } from "@fortawesome/vue-fontawesome";
|
|
4
4
|
//#region \0rolldown/runtime.js
|
|
5
|
-
var
|
|
5
|
+
var ae = Object.defineProperty, o = (e, t) => {
|
|
6
6
|
let n = {};
|
|
7
|
-
for (var r in e)
|
|
7
|
+
for (var r in e) ae(n, r, {
|
|
8
8
|
get: e[r],
|
|
9
9
|
enumerable: !0
|
|
10
10
|
});
|
|
11
|
-
return t ||
|
|
12
|
-
},
|
|
13
|
-
faLinkedin: () =>
|
|
14
|
-
faLinkedinIn: () =>
|
|
15
|
-
}),
|
|
11
|
+
return t || ae(n, Symbol.toStringTag, { value: "Module" }), n;
|
|
12
|
+
}, oe = /* @__PURE__ */ o({
|
|
13
|
+
faLinkedin: () => se,
|
|
14
|
+
faLinkedinIn: () => ce
|
|
15
|
+
}), se = {
|
|
16
16
|
prefix: "fab",
|
|
17
17
|
iconName: "linkedin",
|
|
18
18
|
icon: [
|
|
@@ -22,7 +22,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
22
22
|
"f08c",
|
|
23
23
|
"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"
|
|
24
24
|
]
|
|
25
|
-
},
|
|
25
|
+
}, ce = {
|
|
26
26
|
prefix: "fab",
|
|
27
27
|
iconName: "linkedin-in",
|
|
28
28
|
icon: [
|
|
@@ -32,221 +32,230 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
32
32
|
"f0e1",
|
|
33
33
|
"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"
|
|
34
34
|
]
|
|
35
|
-
},
|
|
36
|
-
faAdd: () =>
|
|
37
|
-
faAngleDown: () =>
|
|
38
|
-
faAngleLeft: () =>
|
|
39
|
-
faAngleRight: () =>
|
|
40
|
-
faAngleUp: () =>
|
|
41
|
-
faArrowDown: () =>
|
|
42
|
-
faArrowDownLeft: () =>
|
|
43
|
-
faArrowDownLeftAndArrowUpRightToCenter: () =>
|
|
35
|
+
}, le = /* @__PURE__ */ o({
|
|
36
|
+
faAdd: () => ut,
|
|
37
|
+
faAngleDown: () => Ot,
|
|
38
|
+
faAngleLeft: () => rr,
|
|
39
|
+
faAngleRight: () => bn,
|
|
40
|
+
faAngleUp: () => We,
|
|
41
|
+
faArrowDown: () => Fe,
|
|
42
|
+
faArrowDownLeft: () => En,
|
|
43
|
+
faArrowDownLeftAndArrowUpRightToCenter: () => Gt,
|
|
44
44
|
faArrowDownRight: () => he,
|
|
45
|
-
faArrowDownToBracket: () =>
|
|
46
|
-
faArrowDownToLine: () =>
|
|
47
|
-
faArrowFromLeft: () =>
|
|
48
|
-
faArrowFromRight: () =>
|
|
49
|
-
faArrowLeft: () =>
|
|
50
|
-
faArrowLeftFromLine: () =>
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
45
|
+
faArrowDownToBracket: () => Hn,
|
|
46
|
+
faArrowDownToLine: () => Bn,
|
|
47
|
+
faArrowFromLeft: () => yt,
|
|
48
|
+
faArrowFromRight: () => nn,
|
|
49
|
+
faArrowLeft: () => dt,
|
|
50
|
+
faArrowLeftFromLine: () => D,
|
|
51
|
+
faArrowLeftRotate: () => nt,
|
|
52
|
+
faArrowRight: () => Kt,
|
|
53
|
+
faArrowRightFromLine: () => g,
|
|
54
|
+
faArrowRightToFile: () => Pn,
|
|
55
|
+
faArrowRotateBack: () => rt,
|
|
56
|
+
faArrowRotateBackward: () => it,
|
|
57
|
+
faArrowRotateLeft: () => m,
|
|
58
|
+
faArrowToBottom: () => Vn,
|
|
59
|
+
faArrowTrendDown: () => pe,
|
|
60
|
+
faArrowTrendUp: () => Pr,
|
|
61
|
+
faArrowUp: () => sn,
|
|
62
|
+
faArrowUpLeft: () => Nn,
|
|
63
|
+
faArrowUpRight: () => At,
|
|
64
|
+
faArrowUpRightAndArrowDownLeftFromCenter: () => Dn,
|
|
65
|
+
faArrowUpRightFromSquare: () => Ye,
|
|
66
|
+
faArrowsRotate: () => d,
|
|
67
|
+
faBadgeCheck: () => kt,
|
|
68
|
+
faBank: () => Re,
|
|
69
|
+
faBars: () => De,
|
|
70
|
+
faBarsFilter: () => ft,
|
|
71
|
+
faBell: () => Er,
|
|
72
|
+
faBuildingColumns: () => f,
|
|
73
|
+
faCalculator: () => jr,
|
|
74
|
+
faCalendar: () => tn,
|
|
75
|
+
faCalendarLines: () => ke,
|
|
76
|
+
faCalendarNote: () => Ae,
|
|
77
|
+
faCartShopping: () => s,
|
|
78
|
+
faCheck: () => en,
|
|
79
|
+
faCheckCircle: () => Lt,
|
|
80
|
+
faCheckSquare: () => Mn,
|
|
81
|
+
faChevronDoubleDown: () => Xn,
|
|
82
|
+
faChevronDoubleLeft: () => wn,
|
|
83
|
+
faChevronDoubleRight: () => tt,
|
|
84
|
+
faChevronDoubleUp: () => we,
|
|
85
|
+
faChevronDown: () => Mt,
|
|
86
|
+
faChevronLeft: () => Ct,
|
|
87
|
+
faChevronRight: () => Un,
|
|
88
|
+
faChevronUp: () => ir,
|
|
89
|
+
faChevronsDown: () => Yn,
|
|
90
|
+
faChevronsLeft: () => F,
|
|
91
|
+
faChevronsRight: () => et,
|
|
92
|
+
faChevronsUp: () => Ce,
|
|
93
|
+
faCircle: () => hn,
|
|
94
|
+
faCircleCheck: () => S,
|
|
95
|
+
faCircleDot: () => ye,
|
|
96
|
+
faCircleEllipsisVertical: () => Pt,
|
|
97
|
+
faCircleExclamation: () => M,
|
|
98
|
+
faCircleInfo: () => l,
|
|
99
|
+
faCircleMinus: () => u,
|
|
100
|
+
faCirclePlus: () => N,
|
|
101
|
+
faCircleQuestion: () => k,
|
|
102
|
+
faCircleSmall: () => Dr,
|
|
103
|
+
faCircleXmark: () => R,
|
|
104
|
+
faClock: () => $n,
|
|
105
|
+
faClockFour: () => er,
|
|
106
|
+
faClockRotateLeft: () => b,
|
|
107
|
+
faClone: () => qn,
|
|
108
|
+
faClose: () => Vt,
|
|
109
|
+
faCode: () => Cn,
|
|
110
|
+
faCog: () => dn,
|
|
111
|
+
faCoins: () => Ie,
|
|
112
|
+
faComment: () => Ln,
|
|
113
|
+
faCommentAlt: () => Cr,
|
|
114
|
+
faCommentDollar: () => dr,
|
|
115
|
+
faCommentDots: () => y,
|
|
116
|
+
faCommenting: () => Dt,
|
|
117
|
+
faCommentsAlt: () => Nt,
|
|
118
|
+
faCopy: () => lt,
|
|
119
|
+
faCreditCard: () => v,
|
|
120
|
+
faCreditCardAlt: () => Tt,
|
|
117
121
|
faDotCircle: () => be,
|
|
118
|
-
faEllipsis: () =>
|
|
119
|
-
faEllipsisH: () =>
|
|
120
|
-
faEllipsisV: () =>
|
|
121
|
-
faEllipsisVertical: () =>
|
|
122
|
-
faEnvelope: () =>
|
|
123
|
-
faEnvelopeOpenText: () =>
|
|
124
|
-
faEquals: () =>
|
|
125
|
-
faEur: () =>
|
|
126
|
-
faEuro: () =>
|
|
127
|
-
faEuroSign: () =>
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
122
|
+
faEllipsis: () => yr,
|
|
123
|
+
faEllipsisH: () => br,
|
|
124
|
+
faEllipsisV: () => nr,
|
|
125
|
+
faEllipsisVertical: () => tr,
|
|
126
|
+
faEnvelope: () => Or,
|
|
127
|
+
faEnvelopeOpenText: () => xr,
|
|
128
|
+
faEquals: () => ar,
|
|
129
|
+
faEur: () => On,
|
|
130
|
+
faEuro: () => kn,
|
|
131
|
+
faEuroSign: () => L,
|
|
132
|
+
faExclamation: () => Tr,
|
|
133
|
+
faExclamationCircle: () => mn,
|
|
134
|
+
faExclamationTriangle: () => bt,
|
|
135
|
+
faExternalLink: () => Xe,
|
|
136
|
+
faEye: () => cr,
|
|
137
|
+
faEyeSlash: () => ot,
|
|
138
|
+
faFaceFrown: () => T,
|
|
139
|
+
faFaceMeh: () => P,
|
|
140
|
+
faFaceSmile: () => He,
|
|
141
|
+
faFaceSmileHearts: () => Et,
|
|
142
|
+
faFaceUnamused: () => zn,
|
|
143
|
+
faFile: () => cn,
|
|
144
|
+
faFileAward: () => qe,
|
|
145
|
+
faFileCertificate: () => Ke,
|
|
146
|
+
faFileCheck: () => In,
|
|
147
|
+
faFileCircleCheck: () => ct,
|
|
148
|
+
faFileCircleInfo: () => Qn,
|
|
149
|
+
faFileCircleQuestion: () => Sn,
|
|
150
|
+
faFileCircleXmark: () => qt,
|
|
151
|
+
faFileCode: () => st,
|
|
152
|
+
faFileContract: () => Ge,
|
|
153
|
+
faFileImport: () => B,
|
|
154
|
+
faFileInvoice: () => zt,
|
|
155
|
+
faFileInvoiceDollar: () => wt,
|
|
156
|
+
faFilePdf: () => ht,
|
|
157
|
+
faFileSignature: () => vn,
|
|
158
|
+
faFileXml: () => gr,
|
|
159
|
+
faFileZip: () => gt,
|
|
160
|
+
faFloppyDisk: () => fr,
|
|
161
|
+
faFolderCheck: () => Rn,
|
|
162
|
+
faFolderOpen: () => Wn,
|
|
163
|
+
faFolderUser: () => Te,
|
|
164
|
+
faFrown: () => Xt,
|
|
165
|
+
faGear: () => A,
|
|
166
|
+
faGlobe: () => mt,
|
|
167
|
+
faGripDotsVertical: () => Ee,
|
|
168
|
+
faHand: () => j,
|
|
169
|
+
faHandPaper: () => pn,
|
|
170
|
+
faHistory: () => jt,
|
|
171
|
+
faHome: () => Zt,
|
|
172
|
+
faHomeAlt: () => Qt,
|
|
173
|
+
faHomeLgAlt: () => $t,
|
|
174
|
+
faHouse: () => E,
|
|
175
|
+
faIndustry: () => Jn,
|
|
170
176
|
faInfoCircle: () => me,
|
|
171
|
-
faInstitution: () =>
|
|
172
|
-
faListCheck: () =>
|
|
173
|
-
faLocationDot: () =>
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
177
|
+
faInstitution: () => ze,
|
|
178
|
+
faListCheck: () => xe,
|
|
179
|
+
faLocationDot: () => Ne,
|
|
180
|
+
faLock: () => vt,
|
|
181
|
+
faLockOpen: () => Bt,
|
|
182
|
+
faMagnifyingGlass: () => mr,
|
|
183
|
+
faMapMarkerAlt: () => Pe,
|
|
184
|
+
faMeh: () => yn,
|
|
185
|
+
faMessage: () => Sr,
|
|
186
|
+
faMessages: () => x,
|
|
187
|
+
faMinus: () => kr,
|
|
188
|
+
faMinusCircle: () => ge,
|
|
189
|
+
faMinusSquare: () => Ir,
|
|
190
|
+
faMoneyCheck: () => _t,
|
|
191
|
+
faMoneyCheckEdit: () => Kn,
|
|
192
|
+
faMoneyCheckPen: () => Gn,
|
|
193
|
+
faMultiply: () => Ht,
|
|
194
|
+
faMuseum: () => Be,
|
|
195
|
+
faNavicon: () => Oe,
|
|
196
|
+
faPaperPlane: () => Zn,
|
|
197
|
+
faPaperPlaneAlt: () => Ze,
|
|
198
|
+
faPaperPlaneTop: () => p,
|
|
199
|
+
faPaperclip: () => rn,
|
|
200
|
+
faPen: () => It,
|
|
201
|
+
faPencil: () => I,
|
|
202
|
+
faPencilAlt: () => Tn,
|
|
203
|
+
faPercent: () => _r,
|
|
204
|
+
faPercentage: () => vr,
|
|
205
|
+
faPhone: () => Ft,
|
|
206
|
+
faPiggyBank: () => Le,
|
|
207
|
+
faPlus: () => h,
|
|
208
|
+
faPlusCircle: () => _n,
|
|
209
|
+
faPlusMinus: () => gn,
|
|
210
|
+
faQuestion: () => Nr,
|
|
211
|
+
faQuestionCircle: () => un,
|
|
212
|
+
faReceipt: () => or,
|
|
213
|
+
faRefresh: () => _e,
|
|
214
|
+
faRemove: () => Ut,
|
|
215
|
+
faSave: () => pr,
|
|
216
|
+
faScrewdriverWrench: () => je,
|
|
217
|
+
faSearch: () => hr,
|
|
218
|
+
faSend: () => Qe,
|
|
219
|
+
faShoppingCart: () => ue,
|
|
220
|
+
faSmile: () => Ue,
|
|
221
|
+
faSort: () => w,
|
|
222
|
+
faSortAsc: () => ur,
|
|
223
|
+
faSortDesc: () => fe,
|
|
224
|
+
faSortDown: () => c,
|
|
225
|
+
faSortUp: () => lr,
|
|
226
|
+
faSparkle: () => Mr,
|
|
227
|
+
faSparkles: () => xn,
|
|
228
|
+
faSquare: () => Je,
|
|
229
|
+
faSquareCheck: () => z,
|
|
230
|
+
faSquareMinus: () => Fr,
|
|
231
|
+
faStar: () => St,
|
|
232
|
+
faSubtract: () => Ar,
|
|
233
|
+
faSuitcase: () => an,
|
|
234
|
+
faSync: () => ve,
|
|
235
|
+
faTableLayout: () => de,
|
|
236
|
+
faTag: () => $e,
|
|
237
|
+
faTags: () => Rt,
|
|
238
|
+
faTasks: () => Se,
|
|
239
|
+
faThumbsDown: () => Fn,
|
|
240
|
+
faThumbsUp: () => fn,
|
|
241
|
+
faTimes: () => Wt,
|
|
242
|
+
faTimesCircle: () => An,
|
|
243
|
+
faTools: () => Me,
|
|
244
|
+
faTrash: () => sr,
|
|
245
|
+
faTrashXmark: () => pt,
|
|
246
|
+
faTriangleExclamation: () => _,
|
|
247
|
+
faUndo: () => at,
|
|
248
|
+
faUniversity: () => Ve,
|
|
249
|
+
faUnsorted: () => Yt,
|
|
250
|
+
faUser: () => Jt,
|
|
251
|
+
faUserFriends: () => ln,
|
|
252
|
+
faUserGroup: () => O,
|
|
253
|
+
faWallet: () => wr,
|
|
254
|
+
faWarning: () => xt,
|
|
255
|
+
faXmark: () => C,
|
|
256
|
+
faXmarkCircle: () => jn,
|
|
257
|
+
faXmarkLarge: () => on
|
|
258
|
+
}), s = {
|
|
250
259
|
prefix: "far",
|
|
251
260
|
iconName: "cart-shopping",
|
|
252
261
|
icon: [
|
|
@@ -256,7 +265,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
256
265
|
"f07a",
|
|
257
266
|
"M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48l45.5 0c3.8 0 7.1 2.7 7.9 6.5l51.6 271c6.5 34 36.2 58.5 70.7 58.5L488 384c13.3 0 24-10.7 24-24s-10.7-24-24-24l-288.3 0c-11.5 0-21.4-8.2-23.6-19.5L170.7 288l288.5 0c32.6 0 61.1-21.8 69.5-53.3l41-152.3C576.6 57 557.4 32 531.1 32l-411 0C111 12.8 91.6 0 69.5 0L24 0zM131.1 80l389.6 0L482.4 222.2c-2.8 10.5-12.3 17.8-23.2 17.8l-297.6 0L131.1 80zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"
|
|
258
267
|
]
|
|
259
|
-
},
|
|
268
|
+
}, ue = s, de = {
|
|
260
269
|
prefix: "far",
|
|
261
270
|
iconName: "table-layout",
|
|
262
271
|
icon: [
|
|
@@ -266,7 +275,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
266
275
|
"e290",
|
|
267
276
|
"M448 80c8.8 0 16 7.2 16 16l0 64L48 160l0-64c0-8.8 7.2-16 16-16l384 0zM48 416l0-208 96 0 0 224-80 0c-8.8 0-16-7.2-16-16zm144 16l0-224 272 0 0 208c0 8.8-7.2 16-16 16l-256 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"
|
|
268
277
|
]
|
|
269
|
-
},
|
|
278
|
+
}, c = {
|
|
270
279
|
prefix: "far",
|
|
271
280
|
iconName: "sort-down",
|
|
272
281
|
icon: [
|
|
@@ -276,7 +285,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
276
285
|
"f0dd",
|
|
277
286
|
"M160 425.4L70.6 336l178.7 0L160 425.4zm-22.6 45.3c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 288c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"
|
|
278
287
|
]
|
|
279
|
-
},
|
|
288
|
+
}, fe = c, pe = {
|
|
280
289
|
prefix: "far",
|
|
281
290
|
iconName: "arrow-trend-down",
|
|
282
291
|
icon: [
|
|
@@ -286,7 +295,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
286
295
|
"e097",
|
|
287
296
|
"M352 392c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24l0-176c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 118.1L337 143c-9.4-9.4-24.6-9.4-33.9 0l-111 111L41 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L175 305c9.4 9.4 24.6 9.4 33.9 0l111-111L494.1 368 376 368c-13.3 0-24 10.7-24 24z"
|
|
288
297
|
]
|
|
289
|
-
},
|
|
298
|
+
}, l = {
|
|
290
299
|
prefix: "far",
|
|
291
300
|
iconName: "circle-info",
|
|
292
301
|
icon: [
|
|
@@ -296,7 +305,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
296
305
|
"f05a",
|
|
297
306
|
"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-88c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 64-24 0zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"
|
|
298
307
|
]
|
|
299
|
-
}, me =
|
|
308
|
+
}, me = l, he = {
|
|
300
309
|
prefix: "far",
|
|
301
310
|
iconName: "arrow-down-right",
|
|
302
311
|
icon: [
|
|
@@ -306,7 +315,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
306
315
|
"e093",
|
|
307
316
|
"M328 416c13.3 0 24-10.7 24-24l0-240c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 182.1L73 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l231 231L88 368c-13.3 0-24 10.7-24 24s10.7 24 24 24l240 0z"
|
|
308
317
|
]
|
|
309
|
-
},
|
|
318
|
+
}, u = {
|
|
310
319
|
prefix: "far",
|
|
311
320
|
iconName: "circle-minus",
|
|
312
321
|
icon: [
|
|
@@ -316,7 +325,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
316
325
|
"f056",
|
|
317
326
|
"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM184 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"
|
|
318
327
|
]
|
|
319
|
-
},
|
|
328
|
+
}, ge = u, d = {
|
|
320
329
|
prefix: "far",
|
|
321
330
|
iconName: "arrows-rotate",
|
|
322
331
|
icon: [
|
|
@@ -330,7 +339,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
330
339
|
"f021",
|
|
331
340
|
"M94 187.1C120.8 124.1 183.3 80 256 80c39.7 0 77.8 15.8 105.9 43.9L414.1 176 360 176c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24l0-112c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 54.1L395.9 89.9C358.8 52.8 308.5 32 256 32C163.4 32 83.9 88.2 49.8 168.3c-5.2 12.2 .5 26.3 12.7 31.5s26.3-.5 31.5-12.7zm368 157c5.2-12.2-.4-26.3-12.6-31.5s-26.3 .4-31.5 12.6C391 388.1 328.6 432 256 432c-39.7 0-77.8-15.8-105.9-43.9L97.9 336l54.1 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L40 288c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-54.1 52.1 52.1C153.2 459.2 203.5 480 256 480c92.5 0 171.8-56 206-135.9z"
|
|
332
341
|
]
|
|
333
|
-
},
|
|
342
|
+
}, _e = d, ve = d, ye = {
|
|
334
343
|
prefix: "far",
|
|
335
344
|
iconName: "circle-dot",
|
|
336
345
|
icon: [
|
|
@@ -340,7 +349,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
340
349
|
"f192",
|
|
341
350
|
"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"
|
|
342
351
|
]
|
|
343
|
-
}, be =
|
|
352
|
+
}, be = ye, xe = {
|
|
344
353
|
prefix: "far",
|
|
345
354
|
iconName: "list-check",
|
|
346
355
|
icon: [
|
|
@@ -350,7 +359,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
350
359
|
"f0ae",
|
|
351
360
|
"M153.8 72.1c8.9-9.9 8.1-25-1.8-33.9s-25-8.1-33.9 1.8L63.1 101.1 41 79C31.6 69.7 16.4 69.7 7 79s-9.4 24.6 0 33.9l40 40c4.7 4.7 11 7.2 17.6 7s12.8-3 17.2-7.9l72-80zm0 160c8.9-9.9 8.1-25-1.8-33.9s-25-8.1-33.9 1.8L63.1 261.1 41 239c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l40 40c4.7 4.7 11 7.2 17.6 7s12.8-3 17.2-7.9l72-80zM216 120l272 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L216 72c-13.3 0-24 10.7-24 24s10.7 24 24 24zM192 256c0 13.3 10.7 24 24 24l272 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-272 0c-13.3 0-24 10.7-24 24zM160 416c0 13.3 10.7 24 24 24l304 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-304 0c-13.3 0-24 10.7-24 24zm-64 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"
|
|
352
361
|
]
|
|
353
|
-
},
|
|
362
|
+
}, Se = xe, Ce = {
|
|
354
363
|
prefix: "far",
|
|
355
364
|
iconName: "chevrons-up",
|
|
356
365
|
icon: [
|
|
@@ -360,7 +369,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
360
369
|
"f325",
|
|
361
370
|
"M273 47c-9.4-9.4-24.6-9.4-33.9 0L47 239c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l175-175L431 273c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L273 47zM465 431L273 239c-9.4-9.4-24.6-9.4-33.9 0L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l175-175L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9z"
|
|
362
371
|
]
|
|
363
|
-
},
|
|
372
|
+
}, we = Ce, Te = {
|
|
364
373
|
prefix: "far",
|
|
365
374
|
iconName: "folder-user",
|
|
366
375
|
icon: [
|
|
@@ -370,7 +379,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
370
379
|
"e18e",
|
|
371
380
|
"M251.7 127.6s0 0 0 0c10.5 10.5 24.7 16.4 39.6 16.4L448 144c8.8 0 16 7.2 16 16l0 256c0 8.8-7.2 16-16 16l-80 0c0-44.2-35.8-80-80-80l-64 0c-44.2 0-80 35.8-80 80l-80 0c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l133.5 0c4.2 0 8.3 1.7 11.3 4.7l33.9-33.9L208.8 84.7l42.9 42.9zm33.9-33.9L242.7 50.7c-12-12-28.3-18.7-45.3-18.7L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L291.3 96c-2.1 0-4.2-.8-5.7-2.3zM320 256a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"
|
|
372
381
|
]
|
|
373
|
-
},
|
|
382
|
+
}, Ee = {
|
|
374
383
|
prefix: "far",
|
|
375
384
|
iconName: "grip-dots-vertical",
|
|
376
385
|
icon: [
|
|
@@ -380,7 +389,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
380
389
|
"e411",
|
|
381
390
|
"M64 128a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm0 160a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM96 416a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96-288a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm32 128a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM192 448a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"
|
|
382
391
|
]
|
|
383
|
-
},
|
|
392
|
+
}, De = {
|
|
384
393
|
prefix: "far",
|
|
385
394
|
iconName: "bars",
|
|
386
395
|
icon: [
|
|
@@ -390,7 +399,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
390
399
|
"f0c9",
|
|
391
400
|
"M0 88C0 74.7 10.7 64 24 64l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 112C10.7 112 0 101.3 0 88zM0 248c0-13.3 10.7-24 24-24l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 272c-13.3 0-24-10.7-24-24zM448 408c0 13.3-10.7 24-24 24L24 432c-13.3 0-24-10.7-24-24s10.7-24 24-24l400 0c13.3 0 24 10.7 24 24z"
|
|
392
401
|
]
|
|
393
|
-
},
|
|
402
|
+
}, Oe = De, ke = {
|
|
394
403
|
prefix: "far",
|
|
395
404
|
iconName: "calendar-lines",
|
|
396
405
|
icon: [
|
|
@@ -400,7 +409,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
400
409
|
"e0d5",
|
|
401
410
|
"M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l352 0 0 256c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256zm48 88c0 13.3 10.7 24 24 24l208 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-208 0c-13.3 0-24 10.7-24 24zm24 72c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0z"
|
|
402
411
|
]
|
|
403
|
-
},
|
|
412
|
+
}, Ae = ke, je = {
|
|
404
413
|
prefix: "far",
|
|
405
414
|
iconName: "screwdriver-wrench",
|
|
406
415
|
icon: [
|
|
@@ -410,7 +419,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
410
419
|
"f7d9",
|
|
411
420
|
"M78.6 5C69.1-2.4 55.6-1.5 47 7L7 47c-8.5 8.5-9.4 22-2.1 31.6l80 104c4.5 5.9 11.6 9.4 19 9.4l54.1 0 109 109c-14.7 29-10 65.4 14.3 89.6l112 112c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-112-112c-24.2-24.2-60.6-29-89.6-14.3l-109-109 0-54.1c0-7.5-3.5-14.5-9.4-19L78.6 5zM23.2 376.8C8.3 391.7 0 411.8 0 432.8C0 476.5 35.5 512 79.2 512c21 0 41.1-8.3 56-23.2L238.5 385.5c-8.9-17.6-12.8-37.1-11.6-56.3L101.3 454.9c-5.9 5.8-13.8 9.1-22.1 9.1C62 464 48 450 48 432.8c0-8.3 3.3-16.2 9.1-22.1L194.3 273.5l-33.9-33.9L23.2 376.8zM463.9 164c-1.4 38.9-22.6 72.8-53.8 91.8c1.1 1 2.1 2 3.1 3l31.6 31.6c40.7-29 67.2-76.6 67.2-130.3c0-24.8-5.7-48.3-15.7-69.3c-4.4-9.2-16.5-10.5-23.7-3.3l-67.9 67.9c-3 3-7.1 4.7-11.3 4.7L368 160c-8.8 0-16-7.2-16-16l0-25.4c0-4.2 1.7-8.3 4.7-11.3l67.9-67.9c7.2-7.2 5.9-19.3-3.3-23.7C400.3 5.7 376.8 0 352 0C294.7 0 244.4 30.1 216.2 75.4C221.2 84 224 93.8 224 104l0 40.8 16 16 0-.8c0-60.5 48-109.9 108-111.9L322.7 73.4s0 0 0 0c-12 12-18.7 28.3-18.7 45.3l0 25.4c0 35.3 28.7 64 64 64l25.4 0c17 0 33.3-6.7 45.3-18.7L463.9 164z"
|
|
412
421
|
]
|
|
413
|
-
},
|
|
422
|
+
}, Me = je, Ne = {
|
|
414
423
|
prefix: "far",
|
|
415
424
|
iconName: "location-dot",
|
|
416
425
|
icon: [
|
|
@@ -420,7 +429,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
420
429
|
"f3c5",
|
|
421
430
|
"M336 192c0-79.5-64.5-144-144-144S48 112.5 48 192c0 12.4 4.5 31.6 15.3 57.2c10.5 24.8 25.4 52.2 42.5 79.9c28.5 46.2 61.5 90.8 86.2 122.6c24.8-31.8 57.8-76.4 86.2-122.6c17.1-27.7 32-55.1 42.5-79.9C331.5 223.6 336 204.4 336 192zm48 0c0 87.4-117 243-168.3 307.2c-12.3 15.3-35.1 15.3-47.4 0C117 435 0 279.4 0 192C0 86 86 0 192 0S384 86 384 192zm-160 0a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm-112 0a80 80 0 1 1 160 0 80 80 0 1 1 -160 0z"
|
|
422
431
|
]
|
|
423
|
-
},
|
|
432
|
+
}, Pe = Ne, Fe = {
|
|
424
433
|
prefix: "far",
|
|
425
434
|
iconName: "arrow-down",
|
|
426
435
|
icon: [
|
|
@@ -430,7 +439,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
430
439
|
"f063",
|
|
431
440
|
"M174.6 472.6c4.5 4.7 10.8 7.4 17.4 7.4s12.8-2.7 17.4-7.4l168-176c9.2-9.6 8.8-24.8-.8-33.9s-24.8-8.8-33.9 .8L216 396.1 216 56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 340.1L41.4 263.4c-9.2-9.6-24.3-9.9-33.9-.8s-9.9 24.3-.8 33.9l168 176z"
|
|
432
441
|
]
|
|
433
|
-
},
|
|
442
|
+
}, Ie = {
|
|
434
443
|
prefix: "far",
|
|
435
444
|
iconName: "coins",
|
|
436
445
|
icon: [
|
|
@@ -440,7 +449,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
440
449
|
"f51e",
|
|
441
450
|
"M176 88c0 0 0 0 0 0c0 .1 .1 .6 .6 1.5c.6 1.2 2 3.1 4.7 5.5c.4 .3 .8 .7 1.2 1c-18.7 .4-36.9 1.7-54.4 4.1L128 88c0-18 9.7-32.4 21.1-42.7s26.7-18.5 43.5-24.9C226.4 7.5 271.5 0 320 0s93.6 7.5 127.3 20.3c16.8 6.4 32.1 14.6 43.5 24.9S512 70 512 88l0 104 0 104c0 18-9.7 32.4-21.1 42.7s-26.7 18.5-43.5 24.9c-9.6 3.7-20.1 6.9-31.3 9.6l0-49.7c5.1-1.5 9.8-3.1 14.2-4.8c13.6-5.2 23-10.8 28.5-15.7c2.7-2.4 4.1-4.3 4.7-5.5c.6-1.1 .6-1.5 .6-1.5c0 0 0 0 0 0l0-43.6c-5.3 2.6-10.9 5-16.7 7.2c-9.6 3.7-20.1 6.9-31.3 9.6l0-49.7c5.1-1.5 9.8-3.1 14.2-4.8c13.6-5.2 23-10.8 28.5-15.7c2.7-2.4 4.1-4.3 4.7-5.5c.5-.9 .6-1.4 .6-1.5c0 0 0 0 0 0s0 0 0 0l0-43.6c-5.3 2.6-10.9 5-16.7 7.2c-13.7 5.2-29.4 9.6-46.3 12.9c-5.1-7.5-11-13.9-16.8-19.1c-10.1-9.1-21.8-16.5-34-22.6c31.7-2.3 59.3-8.2 80-16.1c13.6-5.2 23-10.8 28.5-15.7c2.7-2.4 4.1-4.3 4.7-5.5c.5-.9 .6-1.4 .6-1.5c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0-.5-.6-1.5c-.6-1.2-2-3.1-4.7-5.5c-5.5-5-14.9-10.6-28.5-15.7C403.2 54.9 364.2 48 320 48s-83.2 6.9-110.2 17.2c-13.6 5.2-23 10.8-28.5 15.7c-2.7 2.4-4.1 4.3-4.7 5.5c-.6 1.1-.6 1.5-.6 1.5c0 0 0 0 0 0zM48 216c0 0 0 0 0 0c0 .1 .1 .6 .6 1.5c.6 1.2 2 3.1 4.7 5.5c5.5 5 14.9 10.6 28.5 15.7c27 10.3 66 17.2 110.2 17.2s83.2-6.9 110.2-17.2c13.6-5.2 23-10.8 28.5-15.7c2.7-2.4 4.1-4.3 4.7-5.5c.5-.9 .6-1.4 .6-1.5c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0-.5-.6-1.5c-.6-1.2-2-3.1-4.7-5.5c-5.5-5-14.9-10.6-28.5-15.7c-27-10.3-66-17.2-110.2-17.2s-83.2 6.9-110.2 17.2c-13.6 5.2-23 10.8-28.5 15.7c-2.7 2.4-4.1 4.3-4.7 5.5c-.6 1.1-.6 1.5-.6 1.5c0 0 0 0 0 0zM0 216c0-18 9.7-32.4 21.1-42.7s26.7-18.5 43.5-24.9C98.4 135.5 143.5 128 192 128s93.6 7.5 127.3 20.3c16.8 6.4 32.1 14.6 43.5 24.9S384 198 384 216l0 104 0 104c0 18-9.7 32.4-21.1 42.7s-26.7 18.5-43.5 24.9C285.6 504.5 240.5 512 192 512s-93.6-7.5-127.3-20.3c-16.8-6.4-32-14.6-43.5-24.9S0 442 0 424L0 320 0 216zM336 320l0-43.6c-5.3 2.6-10.9 5-16.7 7.2C285.6 296.5 240.5 304 192 304s-93.6-7.5-127.3-20.3c-5.8-2.2-11.4-4.6-16.7-7.2L48 320c0 0 0 0 0 0c0 .1 .1 .6 .6 1.5c.6 1.2 2 3.1 4.7 5.5c5.5 5 14.9 10.6 28.5 15.7c27 10.3 66 17.2 110.2 17.2s83.2-6.9 110.2-17.2c13.6-5.2 23-10.8 28.5-15.7c2.7-2.4 4.1-4.3 4.7-5.5c.5-.9 .6-1.4 .6-1.5c0 0 0 0 0 0c0 0 0 0 0 0zM64.7 387.7c-5.8-2.2-11.4-4.6-16.7-7.2L48 424s0 0 0 0c0 0 0 .5 .6 1.5c.6 1.2 2 3.1 4.7 5.5c5.5 5 14.9 10.6 28.5 15.7c27 10.3 66 17.2 110.2 17.2s83.2-6.9 110.2-17.2c13.6-5.2 23-10.8 28.5-15.7c2.7-2.4 4.1-4.3 4.7-5.5c.6-1.1 .6-1.5 .6-1.5c0 0 0 0 0 0l0-43.6c-5.3 2.6-10.9 5-16.7 7.2C285.6 400.5 240.5 408 192 408s-93.6-7.5-127.3-20.3z"
|
|
442
451
|
]
|
|
443
|
-
},
|
|
452
|
+
}, Le = {
|
|
444
453
|
prefix: "far",
|
|
445
454
|
iconName: "piggy-bank",
|
|
446
455
|
icon: [
|
|
@@ -450,7 +459,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
450
459
|
"f4d3",
|
|
451
460
|
"M277.1 48c23 0 42.5 14.7 49.8 35.2c4.4 12.5 18.1 19 30.6 14.6s19-18.1 14.6-30.6C358.3 28.1 321 0 277.1 0S195.8 28.1 182 67.2c-4.4 12.5 2.1 26.2 14.6 30.6s26.2-2.1 30.6-14.6C234.5 62.7 254.1 48 277.1 48zM66.7 197.5c11.9-5.9 16.7-20.3 10.7-32.2s-20.3-16.7-32.2-10.7l-4.7 2.3C15.7 169.3 0 194.7 0 222.6c0 37.4 28 68.3 64.2 72.9C66.4 344.7 91 388.2 128 416l0 48c0 26.5 21.5 48 48 48l48 0c26.5 0 48-21.5 48-48l0-16 48 0 0 16c0 26.5 21.5 48 48 48l48 0c26.5 0 48-21.5 48-48l0-37.4c18.7-10.8 35.1-25.4 48-42.6l32 0c17.7 0 32-14.3 32-32l0-96c0-17.7-14.3-32-32-32l-13.3 0c-8.2-18.8-19.9-35.7-34.2-49.8l11.3-36.8-22.9-7 22.9 7c6.3-20.6-9.1-41.4-30.6-41.4L456 96c-31.5 0-60.2 12.2-81.6 32L224 128c-74.4 0-137 50.8-154.9 119.6c-12-2-21.1-12.5-21.1-25.1c0-9.6 5.4-18.4 14.1-22.8l4.7-2.3zM424 288a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM402.3 168c13.1-14.7 32.1-23.9 53.2-24L446 174.8c-2.9 9.4 .2 19.6 7.9 25.8c17.4 13.9 30.4 32.8 37.1 54.5c3.1 10.1 12.4 17 22.9 17l14 0 0 64-28.6 0c-8.3 0-16 4.3-20.3 11.3c-11.7 18.7-28.7 33.7-48.9 42.8C421.5 394 416 402.5 416 412l0 52-48 0 0-40c0-13.3-10.7-24-24-24l-96 0c-13.3 0-24 10.7-24 24l0 40-48 0 0-60.6c0-8.3-4.3-16-11.3-20.3c-31.7-19.8-52.7-55-52.7-95c0-61.9 50.1-112 112-112l160 0s0 0 0 0l.4 0c6.8 0 13.4-2.9 17.9-8z"
|
|
452
461
|
]
|
|
453
|
-
},
|
|
462
|
+
}, f = {
|
|
454
463
|
prefix: "far",
|
|
455
464
|
iconName: "building-columns",
|
|
456
465
|
icon: [
|
|
@@ -465,7 +474,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
465
474
|
"f19c",
|
|
466
475
|
"M267.6 3c-7.2-4-16-4-23.2 0L17.6 128.1C6.7 134.1 0 145.5 0 157.9C0 176.8 15.2 192 34.1 192l443.9 0c18.8 0 34.1-15.2 34.1-34.1c0-12.4-6.7-23.8-17.6-29.8L267.6 3zM228.3 144L88.2 144 256 51.4 423.8 144l-140.1 0c2.7-4.7 4.3-10.2 4.3-16c0-17.7-14.3-32-32-32s-32 14.3-32 32c0 5.8 1.6 11.3 4.3 16zM64 224l0 160c-13.3 0-24 10.7-24 24s10.7 24 24 24l392 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-160-48 0 0 160-64 0 0-160-48 0 0 160-64 0 0-160-48 0 0 160-64 0 0-160-48 0zM32 464c-13.3 0-24 10.7-24 24s10.7 24 24 24l456 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L32 464z"
|
|
467
476
|
]
|
|
468
|
-
},
|
|
477
|
+
}, Re = f, ze = f, Be = f, Ve = f, He = {
|
|
469
478
|
prefix: "far",
|
|
470
479
|
iconName: "face-smile",
|
|
471
480
|
icon: [
|
|
@@ -475,7 +484,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
475
484
|
"f118",
|
|
476
485
|
"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
477
486
|
]
|
|
478
|
-
},
|
|
487
|
+
}, Ue = He, We = {
|
|
479
488
|
prefix: "far",
|
|
480
489
|
iconName: "angle-up",
|
|
481
490
|
icon: [
|
|
@@ -485,7 +494,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
485
494
|
"f106",
|
|
486
495
|
"M207 143c9.4-9.4 24.6-9.4 33.9 0L401 303c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-143-143L81 337c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L207 143z"
|
|
487
496
|
]
|
|
488
|
-
},
|
|
497
|
+
}, Ge = {
|
|
489
498
|
prefix: "far",
|
|
490
499
|
iconName: "file-contract",
|
|
491
500
|
icon: [
|
|
@@ -495,7 +504,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
495
504
|
"f56c",
|
|
496
505
|
"M48 448L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zM96 96c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L96 96zm0 64c-8.8 0-16 7.2-16 16s7.2 16 16 16l80 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-80 0zm54.2 221.8L160 349l16.7 55.6c1.9 6.3 7.4 10.8 13.9 11.3s12.8-2.9 15.7-8.8l10.6-21.3c.6-1.2 1.8-1.9 3.1-1.9s2.5 .7 3.1 1.9l10.6 21.3c2.7 5.4 8.3 8.8 14.3 8.8l40 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-30.1 0-6.2-12.4c-6-12-18.3-19.6-31.7-19.6c-8.6 0-16.8 3.1-23.1 8.6l-11.3-37.5C182.2 311.7 171.8 304 160 304s-22.2 7.7-25.6 19.1l-14.9 49.5c-2 6.8-8.3 11.4-15.3 11.4L96 384c-8.8 0-16 7.2-16 16s7.2 16 16 16l8.2 0c21.2 0 39.9-13.9 46-34.2z"
|
|
497
506
|
]
|
|
498
|
-
},
|
|
507
|
+
}, Ke = {
|
|
499
508
|
prefix: "far",
|
|
500
509
|
iconName: "file-certificate",
|
|
501
510
|
icon: [
|
|
@@ -505,7 +514,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
505
514
|
"f5f3",
|
|
506
515
|
"M448 464l-224 0 0 32c0 5.5-1 10.9-2.7 16L448 512c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L402.7 18.7C390.7 6.7 374.5 0 357.5 0L192 0c-35.3 0-64 28.7-64 64l0 71.1 .1-.1c1.5-.7 4-2 6.6-3c13.6-5.5 28.3-5.4 41.3-.5L176 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16zM109.2 161.6c-10-4.1-21.5-1-28.1 7.5L70.6 182.6c-1.3 1.7-3.2 2.7-5.2 3l-16.9 2.3c-10.7 1.5-19.1 9.9-20.5 20.5l-2.3 16.9c-.3 2.1-1.4 4-3 5.2L9.1 241.1c-8.5 6.6-11.6 18.1-7.5 28.1L8 285c.8 1.9 .8 4.1 0 6.1L1.6 306.8c-4.1 10-1 21.5 7.5 28.1l13.5 10.5c1.7 1.3 2.7 3.2 3 5.2l2.3 16.9c1.5 10.7 9.9 19.1 20.5 20.6L64 390.2 64 496c0 5.9 3.2 11.3 8.5 14.1s11.5 2.5 16.4-.8L128 483.2l39.1 26.1c4.9 3.3 11.2 3.6 16.4 .8s8.5-8.2 8.5-14.1l0-105.8 15.5-2.1c10.7-1.5 19.1-9.9 20.5-20.6l2.3-16.9c.3-2.1 1.4-4 3-5.2l13.5-10.5c8.5-6.6 11.6-18.1 7.5-28.1L248 291c-.8-1.9-.8-4.1 0-6.1l6.5-15.8c4.1-10 1-21.5-7.5-28.1l-13.5-10.5c-1.7-1.3-2.7-3.2-3-5.2l-2.3-16.9c-1.5-10.7-9.9-19.1-20.5-20.5l-16.9-2.3c-2.1-.3-4-1.4-5.2-3l-10.5-13.5c-6.6-8.5-18.1-11.6-28.1-7.5L131 168c-1.9 .8-4.1 .8-6.1 0l-15.8-6.5zM64 288a64 64 0 1 1 128 0A64 64 0 1 1 64 288z"
|
|
507
516
|
]
|
|
508
|
-
},
|
|
517
|
+
}, qe = Ke, Je = {
|
|
509
518
|
prefix: "far",
|
|
510
519
|
iconName: "square",
|
|
511
520
|
icon: [
|
|
@@ -520,7 +529,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
520
529
|
"f0c8",
|
|
521
530
|
"M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"
|
|
522
531
|
]
|
|
523
|
-
},
|
|
532
|
+
}, Ye = {
|
|
524
533
|
prefix: "far",
|
|
525
534
|
iconName: "arrow-up-right-from-square",
|
|
526
535
|
icon: [
|
|
@@ -530,7 +539,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
530
539
|
"f08e",
|
|
531
540
|
"M304 24c0 13.3 10.7 24 24 24l102.1 0L207 271c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l223-223L464 184c0 13.3 10.7 24 24 24s24-10.7 24-24l0-160c0-13.3-10.7-24-24-24L328 0c-13.3 0-24 10.7-24 24zM72 32C32.2 32 0 64.2 0 104L0 440c0 39.8 32.2 72 72 72l336 0c39.8 0 72-32.2 72-72l0-128c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 128c0 13.3-10.7 24-24 24L72 464c-13.3 0-24-10.7-24-24l0-336c0-13.3 10.7-24 24-24l128 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L72 32z"
|
|
532
541
|
]
|
|
533
|
-
},
|
|
542
|
+
}, Xe = Ye, p = {
|
|
534
543
|
prefix: "far",
|
|
535
544
|
iconName: "paper-plane-top",
|
|
536
545
|
icon: [
|
|
@@ -540,7 +549,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
540
549
|
"e20a",
|
|
541
550
|
"M133.9 232L65.8 95.9 383.4 232l-249.5 0zm0 48l249.5 0L65.8 416.1l68-136.1zM44.6 34.6C32.3 29.3 17.9 32.3 8.7 42S-2.6 66.3 3.4 78.3L92.2 256 3.4 433.7c-6 12-3.9 26.5 5.3 36.3s23.5 12.7 35.9 7.5l448-192c11.8-5 19.4-16.6 19.4-29.4s-7.6-24.4-19.4-29.4l-448-192z"
|
|
542
551
|
]
|
|
543
|
-
},
|
|
552
|
+
}, Ze = p, Qe = p, $e = {
|
|
544
553
|
prefix: "far",
|
|
545
554
|
iconName: "tag",
|
|
546
555
|
icon: [
|
|
@@ -550,7 +559,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
550
559
|
"f02b",
|
|
551
560
|
"M197.5 32c17 0 33.3 6.7 45.3 18.7l176 176c25 25 25 65.5 0 90.5L285.3 450.7c-25 25-65.5 25-90.5 0l-176-176C6.7 262.7 0 246.5 0 229.5L0 80C0 53.5 21.5 32 48 32l149.5 0zM48 229.5c0 4.2 1.7 8.3 4.7 11.3l176 176c6.2 6.2 16.4 6.2 22.6 0L384.8 283.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-3-3-7.1-4.7-11.3-4.7L48 80l0 149.5zM112 112a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
552
561
|
]
|
|
553
|
-
},
|
|
562
|
+
}, et = {
|
|
554
563
|
prefix: "far",
|
|
555
564
|
iconName: "chevrons-right",
|
|
556
565
|
icon: [
|
|
@@ -560,7 +569,23 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
560
569
|
"f324",
|
|
561
570
|
"M465 239c9.4 9.4 9.4 24.6 0 33.9L273 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L239 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L465 239zM81 47L273 239c9.4 9.4 9.4 24.6 0 33.9L81 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L47 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z"
|
|
562
571
|
]
|
|
563
|
-
},
|
|
572
|
+
}, tt = et, m = {
|
|
573
|
+
prefix: "far",
|
|
574
|
+
iconName: "arrow-rotate-left",
|
|
575
|
+
icon: [
|
|
576
|
+
512,
|
|
577
|
+
512,
|
|
578
|
+
[
|
|
579
|
+
8634,
|
|
580
|
+
"arrow-left-rotate",
|
|
581
|
+
"arrow-rotate-back",
|
|
582
|
+
"arrow-rotate-backward",
|
|
583
|
+
"undo"
|
|
584
|
+
],
|
|
585
|
+
"f0e2",
|
|
586
|
+
"M40 224c-13.3 0-24-10.7-24-24L16 56c0-13.3 10.7-24 24-24s24 10.7 24 24l0 80.1 20-23.5C125 63.4 186.9 32 256 32c123.7 0 224 100.3 224 224s-100.3 224-224 224c-50.4 0-97-16.7-134.4-44.8c-10.6-8-12.7-23-4.8-33.6s23-12.7 33.6-4.8C179.8 418.9 216.3 432 256 432c97.2 0 176-78.8 176-176s-78.8-176-176-176c-54.3 0-102.9 24.6-135.2 63.4l-.1 .2s0 0 0 0L93.1 176l90.9 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L40 224z"
|
|
587
|
+
]
|
|
588
|
+
}, nt = m, rt = m, it = m, at = m, ot = {
|
|
564
589
|
prefix: "far",
|
|
565
590
|
iconName: "eye-slash",
|
|
566
591
|
icon: [
|
|
@@ -570,7 +595,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
570
595
|
"f070",
|
|
571
596
|
"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zm151 118.3C226 97.7 269.5 80 320 80c65.2 0 118.8 29.6 159.9 67.7C518.4 183.5 545 226 558.6 256c-12.6 28-36.6 66.8-70.9 100.9l-53.8-42.2c9.1-17.6 14.2-37.5 14.2-58.7c0-70.7-57.3-128-128-128c-32.2 0-61.7 11.9-84.2 31.5l-46.1-36.1zM394.9 284.2l-81.5-63.9c4.2-8.5 6.6-18.2 6.6-28.3c0-5.5-.7-10.9-2-16c.7 0 1.3 0 2 0c44.2 0 80 35.8 80 80c0 9.9-1.8 19.4-5.1 28.2zm9.4 130.3C378.8 425.4 350.7 432 320 432c-65.2 0-118.8-29.6-159.9-67.7C121.6 328.5 95 286 81.4 256c8.3-18.4 21.5-41.5 39.4-64.8L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5l-41.9-33zM192 256c0 70.7 57.3 128 128 128c13.3 0 26.1-2 38.2-5.8L302 334c-23.5-5.4-43.1-21.2-53.7-42.3l-56.1-44.2c-.2 2.8-.3 5.6-.3 8.5z"
|
|
572
597
|
]
|
|
573
|
-
},
|
|
598
|
+
}, st = {
|
|
574
599
|
prefix: "far",
|
|
575
600
|
iconName: "file-code",
|
|
576
601
|
icon: [
|
|
@@ -580,7 +605,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
580
605
|
"f1c9",
|
|
581
606
|
"M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zm97 289c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L79 303c-9.4 9.4-9.4 24.6 0 33.9l48 48c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-31-31 31-31zM257 255c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l48-48c9.4-9.4 9.4-24.6 0-33.9l-48-48z"
|
|
582
607
|
]
|
|
583
|
-
},
|
|
608
|
+
}, ct = {
|
|
584
609
|
prefix: "far",
|
|
585
610
|
iconName: "file-circle-check",
|
|
586
611
|
icon: [
|
|
@@ -590,7 +615,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
590
615
|
"e5a0",
|
|
591
616
|
"M64 464l220.5 0c12 18.4 27.4 34.5 45.3 47.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3l0 44.1c-17.2 4.9-33.4 12.3-48 21.8l0-60.5-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zm224-96a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"
|
|
592
617
|
]
|
|
593
|
-
},
|
|
618
|
+
}, lt = {
|
|
594
619
|
prefix: "far",
|
|
595
620
|
iconName: "copy",
|
|
596
621
|
icon: [
|
|
@@ -600,7 +625,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
600
625
|
"f0c5",
|
|
601
626
|
"M384 336l-192 0c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l140.1 0L400 115.9 400 320c0 8.8-7.2 16-16 16zM192 384l192 0c35.3 0 64-28.7 64-64l0-204.1c0-12.7-5.1-24.9-14.1-33.9L366.1 14.1c-9-9-21.2-14.1-33.9-14.1L192 0c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64zM64 128c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l192 0c35.3 0 64-28.7 64-64l0-32-48 0 0 32c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16l32 0 0-48-32 0z"
|
|
602
627
|
]
|
|
603
|
-
},
|
|
628
|
+
}, h = {
|
|
604
629
|
prefix: "far",
|
|
605
630
|
iconName: "plus",
|
|
606
631
|
icon: [
|
|
@@ -614,7 +639,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
614
639
|
"2b",
|
|
615
640
|
"M248 72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 160L40 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l160 0 0 160c0 13.3 10.7 24 24 24s24-10.7 24-24l0-160 160 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-160 0 0-160z"
|
|
616
641
|
]
|
|
617
|
-
},
|
|
642
|
+
}, ut = h, dt = {
|
|
618
643
|
prefix: "far",
|
|
619
644
|
iconName: "arrow-left",
|
|
620
645
|
icon: [
|
|
@@ -624,7 +649,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
624
649
|
"f060",
|
|
625
650
|
"M7.4 273.4C2.7 268.8 0 262.6 0 256s2.7-12.8 7.4-17.4l176-168c9.6-9.2 24.8-8.8 33.9 .8s8.8 24.8-.8 33.9L83.9 232 424 232c13.3 0 24 10.7 24 24s-10.7 24-24 24L83.9 280 216.6 406.6c9.6 9.2 9.9 24.3 .8 33.9s-24.3 9.9-33.9 .8l-176-168z"
|
|
626
651
|
]
|
|
627
|
-
},
|
|
652
|
+
}, ft = {
|
|
628
653
|
prefix: "far",
|
|
629
654
|
iconName: "bars-filter",
|
|
630
655
|
icon: [
|
|
@@ -634,7 +659,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
634
659
|
"e0ad",
|
|
635
660
|
"M0 88C0 74.7 10.7 64 24 64l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 112C10.7 112 0 101.3 0 88zM64 248c0-13.3 10.7-24 24-24l272 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L88 272c-13.3 0-24-10.7-24-24zM288 408c0 13.3-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l80 0c13.3 0 24 10.7 24 24z"
|
|
636
661
|
]
|
|
637
|
-
},
|
|
662
|
+
}, pt = {
|
|
638
663
|
prefix: "far",
|
|
639
664
|
iconName: "trash-xmark",
|
|
640
665
|
icon: [
|
|
@@ -644,7 +669,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
644
669
|
"e2b4",
|
|
645
670
|
"M170.5 51.6L151.5 80l145 0-19-28.4c-1.5-2.2-4-3.6-6.7-3.6l-93.7 0c-2.7 0-5.2 1.3-6.7 3.6zm147-26.6L354.2 80l13.7 0L416 80l8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-11.6 0L388.4 452.7c-2.5 33.4-30.3 59.3-63.8 59.3l-201.1 0c-33.5 0-61.3-25.9-63.8-59.3L35.6 128 24 128c-13.3 0-24-10.7-24-24S10.7 80 24 80l8 0 48.1 0 13.7 0 36.7-55.1C140.9 9.4 158.4 0 177.1 0l93.7 0c18.7 0 36.2 9.4 46.6 24.9zM83.7 128l23.8 321.2c.6 8.4 7.6 14.8 16 14.8l201.1 0c8.4 0 15.3-6.5 16-14.8L364.3 128 83.7 128zm62.2 81.9c7.8-7.8 20.5-7.8 28.3 0L224 259.7l49.9-49.9c7.8-7.8 20.5-7.8 28.3 0s7.8 20.5 0 28.3L252.3 288l49.9 49.9c7.8 7.8 7.8 20.5 0 28.3s-20.5 7.8-28.3 0L224 316.3l-49.9 49.9c-7.8 7.8-20.5 7.8-28.3 0s-7.8-20.5 0-28.3L195.7 288l-49.9-49.9c-7.8-7.8-7.8-20.5 0-28.3z"
|
|
646
671
|
]
|
|
647
|
-
},
|
|
672
|
+
}, mt = {
|
|
648
673
|
prefix: "far",
|
|
649
674
|
iconName: "globe",
|
|
650
675
|
icon: [
|
|
@@ -654,7 +679,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
654
679
|
"f0ac",
|
|
655
680
|
"M256 464c7.4 0 27-7.2 47.6-48.4c8.8-17.7 16.4-39.2 22-63.6l-139.2 0c5.6 24.4 13.2 45.9 22 63.6C229 456.8 248.6 464 256 464zM178.5 304l155 0c1.6-15.3 2.5-31.4 2.5-48s-.9-32.7-2.5-48l-155 0c-1.6 15.3-2.5 31.4-2.5 48s.9 32.7 2.5 48zm7.9-144l139.2 0c-5.6-24.4-13.2-45.9-22-63.6C283 55.2 263.4 48 256 48s-27 7.2-47.6 48.4c-8.8 17.7-16.4 39.2-22 63.6zm195.3 48c1.5 15.5 2.2 31.6 2.2 48s-.8 32.5-2.2 48l76.7 0c3.6-15.4 5.6-31.5 5.6-48s-1.9-32.6-5.6-48l-76.7 0zm58.8-48c-21.4-41.1-56.1-74.1-98.4-93.4c14.1 25.6 25.3 57.5 32.6 93.4l65.9 0zm-303.3 0c7.3-35.9 18.5-67.7 32.6-93.4c-42.3 19.3-77 52.3-98.4 93.4l65.9 0zM53.6 208c-3.6 15.4-5.6 31.5-5.6 48s1.9 32.6 5.6 48l76.7 0c-1.5-15.5-2.2-31.6-2.2-48s.8-32.5 2.2-48l-76.7 0zM342.1 445.4c42.3-19.3 77-52.3 98.4-93.4l-65.9 0c-7.3 35.9-18.5 67.7-32.6 93.4zm-172.2 0c-14.1-25.6-25.3-57.5-32.6-93.4l-65.9 0c21.4 41.1 56.1 74.1 98.4 93.4zM256 512A256 256 0 1 1 256 0a256 256 0 1 1 0 512z"
|
|
656
681
|
]
|
|
657
|
-
},
|
|
682
|
+
}, ht = {
|
|
658
683
|
prefix: "far",
|
|
659
684
|
iconName: "file-pdf",
|
|
660
685
|
icon: [
|
|
@@ -664,7 +689,17 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
664
689
|
"f1c1",
|
|
665
690
|
"M64 464l48 0 0 48-48 0c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 304l-48 0 0-144-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM176 352l32 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-16 0 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-80c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0 48 16 0zm96-80l32 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-32 0c-8.8 0-16-7.2-16-16l0-128c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-16 0 0 96 16 0zm80-112c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64 0-64z"
|
|
666
691
|
]
|
|
667
|
-
},
|
|
692
|
+
}, gt = {
|
|
693
|
+
prefix: "far",
|
|
694
|
+
iconName: "file-zip",
|
|
695
|
+
icon: [
|
|
696
|
+
512,
|
|
697
|
+
512,
|
|
698
|
+
[],
|
|
699
|
+
"e5ee",
|
|
700
|
+
"M64 464l112 0 0 48L64 512c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 304l-48 0 0-144-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM240 352l64 0c5.5 0 10.7 2.9 13.6 7.6s3.2 10.6 .7 15.6L265.9 480l38.1 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-5.5 0-10.7-2.9-13.6-7.6s-3.2-10.6-.7-15.6L278.1 384 240 384c-8.8 0-16-7.2-16-16s7.2-16 16-16zm144 16l0 128c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-128c0-8.8 7.2-16 16-16s16 7.2 16 16zm32 0c0-8.8 7.2-16 16-16l24 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-8 0 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-80zm32 64l8 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0 48z"
|
|
701
|
+
]
|
|
702
|
+
}, _t = {
|
|
668
703
|
prefix: "far",
|
|
669
704
|
iconName: "money-check",
|
|
670
705
|
icon: [
|
|
@@ -674,7 +709,17 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
674
709
|
"f53c",
|
|
675
710
|
"M64 112c-8.8 0-16 7.2-16 16l0 256c0 8.8 7.2 16 16 16l448 0c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16L64 112zM0 128C0 92.7 28.7 64 64 64l448 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zm120 80l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zM96 328c0-13.3 10.7-24 24-24l336 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-336 0c-13.3 0-24-10.7-24-24zM376 160l80 0c13.3 0 24 10.7 24 24l0 48c0 13.3-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24l0-48c0-13.3 10.7-24 24-24z"
|
|
676
711
|
]
|
|
677
|
-
},
|
|
712
|
+
}, vt = {
|
|
713
|
+
prefix: "far",
|
|
714
|
+
iconName: "lock",
|
|
715
|
+
icon: [
|
|
716
|
+
448,
|
|
717
|
+
512,
|
|
718
|
+
[128274],
|
|
719
|
+
"f023",
|
|
720
|
+
"M144 128l0 64 160 0 0-64c0-44.2-35.8-80-80-80s-80 35.8-80 80zM96 192l0-64C96 57.3 153.3 0 224 0s128 57.3 128 128l0 64 32 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 256c0-35.3 28.7-64 64-64l32 0zM48 256l0 192c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-192c0-8.8-7.2-16-16-16L64 240c-8.8 0-16 7.2-16 16z"
|
|
721
|
+
]
|
|
722
|
+
}, g = {
|
|
678
723
|
prefix: "far",
|
|
679
724
|
iconName: "arrow-right-from-line",
|
|
680
725
|
icon: [
|
|
@@ -684,7 +729,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
684
729
|
"f343",
|
|
685
730
|
"M48 88c0-13.3-10.7-24-24-24S0 74.7 0 88L0 424c0 13.3 10.7 24 24 24s24-10.7 24-24L48 88zM440.4 273.5c4.8-4.5 7.6-10.9 7.6-17.5s-2.7-12.9-7.6-17.5l-136-128c-9.7-9.1-24.8-8.6-33.9 1s-8.6 24.8 1 33.9L363.5 232 280 232l-128 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l128 0 83.5 0-91.9 86.5c-9.7 9.1-10.1 24.3-1 33.9s24.3 10.1 33.9 1l136-128z"
|
|
686
731
|
]
|
|
687
|
-
},
|
|
732
|
+
}, yt = g, _ = {
|
|
688
733
|
prefix: "far",
|
|
689
734
|
iconName: "triangle-exclamation",
|
|
690
735
|
icon: [
|
|
@@ -698,7 +743,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
698
743
|
"f071",
|
|
699
744
|
"M248.4 84.3c1.6-2.7 4.5-4.3 7.6-4.3s6 1.6 7.6 4.3L461.9 410c1.4 2.3 2.1 4.9 2.1 7.5c0 8-6.5 14.5-14.5 14.5l-387 0c-8 0-14.5-6.5-14.5-14.5c0-2.7 .7-5.3 2.1-7.5L248.4 84.3zm-41-25L9.1 385c-6 9.8-9.1 21-9.1 32.5C0 452 28 480 62.5 480l387 0c34.5 0 62.5-28 62.5-62.5c0-11.5-3.2-22.7-9.1-32.5L304.6 59.3C294.3 42.4 275.9 32 256 32s-38.3 10.4-48.6 27.3zM288 368a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm-8-184c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 96c0 13.3 10.7 24 24 24s24-10.7 24-24l0-96z"
|
|
700
745
|
]
|
|
701
|
-
},
|
|
746
|
+
}, bt = _, xt = _, St = {
|
|
702
747
|
prefix: "far",
|
|
703
748
|
iconName: "star",
|
|
704
749
|
icon: [
|
|
@@ -708,7 +753,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
708
753
|
"f005",
|
|
709
754
|
"M287.9 0c9.2 0 17.6 5.2 21.6 13.5l68.6 141.3 153.2 22.6c9 1.3 16.5 7.6 19.3 16.3s.5 18.1-5.9 24.5L433.6 328.4l26.2 155.6c1.5 9-2.2 18.1-9.7 23.5s-17.3 6-25.3 1.7l-137-73.2L151 509.1c-8.1 4.3-17.9 3.7-25.3-1.7s-11.2-14.5-9.7-23.5l26.2-155.6L31.1 218.2c-6.5-6.4-8.7-15.9-5.9-24.5s10.3-14.9 19.3-16.3l153.2-22.6L266.3 13.5C270.4 5.2 278.7 0 287.9 0zm0 79L235.4 187.2c-3.5 7.1-10.2 12.1-18.1 13.3L99 217.9 184.9 303c5.5 5.5 8.1 13.3 6.8 21L171.4 443.7l105.2-56.2c7.1-3.8 15.6-3.8 22.6 0l105.2 56.2L384.2 324.1c-1.3-7.7 1.2-15.5 6.8-21l85.9-85.1L358.6 200.5c-7.8-1.2-14.6-6.1-18.1-13.3L287.9 79z"
|
|
710
755
|
]
|
|
711
|
-
},
|
|
756
|
+
}, Ct = {
|
|
712
757
|
prefix: "far",
|
|
713
758
|
iconName: "chevron-left",
|
|
714
759
|
icon: [
|
|
@@ -718,7 +763,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
718
763
|
"f053",
|
|
719
764
|
"M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z"
|
|
720
765
|
]
|
|
721
|
-
},
|
|
766
|
+
}, wt = {
|
|
722
767
|
prefix: "far",
|
|
723
768
|
iconName: "file-invoice-dollar",
|
|
724
769
|
icon: [
|
|
@@ -728,7 +773,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
728
773
|
"f571",
|
|
729
774
|
"M336 448l0-288-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16zM0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM192 215.6c11 0 20 9 20 20l0 10.1c7.2 1.1 14.2 2.5 20.6 4.1c10.7 2.5 17.4 13.3 14.9 24.1s-13.3 17.4-24.1 14.9c-11-2.6-21.8-4.5-31.7-4.7c-8.2-.1-16.7 1.6-22.4 4.6c-5.2 2.8-5.3 4.7-5.3 5.9c0 .4 0 .4 0 .4c0 0 0 0 0 0c.3 .4 1.4 1.6 4.4 3.2c6.5 3.5 15.8 6 28.6 9.5l.7 .2c11.2 3 25.4 6.8 36.8 13.2c12.4 7 25.2 19.2 25.4 39.3c.3 20.7-11.7 34.8-25.7 42.5c-6.9 3.8-14.6 6.3-22.3 7.8l0 10.1c0 11-9 20-20 20s-20-9-20-20l0-10.8c-10-1.9-19.3-4.8-27.5-7.3c0 0 0 0 0 0c-2.1-.7-4.2-1.3-6.1-1.9c-10.6-3.1-16.6-14.3-13.5-24.9s14.3-16.6 24.9-13.5c2.5 .7 4.9 1.5 7.2 2.2c0 0 0 0 0 0s0 0 0 0c13.6 4.1 24.2 7.3 35.7 7.7c8.9 .3 17.2-1.5 22.4-4.4c4.4-2.5 5.1-4.5 5-6.9l0-.1c0-.5 .2-2-5-4.8c-6.4-3.6-15.7-6.3-28.3-9.7l-1.7-.5c-10.9-2.9-24.5-6.6-35.4-12.4c-12.2-6.5-25.4-18.4-25.6-38.6c-.1-21 13.2-34.4 26.7-41.5c6.7-3.5 14-5.9 21.3-7.3l0-10.3c0-11 9-20 20-20zM96 96l80 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l80 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-80 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"
|
|
730
775
|
]
|
|
731
|
-
},
|
|
776
|
+
}, v = {
|
|
732
777
|
prefix: "far",
|
|
733
778
|
iconName: "credit-card",
|
|
734
779
|
icon: [
|
|
@@ -742,7 +787,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
742
787
|
"f09d",
|
|
743
788
|
"M512 80c8.8 0 16 7.2 16 16l0 32L48 128l0-32c0-8.8 7.2-16 16-16l448 0zm16 144l0 192c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-192 480 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm56 304c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0zm128 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0z"
|
|
744
789
|
]
|
|
745
|
-
},
|
|
790
|
+
}, Tt = v, Et = {
|
|
746
791
|
prefix: "far",
|
|
747
792
|
iconName: "face-smile-hearts",
|
|
748
793
|
icon: [
|
|
@@ -752,7 +797,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
752
797
|
"e390",
|
|
753
798
|
"M553.5 361.1C568 329 576 293.4 576 256c0-24.5-3.4-48.2-9.9-70.6c-3.6-12.7-16.9-20.1-29.7-16.5s-20.1 16.9-16.5 29.7c5.2 18.2 8 37.4 8 57.4c0 35.3-8.8 68.5-24.3 97.6c16.7-3.7 34.5-1.2 49.8 7.4zM448.1 419.9C412.8 447.5 368.3 464 320 464c-50.4 0-96.6-17.9-132.6-47.7c-3.4 9.1-8.8 17.7-16.1 25l-13.1 13.1C202.4 490.4 258.7 512 320 512c53.3 0 102.8-16.3 143.8-44.2c-11.2-13.9-16.5-31-15.7-47.9zm-326-99.8C115.5 299.9 112 278.4 112 256c0-114.9 93.1-208 208-208c30.7 0 59.9 6.7 86.1 18.6c12.1 5.5 26.3 .2 31.8-11.9s.2-26.3-11.9-31.8C393.6 8.2 357.7 0 320 0C178.6 0 64 114.6 64 256c0 25.7 3.8 50.5 10.8 73.8c1.8 1.1 3.5 2.2 5.2 3.4c12.5-9 27.3-13.4 42-13.2zm85.7-3.3c-9.7 9-10.4 24.2-1.4 33.9c22 23.8 60 49.4 113.6 49.4s91.7-25.5 113.6-49.4c9-9.7 8.4-24.9-1.4-33.9s-24.9-8.4-33.9 1.4C383.2 334.5 357.2 352 320 352s-63.2-17.5-78.4-33.9c-9-9.7-24.2-10.4-33.9-1.4zm6.5-87.1c5.5-5.8 14.8-9.7 25.4-9.7s19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C279.7 186.8 259 180 239.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9zM399.6 220c10.6 0 19.9 3.8 25.4 9.7c7.6 8.1 20.2 8.5 28.3 .9s8.5-20.2 .9-28.3C439.7 186.8 419 180 399.6 180s-40.1 6.8-54.6 22.3c-7.6 8.1-7.1 20.7 .9 28.3s20.7 7.1 28.3-.9c5.5-5.8 14.8-9.7 25.4-9.7zM573.7 11.5L560 25.3 546.3 11.4c-15.2-15.3-39.8-15.3-54.9 0s-15.2 40 0 55.2l55.5 55.8c7.3 7.3 19.1 7.3 26.3 0l55.4-55.8c15.2-15.3 15.2-40 0-55.2s-39.8-15.3-54.9 0zm54.9 384c-15.2-15.3-39.8-15.3-54.9 0L560 409.3l-13.7-13.8c-15.2-15.3-39.8-15.3-54.9 0s-15.2 40 0 55.2l55.5 55.8c7.3 7.3 19.1 7.3 26.3 0l55.4-55.8c15.2-15.3 15.2-40 0-55.2zm-534.9-32L80 377.3 66.3 363.4c-15.2-15.3-39.8-15.3-54.9 0s-15.2 40 0 55.2l55.5 55.8c7.3 7.3 19.1 7.3 26.3 0l55.4-55.8c15.2-15.3 15.2-40 0-55.2s-39.8-15.3-54.9 0z"
|
|
754
799
|
]
|
|
755
|
-
},
|
|
800
|
+
}, y = {
|
|
756
801
|
prefix: "far",
|
|
757
802
|
iconName: "comment-dots",
|
|
758
803
|
icon: [
|
|
@@ -766,7 +811,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
766
811
|
"f4ad",
|
|
767
812
|
"M168.2 384.9c-15-5.4-31.7-3.1-44.6 6.4c-8.2 6-22.3 14.8-39.4 22.7c5.6-14.7 9.9-31.3 11.3-49.4c1-12.9-3.3-25.7-11.8-35.5C60.4 302.8 48 272 48 240c0-79.5 83.3-160 208-160s208 80.5 208 160s-83.3 160-208 160c-31.6 0-61.3-5.5-87.8-15.1zM26.3 423.8c-1.6 2.7-3.3 5.4-5.1 8.1l-.3 .5c-1.6 2.3-3.2 4.6-4.8 6.9c-3.5 4.7-7.3 9.3-11.3 13.5c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c5.1 0 10.2-.3 15.3-.8l.7-.1c4.4-.5 8.8-1.1 13.2-1.9c.8-.1 1.6-.3 2.4-.5c17.8-3.5 34.9-9.5 50.1-16.1c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9zM144 272a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm80 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"
|
|
768
813
|
]
|
|
769
|
-
},
|
|
814
|
+
}, Dt = y, Ot = {
|
|
770
815
|
prefix: "far",
|
|
771
816
|
iconName: "angle-down",
|
|
772
817
|
icon: [
|
|
@@ -776,7 +821,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
776
821
|
"f107",
|
|
777
822
|
"M241 369c-9.4 9.4-24.6 9.4-33.9 0L47 209c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143L367 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L241 369z"
|
|
778
823
|
]
|
|
779
|
-
},
|
|
824
|
+
}, kt = {
|
|
780
825
|
prefix: "far",
|
|
781
826
|
iconName: "badge-check",
|
|
782
827
|
icon: [
|
|
@@ -786,7 +831,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
786
831
|
"f336",
|
|
787
832
|
"M200.3 81.5C210.9 61.5 231.9 48 256 48s45.1 13.5 55.7 33.5C317.1 91.7 329 96.6 340 93.2c21.6-6.6 46.1-1.4 63.1 15.7s22.3 41.5 15.7 63.1c-3.4 11 1.5 22.9 11.7 28.2c20 10.6 33.5 31.6 33.5 55.7s-13.5 45.1-33.5 55.7c-10.2 5.4-15.1 17.2-11.7 28.2c6.6 21.6 1.4 46.1-15.7 63.1s-41.5 22.3-63.1 15.7c-11-3.4-22.9 1.5-28.2 11.7c-10.6 20-31.6 33.5-55.7 33.5s-45.1-13.5-55.7-33.5c-5.4-10.2-17.2-15.1-28.2-11.7c-21.6 6.6-46.1 1.4-63.1-15.7S86.6 361.6 93.2 340c3.4-11-1.5-22.9-11.7-28.2C61.5 301.1 48 280.1 48 256s13.5-45.1 33.5-55.7C91.7 194.9 96.6 183 93.2 172c-6.6-21.6-1.4-46.1 15.7-63.1S150.4 86.6 172 93.2c11 3.4 22.9-1.5 28.2-11.7zM256 0c-35.9 0-67.8 17-88.1 43.4c-33-4.3-67.6 6.2-93 31.6s-35.9 60-31.6 93C17 188.2 0 220.1 0 256s17 67.8 43.4 88.1c-4.3 33 6.2 67.6 31.6 93s60 35.9 93 31.6C188.2 495 220.1 512 256 512s67.8-17 88.1-43.4c33 4.3 67.6-6.2 93-31.6s35.9-60 31.6-93C495 323.8 512 291.9 512 256s-17-67.8-43.4-88.1c4.3-33-6.2-67.6-31.6-93s-60-35.9-93-31.6C323.8 17 291.9 0 256 0zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z"
|
|
788
833
|
]
|
|
789
|
-
},
|
|
834
|
+
}, At = {
|
|
790
835
|
prefix: "far",
|
|
791
836
|
iconName: "arrow-up-right",
|
|
792
837
|
icon: [
|
|
@@ -796,7 +841,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
796
841
|
"e09f",
|
|
797
842
|
"M328 96c13.3 0 24 10.7 24 24l0 240c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-182.1L73 409c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l231-231L88 144c-13.3 0-24-10.7-24-24s10.7-24 24-24l240 0z"
|
|
798
843
|
]
|
|
799
|
-
},
|
|
844
|
+
}, b = {
|
|
800
845
|
prefix: "far",
|
|
801
846
|
iconName: "clock-rotate-left",
|
|
802
847
|
icon: [
|
|
@@ -806,7 +851,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
806
851
|
"f1da",
|
|
807
852
|
"M48 106.7L48 56c0-13.3-10.7-24-24-24S0 42.7 0 56L0 168c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-55.3 0c37-57.8 101.7-96 175.3-96c114.9 0 208 93.1 208 208s-93.1 208-208 208c-42.5 0-81.9-12.7-114.7-34.5c-11-7.3-25.9-4.3-33.3 6.7s-4.3 25.9 6.7 33.3C155.2 496.4 203.8 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C170.3 0 94.4 42.1 48 106.7zM256 128c-13.3 0-24 10.7-24 24l0 104c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65 0-94.1c0-13.3-10.7-24-24-24z"
|
|
808
853
|
]
|
|
809
|
-
},
|
|
854
|
+
}, jt = b, Mt = {
|
|
810
855
|
prefix: "far",
|
|
811
856
|
iconName: "chevron-down",
|
|
812
857
|
icon: [
|
|
@@ -816,7 +861,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
816
861
|
"f078",
|
|
817
862
|
"M239 401c9.4 9.4 24.6 9.4 33.9 0L465 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-175 175L81 175c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L239 401z"
|
|
818
863
|
]
|
|
819
|
-
},
|
|
864
|
+
}, x = {
|
|
820
865
|
prefix: "far",
|
|
821
866
|
iconName: "messages",
|
|
822
867
|
icon: [
|
|
@@ -826,7 +871,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
826
871
|
"f4b6",
|
|
827
872
|
"M48 72c0-13.3 10.7-24 24-24l272 0c13.3 0 24 10.7 24 24l0 176c0 13.3-10.7 24-24 24l-128 0c-4.7 0-9.4 1.4-13.3 4L144 315.2l0-19.2c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24-10.7-24-24L48 72zM72 0C32.2 0 0 32.2 0 72L0 248c0 39.8 32.2 72 72 72l24 0 0 40c0 8.9 4.9 17 12.7 21.2s17.3 3.7 24.6-1.2l90-60L344 320c39.8 0 72-32.2 72-72l0-176c0-39.8-32.2-72-72-72L72 0zM256 376c0 39.8 32.2 72 72 72l88.7 0 90 60c7.4 4.9 16.8 5.4 24.6 1.2S544 496.9 544 488l0-40 24 0c39.8 0 72-32.2 72-72l0-176c0-39.8-32.2-72-72-72l-120 0 0 48 120 0c13.3 0 24 10.7 24 24l0 176c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24 10.7-24 24l0 19.2L437.3 404c-3.9-2.6-8.6-4-13.3-4l-96 0c-13.3 0-24-10.7-24-24l0-24-48 0 0 24z"
|
|
828
873
|
]
|
|
829
|
-
},
|
|
874
|
+
}, Nt = x, Pt = {
|
|
830
875
|
prefix: "far",
|
|
831
876
|
iconName: "circle-ellipsis-vertical",
|
|
832
877
|
icon: [
|
|
@@ -836,7 +881,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
836
881
|
"e10b",
|
|
837
882
|
"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-32-64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
838
883
|
]
|
|
839
|
-
},
|
|
884
|
+
}, Ft = {
|
|
840
885
|
prefix: "far",
|
|
841
886
|
iconName: "phone",
|
|
842
887
|
icon: [
|
|
@@ -846,7 +891,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
846
891
|
"f095",
|
|
847
892
|
"M375.8 275.2c-16.4-7-35.4-2.4-46.7 11.4l-33.2 40.6c-46-26.7-84.4-65.1-111.1-111.1L225.3 183c13.8-11.3 18.5-30.3 11.4-46.7l-48-112C181.2 6.7 162.3-3.1 143.6 .9l-112 24C13.2 28.8 0 45.1 0 64c0 0 0 0 0 0C0 295.2 175.2 485.6 400.1 509.5c9.8 1 19.6 1.8 29.6 2.2c0 0 0 0 0 0c0 0 .1 0 .1 0c6.1 .2 12.1 .4 18.2 .4c0 0 0 0 0 0c18.9 0 35.2-13.2 39.1-31.6l24-112c4-18.7-5.8-37.6-23.4-45.1l-112-48zM441.5 464C225.8 460.5 51.5 286.2 48.1 70.5l99.2-21.3 43 100.4L154.4 179c-18.2 14.9-22.9 40.8-11.1 61.2c30.9 53.3 75.3 97.7 128.6 128.6c20.4 11.8 46.3 7.1 61.2-11.1l29.4-35.9 100.4 43L441.5 464zM48 64s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0s0 0 0 0z"
|
|
848
893
|
]
|
|
849
|
-
},
|
|
894
|
+
}, It = {
|
|
850
895
|
prefix: "far",
|
|
851
896
|
iconName: "pen",
|
|
852
897
|
icon: [
|
|
@@ -856,7 +901,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
856
901
|
"f304",
|
|
857
902
|
"M36.4 360.9L13.4 439 1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1L73 498.6l78.1-23c12.4-3.6 23.7-9.9 33.4-18.4c1.4-1.2 2.7-2.5 4-3.8L492.7 149.3c21.9-21.9 24.6-55.6 8.2-80.5c-2.3-3.5-5.1-6.9-8.2-10L453.3 19.3c-25-25-65.5-25-90.5 0L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4zm46 13.5c1.7-5.6 4.5-10.8 8.4-15.2c.6-.6 1.1-1.2 1.7-1.8L321 129 383 191 154.6 419.5c-4.7 4.7-10.6 8.2-17 10.1l-23.4 6.9L59.4 452.6l16.1-54.8 6.9-23.4z"
|
|
858
903
|
]
|
|
859
|
-
},
|
|
904
|
+
}, S = {
|
|
860
905
|
prefix: "far",
|
|
861
906
|
iconName: "circle-check",
|
|
862
907
|
icon: [
|
|
@@ -866,7 +911,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
866
911
|
"f058",
|
|
867
912
|
"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z"
|
|
868
913
|
]
|
|
869
|
-
},
|
|
914
|
+
}, Lt = S, Rt = {
|
|
870
915
|
prefix: "far",
|
|
871
916
|
iconName: "tags",
|
|
872
917
|
icon: [
|
|
@@ -876,7 +921,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
876
921
|
"f02c",
|
|
877
922
|
"M345 39.1c-9.3-9.4-24.5-9.5-33.9-.2s-9.5 24.5-.2 33.9L438.6 202.1c33.9 34.3 33.9 89.4 0 123.7L326.7 439.1c-9.3 9.4-9.2 24.6 .2 33.9s24.6 9.2 33.9-.2L472.8 359.6c52.4-53 52.4-138.2 0-191.2L345 39.1zM242.7 50.7c-12-12-28.3-18.7-45.3-18.7L48 32C21.5 32 0 53.5 0 80L0 229.5c0 17 6.7 33.3 18.7 45.3l168 168c25 25 65.5 25 90.5 0L410.7 309.3c25-25 25-65.5 0-90.5l-168-168zM48 80l149.5 0c4.2 0 8.3 1.7 11.3 4.7l168 168c6.2 6.2 6.2 16.4 0 22.6L243.3 408.8c-6.2 6.2-16.4 6.2-22.6 0l-168-168c-3-3-4.7-7.1-4.7-11.3L48 80zm96 64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"
|
|
878
923
|
]
|
|
879
|
-
},
|
|
924
|
+
}, zt = {
|
|
880
925
|
prefix: "far",
|
|
881
926
|
iconName: "file-invoice",
|
|
882
927
|
icon: [
|
|
@@ -886,7 +931,17 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
886
931
|
"f570",
|
|
887
932
|
"M64 464l256 0c8.8 0 16-7.2 16-16l0-288-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm80 48c0-8.8 7.2-16 16-16l80 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-80 0c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l80 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-80 0c-8.8 0-16-7.2-16-16zM192 400c0-8.8 7.2-16 16-16l80 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-80 0c-8.8 0-16-7.2-16-16zM112 224l160 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32z"
|
|
888
933
|
]
|
|
889
|
-
},
|
|
934
|
+
}, Bt = {
|
|
935
|
+
prefix: "far",
|
|
936
|
+
iconName: "lock-open",
|
|
937
|
+
icon: [
|
|
938
|
+
576,
|
|
939
|
+
512,
|
|
940
|
+
[],
|
|
941
|
+
"f3c1",
|
|
942
|
+
"M352 128c0-44.2 35.8-80 80-80s80 35.8 80 80l0 72c0 13.3 10.7 24 24 24s24-10.7 24-24l0-72C560 57.3 502.7 0 432 0S304 57.3 304 128l0 64L64 192c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64l-32 0 0-64zM64 240l320 0c8.8 0 16 7.2 16 16l0 192c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-192c0-8.8 7.2-16 16-16z"
|
|
943
|
+
]
|
|
944
|
+
}, C = {
|
|
890
945
|
prefix: "far",
|
|
891
946
|
iconName: "xmark",
|
|
892
947
|
icon: [
|
|
@@ -906,7 +961,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
906
961
|
"f00d",
|
|
907
962
|
"M345 137c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-119 119L73 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l119 119L39 375c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l119-119L311 409c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-119-119L345 137z"
|
|
908
963
|
]
|
|
909
|
-
},
|
|
964
|
+
}, Vt = C, Ht = C, Ut = C, Wt = C, Gt = {
|
|
910
965
|
prefix: "far",
|
|
911
966
|
iconName: "arrow-down-left-and-arrow-up-right-to-center",
|
|
912
967
|
icon: [
|
|
@@ -916,7 +971,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
916
971
|
"e092",
|
|
917
972
|
"M489 57c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-135 135L320 72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 144c0 13.3 10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-86.1 0L489 57zM23 455c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135 0 86.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-144c0-13.3-10.7-24-24-24L72 272c-13.3 0-24 10.7-24 24s10.7 24 24 24l86.1 0L23 455z"
|
|
918
973
|
]
|
|
919
|
-
},
|
|
974
|
+
}, Kt = {
|
|
920
975
|
prefix: "far",
|
|
921
976
|
iconName: "arrow-right",
|
|
922
977
|
icon: [
|
|
@@ -926,7 +981,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
926
981
|
"f061",
|
|
927
982
|
"M440.6 273.4c4.7-4.5 7.4-10.8 7.4-17.4s-2.7-12.8-7.4-17.4l-176-168c-9.6-9.2-24.8-8.8-33.9 .8s-8.8 24.8 .8 33.9L364.1 232 24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l340.1 0L231.4 406.6c-9.6 9.2-9.9 24.3-.8 33.9s24.3 9.9 33.9 .8l176-168z"
|
|
928
983
|
]
|
|
929
|
-
},
|
|
984
|
+
}, qt = {
|
|
930
985
|
prefix: "far",
|
|
931
986
|
iconName: "file-circle-xmark",
|
|
932
987
|
icon: [
|
|
@@ -936,7 +991,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
936
991
|
"e5a1",
|
|
937
992
|
"M64 464l220.5 0c12 18.4 27.4 34.5 45.3 47.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3l0 44.1c-17.2 4.9-33.4 12.3-48 21.8l0-60.5-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z"
|
|
938
993
|
]
|
|
939
|
-
},
|
|
994
|
+
}, Jt = {
|
|
940
995
|
prefix: "far",
|
|
941
996
|
iconName: "user",
|
|
942
997
|
icon: [
|
|
@@ -946,7 +1001,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
946
1001
|
"f007",
|
|
947
1002
|
"M304 128a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM49.3 464l349.5 0c-8.9-63.3-63.3-112-129-112l-91.4 0c-65.7 0-120.1 48.7-129 112zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3z"
|
|
948
1003
|
]
|
|
949
|
-
},
|
|
1004
|
+
}, w = {
|
|
950
1005
|
prefix: "far",
|
|
951
1006
|
iconName: "sort",
|
|
952
1007
|
icon: [
|
|
@@ -956,7 +1011,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
956
1011
|
"f0dc",
|
|
957
1012
|
"M70.6 176l178.7 0L160 86.6 70.6 176zm112-134.6l128 128c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8L32 224c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l128-128c12.5-12.5 32.8-12.5 45.3 0zM70.6 336L160 425.4 249.4 336 70.6 336zm112 134.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l256 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z"
|
|
958
1013
|
]
|
|
959
|
-
},
|
|
1014
|
+
}, Yt = w, T = {
|
|
960
1015
|
prefix: "far",
|
|
961
1016
|
iconName: "face-frown",
|
|
962
1017
|
icon: [
|
|
@@ -966,7 +1021,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
966
1021
|
"f119",
|
|
967
1022
|
"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM174.6 384.1c-4.5 12.5-18.2 18.9-30.7 14.4s-18.9-18.2-14.4-30.7C146.9 319.4 198.9 288 256 288s109.1 31.4 126.6 79.9c4.5 12.5-2 26.2-14.4 30.7s-26.2-2-30.7-14.4C328.2 358.5 297.2 336 256 336s-72.2 22.5-81.4 48.1zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
968
1023
|
]
|
|
969
|
-
},
|
|
1024
|
+
}, Xt = T, E = {
|
|
970
1025
|
prefix: "far",
|
|
971
1026
|
iconName: "house",
|
|
972
1027
|
icon: [
|
|
@@ -983,7 +1038,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
983
1038
|
"f015",
|
|
984
1039
|
"M303.5 5.7c-9-7.6-22.1-7.6-31.1 0l-264 224c-10.1 8.6-11.3 23.7-2.8 33.8s23.7 11.3 33.8 2.8L64 245.5 64 432c0 44.2 35.8 80 80 80l288 0c44.2 0 80-35.8 80-80l0-186.5 24.5 20.8c10.1 8.6 25.3 7.3 33.8-2.8s7.3-25.3-2.8-33.8l-264-224zM112 432l0-227.2L288 55.5 464 204.8 464 432c0 17.7-14.3 32-32 32l-48 0 0-152c0-22.1-17.9-40-40-40l-112 0c-22.1 0-40 17.9-40 40l0 152-48 0c-17.7 0-32-14.3-32-32zm128 32l0-144 96 0 0 144-96 0z"
|
|
985
1040
|
]
|
|
986
|
-
},
|
|
1041
|
+
}, Zt = E, Qt = E, $t = E, en = {
|
|
987
1042
|
prefix: "far",
|
|
988
1043
|
iconName: "check",
|
|
989
1044
|
icon: [
|
|
@@ -993,7 +1048,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
993
1048
|
"f00c",
|
|
994
1049
|
"M441 103c9.4 9.4 9.4 24.6 0 33.9L177 401c-9.4 9.4-24.6 9.4-33.9 0L7 265c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l119 119L407 103c9.4-9.4 24.6-9.4 33.9 0z"
|
|
995
1050
|
]
|
|
996
|
-
},
|
|
1051
|
+
}, tn = {
|
|
997
1052
|
prefix: "far",
|
|
998
1053
|
iconName: "calendar",
|
|
999
1054
|
icon: [
|
|
@@ -1003,7 +1058,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1003
1058
|
"f133",
|
|
1004
1059
|
"M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l352 0 0 256c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-256z"
|
|
1005
1060
|
]
|
|
1006
|
-
},
|
|
1061
|
+
}, D = {
|
|
1007
1062
|
prefix: "far",
|
|
1008
1063
|
iconName: "arrow-left-from-line",
|
|
1009
1064
|
icon: [
|
|
@@ -1013,7 +1068,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1013
1068
|
"f344",
|
|
1014
1069
|
"M7.6 238.5C2.7 243.1 0 249.4 0 256s2.7 12.9 7.6 17.5l136 128c9.7 9.1 24.8 8.6 33.9-1s8.6-24.8-1-33.9L84.5 280l83.5 0 128 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-128 0-83.5 0 91.9-86.5c9.7-9.1 10.1-24.3 1-33.9s-24.3-10.1-33.9-1l-136 128zM400 424c0 13.3 10.7 24 24 24s24-10.7 24-24l0-336c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 336z"
|
|
1015
1070
|
]
|
|
1016
|
-
},
|
|
1071
|
+
}, nn = D, rn = {
|
|
1017
1072
|
prefix: "far",
|
|
1018
1073
|
iconName: "paperclip",
|
|
1019
1074
|
icon: [
|
|
@@ -1023,7 +1078,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1023
1078
|
"f0c6",
|
|
1024
1079
|
"M375 73c-26-26-68.1-26-94.1 0L89 265C45.3 308.6 45.3 379.4 89 423s114.4 43.6 158.1 0L399 271c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L281 457c-62.4 62.4-163.5 62.4-225.9 0S-7.4 293.4 55 231L247 39C291.7-5.7 364.3-5.7 409 39s44.7 117.2 0 161.9L225.2 384.7c-31.6 31.6-83.6 28.7-111.5-6.2c-23.8-29.8-21.5-72.8 5.5-99.8L271 127c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L153.2 312.7c-9.7 9.7-10.6 25.1-2 35.8c10 12.5 28.7 13.6 40 2.2L375 167c26-26 26-68.1 0-94.1z"
|
|
1025
1080
|
]
|
|
1026
|
-
},
|
|
1081
|
+
}, an = {
|
|
1027
1082
|
prefix: "far",
|
|
1028
1083
|
iconName: "suitcase",
|
|
1029
1084
|
icon: [
|
|
@@ -1033,7 +1088,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1033
1088
|
"f0f2",
|
|
1034
1089
|
"M176 56l0 40 160 0 0-40c0-4.4-3.6-8-8-8L184 48c-4.4 0-8 3.6-8 8zM128 96l0-40c0-30.9 25.1-56 56-56L328 0c30.9 0 56 25.1 56 56l0 40 64 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 160c0-35.3 28.7-64 64-64l64 0zm232 48l-208 0-8 0 0 288 224 0 0-288-8 0zM64 144c-8.8 0-16 7.2-16 16l0 256c0 8.8 7.2 16 16 16l32 0 0-288-32 0zM448 432c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16l-32 0 0 288 32 0z"
|
|
1035
1090
|
]
|
|
1036
|
-
},
|
|
1091
|
+
}, on = {
|
|
1037
1092
|
prefix: "far",
|
|
1038
1093
|
iconName: "xmark-large",
|
|
1039
1094
|
icon: [
|
|
@@ -1043,7 +1098,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1043
1098
|
"e59b",
|
|
1044
1099
|
"M41 39C31.6 29.7 16.4 29.7 7 39S-2.3 63.6 7 73l183 183L7 439c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l183-183L407 473c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-183-183L441 73c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-183 183L41 39z"
|
|
1045
1100
|
]
|
|
1046
|
-
},
|
|
1101
|
+
}, sn = {
|
|
1047
1102
|
prefix: "far",
|
|
1048
1103
|
iconName: "arrow-up",
|
|
1049
1104
|
icon: [
|
|
@@ -1053,7 +1108,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1053
1108
|
"f062",
|
|
1054
1109
|
"M209.4 39.4C204.8 34.7 198.6 32 192 32s-12.8 2.7-17.4 7.4l-168 176c-9.2 9.6-8.8 24.8 .8 33.9s24.8 8.8 33.9-.8L168 115.9 168 456c0 13.3 10.7 24 24 24s24-10.7 24-24l0-340.1L342.6 248.6c9.2 9.6 24.3 9.9 33.9 .8s9.9-24.3 .8-33.9l-168-176z"
|
|
1055
1110
|
]
|
|
1056
|
-
},
|
|
1111
|
+
}, cn = {
|
|
1057
1112
|
prefix: "far",
|
|
1058
1113
|
iconName: "file",
|
|
1059
1114
|
icon: [
|
|
@@ -1067,7 +1122,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1067
1122
|
"f15b",
|
|
1068
1123
|
"M320 464c8.8 0 16-7.2 16-16l0-288-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0zM0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64z"
|
|
1069
1124
|
]
|
|
1070
|
-
},
|
|
1125
|
+
}, O = {
|
|
1071
1126
|
prefix: "far",
|
|
1072
1127
|
iconName: "user-group",
|
|
1073
1128
|
icon: [
|
|
@@ -1077,7 +1132,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1077
1132
|
"f500",
|
|
1078
1133
|
"M1.5 458.7c6-45.5 29.2-85.6 62.8-113.6C95.3 319.4 135 304 178.3 304l45.7 0 45.7 0c43.3 0 83 15.4 113.9 41.1c33.6 28 56.8 68.1 62.8 113.6c1 7.7 1.5 15.6 1.5 23.6c0 16.4-13.3 29.7-29.7 29.7l-19.6 0L49.3 512l-19.6 0C13.3 512 0 498.7 0 482.3c0-8 .5-15.9 1.5-23.6zM96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zm208 0a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM178.3 352c-47.8 0-89.5 25.7-112.2 64c-8.6 14.4-14.4 30.7-16.8 48L98 464 350 464l48.8 0c-.4-2.7-.8-5.3-1.4-8c-2.9-14.3-8.2-27.8-15.5-40c-22.7-38.3-64.4-64-112.2-64l-91.4 0zm431 160l-136.9 0c4.9-8.8 7.6-18.9 7.6-29.7c0-65-29.5-123.2-75.9-161.8c4.3-.4 8.7-.5 13.2-.5l61.4 0C567.8 320 640 392.2 640 481.3c0 17-13.8 30.7-30.7 30.7zM432 256c-31 0-59-12.6-79.3-32.9C372.4 196.5 384 163.6 384 128c0-26.8-6.6-52.1-18.3-74.3C384.3 40.1 407.2 32 432 32c61.9 0 112 50.1 112 112s-50.1 112-112 112z"
|
|
1079
1134
|
]
|
|
1080
|
-
},
|
|
1135
|
+
}, ln = O, k = {
|
|
1081
1136
|
prefix: "far",
|
|
1082
1137
|
iconName: "circle-question",
|
|
1083
1138
|
icon: [
|
|
@@ -1087,7 +1142,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1087
1142
|
"f059",
|
|
1088
1143
|
"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm169.8-90.7c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"
|
|
1089
1144
|
]
|
|
1090
|
-
},
|
|
1145
|
+
}, un = k, A = {
|
|
1091
1146
|
prefix: "far",
|
|
1092
1147
|
iconName: "gear",
|
|
1093
1148
|
icon: [
|
|
@@ -1097,7 +1152,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1097
1152
|
"f013",
|
|
1098
1153
|
"M256 0c17 0 33.6 1.7 49.8 4.8c7.9 1.5 21.8 6.1 29.4 20.1c2 3.7 3.6 7.6 4.6 11.8l9.3 38.5C350.5 81 360.3 86.7 366 85l38-11.2c4-1.2 8.1-1.8 12.2-1.9c16.1-.5 27 9.4 32.3 15.4c22.1 25.1 39.1 54.6 49.9 86.3c2.6 7.6 5.6 21.8-2.7 35.4c-2.2 3.6-4.9 7-8 10L459 246.3c-4.2 4-4.2 15.5 0 19.5l28.7 27.3c3.1 3 5.8 6.4 8 10c8.2 13.6 5.2 27.8 2.7 35.4c-10.8 31.7-27.8 61.1-49.9 86.3c-5.3 6-16.3 15.9-32.3 15.4c-4.1-.1-8.2-.8-12.2-1.9L366 427c-5.7-1.7-15.5 4-16.9 9.8l-9.3 38.5c-1 4.2-2.6 8.2-4.6 11.8c-7.7 14-21.6 18.5-29.4 20.1C289.6 510.3 273 512 256 512s-33.6-1.7-49.8-4.8c-7.9-1.5-21.8-6.1-29.4-20.1c-2-3.7-3.6-7.6-4.6-11.8l-9.3-38.5c-1.4-5.8-11.2-11.5-16.9-9.8l-38 11.2c-4 1.2-8.1 1.8-12.2 1.9c-16.1 .5-27-9.4-32.3-15.4c-22-25.1-39.1-54.6-49.9-86.3c-2.6-7.6-5.6-21.8 2.7-35.4c2.2-3.6 4.9-7 8-10L53 265.7c4.2-4 4.2-15.5 0-19.5L24.2 218.9c-3.1-3-5.8-6.4-8-10C8 195.3 11 181.1 13.6 173.6c10.8-31.7 27.8-61.1 49.9-86.3c5.3-6 16.3-15.9 32.3-15.4c4.1 .1 8.2 .8 12.2 1.9L146 85c5.7 1.7 15.5-4 16.9-9.8l9.3-38.5c1-4.2 2.6-8.2 4.6-11.8c7.7-14 21.6-18.5 29.4-20.1C222.4 1.7 239 0 256 0zM218.1 51.4l-8.5 35.1c-7.8 32.3-45.3 53.9-77.2 44.6L97.9 120.9c-16.5 19.3-29.5 41.7-38 65.7l26.2 24.9c24 22.8 24 66.2 0 89L59.9 325.4c8.5 24 21.5 46.4 38 65.7l34.6-10.2c31.8-9.4 69.4 12.3 77.2 44.6l8.5 35.1c24.6 4.5 51.3 4.5 75.9 0l8.5-35.1c7.8-32.3 45.3-53.9 77.2-44.6l34.6 10.2c16.5-19.3 29.5-41.7 38-65.7l-26.2-24.9c-24-22.8-24-66.2 0-89l26.2-24.9c-8.5-24-21.5-46.4-38-65.7l-34.6 10.2c-31.8 9.4-69.4-12.3-77.2-44.6l-8.5-35.1c-24.6-4.5-51.3-4.5-75.9 0zM208 256a48 48 0 1 0 96 0 48 48 0 1 0 -96 0zm48 96a96 96 0 1 1 0-192 96 96 0 1 1 0 192z"
|
|
1099
1154
|
]
|
|
1100
|
-
},
|
|
1155
|
+
}, dn = A, fn = {
|
|
1101
1156
|
prefix: "far",
|
|
1102
1157
|
iconName: "thumbs-up",
|
|
1103
1158
|
icon: [
|
|
@@ -1107,7 +1162,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1107
1162
|
"f164",
|
|
1108
1163
|
"M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.2s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16l-97.5 0c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8l97.5 0c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32L0 448c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-224c0-17.7-14.3-32-32-32l-64 0z"
|
|
1109
1164
|
]
|
|
1110
|
-
},
|
|
1165
|
+
}, j = {
|
|
1111
1166
|
prefix: "far",
|
|
1112
1167
|
iconName: "hand",
|
|
1113
1168
|
icon: [
|
|
@@ -1121,7 +1176,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1121
1176
|
"f256",
|
|
1122
1177
|
"M256 0c-25.3 0-47.2 14.7-57.6 36c-7-2.6-14.5-4-22.4-4c-35.3 0-64 28.7-64 64l0 165.5-2.7-2.7c-25-25-65.5-25-90.5 0s-25 65.5 0 90.5L106.5 437c48 48 113.1 75 181 75l8.5 0 8 0c1.5 0 3-.1 4.5-.4c91.7-6.2 165-79.4 171.1-171.1c.3-1.5 .4-3 .4-4.5l0-176c0-35.3-28.7-64-64-64c-5.5 0-10.9 .7-16 2l0-2c0-35.3-28.7-64-64-64c-7.9 0-15.4 1.4-22.4 4C303.2 14.7 281.3 0 256 0zM240 96.1l0-.1 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 31.9 0 .1 0 136c0 13.3 10.7 24 24 24s24-10.7 24-24l0-136c0 0 0 0 0-.1c0-8.8 7.2-16 16-16s16 7.2 16 16l0 55.9c0 0 0 .1 0 .1l0 80c0 13.3 10.7 24 24 24s24-10.7 24-24l0-71.9c0 0 0-.1 0-.1c0-8.8 7.2-16 16-16s16 7.2 16 16l0 172.9c-.1 .6-.1 1.3-.2 1.9c-3.4 69.7-59.3 125.6-129 129c-.6 0-1.3 .1-1.9 .2l-4.9 0-8.5 0c-55.2 0-108.1-21.9-147.1-60.9L52.7 315.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L119 336.4c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2L160 96c0-8.8 7.2-16 16-16c8.8 0 16 7.1 16 15.9L192 232c0 13.3 10.7 24 24 24s24-10.7 24-24l0-135.9z"
|
|
1123
1178
|
]
|
|
1124
|
-
},
|
|
1179
|
+
}, pn = j, M = {
|
|
1125
1180
|
prefix: "far",
|
|
1126
1181
|
iconName: "circle-exclamation",
|
|
1127
1182
|
icon: [
|
|
@@ -1131,7 +1186,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1131
1186
|
"f06a",
|
|
1132
1187
|
"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"
|
|
1133
1188
|
]
|
|
1134
|
-
},
|
|
1189
|
+
}, mn = M, hn = {
|
|
1135
1190
|
prefix: "far",
|
|
1136
1191
|
iconName: "circle",
|
|
1137
1192
|
icon: [
|
|
@@ -1155,7 +1210,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1155
1210
|
"f111",
|
|
1156
1211
|
"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z"
|
|
1157
1212
|
]
|
|
1158
|
-
},
|
|
1213
|
+
}, gn = {
|
|
1159
1214
|
prefix: "far",
|
|
1160
1215
|
iconName: "plus-minus",
|
|
1161
1216
|
icon: [
|
|
@@ -1165,7 +1220,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1165
1220
|
"e43c",
|
|
1166
1221
|
"M216 32c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 120L48 152c-13.3 0-24 10.7-24 24s10.7 24 24 24l120 0 0 120c0 13.3 10.7 24 24 24s24-10.7 24-24l0-120 120 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-120 0 0-120zM8 488c0 13.3 10.7 24 24 24l320 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L32 464c-13.3 0-24 10.7-24 24z"
|
|
1167
1222
|
]
|
|
1168
|
-
},
|
|
1223
|
+
}, N = {
|
|
1169
1224
|
prefix: "far",
|
|
1170
1225
|
iconName: "circle-plus",
|
|
1171
1226
|
icon: [
|
|
@@ -1175,7 +1230,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1175
1230
|
"f055",
|
|
1176
1231
|
"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344c0 13.3 10.7 24 24 24s24-10.7 24-24l0-64 64 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-64 0 0-64c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 64-64 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l64 0 0 64z"
|
|
1177
1232
|
]
|
|
1178
|
-
},
|
|
1233
|
+
}, _n = N, vn = {
|
|
1179
1234
|
prefix: "far",
|
|
1180
1235
|
iconName: "file-signature",
|
|
1181
1236
|
icon: [
|
|
@@ -1185,7 +1240,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1185
1240
|
"f573",
|
|
1186
1241
|
"M64 464l256 0c8.8 0 16-7.2 16-16l0-6.7 39.8-9.9c2.8-.7 5.6-1.6 8.2-2.7l0 19.3c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3l0 49.1-48 48 0-91.6-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zm96-115l-9.8 32.8c-6.1 20.3-24.8 34.2-46 34.2L96 416c-8.8 0-16-7.2-16-16s7.2-16 16-16l8.2 0c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.7 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8 25.6 0 12-48.2c1.4-5.6 4.3-10.8 8.4-14.9L441.1 191.8l71 71L382.9 391.9c-4.1 4.1-9.2 7-14.9 8.4l-60.1 15c-1.1 .3-2.1 .4-3.2 .5c-.8 .1-1.5 .2-2.3 .2L256 416c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L160 349zM549.8 139.7l14.4 14.4c15.6 15.6 15.6 40.9 0 56.6l-29.4 29.4-71-71 29.4-29.4c15.6-15.6 40.9-15.6 56.6 0z"
|
|
1187
1242
|
]
|
|
1188
|
-
},
|
|
1243
|
+
}, P = {
|
|
1189
1244
|
prefix: "far",
|
|
1190
1245
|
iconName: "face-meh",
|
|
1191
1246
|
icon: [
|
|
@@ -1195,7 +1250,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1195
1250
|
"f11a",
|
|
1196
1251
|
"M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM176.4 240a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm192-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM184 328c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"
|
|
1197
1252
|
]
|
|
1198
|
-
},
|
|
1253
|
+
}, yn = P, bn = {
|
|
1199
1254
|
prefix: "far",
|
|
1200
1255
|
iconName: "angle-right",
|
|
1201
1256
|
icon: [
|
|
@@ -1205,7 +1260,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1205
1260
|
"f105",
|
|
1206
1261
|
"M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z"
|
|
1207
1262
|
]
|
|
1208
|
-
},
|
|
1263
|
+
}, xn = {
|
|
1209
1264
|
prefix: "far",
|
|
1210
1265
|
iconName: "sparkles",
|
|
1211
1266
|
icon: [
|
|
@@ -1215,7 +1270,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1215
1270
|
"f890",
|
|
1216
1271
|
"M327.5 85.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L384 128l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L448 128l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L448 64 426.8 7.5C425.1 3 420.8 0 416 0s-9.1 3-10.8 7.5L384 64 327.5 85.2zM9.3 240C3.6 242.6 0 248.3 0 254.6s3.6 11.9 9.3 14.5L26.3 277l8.1 3.7 .6 .3 88.3 40.8L164.1 410l.3 .6 3.7 8.1 7.9 17.1c2.6 5.7 8.3 9.3 14.5 9.3s11.9-3.6 14.5-9.3l7.9-17.1 3.7-8.1 .3-.6 40.8-88.3L346 281l.6-.3 8.1-3.7 17.1-7.9c5.7-2.6 9.3-8.3 9.3-14.5s-3.6-11.9-9.3-14.5l-17.1-7.9-8.1-3.7-.6-.3-88.3-40.8L217 99.1l-.3-.6L213 90.3l-7.9-17.1c-2.6-5.7-8.3-9.3-14.5-9.3s-11.9 3.6-14.5 9.3l-7.9 17.1-3.7 8.1-.3 .6-40.8 88.3L35.1 228.1l-.6 .3-8.1 3.7L9.3 240zm83 14.5l51.2-23.6c10.4-4.8 18.7-13.1 23.5-23.5l23.6-51.2 23.6 51.2c4.8 10.4 13.1 18.7 23.5 23.5l51.2 23.6-51.2 23.6c-10.4 4.8-18.7 13.1-23.5 23.5l-23.6 51.2-23.6-51.2c-4.8-10.4-13.1-18.7-23.5-23.5L92.3 254.6zM384 384l-56.5 21.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L384 448l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L448 448l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L448 384l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L384 384z"
|
|
1217
1272
|
]
|
|
1218
|
-
},
|
|
1273
|
+
}, Sn = {
|
|
1219
1274
|
prefix: "far",
|
|
1220
1275
|
iconName: "file-circle-question",
|
|
1221
1276
|
icon: [
|
|
@@ -1225,7 +1280,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1225
1280
|
"e4ef",
|
|
1226
1281
|
"M64 464l220.5 0c12 18.4 27.4 34.5 45.3 47.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3l0 44.1c-17.2 4.9-33.4 12.3-48 21.8l0-60.5-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM368 321.6l0 6.4c0 8.8 7.2 16 16 16s16-7.2 16-16l0-6.4c0-5.3 4.3-9.6 9.6-9.6l40.5 0c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2l0 14.8c0 8.8 7.2 16 16 16s16-7.2 16-16l0-5.1 23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9l-40.5 0c-23 0-41.6 18.6-41.6 41.6z"
|
|
1227
1282
|
]
|
|
1228
|
-
},
|
|
1283
|
+
}, Cn = {
|
|
1229
1284
|
prefix: "far",
|
|
1230
1285
|
iconName: "code",
|
|
1231
1286
|
icon: [
|
|
@@ -1235,7 +1290,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1235
1290
|
"f121",
|
|
1236
1291
|
"M399.1 1.1c-12.7-3.9-26.1 3.1-30 15.8l-144 464c-3.9 12.7 3.1 26.1 15.8 30s26.1-3.1 30-15.8l144-464c3.9-12.7-3.1-26.1-15.8-30zm71.4 118.5c-9.1 9.7-8.6 24.9 1.1 33.9L580.9 256 471.6 358.5c-9.7 9.1-10.2 24.3-1.1 33.9s24.3 10.2 33.9 1.1l128-120c4.8-4.5 7.6-10.9 7.6-17.5s-2.7-13-7.6-17.5l-128-120c-9.7-9.1-24.9-8.6-33.9 1.1zm-301 0c-9.1-9.7-24.3-10.2-33.9-1.1l-128 120C2.7 243 0 249.4 0 256s2.7 13 7.6 17.5l128 120c9.7 9.1 24.9 8.6 33.9-1.1s8.6-24.9-1.1-33.9L59.1 256 168.4 153.5c9.7-9.1 10.2-24.3 1.1-33.9z"
|
|
1237
1292
|
]
|
|
1238
|
-
},
|
|
1293
|
+
}, F = {
|
|
1239
1294
|
prefix: "far",
|
|
1240
1295
|
iconName: "chevrons-left",
|
|
1241
1296
|
icon: [
|
|
@@ -1245,7 +1300,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1245
1300
|
"f323",
|
|
1246
1301
|
"M47 239c-9.4 9.4-9.4 24.6 0 33.9L239 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97.9 256 273 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L47 239zM431 47L239 239c-9.4 9.4-9.4 24.6 0 33.9L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-175-175L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0z"
|
|
1247
1302
|
]
|
|
1248
|
-
},
|
|
1303
|
+
}, wn = F, I = {
|
|
1249
1304
|
prefix: "far",
|
|
1250
1305
|
iconName: "pencil",
|
|
1251
1306
|
icon: [
|
|
@@ -1259,7 +1314,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1259
1314
|
"f303",
|
|
1260
1315
|
"M36.4 360.9L13.4 439 1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1L73 498.6l78.1-23c10.4-3 20.1-8 28.6-14.5l.3 .2 .5-.8c1.4-1.1 2.7-2.2 4-3.3c1.4-1.2 2.7-2.5 4-3.8L492.7 149.3c21.9-21.9 24.6-55.6 8.2-80.5c-2.3-3.5-5.1-6.9-8.2-10L453.3 19.3c-25-25-65.5-25-90.5 0L58.6 323.5c-2.5 2.5-4.9 5.2-7.1 8l-.8 .5 .2 .3c-6.5 8.5-11.4 18.2-14.5 28.6zM383 191L197.4 376.6l-49.6-12.4-12.4-49.6L321 129 383 191zM97 358.9l7.7 31c2.1 8.6 8.9 15.3 17.5 17.5l31 7.7-7.4 11.2c-2.6 1.4-5.3 2.6-8.1 3.4l-23.4 6.9L59.4 452.6l16.1-54.8 6.9-23.4c.8-2.8 2-5.6 3.4-8.1L97 358.9zM315.3 218.7c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-96 96c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l96-96z"
|
|
1261
1316
|
]
|
|
1262
|
-
},
|
|
1317
|
+
}, Tn = I, En = {
|
|
1263
1318
|
prefix: "far",
|
|
1264
1319
|
iconName: "arrow-down-left",
|
|
1265
1320
|
icon: [
|
|
@@ -1269,7 +1324,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1269
1324
|
"e091",
|
|
1270
1325
|
"M56 416c-13.3 0-24-10.7-24-24l0-240c0-13.3 10.7-24 24-24s24 10.7 24 24l0 182.1L311 103c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-231 231L296 368c13.3 0 24 10.7 24 24s-10.7 24-24 24L56 416z"
|
|
1271
1326
|
]
|
|
1272
|
-
},
|
|
1327
|
+
}, Dn = {
|
|
1273
1328
|
prefix: "far",
|
|
1274
1329
|
iconName: "arrow-up-right-and-arrow-down-left-from-center",
|
|
1275
1330
|
icon: [
|
|
@@ -1279,7 +1334,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1279
1334
|
"e0a0",
|
|
1280
1335
|
"M295 183c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135 0 86.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-144c0-13.3-10.7-24-24-24L344 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l86.1 0L295 183zM217 329c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L48 430.1 48 344c0-13.3-10.7-24-24-24s-24 10.7-24 24L0 488c0 13.3 10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-86.1 0L217 329z"
|
|
1281
1336
|
]
|
|
1282
|
-
},
|
|
1337
|
+
}, L = {
|
|
1283
1338
|
prefix: "far",
|
|
1284
1339
|
iconName: "euro-sign",
|
|
1285
1340
|
icon: [
|
|
@@ -1293,7 +1348,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1293
1348
|
"f153",
|
|
1294
1349
|
"M48.6 240c-.4 5.3-.6 10.6-.6 16s.2 10.7 .6 16L24 272c-13.3 0-24 10.7-24 24s10.7 24 24 24l33.3 0C84.8 412.5 170.5 480 272 480l24 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-24 0c-74.6 0-138.4-46.4-164-112l156 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L96.7 272c-.5-5.3-.7-10.6-.7-16s.2-10.7 .7-16L264 240c13.3 0 24-10.7 24-24s-10.7-24-24-24l-156 0c25.6-65.6 89.4-112 164-112l24 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-24 0C170.5 32 84.8 99.5 57.3 192L24 192c-13.3 0-24 10.7-24 24s10.7 24 24 24l24.6 0z"
|
|
1295
1350
|
]
|
|
1296
|
-
},
|
|
1351
|
+
}, On = L, kn = L, R = {
|
|
1297
1352
|
prefix: "far",
|
|
1298
1353
|
iconName: "circle-xmark",
|
|
1299
1354
|
icon: [
|
|
@@ -1307,7 +1362,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1307
1362
|
"f057",
|
|
1308
1363
|
"M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z"
|
|
1309
1364
|
]
|
|
1310
|
-
},
|
|
1365
|
+
}, An = R, jn = R, z = {
|
|
1311
1366
|
prefix: "far",
|
|
1312
1367
|
iconName: "square-check",
|
|
1313
1368
|
icon: [
|
|
@@ -1322,7 +1377,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1322
1377
|
"f14a",
|
|
1323
1378
|
"M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"
|
|
1324
1379
|
]
|
|
1325
|
-
},
|
|
1380
|
+
}, Mn = z, Nn = {
|
|
1326
1381
|
prefix: "far",
|
|
1327
1382
|
iconName: "arrow-up-left",
|
|
1328
1383
|
icon: [
|
|
@@ -1332,7 +1387,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1332
1387
|
"e09d",
|
|
1333
1388
|
"M56 96c-13.3 0-24 10.7-24 24l0 240c0 13.3 10.7 24 24 24s24-10.7 24-24l0-182.1L311 409c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-231-231L296 144c13.3 0 24-10.7 24-24s-10.7-24-24-24L56 96z"
|
|
1334
1389
|
]
|
|
1335
|
-
},
|
|
1390
|
+
}, B = {
|
|
1336
1391
|
prefix: "far",
|
|
1337
1392
|
iconName: "file-import",
|
|
1338
1393
|
icon: [
|
|
@@ -1342,7 +1397,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1342
1397
|
"f56f",
|
|
1343
1398
|
"M448 464l-256 0c-8.8 0-16-7.2-16-16l0-80-48 0 0 80c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L402.7 18.7C390.7 6.7 374.5 0 357.5 0L192 0c-35.3 0-64 28.7-64 64l0 192 48 0 0-192c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16zM297 215c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39L24 288c-13.3 0-24 10.7-24 24s10.7 24 24 24l278.1 0-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9l-80-80z"
|
|
1344
1399
|
]
|
|
1345
|
-
},
|
|
1400
|
+
}, Pn = B, Fn = {
|
|
1346
1401
|
prefix: "far",
|
|
1347
1402
|
iconName: "thumbs-down",
|
|
1348
1403
|
icon: [
|
|
@@ -1352,7 +1407,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1352
1407
|
"f165",
|
|
1353
1408
|
"M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16l-97.5 0c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8L384 32c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32L0 128c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 224c0 17.7-14.3 32-32 32l-64 0z"
|
|
1354
1409
|
]
|
|
1355
|
-
},
|
|
1410
|
+
}, In = {
|
|
1356
1411
|
prefix: "far",
|
|
1357
1412
|
iconName: "file-check",
|
|
1358
1413
|
icon: [
|
|
@@ -1362,7 +1417,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1362
1417
|
"f316",
|
|
1363
1418
|
"M64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16l160 0 0 80c0 17.7 14.3 32 32 32l80 0 0 288c0 8.8-7.2 16-16 16L64 464zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-293.5c0-17-6.7-33.3-18.7-45.3L274.7 18.7C262.7 6.7 246.5 0 229.5 0L64 0zM289 267.6c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-89.7 89.7L129 287c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l53.3 53.3c4.5 4.5 10.6 7 17 7s12.5-2.5 17-7L289 267.6z"
|
|
1364
1419
|
]
|
|
1365
|
-
},
|
|
1420
|
+
}, Ln = {
|
|
1366
1421
|
prefix: "far",
|
|
1367
1422
|
iconName: "comment",
|
|
1368
1423
|
icon: [
|
|
@@ -1372,7 +1427,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1372
1427
|
"f075",
|
|
1373
1428
|
"M123.6 391.3c12.9-9.4 29.6-11.8 44.6-6.4c26.5 9.6 56.2 15.1 87.8 15.1c124.7 0 208-80.5 208-160s-83.3-160-208-160S48 160.5 48 240c0 32 12.4 62.8 35.7 89.2c8.6 9.7 12.8 22.5 11.8 35.5c-1.4 18.1-5.7 34.7-11.3 49.4c17-7.9 31.1-16.7 39.4-22.7zM21.2 431.9c1.8-2.7 3.5-5.4 5.1-8.1c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208s-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6c-15.1 6.6-32.3 12.6-50.1 16.1c-.8 .2-1.6 .3-2.4 .5c-4.4 .8-8.7 1.5-13.2 1.9c-.2 0-.5 .1-.7 .1c-5.1 .5-10.2 .8-15.3 .8c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c4.1-4.2 7.8-8.7 11.3-13.5c1.7-2.3 3.3-4.6 4.8-6.9l.3-.5z"
|
|
1374
1429
|
]
|
|
1375
|
-
},
|
|
1430
|
+
}, Rn = {
|
|
1376
1431
|
prefix: "far",
|
|
1377
1432
|
iconName: "folder-check",
|
|
1378
1433
|
icon: [
|
|
@@ -1382,7 +1437,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1382
1437
|
"e64e",
|
|
1383
1438
|
"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L289.9 96 247 53.1C233.5 39.6 215.2 32 196.1 32L64 32zM48 96c0-8.8 7.2-16 16-16l132.1 0c6.4 0 12.5 2.5 17 7l45.3 45.3c7.5 7.5 17.7 11.7 28.3 11.7L448 144c8.8 0 16 7.2 16 16l0 256c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96zM369 241c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 241z"
|
|
1384
1439
|
]
|
|
1385
|
-
},
|
|
1440
|
+
}, zn = {
|
|
1386
1441
|
prefix: "far",
|
|
1387
1442
|
iconName: "face-unamused",
|
|
1388
1443
|
icon: [
|
|
@@ -1392,7 +1447,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1392
1447
|
"e39f",
|
|
1393
1448
|
"M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM294.5 392.4c-7.4-7.9-20-16.4-38.5-16.4s-31.1 8.5-38.5 16.4c-9 9.7-24.2 10.2-33.9 1.2s-10.2-24.2-1.2-33.9C196.7 344.3 221.4 328 256 328s59.3 16.3 73.5 31.6c9 9.7 8.5 24.9-1.2 33.9s-24.9 8.5-33.9-1.2zM112 192l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32l-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm176 16c0-8.8 7.2-16 16-16l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32l-32 0c-8.8 0-16-7.2-16-16z"
|
|
1394
1449
|
]
|
|
1395
|
-
},
|
|
1450
|
+
}, Bn = {
|
|
1396
1451
|
prefix: "far",
|
|
1397
1452
|
iconName: "arrow-down-to-line",
|
|
1398
1453
|
icon: [
|
|
@@ -1402,7 +1457,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1402
1457
|
"f33d",
|
|
1403
1458
|
"M360 480c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 432c-13.3 0-24 10.7-24 24s10.7 24 24 24l336 0zM174.5 344.4c4.5 4.8 10.9 7.6 17.5 7.6s12.9-2.7 17.5-7.6l128-136c9.1-9.7 8.6-24.8-1-33.9s-24.8-8.6-33.9 1L216 267.5l0-83.5 0-128c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 128 0 83.5L81.5 175.6c-9.1-9.7-24.3-10.1-33.9-1s-10.1 24.3-1 33.9l128 136z"
|
|
1404
1459
|
]
|
|
1405
|
-
},
|
|
1460
|
+
}, Vn = Bn, Hn = {
|
|
1406
1461
|
prefix: "far",
|
|
1407
1462
|
iconName: "arrow-down-to-bracket",
|
|
1408
1463
|
icon: [
|
|
@@ -1412,7 +1467,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1412
1467
|
"e094",
|
|
1413
1468
|
"M369 217L241 345c-9.4 9.4-24.6 9.4-33.9 0L79 217c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l87 87L200 24c0-13.3 10.7-24 24-24s24 10.7 24 24l0 246.1 87-87c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM48 344l0 80c0 22.1 17.9 40 40 40l272 0c22.1 0 40-17.9 40-40l0-80c0-13.3 10.7-24 24-24s24 10.7 24 24l0 80c0 48.6-39.4 88-88 88L88 512c-48.6 0-88-39.4-88-88l0-80c0-13.3 10.7-24 24-24s24 10.7 24 24z"
|
|
1414
1469
|
]
|
|
1415
|
-
},
|
|
1470
|
+
}, Un = {
|
|
1416
1471
|
prefix: "far",
|
|
1417
1472
|
iconName: "chevron-right",
|
|
1418
1473
|
icon: [
|
|
@@ -1422,7 +1477,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1422
1477
|
"f054",
|
|
1423
1478
|
"M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z"
|
|
1424
1479
|
]
|
|
1425
|
-
},
|
|
1480
|
+
}, Wn = {
|
|
1426
1481
|
prefix: "far",
|
|
1427
1482
|
iconName: "folder-open",
|
|
1428
1483
|
icon: [
|
|
@@ -1436,7 +1491,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1436
1491
|
"f07c",
|
|
1437
1492
|
"M384 480l48 0c11.4 0 21.9-6 27.6-15.9l112-192c5.8-9.9 5.8-22.1 .1-32.1S555.5 224 544 224l-400 0c-11.4 0-21.9 6-27.6 15.9L48 357.1 48 96c0-8.8 7.2-16 16-16l117.5 0c4.2 0 8.3 1.7 11.3 4.7l26.5 26.5c21 21 49.5 32.8 79.2 32.8L416 144c8.8 0 16 7.2 16 16l0 32 48 0 0-32c0-35.3-28.7-64-64-64L298.5 96c-17 0-33.3-6.7-45.3-18.7L226.7 50.7c-12-12-28.3-18.7-45.3-18.7L64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l23.7 0L384 480z"
|
|
1438
1493
|
]
|
|
1439
|
-
},
|
|
1494
|
+
}, Gn = {
|
|
1440
1495
|
prefix: "far",
|
|
1441
1496
|
iconName: "money-check-pen",
|
|
1442
1497
|
icon: [
|
|
@@ -1446,7 +1501,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1446
1501
|
"f872",
|
|
1447
1502
|
"M64 112l448 0c8.8 0 16 7.2 16 16l0 91.6 6.6-6.6c11.6-11.6 26.3-18.5 41.4-20.5l0-64.6c0-35.3-28.7-64-64-64L64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l266.5 0 6-23.9c2.2-8.8 6.2-17 11.8-24.1L64 400c-8.8 0-16-7.2-16-16l0-256c0-8.8 7.2-16 16-16zm56 160c-13.3 0-24 10.7-24 24s10.7 24 24 24l208 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-208 0zM96 200c0 13.3 10.7 24 24 24l304 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-304 0c-13.3 0-24 10.7-24 24zm517.8 35.7c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4zM375.9 417c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5 .2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4L576.1 358.7l-71-71L375.9 417z"
|
|
1448
1503
|
]
|
|
1449
|
-
},
|
|
1504
|
+
}, Kn = Gn, qn = {
|
|
1450
1505
|
prefix: "far",
|
|
1451
1506
|
iconName: "clone",
|
|
1452
1507
|
icon: [
|
|
@@ -1456,7 +1511,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1456
1511
|
"f24d",
|
|
1457
1512
|
"M64 464l224 0c8.8 0 16-7.2 16-16l0-64 48 0 0 64c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 224c0-35.3 28.7-64 64-64l64 0 0 48-64 0c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16zM224 304l224 0c8.8 0 16-7.2 16-16l0-224c0-8.8-7.2-16-16-16L224 48c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16zm-64-16l0-224c0-35.3 28.7-64 64-64L448 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-224 0c-35.3 0-64-28.7-64-64z"
|
|
1458
1513
|
]
|
|
1459
|
-
},
|
|
1514
|
+
}, Jn = {
|
|
1460
1515
|
prefix: "far",
|
|
1461
1516
|
iconName: "industry",
|
|
1462
1517
|
icon: [
|
|
@@ -1466,7 +1521,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1466
1521
|
"f275",
|
|
1467
1522
|
"M88 80c-4.4 0-8 3.6-8 8l0 216 0 48 0 56c0 13.3 10.7 24 24 24l368 0c13.3 0 24-10.7 24-24l0-88 0-16 0-148.1-139.1 89c-7.4 4.7-16.8 5-24.5 .8s-12.5-12.3-12.5-21.1l0-70.9L180.1 235.4c-7.4 4.3-16.6 4.4-24 .1s-12-12.2-12-20.8L144 88c0-4.4-3.6-8-8-8L88 80zM32 88c0-30.9 25.1-56 56-56l48 0c30.9 0 56 25.1 56 56l0 84.9 103.8-60.6c32-18.7 72.2 4.4 72.2 41.5l0 27 102.1-65.4C502.1 95 544 117.9 544 155.9L544 304l0 16 0 88c0 39.8-32.2 72-72 72l-368 0c-39.8 0-72-32.2-72-72l0-56 0-48L32 88z"
|
|
1468
1523
|
]
|
|
1469
|
-
},
|
|
1524
|
+
}, Yn = {
|
|
1470
1525
|
prefix: "far",
|
|
1471
1526
|
iconName: "chevrons-down",
|
|
1472
1527
|
icon: [
|
|
@@ -1476,7 +1531,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1476
1531
|
"f322",
|
|
1477
1532
|
"M239 465c9.4 9.4 24.6 9.4 33.9 0L465 273c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-175 175L81 239c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L239 465zM47 81L239 273c9.4 9.4 24.6 9.4 33.9 0L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-175 175L81 47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z"
|
|
1478
1533
|
]
|
|
1479
|
-
},
|
|
1534
|
+
}, Xn = Yn, Zn = {
|
|
1480
1535
|
prefix: "far",
|
|
1481
1536
|
iconName: "paper-plane",
|
|
1482
1537
|
icon: [
|
|
@@ -1486,7 +1541,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1486
1541
|
"f1d8",
|
|
1487
1542
|
"M16.1 260.2c-22.6 12.9-20.5 47.3 3.6 57.3L160 376l0 103.3c0 18.1 14.6 32.7 32.7 32.7c9.7 0 18.9-4.3 25.1-11.8l62-74.3 123.9 51.6c18.9 7.9 40.8-4.5 43.9-24.7l64-416c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4l-448 256zm52.1 25.5L409.7 90.6 190.1 336l1.2 1L68.2 285.7zM403.3 425.4L236.7 355.9 450.8 116.6 403.3 425.4z"
|
|
1488
1543
|
]
|
|
1489
|
-
},
|
|
1544
|
+
}, Qn = {
|
|
1490
1545
|
prefix: "far",
|
|
1491
1546
|
iconName: "file-circle-info",
|
|
1492
1547
|
icon: [
|
|
@@ -1496,7 +1551,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1496
1551
|
"e493",
|
|
1497
1552
|
"M64 464l220.5 0c12 18.4 27.4 34.5 45.3 47.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3l0 44.1c-17.2 4.9-33.4 12.3-48 21.8l0-60.5-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zM432 224a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 96a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-32 48c0 8.8 7.2 16 16 16c0 0 0 0 0 0l0 48s0 0 0 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l16 0 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l0-64c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16z"
|
|
1498
1553
|
]
|
|
1499
|
-
},
|
|
1554
|
+
}, $n = {
|
|
1500
1555
|
prefix: "far",
|
|
1501
1556
|
iconName: "clock",
|
|
1502
1557
|
icon: [
|
|
@@ -1506,7 +1561,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1506
1561
|
"f017",
|
|
1507
1562
|
"M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"
|
|
1508
1563
|
]
|
|
1509
|
-
},
|
|
1564
|
+
}, er = $n, tr = {
|
|
1510
1565
|
prefix: "far",
|
|
1511
1566
|
iconName: "ellipsis-vertical",
|
|
1512
1567
|
icon: [
|
|
@@ -1516,7 +1571,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1516
1571
|
"f142",
|
|
1517
1572
|
"M64 368a48 48 0 1 0 0 96 48 48 0 1 0 0-96zm0-160a48 48 0 1 0 0 96 48 48 0 1 0 0-96zM112 96A48 48 0 1 0 16 96a48 48 0 1 0 96 0z"
|
|
1518
1573
|
]
|
|
1519
|
-
},
|
|
1574
|
+
}, nr = tr, rr = {
|
|
1520
1575
|
prefix: "far",
|
|
1521
1576
|
iconName: "angle-left",
|
|
1522
1577
|
icon: [
|
|
@@ -1526,7 +1581,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1526
1581
|
"f104",
|
|
1527
1582
|
"M47 239c-9.4 9.4-9.4 24.6 0 33.9L207 433c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L97.9 256 241 113c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L47 239z"
|
|
1528
1583
|
]
|
|
1529
|
-
},
|
|
1584
|
+
}, ir = {
|
|
1530
1585
|
prefix: "far",
|
|
1531
1586
|
iconName: "chevron-up",
|
|
1532
1587
|
icon: [
|
|
@@ -1536,7 +1591,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1536
1591
|
"f077",
|
|
1537
1592
|
"M239 111c9.4-9.4 24.6-9.4 33.9 0L465 303c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-175-175L81 337c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 111z"
|
|
1538
1593
|
]
|
|
1539
|
-
},
|
|
1594
|
+
}, ar = {
|
|
1540
1595
|
prefix: "far",
|
|
1541
1596
|
iconName: "equals",
|
|
1542
1597
|
icon: [
|
|
@@ -1546,7 +1601,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1546
1601
|
"3d",
|
|
1547
1602
|
"M40 144c-13.3 0-24 10.7-24 24s10.7 24 24 24l368 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L40 144zm0 176c-13.3 0-24 10.7-24 24s10.7 24 24 24l368 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L40 320z"
|
|
1548
1603
|
]
|
|
1549
|
-
},
|
|
1604
|
+
}, or = {
|
|
1550
1605
|
prefix: "far",
|
|
1551
1606
|
iconName: "receipt",
|
|
1552
1607
|
icon: [
|
|
@@ -1556,7 +1611,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1556
1611
|
"f543",
|
|
1557
1612
|
"M39.6 5.8C32.5-.3 22.5-1.7 14 2.2S0 14.6 0 24L0 488c0 9.4 5.5 17.9 14 21.8s18.5 2.5 25.6-3.6L80 471.6l40.4 34.6c9 7.7 22.3 7.7 31.2 0L192 471.6l40.4 34.6c9 7.7 22.3 7.7 31.2 0L304 471.6l40.4 34.6c7.1 6.1 17.1 7.5 25.6 3.6s14-12.4 14-21.8l0-464c0-9.4-5.5-17.9-14-21.8s-18.5-2.5-25.6 3.6L304 40.4 263.6 5.8c-9-7.7-22.3-7.7-31.2 0L192 40.4 151.6 5.8c-9-7.7-22.3-7.7-31.2 0L80 40.4 39.6 5.8zm8.4 430L48 76.2l16.4 14c9 7.7 22.3 7.7 31.2 0L136 55.6l40.4 34.6c9 7.7 22.3 7.7 31.2 0L248 55.6l40.4 34.6c9 7.7 22.3 7.7 31.2 0l16.4-14 0 359.6-16.4-14c-9-7.7-22.3-7.7-31.2 0L248 456.4l-40.4-34.6c-9-7.7-22.3-7.7-31.2 0L136 456.4 95.6 421.8c-9-7.7-22.3-7.7-31.2 0L48 435.8zM120 144c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0zm0 176c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0zM96 256c0 13.3 10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0c-13.3 0-24 10.7-24 24z"
|
|
1558
1613
|
]
|
|
1559
|
-
},
|
|
1614
|
+
}, sr = {
|
|
1560
1615
|
prefix: "far",
|
|
1561
1616
|
iconName: "trash",
|
|
1562
1617
|
icon: [
|
|
@@ -1566,7 +1621,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1566
1621
|
"f1f8",
|
|
1567
1622
|
"M177.1 48l93.7 0c2.7 0 5.2 1.3 6.7 3.6l19 28.4-145 0 19-28.4c1.5-2.2 4-3.6 6.7-3.6zM354.2 80L317.5 24.9C307.1 9.4 289.6 0 270.9 0L177.1 0c-18.7 0-36.2 9.4-46.6 24.9L93.8 80 80.1 80 32 80l-8 0C10.7 80 0 90.7 0 104s10.7 24 24 24l11.6 0L59.6 452.7c2.5 33.4 30.3 59.3 63.8 59.3l201.1 0c33.5 0 61.3-25.9 63.8-59.3L412.4 128l11.6 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0-48.1 0-13.7 0zm10.1 48L340.5 449.2c-.6 8.4-7.6 14.8-16 14.8l-201.1 0c-8.4 0-15.3-6.5-16-14.8L83.7 128l280.6 0z"
|
|
1568
1623
|
]
|
|
1569
|
-
},
|
|
1624
|
+
}, cr = {
|
|
1570
1625
|
prefix: "far",
|
|
1571
1626
|
iconName: "eye",
|
|
1572
1627
|
icon: [
|
|
@@ -1576,7 +1631,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1576
1631
|
"f06e",
|
|
1577
1632
|
"M288 80c-65.2 0-118.8 29.6-159.9 67.7C89.6 183.5 63 226 49.4 256c13.6 30 40.2 72.5 78.6 108.3C169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256c-13.6-30-40.2-72.5-78.6-108.3C406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1c3.3 7.9 3.3 16.7 0 24.6c-14.9 35.7-46.2 87.7-93 131.1C433.5 443.2 368.8 480 288 480s-145.5-36.8-192.6-80.6C48.6 356 17.3 304 2.5 268.3c-3.3-7.9-3.3-16.7 0-24.6C17.3 208 48.6 156 95.4 112.6zM288 336c44.2 0 80-35.8 80-80s-35.8-80-80-80c-.7 0-1.3 0-2 0c1.3 5.1 2 10.5 2 16c0 35.3-28.7 64-64 64c-5.5 0-10.9-.7-16-2c0 .7 0 1.3 0 2c0 44.2 35.8 80 80 80zm0-208a128 128 0 1 1 0 256 128 128 0 1 1 0-256z"
|
|
1578
1633
|
]
|
|
1579
|
-
},
|
|
1634
|
+
}, lr = {
|
|
1580
1635
|
prefix: "far",
|
|
1581
1636
|
iconName: "sort-up",
|
|
1582
1637
|
icon: [
|
|
@@ -1586,7 +1641,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1586
1641
|
"f0de",
|
|
1587
1642
|
"M160 86.6L70.6 176l178.7 0L160 86.6zM137.4 41.4c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8L32 224c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l128-128z"
|
|
1588
1643
|
]
|
|
1589
|
-
},
|
|
1644
|
+
}, ur = lr, dr = {
|
|
1590
1645
|
prefix: "far",
|
|
1591
1646
|
iconName: "comment-dollar",
|
|
1592
1647
|
icon: [
|
|
@@ -1596,7 +1651,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1596
1651
|
"f651",
|
|
1597
1652
|
"M168.2 384.9c-15-5.4-31.7-3.1-44.6 6.4c-8.2 6-22.3 14.8-39.4 22.7c5.6-14.7 9.9-31.3 11.3-49.4c1-12.9-3.3-25.7-11.8-35.5C60.4 302.8 48 272 48 240c0-79.5 83.3-160 208-160s208 80.5 208 160s-83.3 160-208 160c-31.6 0-61.3-5.5-87.8-15.1zM26.3 423.8c-1.6 2.7-3.3 5.4-5.1 8.1l-.3 .5c-1.6 2.3-3.2 4.6-4.8 6.9c-3.5 4.7-7.3 9.3-11.3 13.5c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c5.1 0 10.2-.3 15.3-.8l.7-.1c4.4-.5 8.8-1.1 13.2-1.9c.8-.1 1.6-.3 2.4-.5c17.8-3.5 34.9-9.5 50.1-16.1c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9zM276 136c0-11-9-20-20-20s-20 9-20 20l0 14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c0 0 0 0 0 0c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1c0 0 0 0 0 0s0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4l0 14.6c0 11 9 20 20 20s20-9 20-20l0-13.8c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7l0-13.9z"
|
|
1598
1653
|
]
|
|
1599
|
-
},
|
|
1654
|
+
}, fr = {
|
|
1600
1655
|
prefix: "far",
|
|
1601
1656
|
iconName: "floppy-disk",
|
|
1602
1657
|
icon: [
|
|
@@ -1610,7 +1665,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1610
1665
|
"f0c7",
|
|
1611
1666
|
"M48 96l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-245.5c0-4.2-1.7-8.3-4.7-11.3l33.9-33.9c12 12 18.7 28.3 18.7 45.3L448 416c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l245.5 0c17 0 33.3 6.7 45.3 18.7l74.5 74.5-33.9 33.9L320.8 84.7c-.3-.3-.5-.5-.8-.8L320 184c0 13.3-10.7 24-24 24l-192 0c-13.3 0-24-10.7-24-24L80 80 64 80c-8.8 0-16 7.2-16 16zm80-16l0 80 144 0 0-80L128 80zm32 240a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"
|
|
1612
1667
|
]
|
|
1613
|
-
},
|
|
1668
|
+
}, pr = fr, mr = {
|
|
1614
1669
|
prefix: "far",
|
|
1615
1670
|
iconName: "magnifying-glass",
|
|
1616
1671
|
icon: [
|
|
@@ -1620,7 +1675,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1620
1675
|
"f002",
|
|
1621
1676
|
"M368 208A160 160 0 1 0 48 208a160 160 0 1 0 320 0zM337.1 371.1C301.7 399.2 256.8 416 208 416C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L337.1 371.1z"
|
|
1622
1677
|
]
|
|
1623
|
-
},
|
|
1678
|
+
}, hr = mr, gr = {
|
|
1624
1679
|
prefix: "far",
|
|
1625
1680
|
iconName: "file-xml",
|
|
1626
1681
|
icon: [
|
|
@@ -1630,7 +1685,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1630
1685
|
"e654",
|
|
1631
1686
|
"M64 464l48 0 0 48-48 0c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3L384 304l-48 0 0-144-80 0c-17.7 0-32-14.3-32-32l0-80L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16zm128-96c0 7.3 2.2 14.4 6.2 20.4l9.8 14.7 9.8-14.7c4-6.1 6.2-13.2 6.2-20.4c0-8.8 7.2-16 16-16s16 7.2 16 16c0 13.6-4 26.9-11.6 38.2L227.2 432l17.2 25.8C252 469.1 256 482.4 256 496c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-7.3-2.2-14.4-6.2-20.4L208 460.8l-9.8 14.7c-4 6.1-6.2 13.2-6.2 20.4c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-13.6 4-26.9 11.6-38.2L188.8 432l-17.2-25.8C164 394.9 160 381.6 160 368c0-8.8 7.2-16 16-16s16 7.2 16 16zM448 496l0-128c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16zM299.7 352.6c6.9-1.9 14.3 1 18 7.2L352 416.9l34.3-57.1c3.7-6.2 11.1-9.1 18-7.2s11.7 8.2 11.7 15.4l0 128c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-70.2-18.3 30.5c-2.9 4.8-8.1 7.8-13.7 7.8s-10.8-2.9-13.7-7.8L320 425.8l0 70.2c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-128c0-7.2 4.8-13.5 11.7-15.4z"
|
|
1632
1687
|
]
|
|
1633
|
-
},
|
|
1688
|
+
}, _r = {
|
|
1634
1689
|
prefix: "far",
|
|
1635
1690
|
iconName: "percent",
|
|
1636
1691
|
icon: [
|
|
@@ -1644,7 +1699,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1644
1699
|
"25",
|
|
1645
1700
|
"M369 113c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 399c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L369 113zM112 128a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM368 384a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"
|
|
1646
1701
|
]
|
|
1647
|
-
},
|
|
1702
|
+
}, vr = _r, yr = {
|
|
1648
1703
|
prefix: "far",
|
|
1649
1704
|
iconName: "ellipsis",
|
|
1650
1705
|
icon: [
|
|
@@ -1654,7 +1709,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1654
1709
|
"f141",
|
|
1655
1710
|
"M432 256a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-160 0a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zM64 304a48 48 0 1 1 0-96 48 48 0 1 1 0 96z"
|
|
1656
1711
|
]
|
|
1657
|
-
},
|
|
1712
|
+
}, br = yr, xr = {
|
|
1658
1713
|
prefix: "far",
|
|
1659
1714
|
iconName: "envelope-open-text",
|
|
1660
1715
|
icon: [
|
|
@@ -1664,7 +1719,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1664
1719
|
"f658",
|
|
1665
1720
|
"M392 48L120 48c-4.4 0-8 3.6-8 8l0 169.2L69.2 190.1c-1.7-1.4-3.4-2.6-5.2-3.8L64 56C64 25.1 89.1 0 120 0L392 0c30.9 0 56 25.1 56 56l0 130.2c-1.8 1.2-3.5 2.5-5.2 3.8L400 225.2 400 56c0-4.4-3.6-8-8-8zM160 120c0-13.3 10.7-24 24-24l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24zm0 80c0-13.3 10.7-24 24-24l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24zM48 276.2L48 456c0 4.4 3.6 8 8 8l400 0c4.4 0 8-3.6 8-8l0-179.8L322 392.8c-38.4 31.5-93.7 31.5-132 0L48 276.2zM0 237.9C0 221.4 13.4 208 29.9 208c6.9 0 13.6 2.4 19 6.8l171.6 141c20.7 17 50.4 17 71.1 0l171.6-141c5.3-4.4 12.1-6.8 19-6.8c16.5 0 29.9 13.4 29.9 29.9L512 456c0 30.9-25.1 56-56 56L56 512c-30.9 0-56-25.1-56-56L0 237.9z"
|
|
1666
1721
|
]
|
|
1667
|
-
},
|
|
1722
|
+
}, Sr = {
|
|
1668
1723
|
prefix: "far",
|
|
1669
1724
|
iconName: "message",
|
|
1670
1725
|
icon: [
|
|
@@ -1674,7 +1729,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1674
1729
|
"f27a",
|
|
1675
1730
|
"M160 368c26.5 0 48 21.5 48 48l0 16 72.5-54.4c8.3-6.2 18.4-9.6 28.8-9.6L448 368c8.8 0 16-7.2 16-16l0-288c0-8.8-7.2-16-16-16L64 48c-8.8 0-16 7.2-16 16l0 288c0 8.8 7.2 16 16 16l96 0zm48 124l-.2 .2-5.1 3.8-17.1 12.8c-4.8 3.6-11.3 4.2-16.8 1.5s-8.8-8.2-8.8-14.3l0-21.3 0-6.4 0-.3 0-4 0-48-48 0-48 0c-35.3 0-64-28.7-64-64L0 64C0 28.7 28.7 0 64 0L448 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64l-138.7 0L208 492z"
|
|
1676
1731
|
]
|
|
1677
|
-
},
|
|
1732
|
+
}, Cr = Sr, wr = {
|
|
1678
1733
|
prefix: "far",
|
|
1679
1734
|
iconName: "wallet",
|
|
1680
1735
|
icon: [
|
|
@@ -1684,7 +1739,21 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1684
1739
|
"f555",
|
|
1685
1740
|
"M88 32C39.4 32 0 71.4 0 120L0 392c0 48.6 39.4 88 88 88l336 0c48.6 0 88-39.4 88-88l0-176c0-48.6-39.4-88-88-88l-304 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l304 0c22.1 0 40 17.9 40 40l0 176c0 22.1-17.9 40-40 40L88 432c-22.1 0-40-17.9-40-40l0-272c0-22.1 17.9-40 40-40l368 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L88 32zM384 336a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"
|
|
1686
1741
|
]
|
|
1687
|
-
},
|
|
1742
|
+
}, Tr = {
|
|
1743
|
+
prefix: "far",
|
|
1744
|
+
iconName: "exclamation",
|
|
1745
|
+
icon: [
|
|
1746
|
+
128,
|
|
1747
|
+
512,
|
|
1748
|
+
[
|
|
1749
|
+
10069,
|
|
1750
|
+
10071,
|
|
1751
|
+
61738
|
|
1752
|
+
],
|
|
1753
|
+
"21",
|
|
1754
|
+
"M88 56c0-13.3-10.7-24-24-24S40 42.7 40 56l0 288c0 13.3 10.7 24 24 24s24-10.7 24-24L88 56zM64 480a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"
|
|
1755
|
+
]
|
|
1756
|
+
}, Er = {
|
|
1688
1757
|
prefix: "far",
|
|
1689
1758
|
iconName: "bell",
|
|
1690
1759
|
icon: [
|
|
@@ -1694,7 +1763,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1694
1763
|
"f0f3",
|
|
1695
1764
|
"M224 0c-17.7 0-32 14.3-32 32l0 19.2C119 66 64 130.6 64 208l0 25.4c0 45.4-15.5 89.5-43.8 124.9L5.3 377c-5.8 7.2-6.9 17.1-2.9 25.4S14.8 416 24 416l400 0c9.2 0 17.6-5.3 21.6-13.6s2.9-18.2-2.9-25.4l-14.9-18.6C399.5 322.9 384 278.8 384 233.4l0-25.4c0-77.4-55-142-128-156.8L256 32c0-17.7-14.3-32-32-32zm0 96c61.9 0 112 50.1 112 112l0 25.4c0 47.9 13.9 94.6 39.7 134.6L72.3 368C98.1 328 112 281.3 112 233.4l0-25.4c0-61.9 50.1-112 112-112zm64 352l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z"
|
|
1696
1765
|
]
|
|
1697
|
-
},
|
|
1766
|
+
}, Dr = {
|
|
1698
1767
|
prefix: "far",
|
|
1699
1768
|
iconName: "circle-small",
|
|
1700
1769
|
icon: [
|
|
@@ -1704,7 +1773,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1704
1773
|
"e122",
|
|
1705
1774
|
"M272 256A112 112 0 1 0 48 256a112 112 0 1 0 224 0zM0 256a160 160 0 1 1 320 0A160 160 0 1 1 0 256z"
|
|
1706
1775
|
]
|
|
1707
|
-
},
|
|
1776
|
+
}, Or = {
|
|
1708
1777
|
prefix: "far",
|
|
1709
1778
|
iconName: "envelope",
|
|
1710
1779
|
icon: [
|
|
@@ -1718,7 +1787,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1718
1787
|
"f0e0",
|
|
1719
1788
|
"M64 112c-8.8 0-16 7.2-16 16l0 22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1l0-22.1c0-8.8-7.2-16-16-16L64 112zM48 212.2L48 384c0 8.8 7.2 16 16 16l384 0c8.8 0 16-7.2 16-16l0-171.8L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64l384 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128z"
|
|
1720
1789
|
]
|
|
1721
|
-
},
|
|
1790
|
+
}, kr = {
|
|
1722
1791
|
prefix: "far",
|
|
1723
1792
|
iconName: "minus",
|
|
1724
1793
|
icon: [
|
|
@@ -1733,7 +1802,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1733
1802
|
"f068",
|
|
1734
1803
|
"M432 256c0 13.3-10.7 24-24 24L40 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l368 0c13.3 0 24 10.7 24 24z"
|
|
1735
1804
|
]
|
|
1736
|
-
},
|
|
1805
|
+
}, Ar = kr, jr = {
|
|
1737
1806
|
prefix: "far",
|
|
1738
1807
|
iconName: "calculator",
|
|
1739
1808
|
icon: [
|
|
@@ -1743,7 +1812,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1743
1812
|
"f1ec",
|
|
1744
1813
|
"M336 176l0 272c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-272 288 0zm0-48L48 128l0-64c0-8.8 7.2-16 16-16l256 0c8.8 0 16 7.2 16 16l0 64zm48 0l0-64c0-35.3-28.7-64-64-64L64 0C28.7 0 0 28.7 0 64l0 64 0 24 0 24L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-272 0-24 0-24zM80 232a24 24 0 1 0 48 0 24 24 0 1 0 -48 0zm24 64a24 24 0 1 0 0 48 24 24 0 1 0 0-48zM80 408c0 13.3 10.7 24 24 24l88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-88 0c-13.3 0-24 10.7-24 24zM192 208a24 24 0 1 0 0 48 24 24 0 1 0 0-48zM168 320a24 24 0 1 0 48 0 24 24 0 1 0 -48 0zM280 208a24 24 0 1 0 0 48 24 24 0 1 0 0-48zM256 320a24 24 0 1 0 48 0 24 24 0 1 0 -48 0zm24 64a24 24 0 1 0 0 48 24 24 0 1 0 0-48z"
|
|
1745
1814
|
]
|
|
1746
|
-
},
|
|
1815
|
+
}, Mr = {
|
|
1747
1816
|
prefix: "far",
|
|
1748
1817
|
iconName: "sparkle",
|
|
1749
1818
|
icon: [
|
|
@@ -1753,7 +1822,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1753
1822
|
"e5d6",
|
|
1754
1823
|
"M224 32c9.4 0 17.9 5.4 21.8 13.9l59.5 128.8 128.8 59.5c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8L305.3 337.3 245.8 466.1c-3.9 8.5-12.4 13.9-21.8 13.9s-17.9-5.4-21.8-13.9L142.7 337.3 13.9 277.8C5.4 273.9 0 265.4 0 256s5.4-17.9 13.9-21.8l128.8-59.5L202.2 45.9C206.1 37.4 214.6 32 224 32zm0 81.2l-41.4 89.6c-2.4 5.2-6.5 9.3-11.7 11.7L81.2 256l89.6 41.4c5.2 2.4 9.3 6.5 11.7 11.7L224 398.8l41.4-89.6c2.4-5.2 6.5-9.3 11.7-11.7L366.8 256l-89.6-41.4c-5.2-2.4-9.3-6.5-11.7-11.7L224 113.2z"
|
|
1755
1824
|
]
|
|
1756
|
-
},
|
|
1825
|
+
}, Nr = {
|
|
1757
1826
|
prefix: "far",
|
|
1758
1827
|
iconName: "question",
|
|
1759
1828
|
icon: [
|
|
@@ -1767,7 +1836,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1767
1836
|
"3f",
|
|
1768
1837
|
"M64 160c0-44.2 35.8-80 80-80l32 0c44.2 0 80 35.8 80 80l0 4.6c0 24.1-12 46.6-32.1 59.9l-52.3 34.9C149.4 274.2 136 299.2 136 326l0 2c0 13.3 10.7 24 24 24s24-10.7 24-24l0-2c0-10.7 5.3-20.7 14.2-26.6l52.3-34.9c33.4-22.3 53.4-59.7 53.4-99.8l0-4.6c0-70.7-57.3-128-128-128l-32 0C73.3 32 16 89.3 16 160c0 13.3 10.7 24 24 24s24-10.7 24-24zm96 320a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"
|
|
1769
1838
|
]
|
|
1770
|
-
},
|
|
1839
|
+
}, Pr = {
|
|
1771
1840
|
prefix: "far",
|
|
1772
1841
|
iconName: "arrow-trend-up",
|
|
1773
1842
|
icon: [
|
|
@@ -1777,7 +1846,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1777
1846
|
"e098",
|
|
1778
1847
|
"M352 120c0-13.3 10.7-24 24-24l176 0c13.3 0 24 10.7 24 24l0 176c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-118.1L337 369c-9.4 9.4-24.6 9.4-33.9 0l-111-111L41 409c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L175 207c9.4-9.4 24.6-9.4 33.9 0l111 111L494.1 144 376 144c-13.3 0-24-10.7-24-24z"
|
|
1779
1848
|
]
|
|
1780
|
-
},
|
|
1849
|
+
}, Fr = {
|
|
1781
1850
|
prefix: "far",
|
|
1782
1851
|
iconName: "square-minus",
|
|
1783
1852
|
icon: [
|
|
@@ -1787,220 +1856,229 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
1787
1856
|
"f146",
|
|
1788
1857
|
"M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM152 232l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"
|
|
1789
1858
|
]
|
|
1790
|
-
},
|
|
1791
|
-
faAdd: () =>
|
|
1792
|
-
faAngleDown: () =>
|
|
1793
|
-
faAngleLeft: () =>
|
|
1794
|
-
faAngleRight: () =>
|
|
1795
|
-
faAngleUp: () =>
|
|
1796
|
-
faArrowDown: () =>
|
|
1797
|
-
faArrowDownLeft: () =>
|
|
1798
|
-
faArrowDownLeftAndArrowUpRightToCenter: () =>
|
|
1799
|
-
faArrowDownRight: () =>
|
|
1800
|
-
faArrowDownToBracket: () =>
|
|
1801
|
-
faArrowDownToLine: () =>
|
|
1802
|
-
faArrowFromLeft: () =>
|
|
1803
|
-
faArrowFromRight: () =>
|
|
1804
|
-
faArrowLeft: () =>
|
|
1805
|
-
faArrowLeftFromLine: () =>
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1859
|
+
}, Ir = Fr, Lr = /* @__PURE__ */ o({
|
|
1860
|
+
faAdd: () => zi,
|
|
1861
|
+
faAngleDown: () => oa,
|
|
1862
|
+
faAngleLeft: () => $o,
|
|
1863
|
+
faAngleRight: () => fo,
|
|
1864
|
+
faAngleUp: () => yi,
|
|
1865
|
+
faArrowDown: () => ui,
|
|
1866
|
+
faArrowDownLeft: () => bo,
|
|
1867
|
+
faArrowDownLeftAndArrowUpRightToCenter: () => Ea,
|
|
1868
|
+
faArrowDownRight: () => Kr,
|
|
1869
|
+
faArrowDownToBracket: () => Ro,
|
|
1870
|
+
faArrowDownToLine: () => Io,
|
|
1871
|
+
faArrowFromLeft: () => Yi,
|
|
1872
|
+
faArrowFromRight: () => Ba,
|
|
1873
|
+
faArrowLeft: () => Bi,
|
|
1874
|
+
faArrowLeftFromLine: () => za,
|
|
1875
|
+
faArrowLeftRotate: () => Ai,
|
|
1876
|
+
faArrowRight: () => Da,
|
|
1877
|
+
faArrowRightFromLine: () => Ji,
|
|
1878
|
+
faArrowRightToFile: () => Ao,
|
|
1879
|
+
faArrowRotateBack: () => ji,
|
|
1880
|
+
faArrowRotateBackward: () => Mi,
|
|
1881
|
+
faArrowRotateLeft: () => U,
|
|
1882
|
+
faArrowToBottom: () => Lo,
|
|
1883
|
+
faArrowTrendDown: () => Ur,
|
|
1884
|
+
faArrowTrendUp: () => Ms,
|
|
1885
|
+
faArrowUp: () => Wa,
|
|
1886
|
+
faArrowUpLeft: () => Oo,
|
|
1887
|
+
faArrowUpRight: () => ca,
|
|
1888
|
+
faArrowUpRightAndArrowDownLeftFromCenter: () => xo,
|
|
1889
|
+
faArrowUpRightFromSquare: () => wi,
|
|
1890
|
+
faBadgeCheck: () => sa,
|
|
1891
|
+
faBank: () => pi,
|
|
1892
|
+
faBarsFilter: () => Vi,
|
|
1893
|
+
faBell: () => Ss,
|
|
1894
|
+
faBuildingColumns: () => V,
|
|
1895
|
+
faCalculator: () => ks,
|
|
1896
|
+
faCalendar: () => Ra,
|
|
1897
|
+
faCalendarDay: () => io,
|
|
1898
|
+
faCalendarLines: () => ii,
|
|
1899
|
+
faCalendarNote: () => ai,
|
|
1900
|
+
faCartShopping: () => Rr,
|
|
1901
|
+
faCheck: () => La,
|
|
1902
|
+
faCheckCircle: () => va,
|
|
1903
|
+
faCheckSquare: () => Do,
|
|
1904
|
+
faChevronDoubleDown: () => Ko,
|
|
1905
|
+
faChevronDoubleLeft: () => _o,
|
|
1906
|
+
faChevronDoubleRight: () => ki,
|
|
1907
|
+
faChevronDoubleUp: () => ti,
|
|
1908
|
+
faChevronDown: () => fa,
|
|
1909
|
+
faChevronLeft: () => $i,
|
|
1910
|
+
faChevronRight: () => zo,
|
|
1911
|
+
faChevronUp: () => es,
|
|
1912
|
+
faChevronsDown: () => Go,
|
|
1913
|
+
faChevronsLeft: () => go,
|
|
1914
|
+
faChevronsRight: () => Oi,
|
|
1915
|
+
faChevronsUp: () => ei,
|
|
1916
|
+
faCircle: () => ro,
|
|
1917
|
+
faCircleCheck: () => _a,
|
|
1918
|
+
faCircleDot: () => Yr,
|
|
1919
|
+
faCircleExclamation: () => to,
|
|
1920
|
+
faCircleInfo: () => Wr,
|
|
1921
|
+
faCircleMinus: () => qr,
|
|
1922
|
+
faCirclePlus: () => oo,
|
|
1923
|
+
faCircleQuestion: () => Ja,
|
|
1924
|
+
faCircleSmall: () => Ts,
|
|
1852
1925
|
faCircleXmark: () => J,
|
|
1853
|
-
faClock: () =>
|
|
1854
|
-
faClockFour: () =>
|
|
1855
|
-
faClockRotateLeft: () =>
|
|
1856
|
-
faClone: () =>
|
|
1857
|
-
faClose: () =>
|
|
1858
|
-
faCloudArrowUp: () =>
|
|
1859
|
-
faCloudUpload: () =>
|
|
1860
|
-
faCloudUploadAlt: () =>
|
|
1861
|
-
faCode: () =>
|
|
1862
|
-
faCog: () =>
|
|
1863
|
-
faCoins: () =>
|
|
1864
|
-
faComment: () =>
|
|
1865
|
-
faCommentAlt: () =>
|
|
1866
|
-
faCommentDollar: () =>
|
|
1867
|
-
faCommentDots: () =>
|
|
1868
|
-
faCommenting: () =>
|
|
1869
|
-
faCommentsAlt: () =>
|
|
1870
|
-
faCopy: () =>
|
|
1871
|
-
faCreditCard: () =>
|
|
1872
|
-
faCreditCardAlt: () =>
|
|
1873
|
-
faDotCircle: () =>
|
|
1874
|
-
faEllipsis: () =>
|
|
1875
|
-
faEllipsisH: () =>
|
|
1876
|
-
faEllipsisV: () =>
|
|
1877
|
-
faEllipsisVertical: () =>
|
|
1878
|
-
faEnvelope: () =>
|
|
1879
|
-
faEnvelopeOpenText: () =>
|
|
1880
|
-
faEquals: () =>
|
|
1881
|
-
faEur: () =>
|
|
1882
|
-
faEuro: () =>
|
|
1926
|
+
faClock: () => Yo,
|
|
1927
|
+
faClockFour: () => Xo,
|
|
1928
|
+
faClockRotateLeft: () => la,
|
|
1929
|
+
faClone: () => Uo,
|
|
1930
|
+
faClose: () => Sa,
|
|
1931
|
+
faCloudArrowUp: () => Y,
|
|
1932
|
+
faCloudUpload: () => Cs,
|
|
1933
|
+
faCloudUploadAlt: () => ws,
|
|
1934
|
+
faCode: () => ho,
|
|
1935
|
+
faCog: () => Za,
|
|
1936
|
+
faCoins: () => di,
|
|
1937
|
+
faComment: () => No,
|
|
1938
|
+
faCommentAlt: () => ys,
|
|
1939
|
+
faCommentDollar: () => ss,
|
|
1940
|
+
faCommentDots: () => ia,
|
|
1941
|
+
faCommenting: () => aa,
|
|
1942
|
+
faCommentsAlt: () => ma,
|
|
1943
|
+
faCopy: () => Li,
|
|
1944
|
+
faCreditCard: () => ta,
|
|
1945
|
+
faCreditCardAlt: () => na,
|
|
1946
|
+
faDotCircle: () => Xr,
|
|
1947
|
+
faEllipsis: () => hs,
|
|
1948
|
+
faEllipsisH: () => gs,
|
|
1949
|
+
faEllipsisV: () => Qo,
|
|
1950
|
+
faEllipsisVertical: () => Zo,
|
|
1951
|
+
faEnvelope: () => Es,
|
|
1952
|
+
faEnvelopeOpenText: () => _s,
|
|
1953
|
+
faEquals: () => ts,
|
|
1954
|
+
faEur: () => So,
|
|
1955
|
+
faEuro: () => Co,
|
|
1883
1956
|
faEuroSign: () => q,
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1957
|
+
faExclamation: () => xs,
|
|
1958
|
+
faExclamationCircle: () => no,
|
|
1959
|
+
faExclamationTriangle: () => Xi,
|
|
1960
|
+
faExternalLink: () => Ti,
|
|
1961
|
+
faEye: () => is,
|
|
1962
|
+
faEyeSlash: () => Pi,
|
|
1963
|
+
faFaceFrown: () => Ma,
|
|
1964
|
+
faFaceMeh: () => lo,
|
|
1965
|
+
faFaceSmile: () => _i,
|
|
1966
|
+
faFaceSmileHearts: () => ra,
|
|
1967
|
+
faFaceUnamused: () => Fo,
|
|
1968
|
+
faFile: () => Ga,
|
|
1969
|
+
faFileAward: () => Si,
|
|
1970
|
+
faFileCertificate: () => xi,
|
|
1971
|
+
faFileCheck: () => Mo,
|
|
1972
|
+
faFileCircleCheck: () => Ii,
|
|
1973
|
+
faFileCircleInfo: () => Jo,
|
|
1974
|
+
faFileCircleQuestion: () => mo,
|
|
1975
|
+
faFileCircleXmark: () => Oa,
|
|
1976
|
+
faFileCode: () => Fi,
|
|
1977
|
+
faFileContract: () => bi,
|
|
1978
|
+
faFileImport: () => ko,
|
|
1979
|
+
faFileInvoice: () => ba,
|
|
1980
|
+
faFileInvoiceDollar: () => ea,
|
|
1981
|
+
faFilePdf: () => Wi,
|
|
1982
|
+
faFileSignature: () => co,
|
|
1983
|
+
faFileXml: () => fs,
|
|
1984
|
+
faFileZip: () => Gi,
|
|
1985
|
+
faFloppyDisk: () => cs,
|
|
1986
|
+
faFolderCheck: () => Po,
|
|
1987
|
+
faFolderOpen: () => Bo,
|
|
1988
|
+
faFolderUser: () => ni,
|
|
1989
|
+
faFrown: () => Na,
|
|
1990
|
+
faGear: () => Xa,
|
|
1991
|
+
faGlobe: () => Ui,
|
|
1992
|
+
faGripDotsVertical: () => ri,
|
|
1993
|
+
faHand: () => $a,
|
|
1994
|
+
faHandPaper: () => eo,
|
|
1995
|
+
faHashtag: () => Zr,
|
|
1996
|
+
faHistory: () => ua,
|
|
1997
|
+
faHome: () => Pa,
|
|
1998
|
+
faHomeAlt: () => Fa,
|
|
1999
|
+
faHomeLgAlt: () => Ia,
|
|
1925
2000
|
faHouse: () => K,
|
|
1926
|
-
faIndustry: () =>
|
|
1927
|
-
faInfoCircle: () =>
|
|
1928
|
-
faInstitution: () =>
|
|
1929
|
-
faListCheck: () =>
|
|
1930
|
-
faLocationDot: () =>
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
2001
|
+
faIndustry: () => Wo,
|
|
2002
|
+
faInfoCircle: () => Gr,
|
|
2003
|
+
faInstitution: () => mi,
|
|
2004
|
+
faListCheck: () => Qr,
|
|
2005
|
+
faLocationDot: () => ci,
|
|
2006
|
+
faLock: () => qi,
|
|
2007
|
+
faLockOpen: () => xa,
|
|
2008
|
+
faMagnifyingGlass: () => us,
|
|
2009
|
+
faMapMarkerAlt: () => li,
|
|
2010
|
+
faMeh: () => uo,
|
|
2011
|
+
faMessage: () => vs,
|
|
2012
|
+
faMessages: () => pa,
|
|
2013
|
+
faMinus: () => Ds,
|
|
2014
|
+
faMinusCircle: () => Jr,
|
|
2015
|
+
faMinusSquare: () => Ps,
|
|
2016
|
+
faMoneyCheck: () => Ki,
|
|
2017
|
+
faMoneyCheckEdit: () => Ho,
|
|
2018
|
+
faMoneyCheckPen: () => Vo,
|
|
2019
|
+
faMultiply: () => Ca,
|
|
2020
|
+
faMuseum: () => hi,
|
|
2021
|
+
faPaperPlane: () => qo,
|
|
2022
|
+
faPaperPlaneAlt: () => Ei,
|
|
2023
|
+
faPaperPlaneTop: () => H,
|
|
2024
|
+
faPaperclip: () => Va,
|
|
2025
|
+
faPen: () => ga,
|
|
2026
|
+
faPencil: () => vo,
|
|
2027
|
+
faPencilAlt: () => yo,
|
|
2028
|
+
faPercent: () => ps,
|
|
2029
|
+
faPercentage: () => ms,
|
|
2030
|
+
faPhone: () => ha,
|
|
2031
|
+
faPiggyBank: () => fi,
|
|
2032
|
+
faPlus: () => Ri,
|
|
2033
|
+
faPlusCircle: () => so,
|
|
2034
|
+
faPlusMinus: () => ao,
|
|
2035
|
+
faQuestion: () => js,
|
|
2036
|
+
faQuestionCircle: () => Ya,
|
|
2037
|
+
faReceipt: () => ns,
|
|
2038
|
+
faRemove: () => wa,
|
|
2039
|
+
faSave: () => ls,
|
|
2040
|
+
faScrewdriverWrench: () => oi,
|
|
2041
|
+
faSearch: () => ds,
|
|
2042
|
+
faSend: () => Di,
|
|
2043
|
+
faShoppingCart: () => zr,
|
|
2044
|
+
faSmile: () => vi,
|
|
2045
|
+
faSort: () => Aa,
|
|
2046
|
+
faSortAsc: () => os,
|
|
2047
|
+
faSortDesc: () => Hr,
|
|
2048
|
+
faSortDown: () => Vr,
|
|
2049
|
+
faSortUp: () => as,
|
|
2050
|
+
faSparkle: () => As,
|
|
2051
|
+
faSparkles: () => po,
|
|
2052
|
+
faSpinnerThird: () => da,
|
|
2053
|
+
faSquare: () => Ci,
|
|
2054
|
+
faSquareCheck: () => Eo,
|
|
2055
|
+
faSquareMinus: () => Ns,
|
|
2056
|
+
faStar: () => Qi,
|
|
2057
|
+
faSubtract: () => Os,
|
|
2058
|
+
faSuitcase: () => Ha,
|
|
2059
|
+
faTableLayout: () => Br,
|
|
2060
|
+
faTags: () => ya,
|
|
2061
|
+
faTasks: () => $r,
|
|
2062
|
+
faThumbsDown: () => jo,
|
|
2063
|
+
faThumbsUp: () => Qa,
|
|
2064
|
+
faTimes: () => Ta,
|
|
2065
|
+
faTimesCircle: () => wo,
|
|
2066
|
+
faTools: () => si,
|
|
2067
|
+
faTrash: () => rs,
|
|
2068
|
+
faTrashXmark: () => Hi,
|
|
1992
2069
|
faTriangleExclamation: () => W,
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2070
|
+
faUndo: () => Ni,
|
|
2071
|
+
faUniversity: () => gi,
|
|
2072
|
+
faUnsorted: () => ja,
|
|
2073
|
+
faUser: () => ka,
|
|
2074
|
+
faUserFriends: () => qa,
|
|
2075
|
+
faUserGroup: () => Ka,
|
|
2076
|
+
faWallet: () => bs,
|
|
2077
|
+
faWarning: () => Zi,
|
|
2000
2078
|
faXmark: () => G,
|
|
2001
|
-
faXmarkCircle: () =>
|
|
2002
|
-
faXmarkLarge: () =>
|
|
2003
|
-
}),
|
|
2079
|
+
faXmarkCircle: () => To,
|
|
2080
|
+
faXmarkLarge: () => Ua
|
|
2081
|
+
}), Rr = {
|
|
2004
2082
|
prefix: "fas",
|
|
2005
2083
|
iconName: "cart-shopping",
|
|
2006
2084
|
icon: [
|
|
@@ -2010,7 +2088,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2010
2088
|
"f07a",
|
|
2011
2089
|
"M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"
|
|
2012
2090
|
]
|
|
2013
|
-
},
|
|
2091
|
+
}, zr = Rr, Br = {
|
|
2014
2092
|
prefix: "fas",
|
|
2015
2093
|
iconName: "table-layout",
|
|
2016
2094
|
icon: [
|
|
@@ -2020,7 +2098,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2020
2098
|
"e290",
|
|
2021
2099
|
"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM448 96l0 64L64 160l0-64 384 0zM64 224l64 0 0 192-64 0 0-192zm384 0l0 192-256 0 0-192 256 0z"
|
|
2022
2100
|
]
|
|
2023
|
-
},
|
|
2101
|
+
}, Vr = {
|
|
2024
2102
|
prefix: "fas",
|
|
2025
2103
|
iconName: "sort-down",
|
|
2026
2104
|
icon: [
|
|
@@ -2030,7 +2108,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2030
2108
|
"f0dd",
|
|
2031
2109
|
"M182.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l256 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z"
|
|
2032
2110
|
]
|
|
2033
|
-
},
|
|
2111
|
+
}, Hr = Vr, Ur = {
|
|
2034
2112
|
prefix: "fas",
|
|
2035
2113
|
iconName: "arrow-trend-down",
|
|
2036
2114
|
icon: [
|
|
@@ -2040,7 +2118,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2040
2118
|
"e097",
|
|
2041
2119
|
"M384 352c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0c17.7 0 32-14.3 32-32l0-160c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 82.7L342.6 137.4c-12.5-12.5-32.8-12.5-45.3 0L192 242.7 54.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0L320 205.3 466.7 352 384 352z"
|
|
2042
2120
|
]
|
|
2043
|
-
},
|
|
2121
|
+
}, Wr = {
|
|
2044
2122
|
prefix: "fas",
|
|
2045
2123
|
iconName: "circle-info",
|
|
2046
2124
|
icon: [
|
|
@@ -2050,7 +2128,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2050
2128
|
"f05a",
|
|
2051
2129
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
2052
2130
|
]
|
|
2053
|
-
},
|
|
2131
|
+
}, Gr = Wr, Kr = {
|
|
2054
2132
|
prefix: "fas",
|
|
2055
2133
|
iconName: "arrow-down-right",
|
|
2056
2134
|
icon: [
|
|
@@ -2060,7 +2138,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2060
2138
|
"e093",
|
|
2061
2139
|
"M320 416c17.7 0 32-14.3 32-32l0-224c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 146.7L86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L242.7 352 96 352c-17.7 0-32 14.3-32 32s14.3 32 32 32l224 0z"
|
|
2062
2140
|
]
|
|
2063
|
-
},
|
|
2141
|
+
}, qr = {
|
|
2064
2142
|
prefix: "fas",
|
|
2065
2143
|
iconName: "circle-minus",
|
|
2066
2144
|
icon: [
|
|
@@ -2070,7 +2148,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2070
2148
|
"f056",
|
|
2071
2149
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM184 232l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"
|
|
2072
2150
|
]
|
|
2073
|
-
},
|
|
2151
|
+
}, Jr = qr, Yr = {
|
|
2074
2152
|
prefix: "fas",
|
|
2075
2153
|
iconName: "circle-dot",
|
|
2076
2154
|
icon: [
|
|
@@ -2080,7 +2158,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2080
2158
|
"f192",
|
|
2081
2159
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"
|
|
2082
2160
|
]
|
|
2083
|
-
},
|
|
2161
|
+
}, Xr = Yr, Zr = {
|
|
2084
2162
|
prefix: "fas",
|
|
2085
2163
|
iconName: "hashtag",
|
|
2086
2164
|
icon: [
|
|
@@ -2090,7 +2168,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2090
2168
|
"23",
|
|
2091
2169
|
"M181.3 32.4c17.4 2.9 29.2 19.4 26.3 36.8L197.8 128l95.1 0 11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3s29.2 19.4 26.3 36.8L357.8 128l58.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-68.9 0L325.8 320l58.2 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-68.9 0-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8l9.8-58.7-95.1 0-11.5 69.3c-2.9 17.4-19.4 29.2-36.8 26.3s-29.2-19.4-26.3-36.8L90.2 384 32 384c-17.7 0-32-14.3-32-32s14.3-32 32-32l68.9 0 21.3-128L64 192c-17.7 0-32-14.3-32-32s14.3-32 32-32l68.9 0 11.5-69.3c2.9-17.4 19.4-29.2 36.8-26.3zM187.1 192L165.8 320l95.1 0 21.3-128-95.1 0z"
|
|
2092
2170
|
]
|
|
2093
|
-
},
|
|
2171
|
+
}, Qr = {
|
|
2094
2172
|
prefix: "fas",
|
|
2095
2173
|
iconName: "list-check",
|
|
2096
2174
|
icon: [
|
|
@@ -2100,7 +2178,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2100
2178
|
"f0ae",
|
|
2101
2179
|
"M152.1 38.2c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 113C-2.3 103.6-2.3 88.4 7 79s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zm0 160c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 273c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zM224 96c0-17.7 14.3-32 32-32l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32zm0 160c0-17.7 14.3-32 32-32l224 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-224 0c-17.7 0-32-14.3-32-32zM160 416c0-17.7 14.3-32 32-32l288 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-288 0c-17.7 0-32-14.3-32-32zM48 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"
|
|
2102
2180
|
]
|
|
2103
|
-
},
|
|
2181
|
+
}, $r = Qr, ei = {
|
|
2104
2182
|
prefix: "fas",
|
|
2105
2183
|
iconName: "chevrons-up",
|
|
2106
2184
|
icon: [
|
|
@@ -2110,7 +2188,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2110
2188
|
"f325",
|
|
2111
2189
|
"M278.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-192 192c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 109.3 425.4 278.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-192-192zm192 384l-192-192c-12.5-12.5-32.8-12.5-45.3 0l-192 192c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 301.3 425.4 470.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3z"
|
|
2112
2190
|
]
|
|
2113
|
-
},
|
|
2191
|
+
}, ti = ei, ni = {
|
|
2114
2192
|
prefix: "fas",
|
|
2115
2193
|
iconName: "folder-user",
|
|
2116
2194
|
icon: [
|
|
@@ -2120,7 +2198,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2120
2198
|
"e18e",
|
|
2121
2199
|
"M512 416c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l128 0c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8l160 0c35.3 0 64 28.7 64 64l0 256zM320 256a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zM144 405.3c0 5.9 4.8 10.7 10.7 10.7l202.7 0c5.9 0 10.7-4.8 10.7-10.7c0-29.5-23.9-53.3-53.3-53.3l-117.3 0c-29.5 0-53.3 23.9-53.3 53.3z"
|
|
2122
2200
|
]
|
|
2123
|
-
},
|
|
2201
|
+
}, ri = {
|
|
2124
2202
|
prefix: "fas",
|
|
2125
2203
|
iconName: "grip-dots-vertical",
|
|
2126
2204
|
icon: [
|
|
@@ -2130,7 +2208,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2130
2208
|
"e411",
|
|
2131
2209
|
"M48 144a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm0 160a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM96 416A48 48 0 1 0 0 416a48 48 0 1 0 96 0zM208 144a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm48 112a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM208 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"
|
|
2132
2210
|
]
|
|
2133
|
-
},
|
|
2211
|
+
}, ii = {
|
|
2134
2212
|
prefix: "fas",
|
|
2135
2213
|
iconName: "calendar-lines",
|
|
2136
2214
|
icon: [
|
|
@@ -2140,7 +2218,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2140
2218
|
"e0d5",
|
|
2141
2219
|
"M96 32l0 32L48 64C21.5 64 0 85.5 0 112l0 48 448 0 0-48c0-26.5-21.5-48-48-48l-48 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L160 64l0-32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192L0 192 0 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-272zM96 296c0-13.3 10.7-24 24-24l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24zm24 72l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"
|
|
2142
2220
|
]
|
|
2143
|
-
},
|
|
2221
|
+
}, ai = ii, oi = {
|
|
2144
2222
|
prefix: "fas",
|
|
2145
2223
|
iconName: "screwdriver-wrench",
|
|
2146
2224
|
icon: [
|
|
@@ -2150,7 +2228,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2150
2228
|
"f7d9",
|
|
2151
2229
|
"M78.6 5C69.1-2.4 55.6-1.5 47 7L7 47c-8.5 8.5-9.4 22-2.1 31.6l80 104c4.5 5.9 11.6 9.4 19 9.4l54.1 0 109 109c-14.7 29-10 65.4 14.3 89.6l112 112c12.5 12.5 32.8 12.5 45.3 0l64-64c12.5-12.5 12.5-32.8 0-45.3l-112-112c-24.2-24.2-60.6-29-89.6-14.3l-109-109 0-54.1c0-7.5-3.5-14.5-9.4-19L78.6 5zM19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L233.7 374.3c-7.8-20.9-9-43.6-3.6-65.1l-61.7-61.7L19.9 396.1zM512 144c0-10.5-1.1-20.7-3.2-30.5c-2.4-11.2-16.1-14.1-24.2-6l-63.9 63.9c-3 3-7.1 4.7-11.3 4.7L352 176c-8.8 0-16-7.2-16-16l0-57.4c0-4.2 1.7-8.3 4.7-11.3l63.9-63.9c8.1-8.1 5.2-21.8-6-24.2C388.7 1.1 378.5 0 368 0C288.5 0 224 64.5 224 144l0 .8 85.3 85.3c36-9.1 75.8 .5 104 28.7L429 274.5c49-23 83-72.8 83-130.5zM56 432a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"
|
|
2152
2230
|
]
|
|
2153
|
-
},
|
|
2231
|
+
}, si = oi, ci = {
|
|
2154
2232
|
prefix: "fas",
|
|
2155
2233
|
iconName: "location-dot",
|
|
2156
2234
|
icon: [
|
|
@@ -2160,7 +2238,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2160
2238
|
"f3c5",
|
|
2161
2239
|
"M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"
|
|
2162
2240
|
]
|
|
2163
|
-
},
|
|
2241
|
+
}, li = ci, ui = {
|
|
2164
2242
|
prefix: "fas",
|
|
2165
2243
|
iconName: "arrow-down",
|
|
2166
2244
|
icon: [
|
|
@@ -2170,7 +2248,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2170
2248
|
"f063",
|
|
2171
2249
|
"M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"
|
|
2172
2250
|
]
|
|
2173
|
-
},
|
|
2251
|
+
}, di = {
|
|
2174
2252
|
prefix: "fas",
|
|
2175
2253
|
iconName: "coins",
|
|
2176
2254
|
icon: [
|
|
@@ -2180,7 +2258,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2180
2258
|
"f51e",
|
|
2181
2259
|
"M512 80c0 18-14.3 34.6-38.4 48c-29.1 16.1-72.5 27.5-122.3 30.9c-3.7-1.8-7.4-3.5-11.3-5C300.6 137.4 248.2 128 192 128c-8.3 0-16.4 .2-24.5 .6l-1.1-.6C142.3 114.6 128 98 128 80c0-44.2 86-80 192-80S512 35.8 512 80zM160.7 161.1c10.2-.7 20.7-1.1 31.3-1.1c62.2 0 117.4 12.3 152.5 31.4C369.3 204.9 384 221.7 384 240c0 4-.7 7.9-2.1 11.7c-4.6 13.2-17 25.3-35 35.5c0 0 0 0 0 0c-.1 .1-.3 .1-.4 .2c0 0 0 0 0 0s0 0 0 0c-.3 .2-.6 .3-.9 .5c-35 19.4-90.8 32-153.6 32c-59.6 0-112.9-11.3-148.2-29.1c-1.9-.9-3.7-1.9-5.5-2.9C14.3 274.6 0 258 0 240c0-34.8 53.4-64.5 128-75.4c10.5-1.5 21.4-2.7 32.7-3.5zM416 240c0-21.9-10.6-39.9-24.1-53.4c28.3-4.4 54.2-11.4 76.2-20.5c16.3-6.8 31.5-15.2 43.9-25.5l0 35.4c0 19.3-16.5 37.1-43.8 50.9c-14.6 7.4-32.4 13.7-52.4 18.5c.1-1.8 .2-3.5 .2-5.3zm-32 96c0 18-14.3 34.6-38.4 48c-1.8 1-3.6 1.9-5.5 2.9C304.9 404.7 251.6 416 192 416c-62.8 0-118.6-12.6-153.6-32C14.3 370.6 0 354 0 336l0-35.4c12.5 10.3 27.6 18.7 43.9 25.5C83.4 342.6 135.8 352 192 352s108.6-9.4 148.1-25.9c7.8-3.2 15.3-6.9 22.4-10.9c6.1-3.4 11.8-7.2 17.2-11.2c1.5-1.1 2.9-2.3 4.3-3.4l0 3.4 0 5.7 0 26.3zm32 0l0-32 0-25.9c19-4.2 36.5-9.5 52.1-16c16.3-6.8 31.5-15.2 43.9-25.5l0 35.4c0 10.5-5 21-14.9 30.9c-16.3 16.3-45 29.7-81.3 38.4c.1-1.7 .2-3.5 .2-5.3zM192 448c56.2 0 108.6-9.4 148.1-25.9c16.3-6.8 31.5-15.2 43.9-25.5l0 35.4c0 44.2-86 80-192 80S0 476.2 0 432l0-35.4c12.5 10.3 27.6 18.7 43.9 25.5C83.4 438.6 135.8 448 192 448z"
|
|
2182
2260
|
]
|
|
2183
|
-
},
|
|
2261
|
+
}, fi = {
|
|
2184
2262
|
prefix: "fas",
|
|
2185
2263
|
iconName: "piggy-bank",
|
|
2186
2264
|
icon: [
|
|
@@ -2190,7 +2268,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2190
2268
|
"f4d3",
|
|
2191
2269
|
"M400 96l0 .7c-5.3-.4-10.6-.7-16-.7L256 96c-16.5 0-32.5 2.1-47.8 6c-.1-2-.2-4-.2-6c0-53 43-96 96-96s96 43 96 96zm-16 32c3.5 0 7 .1 10.4 .3c4.2 .3 8.4 .7 12.6 1.3C424.6 109.1 450.8 96 480 96l11.5 0c10.4 0 18 9.8 15.5 19.9l-13.8 55.2c15.8 14.8 28.7 32.8 37.5 52.9l13.3 0c17.7 0 32 14.3 32 32l0 96c0 17.7-14.3 32-32 32l-32 0c-9.1 12.1-19.9 22.9-32 32l0 64c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-32-128 0 0 32c0 17.7-14.3 32-32 32l-32 0c-17.7 0-32-14.3-32-32l0-64c-34.9-26.2-58.7-66.3-63.2-112L68 304c-37.6 0-68-30.4-68-68s30.4-68 68-68l4 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-4 0c-11 0-20 9-20 20s9 20 20 20l31.2 0c12.1-59.8 57.7-107.5 116.3-122.8c12.9-3.4 26.5-5.2 40.5-5.2l128 0zm64 136a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"
|
|
2192
2270
|
]
|
|
2193
|
-
},
|
|
2271
|
+
}, V = {
|
|
2194
2272
|
prefix: "fas",
|
|
2195
2273
|
iconName: "building-columns",
|
|
2196
2274
|
icon: [
|
|
@@ -2205,7 +2283,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2205
2283
|
"f19c",
|
|
2206
2284
|
"M243.4 2.6l-224 96c-14 6-21.8 21-18.7 35.8S16.8 160 32 160l0 8c0 13.3 10.7 24 24 24l400 0c13.3 0 24-10.7 24-24l0-8c15.2 0 28.3-10.7 31.3-25.6s-4.8-29.9-18.7-35.8l-224-96c-8-3.4-17.2-3.4-25.2 0zM128 224l-64 0 0 196.3c-.6 .3-1.2 .7-1.8 1.1l-48 32c-11.7 7.8-17 22.4-12.9 35.9S17.9 512 32 512l448 0c14.1 0 26.5-9.2 30.6-22.7s-1.1-28.1-12.9-35.9l-48-32c-.6-.4-1.2-.7-1.8-1.1L448 224l-64 0 0 192-40 0 0-192-64 0 0 192-48 0 0-192-64 0 0 192-40 0 0-192zM256 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
2207
2285
|
]
|
|
2208
|
-
},
|
|
2286
|
+
}, pi = V, mi = V, hi = V, gi = V, _i = {
|
|
2209
2287
|
prefix: "fas",
|
|
2210
2288
|
iconName: "face-smile",
|
|
2211
2289
|
icon: [
|
|
@@ -2215,7 +2293,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2215
2293
|
"f118",
|
|
2216
2294
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM164.1 325.5C182 346.2 212.6 368 256 368s74-21.8 91.9-42.5c5.8-6.7 15.9-7.4 22.6-1.6s7.4 15.9 1.6 22.6C349.8 372.1 311.1 400 256 400s-93.8-27.9-116.1-53.5c-5.8-6.7-5.1-16.8 1.6-22.6s16.8-5.1 22.6 1.6zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
2217
2295
|
]
|
|
2218
|
-
},
|
|
2296
|
+
}, vi = _i, yi = {
|
|
2219
2297
|
prefix: "fas",
|
|
2220
2298
|
iconName: "angle-up",
|
|
2221
2299
|
icon: [
|
|
@@ -2225,7 +2303,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2225
2303
|
"f106",
|
|
2226
2304
|
"M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z"
|
|
2227
2305
|
]
|
|
2228
|
-
},
|
|
2306
|
+
}, bi = {
|
|
2229
2307
|
prefix: "fas",
|
|
2230
2308
|
iconName: "file-contract",
|
|
2231
2309
|
icon: [
|
|
@@ -2235,7 +2313,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2235
2313
|
"f56c",
|
|
2236
2314
|
"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM80 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm54.2 253.8c-6.1 20.3-24.8 34.2-46 34.2L80 416c-8.8 0-16-7.2-16-16s7.2-16 16-16l8.2 0c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.7 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8 54.1 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 349l-9.8 32.8z"
|
|
2237
2315
|
]
|
|
2238
|
-
},
|
|
2316
|
+
}, xi = {
|
|
2239
2317
|
prefix: "fas",
|
|
2240
2318
|
iconName: "file-certificate",
|
|
2241
2319
|
icon: [
|
|
@@ -2245,7 +2323,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2245
2323
|
"f5f3",
|
|
2246
2324
|
"M128 64c0-35.3 28.7-64 64-64L352 0l0 128c0 17.7 14.3 32 32 32l128 0 0 288c0 35.3-28.7 64-64 64l-226.7 0c1.8-5.1 2.7-10.5 2.7-16l0-80c1.3-.5 2.5-1 3.8-1.5c6.8-3 14.3-7.8 20.6-15.5c6.4-7.9 10.1-17.2 11.4-27.1c.5-3.6 .8-5.7 1.1-7.1c1.1-.9 2.8-2.3 5.6-4.5c19.9-15.4 27.1-42.2 17.5-65.5c-1.4-3.3-2.1-5.4-2.6-6.7c.5-1.4 1.2-3.4 2.6-6.7c9.5-23.3 2.4-50.1-17.5-65.5c-2.8-2.2-4.5-3.6-5.6-4.5c-.3-1.4-.6-3.6-1.1-7.1c-3.4-24.9-23-44.6-47.9-47.9c-3.6-.5-5.7-.8-7.1-1.1c-.9-1.1-2.3-2.8-4.5-5.6c-15.4-19.9-42.2-27.1-65.5-17.5c-2.6 1.1-5.1 2.3-6.6 3l-.1 .1L128 64zm384 64l-128 0L384 0 512 128zM109.2 161.6L125 168c1.9 .8 4.1 .8 6.1 0l15.8-6.5c10-4.1 21.5-1 28.1 7.5l10.5 13.5c1.3 1.7 3.2 2.7 5.2 3l16.9 2.3c10.7 1.5 19.1 9.9 20.5 20.5l2.3 16.9c.3 2.1 1.4 4 3 5.2l13.5 10.5c8.5 6.6 11.6 18.1 7.5 28.1L248 285c-.8 1.9-.8 4.1 0 6.1l6.5 15.8c4.1 10 1 21.5-7.5 28.1l-13.5 10.5c-1.7 1.3-2.7 3.2-3 5.2l-2.3 16.9c-1.5 10.7-9.9 19.1-20.5 20.6L192 390.2 192 496c0 5.9-3.2 11.3-8.5 14.1s-11.5 2.5-16.4-.8L128 483.2 88.9 509.3c-4.9 3.3-11.2 3.6-16.4 .8s-8.5-8.2-8.5-14.1l0-105.8-15.5-2.1c-10.7-1.5-19.1-9.9-20.5-20.6l-2.3-16.9c-.3-2.1-1.4-4-3-5.2L9.1 334.9c-8.5-6.6-11.6-18.1-7.5-28.1L8 291c.8-1.9 .8-4.1 0-6.1L1.6 269.2c-4.1-10-1-21.5 7.5-28.1l13.5-10.5c1.7-1.3 2.7-3.2 3-5.2l2.3-16.9c1.5-10.7 9.9-19.1 20.5-20.5l16.9-2.3c2.1-.3 4-1.4 5.2-3l10.5-13.5c6.6-8.5 18.1-11.6 28.1-7.5zM192 288A64 64 0 1 0 64 288a64 64 0 1 0 128 0z"
|
|
2247
2325
|
]
|
|
2248
|
-
},
|
|
2326
|
+
}, Si = xi, Ci = {
|
|
2249
2327
|
prefix: "fas",
|
|
2250
2328
|
iconName: "square",
|
|
2251
2329
|
icon: [
|
|
@@ -2260,7 +2338,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2260
2338
|
"f0c8",
|
|
2261
2339
|
"M0 96C0 60.7 28.7 32 64 32H384c35.3 0 64 28.7 64 64V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96z"
|
|
2262
2340
|
]
|
|
2263
|
-
},
|
|
2341
|
+
}, wi = {
|
|
2264
2342
|
prefix: "fas",
|
|
2265
2343
|
iconName: "arrow-up-right-from-square",
|
|
2266
2344
|
icon: [
|
|
@@ -2270,7 +2348,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2270
2348
|
"f08e",
|
|
2271
2349
|
"M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l82.7 0L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3l0 82.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160c0-17.7-14.3-32-32-32L320 0zM80 32C35.8 32 0 67.8 0 112L0 432c0 44.2 35.8 80 80 80l320 0c44.2 0 80-35.8 80-80l0-112c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16L80 448c-8.8 0-16-7.2-16-16l0-320c0-8.8 7.2-16 16-16l112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L80 32z"
|
|
2272
2350
|
]
|
|
2273
|
-
},
|
|
2351
|
+
}, Ti = wi, H = {
|
|
2274
2352
|
prefix: "fas",
|
|
2275
2353
|
iconName: "paper-plane-top",
|
|
2276
2354
|
icon: [
|
|
@@ -2280,7 +2358,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2280
2358
|
"e20a",
|
|
2281
2359
|
"M57.6 35.8C23.1 20.6-11.3 57.4 6.1 90.9l63 121.2c4.4 8.4 12.6 14.1 22 15.3c0 0 0 0 0 0L266 249.3c3.4 .4 6 3.3 6 6.7s-2.6 6.3-6 6.7L91.1 284.6s0 0 0 0c-9.4 1.2-17.6 6.9-22 15.3L6.1 421.1c-17.4 33.5 17 70.2 51.6 55.1L492.9 285.3c25.5-11.2 25.5-47.4 0-58.6L57.6 35.8z"
|
|
2282
2360
|
]
|
|
2283
|
-
},
|
|
2361
|
+
}, Ei = H, Di = H, Oi = {
|
|
2284
2362
|
prefix: "fas",
|
|
2285
2363
|
iconName: "chevrons-right",
|
|
2286
2364
|
icon: [
|
|
@@ -2290,7 +2368,23 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2290
2368
|
"f324",
|
|
2291
2369
|
"M470.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-192-192c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 256 233.4 425.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l192-192zm-384 192l192-192c12.5-12.5 12.5-32.8 0-45.3l-192-192c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L210.7 256 41.4 425.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z"
|
|
2292
2370
|
]
|
|
2293
|
-
},
|
|
2371
|
+
}, ki = Oi, U = {
|
|
2372
|
+
prefix: "fas",
|
|
2373
|
+
iconName: "arrow-rotate-left",
|
|
2374
|
+
icon: [
|
|
2375
|
+
512,
|
|
2376
|
+
512,
|
|
2377
|
+
[
|
|
2378
|
+
8634,
|
|
2379
|
+
"arrow-left-rotate",
|
|
2380
|
+
"arrow-rotate-back",
|
|
2381
|
+
"arrow-rotate-backward",
|
|
2382
|
+
"undo"
|
|
2383
|
+
],
|
|
2384
|
+
"f0e2",
|
|
2385
|
+
"M125.7 160l50.3 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L48 224c-17.7 0-32-14.3-32-32L16 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 51.2L97.6 97.6c87.5-87.5 229.3-87.5 316.8 0s87.5 229.3 0 316.8s-229.3 87.5-316.8 0c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0c62.5 62.5 163.8 62.5 226.3 0s62.5-163.8 0-226.3s-163.8-62.5-226.3 0L125.7 160z"
|
|
2386
|
+
]
|
|
2387
|
+
}, Ai = U, ji = U, Mi = U, Ni = U, Pi = {
|
|
2294
2388
|
prefix: "fas",
|
|
2295
2389
|
iconName: "eye-slash",
|
|
2296
2390
|
icon: [
|
|
@@ -2300,7 +2394,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2300
2394
|
"f070",
|
|
2301
2395
|
"M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z"
|
|
2302
2396
|
]
|
|
2303
|
-
},
|
|
2397
|
+
}, Fi = {
|
|
2304
2398
|
prefix: "fas",
|
|
2305
2399
|
iconName: "file-code",
|
|
2306
2400
|
icon: [
|
|
@@ -2310,7 +2404,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2310
2404
|
"f1c9",
|
|
2311
2405
|
"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM153 289l-31 31 31 31c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L71 337c-9.4-9.4-9.4-24.6 0-33.9l48-48c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9zM265 255l48 48c9.4 9.4 9.4 24.6 0 33.9l-48 48c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z"
|
|
2312
2406
|
]
|
|
2313
|
-
},
|
|
2407
|
+
}, Ii = {
|
|
2314
2408
|
prefix: "fas",
|
|
2315
2409
|
iconName: "file-circle-check",
|
|
2316
2410
|
icon: [
|
|
@@ -2320,7 +2414,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2320
2414
|
"e5a0",
|
|
2321
2415
|
"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM288 368a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm211.3-43.3c-6.2-6.2-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6z"
|
|
2322
2416
|
]
|
|
2323
|
-
},
|
|
2417
|
+
}, Li = {
|
|
2324
2418
|
prefix: "fas",
|
|
2325
2419
|
iconName: "copy",
|
|
2326
2420
|
icon: [
|
|
@@ -2330,7 +2424,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2330
2424
|
"f0c5",
|
|
2331
2425
|
"M208 0L332.1 0c12.7 0 24.9 5.1 33.9 14.1l67.9 67.9c9 9 14.1 21.2 14.1 33.9L448 336c0 26.5-21.5 48-48 48l-192 0c-26.5 0-48-21.5-48-48l0-288c0-26.5 21.5-48 48-48zM48 128l80 0 0 64-64 0 0 256 192 0 0-32 64 0 0 48c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 176c0-26.5 21.5-48 48-48z"
|
|
2332
2426
|
]
|
|
2333
|
-
},
|
|
2427
|
+
}, Ri = {
|
|
2334
2428
|
prefix: "fas",
|
|
2335
2429
|
iconName: "plus",
|
|
2336
2430
|
icon: [
|
|
@@ -2344,7 +2438,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2344
2438
|
"2b",
|
|
2345
2439
|
"M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z"
|
|
2346
2440
|
]
|
|
2347
|
-
},
|
|
2441
|
+
}, zi = Ri, Bi = {
|
|
2348
2442
|
prefix: "fas",
|
|
2349
2443
|
iconName: "arrow-left",
|
|
2350
2444
|
icon: [
|
|
@@ -2354,7 +2448,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2354
2448
|
"f060",
|
|
2355
2449
|
"M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"
|
|
2356
2450
|
]
|
|
2357
|
-
},
|
|
2451
|
+
}, Vi = {
|
|
2358
2452
|
prefix: "fas",
|
|
2359
2453
|
iconName: "bars-filter",
|
|
2360
2454
|
icon: [
|
|
@@ -2364,7 +2458,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2364
2458
|
"e0ad",
|
|
2365
2459
|
"M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM64 256c0-17.7 14.3-32 32-32l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L96 288c-17.7 0-32-14.3-32-32zM288 416c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c17.7 0 32 14.3 32 32z"
|
|
2366
2460
|
]
|
|
2367
|
-
},
|
|
2461
|
+
}, Hi = {
|
|
2368
2462
|
prefix: "fas",
|
|
2369
2463
|
iconName: "trash-xmark",
|
|
2370
2464
|
icon: [
|
|
@@ -2374,7 +2468,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2374
2468
|
"e2b4",
|
|
2375
2469
|
"M163.8 0L284.2 0c12.1 0 23.2 6.8 28.6 17.7L320 32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l96 0 7.2-14.3C140.6 6.8 151.7 0 163.8 0zM32 128l384 0L394.8 467c-1.6 25.3-22.6 45-47.9 45l-245.8 0c-25.3 0-46.3-19.7-47.9-45L32 128zM143 239c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z"
|
|
2376
2470
|
]
|
|
2377
|
-
},
|
|
2471
|
+
}, Ui = {
|
|
2378
2472
|
prefix: "fas",
|
|
2379
2473
|
iconName: "globe",
|
|
2380
2474
|
icon: [
|
|
@@ -2384,7 +2478,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2384
2478
|
"f0ac",
|
|
2385
2479
|
"M352 256c0 22.2-1.2 43.6-3.3 64l-185.3 0c-2.2-20.4-3.3-41.8-3.3-64s1.2-43.6 3.3-64l185.3 0c2.2 20.4 3.3 41.8 3.3 64zm28.8-64l123.1 0c5.3 20.5 8.1 41.9 8.1 64s-2.8 43.5-8.1 64l-123.1 0c2.1-20.6 3.2-42 3.2-64s-1.1-43.4-3.2-64zm112.6-32l-116.7 0c-10-63.9-29.8-117.4-55.3-151.6c78.3 20.7 142 77.5 171.9 151.6zm-149.1 0l-176.6 0c6.1-36.4 15.5-68.6 27-94.7c10.5-23.6 22.2-40.7 33.5-51.5C239.4 3.2 248.7 0 256 0s16.6 3.2 27.8 13.8c11.3 10.8 23 27.9 33.5 51.5c11.6 26 20.9 58.2 27 94.7zm-209 0L18.6 160C48.6 85.9 112.2 29.1 190.6 8.4C165.1 42.6 145.3 96.1 135.3 160zM8.1 192l123.1 0c-2.1 20.6-3.2 42-3.2 64s1.1 43.4 3.2 64L8.1 320C2.8 299.5 0 278.1 0 256s2.8-43.5 8.1-64zM194.7 446.6c-11.6-26-20.9-58.2-27-94.6l176.6 0c-6.1 36.4-15.5 68.6-27 94.6c-10.5 23.6-22.2 40.7-33.5 51.5C272.6 508.8 263.3 512 256 512s-16.6-3.2-27.8-13.8c-11.3-10.8-23-27.9-33.5-51.5zM135.3 352c10 63.9 29.8 117.4 55.3 151.6C112.2 482.9 48.6 426.1 18.6 352l116.7 0zm358.1 0c-30 74.1-93.6 130.9-171.9 151.6c25.5-34.2 45.2-87.7 55.3-151.6l116.7 0z"
|
|
2386
2480
|
]
|
|
2387
|
-
},
|
|
2481
|
+
}, Wi = {
|
|
2388
2482
|
prefix: "fas",
|
|
2389
2483
|
iconName: "file-pdf",
|
|
2390
2484
|
icon: [
|
|
@@ -2394,7 +2488,17 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2394
2488
|
"f1c1",
|
|
2395
2489
|
"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 144-208 0c-35.3 0-64 28.7-64 64l0 144-48 0c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM176 352l32 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-16 0 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-80c0-8.8 7.2-16 16-16zm32 80c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0 48 16 0zm96-80l32 0c26.5 0 48 21.5 48 48l0 64c0 26.5-21.5 48-48 48l-32 0c-8.8 0-16-7.2-16-16l0-128c0-8.8 7.2-16 16-16zm32 128c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16l-16 0 0 96 16 0zm80-112c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 32 32 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-64 0-64z"
|
|
2396
2490
|
]
|
|
2397
|
-
},
|
|
2491
|
+
}, Gi = {
|
|
2492
|
+
prefix: "fas",
|
|
2493
|
+
iconName: "file-zip",
|
|
2494
|
+
icon: [
|
|
2495
|
+
512,
|
|
2496
|
+
512,
|
|
2497
|
+
[],
|
|
2498
|
+
"e5ee",
|
|
2499
|
+
"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 144-144 0c-35.3 0-64 28.7-64 64l0 144L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM240 352l64 0c5.5 0 10.7 2.9 13.6 7.6s3.2 10.6 .7 15.6L265.9 480l38.1 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-5.5 0-10.7-2.9-13.6-7.6s-3.2-10.6-.7-15.6L278.1 384 240 384c-8.8 0-16-7.2-16-16s7.2-16 16-16zm144 16l0 128c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-128c0-8.8 7.2-16 16-16s16 7.2 16 16zm32 0c0-8.8 7.2-16 16-16l24 0c30.9 0 56 25.1 56 56s-25.1 56-56 56l-8 0 0 32c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48 0-80zm32 64l8 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0 48z"
|
|
2500
|
+
]
|
|
2501
|
+
}, Ki = {
|
|
2398
2502
|
prefix: "fas",
|
|
2399
2503
|
iconName: "money-check",
|
|
2400
2504
|
icon: [
|
|
@@ -2404,7 +2508,17 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2404
2508
|
"f53c",
|
|
2405
2509
|
"M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm48 160l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zM96 336c0-8.8 7.2-16 16-16l352 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-352 0c-8.8 0-16-7.2-16-16zM376 160l80 0c13.3 0 24 10.7 24 24l0 48c0 13.3-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24l0-48c0-13.3 10.7-24 24-24z"
|
|
2406
2510
|
]
|
|
2407
|
-
},
|
|
2511
|
+
}, qi = {
|
|
2512
|
+
prefix: "fas",
|
|
2513
|
+
iconName: "lock",
|
|
2514
|
+
icon: [
|
|
2515
|
+
448,
|
|
2516
|
+
512,
|
|
2517
|
+
[128274],
|
|
2518
|
+
"f023",
|
|
2519
|
+
"M144 144l0 48 160 0 0-48c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192l0-48C80 64.5 144.5 0 224 0s144 64.5 144 144l0 48 16 0c35.3 0 64 28.7 64 64l0 192c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 256c0-35.3 28.7-64 64-64l16 0z"
|
|
2520
|
+
]
|
|
2521
|
+
}, Ji = {
|
|
2408
2522
|
prefix: "fas",
|
|
2409
2523
|
iconName: "arrow-right-from-line",
|
|
2410
2524
|
icon: [
|
|
@@ -2414,7 +2528,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2414
2528
|
"f343",
|
|
2415
2529
|
"M64 96c0-17.7-14.3-32-32-32S0 78.3 0 96L0 416c0 17.7 14.3 32 32 32s32-14.3 32-32L64 96zM438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.7 224 160 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l178.7 0-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z"
|
|
2416
2530
|
]
|
|
2417
|
-
},
|
|
2531
|
+
}, Yi = Ji, W = {
|
|
2418
2532
|
prefix: "fas",
|
|
2419
2533
|
iconName: "triangle-exclamation",
|
|
2420
2534
|
icon: [
|
|
@@ -2428,7 +2542,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2428
2542
|
"f071",
|
|
2429
2543
|
"M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480L40 480c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"
|
|
2430
2544
|
]
|
|
2431
|
-
},
|
|
2545
|
+
}, Xi = W, Zi = W, Qi = {
|
|
2432
2546
|
prefix: "fas",
|
|
2433
2547
|
iconName: "star",
|
|
2434
2548
|
icon: [
|
|
@@ -2438,7 +2552,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2438
2552
|
"f005",
|
|
2439
2553
|
"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z"
|
|
2440
2554
|
]
|
|
2441
|
-
},
|
|
2555
|
+
}, $i = {
|
|
2442
2556
|
prefix: "fas",
|
|
2443
2557
|
iconName: "chevron-left",
|
|
2444
2558
|
icon: [
|
|
@@ -2448,7 +2562,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2448
2562
|
"f053",
|
|
2449
2563
|
"M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"
|
|
2450
2564
|
]
|
|
2451
|
-
},
|
|
2565
|
+
}, ea = {
|
|
2452
2566
|
prefix: "fas",
|
|
2453
2567
|
iconName: "file-invoice-dollar",
|
|
2454
2568
|
icon: [
|
|
@@ -2458,7 +2572,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2458
2572
|
"f571",
|
|
2459
2573
|
"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM64 80c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 96c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16zm128 72c8.8 0 16 7.2 16 16l0 17.3c8.5 1.2 16.7 3.1 24.1 5.1c8.5 2.3 13.6 11 11.3 19.6s-11 13.6-19.6 11.3c-11.1-3-22-5.2-32.1-5.3c-8.4-.1-17.4 1.8-23.6 5.5c-5.7 3.4-8.1 7.3-8.1 12.8c0 3.7 1.3 6.5 7.3 10.1c6.9 4.1 16.6 7.1 29.2 10.9l.5 .1s0 0 0 0s0 0 0 0c11.3 3.4 25.3 7.6 36.3 14.6c12.1 7.6 22.4 19.7 22.7 38.2c.3 19.3-9.6 33.3-22.9 41.6c-7.7 4.8-16.4 7.6-25.1 9.1l0 17.1c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-17.8c-11.2-2.1-21.7-5.7-30.9-8.9c0 0 0 0 0 0c-2.1-.7-4.2-1.4-6.2-2.1c-8.4-2.8-12.9-11.9-10.1-20.2s11.9-12.9 20.2-10.1c2.5 .8 4.8 1.6 7.1 2.4c0 0 0 0 0 0s0 0 0 0s0 0 0 0c13.6 4.6 24.6 8.4 36.3 8.7c9.1 .3 17.9-1.7 23.7-5.3c5.1-3.2 7.9-7.3 7.8-14c-.1-4.6-1.8-7.8-7.7-11.6c-6.8-4.3-16.5-7.4-29-11.2l-1.6-.5s0 0 0 0c-11-3.3-24.3-7.3-34.8-13.7c-12-7.2-22.6-18.9-22.7-37.3c-.1-19.4 10.8-32.8 23.8-40.5c7.5-4.4 15.8-7.2 24.1-8.7l0-17.3c0-8.8 7.2-16 16-16z"
|
|
2460
2574
|
]
|
|
2461
|
-
},
|
|
2575
|
+
}, ta = {
|
|
2462
2576
|
prefix: "fas",
|
|
2463
2577
|
iconName: "credit-card",
|
|
2464
2578
|
icon: [
|
|
@@ -2472,7 +2586,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2472
2586
|
"f09d",
|
|
2473
2587
|
"M64 32C28.7 32 0 60.7 0 96l0 32 576 0 0-32c0-35.3-28.7-64-64-64L64 32zM576 224L0 224 0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-192zM112 352l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm112 16c0-8.8 7.2-16 16-16l128 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16z"
|
|
2474
2588
|
]
|
|
2475
|
-
},
|
|
2589
|
+
}, na = ta, ra = {
|
|
2476
2590
|
prefix: "fas",
|
|
2477
2591
|
iconName: "face-smile-hearts",
|
|
2478
2592
|
icon: [
|
|
@@ -2482,7 +2596,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2482
2596
|
"e390",
|
|
2483
2597
|
"M448.2 34.3c-1.3 19.7 5.5 39.8 20.5 54.9l55.5 55.8c9.2 9.3 21.1 14.2 33.2 14.9C569.4 189.6 576 222 576 256c0 37.4-8 73-22.5 105.1c-27-15.2-61.9-11.3-84.8 11.8c-25.8 26-27.5 67.1-4.9 94.9C422.8 495.7 373.3 512 320 512c-61.3 0-117.6-21.6-161.7-57.6l13.1-13.1c27.6-27.7 27.6-72.6 0-100.4c-24.8-25-63.6-27.6-91.3-7.7c-1.7-1.2-3.5-2.4-5.2-3.4C67.8 306.5 64 281.7 64 256C64 114.6 178.6 0 320 0c46.7 0 90.5 12.5 128.2 34.3zM205.5 323.9c-6.7 5.8-7.4 15.9-1.6 22.6c22.2 25.7 61 53.5 116.1 53.5s93.8-27.9 116.1-53.5c5.8-6.7 5.1-16.8-1.6-22.6s-16.8-5.1-22.6 1.6C394 346.2 363.4 368 320 368s-74-21.8-91.9-42.5c-5.8-6.7-15.9-7.4-22.6-1.6zm-.7-90.3c17.6-23.5 52.8-23.5 70.4 0c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2zm230.4 0c5.3 7.1 15.3 8.5 22.4 3.2s8.5-15.3 3.2-22.4c-30.4-40.5-91.2-40.5-121.6 0c-5.3 7.1-3.9 17.1 3.2 22.4s17.1 3.9 22.4-3.2c17.6-23.5 52.8-23.5 70.4 0zM573.7 11.5c15.2-15.3 39.8-15.3 54.9 0s15.2 40 0 55.2l-55.4 55.8c-7.3 7.3-19.1 7.3-26.3 0L491.4 66.7c-15.2-15.3-15.2-40 0-55.2s39.8-15.3 54.9 0L560 25.3l13.7-13.8zm54.9 384c15.2 15.3 15.2 40 0 55.2l-55.4 55.8c-7.3 7.3-19.1 7.3-26.3 0l-55.5-55.8c-15.2-15.3-15.2-40 0-55.2s39.8-15.3 54.9 0L560 409.3l13.7-13.8c15.2-15.3 39.8-15.3 54.9 0zm-534.9-32c15.2-15.3 39.8-15.3 54.9 0s15.2 40 0 55.2L93.2 474.5c-7.3 7.3-19.1 7.3-26.3 0L11.4 418.7c-15.2-15.3-15.2-40 0-55.2s39.8-15.3 54.9 0L80 377.3l13.7-13.8z"
|
|
2484
2598
|
]
|
|
2485
|
-
},
|
|
2599
|
+
}, ia = {
|
|
2486
2600
|
prefix: "fas",
|
|
2487
2601
|
iconName: "comment-dots",
|
|
2488
2602
|
icon: [
|
|
@@ -2496,7 +2610,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2496
2610
|
"f4ad",
|
|
2497
2611
|
"M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zM128 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"
|
|
2498
2612
|
]
|
|
2499
|
-
},
|
|
2613
|
+
}, aa = ia, oa = {
|
|
2500
2614
|
prefix: "fas",
|
|
2501
2615
|
iconName: "angle-down",
|
|
2502
2616
|
icon: [
|
|
@@ -2506,7 +2620,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2506
2620
|
"f107",
|
|
2507
2621
|
"M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"
|
|
2508
2622
|
]
|
|
2509
|
-
},
|
|
2623
|
+
}, sa = {
|
|
2510
2624
|
prefix: "fas",
|
|
2511
2625
|
iconName: "badge-check",
|
|
2512
2626
|
icon: [
|
|
@@ -2516,7 +2630,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2516
2630
|
"f336",
|
|
2517
2631
|
"M256 0c36.8 0 68.8 20.7 84.9 51.1C373.8 41 411 49 437 75s34 63.3 23.9 96.1C491.3 187.2 512 219.2 512 256s-20.7 68.8-51.1 84.9C471 373.8 463 411 437 437s-63.3 34-96.1 23.9C324.8 491.3 292.8 512 256 512s-68.8-20.7-84.9-51.1C138.2 471 101 463 75 437s-34-63.3-23.9-96.1C20.7 324.8 0 292.8 0 256s20.7-68.8 51.1-84.9C41 138.2 49 101 75 75s63.3-34 96.1-23.9C187.2 20.7 219.2 0 256 0zM369 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 209z"
|
|
2518
2632
|
]
|
|
2519
|
-
},
|
|
2633
|
+
}, ca = {
|
|
2520
2634
|
prefix: "fas",
|
|
2521
2635
|
iconName: "arrow-up-right",
|
|
2522
2636
|
icon: [
|
|
@@ -2526,7 +2640,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2526
2640
|
"e09f",
|
|
2527
2641
|
"M352 128c0-17.7-14.3-32-32-32L96 96c-17.7 0-32 14.3-32 32s14.3 32 32 32l146.7 0L41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L288 205.3 288 352c0 17.7 14.3 32 32 32s32-14.3 32-32l0-224z"
|
|
2528
2642
|
]
|
|
2529
|
-
},
|
|
2643
|
+
}, la = {
|
|
2530
2644
|
prefix: "fas",
|
|
2531
2645
|
iconName: "clock-rotate-left",
|
|
2532
2646
|
icon: [
|
|
@@ -2536,7 +2650,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2536
2650
|
"f1da",
|
|
2537
2651
|
"M75 75L41 41C25.9 25.9 0 36.6 0 57.9L0 168c0 13.3 10.7 24 24 24l110.1 0c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24l0 104c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65 0-94.1c0-13.3-10.7-24-24-24z"
|
|
2538
2652
|
]
|
|
2539
|
-
},
|
|
2653
|
+
}, ua = la, da = {
|
|
2540
2654
|
prefix: "fas",
|
|
2541
2655
|
iconName: "spinner-third",
|
|
2542
2656
|
icon: [
|
|
@@ -2546,7 +2660,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2546
2660
|
"f3f4",
|
|
2547
2661
|
"M224 32c0-17.7 14.3-32 32-32C397.4 0 512 114.6 512 256c0 46.6-12.5 90.4-34.3 128c-8.8 15.3-28.4 20.5-43.7 11.7s-20.5-28.4-11.7-43.7c16.3-28.2 25.7-61 25.7-96c0-106-86-192-192-192c-17.7 0-32-14.3-32-32z"
|
|
2548
2662
|
]
|
|
2549
|
-
},
|
|
2663
|
+
}, fa = {
|
|
2550
2664
|
prefix: "fas",
|
|
2551
2665
|
iconName: "chevron-down",
|
|
2552
2666
|
icon: [
|
|
@@ -2556,7 +2670,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2556
2670
|
"f078",
|
|
2557
2671
|
"M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"
|
|
2558
2672
|
]
|
|
2559
|
-
},
|
|
2673
|
+
}, pa = {
|
|
2560
2674
|
prefix: "fas",
|
|
2561
2675
|
iconName: "messages",
|
|
2562
2676
|
icon: [
|
|
@@ -2566,7 +2680,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2566
2680
|
"f4b6",
|
|
2567
2681
|
"M64 0C28.7 0 0 28.7 0 64L0 256c0 35.3 28.7 64 64 64l32 0 0 48c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L202.7 320 352 320c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64L64 0zM352 352l-96 0 0 32c0 35.3 28.7 64 64 64l117.3 0 81.1 60.8c4.8 3.6 11.3 4.2 16.8 1.5s8.8-8.2 8.8-14.3l0-48 32 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64l-128 0 0 128c0 53-43 96-96 96z"
|
|
2568
2682
|
]
|
|
2569
|
-
},
|
|
2683
|
+
}, ma = pa, ha = {
|
|
2570
2684
|
prefix: "fas",
|
|
2571
2685
|
iconName: "phone",
|
|
2572
2686
|
icon: [
|
|
@@ -2576,7 +2690,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2576
2690
|
"f095",
|
|
2577
2691
|
"M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z"
|
|
2578
2692
|
]
|
|
2579
|
-
},
|
|
2693
|
+
}, ga = {
|
|
2580
2694
|
prefix: "fas",
|
|
2581
2695
|
iconName: "pen",
|
|
2582
2696
|
icon: [
|
|
@@ -2586,7 +2700,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2586
2700
|
"f304",
|
|
2587
2701
|
"M362.7 19.3L314.3 67.7 444.3 197.7l48.4-48.4c25-25 25-65.5 0-90.5L453.3 19.3c-25-25-65.5-25-90.5 0zm-71 71L58.6 323.5c-10.4 10.4-18 23.3-22.2 37.4L1 481.2C-1.5 489.7 .8 498.8 7 505s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L421.7 220.3 291.7 90.3z"
|
|
2588
2702
|
]
|
|
2589
|
-
},
|
|
2703
|
+
}, _a = {
|
|
2590
2704
|
prefix: "fas",
|
|
2591
2705
|
iconName: "circle-check",
|
|
2592
2706
|
icon: [
|
|
@@ -2596,7 +2710,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2596
2710
|
"f058",
|
|
2597
2711
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"
|
|
2598
2712
|
]
|
|
2599
|
-
},
|
|
2713
|
+
}, va = _a, ya = {
|
|
2600
2714
|
prefix: "fas",
|
|
2601
2715
|
iconName: "tags",
|
|
2602
2716
|
icon: [
|
|
@@ -2606,7 +2720,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2606
2720
|
"f02c",
|
|
2607
2721
|
"M345 39.1L472.8 168.4c52.4 53 52.4 138.2 0 191.2L360.8 472.9c-9.3 9.4-24.5 9.5-33.9 .2s-9.5-24.5-.2-33.9L438.6 325.9c33.9-34.3 33.9-89.4 0-123.7L310.9 72.9c-9.3-9.4-9.2-24.6 .2-33.9s24.6-9.2 33.9 .2zM0 229.5L0 80C0 53.5 21.5 32 48 32l149.5 0c17 0 33.3 6.7 45.3 18.7l168 168c25 25 25 65.5 0 90.5L277.3 442.7c-25 25-65.5 25-90.5 0l-168-168C6.7 262.7 0 246.5 0 229.5zM144 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"
|
|
2608
2722
|
]
|
|
2609
|
-
},
|
|
2723
|
+
}, ba = {
|
|
2610
2724
|
prefix: "fas",
|
|
2611
2725
|
iconName: "file-invoice",
|
|
2612
2726
|
icon: [
|
|
@@ -2616,6 +2730,16 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2616
2730
|
"f570",
|
|
2617
2731
|
"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM80 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16L80 96c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm16 96l192 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32L96 352c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32zm0 32l0 64 192 0 0-64L96 256zM240 416l64 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-64 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"
|
|
2618
2732
|
]
|
|
2733
|
+
}, xa = {
|
|
2734
|
+
prefix: "fas",
|
|
2735
|
+
iconName: "lock-open",
|
|
2736
|
+
icon: [
|
|
2737
|
+
576,
|
|
2738
|
+
512,
|
|
2739
|
+
[],
|
|
2740
|
+
"f3c1",
|
|
2741
|
+
"M352 144c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c0 17.7 14.3 32 32 32s32-14.3 32-32l0-48C576 64.5 511.5 0 432 0S288 64.5 288 144l0 48L64 192c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64l-32 0 0-48z"
|
|
2742
|
+
]
|
|
2619
2743
|
}, G = {
|
|
2620
2744
|
prefix: "fas",
|
|
2621
2745
|
iconName: "xmark",
|
|
@@ -2636,7 +2760,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2636
2760
|
"f00d",
|
|
2637
2761
|
"M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"
|
|
2638
2762
|
]
|
|
2639
|
-
},
|
|
2763
|
+
}, Sa = G, Ca = G, wa = G, Ta = G, Ea = {
|
|
2640
2764
|
prefix: "fas",
|
|
2641
2765
|
iconName: "arrow-down-left-and-arrow-up-right-to-center",
|
|
2642
2766
|
icon: [
|
|
@@ -2646,7 +2770,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2646
2770
|
"e092",
|
|
2647
2771
|
"M502.6 54.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L336 130.7 336 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-50.7 0L502.6 54.6zM80 272c-17.7 0-32 14.3-32 32s14.3 32 32 32l50.7 0L9.4 457.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L176 381.3l0 50.7c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128c0-17.7-14.3-32-32-32L80 272z"
|
|
2648
2772
|
]
|
|
2649
|
-
},
|
|
2773
|
+
}, Da = {
|
|
2650
2774
|
prefix: "fas",
|
|
2651
2775
|
iconName: "arrow-right",
|
|
2652
2776
|
icon: [
|
|
@@ -2656,7 +2780,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2656
2780
|
"f061",
|
|
2657
2781
|
"M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"
|
|
2658
2782
|
]
|
|
2659
|
-
},
|
|
2783
|
+
}, Oa = {
|
|
2660
2784
|
prefix: "fas",
|
|
2661
2785
|
iconName: "file-circle-xmark",
|
|
2662
2786
|
icon: [
|
|
@@ -2666,7 +2790,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2666
2790
|
"e5a1",
|
|
2667
2791
|
"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm59.3 107.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L432 345.4l-36.7-36.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L409.4 368l-36.7 36.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L432 390.6l36.7 36.7c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L454.6 368l36.7-36.7z"
|
|
2668
2792
|
]
|
|
2669
|
-
},
|
|
2793
|
+
}, ka = {
|
|
2670
2794
|
prefix: "fas",
|
|
2671
2795
|
iconName: "user",
|
|
2672
2796
|
icon: [
|
|
@@ -2676,7 +2800,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2676
2800
|
"f007",
|
|
2677
2801
|
"M224 256A128 128 0 1 0 224 0a128 128 0 1 0 0 256zm-45.7 48C79.8 304 0 383.8 0 482.3C0 498.7 13.3 512 29.7 512l388.6 0c16.4 0 29.7-13.3 29.7-29.7C448 383.8 368.2 304 269.7 304l-91.4 0z"
|
|
2678
2802
|
]
|
|
2679
|
-
},
|
|
2803
|
+
}, Aa = {
|
|
2680
2804
|
prefix: "fas",
|
|
2681
2805
|
iconName: "sort",
|
|
2682
2806
|
icon: [
|
|
@@ -2686,7 +2810,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2686
2810
|
"f0dc",
|
|
2687
2811
|
"M137.4 41.4c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8L32 224c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l128-128zm0 429.3l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l256 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128c-12.5 12.5-32.8 12.5-45.3 0z"
|
|
2688
2812
|
]
|
|
2689
|
-
},
|
|
2813
|
+
}, ja = Aa, Ma = {
|
|
2690
2814
|
prefix: "fas",
|
|
2691
2815
|
iconName: "face-frown",
|
|
2692
2816
|
icon: [
|
|
@@ -2696,7 +2820,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2696
2820
|
"f119",
|
|
2697
2821
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM159.3 388.7c-2.6 8.4-11.6 13.2-20 10.5s-13.2-11.6-10.5-20C145.2 326.1 196.3 288 256 288s110.8 38.1 127.3 91.3c2.6 8.4-2.1 17.4-10.5 20s-17.4-2.1-20-10.5C340.5 349.4 302.1 320 256 320s-84.5 29.4-96.7 68.7zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm192-32a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
2698
2822
|
]
|
|
2699
|
-
},
|
|
2823
|
+
}, Na = Ma, K = {
|
|
2700
2824
|
prefix: "fas",
|
|
2701
2825
|
iconName: "house",
|
|
2702
2826
|
icon: [
|
|
@@ -2713,7 +2837,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2713
2837
|
"f015",
|
|
2714
2838
|
"M575.8 255.5c0 18-15 32.1-32 32.1l-32 0 .7 160.2c0 2.7-.2 5.4-.5 8.1l0 16.2c0 22.1-17.9 40-40 40l-16 0c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1L416 512l-24 0c-22.1 0-40-17.9-40-40l0-24 0-64c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32l0 64 0 24c0 22.1-17.9 40-40 40l-24 0-31.9 0c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2l-16 0c-22.1 0-40-17.9-40-40l0-112c0-.9 0-1.9 .1-2.8l0-69.7-32 0c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z"
|
|
2715
2839
|
]
|
|
2716
|
-
},
|
|
2840
|
+
}, Pa = K, Fa = K, Ia = K, La = {
|
|
2717
2841
|
prefix: "fas",
|
|
2718
2842
|
iconName: "check",
|
|
2719
2843
|
icon: [
|
|
@@ -2723,7 +2847,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2723
2847
|
"f00c",
|
|
2724
2848
|
"M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"
|
|
2725
2849
|
]
|
|
2726
|
-
},
|
|
2850
|
+
}, Ra = {
|
|
2727
2851
|
prefix: "fas",
|
|
2728
2852
|
iconName: "calendar",
|
|
2729
2853
|
icon: [
|
|
@@ -2733,7 +2857,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2733
2857
|
"f133",
|
|
2734
2858
|
"M96 32l0 32L48 64C21.5 64 0 85.5 0 112l0 48 448 0 0-48c0-26.5-21.5-48-48-48l-48 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32L160 64l0-32c0-17.7-14.3-32-32-32S96 14.3 96 32zM448 192L0 192 0 464c0 26.5 21.5 48 48 48l352 0c26.5 0 48-21.5 48-48l0-272z"
|
|
2735
2859
|
]
|
|
2736
|
-
},
|
|
2860
|
+
}, za = {
|
|
2737
2861
|
prefix: "fas",
|
|
2738
2862
|
iconName: "arrow-left-from-line",
|
|
2739
2863
|
icon: [
|
|
@@ -2743,7 +2867,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2743
2867
|
"f344",
|
|
2744
2868
|
"M384 96c0-17.7 14.3-32 32-32s32 14.3 32 32l0 320c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-320zM9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L109.3 224 288 224c17.7 0 32 14.3 32 32s-14.3 32-32 32l-178.7 0 73.4 73.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-128-128z"
|
|
2745
2869
|
]
|
|
2746
|
-
},
|
|
2870
|
+
}, Ba = za, Va = {
|
|
2747
2871
|
prefix: "fas",
|
|
2748
2872
|
iconName: "paperclip",
|
|
2749
2873
|
icon: [
|
|
@@ -2753,7 +2877,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2753
2877
|
"f0c6",
|
|
2754
2878
|
"M364.2 83.8c-24.4-24.4-64-24.4-88.4 0l-184 184c-42.1 42.1-42.1 110.3 0 152.4s110.3 42.1 152.4 0l152-152c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-152 152c-64 64-167.6 64-231.6 0s-64-167.6 0-231.6l184-184c46.3-46.3 121.3-46.3 167.6 0s46.3 121.3 0 167.6l-176 176c-28.6 28.6-75 28.6-103.6 0s-28.6-75 0-103.6l144-144c10.9-10.9 28.7-10.9 39.6 0s10.9 28.7 0 39.6l-144 144c-6.7 6.7-6.7 17.7 0 24.4s17.7 6.7 24.4 0l176-176c24.4-24.4 24.4-64 0-88.4z"
|
|
2755
2879
|
]
|
|
2756
|
-
},
|
|
2880
|
+
}, Ha = {
|
|
2757
2881
|
prefix: "fas",
|
|
2758
2882
|
iconName: "suitcase",
|
|
2759
2883
|
icon: [
|
|
@@ -2763,7 +2887,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2763
2887
|
"f0f2",
|
|
2764
2888
|
"M176 56l0 40 160 0 0-40c0-4.4-3.6-8-8-8L184 48c-4.4 0-8 3.6-8 8zM128 96l0-40c0-30.9 25.1-56 56-56L328 0c30.9 0 56 25.1 56 56l0 40 0 32 0 352-256 0 0-352 0-32zM64 96l32 0 0 384-32 0c-35.3 0-64-28.7-64-64L0 160c0-35.3 28.7-64 64-64zM448 480l-32 0 0-384 32 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64z"
|
|
2765
2889
|
]
|
|
2766
|
-
},
|
|
2890
|
+
}, Ua = {
|
|
2767
2891
|
prefix: "fas",
|
|
2768
2892
|
iconName: "xmark-large",
|
|
2769
2893
|
icon: [
|
|
@@ -2773,7 +2897,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2773
2897
|
"e59b",
|
|
2774
2898
|
"M393.4 41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L269.3 256 438.6 425.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 301.3 54.6 470.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0L224 210.7 393.4 41.4z"
|
|
2775
2899
|
]
|
|
2776
|
-
},
|
|
2900
|
+
}, Wa = {
|
|
2777
2901
|
prefix: "fas",
|
|
2778
2902
|
iconName: "arrow-up",
|
|
2779
2903
|
icon: [
|
|
@@ -2783,7 +2907,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2783
2907
|
"f062",
|
|
2784
2908
|
"M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2 160 448c0 17.7 14.3 32 32 32s32-14.3 32-32l0-306.7L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z"
|
|
2785
2909
|
]
|
|
2786
|
-
},
|
|
2910
|
+
}, Ga = {
|
|
2787
2911
|
prefix: "fas",
|
|
2788
2912
|
iconName: "file",
|
|
2789
2913
|
icon: [
|
|
@@ -2797,7 +2921,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2797
2921
|
"f15b",
|
|
2798
2922
|
"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 288c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128z"
|
|
2799
2923
|
]
|
|
2800
|
-
},
|
|
2924
|
+
}, Ka = {
|
|
2801
2925
|
prefix: "fas",
|
|
2802
2926
|
iconName: "user-group",
|
|
2803
2927
|
icon: [
|
|
@@ -2807,7 +2931,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2807
2931
|
"f500",
|
|
2808
2932
|
"M96 128a128 128 0 1 1 256 0A128 128 0 1 1 96 128zM0 482.3C0 383.8 79.8 304 178.3 304l91.4 0C368.2 304 448 383.8 448 482.3c0 16.4-13.3 29.7-29.7 29.7L29.7 512C13.3 512 0 498.7 0 482.3zM609.3 512l-137.8 0c5.4-9.4 8.6-20.3 8.6-32l0-8c0-60.7-27.1-115.2-69.8-151.8c2.4-.1 4.7-.2 7.1-.2l61.4 0C567.8 320 640 392.2 640 481.3c0 17-13.8 30.7-30.7 30.7zM432 256c-31 0-59-12.6-79.3-32.9C372.4 196.5 384 163.6 384 128c0-26.8-6.6-52.1-18.3-74.3C384.3 40.1 407.2 32 432 32c61.9 0 112 50.1 112 112s-50.1 112-112 112z"
|
|
2809
2933
|
]
|
|
2810
|
-
},
|
|
2934
|
+
}, qa = Ka, Ja = {
|
|
2811
2935
|
prefix: "fas",
|
|
2812
2936
|
iconName: "circle-question",
|
|
2813
2937
|
icon: [
|
|
@@ -2817,7 +2941,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2817
2941
|
"f059",
|
|
2818
2942
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"
|
|
2819
2943
|
]
|
|
2820
|
-
},
|
|
2944
|
+
}, Ya = Ja, Xa = {
|
|
2821
2945
|
prefix: "fas",
|
|
2822
2946
|
iconName: "gear",
|
|
2823
2947
|
icon: [
|
|
@@ -2827,7 +2951,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2827
2951
|
"f013",
|
|
2828
2952
|
"M495.9 166.6c3.2 8.7 .5 18.4-6.4 24.6l-43.3 39.4c1.1 8.3 1.7 16.8 1.7 25.4s-.6 17.1-1.7 25.4l43.3 39.4c6.9 6.2 9.6 15.9 6.4 24.6c-4.4 11.9-9.7 23.3-15.8 34.3l-4.7 8.1c-6.6 11-14 21.4-22.1 31.2c-5.9 7.2-15.7 9.6-24.5 6.8l-55.7-17.7c-13.4 10.3-28.2 18.9-44 25.4l-12.5 57.1c-2 9.1-9 16.3-18.2 17.8c-13.8 2.3-28 3.5-42.5 3.5s-28.7-1.2-42.5-3.5c-9.2-1.5-16.2-8.7-18.2-17.8l-12.5-57.1c-15.8-6.5-30.6-15.1-44-25.4L83.1 425.9c-8.8 2.8-18.6 .3-24.5-6.8c-8.1-9.8-15.5-20.2-22.1-31.2l-4.7-8.1c-6.1-11-11.4-22.4-15.8-34.3c-3.2-8.7-.5-18.4 6.4-24.6l43.3-39.4C64.6 273.1 64 264.6 64 256s.6-17.1 1.7-25.4L22.4 191.2c-6.9-6.2-9.6-15.9-6.4-24.6c4.4-11.9 9.7-23.3 15.8-34.3l4.7-8.1c6.6-11 14-21.4 22.1-31.2c5.9-7.2 15.7-9.6 24.5-6.8l55.7 17.7c13.4-10.3 28.2-18.9 44-25.4l12.5-57.1c2-9.1 9-16.3 18.2-17.8C227.3 1.2 241.5 0 256 0s28.7 1.2 42.5 3.5c9.2 1.5 16.2 8.7 18.2 17.8l12.5 57.1c15.8 6.5 30.6 15.1 44 25.4l55.7-17.7c8.8-2.8 18.6-.3 24.5 6.8c8.1 9.8 15.5 20.2 22.1 31.2l4.7 8.1c6.1 11 11.4 22.4 15.8 34.3zM256 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z"
|
|
2829
2953
|
]
|
|
2830
|
-
},
|
|
2954
|
+
}, Za = Xa, Qa = {
|
|
2831
2955
|
prefix: "fas",
|
|
2832
2956
|
iconName: "thumbs-up",
|
|
2833
2957
|
icon: [
|
|
@@ -2837,7 +2961,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2837
2961
|
"f164",
|
|
2838
2962
|
"M313.4 32.9c26 5.2 42.9 30.5 37.7 56.5l-2.3 11.4c-5.3 26.7-15.1 52.1-28.8 75.2l144 0c26.5 0 48 21.5 48 48c0 18.5-10.5 34.6-25.9 42.6C497 275.4 504 288.9 504 304c0 23.4-16.8 42.9-38.9 47.1c4.4 7.3 6.9 15.8 6.9 24.9c0 21.3-13.9 39.4-33.1 45.6c.7 3.3 1.1 6.8 1.1 10.4c0 26.5-21.5 48-48 48l-97.5 0c-19 0-37.5-5.6-53.3-16.1l-38.5-25.7C176 420.4 160 390.4 160 358.3l0-38.3 0-48 0-24.9c0-29.2 13.3-56.7 36-75l7.4-5.9c26.5-21.2 44.6-51 51.2-84.2l2.3-11.4c5.2-26 30.5-42.9 56.5-37.7zM32 192l64 0c17.7 0 32 14.3 32 32l0 224c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32L0 224c0-17.7 14.3-32 32-32z"
|
|
2839
2963
|
]
|
|
2840
|
-
},
|
|
2964
|
+
}, $a = {
|
|
2841
2965
|
prefix: "fas",
|
|
2842
2966
|
iconName: "hand",
|
|
2843
2967
|
icon: [
|
|
@@ -2851,7 +2975,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2851
2975
|
"f256",
|
|
2852
2976
|
"M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 272c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6L124.8 448c43.1 41.1 100.4 64 160 64l19.2 0c97.2 0 176-78.8 176-176l0-208c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 176c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208z"
|
|
2853
2977
|
]
|
|
2854
|
-
},
|
|
2978
|
+
}, eo = $a, to = {
|
|
2855
2979
|
prefix: "fas",
|
|
2856
2980
|
iconName: "circle-exclamation",
|
|
2857
2981
|
icon: [
|
|
@@ -2861,7 +2985,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2861
2985
|
"f06a",
|
|
2862
2986
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-384c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-112c0-13.3 10.7-24 24-24zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"
|
|
2863
2987
|
]
|
|
2864
|
-
},
|
|
2988
|
+
}, no = to, ro = {
|
|
2865
2989
|
prefix: "fas",
|
|
2866
2990
|
iconName: "circle",
|
|
2867
2991
|
icon: [
|
|
@@ -2885,7 +3009,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2885
3009
|
"f111",
|
|
2886
3010
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512z"
|
|
2887
3011
|
]
|
|
2888
|
-
},
|
|
3012
|
+
}, io = {
|
|
2889
3013
|
prefix: "fas",
|
|
2890
3014
|
iconName: "calendar-day",
|
|
2891
3015
|
icon: [
|
|
@@ -2895,7 +3019,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2895
3019
|
"f783",
|
|
2896
3020
|
"M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 48 0c26.5 0 48 21.5 48 48l0 48L0 160l0-48C0 85.5 21.5 64 48 64l48 0 0-32c0-17.7 14.3-32 32-32zM0 192l448 0 0 272c0 26.5-21.5 48-48 48L48 512c-26.5 0-48-21.5-48-48L0 192zm80 64c-8.8 0-16 7.2-16 16l0 96c0 8.8 7.2 16 16 16l96 0c8.8 0 16-7.2 16-16l0-96c0-8.8-7.2-16-16-16l-96 0z"
|
|
2897
3021
|
]
|
|
2898
|
-
},
|
|
3022
|
+
}, ao = {
|
|
2899
3023
|
prefix: "fas",
|
|
2900
3024
|
iconName: "plus-minus",
|
|
2901
3025
|
icon: [
|
|
@@ -2905,7 +3029,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2905
3029
|
"e43c",
|
|
2906
3030
|
"M224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112L48 144c-17.7 0-32 14.3-32 32s14.3 32 32 32l112 0 0 112c0 17.7 14.3 32 32 32s32-14.3 32-32l0-112 112 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-112 0 0-112zM0 480c0 17.7 14.3 32 32 32l320 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 448c-17.7 0-32 14.3-32 32z"
|
|
2907
3031
|
]
|
|
2908
|
-
},
|
|
3032
|
+
}, oo = {
|
|
2909
3033
|
prefix: "fas",
|
|
2910
3034
|
iconName: "circle-plus",
|
|
2911
3035
|
icon: [
|
|
@@ -2915,7 +3039,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2915
3039
|
"f055",
|
|
2916
3040
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM232 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"
|
|
2917
3041
|
]
|
|
2918
|
-
},
|
|
3042
|
+
}, so = oo, co = {
|
|
2919
3043
|
prefix: "fas",
|
|
2920
3044
|
iconName: "file-signature",
|
|
2921
3045
|
icon: [
|
|
@@ -2925,7 +3049,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2925
3049
|
"f573",
|
|
2926
3050
|
"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-19.3c-2.7 1.1-5.4 2-8.2 2.7l-60.1 15c-3 .7-6 1.2-9 1.4c-.9 .1-1.8 .2-2.7 .2l-64 0c-6.1 0-11.6-3.4-14.3-8.8l-8.8-17.7c-1.7-3.4-5.1-5.5-8.8-5.5s-7.2 2.1-8.8 5.5l-8.8 17.7c-2.9 5.9-9.2 9.4-15.7 8.8s-12.1-5.1-13.9-11.3L144 381l-9.8 32.8c-6.1 20.3-24.8 34.2-46 34.2L80 448c-8.8 0-16-7.2-16-16s7.2-16 16-16l8.2 0c7.1 0 13.3-4.6 15.3-11.4l14.9-49.5c3.4-11.3 13.8-19.1 25.6-19.1s22.2 7.8 25.6 19.1l11.6 38.6c7.4-6.2 16.8-9.7 26.8-9.7c15.9 0 30.4 9 37.5 23.2l4.4 8.8 8.9 0c-3.1-8.8-3.7-18.4-1.4-27.8l15-60.1c2.8-11.3 8.6-21.5 16.8-29.7L384 203.6l0-43.6-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zM549.8 139.7c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4zM311.9 321c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5 .2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4L512.1 262.7l-71-71L311.9 321z"
|
|
2927
3051
|
]
|
|
2928
|
-
},
|
|
3052
|
+
}, lo = {
|
|
2929
3053
|
prefix: "fas",
|
|
2930
3054
|
iconName: "face-meh",
|
|
2931
3055
|
icon: [
|
|
@@ -2935,7 +3059,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2935
3059
|
"f11a",
|
|
2936
3060
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM176.4 176a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM160 336l192 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-192 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"
|
|
2937
3061
|
]
|
|
2938
|
-
},
|
|
3062
|
+
}, uo = lo, fo = {
|
|
2939
3063
|
prefix: "fas",
|
|
2940
3064
|
iconName: "angle-right",
|
|
2941
3065
|
icon: [
|
|
@@ -2945,7 +3069,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2945
3069
|
"f105",
|
|
2946
3070
|
"M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"
|
|
2947
3071
|
]
|
|
2948
|
-
},
|
|
3072
|
+
}, po = {
|
|
2949
3073
|
prefix: "fas",
|
|
2950
3074
|
iconName: "sparkles",
|
|
2951
3075
|
icon: [
|
|
@@ -2955,7 +3079,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2955
3079
|
"f890",
|
|
2956
3080
|
"M327.5 85.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L384 128l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L448 128l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L448 64 426.8 7.5C425.1 3 420.8 0 416 0s-9.1 3-10.8 7.5L384 64 327.5 85.2zM205.1 73.3c-2.6-5.7-8.3-9.3-14.5-9.3s-11.9 3.6-14.5 9.3L123.3 187.3 9.3 240C3.6 242.6 0 248.3 0 254.6s3.6 11.9 9.3 14.5l114.1 52.7L176 435.8c2.6 5.7 8.3 9.3 14.5 9.3s11.9-3.6 14.5-9.3l52.7-114.1 114.1-52.7c5.7-2.6 9.3-8.3 9.3-14.5s-3.6-11.9-9.3-14.5L257.8 187.4 205.1 73.3zM384 384l-56.5 21.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L384 448l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L448 448l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L448 384l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L384 384z"
|
|
2957
3081
|
]
|
|
2958
|
-
},
|
|
3082
|
+
}, mo = {
|
|
2959
3083
|
prefix: "fas",
|
|
2960
3084
|
iconName: "file-circle-question",
|
|
2961
3085
|
icon: [
|
|
@@ -2965,7 +3089,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2965
3089
|
"e4ef",
|
|
2966
3090
|
"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 240a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM368 321.6l0 6.4c0 8.8 7.2 16 16 16s16-7.2 16-16l0-6.4c0-5.3 4.3-9.6 9.6-9.6l40.5 0c7.7 0 13.9 6.2 13.9 13.9c0 5.2-2.9 9.9-7.4 12.3l-32 16.8c-5.3 2.8-8.6 8.2-8.6 14.2l0 14.8c0 8.8 7.2 16 16 16s16-7.2 16-16l0-5.1 23.5-12.3c15.1-7.9 24.5-23.6 24.5-40.6c0-25.4-20.6-45.9-45.9-45.9l-40.5 0c-23 0-41.6 18.6-41.6 41.6z"
|
|
2967
3091
|
]
|
|
2968
|
-
},
|
|
3092
|
+
}, ho = {
|
|
2969
3093
|
prefix: "fas",
|
|
2970
3094
|
iconName: "code",
|
|
2971
3095
|
icon: [
|
|
@@ -2975,7 +3099,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2975
3099
|
"f121",
|
|
2976
3100
|
"M392.8 1.2c-17-4.9-34.7 5-39.6 22l-128 448c-4.9 17 5 34.7 22 39.6s34.7-5 39.6-22l128-448c4.9-17-5-34.7-22-39.6zm80.6 120.1c-12.5 12.5-12.5 32.8 0 45.3L562.7 256l-89.4 89.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l112-112c12.5-12.5 12.5-32.8 0-45.3l-112-112c-12.5-12.5-32.8-12.5-45.3 0zm-306.7 0c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3l112 112c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256l89.4-89.4c12.5-12.5 12.5-32.8 0-45.3z"
|
|
2977
3101
|
]
|
|
2978
|
-
},
|
|
3102
|
+
}, go = {
|
|
2979
3103
|
prefix: "fas",
|
|
2980
3104
|
iconName: "chevrons-left",
|
|
2981
3105
|
icon: [
|
|
@@ -2985,7 +3109,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2985
3109
|
"f323",
|
|
2986
3110
|
"M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 278.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192zm384-192l-192 192c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L301.3 256 470.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0z"
|
|
2987
3111
|
]
|
|
2988
|
-
},
|
|
3112
|
+
}, _o = go, vo = {
|
|
2989
3113
|
prefix: "fas",
|
|
2990
3114
|
iconName: "pencil",
|
|
2991
3115
|
icon: [
|
|
@@ -2999,7 +3123,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
2999
3123
|
"f303",
|
|
3000
3124
|
"M410.3 231l11.3-11.3-33.9-33.9-62.1-62.1L291.7 89.8l-11.3 11.3-22.6 22.6L58.6 322.9c-10.4 10.4-18 23.3-22.2 37.4L1 480.7c-2.5 8.4-.2 17.5 6.1 23.7s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L387.7 253.7 410.3 231zM160 399.4l-9.1 22.7c-4 3.1-8.5 5.4-13.3 6.9L59.4 452l23-78.1c1.4-4.9 3.8-9.4 6.9-13.3l22.7-9.1 0 32c0 8.8 7.2 16 16 16l32 0zM362.7 18.7L348.3 33.2 325.7 55.8 314.3 67.1l33.9 33.9 62.1 62.1 33.9 33.9 11.3-11.3 22.6-22.6 14.5-14.5c25-25 25-65.5 0-90.5L453.3 18.7c-25-25-65.5-25-90.5 0zm-47.4 168l-144 144c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l144-144c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"
|
|
3001
3125
|
]
|
|
3002
|
-
},
|
|
3126
|
+
}, yo = vo, bo = {
|
|
3003
3127
|
prefix: "fas",
|
|
3004
3128
|
iconName: "arrow-down-left",
|
|
3005
3129
|
icon: [
|
|
@@ -3009,7 +3133,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3009
3133
|
"e091",
|
|
3010
3134
|
"M32 384c0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-146.7 0L342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L96 306.7 96 160c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 224z"
|
|
3011
3135
|
]
|
|
3012
|
-
},
|
|
3136
|
+
}, xo = {
|
|
3013
3137
|
prefix: "fas",
|
|
3014
3138
|
iconName: "arrow-up-right-and-arrow-down-left-from-center",
|
|
3015
3139
|
icon: [
|
|
@@ -3033,7 +3157,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3033
3157
|
"f153",
|
|
3034
3158
|
"M48.1 240c-.1 2.7-.1 5.3-.1 8l0 16c0 2.7 0 5.3 .1 8L32 272c-17.7 0-32 14.3-32 32s14.3 32 32 32l28.3 0C89.9 419.9 170 480 264 480l24 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-24 0c-57.9 0-108.2-32.4-133.9-80L256 336c17.7 0 32-14.3 32-32s-14.3-32-32-32l-143.8 0c-.1-2.6-.2-5.3-.2-8l0-16c0-2.7 .1-5.4 .2-8L256 240c17.7 0 32-14.3 32-32s-14.3-32-32-32l-125.9 0c25.7-47.6 76-80 133.9-80l24 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-24 0C170 32 89.9 92.1 60.3 176L32 176c-17.7 0-32 14.3-32 32s14.3 32 32 32l16.1 0z"
|
|
3035
3159
|
]
|
|
3036
|
-
},
|
|
3160
|
+
}, So = q, Co = q, J = {
|
|
3037
3161
|
prefix: "fas",
|
|
3038
3162
|
iconName: "circle-xmark",
|
|
3039
3163
|
icon: [
|
|
@@ -3047,7 +3171,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3047
3171
|
"f057",
|
|
3048
3172
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"
|
|
3049
3173
|
]
|
|
3050
|
-
},
|
|
3174
|
+
}, wo = J, To = J, Eo = {
|
|
3051
3175
|
prefix: "fas",
|
|
3052
3176
|
iconName: "square-check",
|
|
3053
3177
|
icon: [
|
|
@@ -3062,7 +3186,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3062
3186
|
"f14a",
|
|
3063
3187
|
"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"
|
|
3064
3188
|
]
|
|
3065
|
-
},
|
|
3189
|
+
}, Do = Eo, Oo = {
|
|
3066
3190
|
prefix: "fas",
|
|
3067
3191
|
iconName: "arrow-up-left",
|
|
3068
3192
|
icon: [
|
|
@@ -3072,7 +3196,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3072
3196
|
"e09d",
|
|
3073
3197
|
"M64 96c-17.7 0-32 14.3-32 32l0 224c0 17.7 14.3 32 32 32s32-14.3 32-32l0-146.7L297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L141.3 160 288 160c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 96z"
|
|
3074
3198
|
]
|
|
3075
|
-
},
|
|
3199
|
+
}, ko = {
|
|
3076
3200
|
prefix: "fas",
|
|
3077
3201
|
iconName: "file-import",
|
|
3078
3202
|
icon: [
|
|
@@ -3082,7 +3206,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3082
3206
|
"f56f",
|
|
3083
3207
|
"M128 64c0-35.3 28.7-64 64-64L352 0l0 128c0 17.7 14.3 32 32 32l128 0 0 288c0 35.3-28.7 64-64 64l-256 0c-35.3 0-64-28.7-64-64l0-112 174.1 0-39 39c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l80-80c9.4-9.4 9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l39 39L128 288l0-224zm0 224l0 48L24 336c-13.3 0-24-10.7-24-24s10.7-24 24-24l104 0zM512 128l-128 0L384 0 512 128z"
|
|
3084
3208
|
]
|
|
3085
|
-
},
|
|
3209
|
+
}, Ao = ko, jo = {
|
|
3086
3210
|
prefix: "fas",
|
|
3087
3211
|
iconName: "thumbs-down",
|
|
3088
3212
|
icon: [
|
|
@@ -3092,7 +3216,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3092
3216
|
"f165",
|
|
3093
3217
|
"M313.4 479.1c26-5.2 42.9-30.5 37.7-56.5l-2.3-11.4c-5.3-26.7-15.1-52.1-28.8-75.2l144 0c26.5 0 48-21.5 48-48c0-18.5-10.5-34.6-25.9-42.6C497 236.6 504 223.1 504 208c0-23.4-16.8-42.9-38.9-47.1c4.4-7.3 6.9-15.8 6.9-24.9c0-21.3-13.9-39.4-33.1-45.6c.7-3.3 1.1-6.8 1.1-10.4c0-26.5-21.5-48-48-48l-97.5 0c-19 0-37.5 5.6-53.3 16.1L202.7 73.8C176 91.6 160 121.6 160 153.7l0 38.3 0 48 0 24.9c0 29.2 13.3 56.7 36 75l7.4 5.9c26.5 21.2 44.6 51 51.2 84.2l2.3 11.4c5.2 26 30.5 42.9 56.5 37.7zM32 384l64 0c17.7 0 32-14.3 32-32l0-224c0-17.7-14.3-32-32-32L32 96C14.3 96 0 110.3 0 128L0 352c0 17.7 14.3 32 32 32z"
|
|
3094
3218
|
]
|
|
3095
|
-
},
|
|
3219
|
+
}, Mo = {
|
|
3096
3220
|
prefix: "fas",
|
|
3097
3221
|
iconName: "file-check",
|
|
3098
3222
|
icon: [
|
|
@@ -3102,7 +3226,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3102
3226
|
"f316",
|
|
3103
3227
|
"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-288-128 0c-17.7 0-32-14.3-32-32L224 0 64 0zM256 0l0 128 128 0L256 0zm49 281L177 409c-9.4 9.4-24.6 9.4-33.9 0L79 345c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L271 247c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"
|
|
3104
3228
|
]
|
|
3105
|
-
},
|
|
3229
|
+
}, No = {
|
|
3106
3230
|
prefix: "fas",
|
|
3107
3231
|
iconName: "comment",
|
|
3108
3232
|
icon: [
|
|
@@ -3112,7 +3236,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3112
3236
|
"f075",
|
|
3113
3237
|
"M512 240c0 114.9-114.6 208-256 208c-37.1 0-72.3-6.4-104.1-17.9c-11.9 8.7-31.3 20.6-54.3 30.6C73.6 471.1 44.7 480 16 480c-6.5 0-12.3-3.9-14.8-9.9c-2.5-6-1.1-12.8 3.4-17.4c0 0 0 0 0 0s0 0 0 0s0 0 0 0c0 0 0 0 0 0l.3-.3c.3-.3 .7-.7 1.3-1.4c1.1-1.2 2.8-3.1 4.9-5.7c4.1-5 9.6-12.4 15.2-21.6c10-16.6 19.5-38.4 21.4-62.9C17.7 326.8 0 285.1 0 240C0 125.1 114.6 32 256 32s256 93.1 256 208z"
|
|
3114
3238
|
]
|
|
3115
|
-
},
|
|
3239
|
+
}, Po = {
|
|
3116
3240
|
prefix: "fas",
|
|
3117
3241
|
iconName: "folder-check",
|
|
3118
3242
|
icon: [
|
|
@@ -3122,7 +3246,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3122
3246
|
"e64e",
|
|
3123
3247
|
"M448 480L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l128 0c20.1 0 39.1 9.5 51.2 25.6l19.2 25.6c6 8.1 15.5 12.8 25.6 12.8l160 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64zM369 241c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-111 111-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L369 241z"
|
|
3124
3248
|
]
|
|
3125
|
-
},
|
|
3249
|
+
}, Fo = {
|
|
3126
3250
|
prefix: "fas",
|
|
3127
3251
|
iconName: "face-unamused",
|
|
3128
3252
|
icon: [
|
|
@@ -3132,7 +3256,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3132
3256
|
"e39f",
|
|
3133
3257
|
"M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm60.1-117.3c-11.7-13-31.6-26.7-60.1-26.7s-48.4 13.7-60.1 26.7c-5.9 6.6-16 7.1-22.6 1.2s-7.1-16-1.2-22.6C188.2 355.4 216.3 336 256 336s67.8 19.4 83.9 37.3c5.9 6.6 5.4 16.7-1.2 22.6s-16.7 5.4-22.6-1.2zM112 192l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32l-32 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm176 16c0-8.8 7.2-16 16-16l64 0c17.7 0 32 14.3 32 32s-14.3 32-32 32s-32-14.3-32-32l-32 0c-8.8 0-16-7.2-16-16z"
|
|
3134
3258
|
]
|
|
3135
|
-
},
|
|
3259
|
+
}, Io = {
|
|
3136
3260
|
prefix: "fas",
|
|
3137
3261
|
iconName: "arrow-down-to-line",
|
|
3138
3262
|
icon: [
|
|
@@ -3142,7 +3266,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3142
3266
|
"f33d",
|
|
3143
3267
|
"M32 480c-17.7 0-32-14.3-32-32s14.3-32 32-32l320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 480zM214.6 342.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 242.7 160 64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 178.7 73.4-73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-128 128z"
|
|
3144
3268
|
]
|
|
3145
|
-
},
|
|
3269
|
+
}, Lo = Io, Ro = {
|
|
3146
3270
|
prefix: "fas",
|
|
3147
3271
|
iconName: "arrow-down-to-bracket",
|
|
3148
3272
|
icon: [
|
|
@@ -3152,7 +3276,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3152
3276
|
"e094",
|
|
3153
3277
|
"M374.6 214.6l-128 128c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 242.7 192 32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 210.7 73.4-73.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3zM64 352l0 64c0 17.7 14.3 32 32 32l256 0c17.7 0 32-14.3 32-32l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32l0 64c0 53-43 96-96 96L96 512c-53 0-96-43-96-96l0-64c0-17.7 14.3-32 32-32s32 14.3 32 32z"
|
|
3154
3278
|
]
|
|
3155
|
-
},
|
|
3279
|
+
}, zo = {
|
|
3156
3280
|
prefix: "fas",
|
|
3157
3281
|
iconName: "chevron-right",
|
|
3158
3282
|
icon: [
|
|
@@ -3162,7 +3286,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3162
3286
|
"f054",
|
|
3163
3287
|
"M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"
|
|
3164
3288
|
]
|
|
3165
|
-
},
|
|
3289
|
+
}, Bo = {
|
|
3166
3290
|
prefix: "fas",
|
|
3167
3291
|
iconName: "folder-open",
|
|
3168
3292
|
icon: [
|
|
@@ -3176,7 +3300,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3176
3300
|
"f07c",
|
|
3177
3301
|
"M88.7 223.8L0 375.8 0 96C0 60.7 28.7 32 64 32l117.5 0c17 0 33.3 6.7 45.3 18.7l26.5 26.5c12 12 28.3 18.7 45.3 18.7L416 96c35.3 0 64 28.7 64 64l0 32-336 0c-22.8 0-43.8 12.1-55.3 31.8zm27.6 16.1C122.1 230 132.6 224 144 224l400 0c11.5 0 22 6.1 27.7 16.1s5.7 22.2-.1 32.1l-112 192C453.9 474 443.4 480 432 480L32 480c-11.5 0-22-6.1-27.7-16.1s-5.7-22.2 .1-32.1l112-192z"
|
|
3178
3302
|
]
|
|
3179
|
-
},
|
|
3303
|
+
}, Vo = {
|
|
3180
3304
|
prefix: "fas",
|
|
3181
3305
|
iconName: "money-check-pen",
|
|
3182
3306
|
icon: [
|
|
@@ -3186,7 +3310,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3186
3310
|
"f872",
|
|
3187
3311
|
"M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l266.5 0 6-23.9c2.8-11.3 8.6-21.5 16.8-29.7L534.6 213.1c11.6-11.6 26.3-18.5 41.4-20.5l0-64.6c0-35.3-28.7-64-64-64L64 64zm48 224l224 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-224 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zM96 208c0-8.8 7.2-16 16-16l320 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-320 0c-8.8 0-16-7.2-16-16zm517.8 27.7c-15.6-15.6-40.9-15.6-56.6 0l-29.4 29.4 71 71 29.4-29.4c15.6-15.6 15.6-40.9 0-56.6l-14.4-14.4zM375.9 417c-4.1 4.1-7 9.2-8.4 14.9l-15 60.1c-1.4 5.5 .2 11.2 4.2 15.2s9.7 5.6 15.2 4.2l60.1-15c5.6-1.4 10.8-4.3 14.9-8.4L576.1 358.7l-71-71L375.9 417z"
|
|
3188
3312
|
]
|
|
3189
|
-
},
|
|
3313
|
+
}, Ho = Vo, Uo = {
|
|
3190
3314
|
prefix: "fas",
|
|
3191
3315
|
iconName: "clone",
|
|
3192
3316
|
icon: [
|
|
@@ -3196,7 +3320,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3196
3320
|
"f24d",
|
|
3197
3321
|
"M288 448L64 448l0-224 64 0 0-64-64 0c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-64-64 0 0 64zm-64-96l224 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L224 0c-35.3 0-64 28.7-64 64l0 224c0 35.3 28.7 64 64 64z"
|
|
3198
3322
|
]
|
|
3199
|
-
},
|
|
3323
|
+
}, Wo = {
|
|
3200
3324
|
prefix: "fas",
|
|
3201
3325
|
iconName: "industry",
|
|
3202
3326
|
icon: [
|
|
@@ -3206,7 +3330,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3206
3330
|
"f275",
|
|
3207
3331
|
"M64 32C46.3 32 32 46.3 32 64l0 240 0 48 0 80c0 26.5 21.5 48 48 48l416 0c26.5 0 48-21.5 48-48l0-128 0-151.8c0-18.2-19.4-29.7-35.4-21.1L352 215.4l0-63.2c0-18.2-19.4-29.7-35.4-21.1L160 215.4 160 64c0-17.7-14.3-32-32-32L64 32z"
|
|
3208
3332
|
]
|
|
3209
|
-
},
|
|
3333
|
+
}, Go = {
|
|
3210
3334
|
prefix: "fas",
|
|
3211
3335
|
iconName: "chevrons-down",
|
|
3212
3336
|
icon: [
|
|
@@ -3216,7 +3340,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3216
3340
|
"f322",
|
|
3217
3341
|
"M278.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-192-192c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L256 402.7 425.4 233.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-192 192zm192-384l-192 192c-12.5 12.5-32.8 12.5-45.3 0l-192-192c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L256 210.7 425.4 41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3z"
|
|
3218
3342
|
]
|
|
3219
|
-
},
|
|
3343
|
+
}, Ko = Go, qo = {
|
|
3220
3344
|
prefix: "fas",
|
|
3221
3345
|
iconName: "paper-plane",
|
|
3222
3346
|
icon: [
|
|
@@ -3226,7 +3350,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3226
3350
|
"f1d8",
|
|
3227
3351
|
"M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480l0-83.6c0-4 1.5-7.8 4.2-10.8L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z"
|
|
3228
3352
|
]
|
|
3229
|
-
},
|
|
3353
|
+
}, Jo = {
|
|
3230
3354
|
prefix: "fas",
|
|
3231
3355
|
iconName: "file-circle-info",
|
|
3232
3356
|
icon: [
|
|
@@ -3236,7 +3360,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3236
3360
|
"e493",
|
|
3237
3361
|
"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6C310.1 219.5 256 287.4 256 368c0 59.1 29.1 111.3 73.7 143.3c-3.2 .5-6.4 .7-9.7 .7L64 512c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zm48 96a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 96a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-32 48c0 8.8 7.2 16 16 16c0 0 0 0 0 0l0 48s0 0 0 0c-8.8 0-16 7.2-16 16s7.2 16 16 16l16 0 16 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l0-64c0-8.8-7.2-16-16-16l-16 0c-8.8 0-16 7.2-16 16z"
|
|
3238
3362
|
]
|
|
3239
|
-
},
|
|
3363
|
+
}, Yo = {
|
|
3240
3364
|
prefix: "fas",
|
|
3241
3365
|
iconName: "clock",
|
|
3242
3366
|
icon: [
|
|
@@ -3246,7 +3370,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3246
3370
|
"f017",
|
|
3247
3371
|
"M256 0a256 256 0 1 1 0 512A256 256 0 1 1 256 0zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"
|
|
3248
3372
|
]
|
|
3249
|
-
},
|
|
3373
|
+
}, Xo = Yo, Zo = {
|
|
3250
3374
|
prefix: "fas",
|
|
3251
3375
|
iconName: "ellipsis-vertical",
|
|
3252
3376
|
icon: [
|
|
@@ -3256,7 +3380,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3256
3380
|
"f142",
|
|
3257
3381
|
"M64 360a56 56 0 1 0 0 112 56 56 0 1 0 0-112zm0-160a56 56 0 1 0 0 112 56 56 0 1 0 0-112zM120 96A56 56 0 1 0 8 96a56 56 0 1 0 112 0z"
|
|
3258
3382
|
]
|
|
3259
|
-
},
|
|
3383
|
+
}, Qo = Zo, $o = {
|
|
3260
3384
|
prefix: "fas",
|
|
3261
3385
|
iconName: "angle-left",
|
|
3262
3386
|
icon: [
|
|
@@ -3266,7 +3390,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3266
3390
|
"f104",
|
|
3267
3391
|
"M41.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 256 246.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"
|
|
3268
3392
|
]
|
|
3269
|
-
},
|
|
3393
|
+
}, es = {
|
|
3270
3394
|
prefix: "fas",
|
|
3271
3395
|
iconName: "chevron-up",
|
|
3272
3396
|
icon: [
|
|
@@ -3276,7 +3400,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3276
3400
|
"f077",
|
|
3277
3401
|
"M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"
|
|
3278
3402
|
]
|
|
3279
|
-
},
|
|
3403
|
+
}, ts = {
|
|
3280
3404
|
prefix: "fas",
|
|
3281
3405
|
iconName: "equals",
|
|
3282
3406
|
icon: [
|
|
@@ -3286,7 +3410,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3286
3410
|
"3d",
|
|
3287
3411
|
"M48 128c-17.7 0-32 14.3-32 32s14.3 32 32 32l352 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L48 128zm0 192c-17.7 0-32 14.3-32 32s14.3 32 32 32l352 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L48 320z"
|
|
3288
3412
|
]
|
|
3289
|
-
},
|
|
3413
|
+
}, ns = {
|
|
3290
3414
|
prefix: "fas",
|
|
3291
3415
|
iconName: "receipt",
|
|
3292
3416
|
icon: [
|
|
@@ -3296,7 +3420,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3296
3420
|
"f543",
|
|
3297
3421
|
"M14 2.2C22.5-1.7 32.5-.3 39.6 5.8L80 40.4 120.4 5.8c9-7.7 22.3-7.7 31.2 0L192 40.4 232.4 5.8c9-7.7 22.3-7.7 31.2 0L304 40.4 344.4 5.8c7.1-6.1 17.1-7.5 25.6-3.6s14 12.4 14 21.8l0 464c0 9.4-5.5 17.9-14 21.8s-18.5 2.5-25.6-3.6L304 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L192 471.6l-40.4 34.6c-9 7.7-22.3 7.7-31.2 0L80 471.6 39.6 506.2c-7.1 6.1-17.1 7.5-25.6 3.6S0 497.4 0 488L0 24C0 14.6 5.5 6.1 14 2.2zM96 144c-8.8 0-16 7.2-16 16s7.2 16 16 16l192 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L96 144zM80 352c0 8.8 7.2 16 16 16l192 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L96 336c-8.8 0-16 7.2-16 16zM96 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l192 0c8.8 0 16-7.2 16-16s-7.2-16-16-16L96 240z"
|
|
3298
3422
|
]
|
|
3299
|
-
},
|
|
3423
|
+
}, rs = {
|
|
3300
3424
|
prefix: "fas",
|
|
3301
3425
|
iconName: "trash",
|
|
3302
3426
|
icon: [
|
|
@@ -3306,7 +3430,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3306
3430
|
"f1f8",
|
|
3307
3431
|
"M135.2 17.7L128 32 32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0-7.2-14.3C307.4 6.8 296.3 0 284.2 0L163.8 0c-12.1 0-23.2 6.8-28.6 17.7zM416 128L32 128 53.2 467c1.6 25.3 22.6 45 47.9 45l245.8 0c25.3 0 46.3-19.7 47.9-45L416 128z"
|
|
3308
3432
|
]
|
|
3309
|
-
},
|
|
3433
|
+
}, is = {
|
|
3310
3434
|
prefix: "fas",
|
|
3311
3435
|
iconName: "eye",
|
|
3312
3436
|
icon: [
|
|
@@ -3316,7 +3440,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3316
3440
|
"f06e",
|
|
3317
3441
|
"M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z"
|
|
3318
3442
|
]
|
|
3319
|
-
},
|
|
3443
|
+
}, as = {
|
|
3320
3444
|
prefix: "fas",
|
|
3321
3445
|
iconName: "sort-up",
|
|
3322
3446
|
icon: [
|
|
@@ -3326,7 +3450,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3326
3450
|
"f0de",
|
|
3327
3451
|
"M182.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l256 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"
|
|
3328
3452
|
]
|
|
3329
|
-
},
|
|
3453
|
+
}, os = as, ss = {
|
|
3330
3454
|
prefix: "fas",
|
|
3331
3455
|
iconName: "comment-dollar",
|
|
3332
3456
|
icon: [
|
|
@@ -3336,7 +3460,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3336
3460
|
"f651",
|
|
3337
3461
|
"M256 448c141.4 0 256-93.1 256-208S397.4 32 256 32S0 125.1 0 240c0 45.1 17.7 86.8 47.7 120.9c-1.9 24.5-11.4 46.3-21.4 62.9c-5.5 9.2-11.1 16.6-15.2 21.6c-2.1 2.5-3.7 4.4-4.9 5.7c-.6 .6-1 1.1-1.3 1.4l-.3 .3c0 0 0 0 0 0c0 0 0 0 0 0s0 0 0 0s0 0 0 0c-4.6 4.6-5.9 11.4-3.4 17.4c2.5 6 8.3 9.9 14.8 9.9c28.7 0 57.6-8.9 81.6-19.3c22.9-10 42.4-21.9 54.3-30.6c31.8 11.5 67 17.9 104.1 17.9zm20-312l0 13.9c7.5 1.2 14.6 2.9 21.1 4.7c10.7 2.8 17 13.8 14.2 24.5s-13.8 17-24.5 14.2c-11-2.9-21.6-5-31.2-5.2c-7.9-.1-16 1.8-21.5 5c-4.8 2.8-6.2 5.6-6.2 9.3c0 1.8 .1 3.5 5.3 6.7c6.3 3.8 15.5 6.7 28.3 10.5l.7 .2c11.2 3.4 25.6 7.7 37.1 15c12.9 8.1 24.3 21.3 24.6 41.6c.3 20.9-10.5 36.1-24.8 45c-7.2 4.5-15.2 7.3-23.2 9l0 13.8c0 11-9 20-20 20s-20-9-20-20l0-14.6c-10.3-2.2-20-5.5-28.2-8.4c0 0 0 0 0 0s0 0 0 0c-2.1-.7-4.1-1.4-6.1-2.1c-10.5-3.5-16.1-14.8-12.6-25.3s14.8-16.1 25.3-12.6c2.5 .8 4.9 1.7 7.2 2.4c0 0 0 0 0 0c13.6 4.6 24 8.1 35.1 8.5c8.6 .3 16.5-1.6 21.4-4.7c4.1-2.5 6-5.5 5.9-10.5c0-2.9-.8-5-5.9-8.2c-6.3-4-15.4-6.9-28-10.7l-1.7-.5c-10.9-3.3-24.6-7.4-35.6-14c-12.7-7.7-24.6-20.5-24.7-40.7c-.1-21.1 11.8-35.7 25.8-43.9c6.9-4.1 14.5-6.8 22.2-8.5l0-14c0-11 9-20 20-20s20 9 20 20z"
|
|
3338
3462
|
]
|
|
3339
|
-
},
|
|
3463
|
+
}, cs = {
|
|
3340
3464
|
prefix: "fas",
|
|
3341
3465
|
iconName: "floppy-disk",
|
|
3342
3466
|
icon: [
|
|
@@ -3350,7 +3474,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3350
3474
|
"f0c7",
|
|
3351
3475
|
"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-242.7c0-17-6.7-33.3-18.7-45.3L352 50.7C340 38.7 323.7 32 306.7 32L64 32zm0 96c0-17.7 14.3-32 32-32l192 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32L96 224c-17.7 0-32-14.3-32-32l0-64zM224 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"
|
|
3352
3476
|
]
|
|
3353
|
-
},
|
|
3477
|
+
}, ls = cs, us = {
|
|
3354
3478
|
prefix: "fas",
|
|
3355
3479
|
iconName: "magnifying-glass",
|
|
3356
3480
|
icon: [
|
|
@@ -3360,7 +3484,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3360
3484
|
"f002",
|
|
3361
3485
|
"M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"
|
|
3362
3486
|
]
|
|
3363
|
-
},
|
|
3487
|
+
}, ds = us, fs = {
|
|
3364
3488
|
prefix: "fas",
|
|
3365
3489
|
iconName: "file-xml",
|
|
3366
3490
|
icon: [
|
|
@@ -3370,7 +3494,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3370
3494
|
"e654",
|
|
3371
3495
|
"M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 144-208 0c-35.3 0-64 28.7-64 64l0 144-48 0c-35.3 0-64-28.7-64-64L0 64zm384 64l-128 0L256 0 384 128zM192 368c0 7.3 2.2 14.4 6.2 20.4l9.8 14.7 9.8-14.7c4-6.1 6.2-13.2 6.2-20.4c0-8.8 7.2-16 16-16s16 7.2 16 16c0 13.6-4 26.9-11.6 38.2L227.2 432l17.2 25.8C252 469.1 256 482.4 256 496c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-7.3-2.2-14.4-6.2-20.4L208 460.8l-9.8 14.7c-4 6.1-6.2 13.2-6.2 20.4c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-13.6 4-26.9 11.6-38.2L188.8 432l-17.2-25.8C164 394.9 160 381.6 160 368c0-8.8 7.2-16 16-16s16 7.2 16 16zM448 496l0-128c0-8.8 7.2-16 16-16s16 7.2 16 16l0 112 16 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-32 0c-8.8 0-16-7.2-16-16zM299.7 352.6c6.9-1.9 14.3 1 18 7.2L352 416.9l34.3-57.1c3.7-6.2 11.1-9.1 18-7.2s11.7 8.2 11.7 15.4l0 128c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-70.2-18.3 30.5c-2.9 4.8-8.1 7.8-13.7 7.8s-10.8-2.9-13.7-7.8L320 425.8l0 70.2c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-128c0-7.2 4.8-13.5 11.7-15.4z"
|
|
3372
3496
|
]
|
|
3373
|
-
},
|
|
3497
|
+
}, ps = {
|
|
3374
3498
|
prefix: "fas",
|
|
3375
3499
|
iconName: "percent",
|
|
3376
3500
|
icon: [
|
|
@@ -3384,7 +3508,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3384
3508
|
"25",
|
|
3385
3509
|
"M374.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-320 320c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l320-320zM128 128A64 64 0 1 0 0 128a64 64 0 1 0 128 0zM384 384a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"
|
|
3386
3510
|
]
|
|
3387
|
-
},
|
|
3511
|
+
}, ms = ps, hs = {
|
|
3388
3512
|
prefix: "fas",
|
|
3389
3513
|
iconName: "ellipsis",
|
|
3390
3514
|
icon: [
|
|
@@ -3394,7 +3518,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3394
3518
|
"f141",
|
|
3395
3519
|
"M8 256a56 56 0 1 1 112 0A56 56 0 1 1 8 256zm160 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm216-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z"
|
|
3396
3520
|
]
|
|
3397
|
-
},
|
|
3521
|
+
}, gs = hs, _s = {
|
|
3398
3522
|
prefix: "fas",
|
|
3399
3523
|
iconName: "envelope-open-text",
|
|
3400
3524
|
icon: [
|
|
@@ -3404,7 +3528,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3404
3528
|
"f658",
|
|
3405
3529
|
"M215.4 96L144 96l-36.2 0L96 96l0 8.8L96 144l0 40.4 0 89L.2 202.5c1.6-18.1 10.9-34.9 25.7-45.8L48 140.3 48 96c0-26.5 21.5-48 48-48l76.6 0 49.9-36.9C232.2 3.9 243.9 0 256 0s23.8 3.9 33.5 11L339.4 48 416 48c26.5 0 48 21.5 48 48l0 44.3 22.1 16.4c14.8 10.9 24.1 27.7 25.7 45.8L416 273.4l0-89 0-40.4 0-39.2 0-8.8-11.8 0L368 96l-71.4 0-81.3 0zM0 448L0 242.1 217.6 403.3c11.1 8.2 24.6 12.7 38.4 12.7s27.3-4.4 38.4-12.7L512 242.1 512 448s0 0 0 0c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64c0 0 0 0 0 0zM176 160l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64l160 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-160 0c-8.8 0-16-7.2-16-16s7.2-16 16-16z"
|
|
3406
3530
|
]
|
|
3407
|
-
},
|
|
3531
|
+
}, vs = {
|
|
3408
3532
|
prefix: "fas",
|
|
3409
3533
|
iconName: "message",
|
|
3410
3534
|
icon: [
|
|
@@ -3414,7 +3538,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3414
3538
|
"f27a",
|
|
3415
3539
|
"M64 0C28.7 0 0 28.7 0 64L0 352c0 35.3 28.7 64 64 64l96 0 0 80c0 6.1 3.4 11.6 8.8 14.3s11.9 2.1 16.8-1.5L309.3 416 448 416c35.3 0 64-28.7 64-64l0-288c0-35.3-28.7-64-64-64L64 0z"
|
|
3416
3540
|
]
|
|
3417
|
-
},
|
|
3541
|
+
}, ys = vs, bs = {
|
|
3418
3542
|
prefix: "fas",
|
|
3419
3543
|
iconName: "wallet",
|
|
3420
3544
|
icon: [
|
|
@@ -3424,7 +3548,21 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3424
3548
|
"f555",
|
|
3425
3549
|
"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L80 128c-8.8 0-16-7.2-16-16s7.2-16 16-16l368 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L64 32zM416 272a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"
|
|
3426
3550
|
]
|
|
3427
|
-
},
|
|
3551
|
+
}, xs = {
|
|
3552
|
+
prefix: "fas",
|
|
3553
|
+
iconName: "exclamation",
|
|
3554
|
+
icon: [
|
|
3555
|
+
128,
|
|
3556
|
+
512,
|
|
3557
|
+
[
|
|
3558
|
+
10069,
|
|
3559
|
+
10071,
|
|
3560
|
+
61738
|
|
3561
|
+
],
|
|
3562
|
+
"21",
|
|
3563
|
+
"M96 64c0-17.7-14.3-32-32-32S32 46.3 32 64l0 256c0 17.7 14.3 32 32 32s32-14.3 32-32L96 64zM64 480a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"
|
|
3564
|
+
]
|
|
3565
|
+
}, Ss = {
|
|
3428
3566
|
prefix: "fas",
|
|
3429
3567
|
iconName: "bell",
|
|
3430
3568
|
icon: [
|
|
@@ -3434,7 +3572,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3434
3572
|
"f0f3",
|
|
3435
3573
|
"M224 0c-17.7 0-32 14.3-32 32l0 19.2C119 66 64 130.6 64 208l0 18.8c0 47-17.3 92.4-48.5 127.6l-7.4 8.3c-8.4 9.4-10.4 22.9-5.3 34.4S19.4 416 32 416l384 0c12.6 0 24-7.4 29.2-18.9s3.1-25-5.3-34.4l-7.4-8.3C401.3 319.2 384 273.9 384 226.8l0-18.8c0-77.4-55-142-128-156.8L256 32c0-17.7-14.3-32-32-32zm45.3 493.3c12-12 18.7-28.3 18.7-45.3l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7z"
|
|
3436
3574
|
]
|
|
3437
|
-
},
|
|
3575
|
+
}, Y = {
|
|
3438
3576
|
prefix: "fas",
|
|
3439
3577
|
iconName: "cloud-arrow-up",
|
|
3440
3578
|
icon: [
|
|
@@ -3448,7 +3586,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3448
3586
|
"f0ee",
|
|
3449
3587
|
"M144 480C64.5 480 0 415.5 0 336c0-62.8 40.2-116.2 96.2-135.9c-.1-2.7-.2-5.4-.2-8.1c0-88.4 71.6-160 160-160c59.3 0 111 32.2 138.7 80.2C409.9 102 428.3 96 448 96c53 0 96 43 96 96c0 12.2-2.3 23.8-6.4 34.6C596 238.4 640 290.1 640 352c0 70.7-57.3 128-128 128l-368 0zm79-217c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l39-39L296 392c0 13.3 10.7 24 24 24s24-10.7 24-24l0-134.1 39 39c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80c-9.4-9.4-24.6-9.4-33.9 0l-80 80z"
|
|
3450
3588
|
]
|
|
3451
|
-
},
|
|
3589
|
+
}, Cs = Y, ws = Y, Ts = {
|
|
3452
3590
|
prefix: "fas",
|
|
3453
3591
|
iconName: "circle-small",
|
|
3454
3592
|
icon: [
|
|
@@ -3458,7 +3596,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3458
3596
|
"e122",
|
|
3459
3597
|
"M0 256a160 160 0 1 1 320 0A160 160 0 1 1 0 256z"
|
|
3460
3598
|
]
|
|
3461
|
-
},
|
|
3599
|
+
}, Es = {
|
|
3462
3600
|
prefix: "fas",
|
|
3463
3601
|
iconName: "envelope",
|
|
3464
3602
|
icon: [
|
|
@@ -3472,7 +3610,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3472
3610
|
"f0e0",
|
|
3473
3611
|
"M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z"
|
|
3474
3612
|
]
|
|
3475
|
-
},
|
|
3613
|
+
}, Ds = {
|
|
3476
3614
|
prefix: "fas",
|
|
3477
3615
|
iconName: "minus",
|
|
3478
3616
|
icon: [
|
|
@@ -3487,7 +3625,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3487
3625
|
"f068",
|
|
3488
3626
|
"M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"
|
|
3489
3627
|
]
|
|
3490
|
-
},
|
|
3628
|
+
}, Os = Ds, ks = {
|
|
3491
3629
|
prefix: "fas",
|
|
3492
3630
|
iconName: "calculator",
|
|
3493
3631
|
icon: [
|
|
@@ -3497,7 +3635,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3497
3635
|
"f1ec",
|
|
3498
3636
|
"M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L64 0zM96 64l192 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L96 160c-17.7 0-32-14.3-32-32l0-32c0-17.7 14.3-32 32-32zm32 160a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM96 352a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM64 416c0-17.7 14.3-32 32-32l96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0c-17.7 0-32-14.3-32-32zM192 256a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm32 64a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zm64-64a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm32 64a32 32 0 1 1 -64 0 32 32 0 1 1 64 0zM288 448a32 32 0 1 1 0-64 32 32 0 1 1 0 64z"
|
|
3499
3637
|
]
|
|
3500
|
-
},
|
|
3638
|
+
}, As = {
|
|
3501
3639
|
prefix: "fas",
|
|
3502
3640
|
iconName: "sparkle",
|
|
3503
3641
|
icon: [
|
|
@@ -3507,7 +3645,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3507
3645
|
"e5d6",
|
|
3508
3646
|
"M245.8 45.9C241.9 37.4 233.4 32 224 32s-17.9 5.4-21.8 13.9L142.7 174.7 13.9 234.2C5.4 238.1 0 246.6 0 256s5.4 17.9 13.9 21.8l128.8 59.5 59.5 128.8c3.9 8.5 12.4 13.9 21.8 13.9s17.9-5.4 21.8-13.9l59.5-128.8 128.8-59.5c8.5-3.9 13.9-12.4 13.9-21.8s-5.4-17.9-13.9-21.8L305.3 174.7 245.8 45.9z"
|
|
3509
3647
|
]
|
|
3510
|
-
},
|
|
3648
|
+
}, js = {
|
|
3511
3649
|
prefix: "fas",
|
|
3512
3650
|
iconName: "question",
|
|
3513
3651
|
icon: [
|
|
@@ -3521,7 +3659,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3521
3659
|
"3f",
|
|
3522
3660
|
"M80 160c0-35.3 28.7-64 64-64l32 0c35.3 0 64 28.7 64 64l0 3.6c0 21.8-11.1 42.1-29.4 53.8l-42.2 27.1c-25.2 16.2-40.4 44.1-40.4 74l0 1.4c0 17.7 14.3 32 32 32s32-14.3 32-32l0-1.4c0-8.2 4.2-15.8 11-20.2l42.2-27.1c36.6-23.6 58.8-64.1 58.8-107.7l0-3.6c0-70.7-57.3-128-128-128l-32 0C73.3 32 16 89.3 16 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm80 320a40 40 0 1 0 0-80 40 40 0 1 0 0 80z"
|
|
3523
3661
|
]
|
|
3524
|
-
},
|
|
3662
|
+
}, Ms = {
|
|
3525
3663
|
prefix: "fas",
|
|
3526
3664
|
iconName: "arrow-trend-up",
|
|
3527
3665
|
icon: [
|
|
@@ -3531,7 +3669,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3531
3669
|
"e098",
|
|
3532
3670
|
"M384 160c-17.7 0-32-14.3-32-32s14.3-32 32-32l160 0c17.7 0 32 14.3 32 32l0 160c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-82.7L342.6 374.6c-12.5 12.5-32.8 12.5-45.3 0L192 269.3 54.6 406.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160c12.5-12.5 32.8-12.5 45.3 0L320 306.7 466.7 160 384 160z"
|
|
3533
3671
|
]
|
|
3534
|
-
},
|
|
3672
|
+
}, Ns = {
|
|
3535
3673
|
prefix: "fas",
|
|
3536
3674
|
iconName: "square-minus",
|
|
3537
3675
|
icon: [
|
|
@@ -3541,7 +3679,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3541
3679
|
"f146",
|
|
3542
3680
|
"M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm88 200l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"
|
|
3543
3681
|
]
|
|
3544
|
-
},
|
|
3682
|
+
}, Ps = Ns, Fs = /* @__PURE__ */ o({ faFiscozen: () => Is }), Is = {
|
|
3545
3683
|
prefix: "fak",
|
|
3546
3684
|
iconName: "fiscozen",
|
|
3547
3685
|
icon: [
|
|
@@ -3551,28 +3689,28 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3551
3689
|
"e000",
|
|
3552
3690
|
"M96 55.1l0 74.7 448 0 0-74.7-448 0zm0 401.8s0 0 0 0s0 0 0 0s0 0 0 0zm224.5-165L96 456.9l133 0L544 217.1l-448 0 0 74.8 224.5 0z"
|
|
3553
3691
|
]
|
|
3554
|
-
},
|
|
3555
|
-
faBars: () =>
|
|
3556
|
-
faBell: () =>
|
|
3557
|
-
faCalendarLines: () =>
|
|
3558
|
-
faCalendarNote: () =>
|
|
3559
|
-
faCartShopping: () =>
|
|
3560
|
-
faChevronDown: () =>
|
|
3561
|
-
faChevronUp: () =>
|
|
3562
|
-
faCog: () =>
|
|
3563
|
-
faCreditCard: () =>
|
|
3564
|
-
faCreditCardAlt: () =>
|
|
3565
|
-
faFileCheck: () =>
|
|
3566
|
-
faFolderUser: () =>
|
|
3567
|
-
faGear: () =>
|
|
3568
|
-
faNavicon: () =>
|
|
3569
|
-
faScrewdriverWrench: () =>
|
|
3570
|
-
faShoppingCart: () =>
|
|
3571
|
-
faSuitcase: () =>
|
|
3572
|
-
faTools: () =>
|
|
3573
|
-
faUserFriends: () =>
|
|
3574
|
-
faUserGroup: () =>
|
|
3575
|
-
}),
|
|
3692
|
+
}, Ls = /* @__PURE__ */ o({
|
|
3693
|
+
faBars: () => Rs,
|
|
3694
|
+
faBell: () => Bs,
|
|
3695
|
+
faCalendarLines: () => X,
|
|
3696
|
+
faCalendarNote: () => Vs,
|
|
3697
|
+
faCartShopping: () => Hs,
|
|
3698
|
+
faChevronDown: () => Ws,
|
|
3699
|
+
faChevronUp: () => Gs,
|
|
3700
|
+
faCog: () => Zs,
|
|
3701
|
+
faCreditCard: () => Ks,
|
|
3702
|
+
faCreditCardAlt: () => qs,
|
|
3703
|
+
faFileCheck: () => Js,
|
|
3704
|
+
faFolderUser: () => Ys,
|
|
3705
|
+
faGear: () => Xs,
|
|
3706
|
+
faNavicon: () => zs,
|
|
3707
|
+
faScrewdriverWrench: () => Qs,
|
|
3708
|
+
faShoppingCart: () => Us,
|
|
3709
|
+
faSuitcase: () => ec,
|
|
3710
|
+
faTools: () => $s,
|
|
3711
|
+
faUserFriends: () => nc,
|
|
3712
|
+
faUserGroup: () => tc
|
|
3713
|
+
}), Rs = {
|
|
3576
3714
|
prefix: "fasr",
|
|
3577
3715
|
iconName: "bars",
|
|
3578
3716
|
icon: [
|
|
@@ -3582,7 +3720,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3582
3720
|
"f0c9",
|
|
3583
3721
|
"M0 64l448 0 0 48L0 112 0 64zM0 224l448 0 0 48L0 272l0-48zM448 384l0 48L0 432l0-48 448 0z"
|
|
3584
3722
|
]
|
|
3585
|
-
},
|
|
3723
|
+
}, zs = Rs, Bs = {
|
|
3586
3724
|
prefix: "fasr",
|
|
3587
3725
|
iconName: "bell",
|
|
3588
3726
|
icon: [
|
|
@@ -3592,7 +3730,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3592
3730
|
"f0f3",
|
|
3593
3731
|
"M256 0L192 0l0 51.2C119 66 64 130.6 64 208l0 88L0 368l0 48 48 0 352 0 48 0 0-48-64-72 0-88c0-77.4-55-142-128-156.8L256 0zm80 314.2l12.1 13.6L383.8 368 64.2 368l35.7-40.1L112 314.2l0-18.2 0-88c0-61.9 50.1-112 112-112s112 50.1 112 112l0 88 0 18.2zM288 448l-64 0-64 0c0 17 6.7 33.3 18.7 45.3s28.3 18.7 45.3 18.7s33.3-6.7 45.3-18.7s18.7-28.3 18.7-45.3z"
|
|
3594
3732
|
]
|
|
3595
|
-
},
|
|
3733
|
+
}, X = {
|
|
3596
3734
|
prefix: "fasr",
|
|
3597
3735
|
iconName: "calendar-lines",
|
|
3598
3736
|
icon: [
|
|
@@ -3602,7 +3740,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3602
3740
|
"e0d5",
|
|
3603
3741
|
"M152 24l0-24L104 0l0 24 0 40L0 64l0 80 0 48L0 464l0 48 48 0 352 0 48 0 0-48 0-272 0-48 0-80L344 64l0-40 0-24L296 0l0 24 0 40L152 64l0-40zM48 192l352 0 0 272L48 464l0-272zm48 64l0 48 256 0 0-48L96 256zm160 96L96 352l0 48 160 0 0-48z"
|
|
3604
3742
|
]
|
|
3605
|
-
},
|
|
3743
|
+
}, Vs = X, Hs = {
|
|
3606
3744
|
prefix: "fasr",
|
|
3607
3745
|
iconName: "cart-shopping",
|
|
3608
3746
|
icon: [
|
|
@@ -3612,7 +3750,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3612
3750
|
"f07a",
|
|
3613
3751
|
"M24 0L0 0 0 48l24 0 52.1 0 60.3 316.5 3.7 19.5 19.9 0 328 0 24 0 0-48-24 0-308.1 0-9.1-48L496 288 561 80l15-48-50.3 0L122 32l-2.4-12.5L115.9 0 96 0 24 0zM161.6 240L131.1 80l379.6 0-50 160-299.1 0zM176 512a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm336-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"
|
|
3614
3752
|
]
|
|
3615
|
-
},
|
|
3753
|
+
}, Us = Hs, Ws = {
|
|
3616
3754
|
prefix: "fasr",
|
|
3617
3755
|
iconName: "chevron-down",
|
|
3618
3756
|
icon: [
|
|
@@ -3622,7 +3760,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3622
3760
|
"f078",
|
|
3623
3761
|
"M256 417.9l17-17L465 209l17-17L448 158.1l-17 17-175 175L81 175l-17-17L30.1 192l17 17L239 401l17 17z"
|
|
3624
3762
|
]
|
|
3625
|
-
},
|
|
3763
|
+
}, Gs = {
|
|
3626
3764
|
prefix: "fasr",
|
|
3627
3765
|
iconName: "chevron-up",
|
|
3628
3766
|
icon: [
|
|
@@ -3632,7 +3770,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3632
3770
|
"f077",
|
|
3633
3771
|
"M256 94.1l17 17L465 303l17 17L448 353.9l-17-17-175-175L81 337l-17 17L30.1 320l17-17L239 111l17-17z"
|
|
3634
3772
|
]
|
|
3635
|
-
},
|
|
3773
|
+
}, Ks = {
|
|
3636
3774
|
prefix: "fasr",
|
|
3637
3775
|
iconName: "credit-card",
|
|
3638
3776
|
icon: [
|
|
@@ -3646,7 +3784,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3646
3784
|
"f09d",
|
|
3647
3785
|
"M528 80l0 48L48 128l0-48 480 0zm0 144l0 208L48 432l0-208 480 0zM48 32L0 32 0 80 0 432l0 48 48 0 480 0 48 0 0-48 0-352 0-48-48 0L48 32zM192 336l-96 0 0 48 96 0 0-48zm192 0l-160 0 0 48 160 0 0-48z"
|
|
3648
3786
|
]
|
|
3649
|
-
},
|
|
3787
|
+
}, qs = Ks, Js = {
|
|
3650
3788
|
prefix: "fasr",
|
|
3651
3789
|
iconName: "file-check",
|
|
3652
3790
|
icon: [
|
|
@@ -3656,7 +3794,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3656
3794
|
"f316",
|
|
3657
3795
|
"M48 464L48 48l176 0 0 112 112 0 0 304L48 464zM256 0L48 0 0 0 0 48 0 464l0 48 48 0 288 0 48 0 0-48 0-336L256 0zm33 267.6l17-17L272 216.7l-17 17-89.7 89.7L129 287l-17-17L78.1 304l17 17 53.3 53.3 17 17 17-17L289 267.6z"
|
|
3658
3796
|
]
|
|
3659
|
-
},
|
|
3797
|
+
}, Ys = {
|
|
3660
3798
|
prefix: "fasr",
|
|
3661
3799
|
iconName: "folder-user",
|
|
3662
3800
|
icon: [
|
|
@@ -3666,7 +3804,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3666
3804
|
"e18e",
|
|
3667
3805
|
"M224 32l48 64 192 0 48 0 0 48 0 288 0 48-48 0L48 480 0 480l0-48L0 80 0 32l48 0 176 0zm48 112l-24 0-14.4-19.2L200 80 48 80l0 352 101.3 0L176 352l160 0 26.7 80L464 432l0-288-192 0zM192 256a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"
|
|
3668
3806
|
]
|
|
3669
|
-
},
|
|
3807
|
+
}, Xs = {
|
|
3670
3808
|
prefix: "fasr",
|
|
3671
3809
|
iconName: "gear",
|
|
3672
3810
|
icon: [
|
|
@@ -3676,7 +3814,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3676
3814
|
"f013",
|
|
3677
3815
|
"M328 0l14.6 66.8c11.9 5.5 23.3 12 33.8 19.6l65.2-20.8 72 124.7-50.6 46.1c.6 6.4 .9 12.9 .9 19.5s-.3 13.1-.9 19.5l50.6 46.1-72 124.7-65.2-20.8c-10.6 7.5-21.9 14.1-33.8 19.6L328 512l-144 0-14.6-66.8c-11.9-5.5-23.3-12-33.8-19.6L70.3 446.4l-72-124.7 50.6-46.1c-.6-6.4-.9-12.9-.9-19.5s.3-13.1 .9-19.5L-1.7 190.4l72-124.7 65.2 20.8c10.6-7.5 21.9-14.1 33.8-19.6L184 0 328 0zm63 132.2l-22.9 7.3-19.5-13.9c-8.2-5.8-16.9-10.9-26-15.1l-21.8-10-5.1-23.4L289.4 48l-66.7 0-6.4 29.1-5.1 23.4-21.8 10c-9.2 4.2-17.9 9.3-26 15.1l-19.5 13.9L121 132.2l-28.4-9L59.2 180.9l22 20.1 17.7 16.1-2.2 23.8c-.5 5-.7 10-.7 15.1s.2 10.1 .7 15.1l2.2 23.8L81.2 311l-22 20.1 33.4 57.8 28.4-9 22.9-7.3 19.5 13.9c8.2 5.8 16.9 10.9 26 15.1l21.8 10 5.1 23.4 6.4 29.1 66.7 0 6.4-29.1 5.1-23.4 21.8-10c9.2-4.2 17.9-9.3 26-15.1l19.5-13.9 22.9 7.3 28.4 9 33.4-57.8L430.8 311l-17.7-16.1 2.2-23.8c.5-5 .7-10 .7-15.1s-.2-10.1-.7-15.1l-2.2-23.8L430.8 201l22.1-20.1-33.4-57.8-28.4 9zM304 256a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-144 0a96 96 0 1 1 192 0 96 96 0 1 1 -192 0z"
|
|
3678
3816
|
]
|
|
3679
|
-
},
|
|
3817
|
+
}, Zs = Xs, Qs = {
|
|
3680
3818
|
prefix: "fasr",
|
|
3681
3819
|
iconName: "screwdriver-wrench",
|
|
3682
3820
|
icon: [
|
|
@@ -3686,7 +3824,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3686
3824
|
"f7d9",
|
|
3687
3825
|
"M33.9 366.1L160.4 239.6l33.9 33.9L67.9 400 112 444.1l95.4-95.4 17.9 17.9 16 16-95.4 95.4L112 512 78.1 478.1 33.9 433.9 0 400l33.9-33.9zM224 144.8L224 96l0-16-7.3-5.5C245.1 29.7 295.1 0 352 0c13.5 0 26.7 1.7 39.3 4.9c17 4.3 33 11.3 47.3 20.6L403.5 60.5 352 112l0 48 48 0 51.5-51.5 35.1-35.1c9.3 14.4 16.3 30.3 20.6 47.3c3.2 12.6 4.9 25.7 4.9 39.3c0 57.2-30 107.3-75.1 135.6l-35.2-35.2c35.8-17.8 60.8-54.1 62.3-96.5l-30 30L419.9 208 400 208l-48 0-48 0 0-48 0-48 0-19.9 14.1-14.1 30-30C288 50.1 240 99.5 240 160l0 .8-16-16zM287 321l-129-129L96 192 0 64 64 0 192 96l0 62.1L321 287l31-31L512 416l-96 96L256 352l31-31z"
|
|
3688
3826
|
]
|
|
3689
|
-
},
|
|
3827
|
+
}, $s = Qs, ec = {
|
|
3690
3828
|
prefix: "fasr",
|
|
3691
3829
|
iconName: "suitcase",
|
|
3692
3830
|
icon: [
|
|
@@ -3696,7 +3834,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3696
3834
|
"f0f2",
|
|
3697
3835
|
"M152 0L128 0l0 24 0 72L48 96 0 96l0 48L0 432l0 48 48 0 416 0 48 0 0-48 0-288 0-48-48 0-80 0 0-72 0-24L360 0 152 0zM336 96L176 96l0-48 160 0 0 48zM152 144l208 0 8 0 0 288-224 0 0-288 8 0zM48 144l48 0 0 288-48 0 0-288zM464 432l-48 0 0-288 48 0 0 288z"
|
|
3698
3836
|
]
|
|
3699
|
-
},
|
|
3837
|
+
}, tc = {
|
|
3700
3838
|
prefix: "fasr",
|
|
3701
3839
|
iconName: "user-group",
|
|
3702
3840
|
icon: [
|
|
@@ -3706,7 +3844,7 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3706
3844
|
"f500",
|
|
3707
3845
|
"M64 304L53.6 337.9l-34.5 112L14.8 464 0 512l50.2 0L65 512l318 0 14.8 0 50.2 0-14.8-48-4.3-14.1-34.5-112L384 304l-35.5 0L224 304 99.5 304 64 304zM332.8 464l-217.6 0L65 464l14.8-48 19.7-64 249.1 0 19.7 64L383 464l-50.2 0zM352 128A128 128 0 1 0 96 128a128 128 0 1 0 256 0zm-208 0a80 80 0 1 1 160 0 80 80 0 1 1 -160 0zM640 512L576 320l-153.6 0 56.2 182.6 2.9 9.4L640 512zM432 256c61.9 0 112-50.1 112-112s-50.1-112-112-112c-24.8 0-47.7 8.1-66.3 21.7C377.4 75.9 384 101.2 384 128c0 35.6-11.6 68.5-31.3 95.1C373 243.4 401 256 432 256z"
|
|
3708
3846
|
]
|
|
3709
|
-
},
|
|
3847
|
+
}, nc = tc, rc = /* @__PURE__ */ o({ faBell: () => ic }), ic = {
|
|
3710
3848
|
prefix: "fass",
|
|
3711
3849
|
iconName: "bell",
|
|
3712
3850
|
icon: [
|
|
@@ -3723,21 +3861,21 @@ var c = Object.defineProperty, l = (e, t) => {
|
|
|
3723
3861
|
fak: {},
|
|
3724
3862
|
fasr: {},
|
|
3725
3863
|
fass: {}
|
|
3726
|
-
},
|
|
3864
|
+
}, ac = [];
|
|
3727
3865
|
function Q(e) {
|
|
3728
3866
|
Object.keys(e).forEach(function(t) {
|
|
3729
3867
|
if (t !== "prefix") {
|
|
3730
3868
|
var n = e[t];
|
|
3731
3869
|
n.icon[2].forEach(function(e) {
|
|
3732
3870
|
typeof e == "string" && (Z[n.prefix][e] = n);
|
|
3733
|
-
}), Z[n.prefix][n.iconName] = n,
|
|
3871
|
+
}), Z[n.prefix][n.iconName] = n, ac.push(n);
|
|
3734
3872
|
}
|
|
3735
3873
|
});
|
|
3736
3874
|
}
|
|
3737
|
-
Q(
|
|
3875
|
+
Q(oe), Q(le), Q(Lr), Q(Fs), Q(Ls), Q(rc);
|
|
3738
3876
|
//#endregion
|
|
3739
3877
|
//#region src/FzIcon.vue
|
|
3740
|
-
var $ = /* @__PURE__ */
|
|
3878
|
+
var $ = /* @__PURE__ */ a({
|
|
3741
3879
|
__name: "FzIcon",
|
|
3742
3880
|
props: {
|
|
3743
3881
|
name: {},
|
|
@@ -3758,7 +3896,7 @@ var $ = /* @__PURE__ */ i({
|
|
|
3758
3896
|
lg: "w-[25px] h-[25px]",
|
|
3759
3897
|
xl: "w-[32px] h-[32px]",
|
|
3760
3898
|
"2xl": "w-[40px] h-[40px]"
|
|
3761
|
-
},
|
|
3899
|
+
}, a = {
|
|
3762
3900
|
xs: "h-[10px]",
|
|
3763
3901
|
sm: "h-[12px]",
|
|
3764
3902
|
md: "h-[16px]",
|
|
@@ -3766,12 +3904,12 @@ var $ = /* @__PURE__ */ i({
|
|
|
3766
3904
|
xl: "h-[24px]",
|
|
3767
3905
|
"2xl": "h-[32px]"
|
|
3768
3906
|
};
|
|
3769
|
-
return (
|
|
3907
|
+
return (ee, ae) => (ne(), r("span", {
|
|
3770
3908
|
role: "presentation",
|
|
3771
|
-
class:
|
|
3772
|
-
}, [
|
|
3773
|
-
class: a
|
|
3774
|
-
icon: typeof e.name == "string" ?
|
|
3909
|
+
class: te([t, n[e.size]])
|
|
3910
|
+
}, [i(re(ie), {
|
|
3911
|
+
class: te(a[e.size]),
|
|
3912
|
+
icon: typeof e.name == "string" ? re(Z)[e.variant][e.name] : e.name,
|
|
3775
3913
|
size: e.size === "md" ? void 0 : e.size,
|
|
3776
3914
|
spin: e.spin
|
|
3777
3915
|
}, null, 8, [
|
|
@@ -3781,7 +3919,7 @@ var $ = /* @__PURE__ */ i({
|
|
|
3781
3919
|
"spin"
|
|
3782
3920
|
])], 2));
|
|
3783
3921
|
}
|
|
3784
|
-
}),
|
|
3922
|
+
}), oc = /* @__PURE__ */ a({
|
|
3785
3923
|
__name: "FzIconBackground",
|
|
3786
3924
|
props: {
|
|
3787
3925
|
backgroundColor: { default: "core-white" },
|
|
@@ -3791,19 +3929,19 @@ var $ = /* @__PURE__ */ i({
|
|
|
3791
3929
|
spin: { type: Boolean }
|
|
3792
3930
|
},
|
|
3793
3931
|
setup(e) {
|
|
3794
|
-
let r = e,
|
|
3932
|
+
let r = e, i = t(() => [
|
|
3795
3933
|
"box-content",
|
|
3796
3934
|
"p-8",
|
|
3797
3935
|
"rounded-full",
|
|
3798
3936
|
`bg-${r.backgroundColor}`
|
|
3799
|
-
]),
|
|
3937
|
+
]), a = t(() => {
|
|
3800
3938
|
let { backgroundColor: e, ...t } = r;
|
|
3801
3939
|
return t;
|
|
3802
3940
|
});
|
|
3803
|
-
return (e, t) => (
|
|
3941
|
+
return (e, t) => (ne(), n($, ee({ class: i.value }, a.value), null, 16, ["class"]));
|
|
3804
3942
|
}
|
|
3805
|
-
}),
|
|
3806
|
-
e.add(...
|
|
3943
|
+
}), sc = { install(t) {
|
|
3944
|
+
e.add(...ac), t.component("fz-icon", $), t.component("fz-icon-background", oc);
|
|
3807
3945
|
} };
|
|
3808
3946
|
//#endregion
|
|
3809
|
-
export { $ as FzIcon,
|
|
3947
|
+
export { $ as FzIcon, oc as FzIconBackground, sc as IconPlugin };
|