@24vlh/vds 0.1.5 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/vds.css CHANGED
@@ -475,6 +475,7 @@ table {
475
475
  html,
476
476
  body {
477
477
  width: 100%;
478
+ height: 100%;
478
479
  }
479
480
 
480
481
  body {
@@ -8714,6 +8715,24 @@ select.form-control:not([multiple]):not([size]) {
8714
8715
  border-radius: var(--radius-sm);
8715
8716
  }
8716
8717
 
8718
+ /* ---------------------------------------------------------
8719
+ 11. APP SHELL (STICKY FOOTER LAYOUT)
8720
+ --------------------------------------------------------- */
8721
+
8722
+ .vds-shell {
8723
+ min-height: 100vh;
8724
+ display: flex;
8725
+ flex-direction: column;
8726
+ }
8727
+
8728
+ .vds-shell__main {
8729
+ flex: 1 0 auto;
8730
+ }
8731
+
8732
+ .vds-shell__footer {
8733
+ margin-top: auto;
8734
+ }
8735
+
8717
8736
  /************************************************************
8718
8737
  * VLAH DESIGN SYSTEM (VDS) - Hero Component
8719
8738
  *
@@ -9760,14 +9779,14 @@ select.form-control:not([multiple]):not([size]) {
9760
9779
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M3 2.5 V13 H4.4 V9.9 L9 8.6 L12.5 9.9 V3.6 L9 2.3 L4.4 3.6 V2.5 Z'/%3E%3C/svg%3E");
9761
9780
  }
9762
9781
 
9763
- .icon--shield {
9764
- -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M8 2 L4 4.5 V8.2 C4 10.3 5.3 12.1 8 13.2 C10.7 12.1 12 10.3 12 8.2 V4.5 Z'/%3E%3C/svg%3E");
9765
- mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M8 2 L4 4.5 V8.2 C4 10.3 5.3 12.1 8 13.2 C10.7 12.1 12 10.3 12 8.2 V4.5 Z'/%3E%3C/svg%3E");
9782
+ .icon--shield-outline {
9783
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2 L4 4.5 V8.2 C4 10.3 5.3 12.1 8 13.2 C10.7 12.1 12 10.3 12 8.2 V4.5 Z' fill='none' stroke='white' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E");
9784
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2 L4 4.5 V8.2 C4 10.3 5.3 12.1 8 13.2 C10.7 12.1 12 10.3 12 8.2 V4.5 Z' fill='none' stroke='white' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E");
9766
9785
  }
9767
9786
 
9768
- .icon--shield-alert {
9769
- -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M8 2 L4 4.5 V8.2 C4 10.3 5.3 12.1 8 13.2 C10.7 12.1 12 10.3 12 8.2 V4.5 Z'/%3E%3Ccircle cx='11.3' cy='4.0' r='1.3' fill='white'/%3E%3C/svg%3E");
9770
- mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M8 2 L4 4.5 V8.2 C4 10.3 5.3 12.1 8 13.2 C10.7 12.1 12 10.3 12 8.2 V4.5 Z'/%3E%3Ccircle cx='11.3' cy='4.0' r='1.3' fill='white'/%3E%3C/svg%3E");
9787
+ .icon--shield-outline-alert {
9788
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2 L4 4.5 V8.2 C4 10.3 5.3 12.1 8 13.2 C10.7 12.1 12 10.3 12 8.2 V4.5 Z' fill='none' stroke='white' stroke-width='1.6' stroke-linejoin='round'/%3E%3Ccircle cx='11.3' cy='4.0' r='1.3' fill='none' stroke='white' stroke-width='1.6'/%3E%3C/svg%3E");
9789
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2 L4 4.5 V8.2 C4 10.3 5.3 12.1 8 13.2 C10.7 12.1 12 10.3 12 8.2 V4.5 Z' fill='none' stroke='white' stroke-width='1.6' stroke-linejoin='round'/%3E%3Ccircle cx='11.3' cy='4.0' r='1.3' fill='none' stroke='white' stroke-width='1.6'/%3E%3C/svg%3E");
9771
9790
  }
9772
9791
 
9773
9792
  .icon--ban {
@@ -9809,9 +9828,309 @@ select.form-control:not([multiple]):not([size]) {
9809
9828
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M4 4 H20 A2 2 0 0 1 22 6 V18 A2 2 0 0 1 20 20 H4 A2 2 0 0 1 2 18 V6 A2 2 0 0 1 4 4 Z M4.7 6 L12 12 L19.3 6 H4.7 Z M12 14 L4 7.5 V17.3 C4 17.7 4.3 18 4.7 18 H19.3 C19.7 18 20 17.7 20 17.3 V7.5 L12 14 Z'/%3E%3Ccircle fill='white' cx='20' cy='6' r='5'/%3E%3C/svg%3E");
9810
9829
  }
9811
9830
 
9812
- .icon--attachment {
9813
- -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M10.5 6 C7 9.5 7 14.5 10.5 18 L18.5 26 C22 29.5 27 29.5 30.5 26 C34 22.5 34 17.5 30.5 14 L17 0.5 C14 -2 9 -2 5.5 1.5 C2 5 2 10 5.5 13.5 L17.5 25.5 C19.5 27.5 22.5 27.5 24.5 25.5 C26.5 23.5 26.5 20.5 24.5 18.5 L13 7 C12 6 11 6 10.5 6 Z'/%3E%3Cpath fill='black' d='M11.5 8 C9 10.5 9 14 11.5 16.5 L19.5 24.5 C22 27 25.5 27 28 24.5 C30.5 22 30.5 18.5 28 16 L14.5 2.5 C12.5 0.5 9.5 0.5 7.5 2.5 C5.5 4.5 5.5 7.5 7.5 9.5 L19.5 21.5 C20.5 22.5 22 22.5 23 21.5 C24 20.5 24 19 23 18 L11.5 6.5 C11 6 11 7.5 11.5 8 Z'/%3E%3C/svg%3E");
9814
- mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M10.5 6 C7 9.5 7 14.5 10.5 18 L18.5 26 C22 29.5 27 29.5 30.5 26 C34 22.5 34 17.5 30.5 14 L17 0.5 C14 -2 9 -2 5.5 1.5 C2 5 2 10 5.5 13.5 L17.5 25.5 C19.5 27.5 22.5 27.5 24.5 25.5 C26.5 23.5 26.5 20.5 24.5 18.5 L13 7 C12 6 11 6 10.5 6 Z'/%3E%3Cpath fill='black' d='M11.5 8 C9 10.5 9 14 11.5 16.5 L19.5 24.5 C22 27 25.5 27 28 24.5 C30.5 22 30.5 18.5 28 16 L14.5 2.5 C12.5 0.5 9.5 0.5 7.5 2.5 C5.5 4.5 5.5 7.5 7.5 9.5 L19.5 21.5 C20.5 22.5 22 22.5 23 21.5 C24 20.5 24 19 23 18 L11.5 6.5 C11 6 11 7.5 11.5 8 Z'/%3E%3C/svg%3E");
9831
+ .icon--favorite-fill {
9832
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='8,2 10,6 14,6 11,9 12,14 8,11 4,14 5,9 2,6 6,6' fill='white' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
9833
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='8,2 10,6 14,6 11,9 12,14 8,11 4,14 5,9 2,6 6,6' fill='white' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
9834
+ }
9835
+
9836
+ .icon--favorite-outline {
9837
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='8,2 10,6 14,6 11,9 12,14 8,11 4,14 5,9 2,6 6,6' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
9838
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='8,2 10,6 14,6 11,9 12,14 8,11 4,14 5,9 2,6 6,6' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
9839
+ }
9840
+
9841
+ .icon--flag-fill {
9842
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 2 V14 M3 2 H13 L11 6 L13 10 H3' fill='white' stroke='white' stroke-width='1.5' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
9843
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 2 V14 M3 2 H13 L11 6 L13 10 H3' fill='white' stroke='white' stroke-width='1.5' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
9844
+ }
9845
+
9846
+ .icon--flag-outline {
9847
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 2 V14 M3 2 H13 L11 6 L13 10 H3' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
9848
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 2 V14 M3 2 H13 L11 6 L13 10 H3' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
9849
+ }
9850
+
9851
+ .icon--bookmark-fill {
9852
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 2 H12 V14 L8 11 L4 14 Z' fill='white' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
9853
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 2 H12 V14 L8 11 L4 14 Z' fill='white' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
9854
+ }
9855
+
9856
+ .icon--bookmark-outline {
9857
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 2 H12 V14 L8 11 L4 14 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
9858
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 2 H12 V14 L8 11 L4 14 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
9859
+ }
9860
+
9861
+ .icon--edit-fill {
9862
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 11 L11 2 L14 5 L5 14 H2 Z' fill='white'/%3E%3C/svg%3E");
9863
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 11 L11 2 L14 5 L5 14 H2 Z' fill='white'/%3E%3C/svg%3E");
9864
+ }
9865
+
9866
+ .icon--edit-outline {
9867
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 11 L11 2 L14 5 L5 14 H2 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
9868
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 11 L11 2 L14 5 L5 14 H2 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
9869
+ }
9870
+
9871
+ .icon--delete-fill {
9872
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='5' width='8' height='9' fill='white'/%3E%3Crect x='3' y='3' width='10' height='2' fill='white'/%3E%3C/svg%3E");
9873
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='5' width='8' height='9' fill='white'/%3E%3Crect x='3' y='3' width='10' height='2' fill='white'/%3E%3C/svg%3E");
9874
+ }
9875
+
9876
+ .icon--delete-outline {
9877
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='5' width='8' height='9' fill='none' stroke='white' stroke-width='1.5'/%3E%3Crect x='3' y='3' width='10' height='2' fill='white'/%3E%3C/svg%3E");
9878
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='5' width='8' height='9' fill='none' stroke='white' stroke-width='1.5'/%3E%3Crect x='3' y='3' width='10' height='2' fill='white'/%3E%3C/svg%3E");
9879
+ }
9880
+
9881
+ .icon--exit-outline {
9882
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3.5h6v9h-6' fill='none' stroke='white' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M3.5 8h7' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M7 5.5 10.5 8 7 10.5' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
9883
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3.5h6v9h-6' fill='none' stroke='white' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M3.5 8h7' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M7 5.5 10.5 8 7 10.5' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
9884
+ }
9885
+
9886
+ .icon--take-right-fill {
9887
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3 V6 H2 V10 H6 V13 L11 8 Z' fill='white'/%3E%3C/svg%3E");
9888
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3 V6 H2 V10 H6 V13 L11 8 Z' fill='white'/%3E%3C/svg%3E");
9889
+ }
9890
+
9891
+ .icon--take-right-outline {
9892
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3 V6 H2 V10 H6 V13 L11 8 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
9893
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3 V6 H2 V10 H6 V13 L11 8 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
9894
+ }
9895
+
9896
+ .icon--open-fill {
9897
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='6' width='12' height='8' fill='white'/%3E%3Cpath d='M4 6 L6 2 H14 V6 Z' fill='white'/%3E%3C/svg%3E");
9898
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='6' width='12' height='8' fill='white'/%3E%3Cpath d='M4 6 L6 2 H14 V6 Z' fill='white'/%3E%3C/svg%3E");
9899
+ }
9900
+
9901
+ .icon--open-outline {
9902
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='6' width='12' height='8' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M4 6 L6 2 H14 V6' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
9903
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='6' width='12' height='8' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M4 6 L6 2 H14 V6' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
9904
+ }
9905
+
9906
+ .icon--duplicate-fill {
9907
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='4' width='9' height='9' fill='white'/%3E%3Crect x='2' y='2' width='9' height='9' fill='white'/%3E%3C/svg%3E");
9908
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='4' width='9' height='9' fill='white'/%3E%3Crect x='2' y='2' width='9' height='9' fill='white'/%3E%3C/svg%3E");
9909
+ }
9910
+
9911
+ .icon--duplicate-outline {
9912
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='4' width='9' height='9' fill='none' stroke='white' stroke-width='1.5'/%3E%3Crect x='2' y='2' width='9' height='9' fill='none' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
9913
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='4' width='9' height='9' fill='none' stroke='white' stroke-width='1.5'/%3E%3Crect x='2' y='2' width='9' height='9' fill='none' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
9914
+ }
9915
+
9916
+ .icon--assign-fill {
9917
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='5' r='3' fill='white'/%3E%3Crect x='3' y='9' width='10' height='5' rx='2' fill='white'/%3E%3C/svg%3E");
9918
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='5' r='3' fill='white'/%3E%3Crect x='3' y='9' width='10' height='5' rx='2' fill='white'/%3E%3C/svg%3E");
9919
+ }
9920
+
9921
+ .icon--assign-outline {
9922
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='5' r='3' fill='none' stroke='white' stroke-width='1.5'/%3E%3Crect x='3' y='9' width='10' height='5' rx='2' fill='none' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
9923
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='5' r='3' fill='none' stroke='white' stroke-width='1.5'/%3E%3Crect x='3' y='9' width='10' height='5' rx='2' fill='none' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
9924
+ }
9925
+
9926
+ .icon--pin-fill {
9927
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2 H10 V6 L12 8 H4 L6 6 Z M8 8 V14' fill='white' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
9928
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2 H10 V6 L12 8 H4 L6 6 Z M8 8 V14' fill='white' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
9929
+ }
9930
+
9931
+ .icon--pin-outline {
9932
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2 H10 V6 L12 8 H4 L6 6 Z M8 8 V14' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
9933
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2 H10 V6 L12 8 H4 L6 6 Z M8 8 V14' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
9934
+ }
9935
+
9936
+ .icon--export-fill {
9937
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2 L12 6 H9 V11 H7 V6 H4 Z' fill='white'/%3E%3Crect x='3' y='12' width='10' height='2' fill='white'/%3E%3C/svg%3E");
9938
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2 L12 6 H9 V11 H7 V6 H4 Z' fill='white'/%3E%3Crect x='3' y='12' width='10' height='2' fill='white'/%3E%3C/svg%3E");
9939
+ }
9940
+
9941
+ .icon--export-outline {
9942
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2 L12 6 H9 V11 H7 V6 H4 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Crect x='3' y='12' width='10' height='2' fill='white'/%3E%3C/svg%3E");
9943
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 2 L12 6 H9 V11 H7 V6 H4 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Crect x='3' y='12' width='10' height='2' fill='white'/%3E%3C/svg%3E");
9944
+ }
9945
+
9946
+ .icon--import-fill {
9947
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14 L4 10 H7 V5 H9 V10 H12 Z' fill='white'/%3E%3Crect x='3' y='2' width='10' height='2' fill='white'/%3E%3C/svg%3E");
9948
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14 L4 10 H7 V5 H9 V10 H12 Z' fill='white'/%3E%3Crect x='3' y='2' width='10' height='2' fill='white'/%3E%3C/svg%3E");
9949
+ }
9950
+
9951
+ .icon--import-outline {
9952
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14 L4 10 H7 V5 H9 V10 H12 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Crect x='3' y='2' width='10' height='2' fill='white'/%3E%3C/svg%3E");
9953
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 14 L4 10 H7 V5 H9 V10 H12 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Crect x='3' y='2' width='10' height='2' fill='white'/%3E%3C/svg%3E");
9954
+ }
9955
+
9956
+ .icon--video-outline {
9957
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='6' width='16' height='12' rx='2.5' fill='none' stroke='white' stroke-width='1.8'/%3E%3Cpolygon points='11,10 16,12 11,14' fill='none' stroke='white' stroke-width='1.8' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
9958
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='6' width='16' height='12' rx='2.5' fill='none' stroke='white' stroke-width='1.8'/%3E%3Cpolygon points='11,10 16,12 11,14' fill='none' stroke='white' stroke-width='1.8' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
9959
+ }
9960
+
9961
+ .icon--video-fill {
9962
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='6' width='16' height='12' rx='2.5' fill='white'/%3E%3Cpolygon points='11,10 16,12 11,14' fill='black'/%3E%3C/svg%3E");
9963
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='6' width='16' height='12' rx='2.5' fill='white'/%3E%3Cpolygon points='11,10 16,12 11,14' fill='black'/%3E%3C/svg%3E");
9964
+ }
9965
+
9966
+ .icon--template-outline {
9967
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='5' width='14' height='14' rx='2.5' fill='none' stroke='white' stroke-width='1.8'/%3E%3Cline x1='8' y1='10' x2='16' y2='10' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cline x1='8' y1='14' x2='14' y2='14' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cline x1='8' y1='8' x2='12' y2='8' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
9968
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='5' width='14' height='14' rx='2.5' fill='none' stroke='white' stroke-width='1.8'/%3E%3Cline x1='8' y1='10' x2='16' y2='10' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cline x1='8' y1='14' x2='14' y2='14' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cline x1='8' y1='8' x2='12' y2='8' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
9969
+ }
9970
+
9971
+ .icon--template-fill {
9972
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='5' width='14' height='14' rx='2.5' fill='white'/%3E%3Crect x='8' y='7.1' width='4.5' height='1.8' fill='black'/%3E%3Crect x='8' y='9.1' width='9' height='1.8' fill='black'/%3E%3Crect x='8' y='13.1' width='6.8' height='1.8' fill='black'/%3E%3C/svg%3E");
9973
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='5' width='14' height='14' rx='2.5' fill='white'/%3E%3Crect x='8' y='7.1' width='4.5' height='1.8' fill='black'/%3E%3Crect x='8' y='9.1' width='9' height='1.8' fill='black'/%3E%3Crect x='8' y='13.1' width='6.8' height='1.8' fill='black'/%3E%3C/svg%3E");
9974
+ }
9975
+
9976
+ .icon--signal {
9977
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13h4l2-5 4 10 2-5h4' fill='none' stroke='white' stroke-width='1.8' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
9978
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13h4l2-5 4 10 2-5h4' fill='none' stroke='white' stroke-width='1.8' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
9979
+ }
9980
+
9981
+ .icon--signal-fill {
9982
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13h4l2-5 4 10 2-5h4' fill='none' stroke='white' stroke-width='3.2' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
9983
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13h4l2-5 4 10 2-5h4' fill='none' stroke='white' stroke-width='3.2' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
9984
+ }
9985
+
9986
+ .icon--settings-outline {
9987
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='3.2' fill='none' stroke='white' stroke-width='1.8'/%3E%3Cpath d='M12 3.5v2.2M12 18.3v2.2M3.5 12h2.2M18.3 12h2.2M5.9 5.9l1.6 1.6M16.5 16.5l1.6 1.6M5.9 18.1l1.6-1.6M16.5 7.5l1.6-1.6' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
9988
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='3.2' fill='none' stroke='white' stroke-width='1.8'/%3E%3Cpath d='M12 3.5v2.2M12 18.3v2.2M3.5 12h2.2M18.3 12h2.2M5.9 5.9l1.6 1.6M16.5 16.5l1.6 1.6M5.9 18.1l1.6-1.6M16.5 7.5l1.6-1.6' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
9989
+ }
9990
+
9991
+ .icon--settings-fill {
9992
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='3.2' fill='white'/%3E%3Cpath d='M12 3.5v2.2M12 18.3v2.2M3.5 12h2.2M18.3 12h2.2M5.9 5.9l1.6 1.6M16.5 16.5l1.6 1.6M5.9 18.1l1.6-1.6M16.5 7.5l1.6-1.6' fill='none' stroke='white' stroke-width='3.0' stroke-linecap='round'/%3E%3C/svg%3E");
9993
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='3.2' fill='white'/%3E%3Cpath d='M12 3.5v2.2M12 18.3v2.2M3.5 12h2.2M18.3 12h2.2M5.9 5.9l1.6 1.6M16.5 16.5l1.6 1.6M5.9 18.1l1.6-1.6M16.5 7.5l1.6-1.6' fill='none' stroke='white' stroke-width='3.0' stroke-linecap='round'/%3E%3C/svg%3E");
9994
+ }
9995
+
9996
+ .icon--expand-outline {
9997
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H5v4M15 5h4v4M9 19H5v-4M15 19h4v-4' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
9998
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H5v4M15 5h4v4M9 19H5v-4M15 19h4v-4' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
9999
+ }
10000
+
10001
+ .icon--collapse-outline {
10002
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9h4V5M19 9h-4V5M5 15h4v4M19 15h-4v4' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
10003
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9h4V5M19 9h-4V5M5 15h4v4M19 15h-4v4' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
10004
+ }
10005
+
10006
+ .icon--attach-outline {
10007
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12.5l6.8-6.8a3 3 0 114.2 4.2l-8.6 8.6a5 5 0 11-7.1-7.1l8.3-8.3' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
10008
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12.5l6.8-6.8a3 3 0 114.2 4.2l-8.6 8.6a5 5 0 11-7.1-7.1l8.3-8.3' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
10009
+ }
10010
+
10011
+ .icon--attach-fill {
10012
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12.5l6.8-6.8a3 3 0 114.2 4.2l-8.6 8.6a5 5 0 11-7.1-7.1l8.3-8.3' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
10013
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12.5l6.8-6.8a3 3 0 114.2 4.2l-8.6 8.6a5 5 0 11-7.1-7.1l8.3-8.3' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
10014
+ }
10015
+
10016
+ .icon--flagged-outline {
10017
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3v18M6 4h12l-2 4 2 4H6' fill='none' stroke='white' stroke-width='1.8' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
10018
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3v18M6 4h12l-2 4 2 4H6' fill='none' stroke='white' stroke-width='1.8' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
10019
+ }
10020
+
10021
+ .icon--flagged-fill {
10022
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5.1' y='3' width='2.0' height='18' fill='white'/%3E%3Cpath d='M6 4h12l-2 4 2 4H6z' fill='white'/%3E%3C/svg%3E");
10023
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5.1' y='3' width='2.0' height='18' fill='white'/%3E%3Cpath d='M6 4h12l-2 4 2 4H6z' fill='white'/%3E%3C/svg%3E");
10024
+ }
10025
+
10026
+ .icon--bookmarkable-outline {
10027
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4h10a2 2 0 0 1 2 2v16l-7-4-7 4V6a2 2 0 0 1 2-2z' fill='none' stroke='white' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
10028
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4h10a2 2 0 0 1 2 2v16l-7-4-7 4V6a2 2 0 0 1 2-2z' fill='none' stroke='white' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
10029
+ }
10030
+
10031
+ .icon--bookmarkable-fill {
10032
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4h10a2 2 0 0 1 2 2v16l-7-4-7 4V6a2 2 0 0 1 2-2z' fill='white'/%3E%3C/svg%3E");
10033
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4h10a2 2 0 0 1 2 2v16l-7-4-7 4V6a2 2 0 0 1 2-2z' fill='white'/%3E%3C/svg%3E");
10034
+ }
10035
+
10036
+ .icon--favorable-outline {
10037
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3.5l2.9 6 6.6.9-4.8 4.6 1.2 6.6L12 18.8 6.1 21.6l1.2-6.6L2.5 10.4l6.6-.9L12 3.5z' fill='none' stroke='white' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
10038
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3.5l2.9 6 6.6.9-4.8 4.6 1.2 6.6L12 18.8 6.1 21.6l1.2-6.6L2.5 10.4l6.6-.9L12 3.5z' fill='none' stroke='white' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
10039
+ }
10040
+
10041
+ .icon--favorable-fill {
10042
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3.5l2.9 6 6.6.9-4.8 4.6 1.2 6.6L12 18.8 6.1 21.6l1.2-6.6L2.5 10.4l6.6-.9L12 3.5z' fill='white' stroke='white' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
10043
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3.5l2.9 6 6.6.9-4.8 4.6 1.2 6.6L12 18.8 6.1 21.6l1.2-6.6L2.5 10.4l6.6-.9L12 3.5z' fill='white' stroke='white' stroke-width='1.8' stroke-linejoin='round'/%3E%3C/svg%3E");
10044
+ }
10045
+
10046
+ .icon--editable-outline {
10047
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 20h4l10-10-4-4L4 16v4z' fill='none' stroke='white' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M13 7l4 4' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
10048
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 20h4l10-10-4-4L4 16v4z' fill='none' stroke='white' stroke-width='1.8' stroke-linejoin='round'/%3E%3Cpath d='M13 7l4 4' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
10049
+ }
10050
+
10051
+ .icon--removable-outline {
10052
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 5.5v7h7v-7' fill='none' stroke='white' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M3.5 5.5h9' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M6 5.5V4h4v1.5' fill='none' stroke='white' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E");
10053
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 5.5v7h7v-7' fill='none' stroke='white' stroke-width='1.6' stroke-linejoin='round'/%3E%3Cpath d='M3.5 5.5h9' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M6 5.5V4h4v1.5' fill='none' stroke='white' stroke-width='1.6' stroke-linejoin='round'/%3E%3C/svg%3E");
10054
+ }
10055
+
10056
+ .icon--refresh-outline {
10057
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 8a5 5 0 0 1-9.2 2.6' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M3 8a5 5 0 0 1 9.2-2.6' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M3.1 11.4H4.7V9.8' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.9 4.6H11.3V6.2' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
10058
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 8a5 5 0 0 1-9.2 2.6' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M3 8a5 5 0 0 1 9.2-2.6' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M3.1 11.4H4.7V9.8' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.9 4.6H11.3V6.2' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
10059
+ }
10060
+
10061
+ .icon--search-outline {
10062
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='4.5' fill='none' stroke='white' stroke-width='1.6'/%3E%3Cpath d='M10.7 10.7 13.5 13.5' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
10063
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='4.5' fill='none' stroke='white' stroke-width='1.6'/%3E%3Cpath d='M10.7 10.7 13.5 13.5' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
10064
+ }
10065
+
10066
+ .icon--clock-outline {
10067
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 3v5l3 2' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='8' cy='8' r='5.5' fill='none' stroke='white' stroke-width='1.6'/%3E%3C/svg%3E");
10068
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 3v5l3 2' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='8' cy='8' r='5.5' fill='none' stroke='white' stroke-width='1.6'/%3E%3C/svg%3E");
10069
+ }
10070
+
10071
+ .icon--new-outline {
10072
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8h9' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M8 3.5v9' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
10073
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 8h9' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M8 3.5v9' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
10074
+ }
10075
+
10076
+ .icon--archive-outline {
10077
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='6' width='10' height='7' rx='1.6' fill='none' stroke='white' stroke-width='1.6'/%3E%3Cpath d='M3 5h10' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M8 7.2v3.4' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M6.6 9.4 8 10.8 9.4 9.4' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
10078
+ mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='6' width='10' height='7' rx='1.6' fill='none' stroke='white' stroke-width='1.6'/%3E%3Cpath d='M3 5h10' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M8 7.2v3.4' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M6.6 9.4 8 10.8 9.4 9.4' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
10079
+ }
10080
+
10081
+ .icon--video-file-outline {
10082
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='3' width='12' height='10' rx='2' fill='white'/%3E%3Cpolygon points='7,6 11,8 7,10' fill='black'/%3E%3C/svg%3E");
10083
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='3' width='12' height='10' rx='2' fill='white'/%3E%3Cpolygon points='7,6 11,8 7,10' fill='black'/%3E%3C/svg%3E");
10084
+ }
10085
+
10086
+ .icon--sessions-outline {
10087
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='2' width='10' height='12' rx='2' fill='white'/%3E%3Cline x1='5' y1='5' x2='11' y2='5' stroke='black' stroke-width='1.5'/%3E%3Cline x1='5' y1='8' x2='11' y2='8' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
10088
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='2' width='10' height='12' rx='2' fill='white'/%3E%3Cline x1='5' y1='5' x2='11' y2='5' stroke='black' stroke-width='1.5'/%3E%3Cline x1='5' y1='8' x2='11' y2='8' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
10089
+ }
10090
+
10091
+ .icon--templates-outline {
10092
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='12' height='12' rx='2' fill='white'/%3E%3Crect x='4' y='4' width='3' height='3' fill='black'/%3E%3Crect x='9' y='4' width='3' height='3' fill='black'/%3E%3Crect x='4' y='9' width='8' height='3' fill='black'/%3E%3C/svg%3E");
10093
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='12' height='12' rx='2' fill='white'/%3E%3Crect x='4' y='4' width='3' height='3' fill='black'/%3E%3Crect x='9' y='4' width='3' height='3' fill='black'/%3E%3Crect x='4' y='9' width='8' height='3' fill='black'/%3E%3C/svg%3E");
10094
+ }
10095
+
10096
+ .icon--gear {
10097
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3' fill='white'/%3E%3Cpath d='M8 1 V3 M8 13 V15 M1 8 H3 M13 8 H15 M3 3 L4.5 4.5 M11.5 11.5 L13 13 M3 13 L4.5 11.5 M11.5 4.5 L13 3' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
10098
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='3' fill='white'/%3E%3Cpath d='M8 1 V3 M8 13 V15 M1 8 H3 M13 8 H15 M3 3 L4.5 4.5 M11.5 11.5 L13 13 M3 13 L4.5 11.5 M11.5 4.5 L13 3' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
10099
+ }
10100
+
10101
+ .icon--segments {
10102
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='3' width='10' height='2' fill='white'/%3E%3Crect x='3' y='7' width='10' height='2' fill='white'/%3E%3Crect x='3' y='11' width='10' height='2' fill='white'/%3E%3C/svg%3E");
10103
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='3' width='10' height='2' fill='white'/%3E%3Crect x='3' y='7' width='10' height='2' fill='white'/%3E%3Crect x='3' y='11' width='10' height='2' fill='white'/%3E%3C/svg%3E");
10104
+ }
10105
+
10106
+ .icon--copy-outline {
10107
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='3' width='9' height='11' rx='1' fill='none' stroke='white' stroke-width='1.5'/%3E%3Crect x='6' y='5' width='9' height='11' rx='1' fill='none' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
10108
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='3' width='9' height='11' rx='1' fill='none' stroke='white' stroke-width='1.5'/%3E%3Crect x='6' y='5' width='9' height='11' rx='1' fill='none' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
10109
+ }
10110
+
10111
+ .icon--calendar-outline {
10112
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='4' width='12' height='10' rx='1.2' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cline x1='2' y1='7' x2='14' y2='7' stroke='white' stroke-width='1.5'/%3E%3Cline x1='6' y1='2' x2='6' y2='5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='10' y1='2' x2='10' y2='5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
10113
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='4' width='12' height='10' rx='1.2' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cline x1='2' y1='7' x2='14' y2='7' stroke='white' stroke-width='1.5'/%3E%3Cline x1='6' y1='2' x2='6' y2='5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='10' y1='2' x2='10' y2='5' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
10114
+ }
10115
+
10116
+ .icon--money-outline {
10117
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='4' width='12' height='8' rx='1.5' fill='none' stroke='white' stroke-width='1.5'/%3E%3Ccircle cx='8' cy='8' r='2.2' fill='none' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
10118
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='4' width='12' height='8' rx='1.5' fill='none' stroke='white' stroke-width='1.5'/%3E%3Ccircle cx='8' cy='8' r='2.2' fill='none' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
10119
+ }
10120
+
10121
+ .icon--file-outline {
10122
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2h4l3 3v9H5z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M9 2v3h3' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
10123
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2h4l3 3v9H5z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M9 2v3h3' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
10124
+ }
10125
+
10126
+ .icon--folder-outline {
10127
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5 H7.2 L8.6 7 H14 V13 H2 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
10128
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5 H7.2 L8.6 7 H14 V13 H2 Z' fill='none' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
10129
+ }
10130
+
10131
+ .icon--coins-outline {
10132
+ -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='7' r='3.5' fill='none' stroke='white' stroke-width='1.5'/%3E%3Ccircle cx='7' cy='9' r='3.5' fill='none' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
10133
+ mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='7' r='3.5' fill='none' stroke='white' stroke-width='1.5'/%3E%3Ccircle cx='7' cy='9' r='3.5' fill='none' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
9815
10134
  }
9816
10135
 
9817
10136
  /* ---------------------------------------------------------