fleetcor-lwc 3.9.4 → 3.9.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/README.md +8 -3
  2. package/frontend/components/flt/button/button.html +10 -2
  3. package/frontend/components/flt/icon/icon.js +30 -0
  4. package/frontend/components/flt/icon/icon.scss +2 -2
  5. package/frontend/components/flt/icon/icons/tmpl-app-shortcut.html +8 -0
  6. package/frontend/components/flt/icon/icons/tmpl-arrow-left.html +1 -1
  7. package/frontend/components/flt/icon/icons/tmpl-arrow-right.html +1 -1
  8. package/frontend/components/flt/icon/icons/tmpl-blocked.html +1 -1
  9. package/frontend/components/flt/icon/icons/tmpl-both.html +7 -7
  10. package/frontend/components/flt/icon/icons/tmpl-car.html +8 -8
  11. package/frontend/components/flt/icon/icons/tmpl-carwash.html +17 -17
  12. package/frontend/components/flt/icon/icons/tmpl-check.html +1 -1
  13. package/frontend/components/flt/icon/icons/tmpl-close.html +1 -1
  14. package/frontend/components/flt/icon/icons/tmpl-credit-card.html +5 -0
  15. package/frontend/components/flt/icon/icons/tmpl-diesel.html +8 -8
  16. package/frontend/components/flt/icon/icons/tmpl-directions-car.html +7 -0
  17. package/frontend/components/flt/icon/icons/tmpl-discount.html +14 -0
  18. package/frontend/components/flt/icon/icons/tmpl-document.html +1 -1
  19. package/frontend/components/flt/icon/icons/tmpl-drag-indicator.html +5 -0
  20. package/frontend/components/flt/icon/icons/tmpl-driver.html +2 -2
  21. package/frontend/components/flt/icon/icons/tmpl-ev-and-fuel.html +3 -3
  22. package/frontend/components/flt/icon/icons/tmpl-ev.html +3 -3
  23. package/frontend/components/flt/icon/icons/tmpl-eye.html +1 -1
  24. package/frontend/components/flt/icon/icons/tmpl-fuel.html +5 -5
  25. package/frontend/components/flt/icon/icons/tmpl-gas-station.html +5 -0
  26. package/frontend/components/flt/icon/icons/tmpl-gear-wheel.html +6 -0
  27. package/frontend/components/flt/icon/icons/tmpl-headset-mic.html +5 -0
  28. package/frontend/components/flt/icon/icons/tmpl-hgv.html +1 -1
  29. package/frontend/components/flt/icon/icons/tmpl-hydrogen.html +8 -8
  30. package/frontend/components/flt/icon/icons/tmpl-key.html +1 -1
  31. package/frontend/components/flt/icon/icons/tmpl-local-shipping.html +5 -0
  32. package/frontend/components/flt/icon/icons/tmpl-map-pin.html +2 -2
  33. package/frontend/components/flt/icon/icons/tmpl-multiple-users.html +1 -1
  34. package/frontend/components/flt/icon/icons/tmpl-oil.html +4 -4
  35. package/frontend/components/flt/icon/icons/tmpl-parking-sign.html +10 -0
  36. package/frontend/components/flt/icon/icons/tmpl-pin-drop.html +6 -0
  37. package/frontend/components/flt/icon/icons/tmpl-place.html +5 -0
  38. package/frontend/components/flt/icon/icons/tmpl-plus.html +1 -1
  39. package/frontend/components/flt/icon/icons/tmpl-public.html +5 -0
  40. package/frontend/components/flt/icon/icons/tmpl-receipt.html +9 -0
  41. package/frontend/components/flt/icon/icons/tmpl-search.html +1 -1
  42. package/frontend/components/flt/icon/icons/tmpl-sell.html +6 -0
  43. package/frontend/components/flt/icon/icons/tmpl-shared-card.html +1 -1
  44. package/frontend/components/flt/icon/icons/tmpl-sign.html +1 -1
  45. package/frontend/components/flt/icon/icons/tmpl-signature.html +2 -2
  46. package/frontend/components/flt/icon/icons/tmpl-small-plus.html +1 -1
  47. package/frontend/components/flt/icon/icons/tmpl-unleaded.html +7 -7
  48. package/frontend/components/flt/icon/icons/tmpl-van.html +12 -12
  49. package/frontend/components/flt/icon/icons/tmpl-vehicle.html +8 -8
  50. package/frontend/components/flt/icon/icons/tmpl-world.html +1 -1
  51. package/frontend/components/flt/radioGroupChips/radioGroupChips.html +5 -2
  52. package/frontend/core/interface/SelectElement.js +2 -0
  53. package/package.json +1 -1
@@ -0,0 +1,5 @@
1
+ <template lwc:render-mode="light">
2
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M15.8333 11.6673V15.0007H14.1667V11.6673H15.8333ZM5.83333 11.6673V15.0007H5C4.54167 15.0007 4.16667 14.6257 4.16667 14.1673V11.6673H5.83333ZM10 0.833984C5.85833 0.833984 2.5 4.19232 2.5 8.33398V14.1673C2.5 15.5507 3.61667 16.6673 5 16.6673H7.5V10.0007H4.16667V8.33398C4.16667 5.10898 6.775 2.50065 10 2.50065C13.225 2.50065 15.8333 5.10898 15.8333 8.33398V10.0007H12.5V16.6673H15.8333V17.5007H10V19.1673H15C16.3833 19.1673 17.5 18.0507 17.5 16.6673V8.33398C17.5 4.19232 14.1417 0.833984 10 0.833984Z" class="flt-icon__prop-fill"/>
4
+ </svg>
5
+ </template>
@@ -7,7 +7,7 @@
7
7
  fill="none"
8
8
  xmlns="http://www.w3.org/2000/svg">
9
9
  <path
10
- class="flt-icon__path-fill"
10
+ class="flt-icon__prop-fill"
11
11
  d="M23.5758 11.8139L20.5758 6.56391C20.5429 6.50655 20.4955 6.45888 20.4383 6.42571C20.3811 6.39255 20.3161 6.37505 20.25 6.375H16.125C16.0255 6.375 15.9302 6.41451 15.8598 6.48483C15.7895 6.55516 15.75 6.65054 15.75 6.75V13.875H15.375V9.75C15.375 9.65054 15.3355 9.55516 15.2652 9.48484C15.1948 9.41451 15.0995 9.375 15 9.375H13.125V5.25C13.125 5.15054 13.0855 5.05516 13.0152 4.98484C12.9448 4.91451 12.8495 4.875 12.75 4.875H3.75C3.65054 4.875 3.55516 4.91451 3.48484 4.98484C3.41451 5.05516 3.375 5.15054 3.375 5.25V9.375H1.5C1.40054 9.375 1.30516 9.41451 1.23483 9.48484C1.16451 9.55516 1.125 9.65054 1.125 9.75V13.875H0.75C0.650544 13.875 0.555161 13.9145 0.484835 13.9848C0.414509 14.0552 0.375 14.1505 0.375 14.25V16.3125C0.375385 16.6605 0.513789 16.9941 0.759847 17.2402C1.00591 17.4862 1.33952 17.6246 1.6875 17.625H2.28188C2.37041 18.1492 2.64176 18.6252 3.0478 18.9684C3.45385 19.3116 3.96833 19.5 4.5 19.5C5.03167 19.5 5.54615 19.3116 5.9522 18.9684C6.35824 18.6252 6.62959 18.1492 6.71813 17.625H7.53187C7.62041 18.1492 7.89176 18.6252 8.2978 18.9684C8.70385 19.3116 9.21833 19.5 9.75 19.5C10.2817 19.5 10.7962 19.3116 11.2022 18.9684C11.6082 18.6252 11.8796 18.1492 11.9681 17.625H16.9069C16.9954 18.1492 17.2668 18.6252 17.6728 18.9684C18.0788 19.3116 18.5933 19.5 19.125 19.5C19.6567 19.5 20.1712 19.3116 20.5772 18.9684C20.9832 18.6252 21.2546 18.1492 21.3431 17.625H22.3125C22.6605 17.6246 22.9941 17.4862 23.2402 17.2402C23.4862 16.9941 23.6246 16.6605 23.625 16.3125V12C23.625 11.9347 23.6081 11.8706 23.5758 11.8139ZM13.5 10.125C13.5995 10.125 13.5708 10.125 13.707 10.125C13.8169 10.125 13.7652 10.125 13.875 10.125L14.625 10.125V13.875H10.875V10.125H11.625C11.6992 10.125 11.6597 10.125 11.7695 10.125C11.8598 10.1308 11.9005 10.125 12 10.125H13.5ZM13.125 10.125V9.375L12.375 9.375V10.125H13.125ZM10.125 5.625H10.875V4.875H10.125V5.625ZM8.625 5.625H9.375C9.46484 5.625 9.46048 5.625 9.57031 5.625C9.83548 5.625 9.65054 5.625 9.75 5.625H11.25C11.3495 5.625 11.3325 5.625 11.4258 5.625C11.5356 5.625 11.5152 5.625 11.625 5.625L12.375 5.625V9.375L8.625 9.375V5.625ZM7.5 10.125H9C9.09946 10.125 9.18488 10.125 9.22631 10.125C9.26775 10.125 9.35411 10.125 9.375 10.125L10.125 10.125V13.875H6.375V10.125H7.125C7.20703 10.125 7.12454 10.125 7.23438 10.125C7.34421 10.125 7.40054 10.125 7.5 10.125ZM8.625 10.125V9.375L7.875 9.375V10.125H8.625ZM5.625 5.625H6.375V4.875H5.625V5.625ZM4.125 5.625H4.875C4.92969 5.625 4.93313 5.625 5.04297 5.625C5.13235 5.625 5.15054 5.625 5.25 5.625H6.75C6.84946 5.625 6.86765 5.625 6.95703 5.625C7.06687 5.625 7.01517 5.625 7.125 5.625L7.875 5.625V9.375L4.125 9.375V5.625ZM3.375 10.125H4.125V9.375H3.375V10.125ZM1.875 10.125H2.625C2.69141 10.125 2.6597 10.125 2.76953 10.125C2.87539 10.1318 2.90054 10.125 3 10.125H4.5C4.59946 10.125 4.61048 10.1315 4.71094 10.125C4.82077 10.125 4.76517 10.125 4.875 10.125L5.625 10.125V13.875H1.875V10.125ZM4.5 18.75C4.20333 18.75 3.91332 18.662 3.66665 18.4972C3.41997 18.3324 3.22771 18.0981 3.11418 17.824C3.00065 17.5499 2.97094 17.2483 3.02882 16.9574C3.0867 16.6664 3.22956 16.3991 3.43934 16.1893C3.64912 15.9796 3.91639 15.8367 4.20736 15.7788C4.49834 15.7209 4.79994 15.7507 5.07403 15.8642C5.34811 15.9777 5.58238 16.17 5.7472 16.4166C5.91203 16.6633 6 16.9533 6 17.25C5.99955 17.6477 5.84137 18.029 5.56017 18.3102C5.27896 18.5914 4.89769 18.7496 4.5 18.75ZM9.75 18.75C9.45333 18.75 9.16332 18.662 8.91665 18.4972C8.66997 18.3324 8.47771 18.0981 8.36418 17.824C8.25065 17.5499 8.22094 17.2483 8.27882 16.9574C8.3367 16.6664 8.47956 16.3991 8.68934 16.1893C8.89912 15.9796 9.16639 15.8367 9.45737 15.7788C9.74834 15.7209 10.0499 15.7507 10.324 15.8642C10.5981 15.9777 10.8324 16.17 10.9972 16.4166C11.162 16.6633 11.25 16.9533 11.25 17.25C11.2496 17.6477 11.0914 18.029 10.8102 18.3102C10.529 18.5914 10.1477 18.7496 9.75 18.75ZM15.75 16.875H11.9681C11.8796 16.3508 11.6082 15.8748 11.2022 15.5316C10.7962 15.1884 10.2817 15.0001 9.75 15.0001C9.21833 15.0001 8.70385 15.1884 8.2978 15.5316C7.89176 15.8748 7.62041 16.3508 7.53187 16.875H6.71813C6.62959 16.3508 6.35824 15.8748 5.9522 15.5316C5.54615 15.1884 5.03167 15.0001 4.5 15.0001C3.96833 15.0001 3.45385 15.1884 3.0478 15.5316C2.64176 15.8748 2.37041 16.3508 2.28188 16.875H1.6875C1.53835 16.8749 1.39535 16.8156 1.28989 16.7101C1.18443 16.6046 1.12512 16.4616 1.125 16.3125V14.625H15.75V16.875ZM20.6752 8.25L22.6036 11.625H18V8.25H20.6752ZM19.125 18.75C18.8283 18.75 18.5383 18.662 18.2916 18.4972C18.045 18.3324 17.8527 18.0981 17.7392 17.824C17.6257 17.5499 17.5959 17.2483 17.6538 16.9574C17.7117 16.6664 17.8546 16.3991 18.0643 16.1893C18.2741 15.9796 18.5414 15.8367 18.8324 15.7788C19.1233 15.7209 19.4249 15.7507 19.699 15.8642C19.9731 15.9777 20.2074 16.17 20.3722 16.4166C20.537 16.6633 20.625 16.9533 20.625 17.25C20.6246 17.6477 20.4664 18.029 20.1852 18.3102C19.904 18.5914 19.5227 18.7496 19.125 18.75ZM22.875 14.25L23.6152 14.25C23.5157 14.25 23.4203 14.2105 23.35 14.1402C23.2797 14.0698 23.2402 13.9745 23.2402 13.875C23.2402 13.7755 23.2797 13.6802 23.35 13.6098C23.4203 13.5395 23.5157 13.5 23.6152 13.5L22.875 13.5V14.25ZM22.875 12.75L23.6152 12.75C23.3168 12.75 23.086 12.539 22.875 12.75C22.875 13.3255 22.875 13.5766 22.875 13.875C22.875 14.1734 22.875 14.3925 22.875 15C23.086 15.211 23.3168 15 23.6152 15L22.875 15V16.3125C22.8749 16.4616 22.8156 16.6046 22.7101 16.7101C22.6046 16.8156 22.4616 16.8749 22.3125 16.875H21.3431C21.2546 16.3508 20.9832 15.8748 20.5772 15.5316C20.1712 15.1884 19.6567 15.0001 19.125 15.0001C18.5933 15.0001 18.0788 15.1884 17.6728 15.5316C17.2668 15.8748 16.9954 16.3508 16.9069 16.875H16.5V7.125H20.0325L20.2467 7.5H17.625C17.5255 7.5 17.4302 7.53951 17.3598 7.60983C17.2895 7.68016 17.25 7.77554 17.25 7.875V12C17.25 12.0995 17.2895 12.1948 17.3598 12.2652C17.4302 12.3355 17.5255 12.375 17.625 12.375H22.875V12.75Z"></path>
