@arc-ui/icons 11.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1153) hide show
  1. package/package.json +36 -0
  2. package/react/ArcIconArc.d.ts +5 -0
  3. package/react/ArcIconArc.js +18 -0
  4. package/react/ArcIconSocialFacebook.d.ts +5 -0
  5. package/react/ArcIconSocialFacebook.js +18 -0
  6. package/react/ArcIconSocialInstagram.d.ts +5 -0
  7. package/react/ArcIconSocialInstagram.js +18 -0
  8. package/react/ArcIconSocialLinkedin.d.ts +5 -0
  9. package/react/ArcIconSocialLinkedin.js +18 -0
  10. package/react/ArcIconSocialTwitter.d.ts +5 -0
  11. package/react/ArcIconSocialTwitter.js +18 -0
  12. package/react/ArcIconSocialYouTube.d.ts +5 -0
  13. package/react/ArcIconSocialYouTube.js +18 -0
  14. package/react/BtIcon3G.d.ts +5 -0
  15. package/react/BtIcon3G.js +24 -0
  16. package/react/BtIcon3GFill.d.ts +5 -0
  17. package/react/BtIcon3GFill.js +19 -0
  18. package/react/BtIcon4G.d.ts +5 -0
  19. package/react/BtIcon4G.js +24 -0
  20. package/react/BtIcon4GFill.d.ts +5 -0
  21. package/react/BtIcon4GFill.js +23 -0
  22. package/react/BtIcon5G.d.ts +5 -0
  23. package/react/BtIcon5G.js +24 -0
  24. package/react/BtIcon5GFill.d.ts +5 -0
  25. package/react/BtIcon5GFill.js +19 -0
  26. package/react/BtIconAccessibility.d.ts +5 -0
  27. package/react/BtIconAccessibility.js +29 -0
  28. package/react/BtIconAccessibilityFill.d.ts +5 -0
  29. package/react/BtIconAccessibilityFill.js +27 -0
  30. package/react/BtIconAdd.d.ts +5 -0
  31. package/react/BtIconAdd.js +24 -0
  32. package/react/BtIconAddFill.d.ts +5 -0
  33. package/react/BtIconAddFill.js +19 -0
  34. package/react/BtIconAlert.d.ts +5 -0
  35. package/react/BtIconAlert.js +28 -0
  36. package/react/BtIconAlertFill.d.ts +5 -0
  37. package/react/BtIconAlertFill.js +19 -0
  38. package/react/BtIconAlertTriangle.d.ts +5 -0
  39. package/react/BtIconAlertTriangle.js +28 -0
  40. package/react/BtIconAlertTriangleFill.d.ts +5 -0
  41. package/react/BtIconAlertTriangleFill.js +19 -0
  42. package/react/BtIconAnswerPoint.d.ts +5 -0
  43. package/react/BtIconAnswerPoint.js +34 -0
  44. package/react/BtIconAnswerPointFill.d.ts +5 -0
  45. package/react/BtIconAnswerPointFill.js +31 -0
  46. package/react/BtIconArchitecture.d.ts +5 -0
  47. package/react/BtIconArchitecture.js +19 -0
  48. package/react/BtIconArchitectureFill.d.ts +5 -0
  49. package/react/BtIconArchitectureFill.js +19 -0
  50. package/react/BtIconArchive.d.ts +5 -0
  51. package/react/BtIconArchive.js +24 -0
  52. package/react/BtIconArchiveFill.d.ts +5 -0
  53. package/react/BtIconArchiveFill.js +19 -0
  54. package/react/BtIconArrowAltDown.d.ts +5 -0
  55. package/react/BtIconArrowAltDown.js +19 -0
  56. package/react/BtIconArrowAltDownFill.d.ts +5 -0
  57. package/react/BtIconArrowAltDownFill.js +19 -0
  58. package/react/BtIconArrowAltLeft.d.ts +5 -0
  59. package/react/BtIconArrowAltLeft.js +19 -0
  60. package/react/BtIconArrowAltLeftFill.d.ts +5 -0
  61. package/react/BtIconArrowAltLeftFill.js +19 -0
  62. package/react/BtIconArrowAltLeftRight.d.ts +5 -0
  63. package/react/BtIconArrowAltLeftRight.js +24 -0
  64. package/react/BtIconArrowAltLeftRightFill.d.ts +5 -0
  65. package/react/BtIconArrowAltLeftRightFill.js +19 -0
  66. package/react/BtIconArrowAltRight.d.ts +5 -0
  67. package/react/BtIconArrowAltRight.js +19 -0
  68. package/react/BtIconArrowAltRightFill.d.ts +5 -0
  69. package/react/BtIconArrowAltRightFill.js +19 -0
  70. package/react/BtIconArrowAltUp.d.ts +5 -0
  71. package/react/BtIconArrowAltUp.js +19 -0
  72. package/react/BtIconArrowAltUpFill.d.ts +5 -0
  73. package/react/BtIconArrowAltUpFill.js +19 -0
  74. package/react/BtIconArrowDown.d.ts +5 -0
  75. package/react/BtIconArrowDown.js +24 -0
  76. package/react/BtIconArrowDownFill.d.ts +5 -0
  77. package/react/BtIconArrowDownFill.js +19 -0
  78. package/react/BtIconArrowLeft.d.ts +5 -0
  79. package/react/BtIconArrowLeft.js +24 -0
  80. package/react/BtIconArrowLeftFill.d.ts +5 -0
  81. package/react/BtIconArrowLeftFill.js +19 -0
  82. package/react/BtIconArrowLeftRight.d.ts +5 -0
  83. package/react/BtIconArrowLeftRight.js +29 -0
  84. package/react/BtIconArrowLeftRightFill.d.ts +5 -0
  85. package/react/BtIconArrowLeftRightFill.js +19 -0
  86. package/react/BtIconArrowRight.d.ts +5 -0
  87. package/react/BtIconArrowRight.js +24 -0
  88. package/react/BtIconArrowRightFill.d.ts +5 -0
  89. package/react/BtIconArrowRightFill.js +19 -0
  90. package/react/BtIconArrowUp.d.ts +5 -0
  91. package/react/BtIconArrowUp.js +24 -0
  92. package/react/BtIconArrowUpFill.d.ts +5 -0
  93. package/react/BtIconArrowUpFill.js +19 -0
  94. package/react/BtIconAttachment.d.ts +5 -0
  95. package/react/BtIconAttachment.js +19 -0
  96. package/react/BtIconAttachmentAlt.d.ts +5 -0
  97. package/react/BtIconAttachmentAlt.js +19 -0
  98. package/react/BtIconAttachmentAltFill.d.ts +5 -0
  99. package/react/BtIconAttachmentAltFill.js +19 -0
  100. package/react/BtIconAttachmentFill.d.ts +5 -0
  101. package/react/BtIconAttachmentFill.js +19 -0
  102. package/react/BtIconBag.d.ts +5 -0
  103. package/react/BtIconBag.js +19 -0
  104. package/react/BtIconBagFill.d.ts +5 -0
  105. package/react/BtIconBagFill.js +19 -0
  106. package/react/BtIconBasket.d.ts +5 -0
  107. package/react/BtIconBasket.js +19 -0
  108. package/react/BtIconBasketFill.d.ts +5 -0
  109. package/react/BtIconBasketFill.js +19 -0
  110. package/react/BtIconBin.d.ts +5 -0
  111. package/react/BtIconBin.js +34 -0
  112. package/react/BtIconBinFill.d.ts +5 -0
  113. package/react/BtIconBinFill.js +19 -0
  114. package/react/BtIconBlockedNumber.d.ts +5 -0
  115. package/react/BtIconBlockedNumber.js +44 -0
  116. package/react/BtIconBlockedNumberFill.d.ts +5 -0
  117. package/react/BtIconBlockedNumberFill.js +19 -0
  118. package/react/BtIconBoat.d.ts +5 -0
  119. package/react/BtIconBoat.js +38 -0
  120. package/react/BtIconBoatFill.d.ts +5 -0
  121. package/react/BtIconBoatFill.js +19 -0
  122. package/react/BtIconBroadband.d.ts +5 -0
  123. package/react/BtIconBroadband.js +19 -0
  124. package/react/BtIconBroadbandFill.d.ts +5 -0
  125. package/react/BtIconBroadbandFill.js +19 -0
  126. package/react/BtIconBuilding.d.ts +5 -0
  127. package/react/BtIconBuilding.js +64 -0
  128. package/react/BtIconBuildingFill.d.ts +5 -0
  129. package/react/BtIconBuildingFill.js +24 -0
  130. package/react/BtIconBurgerMenu.d.ts +5 -0
  131. package/react/BtIconBurgerMenu.js +29 -0
  132. package/react/BtIconBurgerMenuFill.d.ts +5 -0
  133. package/react/BtIconBurgerMenuFill.js +19 -0
  134. package/react/BtIconCake.d.ts +5 -0
  135. package/react/BtIconCake.js +39 -0
  136. package/react/BtIconCakeFill.d.ts +5 -0
  137. package/react/BtIconCakeFill.js +39 -0
  138. package/react/BtIconCalender.d.ts +5 -0
  139. package/react/BtIconCalender.js +19 -0
  140. package/react/BtIconCalenderAccepted.d.ts +5 -0
  141. package/react/BtIconCalenderAccepted.js +24 -0
  142. package/react/BtIconCalenderAcceptedFill.d.ts +5 -0
  143. package/react/BtIconCalenderAcceptedFill.js +19 -0
  144. package/react/BtIconCalenderAddEvent.d.ts +5 -0
  145. package/react/BtIconCalenderAddEvent.js +24 -0
  146. package/react/BtIconCalenderAddEventFill.d.ts +5 -0
  147. package/react/BtIconCalenderAddEventFill.js +19 -0
  148. package/react/BtIconCalenderFill.d.ts +5 -0
  149. package/react/BtIconCalenderFill.js +19 -0
  150. package/react/BtIconCalenderPaymentPlan.d.ts +5 -0
  151. package/react/BtIconCalenderPaymentPlan.js +24 -0
  152. package/react/BtIconCalenderPaymentPlanAlt.d.ts +5 -0
  153. package/react/BtIconCalenderPaymentPlanAlt.js +24 -0
  154. package/react/BtIconCalenderPaymentPlanAltFill.d.ts +5 -0
  155. package/react/BtIconCalenderPaymentPlanAltFill.js +19 -0
  156. package/react/BtIconCalenderPaymentPlanFill.d.ts +5 -0
  157. package/react/BtIconCalenderPaymentPlanFill.js +19 -0
  158. package/react/BtIconCalenderSpecialDate.d.ts +5 -0
  159. package/react/BtIconCalenderSpecialDate.js +24 -0
  160. package/react/BtIconCalenderSpecialDateFill.d.ts +5 -0
  161. package/react/BtIconCalenderSpecialDateFill.js +24 -0
  162. package/react/BtIconCallRouting.d.ts +5 -0
  163. package/react/BtIconCallRouting.js +29 -0
  164. package/react/BtIconCallRoutingFill.d.ts +5 -0
  165. package/react/BtIconCallRoutingFill.js +29 -0
  166. package/react/BtIconCallerId.d.ts +5 -0
  167. package/react/BtIconCallerId.js +49 -0
  168. package/react/BtIconCallerIdFill.d.ts +5 -0
  169. package/react/BtIconCallerIdFill.js +28 -0
  170. package/react/BtIconChat.d.ts +5 -0
  171. package/react/BtIconChat.js +19 -0
  172. package/react/BtIconChatFill.d.ts +5 -0
  173. package/react/BtIconChatFill.js +19 -0
  174. package/react/BtIconChatMessage.d.ts +5 -0
  175. package/react/BtIconChatMessage.js +35 -0
  176. package/react/BtIconChatMessageFill.d.ts +5 -0
  177. package/react/BtIconChatMessageFill.js +19 -0
  178. package/react/BtIconChatTyping.d.ts +5 -0
  179. package/react/BtIconChatTyping.js +31 -0
  180. package/react/BtIconChatTypingFill.d.ts +5 -0
  181. package/react/BtIconChatTypingFill.js +19 -0
  182. package/react/BtIconChevronDown.d.ts +5 -0
  183. package/react/BtIconChevronDown.js +19 -0
  184. package/react/BtIconChevronDown2Px.d.ts +5 -0
  185. package/react/BtIconChevronDown2Px.js +19 -0
  186. package/react/BtIconChevronLeft.d.ts +5 -0
  187. package/react/BtIconChevronLeft.js +19 -0
  188. package/react/BtIconChevronLeft2Px.d.ts +5 -0
  189. package/react/BtIconChevronLeft2Px.js +19 -0
  190. package/react/BtIconChevronLeftMid.d.ts +5 -0
  191. package/react/BtIconChevronLeftMid.js +21 -0
  192. package/react/BtIconChevronRight.d.ts +5 -0
  193. package/react/BtIconChevronRight.js +19 -0
  194. package/react/BtIconChevronRight2Px.d.ts +5 -0
  195. package/react/BtIconChevronRight2Px.js +19 -0
  196. package/react/BtIconChevronRightMid.d.ts +5 -0
  197. package/react/BtIconChevronRightMid.js +21 -0
  198. package/react/BtIconChevronUp.d.ts +5 -0
  199. package/react/BtIconChevronUp.js +19 -0
  200. package/react/BtIconChevronUp2Px.d.ts +5 -0
  201. package/react/BtIconChevronUp2Px.js +19 -0
  202. package/react/BtIconClipboard.d.ts +5 -0
  203. package/react/BtIconClipboard.js +19 -0
  204. package/react/BtIconClipboardFill.d.ts +5 -0
  205. package/react/BtIconClipboardFill.js +19 -0
  206. package/react/BtIconClipboardTick.d.ts +5 -0
  207. package/react/BtIconClipboardTick.js +24 -0
  208. package/react/BtIconClipboardTickFill.d.ts +5 -0
  209. package/react/BtIconClipboardTickFill.js +19 -0
  210. package/react/BtIconClock.d.ts +5 -0
  211. package/react/BtIconClock.js +24 -0
  212. package/react/BtIconClockFill.d.ts +5 -0
  213. package/react/BtIconClockFill.js +19 -0
  214. package/react/BtIconCloud.d.ts +5 -0
  215. package/react/BtIconCloud.js +19 -0
  216. package/react/BtIconCloudAlert.d.ts +5 -0
  217. package/react/BtIconCloudAlert.js +29 -0
  218. package/react/BtIconCloudAlertFill.d.ts +5 -0
  219. package/react/BtIconCloudAlertFill.js +19 -0
  220. package/react/BtIconCloudDesktop.d.ts +5 -0
  221. package/react/BtIconCloudDesktop.js +24 -0
  222. package/react/BtIconCloudDesktopFill.d.ts +5 -0
  223. package/react/BtIconCloudDesktopFill.js +24 -0
  224. package/react/BtIconCloudFill.d.ts +5 -0
  225. package/react/BtIconCloudFill.js +19 -0
  226. package/react/BtIconCloudLink.d.ts +5 -0
  227. package/react/BtIconCloudLink.js +29 -0
  228. package/react/BtIconCloudLinkFill.d.ts +5 -0
  229. package/react/BtIconCloudLinkFill.js +19 -0
  230. package/react/BtIconCloudMeeting.d.ts +5 -0
  231. package/react/BtIconCloudMeeting.js +24 -0
  232. package/react/BtIconCloudMeetingFill.d.ts +5 -0
  233. package/react/BtIconCloudMeetingFill.js +39 -0
  234. package/react/BtIconCloudPhone.d.ts +5 -0
  235. package/react/BtIconCloudPhone.js +24 -0
  236. package/react/BtIconCloudPhoneFill.d.ts +5 -0
  237. package/react/BtIconCloudPhoneFill.js +24 -0
  238. package/react/BtIconCloudSecurity.d.ts +5 -0
  239. package/react/BtIconCloudSecurity.js +24 -0
  240. package/react/BtIconCloudSecurityFill.d.ts +5 -0
  241. package/react/BtIconCloudSecurityFill.js +31 -0
  242. package/react/BtIconCloudUpload.d.ts +5 -0
  243. package/react/BtIconCloudUpload.js +24 -0
  244. package/react/BtIconCloudUploadFill.d.ts +5 -0
  245. package/react/BtIconCloudUploadFill.js +19 -0
  246. package/react/BtIconCloudUser.d.ts +5 -0
  247. package/react/BtIconCloudUser.js +24 -0
  248. package/react/BtIconCloudUserFill.d.ts +5 -0
  249. package/react/BtIconCloudUserFill.js +29 -0
  250. package/react/BtIconCollapse.d.ts +5 -0
  251. package/react/BtIconCollapse.js +24 -0
  252. package/react/BtIconCollapseFill.d.ts +5 -0
  253. package/react/BtIconCollapseFill.js +19 -0
  254. package/react/BtIconCompare.d.ts +5 -0
  255. package/react/BtIconCompare.js +23 -0
  256. package/react/BtIconCompareFill.d.ts +5 -0
  257. package/react/BtIconCompareFill.js +23 -0
  258. package/react/BtIconComputerChip.d.ts +5 -0
  259. package/react/BtIconComputerChip.js +159 -0
  260. package/react/BtIconComputerChipFill.d.ts +5 -0
  261. package/react/BtIconComputerChipFill.js +153 -0
  262. package/react/BtIconConnectedCare.d.ts +5 -0
  263. package/react/BtIconConnectedCare.js +24 -0
  264. package/react/BtIconConnectedCareFill.d.ts +5 -0
  265. package/react/BtIconConnectedCareFill.js +24 -0
  266. package/react/BtIconContactDetails.d.ts +5 -0
  267. package/react/BtIconContactDetails.js +36 -0
  268. package/react/BtIconContactDetailsFill.d.ts +5 -0
  269. package/react/BtIconContactDetailsFill.js +29 -0
  270. package/react/BtIconContactNoDetails.d.ts +5 -0
  271. package/react/BtIconContactNoDetails.js +31 -0
  272. package/react/BtIconContactNoDetailsFill.d.ts +5 -0
  273. package/react/BtIconContactNoDetailsFill.js +29 -0
  274. package/react/BtIconContacts.d.ts +5 -0
  275. package/react/BtIconContacts.js +32 -0
  276. package/react/BtIconContactsFill.d.ts +5 -0
  277. package/react/BtIconContactsFill.js +29 -0
  278. package/react/BtIconCreditCard.d.ts +5 -0
  279. package/react/BtIconCreditCard.js +31 -0
  280. package/react/BtIconCreditCardFill.d.ts +5 -0
  281. package/react/BtIconCreditCardFill.js +19 -0
  282. package/react/BtIconCross.d.ts +5 -0
  283. package/react/BtIconCross.js +24 -0
  284. package/react/BtIconCrossAlt.d.ts +5 -0
  285. package/react/BtIconCrossAlt.js +19 -0
  286. package/react/BtIconCrossAlt2Px.d.ts +5 -0
  287. package/react/BtIconCrossAlt2Px.js +19 -0
  288. package/react/BtIconCrossAlt2PxFill.d.ts +5 -0
  289. package/react/BtIconCrossAlt2PxFill.js +19 -0
  290. package/react/BtIconCrossAltFill.d.ts +5 -0
  291. package/react/BtIconCrossAltFill.js +19 -0
  292. package/react/BtIconCrossFill.d.ts +5 -0
  293. package/react/BtIconCrossFill.js +19 -0
  294. package/react/BtIconDashboard.d.ts +5 -0
  295. package/react/BtIconDashboard.js +40 -0
  296. package/react/BtIconDashboardFill.d.ts +5 -0
  297. package/react/BtIconDashboardFill.js +29 -0
  298. package/react/BtIconDeposit.d.ts +5 -0
  299. package/react/BtIconDeposit.js +29 -0
  300. package/react/BtIconDepositFill.d.ts +5 -0
  301. package/react/BtIconDepositFill.js +24 -0
  302. package/react/BtIconDesign.d.ts +5 -0
  303. package/react/BtIconDesign.js +19 -0
  304. package/react/BtIconDesignFill.d.ts +5 -0
  305. package/react/BtIconDesignFill.js +19 -0
  306. package/react/BtIconDeskPhone.d.ts +5 -0
  307. package/react/BtIconDeskPhone.js +64 -0
  308. package/react/BtIconDeskPhoneFill.d.ts +5 -0
  309. package/react/BtIconDeskPhoneFill.js +67 -0
  310. package/react/BtIconDetails.d.ts +5 -0
  311. package/react/BtIconDetails.js +50 -0
  312. package/react/BtIconDetailsFill.d.ts +5 -0
  313. package/react/BtIconDetailsFill.js +19 -0
  314. package/react/BtIconDetailsGroup.d.ts +5 -0
  315. package/react/BtIconDetailsGroup.js +24 -0
  316. package/react/BtIconDetailsGroupFill.d.ts +5 -0
  317. package/react/BtIconDetailsGroupFill.js +39 -0
  318. package/react/BtIconDexterity.d.ts +5 -0
  319. package/react/BtIconDexterity.js +19 -0
  320. package/react/BtIconDexterityFill.d.ts +5 -0
  321. package/react/BtIconDexterityFill.js +29 -0
  322. package/react/BtIconDialPad.d.ts +5 -0
  323. package/react/BtIconDialPad.js +104 -0
  324. package/react/BtIconDialPadFill.d.ts +5 -0
  325. package/react/BtIconDialPadFill.js +83 -0
  326. package/react/BtIconDialPadWithHand.d.ts +5 -0
  327. package/react/BtIconDialPadWithHand.js +44 -0
  328. package/react/BtIconDialPadWithHandFill.d.ts +5 -0
  329. package/react/BtIconDialPadWithHandFill.js +44 -0
  330. package/react/BtIconDialledNumberDestination.d.ts +5 -0
  331. package/react/BtIconDialledNumberDestination.js +19 -0
  332. package/react/BtIconDialledNumberDestinationFill.d.ts +5 -0
  333. package/react/BtIconDialledNumberDestinationFill.js +19 -0
  334. package/react/BtIconDigitalCollaboration.d.ts +5 -0
  335. package/react/BtIconDigitalCollaboration.js +24 -0
  336. package/react/BtIconDigitalCollaborationFill.d.ts +5 -0
  337. package/react/BtIconDigitalCollaborationFill.js +44 -0
  338. package/react/BtIconDisability.d.ts +5 -0
  339. package/react/BtIconDisability.js +24 -0
  340. package/react/BtIconDisabilityFill.d.ts +5 -0
  341. package/react/BtIconDisabilityFill.js +24 -0
  342. package/react/BtIconDiscount.d.ts +5 -0
  343. package/react/BtIconDiscount.js +29 -0
  344. package/react/BtIconDiscountFill.d.ts +5 -0
  345. package/react/BtIconDiscountFill.js +19 -0
  346. package/react/BtIconDivertOnBusy.d.ts +5 -0
  347. package/react/BtIconDivertOnBusy.js +19 -0
  348. package/react/BtIconDivertOnBusyFill.d.ts +5 -0
  349. package/react/BtIconDivertOnBusyFill.js +19 -0
  350. package/react/BtIconDocument.d.ts +5 -0
  351. package/react/BtIconDocument.js +19 -0
  352. package/react/BtIconDocumentAndPencil.d.ts +5 -0
  353. package/react/BtIconDocumentAndPencil.js +19 -0
  354. package/react/BtIconDocumentAndPencilFill.d.ts +5 -0
  355. package/react/BtIconDocumentAndPencilFill.js +19 -0
  356. package/react/BtIconDocumentArticle.d.ts +5 -0
  357. package/react/BtIconDocumentArticle.js +39 -0
  358. package/react/BtIconDocumentArticleFill.d.ts +5 -0
  359. package/react/BtIconDocumentArticleFill.js +24 -0
  360. package/react/BtIconDocumentBills.d.ts +5 -0
  361. package/react/BtIconDocumentBills.js +49 -0
  362. package/react/BtIconDocumentBillsFill.d.ts +5 -0
  363. package/react/BtIconDocumentBillsFill.js +19 -0
  364. package/react/BtIconDocumentDownload.d.ts +5 -0
  365. package/react/BtIconDocumentDownload.js +24 -0
  366. package/react/BtIconDocumentDownloadFill.d.ts +5 -0
  367. package/react/BtIconDocumentDownloadFill.js +19 -0
  368. package/react/BtIconDocumentFill.d.ts +5 -0
  369. package/react/BtIconDocumentFill.js +19 -0
  370. package/react/BtIconDocumentPdf.d.ts +5 -0
  371. package/react/BtIconDocumentPdf.js +34 -0
  372. package/react/BtIconDocumentPdfFill.d.ts +5 -0
  373. package/react/BtIconDocumentPdfFill.js +29 -0
  374. package/react/BtIconDocumentWithCopy.d.ts +5 -0
  375. package/react/BtIconDocumentWithCopy.js +44 -0
  376. package/react/BtIconDocumentWithCopyCrossedOut.d.ts +5 -0
  377. package/react/BtIconDocumentWithCopyCrossedOut.js +19 -0
  378. package/react/BtIconDocumentWithCopyCrossedOutFill.d.ts +5 -0
  379. package/react/BtIconDocumentWithCopyCrossedOutFill.js +19 -0
  380. package/react/BtIconDocumentWithCopyFill.d.ts +5 -0
  381. package/react/BtIconDocumentWithCopyFill.js +19 -0
  382. package/react/BtIconDynamicCollaboration.d.ts +5 -0
  383. package/react/BtIconDynamicCollaboration.js +24 -0
  384. package/react/BtIconDynamicCollaborationFill.d.ts +5 -0
  385. package/react/BtIconDynamicCollaborationFill.js +39 -0
  386. package/react/BtIconEducation.d.ts +5 -0
  387. package/react/BtIconEducation.js +19 -0
  388. package/react/BtIconEducationFill.d.ts +5 -0
  389. package/react/BtIconEducationFill.js +19 -0
  390. package/react/BtIconEmailRead.d.ts +5 -0
  391. package/react/BtIconEmailRead.js +19 -0
  392. package/react/BtIconEmailReadFill.d.ts +5 -0
  393. package/react/BtIconEmailReadFill.js +33 -0
  394. package/react/BtIconEmailUnread.d.ts +5 -0
  395. package/react/BtIconEmailUnread.js +19 -0
  396. package/react/BtIconEmailUnreadFill.d.ts +5 -0
  397. package/react/BtIconEmailUnreadFill.js +33 -0
  398. package/react/BtIconEngaged.d.ts +5 -0
  399. package/react/BtIconEngaged.js +19 -0
  400. package/react/BtIconEngagedFill.d.ts +5 -0
  401. package/react/BtIconEngagedFill.js +19 -0
  402. package/react/BtIconEthernet.d.ts +5 -0
  403. package/react/BtIconEthernet.js +19 -0
  404. package/react/BtIconEthernetFill.d.ts +5 -0
  405. package/react/BtIconEthernetFill.js +19 -0
  406. package/react/BtIconFaceHappy.d.ts +5 -0
  407. package/react/BtIconFaceHappy.js +34 -0
  408. package/react/BtIconFaceHappyFill.d.ts +5 -0
  409. package/react/BtIconFaceHappyFill.js +19 -0
  410. package/react/BtIconFaceNeutral.d.ts +5 -0
  411. package/react/BtIconFaceNeutral.js +33 -0
  412. package/react/BtIconFaceNeutralFill.d.ts +5 -0
  413. package/react/BtIconFaceNeutralFill.js +19 -0
  414. package/react/BtIconFaceSad.d.ts +5 -0
  415. package/react/BtIconFaceSad.js +34 -0
  416. package/react/BtIconFaceSadFill.d.ts +5 -0
  417. package/react/BtIconFaceSadFill.js +19 -0
  418. package/react/BtIconFaceVeryHappy.d.ts +5 -0
  419. package/react/BtIconFaceVeryHappy.js +34 -0
  420. package/react/BtIconFaceVeryHappyFill.d.ts +5 -0
  421. package/react/BtIconFaceVeryHappyFill.js +24 -0
  422. package/react/BtIconFirstAid.d.ts +5 -0
  423. package/react/BtIconFirstAid.js +23 -0
  424. package/react/BtIconFirstAidFill.d.ts +5 -0
  425. package/react/BtIconFirstAidFill.js +19 -0
  426. package/react/BtIconFolder.d.ts +5 -0
  427. package/react/BtIconFolder.js +19 -0
  428. package/react/BtIconFolderFill.d.ts +5 -0
  429. package/react/BtIconFolderFill.js +19 -0
  430. package/react/BtIconGaming.d.ts +5 -0
  431. package/react/BtIconGaming.js +44 -0
  432. package/react/BtIconGamingFill.d.ts +5 -0
  433. package/react/BtIconGamingFill.js +23 -0
  434. package/react/BtIconGenderFemale.d.ts +5 -0
  435. package/react/BtIconGenderFemale.js +34 -0
  436. package/react/BtIconGenderFemaleAndMale.d.ts +5 -0
  437. package/react/BtIconGenderFemaleAndMale.js +54 -0
  438. package/react/BtIconGenderFemaleAndMaleFill.d.ts +5 -0
  439. package/react/BtIconGenderFemaleAndMaleFill.js +52 -0
  440. package/react/BtIconGenderFemaleFill.d.ts +5 -0
  441. package/react/BtIconGenderFemaleFill.js +23 -0
  442. package/react/BtIconGenderMale.d.ts +5 -0
  443. package/react/BtIconGenderMale.js +34 -0
  444. package/react/BtIconGenderMaleFill.d.ts +5 -0
  445. package/react/BtIconGenderMaleFill.js +23 -0
  446. package/react/BtIconGenderNeutral.d.ts +5 -0
  447. package/react/BtIconGenderNeutral.js +34 -0
  448. package/react/BtIconGenderNeutralFill.d.ts +5 -0
  449. package/react/BtIconGenderNeutralFill.js +23 -0
  450. package/react/BtIconGift.d.ts +5 -0
  451. package/react/BtIconGift.js +19 -0
  452. package/react/BtIconGiftFill.d.ts +5 -0
  453. package/react/BtIconGiftFill.js +19 -0
  454. package/react/BtIconGlobalConnectivity.d.ts +5 -0
  455. package/react/BtIconGlobalConnectivity.js +19 -0
  456. package/react/BtIconGlobalConnectivityFill.d.ts +5 -0
  457. package/react/BtIconGlobalConnectivityFill.js +59 -0
  458. package/react/BtIconGlobe.d.ts +5 -0
  459. package/react/BtIconGlobe.js +29 -0
  460. package/react/BtIconGlobeFill.d.ts +5 -0
  461. package/react/BtIconGlobeFill.js +29 -0
  462. package/react/BtIconGlossary.d.ts +5 -0
  463. package/react/BtIconGlossary.js +29 -0
  464. package/react/BtIconGlossaryFill.d.ts +5 -0
  465. package/react/BtIconGlossaryFill.js +23 -0
  466. package/react/BtIconGondola.d.ts +5 -0
  467. package/react/BtIconGondola.js +27 -0
  468. package/react/BtIconGondolaFill.d.ts +5 -0
  469. package/react/BtIconGondolaFill.js +19 -0
  470. package/react/BtIconGraphBarAndPlot.d.ts +5 -0
  471. package/react/BtIconGraphBarAndPlot.js +35 -0
  472. package/react/BtIconGraphBarAndPlotFill.d.ts +5 -0
  473. package/react/BtIconGraphBarAndPlotFill.js +35 -0
  474. package/react/BtIconGraphBarChart.d.ts +5 -0
  475. package/react/BtIconGraphBarChart.js +30 -0
  476. package/react/BtIconGraphBarChartFill.d.ts +5 -0
  477. package/react/BtIconGraphBarChartFill.js +30 -0
  478. package/react/BtIconGraphDown.d.ts +5 -0
  479. package/react/BtIconGraphDown.js +19 -0
  480. package/react/BtIconGraphDownFill.d.ts +5 -0
  481. package/react/BtIconGraphDownFill.js +19 -0
  482. package/react/BtIconGraphUp.d.ts +5 -0
  483. package/react/BtIconGraphUp.js +19 -0
  484. package/react/BtIconGraphUpAndDown.d.ts +5 -0
  485. package/react/BtIconGraphUpAndDown.js +19 -0
  486. package/react/BtIconGraphUpAndDownFill.d.ts +5 -0
  487. package/react/BtIconGraphUpAndDownFill.js +19 -0
  488. package/react/BtIconGraphUpFill.d.ts +5 -0
  489. package/react/BtIconGraphUpFill.js +19 -0
  490. package/react/BtIconHeadset.d.ts +5 -0
  491. package/react/BtIconHeadset.js +19 -0
  492. package/react/BtIconHeadsetFill.d.ts +5 -0
  493. package/react/BtIconHeadsetFill.js +19 -0
  494. package/react/BtIconHeart.d.ts +5 -0
  495. package/react/BtIconHeart.js +19 -0
  496. package/react/BtIconHeartBroken.d.ts +5 -0
  497. package/react/BtIconHeartBroken.js +19 -0
  498. package/react/BtIconHeartBrokenFill.d.ts +5 -0
  499. package/react/BtIconHeartBrokenFill.js +19 -0
  500. package/react/BtIconHeartCare.d.ts +5 -0
  501. package/react/BtIconHeartCare.js +19 -0
  502. package/react/BtIconHeartCareFill.d.ts +5 -0
  503. package/react/BtIconHeartCareFill.js +24 -0
  504. package/react/BtIconHeartFill.d.ts +5 -0
  505. package/react/BtIconHeartFill.js +19 -0
  506. package/react/BtIconHoldingHeart.d.ts +5 -0
  507. package/react/BtIconHoldingHeart.js +24 -0
  508. package/react/BtIconHoldingHeartFill.d.ts +5 -0
  509. package/react/BtIconHoldingHeartFill.js +24 -0
  510. package/react/BtIconHome.d.ts +5 -0
  511. package/react/BtIconHome.js +19 -0
  512. package/react/BtIconHomeFill.d.ts +5 -0
  513. package/react/BtIconHomeFill.js +19 -0
  514. package/react/BtIconHomeTechExpert.d.ts +5 -0
  515. package/react/BtIconHomeTechExpert.js +19 -0
  516. package/react/BtIconHomeTechExpertFill.d.ts +5 -0
  517. package/react/BtIconHomeTechExpertFill.js +29 -0
  518. package/react/BtIconHometown.d.ts +5 -0
  519. package/react/BtIconHometown.js +24 -0
  520. package/react/BtIconHometownFill.d.ts +5 -0
  521. package/react/BtIconHometownFill.js +24 -0
  522. package/react/BtIconHub.d.ts +5 -0
  523. package/react/BtIconHub.js +24 -0
  524. package/react/BtIconHubAndMobile.d.ts +5 -0
  525. package/react/BtIconHubAndMobile.js +28 -0
  526. package/react/BtIconHubAndMobileFill.d.ts +5 -0
  527. package/react/BtIconHubAndMobileFill.js +27 -0
  528. package/react/BtIconHubFill.d.ts +5 -0
  529. package/react/BtIconHubFill.js +23 -0
  530. package/react/BtIconHubOld.d.ts +5 -0
  531. package/react/BtIconHubOld.js +24 -0
  532. package/react/BtIconHubOldFill.d.ts +5 -0
  533. package/react/BtIconHubOldFill.js +23 -0
  534. package/react/BtIconIPv6.d.ts +5 -0
  535. package/react/BtIconIPv6.js +24 -0
  536. package/react/BtIconIPv6Fill.d.ts +5 -0
  537. package/react/BtIconIPv6Fill.js +24 -0
  538. package/react/BtIconIdea.d.ts +5 -0
  539. package/react/BtIconIdea.js +24 -0
  540. package/react/BtIconIdeaFill.d.ts +5 -0
  541. package/react/BtIconIdeaFill.js +24 -0
  542. package/react/BtIconInfo.d.ts +5 -0
  543. package/react/BtIconInfo.js +28 -0
  544. package/react/BtIconInfoFill.d.ts +5 -0
  545. package/react/BtIconInfoFill.js +19 -0
  546. package/react/BtIconIp.d.ts +5 -0
  547. package/react/BtIconIp.js +59 -0
  548. package/react/BtIconIpFill.d.ts +5 -0
  549. package/react/BtIconIpFill.js +24 -0
  550. package/react/BtIconJigsaw.d.ts +5 -0
  551. package/react/BtIconJigsaw.js +19 -0
  552. package/react/BtIconJigsawFill.d.ts +5 -0
  553. package/react/BtIconJigsawFill.js +19 -0
  554. package/react/BtIconJourney.d.ts +5 -0
  555. package/react/BtIconJourney.js +38 -0
  556. package/react/BtIconJourneyFill.d.ts +5 -0
  557. package/react/BtIconJourneyFill.js +29 -0
  558. package/react/BtIconJson.d.ts +5 -0
  559. package/react/BtIconJson.js +24 -0
  560. package/react/BtIconJsonFill.d.ts +5 -0
  561. package/react/BtIconJsonFill.js +19 -0
  562. package/react/BtIconKey.d.ts +5 -0
  563. package/react/BtIconKey.js +24 -0
  564. package/react/BtIconKeyFill.d.ts +5 -0
  565. package/react/BtIconKeyFill.js +19 -0
  566. package/react/BtIconKnifeAndFork.d.ts +5 -0
  567. package/react/BtIconKnifeAndFork.js +34 -0
  568. package/react/BtIconKnifeAndForkFill.d.ts +5 -0
  569. package/react/BtIconKnifeAndForkFill.js +34 -0
  570. package/react/BtIconLan.d.ts +5 -0
  571. package/react/BtIconLan.js +34 -0
  572. package/react/BtIconLanFill.d.ts +5 -0
  573. package/react/BtIconLanFill.js +34 -0
  574. package/react/BtIconLaptop.d.ts +5 -0
  575. package/react/BtIconLaptop.js +19 -0
  576. package/react/BtIconLaptopAndMobile.d.ts +5 -0
  577. package/react/BtIconLaptopAndMobile.js +27 -0
  578. package/react/BtIconLaptopAndMobileFill.d.ts +5 -0
  579. package/react/BtIconLaptopAndMobileFill.js +32 -0
  580. package/react/BtIconLaptopConnectAndShare.d.ts +5 -0
  581. package/react/BtIconLaptopConnectAndShare.js +29 -0
  582. package/react/BtIconLaptopConnectAndShareFill.d.ts +5 -0
  583. package/react/BtIconLaptopConnectAndShareFill.js +24 -0
  584. package/react/BtIconLaptopDetection.d.ts +5 -0
  585. package/react/BtIconLaptopDetection.js +19 -0
  586. package/react/BtIconLaptopDetectionFill.d.ts +5 -0
  587. package/react/BtIconLaptopDetectionFill.js +29 -0
  588. package/react/BtIconLaptopFill.d.ts +5 -0
  589. package/react/BtIconLaptopFill.js +23 -0
  590. package/react/BtIconLaptopSecure.d.ts +5 -0
  591. package/react/BtIconLaptopSecure.js +24 -0
  592. package/react/BtIconLaptopSecureFill.d.ts +5 -0
  593. package/react/BtIconLaptopSecureFill.js +36 -0
  594. package/react/BtIconLaptopUsers.d.ts +5 -0
  595. package/react/BtIconLaptopUsers.js +24 -0
  596. package/react/BtIconLaptopUsersFill.d.ts +5 -0
  597. package/react/BtIconLaptopUsersFill.js +44 -0
  598. package/react/BtIconLaptopVideoConference.d.ts +5 -0
  599. package/react/BtIconLaptopVideoConference.js +24 -0
  600. package/react/BtIconLaptopVideoConferenceFill.d.ts +5 -0
  601. package/react/BtIconLaptopVideoConferenceFill.js +34 -0
  602. package/react/BtIconLayoutGridLarge.d.ts +5 -0
  603. package/react/BtIconLayoutGridLarge.js +34 -0
  604. package/react/BtIconLayoutGridLargeFill.d.ts +5 -0
  605. package/react/BtIconLayoutGridLargeFill.js +46 -0
  606. package/react/BtIconLayoutGridMedium.d.ts +5 -0
  607. package/react/BtIconLayoutGridMedium.js +44 -0
  608. package/react/BtIconLayoutGridMediumFill.d.ts +5 -0
  609. package/react/BtIconLayoutGridMediumFill.js +62 -0
  610. package/react/BtIconLayoutGridSmall.d.ts +5 -0
  611. package/react/BtIconLayoutGridSmall.js +54 -0
  612. package/react/BtIconLayoutGridSmallFill.d.ts +5 -0
  613. package/react/BtIconLayoutGridSmallFill.js +78 -0
  614. package/react/BtIconLayoutRowsLarge.d.ts +5 -0
  615. package/react/BtIconLayoutRowsLarge.js +24 -0
  616. package/react/BtIconLayoutRowsLargeFill.d.ts +5 -0
  617. package/react/BtIconLayoutRowsLargeFill.js +30 -0
  618. package/react/BtIconLayoutRowsMedium.d.ts +5 -0
  619. package/react/BtIconLayoutRowsMedium.js +29 -0
  620. package/react/BtIconLayoutRowsMediumFill.d.ts +5 -0
  621. package/react/BtIconLayoutRowsMediumFill.js +29 -0
  622. package/react/BtIconLayoutRowsSmall.d.ts +5 -0
  623. package/react/BtIconLayoutRowsSmall.js +34 -0
  624. package/react/BtIconLayoutRowsSmallFill.d.ts +5 -0
  625. package/react/BtIconLayoutRowsSmallFill.js +34 -0
  626. package/react/BtIconLeadership.d.ts +5 -0
  627. package/react/BtIconLeadership.js +34 -0
  628. package/react/BtIconLeadershipFill.d.ts +5 -0
  629. package/react/BtIconLeadershipFill.js +34 -0
  630. package/react/BtIconLink.d.ts +5 -0
  631. package/react/BtIconLink.js +24 -0
  632. package/react/BtIconLinkFill.d.ts +5 -0
  633. package/react/BtIconLinkFill.js +19 -0
  634. package/react/BtIconLiteracyNumeracy.d.ts +5 -0
  635. package/react/BtIconLiteracyNumeracy.js +72 -0
  636. package/react/BtIconLiteracyNumeracyFill.d.ts +5 -0
  637. package/react/BtIconLiteracyNumeracyFill.js +72 -0
  638. package/react/BtIconLocation.d.ts +5 -0
  639. package/react/BtIconLocation.js +24 -0
  640. package/react/BtIconLocationFill.d.ts +5 -0
  641. package/react/BtIconLocationFill.js +24 -0
  642. package/react/BtIconLocked.d.ts +5 -0
  643. package/react/BtIconLocked.js +19 -0
  644. package/react/BtIconLockedFill.d.ts +5 -0
  645. package/react/BtIconLockedFill.js +19 -0
  646. package/react/BtIconLogout.d.ts +5 -0
  647. package/react/BtIconLogout.js +24 -0
  648. package/react/BtIconLogoutFill.d.ts +5 -0
  649. package/react/BtIconLogoutFill.js +19 -0
  650. package/react/BtIconMedal.d.ts +5 -0
  651. package/react/BtIconMedal.js +19 -0
  652. package/react/BtIconMedalFill.d.ts +5 -0
  653. package/react/BtIconMedalFill.js +24 -0
  654. package/react/BtIconMedalWithStar.d.ts +5 -0
  655. package/react/BtIconMedalWithStar.js +24 -0
  656. package/react/BtIconMedalWithStarFill.d.ts +5 -0
  657. package/react/BtIconMedalWithStarFill.js +24 -0
  658. package/react/BtIconMeetingSpace.d.ts +5 -0
  659. package/react/BtIconMeetingSpace.js +51 -0
  660. package/react/BtIconMeetingSpaceFill.d.ts +5 -0
  661. package/react/BtIconMeetingSpaceFill.js +43 -0
  662. package/react/BtIconMegaphone.d.ts +5 -0
  663. package/react/BtIconMegaphone.js +19 -0
  664. package/react/BtIconMegaphoneFill.d.ts +5 -0
  665. package/react/BtIconMegaphoneFill.js +19 -0
  666. package/react/BtIconMicrophone.d.ts +5 -0
  667. package/react/BtIconMicrophone.js +19 -0
  668. package/react/BtIconMicrophoneFill.d.ts +5 -0
  669. package/react/BtIconMicrophoneFill.js +19 -0
  670. package/react/BtIconMobile.d.ts +5 -0
  671. package/react/BtIconMobile.js +27 -0
  672. package/react/BtIconMobileFill.d.ts +5 -0
  673. package/react/BtIconMobileFill.js +19 -0
  674. package/react/BtIconMobileTransferCall.d.ts +5 -0
  675. package/react/BtIconMobileTransferCall.js +36 -0
  676. package/react/BtIconMobileTransferCallFill.d.ts +5 -0
  677. package/react/BtIconMobileTransferCallFill.js +19 -0
  678. package/react/BtIconMobileWithHand.d.ts +5 -0
  679. package/react/BtIconMobileWithHand.js +23 -0
  680. package/react/BtIconMobileWithHandFill.d.ts +5 -0
  681. package/react/BtIconMobileWithHandFill.js +24 -0
  682. package/react/BtIconMobility.d.ts +5 -0
  683. package/react/BtIconMobility.js +39 -0
  684. package/react/BtIconMobilityFill.d.ts +5 -0
  685. package/react/BtIconMobilityFill.js +23 -0
  686. package/react/BtIconMoney.d.ts +5 -0
  687. package/react/BtIconMoney.js +19 -0
  688. package/react/BtIconMoneyFill.d.ts +5 -0
  689. package/react/BtIconMoneyFill.js +19 -0
  690. package/react/BtIconMonitor.d.ts +5 -0
  691. package/react/BtIconMonitor.js +19 -0
  692. package/react/BtIconMonitorFill.d.ts +5 -0
  693. package/react/BtIconMonitorFill.js +23 -0
  694. package/react/BtIconMonitorTick.d.ts +5 -0
  695. package/react/BtIconMonitorTick.js +24 -0
  696. package/react/BtIconMonitorTickFill.d.ts +5 -0
  697. package/react/BtIconMonitorTickFill.js +19 -0
  698. package/react/BtIconMoon.d.ts +5 -0
  699. package/react/BtIconMoon.js +19 -0
  700. package/react/BtIconMoonFill.d.ts +5 -0
  701. package/react/BtIconMoonFill.js +19 -0
  702. package/react/BtIconMouse.d.ts +5 -0
  703. package/react/BtIconMouse.js +24 -0
  704. package/react/BtIconMouseFill.d.ts +5 -0
  705. package/react/BtIconMouseFill.js +19 -0
  706. package/react/BtIconNaming.d.ts +5 -0
  707. package/react/BtIconNaming.js +38 -0
  708. package/react/BtIconNamingFill.d.ts +5 -0
  709. package/react/BtIconNamingFill.js +33 -0
  710. package/react/BtIconNewWindow.d.ts +5 -0
  711. package/react/BtIconNewWindow.js +24 -0
  712. package/react/BtIconNewWindowFill.d.ts +5 -0
  713. package/react/BtIconNewWindowFill.js +19 -0
  714. package/react/BtIconNoHearing.d.ts +5 -0
  715. package/react/BtIconNoHearing.js +19 -0
  716. package/react/BtIconNoHearingFill.d.ts +5 -0
  717. package/react/BtIconNoHearingFill.js +29 -0
  718. package/react/BtIconNoHearingOrSpeech.d.ts +5 -0
  719. package/react/BtIconNoHearingOrSpeech.js +24 -0
  720. package/react/BtIconNoHearingOrSpeechFill.d.ts +5 -0
  721. package/react/BtIconNoHearingOrSpeechFill.js +24 -0
  722. package/react/BtIconNoSpeech.d.ts +5 -0
  723. package/react/BtIconNoSpeech.js +19 -0
  724. package/react/BtIconNoSpeechFill.d.ts +5 -0
  725. package/react/BtIconNoSpeechFill.js +19 -0
  726. package/react/BtIconNoView.d.ts +5 -0
  727. package/react/BtIconNoView.js +19 -0
  728. package/react/BtIconNoViewFill.d.ts +5 -0
  729. package/react/BtIconNoViewFill.js +19 -0
  730. package/react/BtIconNotification.d.ts +5 -0
  731. package/react/BtIconNotification.js +19 -0
  732. package/react/BtIconNotificationFill.d.ts +5 -0
  733. package/react/BtIconNotificationFill.js +19 -0
  734. package/react/BtIconPaperTowel.d.ts +5 -0
  735. package/react/BtIconPaperTowel.js +35 -0
  736. package/react/BtIconPaperTowelFill.d.ts +5 -0
  737. package/react/BtIconPaperTowelFill.js +35 -0
  738. package/react/BtIconPassword.d.ts +5 -0
  739. package/react/BtIconPassword.js +39 -0
  740. package/react/BtIconPasswordFIll.d.ts +5 -0
  741. package/react/BtIconPasswordFIll.js +23 -0
  742. package/react/BtIconPaymentMethod.d.ts +5 -0
  743. package/react/BtIconPaymentMethod.js +28 -0
  744. package/react/BtIconPaymentMethodFill.d.ts +5 -0
  745. package/react/BtIconPaymentMethodFill.js +19 -0
  746. package/react/BtIconPayphone.d.ts +5 -0
  747. package/react/BtIconPayphone.js +39 -0
  748. package/react/BtIconPayphoneFill.d.ts +5 -0
  749. package/react/BtIconPayphoneFill.js +24 -0
  750. package/react/BtIconPhone.d.ts +5 -0
  751. package/react/BtIconPhone.js +19 -0
  752. package/react/BtIconPhoneBarred.d.ts +5 -0
  753. package/react/BtIconPhoneBarred.js +19 -0
  754. package/react/BtIconPhoneBarredFill.d.ts +5 -0
  755. package/react/BtIconPhoneBarredFill.js +19 -0
  756. package/react/BtIconPhoneFill.d.ts +5 -0
  757. package/react/BtIconPhoneFill.js +19 -0
  758. package/react/BtIconPicture.d.ts +5 -0
  759. package/react/BtIconPicture.js +24 -0
  760. package/react/BtIconPictureFill.d.ts +5 -0
  761. package/react/BtIconPictureFill.js +23 -0
  762. package/react/BtIconPin.d.ts +5 -0
  763. package/react/BtIconPin.js +19 -0
  764. package/react/BtIconPinAlt.d.ts +5 -0
  765. package/react/BtIconPinAlt.js +19 -0
  766. package/react/BtIconPinAltFill.d.ts +5 -0
  767. package/react/BtIconPinAltFill.js +19 -0
  768. package/react/BtIconPinFill.d.ts +5 -0
  769. package/react/BtIconPinFill.js +19 -0
  770. package/react/BtIconPlane.d.ts +5 -0
  771. package/react/BtIconPlane.js +19 -0
  772. package/react/BtIconPlaneFill.d.ts +5 -0
  773. package/react/BtIconPlaneFill.js +19 -0
  774. package/react/BtIconPlanning.d.ts +5 -0
  775. package/react/BtIconPlanning.js +56 -0
  776. package/react/BtIconPlanningFill.d.ts +5 -0
  777. package/react/BtIconPlanningFill.js +45 -0
  778. package/react/BtIconPlant.d.ts +5 -0
  779. package/react/BtIconPlant.js +19 -0
  780. package/react/BtIconPlantFill.d.ts +5 -0
  781. package/react/BtIconPlantFill.js +19 -0
  782. package/react/BtIconPlay.d.ts +5 -0
  783. package/react/BtIconPlay.js +24 -0
  784. package/react/BtIconPlayFill.d.ts +5 -0
  785. package/react/BtIconPlayFill.js +24 -0
  786. package/react/BtIconPodcast.d.ts +5 -0
  787. package/react/BtIconPodcast.js +29 -0
  788. package/react/BtIconPodcastFill.d.ts +5 -0
  789. package/react/BtIconPodcastFill.js +29 -0
  790. package/react/BtIconPresentation.d.ts +5 -0
  791. package/react/BtIconPresentation.js +40 -0
  792. package/react/BtIconPresentationFill.d.ts +5 -0
  793. package/react/BtIconPresentationFill.js +40 -0
  794. package/react/BtIconPrice.d.ts +5 -0
  795. package/react/BtIconPrice.js +24 -0
  796. package/react/BtIconPriceFill.d.ts +5 -0
  797. package/react/BtIconPriceFill.js +19 -0
  798. package/react/BtIconPrinter.d.ts +5 -0
  799. package/react/BtIconPrinter.js +89 -0
  800. package/react/BtIconPrinterFill.d.ts +5 -0
  801. package/react/BtIconPrinterFill.js +88 -0
  802. package/react/BtIconProcess.d.ts +5 -0
  803. package/react/BtIconProcess.js +19 -0
  804. package/react/BtIconProcessFill.d.ts +5 -0
  805. package/react/BtIconProcessFill.js +19 -0
  806. package/react/BtIconProcessMining.d.ts +5 -0
  807. package/react/BtIconProcessMining.js +24 -0
  808. package/react/BtIconProcessMiningFill.d.ts +5 -0
  809. package/react/BtIconProcessMiningFill.js +24 -0
  810. package/react/BtIconProcessRoles.d.ts +5 -0
  811. package/react/BtIconProcessRoles.js +34 -0
  812. package/react/BtIconProcessRolesFill.d.ts +5 -0
  813. package/react/BtIconProcessRolesFill.js +29 -0
  814. package/react/BtIconProportionalCallDistribution.d.ts +5 -0
  815. package/react/BtIconProportionalCallDistribution.js +19 -0
  816. package/react/BtIconProportionalCallDistributionFill.d.ts +5 -0
  817. package/react/BtIconProportionalCallDistributionFill.js +19 -0
  818. package/react/BtIconQuestion.d.ts +5 -0
  819. package/react/BtIconQuestion.js +28 -0
  820. package/react/BtIconQuestionFill.d.ts +5 -0
  821. package/react/BtIconQuestionFill.js +19 -0
  822. package/react/BtIconRecycling.d.ts +5 -0
  823. package/react/BtIconRecycling.js +29 -0
  824. package/react/BtIconRecyclingFill.d.ts +5 -0
  825. package/react/BtIconRecyclingFill.js +29 -0
  826. package/react/BtIconRefresh.d.ts +5 -0
  827. package/react/BtIconRefresh.js +24 -0
  828. package/react/BtIconRefreshFill.d.ts +5 -0
  829. package/react/BtIconRefreshFill.js +19 -0
  830. package/react/BtIconRefund.d.ts +5 -0
  831. package/react/BtIconRefund.js +24 -0
  832. package/react/BtIconRefundFill.d.ts +5 -0
  833. package/react/BtIconRefundFill.js +24 -0
  834. package/react/BtIconRelease.d.ts +5 -0
  835. package/react/BtIconRelease.js +24 -0
  836. package/react/BtIconReleaseFill.d.ts +5 -0
  837. package/react/BtIconReleaseFill.js +19 -0
  838. package/react/BtIconResolution4K.d.ts +5 -0
  839. package/react/BtIconResolution4K.js +24 -0
  840. package/react/BtIconResolution4KFill.d.ts +5 -0
  841. package/react/BtIconResolution4KFill.js +23 -0
  842. package/react/BtIconResolutionHd.d.ts +5 -0
  843. package/react/BtIconResolutionHd.js +24 -0
  844. package/react/BtIconResolutionHdFill.d.ts +5 -0
  845. package/react/BtIconResolutionHdFill.js +24 -0
  846. package/react/BtIconResolutionSd.d.ts +5 -0
  847. package/react/BtIconResolutionSd.js +24 -0
  848. package/react/BtIconResolutionSdFill.d.ts +5 -0
  849. package/react/BtIconResolutionSdFill.js +24 -0
  850. package/react/BtIconScale.d.ts +5 -0
  851. package/react/BtIconScale.js +24 -0
  852. package/react/BtIconScaleFill.d.ts +5 -0
  853. package/react/BtIconScaleFill.js +27 -0
  854. package/react/BtIconSearch.d.ts +5 -0
  855. package/react/BtIconSearch.js +19 -0
  856. package/react/BtIconSearchFill.d.ts +5 -0
  857. package/react/BtIconSearchFill.js +19 -0
  858. package/react/BtIconServer.d.ts +5 -0
  859. package/react/BtIconServer.js +74 -0
  860. package/react/BtIconServerFill.d.ts +5 -0
  861. package/react/BtIconServerFill.js +29 -0
  862. package/react/BtIconSettings.d.ts +5 -0
  863. package/react/BtIconSettings.js +24 -0
  864. package/react/BtIconSettingsAlt.d.ts +5 -0
  865. package/react/BtIconSettingsAlt.js +34 -0
  866. package/react/BtIconSettingsAlt2.d.ts +5 -0
  867. package/react/BtIconSettingsAlt2.js +29 -0
  868. package/react/BtIconSettingsAlt2Fill.d.ts +5 -0
  869. package/react/BtIconSettingsAlt2Fill.js +29 -0
  870. package/react/BtIconSettingsAltFill.d.ts +5 -0
  871. package/react/BtIconSettingsAltFill.js +24 -0
  872. package/react/BtIconSettingsFill.d.ts +5 -0
  873. package/react/BtIconSettingsFill.js +19 -0
  874. package/react/BtIconShield.d.ts +5 -0
  875. package/react/BtIconShield.js +19 -0
  876. package/react/BtIconShieldAdd.d.ts +5 -0
  877. package/react/BtIconShieldAdd.js +24 -0
  878. package/react/BtIconShieldAddFill.d.ts +5 -0
  879. package/react/BtIconShieldAddFill.js +19 -0
  880. package/react/BtIconShieldFill.d.ts +5 -0
  881. package/react/BtIconShieldFill.js +19 -0
  882. package/react/BtIconShieldQuestionMark.d.ts +5 -0
  883. package/react/BtIconShieldQuestionMark.js +28 -0
  884. package/react/BtIconShieldQuestionMarkFIll.d.ts +5 -0
  885. package/react/BtIconShieldQuestionMarkFIll.js +19 -0
  886. package/react/BtIconShieldSecurity.d.ts +5 -0
  887. package/react/BtIconShieldSecurity.js +24 -0
  888. package/react/BtIconShieldSecurityFill.d.ts +5 -0
  889. package/react/BtIconShieldSecurityFill.js +31 -0
  890. package/react/BtIconShieldTick.d.ts +5 -0
  891. package/react/BtIconShieldTick.js +24 -0
  892. package/react/BtIconShieldTickFill.d.ts +5 -0
  893. package/react/BtIconShieldTickFill.js +19 -0
  894. package/react/BtIconShip.d.ts +5 -0
  895. package/react/BtIconShip.js +39 -0
  896. package/react/BtIconShipFill.d.ts +5 -0
  897. package/react/BtIconShipFill.js +32 -0
  898. package/react/BtIconSignal.d.ts +5 -0
  899. package/react/BtIconSignal.js +49 -0
  900. package/react/BtIconSignalFill.d.ts +5 -0
  901. package/react/BtIconSignalFill.js +49 -0
  902. package/react/BtIconSignalStrength0.d.ts +5 -0
  903. package/react/BtIconSignalStrength0.js +29 -0
  904. package/react/BtIconSignalStrength1.d.ts +5 -0
  905. package/react/BtIconSignalStrength1.js +28 -0
  906. package/react/BtIconSignalStrength2.d.ts +5 -0
  907. package/react/BtIconSignalStrength2.js +27 -0
  908. package/react/BtIconSignalStrength3.d.ts +5 -0
  909. package/react/BtIconSignalStrength3.js +26 -0
  910. package/react/BtIconSignature.d.ts +5 -0
  911. package/react/BtIconSignature.js +28 -0
  912. package/react/BtIconSignatureFill.d.ts +5 -0
  913. package/react/BtIconSignatureFill.js +23 -0
  914. package/react/BtIconSignpost.d.ts +5 -0
  915. package/react/BtIconSignpost.js +19 -0
  916. package/react/BtIconSignpostFill.d.ts +5 -0
  917. package/react/BtIconSignpostFill.js +19 -0
  918. package/react/BtIconSim.d.ts +5 -0
  919. package/react/BtIconSim.js +24 -0
  920. package/react/BtIconSimFill.d.ts +5 -0
  921. package/react/BtIconSimFill.js +19 -0
  922. package/react/BtIconSimple.d.ts +5 -0
  923. package/react/BtIconSimple.js +29 -0
  924. package/react/BtIconSimpleFill.d.ts +5 -0
  925. package/react/BtIconSimpleFill.js +29 -0
  926. package/react/BtIconSkiing.d.ts +5 -0
  927. package/react/BtIconSkiing.js +24 -0
  928. package/react/BtIconSkiingFill.d.ts +5 -0
  929. package/react/BtIconSkiingFill.js +24 -0
  930. package/react/BtIconSkis.d.ts +5 -0
  931. package/react/BtIconSkis.js +34 -0
  932. package/react/BtIconSkisFill.d.ts +5 -0
  933. package/react/BtIconSkisFill.js +34 -0
  934. package/react/BtIconSnowboarding.d.ts +5 -0
  935. package/react/BtIconSnowboarding.js +24 -0
  936. package/react/BtIconSnowboardingFill.d.ts +5 -0
  937. package/react/BtIconSnowboardingFill.js +24 -0
  938. package/react/BtIconSpanner.d.ts +5 -0
  939. package/react/BtIconSpanner.js +24 -0
  940. package/react/BtIconSpannerFill.d.ts +5 -0
  941. package/react/BtIconSpannerFill.js +19 -0
  942. package/react/BtIconSpeakerFullVolume.d.ts +5 -0
  943. package/react/BtIconSpeakerFullVolume.js +34 -0
  944. package/react/BtIconSpeakerFullVolumeFill.d.ts +5 -0
  945. package/react/BtIconSpeakerFullVolumeFill.js +34 -0
  946. package/react/BtIconSpeakerHalfVolume.d.ts +5 -0
  947. package/react/BtIconSpeakerHalfVolume.js +29 -0
  948. package/react/BtIconSpeakerHalfVolumeFill.d.ts +5 -0
  949. package/react/BtIconSpeakerHalfVolumeFill.js +29 -0
  950. package/react/BtIconSpeakerLowVolume.d.ts +5 -0
  951. package/react/BtIconSpeakerLowVolume.js +24 -0
  952. package/react/BtIconSpeakerLowVolumeFill.d.ts +5 -0
  953. package/react/BtIconSpeakerLowVolumeFill.js +24 -0
  954. package/react/BtIconSpeakerMute.d.ts +5 -0
  955. package/react/BtIconSpeakerMute.js +24 -0
  956. package/react/BtIconSpeakerMuteFill.d.ts +5 -0
  957. package/react/BtIconSpeakerMuteFill.js +24 -0
  958. package/react/BtIconSpeedFaster.d.ts +5 -0
  959. package/react/BtIconSpeedFaster.js +24 -0
  960. package/react/BtIconSpeedFasterFill.d.ts +5 -0
  961. package/react/BtIconSpeedFasterFill.js +19 -0
  962. package/react/BtIconSpeedFastest.d.ts +5 -0
  963. package/react/BtIconSpeedFastest.js +24 -0
  964. package/react/BtIconSpeedFastestFill.d.ts +5 -0
  965. package/react/BtIconSpeedFastestFill.js +19 -0
  966. package/react/BtIconSpeedGuarantee.d.ts +5 -0
  967. package/react/BtIconSpeedGuarantee.js +34 -0
  968. package/react/BtIconSpeedGuaranteeFill.d.ts +5 -0
  969. package/react/BtIconSpeedGuaranteeFill.js +34 -0
  970. package/react/BtIconSpeedSlow.d.ts +5 -0
  971. package/react/BtIconSpeedSlow.js +24 -0
  972. package/react/BtIconSpeedSlowFill.d.ts +5 -0
  973. package/react/BtIconSpeedSlowFill.js +19 -0
  974. package/react/BtIconSportFootball.d.ts +5 -0
  975. package/react/BtIconSportFootball.js +19 -0
  976. package/react/BtIconSportFootballFill.d.ts +5 -0
  977. package/react/BtIconSportFootballFill.js +24 -0
  978. package/react/BtIconStar.d.ts +5 -0
  979. package/react/BtIconStar.js +19 -0
  980. package/react/BtIconStarFill.d.ts +5 -0
  981. package/react/BtIconStarFill.js +19 -0
  982. package/react/BtIconStop.d.ts +5 -0
  983. package/react/BtIconStop.js +19 -0
  984. package/react/BtIconStopAlt.d.ts +5 -0
  985. package/react/BtIconStopAlt.js +29 -0
  986. package/react/BtIconStopAltFill.d.ts +5 -0
  987. package/react/BtIconStopAltFill.js +19 -0
  988. package/react/BtIconStopFill.d.ts +5 -0
  989. package/react/BtIconStopFill.js +19 -0
  990. package/react/BtIconSuitcase.d.ts +5 -0
  991. package/react/BtIconSuitcase.js +19 -0
  992. package/react/BtIconSuitcaseFill.d.ts +5 -0
  993. package/react/BtIconSuitcaseFill.js +19 -0
  994. package/react/BtIconSun.d.ts +5 -0
  995. package/react/BtIconSun.js +58 -0
  996. package/react/BtIconSunFill.d.ts +5 -0
  997. package/react/BtIconSunFill.js +57 -0
  998. package/react/BtIconSwitch.d.ts +5 -0
  999. package/react/BtIconSwitch.js +27 -0
  1000. package/react/BtIconSwitchFill.d.ts +5 -0
  1001. package/react/BtIconSwitchFill.js +27 -0
  1002. package/react/BtIconTablet.d.ts +5 -0
  1003. package/react/BtIconTablet.js +23 -0
  1004. package/react/BtIconTabletFill.d.ts +5 -0
  1005. package/react/BtIconTabletFill.js +19 -0
  1006. package/react/BtIconTabletWithKeyboard.d.ts +5 -0
  1007. package/react/BtIconTabletWithKeyboard.js +23 -0
  1008. package/react/BtIconTabletWithKeyboardFill.d.ts +5 -0
  1009. package/react/BtIconTabletWithKeyboardFill.js +27 -0
  1010. package/react/BtIconTag.d.ts +5 -0
  1011. package/react/BtIconTag.js +24 -0
  1012. package/react/BtIconTagFill.d.ts +5 -0
  1013. package/react/BtIconTagFill.js +19 -0
  1014. package/react/BtIconTaxonomy.d.ts +5 -0
  1015. package/react/BtIconTaxonomy.js +19 -0
  1016. package/react/BtIconTaxonomyFill.d.ts +5 -0
  1017. package/react/BtIconTaxonomyFill.js +19 -0
  1018. package/react/BtIconTechBar.d.ts +5 -0
  1019. package/react/BtIconTechBar.js +19 -0
  1020. package/react/BtIconTechBarFill.d.ts +5 -0
  1021. package/react/BtIconTechBarFill.js +19 -0
  1022. package/react/BtIconTelemark.d.ts +5 -0
  1023. package/react/BtIconTelemark.js +24 -0
  1024. package/react/BtIconTelemarkFill.d.ts +5 -0
  1025. package/react/BtIconTelemarkFill.js +24 -0
  1026. package/react/BtIconThumbsDown.d.ts +5 -0
  1027. package/react/BtIconThumbsDown.js +19 -0
  1028. package/react/BtIconThumbsDownFill.d.ts +5 -0
  1029. package/react/BtIconThumbsDownFill.js +19 -0
  1030. package/react/BtIconThumbsUp.d.ts +5 -0
  1031. package/react/BtIconThumbsUp.js +19 -0
  1032. package/react/BtIconThumbsUpFill.d.ts +5 -0
  1033. package/react/BtIconThumbsUpFill.js +19 -0
  1034. package/react/BtIconTick.d.ts +5 -0
  1035. package/react/BtIconTick.js +30 -0
  1036. package/react/BtIconTickAlt2Px.d.ts +5 -0
  1037. package/react/BtIconTickAlt2Px.js +19 -0
  1038. package/react/BtIconTickAlt2PxFill.d.ts +5 -0
  1039. package/react/BtIconTickAlt2PxFill.js +19 -0
  1040. package/react/BtIconTickFill.d.ts +5 -0
  1041. package/react/BtIconTickFill.js +19 -0
  1042. package/react/BtIconTickVariant.d.ts +5 -0
  1043. package/react/BtIconTickVariant.js +19 -0
  1044. package/react/BtIconTickVariantFill.d.ts +5 -0
  1045. package/react/BtIconTickVariantFill.js +19 -0
  1046. package/react/BtIconTree1.d.ts +5 -0
  1047. package/react/BtIconTree1.js +19 -0
  1048. package/react/BtIconTree1Fill.d.ts +5 -0
  1049. package/react/BtIconTree1Fill.js +19 -0
  1050. package/react/BtIconTree2.d.ts +5 -0
  1051. package/react/BtIconTree2.js +19 -0
  1052. package/react/BtIconTree2Fill.d.ts +5 -0
  1053. package/react/BtIconTree2Fill.js +19 -0
  1054. package/react/BtIconTrophy.d.ts +5 -0
  1055. package/react/BtIconTrophy.js +19 -0
  1056. package/react/BtIconTrophyFill.d.ts +5 -0
  1057. package/react/BtIconTrophyFill.js +19 -0
  1058. package/react/BtIconTv.d.ts +5 -0
  1059. package/react/BtIconTv.js +19 -0
  1060. package/react/BtIconTvAndHub.d.ts +5 -0
  1061. package/react/BtIconTvAndHub.js +24 -0
  1062. package/react/BtIconTvAndHubAndPhone.d.ts +5 -0
  1063. package/react/BtIconTvAndHubAndPhone.js +32 -0
  1064. package/react/BtIconTvAndHubAndPhoneFill.d.ts +5 -0
  1065. package/react/BtIconTvAndHubAndPhoneFill.js +37 -0
  1066. package/react/BtIconTvAndHubFill.d.ts +5 -0
  1067. package/react/BtIconTvAndHubFill.js +29 -0
  1068. package/react/BtIconTvArial.d.ts +5 -0
  1069. package/react/BtIconTvArial.js +19 -0
  1070. package/react/BtIconTvArialFill.d.ts +5 -0
  1071. package/react/BtIconTvArialFill.js +19 -0
  1072. package/react/BtIconTvFill.d.ts +5 -0
  1073. package/react/BtIconTvFill.js +23 -0
  1074. package/react/BtIconUk.d.ts +5 -0
  1075. package/react/BtIconUk.js +24 -0
  1076. package/react/BtIconUkFill.d.ts +5 -0
  1077. package/react/BtIconUkFill.js +24 -0
  1078. package/react/BtIconUkHotspots.d.ts +5 -0
  1079. package/react/BtIconUkHotspots.js +44 -0
  1080. package/react/BtIconUkHotspotsFill.d.ts +5 -0
  1081. package/react/BtIconUkHotspotsFill.js +48 -0
  1082. package/react/BtIconUnlocked.d.ts +5 -0
  1083. package/react/BtIconUnlocked.js +19 -0
  1084. package/react/BtIconUnlockedFill.d.ts +5 -0
  1085. package/react/BtIconUnlockedFill.js +19 -0
  1086. package/react/BtIconUsb.d.ts +5 -0
  1087. package/react/BtIconUsb.js +19 -0
  1088. package/react/BtIconUsbFill.d.ts +5 -0
  1089. package/react/BtIconUsbFill.js +19 -0
  1090. package/react/BtIconUser.d.ts +5 -0
  1091. package/react/BtIconUser.js +19 -0
  1092. package/react/BtIconUserAdd.d.ts +5 -0
  1093. package/react/BtIconUserAdd.js +24 -0
  1094. package/react/BtIconUserAddFill.d.ts +5 -0
  1095. package/react/BtIconUserAddFill.js +24 -0
  1096. package/react/BtIconUserCloud.d.ts +5 -0
  1097. package/react/BtIconUserCloud.js +24 -0
  1098. package/react/BtIconUserCloudFill.d.ts +5 -0
  1099. package/react/BtIconUserCloudFill.js +24 -0
  1100. package/react/BtIconUserDuplicateProfile.d.ts +5 -0
  1101. package/react/BtIconUserDuplicateProfile.js +19 -0
  1102. package/react/BtIconUserDuplicateProfileFill.d.ts +5 -0
  1103. package/react/BtIconUserDuplicateProfileFill.js +19 -0
  1104. package/react/BtIconUserFill.d.ts +5 -0
  1105. package/react/BtIconUserFill.js +19 -0
  1106. package/react/BtIconUserGroups.d.ts +5 -0
  1107. package/react/BtIconUserGroups.js +19 -0
  1108. package/react/BtIconUserGroupsFill.d.ts +5 -0
  1109. package/react/BtIconUserGroupsFill.js +19 -0
  1110. package/react/BtIconUserParentAndChild.d.ts +5 -0
  1111. package/react/BtIconUserParentAndChild.js +19 -0
  1112. package/react/BtIconUserParentAndChildFill.d.ts +5 -0
  1113. package/react/BtIconUserParentAndChildFill.js +19 -0
  1114. package/react/BtIconUserWithQuestionmark.d.ts +5 -0
  1115. package/react/BtIconUserWithQuestionmark.js +29 -0
  1116. package/react/BtIconUserWithQuestionmarkFill.d.ts +5 -0
  1117. package/react/BtIconUserWithQuestionmarkFill.js +29 -0
  1118. package/react/BtIconVan.d.ts +5 -0
  1119. package/react/BtIconVan.js +19 -0
  1120. package/react/BtIconVanFill.d.ts +5 -0
  1121. package/react/BtIconVanFill.js +19 -0
  1122. package/react/BtIconView.d.ts +5 -0
  1123. package/react/BtIconView.js +23 -0
  1124. package/react/BtIconViewFill.d.ts +5 -0
  1125. package/react/BtIconViewFill.js +19 -0
  1126. package/react/BtIconVirus.d.ts +5 -0
  1127. package/react/BtIconVirus.js +34 -0
  1128. package/react/BtIconVirusFill.d.ts +5 -0
  1129. package/react/BtIconVirusFill.js +19 -0
  1130. package/react/BtIconWholeHomeWifi.d.ts +5 -0
  1131. package/react/BtIconWholeHomeWifi.js +19 -0
  1132. package/react/BtIconWholeHomeWifiFill.d.ts +5 -0
  1133. package/react/BtIconWholeHomeWifiFill.js +19 -0
  1134. package/react/BtIconWiFi.d.ts +5 -0
  1135. package/react/BtIconWiFi.js +40 -0
  1136. package/react/BtIconWiFiFill.d.ts +5 -0
  1137. package/react/BtIconWiFiFill.js +19 -0
  1138. package/react/BtIconWizard.d.ts +5 -0
  1139. package/react/BtIconWizard.js +43 -0
  1140. package/react/BtIconWizardFill.d.ts +5 -0
  1141. package/react/BtIconWizardFill.js +43 -0
  1142. package/react/BtIconWorkstation.d.ts +5 -0
  1143. package/react/BtIconWorkstation.js +24 -0
  1144. package/react/BtIconWorkstationFill.d.ts +5 -0
  1145. package/react/BtIconWorkstationFill.js +28 -0
  1146. package/react/BtIconsChevronLeftMid.d.ts +5 -0
  1147. package/react/BtIconsChevronLeftMid.js +21 -0
  1148. package/react/BtIconsChevronRightMid.d.ts +5 -0
  1149. package/react/BtIconsChevronRightMid.js +21 -0
  1150. package/tokens/css/svg.css +581 -0
  1151. package/tokens/js/icon-names.ts +581 -0
  1152. package/tokens/js/svg.js +579 -0
  1153. package/tokens/scss/svg.scss +579 -0
