@snorose/icons 0.0.1 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -157,38 +157,17 @@ const SvgIcBasicBuilding = (props) => /* @__PURE__ */ jsxs("svg", {
157
157
  ]
158
158
  });
159
159
  //#endregion
160
- //#region src/icons/basic/ic-basic-check-circle.svg
161
- const SvgIcBasicCheckCircle = (props) => /* @__PURE__ */ jsxs("svg", {
162
- xmlns: "http://www.w3.org/2000/svg",
163
- width: 24,
164
- height: 24,
165
- fill: "none",
166
- viewBox: "0 0 16 16",
167
- color: "#898989",
168
- ...props,
169
- children: [/* @__PURE__ */ jsx("path", {
170
- stroke: "#484848",
171
- strokeLinecap: "round",
172
- strokeLinejoin: "round",
173
- d: "M5 8.262 7.044 10.5 11 5.5"
174
- }), /* @__PURE__ */ jsx("circle", {
175
- cx: 8,
176
- cy: 8,
177
- r: 6,
178
- stroke: "#484848"
179
- })]
180
- });
181
- //#endregion
182
160
  //#region src/icons/basic/ic-basic-check.svg
183
161
  const SvgIcBasicCheck = (props) => /* @__PURE__ */ jsx("svg", {
184
162
  xmlns: "http://www.w3.org/2000/svg",
185
163
  width: 24,
186
164
  height: 24,
187
165
  fill: "none",
166
+ viewBox: "0 0 24 24",
188
167
  color: "#898989",
189
168
  ...props,
190
169
  children: /* @__PURE__ */ jsx("path", {
191
- stroke: "#898989",
170
+ stroke: "currentColor",
192
171
  strokeLinecap: "round",
193
172
  strokeLinejoin: "round",
194
173
  strokeWidth: 1.7,
@@ -202,10 +181,11 @@ const SvgIcBasicChevronDown = (props) => /* @__PURE__ */ jsx("svg", {
202
181
  width: 24,
203
182
  height: 24,
204
183
  fill: "none",
184
+ viewBox: "0 0 24 24",
205
185
  color: "#898989",
206
186
  ...props,
207
187
  children: /* @__PURE__ */ jsx("path", {
208
- fill: "#898989",
188
+ fill: "currentColor",
209
189
  fillRule: "evenodd",
210
190
  d: "M12 16.5a.8.8 0 0 1-.578-.242L4.206 8.749a.72.72 0 0 1 .05-1.053.81.81 0 0 1 1.105.046L12 14.65l6.64-6.908a.81.81 0 0 1 1.106-.046c.319.278.34.75.049 1.053l-7.218 7.509A.8.8 0 0 1 12 16.5",
211
191
  clipRule: "evenodd"
@@ -218,10 +198,11 @@ const SvgIcBasicChevronLeft = (props) => /* @__PURE__ */ jsx("svg", {
218
198
  width: 24,
219
199
  height: 24,
220
200
  fill: "none",
201
+ viewBox: "0 0 24 24",
221
202
  color: "#898989",
222
203
  ...props,
223
204
  children: /* @__PURE__ */ jsx("path", {
224
- fill: "#898989",
205
+ fill: "currentColor",
225
206
  fillRule: "evenodd",
226
207
  d: "M7.5 12c0-.22.088-.43.242-.578l7.509-7.217a.72.72 0 0 1 1.053.05.81.81 0 0 1-.046 1.105L9.35 12l6.908 6.64a.81.81 0 0 1 .046 1.106.72.72 0 0 1-1.053.049l-7.509-7.218A.8.8 0 0 1 7.5 12",
227
208
  clipRule: "evenodd"
@@ -234,26 +215,43 @@ const SvgIcBasicChevronRight = (props) => /* @__PURE__ */ jsx("svg", {
234
215
  width: 24,
235
216
  height: 24,
236
217
  fill: "none",
218
+ viewBox: "0 0 24 24",
237
219
  color: "#898989",
238
220
  ...props,
239
221
  children: /* @__PURE__ */ jsx("path", {
240
- fill: "#898989",
222
+ fill: "currentColor",
241
223
  fillRule: "evenodd",
242
224
  d: "M16.5 12c0 .22-.088.43-.242.578l-7.509 7.217a.72.72 0 0 1-1.053-.05.81.81 0 0 1 .046-1.105L14.65 12 7.742 5.36a.81.81 0 0 1-.046-1.106.72.72 0 0 1 1.053-.049l7.509 7.217A.8.8 0 0 1 16.5 12",
243
225
  clipRule: "evenodd"
244
226
  })
245
227
  });
246
228
  //#endregion
229
+ //#region src/icons/basic/ic-basic-chevron-up-right.svg
230
+ const SvgIcBasicChevronUpRight = (props) => /* @__PURE__ */ jsx("svg", {
231
+ xmlns: "http://www.w3.org/2000/svg",
232
+ width: 24,
233
+ height: 24,
234
+ fill: "none",
235
+ viewBox: "0 0 24 24",
236
+ color: "#898989",
237
+ ...props,
238
+ children: /* @__PURE__ */ jsx("path", {
239
+ fill: "currentColor",
240
+ d: "M20.962 4.315a1.28 1.28 0 0 0-1.277-1.277L6.964 3a1.28 1.28 0 1 0-.008 2.56l9.644.03L3.374 18.814a1.28 1.28 0 0 0 1.811 1.811L18.41 7.401l.029 9.643A1.28 1.28 0 1 0 21 17.036z"
241
+ })
242
+ });
243
+ //#endregion
247
244
  //#region src/icons/basic/ic-basic-chevron-up.svg
248
245
  const SvgIcBasicChevronUp = (props) => /* @__PURE__ */ jsx("svg", {
249
246
  xmlns: "http://www.w3.org/2000/svg",
250
247
  width: 24,
251
248
  height: 24,
252
249
  fill: "none",
250
+ viewBox: "0 0 24 24",
253
251
  color: "#898989",
254
252
  ...props,
255
253
  children: /* @__PURE__ */ jsx("path", {
256
- fill: "#898989",
254
+ fill: "currentColor",
257
255
  fillRule: "evenodd",
258
256
  d: "M12 7.5c.22 0 .43.088.578.242l7.217 7.509a.72.72 0 0 1-.05 1.053.81.81 0 0 1-1.105-.046L12 9.35l-6.64 6.908a.81.81 0 0 1-1.106.046.72.72 0 0 1-.049-1.053l7.217-7.509A.8.8 0 0 1 12 7.5",
259
257
  clipRule: "evenodd"
@@ -281,6 +279,7 @@ const SvgIcBasicCommentFill = (props) => /* @__PURE__ */ jsx("svg", {
281
279
  width: 24,
282
280
  height: 24,
283
281
  fill: "none",
282
+ viewBox: "0 0 24 24",
284
283
  color: "#898989",
285
284
  ...props,
286
285
  children: /* @__PURE__ */ jsx("path", {
@@ -295,6 +294,7 @@ const SvgIcBasicEyeFill = (props) => /* @__PURE__ */ jsx("svg", {
295
294
  width: 24,
296
295
  height: 24,
297
296
  fill: "none",
297
+ viewBox: "0 0 24 24",
298
298
  color: "#898989",
299
299
  ...props,
300
300
  children: /* @__PURE__ */ jsx("path", {
@@ -309,6 +309,7 @@ const SvgIcBasicEye = (props) => /* @__PURE__ */ jsx("svg", {
309
309
  width: 24,
310
310
  height: 24,
311
311
  fill: "none",
312
+ viewBox: "0 0 24 24",
312
313
  color: "#898989",
313
314
  ...props,
314
315
  children: /* @__PURE__ */ jsx("path", {
@@ -501,10 +502,11 @@ const SvgIcBasicImageFill = (props) => /* @__PURE__ */ jsxs("svg", {
501
502
  width: 24,
502
503
  height: 24,
503
504
  fill: "none",
505
+ viewBox: "0 0 24 24",
504
506
  color: "#898989",
505
507
  ...props,
506
508
  children: [/* @__PURE__ */ jsxs("mask", {
507
- id: "ic-basic-image-fill_svg__a",
509
+ id: "a",
508
510
  width: 24,
509
511
  height: 24,
510
512
  x: 0,
@@ -534,7 +536,7 @@ const SvgIcBasicImageFill = (props) => /* @__PURE__ */ jsxs("svg", {
534
536
  x: 1,
535
537
  y: 1,
536
538
  fill: "currentColor",
537
- mask: "url(#ic-basic-image-fill_svg__a)",
539
+ mask: "url(#a)",
538
540
  rx: 4.8
539
541
  })]
540
542
  });
@@ -545,6 +547,7 @@ const SvgIcBasicImage = (props) => /* @__PURE__ */ jsxs("svg", {
545
547
  width: 24,
546
548
  height: 24,
547
549
  fill: "none",
550
+ viewBox: "0 0 24 24",
548
551
  color: "#898989",
549
552
  ...props,
550
553
  children: [
@@ -673,6 +676,7 @@ const SvgIcBasicPencilUnderline = (props) => /* @__PURE__ */ jsx("svg", {
673
676
  width: 24,
674
677
  height: 24,
675
678
  fill: "none",
679
+ viewBox: "0 0 24 24",
676
680
  color: "#898989",
677
681
  ...props,
678
682
  children: /* @__PURE__ */ jsx("path", {
@@ -690,6 +694,7 @@ const SvgIcBasicPersonFill = (props) => /* @__PURE__ */ jsxs("svg", {
690
694
  width: 24,
691
695
  height: 24,
692
696
  fill: "none",
697
+ viewBox: "0 0 24 24",
693
698
  color: "#898989",
694
699
  ...props,
695
700
  children: [/* @__PURE__ */ jsx("circle", {
@@ -809,6 +814,7 @@ const SvgIcBasicTrashcanFill = (props) => /* @__PURE__ */ jsxs("svg", {
809
814
  width: 24,
810
815
  height: 24,
811
816
  fill: "none",
817
+ viewBox: "0 0 24 24",
812
818
  color: "#898989",
813
819
  ...props,
814
820
  children: [/* @__PURE__ */ jsx("path", {
@@ -830,19 +836,20 @@ const SvgIcBasicVideo = (props) => /* @__PURE__ */ jsxs("svg", {
830
836
  width: 24,
831
837
  height: 24,
832
838
  fill: "none",
839
+ viewBox: "0 0 24 24",
833
840
  color: "#898989",
834
841
  ...props,
835
842
  children: [/* @__PURE__ */ jsxs("g", {
836
843
  stroke: "currentColor",
837
844
  strokeWidth: 1.8,
838
- clipPath: "url(#ic-basic-video_svg__a)",
845
+ clipPath: "url(#a)",
839
846
  children: [/* @__PURE__ */ jsx("circle", {
840
847
  cx: 12,
841
848
  cy: 12,
842
849
  r: 11
843
850
  }), /* @__PURE__ */ jsx("path", { d: "M15.389 11.134a1 1 0 0 1 0 1.732l-4.334 2.502a1 1 0 0 1-1.5-.866V9.498a1 1 0 0 1 1.5-.866z" })]
844
851
  }), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
845
- id: "ic-basic-video_svg__a",
852
+ id: "a",
846
853
  children: /* @__PURE__ */ jsx("path", {
847
854
  fill: "#fff",
848
855
  d: "M0 0h24v24H0z"
@@ -878,12 +885,13 @@ const SvgIcMultiBadgeBlue = (props) => /* @__PURE__ */ jsxs("svg", {
878
885
  width: 24,
879
886
  height: 25,
880
887
  fill: "none",
888
+ viewBox: "0 0 24 25",
881
889
  ...props,
882
890
  children: [
883
891
  /* @__PURE__ */ jsx("g", {
884
- filter: "url(#ic-multi-badge-blue_svg__a)",
892
+ filter: "url(#a)",
885
893
  children: /* @__PURE__ */ jsx("path", {
886
- fill: "url(#ic-multi-badge-blue_svg__b)",
894
+ fill: "url(#b)",
887
895
  fillRule: "evenodd",
888
896
  d: "M8.981 2.16 12 .5l3.019 1.66v3.052l2.158-2.158 3.308.96.961 3.31-2.158 2.157h3.052L24 12.5l-1.66 3.019h-3.051l2.157 2.158-.96 3.308-3.31.96-2.157-2.157v3.052L12 24.5l-3.019-1.66v-3.052l-2.157 2.158-3.31-.96-.96-3.31 2.158-2.157H1.66L0 12.5l1.66-3.019h3.052L2.555 7.323l.96-3.308 3.309-.96L8.98 5.21z",
889
897
  clipRule: "evenodd"
@@ -896,7 +904,7 @@ const SvgIcMultiBadgeBlue = (props) => /* @__PURE__ */ jsxs("svg", {
896
904
  clipRule: "evenodd"
897
905
  }),
898
906
  /* @__PURE__ */ jsxs("defs", { children: [/* @__PURE__ */ jsxs("radialGradient", {
899
- id: "ic-multi-badge-blue_svg__b",
907
+ id: "b",
900
908
  cx: 0,
901
909
  cy: 0,
902
910
  r: 1,
@@ -907,7 +915,7 @@ const SvgIcMultiBadgeBlue = (props) => /* @__PURE__ */ jsxs("svg", {
907
915
  stopColor: "#E2EDFF"
908
916
  })]
909
917
  }), /* @__PURE__ */ jsxs("filter", {
910
- id: "ic-multi-badge-blue_svg__a",
918
+ id: "a",
911
919
  width: 24,
912
920
  height: 24,
913
921
  x: 0,
@@ -953,12 +961,13 @@ const SvgIcMultiBadgePink = (props) => /* @__PURE__ */ jsxs("svg", {
953
961
  width: 24,
954
962
  height: 24,
955
963
  fill: "none",
964
+ viewBox: "0 0 24 24",
956
965
  ...props,
957
966
  children: [
958
967
  /* @__PURE__ */ jsx("g", {
959
- filter: "url(#ic-multi-badge-pink_svg__a)",
968
+ filter: "url(#a)",
960
969
  children: /* @__PURE__ */ jsx("path", {
961
- fill: "url(#ic-multi-badge-pink_svg__b)",
970
+ fill: "url(#b)",
962
971
  fillRule: "evenodd",
963
972
  d: "M8.981 1.66 12 0l3.019 1.66v3.052l2.158-2.158 3.308.96.961 3.31-2.158 2.157h3.052L24 12l-1.66 3.019h-3.051l2.157 2.158-.96 3.308-3.31.96-2.157-2.157v3.052L12 24l-3.019-1.66v-3.052l-2.157 2.158-3.31-.96-.96-3.31 2.158-2.157H1.66L0 12l1.66-3.019h3.052L2.555 6.823l.96-3.308 3.309-.96L8.98 4.71z",
964
973
  clipRule: "evenodd"
@@ -971,7 +980,7 @@ const SvgIcMultiBadgePink = (props) => /* @__PURE__ */ jsxs("svg", {
971
980
  clipRule: "evenodd"
972
981
  }),
973
982
  /* @__PURE__ */ jsxs("defs", { children: [/* @__PURE__ */ jsxs("radialGradient", {
974
- id: "ic-multi-badge-pink_svg__b",
983
+ id: "b",
975
984
  cx: 0,
976
985
  cy: 0,
977
986
  r: 1,
@@ -982,7 +991,7 @@ const SvgIcMultiBadgePink = (props) => /* @__PURE__ */ jsxs("svg", {
982
991
  stopColor: "#FEE9EB"
983
992
  })]
984
993
  }), /* @__PURE__ */ jsxs("filter", {
985
- id: "ic-multi-badge-pink_svg__a",
994
+ id: "a",
986
995
  width: 24,
987
996
  height: 24,
988
997
  x: 0,
@@ -1198,6 +1207,7 @@ const SvgIcMultiClipboardBlue = (props) => /* @__PURE__ */ jsxs("svg", {
1198
1207
  width: 21,
1199
1208
  height: 22,
1200
1209
  fill: "none",
1210
+ viewBox: "0 0 21 22",
1201
1211
  ...props,
1202
1212
  children: [
1203
1213
  /* @__PURE__ */ jsx("rect", {
@@ -1300,10 +1310,10 @@ const SvgIcMultiCloudBlack = (props) => /* @__PURE__ */ jsxs("svg", {
1300
1310
  viewBox: "0 0 28 18",
1301
1311
  ...props,
1302
1312
  children: [/* @__PURE__ */ jsx("path", {
1303
- fill: "url(#ic-multi-cloud-black_svg__a)",
1313
+ fill: "url(#a)",
1304
1314
  d: "M19.403.406C24.151.406 28 4.221 28 8.926s-3.849 8.52-8.597 8.52A8.6 8.6 0 0 1 14 15.55a8.6 8.6 0 0 1-5.403 1.894C3.849 17.445 0 13.631 0 8.925 0 4.222 3.849.407 8.597.407A8.6 8.6 0 0 1 14 2.3 8.6 8.6 0 0 1 19.403.406"
1305
1315
  }), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("radialGradient", {
1306
- id: "ic-multi-cloud-black_svg__a",
1316
+ id: "a",
1307
1317
  cx: 0,
1308
1318
  cy: 0,
1309
1319
  r: 1,
@@ -1377,6 +1387,7 @@ const SvgIcMultiFlag = (props) => /* @__PURE__ */ jsxs("svg", {
1377
1387
  width: 24,
1378
1388
  height: 24,
1379
1389
  fill: "none",
1390
+ viewBox: "0 0 24 24",
1380
1391
  ...props,
1381
1392
  children: [/* @__PURE__ */ jsx("path", {
1382
1393
  fill: "#898989",
@@ -1429,32 +1440,32 @@ const SvgIcMultiHeartMinusCircle = (props) => /* @__PURE__ */ jsxs("svg", {
1429
1440
  ...props,
1430
1441
  children: [
1431
1442
  /* @__PURE__ */ jsx("g", {
1432
- filter: "url(#ic-multi-heart-minus-circle_svg__a)",
1443
+ filter: "url(#a)",
1433
1444
  children: /* @__PURE__ */ jsx("circle", {
1434
1445
  cx: 20,
1435
1446
  cy: 20,
1436
1447
  r: 20,
1437
- fill: "url(#ic-multi-heart-minus-circle_svg__b)"
1448
+ fill: "url(#b)"
1438
1449
  })
1439
1450
  }),
1440
1451
  /* @__PURE__ */ jsx("g", {
1441
- filter: "url(#ic-multi-heart-minus-circle_svg__c)",
1452
+ filter: "url(#c)",
1442
1453
  children: /* @__PURE__ */ jsx("circle", {
1443
1454
  cx: 19.999,
1444
1455
  cy: 19.616,
1445
1456
  r: 16.589,
1446
- fill: "url(#ic-multi-heart-minus-circle_svg__d)"
1457
+ fill: "url(#d)"
1447
1458
  })
1448
1459
  }),
1449
1460
  /* @__PURE__ */ jsx("g", {
1450
- filter: "url(#ic-multi-heart-minus-circle_svg__e)",
1461
+ filter: "url(#e)",
1451
1462
  children: /* @__PURE__ */ jsx("path", {
1452
- fill: "url(#ic-multi-heart-minus-circle_svg__f)",
1463
+ fill: "url(#f)",
1453
1464
  d: "M30.103 12.87a6.5 6.5 0 0 1 0 9.193l-9.546 9.546a1 1 0 0 1-1.415 0l-9.545-9.546a6.5 6.5 0 0 1 9.192-9.193l1.06 1.06 1.061-1.06a6.5 6.5 0 0 1 9.193 0"
1454
1465
  })
1455
1466
  }),
1456
1467
  /* @__PURE__ */ jsx("g", {
1457
- filter: "url(#ic-multi-heart-minus-circle_svg__g)",
1468
+ filter: "url(#g)",
1458
1469
  children: /* @__PURE__ */ jsx("path", {
1459
1470
  fill: "#fff",
1460
1471
  d: "M32.265 25.111a.9.9 0 0 1 0 1.801H22.54a.9.9 0 0 1 0-1.8z"
@@ -1462,7 +1473,7 @@ const SvgIcMultiHeartMinusCircle = (props) => /* @__PURE__ */ jsxs("svg", {
1462
1473
  }),
1463
1474
  /* @__PURE__ */ jsxs("defs", { children: [
1464
1475
  /* @__PURE__ */ jsxs("filter", {
1465
- id: "ic-multi-heart-minus-circle_svg__a",
1476
+ id: "a",
1466
1477
  width: 40,
1467
1478
  height: 40,
1468
1479
  x: 0,
@@ -1500,7 +1511,7 @@ const SvgIcMultiHeartMinusCircle = (props) => /* @__PURE__ */ jsxs("svg", {
1500
1511
  ]
1501
1512
  }),
1502
1513
  /* @__PURE__ */ jsxs("filter", {
1503
- id: "ic-multi-heart-minus-circle_svg__c",
1514
+ id: "c",
1504
1515
  width: 35.211,
1505
1516
  height: 35.211,
1506
1517
  x: 2.393,
@@ -1536,7 +1547,7 @@ const SvgIcMultiHeartMinusCircle = (props) => /* @__PURE__ */ jsxs("svg", {
1536
1547
  ]
1537
1548
  }),
1538
1549
  /* @__PURE__ */ jsxs("filter", {
1539
- id: "ic-multi-heart-minus-circle_svg__e",
1550
+ id: "e",
1540
1551
  width: 24.314,
1541
1552
  height: 20.935,
1542
1553
  x: 7.693,
@@ -1574,7 +1585,7 @@ const SvgIcMultiHeartMinusCircle = (props) => /* @__PURE__ */ jsxs("svg", {
1574
1585
  ]
1575
1586
  }),
1576
1587
  /* @__PURE__ */ jsxs("filter", {
1577
- id: "ic-multi-heart-minus-circle_svg__g",
1588
+ id: "g",
1578
1589
  width: 16.721,
1579
1590
  height: 6.998,
1580
1591
  x: 19.042,
@@ -1610,7 +1621,7 @@ const SvgIcMultiHeartMinusCircle = (props) => /* @__PURE__ */ jsxs("svg", {
1610
1621
  ]
1611
1622
  }),
1612
1623
  /* @__PURE__ */ jsxs("radialGradient", {
1613
- id: "ic-multi-heart-minus-circle_svg__b",
1624
+ id: "b",
1614
1625
  cx: 0,
1615
1626
  cy: 0,
1616
1627
  r: 1,
@@ -1622,7 +1633,7 @@ const SvgIcMultiHeartMinusCircle = (props) => /* @__PURE__ */ jsxs("svg", {
1622
1633
  })]
1623
1634
  }),
1624
1635
  /* @__PURE__ */ jsxs("radialGradient", {
1625
- id: "ic-multi-heart-minus-circle_svg__d",
1636
+ id: "d",
1626
1637
  cx: 0,
1627
1638
  cy: 0,
1628
1639
  r: 1,
@@ -1634,7 +1645,7 @@ const SvgIcMultiHeartMinusCircle = (props) => /* @__PURE__ */ jsxs("svg", {
1634
1645
  })]
1635
1646
  }),
1636
1647
  /* @__PURE__ */ jsxs("radialGradient", {
1637
- id: "ic-multi-heart-minus-circle_svg__f",
1648
+ id: "f",
1638
1649
  cx: 0,
1639
1650
  cy: 0,
1640
1651
  r: 1,
@@ -1659,32 +1670,32 @@ const SvgIcMultiHeartPlusCircle = (props) => /* @__PURE__ */ jsxs("svg", {
1659
1670
  ...props,
1660
1671
  children: [
1661
1672
  /* @__PURE__ */ jsx("g", {
1662
- filter: "url(#ic-multi-heart-plus-circle_svg__a)",
1673
+ filter: "url(#a)",
1663
1674
  children: /* @__PURE__ */ jsx("circle", {
1664
1675
  cx: 20,
1665
1676
  cy: 20,
1666
1677
  r: 20,
1667
- fill: "url(#ic-multi-heart-plus-circle_svg__b)"
1678
+ fill: "url(#b)"
1668
1679
  })
1669
1680
  }),
1670
1681
  /* @__PURE__ */ jsx("g", {
1671
- filter: "url(#ic-multi-heart-plus-circle_svg__c)",
1682
+ filter: "url(#c)",
1672
1683
  children: /* @__PURE__ */ jsx("circle", {
1673
1684
  cx: 19.999,
1674
1685
  cy: 19.616,
1675
1686
  r: 16.589,
1676
- fill: "url(#ic-multi-heart-plus-circle_svg__d)"
1687
+ fill: "url(#d)"
1677
1688
  })
1678
1689
  }),
1679
1690
  /* @__PURE__ */ jsx("g", {
1680
- filter: "url(#ic-multi-heart-plus-circle_svg__e)",
1691
+ filter: "url(#e)",
1681
1692
  children: /* @__PURE__ */ jsx("path", {
1682
- fill: "url(#ic-multi-heart-plus-circle_svg__f)",
1693
+ fill: "url(#f)",
1683
1694
  d: "M30.103 13.753a6.5 6.5 0 0 1 0 9.192l-9.546 9.546a1 1 0 0 1-1.415 0l-9.545-9.546a6.5 6.5 0 0 1 9.192-9.192l1.06 1.06 1.061-1.06a6.5 6.5 0 0 1 9.193 0"
1684
1695
  })
1685
1696
  }),
1686
1697
  /* @__PURE__ */ jsx("g", {
1687
- filter: "url(#ic-multi-heart-plus-circle_svg__g)",
1698
+ filter: "url(#g)",
1688
1699
  children: /* @__PURE__ */ jsx("path", {
1689
1700
  fill: "#fff",
1690
1701
  d: "M27.396 21.139c.496 0 .9.403.9.9v3.955h3.969a.9.9 0 0 1 0 1.8h-3.97v3.969a.9.9 0 0 1-1.8 0v-3.968h-3.954a.9.9 0 0 1 0-1.8h3.954v-3.956a.9.9 0 0 1 .9-.9"
@@ -1692,7 +1703,7 @@ const SvgIcMultiHeartPlusCircle = (props) => /* @__PURE__ */ jsxs("svg", {
1692
1703
  }),
1693
1704
  /* @__PURE__ */ jsxs("defs", { children: [
1694
1705
  /* @__PURE__ */ jsxs("filter", {
1695
- id: "ic-multi-heart-plus-circle_svg__a",
1706
+ id: "a",
1696
1707
  width: 40,
1697
1708
  height: 40,
1698
1709
  x: 0,
@@ -1730,7 +1741,7 @@ const SvgIcMultiHeartPlusCircle = (props) => /* @__PURE__ */ jsxs("svg", {
1730
1741
  ]
1731
1742
  }),
1732
1743
  /* @__PURE__ */ jsxs("filter", {
1733
- id: "ic-multi-heart-plus-circle_svg__c",
1744
+ id: "c",
1734
1745
  width: 35.211,
1735
1746
  height: 35.211,
1736
1747
  x: 2.393,
@@ -1766,7 +1777,7 @@ const SvgIcMultiHeartPlusCircle = (props) => /* @__PURE__ */ jsxs("svg", {
1766
1777
  ]
1767
1778
  }),
1768
1779
  /* @__PURE__ */ jsxs("filter", {
1769
- id: "ic-multi-heart-plus-circle_svg__e",
1780
+ id: "e",
1770
1781
  width: 24.314,
1771
1782
  height: 20.935,
1772
1783
  x: 7.693,
@@ -1804,7 +1815,7 @@ const SvgIcMultiHeartPlusCircle = (props) => /* @__PURE__ */ jsxs("svg", {
1804
1815
  ]
1805
1816
  }),
1806
1817
  /* @__PURE__ */ jsxs("filter", {
1807
- id: "ic-multi-heart-plus-circle_svg__g",
1818
+ id: "g",
1808
1819
  width: 16.721,
1809
1820
  height: 16.721,
1810
1821
  x: 19.042,
@@ -1840,7 +1851,7 @@ const SvgIcMultiHeartPlusCircle = (props) => /* @__PURE__ */ jsxs("svg", {
1840
1851
  ]
1841
1852
  }),
1842
1853
  /* @__PURE__ */ jsxs("radialGradient", {
1843
- id: "ic-multi-heart-plus-circle_svg__b",
1854
+ id: "b",
1844
1855
  cx: 0,
1845
1856
  cy: 0,
1846
1857
  r: 1,
@@ -1852,7 +1863,7 @@ const SvgIcMultiHeartPlusCircle = (props) => /* @__PURE__ */ jsxs("svg", {
1852
1863
  })]
1853
1864
  }),
1854
1865
  /* @__PURE__ */ jsxs("radialGradient", {
1855
- id: "ic-multi-heart-plus-circle_svg__d",
1866
+ id: "d",
1856
1867
  cx: 0,
1857
1868
  cy: 0,
1858
1869
  r: 1,
@@ -1864,7 +1875,7 @@ const SvgIcMultiHeartPlusCircle = (props) => /* @__PURE__ */ jsxs("svg", {
1864
1875
  })]
1865
1876
  }),
1866
1877
  /* @__PURE__ */ jsxs("radialGradient", {
1867
- id: "ic-multi-heart-plus-circle_svg__f",
1878
+ id: "f",
1868
1879
  cx: 0,
1869
1880
  cy: 0,
1870
1881
  r: 1,
@@ -1885,9 +1896,10 @@ const SvgIcMultiImage = (props) => /* @__PURE__ */ jsxs("svg", {
1885
1896
  width: 24,
1886
1897
  height: 24,
1887
1898
  fill: "none",
1899
+ viewBox: "0 0 24 24",
1888
1900
  ...props,
1889
1901
  children: [/* @__PURE__ */ jsxs("g", {
1890
- clipPath: "url(#ic-multi-image_svg__a)",
1902
+ clipPath: "url(#a)",
1891
1903
  children: [
1892
1904
  /* @__PURE__ */ jsx("rect", {
1893
1905
  width: 22,
@@ -1913,7 +1925,7 @@ const SvgIcMultiImage = (props) => /* @__PURE__ */ jsxs("svg", {
1913
1925
  })
1914
1926
  ]
1915
1927
  }), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
1916
- id: "ic-multi-image_svg__a",
1928
+ id: "a",
1917
1929
  children: /* @__PURE__ */ jsx("path", {
1918
1930
  fill: "#fff",
1919
1931
  d: "M0 0h24v24H0z"
@@ -1971,25 +1983,25 @@ const SvgIcMultiPointCircle = (props) => /* @__PURE__ */ jsxs("svg", {
1971
1983
  ...props,
1972
1984
  children: [
1973
1985
  /* @__PURE__ */ jsx("g", {
1974
- filter: "url(#ic-multi-point-circle_svg__a)",
1986
+ filter: "url(#a)",
1975
1987
  children: /* @__PURE__ */ jsx("circle", {
1976
1988
  cx: 11,
1977
1989
  cy: 11,
1978
1990
  r: 11,
1979
- fill: "url(#ic-multi-point-circle_svg__b)"
1991
+ fill: "url(#b)"
1980
1992
  })
1981
1993
  }),
1982
1994
  /* @__PURE__ */ jsx("g", {
1983
- filter: "url(#ic-multi-point-circle_svg__c)",
1995
+ filter: "url(#c)",
1984
1996
  children: /* @__PURE__ */ jsx("circle", {
1985
1997
  cx: 11,
1986
1998
  cy: 10.999,
1987
1999
  r: 9.124,
1988
- fill: "url(#ic-multi-point-circle_svg__d)"
2000
+ fill: "url(#d)"
1989
2001
  })
1990
2002
  }),
1991
2003
  /* @__PURE__ */ jsx("g", {
1992
- filter: "url(#ic-multi-point-circle_svg__e)",
2004
+ filter: "url(#e)",
1993
2005
  children: /* @__PURE__ */ jsx("path", {
1994
2006
  fill: "#82B5FF",
1995
2007
  d: "M7.588 6.268a.5.5 0 0 1 .5-.5h3.147c2.447 0 4.353.84 4.353 3.482 0 2.537-1.906 3.677-4.293 3.677h-.986a.5.5 0 0 0-.5.5v2.948a.5.5 0 0 1-.5.5H8.088a.5.5 0 0 1-.5-.5zm3.557 4.903c1.516 0 2.267-.645 2.267-1.921 0-1.306-.796-1.726-2.342-1.726h-.76a.5.5 0 0 0-.5.5v2.647a.5.5 0 0 0 .5.5z"
@@ -1997,7 +2009,7 @@ const SvgIcMultiPointCircle = (props) => /* @__PURE__ */ jsxs("svg", {
1997
2009
  }),
1998
2010
  /* @__PURE__ */ jsxs("defs", { children: [
1999
2011
  /* @__PURE__ */ jsxs("filter", {
2000
- id: "ic-multi-point-circle_svg__a",
2012
+ id: "a",
2001
2013
  width: 22,
2002
2014
  height: 22,
2003
2015
  x: 0,
@@ -2035,7 +2047,7 @@ const SvgIcMultiPointCircle = (props) => /* @__PURE__ */ jsxs("svg", {
2035
2047
  ]
2036
2048
  }),
2037
2049
  /* @__PURE__ */ jsxs("filter", {
2038
- id: "ic-multi-point-circle_svg__c",
2050
+ id: "c",
2039
2051
  width: 20.281,
2040
2052
  height: 20.281,
2041
2053
  x: .859,
@@ -2071,7 +2083,7 @@ const SvgIcMultiPointCircle = (props) => /* @__PURE__ */ jsxs("svg", {
2071
2083
  ]
2072
2084
  }),
2073
2085
  /* @__PURE__ */ jsxs("filter", {
2074
- id: "ic-multi-point-circle_svg__e",
2086
+ id: "e",
2075
2087
  width: 8,
2076
2088
  height: 11.108,
2077
2089
  x: 7.588,
@@ -2109,7 +2121,7 @@ const SvgIcMultiPointCircle = (props) => /* @__PURE__ */ jsxs("svg", {
2109
2121
  ]
2110
2122
  }),
2111
2123
  /* @__PURE__ */ jsxs("radialGradient", {
2112
- id: "ic-multi-point-circle_svg__b",
2124
+ id: "b",
2113
2125
  cx: 0,
2114
2126
  cy: 0,
2115
2127
  r: 1,
@@ -2121,7 +2133,7 @@ const SvgIcMultiPointCircle = (props) => /* @__PURE__ */ jsxs("svg", {
2121
2133
  })]
2122
2134
  }),
2123
2135
  /* @__PURE__ */ jsxs("radialGradient", {
2124
- id: "ic-multi-point-circle_svg__d",
2136
+ id: "d",
2125
2137
  cx: 0,
2126
2138
  cy: 0,
2127
2139
  r: 1,
@@ -2206,6 +2218,7 @@ const SvgIcMultiShare = (props) => /* @__PURE__ */ jsxs("svg", {
2206
2218
  width: 24,
2207
2219
  height: 24,
2208
2220
  fill: "none",
2221
+ viewBox: "0 0 24 24",
2209
2222
  ...props,
2210
2223
  children: [
2211
2224
  /* @__PURE__ */ jsx("path", {
@@ -2318,9 +2331,10 @@ const SvgIcMultiVideo = (props) => /* @__PURE__ */ jsxs("svg", {
2318
2331
  width: 24,
2319
2332
  height: 24,
2320
2333
  fill: "none",
2334
+ viewBox: "0 0 24 24",
2321
2335
  ...props,
2322
2336
  children: [/* @__PURE__ */ jsxs("g", {
2323
- clipPath: "url(#ic-multi-video_svg__a)",
2337
+ clipPath: "url(#a)",
2324
2338
  children: [/* @__PURE__ */ jsx("circle", {
2325
2339
  cx: 12,
2326
2340
  cy: 12,
@@ -2333,7 +2347,7 @@ const SvgIcMultiVideo = (props) => /* @__PURE__ */ jsxs("svg", {
2333
2347
  d: "M15.389 11.134a1 1 0 0 1 0 1.732l-4.334 2.502a1 1 0 0 1-1.5-.866V9.498a1 1 0 0 1 1.5-.866z"
2334
2348
  })]
2335
2349
  }), /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", {
2336
- id: "ic-multi-video_svg__a",
2350
+ id: "a",
2337
2351
  children: /* @__PURE__ */ jsx("path", {
2338
2352
  fill: "#fff",
2339
2353
  d: "M0 0h24v24H0z"
@@ -2374,6 +2388,7 @@ const SvgIlBellEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
2374
2388
  width: 109,
2375
2389
  height: 106,
2376
2390
  fill: "none",
2391
+ viewBox: "0 0 109 106",
2377
2392
  ...props,
2378
2393
  children: [
2379
2394
  /* @__PURE__ */ jsx("ellipse", {
@@ -2388,9 +2403,9 @@ const SvgIlBellEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
2388
2403
  d: "M51.495 0c5.13 0 9.29 4.167 9.29 9.308 0 5.14-4.16 9.306-9.29 9.306-5.131 0-9.291-4.166-9.291-9.306S46.364 0 51.494 0m-.258 5.17c-2.423.001-4.387 1.852-4.387 4.137s1.964 4.136 4.387 4.136 4.387-1.852 4.387-4.136c0-2.285-1.964-4.136-4.387-4.136"
2389
2404
  }),
2390
2405
  /* @__PURE__ */ jsx("g", {
2391
- filter: "url(#il-bell-empty_svg__a)",
2406
+ filter: "url(#a)",
2392
2407
  children: /* @__PURE__ */ jsx("path", {
2393
- fill: "url(#il-bell-empty_svg__b)",
2408
+ fill: "url(#b)",
2394
2409
  d: "M51.493 11.893c19.384 0 35.099 15.713 35.099 35.097v26.937c0 1.69 1.37 3.061 3.061 3.061a9.335 9.335 0 0 1 9.335 9.335c0 5.156-4.179 9.336-9.335 9.336H13.335a9.336 9.336 0 0 1 0-18.67 3.06 3.06 0 0 0 3.06-3.061V46.99c0-19.383 15.714-35.097 35.098-35.097"
2395
2410
  })
2396
2411
  }),
@@ -2403,7 +2418,7 @@ const SvgIlBellEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
2403
2418
  xmlns: "http://www.w3.org/1999/xhtml",
2404
2419
  style: {
2405
2420
  backdropFilter: "blur(2px)",
2406
- clipPath: "url(#il-bell-empty_svg__c)",
2421
+ clipPath: "url(#c)",
2407
2422
  height: "100%",
2408
2423
  width: "100%"
2409
2424
  }
@@ -2411,11 +2426,11 @@ const SvgIlBellEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
2411
2426
  }),
2412
2427
  /* @__PURE__ */ jsx("g", {
2413
2428
  "data-figma-bg-blur-radius": 4,
2414
- filter: "url(#il-bell-empty_svg__d)",
2429
+ filter: "url(#d)",
2415
2430
  children: /* @__PURE__ */ jsx("ellipse", {
2416
2431
  cx: 83.357,
2417
2432
  cy: 27.935,
2418
- fill: "url(#il-bell-empty_svg__e)",
2433
+ fill: "url(#e)",
2419
2434
  fillOpacity: .71,
2420
2435
  rx: 21.643,
2421
2436
  ry: 21.682,
@@ -2427,12 +2442,12 @@ const SvgIlBellEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
2427
2442
  d: "M90.068 17.8a2.406 2.406 0 0 1 3.407 0c.94.943.94 2.47 0 3.413l-6.71 6.722 6.71 6.721c.94.943.94 2.471 0 3.413a2.407 2.407 0 0 1-3.408 0l-6.71-6.721-6.707 6.721a2.407 2.407 0 0 1-3.407 0 2.417 2.417 0 0 1 0-3.413l6.708-6.721-6.71-6.722a2.416 2.416 0 0 1 0-3.412 2.406 2.406 0 0 1 3.408 0l6.709 6.72z"
2428
2443
  }),
2429
2444
  /* @__PURE__ */ jsx("path", {
2430
- fill: "url(#il-bell-empty_svg__f)",
2445
+ fill: "url(#f)",
2431
2446
  d: "M4 86.125a9.034 9.034 0 0 1 9.034-9.034h76.92a9.034 9.034 0 0 1 9.035 9.034z"
2432
2447
  }),
2433
2448
  /* @__PURE__ */ jsxs("defs", { children: [
2434
2449
  /* @__PURE__ */ jsxs("linearGradient", {
2435
- id: "il-bell-empty_svg__b",
2450
+ id: "b",
2436
2451
  x1: 51.495,
2437
2452
  x2: 51.495,
2438
2453
  y1: 11.893,
@@ -2444,7 +2459,7 @@ const SvgIlBellEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
2444
2459
  })]
2445
2460
  }),
2446
2461
  /* @__PURE__ */ jsxs("linearGradient", {
2447
- id: "il-bell-empty_svg__e",
2462
+ id: "e",
2448
2463
  x1: 61.714,
2449
2464
  x2: 107.719,
2450
2465
  y1: 24.321,
@@ -2456,7 +2471,7 @@ const SvgIlBellEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
2456
2471
  })]
2457
2472
  }),
2458
2473
  /* @__PURE__ */ jsxs("linearGradient", {
2459
- id: "il-bell-empty_svg__f",
2474
+ id: "f",
2460
2475
  x1: 51.494,
2461
2476
  x2: 9.413,
2462
2477
  y1: 80.376,
@@ -2471,7 +2486,7 @@ const SvgIlBellEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
2471
2486
  })]
2472
2487
  }),
2473
2488
  /* @__PURE__ */ jsxs("filter", {
2474
- id: "il-bell-empty_svg__a",
2489
+ id: "a",
2475
2490
  width: 102.988,
2476
2491
  height: 91.767,
2477
2492
  x: 0,
@@ -2507,7 +2522,7 @@ const SvgIlBellEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
2507
2522
  ]
2508
2523
  }),
2509
2524
  /* @__PURE__ */ jsxs("filter", {
2510
- id: "il-bell-empty_svg__d",
2525
+ id: "d",
2511
2526
  width: 51.286,
2512
2527
  height: 53.364,
2513
2528
  x: 57.714,
@@ -2543,7 +2558,7 @@ const SvgIlBellEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
2543
2558
  ]
2544
2559
  }),
2545
2560
  /* @__PURE__ */ jsx("clipPath", {
2546
- id: "il-bell-empty_svg__c",
2561
+ id: "c",
2547
2562
  transform: "translate(-57.714 -2.253)",
2548
2563
  children: /* @__PURE__ */ jsx("ellipse", {
2549
2564
  cx: 83.357,
@@ -2562,6 +2577,7 @@ const SvgIlBooksCap = (props) => /* @__PURE__ */ jsxs("svg", {
2562
2577
  width: 143,
2563
2578
  height: 79,
2564
2579
  fill: "none",
2580
+ viewBox: "0 0 143 79",
2565
2581
  ...props,
2566
2582
  children: [
2567
2583
  /* @__PURE__ */ jsx("path", {
@@ -2569,14 +2585,14 @@ const SvgIlBooksCap = (props) => /* @__PURE__ */ jsxs("svg", {
2569
2585
  d: "M90.208 67.089c-2.802-.247-7.646-.301-10.441-.117l-60.3 3.97c-2.231.147-2.443.402-.51.613l35.73 3.893c2.813.307 8.658.373 11.47.13l57.454-4.966c1.935-.168 1.718-.428-.521-.625z"
2570
2586
  }),
2571
2587
  /* @__PURE__ */ jsx("path", {
2572
- fill: "url(#il-books-cap_svg__a)",
2588
+ fill: "url(#a)",
2573
2589
  d: "m123.437 70.1.705-10.977-63.883 3.913-41.35-3.658c-6.615 1.58-6.629 9.595-.737 11.476l43.346 3.787z"
2574
2590
  }),
2575
2591
  /* @__PURE__ */ jsx("g", {
2576
- filter: "url(#il-books-cap_svg__b)",
2592
+ filter: "url(#b)",
2577
2593
  style: { mixBlendMode: "multiply" },
2578
2594
  children: /* @__PURE__ */ jsx("path", {
2579
- fill: "url(#il-books-cap_svg__c)",
2595
+ fill: "url(#c)",
2580
2596
  d: "m59.082 74.712-.075-11.96 64.494-3.307-1.5 10z"
2581
2597
  })
2582
2598
  }),
@@ -2585,21 +2601,21 @@ const SvgIlBooksCap = (props) => /* @__PURE__ */ jsxs("svg", {
2585
2601
  d: "M90.803 55.629c-2.752-.224-7.218-.275-9.975-.114L19.593 59.1c-2.62.154-2.771.445-.345.669l35.826 3.293c2.751.253 7.647.314 10.502.131l61.479-3.943c2.576-.166 2.496-.468-.182-.686z"
2586
2602
  }),
2587
2603
  /* @__PURE__ */ jsx("g", {
2588
- filter: "url(#il-books-cap_svg__d)",
2604
+ filter: "url(#d)",
2589
2605
  children: /* @__PURE__ */ jsx("path", {
2590
2606
  fill: "#B4CFE7",
2591
2607
  d: "M52.035 53.908c2.803-.24 7.647-.284 10.442-.094l60.291 4.102c2.23.152 2.442.408.508.614l-35.738 3.816c-2.814.3-8.659.353-11.471.104l-57.442-5.093c-1.935-.171-1.718-.431.522-.624z"
2592
2608
  })
2593
2609
  }),
2594
2610
  /* @__PURE__ */ jsx("path", {
2595
- fill: "url(#il-books-cap_svg__e)",
2611
+ fill: "url(#e)",
2596
2612
  d: "m18.801 56.846-.68-10.979 63.873 4.054 41.358-3.567c6.611 1.594 6.608 9.61.712 11.478l-43.355 3.69z"
2597
2613
  }),
2598
2614
  /* @__PURE__ */ jsx("g", {
2599
- filter: "url(#il-books-cap_svg__f)",
2615
+ filter: "url(#f)",
2600
2616
  style: { mixBlendMode: "multiply" },
2601
2617
  children: /* @__PURE__ */ jsx("path", {
2602
- fill: "url(#il-books-cap_svg__g)",
2618
+ fill: "url(#g)",
2603
2619
  d: "m81.675 60.962-.74-11.937 42.853-3.7-3.807 10.135-1.146-8.265z"
2604
2620
  })
2605
2621
  }),
@@ -2612,30 +2628,30 @@ const SvgIlBooksCap = (props) => /* @__PURE__ */ jsxs("svg", {
2612
2628
  d: "m115.363 42.615-1.946 5.685 6.22-.721-3.197-5.089zm-1.484-17.498-.539.062 2.086 17.975.538-.063.539-.062-2.085-17.975z"
2613
2629
  }),
2614
2630
  /* @__PURE__ */ jsx("path", {
2615
- fill: "url(#il-books-cap_svg__h)",
2631
+ fill: "url(#h)",
2616
2632
  d: "M84.524 21.219c2.263-.503 4.583-.35 6.64.437l15.183 5.816c.758.29 1.239.971 1.239 1.757V45.29l.028.008-.029.004.001.023-.051-.014-20.07 3.354c-1.601.267-3.29.168-4.937-.289L63.542 43.11l-.076.013 1.857-16.097c.107-.933.867-1.733 1.856-1.953z"
2617
2633
  }),
2618
2634
  /* @__PURE__ */ jsx("path", {
2619
- fill: "url(#il-books-cap_svg__i)",
2635
+ fill: "url(#i)",
2620
2636
  d: "M85.347 30.052a1.1 1.1 0 0 1-.5-.019L49.71 20.134c-1.064-.3-.775-1.856.386-2.075l37.485-7.07c.168-.032.337-.027.492.015l35.888 9.792c1.072.293.787 1.859-.379 2.078z"
2621
2637
  }),
2622
2638
  /* @__PURE__ */ jsx("mask", {
2623
- id: "il-books-cap_svg__k",
2639
+ id: "k",
2624
2640
  fill: "#fff",
2625
2641
  children: /* @__PURE__ */ jsx("path", { d: "M85.584 31.502c-.202.04-.407.03-.593-.03L49.72 20.148c-.626-.201-.794-.798-.585-1.288.073.294.288.55.666.663l34.927 10.342c.18.053.375.061.566.023l37.991-7.598c.302-.06.536-.21.697-.399.811.433.569 1.68-.471 1.891z" })
2626
2642
  }),
2627
2643
  /* @__PURE__ */ jsx("path", {
2628
- fill: "url(#il-books-cap_svg__j)",
2644
+ fill: "url(#j)",
2629
2645
  d: "M85.584 31.502c-.202.04-.407.03-.593-.03L49.72 20.148c-.626-.201-.794-.798-.585-1.288.073.294.288.55.666.663l34.927 10.342c.18.053.375.061.566.023l37.991-7.598c.302-.06.536-.21.697-.399.811.433.569 1.68-.471 1.891z"
2630
2646
  }),
2631
2647
  /* @__PURE__ */ jsx("path", {
2632
2648
  fill: "#DEE9F2",
2633
2649
  d: "m85.584 31.502.369 1.042zm-.593-.03-.213 1.005zM49.72 20.148l-.213 1.004zm-.585-1.288 1.074-.105-.836-3.387-1.27 2.975zm.666.663-.185 1.013zm34.927 10.342.185-1.013zm.566.023.366 1.042zm37.991-7.598.366 1.042zm.697-.399.429-.913-.807-.43-.515.603zm-.471 1.891.37 1.042zm-37.927 7.72-.37-1.041-.031.003.02.005-.212 1.005-.213 1.004c.404.13.81.14 1.175.067zm-.593-.028.212-1.005-35.27-11.326-.213 1.005-.213 1.004 35.27 11.326zM49.72 20.147l.213-1.005a.413.413 0 0 1 .207.214c.016.041.015.063.015.061a.1.1 0 0 1 .012-.042l-1.032-.516-1.032-.517a2 2 0 0 0-.014 1.524c.236.593.746 1.07 1.418 1.285zm-.585-1.288-1.074.104c.172.695.72 1.325 1.555 1.572l.185-1.013.186-1.013a.35.35 0 0 1 .13.091.36.36 0 0 1 .092.154zm.666.663-.185 1.013 34.927 10.342.185-1.013.185-1.013-34.926-10.342zm34.927 10.342-.185 1.013a2.3 2.3 0 0 0 1.117.052l-.366-1.042-.366-1.043q-.024.005-.03.003l.015.004zm.566.023.366 1.042 37.991-7.597-.366-1.043-.366-1.043-37.991 7.598zm37.991-7.598.366 1.042c.528-.105.94-.367 1.225-.7l-.894-.74-.893-.741a.3.3 0 0 1-.17.096zm.697-.399-.428.913a.4.4 0 0 1-.177-.196c-.025-.06-.012-.08-.018-.05-.014.062-.08.154-.218.182l.37 1.042.37 1.042c.902-.184 1.477-.82 1.642-1.542.162-.714-.073-1.749-1.112-2.304zm-.471 1.891-.37-1.042-37.927 7.721.37 1.042.37 1.042 37.927-7.721z",
2634
- mask: "url(#il-books-cap_svg__k)"
2650
+ mask: "url(#k)"
2635
2651
  }),
2636
2652
  /* @__PURE__ */ jsxs("defs", { children: [
2637
2653
  /* @__PURE__ */ jsxs("linearGradient", {
2638
- id: "il-books-cap_svg__a",
2654
+ id: "a",
2639
2655
  x1: 69.593,
2640
2656
  x2: 64.903,
2641
2657
  y1: 52.755,
@@ -2647,7 +2663,7 @@ const SvgIlBooksCap = (props) => /* @__PURE__ */ jsxs("svg", {
2647
2663
  })]
2648
2664
  }),
2649
2665
  /* @__PURE__ */ jsxs("linearGradient", {
2650
- id: "il-books-cap_svg__c",
2666
+ id: "c",
2651
2667
  x1: 66.001,
2652
2668
  x2: 67.607,
2653
2669
  y1: 61.669,
@@ -2659,7 +2675,7 @@ const SvgIlBooksCap = (props) => /* @__PURE__ */ jsxs("svg", {
2659
2675
  })]
2660
2676
  }),
2661
2677
  /* @__PURE__ */ jsxs("linearGradient", {
2662
- id: "il-books-cap_svg__e",
2678
+ id: "e",
2663
2679
  x1: 72.683,
2664
2680
  x2: 77.305,
2665
2681
  y1: 39.62,
@@ -2671,7 +2687,7 @@ const SvgIlBooksCap = (props) => /* @__PURE__ */ jsxs("svg", {
2671
2687
  })]
2672
2688
  }),
2673
2689
  /* @__PURE__ */ jsxs("linearGradient", {
2674
- id: "il-books-cap_svg__g",
2690
+ id: "g",
2675
2691
  x1: 87.857,
2676
2692
  x2: 90.406,
2677
2693
  y1: 47.553,
@@ -2683,7 +2699,7 @@ const SvgIlBooksCap = (props) => /* @__PURE__ */ jsxs("svg", {
2683
2699
  })]
2684
2700
  }),
2685
2701
  /* @__PURE__ */ jsxs("linearGradient", {
2686
- id: "il-books-cap_svg__h",
2702
+ id: "h",
2687
2703
  x1: 62.116,
2688
2704
  x2: 73.465,
2689
2705
  y1: 43.761,
@@ -2698,7 +2714,7 @@ const SvgIlBooksCap = (props) => /* @__PURE__ */ jsxs("svg", {
2698
2714
  })]
2699
2715
  }),
2700
2716
  /* @__PURE__ */ jsxs("linearGradient", {
2701
- id: "il-books-cap_svg__i",
2717
+ id: "i",
2702
2718
  x1: 85.992,
2703
2719
  x2: 86.098,
2704
2720
  y1: 30.367,
@@ -2710,7 +2726,7 @@ const SvgIlBooksCap = (props) => /* @__PURE__ */ jsxs("svg", {
2710
2726
  })]
2711
2727
  }),
2712
2728
  /* @__PURE__ */ jsxs("linearGradient", {
2713
- id: "il-books-cap_svg__j",
2729
+ id: "j",
2714
2730
  x1: 57.379,
2715
2731
  x2: 111.364,
2716
2732
  y1: 31.097,
@@ -2733,7 +2749,7 @@ const SvgIlBooksCap = (props) => /* @__PURE__ */ jsxs("svg", {
2733
2749
  ]
2734
2750
  }),
2735
2751
  /* @__PURE__ */ jsxs("filter", {
2736
- id: "il-books-cap_svg__b",
2752
+ id: "b",
2737
2753
  width: 67.493,
2738
2754
  height: 18.267,
2739
2755
  x: 57.508,
@@ -2757,7 +2773,7 @@ const SvgIlBooksCap = (props) => /* @__PURE__ */ jsxs("svg", {
2757
2773
  ]
2758
2774
  }),
2759
2775
  /* @__PURE__ */ jsxs("filter", {
2760
- id: "il-books-cap_svg__d",
2776
+ id: "d",
2761
2777
  width: 111.288,
2762
2778
  height: 12.913,
2763
2779
  x: 15.308,
@@ -2793,7 +2809,7 @@ const SvgIlBooksCap = (props) => /* @__PURE__ */ jsxs("svg", {
2793
2809
  ]
2794
2810
  }),
2795
2811
  /* @__PURE__ */ jsxs("filter", {
2796
- id: "il-books-cap_svg__f",
2812
+ id: "f",
2797
2813
  width: 45.853,
2798
2814
  height: 18.637,
2799
2815
  x: 79.435,
@@ -2826,27 +2842,28 @@ const SvgIlBoxStarsCircle = (props) => /* @__PURE__ */ jsxs("svg", {
2826
2842
  width: 47,
2827
2843
  height: 62,
2828
2844
  fill: "none",
2845
+ viewBox: "0 0 47 62",
2829
2846
  ...props,
2830
2847
  children: [
2831
2848
  /* @__PURE__ */ jsx("g", {
2832
- filter: "url(#il-box-stars-circle_svg__a)",
2849
+ filter: "url(#a)",
2833
2850
  children: /* @__PURE__ */ jsx("path", {
2834
- fill: "url(#il-box-stars-circle_svg__b)",
2851
+ fill: "url(#b)",
2835
2852
  fillOpacity: .48,
2836
2853
  d: "M1.268 13.345C8.77 20.26 21.874 41.033 21.34 43.427l13.142 2.904c-2.553-7.586.286-21.568 2.39-38.59z"
2837
2854
  })
2838
2855
  }),
2839
2856
  /* @__PURE__ */ jsx("g", {
2840
- filter: "url(#il-box-stars-circle_svg__c)",
2857
+ filter: "url(#c)",
2841
2858
  children: /* @__PURE__ */ jsx("path", {
2842
- fill: "url(#il-box-stars-circle_svg__d)",
2859
+ fill: "url(#d)",
2843
2860
  d: "m29.08 34.055 11.248 4.995-13.595 8.378L13.8 37.434l11.44-3.6a5.44 5.44 0 0 1 3.84.22"
2844
2861
  })
2845
2862
  }),
2846
2863
  /* @__PURE__ */ jsx("g", {
2847
- filter: "url(#il-box-stars-circle_svg__e)",
2864
+ filter: "url(#e)",
2848
2865
  children: /* @__PURE__ */ jsx("path", {
2849
- fill: "url(#il-box-stars-circle_svg__f)",
2866
+ fill: "url(#f)",
2850
2867
  d: "M28.644 33.176a5.44 5.44 0 0 0-4.118-.29l-10.064 3.332-1.19-.608 11.254-3.725a5.44 5.44 0 0 1 4.118.29l11.231 5.545-1.194.41z"
2851
2868
  })
2852
2869
  }),
@@ -2855,7 +2872,7 @@ const SvgIlBoxStarsCircle = (props) => /* @__PURE__ */ jsxs("svg", {
2855
2872
  d: "M31.95 35.788c.288-.667 1.144-.502 1.25.24l.137.968c.047.333.272.595.557.65l.83.16c.637.122.778 1.122.207 1.458l-.745.438c-.256.15-.397.477-.35.81l.137.968c.106.742-.664 1.195-1.122.66l-.598-.697c-.205-.24-.517-.3-.773-.149l-.745.438c-.572.337-1.189-.383-.9-1.05l.375-.869a.88.88 0 0 0-.128-.902l-.598-.696c-.458-.535-.07-1.433.566-1.31l.83.16c.285.055.565-.11.694-.408z"
2856
2873
  }),
2857
2874
  /* @__PURE__ */ jsx("path", {
2858
- fill: "url(#il-box-stars-circle_svg__g)",
2875
+ fill: "url(#g)",
2859
2876
  d: "M39.145 48.994a.98.98 0 0 1-.624.833l-11.796 4.536a1 1 0 0 1-.837-.058l-10.842-5.91a1.02 1.02 0 0 1-.532-.855L14.1 36.728l12.816 5.856 13.132-4.22z"
2860
2877
  }),
2861
2878
  /* @__PURE__ */ jsx("path", {
@@ -2873,7 +2890,7 @@ const SvgIlBoxStarsCircle = (props) => /* @__PURE__ */ jsxs("svg", {
2873
2890
  }),
2874
2891
  /* @__PURE__ */ jsxs("defs", { children: [
2875
2892
  /* @__PURE__ */ jsxs("linearGradient", {
2876
- id: "il-box-stars-circle_svg__b",
2893
+ id: "b",
2877
2894
  x1: 13.002,
2878
2895
  x2: 31.358,
2879
2896
  y1: 9.446,
@@ -2889,7 +2906,7 @@ const SvgIlBoxStarsCircle = (props) => /* @__PURE__ */ jsxs("svg", {
2889
2906
  })]
2890
2907
  }),
2891
2908
  /* @__PURE__ */ jsxs("linearGradient", {
2892
- id: "il-box-stars-circle_svg__d",
2909
+ id: "d",
2893
2910
  x1: 27.819,
2894
2911
  x2: 27.744,
2895
2912
  y1: 43.297,
@@ -2901,7 +2918,7 @@ const SvgIlBoxStarsCircle = (props) => /* @__PURE__ */ jsxs("svg", {
2901
2918
  })]
2902
2919
  }),
2903
2920
  /* @__PURE__ */ jsxs("linearGradient", {
2904
- id: "il-box-stars-circle_svg__f",
2921
+ id: "f",
2905
2922
  x1: 13.582,
2906
2923
  x2: 39.52,
2907
2924
  y1: 37.677,
@@ -2920,7 +2937,7 @@ const SvgIlBoxStarsCircle = (props) => /* @__PURE__ */ jsxs("svg", {
2920
2937
  ]
2921
2938
  }),
2922
2939
  /* @__PURE__ */ jsxs("linearGradient", {
2923
- id: "il-box-stars-circle_svg__g",
2940
+ id: "g",
2924
2941
  x1: 40.534,
2925
2942
  x2: 30.973,
2926
2943
  y1: 35.874,
@@ -2932,7 +2949,7 @@ const SvgIlBoxStarsCircle = (props) => /* @__PURE__ */ jsxs("svg", {
2932
2949
  })]
2933
2950
  }),
2934
2951
  /* @__PURE__ */ jsxs("filter", {
2935
- id: "il-box-stars-circle_svg__a",
2952
+ id: "a",
2936
2953
  width: 36.105,
2937
2954
  height: 39.09,
2938
2955
  x: 1.018,
@@ -2956,7 +2973,7 @@ const SvgIlBoxStarsCircle = (props) => /* @__PURE__ */ jsxs("svg", {
2956
2973
  ]
2957
2974
  }),
2958
2975
  /* @__PURE__ */ jsxs("filter", {
2959
- id: "il-box-stars-circle_svg__c",
2976
+ id: "c",
2960
2977
  width: 26.529,
2961
2978
  height: 14.385,
2962
2979
  x: 13.799,
@@ -2994,7 +3011,7 @@ const SvgIlBoxStarsCircle = (props) => /* @__PURE__ */ jsxs("svg", {
2994
3011
  ]
2995
3012
  }),
2996
3013
  /* @__PURE__ */ jsxs("filter", {
2997
- id: "il-box-stars-circle_svg__e",
3014
+ id: "e",
2998
3015
  width: 26.602,
2999
3016
  height: 7.061,
3000
3017
  x: 13.273,
@@ -3041,31 +3058,32 @@ const SvgIlBoxStarsOpen = (props) => /* @__PURE__ */ jsxs("svg", {
3041
3058
  width: 111,
3042
3059
  height: 141,
3043
3060
  fill: "none",
3061
+ viewBox: "0 0 111 141",
3044
3062
  ...props,
3045
3063
  children: [
3046
3064
  /* @__PURE__ */ jsx("path", {
3047
- fill: "url(#il-box-stars-open_svg__a)",
3065
+ fill: "url(#a)",
3048
3066
  d: "M95.292 56.305a1.08 1.08 0 0 0-.89.186L68.527 75.75a1.085 1.085 0 0 0-.321 1.357l1.098 2.185a1 1 0 0 0 .064.109l25.888-19.27c.255-.19.58-.258.89-.187l31.847 7.328c.081-.185.112-.394.078-.607l-.348-2.2a1.08 1.08 0 0 0-.827-.887z"
3049
3067
  }),
3050
3068
  /* @__PURE__ */ jsx("path", {
3051
- fill: "url(#il-box-stars-open_svg__b)",
3069
+ fill: "url(#b)",
3052
3070
  d: "M102.088 87.238c-.255.19-.581.258-.891.187l-30.801-7.09c-.9-.207-1.146-1.373-.406-1.925l24.807-18.523c.251-.188.572-.258.878-.191l31.312 6.77c.911.196 1.166 1.374.419 1.93z"
3053
3071
  }),
3054
3072
  /* @__PURE__ */ jsx("path", {
3055
- fill: "url(#il-box-stars-open_svg__c)",
3073
+ fill: "url(#c)",
3056
3074
  d: "M102.234 87.194c-.256.19-.582.258-.892.186l-31.126-7.164a1.09 1.09 0 0 1-.74-.596l-1.017-2.172a1.08 1.08 0 0 1 .171-1.176l31.911 7.344c.31.072.635.003.89-.186l25.527-18.997c.416.087.761.415.845.86l.351 1.849c.078.407-.085.824-.418 1.072z"
3057
3075
  }),
3058
3076
  /* @__PURE__ */ jsx("g", {
3059
- filter: "url(#il-box-stars-open_svg__d)",
3077
+ filter: "url(#d)",
3060
3078
  children: /* @__PURE__ */ jsx("path", {
3061
- fill: "url(#il-box-stars-open_svg__e)",
3079
+ fill: "url(#e)",
3062
3080
  d: "m71.576 71.263 21.477 15.078L61.14 97.757 38.573 71.943l25.68-2.594c2.592-.262 5.19.418 7.323 1.914"
3063
3081
  })
3064
3082
  }),
3065
3083
  /* @__PURE__ */ jsx("g", {
3066
- filter: "url(#il-box-stars-open_svg__f)",
3084
+ filter: "url(#f)",
3067
3085
  children: /* @__PURE__ */ jsx("path", {
3068
- fill: "url(#il-box-stars-open_svg__g)",
3086
+ fill: "url(#g)",
3069
3087
  d: "M71.575 72.21a10.85 10.85 0 0 0-7.321-1.915l-24.536 2.48-1.146-.829 25.681-2.594c2.591-.262 5.19.418 7.321 1.914l21.478 15.078-1.16.128z"
3070
3088
  })
3071
3089
  }),
@@ -3082,7 +3100,7 @@ const SvgIlBoxStarsOpen = (props) => /* @__PURE__ */ jsxs("svg", {
3082
3100
  xmlns: "http://www.w3.org/1999/xhtml",
3083
3101
  style: {
3084
3102
  backdropFilter: "blur(.5px)",
3085
- clipPath: "url(#il-box-stars-open_svg__h)",
3103
+ clipPath: "url(#h)",
3086
3104
  height: "100%",
3087
3105
  width: "100%"
3088
3106
  }
@@ -3090,15 +3108,15 @@ const SvgIlBoxStarsOpen = (props) => /* @__PURE__ */ jsxs("svg", {
3090
3108
  }),
3091
3109
  /* @__PURE__ */ jsx("g", {
3092
3110
  "data-figma-bg-blur-radius": 1,
3093
- filter: "url(#il-box-stars-open_svg__i)",
3111
+ filter: "url(#i)",
3094
3112
  children: /* @__PURE__ */ jsx("path", {
3095
- fill: "url(#il-box-stars-open_svg__j)",
3113
+ fill: "url(#j)",
3096
3114
  fillOpacity: .48,
3097
3115
  d: "M1 8.213c19.615 19.45 48.013 73.428 44.678 78.682l40.547 12.894c-3.154-18.655 15.433-49.471 33.69-87.625z"
3098
3116
  })
3099
3117
  }),
3100
3118
  /* @__PURE__ */ jsx("path", {
3101
- fill: "url(#il-box-stars-open_svg__k)",
3119
+ fill: "url(#k)",
3102
3120
  d: "M86.615 107.221A2 2 0 0 1 85 108.609l-27.19 4.075a2 2 0 0 1-1.55-.419L35.598 95.658a2 2 0 0 1-.718-1.896l3.737-21.871L63.36 89.122l29.717-2.843z"
3103
3121
  }),
3104
3122
  /* @__PURE__ */ jsx("path", {
@@ -3118,7 +3136,7 @@ const SvgIlBoxStarsOpen = (props) => /* @__PURE__ */ jsxs("svg", {
3118
3136
  }),
3119
3137
  /* @__PURE__ */ jsxs("defs", { children: [
3120
3138
  /* @__PURE__ */ jsxs("linearGradient", {
3121
- id: "il-box-stars-open_svg__a",
3139
+ id: "a",
3122
3140
  x1: 72.215,
3123
3141
  x2: 120.47,
3124
3142
  y1: 60.038,
@@ -3141,7 +3159,7 @@ const SvgIlBoxStarsOpen = (props) => /* @__PURE__ */ jsxs("svg", {
3141
3159
  ]
3142
3160
  }),
3143
3161
  /* @__PURE__ */ jsxs("linearGradient", {
3144
- id: "il-box-stars-open_svg__b",
3162
+ id: "b",
3145
3163
  x1: 102.458,
3146
3164
  x2: 81.603,
3147
3165
  y1: 87.731,
@@ -3153,7 +3171,7 @@ const SvgIlBoxStarsOpen = (props) => /* @__PURE__ */ jsxs("svg", {
3153
3171
  })]
3154
3172
  }),
3155
3173
  /* @__PURE__ */ jsxs("linearGradient", {
3156
- id: "il-box-stars-open_svg__c",
3174
+ id: "c",
3157
3175
  x1: 79.106,
3158
3176
  x2: 130.815,
3159
3177
  y1: 92.982,
@@ -3176,7 +3194,7 @@ const SvgIlBoxStarsOpen = (props) => /* @__PURE__ */ jsxs("svg", {
3176
3194
  ]
3177
3195
  }),
3178
3196
  /* @__PURE__ */ jsxs("linearGradient", {
3179
- id: "il-box-stars-open_svg__e",
3197
+ id: "e",
3180
3198
  x1: 65.19,
3181
3199
  x2: 69.001,
3182
3200
  y1: 89.777,
@@ -3188,7 +3206,7 @@ const SvgIlBoxStarsOpen = (props) => /* @__PURE__ */ jsxs("svg", {
3188
3206
  })]
3189
3207
  }),
3190
3208
  /* @__PURE__ */ jsxs("linearGradient", {
3191
- id: "il-box-stars-open_svg__g",
3209
+ id: "g",
3192
3210
  x1: 38.363,
3193
3211
  x2: 92.199,
3194
3212
  y1: 75.51,
@@ -3207,7 +3225,7 @@ const SvgIlBoxStarsOpen = (props) => /* @__PURE__ */ jsxs("svg", {
3207
3225
  ]
3208
3226
  }),
3209
3227
  /* @__PURE__ */ jsxs("linearGradient", {
3210
- id: "il-box-stars-open_svg__j",
3228
+ id: "j",
3211
3229
  x1: 41.574,
3212
3230
  x2: 60.458,
3213
3231
  y1: 4.795,
@@ -3223,7 +3241,7 @@ const SvgIlBoxStarsOpen = (props) => /* @__PURE__ */ jsxs("svg", {
3223
3241
  })]
3224
3242
  }),
3225
3243
  /* @__PURE__ */ jsxs("linearGradient", {
3226
- id: "il-box-stars-open_svg__k",
3244
+ id: "k",
3227
3245
  x1: 95.172,
3228
3246
  x2: 63.851,
3229
3247
  y1: 81.495,
@@ -3235,7 +3253,7 @@ const SvgIlBoxStarsOpen = (props) => /* @__PURE__ */ jsxs("svg", {
3235
3253
  })]
3236
3254
  }),
3237
3255
  /* @__PURE__ */ jsxs("filter", {
3238
- id: "il-box-stars-open_svg__d",
3256
+ id: "d",
3239
3257
  width: 54.48,
3240
3258
  height: 29.548,
3241
3259
  x: 38.573,
@@ -3273,7 +3291,7 @@ const SvgIlBoxStarsOpen = (props) => /* @__PURE__ */ jsxs("svg", {
3273
3291
  ]
3274
3292
  }),
3275
3293
  /* @__PURE__ */ jsxs("filter", {
3276
- id: "il-box-stars-open_svg__f",
3294
+ id: "f",
3277
3295
  width: 54.48,
3278
3296
  height: 18.259,
3279
3297
  x: 38.572,
@@ -3311,7 +3329,7 @@ const SvgIlBoxStarsOpen = (props) => /* @__PURE__ */ jsxs("svg", {
3311
3329
  ]
3312
3330
  }),
3313
3331
  /* @__PURE__ */ jsxs("filter", {
3314
- id: "il-box-stars-open_svg__i",
3332
+ id: "i",
3315
3333
  width: 120.915,
3316
3334
  height: 93.576,
3317
3335
  x: 0,
@@ -3335,7 +3353,7 @@ const SvgIlBoxStarsOpen = (props) => /* @__PURE__ */ jsxs("svg", {
3335
3353
  ]
3336
3354
  }),
3337
3355
  /* @__PURE__ */ jsx("clipPath", {
3338
- id: "il-box-stars-open_svg__h",
3356
+ id: "h",
3339
3357
  transform: "translate(0 -7.213)",
3340
3358
  children: /* @__PURE__ */ jsx("path", { d: "M1 8.213c19.615 19.45 48.013 73.428 44.678 78.682l40.547 12.894c-3.154-18.655 15.433-49.471 33.69-87.625z" })
3341
3359
  })
@@ -3349,13 +3367,14 @@ const SvgIlCalendarEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
3349
3367
  width: 151,
3350
3368
  height: 117,
3351
3369
  fill: "none",
3370
+ viewBox: "0 0 151 117",
3352
3371
  ...props,
3353
3372
  children: [
3354
3373
  /* @__PURE__ */ jsxs("g", {
3355
- filter: "url(#il-calendar-empty_svg__a)",
3374
+ filter: "url(#a)",
3356
3375
  children: [
3357
3376
  /* @__PURE__ */ jsxs("g", {
3358
- filter: "url(#il-calendar-empty_svg__filter1_d_5202_12534)",
3377
+ filter: "url(#filter1_d_5202_12534)",
3359
3378
  children: [
3360
3379
  /* @__PURE__ */ jsx("rect", {
3361
3380
  width: 95.687,
@@ -3386,7 +3405,7 @@ const SvgIlCalendarEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
3386
3405
  height: 84.891,
3387
3406
  x: 12.34,
3388
3407
  y: 15.859,
3389
- fill: "url(#il-calendar-empty_svg__b)",
3408
+ fill: "url(#b)",
3390
3409
  rx: 6.93
3391
3410
  }),
3392
3411
  /* @__PURE__ */ jsx("path", {
@@ -3452,7 +3471,7 @@ const SvgIlCalendarEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
3452
3471
  xmlns: "http://www.w3.org/1999/xhtml",
3453
3472
  style: {
3454
3473
  backdropFilter: "blur(1.32px)",
3455
- clipPath: "url(#il-calendar-empty_svg__c)",
3474
+ clipPath: "url(#c)",
3456
3475
  height: "100%",
3457
3476
  width: "100%"
3458
3477
  }
@@ -3460,12 +3479,12 @@ const SvgIlCalendarEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
3460
3479
  }),
3461
3480
  /* @__PURE__ */ jsx("g", {
3462
3481
  "data-figma-bg-blur-radius": 2.64,
3463
- filter: "url(#il-calendar-empty_svg__d)",
3482
+ filter: "url(#d)",
3464
3483
  children: /* @__PURE__ */ jsx("circle", {
3465
3484
  cx: 123.74,
3466
3485
  cy: 26.012,
3467
3486
  r: 23.76,
3468
- fill: "url(#il-calendar-empty_svg__e)",
3487
+ fill: "url(#e)",
3469
3488
  fillOpacity: .71,
3470
3489
  shapeRendering: "crispEdges"
3471
3490
  })
@@ -3476,7 +3495,7 @@ const SvgIlCalendarEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
3476
3495
  }),
3477
3496
  /* @__PURE__ */ jsxs("defs", { children: [
3478
3497
  /* @__PURE__ */ jsxs("linearGradient", {
3479
- id: "il-calendar-empty_svg__b",
3498
+ id: "b",
3480
3499
  x1: 60.184,
3481
3500
  x2: 60.184,
3482
3501
  y1: 15.859,
@@ -3488,7 +3507,7 @@ const SvgIlCalendarEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
3488
3507
  })]
3489
3508
  }),
3490
3509
  /* @__PURE__ */ jsxs("linearGradient", {
3491
- id: "il-calendar-empty_svg__e",
3510
+ id: "e",
3492
3511
  x1: 99.98,
3493
3512
  x2: 150.47,
3494
3513
  y1: 22.052,
@@ -3500,7 +3519,7 @@ const SvgIlCalendarEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
3500
3519
  })]
3501
3520
  }),
3502
3521
  /* @__PURE__ */ jsxs("filter", {
3503
- id: "il-calendar-empty_svg__a",
3522
+ id: "a",
3504
3523
  width: 111.654,
3505
3524
  height: 110.625,
3506
3525
  x: .333,
@@ -3536,7 +3555,7 @@ const SvgIlCalendarEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
3536
3555
  ]
3537
3556
  }),
3538
3557
  /* @__PURE__ */ jsxs("filter", {
3539
- id: "il-calendar-empty_svg__d",
3558
+ id: "d",
3540
3559
  width: 52.8,
3541
3560
  height: 54.12,
3542
3561
  x: 97.34,
@@ -3572,7 +3591,7 @@ const SvgIlCalendarEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
3572
3591
  ]
3573
3592
  }),
3574
3593
  /* @__PURE__ */ jsx("clipPath", {
3575
- id: "il-calendar-empty_svg__c",
3594
+ id: "c",
3576
3595
  transform: "translate(-97.34 .388)",
3577
3596
  children: /* @__PURE__ */ jsx("circle", {
3578
3597
  cx: 123.74,
@@ -3590,10 +3609,11 @@ const SvgIlClipboardSearch = (props) => /* @__PURE__ */ jsxs("svg", {
3590
3609
  width: 206,
3591
3610
  height: 197,
3592
3611
  fill: "none",
3612
+ viewBox: "0 0 206 197",
3593
3613
  ...props,
3594
3614
  children: [
3595
3615
  /* @__PURE__ */ jsx("mask", {
3596
- id: "il-clipboard-search_svg__a",
3616
+ id: "a",
3597
3617
  width: 193,
3598
3618
  height: 198,
3599
3619
  x: 0,
@@ -3606,10 +3626,10 @@ const SvgIlClipboardSearch = (props) => /* @__PURE__ */ jsxs("svg", {
3606
3626
  })
3607
3627
  }),
3608
3628
  /* @__PURE__ */ jsxs("g", {
3609
- filter: "url(#il-clipboard-search_svg__b)",
3610
- mask: "url(#il-clipboard-search_svg__a)",
3629
+ filter: "url(#b)",
3630
+ mask: "url(#a)",
3611
3631
  children: [/* @__PURE__ */ jsx("path", {
3612
- fill: "url(#il-clipboard-search_svg__c)",
3632
+ fill: "url(#c)",
3613
3633
  d: "M142.016 17.307 19.507 32.565a7 7 0 0 0-5.993 8.347l30.688 150.233a7 7 0 0 0 7.733 5.544l121.135-15.254a7 7 0 0 0 5.996-8.285L149.751 22.913a7 7 0 0 0-7.735-5.606"
3614
3634
  }), /* @__PURE__ */ jsx("path", {
3615
3635
  stroke: "#fff",
@@ -3624,7 +3644,7 @@ const SvgIlClipboardSearch = (props) => /* @__PURE__ */ jsxs("svg", {
3624
3644
  /* @__PURE__ */ jsx("rect", {
3625
3645
  width: 16.335,
3626
3646
  height: 16.335,
3627
- fill: "url(#il-clipboard-search_svg__d)",
3647
+ fill: "url(#d)",
3628
3648
  fillOpacity: .98,
3629
3649
  rx: 3,
3630
3650
  transform: "matrix(.99255 -.12187 .1908 .98163 33.23 61.026)"
@@ -3632,7 +3652,7 @@ const SvgIlClipboardSearch = (props) => /* @__PURE__ */ jsxs("svg", {
3632
3652
  /* @__PURE__ */ jsx("rect", {
3633
3653
  width: 16.335,
3634
3654
  height: 16.335,
3635
- fill: "url(#il-clipboard-search_svg__e)",
3655
+ fill: "url(#e)",
3636
3656
  fillOpacity: .98,
3637
3657
  rx: 3,
3638
3658
  transform: "matrix(.99255 -.12187 .1908 .98163 39.778 90.987)"
@@ -3640,47 +3660,47 @@ const SvgIlClipboardSearch = (props) => /* @__PURE__ */ jsxs("svg", {
3640
3660
  /* @__PURE__ */ jsx("rect", {
3641
3661
  width: 16.335,
3642
3662
  height: 16.335,
3643
- fill: "url(#il-clipboard-search_svg__f)",
3663
+ fill: "url(#f)",
3644
3664
  fillOpacity: .98,
3645
3665
  rx: 3,
3646
3666
  transform: "matrix(.99255 -.12187 .1908 .98163 47.007 120.948)"
3647
3667
  }),
3648
3668
  /* @__PURE__ */ jsx("path", {
3649
- stroke: "url(#il-clipboard-search_svg__g)",
3669
+ stroke: "url(#g)",
3650
3670
  strokeLinecap: "round",
3651
3671
  strokeOpacity: .8,
3652
3672
  strokeWidth: 8,
3653
3673
  d: "m75.669 123.958 76-10"
3654
3674
  }),
3655
3675
  /* @__PURE__ */ jsx("path", {
3656
- stroke: "url(#il-clipboard-search_svg__h)",
3676
+ stroke: "url(#h)",
3657
3677
  strokeLinecap: "round",
3658
3678
  strokeOpacity: .8,
3659
3679
  strokeWidth: 8,
3660
3680
  d: "m68.728 95.98 76-10"
3661
3681
  }),
3662
3682
  /* @__PURE__ */ jsx("path", {
3663
- stroke: "url(#il-clipboard-search_svg__i)",
3683
+ stroke: "url(#i)",
3664
3684
  strokeLinecap: "round",
3665
3685
  strokeOpacity: .8,
3666
3686
  strokeWidth: 8,
3667
3687
  d: "m61.694 64.589 76-10"
3668
3688
  }),
3669
3689
  /* @__PURE__ */ jsx("g", {
3670
- filter: "url(#il-clipboard-search_svg__j)",
3690
+ filter: "url(#j)",
3671
3691
  children: /* @__PURE__ */ jsx("path", {
3672
- fill: "url(#il-clipboard-search_svg__k)",
3692
+ fill: "url(#k)",
3673
3693
  d: "M84.95 8.253c3.825-.47 7.415 2.235 8.018 6.042.066.414.442.736.859.685l11.101-1.363c2.193-.27 4.25 1.281 4.596 3.463l.874 5.517a3.836 3.836 0 0 1-3.345 4.439l-45.224 5.553c-2.193.269-4.25-1.282-4.596-3.464l-.874-5.517a3.835 3.835 0 0 1 3.344-4.438l11.105-1.364c.416-.05.679-.451.613-.866a6.69 6.69 0 0 1 5.835-7.743z"
3674
3694
  })
3675
3695
  }),
3676
3696
  /* @__PURE__ */ jsxs("g", {
3677
- filter: "url(#il-clipboard-search_svg__l)",
3697
+ filter: "url(#l)",
3678
3698
  shapeRendering: "crispEdges",
3679
3699
  children: [/* @__PURE__ */ jsx("circle", {
3680
3700
  cx: 143.363,
3681
3701
  cy: 89.428,
3682
3702
  r: 40.575,
3683
- fill: "url(#il-clipboard-search_svg__m)"
3703
+ fill: "url(#m)"
3684
3704
  }), /* @__PURE__ */ jsx("circle", {
3685
3705
  cx: 143.363,
3686
3706
  cy: 89.428,
@@ -3695,7 +3715,7 @@ const SvgIlClipboardSearch = (props) => /* @__PURE__ */ jsxs("svg", {
3695
3715
  }),
3696
3716
  /* @__PURE__ */ jsxs("defs", { children: [
3697
3717
  /* @__PURE__ */ jsxs("linearGradient", {
3698
- id: "il-clipboard-search_svg__c",
3718
+ id: "c",
3699
3719
  x1: 96.25,
3700
3720
  x2: 96.25,
3701
3721
  y1: 16.5,
@@ -3707,7 +3727,7 @@ const SvgIlClipboardSearch = (props) => /* @__PURE__ */ jsxs("svg", {
3707
3727
  })]
3708
3728
  }),
3709
3729
  /* @__PURE__ */ jsxs("linearGradient", {
3710
- id: "il-clipboard-search_svg__d",
3730
+ id: "d",
3711
3731
  x1: 8.167,
3712
3732
  x2: 8.167,
3713
3733
  y1: 0,
@@ -3720,7 +3740,7 @@ const SvgIlClipboardSearch = (props) => /* @__PURE__ */ jsxs("svg", {
3720
3740
  })]
3721
3741
  }),
3722
3742
  /* @__PURE__ */ jsxs("linearGradient", {
3723
- id: "il-clipboard-search_svg__e",
3743
+ id: "e",
3724
3744
  x1: 8.167,
3725
3745
  x2: 8.167,
3726
3746
  y1: 0,
@@ -3733,7 +3753,7 @@ const SvgIlClipboardSearch = (props) => /* @__PURE__ */ jsxs("svg", {
3733
3753
  })]
3734
3754
  }),
3735
3755
  /* @__PURE__ */ jsxs("linearGradient", {
3736
- id: "il-clipboard-search_svg__f",
3756
+ id: "f",
3737
3757
  x1: 8.167,
3738
3758
  x2: 8.167,
3739
3759
  y1: 0,
@@ -3746,7 +3766,7 @@ const SvgIlClipboardSearch = (props) => /* @__PURE__ */ jsxs("svg", {
3746
3766
  })]
3747
3767
  }),
3748
3768
  /* @__PURE__ */ jsxs("linearGradient", {
3749
- id: "il-clipboard-search_svg__g",
3769
+ id: "g",
3750
3770
  x1: 165.669,
3751
3771
  x2: 71.669,
3752
3772
  y1: 106.458,
@@ -3761,7 +3781,7 @@ const SvgIlClipboardSearch = (props) => /* @__PURE__ */ jsxs("svg", {
3761
3781
  })]
3762
3782
  }),
3763
3783
  /* @__PURE__ */ jsxs("linearGradient", {
3764
- id: "il-clipboard-search_svg__h",
3784
+ id: "h",
3765
3785
  x1: 158.728,
3766
3786
  x2: 64.728,
3767
3787
  y1: 78.48,
@@ -3776,7 +3796,7 @@ const SvgIlClipboardSearch = (props) => /* @__PURE__ */ jsxs("svg", {
3776
3796
  })]
3777
3797
  }),
3778
3798
  /* @__PURE__ */ jsxs("linearGradient", {
3779
- id: "il-clipboard-search_svg__i",
3799
+ id: "i",
3780
3800
  x1: 151.694,
3781
3801
  x2: 57.694,
3782
3802
  y1: 47.089,
@@ -3791,7 +3811,7 @@ const SvgIlClipboardSearch = (props) => /* @__PURE__ */ jsxs("svg", {
3791
3811
  })]
3792
3812
  }),
3793
3813
  /* @__PURE__ */ jsxs("linearGradient", {
3794
- id: "il-clipboard-search_svg__k",
3814
+ id: "k",
3795
3815
  x1: 113.792,
3796
3816
  x2: 85.453,
3797
3817
  y1: 57.883,
@@ -3803,7 +3823,7 @@ const SvgIlClipboardSearch = (props) => /* @__PURE__ */ jsxs("svg", {
3803
3823
  })]
3804
3824
  }),
3805
3825
  /* @__PURE__ */ jsxs("linearGradient", {
3806
- id: "il-clipboard-search_svg__m",
3826
+ id: "m",
3807
3827
  x1: 203.344,
3808
3828
  x2: 102.788,
3809
3829
  y1: 130.003,
@@ -3819,7 +3839,7 @@ const SvgIlClipboardSearch = (props) => /* @__PURE__ */ jsxs("svg", {
3819
3839
  })]
3820
3840
  }),
3821
3841
  /* @__PURE__ */ jsxs("filter", {
3822
- id: "il-clipboard-search_svg__b",
3842
+ id: "b",
3823
3843
  width: 174.826,
3824
3844
  height: 188.492,
3825
3845
  x: 8.871,
@@ -3855,7 +3875,7 @@ const SvgIlClipboardSearch = (props) => /* @__PURE__ */ jsxs("svg", {
3855
3875
  ]
3856
3876
  }),
3857
3877
  /* @__PURE__ */ jsxs("filter", {
3858
- id: "il-clipboard-search_svg__j",
3878
+ id: "j",
3859
3879
  width: 58.138,
3860
3880
  height: 28.419,
3861
3881
  x: 53.309,
@@ -3894,7 +3914,7 @@ const SvgIlClipboardSearch = (props) => /* @__PURE__ */ jsxs("svg", {
3894
3914
  ]
3895
3915
  }),
3896
3916
  /* @__PURE__ */ jsxs("filter", {
3897
- id: "il-clipboard-search_svg__l",
3917
+ id: "l",
3898
3918
  width: 109.377,
3899
3919
  height: 109.377,
3900
3920
  x: 88.675,
@@ -3939,13 +3959,14 @@ const SvgIlCommentEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
3939
3959
  width: 186,
3940
3960
  height: 178,
3941
3961
  fill: "none",
3962
+ viewBox: "0 0 186 178",
3942
3963
  ...props,
3943
3964
  children: [
3944
3965
  /* @__PURE__ */ jsxs("g", {
3945
- filter: "url(#il-comment-empty_svg__a)",
3966
+ filter: "url(#a)",
3946
3967
  children: [
3947
3968
  /* @__PURE__ */ jsx("mask", {
3948
- id: "il-comment-empty_svg__c",
3969
+ id: "c",
3949
3970
  fill: "#fff",
3950
3971
  children: /* @__PURE__ */ jsx("path", {
3951
3972
  fillRule: "evenodd",
@@ -3960,7 +3981,7 @@ const SvgIlCommentEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
3960
3981
  clipRule: "evenodd"
3961
3982
  }),
3962
3983
  /* @__PURE__ */ jsx("path", {
3963
- fill: "url(#il-comment-empty_svg__b)",
3984
+ fill: "url(#b)",
3964
3985
  fillRule: "evenodd",
3965
3986
  d: "M46 30.357c-23.196 0-42 18.804-42 42v39c0 23.196 18.804 42 42 42h25.992c.709 0 1.308.492 1.643 1.116l8.96 16.683c1.886 3.512 6.924 3.512 8.81 0l8.96-16.683c.335-.624.934-1.116 1.643-1.116H128c23.196 0 42-18.804 42-42v-39c0-23.196-18.804-42-42-42z",
3966
3987
  clipRule: "evenodd"
@@ -3968,7 +3989,7 @@ const SvgIlCommentEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
3968
3989
  /* @__PURE__ */ jsx("path", {
3969
3990
  fill: "#fff",
3970
3991
  d: "m82.595 171.156.881-.473zm8.81 0 .88.473zM5 72.357c0-22.643 18.356-41 41-41v-2c-23.748 0-43 19.252-43 43zm0 39v-39H3v39zm41 41c-22.644 0-41-18.356-41-41H3c0 23.749 19.252 43 43 43zm25.992 0H46v2h25.992zm11.484 18.326L74.516 154l-1.762.946 8.96 16.683zm7.048 0c-1.51 2.809-5.539 2.809-7.048 0l-1.762.946c2.264 4.215 8.308 4.215 10.572 0zM99.484 154l-8.96 16.683 1.762.946 8.96-16.683zM128 152.357h-25.992v2H128zm41-41c0 22.644-18.356 41-41 41v2c23.748 0 43-19.251 43-43zm0-39v39h2v-39zm-41-41c22.644 0 41 18.357 41 41h2c0-23.748-19.252-43-43-43zm-82 0h82v-2H46zm55.246 123.589c.226-.421.541-.589.762-.589v-2c-1.196 0-2.08.815-2.524 1.643zm-29.254-.589c.22 0 .536.168.762.589l1.762-.946c-.444-.828-1.328-1.643-2.524-1.643z",
3971
- mask: "url(#il-comment-empty_svg__c)"
3992
+ mask: "url(#c)"
3972
3993
  })
3973
3994
  ]
3974
3995
  }),
@@ -3999,7 +4020,7 @@ const SvgIlCommentEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
3999
4020
  xmlns: "http://www.w3.org/1999/xhtml",
4000
4021
  style: {
4001
4022
  backdropFilter: "blur(2px)",
4002
- clipPath: "url(#il-comment-empty_svg__d)",
4023
+ clipPath: "url(#d)",
4003
4024
  height: "100%",
4004
4025
  width: "100%"
4005
4026
  }
@@ -4007,12 +4028,12 @@ const SvgIlCommentEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
4007
4028
  }),
4008
4029
  /* @__PURE__ */ jsx("g", {
4009
4030
  "data-figma-bg-blur-radius": 4,
4010
- filter: "url(#il-comment-empty_svg__e)",
4031
+ filter: "url(#e)",
4011
4032
  children: /* @__PURE__ */ jsx("circle", {
4012
4033
  cx: 146,
4013
4034
  cy: 38.357,
4014
4035
  r: 36,
4015
- fill: "url(#il-comment-empty_svg__f)",
4036
+ fill: "url(#f)",
4016
4037
  fillOpacity: .71,
4017
4038
  shapeRendering: "crispEdges"
4018
4039
  })
@@ -4025,7 +4046,7 @@ const SvgIlCommentEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
4025
4046
  }),
4026
4047
  /* @__PURE__ */ jsxs("defs", { children: [
4027
4048
  /* @__PURE__ */ jsxs("linearGradient", {
4028
- id: "il-comment-empty_svg__b",
4049
+ id: "b",
4029
4050
  x1: 87,
4030
4051
  x2: 87,
4031
4052
  y1: 30.357,
@@ -4037,7 +4058,7 @@ const SvgIlCommentEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
4037
4058
  })]
4038
4059
  }),
4039
4060
  /* @__PURE__ */ jsxs("linearGradient", {
4040
- id: "il-comment-empty_svg__f",
4061
+ id: "f",
4041
4062
  x1: 110,
4042
4063
  x2: 186.5,
4043
4064
  y1: 32.357,
@@ -4049,7 +4070,7 @@ const SvgIlCommentEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
4049
4070
  })]
4050
4071
  }),
4051
4072
  /* @__PURE__ */ jsxs("filter", {
4052
- id: "il-comment-empty_svg__a",
4073
+ id: "a",
4053
4074
  width: 174,
4054
4075
  height: 151.433,
4055
4076
  x: 0,
@@ -4085,7 +4106,7 @@ const SvgIlCommentEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
4085
4106
  ]
4086
4107
  }),
4087
4108
  /* @__PURE__ */ jsxs("filter", {
4088
- id: "il-comment-empty_svg__e",
4109
+ id: "e",
4089
4110
  width: 80,
4090
4111
  height: 82,
4091
4112
  x: 106,
@@ -4121,7 +4142,7 @@ const SvgIlCommentEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
4121
4142
  ]
4122
4143
  }),
4123
4144
  /* @__PURE__ */ jsx("clipPath", {
4124
- id: "il-comment-empty_svg__d",
4145
+ id: "d",
4125
4146
  transform: "translate(-106 1.643)",
4126
4147
  children: /* @__PURE__ */ jsx("circle", {
4127
4148
  cx: 146,
@@ -4139,6 +4160,7 @@ const SvgIlEmailCheck = (props) => /* @__PURE__ */ jsxs("svg", {
4139
4160
  width: 211,
4140
4161
  height: 175,
4141
4162
  fill: "none",
4163
+ viewBox: "0 0 211 175",
4142
4164
  ...props,
4143
4165
  children: [
4144
4166
  /* @__PURE__ */ jsx("path", {
@@ -4158,33 +4180,33 @@ const SvgIlEmailCheck = (props) => /* @__PURE__ */ jsxs("svg", {
4158
4180
  d: "M4 64h157v82H4z"
4159
4181
  }),
4160
4182
  /* @__PURE__ */ jsx("g", {
4161
- filter: "url(#il-email-check_svg__a)",
4183
+ filter: "url(#a)",
4162
4184
  children: /* @__PURE__ */ jsx("path", {
4163
- fill: "url(#il-email-check_svg__b)",
4185
+ fill: "url(#b)",
4164
4186
  d: "M28 9h110v131H28z"
4165
4187
  })
4166
4188
  }),
4167
4189
  /* @__PURE__ */ jsx("g", {
4168
- filter: "url(#il-email-check_svg__c)",
4190
+ filter: "url(#c)",
4169
4191
  children: /* @__PURE__ */ jsx("path", {
4170
- fill: "url(#il-email-check_svg__d)",
4192
+ fill: "url(#d)",
4171
4193
  d: "M4 146V64l52.5 40z"
4172
4194
  })
4173
4195
  }),
4174
4196
  /* @__PURE__ */ jsx("g", {
4175
- filter: "url(#il-email-check_svg__e)",
4197
+ filter: "url(#e)",
4176
4198
  children: /* @__PURE__ */ jsx("path", {
4177
- fill: "url(#il-email-check_svg__f)",
4199
+ fill: "url(#f)",
4178
4200
  d: "M161 146V64l-52 40z"
4179
4201
  })
4180
4202
  }),
4181
4203
  /* @__PURE__ */ jsxs("g", {
4182
- filter: "url(#il-email-check_svg__g)",
4204
+ filter: "url(#g)",
4183
4205
  children: [/* @__PURE__ */ jsx("path", {
4184
4206
  fill: "#D9D9D9",
4185
4207
  d: "M77.445 86.121a8 8 0 0 1 10.11 0L161 146H4z"
4186
4208
  }), /* @__PURE__ */ jsx("path", {
4187
- fill: "url(#il-email-check_svg__h)",
4209
+ fill: "url(#h)",
4188
4210
  d: "M77.445 86.121a8 8 0 0 1 10.11 0L161 146H4z"
4189
4211
  })]
4190
4212
  }),
@@ -4197,7 +4219,7 @@ const SvgIlEmailCheck = (props) => /* @__PURE__ */ jsxs("svg", {
4197
4219
  xmlns: "http://www.w3.org/1999/xhtml",
4198
4220
  style: {
4199
4221
  backdropFilter: "blur(2px)",
4200
- clipPath: "url(#il-email-check_svg__i)",
4222
+ clipPath: "url(#i)",
4201
4223
  height: "100%",
4202
4224
  width: "100%"
4203
4225
  }
@@ -4205,12 +4227,12 @@ const SvgIlEmailCheck = (props) => /* @__PURE__ */ jsxs("svg", {
4205
4227
  }),
4206
4228
  /* @__PURE__ */ jsx("g", {
4207
4229
  "data-figma-bg-blur-radius": 4,
4208
- filter: "url(#il-email-check_svg__j)",
4230
+ filter: "url(#j)",
4209
4231
  children: /* @__PURE__ */ jsx("circle", {
4210
4232
  cx: 171,
4211
4233
  cy: 133,
4212
4234
  r: 36,
4213
- fill: "url(#il-email-check_svg__k)",
4235
+ fill: "url(#k)",
4214
4236
  fillOpacity: .71,
4215
4237
  shapeRendering: "crispEdges"
4216
4238
  })
@@ -4224,7 +4246,7 @@ const SvgIlEmailCheck = (props) => /* @__PURE__ */ jsxs("svg", {
4224
4246
  }),
4225
4247
  /* @__PURE__ */ jsxs("defs", { children: [
4226
4248
  /* @__PURE__ */ jsxs("linearGradient", {
4227
- id: "il-email-check_svg__b",
4249
+ id: "b",
4228
4250
  x1: 83,
4229
4251
  x2: 83,
4230
4252
  y1: 9,
@@ -4236,7 +4258,7 @@ const SvgIlEmailCheck = (props) => /* @__PURE__ */ jsxs("svg", {
4236
4258
  })]
4237
4259
  }),
4238
4260
  /* @__PURE__ */ jsxs("linearGradient", {
4239
- id: "il-email-check_svg__d",
4261
+ id: "d",
4240
4262
  x1: 30.5,
4241
4263
  x2: 30.5,
4242
4264
  y1: 64,
@@ -4248,7 +4270,7 @@ const SvgIlEmailCheck = (props) => /* @__PURE__ */ jsxs("svg", {
4248
4270
  })]
4249
4271
  }),
4250
4272
  /* @__PURE__ */ jsxs("linearGradient", {
4251
- id: "il-email-check_svg__f",
4273
+ id: "f",
4252
4274
  x1: 135,
4253
4275
  x2: 135,
4254
4276
  y1: 64,
@@ -4260,7 +4282,7 @@ const SvgIlEmailCheck = (props) => /* @__PURE__ */ jsxs("svg", {
4260
4282
  })]
4261
4283
  }),
4262
4284
  /* @__PURE__ */ jsxs("linearGradient", {
4263
- id: "il-email-check_svg__h",
4285
+ id: "h",
4264
4286
  x1: 82.5,
4265
4287
  x2: 82.5,
4266
4288
  y1: 82,
@@ -4272,7 +4294,7 @@ const SvgIlEmailCheck = (props) => /* @__PURE__ */ jsxs("svg", {
4272
4294
  })]
4273
4295
  }),
4274
4296
  /* @__PURE__ */ jsxs("linearGradient", {
4275
- id: "il-email-check_svg__k",
4297
+ id: "k",
4276
4298
  x1: 135,
4277
4299
  x2: 211.5,
4278
4300
  y1: 127,
@@ -4284,7 +4306,7 @@ const SvgIlEmailCheck = (props) => /* @__PURE__ */ jsxs("svg", {
4284
4306
  })]
4285
4307
  }),
4286
4308
  /* @__PURE__ */ jsxs("filter", {
4287
- id: "il-email-check_svg__a",
4309
+ id: "a",
4288
4310
  width: 118,
4289
4311
  height: 139,
4290
4312
  x: 24,
@@ -4320,7 +4342,7 @@ const SvgIlEmailCheck = (props) => /* @__PURE__ */ jsxs("svg", {
4320
4342
  ]
4321
4343
  }),
4322
4344
  /* @__PURE__ */ jsxs("filter", {
4323
- id: "il-email-check_svg__c",
4345
+ id: "c",
4324
4346
  width: 60.5,
4325
4347
  height: 90,
4326
4348
  x: 0,
@@ -4356,7 +4378,7 @@ const SvgIlEmailCheck = (props) => /* @__PURE__ */ jsxs("svg", {
4356
4378
  ]
4357
4379
  }),
4358
4380
  /* @__PURE__ */ jsxs("filter", {
4359
- id: "il-email-check_svg__e",
4381
+ id: "e",
4360
4382
  width: 60,
4361
4383
  height: 90,
4362
4384
  x: 105,
@@ -4392,7 +4414,7 @@ const SvgIlEmailCheck = (props) => /* @__PURE__ */ jsxs("svg", {
4392
4414
  ]
4393
4415
  }),
4394
4416
  /* @__PURE__ */ jsxs("filter", {
4395
- id: "il-email-check_svg__g",
4417
+ id: "g",
4396
4418
  width: 165,
4397
4419
  height: 69.678,
4398
4420
  x: 0,
@@ -4428,7 +4450,7 @@ const SvgIlEmailCheck = (props) => /* @__PURE__ */ jsxs("svg", {
4428
4450
  ]
4429
4451
  }),
4430
4452
  /* @__PURE__ */ jsxs("filter", {
4431
- id: "il-email-check_svg__j",
4453
+ id: "j",
4432
4454
  width: 80,
4433
4455
  height: 82,
4434
4456
  x: 131,
@@ -4464,7 +4486,7 @@ const SvgIlEmailCheck = (props) => /* @__PURE__ */ jsxs("svg", {
4464
4486
  ]
4465
4487
  }),
4466
4488
  /* @__PURE__ */ jsx("clipPath", {
4467
- id: "il-email-check_svg__i",
4489
+ id: "i",
4468
4490
  transform: "translate(-131 -93)",
4469
4491
  children: /* @__PURE__ */ jsx("circle", {
4470
4492
  cx: 171,
@@ -4482,29 +4504,30 @@ const SvgIlFlag = (props) => /* @__PURE__ */ jsxs("svg", {
4482
4504
  width: 55,
4483
4505
  height: 58,
4484
4506
  fill: "none",
4507
+ viewBox: "0 0 55 58",
4485
4508
  ...props,
4486
4509
  children: [
4487
4510
  /* @__PURE__ */ jsx("rect", {
4488
4511
  width: 5,
4489
4512
  height: 50,
4490
- fill: "url(#il-flag_svg__a)",
4513
+ fill: "url(#a)",
4491
4514
  rx: 2,
4492
4515
  transform: "matrix(.96663 .25616 -.26148 .9652 13 5)"
4493
4516
  }),
4494
4517
  /* @__PURE__ */ jsx("path", {
4495
- fill: "url(#il-flag_svg__b)",
4518
+ fill: "url(#b)",
4496
4519
  d: "M29.183 7.214 16.068 9.132 9.633 32.887l13.41-2.151c2.964-.476 5.785 1.403 6.474 4.311a5.7 5.7 0 0 0 4.089 4.193l9.859 2.612a2.014 2.014 0 0 0 2.456-1.418l5.68-20.967a1.988 1.988 0 0 0-1.83-2.507l-8.952-.42a5.6 5.6 0 0 1-5.276-4.69c-.493-3.02-3.32-5.08-6.36-4.636"
4497
4520
  }),
4498
4521
  /* @__PURE__ */ jsx("circle", {
4499
4522
  cx: 2.5,
4500
4523
  cy: 2.5,
4501
4524
  r: 2.5,
4502
- fill: "url(#il-flag_svg__c)",
4525
+ fill: "url(#c)",
4503
4526
  transform: "matrix(.96663 .25616 -.26148 .9652 14 0)"
4504
4527
  }),
4505
4528
  /* @__PURE__ */ jsxs("defs", { children: [
4506
4529
  /* @__PURE__ */ jsxs("linearGradient", {
4507
- id: "il-flag_svg__a",
4530
+ id: "a",
4508
4531
  x1: 2.5,
4509
4532
  x2: 2.5,
4510
4533
  y1: 0,
@@ -4516,7 +4539,7 @@ const SvgIlFlag = (props) => /* @__PURE__ */ jsxs("svg", {
4516
4539
  })]
4517
4540
  }),
4518
4541
  /* @__PURE__ */ jsxs("linearGradient", {
4519
- id: "il-flag_svg__b",
4542
+ id: "b",
4520
4543
  x1: 19.708,
4521
4544
  x2: 42.104,
4522
4545
  y1: 14.329,
@@ -4535,7 +4558,7 @@ const SvgIlFlag = (props) => /* @__PURE__ */ jsxs("svg", {
4535
4558
  ]
4536
4559
  }),
4537
4560
  /* @__PURE__ */ jsxs("radialGradient", {
4538
- id: "il-flag_svg__c",
4561
+ id: "c",
4539
4562
  cx: 0,
4540
4563
  cy: 0,
4541
4564
  r: 1,
@@ -4556,39 +4579,40 @@ const SvgIlFolderSearch = (props) => /* @__PURE__ */ jsxs("svg", {
4556
4579
  width: 132,
4557
4580
  height: 69,
4558
4581
  fill: "none",
4582
+ viewBox: "0 0 132 69",
4559
4583
  ...props,
4560
4584
  children: [
4561
4585
  /* @__PURE__ */ jsx("rect", {
4562
4586
  width: 44.513,
4563
4587
  height: 35.3,
4564
- fill: "url(#il-folder-search_svg__a)",
4588
+ fill: "url(#a)",
4565
4589
  rx: 3,
4566
4590
  transform: "matrix(.97937 .20208 -.10365 .99461 82.894 0)"
4567
4591
  }),
4568
4592
  /* @__PURE__ */ jsx("g", {
4569
- filter: "url(#il-folder-search_svg__b)",
4593
+ filter: "url(#b)",
4570
4594
  children: /* @__PURE__ */ jsx("rect", {
4571
4595
  width: 45.423,
4572
4596
  height: 29.817,
4573
- fill: "url(#il-folder-search_svg__c)",
4597
+ fill: "url(#c)",
4574
4598
  rx: 3,
4575
4599
  transform: "matrix(.93842 .3455 -.18281 .98315 74.936 4)"
4576
4600
  })
4577
4601
  }),
4578
4602
  /* @__PURE__ */ jsx("path", {
4579
- fill: "url(#il-folder-search_svg__d)",
4603
+ fill: "url(#d)",
4580
4604
  d: "M38.997 21h61v35h-61z"
4581
4605
  }),
4582
4606
  /* @__PURE__ */ jsx("path", {
4583
- fill: "url(#il-folder-search_svg__e)",
4607
+ fill: "url(#e)",
4584
4608
  d: "m56.048 15.296-36.752-5.179c-1.632-.23-3.147.904-3.409 2.53C13.27 28.924 10.242 38.942 2.936 53.37c-.93 1.835.18 4.058 2.211 4.375l36.872 5.76a2.99 2.99 0 0 0 3.16-1.656c6.986-14.577 10.006-24.951 13.387-43.054a2.98 2.98 0 0 0-2.518-3.499"
4585
4609
  }),
4586
4610
  /* @__PURE__ */ jsx("path", {
4587
- fill: "url(#il-folder-search_svg__f)",
4611
+ fill: "url(#f)",
4588
4612
  d: "M55.043 13.296 18.29 8.117c-1.633-.23-3.148.904-3.41 2.53C12.263 26.924 9.236 36.942 1.93 51.37c-.93 1.835.18 4.058 2.211 4.375l36.873 5.76a2.99 2.99 0 0 0 3.159-1.656c6.986-14.577 10.006-24.951 13.387-43.054a2.98 2.98 0 0 0-2.518-3.499"
4589
4613
  }),
4590
4614
  /* @__PURE__ */ jsx("g", {
4591
- filter: "url(#il-folder-search_svg__g)",
4615
+ filter: "url(#g)",
4592
4616
  children: /* @__PURE__ */ jsx("path", {
4593
4617
  stroke: "#CCE2F2",
4594
4618
  strokeWidth: 2.5,
@@ -4601,12 +4625,12 @@ const SvgIlFolderSearch = (props) => /* @__PURE__ */ jsxs("svg", {
4601
4625
  d: "M50.897 58.418a2 2 0 0 0 2.82-2.836L52.307 57zM43.254 48l-1.41 1.418 9.053 9L52.307 57l1.41-1.418-9.053-9z"
4602
4626
  }),
4603
4627
  /* @__PURE__ */ jsx("path", {
4604
- fill: "url(#il-folder-search_svg__h)",
4628
+ fill: "url(#h)",
4605
4629
  d: "M131.997 56h-32V21h32zm-17.5-28a2.5 2.5 0 1 0 0 5h7a2.5 2.5 0 1 0 0-5z"
4606
4630
  }),
4607
4631
  /* @__PURE__ */ jsxs("defs", { children: [
4608
4632
  /* @__PURE__ */ jsxs("linearGradient", {
4609
- id: "il-folder-search_svg__a",
4633
+ id: "a",
4610
4634
  x1: 4.704,
4611
4635
  x2: 28.744,
4612
4636
  y1: 3.808,
@@ -4628,7 +4652,7 @@ const SvgIlFolderSearch = (props) => /* @__PURE__ */ jsxs("svg", {
4628
4652
  ]
4629
4653
  }),
4630
4654
  /* @__PURE__ */ jsxs("linearGradient", {
4631
- id: "il-folder-search_svg__c",
4655
+ id: "c",
4632
4656
  x1: 4.8,
4633
4657
  x2: 23.072,
4634
4658
  y1: 3.217,
@@ -4650,7 +4674,7 @@ const SvgIlFolderSearch = (props) => /* @__PURE__ */ jsxs("svg", {
4650
4674
  ]
4651
4675
  }),
4652
4676
  /* @__PURE__ */ jsxs("linearGradient", {
4653
- id: "il-folder-search_svg__d",
4677
+ id: "d",
4654
4678
  x1: 69.497,
4655
4679
  x2: 84.113,
4656
4680
  y1: 15.871,
@@ -4662,7 +4686,7 @@ const SvgIlFolderSearch = (props) => /* @__PURE__ */ jsxs("svg", {
4662
4686
  })]
4663
4687
  }),
4664
4688
  /* @__PURE__ */ jsxs("linearGradient", {
4665
- id: "il-folder-search_svg__e",
4689
+ id: "e",
4666
4690
  x1: 18.609,
4667
4691
  x2: 51.485,
4668
4692
  y1: 11,
@@ -4684,7 +4708,7 @@ const SvgIlFolderSearch = (props) => /* @__PURE__ */ jsxs("svg", {
4684
4708
  ]
4685
4709
  }),
4686
4710
  /* @__PURE__ */ jsxs("linearGradient", {
4687
- id: "il-folder-search_svg__f",
4711
+ id: "f",
4688
4712
  x1: 17.603,
4689
4713
  x2: 46,
4690
4714
  y1: 9,
@@ -4706,7 +4730,7 @@ const SvgIlFolderSearch = (props) => /* @__PURE__ */ jsxs("svg", {
4706
4730
  ]
4707
4731
  }),
4708
4732
  /* @__PURE__ */ jsxs("linearGradient", {
4709
- id: "il-folder-search_svg__h",
4733
+ id: "h",
4710
4734
  x1: 104.497,
4711
4735
  x2: 135.175,
4712
4736
  y1: 39,
@@ -4718,7 +4742,7 @@ const SvgIlFolderSearch = (props) => /* @__PURE__ */ jsxs("svg", {
4718
4742
  })]
4719
4743
  }),
4720
4744
  /* @__PURE__ */ jsxs("filter", {
4721
- id: "il-folder-search_svg__b",
4745
+ id: "b",
4722
4746
  width: 52.487,
4723
4747
  height: 48.691,
4724
4748
  x: 68.281,
@@ -4757,7 +4781,7 @@ const SvgIlFolderSearch = (props) => /* @__PURE__ */ jsxs("svg", {
4757
4781
  ]
4758
4782
  }),
4759
4783
  /* @__PURE__ */ jsxs("filter", {
4760
- id: "il-folder-search_svg__g",
4784
+ id: "g",
4761
4785
  width: 31.136,
4762
4786
  height: 31,
4763
4787
  x: 21.148,
@@ -4802,6 +4826,7 @@ const SvgIlMegaphoneBlue = (props) => /* @__PURE__ */ jsxs("svg", {
4802
4826
  width: 58,
4803
4827
  height: 58,
4804
4828
  fill: "none",
4829
+ viewBox: "0 0 58 58",
4805
4830
  ...props,
4806
4831
  children: [
4807
4832
  /* @__PURE__ */ jsx("path", {
@@ -4827,20 +4852,20 @@ const SvgIlMegaphoneBlue = (props) => /* @__PURE__ */ jsxs("svg", {
4827
4852
  transform: "rotate(-.111 33.024 .01)"
4828
4853
  }),
4829
4854
  /* @__PURE__ */ jsx("path", {
4830
- fill: "url(#il-megaphone-blue_svg__a)",
4855
+ fill: "url(#a)",
4831
4856
  d: "m33.024 3.971-18.788 9.024a2.1 2.1 0 0 0-1.19 1.898l.034 17.813a2.1 2.1 0 0 0 1.246 1.914L33.1 42.971z"
4832
4857
  }),
4833
4858
  /* @__PURE__ */ jsx("path", {
4834
- fill: "url(#il-megaphone-blue_svg__b)",
4859
+ fill: "url(#b)",
4835
4860
  d: "M.028 15.11a2.1 2.1 0 0 1 2.096-2.104l12.9-.025.043 22-12.9.025A2.1 2.1 0 0 1 .063 32.91z"
4836
4861
  }),
4837
4862
  /* @__PURE__ */ jsx("path", {
4838
- fill: "url(#il-megaphone-blue_svg__c)",
4863
+ fill: "url(#c)",
4839
4864
  d: "m3.025 35.01 11.103-.022 5.942 22.989-11.102.021z"
4840
4865
  }),
4841
4866
  /* @__PURE__ */ jsxs("defs", { children: [
4842
4867
  /* @__PURE__ */ jsxs("linearGradient", {
4843
- id: "il-megaphone-blue_svg__a",
4868
+ id: "a",
4844
4869
  x1: 23.024,
4845
4870
  x2: 23.1,
4846
4871
  y1: 3.991,
@@ -4852,7 +4877,7 @@ const SvgIlMegaphoneBlue = (props) => /* @__PURE__ */ jsxs("svg", {
4852
4877
  })]
4853
4878
  }),
4854
4879
  /* @__PURE__ */ jsxs("linearGradient", {
4855
- id: "il-megaphone-blue_svg__b",
4880
+ id: "b",
4856
4881
  x1: 7.524,
4857
4882
  x2: 7.567,
4858
4883
  y1: 12.995,
@@ -4864,7 +4889,7 @@ const SvgIlMegaphoneBlue = (props) => /* @__PURE__ */ jsxs("svg", {
4864
4889
  })]
4865
4890
  }),
4866
4891
  /* @__PURE__ */ jsxs("linearGradient", {
4867
- id: "il-megaphone-blue_svg__c",
4892
+ id: "c",
4868
4893
  x1: 8.576,
4869
4894
  x2: 8.622,
4870
4895
  y1: 34.999,
@@ -4886,6 +4911,7 @@ const SvgIlMegaphone = (props) => /* @__PURE__ */ jsxs("svg", {
4886
4911
  width: 58,
4887
4912
  height: 58,
4888
4913
  fill: "none",
4914
+ viewBox: "0 0 58 58",
4889
4915
  ...props,
4890
4916
  children: [
4891
4917
  /* @__PURE__ */ jsx("rect", {
@@ -4898,15 +4924,15 @@ const SvgIlMegaphone = (props) => /* @__PURE__ */ jsxs("svg", {
4898
4924
  transform: "rotate(-.111 32.999 .006)"
4899
4925
  }),
4900
4926
  /* @__PURE__ */ jsx("path", {
4901
- fill: "url(#il-megaphone_svg__a)",
4927
+ fill: "url(#a)",
4902
4928
  d: "m32.999 3.967-18.788 9.024a2.1 2.1 0 0 0-1.19 1.897l.034 17.813a2.1 2.1 0 0 0 1.246 1.915l18.774 8.35z"
4903
4929
  }),
4904
4930
  /* @__PURE__ */ jsx("path", {
4905
- fill: "url(#il-megaphone_svg__b)",
4931
+ fill: "url(#b)",
4906
4932
  d: "M.003 15.106A2.1 2.1 0 0 1 2.1 13.002l12.9-.025.043 22-12.9.025a2.1 2.1 0 0 1-2.104-2.096z"
4907
4933
  }),
4908
4934
  /* @__PURE__ */ jsx("path", {
4909
- fill: "url(#il-megaphone_svg__c)",
4935
+ fill: "url(#c)",
4910
4936
  d: "m3 35.006 11.102-.022 5.942 22.989-11.102.021z"
4911
4937
  }),
4912
4938
  /* @__PURE__ */ jsx("path", {
@@ -4924,7 +4950,7 @@ const SvgIlMegaphone = (props) => /* @__PURE__ */ jsxs("svg", {
4924
4950
  }),
4925
4951
  /* @__PURE__ */ jsxs("defs", { children: [
4926
4952
  /* @__PURE__ */ jsxs("linearGradient", {
4927
- id: "il-megaphone_svg__a",
4953
+ id: "a",
4928
4954
  x1: 22.999,
4929
4955
  x2: 23.075,
4930
4956
  y1: 3.986,
@@ -4936,7 +4962,7 @@ const SvgIlMegaphone = (props) => /* @__PURE__ */ jsxs("svg", {
4936
4962
  })]
4937
4963
  }),
4938
4964
  /* @__PURE__ */ jsxs("linearGradient", {
4939
- id: "il-megaphone_svg__b",
4965
+ id: "b",
4940
4966
  x1: 7.499,
4941
4967
  x2: 7.542,
4942
4968
  y1: 12.991,
@@ -4948,7 +4974,7 @@ const SvgIlMegaphone = (props) => /* @__PURE__ */ jsxs("svg", {
4948
4974
  })]
4949
4975
  }),
4950
4976
  /* @__PURE__ */ jsxs("linearGradient", {
4951
- id: "il-megaphone_svg__c",
4977
+ id: "c",
4952
4978
  x1: 8.551,
4953
4979
  x2: 8.596,
4954
4980
  y1: 34.995,
@@ -4970,17 +4996,18 @@ const SvgIlMicrophone = (props) => /* @__PURE__ */ jsxs("svg", {
4970
4996
  width: 107,
4971
4997
  height: 82,
4972
4998
  fill: "none",
4999
+ viewBox: "0 0 107 82",
4973
5000
  ...props,
4974
5001
  children: [
4975
5002
  /* @__PURE__ */ jsx("circle", {
4976
5003
  cx: 37.253,
4977
5004
  cy: 18.254,
4978
5005
  r: 13.031,
4979
- fill: "url(#il-microphone_svg__a)",
5006
+ fill: "url(#a)",
4980
5007
  transform: "rotate(-52.907 37.253 18.254)"
4981
5008
  }),
4982
5009
  /* @__PURE__ */ jsx("path", {
4983
- fill: "url(#il-microphone_svg__b)",
5010
+ fill: "url(#b)",
4984
5011
  d: "M43.538 31.754a2.37 2.37 0 0 1-.56-3.39l5.537-7.324a2.37 2.37 0 0 1 3.446-.358L72.997 39c.598.52.91 1.311.748 2.088-.6 2.86-1.935 4.72-4.84 6.389-.737.424-1.65.35-2.354-.128z"
4985
5012
  }),
4986
5013
  /* @__PURE__ */ jsx("path", {
@@ -4990,28 +5017,28 @@ const SvgIlMicrophone = (props) => /* @__PURE__ */ jsxs("svg", {
4990
5017
  d: "m42.3 30.239 7.86-10.395M54.54 40.01l7.858-10.394M55.725 58.048V39.094"
4991
5018
  }),
4992
5019
  /* @__PURE__ */ jsx("path", {
4993
- fill: "url(#il-microphone_svg__c)",
5020
+ fill: "url(#c)",
4994
5021
  d: "M0 0h95v6H0z",
4995
5022
  transform: "matrix(1 0 0 -1 7 84.012)"
4996
5023
  }),
4997
5024
  /* @__PURE__ */ jsx("g", {
4998
- filter: "url(#il-microphone_svg__d)",
5025
+ filter: "url(#d)",
4999
5026
  children: /* @__PURE__ */ jsx("path", {
5000
- fill: "url(#il-microphone_svg__e)",
5027
+ fill: "url(#e)",
5001
5028
  d: "M0 0h103v14H0z",
5002
5029
  transform: "matrix(1 0 0 -1 2 78.012)"
5003
5030
  })
5004
5031
  }),
5005
5032
  /* @__PURE__ */ jsx("g", {
5006
- filter: "url(#il-microphone_svg__f)",
5033
+ filter: "url(#f)",
5007
5034
  children: /* @__PURE__ */ jsx("path", {
5008
- fill: "url(#il-microphone_svg__g)",
5035
+ fill: "url(#g)",
5009
5036
  d: "M28.389 58.049h52.073v5.976H28.389z"
5010
5037
  })
5011
5038
  }),
5012
5039
  /* @__PURE__ */ jsxs("defs", { children: [
5013
5040
  /* @__PURE__ */ jsxs("linearGradient", {
5014
- id: "il-microphone_svg__a",
5041
+ id: "a",
5015
5042
  x1: 37.253,
5016
5043
  x2: 67.711,
5017
5044
  y1: 5.223,
@@ -5023,7 +5050,7 @@ const SvgIlMicrophone = (props) => /* @__PURE__ */ jsxs("svg", {
5023
5050
  })]
5024
5051
  }),
5025
5052
  /* @__PURE__ */ jsxs("linearGradient", {
5026
- id: "il-microphone_svg__b",
5053
+ id: "b",
5027
5054
  x1: 49,
5028
5055
  x2: 57.5,
5029
5056
  y1: 37,
@@ -5042,7 +5069,7 @@ const SvgIlMicrophone = (props) => /* @__PURE__ */ jsxs("svg", {
5042
5069
  ]
5043
5070
  }),
5044
5071
  /* @__PURE__ */ jsxs("linearGradient", {
5045
- id: "il-microphone_svg__c",
5072
+ id: "c",
5046
5073
  x1: 0,
5047
5074
  x2: 6.279,
5048
5075
  y1: 4.714,
@@ -5054,7 +5081,7 @@ const SvgIlMicrophone = (props) => /* @__PURE__ */ jsxs("svg", {
5054
5081
  })]
5055
5082
  }),
5056
5083
  /* @__PURE__ */ jsxs("linearGradient", {
5057
- id: "il-microphone_svg__e",
5084
+ id: "e",
5058
5085
  x1: 0,
5059
5086
  x2: 25.171,
5060
5087
  y1: 11,
@@ -5066,7 +5093,7 @@ const SvgIlMicrophone = (props) => /* @__PURE__ */ jsxs("svg", {
5066
5093
  })]
5067
5094
  }),
5068
5095
  /* @__PURE__ */ jsxs("linearGradient", {
5069
- id: "il-microphone_svg__g",
5096
+ id: "g",
5070
5097
  x1: 29.92,
5071
5098
  x2: 28.588,
5072
5099
  y1: 54.634,
@@ -5078,7 +5105,7 @@ const SvgIlMicrophone = (props) => /* @__PURE__ */ jsxs("svg", {
5078
5105
  })]
5079
5106
  }),
5080
5107
  /* @__PURE__ */ jsxs("filter", {
5081
- id: "il-microphone_svg__d",
5108
+ id: "d",
5082
5109
  width: 107,
5083
5110
  height: 18,
5084
5111
  x: 0,
@@ -5114,7 +5141,7 @@ const SvgIlMicrophone = (props) => /* @__PURE__ */ jsxs("svg", {
5114
5141
  ]
5115
5142
  }),
5116
5143
  /* @__PURE__ */ jsxs("filter", {
5117
- id: "il-microphone_svg__f",
5144
+ id: "f",
5118
5145
  width: 56.073,
5119
5146
  height: 9.976,
5120
5147
  x: 26.389,
@@ -5159,26 +5186,27 @@ const SvgIlNoSales = (props) => /* @__PURE__ */ jsxs("svg", {
5159
5186
  width: 148,
5160
5187
  height: 109,
5161
5188
  fill: "none",
5189
+ viewBox: "0 0 148 109",
5162
5190
  ...props,
5163
5191
  children: [
5164
5192
  /* @__PURE__ */ jsx("g", {
5165
- filter: "url(#il-no-sales_svg__a)",
5193
+ filter: "url(#a)",
5166
5194
  children: /* @__PURE__ */ jsx("path", {
5167
5195
  fill: "#9EBCFF",
5168
5196
  d: "M77.156 33.164 5.096 75.292c-1.992 1.164-1.979 4.046.023 5.193l37.354 21.393a6 6 0 0 0 5.998-.02l72.421-42.123c2.001-1.163 1.986-4.06-.028-5.202L83.146 33.126a6 6 0 0 0-5.99.038"
5169
5197
  })
5170
5198
  }),
5171
5199
  /* @__PURE__ */ jsx("g", {
5172
- filter: "url(#il-no-sales_svg__b)",
5200
+ filter: "url(#b)",
5173
5201
  children: /* @__PURE__ */ jsx("path", {
5174
5202
  fill: "#BCD1FF",
5175
5203
  d: "M77.156 18.711 5.096 60.84c-1.992 1.164-1.979 4.046.023 5.193l37.354 21.393a6 6 0 0 0 5.998-.02l72.421-42.123c2.001-1.164 1.986-4.06-.028-5.202L83.146 18.673a6 6 0 0 0-5.99.038"
5176
5204
  })
5177
5205
  }),
5178
5206
  /* @__PURE__ */ jsx("g", {
5179
- filter: "url(#il-no-sales_svg__c)",
5207
+ filter: "url(#c)",
5180
5208
  children: /* @__PURE__ */ jsx("path", {
5181
- fill: "url(#il-no-sales_svg__d)",
5209
+ fill: "url(#d)",
5182
5210
  d: "M77.156 5.606 5.096 47.733c-1.992 1.164-1.979 4.047.023 5.193L42.473 74.32a6 6 0 0 0 5.998-.02l72.421-42.122c2.001-1.164 1.986-4.06-.028-5.203L83.146 5.567a6 6 0 0 0-5.99.039"
5183
5211
  })
5184
5212
  }),
@@ -5193,7 +5221,7 @@ const SvgIlNoSales = (props) => /* @__PURE__ */ jsxs("svg", {
5193
5221
  d: "m40.045 51.324 8.852-5.408M74.156 31.42l8.852-5.408"
5194
5222
  }),
5195
5223
  /* @__PURE__ */ jsx("g", {
5196
- filter: "url(#il-no-sales_svg__e)",
5224
+ filter: "url(#e)",
5197
5225
  children: /* @__PURE__ */ jsx("path", {
5198
5226
  fill: "#fff",
5199
5227
  d: "m34.186 30.666 12.785-7.375L90.5 46.951a5 5 0 0 1 2.612 4.393v24.748L79.342 83.96V59.153a5 5 0 0 0-2.536-4.35z"
@@ -5208,7 +5236,7 @@ const SvgIlNoSales = (props) => /* @__PURE__ */ jsxs("svg", {
5208
5236
  xmlns: "http://www.w3.org/1999/xhtml",
5209
5237
  style: {
5210
5238
  backdropFilter: "blur(1.32px)",
5211
- clipPath: "url(#il-no-sales_svg__f)",
5239
+ clipPath: "url(#f)",
5212
5240
  height: "100%",
5213
5241
  width: "100%"
5214
5242
  }
@@ -5216,12 +5244,12 @@ const SvgIlNoSales = (props) => /* @__PURE__ */ jsxs("svg", {
5216
5244
  }),
5217
5245
  /* @__PURE__ */ jsx("g", {
5218
5246
  "data-figma-bg-blur-radius": 2.64,
5219
- filter: "url(#il-no-sales_svg__g)",
5247
+ filter: "url(#g)",
5220
5248
  children: /* @__PURE__ */ jsx("circle", {
5221
5249
  cx: 120.62,
5222
5250
  cy: 26.012,
5223
5251
  r: 23.76,
5224
- fill: "url(#il-no-sales_svg__h)",
5252
+ fill: "url(#h)",
5225
5253
  fillOpacity: .71,
5226
5254
  shapeRendering: "crispEdges"
5227
5255
  })
@@ -5232,7 +5260,7 @@ const SvgIlNoSales = (props) => /* @__PURE__ */ jsxs("svg", {
5232
5260
  }),
5233
5261
  /* @__PURE__ */ jsxs("defs", { children: [
5234
5262
  /* @__PURE__ */ jsxs("filter", {
5235
- id: "il-no-sales_svg__a",
5263
+ id: "a",
5236
5264
  width: 126.774,
5237
5265
  height: 78.328,
5238
5266
  x: 1.61,
@@ -5271,7 +5299,7 @@ const SvgIlNoSales = (props) => /* @__PURE__ */ jsxs("svg", {
5271
5299
  ]
5272
5300
  }),
5273
5301
  /* @__PURE__ */ jsxs("filter", {
5274
- id: "il-no-sales_svg__b",
5302
+ id: "b",
5275
5303
  width: 126.774,
5276
5304
  height: 78.328,
5277
5305
  x: 1.61,
@@ -5310,7 +5338,7 @@ const SvgIlNoSales = (props) => /* @__PURE__ */ jsxs("svg", {
5310
5338
  ]
5311
5339
  }),
5312
5340
  /* @__PURE__ */ jsxs("filter", {
5313
- id: "il-no-sales_svg__c",
5341
+ id: "c",
5314
5342
  width: 126.774,
5315
5343
  height: 78.328,
5316
5344
  x: 1.61,
@@ -5349,7 +5377,7 @@ const SvgIlNoSales = (props) => /* @__PURE__ */ jsxs("svg", {
5349
5377
  ]
5350
5378
  }),
5351
5379
  /* @__PURE__ */ jsxs("filter", {
5352
- id: "il-no-sales_svg__e",
5380
+ id: "e",
5353
5381
  width: 66.925,
5354
5382
  height: 68.668,
5355
5383
  x: 32.186,
@@ -5388,7 +5416,7 @@ const SvgIlNoSales = (props) => /* @__PURE__ */ jsxs("svg", {
5388
5416
  ]
5389
5417
  }),
5390
5418
  /* @__PURE__ */ jsxs("filter", {
5391
- id: "il-no-sales_svg__g",
5419
+ id: "g",
5392
5420
  width: 52.8,
5393
5421
  height: 54.12,
5394
5422
  x: 94.22,
@@ -5424,7 +5452,7 @@ const SvgIlNoSales = (props) => /* @__PURE__ */ jsxs("svg", {
5424
5452
  ]
5425
5453
  }),
5426
5454
  /* @__PURE__ */ jsxs("linearGradient", {
5427
- id: "il-no-sales_svg__d",
5455
+ id: "d",
5428
5456
  x1: 63.013,
5429
5457
  x2: 63.013,
5430
5458
  y1: 3.861,
@@ -5436,7 +5464,7 @@ const SvgIlNoSales = (props) => /* @__PURE__ */ jsxs("svg", {
5436
5464
  })]
5437
5465
  }),
5438
5466
  /* @__PURE__ */ jsxs("linearGradient", {
5439
- id: "il-no-sales_svg__h",
5467
+ id: "h",
5440
5468
  x1: 96.86,
5441
5469
  x2: 147.35,
5442
5470
  y1: 22.052,
@@ -5448,7 +5476,7 @@ const SvgIlNoSales = (props) => /* @__PURE__ */ jsxs("svg", {
5448
5476
  })]
5449
5477
  }),
5450
5478
  /* @__PURE__ */ jsx("clipPath", {
5451
- id: "il-no-sales_svg__f",
5479
+ id: "f",
5452
5480
  transform: "translate(-94.22 .388)",
5453
5481
  children: /* @__PURE__ */ jsx("circle", {
5454
5482
  cx: 120.62,
@@ -5466,19 +5494,20 @@ const SvgIlNoTicketTransfer = (props) => /* @__PURE__ */ jsxs("svg", {
5466
5494
  width: 170,
5467
5495
  height: 165,
5468
5496
  fill: "none",
5497
+ viewBox: "0 0 170 165",
5469
5498
  ...props,
5470
5499
  children: [
5471
5500
  /* @__PURE__ */ jsx("g", {
5472
- filter: "url(#il-no-ticket-transfer_svg__a)",
5501
+ filter: "url(#a)",
5473
5502
  children: /* @__PURE__ */ jsx("path", {
5474
5503
  fill: "#9EBCFF",
5475
5504
  d: "M137.83 94.236a4.504 4.504 0 0 1 .36 6.36l-30.351 33.991a4.506 4.506 0 0 1-6.36.36L30.752 71.793a4.504 4.504 0 0 1-.36-6.36l30.351-33.991a4.505 4.505 0 0 1 6.36-.36z"
5476
5505
  })
5477
5506
  }),
5478
5507
  /* @__PURE__ */ jsx("g", {
5479
- filter: "url(#il-no-ticket-transfer_svg__b)",
5508
+ filter: "url(#b)",
5480
5509
  children: /* @__PURE__ */ jsx("path", {
5481
- fill: "url(#il-no-ticket-transfer_svg__c)",
5510
+ fill: "url(#c)",
5482
5511
  d: "M142.81 69.01v-5.705c0-5.3-4.296-9.596-9.596-9.596H37.258a9.596 9.596 0 0 0-9.596 9.596v6.483a3.11 3.11 0 0 0 3.113 3.112 3.11 3.11 0 0 1 3.112 3.112v14.005a3.11 3.11 0 0 1-3.112 3.112 3.11 3.11 0 0 0-3.112 3.112v6.484c0 5.299 4.296 9.595 9.595 9.595h95.956c5.3 0 9.596-4.296 9.596-9.595v-5.706a3.89 3.89 0 0 0-3.89-3.89 3.89 3.89 0 0 1-3.89-3.89V76.79a3.89 3.89 0 0 1 3.89-3.89 3.89 3.89 0 0 0 3.89-3.89"
5483
5512
  })
5484
5513
  }),
@@ -5489,7 +5518,7 @@ const SvgIlNoTicketTransfer = (props) => /* @__PURE__ */ jsxs("svg", {
5489
5518
  clipRule: "evenodd"
5490
5519
  }),
5491
5520
  /* @__PURE__ */ jsx("g", {
5492
- clipPath: "url(#il-no-ticket-transfer_svg__d)",
5521
+ clipPath: "url(#d)",
5493
5522
  children: /* @__PURE__ */ jsx("path", {
5494
5523
  fill: "#C5D2FF",
5495
5524
  fillRule: "evenodd",
@@ -5498,7 +5527,7 @@ const SvgIlNoTicketTransfer = (props) => /* @__PURE__ */ jsxs("svg", {
5498
5527
  })
5499
5528
  }),
5500
5529
  /* @__PURE__ */ jsx("g", {
5501
- filter: "url(#il-no-ticket-transfer_svg__e)",
5530
+ filter: "url(#e)",
5502
5531
  children: /* @__PURE__ */ jsx("path", {
5503
5532
  fill: "#4C95FF",
5504
5533
  d: "M137.432 28.089c11.671.295 21.042 9.85 21.043 21.593l-.007.557c-.296 11.672-9.851 21.043-21.594 21.043l-.557-.007c-11.486-.29-20.745-9.549-21.036-21.036l-.007-.557c.001-11.93 9.671-21.6 21.6-21.6zm-10.29 34.544a16.12 16.12 0 0 0 9.732 3.249c8.947 0 16.2-7.253 16.2-16.2 0-3.653-1.209-7.023-3.249-9.733zm9.732-29.15c-8.947 0-16.199 7.252-16.199 16.199 0 3.344 1.013 6.451 2.749 9.032l22.482-22.483a16.12 16.12 0 0 0-9.032-2.749"
@@ -5506,7 +5535,7 @@ const SvgIlNoTicketTransfer = (props) => /* @__PURE__ */ jsxs("svg", {
5506
5535
  }),
5507
5536
  /* @__PURE__ */ jsxs("defs", { children: [
5508
5537
  /* @__PURE__ */ jsxs("filter", {
5509
- id: "il-no-ticket-transfer_svg__a",
5538
+ id: "a",
5510
5539
  width: 117.295,
5511
5540
  height: 113.361,
5512
5541
  x: 27.446,
@@ -5545,7 +5574,7 @@ const SvgIlNoTicketTransfer = (props) => /* @__PURE__ */ jsxs("svg", {
5545
5574
  ]
5546
5575
  }),
5547
5576
  /* @__PURE__ */ jsxs("filter", {
5548
- id: "il-no-ticket-transfer_svg__b",
5577
+ id: "b",
5549
5578
  width: 122.355,
5550
5579
  height: 65.819,
5551
5580
  x: 25.861,
@@ -5584,7 +5613,7 @@ const SvgIlNoTicketTransfer = (props) => /* @__PURE__ */ jsxs("svg", {
5584
5613
  ]
5585
5614
  }),
5586
5615
  /* @__PURE__ */ jsxs("filter", {
5587
- id: "il-no-ticket-transfer_svg__e",
5616
+ id: "e",
5588
5617
  width: 48,
5589
5618
  height: 47.999,
5590
5619
  x: 112.874,
@@ -5620,7 +5649,7 @@ const SvgIlNoTicketTransfer = (props) => /* @__PURE__ */ jsxs("svg", {
5620
5649
  ]
5621
5650
  }),
5622
5651
  /* @__PURE__ */ jsxs("linearGradient", {
5623
- id: "il-no-ticket-transfer_svg__c",
5652
+ id: "c",
5624
5653
  x1: 142.81,
5625
5654
  x2: 27.663,
5626
5655
  y1: 83.015,
@@ -5632,7 +5661,7 @@ const SvgIlNoTicketTransfer = (props) => /* @__PURE__ */ jsxs("svg", {
5632
5661
  })]
5633
5662
  }),
5634
5663
  /* @__PURE__ */ jsx("clipPath", {
5635
- id: "il-no-ticket-transfer_svg__d",
5664
+ id: "d",
5636
5665
  children: /* @__PURE__ */ jsx("path", {
5637
5666
  fill: "#fff",
5638
5667
  d: "M83.124 71.604H118.8v22.831H83.124z"
@@ -5648,10 +5677,11 @@ const SvgIlNotFound = (props) => /* @__PURE__ */ jsxs("svg", {
5648
5677
  width: 216,
5649
5678
  height: 224,
5650
5679
  fill: "none",
5680
+ viewBox: "0 0 216 224",
5651
5681
  ...props,
5652
5682
  children: [
5653
5683
  /* @__PURE__ */ jsxs("mask", {
5654
- id: "il-not-found_svg__a",
5684
+ id: "a",
5655
5685
  width: 187,
5656
5686
  height: 204,
5657
5687
  x: 0,
@@ -5667,10 +5697,10 @@ const SvgIlNotFound = (props) => /* @__PURE__ */ jsxs("svg", {
5667
5697
  })]
5668
5698
  }),
5669
5699
  /* @__PURE__ */ jsxs("g", {
5670
- mask: "url(#il-not-found_svg__a)",
5700
+ mask: "url(#a)",
5671
5701
  children: [
5672
5702
  /* @__PURE__ */ jsx("mask", {
5673
- id: "il-not-found_svg__b",
5703
+ id: "b",
5674
5704
  width: 194,
5675
5705
  height: 197,
5676
5706
  x: -1,
@@ -5683,15 +5713,15 @@ const SvgIlNotFound = (props) => /* @__PURE__ */ jsxs("svg", {
5683
5713
  })
5684
5714
  }),
5685
5715
  /* @__PURE__ */ jsxs("g", {
5686
- filter: "url(#il-not-found_svg__c)",
5687
- mask: "url(#il-not-found_svg__b)",
5716
+ filter: "url(#c)",
5717
+ mask: "url(#b)",
5688
5718
  children: [
5689
5719
  /* @__PURE__ */ jsx("path", {
5690
- fill: "url(#il-not-found_svg__d)",
5720
+ fill: "url(#d)",
5691
5721
  d: "M141.608 37.48 19.099 52.736a7 7 0 0 0-5.993 8.347l30.688 150.233a7 7 0 0 0 7.733 5.545l121.135-15.254a7 7 0 0 0 5.996-8.286L149.343 43.085a7 7 0 0 0-7.735-5.606"
5692
5722
  }),
5693
5723
  /* @__PURE__ */ jsx("path", {
5694
- fill: "url(#il-not-found_svg__e)",
5724
+ fill: "url(#e)",
5695
5725
  d: "M141.608 37.48 19.099 52.736a7 7 0 0 0-5.993 8.347l30.688 150.233a7 7 0 0 0 7.733 5.545l121.135-15.254a7 7 0 0 0 5.996-8.286L149.343 43.085a7 7 0 0 0-7.735-5.606"
5696
5726
  }),
5697
5727
  /* @__PURE__ */ jsx("path", {
@@ -5712,7 +5742,7 @@ const SvgIlNotFound = (props) => /* @__PURE__ */ jsxs("svg", {
5712
5742
  ]
5713
5743
  }),
5714
5744
  /* @__PURE__ */ jsx("g", {
5715
- filter: "url(#il-not-found_svg__f)",
5745
+ filter: "url(#f)",
5716
5746
  children: /* @__PURE__ */ jsx("path", {
5717
5747
  fill: "#4C95FF",
5718
5748
  d: "M169.271 2c23.432 0 42.428 14.775 42.428 33s-18.996 33-42.428 33c-9.069 0-17.473-2.215-24.369-5.984L133.128 68l4.739-10.809c-6.85-5.86-11.025-13.647-11.025-22.191 0-18.225 18.996-33 42.429-33"
@@ -5724,7 +5754,7 @@ const SvgIlNotFound = (props) => /* @__PURE__ */ jsxs("svg", {
5724
5754
  }),
5725
5755
  /* @__PURE__ */ jsxs("defs", { children: [
5726
5756
  /* @__PURE__ */ jsxs("linearGradient", {
5727
- id: "il-not-found_svg__d",
5757
+ id: "d",
5728
5758
  x1: 95.842,
5729
5759
  x2: 95.842,
5730
5760
  y1: 36.672,
@@ -5736,7 +5766,7 @@ const SvgIlNotFound = (props) => /* @__PURE__ */ jsxs("svg", {
5736
5766
  })]
5737
5767
  }),
5738
5768
  /* @__PURE__ */ jsxs("linearGradient", {
5739
- id: "il-not-found_svg__e",
5769
+ id: "e",
5740
5770
  x1: 95.842,
5741
5771
  x2: 95.842,
5742
5772
  y1: 36.672,
@@ -5748,7 +5778,7 @@ const SvgIlNotFound = (props) => /* @__PURE__ */ jsxs("svg", {
5748
5778
  })]
5749
5779
  }),
5750
5780
  /* @__PURE__ */ jsxs("filter", {
5751
- id: "il-not-found_svg__c",
5781
+ id: "c",
5752
5782
  width: 174.827,
5753
5783
  height: 188.492,
5754
5784
  x: 8.462,
@@ -5784,7 +5814,7 @@ const SvgIlNotFound = (props) => /* @__PURE__ */ jsxs("svg", {
5784
5814
  ]
5785
5815
  }),
5786
5816
  /* @__PURE__ */ jsxs("filter", {
5787
- id: "il-not-found_svg__f",
5817
+ id: "f",
5788
5818
  width: 92.857,
5789
5819
  height: 74,
5790
5820
  x: 122.842,
@@ -5829,20 +5859,21 @@ const SvgIlPadlock = (props) => /* @__PURE__ */ jsxs("svg", {
5829
5859
  width: 30,
5830
5860
  height: 33,
5831
5861
  fill: "none",
5862
+ viewBox: "0 0 30 33",
5832
5863
  ...props,
5833
5864
  children: [
5834
5865
  /* @__PURE__ */ jsx("path", {
5835
- fill: "url(#il-padlock_svg__a)",
5866
+ fill: "url(#a)",
5836
5867
  fillRule: "evenodd",
5837
5868
  d: "M13.99 4.855a2.41 2.41 0 0 0-2.797 1.953L9.982 13.68a1.206 1.206 0 0 1-1.398.976 1.206 1.206 0 0 1-.98-1.396L8.816 6.39a4.823 4.823 0 0 1 5.591-3.907l6.247 1.102a4.823 4.823 0 0 1 3.919 5.583L23.36 16.04a1.206 1.206 0 0 1-1.398.976 1.206 1.206 0 0 1-.98-1.396l1.212-6.871a2.41 2.41 0 0 0-1.96-2.792z",
5838
5869
  clipRule: "evenodd"
5839
5870
  }),
5840
5871
  /* @__PURE__ */ jsx("path", {
5841
- fill: "url(#il-padlock_svg__b)",
5872
+ fill: "url(#b)",
5842
5873
  d: "M25.333 12.29a3 3 0 0 1 2.434 3.476l-2.431 13.787a3 3 0 0 1-3.476 2.434L4.134 28.86A3 3 0 0 1 1.7 25.386l2.431-13.787a3 3 0 0 1 3.476-2.434zm-12.09 3.459a.6.6 0 0 0-.695.486l-.486 2.757a.6.6 0 0 0 .487.696l.3.053a.6.6 0 0 1 .487.695l-.622 3.526a.6.6 0 0 0 .488.696l.787.139a.6.6 0 0 0 .695-.487l.622-3.527a.6.6 0 0 1 .696-.486l.289.05a.6.6 0 0 0 .695-.487l.486-2.757a.6.6 0 0 0-.486-.695z"
5843
5874
  }),
5844
5875
  /* @__PURE__ */ jsxs("defs", { children: [/* @__PURE__ */ jsxs("linearGradient", {
5845
- id: "il-padlock_svg__a",
5876
+ id: "a",
5846
5877
  x1: 15.273,
5847
5878
  x2: 17.531,
5848
5879
  y1: 15.836,
@@ -5853,7 +5884,7 @@ const SvgIlPadlock = (props) => /* @__PURE__ */ jsxs("svg", {
5853
5884
  stopColor: "#4C95FF"
5854
5885
  })]
5855
5886
  }), /* @__PURE__ */ jsxs("linearGradient", {
5856
- id: "il-padlock_svg__b",
5887
+ id: "b",
5857
5888
  x1: 15.528,
5858
5889
  x2: 15.81,
5859
5890
  y1: 16.08,
@@ -5873,10 +5904,11 @@ const SvgIlPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
5873
5904
  width: 208,
5874
5905
  height: 197,
5875
5906
  fill: "none",
5907
+ viewBox: "0 0 208 197",
5876
5908
  ...props,
5877
5909
  children: [
5878
5910
  /* @__PURE__ */ jsx("mask", {
5879
- id: "il-post-empty_svg__a",
5911
+ id: "a",
5880
5912
  width: 193,
5881
5913
  height: 197,
5882
5914
  x: 0,
@@ -5889,15 +5921,15 @@ const SvgIlPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
5889
5921
  })
5890
5922
  }),
5891
5923
  /* @__PURE__ */ jsxs("g", {
5892
- filter: "url(#il-post-empty_svg__b)",
5893
- mask: "url(#il-post-empty_svg__a)",
5924
+ filter: "url(#b)",
5925
+ mask: "url(#a)",
5894
5926
  children: [
5895
5927
  /* @__PURE__ */ jsx("path", {
5896
- fill: "url(#il-post-empty_svg__c)",
5928
+ fill: "url(#c)",
5897
5929
  d: "M142.016 17.308 19.507 32.565a7 7 0 0 0-5.993 8.347l30.688 150.233a7 7 0 0 0 7.733 5.545l121.135-15.254a7 7 0 0 0 5.996-8.286L149.751 22.913a7 7 0 0 0-7.735-5.605"
5898
5930
  }),
5899
5931
  /* @__PURE__ */ jsx("path", {
5900
- fill: "url(#il-post-empty_svg__d)",
5932
+ fill: "url(#d)",
5901
5933
  d: "M142.016 17.308 19.507 32.565a7 7 0 0 0-5.993 8.347l30.688 150.233a7 7 0 0 0 7.733 5.545l121.135-15.254a7 7 0 0 0 5.996-8.286L149.751 22.913a7 7 0 0 0-7.735-5.605"
5902
5934
  }),
5903
5935
  /* @__PURE__ */ jsx("path", {
@@ -5912,21 +5944,21 @@ const SvgIlPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
5912
5944
  d: "m67.5 194-26-16 15.987-3.091a7 7 0 0 1 8.268 5.952z"
5913
5945
  }),
5914
5946
  /* @__PURE__ */ jsx("path", {
5915
- stroke: "url(#il-post-empty_svg__e)",
5947
+ stroke: "url(#e)",
5916
5948
  strokeLinecap: "round",
5917
5949
  strokeOpacity: .8,
5918
5950
  strokeWidth: 8,
5919
5951
  d: "m38 60.5 84-11"
5920
5952
  }),
5921
5953
  /* @__PURE__ */ jsx("path", {
5922
- stroke: "url(#il-post-empty_svg__f)",
5954
+ stroke: "url(#f)",
5923
5955
  strokeLinecap: "round",
5924
5956
  strokeOpacity: .8,
5925
5957
  strokeWidth: 8,
5926
5958
  d: "m44 85.5 95.5-13"
5927
5959
  }),
5928
5960
  /* @__PURE__ */ jsx("path", {
5929
- stroke: "url(#il-post-empty_svg__g)",
5961
+ stroke: "url(#g)",
5930
5962
  strokeLinecap: "round",
5931
5963
  strokeOpacity: .8,
5932
5964
  strokeWidth: 8,
@@ -5941,7 +5973,7 @@ const SvgIlPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
5941
5973
  xmlns: "http://www.w3.org/1999/xhtml",
5942
5974
  style: {
5943
5975
  backdropFilter: "blur(2px)",
5944
- clipPath: "url(#il-post-empty_svg__h)",
5976
+ clipPath: "url(#h)",
5945
5977
  height: "100%",
5946
5978
  width: "100%"
5947
5979
  }
@@ -5949,12 +5981,12 @@ const SvgIlPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
5949
5981
  }),
5950
5982
  /* @__PURE__ */ jsx("g", {
5951
5983
  "data-figma-bg-blur-radius": 4,
5952
- filter: "url(#il-post-empty_svg__i)",
5984
+ filter: "url(#i)",
5953
5985
  children: /* @__PURE__ */ jsx("circle", {
5954
5986
  cx: 168,
5955
5987
  cy: 133,
5956
5988
  r: 36,
5957
- fill: "url(#il-post-empty_svg__j)",
5989
+ fill: "url(#j)",
5958
5990
  fillOpacity: .71,
5959
5991
  shapeRendering: "crispEdges"
5960
5992
  })
@@ -5967,7 +5999,7 @@ const SvgIlPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
5967
5999
  }),
5968
6000
  /* @__PURE__ */ jsxs("defs", { children: [
5969
6001
  /* @__PURE__ */ jsxs("linearGradient", {
5970
- id: "il-post-empty_svg__c",
6002
+ id: "c",
5971
6003
  x1: 96.25,
5972
6004
  x2: 96.25,
5973
6005
  y1: 16.5,
@@ -5979,7 +6011,7 @@ const SvgIlPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
5979
6011
  })]
5980
6012
  }),
5981
6013
  /* @__PURE__ */ jsxs("linearGradient", {
5982
- id: "il-post-empty_svg__d",
6014
+ id: "d",
5983
6015
  x1: 96.25,
5984
6016
  x2: 96.25,
5985
6017
  y1: 16.5,
@@ -5991,7 +6023,7 @@ const SvgIlPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
5991
6023
  })]
5992
6024
  }),
5993
6025
  /* @__PURE__ */ jsxs("linearGradient", {
5994
- id: "il-post-empty_svg__e",
6026
+ id: "e",
5995
6027
  x1: 146,
5996
6028
  x2: 38.5,
5997
6029
  y1: 48,
@@ -6004,7 +6036,7 @@ const SvgIlPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6004
6036
  })]
6005
6037
  }),
6006
6038
  /* @__PURE__ */ jsxs("linearGradient", {
6007
- id: "il-post-empty_svg__f",
6039
+ id: "f",
6008
6040
  x1: 150,
6009
6041
  x2: 44,
6010
6042
  y1: 72.5,
@@ -6017,7 +6049,7 @@ const SvgIlPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6017
6049
  })]
6018
6050
  }),
6019
6051
  /* @__PURE__ */ jsxs("linearGradient", {
6020
- id: "il-post-empty_svg__g",
6052
+ id: "g",
6021
6053
  x1: 140,
6022
6054
  x2: 46,
6023
6055
  y1: 90,
@@ -6032,7 +6064,7 @@ const SvgIlPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6032
6064
  })]
6033
6065
  }),
6034
6066
  /* @__PURE__ */ jsxs("linearGradient", {
6035
- id: "il-post-empty_svg__j",
6067
+ id: "j",
6036
6068
  x1: 132,
6037
6069
  x2: 208.5,
6038
6070
  y1: 127,
@@ -6044,7 +6076,7 @@ const SvgIlPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6044
6076
  })]
6045
6077
  }),
6046
6078
  /* @__PURE__ */ jsxs("filter", {
6047
- id: "il-post-empty_svg__b",
6079
+ id: "b",
6048
6080
  width: 174.827,
6049
6081
  height: 188.492,
6050
6082
  x: 8.871,
@@ -6080,7 +6112,7 @@ const SvgIlPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6080
6112
  ]
6081
6113
  }),
6082
6114
  /* @__PURE__ */ jsxs("filter", {
6083
- id: "il-post-empty_svg__i",
6115
+ id: "i",
6084
6116
  width: 80,
6085
6117
  height: 82,
6086
6118
  x: 128,
@@ -6116,7 +6148,7 @@ const SvgIlPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6116
6148
  ]
6117
6149
  }),
6118
6150
  /* @__PURE__ */ jsx("clipPath", {
6119
- id: "il-post-empty_svg__h",
6151
+ id: "h",
6120
6152
  transform: "translate(-128 -93)",
6121
6153
  children: /* @__PURE__ */ jsx("circle", {
6122
6154
  cx: 168,
@@ -6134,10 +6166,11 @@ const SvgIlScrapPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6134
6166
  width: 208,
6135
6167
  height: 198,
6136
6168
  fill: "none",
6169
+ viewBox: "0 0 208 198",
6137
6170
  ...props,
6138
6171
  children: [
6139
6172
  /* @__PURE__ */ jsx("mask", {
6140
- id: "il-scrap-post-empty_svg__a",
6173
+ id: "a",
6141
6174
  width: 193,
6142
6175
  height: 198,
6143
6176
  x: 0,
@@ -6150,15 +6183,15 @@ const SvgIlScrapPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6150
6183
  })
6151
6184
  }),
6152
6185
  /* @__PURE__ */ jsxs("g", {
6153
- filter: "url(#il-scrap-post-empty_svg__b)",
6154
- mask: "url(#il-scrap-post-empty_svg__a)",
6186
+ filter: "url(#b)",
6187
+ mask: "url(#a)",
6155
6188
  children: [
6156
6189
  /* @__PURE__ */ jsx("path", {
6157
- fill: "url(#il-scrap-post-empty_svg__c)",
6190
+ fill: "url(#c)",
6158
6191
  d: "M142.016 18.022 19.507 33.28a7 7 0 0 0-5.993 8.347L44.202 191.86a7 7 0 0 0 7.733 5.545L173.07 182.15a7 7 0 0 0 5.996-8.285L149.751 23.628a7 7 0 0 0-7.735-5.606"
6159
6192
  }),
6160
6193
  /* @__PURE__ */ jsx("path", {
6161
- fill: "url(#il-scrap-post-empty_svg__d)",
6194
+ fill: "url(#d)",
6162
6195
  d: "M142.016 18.022 19.507 33.28a7 7 0 0 0-5.993 8.347L44.202 191.86a7 7 0 0 0 7.733 5.545L173.07 182.15a7 7 0 0 0 5.996-8.285L149.751 23.628a7 7 0 0 0-7.735-5.606"
6163
6196
  }),
6164
6197
  /* @__PURE__ */ jsx("path", {
@@ -6173,21 +6206,21 @@ const SvgIlScrapPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6173
6206
  d: "m67.5 194.715-26-16 15.987-3.091a7 7 0 0 1 8.268 5.951z"
6174
6207
  }),
6175
6208
  /* @__PURE__ */ jsx("path", {
6176
- fill: "url(#il-scrap-post-empty_svg__e)",
6209
+ fill: "url(#e)",
6177
6210
  fillOpacity: .8,
6178
6211
  fillRule: "evenodd",
6179
6212
  d: "M143.463 72.675a4 4 0 0 1-3.423 4.503l-95.5 13a4 4 0 0 1-1.08-7.927l95.5-13a4 4 0 0 1 4.503 3.424",
6180
6213
  clipRule: "evenodd"
6181
6214
  }),
6182
6215
  /* @__PURE__ */ jsx("path", {
6183
- fill: "url(#il-scrap-post-empty_svg__f)",
6216
+ fill: "url(#f)",
6184
6217
  fillOpacity: .8,
6185
6218
  fillRule: "evenodd",
6186
6219
  d: "M131.966 97.693a4 4 0 0 1-3.444 4.488l-76 10a4 4 0 0 1-1.044-7.932l76-10a4 4 0 0 1 4.488 3.444",
6187
6220
  clipRule: "evenodd"
6188
6221
  }),
6189
6222
  /* @__PURE__ */ jsx("path", {
6190
- fill: "url(#il-scrap-post-empty_svg__g)",
6223
+ fill: "url(#g)",
6191
6224
  fillOpacity: .8,
6192
6225
  fillRule: "evenodd",
6193
6226
  d: "M137.462 49.667a4 4 0 0 1-3.414 4.51l-61.5 8.5a4 4 0 0 1-1.096-7.925l61.5-8.5a4 4 0 0 1 4.51 3.415",
@@ -6195,7 +6228,7 @@ const SvgIlScrapPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6195
6228
  opacity: .91
6196
6229
  }),
6197
6230
  /* @__PURE__ */ jsx("g", {
6198
- filter: "url(#il-scrap-post-empty_svg__h)",
6231
+ filter: "url(#h)",
6199
6232
  children: /* @__PURE__ */ jsx("path", {
6200
6233
  fill: "#4C95FF",
6201
6234
  d: "m32.064 29.579 17.516-2.246a1 1 0 0 1 1.107.79L58 63.715l-11-4.5-8.5 8-7.29-36.448a1 1 0 0 1 .854-1.189"
@@ -6210,7 +6243,7 @@ const SvgIlScrapPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6210
6243
  xmlns: "http://www.w3.org/1999/xhtml",
6211
6244
  style: {
6212
6245
  backdropFilter: "blur(2px)",
6213
- clipPath: "url(#il-scrap-post-empty_svg__i)",
6246
+ clipPath: "url(#i)",
6214
6247
  height: "100%",
6215
6248
  width: "100%"
6216
6249
  }
@@ -6218,12 +6251,12 @@ const SvgIlScrapPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6218
6251
  }),
6219
6252
  /* @__PURE__ */ jsx("g", {
6220
6253
  "data-figma-bg-blur-radius": 4,
6221
- filter: "url(#il-scrap-post-empty_svg__j)",
6254
+ filter: "url(#j)",
6222
6255
  children: /* @__PURE__ */ jsx("circle", {
6223
6256
  cx: 168,
6224
6257
  cy: 133.715,
6225
6258
  r: 36,
6226
- fill: "url(#il-scrap-post-empty_svg__k)",
6259
+ fill: "url(#k)",
6227
6260
  fillOpacity: .71,
6228
6261
  shapeRendering: "crispEdges"
6229
6262
  })
@@ -6236,7 +6269,7 @@ const SvgIlScrapPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6236
6269
  }),
6237
6270
  /* @__PURE__ */ jsxs("defs", { children: [
6238
6271
  /* @__PURE__ */ jsxs("linearGradient", {
6239
- id: "il-scrap-post-empty_svg__c",
6272
+ id: "c",
6240
6273
  x1: 96.25,
6241
6274
  x2: 96.25,
6242
6275
  y1: 17.215,
@@ -6248,7 +6281,7 @@ const SvgIlScrapPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6248
6281
  })]
6249
6282
  }),
6250
6283
  /* @__PURE__ */ jsxs("linearGradient", {
6251
- id: "il-scrap-post-empty_svg__d",
6284
+ id: "d",
6252
6285
  x1: 96.25,
6253
6286
  x2: 96.25,
6254
6287
  y1: 17.215,
@@ -6260,7 +6293,7 @@ const SvgIlScrapPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6260
6293
  })]
6261
6294
  }),
6262
6295
  /* @__PURE__ */ jsxs("linearGradient", {
6263
- id: "il-scrap-post-empty_svg__e",
6296
+ id: "e",
6264
6297
  x1: 150,
6265
6298
  x2: 44,
6266
6299
  y1: 73.215,
@@ -6273,7 +6306,7 @@ const SvgIlScrapPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6273
6306
  })]
6274
6307
  }),
6275
6308
  /* @__PURE__ */ jsxs("linearGradient", {
6276
- id: "il-scrap-post-empty_svg__f",
6309
+ id: "f",
6277
6310
  x1: 142,
6278
6311
  x2: 48,
6279
6312
  y1: 90.715,
@@ -6288,7 +6321,7 @@ const SvgIlScrapPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6288
6321
  })]
6289
6322
  }),
6290
6323
  /* @__PURE__ */ jsxs("linearGradient", {
6291
- id: "il-scrap-post-empty_svg__g",
6324
+ id: "g",
6292
6325
  x1: 157.5,
6293
6326
  x2: 50,
6294
6327
  y1: 48.715,
@@ -6301,7 +6334,7 @@ const SvgIlScrapPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6301
6334
  })]
6302
6335
  }),
6303
6336
  /* @__PURE__ */ jsxs("linearGradient", {
6304
- id: "il-scrap-post-empty_svg__k",
6337
+ id: "k",
6305
6338
  x1: 132,
6306
6339
  x2: 208.5,
6307
6340
  y1: 127.715,
@@ -6313,7 +6346,7 @@ const SvgIlScrapPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6313
6346
  })]
6314
6347
  }),
6315
6348
  /* @__PURE__ */ jsxs("filter", {
6316
- id: "il-scrap-post-empty_svg__b",
6349
+ id: "b",
6317
6350
  width: 174.827,
6318
6351
  height: 188.492,
6319
6352
  x: 8.871,
@@ -6349,7 +6382,7 @@ const SvgIlScrapPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6349
6382
  ]
6350
6383
  }),
6351
6384
  /* @__PURE__ */ jsxs("filter", {
6352
- id: "il-scrap-post-empty_svg__h",
6385
+ id: "h",
6353
6386
  width: 30.809,
6354
6387
  height: 43.89,
6355
6388
  x: 28.191,
@@ -6388,7 +6421,7 @@ const SvgIlScrapPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6388
6421
  ]
6389
6422
  }),
6390
6423
  /* @__PURE__ */ jsxs("filter", {
6391
- id: "il-scrap-post-empty_svg__j",
6424
+ id: "j",
6392
6425
  width: 80,
6393
6426
  height: 82,
6394
6427
  x: 128,
@@ -6424,7 +6457,7 @@ const SvgIlScrapPostEmpty = (props) => /* @__PURE__ */ jsxs("svg", {
6424
6457
  ]
6425
6458
  }),
6426
6459
  /* @__PURE__ */ jsx("clipPath", {
6427
- id: "il-scrap-post-empty_svg__i",
6460
+ id: "i",
6428
6461
  transform: "translate(-128 -93.715)",
6429
6462
  children: /* @__PURE__ */ jsx("circle", {
6430
6463
  cx: 168,
@@ -6442,10 +6475,11 @@ const SvgIlSnowGroundCircle = (props) => /* @__PURE__ */ jsxs("svg", {
6442
6475
  width: 64,
6443
6476
  height: 64,
6444
6477
  fill: "none",
6478
+ viewBox: "0 0 64 64",
6445
6479
  ...props,
6446
6480
  children: [
6447
6481
  /* @__PURE__ */ jsx("mask", {
6448
- id: "il-snow-ground-circle_svg__a",
6482
+ id: "a",
6449
6483
  width: 64,
6450
6484
  height: 64,
6451
6485
  x: 0,
@@ -6460,10 +6494,10 @@ const SvgIlSnowGroundCircle = (props) => /* @__PURE__ */ jsxs("svg", {
6460
6494
  })
6461
6495
  }),
6462
6496
  /* @__PURE__ */ jsxs("g", {
6463
- mask: "url(#il-snow-ground-circle_svg__a)",
6497
+ mask: "url(#a)",
6464
6498
  children: [
6465
6499
  /* @__PURE__ */ jsx("path", {
6466
- fill: "url(#il-snow-ground-circle_svg__b)",
6500
+ fill: "url(#b)",
6467
6501
  d: "m60 64-.431-.491C44.513 46.377 17.755 46.609 3 64z"
6468
6502
  }),
6469
6503
  /* @__PURE__ */ jsx("circle", {
@@ -6493,7 +6527,7 @@ const SvgIlSnowGroundCircle = (props) => /* @__PURE__ */ jsxs("svg", {
6493
6527
  ]
6494
6528
  }),
6495
6529
  /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", {
6496
- id: "il-snow-ground-circle_svg__b",
6530
+ id: "b",
6497
6531
  x1: 31.5,
6498
6532
  x2: 31.5,
6499
6533
  y1: 51.759,
@@ -6514,6 +6548,7 @@ const SvgIlSnowGround = (props) => /* @__PURE__ */ jsxs("svg", {
6514
6548
  width: 219,
6515
6549
  height: 98,
6516
6550
  fill: "none",
6551
+ viewBox: "0 0 219 98",
6517
6552
  ...props,
6518
6553
  children: [
6519
6554
  /* @__PURE__ */ jsx("circle", {
@@ -6577,11 +6612,11 @@ const SvgIlSnowGround = (props) => /* @__PURE__ */ jsxs("svg", {
6577
6612
  opacity: .3
6578
6613
  }),
6579
6614
  /* @__PURE__ */ jsx("path", {
6580
- fill: "url(#il-snow-ground_svg__a)",
6615
+ fill: "url(#a)",
6581
6616
  d: "M222.461 88q-.002.958-.147 1.876l.146-.023v6.824c-.001 1.285-3.666 2.398-9.029 2.95-.95.243-1.945.373-2.97.373h-4.534l-.172.001h-45.231l.006-.001H22c34.279-6.816 122.361-20.959 200.461-23z"
6582
6617
  }),
6583
6618
  /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", {
6584
- id: "il-snow-ground_svg__a",
6619
+ id: "a",
6585
6620
  x1: 122.23,
6586
6621
  x2: 130.689,
6587
6622
  y1: 77,
@@ -6601,10 +6636,11 @@ const SvgIlSnowMountainCircle = (props) => /* @__PURE__ */ jsxs("svg", {
6601
6636
  width: 64,
6602
6637
  height: 64,
6603
6638
  fill: "none",
6639
+ viewBox: "0 0 64 64",
6604
6640
  ...props,
6605
6641
  children: [
6606
6642
  /* @__PURE__ */ jsx("mask", {
6607
- id: "il-snow-mountain-circle_svg__a",
6643
+ id: "a",
6608
6644
  width: 64,
6609
6645
  height: 64,
6610
6646
  x: 0,
@@ -6619,7 +6655,7 @@ const SvgIlSnowMountainCircle = (props) => /* @__PURE__ */ jsxs("svg", {
6619
6655
  })
6620
6656
  }),
6621
6657
  /* @__PURE__ */ jsxs("g", {
6622
- mask: "url(#il-snow-mountain-circle_svg__a)",
6658
+ mask: "url(#a)",
6623
6659
  children: [
6624
6660
  /* @__PURE__ */ jsx("circle", {
6625
6661
  cx: 32,
@@ -6634,11 +6670,11 @@ const SvgIlSnowMountainCircle = (props) => /* @__PURE__ */ jsxs("svg", {
6634
6670
  fill: "#DAEBFF"
6635
6671
  }),
6636
6672
  /* @__PURE__ */ jsx("path", {
6637
- fill: "url(#il-snow-mountain-circle_svg__b)",
6673
+ fill: "url(#b)",
6638
6674
  d: "M31.888 31.951 14 64h48L44.112 31.951c-2.67-4.784-9.554-4.784-12.224 0"
6639
6675
  }),
6640
6676
  /* @__PURE__ */ jsx("path", {
6641
- fill: "url(#il-snow-mountain-circle_svg__c)",
6677
+ fill: "url(#c)",
6642
6678
  d: "M24.25 41.632 3 64h57L38.75 41.632c-3.943-4.15-10.558-4.15-14.5 0"
6643
6679
  }),
6644
6680
  /* @__PURE__ */ jsx("path", {
@@ -6649,7 +6685,7 @@ const SvgIlSnowMountainCircle = (props) => /* @__PURE__ */ jsxs("svg", {
6649
6685
  ]
6650
6686
  }),
6651
6687
  /* @__PURE__ */ jsxs("defs", { children: [/* @__PURE__ */ jsxs("linearGradient", {
6652
- id: "il-snow-mountain-circle_svg__b",
6688
+ id: "b",
6653
6689
  x1: 38,
6654
6690
  x2: 38,
6655
6691
  y1: 28.351,
@@ -6660,7 +6696,7 @@ const SvgIlSnowMountainCircle = (props) => /* @__PURE__ */ jsxs("svg", {
6660
6696
  stopColor: "#fff"
6661
6697
  })]
6662
6698
  }), /* @__PURE__ */ jsxs("linearGradient", {
6663
- id: "il-snow-mountain-circle_svg__c",
6699
+ id: "c",
6664
6700
  x1: 31.5,
6665
6701
  x2: 31.5,
6666
6702
  y1: 39.129,
@@ -6680,10 +6716,11 @@ const SvgIlSnowMountain = (props) => /* @__PURE__ */ jsxs("svg", {
6680
6716
  width: 215,
6681
6717
  height: 98,
6682
6718
  fill: "none",
6719
+ viewBox: "0 0 215 98",
6683
6720
  ...props,
6684
6721
  children: [
6685
6722
  /* @__PURE__ */ jsx("path", {
6686
- fill: "url(#il-snow-mountain_svg__a)",
6723
+ fill: "url(#a)",
6687
6724
  d: "M69.628 80.563 54.072 107.5c-2.282 3.951.506 8.902 5.067 8.999l157.733 3.369A6 6 0 0 0 223 113.87V91.799c0-.9-.203-1.789-.593-2.6l-16.703-34.735c-2.181-4.537-8.643-4.532-10.818.007l-14.415 30.078c-2.066 4.311-8.098 4.592-10.557.493l-31.136-51.917c-2.403-4.007-8.263-3.85-10.449.28L98.114 90.513c-2.066 3.906-7.501 4.314-10.128.761l-8.338-11.278c-2.57-3.475-7.86-3.176-10.02.567"
6688
6725
  }),
6689
6726
  /* @__PURE__ */ jsx("circle", {
@@ -6741,7 +6778,7 @@ const SvgIlSnowMountain = (props) => /* @__PURE__ */ jsxs("svg", {
6741
6778
  fill: "#DDEBF6"
6742
6779
  }),
6743
6780
  /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsxs("linearGradient", {
6744
- id: "il-snow-mountain_svg__a",
6781
+ id: "a",
6745
6782
  x1: 136,
6746
6783
  x2: 250.894,
6747
6784
  y1: 18.426,
@@ -6761,6 +6798,7 @@ const SvgIlSnowfallCircle = (props) => /* @__PURE__ */ jsxs("svg", {
6761
6798
  width: 43,
6762
6799
  height: 53,
6763
6800
  fill: "none",
6801
+ viewBox: "0 0 43 53",
6764
6802
  ...props,
6765
6803
  children: [
6766
6804
  /* @__PURE__ */ jsx("circle", {
@@ -6842,6 +6880,7 @@ const SvgIlSnowfall = (props) => /* @__PURE__ */ jsxs("svg", {
6842
6880
  width: 195,
6843
6881
  height: 92,
6844
6882
  fill: "none",
6883
+ viewBox: "0 0 195 92",
6845
6884
  ...props,
6846
6885
  children: [
6847
6886
  /* @__PURE__ */ jsx("ellipse", {
@@ -6950,10 +6989,11 @@ const SvgIlStarHonorBoard = (props) => /* @__PURE__ */ jsxs("svg", {
6950
6989
  width: 90,
6951
6990
  height: 72,
6952
6991
  fill: "none",
6992
+ viewBox: "0 0 90 72",
6953
6993
  ...props,
6954
6994
  children: [
6955
6995
  /* @__PURE__ */ jsx("path", {
6956
- fill: "url(#il-star-honor-board_svg__a)",
6996
+ fill: "url(#a)",
6957
6997
  d: "M42.48 2.4c1.053-3.2 5.632-3.2 6.684 0l4.201 12.784a3.51 3.51 0 0 0 3.341 2.4h13.596c3.404 0 4.819 4.307 2.065 6.284L61.368 31.77a3.45 3.45 0 0 0-1.276 3.883l4.201 12.784c1.052 3.2-2.653 5.862-5.406 3.884l-11-7.901a3.55 3.55 0 0 0-4.13 0l-11 7.9c-2.752 1.979-6.457-.682-5.405-3.883l4.2-12.784a3.45 3.45 0 0 0-1.275-3.883l-11-7.902c-2.753-1.977-1.338-6.283 2.065-6.283h13.596a3.51 3.51 0 0 0 3.342-2.4z"
6958
6998
  }),
6959
6999
  /* @__PURE__ */ jsx("path", {
@@ -6963,22 +7003,22 @@ const SvgIlStarHonorBoard = (props) => /* @__PURE__ */ jsxs("svg", {
6963
7003
  d: "m21.018 3.959 1.203 7.333M10.604 7.781l4.708 5.75M5 17.97l7.395.736"
6964
7004
  }),
6965
7005
  /* @__PURE__ */ jsx("g", {
6966
- filter: "url(#il-star-honor-board_svg__b)",
7006
+ filter: "url(#b)",
6967
7007
  children: /* @__PURE__ */ jsx("path", {
6968
- fill: "url(#il-star-honor-board_svg__c)",
7008
+ fill: "url(#c)",
6969
7009
  d: "M2 59h86v13H2z"
6970
7010
  })
6971
7011
  }),
6972
7012
  /* @__PURE__ */ jsx("g", {
6973
- filter: "url(#il-star-honor-board_svg__d)",
7013
+ filter: "url(#d)",
6974
7014
  children: /* @__PURE__ */ jsx("path", {
6975
- fill: "url(#il-star-honor-board_svg__e)",
7015
+ fill: "url(#e)",
6976
7016
  d: "M9 53h72v6H9z"
6977
7017
  })
6978
7018
  }),
6979
7019
  /* @__PURE__ */ jsxs("defs", { children: [
6980
7020
  /* @__PURE__ */ jsxs("linearGradient", {
6981
- id: "il-star-honor-board_svg__a",
7021
+ id: "a",
6982
7022
  x1: 45.822,
6983
7023
  x2: 78.271,
6984
7024
  y1: -7.767,
@@ -6990,7 +7030,7 @@ const SvgIlStarHonorBoard = (props) => /* @__PURE__ */ jsxs("svg", {
6990
7030
  })]
6991
7031
  }),
6992
7032
  /* @__PURE__ */ jsxs("linearGradient", {
6993
- id: "il-star-honor-board_svg__c",
7033
+ id: "c",
6994
7034
  x1: 2,
6995
7035
  x2: 26.501,
6996
7036
  y1: 69.214,
@@ -7002,7 +7042,7 @@ const SvgIlStarHonorBoard = (props) => /* @__PURE__ */ jsxs("svg", {
7002
7042
  })]
7003
7043
  }),
7004
7044
  /* @__PURE__ */ jsxs("linearGradient", {
7005
- id: "il-star-honor-board_svg__e",
7045
+ id: "e",
7006
7046
  x1: 11.118,
7007
7047
  x2: 10.143,
7008
7048
  y1: 49.571,
@@ -7014,7 +7054,7 @@ const SvgIlStarHonorBoard = (props) => /* @__PURE__ */ jsxs("svg", {
7014
7054
  })]
7015
7055
  }),
7016
7056
  /* @__PURE__ */ jsxs("filter", {
7017
- id: "il-star-honor-board_svg__b",
7057
+ id: "b",
7018
7058
  width: 90,
7019
7059
  height: 17,
7020
7060
  x: 0,
@@ -7050,7 +7090,7 @@ const SvgIlStarHonorBoard = (props) => /* @__PURE__ */ jsxs("svg", {
7050
7090
  ]
7051
7091
  }),
7052
7092
  /* @__PURE__ */ jsxs("filter", {
7053
- id: "il-star-honor-board_svg__d",
7093
+ id: "d",
7054
7094
  width: 76,
7055
7095
  height: 10,
7056
7096
  x: 7,
@@ -7095,10 +7135,11 @@ const SvgIlTaskComplete = (props) => /* @__PURE__ */ jsxs("svg", {
7095
7135
  width: 221,
7096
7136
  height: 197,
7097
7137
  fill: "none",
7138
+ viewBox: "0 0 221 197",
7098
7139
  ...props,
7099
7140
  children: [
7100
7141
  /* @__PURE__ */ jsx("mask", {
7101
- id: "il-task-complete_svg__a",
7142
+ id: "a",
7102
7143
  width: 193,
7103
7144
  height: 197,
7104
7145
  x: 0,
@@ -7111,10 +7152,10 @@ const SvgIlTaskComplete = (props) => /* @__PURE__ */ jsxs("svg", {
7111
7152
  })
7112
7153
  }),
7113
7154
  /* @__PURE__ */ jsxs("g", {
7114
- filter: "url(#il-task-complete_svg__b)",
7115
- mask: "url(#il-task-complete_svg__a)",
7155
+ filter: "url(#b)",
7156
+ mask: "url(#a)",
7116
7157
  children: [/* @__PURE__ */ jsx("path", {
7117
- fill: "url(#il-task-complete_svg__c)",
7158
+ fill: "url(#c)",
7118
7159
  d: "M142.016 17.308 19.507 32.565a7 7 0 0 0-5.993 8.347l30.688 150.233a7 7 0 0 0 7.733 5.545l121.135-15.254a7 7 0 0 0 5.996-8.286L149.751 22.913a7 7 0 0 0-7.735-5.605"
7119
7160
  }), /* @__PURE__ */ jsx("path", {
7120
7161
  stroke: "#fff",
@@ -7127,21 +7168,21 @@ const SvgIlTaskComplete = (props) => /* @__PURE__ */ jsxs("svg", {
7127
7168
  d: "m67.5 194-26-16 15.987-3.091a7 7 0 0 1 8.268 5.952z"
7128
7169
  }),
7129
7170
  /* @__PURE__ */ jsx("path", {
7130
- fill: "url(#il-task-complete_svg__d)",
7171
+ fill: "url(#d)",
7131
7172
  fillOpacity: .8,
7132
7173
  fillRule: "evenodd",
7133
7174
  d: "M125.967 48.98a4 4 0 0 1-3.447 4.486l-84 11a4 4 0 0 1-1.039-7.932l84-11a4 4 0 0 1 4.486 3.447",
7134
7175
  clipRule: "evenodd"
7135
7176
  }),
7136
7177
  /* @__PURE__ */ jsx("path", {
7137
- fill: "url(#il-task-complete_svg__e)",
7178
+ fill: "url(#e)",
7138
7179
  fillOpacity: .8,
7139
7180
  fillRule: "evenodd",
7140
7181
  d: "M143.464 71.96a4 4 0 0 1-3.424 4.503l-95.5 13a4 4 0 1 1-1.08-7.926l95.501-13a4 4 0 0 1 4.503 3.423",
7141
7182
  clipRule: "evenodd"
7142
7183
  }),
7143
7184
  /* @__PURE__ */ jsx("path", {
7144
- fill: "url(#il-task-complete_svg__f)",
7185
+ fill: "url(#f)",
7145
7186
  fillOpacity: .8,
7146
7187
  fillRule: "evenodd",
7147
7188
  d: "M129.966 96.978a4 4 0 0 1-3.444 4.488l-76 10a4 4 0 0 1-1.043-7.932l76-10a4 4 0 0 1 4.487 3.444",
@@ -7156,7 +7197,7 @@ const SvgIlTaskComplete = (props) => /* @__PURE__ */ jsxs("svg", {
7156
7197
  xmlns: "http://www.w3.org/1999/xhtml",
7157
7198
  style: {
7158
7199
  backdropFilter: "blur(2px)",
7159
- clipPath: "url(#il-task-complete_svg__g)",
7200
+ clipPath: "url(#g)",
7160
7201
  height: "100%",
7161
7202
  width: "100%"
7162
7203
  }
@@ -7164,12 +7205,12 @@ const SvgIlTaskComplete = (props) => /* @__PURE__ */ jsxs("svg", {
7164
7205
  }),
7165
7206
  /* @__PURE__ */ jsx("g", {
7166
7207
  "data-figma-bg-blur-radius": 4,
7167
- filter: "url(#il-task-complete_svg__h)",
7208
+ filter: "url(#h)",
7168
7209
  children: /* @__PURE__ */ jsx("circle", {
7169
7210
  cx: 168,
7170
7211
  cy: 133.5,
7171
7212
  r: 36,
7172
- fill: "url(#il-task-complete_svg__i)",
7213
+ fill: "url(#i)",
7173
7214
  fillOpacity: .71,
7174
7215
  shapeRendering: "crispEdges"
7175
7216
  })
@@ -7185,7 +7226,7 @@ const SvgIlTaskComplete = (props) => /* @__PURE__ */ jsxs("svg", {
7185
7226
  height: 28,
7186
7227
  x: 213.428,
7187
7228
  y: 69.5,
7188
- fill: "url(#il-task-complete_svg__j)",
7229
+ fill: "url(#j)",
7189
7230
  rx: 4.5,
7190
7231
  transform: "rotate(33.434 213.428 69.5)"
7191
7232
  }),
@@ -7194,13 +7235,13 @@ const SvgIlTaskComplete = (props) => /* @__PURE__ */ jsxs("svg", {
7194
7235
  height: 28,
7195
7236
  x: 193.002,
7196
7237
  y: 60.453,
7197
- fill: "url(#il-task-complete_svg__k)",
7238
+ fill: "url(#k)",
7198
7239
  rx: 4.5,
7199
7240
  transform: "rotate(15.513 193.002 60.453)"
7200
7241
  }),
7201
7242
  /* @__PURE__ */ jsxs("defs", { children: [
7202
7243
  /* @__PURE__ */ jsxs("linearGradient", {
7203
- id: "il-task-complete_svg__c",
7244
+ id: "c",
7204
7245
  x1: 96.25,
7205
7246
  x2: 96.25,
7206
7247
  y1: 16.5,
@@ -7212,7 +7253,7 @@ const SvgIlTaskComplete = (props) => /* @__PURE__ */ jsxs("svg", {
7212
7253
  })]
7213
7254
  }),
7214
7255
  /* @__PURE__ */ jsxs("linearGradient", {
7215
- id: "il-task-complete_svg__d",
7256
+ id: "d",
7216
7257
  x1: 146,
7217
7258
  x2: 38.501,
7218
7259
  y1: 48,
@@ -7225,7 +7266,7 @@ const SvgIlTaskComplete = (props) => /* @__PURE__ */ jsxs("svg", {
7225
7266
  })]
7226
7267
  }),
7227
7268
  /* @__PURE__ */ jsxs("linearGradient", {
7228
- id: "il-task-complete_svg__e",
7269
+ id: "e",
7229
7270
  x1: 150,
7230
7271
  x2: 44.001,
7231
7272
  y1: 72.5,
@@ -7238,7 +7279,7 @@ const SvgIlTaskComplete = (props) => /* @__PURE__ */ jsxs("svg", {
7238
7279
  })]
7239
7280
  }),
7240
7281
  /* @__PURE__ */ jsxs("linearGradient", {
7241
- id: "il-task-complete_svg__f",
7282
+ id: "f",
7242
7283
  x1: 140,
7243
7284
  x2: 46.001,
7244
7285
  y1: 90,
@@ -7253,7 +7294,7 @@ const SvgIlTaskComplete = (props) => /* @__PURE__ */ jsxs("svg", {
7253
7294
  })]
7254
7295
  }),
7255
7296
  /* @__PURE__ */ jsxs("linearGradient", {
7256
- id: "il-task-complete_svg__i",
7297
+ id: "i",
7257
7298
  x1: 132,
7258
7299
  x2: 208.5,
7259
7300
  y1: 127.5,
@@ -7265,7 +7306,7 @@ const SvgIlTaskComplete = (props) => /* @__PURE__ */ jsxs("svg", {
7265
7306
  })]
7266
7307
  }),
7267
7308
  /* @__PURE__ */ jsxs("linearGradient", {
7268
- id: "il-task-complete_svg__j",
7309
+ id: "j",
7269
7310
  x1: 217.928,
7270
7311
  x2: 217.928,
7271
7312
  y1: 69.5,
@@ -7277,7 +7318,7 @@ const SvgIlTaskComplete = (props) => /* @__PURE__ */ jsxs("svg", {
7277
7318
  })]
7278
7319
  }),
7279
7320
  /* @__PURE__ */ jsxs("linearGradient", {
7280
- id: "il-task-complete_svg__k",
7321
+ id: "k",
7281
7322
  x1: 197.502,
7282
7323
  x2: 197.502,
7283
7324
  y1: 60.453,
@@ -7289,7 +7330,7 @@ const SvgIlTaskComplete = (props) => /* @__PURE__ */ jsxs("svg", {
7289
7330
  })]
7290
7331
  }),
7291
7332
  /* @__PURE__ */ jsxs("filter", {
7292
- id: "il-task-complete_svg__b",
7333
+ id: "b",
7293
7334
  width: 174.826,
7294
7335
  height: 188.492,
7295
7336
  x: 8.871,
@@ -7325,7 +7366,7 @@ const SvgIlTaskComplete = (props) => /* @__PURE__ */ jsxs("svg", {
7325
7366
  ]
7326
7367
  }),
7327
7368
  /* @__PURE__ */ jsxs("filter", {
7328
- id: "il-task-complete_svg__h",
7369
+ id: "h",
7329
7370
  width: 80,
7330
7371
  height: 82,
7331
7372
  x: 128,
@@ -7361,7 +7402,7 @@ const SvgIlTaskComplete = (props) => /* @__PURE__ */ jsxs("svg", {
7361
7402
  ]
7362
7403
  }),
7363
7404
  /* @__PURE__ */ jsx("clipPath", {
7364
- id: "il-task-complete_svg__g",
7405
+ id: "g",
7365
7406
  transform: "translate(-128 -93.5)",
7366
7407
  children: /* @__PURE__ */ jsx("circle", {
7367
7408
  cx: 168,
@@ -7379,10 +7420,11 @@ const SvgIlTaskFailed = (props) => /* @__PURE__ */ jsxs("svg", {
7379
7420
  width: 250,
7380
7421
  height: 250,
7381
7422
  fill: "none",
7423
+ viewBox: "0 0 250 250",
7382
7424
  ...props,
7383
7425
  children: [
7384
7426
  /* @__PURE__ */ jsx("mask", {
7385
- id: "il-task-failed_svg__a",
7427
+ id: "a",
7386
7428
  width: 193,
7387
7429
  height: 197,
7388
7430
  x: 16,
@@ -7395,10 +7437,10 @@ const SvgIlTaskFailed = (props) => /* @__PURE__ */ jsxs("svg", {
7395
7437
  })
7396
7438
  }),
7397
7439
  /* @__PURE__ */ jsxs("g", {
7398
- filter: "url(#il-task-failed_svg__b)",
7399
- mask: "url(#il-task-failed_svg__a)",
7440
+ filter: "url(#b)",
7441
+ mask: "url(#a)",
7400
7442
  children: [/* @__PURE__ */ jsx("path", {
7401
- fill: "url(#il-task-failed_svg__c)",
7443
+ fill: "url(#c)",
7402
7444
  d: "M158.016 44.308 35.507 59.565a7 7 0 0 0-5.993 8.347l30.688 150.233a7 7 0 0 0 7.733 5.545l121.135-15.254a7 7 0 0 0 5.996-8.286L165.751 49.913a7 7 0 0 0-7.735-5.605"
7403
7445
  }), /* @__PURE__ */ jsx("path", {
7404
7446
  stroke: "#fff",
@@ -7411,28 +7453,28 @@ const SvgIlTaskFailed = (props) => /* @__PURE__ */ jsxs("svg", {
7411
7453
  d: "m83.5 221-26-16 15.987-3.091a7 7 0 0 1 8.268 5.952z"
7412
7454
  }),
7413
7455
  /* @__PURE__ */ jsx("path", {
7414
- stroke: "url(#il-task-failed_svg__d)",
7456
+ stroke: "url(#d)",
7415
7457
  strokeLinecap: "round",
7416
7458
  strokeOpacity: .8,
7417
7459
  strokeWidth: 8,
7418
7460
  d: "m54 87.5 84-11"
7419
7461
  }),
7420
7462
  /* @__PURE__ */ jsx("path", {
7421
- stroke: "url(#il-task-failed_svg__e)",
7463
+ stroke: "url(#e)",
7422
7464
  strokeLinecap: "round",
7423
7465
  strokeOpacity: .8,
7424
7466
  strokeWidth: 8,
7425
7467
  d: "m60 112.5 95.5-13"
7426
7468
  }),
7427
7469
  /* @__PURE__ */ jsx("path", {
7428
- stroke: "url(#il-task-failed_svg__f)",
7470
+ stroke: "url(#f)",
7429
7471
  strokeLinecap: "round",
7430
7472
  strokeOpacity: .8,
7431
7473
  strokeWidth: 8,
7432
7474
  d: "m66 134.5 76-10"
7433
7475
  }),
7434
7476
  /* @__PURE__ */ jsx("g", {
7435
- filter: "url(#il-task-failed_svg__g)",
7477
+ filter: "url(#g)",
7436
7478
  children: /* @__PURE__ */ jsx("path", {
7437
7479
  fill: "#FF849A",
7438
7480
  d: "M192.429 72.5c23.432 0 42.428 14.775 42.428 33s-18.996 33-42.428 33c-9.069 0-17.473-2.215-24.368-5.984l-11.775 5.984 4.739-10.809C154.175 121.831 150 114.045 150 105.5c0-18.225 18.996-33 42.429-33"
@@ -7444,7 +7486,7 @@ const SvgIlTaskFailed = (props) => /* @__PURE__ */ jsxs("svg", {
7444
7486
  }),
7445
7487
  /* @__PURE__ */ jsxs("defs", { children: [
7446
7488
  /* @__PURE__ */ jsxs("linearGradient", {
7447
- id: "il-task-failed_svg__c",
7489
+ id: "c",
7448
7490
  x1: 112.25,
7449
7491
  x2: 112.25,
7450
7492
  y1: 43.5,
@@ -7456,7 +7498,7 @@ const SvgIlTaskFailed = (props) => /* @__PURE__ */ jsxs("svg", {
7456
7498
  })]
7457
7499
  }),
7458
7500
  /* @__PURE__ */ jsxs("linearGradient", {
7459
- id: "il-task-failed_svg__d",
7501
+ id: "d",
7460
7502
  x1: 162,
7461
7503
  x2: 54.5,
7462
7504
  y1: 75,
@@ -7469,7 +7511,7 @@ const SvgIlTaskFailed = (props) => /* @__PURE__ */ jsxs("svg", {
7469
7511
  })]
7470
7512
  }),
7471
7513
  /* @__PURE__ */ jsxs("linearGradient", {
7472
- id: "il-task-failed_svg__e",
7514
+ id: "e",
7473
7515
  x1: 166,
7474
7516
  x2: 60,
7475
7517
  y1: 99.5,
@@ -7482,7 +7524,7 @@ const SvgIlTaskFailed = (props) => /* @__PURE__ */ jsxs("svg", {
7482
7524
  })]
7483
7525
  }),
7484
7526
  /* @__PURE__ */ jsxs("linearGradient", {
7485
- id: "il-task-failed_svg__f",
7527
+ id: "f",
7486
7528
  x1: 156,
7487
7529
  x2: 62,
7488
7530
  y1: 117,
@@ -7497,7 +7539,7 @@ const SvgIlTaskFailed = (props) => /* @__PURE__ */ jsxs("svg", {
7497
7539
  })]
7498
7540
  }),
7499
7541
  /* @__PURE__ */ jsxs("filter", {
7500
- id: "il-task-failed_svg__b",
7542
+ id: "b",
7501
7543
  width: 174.827,
7502
7544
  height: 188.492,
7503
7545
  x: 24.871,
@@ -7533,7 +7575,7 @@ const SvgIlTaskFailed = (props) => /* @__PURE__ */ jsxs("svg", {
7533
7575
  ]
7534
7576
  }),
7535
7577
  /* @__PURE__ */ jsxs("filter", {
7536
- id: "il-task-failed_svg__g",
7578
+ id: "g",
7537
7579
  width: 92.857,
7538
7580
  height: 74,
7539
7581
  x: 146,
@@ -7572,4 +7614,4 @@ const SvgIlTaskFailed = (props) => /* @__PURE__ */ jsxs("svg", {
7572
7614
  ]
7573
7615
  });
7574
7616
  //#endregion
7575
- export { SvgIcMultiBellBlue as $, SvgIcMultiVideo as A, SvgIcBasicChevronUp as At, SvgIcMultiHeartPlusCircle as B, SvgIcBasicBookFill as Bt, SvgIlClipboardSearch as C, SvgIcBasicHamburgerMenu as Ct, SvgIlBooksCap as D, SvgIcBasicEyeFill as Dt, SvgIlBoxStarsCircle as E, SvgIcBasicEye as Et, SvgIcMultiSadFace as F, SvgIcBasicCheckCircle as Ft, SvgIcMultiCommentX as G, SvgIcMultiGestureHand as H, SvgIcBasicBellFill as Ht, SvgIcMultiQuestionCircle as I, SvgIcBasicBuilding as It, SvgIcMultiClipboardBlue as J, SvgIcMultiCloudBlack as K, SvgIcMultiPointCircle as L, SvgIcBasicBookmark as Lt, SvgIcMultiSkull as M, SvgIcBasicChevronLeft as Mt, SvgIcMultiShieldOff as N, SvgIcBasicChevronDown as Nt, SvgIlBellEmpty as O, SvgIcBasicCommentFill as Ot, SvgIcMultiShare as P, SvgIcBasicCheck as Pt, SvgIcMultiBellOff as Q, SvgIcMultiMessageAlert as R, SvgIcBasicBookmarkFill as Rt, SvgIlCommentEmpty as S, SvgIcBasicHashtag as St, SvgIlBoxStarsOpen as T, SvgIcBasicFile as Tt, SvgIcMultiFlag as U, SvgIcBasicArrowLeft as Ut, SvgIcMultiHeartMinusCircle as V, SvgIcBasicBell as Vt, SvgIcMultiDollarCircle as W, SvgIcBasicArrowCornerDownRight as Wt, SvgIcMultiCamera as X, SvgIcMultiCheckPinkCircle as Y, SvgIcMultiBellPink as Z, SvgIlMegaphone as _, SvgIcBasicImage as _t, SvgIlSnowfallCircle as a, SvgIcBasicTextAlign as at, SvgIlFlag as b, SvgIcBasicHeart as bt, SvgIlSnowGround as c, SvgIcBasicPointCircle as ct, SvgIlPostEmpty as d, SvgIcBasicPencilUnderline as dt, SvgIcMultiBadgePink as et, SvgIlPadlock as f, SvgIcBasicPencilFill as ft, SvgIlMicrophone as g, SvgIcBasicInstagramFill as gt, SvgIlNoSales as h, SvgIcBasicLocation as ht, SvgIlSnowfall as i, SvgIcBasicTrashcanFill as it, SvgIcMultiUserQuestion as j, SvgIcBasicChevronRight as jt, SvgIcMultiWarningCone as k, SvgIcBasicClapperboard as kt, SvgIlSnowGroundCircle as l, SvgIcBasicPerson as lt, SvgIlNoTicketTransfer as m, SvgIcBasicMypageFill as mt, SvgIlTaskComplete as n, SvgIcBasicX as nt, SvgIlSnowMountain as o, SvgIcBasicSearch as ot, SvgIlNotFound as p, SvgIcBasicMypage as pt, SvgIcMultiClipboardWhite as q, SvgIlStarHonorBoard as r, SvgIcBasicVideo as rt, SvgIlSnowMountainCircle as s, SvgIcBasicRefresh as st, SvgIlTaskFailed as t, SvgIcMultiBadgeBlue as tt, SvgIlScrapPostEmpty as u, SvgIcBasicPersonFill as ut, SvgIlMegaphoneBlue as v, SvgIcBasicImageFill as vt, SvgIlCalendarEmpty as w, SvgIcBasicGripHorizontal as wt, SvgIlEmailCheck as x, SvgIcBasicHeartFill as xt, SvgIlFolderSearch as y, SvgIcBasicHomeFill as yt, SvgIcMultiImage as z, SvgIcBasicBook as zt };
7617
+ export { SvgIcMultiBellBlue as $, SvgIcMultiVideo as A, SvgIcBasicChevronUp as At, SvgIcMultiHeartPlusCircle as B, SvgIcBasicBookFill as Bt, SvgIlClipboardSearch as C, SvgIcBasicHamburgerMenu as Ct, SvgIlBooksCap as D, SvgIcBasicEyeFill as Dt, SvgIlBoxStarsCircle as E, SvgIcBasicEye as Et, SvgIcMultiSadFace as F, SvgIcBasicCheck as Ft, SvgIcMultiCommentX as G, SvgIcMultiGestureHand as H, SvgIcBasicBellFill as Ht, SvgIcMultiQuestionCircle as I, SvgIcBasicBuilding as It, SvgIcMultiClipboardBlue as J, SvgIcMultiCloudBlack as K, SvgIcMultiPointCircle as L, SvgIcBasicBookmark as Lt, SvgIcMultiSkull as M, SvgIcBasicChevronRight as Mt, SvgIcMultiShieldOff as N, SvgIcBasicChevronLeft as Nt, SvgIlBellEmpty as O, SvgIcBasicCommentFill as Ot, SvgIcMultiShare as P, SvgIcBasicChevronDown as Pt, SvgIcMultiBellOff as Q, SvgIcMultiMessageAlert as R, SvgIcBasicBookmarkFill as Rt, SvgIlCommentEmpty as S, SvgIcBasicHashtag as St, SvgIlBoxStarsOpen as T, SvgIcBasicFile as Tt, SvgIcMultiFlag as U, SvgIcBasicArrowLeft as Ut, SvgIcMultiHeartMinusCircle as V, SvgIcBasicBell as Vt, SvgIcMultiDollarCircle as W, SvgIcBasicArrowCornerDownRight as Wt, SvgIcMultiCamera as X, SvgIcMultiCheckPinkCircle as Y, SvgIcMultiBellPink as Z, SvgIlMegaphone as _, SvgIcBasicImage as _t, SvgIlSnowfallCircle as a, SvgIcBasicTextAlign as at, SvgIlFlag as b, SvgIcBasicHeart as bt, SvgIlSnowGround as c, SvgIcBasicPointCircle as ct, SvgIlPostEmpty as d, SvgIcBasicPencilUnderline as dt, SvgIcMultiBadgePink as et, SvgIlPadlock as f, SvgIcBasicPencilFill as ft, SvgIlMicrophone as g, SvgIcBasicInstagramFill as gt, SvgIlNoSales as h, SvgIcBasicLocation as ht, SvgIlSnowfall as i, SvgIcBasicTrashcanFill as it, SvgIcMultiUserQuestion as j, SvgIcBasicChevronUpRight as jt, SvgIcMultiWarningCone as k, SvgIcBasicClapperboard as kt, SvgIlSnowGroundCircle as l, SvgIcBasicPerson as lt, SvgIlNoTicketTransfer as m, SvgIcBasicMypageFill as mt, SvgIlTaskComplete as n, SvgIcBasicX as nt, SvgIlSnowMountain as o, SvgIcBasicSearch as ot, SvgIlNotFound as p, SvgIcBasicMypage as pt, SvgIcMultiClipboardWhite as q, SvgIlStarHonorBoard as r, SvgIcBasicVideo as rt, SvgIlSnowMountainCircle as s, SvgIcBasicRefresh as st, SvgIlTaskFailed as t, SvgIcMultiBadgeBlue as tt, SvgIlScrapPostEmpty as u, SvgIcBasicPersonFill as ut, SvgIlMegaphoneBlue as v, SvgIcBasicImageFill as vt, SvgIlCalendarEmpty as w, SvgIcBasicGripHorizontal as wt, SvgIlEmailCheck as x, SvgIcBasicHeartFill as xt, SvgIlFolderSearch as y, SvgIcBasicHomeFill as yt, SvgIcMultiImage as z, SvgIcBasicBook as zt };