12
12
  </svg>
13
13
  </template>
@@ -8,43 +8,43 @@
8
8
  xmlns="http://www.w3.org/2000/svg">
9
9
  <path
10
10
  d="M2.96985 20.0666V4.91111C2.96985 2.90666 4.37611 1 6.36429 1H12.1833C14.1715 1 15.5778 2.90666 15.5778 4.91111V20.0666"
11
- class="flt-icon__path"
11
+ class="flt-icon__prop-stroke"
12
12
  stroke-miterlimit="10"
13
13
  stroke-linejoin="round"></path>
14
14
  <path
15
15
  d="M16.5477 20.0667H2.00005V23H16.5477V20.0667Z"
16
- class="flt-icon__path"
16
+ class="flt-icon__prop-stroke"
17
17
  stroke-miterlimit="10"
18
18
  stroke-linejoin="round"></path>
19
19
  <path
20
20
  d="M22.3667 8.33337H18.9723V10.2889L20.427 11.2667V14.6889H21.8818L22.3667 14.2V8.33337Z"
21
- class="flt-icon__path"
21
+ class="flt-icon__prop-stroke"
22
22
  stroke-miterlimit="10"
23
23
  stroke-linejoin="round"></path>
24
24
  <path
25
25
  d="M18.9723 1.48886L21.3969 4.91108V8.3333"
26
- class="flt-icon__path"
26
+ class="flt-icon__prop-stroke"
27
27
  stroke-miterlimit="10"
28
28
  stroke-linejoin="round"></path>
29
29
  <path
30
30
  d="M15.5777 17.1333H18.0023C18.5357 17.1333 18.9722 17.5733 18.9722 18.1111V22.0222C18.9722 22.5599 19.4086 22.9999 19.942 22.9999H20.9119C21.4453 22.9999 21.8817 22.5599 21.8817 22.0222V14.6888"
31
- class="flt-icon__path"
31
+ class="flt-icon__prop-stroke"
32
32
  stroke-miterlimit="10"
33
33
  stroke-linejoin="round"></path>
34
34
  <path
35
35
  d="M4.90957 8.33331H13.6381V4.91109C13.6381 3.83554 12.7653 2.95554 11.6985 2.95554H6.84925C5.78243 2.95554 4.90957 3.83554 4.90957 4.91109V8.33331Z"
36
- class="flt-icon__path"
36
+ class="flt-icon__prop-stroke"
37
37
  stroke-miterlimit="10"
38
38
  stroke-linejoin="round"></path>
39
39
  <path
40
40
  d="M7.7 11.7L7.7 14.2M7.7 16.7L7.7 14.2M10.7 16.7C10.7 16.2 10.7 16.2 10.7 15.5889L10.7 12.8111C10.7 12.2 10.7 12.2 10.7 11.7M10.7 14.2L7.7 14.2"
41
- class="flt-icon__path"
41
+ class="flt-icon__prop-stroke"
42
42
  stroke-miterlimit="10"
43
43
  stroke-linecap="round"
44
44
  stroke-linejoin="round"></path>
45
45
  <path
46
46
  d="M11.2136 8.33334V7.84445M7.33419 7.84445V8.33334"
47
- class="flt-icon__path"
47
+ class="flt-icon__prop-stroke"
48
48
  stroke-miterlimit="10"
49
49
  stroke-linejoin="round"></path>
50
50
  </svg>
@@ -8,7 +8,7 @@
8
8
  xmlns="http://www.w3.org/2000/svg">
9
9
  <path
10
10
  d="M15 7C16.1046 7 17 7.89543 17 9L15 7ZM21 9C21 12.3137 18.3137 15 15 15C14.3938 15 13.8087 14.9101 13.2571 14.7429L11 17H9V19H7V21H4C3.44772 21 3 20.5523 3 20V17.4142C3 17.149 3.10536 16.8946 3.29289 16.7071L9.25707 10.7429C9.08989 10.1914 9 9.60617 9 9C9 5.68629 11.6863 3 15 3C18.3137 3 21 5.68629 21 9Z"
11
- class="flt-icon__path"
11
+ class="flt-icon__prop-stroke"
12
12
  stroke-linecap="round"
13
13
  stroke-linejoin="round"></path>
14
14
  </svg>
@@ -0,0 +1,5 @@
1
+ <template lwc:render-mode="light">
2
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M15 6H12.75V3H2.25C1.425 3 0.75 3.675 0.75 4.5V12.75H2.25C2.25 13.995 3.255 15 4.5 15C5.745 15 6.75 13.995 6.75 12.75H11.25C11.25 13.995 12.255 15 13.5 15C14.745 15 15.75 13.995 15.75 12.75H17.25V9L15 6ZM14.625 7.125L16.095 9H12.75V7.125H14.625ZM4.5 13.5C4.0875 13.5 3.75 13.1625 3.75 12.75C3.75 12.3375 4.0875 12 4.5 12C4.9125 12 5.25 12.3375 5.25 12.75C5.25 13.1625 4.9125 13.5 4.5 13.5ZM6.165 11.25C5.7525 10.7925 5.1675 10.5 4.5 10.5C3.8325 10.5 3.2475 10.7925 2.835 11.25H2.25V4.5H11.25V11.25H6.165ZM13.5 13.5C13.0875 13.5 12.75 13.1625 12.75 12.75C12.75 12.3375 13.0875 12 13.5 12C13.9125 12 14.25 12.3375 14.25 12.75C14.25 13.1625 13.9125 13.5 13.5 13.5Z" class="flt-icon__prop-fill"/>
4
+ </svg>
5
+ </template>
@@ -1,6 +1,6 @@
1
1
  <template lwc:render-mode="light">
2
2
  <svg class="flt-icon flt-icon__map-pin" width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path class="flt-icon__path" d="M12.5 9.31982C12.5 10.7005 11.3807 11.8198 10 11.8198C8.61929 11.8198 7.5 10.7005 7.5 9.31982C7.5 7.93911 8.61929 6.81982 10 6.81982C11.3807 6.81982 12.5 7.93911 12.5 9.31982Z" stroke="#2E3036" stroke-linecap="round" stroke-linejoin="round"></path>
4
- <path class="flt-icon__path" d="M16.25 9.31982C16.25 15.2716 10 18.6948 10 18.6948C10 18.6948 3.75 15.2716 3.75 9.31982C3.75 5.86804 6.54822 3.06982 10 3.06982C13.4518 3.06982 16.25 5.86804 16.25 9.31982Z" stroke="#2E3036" stroke-linecap="round" stroke-linejoin="round"></path>
3
+ <path class="flt-icon__prop-stroke" d="M12.5 9.31982C12.5 10.7005 11.3807 11.8198 10 11.8198C8.61929 11.8198 7.5 10.7005 7.5 9.31982C7.5 7.93911 8.61929 6.81982 10 6.81982C11.3807 6.81982 12.5 7.93911 12.5 9.31982Z" stroke-linecap="round" stroke-linejoin="round"></path>
4
+ <path class="flt-icon__prop-stroke" d="M16.25 9.31982C16.25 15.2716 10 18.6948 10 18.6948C10 18.6948 3.75 15.2716 3.75 9.31982C3.75 5.86804 6.54822 3.06982 10 3.06982C13.4518 3.06982 16.25 5.86804 16.25 9.31982Z" stroke-linecap="round" stroke-linejoin="round"></path>
5
5
  </svg>
6
6
  </template>
@@ -8,7 +8,7 @@
8
8
  xmlns="http://www.w3.org/2000/svg">
9
9
  <path
10
10
  d="M17 20V18C17 17.3438 16.8736 16.717 16.6438 16.1429M22 20V18C22 16.3431 20.6569 15 19 15C18.0444 15 17.1931 15.4468 16.6438 16.1429M16.6438 16.1429C15.9065 14.301 14.1052 13 12 13C9.89482 13 8.0935 14.301 7.35625 16.1429M7 20V18C7 17.3438 7.12642 16.717 7.35625 16.1429M2 20V18C2 16.3431 3.34315 15 5 15C5.95561 15 6.80686 15.4468 7.35625 16.1429M15 7C15 8.65685 13.6569 10 12 10C10.3431 10 9 8.65685 9 7C9 5.34315 10.3431 4 12 4C13.6569 4 15 5.34315 15 7ZM21 10C21 11.1046 20.1046 12 19 12C17.8954 12 17 11.1046 17 10C17 8.89543 17.8954 8 19 8C20.1046 8 21 8.89543 21 10ZM7 10C7 11.1046 6.10457 12 5 12C3.89543 12 3 11.1046 3 10C3 8.89543 3.89543 8 5 8C6.10457 8 7 8.89543 7 10Z"
11
- class="flt-icon__path"
11
+ class="flt-icon__prop-stroke"
12
12
  stroke-linecap="round"
13
13
  stroke-linejoin="round"></path>
14
14
  </svg>