@@ -0,0 +1,24 @@
1
+ const React = require("react");
2
+ const BtIconTvAndHub = props =>
3
+ /*#__PURE__*/ React.createElement(
4
+ "svg",
5
+ Object.assign(
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 32 32"
9
+ },
10
+ props
11
+ ),
12
+ /*#__PURE__*/ React.createElement("defs", null),
13
+ /*#__PURE__*/ React.createElement("path", {
14
+ d:
15
+ "M27.999,6H4.001A2.00684,2.00684,0,0,0,2,8.001V22.999A2.00684,2.00684,0,0,0,4.001,25H6.293L4.64648,26.64648a.5.5,0,1,0,.707.707L7.707,25h6.3067v.71466a2.21187,2.21187,0,0,0,2.12744,2.27582h7.72455a2.14,2.14,0,0,0,1.97449-1.44324l.80627.80628a.5.5,0,0,0,.707-.707l-1.36036-1.36035V25H27.999A2.00687,2.00687,0,0,0,30,22.999V8.001A2.00687,2.00687,0,0,0,27.999,6ZM24.99316,25.71466a1.22486,1.22486,0,0,1-1.12744,1.27582H16.14117a1.22486,1.22486,0,0,1-1.12744-1.27582V22.2699a1.22486,1.22486,0,0,1,1.12744-1.27582h7.72455a1.22486,1.22486,0,0,1,1.12744,1.27582ZM29,22.999A1.00212,1.00212,0,0,1,27.999,24H25.99316V22.2699a2.2119,2.2119,0,0,0-2.12744-2.27582H16.14117a2.21191,2.21191,0,0,0-2.12744,2.27582V24H4.001A1.00212,1.00212,0,0,1,3,22.999V8.001A1.00212,1.00212,0,0,1,4.001,7H27.999A1.00212,1.00212,0,0,1,29,8.001Z",
16
+ fill: "currentColor"
17
+ }),
18
+ /*#__PURE__*/ React.createElement("path", {
19
+ d:
20
+ "M20.00348,21.995a2.0022,2.0022,0,1,0,2.0022,2.00219A2.00217,2.00217,0,0,0,20.00348,21.995Zm0,3.00439a1.0022,1.0022,0,1,1,1.0022-1.0022A1.00334,1.00334,0,0,1,20.00348,24.99939Z",
21
+ fill: "currentColor"
22
+ })
23
+ );
24
+ module.exports.BtIconTvAndHub = BtIconTvAndHub;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconTvAndHubAndPhone(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconTvAndHubAndPhone };
@@ -0,0 +1,32 @@
1
+ const React = require("react");
2
+ const BtIconTvAndHubAndPhone = props =>
3
+ /*#__PURE__*/ React.createElement(
4
+ "svg",
5
+ Object.assign(
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 32 32"
9
+ },
10
+ props
11
+ ),
12
+ /*#__PURE__*/ React.createElement("defs", null),
13
+ /*#__PURE__*/ React.createElement("path", {
14
+ d:
15
+ "M27.999,6H4.001A2.00684,2.00684,0,0,0,2,8.001V22.999A2.00684,2.00684,0,0,0,4.001,25H6.293L4.64648,26.64648a.5.5,0,1,0,.707.707L7.707,25H8v1.12256A1.87966,1.87966,0,0,0,9.87744,28h5.24512a1.86772,1.86772,0,0,0,.51745-.08063,1.96712,1.96712,0,0,0,.50116.07111h7.72455a2.14,2.14,0,0,0,1.97449-1.44324l.80627.80628a.5.5,0,0,0,.707-.707l-1.36036-1.36035V25H27.999A2.00687,2.00687,0,0,0,30,22.999V8.001A2.00687,2.00687,0,0,0,27.999,6ZM9,26.12256V13.87744A.87835.87835,0,0,1,9.87744,13h5.24512A.87835.87835,0,0,1,16,13.87744v6.132a2.21734,2.21734,0,0,0-1.98627,2.2605v3.44476A2.36763,2.36763,0,0,0,14.39008,27H9.87744A.87835.87835,0,0,1,9,26.12256Zm15.99316-.4079a1.22486,1.22486,0,0,1-1.12744,1.27582H16.14117a1.22486,1.22486,0,0,1-1.12744-1.27582V22.2699a1.22486,1.22486,0,0,1,1.12744-1.27582h7.72455a1.22486,1.22486,0,0,1,1.12744,1.27582ZM29,22.999A1.00212,1.00212,0,0,1,27.999,24H25.99316V22.2699a2.2119,2.2119,0,0,0-2.12744-2.27582H17V13.87744A1.87966,1.87966,0,0,0,15.12256,12H9.87744A1.87966,1.87966,0,0,0,8,13.87744V24H4.001A1.00212,1.00212,0,0,1,3,22.999V8.001A1.00212,1.00212,0,0,1,4.001,7H27.999A1.00212,1.00212,0,0,1,29,8.001Z",
16
+ fill: "currentColor"
17
+ }),
18
+ /*#__PURE__*/ React.createElement("path", {
19
+ d:
20
+ "M20.00342,21.995a2.0022,2.0022,0,1,0,2.0022,2.00219A2.0022,2.0022,0,0,0,20.00342,21.995Zm0,3.00439a1.0022,1.0022,0,1,1,1.0022-1.0022A1.00334,1.00334,0,0,1,20.00342,24.99939Z",
21
+ fill: "currentColor"
22
+ }),
23
+ /*#__PURE__*/ React.createElement("path", {
24
+ d: "M13.5,14h-2a.5.5,0,0,0,0,1h2a.5.5,0,0,0,0-1Z",
25
+ fill: "currentColor"
26
+ }),
27
+ /*#__PURE__*/ React.createElement("path", {
28
+ fill: "currentColor",
29
+ d: "M12.5 25A.5.5 0 1 0 12.5 26 .5.5 0 1 0 12.5 25z"
30
+ })
31
+ );
32
+ module.exports.BtIconTvAndHubAndPhone = BtIconTvAndHubAndPhone;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconTvAndHubAndPhoneFill(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconTvAndHubAndPhoneFill };
@@ -0,0 +1,37 @@
1
+ const React = require("react");
2
+ const BtIconTvAndHubAndPhoneFill = props =>
3
+ /*#__PURE__*/ React.createElement(
4
+ "svg",
5
+ Object.assign(
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 32 32"
9
+ },
10
+ props
11
+ ),
12
+ /*#__PURE__*/ React.createElement("defs", null),
13
+ /*#__PURE__*/ React.createElement("path", {
14
+ d:
15
+ "M27.999,6H4.001A2.00684,2.00684,0,0,0,2,8.001V22.999A2.00684,2.00684,0,0,0,4.001,25H6.293L4.64648,26.64648a.5.5,0,1,0,.707.707L7.707,25H8v1.12256A1.87966,1.87966,0,0,0,9.87744,28h5.24512a1.86772,1.86772,0,0,0,.51745-.08063,1.96712,1.96712,0,0,0,.50116.07111h7.72455a2.14,2.14,0,0,0,1.97449-1.44324l.80627.80628a.5.5,0,0,0,.707-.707l-1.36036-1.36035V25H27.999A2.00687,2.00687,0,0,0,30,22.999V8.001A2.00687,2.00687,0,0,0,27.999,6ZM9,26.12256V13.87744A.87835.87835,0,0,1,9.87744,13h5.24512A.87835.87835,0,0,1,16,13.87744v6.132a2.21734,2.21734,0,0,0-1.98627,2.2605v3.44476A2.36763,2.36763,0,0,0,14.39008,27H9.87744A.87835.87835,0,0,1,9,26.12256Zm15.99316-.4079a1.22486,1.22486,0,0,1-1.12744,1.27582H16.14117a1.22486,1.22486,0,0,1-1.12744-1.27582V22.2699a1.22486,1.22486,0,0,1,1.12744-1.27582h7.72455a1.22486,1.22486,0,0,1,1.12744,1.27582ZM29,22.999A1.00212,1.00212,0,0,1,27.999,24H25.99316V22.2699a2.2119,2.2119,0,0,0-2.12744-2.27582H17V13.87744A1.87966,1.87966,0,0,0,15.12256,12H9.87744A1.87966,1.87966,0,0,0,8,13.87744V24H4.001A1.00212,1.00212,0,0,1,3,22.999V8.001A1.00212,1.00212,0,0,1,4.001,7H27.999A1.00212,1.00212,0,0,1,29,8.001Z",
16
+ fill: "currentColor"
17
+ }),
18
+ /*#__PURE__*/ React.createElement("path", {
19
+ d:
20
+ "M20.00342,21.995a2.0022,2.0022,0,1,0,2.0022,2.00219A2.0022,2.0022,0,0,0,20.00342,21.995Zm0,3.00439a1.0022,1.0022,0,1,1,1.0022-1.0022A1.00334,1.00334,0,0,1,20.00342,24.99939Z",
21
+ fill: "currentColor"
22
+ }),
23
+ /*#__PURE__*/ React.createElement("path", {
24
+ d: "M13.5,14h-2a.5.5,0,0,0,0,1h2a.5.5,0,0,0,0-1Z",
25
+ fill: "currentColor"
26
+ }),
27
+ /*#__PURE__*/ React.createElement("path", {
28
+ fill: "currentColor",
29
+ d: "M12.5 25A.5.5 0 1 0 12.5 26 .5.5 0 1 0 12.5 25z"
30
+ }),
31
+ /*#__PURE__*/ React.createElement("path", {
32
+ d:
33
+ "M3.984,22.98309H7V13.06738A2.06738,2.06738,0,0,1,9.06738,11H15.8692A2.1308,2.1308,0,0,1,18,13.13086v5.86322h5.86572a3.20784,3.20784,0,0,1,3.12744,3.27582v.71319h.99878V8.04376H3.984Z",
34
+ fill: "currentColor"
35
+ })
36
+ );
37
+ module.exports.BtIconTvAndHubAndPhoneFill = BtIconTvAndHubAndPhoneFill;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconTvAndHubFill(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconTvAndHubFill };
@@ -0,0 +1,29 @@
1
+ const React = require("react");
2
+ const BtIconTvAndHubFill = props =>
3
+ /*#__PURE__*/ React.createElement(
4
+ "svg",
5
+ Object.assign(
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 32 32"
9
+ },
10
+ props
11
+ ),
12
+ /*#__PURE__*/ React.createElement("defs", null),
13
+ /*#__PURE__*/ React.createElement("path", {
14
+ d:
15
+ "M27.999,6H4.001A2.00684,2.00684,0,0,0,2,8.001V22.999A2.00684,2.00684,0,0,0,4.001,25H6.293L4.64648,26.64648a.5.5,0,1,0,.707.707L7.707,25h6.3067v.71466a2.21187,2.21187,0,0,0,2.12744,2.27582h7.72455a2.14,2.14,0,0,0,1.97449-1.44324l.80627.80628a.5.5,0,0,0,.707-.707l-1.36036-1.36035V25H27.999A2.00687,2.00687,0,0,0,30,22.999V8.001A2.00687,2.00687,0,0,0,27.999,6ZM24.99316,25.71466a1.22486,1.22486,0,0,1-1.12744,1.27582H16.14117a1.22486,1.22486,0,0,1-1.12744-1.27582V22.2699a1.22486,1.22486,0,0,1,1.12744-1.27582h7.72455a1.22486,1.22486,0,0,1,1.12744,1.27582ZM29,22.999A1.00212,1.00212,0,0,1,27.999,24H25.99316V22.2699a2.2119,2.2119,0,0,0-2.12744-2.27582H16.14117a2.21191,2.21191,0,0,0-2.12744,2.27582V24H4.001A1.00212,1.00212,0,0,1,3,22.999V8.001A1.00212,1.00212,0,0,1,4.001,7H27.999A1.00212,1.00212,0,0,1,29,8.001Z",
16
+ fill: "currentColor"
17
+ }),
18
+ /*#__PURE__*/ React.createElement("path", {
19
+ d:
20
+ "M20.00348,21.995a2.0022,2.0022,0,1,0,2.0022,2.00219A2.00217,2.00217,0,0,0,20.00348,21.995Zm0,3.00439a1.0022,1.0022,0,1,1,1.0022-1.0022A1.00334,1.00334,0,0,1,20.00348,24.99939Z",
21
+ fill: "currentColor"
22
+ }),
23
+ /*#__PURE__*/ React.createElement("path", {
24
+ d:
25
+ "M3.984,22.98309h9.02972V22.2699a3.20785,3.20785,0,0,1,3.12744-3.27582h7.72455a3.20784,3.20784,0,0,1,3.12744,3.27582v.71319h.99878V8.04376H3.984Z",
26
+ fill: "currentColor"
27
+ })
28
+ );
29
+ module.exports.BtIconTvAndHubFill = BtIconTvAndHubFill;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconTvArial(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconTvArial };
@@ -0,0 +1,19 @@
1
+ const React = require("react");
2
+ const BtIconTvArial = props =>
3
+ /*#__PURE__*/ React.createElement(
4
+ "svg",
5
+ Object.assign(
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 32 32"
9
+ },
10
+ props
11
+ ),
12
+ /*#__PURE__*/ React.createElement("defs", null),
13
+ /*#__PURE__*/ React.createElement("path", {
14
+ d:
15
+ "M26.5144,12H24.54174v-.5332a.5.5,0,1,0-1,0V12h-3V10.51074a.5.5,0,0,0-1,0V12h-3.019V9.46777a.5.5,0,0,0-1,0V12H12.52465V8.48975a.5.5,0,1,0-1,0V12H8.47387V7.5a.5.5,0,0,0-1,0V12H5.5144a.5.5,0,0,0,0,1H7.47387v4.5a.5.5,0,0,0,1,0V13h3.05078v3.48633a.5.5,0,0,0,1,0V13H15.5227V26.5a.5.5,0,0,0,1,0V13h3.019v1.46533a.5.5,0,0,0,1,0V13h3v.50928a.5.5,0,0,0,1,0V13H26.5144a.5.5,0,0,0,0-1Z",
16
+ fill: "currentColor"
17
+ })
18
+ );
19
+ module.exports.BtIconTvArial = BtIconTvArial;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconTvArialFill(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconTvArialFill };
@@ -0,0 +1,19 @@
1
+ const React = require("react");
2
+ const BtIconTvArialFill = props =>
3
+ /*#__PURE__*/ React.createElement(
4
+ "svg",
5
+ Object.assign(
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 32 32"
9
+ },
10
+ props
11
+ ),
12
+ /*#__PURE__*/ React.createElement("defs", null),
13
+ /*#__PURE__*/ React.createElement("path", {
14
+ d:
15
+ "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM26.51444,13H24.54178v.50928a.5.5,0,0,1-1,0V13h-3v1.46533a.5.5,0,0,1-1,0V13h-3.019V26.5a.5.5,0,0,1-1,0V13H12.52469v3.48633a.5.5,0,0,1-1,0V13H8.47391v4.5a.5.5,0,0,1-1,0V13H5.51444a.5.5,0,0,1,0-1H7.47391V7.5a.5.5,0,0,1,1,0V12h3.05078V8.48975a.5.5,0,1,1,1,0V12h2.99805V9.46777a.5.5,0,0,1,1,0V12h3.019V10.51074a.5.5,0,0,1,1,0V12h3v-.5332a.5.5,0,1,1,1,0V12h1.97266a.5.5,0,0,1,0,1Z",
16
+ fill: "currentColor"
17
+ })
18
+ );
19
+ module.exports.BtIconTvArialFill = BtIconTvArialFill;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconTvFill(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconTvFill };
@@ -0,0 +1,23 @@
1
+ const React = require("react");
2
+ const BtIconTvFill = props =>
3
+ /*#__PURE__*/ React.createElement(
4
+ "svg",
5
+ Object.assign(
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 32 32"
9
+ },
10
+ props
11
+ ),
12
+ /*#__PURE__*/ React.createElement("defs", null),
13
+ /*#__PURE__*/ React.createElement("path", {
14
+ d:
15
+ "M27.999,6H4.001A2.00687,2.00687,0,0,0,2,8.001V22.999A2.00687,2.00687,0,0,0,4.001,25H6.293L4.64648,26.64648a.5.5,0,1,0,.707.707L7.707,25H24.293l2.35351,2.35352a.5.5,0,0,0,.707-.707L25.707,25h2.292A2.00687,2.00687,0,0,0,30,22.999V8.001A2.00687,2.00687,0,0,0,27.999,6ZM29,22.999A1.00212,1.00212,0,0,1,27.999,24H4.001A1.00212,1.00212,0,0,1,3,22.999V8.001A1.00212,1.00212,0,0,1,4.001,7H27.999A1.00212,1.00212,0,0,1,29,8.001Z",
16
+ fill: "currentColor"
17
+ }),
18
+ /*#__PURE__*/ React.createElement("path", {
19
+ fill: "currentColor",
20
+ d: "M4 8H28V23H4z"
21
+ })
22
+ );
23
+ module.exports.BtIconTvFill = BtIconTvFill;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconUk(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconUk };
@@ -0,0 +1,24 @@
1
+ const React = require("react");
2
+ const BtIconUk = props =>
3
+ /*#__PURE__*/ React.createElement(
4
+ "svg",
5
+ Object.assign(
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 32 32"
9
+ },
10
+ props
11
+ ),
12
+ /*#__PURE__*/ React.createElement("defs", null),
13
+ /*#__PURE__*/ React.createElement("path", {
14
+ d:
15
+ "M26.001,23.251a1.55689,1.55689,0,0,0-1.0293-1.44678L23.292,21.20605a.44961.44961,0,0,1-.29687-.41992l-.00879-1.95361a5.02248,5.02248,0,0,0-.23535-1.49707L21.44141,13.2207a2.928,2.928,0,0,0-.69825-1.16406l-1.709-2.0542c-.01074-.01172.00586-.12451-.00586-.13525l1.748-2.31885a.77923.77923,0,0,0,.21289-.71094.7697.7697,0,0,0-.459-.56054L18.5459,5.39355l1.249-1.12939a.75439.75439,0,0,0-.55664-1.26367H17.05859a1.49311,1.49311,0,0,0-.708.22265c-.56543.4043-1.80469,1.437-2.31153,1.8628a1.44923,1.44923,0,0,0-.5.83838l-1.52343,4.85351a1.03487,1.03487,0,0,0,1.0166,1.21143l1.77441.00342-.6543.82617a.896.896,0,0,0-.11816.73779.9072.9072,0,0,0,.49707.57813l1.23926.53662a.37617.37617,0,0,1,.22656.3457v1.92285a.513.513,0,0,1-.27344.457L13.291,18.55664a.4996.4996,0,0,0-.13575.80762l.63965.62939-1.5,1.46924a.965.965,0,0,0-.27734.80713.90759.90759,0,0,0,.39941.66943l.66406.561a2.06679,2.06679,0,0,0,1.32325.48828l2.1455.00879-.66406.68115a.81681.81681,0,0,1-.61621.32422h-.00195l-2.39844-.00586h-.00293a1.68148,1.68148,0,0,0-1.21.5166l-1.30176,1.35987a1.26094,1.26094,0,0,0,.90625,2.13232l1.63379.00488h.00488a1.36534,1.36534,0,0,0,1.11719-.582l.2959-.42383a.21556.21556,0,0,1,.1582-.09326l8.21387-.83935a2.27927,2.27927,0,0,0,1.34082-.62061l1.46-1.40283a1.70478,1.70478,0,0,0,.52051-1.23682Zm-1.209,1.07666-1.46,1.40283a1.26891,1.26891,0,0,1-.749.34668l-8.21289.83935a1.22023,1.22023,0,0,0-.87793.51563l-.29492.42383a.36574.36574,0,0,1-.29786.15478h-.001l-1.63379-.00488a.26057.26057,0,0,1-.1875-.44092l1.30176-1.35986a.67543.67543,0,0,1,.4873-.208h.001l2.39844.00586h.0039a1.77163,1.77163,0,0,0,1.36133-.65918l1.21875-1.251a.66928.66928,0,0,0-.51563-1.09228l-2.9248-.01172a1.06246,1.06246,0,0,1-.68164-.25147l-.72949-.56347,1.86035-1.82227a.4999.4999,0,0,0,.001-.71386l-.49415-.48584,1.79883-.85743a1.51073,1.51073,0,0,0,.833-1.35449V15.01709a1.37526,1.37526,0,0,0-.83008-1.26367l-1.10351-.478.85058-1.08447a.82049.82049,0,0,0-.72656-1.19776l-2.20312.02051,1.52441-4.854a.50645.50645,0,0,1,.17383-.3086c.38867-.32568,1.69726-1.41943,2.25-1.81445a.37388.37388,0,0,1,.12207-.03613h1.542l-.87109.78564a.86278.86278,0,0,0-.27246.79883.8498.8498,0,0,0,.51562.64551l1.91309.85156-1.623,2.14844a1.03643,1.03643,0,0,0,.00586,1.41162l1.74023,2.0874a1.98589,1.98589,0,0,1,.4834.79541l1.30957,4.11328a4.04666,4.04666,0,0,1,.18848,1.19873l.00879,1.95411a1.45212,1.45212,0,0,0,.96093,1.35693l1.67969.59863a.55106.55106,0,0,1,.36524.51319l.00488.561A.6953.6953,0,0,1,24.792,24.32764Z",
16
+ fill: "currentColor"
17
+ }),
18
+ /*#__PURE__*/ React.createElement("path", {
19
+ d:
20
+ "M11.35645,17.00049a.92719.92719,0,0,0,.79-.43945l.68946-1.11182a1.052,1.052,0,0,0,.06543-.98633l-.82715-1.834a1.038,1.038,0,0,0-.94824-.63184l-.73047-.00488h-.001a1.71624,1.71624,0,0,0-.6289.1665L7.37891,13.5332a.7624.7624,0,0,0-.34864.48.77291.77291,0,0,0,.11621.60547l.84278,1.16992a.49837.49837,0,0,0,.40527.20752l.88477.00245.415.58349a1.001,1.001,0,0,0,.8125.41846Zm-2.082-2.0044h-.624l-.53027-.73535,2.14355-1.23486a.25629.25629,0,0,1,.126-.03369l.76855.03808.82813,1.89209-.62988,1.07813-.84766.001-.415-.58251A1.00582,1.00582,0,0,0,9.27441,14.99609Z",
21
+ fill: "currentColor"
22
+ })
23
+ );
24
+ module.exports.BtIconUk = BtIconUk;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconUkFill(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconUkFill };
@@ -0,0 +1,24 @@
1
+ const React = require("react");
2
+ const BtIconUkFill = props =>
3
+ /*#__PURE__*/ React.createElement(
4
+ "svg",
5
+ Object.assign(
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 32 32"
9
+ },
10
+ props
11
+ ),
12
+ /*#__PURE__*/ React.createElement("defs", null),
13
+ /*#__PURE__*/ React.createElement("path", {
14
+ d:
15
+ "M26.001,23.251a1.55689,1.55689,0,0,0-1.0293-1.44678L23.292,21.20605a.44961.44961,0,0,1-.29687-.41992l-.00879-1.95361a5.02248,5.02248,0,0,0-.23535-1.49707L21.44141,13.2207a2.928,2.928,0,0,0-.69825-1.16406l-1.709-2.0542c-.01074-.01172.00586-.12451-.00586-.13525l1.748-2.31885a.77923.77923,0,0,0,.21289-.71094.7697.7697,0,0,0-.459-.56054L18.5459,5.39355l1.249-1.12939a.75439.75439,0,0,0-.55664-1.26367H17.05859a1.49311,1.49311,0,0,0-.708.22265c-.56543.4043-1.80469,1.437-2.31153,1.8628a1.44923,1.44923,0,0,0-.5.83838l-1.52343,4.85351a1.03487,1.03487,0,0,0,1.0166,1.21143l1.77441.00342-.6543.82617a.896.896,0,0,0-.11816.73779.9072.9072,0,0,0,.49707.57813l1.23926.53662a.37617.37617,0,0,1,.22656.3457v1.92285a.513.513,0,0,1-.27344.457L13.291,18.55664a.4996.4996,0,0,0-.13575.80762l.63965.62939-1.5,1.46924a.965.965,0,0,0-.27734.80713.90759.90759,0,0,0,.39941.66943l.66406.561a2.06679,2.06679,0,0,0,1.32325.48828l2.1455.00879-.66406.68115a.81681.81681,0,0,1-.61621.32422h-.00195l-2.39844-.00586h-.00293a1.68148,1.68148,0,0,0-1.21.5166l-1.30176,1.35987a1.26094,1.26094,0,0,0,.90625,2.13232l1.63379.00488h.00488a1.36534,1.36534,0,0,0,1.11719-.582l.2959-.42383a.21556.21556,0,0,1,.1582-.09326l8.21387-.83935a2.27927,2.27927,0,0,0,1.34082-.62061l1.46-1.40283a1.70478,1.70478,0,0,0,.52051-1.23682Z",
16
+ fill: "currentColor"
17
+ }),
18
+ /*#__PURE__*/ React.createElement("path", {
19
+ d:
20
+ "M11.35645,17.00049a.92719.92719,0,0,0,.79-.43945l.68946-1.11182a1.052,1.052,0,0,0,.06543-.98633l-.82715-1.834a1.038,1.038,0,0,0-.94824-.63184l-.73047-.00488h-.001a1.71624,1.71624,0,0,0-.6289.1665L7.37891,13.5332a.7624.7624,0,0,0-.34864.48.77291.77291,0,0,0,.11621.60547l.84278,1.16992a.49837.49837,0,0,0,.40527.20752l.88477.00245.415.58349a1.001,1.001,0,0,0,.8125.41846Z",
21
+ fill: "currentColor"
22
+ })
23
+ );
24
+ module.exports.BtIconUkFill = BtIconUkFill;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconUkHotspots(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconUkHotspots };
@@ -0,0 +1,44 @@
1
+ const React = require("react");
2
+ const BtIconUkHotspots = props =>
3
+ /*#__PURE__*/ React.createElement(
4
+ "svg",
5
+ Object.assign(
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 32 32"
9
+ },
10
+ props
11
+ ),
12
+ /*#__PURE__*/ React.createElement("defs", null),
13
+ /*#__PURE__*/ React.createElement("path", {
14
+ fill: "currentColor",
15
+ d:
16
+ "M21.791 17.4085A.66.66 0 1 0 21.791 18.7285.66.66 0 1 0 21.791 17.4085z"
17
+ }),
18
+ /*#__PURE__*/ React.createElement("path", {
19
+ d:
20
+ "M25.332,15.2282c-.1162,0-.2314-.04-.3262-.1211-3.4004-2.9268-6.3076-.1436-6.4297-.0234-.1963,.1934-.5137,.1924-.707-.0049-.1934-.1953-.1924-.5107,.0029-.7051,.0361-.0371,3.6729-3.5664,7.7861-.0244,.209,.1797,.2334,.4961,.0527,.7051-.0986,.1152-.2383,.1738-.3789,.1738Z",
21
+ fill: "currentColor"
22
+ }),
23
+ /*#__PURE__*/ React.createElement("path", {
24
+ d:
25
+ "M24.1348,16.3151c-.1201,0-.2393-.043-.335-.1289-2.1631-1.9561-3.9541-.1191-4.0283-.04-.1904,.2012-.5068,.207-.707,.0176-.2002-.1904-.208-.5068-.0176-.707,.8711-.915,3.123-2.0908,5.4229-.0127,.2051,.1855,.2207,.502,.0361,.7061-.0986,.1094-.2344,.165-.3711,.165Z",
26
+ fill: "currentColor"
27
+ }),
28
+ /*#__PURE__*/ React.createElement("path", {
29
+ d:
30
+ "M20.6572,17.323c-.1309,0-.2617-.0508-.3594-.1514-.1904-.1982-.1875-.5098,.0078-.7021,.4756-.4668,1.6963-1.0762,2.9277-.0361,.2109,.1787,.2373,.4941,.0586,.7051-.1768,.2109-.4951,.2363-.7051,.0586-.7998-.6768-1.459-.1289-1.583-.0117-.0977,.0918-.2227,.1377-.3467,.1377Z",
31
+ fill: "currentColor"
32
+ }),
33
+ /*#__PURE__*/ React.createElement("path", {
34
+ d:
35
+ "M28.7949,15.9997c0-3.8691-3.1475-7.0166-7.0166-7.0166-2.1341,0-4.0452,.9607-5.3331,2.4687l-1.243-1.5693,1.8516-2.4531c.1221-.1807,.1611-.4053,.1064-.6162-.0547-.2119-.1973-.3896-.4023-.4941l-1.9541-.9404,1.165-1.1387c.2139-.1963,.2861-.5,.1836-.7725-.1025-.2715-.3564-.4521-.6592-.46h-2.1846c-.3252-.0049-.6299,.0977-.877,.2969l-2.1602,1.7393c-.1992,.1465-.3496,.3564-.4229,.5908l-1.5938,5.0977c-.0918,.2891-.0449,.5967,.1279,.8447s.4453,.3984,.7705,.4121l1.8447-.001-.6807,.9658c-.1074,.1855-.1338,.4111-.0713,.6172s.21,.3789,.4023,.4736l1.4258,.6992c.0732,.0361,.1191,.1094,.1191,.1904v1.9434c0,.2578-.1523,.4932-.3877,.5977l-2.3008,1.0244c-.1514,.0674-.2598,.2061-.2891,.3682-.0293,.1631,.0244,.3301,.1426,.4463l.6279,.6143-1.4844,1.4668c-.2773,.2998-.3223,.5977-.3115,.7939s.0889,.4873,.4189,.7715l.6689,.5166c.3652,.3164,.833,.4941,1.3174,.501l2.1162,.0283-.6982,.7139c-.1543,.1787-.3799,.2822-.6152,.2832l-2.5449,.0078c-.3291,.0176-.6348,.1572-.8613,.3936l-1.6309,1.708c-.2217,.3154-.2305,.7695-.0225,1.1846,.207,.415,.5742,.6807,.9756,.6943h1.8359c.3398,0,.665-.1426,.9326-.4414l.3096-.4453c.1152-.125,.2715-.2041,.4404-.2217l8.0986-.8291c.4639-.0469,.9053-.25,1.2412-.5723l1.7109-1.6357c.0361-.0352,.0674-.0752,.0918-.1201,.2576-.467,.2192-1.2064,.148-1.7265,3.7083-.1818,6.6713-3.2475,6.6713-7.0001Zm-7.6709,8.1895l-1.6426,1.5703c-.1768,.1689-.4072,.2754-.6514,.3008l-8.0996,.8291c-.4121,.043-.7939,.2344-1.1143,.5898l-.3096,.4453c-.042,.0449-.1006,.0684-.1768,.0674l-1.7773,.0039c-.0791-.0332-.1846-.2441-.2217-.249l1.582-1.6494c.0508-.0527,.1201-.084,.168-.0869l2.5215-.0068c.5254-.0029,1.0244-.2324,1.3467-.6064l1.2871-1.3154c.1641-.1904,.2021-.4609,.0977-.6895-.1045-.2275-.334-.375-.5781-.375l-2.9463-.0391c-.249-.0029-.4893-.0947-.6973-.2744l-.6914-.6133,1.8301-1.8086c.0957-.0938,.1484-.2227,.1484-.3564,0-.1348-.0547-.2627-.1504-.3564l-.4648-.4551,1.6289-.7246c.5957-.2666,.9805-.8594,.9805-1.5117v-1.9434c0-.4648-.2588-.8809-.6768-1.0879l-1.1943-.5859,.7725-1.0957c.1387-.2393,.1416-.5264,.0098-.7686-.1328-.2432-.376-.3955-.6748-.4082l-2.2207,.0459,1.5947-5.1016c.0098-.0322,.0312-.0615,.0771-.0957l2.1777-1.7529c.0645-.0518,.1523-.0752,.2383-.0762h1.4795l-.9111,.8906c-.1768,.1689-.2617,.4141-.2266,.6553,.0342,.2432,.1846,.4551,.416,.5742l2.002,.9639-1.7656,2.3389c-.207,.3125-.1768,.7246,.0527,.9785l1.4892,1.882c-.6746,1.0776-1.0712,2.3463-1.0712,3.7088,0,3.6428,2.7905,6.6445,6.3459,6.9836,.0753,.4675,.0975,.9737,.0164,1.2059Zm.6543-2.1719c-3.3174,0-6.0166-2.6992-6.0166-6.0176s2.6992-6.0166,6.0166-6.0166,6.0166,2.6992,6.0166,6.0166-2.6992,6.0176-6.0166,6.0176Z",
36
+ fill: "currentColor"
37
+ }),
38
+ /*#__PURE__*/ React.createElement("path", {
39
+ d:
40
+ "M7.6182,16.9958l-1.2061-.0205c-.1641-.0029-.3154-.0859-.4072-.2217l-.3438-.5137c-.0234-.0361-.043-.0752-.0576-.1172-.0361-.1084-.127-.1631-.2686-.1631l-.6963,.0557c-.1729,.0146-.3457-.0654-.4482-.21l-.8545-1.2148c-.125-.21-.1553-.4238-.1016-.6211,.0527-.1982,.1807-.3633,.3604-.4648l2.3721-1.3418c.2285-.1289,.502-.1807,.7578-.1475l.6553-.0098c.4209,.0479,.7285,.2656,.8887,.5869l.8438,1.9111c.1348,.2988,.1123,.6475-.0596,.9287l-.665,1.0996c-.166,.2637-.4658,.4434-.7695,.4639Zm-.9268-1.0156l.9014,.0166,.6055-1.084-.834-1.8945-.7012-.0068c-.1113-.0117-.1631-.0029-.2041,.0225l-2.1436,1.2119,.5293,.751,.4512-.0352h.0039c.583,0,1.0322,.293,1.2246,.7695l.167,.249Zm-2.8506-2.04h0Z",
41
+ fill: "currentColor"
42
+ })
43
+ );
44
+ module.exports.BtIconUkHotspots = BtIconUkHotspots;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconUkHotspotsFill(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconUkHotspotsFill };
@@ -0,0 +1,48 @@
1
+ const React = require("react");
2
+ const BtIconUkHotspotsFill = props =>
3
+ /*#__PURE__*/ React.createElement(
4
+ "svg",
5
+ Object.assign(
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 32 32"
9
+ },
10
+ props
11
+ ),
12
+ /*#__PURE__*/ React.createElement("defs", null),
13
+ /*#__PURE__*/ React.createElement(
14
+ "g",
15
+ null,
16
+ /*#__PURE__*/ React.createElement("path", {
17
+ fill: "currentColor",
18
+ d:
19
+ "M21.791 17.4085A.66.66 0 1 0 21.791 18.7285.66.66 0 1 0 21.791 17.4085z"
20
+ }),
21
+ /*#__PURE__*/ React.createElement("path", {
22
+ d:
23
+ "M25.332,15.2279c-.1152,0-.2314-.04-.3262-.1211-3.4189-2.9414-6.3086-.1445-6.4287-.0244-.1963,.1953-.5127,.1934-.707-.002-.1953-.1963-.1934-.5127,.002-.707,.0361-.0361,3.6729-3.5635,7.7861-.0244,.209,.1797,.2334,.4961,.0527,.7051-.0986,.1152-.2383,.1738-.3789,.1738Z",
24
+ fill: "currentColor"
25
+ }),
26
+ /*#__PURE__*/ React.createElement("path", {
27
+ d:
28
+ "M24.1348,16.3148c-.1201,0-.2393-.043-.335-.1289-2.1631-1.9531-3.9541-.1182-4.0283-.04-.1904,.2012-.5068,.208-.707,.0176s-.208-.5068-.0176-.707c.8711-.9141,3.123-2.0908,5.4229-.0127,.2051,.1855,.2207,.501,.0361,.7061-.0986,.1094-.2344,.165-.3711,.165Z",
29
+ fill: "currentColor"
30
+ }),
31
+ /*#__PURE__*/ React.createElement("path", {
32
+ d:
33
+ "M20.6572,17.3226c-.1309,0-.2617-.0508-.3594-.1514-.1904-.1982-.1875-.5098,.0078-.7021,.4756-.4678,1.6982-1.0732,2.9277-.0352,.2109,.1787,.2363,.4941,.0586,.7051-.1787,.21-.4951,.2354-.7051,.0586-.8018-.6807-1.459-.1279-1.583-.0127-.0977,.0918-.2227,.1377-.3467,.1377Z",
34
+ fill: "currentColor"
35
+ })
36
+ ),
37
+ /*#__PURE__*/ React.createElement("path", {
38
+ d:
39
+ "M9.1123,14.5033l-.8438-1.9111c-.1592-.3193-.4658-.5371-.8887-.5869l-.6582,.0098c-.2637-.0352-.5303,.0195-.7549,.1484l-2.3721,1.3408-.001,.001c-.1797,.1025-.3076,.2686-.3604,.4678-.0527,.2002-.0234,.4082,.1025,.6162l.8545,1.2158c.1016,.1445,.2617,.2246,.4492,.2109l.6953-.0566c.1416,0,.2324,.0547,.2686,.1631,.0146,.042,.0342,.0811,.0576,.1172l.3438,.5137c.0918,.1357,.2432,.2188,.4062,.2217l1.21,.0215c.3018-.0234,.6006-.2012,.7666-.4639l.665-1.1006c.1709-.2803,.1934-.6279,.0596-.9287Z",
40
+ fill: "currentColor"
41
+ }),
42
+ /*#__PURE__*/ React.createElement("path", {
43
+ d:
44
+ "M28.7949,16.0003c0-3.8691-3.1475-7.0176-7.0166-7.0176-2.134,0-4.0449,.9609-5.3329,2.469l-1.2433-1.5696,1.8525-2.4541c.1211-.1797,.1592-.4033,.1055-.6143s-.1963-.3887-.4023-.4951l-1.9541-.9404,1.165-1.1387c.2139-.1963,.2861-.5,.1836-.7715s-.3555-.4521-.6592-.46h-2.1816c-.3154-.002-.6338,.0967-.8799,.2969l-2.1602,1.7383c-.1992,.1465-.3496,.3564-.4229,.5908l-1.5938,5.0977c-.0918,.2891-.0449,.5967,.1279,.8447s.4453,.3984,.7705,.4121l1.8457-.001-.6826,.9668c-.1074,.1865-.1328,.4121-.0703,.6172,.0635,.2061,.21,.3779,.4023,.4727l1.4277,.7012c.0723,.0352,.1172,.1074,.1172,.1885v1.9443c0,.2578-.1523,.4922-.3877,.5967l-2.3008,1.0244c-.1514,.0674-.2598,.2061-.2891,.3682-.0293,.1631,.0244,.3301,.1426,.4463l.6279,.6143-1.4844,1.4668c-.2773,.2998-.3223,.5977-.3115,.7939s.0889,.4873,.4189,.7705l.6699,.5195c.3662,.3154,.834,.4932,1.3164,.5l2.1162,.0273-.6992,.7148c-.1543,.1787-.3779,.2812-.6143,.2822l-2.5449,.0078c-.3291,.0176-.6348,.1572-.8623,.3945l-1.6299,1.707c-.2217,.3154-.2305,.7695-.0225,1.1855,.207,.416,.5752,.6807,.9756,.6934h1.8389c.3369,0,.6611-.1426,.9297-.4404l.3105-.4463c.1143-.125,.2705-.2031,.4395-.2207l8.0996-.8291c.4648-.0479,.9053-.252,1.2402-.5732l1.7109-1.6357c.0361-.0352,.0674-.0752,.0918-.1201,.2578-.4667,.2192-1.2064,.1479-1.7265,3.7084-.1817,6.6714-3.2465,6.6714-6.9991Zm-7.0166,6.0166c-3.3174,0-6.0166-2.6992-6.0166-6.0166s2.6992-6.0176,6.0166-6.0176,6.0166,2.6992,6.0166,6.0176-2.6992,6.0166-6.0166,6.0166Z",
45
+ fill: "currentColor"
46
+ })
47
+ );
48
+ module.exports.BtIconUkHotspotsFill = BtIconUkHotspotsFill;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconUnlocked(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconUnlocked };
@@ -0,0 +1,19 @@
1
+ const React = require("react");
2
+ const BtIconUnlocked = props =>
3
+ /*#__PURE__*/ React.createElement(
4
+ "svg",
5
+ Object.assign(
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 32 32"
9
+ },
10
+ props
11
+ ),
12
+ /*#__PURE__*/ React.createElement("defs", null),
13
+ /*#__PURE__*/ React.createElement("path", {
14
+ d:
15
+ "M23.05377,13.98584h-12.419V10.3584a5.36615,5.36615,0,1,1,10.73144.09619.46075.46075,0,0,0,.5.45166.54277.54277,0,0,0,.5-.54785,6.36572,6.36572,0,1,0-12.73144,0v3.62744H8.94128v-.002a1.93444,1.93444,0,0,0-1.93444,1.93444h.00225v9.13831H7.00836A1.93446,1.93446,0,0,0,8.94281,26.991l.02808-.00147H23.05377a1.93446,1.93446,0,0,0,1.93445-1.93445V15.91827A1.93274,1.93274,0,0,0,23.05377,13.98584Zm.93445,11.06927a.93551.93551,0,0,1-.93445.93445H8.97089l-.04743.00128a.93328.93328,0,0,1-.91437-.93426V15.91827l-.00012-.0628a.93587.93587,0,0,1,.87055-.86963H23.05377a.93449.93449,0,0,1,.93445.93243Z",
16
+ fill: "currentColor"
17
+ })
18
+ );
19
+ module.exports.BtIconUnlocked = BtIconUnlocked;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconUnlockedFill(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconUnlockedFill };
@@ -0,0 +1,19 @@
1
+ const React = require("react");
2
+ const BtIconUnlockedFill = props =>
3
+ /*#__PURE__*/ React.createElement(
4
+ "svg",
5
+ Object.assign(
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 32 32"
9
+ },
10
+ props
11
+ ),
12
+ /*#__PURE__*/ React.createElement("defs", null),
13
+ /*#__PURE__*/ React.createElement("path", {
14
+ d:
15
+ "M23.05621,13.98584H10.63672V10.3584a5.36664,5.36664,0,1,1,10.73242.09619.46075.46075,0,0,0,.5.45166.54277.54277,0,0,0,.5-.54785,6.36621,6.36621,0,0,0-12.73242,0v3.62744H8.94379v-.002a1.93445,1.93445,0,0,0-1.93445,1.93444h.0022v9.13831H7.0108A1.93446,1.93446,0,0,0,8.94525,26.991l.02814-.00147H23.05621a1.93446,1.93446,0,0,0,1.93445-1.93445V15.91827A1.93274,1.93274,0,0,0,23.05621,13.98584Z",
16
+ fill: "currentColor"
17
+ })
18
+ );
19
+ module.exports.BtIconUnlockedFill = BtIconUnlockedFill;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconUsb(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconUsb };
@@ -0,0 +1,19 @@
1
+ const React = require("react");
2
+ const BtIconUsb = props =>
3
+ /*#__PURE__*/ React.createElement(
4
+ "svg",
5
+ Object.assign(
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 32 32"
9
+ },
10
+ props
11
+ ),
12
+ /*#__PURE__*/ React.createElement("defs", null),
13
+ /*#__PURE__*/ React.createElement("path", {
14
+ d:
15
+ "M26.35535,15.75916l-2.94324-1.69928a.2781.2781,0,0,0-.41718.24084V15.5H10.70032l3.35925-3.35889a.5064.5064,0,0,1,.35742-.14795h1.67273a1.49912,1.49912,0,1,0,.00421-1H14.417a1.51461,1.51461,0,0,0-1.06543.44141L9.28613,15.5H8.92926a2,2,0,1,0,0,1h2.36615l4.07373,4.07373a1.43686,1.43686,0,0,0,1.02246.42383H18V21.56a.44.44,0,0,0,.44.44h2.12a.44.44,0,0,0,.44-.44V19.44a.44.44,0,0,0-.44-.44H18.44a.44.44,0,0,0-.44.44v.55756H16.3916a.442.442,0,0,1-.31543-.13086L12.70947,16.5H22.99493v1.19928a.2781.2781,0,0,0,.41718.24084l2.94324-1.69928A.27808.27808,0,0,0,26.35535,15.75916Z",
16
+ fill: "currentColor"
17
+ })
18
+ );
19
+ module.exports.BtIconUsb = BtIconUsb;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconUsbFill(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconUsbFill };
@@ -0,0 +1,19 @@
1
+ const React = require("react");
2
+ const BtIconUsbFill = props =>
3
+ /*#__PURE__*/ React.createElement(
4
+ "svg",
5
+ Object.assign(
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 32 32"
9
+ },
10
+ props
11
+ ),
12
+ /*#__PURE__*/ React.createElement("defs", null),
13
+ /*#__PURE__*/ React.createElement("path", {
14
+ d:
15
+ "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm7.41211,15.94012a.2781.2781,0,0,1-.41718-.24084V16.5H12.70947l3.3667,3.3667a.442.442,0,0,0,.31543.13086H18V19.44a.44.44,0,0,1,.44-.44h2.12a.44.44,0,0,1,.44.44v2.12a.44.44,0,0,1-.44.44H18.44a.44.44,0,0,1-.44-.44v-.56244H16.3916a1.43686,1.43686,0,0,1-1.02246-.42383L11.29541,16.5H8.92926a2,2,0,1,1,0-1h.35687l4.06543-4.06543a1.51461,1.51461,0,0,1,1.06543-.44141h1.67694a1.5009,1.5009,0,1,1-.00421,1H14.417a.5064.5064,0,0,0-.35742.14795L10.70032,15.5H22.99493V14.30072a.2781.2781,0,0,1,.41718-.24084l2.94324,1.69928a.27808.27808,0,0,1,0,.48168Z",
16
+ fill: "currentColor"
17
+ })
18
+ );
19
+ module.exports.BtIconUsbFill = BtIconUsbFill;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconUser(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconUser };
@@ -0,0 +1,19 @@
1
+ const React = require("react");
2
+ const BtIconUser = props =>
3
+ /*#__PURE__*/ React.createElement(
4
+ "svg",
5
+ Object.assign(
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 32 32"
9
+ },
10
+ props
11
+ ),
12
+ /*#__PURE__*/ React.createElement("defs", null),
13
+ /*#__PURE__*/ React.createElement("path", {
14
+ d:
15
+ "M20.87579,16.014a6.99843,6.99843,0,1,0-9.75378.00091C6.725,17.77887,4,21.452,4,25.66113V27a1.001,1.001,0,0,0,1,1H27a1.001,1.001,0,0,0,1-1V25.66113C28,21.45129,25.27423,17.77765,20.87579,16.014ZM10,11a5.998,5.998,0,1,1,6,6A6.0068,6.0068,0,0,1,10,11ZM27,27H5V25.66113c0-4.61181,3.46484-7.57324,6.707-8.80761l.29492-.11206a6.97581,6.97581,0,0,0,7.99457-.00062l.29645.11268C23.53516,18.08789,27,21.04932,27,25.66113Z",
16
+ fill: "currentColor"
17
+ })
18
+ );
19
+ module.exports.BtIconUser = BtIconUser;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconUserAdd(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconUserAdd };
@@ -0,0 +1,24 @@
1
+ const React = require("react");
2
+ const BtIconUserAdd = props =>
3
+ /*#__PURE__*/ React.createElement(
4
+ "svg",
5
+ Object.assign(
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 32 32"
9
+ },
10
+ props
11
+ ),
12
+ /*#__PURE__*/ React.createElement("defs", null),
13
+ /*#__PURE__*/ React.createElement("path", {
14
+ d:
15
+ "M27.5,7H25V4.5a.5.5,0,0,0-1,0V7H21.5a.5.5,0,0,0,0,1H24v2.5a.5.5,0,0,0,1,0V8h2.5a.5.5,0,0,0,0-1Z",
16
+ fill: "currentColor"
17
+ }),
18
+ /*#__PURE__*/ React.createElement("path", {
19
+ d:
20
+ "M18.89532,17.09424a6.01173,6.01173,0,1,0-8.79064,0A9.5487,9.5487,0,0,0,4,25.832V27a1.001,1.001,0,0,0,1,1H24a1.001,1.001,0,0,0,1-1V25.832A9.5487,9.5487,0,0,0,18.89532,17.09424ZM14.5,7.99048A5.01172,5.01172,0,1,1,9.48828,13.0022,5.01737,5.01737,0,0,1,14.5,7.99048ZM24,27H5V25.832a8.6787,8.6787,0,0,1,5.79883-7.94971.481.481,0,0,0,.10675-.06951,5.97885,5.97885,0,0,0,7.18884,0,.481.481,0,0,0,.10675.06951A8.6787,8.6787,0,0,1,24,25.832Z",
21
+ fill: "currentColor"
22
+ })
23
+ );
24
+ module.exports.BtIconUserAdd = BtIconUserAdd;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconUserAddFill(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconUserAddFill };
@@ -0,0 +1,24 @@
1
+ const React = require("react");
2
+ const BtIconUserAddFill = props =>
3
+ /*#__PURE__*/ React.createElement(
4
+ "svg",
5
+ Object.assign(
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ viewBox: "0 0 32 32"
9
+ },
10
+ props
11
+ ),
12
+ /*#__PURE__*/ React.createElement("defs", null),
13
+ /*#__PURE__*/ React.createElement("path", {
14
+ d:
15
+ "M27.5,7H25V4.5a.5.5,0,0,0-1,0V7H21.5a.5.5,0,0,0,0,1H24v2.5a.5.5,0,0,0,1,0V8h2.5a.5.5,0,0,0,0-1Z",
16
+ fill: "currentColor"
17
+ }),
18
+ /*#__PURE__*/ React.createElement("path", {
19
+ d:
20
+ "M18.89465,17.095a6.01173,6.01173,0,1,0-8.7893,0A9.67489,9.67489,0,0,0,4,25.832V27a1.00067,1.00067,0,0,0,1,1H24a1.00067,1.00067,0,0,0,1-1V25.832A9.67489,9.67489,0,0,0,18.89465,17.095ZM14.5,18.01392a5.01172,5.01172,0,1,1,5.01172-5.01172A5.01737,5.01737,0,0,1,14.5,18.01392Z",
21
+ fill: "currentColor"
22
+ })
23
+ );
24
+ module.exports.BtIconUserAddFill = BtIconUserAddFill;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconUserCloud(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconUserCloud };