@hellobetterdigitalnz/betterui 0.0.3-316 → 0.0.3-317

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 (107) hide show
  1. package/dist/Components/Icons/Arrows/ArrowRight/ArrowRight.d.ts +4 -0
  2. package/dist/Components/Icons/Brands/AmazonLogo/AmazonLogo.d.ts +4 -0
  3. package/dist/Components/Icons/Brands/AndroidLogo/AndroidLogo.d.ts +4 -0
  4. package/dist/Components/Icons/Brands/AngularLogo/AngularLogo.d.ts +4 -0
  5. package/dist/Components/Icons/Brands/AppStoreLogo/AppStoreLogo.d.ts +4 -0
  6. package/dist/Components/Icons/Brands/AppleLogo/AppleLogo.d.ts +4 -0
  7. package/dist/Components/Icons/Brands/ApplePodcastsLogo/ApplePodcastsLogo.d.ts +4 -0
  8. package/dist/Components/Icons/Commerce/CurrencyDollar/CurrencyDollar.d.ts +4 -0
  9. package/dist/Components/Icons/Design/AlignBottom/AlignBottom.d.ts +4 -0
  10. package/dist/Components/Icons/Design/AlignBottomSimple/AlignBottomSimple.d.ts +4 -0
  11. package/dist/Components/Icons/Design/AlignCenterHorizontal/AlignCenterHorizontal.d.ts +4 -0
  12. package/dist/Components/Icons/Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.d.ts +4 -0
  13. package/dist/Components/Icons/Design/AlignCenterVertical/AlignCenterVertical.d.ts +4 -0
  14. package/dist/Components/Icons/Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.d.ts +4 -0
  15. package/dist/Components/Icons/Design/AlignLeft/AlignLeft.d.ts +4 -0
  16. package/dist/Components/Icons/Design/AlignLeftSimple/AlignLeftSimple.d.ts +4 -0
  17. package/dist/Components/Icons/Design/AlignRight/AlignRight.d.ts +4 -0
  18. package/dist/Components/Icons/Design/AlignRightSimple/AlignRightSimple.d.ts +4 -0
  19. package/dist/Components/Icons/Development/WebhooksLogo/WebhooksLogo.d.ts +4 -0
  20. package/dist/Components/Icons/Games/Alien/Alien.d.ts +4 -0
  21. package/dist/Components/Icons/Games/Baseball/Baseball.d.ts +4 -0
  22. package/dist/Components/Icons/Games/Basketball/Basketball.d.ts +4 -0
  23. package/dist/Components/Icons/Games/CastleTurret/CastleTurret.d.ts +4 -0
  24. package/dist/Components/Icons/Games/Club/Club.d.ts +4 -0
  25. package/dist/Components/Icons/Games/Confetti/Confetti.d.ts +4 -0
  26. package/dist/Components/Icons/Games/Crown/Crown.d.ts +4 -0
  27. package/dist/Components/Icons/Games/CrownSimple/CrownSimple.d.ts +4 -0
  28. package/dist/Components/Icons/Games/CubeFocus/CubeFocus.d.ts +4 -0
  29. package/dist/Components/Icons/Games/Diamond/Diamond.d.ts +4 -0
  30. package/dist/Components/Icons/Games/DiceFive/DiceFive.d.ts +4 -0
  31. package/dist/Components/Icons/Games/DiceFour/DiceFour.d.ts +4 -0
  32. package/dist/Components/Icons/Media/CassetteTape/CassetteTape.d.ts +4 -0
  33. package/dist/Components/Icons/Media/ClosedCaptioning/ClosedCaptioning.d.ts +4 -0
  34. package/dist/Components/Icons/Media/Images/Images.d.ts +4 -0
  35. package/dist/Components/Icons/SecurityAndWarnings/SealCheck/SealCheck.d.ts +4 -0
  36. package/dist/Components/Icons/SystemAndDevice/CloudArrowUp/CloudArrowUp.d.ts +4 -0
  37. package/dist/Components/Icons/SystemAndDevice/DesktopTower/DesktopTower.d.ts +4 -0
  38. package/dist/Components/Icons/Time/Alarm/Alarm.d.ts +4 -0
  39. package/dist/Components/Icons/Time/CalendarBlank/CalendarBlank.d.ts +4 -0
  40. package/dist/Components/Icons/Time/CalendarPlus/CalendarPlus.d.ts +4 -0
  41. package/dist/Components/Icons/Time/CalendarX/CalendarX.d.ts +4 -0
  42. package/dist/Components/Icons/Time/ClockAfternoon/ClockAfternoon.d.ts +4 -0
  43. package/dist/Components/Icons/Time/ClockClockwise/ClockClockwise.d.ts +4 -0
  44. package/dist/Components/Icons/Time/ClockCountdown/ClockCountdown.d.ts +4 -0
  45. package/dist/Components/Icons/Time/Hourglass/Hourglass.d.ts +4 -0
  46. package/dist/Components/Icons/Time/HourglassHigh/HourglassHigh.d.ts +4 -0
  47. package/dist/Components/Icons/Time/HourglassLow/HourglassLow.d.ts +4 -0
  48. package/dist/Components/Icons/Time/HourglassMedium/HourglassMedium.d.ts +4 -0
  49. package/dist/Components/Icons/Time/HourglassSimple/HourglassSimple.d.ts +4 -0
  50. package/dist/Components/Icons/index.d.ts +48 -0
  51. package/dist/index.cjs.js +15 -15
  52. package/dist/index.cjs.js.map +1 -1
  53. package/dist/index.es.js +3273 -3081
  54. package/dist/index.es.js.map +1 -1
  55. package/package.json +1 -1
  56. package/src/Components/Icons/Arrows/ArrowRight/ArrowRight.tsx +37 -0
  57. package/src/Components/Icons/Brands/AmazonLogo/AmazonLogo.tsx +48 -0
  58. package/src/Components/Icons/Brands/AndroidLogo/AndroidLogo.tsx +48 -0
  59. package/src/Components/Icons/Brands/AngularLogo/AngularLogo.tsx +48 -0
  60. package/src/Components/Icons/Brands/AppStoreLogo/AppStoreLogo.tsx +48 -0
  61. package/src/Components/Icons/Brands/AppleLogo/AppleLogo.tsx +48 -0
  62. package/src/Components/Icons/Brands/ApplePodcastsLogo/ApplePodcastsLogo.tsx +48 -0
  63. package/src/Components/Icons/Commerce/CurrencyDollar/CurrencyDollar.tsx +48 -0
  64. package/src/Components/Icons/Design/AlignBottom/AlignBottom.tsx +48 -0
  65. package/src/Components/Icons/Design/AlignBottomSimple/AlignBottomSimple.tsx +48 -0
  66. package/src/Components/Icons/Design/AlignCenterHorizontal/AlignCenterHorizontal.tsx +48 -0
  67. package/src/Components/Icons/Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.tsx +48 -0
  68. package/src/Components/Icons/Design/AlignCenterVertical/AlignCenterVertical.tsx +48 -0
  69. package/src/Components/Icons/Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.tsx +48 -0
  70. package/src/Components/Icons/Design/AlignLeft/AlignLeft.tsx +48 -0
  71. package/src/Components/Icons/Design/AlignLeftSimple/AlignLeftSimple.tsx +48 -0
  72. package/src/Components/Icons/Design/AlignRight/AlignRight.tsx +48 -0
  73. package/src/Components/Icons/Design/AlignRightSimple/AlignRightSimple.tsx +48 -0
  74. package/src/Components/Icons/Development/WebhooksLogo/WebhooksLogo.tsx +48 -0
  75. package/src/Components/Icons/Games/Alien/Alien.tsx +47 -0
  76. package/src/Components/Icons/Games/Baseball/Baseball.tsx +47 -0
  77. package/src/Components/Icons/Games/Basketball/Basketball.tsx +47 -0
  78. package/src/Components/Icons/Games/CastleTurret/CastleTurret.tsx +47 -0
  79. package/src/Components/Icons/Games/Club/Club.tsx +47 -0
  80. package/src/Components/Icons/Games/Confetti/Confetti.tsx +47 -0
  81. package/src/Components/Icons/Games/Crown/Crown.tsx +47 -0
  82. package/src/Components/Icons/Games/CrownSimple/CrownSimple.tsx +47 -0
  83. package/src/Components/Icons/Games/CubeFocus/CubeFocus.tsx +47 -0
  84. package/src/Components/Icons/Games/Diamond/Diamond.tsx +47 -0
  85. package/src/Components/Icons/Games/DiceFive/DiceFive.tsx +47 -0
  86. package/src/Components/Icons/Games/DiceFour/DiceFour.tsx +47 -0
  87. package/src/Components/Icons/Media/CassetteTape/CassetteTape.tsx +47 -0
  88. package/src/Components/Icons/Media/ClosedCaptioning/ClosedCaptioning.tsx +47 -0
  89. package/src/Components/Icons/Media/Images/Images.tsx +48 -0
  90. package/src/Components/Icons/SecurityAndWarnings/SealCheck/SealCheck.tsx +48 -0
  91. package/src/Components/Icons/SystemAndDevice/CloudArrowUp/CloudArrowUp.tsx +48 -0
  92. package/src/Components/Icons/SystemAndDevice/DesktopTower/DesktopTower.tsx +48 -0
  93. package/src/Components/Icons/Time/Alarm/Alarm.tsx +47 -0
  94. package/src/Components/Icons/Time/CalendarBlank/CalendarBlank.tsx +47 -0
  95. package/src/Components/Icons/Time/CalendarPlus/CalendarPlus.tsx +47 -0
  96. package/src/Components/Icons/Time/CalendarX/CalendarX.tsx +47 -0
  97. package/src/Components/Icons/Time/ClockAfternoon/ClockAfternoon.tsx +47 -0
  98. package/src/Components/Icons/Time/ClockAfternoon/ClockAfternoon.tsx~ +47 -0
  99. package/src/Components/Icons/Time/ClockClockwise/ClockClockwise.tsx +47 -0
  100. package/src/Components/Icons/Time/ClockCountdown/ClockCountdown.tsx +47 -0
  101. package/src/Components/Icons/Time/Hourglass/Hourglass.tsx +47 -0
  102. package/src/Components/Icons/Time/HourglassHigh/HourglassHigh.tsx +47 -0
  103. package/src/Components/Icons/Time/HourglassLow/HourglassLow.tsx +47 -0
  104. package/src/Components/Icons/Time/HourglassLow/HourglassLow.tsx~ +47 -0
  105. package/src/Components/Icons/Time/HourglassMedium/HourglassMedium.tsx +47 -0
  106. package/src/Components/Icons/Time/HourglassSimple/HourglassSimple.tsx +47 -0
  107. package/src/Components/Icons/index.ts +55 -0
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const CurrencyDollar = ({type = "light"}: IconProps) => {
5
+ if (type === "thin") {
6
+ return (
7
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
8
+ <path d="M19 15.5H16.5V6.5H18C19.1935 6.5 20.3381 6.97411 21.182 7.81802C22.0259 8.66193 22.5 9.80653 22.5 11C22.5 11.1326 22.5527 11.2598 22.6464 11.3536C22.7402 11.4473 22.8674 11.5 23 11.5C23.1326 11.5 23.2598 11.4473 23.3536 11.3536C23.4473 11.2598 23.5 11.1326 23.5 11C23.4983 9.54182 22.9184 8.14383 21.8873 7.11274C20.8562 6.08165 19.4582 5.50165 18 5.5H16.5V3C16.5 2.86739 16.4473 2.74021 16.3536 2.64645C16.2598 2.55268 16.1326 2.5 16 2.5C15.8674 2.5 15.7402 2.55268 15.6464 2.64645C15.5527 2.74021 15.5 2.86739 15.5 3V5.5H14C12.5413 5.5 11.1424 6.07946 10.1109 7.11091C9.07946 8.14236 8.5 9.54131 8.5 11C8.5 12.4587 9.07946 13.8576 10.1109 14.8891C11.1424 15.9205 12.5413 16.5 14 16.5H15.5V25.5H13C11.8065 25.5 10.6619 25.0259 9.81802 24.182C8.97411 23.3381 8.5 22.1935 8.5 21C8.5 20.8674 8.44732 20.7402 8.35355 20.6464C8.25979 20.5527 8.13261 20.5 8 20.5C7.86739 20.5 7.74021 20.5527 7.64645 20.6464C7.55268 20.7402 7.5 20.8674 7.5 21C7.50165 22.4582 8.08165 23.8562 9.11274 24.8873C10.1438 25.9184 11.5418 26.4983 13 26.5H15.5V29C15.5 29.1326 15.5527 29.2598 15.6464 29.3536C15.7402 29.4473 15.8674 29.5 16 29.5C16.1326 29.5 16.2598 29.4473 16.3536 29.3536C16.4473 29.2598 16.5 29.1326 16.5 29V26.5H19C20.4587 26.5 21.8576 25.9205 22.8891 24.8891C23.9205 23.8576 24.5 22.4587 24.5 21C24.5 19.5413 23.9205 18.1424 22.8891 17.1109C21.8576 16.0795 20.4587 15.5 19 15.5ZM14 15.5C12.8065 15.5 11.6619 15.0259 10.818 14.182C9.97411 13.3381 9.5 12.1935 9.5 11C9.5 9.80653 9.97411 8.66193 10.818 7.81802C11.6619 6.97411 12.8065 6.5 14 6.5H15.5V15.5H14ZM19 25.5H16.5V16.5H19C20.1935 16.5 21.3381 16.9741 22.182 17.818C23.0259 18.6619 23.5 19.8065 23.5 21C23.5 22.1935 23.0259 23.3381 22.182 24.182C21.3381 25.0259 20.1935 25.5 19 25.5Z" fill="currentColor"/>
9
+ </svg>
10
+ );
11
+ }
12
+ if (type === "regular") {
13
+ return (
14
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
15
+ <path d="M19 15H17V7H18C19.0609 7 20.0783 7.42143 20.8284 8.17157C21.5786 8.92172 22 9.93913 22 11C22 11.2652 22.1054 11.5196 22.2929 11.7071C22.4804 11.8946 22.7348 12 23 12C23.2652 12 23.5196 11.8946 23.7071 11.7071C23.8946 11.5196 24 11.2652 24 11C23.9983 9.40921 23.3657 7.88405 22.2408 6.75919C21.116 5.63433 19.5908 5.00165 18 5H17V3C17 2.73478 16.8946 2.48043 16.7071 2.29289C16.5196 2.10536 16.2652 2 16 2C15.7348 2 15.4804 2.10536 15.2929 2.29289C15.1054 2.48043 15 2.73478 15 3V5H14C12.4087 5 10.8826 5.63214 9.75736 6.75736C8.63214 7.88258 8 9.4087 8 11C8 12.5913 8.63214 14.1174 9.75736 15.2426C10.8826 16.3679 12.4087 17 14 17H15V25H13C11.9391 25 10.9217 24.5786 10.1716 23.8284C9.42143 23.0783 9 22.0609 9 21C9 20.7348 8.89464 20.4804 8.70711 20.2929C8.51957 20.1054 8.26522 20 8 20C7.73478 20 7.48043 20.1054 7.29289 20.2929C7.10536 20.4804 7 20.7348 7 21C7.00165 22.5908 7.63433 24.116 8.75919 25.2408C9.88405 26.3657 11.4092 26.9983 13 27H15V29C15 29.2652 15.1054 29.5196 15.2929 29.7071C15.4804 29.8946 15.7348 30 16 30C16.2652 30 16.5196 29.8946 16.7071 29.7071C16.8946 29.5196 17 29.2652 17 29V27H19C20.5913 27 22.1174 26.3679 23.2426 25.2426C24.3679 24.1174 25 22.5913 25 21C25 19.4087 24.3679 17.8826 23.2426 16.7574C22.1174 15.6321 20.5913 15 19 15ZM14 15C12.9391 15 11.9217 14.5786 11.1716 13.8284C10.4214 13.0783 10 12.0609 10 11C10 9.93913 10.4214 8.92172 11.1716 8.17157C11.9217 7.42143 12.9391 7 14 7H15V15H14ZM19 25H17V17H19C20.0609 17 21.0783 17.4214 21.8284 18.1716C22.5786 18.9217 23 19.9391 23 21C23 22.0609 22.5786 23.0783 21.8284 23.8284C21.0783 24.5786 20.0609 25 19 25Z" fill="currentColor"/>
16
+ </svg>
17
+ );
18
+ }
19
+ if (type === "bold") {
20
+ return (
21
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path d="M19 14.5H17.5V7.5H18C18.9283 7.5 19.8185 7.86875 20.4749 8.52513C21.1313 9.1815 21.5 10.0717 21.5 11C21.5 11.3978 21.658 11.7794 21.9393 12.0607C22.2206 12.342 22.6022 12.5 23 12.5C23.3978 12.5 23.7794 12.342 24.0607 12.0607C24.342 11.7794 24.5 11.3978 24.5 11C24.498 9.2767 23.8126 7.62455 22.594 6.406C21.3754 5.18744 19.7233 4.50199 18 4.5H17.5V3C17.5 2.60218 17.342 2.22064 17.0607 1.93934C16.7794 1.65804 16.3978 1.5 16 1.5C15.6022 1.5 15.2206 1.65804 14.9393 1.93934C14.658 2.22064 14.5 2.60218 14.5 3V4.5H14C12.2761 4.5 10.6228 5.18482 9.40381 6.40381C8.18482 7.62279 7.5 9.27609 7.5 11C7.5 12.7239 8.18482 14.3772 9.40381 15.5962C10.6228 16.8152 12.2761 17.5 14 17.5H14.5V24.5H13C12.0717 24.5 11.1815 24.1313 10.5251 23.4749C9.86875 22.8185 9.5 21.9283 9.5 21C9.5 20.6022 9.34196 20.2206 9.06066 19.9393C8.77936 19.658 8.39782 19.5 8 19.5C7.60218 19.5 7.22064 19.658 6.93934 19.9393C6.65804 20.2206 6.5 20.6022 6.5 21C6.50198 22.7233 7.18744 24.3754 8.406 25.594C9.62455 26.8126 11.2767 27.498 13 27.5H14.5V29C14.5 29.3978 14.658 29.7794 14.9393 30.0607C15.2206 30.342 15.6022 30.5 16 30.5C16.3978 30.5 16.7794 30.342 17.0607 30.0607C17.342 29.7794 17.5 29.3978 17.5 29V27.5H19C20.7239 27.5 22.3772 26.8152 23.5962 25.5962C24.8152 24.3772 25.5 22.7239 25.5 21C25.5 19.2761 24.8152 17.6228 23.5962 16.4038C22.3772 15.1848 20.7239 14.5 19 14.5ZM14 14.5C13.0717 14.5 12.1815 14.1313 11.5251 13.4749C10.8687 12.8185 10.5 11.9283 10.5 11C10.5 10.0717 10.8687 9.1815 11.5251 8.52513C12.1815 7.86875 13.0717 7.5 14 7.5H14.5V14.5H14ZM19 24.5H17.5V17.5H19C19.9283 17.5 20.8185 17.8687 21.4749 18.5251C22.1313 19.1815 22.5 20.0717 22.5 21C22.5 21.9283 22.1313 22.8185 21.4749 23.4749C20.8185 24.1313 19.9283 24.5 19 24.5Z" fill="currentColor"/>
23
+ </svg>
24
+ );
25
+ }
26
+ if (type === "fill") {
27
+ return (
28
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
29
+ <path d="M14.5 10H15V15H14.5C13.837 15 13.2011 14.7366 12.7322 14.2678C12.2634 13.7989 12 13.163 12 12.5C12 11.837 12.2634 11.2011 12.7322 10.7322C13.2011 10.2634 13.837 10 14.5 10ZM18.5 17H17V22H18.5C19.163 22 19.7989 21.7366 20.2678 21.2678C20.7366 20.7989 21 20.163 21 19.5C21 18.837 20.7366 18.2011 20.2678 17.7322C19.7989 17.2634 19.163 17 18.5 17ZM29 16C29 18.5712 28.2376 21.0846 26.8091 23.2224C25.3807 25.3603 23.3503 27.0265 20.9749 28.0104C18.5995 28.9944 15.9856 29.2518 13.4638 28.7502C10.9421 28.2486 8.6257 27.0105 6.80762 25.1924C4.98953 23.3743 3.75141 21.0579 3.2498 18.5362C2.74819 16.0144 3.00563 13.4006 3.98957 11.0251C4.97351 8.64968 6.63975 6.61935 8.77759 5.1909C10.9154 3.76244 13.4288 3 16 3C19.4467 3.00364 22.7512 4.37445 25.1884 6.81163C27.6256 9.24882 28.9964 12.5533 29 16ZM23 19.5C23 18.3065 22.5259 17.1619 21.682 16.318C20.8381 15.4741 19.6935 15 18.5 15H17V10H17.5C18.163 10 18.7989 10.2634 19.2678 10.7322C19.7366 11.2011 20 11.837 20 12.5C20 12.7652 20.1054 13.0196 20.2929 13.2071C20.4804 13.3946 20.7348 13.5 21 13.5C21.2652 13.5 21.5196 13.3946 21.7071 13.2071C21.8946 13.0196 22 12.7652 22 12.5C22 11.3065 21.5259 10.1619 20.682 9.31802C19.8381 8.47411 18.6935 8 17.5 8H17V7C17 6.73478 16.8946 6.48043 16.7071 6.29289C16.5196 6.10536 16.2652 6 16 6C15.7348 6 15.4804 6.10536 15.2929 6.29289C15.1054 6.48043 15 6.73478 15 7V8H14.5C13.3065 8 12.1619 8.47411 11.318 9.31802C10.4741 10.1619 10 11.3065 10 12.5C10 13.6935 10.4741 14.8381 11.318 15.682C12.1619 16.5259 13.3065 17 14.5 17H15V22H14C13.337 22 12.7011 21.7366 12.2322 21.2678C11.7634 20.7989 11.5 20.163 11.5 19.5C11.5 19.2348 11.3946 18.9804 11.2071 18.7929C11.0196 18.6054 10.7652 18.5 10.5 18.5C10.2348 18.5 9.98044 18.6054 9.7929 18.7929C9.60536 18.9804 9.50001 19.2348 9.50001 19.5C9.50001 20.6935 9.97411 21.8381 10.818 22.682C11.6619 23.5259 12.8065 24 14 24H15V25C15 25.2652 15.1054 25.5196 15.2929 25.7071C15.4804 25.8946 15.7348 26 16 26C16.2652 26 16.5196 25.8946 16.7071 25.7071C16.8946 25.5196 17 25.2652 17 25V24H18.5C19.6935 24 20.8381 23.5259 21.682 22.682C22.5259 21.8381 23 20.6935 23 19.5Z" fill="currentColor"/>
30
+ </svg>
31
+ );
32
+ }
33
+ if (type === "duotone") {
34
+ return (
35
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
36
+ <path opacity="0.2" d="M24 21C24 21.6566 23.8707 22.3068 23.6194 22.9134C23.3681 23.52 22.9998 24.0712 22.5355 24.5355C22.0712 24.9998 21.52 25.3681 20.9134 25.6194C20.3068 25.8707 19.6566 26 19 26H16V16H19C19.6566 16 20.3068 16.1293 20.9134 16.3806C21.52 16.6319 22.0712 17.0002 22.5355 17.4645C22.9998 17.9288 23.3681 18.48 23.6194 19.0866C23.8707 19.6932 24 20.3434 24 21ZM14 6C12.6739 6 11.4021 6.52678 10.4645 7.46447C9.52678 8.40215 9 9.67392 9 11C9 12.3261 9.52678 13.5979 10.4645 14.5355C11.4021 15.4732 12.6739 16 14 16H16V6H14Z" fill="currentColor"/>
37
+ <path d="M19 15H17V7H18C19.0609 7 20.0783 7.42143 20.8284 8.17157C21.5786 8.92172 22 9.93913 22 11C22 11.2652 22.1054 11.5196 22.2929 11.7071C22.4804 11.8946 22.7348 12 23 12C23.2652 12 23.5196 11.8946 23.7071 11.7071C23.8946 11.5196 24 11.2652 24 11C23.9983 9.40921 23.3657 7.88405 22.2408 6.75919C21.116 5.63433 19.5908 5.00165 18 5H17V3C17 2.73478 16.8946 2.48043 16.7071 2.29289C16.5196 2.10536 16.2652 2 16 2C15.7348 2 15.4804 2.10536 15.2929 2.29289C15.1054 2.48043 15 2.73478 15 3V5H14C12.4087 5 10.8826 5.63214 9.75736 6.75736C8.63214 7.88258 8 9.4087 8 11C8 12.5913 8.63214 14.1174 9.75736 15.2426C10.8826 16.3679 12.4087 17 14 17H15V25H13C11.9391 25 10.9217 24.5786 10.1716 23.8284C9.42143 23.0783 9 22.0609 9 21C9 20.7348 8.89464 20.4804 8.70711 20.2929C8.51957 20.1054 8.26522 20 8 20C7.73478 20 7.48043 20.1054 7.29289 20.2929C7.10536 20.4804 7 20.7348 7 21C7.00165 22.5908 7.63433 24.116 8.75919 25.2408C9.88405 26.3657 11.4092 26.9983 13 27H15V29C15 29.2652 15.1054 29.5196 15.2929 29.7071C15.4804 29.8946 15.7348 30 16 30C16.2652 30 16.5196 29.8946 16.7071 29.7071C16.8946 29.5196 17 29.2652 17 29V27H19C20.5913 27 22.1174 26.3679 23.2426 25.2426C24.3679 24.1174 25 22.5913 25 21C25 19.4087 24.3679 17.8826 23.2426 16.7574C22.1174 15.6321 20.5913 15 19 15ZM14 15C12.9391 15 11.9217 14.5786 11.1716 13.8284C10.4214 13.0783 10 12.0609 10 11C10 9.93913 10.4214 8.92172 11.1716 8.17157C11.9217 7.42143 12.9391 7 14 7H15V15H14ZM19 25H17V17H19C20.0609 17 21.0783 17.4214 21.8284 18.1716C22.5786 18.9217 23 19.9391 23 21C23 22.0609 22.5786 23.0783 21.8284 23.8284C21.0783 24.5786 20.0609 25 19 25Z" fill="currentColor"/>
38
+ </svg>
39
+ );
40
+ }
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path d="M19 15.25H16.75V6.75H18C19.1272 6.75 20.2082 7.19777 21.0052 7.9948C21.8022 8.79183 22.25 9.87283 22.25 11C22.25 11.1989 22.329 11.3897 22.4697 11.5303C22.6103 11.671 22.8011 11.75 23 11.75C23.1989 11.75 23.3897 11.671 23.5303 11.5303C23.671 11.3897 23.75 11.1989 23.75 11C23.748 9.47561 23.1416 8.01423 22.0637 6.93633C20.9858 5.85842 19.5244 5.25198 18 5.25H16.75V3C16.75 2.80109 16.671 2.61032 16.5303 2.46967C16.3897 2.32902 16.1989 2.25 16 2.25C15.8011 2.25 15.6103 2.32902 15.4697 2.46967C15.329 2.61032 15.25 2.80109 15.25 3V5.25H14C12.475 5.25 11.0125 5.8558 9.93414 6.93414C8.8558 8.01247 8.25 9.47501 8.25 11C8.25 12.525 8.8558 13.9875 9.93414 15.0659C11.0125 16.1442 12.475 16.75 14 16.75H15.25V25.25H13C11.8728 25.25 10.7918 24.8022 9.9948 24.0052C9.19777 23.2082 8.75 22.1272 8.75 21C8.75 20.8011 8.67098 20.6103 8.53033 20.4697C8.38968 20.329 8.19891 20.25 8 20.25C7.80109 20.25 7.61032 20.329 7.46967 20.4697C7.32902 20.6103 7.25 20.8011 7.25 21C7.25198 22.5244 7.85842 23.9858 8.93633 25.0637C10.0142 26.1416 11.4756 26.748 13 26.75H15.25V29C15.25 29.1989 15.329 29.3897 15.4697 29.5303C15.6103 29.671 15.8011 29.75 16 29.75C16.1989 29.75 16.3897 29.671 16.5303 29.5303C16.671 29.3897 16.75 29.1989 16.75 29V26.75H19C20.525 26.75 21.9875 26.1442 23.0659 25.0659C24.1442 23.9875 24.75 22.525 24.75 21C24.75 19.475 24.1442 18.0125 23.0659 16.9341C21.9875 15.8558 20.525 15.25 19 15.25ZM14 15.25C12.8728 15.25 11.7918 14.8022 10.9948 14.0052C10.1978 13.2082 9.75 12.1272 9.75 11C9.75 9.87283 10.1978 8.79183 10.9948 7.9948C11.7918 7.19777 12.8728 6.75 14 6.75H15.25V15.25H14ZM19 25.25H16.75V16.75H19C20.1272 16.75 21.2082 17.1978 22.0052 17.9948C22.8022 18.7918 23.25 19.8728 23.25 21C23.25 22.1272 22.8022 23.2082 22.0052 24.0052C21.2082 24.8022 20.1272 25.25 19 25.25Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default CurrencyDollar;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const AlignBottom = ({type = "light"}: IconProps) => {
5
+ if (type === "thin") {
6
+ return (
7
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
8
+ <path d="M27.5 27C27.5 27.1326 27.4473 27.2598 27.3536 27.3536C27.2598 27.4473 27.1326 27.5 27 27.5H5C4.86739 27.5 4.74021 27.4473 4.64645 27.3536C4.55268 27.2598 4.5 27.1326 4.5 27C4.5 26.8674 4.55268 26.7402 4.64645 26.6464C4.74021 26.5527 4.86739 26.5 5 26.5H27C27.1326 26.5 27.2598 26.5527 27.3536 26.6464C27.4473 26.7402 27.5 26.8674 27.5 27ZM17.5 22V10C17.5 9.60218 17.658 9.22064 17.9393 8.93934C18.2206 8.65804 18.6022 8.5 19 8.5H24C24.3978 8.5 24.7794 8.65804 25.0607 8.93934C25.342 9.22064 25.5 9.60218 25.5 10V22C25.5 22.3978 25.342 22.7794 25.0607 23.0607C24.7794 23.342 24.3978 23.5 24 23.5H19C18.6022 23.5 18.2206 23.342 17.9393 23.0607C17.658 22.7794 17.5 22.3978 17.5 22ZM18.5 22C18.5 22.1326 18.5527 22.2598 18.6464 22.3536C18.7402 22.4473 18.8674 22.5 19 22.5H24C24.1326 22.5 24.2598 22.4473 24.3536 22.3536C24.4473 22.2598 24.5 22.1326 24.5 22V10C24.5 9.86739 24.4473 9.74021 24.3536 9.64645C24.2598 9.55268 24.1326 9.5 24 9.5H19C18.8674 9.5 18.7402 9.55268 18.6464 9.64645C18.5527 9.74021 18.5 9.86739 18.5 10V22ZM6.5 22V5C6.5 4.60218 6.65804 4.22064 6.93934 3.93934C7.22064 3.65804 7.60218 3.5 8 3.5H13C13.3978 3.5 13.7794 3.65804 14.0607 3.93934C14.342 4.22064 14.5 4.60218 14.5 5V22C14.5 22.3978 14.342 22.7794 14.0607 23.0607C13.7794 23.342 13.3978 23.5 13 23.5H8C7.60218 23.5 7.22064 23.342 6.93934 23.0607C6.65804 22.7794 6.5 22.3978 6.5 22ZM7.5 22C7.5 22.1326 7.55268 22.2598 7.64645 22.3536C7.74021 22.4473 7.86739 22.5 8 22.5H13C13.1326 22.5 13.2598 22.4473 13.3536 22.3536C13.4473 22.2598 13.5 22.1326 13.5 22V5C13.5 4.86739 13.4473 4.74021 13.3536 4.64645C13.2598 4.55268 13.1326 4.5 13 4.5H8C7.86739 4.5 7.74021 4.55268 7.64645 4.64645C7.55268 4.74021 7.5 4.86739 7.5 5V22Z" fill="currentColor"/>
9
+ </svg>
10
+ );
11
+ }
12
+ if (type === "regular") {
13
+ return (
14
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
15
+ <path d="M28 27C28 27.2652 27.8946 27.5196 27.7071 27.7071C27.5196 27.8946 27.2652 28 27 28H5C4.73478 28 4.48043 27.8946 4.29289 27.7071C4.10536 27.5196 4 27.2652 4 27C4 26.7348 4.10536 26.4804 4.29289 26.2929C4.48043 26.1054 4.73478 26 5 26H27C27.2652 26 27.5196 26.1054 27.7071 26.2929C27.8946 26.4804 28 26.7348 28 27ZM17 22V10C17 9.46957 17.2107 8.96086 17.5858 8.58579C17.9609 8.21071 18.4696 8 19 8H24C24.5304 8 25.0391 8.21071 25.4142 8.58579C25.7893 8.96086 26 9.46957 26 10V22C26 22.5304 25.7893 23.0391 25.4142 23.4142C25.0391 23.7893 24.5304 24 24 24H19C18.4696 24 17.9609 23.7893 17.5858 23.4142C17.2107 23.0391 17 22.5304 17 22ZM19 22H24V10H19V22ZM6 22V5C6 4.46957 6.21071 3.96086 6.58579 3.58579C6.96086 3.21071 7.46957 3 8 3H13C13.5304 3 14.0391 3.21071 14.4142 3.58579C14.7893 3.96086 15 4.46957 15 5V22C15 22.5304 14.7893 23.0391 14.4142 23.4142C14.0391 23.7893 13.5304 24 13 24H8C7.46957 24 6.96086 23.7893 6.58579 23.4142C6.21071 23.0391 6 22.5304 6 22ZM8 22H13V5H8V22Z" fill="currentColor"/>
16
+ </svg>
17
+ );
18
+ }
19
+ if (type === "bold") {
20
+ return (
21
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path d="M28.5 27C28.5 27.3978 28.342 27.7794 28.0607 28.0607C27.7794 28.342 27.3978 28.5 27 28.5H5C4.60218 28.5 4.22064 28.342 3.93934 28.0607C3.65804 27.7794 3.5 27.3978 3.5 27C3.5 26.6022 3.65804 26.2206 3.93934 25.9393C4.22064 25.658 4.60218 25.5 5 25.5H27C27.3978 25.5 27.7794 25.658 28.0607 25.9393C28.342 26.2206 28.5 26.6022 28.5 27ZM17 21V10C17 9.33696 17.2634 8.70107 17.7322 8.23223C18.2011 7.76339 18.837 7.5 19.5 7.5H24C24.663 7.5 25.2989 7.76339 25.7678 8.23223C26.2366 8.70107 26.5 9.33696 26.5 10V21C26.5 21.663 26.2366 22.2989 25.7678 22.7678C25.2989 23.2366 24.663 23.5 24 23.5H19.5C18.837 23.5 18.2011 23.2366 17.7322 22.7678C17.2634 22.2989 17 21.663 17 21ZM20 20.5H23.5V10.5H20V20.5ZM5.5 21V5C5.5 4.33696 5.76339 3.70107 6.23223 3.23223C6.70107 2.76339 7.33696 2.5 8 2.5H12.5C13.163 2.5 13.7989 2.76339 14.2678 3.23223C14.7366 3.70107 15 4.33696 15 5V21C15 21.663 14.7366 22.2989 14.2678 22.7678C13.7989 23.2366 13.163 23.5 12.5 23.5H8C7.33696 23.5 6.70107 23.2366 6.23223 22.7678C5.76339 22.2989 5.5 21.663 5.5 21ZM8.5 20.5H12V5.5H8.5V20.5Z" fill="currentColor"/>
23
+ </svg>
24
+ );
25
+ }
26
+ if (type === "fill") {
27
+ return (
28
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
29
+ <path d="M28 27C28 27.2652 27.8946 27.5196 27.7071 27.7071C27.5196 27.8946 27.2652 28 27 28H5C4.73478 28 4.48043 27.8946 4.29289 27.7071C4.10536 27.5196 4 27.2652 4 27C4 26.7348 4.10536 26.4804 4.29289 26.2929C4.48043 26.1054 4.73478 26 5 26H27C27.2652 26 27.5196 26.1054 27.7071 26.2929C27.8946 26.4804 28 26.7348 28 27ZM19 24H24C24.5304 24 25.0391 23.7893 25.4142 23.4142C25.7893 23.0391 26 22.5304 26 22V10C26 9.46957 25.7893 8.96086 25.4142 8.58579C25.0391 8.21071 24.5304 8 24 8H19C18.4696 8 17.9609 8.21071 17.5858 8.58579C17.2107 8.96086 17 9.46957 17 10V22C17 22.5304 17.2107 23.0391 17.5858 23.4142C17.9609 23.7893 18.4696 24 19 24ZM8 24H13C13.5304 24 14.0391 23.7893 14.4142 23.4142C14.7893 23.0391 15 22.5304 15 22V5C15 4.46957 14.7893 3.96086 14.4142 3.58579C14.0391 3.21071 13.5304 3 13 3H8C7.46957 3 6.96086 3.21071 6.58579 3.58579C6.21071 3.96086 6 4.46957 6 5V22C6 22.5304 6.21071 23.0391 6.58579 23.4142C6.96086 23.7893 7.46957 24 8 24Z" fill="currentColor"/>
30
+ </svg>
31
+ );
32
+ }
33
+ if (type === "duotone") {
34
+ return (
35
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
36
+ <path opacity="0.2" d="M25 10V22C25 22.2652 24.8946 22.5196 24.7071 22.7071C24.5196 22.8946 24.2652 23 24 23H19C18.7348 23 18.4804 22.8946 18.2929 22.7071C18.1054 22.5196 18 22.2652 18 22V10C18 9.73478 18.1054 9.48043 18.2929 9.29289C18.4804 9.10536 18.7348 9 19 9H24C24.2652 9 24.5196 9.10536 24.7071 9.29289C24.8946 9.48043 25 9.73478 25 10ZM13 4H8C7.73478 4 7.48043 4.10536 7.29289 4.29289C7.10536 4.48043 7 4.73478 7 5V22C7 22.2652 7.10536 22.5196 7.29289 22.7071C7.48043 22.8946 7.73478 23 8 23H13C13.2652 23 13.5196 22.8946 13.7071 22.7071C13.8946 22.5196 14 22.2652 14 22V5C14 4.73478 13.8946 4.48043 13.7071 4.29289C13.5196 4.10536 13.2652 4 13 4Z" fill="currentColor"/>
37
+ <path d="M8 24H13C13.5304 24 14.0391 23.7893 14.4142 23.4142C14.7893 23.0391 15 22.5304 15 22V5C15 4.46957 14.7893 3.96086 14.4142 3.58579C14.0391 3.21071 13.5304 3 13 3H8C7.46957 3 6.96086 3.21071 6.58579 3.58579C6.21071 3.96086 6 4.46957 6 5V22C6 22.5304 6.21071 23.0391 6.58579 23.4142C6.96086 23.7893 7.46957 24 8 24ZM8 5H13V22H8V5ZM28 27C28 27.2652 27.8946 27.5196 27.7071 27.7071C27.5196 27.8946 27.2652 28 27 28H5C4.73478 28 4.48043 27.8946 4.29289 27.7071C4.10536 27.5196 4 27.2652 4 27C4 26.7348 4.10536 26.4804 4.29289 26.2929C4.48043 26.1054 4.73478 26 5 26H27C27.2652 26 27.5196 26.1054 27.7071 26.2929C27.8946 26.4804 28 26.7348 28 27ZM19 24H24C24.5304 24 25.0391 23.7893 25.4142 23.4142C25.7893 23.0391 26 22.5304 26 22V10C26 9.46957 25.7893 8.96086 25.4142 8.58579C25.0391 8.21071 24.5304 8 24 8H19C18.4696 8 17.9609 8.21071 17.5858 8.58579C17.2107 8.96086 17 9.46957 17 10V22C17 22.5304 17.2107 23.0391 17.5858 23.4142C17.9609 23.7893 18.4696 24 19 24ZM19 10H24V22H19V10Z" fill="currentColor"/>
38
+ </svg>
39
+ );
40
+ }
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path d="M27.75 27C27.75 27.1989 27.671 27.3897 27.5303 27.5303C27.3897 27.671 27.1989 27.75 27 27.75H5C4.80109 27.75 4.61032 27.671 4.46967 27.5303C4.32902 27.3897 4.25 27.1989 4.25 27C4.25 26.8011 4.32902 26.6103 4.46967 26.4697C4.61032 26.329 4.80109 26.25 5 26.25H27C27.1989 26.25 27.3897 26.329 27.5303 26.4697C27.671 26.6103 27.75 26.8011 27.75 27ZM17.25 22V10C17.25 9.53587 17.4344 9.09075 17.7626 8.76256C18.0908 8.43437 18.5359 8.25 19 8.25H24C24.4641 8.25 24.9092 8.43437 25.2374 8.76256C25.5656 9.09075 25.75 9.53587 25.75 10V22C25.75 22.4641 25.5656 22.9092 25.2374 23.2374C24.9092 23.5656 24.4641 23.75 24 23.75H19C18.5359 23.75 18.0908 23.5656 17.7626 23.2374C17.4344 22.9092 17.25 22.4641 17.25 22ZM18.75 22C18.75 22.0663 18.7763 22.1299 18.8232 22.1768C18.8701 22.2237 18.9337 22.25 19 22.25H24C24.0663 22.25 24.1299 22.2237 24.1768 22.1768C24.2237 22.1299 24.25 22.0663 24.25 22V10C24.25 9.9337 24.2237 9.87011 24.1768 9.82322C24.1299 9.77634 24.0663 9.75 24 9.75H19C18.9337 9.75 18.8701 9.77634 18.8232 9.82322C18.7763 9.87011 18.75 9.9337 18.75 10V22ZM6.25 22V5C6.25 4.53587 6.43437 4.09075 6.76256 3.76256C7.09075 3.43437 7.53587 3.25 8 3.25H13C13.2298 3.25 13.4574 3.29527 13.6697 3.38321C13.882 3.47116 14.0749 3.60006 14.2374 3.76256C14.3999 3.92507 14.5288 4.11798 14.6168 4.3303C14.7047 4.54262 14.75 4.77019 14.75 5V22C14.75 22.2298 14.7047 22.4574 14.6168 22.6697C14.5288 22.882 14.3999 23.0749 14.2374 23.2374C14.0749 23.3999 13.882 23.5288 13.6697 23.6168C13.4574 23.7047 13.2298 23.75 13 23.75H8C7.53587 23.75 7.09075 23.5656 6.76256 23.2374C6.43437 22.9092 6.25 22.4641 6.25 22ZM7.75 22C7.75 22.0663 7.77634 22.1299 7.82322 22.1768C7.87011 22.2237 7.9337 22.25 8 22.25H13C13.0663 22.25 13.1299 22.2237 13.1768 22.1768C13.2237 22.1299 13.25 22.0663 13.25 22V5C13.25 4.9337 13.2237 4.87011 13.1768 4.82322C13.1299 4.77634 13.0663 4.75 13 4.75H8C7.9337 4.75 7.87011 4.77634 7.82322 4.82322C7.77634 4.87011 7.75 4.9337 7.75 5V22Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default AlignBottom;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const AlignBottomSimple = ({type = "light"}: IconProps) => {
5
+ if (type === "thin") {
6
+ return (
7
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
8
+ <path d="M25.5 29C25.5 29.1326 25.4473 29.2598 25.3536 29.3536C25.2598 29.4473 25.1326 29.5 25 29.5H7C6.86739 29.5 6.74021 29.4473 6.64645 29.3536C6.55268 29.2598 6.5 29.1326 6.5 29C6.5 28.8674 6.55268 28.7402 6.64645 28.6464C6.74021 28.5527 6.86739 28.5 7 28.5H25C25.1326 28.5 25.2598 28.5527 25.3536 28.6464C25.4473 28.7402 25.5 28.8674 25.5 29ZM10.5 24V5C10.5 4.60218 10.658 4.22064 10.9393 3.93934C11.2206 3.65804 11.6022 3.5 12 3.5H20C20.3978 3.5 20.7794 3.65804 21.0607 3.93934C21.342 4.22064 21.5 4.60218 21.5 5V24C21.5 24.3978 21.342 24.7794 21.0607 25.0607C20.7794 25.342 20.3978 25.5 20 25.5H12C11.6022 25.5 11.2206 25.342 10.9393 25.0607C10.658 24.7794 10.5 24.3978 10.5 24ZM11.5 24C11.5 24.1326 11.5527 24.2598 11.6464 24.3536C11.7402 24.4473 11.8674 24.5 12 24.5H20C20.1326 24.5 20.2598 24.4473 20.3536 24.3536C20.4473 24.2598 20.5 24.1326 20.5 24V5C20.5 4.86739 20.4473 4.74021 20.3536 4.64645C20.2598 4.55268 20.1326 4.5 20 4.5H12C11.8674 4.5 11.7402 4.55268 11.6464 4.64645C11.5527 4.74021 11.5 4.86739 11.5 5V24Z" fill="currentColor"/>
9
+ </svg>
10
+ );
11
+ }
12
+ if (type === "regular") {
13
+ return (
14
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
15
+ <path d="M26 29C26 29.2652 25.8946 29.5196 25.7071 29.7071C25.5196 29.8946 25.2652 30 25 30H7C6.73478 30 6.48043 29.8946 6.29289 29.7071C6.10536 29.5196 6 29.2652 6 29C6 28.7348 6.10536 28.4804 6.29289 28.2929C6.48043 28.1054 6.73478 28 7 28H25C25.2652 28 25.5196 28.1054 25.7071 28.2929C25.8946 28.4804 26 28.7348 26 29ZM10 24V5C10 4.46957 10.2107 3.96086 10.5858 3.58579C10.9609 3.21071 11.4696 3 12 3H20C20.5304 3 21.0391 3.21071 21.4142 3.58579C21.7893 3.96086 22 4.46957 22 5V24C22 24.5304 21.7893 25.0391 21.4142 25.4142C21.0391 25.7893 20.5304 26 20 26H12C11.4696 26 10.9609 25.7893 10.5858 25.4142C10.2107 25.0391 10 24.5304 10 24ZM12 24H20V5H12V24Z" fill="currentColor"/>
16
+ </svg>
17
+ );
18
+ }
19
+ if (type === "bold") {
20
+ return (
21
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path d="M26.5 29C26.5 29.3978 26.342 29.7794 26.0607 30.0607C25.7794 30.342 25.3978 30.5 25 30.5H7C6.60218 30.5 6.22064 30.342 5.93934 30.0607C5.65804 29.7794 5.5 29.3978 5.5 29C5.5 28.6022 5.65804 28.2206 5.93934 27.9393C6.22064 27.658 6.60218 27.5 7 27.5H25C25.3978 27.5 25.7794 27.658 26.0607 27.9393C26.342 28.2206 26.5 28.6022 26.5 29ZM9.5 23V5C9.5 4.33696 9.76339 3.70107 10.2322 3.23223C10.7011 2.76339 11.337 2.5 12 2.5H20C20.663 2.5 21.2989 2.76339 21.7678 3.23223C22.2366 3.70107 22.5 4.33696 22.5 5V23C22.5 23.663 22.2366 24.2989 21.7678 24.7678C21.2989 25.2366 20.663 25.5 20 25.5H12C11.337 25.5 10.7011 25.2366 10.2322 24.7678C9.76339 24.2989 9.5 23.663 9.5 23ZM12.5 22.5H19.5V5.5H12.5V22.5Z" fill="currentColor"/>
23
+ </svg>
24
+ );
25
+ }
26
+ if (type === "fill") {
27
+ return (
28
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
29
+ <path d="M26 29C26 29.2652 25.8946 29.5196 25.7071 29.7071C25.5196 29.8946 25.2652 30 25 30H7C6.73478 30 6.48043 29.8946 6.29289 29.7071C6.10536 29.5196 6 29.2652 6 29C6 28.7348 6.10536 28.4804 6.29289 28.2929C6.48043 28.1054 6.73478 28 7 28H25C25.2652 28 25.5196 28.1054 25.7071 28.2929C25.8946 28.4804 26 28.7348 26 29ZM12 26H20C20.5304 26 21.0391 25.7893 21.4142 25.4142C21.7893 25.0391 22 24.5304 22 24V5C22 4.46957 21.7893 3.96086 21.4142 3.58579C21.0391 3.21071 20.5304 3 20 3H12C11.4696 3 10.9609 3.21071 10.5858 3.58579C10.2107 3.96086 10 4.46957 10 5V24C10 24.5304 10.2107 25.0391 10.5858 25.4142C10.9609 25.7893 11.4696 26 12 26Z" fill="currentColor"/>
30
+ </svg>
31
+ );
32
+ }
33
+ if (type === "duotone") {
34
+ return (
35
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
36
+ <path opacity="0.2" d="M21 5V24C21 24.2652 20.8946 24.5196 20.7071 24.7071C20.5196 24.8946 20.2652 25 20 25H12C11.7348 25 11.4804 24.8946 11.2929 24.7071C11.1054 24.5196 11 24.2652 11 24V5C11 4.73478 11.1054 4.48043 11.2929 4.29289C11.4804 4.10536 11.7348 4 12 4H20C20.2652 4 20.5196 4.10536 20.7071 4.29289C20.8946 4.48043 21 4.73478 21 5Z" fill="currentColor"/>
37
+ <path d="M26 29C26 29.2652 25.8946 29.5196 25.7071 29.7071C25.5196 29.8946 25.2652 30 25 30H7C6.73478 30 6.48043 29.8946 6.29289 29.7071C6.10536 29.5196 6 29.2652 6 29C6 28.7348 6.10536 28.4804 6.29289 28.2929C6.48043 28.1054 6.73478 28 7 28H25C25.2652 28 25.5196 28.1054 25.7071 28.2929C25.8946 28.4804 26 28.7348 26 29ZM10 24V5C10 4.46957 10.2107 3.96086 10.5858 3.58579C10.9609 3.21071 11.4696 3 12 3H20C20.5304 3 21.0391 3.21071 21.4142 3.58579C21.7893 3.96086 22 4.46957 22 5V24C22 24.5304 21.7893 25.0391 21.4142 25.4142C21.0391 25.7893 20.5304 26 20 26H12C11.4696 26 10.9609 25.7893 10.5858 25.4142C10.2107 25.0391 10 24.5304 10 24ZM12 24H20V5H12V24Z" fill="currentColor"/>
38
+ </svg>
39
+ );
40
+ }
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path d="M25.75 29C25.75 29.1989 25.671 29.3897 25.5303 29.5303C25.3897 29.671 25.1989 29.75 25 29.75H7C6.80109 29.75 6.61032 29.671 6.46967 29.5303C6.32902 29.3897 6.25 29.1989 6.25 29C6.25 28.8011 6.32902 28.6103 6.46967 28.4697C6.61032 28.329 6.80109 28.25 7 28.25H25C25.1989 28.25 25.3897 28.329 25.5303 28.4697C25.671 28.6103 25.75 28.8011 25.75 29ZM10.25 24V5C10.25 4.53587 10.4344 4.09075 10.7626 3.76256C11.0908 3.43437 11.5359 3.25 12 3.25H20C20.4641 3.25 20.9092 3.43437 21.2374 3.76256C21.5656 4.09075 21.75 4.53587 21.75 5V24C21.75 24.4641 21.5656 24.9092 21.2374 25.2374C20.9092 25.5656 20.4641 25.75 20 25.75H12C11.5359 25.75 11.0908 25.5656 10.7626 25.2374C10.4344 24.9092 10.25 24.4641 10.25 24ZM11.75 24C11.75 24.0663 11.7763 24.1299 11.8232 24.1768C11.8701 24.2237 11.9337 24.25 12 24.25H20C20.0663 24.25 20.1299 24.2237 20.1768 24.1768C20.2237 24.1299 20.25 24.0663 20.25 24V5C20.25 4.9337 20.2237 4.87011 20.1768 4.82322C20.1299 4.77634 20.0663 4.75 20 4.75H12C11.9337 4.75 11.8701 4.77634 11.8232 4.82322C11.7763 4.87011 11.75 4.9337 11.75 5V24Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default AlignBottomSimple;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const AlignCenterHorizontal = ({type = "light"}: IconProps) => {
5
+ if (type === "thin") {
6
+ return (
7
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
8
+ <path d="M26 17.5H16.5V14.5H23C23.3978 14.5 23.7794 14.342 24.0607 14.0607C24.342 13.7794 24.5 13.3978 24.5 13V8C24.5 7.60218 24.342 7.22064 24.0607 6.93934C23.7794 6.65804 23.3978 6.5 23 6.5H16.5V4C16.5 3.86739 16.4473 3.74021 16.3536 3.64645C16.2598 3.55268 16.1326 3.5 16 3.5C15.8674 3.5 15.7402 3.55268 15.6464 3.64645C15.5527 3.74021 15.5 3.86739 15.5 4V6.5H9C8.60218 6.5 8.22064 6.65804 7.93934 6.93934C7.65804 7.22064 7.5 7.60218 7.5 8V13C7.5 13.3978 7.65804 13.7794 7.93934 14.0607C8.22064 14.342 8.60218 14.5 9 14.5H15.5V17.5H6C5.60218 17.5 5.22064 17.658 4.93934 17.9393C4.65804 18.2206 4.5 18.6022 4.5 19V24C4.5 24.3978 4.65804 24.7794 4.93934 25.0607C5.22064 25.342 5.60218 25.5 6 25.5H15.5V28C15.5 28.1326 15.5527 28.2598 15.6464 28.3536C15.7402 28.4473 15.8674 28.5 16 28.5C16.1326 28.5 16.2598 28.4473 16.3536 28.3536C16.4473 28.2598 16.5 28.1326 16.5 28V25.5H26C26.3978 25.5 26.7794 25.342 27.0607 25.0607C27.342 24.7794 27.5 24.3978 27.5 24V19C27.5 18.6022 27.342 18.2206 27.0607 17.9393C26.7794 17.658 26.3978 17.5 26 17.5ZM8.5 13V8C8.5 7.86739 8.55268 7.74021 8.64645 7.64645C8.74021 7.55268 8.86739 7.5 9 7.5H23C23.1326 7.5 23.2598 7.55268 23.3536 7.64645C23.4473 7.74021 23.5 7.86739 23.5 8V13C23.5 13.1326 23.4473 13.2598 23.3536 13.3536C23.2598 13.4473 23.1326 13.5 23 13.5H9C8.86739 13.5 8.74021 13.4473 8.64645 13.3536C8.55268 13.2598 8.5 13.1326 8.5 13ZM26.5 24C26.5 24.1326 26.4473 24.2598 26.3536 24.3536C26.2598 24.4473 26.1326 24.5 26 24.5H6C5.86739 24.5 5.74021 24.4473 5.64645 24.3536C5.55268 24.2598 5.5 24.1326 5.5 24V19C5.5 18.8674 5.55268 18.7402 5.64645 18.6464C5.74021 18.5527 5.86739 18.5 6 18.5H26C26.1326 18.5 26.2598 18.5527 26.3536 18.6464C26.4473 18.7402 26.5 18.8674 26.5 19V24Z" fill="currentColor"/>
9
+ </svg>
10
+ );
11
+ }
12
+ if (type === "regular") {
13
+ return (
14
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
15
+ <path d="M26 17H17V15H23C23.5304 15 24.0391 14.7893 24.4142 14.4142C24.7893 14.0391 25 13.5304 25 13V8C25 7.46957 24.7893 6.96086 24.4142 6.58579C24.0391 6.21071 23.5304 6 23 6H17V4C17 3.73478 16.8946 3.48043 16.7071 3.29289C16.5196 3.10536 16.2652 3 16 3C15.7348 3 15.4804 3.10536 15.2929 3.29289C15.1054 3.48043 15 3.73478 15 4V6H9C8.46957 6 7.96086 6.21071 7.58579 6.58579C7.21071 6.96086 7 7.46957 7 8V13C7 13.5304 7.21071 14.0391 7.58579 14.4142C7.96086 14.7893 8.46957 15 9 15H15V17H6C5.46957 17 4.96086 17.2107 4.58579 17.5858C4.21071 17.9609 4 18.4696 4 19V24C4 24.5304 4.21071 25.0391 4.58579 25.4142C4.96086 25.7893 5.46957 26 6 26H15V28C15 28.2652 15.1054 28.5196 15.2929 28.7071C15.4804 28.8946 15.7348 29 16 29C16.2652 29 16.5196 28.8946 16.7071 28.7071C16.8946 28.5196 17 28.2652 17 28V26H26C26.5304 26 27.0391 25.7893 27.4142 25.4142C27.7893 25.0391 28 24.5304 28 24V19C28 18.4696 27.7893 17.9609 27.4142 17.5858C27.0391 17.2107 26.5304 17 26 17ZM9 8H23V13H9V8ZM26 24H6V19H26V24Z" fill="currentColor"/>
16
+ </svg>
17
+ );
18
+ }
19
+ if (type === "bold") {
20
+ return (
21
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path d="M26 17H17.5V15H23C23.663 15 24.2989 14.7366 24.7678 14.2678C25.2366 13.7989 25.5 13.163 25.5 12.5V7.5C25.5 6.83696 25.2366 6.20107 24.7678 5.73223C24.2989 5.26339 23.663 5 23 5H17.5V4C17.5 3.60218 17.342 3.22064 17.0607 2.93934C16.7794 2.65804 16.3978 2.5 16 2.5C15.6022 2.5 15.2206 2.65804 14.9393 2.93934C14.658 3.22064 14.5 3.60218 14.5 4V5H9C8.33696 5 7.70107 5.26339 7.23223 5.73223C6.76339 6.20107 6.5 6.83696 6.5 7.5V12.5C6.5 13.163 6.76339 13.7989 7.23223 14.2678C7.70107 14.7366 8.33696 15 9 15H14.5V17H6C5.33696 17 4.70107 17.2634 4.23223 17.7322C3.76339 18.2011 3.5 18.837 3.5 19.5V24.5C3.5 25.163 3.76339 25.7989 4.23223 26.2678C4.70107 26.7366 5.33696 27 6 27H14.5V28C14.5 28.3978 14.658 28.7794 14.9393 29.0607C15.2206 29.342 15.6022 29.5 16 29.5C16.3978 29.5 16.7794 29.342 17.0607 29.0607C17.342 28.7794 17.5 28.3978 17.5 28V27H26C26.663 27 27.2989 26.7366 27.7678 26.2678C28.2366 25.7989 28.5 25.163 28.5 24.5V19.5C28.5 18.837 28.2366 18.2011 27.7678 17.7322C27.2989 17.2634 26.663 17 26 17ZM9.5 8H22.5V12H9.5V8ZM25.5 24H6.5V20H25.5V24Z" fill="currentColor"/>
23
+ </svg>
24
+ );
25
+ }
26
+ if (type === "fill") {
27
+ return (
28
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
29
+ <path d="M28 19V24C28 24.5304 27.7893 25.0391 27.4142 25.4142C27.0391 25.7893 26.5304 26 26 26H17V28C17 28.2652 16.8946 28.5196 16.7071 28.7071C16.5196 28.8946 16.2652 29 16 29C15.7348 29 15.4804 28.8946 15.2929 28.7071C15.1054 28.5196 15 28.2652 15 28V26H6C5.46957 26 4.96086 25.7893 4.58579 25.4142C4.21071 25.0391 4 24.5304 4 24V19C4 18.4696 4.21071 17.9609 4.58579 17.5858C4.96086 17.2107 5.46957 17 6 17H15V15H9C8.46957 15 7.96086 14.7893 7.58579 14.4142C7.21071 14.0391 7 13.5304 7 13V8C7 7.46957 7.21071 6.96086 7.58579 6.58579C7.96086 6.21071 8.46957 6 9 6H15V4C15 3.73478 15.1054 3.48043 15.2929 3.29289C15.4804 3.10536 15.7348 3 16 3C16.2652 3 16.5196 3.10536 16.7071 3.29289C16.8946 3.48043 17 3.73478 17 4V6H23C23.5304 6 24.0391 6.21071 24.4142 6.58579C24.7893 6.96086 25 7.46957 25 8V13C25 13.5304 24.7893 14.0391 24.4142 14.4142C24.0391 14.7893 23.5304 15 23 15H17V17H26C26.5304 17 27.0391 17.2107 27.4142 17.5858C27.7893 17.9609 28 18.4696 28 19Z" fill="currentColor"/>
30
+ </svg>
31
+ );
32
+ }
33
+ if (type === "duotone") {
34
+ return (
35
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
36
+ <path opacity="0.2" d="M8 13V8C8 7.73478 8.10536 7.48043 8.29289 7.29289C8.48043 7.10536 8.73478 7 9 7H23C23.2652 7 23.5196 7.10536 23.7071 7.29289C23.8946 7.48043 24 7.73478 24 8V13C24 13.2652 23.8946 13.5196 23.7071 13.7071C23.5196 13.8946 23.2652 14 23 14H9C8.73478 14 8.48043 13.8946 8.29289 13.7071C8.10536 13.5196 8 13.2652 8 13ZM26 18H6C5.73478 18 5.48043 18.1054 5.29289 18.2929C5.10536 18.4804 5 18.7348 5 19V24C5 24.2652 5.10536 24.5196 5.29289 24.7071C5.48043 24.8946 5.73478 25 6 25H26C26.2652 25 26.5196 24.8946 26.7071 24.7071C26.8946 24.5196 27 24.2652 27 24V19C27 18.7348 26.8946 18.4804 26.7071 18.2929C26.5196 18.1054 26.2652 18 26 18Z" fill="currentColor"/>
37
+ <path d="M26 17H17V15H23C23.5304 15 24.0391 14.7893 24.4142 14.4142C24.7893 14.0391 25 13.5304 25 13V8C25 7.46957 24.7893 6.96086 24.4142 6.58579C24.0391 6.21071 23.5304 6 23 6H17V4C17 3.73478 16.8946 3.48043 16.7071 3.29289C16.5196 3.10536 16.2652 3 16 3C15.7348 3 15.4804 3.10536 15.2929 3.29289C15.1054 3.48043 15 3.73478 15 4V6H9C8.46957 6 7.96086 6.21071 7.58579 6.58579C7.21071 6.96086 7 7.46957 7 8V13C7 13.5304 7.21071 14.0391 7.58579 14.4142C7.96086 14.7893 8.46957 15 9 15H15V17H6C5.46957 17 4.96086 17.2107 4.58579 17.5858C4.21071 17.9609 4 18.4696 4 19V24C4 24.5304 4.21071 25.0391 4.58579 25.4142C4.96086 25.7893 5.46957 26 6 26H15V28C15 28.2652 15.1054 28.5196 15.2929 28.7071C15.4804 28.8946 15.7348 29 16 29C16.2652 29 16.5196 28.8946 16.7071 28.7071C16.8946 28.5196 17 28.2652 17 28V26H26C26.5304 26 27.0391 25.7893 27.4142 25.4142C27.7893 25.0391 28 24.5304 28 24V19C28 18.4696 27.7893 17.9609 27.4142 17.5858C27.0391 17.2107 26.5304 17 26 17ZM9 8H23V13H9V8ZM26 24H6V19H26V24Z" fill="currentColor"/>
38
+ </svg>
39
+ );
40
+ }
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path d="M26 17.25H16.75V14.75H23C23.2298 14.75 23.4574 14.7047 23.6697 14.6168C23.882 14.5288 24.0749 14.3999 24.2374 14.2374C24.3999 14.0749 24.5288 13.882 24.6168 13.6697C24.7047 13.4574 24.75 13.2298 24.75 13V8C24.75 7.53587 24.5656 7.09075 24.2374 6.76256C23.9092 6.43437 23.4641 6.25 23 6.25H16.75V4C16.75 3.80109 16.671 3.61032 16.5303 3.46967C16.3897 3.32902 16.1989 3.25 16 3.25C15.8011 3.25 15.6103 3.32902 15.4697 3.46967C15.329 3.61032 15.25 3.80109 15.25 4V6.25H9C8.53587 6.25 8.09075 6.43437 7.76256 6.76256C7.43437 7.09075 7.25 7.53587 7.25 8V13C7.25 13.2298 7.29526 13.4574 7.38321 13.6697C7.47116 13.882 7.60006 14.0749 7.76256 14.2374C7.92507 14.3999 8.11798 14.5288 8.3303 14.6168C8.54262 14.7047 8.77019 14.75 9 14.75H15.25V17.25H6C5.53587 17.25 5.09075 17.4344 4.76256 17.7626C4.43437 18.0908 4.25 18.5359 4.25 19V24C4.25 24.4641 4.43437 24.9092 4.76256 25.2374C5.09075 25.5656 5.53587 25.75 6 25.75H15.25V28C15.25 28.1989 15.329 28.3897 15.4697 28.5303C15.6103 28.671 15.8011 28.75 16 28.75C16.1989 28.75 16.3897 28.671 16.5303 28.5303C16.671 28.3897 16.75 28.1989 16.75 28V25.75H26C26.4641 25.75 26.9092 25.5656 27.2374 25.2374C27.5656 24.9092 27.75 24.4641 27.75 24V19C27.75 18.5359 27.5656 18.0908 27.2374 17.7626C26.9092 17.4344 26.4641 17.25 26 17.25ZM8.75 13V8C8.75 7.9337 8.77634 7.87011 8.82322 7.82322C8.87011 7.77634 8.9337 7.75 9 7.75H23C23.0663 7.75 23.1299 7.77634 23.1768 7.82322C23.2237 7.87011 23.25 7.9337 23.25 8V13C23.25 13.0663 23.2237 13.1299 23.1768 13.1768C23.1299 13.2237 23.0663 13.25 23 13.25H9C8.9337 13.25 8.87011 13.2237 8.82322 13.1768C8.77634 13.1299 8.75 13.0663 8.75 13ZM26.25 24C26.25 24.0663 26.2237 24.1299 26.1768 24.1768C26.1299 24.2237 26.0663 24.25 26 24.25H6C5.9337 24.25 5.87011 24.2237 5.82322 24.1768C5.77634 24.1299 5.75 24.0663 5.75 24V19C5.75 18.9337 5.77634 18.8701 5.82322 18.8232C5.87011 18.7763 5.9337 18.75 6 18.75H26C26.0663 18.75 26.1299 18.7763 26.1768 18.8232C26.2237 18.8701 26.25 18.9337 26.25 19V24Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default AlignCenterHorizontal;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const AlignCenterHorizontalSimple = ({type = "light"}: IconProps) => {
5
+ if (type === "thin") {
6
+ return (
7
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
8
+ <path d="M26 10.5H16.5V6C16.5 5.86739 16.4473 5.74021 16.3536 5.64645C16.2598 5.55268 16.1326 5.5 16 5.5C15.8674 5.5 15.7402 5.55268 15.6464 5.64645C15.5527 5.74021 15.5 5.86739 15.5 6V10.5H6C5.60218 10.5 5.22064 10.658 4.93934 10.9393C4.65804 11.2206 4.5 11.6022 4.5 12V20C4.5 20.3978 4.65804 20.7794 4.93934 21.0607C5.22064 21.342 5.60218 21.5 6 21.5H15.5V26C15.5 26.1326 15.5527 26.2598 15.6464 26.3536C15.7402 26.4473 15.8674 26.5 16 26.5C16.1326 26.5 16.2598 26.4473 16.3536 26.3536C16.4473 26.2598 16.5 26.1326 16.5 26V21.5H26C26.3978 21.5 26.7794 21.342 27.0607 21.0607C27.342 20.7794 27.5 20.3978 27.5 20V12C27.5 11.6022 27.342 11.2206 27.0607 10.9393C26.7794 10.658 26.3978 10.5 26 10.5ZM26.5 20C26.5 20.1326 26.4473 20.2598 26.3536 20.3536C26.2598 20.4473 26.1326 20.5 26 20.5H6C5.86739 20.5 5.74021 20.4473 5.64645 20.3536C5.55268 20.2598 5.5 20.1326 5.5 20V12C5.5 11.8674 5.55268 11.7402 5.64645 11.6464C5.74021 11.5527 5.86739 11.5 6 11.5H26C26.1326 11.5 26.2598 11.5527 26.3536 11.6464C26.4473 11.7402 26.5 11.8674 26.5 12V20Z" fill="currentColor"/>
9
+ </svg>
10
+ );
11
+ }
12
+ if (type === "regular") {
13
+ return (
14
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
15
+ <path d="M26 10H17V6C17 5.73478 16.8946 5.48043 16.7071 5.29289C16.5196 5.10536 16.2652 5 16 5C15.7348 5 15.4804 5.10536 15.2929 5.29289C15.1054 5.48043 15 5.73478 15 6V10H6C5.46957 10 4.96086 10.2107 4.58579 10.5858C4.21071 10.9609 4 11.4696 4 12V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H15V26C15 26.2652 15.1054 26.5196 15.2929 26.7071C15.4804 26.8946 15.7348 27 16 27C16.2652 27 16.5196 26.8946 16.7071 26.7071C16.8946 26.5196 17 26.2652 17 26V22H26C26.5304 22 27.0391 21.7893 27.4142 21.4142C27.7893 21.0391 28 20.5304 28 20V12C28 11.4696 27.7893 10.9609 27.4142 10.5858C27.0391 10.2107 26.5304 10 26 10ZM26 20H6V12H26V20Z" fill="currentColor"/>
16
+ </svg>
17
+ );
18
+ }
19
+ if (type === "bold") {
20
+ return (
21
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path d="M26 9.5H17.5V6C17.5 5.60218 17.342 5.22064 17.0607 4.93934C16.7794 4.65804 16.3978 4.5 16 4.5C15.6022 4.5 15.2206 4.65804 14.9393 4.93934C14.658 5.22064 14.5 5.60218 14.5 6V9.5H6C5.33696 9.5 4.70107 9.76339 4.23223 10.2322C3.76339 10.7011 3.5 11.337 3.5 12V20C3.5 20.663 3.76339 21.2989 4.23223 21.7678C4.70107 22.2366 5.33696 22.5 6 22.5H14.5V26C14.5 26.3978 14.658 26.7794 14.9393 27.0607C15.2206 27.342 15.6022 27.5 16 27.5C16.3978 27.5 16.7794 27.342 17.0607 27.0607C17.342 26.7794 17.5 26.3978 17.5 26V22.5H26C26.663 22.5 27.2989 22.2366 27.7678 21.7678C28.2366 21.2989 28.5 20.663 28.5 20V12C28.5 11.337 28.2366 10.7011 27.7678 10.2322C27.2989 9.76339 26.663 9.5 26 9.5ZM25.5 19.5H6.5V12.5H25.5V19.5Z" fill="currentColor"/>
23
+ </svg>
24
+ );
25
+ }
26
+ if (type === "fill") {
27
+ return (
28
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
29
+ <path d="M28 12V20C28 20.5304 27.7893 21.0391 27.4142 21.4142C27.0391 21.7893 26.5304 22 26 22H17V26C17 26.2652 16.8946 26.5196 16.7071 26.7071C16.5196 26.8946 16.2652 27 16 27C15.7348 27 15.4804 26.8946 15.2929 26.7071C15.1054 26.5196 15 26.2652 15 26V22H6C5.46957 22 4.96086 21.7893 4.58579 21.4142C4.21071 21.0391 4 20.5304 4 20V12C4 11.4696 4.21071 10.9609 4.58579 10.5858C4.96086 10.2107 5.46957 10 6 10H15V6C15 5.73478 15.1054 5.48043 15.2929 5.29289C15.4804 5.10536 15.7348 5 16 5C16.2652 5 16.5196 5.10536 16.7071 5.29289C16.8946 5.48043 17 5.73478 17 6V10H26C26.5304 10 27.0391 10.2107 27.4142 10.5858C27.7893 10.9609 28 11.4696 28 12Z" fill="currentColor"/>
30
+ </svg>
31
+ );
32
+ }
33
+ if (type === "duotone") {
34
+ return (
35
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
36
+ <path opacity="0.2" d="M27 12V20C27 20.2652 26.8946 20.5196 26.7071 20.7071C26.5196 20.8946 26.2652 21 26 21H6C5.73478 21 5.48043 20.8946 5.29289 20.7071C5.10536 20.5196 5 20.2652 5 20V12C5 11.7348 5.10536 11.4804 5.29289 11.2929C5.48043 11.1054 5.73478 11 6 11H26C26.2652 11 26.5196 11.1054 26.7071 11.2929C26.8946 11.4804 27 11.7348 27 12Z" fill="currentColor"/>
37
+ <path d="M26 10H17V6C17 5.73478 16.8946 5.48043 16.7071 5.29289C16.5196 5.10536 16.2652 5 16 5C15.7348 5 15.4804 5.10536 15.2929 5.29289C15.1054 5.48043 15 5.73478 15 6V10H6C5.46957 10 4.96086 10.2107 4.58579 10.5858C4.21071 10.9609 4 11.4696 4 12V20C4 20.5304 4.21071 21.0391 4.58579 21.4142C4.96086 21.7893 5.46957 22 6 22H15V26C15 26.2652 15.1054 26.5196 15.2929 26.7071C15.4804 26.8946 15.7348 27 16 27C16.2652 27 16.5196 26.8946 16.7071 26.7071C16.8946 26.5196 17 26.2652 17 26V22H26C26.5304 22 27.0391 21.7893 27.4142 21.4142C27.7893 21.0391 28 20.5304 28 20V12C28 11.4696 27.7893 10.9609 27.4142 10.5858C27.0391 10.2107 26.5304 10 26 10ZM26 20H6V12H26V20Z" fill="currentColor"/>
38
+ </svg>
39
+ );
40
+ }
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path d="M26 10.25H16.75V6C16.75 5.80109 16.671 5.61032 16.5303 5.46967C16.3897 5.32902 16.1989 5.25 16 5.25C15.8011 5.25 15.6103 5.32902 15.4697 5.46967C15.329 5.61032 15.25 5.80109 15.25 6V10.25H6C5.53587 10.25 5.09075 10.4344 4.76256 10.7626C4.43437 11.0908 4.25 11.5359 4.25 12V20C4.25 20.4641 4.43437 20.9092 4.76256 21.2374C5.09075 21.5656 5.53587 21.75 6 21.75H15.25V26C15.25 26.1989 15.329 26.3897 15.4697 26.5303C15.6103 26.671 15.8011 26.75 16 26.75C16.1989 26.75 16.3897 26.671 16.5303 26.5303C16.671 26.3897 16.75 26.1989 16.75 26V21.75H26C26.4641 21.75 26.9092 21.5656 27.2374 21.2374C27.5656 20.9092 27.75 20.4641 27.75 20V12C27.75 11.5359 27.5656 11.0908 27.2374 10.7626C26.9092 10.4344 26.4641 10.25 26 10.25ZM26.25 20C26.25 20.0663 26.2237 20.1299 26.1768 20.1768C26.1299 20.2237 26.0663 20.25 26 20.25H6C5.9337 20.25 5.87011 20.2237 5.82322 20.1768C5.77634 20.1299 5.75 20.0663 5.75 20V12C5.75 11.9337 5.77634 11.8701 5.82322 11.8232C5.87011 11.7763 5.9337 11.75 6 11.75H26C26.0663 11.75 26.1299 11.7763 26.1768 11.8232C26.2237 11.8701 26.25 11.9337 26.25 12V20Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default AlignCenterHorizontalSimple;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const AlignCenterVertical = ({type = "light"}: IconProps) => {
5
+ if (type === "thin") {
6
+ return (
7
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
8
+ <path d="M28 15.5H25.5V9C25.5 8.60218 25.342 8.22064 25.0607 7.93934C24.7794 7.65804 24.3978 7.5 24 7.5H19C18.6022 7.5 18.2206 7.65804 17.9393 7.93934C17.658 8.22064 17.5 8.60218 17.5 9V15.5H14.5V6C14.5 5.60218 14.342 5.22064 14.0607 4.93934C13.7794 4.65804 13.3978 4.5 13 4.5H8C7.60218 4.5 7.22064 4.65804 6.93934 4.93934C6.65804 5.22064 6.5 5.60218 6.5 6V15.5H4C3.86739 15.5 3.74021 15.5527 3.64645 15.6464C3.55268 15.7402 3.5 15.8674 3.5 16C3.5 16.1326 3.55268 16.2598 3.64645 16.3536C3.74021 16.4473 3.86739 16.5 4 16.5H6.5V26C6.5 26.3978 6.65804 26.7794 6.93934 27.0607C7.22064 27.342 7.60218 27.5 8 27.5H13C13.3978 27.5 13.7794 27.342 14.0607 27.0607C14.342 26.7794 14.5 26.3978 14.5 26V16.5H17.5V23C17.5 23.3978 17.658 23.7794 17.9393 24.0607C18.2206 24.342 18.6022 24.5 19 24.5H24C24.3978 24.5 24.7794 24.342 25.0607 24.0607C25.342 23.7794 25.5 23.3978 25.5 23V16.5H28C28.1326 16.5 28.2598 16.4473 28.3536 16.3536C28.4473 16.2598 28.5 16.1326 28.5 16C28.5 15.8674 28.4473 15.7402 28.3536 15.6464C28.2598 15.5527 28.1326 15.5 28 15.5ZM13.5 26C13.5 26.1326 13.4473 26.2598 13.3536 26.3536C13.2598 26.4473 13.1326 26.5 13 26.5H8C7.86739 26.5 7.74021 26.4473 7.64645 26.3536C7.55268 26.2598 7.5 26.1326 7.5 26V6C7.5 5.86739 7.55268 5.74021 7.64645 5.64645C7.74021 5.55268 7.86739 5.5 8 5.5H13C13.1326 5.5 13.2598 5.55268 13.3536 5.64645C13.4473 5.74021 13.5 5.86739 13.5 6V26ZM24.5 23C24.5 23.1326 24.4473 23.2598 24.3536 23.3536C24.2598 23.4473 24.1326 23.5 24 23.5H19C18.8674 23.5 18.7402 23.4473 18.6464 23.3536C18.5527 23.2598 18.5 23.1326 18.5 23V9C18.5 8.86739 18.5527 8.74021 18.6464 8.64645C18.7402 8.55268 18.8674 8.5 19 8.5H24C24.1326 8.5 24.2598 8.55268 24.3536 8.64645C24.4473 8.74021 24.5 8.86739 24.5 9V23Z" fill="currentColor"/>
9
+ </svg>
10
+ );
11
+ }
12
+ if (type === "regular") {
13
+ return (
14
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
15
+ <path d="M28 15H26V9C26 8.46957 25.7893 7.96086 25.4142 7.58579C25.0391 7.21071 24.5304 7 24 7H19C18.4696 7 17.9609 7.21071 17.5858 7.58579C17.2107 7.96086 17 8.46957 17 9V15H15V6C15 5.46957 14.7893 4.96086 14.4142 4.58579C14.0391 4.21071 13.5304 4 13 4H8C7.46957 4 6.96086 4.21071 6.58579 4.58579C6.21071 4.96086 6 5.46957 6 6V15H4C3.73478 15 3.48043 15.1054 3.29289 15.2929C3.10536 15.4804 3 15.7348 3 16C3 16.2652 3.10536 16.5196 3.29289 16.7071C3.48043 16.8946 3.73478 17 4 17H6V26C6 26.5304 6.21071 27.0391 6.58579 27.4142C6.96086 27.7893 7.46957 28 8 28H13C13.5304 28 14.0391 27.7893 14.4142 27.4142C14.7893 27.0391 15 26.5304 15 26V17H17V23C17 23.5304 17.2107 24.0391 17.5858 24.4142C17.9609 24.7893 18.4696 25 19 25H24C24.5304 25 25.0391 24.7893 25.4142 24.4142C25.7893 24.0391 26 23.5304 26 23V17H28C28.2652 17 28.5196 16.8946 28.7071 16.7071C28.8946 16.5196 29 16.2652 29 16C29 15.7348 28.8946 15.4804 28.7071 15.2929C28.5196 15.1054 28.2652 15 28 15ZM13 26H8V6H13V26ZM24 23H19V9H24V23Z" fill="currentColor"/>
16
+ </svg>
17
+ );
18
+ }
19
+ if (type === "bold") {
20
+ return (
21
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path d="M28 14.5H27V9C27 8.33696 26.7366 7.70107 26.2678 7.23223C25.7989 6.76339 25.163 6.5 24.5 6.5H19.5C18.837 6.5 18.2011 6.76339 17.7322 7.23223C17.2634 7.70107 17 8.33696 17 9V14.5H15V6C15 5.33696 14.7366 4.70107 14.2678 4.23223C13.7989 3.76339 13.163 3.5 12.5 3.5H7.5C6.83696 3.5 6.20107 3.76339 5.73223 4.23223C5.26339 4.70107 5 5.33696 5 6V14.5H4C3.60218 14.5 3.22064 14.658 2.93934 14.9393C2.65804 15.2206 2.5 15.6022 2.5 16C2.5 16.3978 2.65804 16.7794 2.93934 17.0607C3.22064 17.342 3.60218 17.5 4 17.5H5V26C5 26.663 5.26339 27.2989 5.73223 27.7678C6.20107 28.2366 6.83696 28.5 7.5 28.5H12.5C13.163 28.5 13.7989 28.2366 14.2678 27.7678C14.7366 27.2989 15 26.663 15 26V17.5H17V23C17 23.663 17.2634 24.2989 17.7322 24.7678C18.2011 25.2366 18.837 25.5 19.5 25.5H24.5C25.163 25.5 25.7989 25.2366 26.2678 24.7678C26.7366 24.2989 27 23.663 27 23V17.5H28C28.3978 17.5 28.7794 17.342 29.0607 17.0607C29.342 16.7794 29.5 16.3978 29.5 16C29.5 15.6022 29.342 15.2206 29.0607 14.9393C28.7794 14.658 28.3978 14.5 28 14.5ZM12 25.5H8V6.5H12V25.5ZM24 22.5H20V9.5H24V22.5Z" fill="currentColor"/>
23
+ </svg>
24
+ );
25
+ }
26
+ if (type === "fill") {
27
+ return (
28
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
29
+ <path d="M29 16C29 16.2652 28.8946 16.5196 28.7071 16.7071C28.5196 16.8946 28.2652 17 28 17H26V23C26 23.5304 25.7893 24.0391 25.4142 24.4142C25.0391 24.7893 24.5304 25 24 25H19C18.4696 25 17.9609 24.7893 17.5858 24.4142C17.2107 24.0391 17 23.5304 17 23V17H15V26C15 26.5304 14.7893 27.0391 14.4142 27.4142C14.0391 27.7893 13.5304 28 13 28H8C7.46957 28 6.96086 27.7893 6.58579 27.4142C6.21071 27.0391 6 26.5304 6 26V17H4C3.73478 17 3.48043 16.8946 3.29289 16.7071C3.10536 16.5196 3 16.2652 3 16C3 15.7348 3.10536 15.4804 3.29289 15.2929C3.48043 15.1054 3.73478 15 4 15H6V6C6 5.46957 6.21071 4.96086 6.58579 4.58579C6.96086 4.21071 7.46957 4 8 4H13C13.5304 4 14.0391 4.21071 14.4142 4.58579C14.7893 4.96086 15 5.46957 15 6V15H17V9C17 8.46957 17.2107 7.96086 17.5858 7.58579C17.9609 7.21071 18.4696 7 19 7H24C24.5304 7 25.0391 7.21071 25.4142 7.58579C25.7893 7.96086 26 8.46957 26 9V15H28C28.2652 15 28.5196 15.1054 28.7071 15.2929C28.8946 15.4804 29 15.7348 29 16Z" fill="currentColor"/>
30
+ </svg>
31
+ );
32
+ }
33
+ if (type === "duotone") {
34
+ return (
35
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
36
+ <path opacity="0.2" d="M25 9V23C25 23.2652 24.8946 23.5196 24.7071 23.7071C24.5196 23.8946 24.2652 24 24 24H19C18.7348 24 18.4804 23.8946 18.2929 23.7071C18.1054 23.5196 18 23.2652 18 23V9C18 8.73478 18.1054 8.48043 18.2929 8.29289C18.4804 8.10536 18.7348 8 19 8H24C24.2652 8 24.5196 8.10536 24.7071 8.29289C24.8946 8.48043 25 8.73478 25 9ZM13 5H8C7.73478 5 7.48043 5.10536 7.29289 5.29289C7.10536 5.48043 7 5.73478 7 6V26C7 26.2652 7.10536 26.5196 7.29289 26.7071C7.48043 26.8946 7.73478 27 8 27H13C13.2652 27 13.5196 26.8946 13.7071 26.7071C13.8946 26.5196 14 26.2652 14 26V6C14 5.73478 13.8946 5.48043 13.7071 5.29289C13.5196 5.10536 13.2652 5 13 5Z" fill="currentColor"/>
37
+ <path d="M28 15H26V9C26 8.46957 25.7893 7.96086 25.4142 7.58579C25.0391 7.21071 24.5304 7 24 7H19C18.4696 7 17.9609 7.21071 17.5858 7.58579C17.2107 7.96086 17 8.46957 17 9V15H15V6C15 5.46957 14.7893 4.96086 14.4142 4.58579C14.0391 4.21071 13.5304 4 13 4H8C7.46957 4 6.96086 4.21071 6.58579 4.58579C6.21071 4.96086 6 5.46957 6 6V15H4C3.73478 15 3.48043 15.1054 3.29289 15.2929C3.10536 15.4804 3 15.7348 3 16C3 16.2652 3.10536 16.5196 3.29289 16.7071C3.48043 16.8946 3.73478 17 4 17H6V26C6 26.5304 6.21071 27.0391 6.58579 27.4142C6.96086 27.7893 7.46957 28 8 28H13C13.5304 28 14.0391 27.7893 14.4142 27.4142C14.7893 27.0391 15 26.5304 15 26V17H17V23C17 23.5304 17.2107 24.0391 17.5858 24.4142C17.9609 24.7893 18.4696 25 19 25H24C24.5304 25 25.0391 24.7893 25.4142 24.4142C25.7893 24.0391 26 23.5304 26 23V17H28C28.2652 17 28.5196 16.8946 28.7071 16.7071C28.8946 16.5196 29 16.2652 29 16C29 15.7348 28.8946 15.4804 28.7071 15.2929C28.5196 15.1054 28.2652 15 28 15ZM13 26H8V6H13V26ZM24 23H19V9H24V23Z" fill="currentColor"/>
38
+ </svg>
39
+ );
40
+ }
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path d="M28 15.25H25.75V9C25.75 8.53587 25.5656 8.09075 25.2374 7.76256C24.9092 7.43437 24.4641 7.25 24 7.25H19C18.5359 7.25 18.0908 7.43437 17.7626 7.76256C17.4344 8.09075 17.25 8.53587 17.25 9V15.25H14.75V6C14.75 5.77019 14.7047 5.54262 14.6168 5.3303C14.5288 5.11798 14.3999 4.92507 14.2374 4.76256C14.0749 4.60006 13.882 4.47116 13.6697 4.38321C13.4574 4.29526 13.2298 4.25 13 4.25H8C7.53587 4.25 7.09075 4.43437 6.76256 4.76256C6.43437 5.09075 6.25 5.53587 6.25 6V15.25H4C3.80109 15.25 3.61032 15.329 3.46967 15.4697C3.32902 15.6103 3.25 15.8011 3.25 16C3.25 16.1989 3.32902 16.3897 3.46967 16.5303C3.61032 16.671 3.80109 16.75 4 16.75H6.25V26C6.25 26.4641 6.43437 26.9092 6.76256 27.2374C7.09075 27.5656 7.53587 27.75 8 27.75H13C13.2298 27.75 13.4574 27.7047 13.6697 27.6168C13.882 27.5288 14.0749 27.3999 14.2374 27.2374C14.3999 27.0749 14.5288 26.882 14.6168 26.6697C14.7047 26.4574 14.75 26.2298 14.75 26V16.75H17.25V23C17.25 23.4641 17.4344 23.9092 17.7626 24.2374C18.0908 24.5656 18.5359 24.75 19 24.75H24C24.4641 24.75 24.9092 24.5656 25.2374 24.2374C25.5656 23.9092 25.75 23.4641 25.75 23V16.75H28C28.1989 16.75 28.3897 16.671 28.5303 16.5303C28.671 16.3897 28.75 16.1989 28.75 16C28.75 15.8011 28.671 15.6103 28.5303 15.4697C28.3897 15.329 28.1989 15.25 28 15.25ZM13.25 26C13.25 26.0663 13.2237 26.1299 13.1768 26.1768C13.1299 26.2237 13.0663 26.25 13 26.25H8C7.9337 26.25 7.87011 26.2237 7.82322 26.1768C7.77634 26.1299 7.75 26.0663 7.75 26V6C7.75 5.9337 7.77634 5.87011 7.82322 5.82322C7.87011 5.77634 7.9337 5.75 8 5.75H13C13.0663 5.75 13.1299 5.77634 13.1768 5.82322C13.2237 5.87011 13.25 5.9337 13.25 6V26ZM24.25 23C24.25 23.0663 24.2237 23.1299 24.1768 23.1768C24.1299 23.2237 24.0663 23.25 24 23.25H19C18.9337 23.25 18.8701 23.2237 18.8232 23.1768C18.7763 23.1299 18.75 23.0663 18.75 23V9C18.75 8.9337 18.7763 8.87011 18.8232 8.82322C18.8701 8.77634 18.9337 8.75 19 8.75H24C24.0663 8.75 24.1299 8.77634 24.1768 8.82322C24.2237 8.87011 24.25 8.9337 24.25 9V23Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default AlignCenterVertical;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const AlignCenterVerticalSimple = ({type = "light"}: IconProps) => {
5
+ if (type === "thin") {
6
+ return (
7
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
8
+ <path d="M26 15.5H21.5V6C21.5 5.60218 21.342 5.22064 21.0607 4.93934C20.7794 4.65804 20.3978 4.5 20 4.5H12C11.6022 4.5 11.2206 4.65804 10.9393 4.93934C10.658 5.22064 10.5 5.60218 10.5 6V15.5H6C5.86739 15.5 5.74021 15.5527 5.64645 15.6464C5.55268 15.7402 5.5 15.8674 5.5 16C5.5 16.1326 5.55268 16.2598 5.64645 16.3536C5.74021 16.4473 5.86739 16.5 6 16.5H10.5V26C10.5 26.3978 10.658 26.7794 10.9393 27.0607C11.2206 27.342 11.6022 27.5 12 27.5H20C20.3978 27.5 20.7794 27.342 21.0607 27.0607C21.342 26.7794 21.5 26.3978 21.5 26V16.5H26C26.1326 16.5 26.2598 16.4473 26.3536 16.3536C26.4473 16.2598 26.5 16.1326 26.5 16C26.5 15.8674 26.4473 15.7402 26.3536 15.6464C26.2598 15.5527 26.1326 15.5 26 15.5ZM20.5 26C20.5 26.1326 20.4473 26.2598 20.3536 26.3536C20.2598 26.4473 20.1326 26.5 20 26.5H12C11.8674 26.5 11.7402 26.4473 11.6464 26.3536C11.5527 26.2598 11.5 26.1326 11.5 26V6C11.5 5.86739 11.5527 5.74021 11.6464 5.64645C11.7402 5.55268 11.8674 5.5 12 5.5H20C20.1326 5.5 20.2598 5.55268 20.3536 5.64645C20.4473 5.74021 20.5 5.86739 20.5 6V26Z" fill="currentColor"/>
9
+ </svg>
10
+ );
11
+ }
12
+ if (type === "regular") {
13
+ return (
14
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
15
+ <path d="M26 15H22V6C22 5.46957 21.7893 4.96086 21.4142 4.58579C21.0391 4.21071 20.5304 4 20 4H12C11.4696 4 10.9609 4.21071 10.5858 4.58579C10.2107 4.96086 10 5.46957 10 6V15H6C5.73478 15 5.48043 15.1054 5.29289 15.2929C5.10536 15.4804 5 15.7348 5 16C5 16.2652 5.10536 16.5196 5.29289 16.7071C5.48043 16.8946 5.73478 17 6 17H10V26C10 26.5304 10.2107 27.0391 10.5858 27.4142C10.9609 27.7893 11.4696 28 12 28H20C20.5304 28 21.0391 27.7893 21.4142 27.4142C21.7893 27.0391 22 26.5304 22 26V17H26C26.2652 17 26.5196 16.8946 26.7071 16.7071C26.8946 16.5196 27 16.2652 27 16C27 15.7348 26.8946 15.4804 26.7071 15.2929C26.5196 15.1054 26.2652 15 26 15ZM20 26H12V6H20V26Z" fill="currentColor"/>
16
+ </svg>
17
+ );
18
+ }
19
+ if (type === "bold") {
20
+ return (
21
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path d="M26 14.5H22.5V6C22.5 5.33696 22.2366 4.70107 21.7678 4.23223C21.2989 3.76339 20.663 3.5 20 3.5H12C11.337 3.5 10.7011 3.76339 10.2322 4.23223C9.76339 4.70107 9.5 5.33696 9.5 6V14.5H6C5.60218 14.5 5.22064 14.658 4.93934 14.9393C4.65804 15.2206 4.5 15.6022 4.5 16C4.5 16.3978 4.65804 16.7794 4.93934 17.0607C5.22064 17.342 5.60218 17.5 6 17.5H9.5V26C9.5 26.663 9.76339 27.2989 10.2322 27.7678C10.7011 28.2366 11.337 28.5 12 28.5H20C20.663 28.5 21.2989 28.2366 21.7678 27.7678C22.2366 27.2989 22.5 26.663 22.5 26V17.5H26C26.3978 17.5 26.7794 17.342 27.0607 17.0607C27.342 16.7794 27.5 16.3978 27.5 16C27.5 15.6022 27.342 15.2206 27.0607 14.9393C26.7794 14.658 26.3978 14.5 26 14.5ZM19.5 25.5H12.5V6.5H19.5V25.5Z" fill="currentColor"/>
23
+ </svg>
24
+ );
25
+ }
26
+ if (type === "fill") {
27
+ return (
28
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
29
+ <path d="M27 16C27 16.2652 26.8946 16.5196 26.7071 16.7071C26.5196 16.8946 26.2652 17 26 17H22V26C22 26.5304 21.7893 27.0391 21.4142 27.4142C21.0391 27.7893 20.5304 28 20 28H12C11.4696 28 10.9609 27.7893 10.5858 27.4142C10.2107 27.0391 10 26.5304 10 26V17H6C5.73478 17 5.48043 16.8946 5.29289 16.7071C5.10536 16.5196 5 16.2652 5 16C5 15.7348 5.10536 15.4804 5.29289 15.2929C5.48043 15.1054 5.73478 15 6 15H10V6C10 5.46957 10.2107 4.96086 10.5858 4.58579C10.9609 4.21071 11.4696 4 12 4H20C20.5304 4 21.0391 4.21071 21.4142 4.58579C21.7893 4.96086 22 5.46957 22 6V15H26C26.2652 15 26.5196 15.1054 26.7071 15.2929C26.8946 15.4804 27 15.7348 27 16Z" fill="currentColor"/>
30
+ </svg>
31
+ );
32
+ }
33
+ if (type === "duotone") {
34
+ return (
35
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
36
+ <path opacity="0.2" d="M21 6V26C21 26.2652 20.8946 26.5196 20.7071 26.7071C20.5196 26.8946 20.2652 27 20 27H12C11.7348 27 11.4804 26.8946 11.2929 26.7071C11.1054 26.5196 11 26.2652 11 26V6C11 5.73478 11.1054 5.48043 11.2929 5.29289C11.4804 5.10536 11.7348 5 12 5H20C20.2652 5 20.5196 5.10536 20.7071 5.29289C20.8946 5.48043 21 5.73478 21 6Z" fill="currentColor"/>
37
+ <path d="M26 15H22V6C22 5.46957 21.7893 4.96086 21.4142 4.58579C21.0391 4.21071 20.5304 4 20 4H12C11.4696 4 10.9609 4.21071 10.5858 4.58579C10.2107 4.96086 10 5.46957 10 6V15H6C5.73478 15 5.48043 15.1054 5.29289 15.2929C5.10536 15.4804 5 15.7348 5 16C5 16.2652 5.10536 16.5196 5.29289 16.7071C5.48043 16.8946 5.73478 17 6 17H10V26C10 26.5304 10.2107 27.0391 10.5858 27.4142C10.9609 27.7893 11.4696 28 12 28H20C20.5304 28 21.0391 27.7893 21.4142 27.4142C21.7893 27.0391 22 26.5304 22 26V17H26C26.2652 17 26.5196 16.8946 26.7071 16.7071C26.8946 16.5196 27 16.2652 27 16C27 15.7348 26.8946 15.4804 26.7071 15.2929C26.5196 15.1054 26.2652 15 26 15ZM20 26H12V6H20V26Z" fill="currentColor"/>
38
+ </svg>
39
+ );
40
+ }
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path d="M26 15.25H21.75V6C21.75 5.53587 21.5656 5.09075 21.2374 4.76256C20.9092 4.43437 20.4641 4.25 20 4.25H12C11.5359 4.25 11.0908 4.43437 10.7626 4.76256C10.4344 5.09075 10.25 5.53587 10.25 6V15.25H6C5.80109 15.25 5.61032 15.329 5.46967 15.4697C5.32902 15.6103 5.25 15.8011 5.25 16C5.25 16.1989 5.32902 16.3897 5.46967 16.5303C5.61032 16.671 5.80109 16.75 6 16.75H10.25V26C10.25 26.4641 10.4344 26.9092 10.7626 27.2374C11.0908 27.5656 11.5359 27.75 12 27.75H20C20.4641 27.75 20.9092 27.5656 21.2374 27.2374C21.5656 26.9092 21.75 26.4641 21.75 26V16.75H26C26.1989 16.75 26.3897 16.671 26.5303 16.5303C26.671 16.3897 26.75 16.1989 26.75 16C26.75 15.8011 26.671 15.6103 26.5303 15.4697C26.3897 15.329 26.1989 15.25 26 15.25ZM20.25 26C20.25 26.0663 20.2237 26.1299 20.1768 26.1768C20.1299 26.2237 20.0663 26.25 20 26.25H12C11.9337 26.25 11.8701 26.2237 11.8232 26.1768C11.7763 26.1299 11.75 26.0663 11.75 26V6C11.75 5.9337 11.7763 5.87011 11.8232 5.82322C11.8701 5.77634 11.9337 5.75 12 5.75H20C20.0663 5.75 20.1299 5.77634 20.1768 5.82322C20.2237 5.87011 20.25 5.9337 20.25 6V26Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default AlignCenterVerticalSimple;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const AlignLeft = ({type = "light"}: IconProps) => {
5
+ if (type === "thin") {
6
+ return (
7
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
8
+ <path d="M5.5 5V27C5.5 27.1326 5.44732 27.2598 5.35355 27.3536C5.25979 27.4473 5.13261 27.5 5 27.5C4.86739 27.5 4.74021 27.4473 4.64645 27.3536C4.55268 27.2598 4.5 27.1326 4.5 27V5C4.5 4.86739 4.55268 4.74021 4.64645 4.64645C4.74021 4.55268 4.86739 4.5 5 4.5C5.13261 4.5 5.25979 4.55268 5.35355 4.64645C5.44732 4.74021 5.5 4.86739 5.5 5ZM8.5 13V8C8.5 7.60218 8.65804 7.22064 8.93934 6.93934C9.22064 6.65804 9.60218 6.5 10 6.5H22C22.3978 6.5 22.7794 6.65804 23.0607 6.93934C23.342 7.22064 23.5 7.60218 23.5 8V13C23.5 13.3978 23.342 13.7794 23.0607 14.0607C22.7794 14.342 22.3978 14.5 22 14.5H10C9.60218 14.5 9.22064 14.342 8.93934 14.0607C8.65804 13.7794 8.5 13.3978 8.5 13ZM9.5 13C9.5 13.1326 9.55268 13.2598 9.64645 13.3536C9.74021 13.4473 9.86739 13.5 10 13.5H22C22.1326 13.5 22.2598 13.4473 22.3536 13.3536C22.4473 13.2598 22.5 13.1326 22.5 13V8C22.5 7.86739 22.4473 7.74021 22.3536 7.64645C22.2598 7.55268 22.1326 7.5 22 7.5H10C9.86739 7.5 9.74021 7.55268 9.64645 7.64645C9.55268 7.74021 9.5 7.86739 9.5 8V13ZM28.5 19V24C28.5 24.3978 28.342 24.7794 28.0607 25.0607C27.7794 25.342 27.3978 25.5 27 25.5H10C9.60218 25.5 9.22064 25.342 8.93934 25.0607C8.65804 24.7794 8.5 24.3978 8.5 24V19C8.5 18.6022 8.65804 18.2206 8.93934 17.9393C9.22064 17.658 9.60218 17.5 10 17.5H27C27.3978 17.5 27.7794 17.658 28.0607 17.9393C28.342 18.2206 28.5 18.6022 28.5 19ZM27.5 19C27.5 18.8674 27.4473 18.7402 27.3536 18.6464C27.2598 18.5527 27.1326 18.5 27 18.5H10C9.86739 18.5 9.74021 18.5527 9.64645 18.6464C9.55268 18.7402 9.5 18.8674 9.5 19V24C9.5 24.1326 9.55268 24.2598 9.64645 24.3536C9.74021 24.4473 9.86739 24.5 10 24.5H27C27.1326 24.5 27.2598 24.4473 27.3536 24.3536C27.4473 24.2598 27.5 24.1326 27.5 24V19Z" fill="currentColor"/>
9
+ </svg>
10
+ );
11
+ }
12
+ if (type === "regular") {
13
+ return (
14
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
15
+ <path d="M6 5V27C6 27.2652 5.89464 27.5196 5.70711 27.7071C5.51957 27.8946 5.26522 28 5 28C4.73478 28 4.48043 27.8946 4.29289 27.7071C4.10536 27.5196 4 27.2652 4 27V5C4 4.73478 4.10536 4.48043 4.29289 4.29289C4.48043 4.10536 4.73478 4 5 4C5.26522 4 5.51957 4.10536 5.70711 4.29289C5.89464 4.48043 6 4.73478 6 5ZM8 13V8C8 7.46957 8.21071 6.96086 8.58579 6.58579C8.96086 6.21071 9.46957 6 10 6H22C22.5304 6 23.0391 6.21071 23.4142 6.58579C23.7893 6.96086 24 7.46957 24 8V13C24 13.5304 23.7893 14.0391 23.4142 14.4142C23.0391 14.7893 22.5304 15 22 15H10C9.46957 15 8.96086 14.7893 8.58579 14.4142C8.21071 14.0391 8 13.5304 8 13ZM10 13H22V8H10V13ZM29 19V24C29 24.5304 28.7893 25.0391 28.4142 25.4142C28.0391 25.7893 27.5304 26 27 26H10C9.46957 26 8.96086 25.7893 8.58579 25.4142C8.21071 25.0391 8 24.5304 8 24V19C8 18.4696 8.21071 17.9609 8.58579 17.5858C8.96086 17.2107 9.46957 17 10 17H27C27.5304 17 28.0391 17.2107 28.4142 17.5858C28.7893 17.9609 29 18.4696 29 19ZM27 24V19H10V24H27Z" fill="currentColor"/>
16
+ </svg>
17
+ );
18
+ }
19
+ if (type === "bold") {
20
+ return (
21
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path d="M6.5 5V27C6.5 27.3978 6.34196 27.7794 6.06066 28.0607C5.77936 28.342 5.39782 28.5 5 28.5C4.60218 28.5 4.22064 28.342 3.93934 28.0607C3.65804 27.7794 3.5 27.3978 3.5 27V5C3.5 4.60218 3.65804 4.22064 3.93934 3.93934C4.22064 3.65804 4.60218 3.5 5 3.5C5.39782 3.5 5.77936 3.65804 6.06066 3.93934C6.34196 4.22064 6.5 4.60218 6.5 5ZM8.5 12.5V8C8.5 7.33696 8.76339 6.70107 9.23223 6.23223C9.70107 5.76339 10.337 5.5 11 5.5H22C22.663 5.5 23.2989 5.76339 23.7678 6.23223C24.2366 6.70107 24.5 7.33696 24.5 8V12.5C24.5 13.163 24.2366 13.7989 23.7678 14.2678C23.2989 14.7366 22.663 15 22 15H11C10.337 15 9.70107 14.7366 9.23223 14.2678C8.76339 13.7989 8.5 13.163 8.5 12.5ZM11.5 12H21.5V8.5H11.5V12ZM29.5 19.5V24C29.5 24.663 29.2366 25.2989 28.7678 25.7678C28.2989 26.2366 27.663 26.5 27 26.5H11C10.337 26.5 9.70107 26.2366 9.23223 25.7678C8.76339 25.2989 8.5 24.663 8.5 24V19.5C8.5 18.837 8.76339 18.2011 9.23223 17.7322C9.70107 17.2634 10.337 17 11 17H27C27.663 17 28.2989 17.2634 28.7678 17.7322C29.2366 18.2011 29.5 18.837 29.5 19.5ZM26.5 20H11.5V23.5H26.5V20Z" fill="currentColor"/>
23
+ </svg>
24
+ );
25
+ }
26
+ if (type === "fill") {
27
+ return (
28
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
29
+ <path d="M29 19V24C29 24.5304 28.7893 25.0391 28.4142 25.4142C28.0391 25.7893 27.5304 26 27 26H10C9.46957 26 8.96086 25.7893 8.58579 25.4142C8.21071 25.0391 8 24.5304 8 24V19C8 18.4696 8.21071 17.9609 8.58579 17.5858C8.96086 17.2107 9.46957 17 10 17H27C27.5304 17 28.0391 17.2107 28.4142 17.5858C28.7893 17.9609 29 18.4696 29 19ZM5 4C4.73478 4 4.48043 4.10536 4.29289 4.29289C4.10536 4.48043 4 4.73478 4 5V27C4 27.2652 4.10536 27.5196 4.29289 27.7071C4.48043 27.8946 4.73478 28 5 28C5.26522 28 5.51957 27.8946 5.70711 27.7071C5.89464 27.5196 6 27.2652 6 27V5C6 4.73478 5.89464 4.48043 5.70711 4.29289C5.51957 4.10536 5.26522 4 5 4ZM10 15H22C22.5304 15 23.0391 14.7893 23.4142 14.4142C23.7893 14.0391 24 13.5304 24 13V8C24 7.46957 23.7893 6.96086 23.4142 6.58579C23.0391 6.21071 22.5304 6 22 6H10C9.46957 6 8.96086 6.21071 8.58579 6.58579C8.21071 6.96086 8 7.46957 8 8V13C8 13.5304 8.21071 14.0391 8.58579 14.4142C8.96086 14.7893 9.46957 15 10 15Z" fill="currentColor"/>
30
+ </svg>
31
+ );
32
+ }
33
+ if (type === "duotone") {
34
+ return (
35
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
36
+ <path opacity="0.2" d="M9 13V8C9 7.73478 9.10536 7.48043 9.29289 7.29289C9.48043 7.10536 9.73478 7 10 7H22C22.2652 7 22.5196 7.10536 22.7071 7.29289C22.8946 7.48043 23 7.73478 23 8V13C23 13.2652 22.8946 13.5196 22.7071 13.7071C22.5196 13.8946 22.2652 14 22 14H10C9.73478 14 9.48043 13.8946 9.29289 13.7071C9.10536 13.5196 9 13.2652 9 13ZM27 18H10C9.73478 18 9.48043 18.1054 9.29289 18.2929C9.10536 18.4804 9 18.7348 9 19V24C9 24.2652 9.10536 24.5196 9.29289 24.7071C9.48043 24.8946 9.73478 25 10 25H27C27.2652 25 27.5196 24.8946 27.7071 24.7071C27.8946 24.5196 28 24.2652 28 24V19C28 18.7348 27.8946 18.4804 27.7071 18.2929C27.5196 18.1054 27.2652 18 27 18Z" fill="currentColor"/>
37
+ <path d="M27 17H10C9.46957 17 8.96086 17.2107 8.58579 17.5858C8.21071 17.9609 8 18.4696 8 19V24C8 24.5304 8.21071 25.0391 8.58579 25.4142C8.96086 25.7893 9.46957 26 10 26H27C27.5304 26 28.0391 25.7893 28.4142 25.4142C28.7893 25.0391 29 24.5304 29 24V19C29 18.4696 28.7893 17.9609 28.4142 17.5858C28.0391 17.2107 27.5304 17 27 17ZM27 24H10V19H27V24ZM6 5V27C6 27.2652 5.89464 27.5196 5.70711 27.7071C5.51957 27.8946 5.26522 28 5 28C4.73478 28 4.48043 27.8946 4.29289 27.7071C4.10536 27.5196 4 27.2652 4 27V5C4 4.73478 4.10536 4.48043 4.29289 4.29289C4.48043 4.10536 4.73478 4 5 4C5.26522 4 5.51957 4.10536 5.70711 4.29289C5.89464 4.48043 6 4.73478 6 5ZM10 15H22C22.5304 15 23.0391 14.7893 23.4142 14.4142C23.7893 14.0391 24 13.5304 24 13V8C24 7.46957 23.7893 6.96086 23.4142 6.58579C23.0391 6.21071 22.5304 6 22 6H10C9.46957 6 8.96086 6.21071 8.58579 6.58579C8.21071 6.96086 8 7.46957 8 8V13C8 13.5304 8.21071 14.0391 8.58579 14.4142C8.96086 14.7893 9.46957 15 10 15ZM10 8H22V13H10V8Z" fill="currentColor"/>
38
+ </svg>
39
+ );
40
+ }
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path d="M5.75 5V27C5.75 27.1989 5.67098 27.3897 5.53033 27.5303C5.38968 27.671 5.19891 27.75 5 27.75C4.80109 27.75 4.61032 27.671 4.46967 27.5303C4.32902 27.3897 4.25 27.1989 4.25 27V5C4.25 4.80109 4.32902 4.61032 4.46967 4.46967C4.61032 4.32902 4.80109 4.25 5 4.25C5.19891 4.25 5.38968 4.32902 5.53033 4.46967C5.67098 4.61032 5.75 4.80109 5.75 5ZM8.25 13V8C8.25 7.53587 8.43437 7.09075 8.76256 6.76256C9.09075 6.43437 9.53587 6.25 10 6.25H22C22.4641 6.25 22.9092 6.43437 23.2374 6.76256C23.5656 7.09075 23.75 7.53587 23.75 8V13C23.75 13.2298 23.7047 13.4574 23.6168 13.6697C23.5288 13.882 23.3999 14.0749 23.2374 14.2374C23.0749 14.3999 22.882 14.5288 22.6697 14.6168C22.4574 14.7047 22.2298 14.75 22 14.75H10C9.77019 14.75 9.54262 14.7047 9.3303 14.6168C9.11798 14.5288 8.92507 14.3999 8.76256 14.2374C8.60006 14.0749 8.47116 13.882 8.38321 13.6697C8.29527 13.4574 8.25 13.2298 8.25 13ZM9.75 13C9.75 13.0663 9.77634 13.1299 9.82322 13.1768C9.87011 13.2237 9.9337 13.25 10 13.25H22C22.0663 13.25 22.1299 13.2237 22.1768 13.1768C22.2237 13.1299 22.25 13.0663 22.25 13V8C22.25 7.9337 22.2237 7.87011 22.1768 7.82322C22.1299 7.77634 22.0663 7.75 22 7.75H10C9.9337 7.75 9.87011 7.77634 9.82322 7.82322C9.77634 7.87011 9.75 7.9337 9.75 8V13ZM28.75 19V24C28.75 24.4641 28.5656 24.9092 28.2374 25.2374C27.9092 25.5656 27.4641 25.75 27 25.75H10C9.53587 25.75 9.09075 25.5656 8.76256 25.2374C8.43437 24.9092 8.25 24.4641 8.25 24V19C8.25 18.5359 8.43437 18.0908 8.76256 17.7626C9.09075 17.4344 9.53587 17.25 10 17.25H27C27.4641 17.25 27.9092 17.4344 28.2374 17.7626C28.5656 18.0908 28.75 18.5359 28.75 19ZM27.25 19C27.25 18.9337 27.2237 18.8701 27.1768 18.8232C27.1299 18.7763 27.0663 18.75 27 18.75H10C9.9337 18.75 9.87011 18.7763 9.82322 18.8232C9.77634 18.8701 9.75 18.9337 9.75 19V24C9.75 24.0663 9.77634 24.1299 9.82322 24.1768C9.87011 24.2237 9.9337 24.25 10 24.25H27C27.0663 24.25 27.1299 24.2237 27.1768 24.1768C27.2237 24.1299 27.25 24.0663 27.25 24V19Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default AlignLeft;
@@ -0,0 +1,48 @@
1
+
2
+ import IconProps from "../../IconProps";
3
+
4
+ const AlignLeftSimple = ({type = "light"}: IconProps) => {
5
+ if (type === "thin") {
6
+ return (
7
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
8
+ <path d="M4.5 7V25C4.5 25.1326 4.44732 25.2598 4.35355 25.3536C4.25979 25.4473 4.13261 25.5 4 25.5C3.86739 25.5 3.74021 25.4473 3.64645 25.3536C3.55268 25.2598 3.5 25.1326 3.5 25V7C3.5 6.86739 3.55268 6.74021 3.64645 6.64645C3.74021 6.55268 3.86739 6.5 4 6.5C4.13261 6.5 4.25979 6.55268 4.35355 6.64645C4.44732 6.74021 4.5 6.86739 4.5 7ZM29.5 12V20C29.5 20.3978 29.342 20.7794 29.0607 21.0607C28.7794 21.342 28.3978 21.5 28 21.5H9C8.60218 21.5 8.22064 21.342 7.93934 21.0607C7.65804 20.7794 7.5 20.3978 7.5 20V12C7.5 11.6022 7.65804 11.2206 7.93934 10.9393C8.22064 10.658 8.60218 10.5 9 10.5H28C28.3978 10.5 28.7794 10.658 29.0607 10.9393C29.342 11.2206 29.5 11.6022 29.5 12ZM28.5 12C28.5 11.8674 28.4473 11.7402 28.3536 11.6464C28.2598 11.5527 28.1326 11.5 28 11.5H9C8.86739 11.5 8.74021 11.5527 8.64645 11.6464C8.55268 11.7402 8.5 11.8674 8.5 12V20C8.5 20.1326 8.55268 20.2598 8.64645 20.3536C8.74021 20.4473 8.86739 20.5 9 20.5H28C28.1326 20.5 28.2598 20.4473 28.3536 20.3536C28.4473 20.2598 28.5 20.1326 28.5 20V12Z" fill="currentColor"/>
9
+ </svg>
10
+ );
11
+ }
12
+ if (type === "regular") {
13
+ return (
14
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
15
+ <path d="M5 7V25C5 25.2652 4.89464 25.5196 4.70711 25.7071C4.51957 25.8946 4.26522 26 4 26C3.73478 26 3.48043 25.8946 3.29289 25.7071C3.10536 25.5196 3 25.2652 3 25V7C3 6.73478 3.10536 6.48043 3.29289 6.29289C3.48043 6.10536 3.73478 6 4 6C4.26522 6 4.51957 6.10536 4.70711 6.29289C4.89464 6.48043 5 6.73478 5 7ZM30 12V20C30 20.5304 29.7893 21.0391 29.4142 21.4142C29.0391 21.7893 28.5304 22 28 22H9C8.46957 22 7.96086 21.7893 7.58579 21.4142C7.21071 21.0391 7 20.5304 7 20V12C7 11.4696 7.21071 10.9609 7.58579 10.5858C7.96086 10.2107 8.46957 10 9 10H28C28.5304 10 29.0391 10.2107 29.4142 10.5858C29.7893 10.9609 30 11.4696 30 12ZM28 20V12H9V20H28Z" fill="currentColor"/>
16
+ </svg>
17
+ );
18
+ }
19
+ if (type === "bold") {
20
+ return (
21
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
22
+ <path d="M5.5 7V25C5.5 25.3978 5.34196 25.7794 5.06066 26.0607C4.77936 26.342 4.39782 26.5 4 26.5C3.60218 26.5 3.22064 26.342 2.93934 26.0607C2.65804 25.7794 2.5 25.3978 2.5 25V7C2.5 6.60218 2.65804 6.22064 2.93934 5.93934C3.22064 5.65804 3.60218 5.5 4 5.5C4.39782 5.5 4.77936 5.65804 5.06066 5.93934C5.34196 6.22064 5.5 6.60218 5.5 7ZM30.5 12V20C30.5 20.663 30.2366 21.2989 29.7678 21.7678C29.2989 22.2366 28.663 22.5 28 22.5H10C9.33696 22.5 8.70107 22.2366 8.23223 21.7678C7.76339 21.2989 7.5 20.663 7.5 20V12C7.5 11.337 7.76339 10.7011 8.23223 10.2322C8.70107 9.76339 9.33696 9.5 10 9.5H28C28.663 9.5 29.2989 9.76339 29.7678 10.2322C30.2366 10.7011 30.5 11.337 30.5 12ZM27.5 12.5H10.5V19.5H27.5V12.5Z" fill="currentColor"/>
23
+ </svg>
24
+ );
25
+ }
26
+ if (type === "fill") {
27
+ return (
28
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
29
+ <path d="M5 7V25C5 25.2652 4.89464 25.5196 4.70711 25.7071C4.51957 25.8946 4.26522 26 4 26C3.73478 26 3.48043 25.8946 3.29289 25.7071C3.10536 25.5196 3 25.2652 3 25V7C3 6.73478 3.10536 6.48043 3.29289 6.29289C3.48043 6.10536 3.73478 6 4 6C4.26522 6 4.51957 6.10536 4.70711 6.29289C4.89464 6.48043 5 6.73478 5 7ZM28 10H9C8.46957 10 7.96086 10.2107 7.58579 10.5858C7.21071 10.9609 7 11.4696 7 12V20C7 20.5304 7.21071 21.0391 7.58579 21.4142C7.96086 21.7893 8.46957 22 9 22H28C28.5304 22 29.0391 21.7893 29.4142 21.4142C29.7893 21.0391 30 20.5304 30 20V12C30 11.4696 29.7893 10.9609 29.4142 10.5858C29.0391 10.2107 28.5304 10 28 10Z" fill="currentColor"/>
30
+ </svg>
31
+ );
32
+ }
33
+ if (type === "duotone") {
34
+ return (
35
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
36
+ <path opacity="0.2" d="M29 12V20C29 20.2652 28.8946 20.5196 28.7071 20.7071C28.5196 20.8946 28.2652 21 28 21H9C8.73478 21 8.48043 20.8946 8.29289 20.7071C8.10536 20.5196 8 20.2652 8 20V12C8 11.7348 8.10536 11.4804 8.29289 11.2929C8.48043 11.1054 8.73478 11 9 11H28C28.2652 11 28.5196 11.1054 28.7071 11.2929C28.8946 11.4804 29 11.7348 29 12Z" fill="currentColor"/>
37
+ <path d="M5 7V25C5 25.2652 4.89464 25.5196 4.70711 25.7071C4.51957 25.8946 4.26522 26 4 26C3.73478 26 3.48043 25.8946 3.29289 25.7071C3.10536 25.5196 3 25.2652 3 25V7C3 6.73478 3.10536 6.48043 3.29289 6.29289C3.48043 6.10536 3.73478 6 4 6C4.26522 6 4.51957 6.10536 4.70711 6.29289C4.89464 6.48043 5 6.73478 5 7ZM30 12V20C30 20.5304 29.7893 21.0391 29.4142 21.4142C29.0391 21.7893 28.5304 22 28 22H9C8.46957 22 7.96086 21.7893 7.58579 21.4142C7.21071 21.0391 7 20.5304 7 20V12C7 11.4696 7.21071 10.9609 7.58579 10.5858C7.96086 10.2107 8.46957 10 9 10H28C28.5304 10 29.0391 10.2107 29.4142 10.5858C29.7893 10.9609 30 11.4696 30 12ZM28 20V12H9V20H28Z" fill="currentColor"/>
38
+ </svg>
39
+ );
40
+ }
41
+ return (
42
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
43
+ <path d="M4.75 7V25C4.75 25.1989 4.67098 25.3897 4.53033 25.5303C4.38968 25.671 4.19891 25.75 4 25.75C3.80109 25.75 3.61032 25.671 3.46967 25.5303C3.32902 25.3897 3.25 25.1989 3.25 25V7C3.25 6.80109 3.32902 6.61032 3.46967 6.46967C3.61032 6.32902 3.80109 6.25 4 6.25C4.19891 6.25 4.38968 6.32902 4.53033 6.46967C4.67098 6.61032 4.75 6.80109 4.75 7ZM29.75 12V20C29.75 20.4641 29.5656 20.9092 29.2374 21.2374C28.9092 21.5656 28.4641 21.75 28 21.75H9C8.53587 21.75 8.09075 21.5656 7.76256 21.2374C7.43437 20.9092 7.25 20.4641 7.25 20V12C7.25 11.5359 7.43437 11.0908 7.76256 10.7626C8.09075 10.4344 8.53587 10.25 9 10.25H28C28.4641 10.25 28.9092 10.4344 29.2374 10.7626C29.5656 11.0908 29.75 11.5359 29.75 12ZM28.25 12C28.25 11.9337 28.2237 11.8701 28.1768 11.8232C28.1299 11.7763 28.0663 11.75 28 11.75H9C8.9337 11.75 8.87011 11.7763 8.82322 11.8232C8.77634 11.8701 8.75 11.9337 8.75 12V20C8.75 20.0663 8.77634 20.1299 8.82322 20.1768C8.87011 20.2237 8.9337 20.25 9 20.25H28C28.0663 20.25 28.1299 20.2237 28.1768 20.1768C28.2237 20.1299 28.25 20.0663 28.25 20V12Z" fill="currentColor"/>
44
+ </svg>
45
+ );
46
+ };
47
+
48
+ export default AlignLeftSimple;