@@ -8,22 +8,22 @@
8
8
  xmlns="http://www.w3.org/2000/svg">
9
9
  <path
10
10
  d="M4.05556 22.8518H20.9444C21.525 22.8518 22 22.4243 22 21.9018V8.98066C22 8.17309 21.525 7.41303 20.7861 6.98549L14.2944 3.28017C12.9222 2.4726 11.1278 2.61512 9.91389 3.6127L7.75 5.27534V3.37518H3V21.9018C3 22.4243 3.475 22.8518 4.05556 22.8518Z"
11
- class="flt-icon__path"
11
+ class="flt-icon__prop-stroke"
12
12
  stroke-miterlimit="10"
13
13
  stroke-linejoin="round"></path>
14
14
  <path
15
15
  d="M11.6553 5.5612L10.2831 6.7963C10.072 6.98632 10.072 7.36635 10.3887 7.50886L18.5165 12.4018C18.8859 12.5918 19.3609 12.4018 19.3609 12.0217V9.83656C19.3609 9.69405 19.2553 9.50403 19.097 9.45653L12.2887 5.51369C12.1303 5.37118 11.8665 5.37118 11.6553 5.5612Z"
16
- class="flt-icon__path"
16
+ class="flt-icon__prop-stroke"
17
17
  stroke-miterlimit="10"
18
18
  stroke-linejoin="round"></path>
19
19
  <path
20
20
  d="M3 19.5258H16.7222V15.2504L8.27778 10.5H3"
21
- class="flt-icon__path"
21
+ class="flt-icon__prop-stroke"
22
22
  stroke-miterlimit="10"
23
23
  stroke-linejoin="round"></path>
24
24
  <path
25
25
  d="M7.75 2.42512V1H3V2.42512"
26
- class="flt-icon__path"
26
+ class="flt-icon__prop-stroke"
27
27
  stroke-miterlimit="10"
28
28
  stroke-linejoin="round"></path>
29
29
  </svg>
@@ -0,0 +1,10 @@
1
+ <template lwc:render-mode="light">
2
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <mask id="mask0_6736_27031" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20">
4
+ <rect width="20" height="20" class="flt-icon__prop-fill"/>
5
+ </mask>
6
+ <g mask="url(#mask0_6736_27031)">
7
+ <path d="M12.4993 9.16602H13.7493V7.49935H15.416C15.7632 7.49935 16.0584 7.37782 16.3014 7.13477C16.5445 6.89171 16.666 6.59657 16.666 6.24935V5.41602C16.666 5.06879 16.5445 4.77365 16.3014 4.5306C16.0584 4.28754 15.7632 4.16602 15.416 4.16602H12.4993V9.16602ZM13.7493 6.24935V5.41602H15.416V6.24935H13.7493ZM10.8327 11.666C10.3743 11.666 9.98199 11.5028 9.6556 11.1764C9.32921 10.85 9.16602 10.4577 9.16602 9.99935V3.33268C9.16602 2.87435 9.32921 2.48199 9.6556 2.1556C9.98199 1.82921 10.3743 1.66602 10.8327 1.66602H17.4993C17.9577 1.66602 18.35 1.82921 18.6764 2.1556C19.0028 2.48199 19.166 2.87435 19.166 3.33268V9.99935C19.166 10.4577 19.0028 10.85 18.6764 11.1764C18.35 11.5028 17.9577 11.666 17.4993 11.666H14.9993V17.4993H13.3327V11.666H10.8327ZM10.8327 9.99935H17.4993V3.33268H10.8327V9.99935ZM6.66602 17.4993C6.4299 17.4993 6.23199 17.4195 6.07227 17.2598C5.91254 17.1 5.83268 16.9021 5.83268 16.666V15.8327H1.66602V14.166H6.66602V9.99935H1.66602V8.33268H5.99935L5.12435 5.83268H1.66602V4.16602H5.41602C5.6799 4.16602 5.91949 4.2424 6.13477 4.39518C6.35004 4.54796 6.49935 4.74935 6.58268 4.99935L8.33268 9.99935V16.666C8.33268 16.9021 8.25282 17.1 8.0931 17.2598C7.93338 17.4195 7.73546 17.4993 7.49935 17.4993H6.66602ZM4.58268 13.3327C4.9299 13.3327 5.22504 13.2112 5.4681 12.9681C5.71115 12.725 5.83268 12.4299 5.83268 12.0827C5.83268 11.7355 5.71115 11.4403 5.4681 11.1973C5.22504 10.9542 4.9299 10.8327 4.58268 10.8327C4.23546 10.8327 3.94032 10.9542 3.69727 11.1973C3.45421 11.4403 3.33268 11.7355 3.33268 12.0827C3.33268 12.4299 3.45421 12.725 3.69727 12.9681C3.94032 13.2112 4.23546 13.3327 4.58268 13.3327Z" class="flt-icon__prop-fill"/>
8
+ </g>
9
+ </svg>
10
+ </template>
@@ -0,0 +1,6 @@
1
+ <template lwc:render-mode="light">
2
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M9.99935 3.33268C11.6077 3.33268 14.166 4.49935 14.166 7.62435C14.166 9.42435 12.7327 11.516 9.99935 13.7243C7.26602 11.516 5.83268 9.41602 5.83268 7.62435C5.83268 4.49935 8.39102 3.33268 9.99935 3.33268ZM9.99935 1.66602C7.27435 1.66602 4.16602 3.71602 4.16602 7.62435C4.16602 10.2243 6.10768 12.966 9.99935 15.8327C13.891 12.966 15.8327 10.2243 15.8327 7.62435C15.8327 3.71602 12.7243 1.66602 9.99935 1.66602Z" class="flt-icon__prop-fill"/>
4
+ <path d="M9.99935 5.83268C9.08268 5.83268 8.33268 6.58268 8.33268 7.49935C8.33268 8.41602 9.08268 9.16602 9.99935 9.16602C10.4414 9.16602 10.8653 8.99042 11.1779 8.67786C11.4904 8.3653 11.666 7.94138 11.666 7.49935C11.666 7.05732 11.4904 6.6334 11.1779 6.32084C10.8653 6.00828 10.4414 5.83268 9.99935 5.83268ZM4.16602 16.666H15.8327V18.3327H4.16602V16.666Z" class="flt-icon__prop-fill"/>
5
+ </svg>
6
+ </template>
@@ -0,0 +1,5 @@
1
+ <template lwc:render-mode="light">
2
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M9 9C8.175 9 7.5 8.325 7.5 7.5C7.5 6.675 8.175 6 9 6C9.825 6 10.5 6.675 10.5 7.5C10.5 8.325 9.825 9 9 9ZM13.5 7.65C13.5 4.9275 11.5125 3 9 3C6.4875 3 4.5 4.9275 4.5 7.65C4.5 9.405 5.9625 11.73 9 14.505C12.0375 11.73 13.5 9.405 13.5 7.65ZM9 1.5C12.15 1.5 15 3.915 15 7.65C15 10.14 12.9975 13.0875 9 16.5C5.0025 13.0875 3 10.14 3 7.65C3 3.915 5.85 1.5 9 1.5Z" class="flt-icon__prop-fill"/>
4
+ </svg>
5
+ </template>
@@ -7,7 +7,7 @@
7
7
  fill="none"
8
8
  xmlns="http://www.w3.org/2000/svg">
9
9
  <path
10
- class="flt-icon__path"
10
+ class="flt-icon__prop-stroke"
11
11
  d="M12 12H2M12 2V12V2ZM12 12V22V12ZM12 12H22H12Z"
12
12
  stroke-linecap="round"
13
13
  stroke-linejoin="round"></path>
@@ -0,0 +1,5 @@
1
+ <template lwc:render-mode="light">
2
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M9 1.5C4.86 1.5 1.5 4.86 1.5 9C1.5 13.14 4.86 16.5 9 16.5C13.14 16.5 16.5 13.14 16.5 9C16.5 4.86 13.14 1.5 9 1.5ZM3 9C3 8.5425 3.06 8.0925 3.1575 7.665L6.7425 11.25V12C6.7425 12.825 7.4175 13.5 8.2425 13.5V14.9475C5.295 14.5725 3 12.0525 3 9ZM13.4175 13.05C13.2225 12.4425 12.6675 12 11.9925 12H11.2425V9.75C11.2425 9.3375 10.905 9 10.4925 9H5.9925V7.5H7.4925C7.905 7.5 8.2425 7.1625 8.2425 6.75V5.25H9.7425C10.5675 5.25 11.2425 4.575 11.2425 3.75V3.4425C13.44 4.3275 15 6.4875 15 9C15 10.56 14.3925 11.985 13.4175 13.05Z" class="flt-icon__prop-fill"/>
4
+ </svg>
5
+ </template>
@@ -0,0 +1,9 @@
1
+ <template lwc:render-mode="light">
2
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M16.25 2.91602L15 1.66602L13.75 2.91602L12.5 1.66602L11.25 2.91602L10 1.66602L8.75 2.91602L7.5 1.66602L6.25 2.91602L5 1.66602V13.3327H2.5V15.8327C2.5 17.216 3.61667 18.3327 5 18.3327H15C16.3833 18.3327 17.5 17.216 17.5 15.8327V1.66602L16.25 2.91602ZM12.5 16.666H5C4.54167 16.666 4.16667 16.291 4.16667 15.8327V14.9993H12.5V16.666ZM15.8333 15.8327C15.8333 16.291 15.4583 16.666 15 16.666C14.5417 16.666 14.1667 16.291 14.1667 15.8327V13.3327H6.66667V4.16602H15.8333V15.8327Z" class="flt-icon__prop-fill"/>
4
+ <path d="M12.5 5.83268H7.5V7.49935H12.5V5.83268Z" class="flt-icon__prop-fill"/>
5
+ <path d="M15 5.83268H13.3333V7.49935H15V5.83268Z" class="flt-icon__prop-fill"/>
6
+ <path d="M12.5 8.33268H7.5V9.99935H12.5V8.33268Z" class="flt-icon__prop-fill"/>
7
+ <path d="M15 8.33268H13.3333V9.99935H15V8.33268Z" class="flt-icon__prop-fill"/>
8
+ </svg>
9
+ </template>
@@ -7,7 +7,7 @@
7
7
  fill="none"
8
8
  xmlns="http://www.w3.org/2000/svg">
9
9
  <path
10
- class="flt-icon__path-fill"
10
+ class="flt-icon__prop-fill"
11
11
  d="M13.8137 12.0598H13.1553L12.922 11.8348C13.922 10.6681 14.4387 9.07643 14.1553 7.38477C13.7637 5.0681 11.8303 3.2181 9.49701 2.93477C5.97201 2.50143 3.00534 5.4681 3.43867 8.9931C3.72201 11.3264 5.57201 13.2598 7.88867 13.6514C9.58034 13.9348 11.172 13.4181 12.3387 12.4181L12.5637 12.6514V13.3098L16.1053 16.8514C16.447 17.1931 17.0053 17.1931 17.347 16.8514C17.6887 16.5098 17.6887 15.9514 17.347 15.6098L13.8137 12.0598ZM8.81367 12.0598C6.73867 12.0598 5.06367 10.3848 5.06367 8.30977C5.06367 6.23477 6.73867 4.55977 8.81367 4.55977C10.8887 4.55977 12.5637 6.23477 12.5637 8.30977C12.5637 10.3848 10.8887 12.0598 8.81367 12.0598Z"></path>
12
12
  </svg>
13
13
  </template>
@@ -0,0 +1,6 @@
1
+ <template lwc:render-mode="light">
2
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M17.841 9.50964L10.4827 2.1513C10.1743 1.84297 9.74935 1.66797 9.30768 1.66797H3.33268C2.41602 1.66797 1.66602 2.41797 1.66602 3.33464V9.30964C1.66602 9.7513 1.84102 10.1763 2.15768 10.4846L9.51602 17.843C10.166 18.493 11.2243 18.493 11.8743 17.843L17.8493 11.868C18.4993 11.218 18.4993 10.168 17.841 9.50964ZM10.691 16.668L3.33268 9.30964V3.33464H9.30768L16.666 10.693L10.691 16.668Z" class="flt-icon__prop-fill"/>
4
+ <path d="M5.41602 6.66797C6.10637 6.66797 6.66602 6.10832 6.66602 5.41797C6.66602 4.72761 6.10637 4.16797 5.41602 4.16797C4.72566 4.16797 4.16602 4.72761 4.16602 5.41797C4.16602 6.10832 4.72566 6.66797 5.41602 6.66797Z" class="flt-icon__prop-fill"/>
5
+ </svg>
6
+ </template>
@@ -8,7 +8,7 @@
8
8
  xmlns="http://www.w3.org/2000/svg">
9
9
  <path
10
10
  d="M3 10H21H3ZM7 15H8H7ZM12 15H13H12ZM6 19H18C19.6569 19 21 17.6569 21 16V8C21 6.34315 19.6569 5 18 5H6C4.34315 5 3 6.34315 3 8V16C3 17.6569 4.34315 19 6 19Z"
11
- class="flt-icon__path"
11
+ class="flt-icon__prop-stroke"
12
12
  stroke-linecap="round"
13
13
  stroke-linejoin="round"></path>
14
14
  </svg>
@@ -7,7 +7,7 @@
7
7
  fill="none"
8
8
  xmlns="http://www.w3.org/2000/svg">
9
9
  <path
10
- class="flt-icon__path-fill"
10
+ class="flt-icon__prop-fill"
11
11
  d="M15.9183 8.65833L16.8016 7.775C17.4516 7.125 17.4516 6.06667 16.8016 5.41667L15.6266 4.24167C14.9766 3.59167 13.9183 3.59167 13.2683 4.24167L12.385 5.125L15.9183 8.65833ZM11.2016 6.3L3.65996 13.8417C3.58496 13.9167 3.54329 14.025 3.54329 14.1333V17.0833C3.54329 17.3167 3.72663 17.5 3.95996 17.5H6.90996C7.01829 17.5 7.12663 17.4583 7.20163 17.375L14.7433 9.83333L11.2016 6.3ZM16.0433 14.5833C16.0433 16.4083 13.9266 17.5 11.8766 17.5C11.4183 17.5 11.0433 17.125 11.0433 16.6667C11.0433 16.2083 11.4183 15.8333 11.8766 15.8333C13.16 15.8333 14.3766 15.225 14.3766 14.5833C14.3766 14.1917 13.9766 13.8583 13.3516 13.5833L14.585 12.35C15.4766 12.875 16.0433 13.575 16.0433 14.5833ZM4.02663 11.125C3.21829 10.6583 2.70996 10.05 2.70996 9.16667C2.70996 7.66667 4.28496 6.975 5.67663 6.36667C6.53496 5.98333 7.70996 5.46667 7.70996 5C7.70996 4.65833 7.05996 4.16667 6.04329 4.16667C4.99329 4.16667 4.54329 4.675 4.51829 4.7C4.22663 5.04167 3.70163 5.08333 3.35163 4.8C3.00996 4.51667 2.94329 4.00833 3.22663 3.65C3.31829 3.53333 4.17663 2.5 6.04329 2.5C7.90996 2.5 9.37663 3.6 9.37663 5C9.37663 6.55833 7.76829 7.26667 6.34329 7.89167C5.55996 8.23333 4.37663 8.75 4.37663 9.16667C4.37663 9.425 4.73496 9.66667 5.26829 9.88333L4.02663 11.125Z"></path>
12
12
  </svg>
13
13
  </template>
@@ -10,9 +10,9 @@
10
10
  fill-rule="evenodd"
11
11
  clip-rule="evenodd"
12
12
  d="M11.9096 5.63967C10.8656 4.30353 9.40297 3.79375 8.15659 4.07464C6.88933 4.36024 5.93617 5.44628 5.93617 7.07449C5.93617 9.58204 7.4301 11.314 9.18594 12.5678C8.33685 13.3397 7.69207 14.238 7.30725 15.1096C7.26663 15.2016 7.22869 15.2939 7.19357 15.3861H2.42553C2.19052 15.3861 2 15.5769 2 15.8123C2 16.0477 2.19052 16.2386 2.42553 16.2386H6.95326C6.8944 16.5703 6.88041 16.8935 6.91923 17.1978C7.00356 17.8589 7.34106 18.431 7.97991 18.7509C8.66035 19.0917 9.31526 19.0612 9.89707 18.7904C10.4578 18.5294 10.9309 18.056 11.3168 17.5395C11.6193 17.1346 11.8836 16.6821 12.1063 16.2386H21.5745C21.8095 16.2386 22 16.0477 22 15.8123C22 15.5769 21.8095 15.3861 21.5745 15.3861H12.493C12.6416 15.0226 12.7555 14.6959 12.8322 14.4459C13.0241 13.8212 13.2477 12.6261 13.2957 11.2646C13.3877 11.2356 13.4768 11.2093 13.563 11.1857C14.146 11.026 14.5675 10.9953 14.8438 11.0396C15.1097 11.0822 15.1852 11.18 15.2134 11.2492C15.2536 11.3481 15.2667 11.5569 15.1173 11.9203C14.9253 12.3872 14.828 12.815 14.9205 13.1565C14.9721 13.3471 15.0845 13.5143 15.2622 13.6208C15.4303 13.7216 15.6154 13.7435 15.7767 13.7334C16.0898 13.7137 16.4323 13.5669 16.7476 13.3766C17.0732 13.1802 17.4126 12.9114 17.7266 12.5969C18.0089 12.3141 18.2987 12.0562 18.5714 11.854C18.8497 11.6477 19.0857 11.5181 19.2622 11.4655C19.3481 11.4399 19.4006 11.4386 19.4266 11.4419C19.4443 11.4441 19.4477 11.4475 19.4497 11.4496C19.4676 11.4667 19.553 11.5817 19.553 11.9759C19.553 12.7064 19.7478 13.2805 20.2727 13.4908C20.5105 13.5861 20.7558 13.5756 20.9631 13.5324C21.1719 13.4888 21.3745 13.4054 21.552 13.3165C21.7622 13.2112 21.8474 12.9552 21.7423 12.7447C21.6372 12.5341 21.3816 12.4488 21.1714 12.554C21.0297 12.625 20.8999 12.6748 20.7895 12.6978C20.6776 12.7212 20.617 12.7106 20.5888 12.6993C20.5792 12.6955 20.404 12.6262 20.404 11.9759C20.404 11.5178 20.316 11.0996 20.0381 10.8337C19.7317 10.5405 19.3345 10.5547 19.0197 10.6484C18.7042 10.7423 18.3751 10.939 18.0651 11.1688C17.7494 11.4028 17.4276 11.6909 17.1248 11.9942C16.8536 12.2658 16.568 12.4898 16.3085 12.6464C16.2494 12.682 16.1936 12.7131 16.1412 12.7398C15.9339 12.8458 15.749 12.6816 15.8231 12.461C15.8448 12.3965 15.8715 12.3247 15.9043 12.2449C16.0901 11.793 16.1644 11.3278 16.0015 10.9275C15.8266 10.4976 15.4346 10.271 14.9783 10.1979C14.5325 10.1264 13.9772 10.1884 13.3384 10.3634C13.3258 10.3669 13.3131 10.3704 13.3004 10.374C13.2587 8.7502 12.9257 6.9402 11.9096 5.63967ZM11.5677 15.3861C11.7719 14.9265 11.9248 14.5013 12.0188 14.1952C12.1716 13.6979 12.3611 12.7271 12.4286 11.5847C12.1235 11.712 11.7958 11.8625 11.4456 12.0378C11.1664 12.1776 10.8998 12.3339 10.6469 12.5032C10.7422 12.5601 10.8381 12.6162 10.9346 12.6714C11.1386 12.7882 11.2095 13.0486 11.0928 13.253C10.9762 13.4573 10.7163 13.5283 10.5122 13.4115C10.3144 13.2982 10.1161 13.1801 9.91887 13.0568C9.10003 13.7604 8.48047 14.5923 8.11635 15.3861H11.5677ZM7.82126 16.2386C7.75012 16.5543 7.73184 16.8421 7.76343 17.0897C7.81748 17.5135 8.01304 17.8144 8.36052 17.9885C8.79709 18.2071 9.17942 18.1844 9.53844 18.0173C9.91851 17.8404 10.2899 17.4913 10.6354 17.0288C10.8195 16.7823 10.9892 16.5133 11.1431 16.2386H7.82126ZM11.065 11.2754C11.5641 11.0254 12.0274 10.8199 12.4537 10.6568C12.4535 10.6106 12.4529 10.5644 12.4522 10.518C12.4261 8.92446 12.1109 7.28051 11.2394 6.16505C10.3684 5.05037 9.22469 4.7077 8.34341 4.90631C7.48301 5.10022 6.78723 5.82566 6.78723 7.07449C6.78723 9.27022 8.13695 10.8188 9.8706 12.0074C10.2409 11.7352 10.6401 11.4881 11.065 11.2754Z"
13
- class="flt-icon__path-fill"></path>
13
+ class="flt-icon__prop-fill"></path>
14
14
  <path
15
15
  d="M5.17324 10.7159C5.33942 10.8823 5.33942 11.1522 5.17324 11.3186L4.30392 12.1894L5.17324 13.0601C5.33942 13.2266 5.33942 13.4964 5.17324 13.6629C5.00706 13.8293 4.73762 13.8293 4.57144 13.6629L3.70213 12.7922L2.83281 13.6629C2.66663 13.8293 2.3972 13.8293 2.23102 13.6629C2.06484 13.4964 2.06484 13.2266 2.23102 13.0601L3.10033 12.1894L2.23102 11.3186C2.06484 11.1522 2.06484 10.8823 2.23102 10.7159C2.3972 10.5494 2.66663 10.5494 2.83281 10.7159L3.70213 11.5866L4.57144 10.7159C4.73762 10.5494 5.00706 10.5494 5.17324 10.7159Z"
16
- class="flt-icon__path-fill"></path>
16
+ class="flt-icon__prop-fill"></path>
17
17
  </svg>
18
18
  </template>
@@ -7,7 +7,7 @@
7
7
  fill="none"
8
8
  xmlns="http://www.w3.org/2000/svg">
9
9
  <path
10
- class="flt-icon__path"
10
+ class="flt-icon__prop-stroke"
11
11
  d="M12 12H6M12 6V12V6ZM12 12V18V12ZM12 12H18H12Z"
12
12
  stroke-linecap="round"
13
13
  stroke-linejoin="round"></path>
@@ -8,37 +8,37 @@
8
8
  xmlns="http://www.w3.org/2000/svg">
9
9
  <path
10
10
  d="M2.96973 20.0666V4.91111C2.96973 2.90666 4.37599 1 6.36417 1H12.1832C14.1714 1 15.5776 2.90666 15.5776 4.91111V20.0666"
11
- class="flt-icon__path"
11
+ class="flt-icon__prop-stroke"
12
12
  stroke-miterlimit="10"
13
13
  stroke-linejoin="round"></path>
14
14
  <path
15
15
  d="M16.5476 20.0664H2V22.9997H16.5476V20.0664Z"
16
- class="flt-icon__path"
16
+ class="flt-icon__prop-stroke"
17
17
  stroke-miterlimit="10"
18
18
  stroke-linejoin="round"></path>
19
19
  <path
20
20
  d="M22.3666 8.33398H18.9722V10.2895L20.4269 11.2673V14.6895H21.8817L22.3666 14.2006V8.33398Z"
21
- class="flt-icon__path"
21
+ class="flt-icon__prop-stroke"
22
22
  stroke-miterlimit="10"
23
23
  stroke-linejoin="round"></path>
24
24
  <path
25
25
  d="M18.9722 1.48828L21.3968 4.9105V8.33272"
26
- class="flt-icon__path"
26
+ class="flt-icon__prop-stroke"
27
27
  stroke-miterlimit="10"
28
28
  stroke-linejoin="round"></path>
29
29
  <path
30
30
  d="M15.5776 17.1339H18.0022C18.5356 17.1339 18.9721 17.5739 18.9721 18.1117V22.0228C18.9721 22.5606 19.4085 23.0006 19.9419 23.0006H20.9118C21.4452 23.0006 21.8816 22.5606 21.8816 22.0228V14.6895"
31
- class="flt-icon__path"
31
+ class="flt-icon__prop-stroke"
32
32
  stroke-miterlimit="10"
33
33
  stroke-linejoin="round"></path>
34
34
  <path
35
35
  d="M4.90942 8.33285H13.638V4.91063C13.638 3.83508 12.7651 2.95508 11.6983 2.95508H6.8491C5.78228 2.95508 4.90942 3.83508 4.90942 4.91063V8.33285Z"
36
- class="flt-icon__path"
36
+ class="flt-icon__prop-stroke"
37
37
  stroke-miterlimit="10"
38
38
  stroke-linejoin="round"></path>
39
39
  <path
40
40
  d="M11.2136 8.33264V7.84375M7.33423 7.84375V8.33264"
41
- class="flt-icon__path"
41
+ class="flt-icon__prop-stroke"
42
42
  stroke-miterlimit="10"
43
43
  stroke-linejoin="round"></path>
44
44
  </svg>
@@ -11,11 +11,11 @@
11
11
  d="M15.5676 14.1954H0.973006C0.88699 14.1954 0.804497 14.1623 0.743674 14.1033C0.682851 14.0443 0.648682 13.9643 0.648682 13.8809C0.648682 13.7975 0.682851 13.7175 0.743674 13.6585C0.804497 13.5995 0.88699 13.5664 0.973006 13.5664H15.5676C15.6536 13.5664 15.7361 13.5995 15.7969 13.6585C15.8578 13.7175 15.8919 13.7975 15.8919 13.8809C15.8919 13.9643 15.8578 14.0443 15.7969 14.1033C15.7361 14.1623 15.6536 14.1954 15.5676 14.1954Z"></path>
12
12
  </mask>
13
13
  <path
14
- class="flt-icon__path-fill"
14
+ class="flt-icon__prop-fill"
15
15
  d="M15.5676 14.1954H0.973006C0.88699 14.1954 0.804497 14.1623 0.743674 14.1033C0.682851 14.0443 0.648682 13.9643 0.648682 13.8809C0.648682 13.7975 0.682851 13.7175 0.743674 13.6585C0.804497 13.5995 0.88699 13.5664 0.973006 13.5664H15.5676C15.6536 13.5664 15.7361 13.5995 15.7969 13.6585C15.8578 13.7175 15.8919 13.7975 15.8919 13.8809C15.8919 13.9643 15.8578 14.0443 15.7969 14.1033C15.7361 14.1623 15.6536 14.1954 15.5676 14.1954Z"></path>
16
16
  <path
17
17
  d="M0.648682 13.8809H-0.351318H0.648682ZM15.5676 13.1954H0.973006V15.1954H15.5676V13.1954ZM0.973006 13.1954C1.14245 13.1954 1.31091 13.2604 1.43982 13.3854L0.0475276 14.8212C0.298085 15.0642 0.631534 15.1954 0.973006 15.1954V13.1954ZM1.43982 13.3854C1.56978 13.5114 1.64868 13.689 1.64868 13.8809H-0.351318C-0.351318 14.2396 -0.204075 14.5772 0.0475276 14.8212L1.43982 13.3854ZM1.64868 13.8809C1.64868 14.0728 1.56978 14.2504 1.43982 14.3764L0.0475276 12.9406C-0.204075 13.1846 -0.351318 13.5222 -0.351318 13.8809H1.64868ZM1.43982 14.3764C1.31091 14.5014 1.14245 14.5664 0.973006 14.5664V12.5664C0.631534 12.5664 0.298085 12.6977 0.0475276 12.9406L1.43982 14.3764ZM0.973006 14.5664H15.5676V12.5664H0.973006V14.5664ZM15.5676 14.5664C15.3982 14.5664 15.2297 14.5014 15.1008 14.3764L16.4931 12.9406C16.2425 12.6977 15.9091 12.5664 15.5676 12.5664V14.5664ZM15.1008 14.3764C14.9708 14.2504 14.8919 14.0728 14.8919 13.8809H16.8919C16.8919 13.5222 16.7447 13.1846 16.4931 12.9406L15.1008 14.3764ZM14.8919 13.8809C14.8919 13.689 14.9708 13.5114 15.1008 13.3854L16.4931 14.8212C16.7447 14.5772 16.8919 14.2396 16.8919 13.8809H14.8919ZM15.1008 13.3854C15.2297 13.2604 15.3982 13.1954 15.5676 13.1954V15.1954C15.9091 15.1954 16.2425 15.0642 16.4931 14.8212L15.1008 13.3854Z"
18
- class="flt-icon__path-fill"
18
+ class="flt-icon__prop-fill"
19
19
  mask="url(#path-1-inside-1_18666_187466)"></path>
20
20
  <mask id="path-3-inside-2_18666_187466" fill="white">
21
21
  <path
@@ -23,10 +23,10 @@
23
23
  </mask>
24
24
  <path
25
25
  d="M15.5676 17.6542H7.76436C7.67834 17.6542 7.59585 17.621 7.53503 17.562C7.4742 17.5031 7.44003 17.4231 7.44003 17.3397C7.44003 17.2563 7.4742 17.1763 7.53503 17.1173C7.59585 17.0583 7.67834 17.0252 7.76436 17.0252H15.2433V5.07431H1.29733V17.0252H3.27571C3.36173 17.0252 3.44422 17.0583 3.50504 17.1173C3.56586 17.1763 3.60003 17.2563 3.60003 17.3397C3.60003 17.4231 3.56586 17.5031 3.50504 17.562C3.44422 17.621 3.36173 17.6542 3.27571 17.6542H1.29733C1.1253 17.6542 0.960312 17.5879 0.838666 17.4699C0.717021 17.352 0.648682 17.192 0.648682 17.0252V5.07431C0.648682 4.90749 0.717021 4.7475 0.838666 4.62954C0.960312 4.51158 1.1253 4.44531 1.29733 4.44531H15.2433C15.4153 4.44531 15.5803 4.51158 15.7019 4.62954C15.8236 4.7475 15.8919 4.90749 15.8919 5.07431V17.3397C15.8919 17.4231 15.8578 17.5031 15.7969 17.562C15.7361 17.621 15.6536 17.6542 15.5676 17.6542Z"
26
- class="flt-icon__path-fill"></path>
26
+ class="flt-icon__prop-fill"></path>
27
27
  <path
28
28
  d="M15.2433 17.0252V23.9441H22.1622V17.0252H15.2433ZM15.2433 5.07431H22.1622V-1.84461H15.2433V5.07431ZM1.29733 5.07431V-1.84461H-5.62159V5.07431H1.29733ZM1.29733 17.0252H-5.62159V23.9441H1.29733V17.0252ZM0.648682 17.0252H-6.27024H0.648682ZM1.29733 4.44531V11.3642V4.44531ZM15.5676 10.7352H7.76436V24.5731H15.5676V10.7352ZM7.76436 10.7352C9.44581 10.7352 11.0997 11.381 12.3516 12.595L2.71845 22.5291C4.09203 23.8611 5.91087 24.5731 7.76436 24.5731V10.7352ZM12.3516 12.595C13.6108 13.816 14.359 15.5182 14.359 17.3397H0.521114C0.521114 19.328 1.33763 21.1902 2.71845 22.5291L12.3516 12.595ZM14.359 17.3397C14.359 19.1611 13.6108 20.8634 12.3516 22.0844L2.71845 12.1502C1.33763 13.4892 0.521114 15.3514 0.521114 17.3397H14.359ZM12.3516 22.0844C11.0997 23.2984 9.44581 23.9441 7.76436 23.9441V10.1062C5.91087 10.1062 4.09203 10.8182 2.71845 12.1502L12.3516 22.0844ZM7.76436 23.9441H15.2433V10.1062H7.76436V23.9441ZM22.1622 17.0252V5.07431H8.32436V17.0252H22.1622ZM15.2433 -1.84461H1.29733V11.9932H15.2433V-1.84461ZM-5.62159 5.07431V17.0252H8.21625V5.07431H-5.62159ZM1.29733 23.9441H3.27571V10.1062H1.29733V23.9441ZM3.27571 23.9441C1.59425 23.9441 -0.0596026 23.2984 -1.31154 22.0844L8.32162 12.1502C6.94804 10.8182 5.1292 10.1062 3.27571 10.1062V23.9441ZM-1.31154 22.0844C-2.5707 20.8634 -3.31889 19.1612 -3.31889 17.3397H10.519C10.519 15.3513 9.70243 13.4892 8.32162 12.1502L-1.31154 22.0844ZM-3.31889 17.3397C-3.31889 15.5182 -2.5707 13.816 -1.31154 12.595L8.32162 22.5291C9.70243 21.1902 10.519 19.328 10.519 17.3397H-3.31889ZM-1.31154 12.595C-0.0596026 11.381 1.59425 10.7352 3.27571 10.7352V24.5731C5.1292 24.5731 6.94804 23.8611 8.32162 22.5291L-1.31154 12.595ZM3.27571 10.7352H1.29733V24.5731H3.27571V10.7352ZM1.29733 10.7352C2.89277 10.7352 4.46413 11.3478 5.65524 12.5028L-3.97791 22.437C-2.54351 23.828 -0.642178 24.5731 1.29733 24.5731V10.7352ZM5.65524 12.5028C6.85359 13.6649 7.5676 15.2871 7.5676 17.0252H-6.27024C-6.27024 19.0969 -5.41955 21.0391 -3.97791 22.437L5.65524 12.5028ZM7.5676 17.0252V5.07431H-6.27024V17.0252H7.5676ZM7.5676 5.07431C7.5676 6.8124 6.85358 8.43461 5.65524 9.59663L-3.97791 -0.337554C-5.41954 1.06039 -6.27024 3.00257 -6.27024 5.07431H7.5676ZM5.65524 9.59663C4.46414 10.7516 2.89279 11.3642 1.29733 11.3642V-2.47361C-0.642194 -2.47361 -2.54352 -1.72848 -3.97791 -0.337554L5.65524 9.59663ZM1.29733 11.3642H15.2433V-2.47361H1.29733V11.3642ZM15.2433 11.3642C13.6478 11.3642 12.0765 10.7516 10.8854 9.59663L20.5185 -0.337554C19.0841 -1.72848 17.1828 -2.47361 15.2433 -2.47361V11.3642ZM10.8854 9.59663C9.68702 8.4346 8.97301 6.81239 8.97301 5.07431H22.8108C22.8108 3.00259 21.9602 1.0604 20.5185 -0.337554L10.8854 9.59663ZM8.97301 5.07431V17.3397H22.8108V5.07431H8.97301ZM8.97301 17.3397C8.97301 15.5182 9.72118 13.816 10.9804 12.595L20.6135 22.5291C21.9943 21.1902 22.8108 19.328 22.8108 17.3397H8.97301ZM10.9804 12.595C12.2323 11.381 13.8861 10.7352 15.5676 10.7352V24.5731C17.4211 24.5731 19.2399 23.8611 20.6135 22.5291L10.9804 12.595Z"
29
- class="flt-icon__path-fill"
29
+ class="flt-icon__prop-fill"
30
30
  mask="url(#path-3-inside-2_18666_187466)"></path>
31
31
  <mask id="path-5-inside-3_18666_187466" fill="white">
32
32
  <path
@@ -34,10 +34,10 @@
34
34
  </mask>
35
35
  <path
36
36
  d="M23.027 17.6538H21.7037C21.6177 17.6538 21.5352 17.6206 21.4744 17.5617C21.4136 17.5027 21.3794 17.4227 21.3794 17.3393C21.3794 17.2559 21.4136 17.1759 21.4744 17.1169C21.5352 17.0579 21.6177 17.0248 21.7037 17.0248H22.7026V11.2896L19.881 7.90438H15.8918V17.0248H17.2151C17.3011 17.0248 17.3836 17.0579 17.4444 17.1169C17.5052 17.1759 17.5394 17.2559 17.5394 17.3393C17.5394 17.4227 17.5052 17.5027 17.4444 17.5617C17.3836 17.6206 17.3011 17.6538 17.2151 17.6538H15.5675C15.4815 17.6538 15.399 17.6206 15.3382 17.5617C15.2773 17.5027 15.2432 17.4227 15.2432 17.3393V7.58989C15.2432 7.50648 15.2773 7.42648 15.3382 7.3675C15.399 7.30852 15.4815 7.27539 15.5675 7.27539H20.0367C20.0851 7.2754 20.1329 7.28591 20.1765 7.30616C20.2202 7.3264 20.2586 7.35586 20.289 7.39238L23.2793 10.9808C23.3258 11.0367 23.3513 11.1064 23.3513 11.1783V17.3393C23.3513 17.4227 23.3171 17.5027 23.2563 17.5617C23.1955 17.6206 23.113 17.6538 23.027 17.6538Z"
37
- class="flt-icon__path-fill"></path>
37
+ class="flt-icon__prop-fill"></path>
38
38
  <path
39
39
  d="M22.7026 17.0248V23.9437H29.6215V17.0248H22.7026ZM22.7026 11.2896H29.6215V8.78422L28.0174 6.85969L22.7026 11.2896ZM19.881 7.90438L25.1958 3.47445L23.1212 0.985464H19.881V7.90438ZM15.8918 7.90438V0.985464H8.97289V7.90438H15.8918ZM15.8918 17.0248H8.97289V23.9437H15.8918V17.0248ZM20.0367 7.27539L20.0381 0.356472H20.0367V7.27539ZM20.289 7.39238L14.9708 11.8182L14.9737 11.8217L20.289 7.39238ZM23.2793 10.9808L28.596 6.55316L28.5946 6.55146L23.2793 10.9808ZM23.3513 11.1783H30.2702L30.2702 11.1764L23.3513 11.1783ZM23.027 10.7348H21.7037V24.5727H23.027V10.7348ZM21.7037 10.7348C23.3852 10.7348 25.039 11.3806 26.291 12.5946L16.6578 22.5287C18.0314 23.8607 19.8502 24.5727 21.7037 24.5727V10.7348ZM26.291 12.5946C27.5501 13.8156 28.2983 15.5178 28.2983 17.3393H14.4605C14.4605 19.3276 15.277 21.1898 16.6578 22.5287L26.291 12.5946ZM28.2983 17.3393C28.2983 19.1608 27.5501 20.863 26.291 22.084L16.6578 12.1498C15.277 13.4888 14.4605 15.351 14.4605 17.3393H28.2983ZM26.291 22.084C25.039 23.298 23.3852 23.9437 21.7037 23.9437V10.1059C19.8502 10.1059 18.0314 10.8178 16.6578 12.1498L26.291 22.084ZM21.7037 23.9437H22.7026V10.1059H21.7037V23.9437ZM29.6215 17.0248V11.2896H15.7837V17.0248H29.6215ZM28.0174 6.85969L25.1958 3.47445L14.5662 12.3343L17.3878 15.7196L28.0174 6.85969ZM19.881 0.985464H15.8918V14.8233H19.881V0.985464ZM8.97289 7.90438V17.0248H22.8107V7.90438H8.97289ZM15.8918 23.9437H17.2151V10.1059H15.8918V23.9437ZM17.2151 23.9437C15.5336 23.9437 13.8797 23.298 12.6278 22.084L22.261 12.1498C20.8874 10.8178 19.0686 10.1059 17.2151 10.1059V23.9437ZM12.6278 22.084C11.3687 20.863 10.6205 19.1608 10.6205 17.3393H24.4583C24.4583 15.3509 23.6417 13.4887 22.261 12.1498L12.6278 22.084ZM10.6205 17.3393C10.6205 15.5177 11.3687 13.8155 12.6278 12.5946L22.261 22.5287C23.6417 21.1898 24.4583 19.3276 24.4583 17.3393H10.6205ZM12.6278 12.5946C13.8797 11.3806 15.5336 10.7348 17.2151 10.7348V24.5727C19.0686 24.5727 20.8874 23.8607 22.261 22.5287L12.6278 12.5946ZM17.2151 10.7348H15.5675V24.5727H17.2151V10.7348ZM15.5675 10.7348C17.2489 10.7348 18.9028 11.3806 20.1547 12.5946L10.5216 22.5287C11.8952 23.8607 13.714 24.5727 15.5675 24.5727V10.7348ZM20.1547 12.5946C21.4139 13.8156 22.1621 15.5178 22.1621 17.3393H8.32424C8.32424 19.3276 9.14076 21.1898 10.5216 22.5287L20.1547 12.5946ZM22.1621 17.3393V7.58989H8.32424V17.3393H22.1621ZM22.1621 7.58989C22.1621 9.41137 21.4139 11.1136 20.1547 12.3346L10.5216 2.40041C9.14076 3.73938 8.32424 5.60158 8.32424 7.58989H22.1621ZM20.1547 12.3346C18.9028 13.5486 17.2489 14.1943 15.5675 14.1943V0.356472C13.714 0.356472 11.8952 1.06845 10.5216 2.40041L20.1547 12.3346ZM15.5675 14.1943H20.0367V0.356472H15.5675V14.1943ZM20.0352 14.1943C19.0847 14.1941 18.1393 13.988 17.2661 13.5832L23.0869 1.02913C22.1264 0.583795 21.0854 0.356688 20.0381 0.356472L20.0352 14.1943ZM17.2661 13.5832C16.3924 13.1781 15.6047 12.5799 14.9708 11.8182L25.6072 2.96657C24.9126 2.13181 24.048 1.47474 23.0869 1.02913L17.2661 13.5832ZM14.9737 11.8217L17.964 15.4101L28.5946 6.55146L25.6043 2.96305L14.9737 11.8217ZM17.9626 15.4084C16.9884 14.2386 16.4328 12.7474 16.4324 11.1802L30.2702 11.1764C30.2697 9.46547 29.6633 7.83482 28.596 6.55316L17.9626 15.4084ZM16.4324 11.1783V17.3393H30.2702V11.1783H16.4324ZM16.4324 17.3393C16.4324 15.5178 17.1805 13.8156 18.4397 12.5946L28.0729 22.5287C29.4537 21.1898 30.2702 19.3276 30.2702 17.3393H16.4324ZM18.4397 12.5946C19.6917 11.3806 21.3455 10.7348 23.027 10.7348V24.5727C24.8804 24.5727 26.6993 23.8607 28.0729 22.5287L18.4397 12.5946Z"
40
- class="flt-icon__path-fill"
40
+ class="flt-icon__prop-fill"
41
41
  mask="url(#path-5-inside-3_18666_187466)"></path>
42
42
  <mask id="path-7-inside-4_18666_187466" fill="white">
43
43
  <path
@@ -45,10 +45,10 @@
45
45
  </mask>
46
46
  <path
47
47
  d="M21.2434 12.9361H17.0272C16.9412 12.9361 16.8587 12.903 16.7979 12.844C16.7371 12.785 16.7029 12.705 16.7029 12.6216V9.16215C16.7029 9.07874 16.7371 8.99875 16.7979 8.93977C16.8587 8.88079 16.9412 8.84766 17.0272 8.84766H19.1003C19.1487 8.84767 19.1965 8.85818 19.2401 8.87842C19.2838 8.89867 19.3222 8.92813 19.3526 8.96465L21.4957 11.5363C21.5424 11.5923 21.5678 11.6621 21.5677 11.7341V12.6216C21.5677 12.705 21.5336 12.785 21.4728 12.844C21.4119 12.903 21.3294 12.9361 21.2434 12.9361ZM17.3515 12.3071H20.9191V11.8451L18.9456 9.47665H17.3515V12.3071Z"
48
- class="flt-icon__path-fill"></path>
48
+ class="flt-icon__prop-fill"></path>
49
49
  <path
50
50
  d="M19.1003 8.84766L19.1017 1.92874H19.1003V8.84766ZM19.3526 8.96465L14.0344 13.3905L14.0375 13.3942L19.3526 8.96465ZM21.4957 11.5363L26.8125 7.10865L26.8109 7.10677L21.4957 11.5363ZM21.5677 11.7341L14.6488 11.7289V11.7341H21.5677ZM17.3515 12.3071H10.4326V19.226H17.3515V12.3071ZM20.9191 12.3071V19.226H27.838V12.3071H20.9191ZM20.9191 11.8451H27.838V9.34033L26.2346 7.41601L20.9191 11.8451ZM18.9456 9.47665L24.2611 5.04754L22.1865 2.55773H18.9456V9.47665ZM17.3515 9.47665V2.55773H10.4326V9.47665H17.3515ZM21.2434 6.01719H17.0272V19.855H21.2434V6.01719ZM17.0272 6.01719C18.7087 6.01719 20.3625 6.66289 21.6144 7.87689L11.9813 17.8111C13.3549 19.143 15.1737 19.855 17.0272 19.855V6.01719ZM21.6144 7.87689C22.8736 9.09791 23.6218 10.8001 23.6218 12.6216H9.78396C9.78396 14.6099 10.6005 16.4721 11.9813 17.8111L21.6144 7.87689ZM23.6218 12.6216V9.16215H9.78396V12.6216H23.6218ZM23.6218 9.16215C23.6218 10.9836 22.8736 12.6858 21.6144 13.9069L11.9813 3.97267C10.6005 5.31165 9.78396 7.17385 9.78396 9.16215H23.6218ZM21.6144 13.9069C20.3625 15.1209 18.7087 15.7666 17.0272 15.7666V1.92874C15.1737 1.92874 13.3549 2.64071 11.9813 3.97267L21.6144 13.9069ZM17.0272 15.7666H19.1003V1.92874H17.0272V15.7666ZM19.0989 15.7666C18.1483 15.7664 17.2029 15.5603 16.3297 15.1554L22.1505 2.6014C21.19 2.15606 20.149 1.92895 19.1017 1.92874L19.0989 15.7666ZM16.3297 15.1554C15.456 14.7503 14.6683 14.1522 14.0344 13.3905L24.6708 4.53884C23.9762 3.70408 23.1116 3.04701 22.1505 2.6014L16.3297 15.1554ZM14.0375 13.3942L16.1806 15.9658L26.8109 7.10677L24.6678 4.53513L14.0375 13.3942ZM16.179 15.9639C15.2033 14.7923 14.6476 13.2984 14.6488 11.7289L28.4867 11.7393C28.488 10.0258 27.8814 8.39227 26.8125 7.10865L16.179 15.9639ZM14.6488 11.7341V12.6216H28.4867V11.7341H14.6488ZM14.6488 12.6216C14.6488 10.8001 15.397 9.09791 16.6562 7.87689L26.2893 17.8111C27.6701 16.4721 28.4867 14.6099 28.4867 12.6216H14.6488ZM16.6562 7.87689C17.9081 6.6629 19.562 6.01719 21.2434 6.01719V19.855C23.0969 19.855 24.9157 19.143 26.2893 17.8111L16.6562 7.87689ZM17.3515 19.226H20.9191V5.38819H17.3515V19.226ZM27.838 12.3071V11.8451H14.0002V12.3071H27.838ZM26.2346 7.41601L24.2611 5.04754L13.6301 13.9058L15.6036 16.2742L26.2346 7.41601ZM18.9456 2.55773H17.3515V16.3956H18.9456V2.55773ZM10.4326 9.47665V12.3071H24.2704V9.47665H10.4326Z"
51
- class="flt-icon__path-fill"
51
+ class="flt-icon__prop-fill"
52
52
  mask="url(#path-7-inside-4_18666_187466)"></path>
53
53
  <mask id="path-9-inside-5_18666_187466" fill="white">
54
54
  <path
@@ -56,10 +56,10 @@
56
56
  </mask>
57
57
  <path
58
58
  d="M5.52038 20.1706C5.00722 20.1706 4.50558 20.0231 4.0789 19.7466C3.65222 19.4701 3.31966 19.0772 3.12328 18.6175C2.92691 18.1577 2.87552 17.6519 2.97564 17.1638C3.07575 16.6758 3.32286 16.2274 3.68572 15.8756C4.04858 15.5237 4.51089 15.2841 5.0142 15.187C5.5175 15.0899 6.03919 15.1398 6.51329 15.3302C6.98739 15.5206 7.39261 15.8431 7.6777 16.2568C7.9628 16.6706 8.11497 17.157 8.11497 17.6546C8.1142 18.3217 7.84059 18.9612 7.35418 19.4329C6.86777 19.9046 6.20827 20.1699 5.52038 20.1706ZM5.52038 15.7677C5.13551 15.7677 4.75928 15.8783 4.43927 16.0857C4.11926 16.293 3.86984 16.5877 3.72256 16.9325C3.57527 17.2773 3.53674 17.6567 3.61182 18.0228C3.68691 18.3888 3.87224 18.725 4.14439 18.9889C4.41653 19.2528 4.76327 19.4326 5.14074 19.5054C5.51822 19.5782 5.90948 19.5408 6.26506 19.398C6.62063 19.2552 6.92455 19.0133 7.13837 18.703C7.3522 18.3927 7.46632 18.0279 7.46632 17.6546C7.46572 17.1544 7.26051 16.6747 6.89571 16.321C6.5309 15.9672 6.03629 15.7682 5.52038 15.7677Z"
59
- class="flt-icon__path-fill"></path>
59
+ class="flt-icon__prop-fill"></path>
60
60
  <path
61
61
  d="M8.11497 17.6546L15.0339 17.6627V17.6546H8.11497ZM7.46632 17.6546H14.3852L14.3852 17.6463L7.46632 17.6546ZM5.52038 13.2517C6.32911 13.2517 7.13628 13.4833 7.84118 13.94L0.316618 25.5532C1.87487 26.5628 3.68532 27.0895 5.52038 27.0895V13.2517ZM7.84118 13.94C8.54825 14.3981 9.13226 15.0714 9.48603 15.8996L-3.23946 21.3354C-2.49294 23.083 -1.24381 24.5422 0.316618 25.5532L7.84118 13.94ZM9.48603 15.8996C9.84089 16.7303 9.93737 17.6574 9.75343 18.5541L-3.80215 15.7735C-4.18633 17.6463 -3.98708 19.5851 -3.23946 21.3354L9.48603 15.8996ZM9.75343 18.5541C9.56981 19.4493 9.1223 20.2415 8.5023 20.8427L-1.13085 10.9085C-2.47658 12.2134 -3.41831 13.9022 -3.80215 15.7735L9.75343 18.5541ZM8.5023 20.8427C7.88458 21.4417 7.12299 21.8267 6.3246 21.9807L3.7038 8.39332C1.8988 8.74148 0.212582 9.60576 -1.13085 10.9085L8.5023 20.8427ZM6.3246 21.9807C5.52707 22.1345 4.69826 22.0573 3.93447 21.7506L9.0921 8.90982C7.38012 8.22218 5.50792 8.04533 3.7038 8.39332L6.3246 21.9807ZM3.93447 21.7506C3.16904 21.4431 2.48068 20.9087 1.98038 20.1826L13.375 12.331C12.3045 10.7775 10.8057 9.59812 9.0921 8.90982L3.93447 21.7506ZM1.98038 20.1826C1.47819 19.4538 1.19605 18.5737 1.19605 17.6546H15.0339C15.0339 15.7403 14.4474 13.8873 13.375 12.331L1.98038 20.1826ZM1.19606 17.6466C1.19749 16.4116 1.70598 15.2722 2.5376 14.4658L12.1708 24.4C13.9752 22.6502 15.0309 20.2318 15.0339 17.6627L1.19606 17.6466ZM2.5376 14.4658C3.36203 13.6663 4.4358 13.2529 5.51284 13.2517L5.52791 27.0895C7.98074 27.0869 10.3735 26.1428 12.1708 24.4L2.5376 14.4658ZM5.52038 8.84875C3.81362 8.84875 2.12858 9.33854 0.676988 10.2791L8.20155 21.8923C7.38998 22.4181 6.45739 22.6866 5.52038 22.6866V8.84875ZM0.676988 10.2791C-0.776773 11.221 -1.94276 12.5819 -2.64018 14.2146L10.0853 19.6504C9.68244 20.5935 9.01529 21.365 8.20155 21.8923L0.676988 10.2791ZM-2.64018 14.2146C-3.33871 15.8499 -3.52511 17.6623 -3.16597 19.4131L10.3896 16.6325C10.5986 17.6512 10.4893 18.7047 10.0853 19.6504L-2.64018 14.2146ZM-3.16597 19.4131C-2.80715 21.1623 -1.9272 22.7391 -0.672191 23.956L8.96096 14.0218C9.67168 14.711 10.181 15.6153 10.3896 16.6325L-3.16597 19.4131ZM-0.672191 23.956C0.580535 25.1708 2.15117 25.9752 3.83034 26.2991L6.45114 12.7117C7.37536 12.8899 8.25253 13.3349 8.96096 14.0218L-0.672191 23.956ZM3.83034 26.2991C5.50864 26.6228 7.25041 26.4584 8.84387 25.8184L3.68624 12.9776C4.56855 12.6232 5.52779 12.5336 6.45114 12.7117L3.83034 26.2991ZM8.84387 25.8184C10.439 25.1777 11.8365 24.0789 12.8357 22.6288L1.44104 14.7772C2.01262 13.9477 2.80228 13.3327 3.68624 12.9776L8.84387 25.8184ZM12.8357 22.6288C13.8368 21.1759 14.3852 19.4446 14.3852 17.6546H0.547405C0.547405 16.6112 0.867584 15.6094 1.44104 14.7772L12.8357 22.6288ZM14.3852 17.6463C14.3824 15.2441 13.395 12.9857 11.7123 11.3539L2.07913 21.2881C1.12597 20.3638 0.549093 19.0646 0.54741 17.663L14.3852 17.6463ZM11.7123 11.3539C10.0367 9.7291 7.80895 8.85133 5.52819 8.84875L5.51256 22.6866C4.26363 22.6852 3.02509 22.2054 2.07913 21.2881L11.7123 11.3539Z"
62
- class="flt-icon__path-fill"
62
+ class="flt-icon__prop-fill"
63
63
  mask="url(#path-9-inside-5_18666_187466)"></path>
64
64
  <mask id="path-11-inside-6_18666_187466" fill="white">
65
65
  <path
@@ -67,10 +67,10 @@
67
67
  </mask>
68
68
  <path
69
69
  d="M19.4593 20.1706C18.9462 20.1706 18.4445 20.0231 18.0179 19.7466C17.5912 19.4701 17.2586 19.0772 17.0622 18.6175C16.8659 18.1577 16.8145 17.6519 16.9146 17.1638C17.0147 16.6758 17.2618 16.2274 17.6247 15.8756C17.9875 15.5237 18.4499 15.2841 18.9532 15.187C19.4565 15.0899 19.9782 15.1398 20.4523 15.3302C20.9264 15.5206 21.3316 15.8431 21.6167 16.2568C21.9018 16.6706 22.0539 17.157 22.0539 17.6546C22.0532 18.3217 21.7796 18.9612 21.2931 19.4329C20.8067 19.9046 20.1472 20.1699 19.4593 20.1706ZM19.4593 15.7677C19.0745 15.7677 18.6982 15.8783 18.3782 16.0857C18.0582 16.293 17.8088 16.5877 17.6615 16.9325C17.5142 17.2773 17.4757 17.6567 17.5508 18.0228C17.6259 18.3888 17.8112 18.725 18.0834 18.9889C18.3555 19.2528 18.7022 19.4326 19.0797 19.5054C19.4572 19.5782 19.8485 19.5408 20.204 19.398C20.5596 19.2552 20.8635 19.0133 21.0773 18.703C21.2912 18.3927 21.4053 18.0279 21.4053 17.6546C21.4048 17.1543 21.1996 16.6747 20.8348 16.3209C20.4699 15.9671 19.9753 15.7682 19.4593 15.7677Z"
70
- class="flt-icon__path-fill"></path>
70
+ class="flt-icon__prop-fill"></path>
71
71
  <path
72
72
  d="M22.0539 17.6546L28.9729 17.6627V17.6546H22.0539ZM21.4053 17.6546H28.3242L28.3242 17.6475L21.4053 17.6546ZM19.4593 13.2517C20.2681 13.2517 21.0752 13.4833 21.7801 13.94L14.2556 25.5532C15.8138 26.5628 17.6243 27.0895 19.4593 27.0895V13.2517ZM21.7801 13.94C22.4872 14.3981 23.0712 15.0714 23.425 15.8996L10.6995 21.3354C11.446 23.083 12.6952 24.5422 14.2556 25.5532L21.7801 13.94ZM23.425 15.8996C23.7799 16.7303 23.8763 17.6574 23.6924 18.5541L10.1368 15.7735C9.75264 17.6463 9.95189 19.5851 10.6995 21.3354L23.425 15.8996ZM23.6924 18.5541C23.5088 19.4493 23.0613 20.2415 22.4413 20.8427L12.8081 10.9085C11.4624 12.2134 10.5207 13.9022 10.1368 15.7735L23.6924 18.5541ZM22.4413 20.8427C21.8235 21.4417 21.062 21.8267 20.2636 21.9807L17.6428 8.39332C15.8378 8.74148 14.1515 9.60576 12.8081 10.9085L22.4413 20.8427ZM20.2636 21.9807C19.466 22.1345 18.6372 22.0573 17.8734 21.7506L23.0311 8.90982C21.3191 8.22218 19.4469 8.04533 17.6428 8.39332L20.2636 21.9807ZM17.8734 21.7506C17.108 21.4431 16.4197 20.9087 15.9193 20.1826L27.314 12.331C26.2435 10.7775 24.7447 9.59812 23.0311 8.90982L17.8734 21.7506ZM15.9193 20.1826C15.4172 19.4538 15.135 18.5737 15.135 17.6546H28.9729C28.9729 15.7403 28.3864 13.8873 27.314 12.331L15.9193 20.1826ZM15.135 17.6466C15.1365 16.4116 15.645 15.2722 16.4766 14.4658L26.1097 24.4C27.9142 22.6502 28.9699 20.2318 28.9729 17.6627L15.135 17.6466ZM16.4766 14.4658C17.301 13.6663 18.3748 13.2529 19.4518 13.2517L19.4669 27.0895C21.9197 27.0869 24.3125 26.1428 26.1097 24.4L16.4766 14.4658ZM19.4593 8.84875C17.7526 8.84875 16.0675 9.33854 14.616 10.2791L22.1405 21.8923C21.3289 22.4181 20.3964 22.6866 19.4593 22.6866V8.84875ZM14.616 10.2791C13.1622 11.221 11.9962 12.5819 11.2988 14.2146L24.0243 19.6504C23.6214 20.5935 22.9542 21.365 22.1405 21.8923L14.616 10.2791ZM11.2988 14.2146C10.6003 15.8499 10.4139 17.6623 10.773 19.4131L24.3286 16.6325C24.5376 17.6512 24.4282 18.7047 24.0243 19.6504L11.2988 14.2146ZM10.773 19.4131C11.1318 21.1623 12.0118 22.7391 13.2668 23.956L22.8999 14.0218C23.6106 14.711 24.1199 15.6153 24.3286 16.6325L10.773 19.4131ZM13.2668 23.956C14.5195 25.1708 16.0901 25.9752 17.7693 26.2991L20.3901 12.7117C21.3143 12.8899 22.1915 13.3349 22.8999 14.0218L13.2668 23.956ZM17.7693 26.2991C19.4476 26.6228 21.1894 26.4584 22.7828 25.8184L17.6252 12.9776C18.5075 12.6232 19.4668 12.5336 20.3901 12.7117L17.7693 26.2991ZM22.7828 25.8184C24.378 25.1777 25.7754 24.0789 26.7747 22.6288L15.38 14.7772C15.9516 13.9477 16.7412 13.3327 17.6252 12.9776L22.7828 25.8184ZM26.7747 22.6288C27.7758 21.1759 28.3242 19.4446 28.3242 17.6546H14.4864C14.4864 16.6111 14.8066 15.6094 15.38 14.7772L26.7747 22.6288ZM28.3242 17.6475C28.3217 15.2448 27.3344 12.9859 25.6513 11.3538L16.0182 21.288C15.0648 20.3635 14.4878 19.0639 14.4864 17.6618L28.3242 17.6475ZM25.6513 11.3538C23.9755 9.72872 21.7472 8.85096 19.466 8.84875L19.4526 22.6866C18.2034 22.6854 16.9644 22.2055 16.0182 21.288L25.6513 11.3538Z"
73
- class="flt-icon__path-fill"
73
+ class="flt-icon__prop-fill"
74
74
  mask="url(#path-11-inside-6_18666_187466)"></path>
75
75
  </svg>
76
76
  </template>
@@ -9,42 +9,42 @@
9
9
  <g clip-path="url(#clip0_18679_187679)">
10
10
  <path
11
11
  d="M12.3272 16.5H4.08924C3.21396 16.5 2.54462 15.85 2.54462 15V12.4C2.54462 11.8 2.75057 11.25 3.0595 10.75L3.57437 10L1.51487 9.5C1.20595 9.5 1 9.3 1 9V8C1 7.7 1.20595 7.5 1.51487 7.5H4.08924L5.11899 9L6.66362 9.5H12.3272"
12
- class="flt-icon__path"
12
+ class="flt-icon__prop-stroke"
13
13
  stroke-miterlimit="10"
14
14
  stroke-linejoin="round"></path>
15
15
  <path
16
16
  d="M4.08936 11.5L4.34679 11.75C4.81018 12.2 5.47952 12.5 6.14885 12.5H7.69347"
17
- class="flt-icon__path"
17
+ class="flt-icon__prop-stroke"
18
18
  stroke-miterlimit="10"
19
19
  stroke-linejoin="round"></path>
20
20
  <path
21
21
  d="M3.05957 16V18C3.05957 18.3 3.26552 18.5 3.57444 18.5H7.17856C7.48749 18.5 7.69344 18.3 7.69344 18V16.5"
22
- class="flt-icon__path"
22
+ class="flt-icon__prop-stroke"
23
23
  stroke-miterlimit="10"
24
24
  stroke-linejoin="round"></path>
25
25
  <path
26
26
  d="M12.3271 16.5H20.5651C21.4404 16.5 22.1098 15.85 22.1098 15V12.4C22.1098 11.8 21.9038 11.25 21.5949 10.75L21.08 10L23.1395 9.5C23.4484 9.5 23.6544 9.3 23.6544 9V8C23.6544 7.7 23.4484 7.5 23.1395 7.5H20.5651L19.5354 9L17.9908 9.5H12.3271"
27
- class="flt-icon__path"
27
+ class="flt-icon__prop-stroke"
28
28
  stroke-miterlimit="10"
29
29
  stroke-linejoin="round"></path>
30
30
  <path
31
31
  d="M20.0502 8.5C20.0502 8.5 18.763 5.75 18.5056 5.5C18.2482 5.25 17.8363 5 17.4759 5C16.6521 5 8.25961 5 7.17837 5C6.81796 5 6.40606 5.25 6.14863 5.5C5.89119 5.75 4.604 8.5 4.604 8.5"
32
- class="flt-icon__path"
32
+ class="flt-icon__prop-stroke"
33
33
  stroke-miterlimit="10"
34
34
  stroke-linejoin="round"></path>
35
35
  <path
36
36
  d="M20.5651 11.5L20.3076 11.75C19.8442 12.2 19.1749 12.5 18.5056 12.5H16.9609"
37
- class="flt-icon__path"
37
+ class="flt-icon__prop-stroke"
38
38
  stroke-miterlimit="10"
39
39
  stroke-linejoin="round"></path>
40
40
  <path
41
41
  d="M21.5948 16V18C21.5948 18.3 21.3889 18.5 21.0799 18.5H17.4758C17.1669 18.5 16.9609 18.3 16.9609 18V16.5"
42
- class="flt-icon__path"
42
+ class="flt-icon__prop-stroke"
43
43
  stroke-miterlimit="10"
44
44
  stroke-linejoin="round"></path>
45
45
  <path
46
46
  d="M7.69336 14.5H16.9611"
47
- class="flt-icon__path"
47
+ class="flt-icon__prop-stroke"
48
48
  stroke-miterlimit="10"
49
49
  stroke-linejoin="round"></path>
50
50
  </g>
@@ -7,6 +7,6 @@
7
7
  fill="none"
8
8
  xmlns="http://www.w3.org/2000/svg"
9
9
  >
10
- <path class="flt-icon__path" d="M17.4107 11.7305L16.4652 10.785C16.3226 10.6425 16.2041 10.4779 16.1139 10.2977L15.2139 8.49758C15.1087 8.28714 14.8282 8.24163 14.6618 8.40799C14.4848 8.58503 14.2257 8.65217 13.985 8.58339L12.9242 8.28032C12.5214 8.16522 12.1033 8.40669 12.0017 8.81315C11.9257 9.117 12.049 9.43579 12.3095 9.60952L12.7985 9.93549C13.2907 10.2637 13.3597 10.9601 12.9414 11.3784L12.7746 11.5452C12.5988 11.7211 12.5 11.9595 12.5 12.2081V12.5505C12.5 12.8903 12.4076 13.2238 12.2328 13.5152L11.1373 15.341C10.8195 15.8707 10.247 16.1948 9.6293 16.1948C9.14368 16.1948 8.75 15.8011 8.75 15.3155V14.3393C8.75 13.5726 8.28322 12.8831 7.57136 12.5984L7.02624 12.3803C6.20812 12.0531 5.72825 11.2003 5.87311 10.3312L5.87897 10.296C5.91765 10.064 5.99964 9.84127 6.12066 9.63955L6.19517 9.51537C6.60286 8.83589 7.39368 8.48606 8.17069 8.64146L9.15223 8.83777C9.63113 8.93355 10.1033 8.64562 10.2375 8.17603L10.4113 7.56794C10.5352 7.13416 10.3326 6.67362 9.92909 6.47187L9.375 6.19482L9.29917 6.27065C8.94754 6.62228 8.47063 6.81982 7.97335 6.81982H7.82258C7.61603 6.81982 7.41746 6.90236 7.27141 7.04841C7.03519 7.28464 6.67345 7.34405 6.37465 7.19465C5.97027 6.99246 5.82361 6.48881 6.05622 6.10113L7.2328 4.14016C7.3502 3.9445 7.43041 3.72988 7.47044 3.50711M17.4107 11.7305C17.4695 11.3523 17.5 10.9646 17.5 10.5698C17.5 6.42769 14.1421 3.06982 10 3.06982C9.11236 3.06982 8.26073 3.22403 7.47044 3.50711M17.4107 11.7305C16.8528 15.3215 13.7474 18.0698 10 18.0698C5.85786 18.0698 2.5 14.712 2.5 10.5698C2.5 7.31533 4.57291 4.545 7.47044 3.50711" stroke="#2E3036" stroke-linecap="round" stroke-linejoin="round"></path>
10
+ <path class="flt-icon__prop-stroke" d="M17.4107 11.7305L16.4652 10.785C16.3226 10.6425 16.2041 10.4779 16.1139 10.2977L15.2139 8.49758C15.1087 8.28714 14.8282 8.24163 14.6618 8.40799C14.4848 8.58503 14.2257 8.65217 13.985 8.58339L12.9242 8.28032C12.5214 8.16522 12.1033 8.40669 12.0017 8.81315C11.9257 9.117 12.049 9.43579 12.3095 9.60952L12.7985 9.93549C13.2907 10.2637 13.3597 10.9601 12.9414 11.3784L12.7746 11.5452C12.5988 11.7211 12.5 11.9595 12.5 12.2081V12.5505C12.5 12.8903 12.4076 13.2238 12.2328 13.5152L11.1373 15.341C10.8195 15.8707 10.247 16.1948 9.6293 16.1948C9.14368 16.1948 8.75 15.8011 8.75 15.3155V14.3393C8.75 13.5726 8.28322 12.8831 7.57136 12.5984L7.02624 12.3803C6.20812 12.0531 5.72825 11.2003 5.87311 10.3312L5.87897 10.296C5.91765 10.064 5.99964 9.84127 6.12066 9.63955L6.19517 9.51537C6.60286 8.83589 7.39368 8.48606 8.17069 8.64146L9.15223 8.83777C9.63113 8.93355 10.1033 8.64562 10.2375 8.17603L10.4113 7.56794C10.5352 7.13416 10.3326 6.67362 9.92909 6.47187L9.375 6.19482L9.29917 6.27065C8.94754 6.62228 8.47063 6.81982 7.97335 6.81982H7.82258C7.61603 6.81982 7.41746 6.90236 7.27141 7.04841C7.03519 7.28464 6.67345 7.34405 6.37465 7.19465C5.97027 6.99246 5.82361 6.48881 6.05622 6.10113L7.2328 4.14016C7.3502 3.9445 7.43041 3.72988 7.47044 3.50711M17.4107 11.7305C17.4695 11.3523 17.5 10.9646 17.5 10.5698C17.5 6.42769 14.1421 3.06982 10 3.06982C9.11236 3.06982 8.26073 3.22403 7.47044 3.50711M17.4107 11.7305C16.8528 15.3215 13.7474 18.0698 10 18.0698C5.85786 18.0698 2.5 14.712 2.5 10.5698C2.5 7.31533 4.57291 4.545 7.47044 3.50711" stroke-linecap="round" stroke-linejoin="round"></path>
11
11
  </svg>
12
12
  </template>
@@ -6,13 +6,16 @@
6
6
  key={option.key}
7
7
  class="flt-radio-group-chips__item"
8
8
  size={size}
9
+ icon-left={option.iconLeft}
10
+ icon-right={option.iconRight}
9
11
  type={option.type}
10
12
  disabled={disabled}
11
13
  data-value={option.value}
12
14
  onclick={handleChange}
13
- >{option.label}</flt-button
14
15
  >
15
- </template>
16
+ {option.label}
17
+ </flt-button
18
+ ></template>
16
19
  </div>
17
20
  <div class={computedErrorMessage}>{errorMessage}</div>
18
21
  </template>
@@ -22,6 +22,8 @@ export default class SelectElement extends UserDataValidator {
22
22
  return {
23
23
  label: item.label,
24
24
  icon: item.icon,
25
+ iconLeft: item.iconLeft,
26
+ iconRight: item.iconRight,
25
27
  element: item.element,
26
28
  key: `${this.name}_${item.value}`,
27
29
  disabled: this.disabled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetcor-lwc",
3
- "version": "3.9.4",
3
+ "version": "3.9.6",
4
4
  "description": "LWC framework by Fleetcor",
5
5
  "repository": {
6
6
  "type": "git",