@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,29 @@
1
+ const React = require("react");
2
+ const BtIconDexterityFill = 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
+ "M9.07324,23.95557a.942.942,0,0,0-.0498.30957.98865.98865,0,0,0,1.8855.41955l-.45118-4.4281Z",
16
+ fill: "currentColor"
17
+ }),
18
+ /*#__PURE__*/ React.createElement("path", {
19
+ d:
20
+ "M16.98828,20.01123a.99951.99951,0,1,0-1.999,0l.04687,5.82813a2.02477,2.02477,0,0,1,.09864-.46338l1.79785-5.03467A1.01619,1.01619,0,0,0,16.98828,20.01123Z",
21
+ fill: "currentColor"
22
+ }),
23
+ /*#__PURE__*/ React.createElement("path", {
24
+ d:
25
+ "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm8.94629,13.771-2.5625,3.32812a6.14469,6.14469,0,0,0-.7959,1.3457l-2.73437,6.355a1.9915,1.9915,0,0,1-3.82032-.63916,1.99192,1.99192,0,0,1-3.97461-.00585l-.01953-.192a1.98662,1.98662,0,0,1-2.90722-2.34662l2.06445-5.51611a.47932.47932,0,0,1,.036-.05756l-.05945-.58356a4.88809,4.88809,0,0,1,.5332-2.7705l1.8545-3.54639A2.62366,2.62366,0,0,1,13.875,9.938l9.39551-3.90332a.5.5,0,1,1,.38281.92383l-9.39453,3.90332a1.61895,1.61895,0,0,0-.81152.74365l-1.8545,3.54687a3.89528,3.89528,0,0,0-.42578,2.20557l.8877,8.71338a.99232.99232,0,0,0,1.9834-.04883l-.04883-6.00732a1.99951,1.99951,0,1,1,3.88574.65966l-1.7959,5.03028a.99235.99235,0,0,0,1.85449.70312l2.73633-6.35937a7.13092,7.13092,0,0,1,.92285-1.562l2.56055-3.32618a.50034.50034,0,0,1,.793.61036Z",
26
+ fill: "currentColor"
27
+ })
28
+ );
29
+ module.exports.BtIconDexterityFill = BtIconDexterityFill;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconDialPad(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconDialPad };
@@ -0,0 +1,104 @@
1
+ const React = require("react");
2
+ const BtIconDialPad = 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
+ "M9.50348,5h-3.007A1.49655,1.49655,0,0,0,5,6.49652v3.007A1.49655,1.49655,0,0,0,6.49652,11h3.007A1.49655,1.49655,0,0,0,11,9.50348v-3.007A1.49655,1.49655,0,0,0,9.50348,5ZM10,9.50348A.49706.49706,0,0,1,9.50348,10h-3.007A.49706.49706,0,0,1,6,9.50348v-3.007A.49706.49706,0,0,1,6.49652,6h3.007A.49706.49706,0,0,1,10,6.49652Z",
16
+ fill: "currentColor"
17
+ }),
18
+ /*#__PURE__*/ React.createElement("path", {
19
+ fill: "currentColor",
20
+ d:
21
+ "M7.341 7.428 7.341 7.871 7.829 7.454 7.829 8.991 8.266 8.991 8.266 7.008 7.854 7.008 7.341 7.428z"
22
+ }),
23
+ /*#__PURE__*/ React.createElement("path", {
24
+ d:
25
+ "M17.50342,5H14.49658A1.49657,1.49657,0,0,0,13,6.49652v3.007A1.49657,1.49657,0,0,0,14.49658,11h3.00684A1.49657,1.49657,0,0,0,19,9.50348v-3.007A1.49657,1.49657,0,0,0,17.50342,5ZM18,9.50348A.49711.49711,0,0,1,17.50342,10H14.49658A.49711.49711,0,0,1,14,9.50348v-3.007A.49711.49711,0,0,1,14.49658,6h3.00684A.49711.49711,0,0,1,18,6.49652Z",
26
+ fill: "currentColor"
27
+ }),
28
+ /*#__PURE__*/ React.createElement("path", {
29
+ d:
30
+ "M16.38013,8.20361a1.23762,1.23762,0,0,0,.27929-.32324.64424.64424,0,0,0,.07715-.30859.53166.53166,0,0,0-.08886-.30323.62156.62156,0,0,0-.24512-.21142.81688.81688,0,0,0-.36719-.07764.89684.89684,0,0,0-.30859.0503.93153.93153,0,0,0-.24121.12939,1.17076,1.17076,0,0,0-.18262.16846l.24414.26416a.71878.71878,0,0,1,.19531-.17237A.506.506,0,0,1,16.01,7.34766a.3104.3104,0,0,1,.21582.07031.22817.22817,0,0,1,.07715.17676.33886.33886,0,0,1-.04981.17382,1.10594,1.10594,0,0,1-.19433.2168l-.7041.65235v.35351h1.39941v-.3623h-.84766Z",
31
+ fill: "currentColor"
32
+ }),
33
+ /*#__PURE__*/ React.createElement("path", {
34
+ d:
35
+ "M25.50342,5H22.49658A1.49657,1.49657,0,0,0,21,6.49652v3.007A1.49657,1.49657,0,0,0,22.49658,11h3.00684A1.49657,1.49657,0,0,0,27,9.50348v-3.007A1.49657,1.49657,0,0,0,25.50342,5ZM26,9.50348A.49711.49711,0,0,1,25.50342,10H22.49658A.49711.49711,0,0,1,22,9.50348v-3.007A.49711.49711,0,0,1,22.49658,6h3.00684A.49711.49711,0,0,1,26,6.49652Z",
36
+ fill: "currentColor"
37
+ }),
38
+ /*#__PURE__*/ React.createElement("path", {
39
+ d:
40
+ "M24.28772,7.94531a.54565.54565,0,0,0,.2959-.17236.40949.40949,0,0,0,.09765-.26465.43986.43986,0,0,0-.09082-.27588.61277.61277,0,0,0-.24414-.18506.94678.94678,0,0,0-.75976.02442,1.07655,1.07655,0,0,0-.29.21826l.24414.26172a.68822.68822,0,0,1,.18555-.15088.4633.4633,0,0,1,.23339-.05908.37433.37433,0,0,1,.21.05615.19467.19467,0,0,1,.08593.17676.18227.18227,0,0,1-.07715.16211.30632.30632,0,0,1-.17773.05322h-.25879v.35058h.25879a.3756.3756,0,0,1,.23047.063.21261.21261,0,0,1,.085.18116.22868.22868,0,0,1-.0918.19531.36956.36956,0,0,1-.22949.06933.54762.54762,0,0,1-.26367-.06054.76743.76743,0,0,1-.21387-.18408l-.28125.25a.95894.95894,0,0,0,.76953.36523.91626.91626,0,0,0,.38575-.07764.68262.68262,0,0,0,.26855-.21142.49661.49661,0,0,0,.09863-.30567.44019.44019,0,0,0-.11621-.30175A.60616.60616,0,0,0,24.28772,7.94531Z",
41
+ fill: "currentColor"
42
+ }),
43
+ /*#__PURE__*/ React.createElement("path", {
44
+ d:
45
+ "M9.50348,13h-3.007A1.49651,1.49651,0,0,0,5,14.49652v3.007A1.49655,1.49655,0,0,0,6.49652,19h3.007A1.49655,1.49655,0,0,0,11,17.50348v-3.007A1.49651,1.49651,0,0,0,9.50348,13ZM10,17.50348A.4971.4971,0,0,1,9.50348,18h-3.007A.4971.4971,0,0,1,6,17.50348v-3.007A.49706.49706,0,0,1,6.49652,14h3.007A.49706.49706,0,0,1,10,14.49652Z",
46
+ fill: "currentColor"
47
+ }),
48
+ /*#__PURE__*/ React.createElement("path", {
49
+ d:
50
+ "M8.47559,15.0083H8.0332L7.085,16.31885V16.606h.959v.38525h.43164V16.606h.25293v-.32471H8.47559ZM8.044,16.28125h-.5459l.5459-.75244Z",
51
+ fill: "currentColor"
52
+ }),
53
+ /*#__PURE__*/ React.createElement("path", {
54
+ d:
55
+ "M17.50342,13H14.49658A1.49653,1.49653,0,0,0,13,14.49652v3.007A1.49657,1.49657,0,0,0,14.49658,19h3.00684A1.49657,1.49657,0,0,0,19,17.50348v-3.007A1.49653,1.49653,0,0,0,17.50342,13ZM18,17.50348A.49715.49715,0,0,1,17.50342,18H14.49658A.49715.49715,0,0,1,14,17.50348v-3.007A.49711.49711,0,0,1,14.49658,14h3.00684A.49711.49711,0,0,1,18,14.49652Z",
56
+ fill: "currentColor"
57
+ }),
58
+ /*#__PURE__*/ React.createElement("path", {
59
+ d:
60
+ "M16.47131,15.76233a.61131.61131,0,0,0-.31933-.08594.51375.51375,0,0,0-.21778.0459.46764.46764,0,0,0-.17871.14941l.06348-.47412h.81055v-.3623H15.48889l-.11523,1.01758.333.09472a.32574.32574,0,0,1,.13671-.10937.436.436,0,0,1,.1709-.03418.31341.31341,0,0,1,.24707.09619.34546.34546,0,0,1,.08692.23975.32646.32646,0,0,1-.10254.25439.35905.35905,0,0,1-.251.09326.45956.45956,0,0,1-.249-.07324,1.13922,1.13922,0,0,1-.23438-.20557l-.27832.25293a1.16313,1.16313,0,0,0,.38184.3003.96849.96849,0,0,0,.39941.085.88533.88533,0,0,0,.39844-.08643.65729.65729,0,0,0,.27246-.24414.67536.67536,0,0,0,.09961-.36768.699.699,0,0,0-.085-.34912A.6352.6352,0,0,0,16.47131,15.76233Z",
61
+ fill: "currentColor"
62
+ }),
63
+ /*#__PURE__*/ React.createElement("path", {
64
+ d:
65
+ "M25.50342,13H22.49658A1.49653,1.49653,0,0,0,21,14.49652v3.007A1.49657,1.49657,0,0,0,22.49658,19h3.00684A1.49657,1.49657,0,0,0,27,17.50348v-3.007A1.49653,1.49653,0,0,0,25.50342,13ZM26,17.50348A.49715.49715,0,0,1,25.50342,18H22.49658A.49715.49715,0,0,1,22,17.50348v-3.007A.49711.49711,0,0,1,22.49658,14h3.00684A.49711.49711,0,0,1,26,14.49652Z",
66
+ fill: "currentColor"
67
+ }),
68
+ /*#__PURE__*/ React.createElement("path", {
69
+ d:
70
+ "M24.49573,15.77588a.56988.56988,0,0,0-.29981-.08057.60824.60824,0,0,0-.3164.0874.5674.5674,0,0,0-.22754.292,1.279,1.279,0,0,1,.05078-.36963.60769.60769,0,0,1,.12207-.22656.42026.42026,0,0,1,.16211-.11524.47735.47735,0,0,1,.168-.0332.57715.57715,0,0,1,.1875.03174.55768.55768,0,0,1,.18066.10937l.21582-.29053a.86776.86776,0,0,0-.25-.15087.92476.92476,0,0,0-.32519-.0503.81987.81987,0,0,0-.4668.13819.94254.94254,0,0,0-.32422.38525,1.29827,1.29827,0,0,0-.12012.57471,1.16971,1.16971,0,0,0,.09864.49414.777.777,0,0,0,.27148.33056.70747.70747,0,0,0,.40625.11768.81407.81407,0,0,0,.38965-.0918.701.701,0,0,0,.26855-.25293.6907.6907,0,0,0,.09766-.3623.64106.64106,0,0,0-.07812-.31738A.58468.58468,0,0,0,24.49573,15.77588Zm-.23438.80713a.32726.32726,0,0,1-.22949.08642.31085.31085,0,0,1-.22266-.08642.30084.30084,0,0,1-.09082-.22949.31387.31387,0,0,1,.09082-.23877.31041.31041,0,0,1,.22266-.08594.32682.32682,0,0,1,.22949.08594.30583.30583,0,0,1,.09473.23877A.29341.29341,0,0,1,24.26135,16.583Z",
71
+ fill: "currentColor"
72
+ }),
73
+ /*#__PURE__*/ React.createElement("path", {
74
+ d:
75
+ "M9.50348,21h-3.007A1.49651,1.49651,0,0,0,5,22.49652v3.007A1.49655,1.49655,0,0,0,6.49652,27h3.007A1.49655,1.49655,0,0,0,11,25.50348v-3.007A1.49651,1.49651,0,0,0,9.50348,21ZM10,25.50348A.4971.4971,0,0,1,9.50348,26h-3.007A.4971.4971,0,0,1,6,25.50348v-3.007A.49706.49706,0,0,1,6.49652,22h3.007A.49706.49706,0,0,1,10,22.49652Z",
76
+ fill: "currentColor"
77
+ }),
78
+ /*#__PURE__*/ React.createElement("path", {
79
+ fill: "currentColor",
80
+ d:
81
+ "M7.276 23.371 8.273 23.371 7.414 24.991 7.905 24.991 8.715 23.348 8.715 23.008 7.276 23.008 7.276 23.371z"
82
+ }),
83
+ /*#__PURE__*/ React.createElement("path", {
84
+ d:
85
+ "M17.50342,21H14.49658A1.49653,1.49653,0,0,0,13,22.49652v3.007A1.49657,1.49657,0,0,0,14.49658,27h3.00684A1.49657,1.49657,0,0,0,19,25.50348v-3.007A1.49653,1.49653,0,0,0,17.50342,21ZM18,25.50348A.49715.49715,0,0,1,17.50342,26H14.49658A.49715.49715,0,0,1,14,25.50348v-3.007A.49711.49711,0,0,1,14.49658,22h3.00684A.49711.49711,0,0,1,18,22.49652Z",
86
+ fill: "currentColor"
87
+ }),
88
+ /*#__PURE__*/ React.createElement("path", {
89
+ d:
90
+ "M16.314,23.92822a.435.435,0,0,0,.26368-.147.41683.41683,0,0,0,.08691-.26709.454.454,0,0,0-.09082-.2832.59255.59255,0,0,0-.24707-.18506.98194.98194,0,0,0-.71,0,.59255.59255,0,0,0-.24707.18506.454.454,0,0,0-.09082.2832.41683.41683,0,0,0,.08691.26709.43214.43214,0,0,0,.26367.147.59887.59887,0,0,0-.332.18213.47061.47061,0,0,0-.11035.312.50558.50558,0,0,0,.10059.31446.65674.65674,0,0,0,.27734.20849,1.14455,1.14455,0,0,0,.81348,0,.65761.65761,0,0,0,.27734-.21.51346.51346,0,0,0,.10059-.313.4664.4664,0,0,0-.11133-.312A.59248.59248,0,0,0,16.314,23.92822Zm-.5664-.55029a.43778.43778,0,0,1,.44922,0,.2018.2018,0,0,1,.082.1709.21747.21747,0,0,1-.082.17822.41561.41561,0,0,1-.44922,0,.21553.21553,0,0,1-.083-.17822A.20012.20012,0,0,1,15.74756,23.37793ZM16.23,24.60449a.46129.46129,0,0,1-.5166,0,.26247.26247,0,0,1-.09473-.21387.24884.24884,0,0,1,.09473-.20556.476.476,0,0,1,.5166,0,.24884.24884,0,0,1,.09473.20556A.26247.26247,0,0,1,16.23,24.60449Z",
91
+ fill: "currentColor"
92
+ }),
93
+ /*#__PURE__*/ React.createElement("path", {
94
+ d:
95
+ "M25.50342,21H22.49658A1.49653,1.49653,0,0,0,21,22.49652v3.007A1.49657,1.49657,0,0,0,22.49658,27h3.00684A1.49657,1.49657,0,0,0,27,25.50348v-3.007A1.49653,1.49653,0,0,0,25.50342,21ZM26,25.50348A.49715.49715,0,0,1,25.50342,26H22.49658A.49715.49715,0,0,1,22,25.50348v-3.007A.49711.49711,0,0,1,22.49658,22h3.00684A.49711.49711,0,0,1,26,22.49652Z",
96
+ fill: "currentColor"
97
+ }),
98
+ /*#__PURE__*/ React.createElement("path", {
99
+ d:
100
+ "M24.42078,23.12646a.71486.71486,0,0,0-.40821-.11816.80872.80872,0,0,0-.38965.09229.69743.69743,0,0,0-.26855.25146.67808.67808,0,0,0-.09766.36328.64331.64331,0,0,0,.07813.31592.56822.56822,0,0,0,.51074.30176.60374.60374,0,0,0,.31641-.0874.56126.56126,0,0,0,.22656-.28907,1.17031,1.17031,0,0,1-.05176.36231.64647.64647,0,0,1-.123.227.43261.43261,0,0,1-.16114.11767.44421.44421,0,0,1-.16406.03467.621.621,0,0,1-.19043-.03027.60494.60494,0,0,1-.18555-.10205l-.207.29a.89942.89942,0,0,0,.25.144.95039.95039,0,0,0,.3252.04883.81233.81233,0,0,0,.36035-.08057.85064.85064,0,0,0,.28711-.22851,1.09371,1.09371,0,0,0,.1914-.34766,1.34712,1.34712,0,0,0,.06836-.44092,1.18348,1.18348,0,0,0-.0957-.49609A.77718.77718,0,0,0,24.42078,23.12646Zm-.18653.78565A.3078.3078,0,0,1,24.00964,24a.32417.32417,0,0,1-.22949-.08789.30509.30509,0,0,1-.09473-.23682.29516.29516,0,0,1,.09473-.23.32726.32726,0,0,1,.22949-.08642.30049.30049,0,0,1,.31348.3164A.3193.3193,0,0,1,24.23425,23.91211Z",
101
+ fill: "currentColor"
102
+ })
103
+ );
104
+ module.exports.BtIconDialPad = BtIconDialPad;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconDialPadFill(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconDialPadFill };
@@ -0,0 +1,83 @@
1
+ const React = require("react");
2
+ const BtIconDialPadFill = 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
+ "M9.50342,5H6.49658A1.49657,1.49657,0,0,0,5,6.49652v3.007A1.49657,1.49657,0,0,0,6.49658,11H9.50342A1.49657,1.49657,0,0,0,11,9.50348v-3.007A1.49657,1.49657,0,0,0,9.50342,5ZM8.26563,8.99121H7.8291V7.45361l-.48828.417V7.42822l.51367-.41992h.41114Z",
16
+ fill: "currentColor"
17
+ }),
18
+ /*#__PURE__*/ React.createElement("path", {
19
+ d:
20
+ "M17.50342,5H14.49658A1.49657,1.49657,0,0,0,13,6.49652v3.007A1.49657,1.49657,0,0,0,14.49658,11h3.00684A1.49657,1.49657,0,0,0,19,9.50348v-3.007A1.49657,1.49657,0,0,0,17.50342,5Zm-.74927,3.99121H15.35474V8.6377l.7041-.65235a1.10594,1.10594,0,0,0,.19433-.2168.33886.33886,0,0,0,.04981-.17382.22817.22817,0,0,0-.07715-.17676A.3104.3104,0,0,0,16.01,7.34766a.506.506,0,0,0-.26758.07177.71878.71878,0,0,0-.19531.17237L15.303,7.32764a1.17076,1.17076,0,0,1,.18262-.16846.93153.93153,0,0,1,.24121-.12939.89684.89684,0,0,1,.30859-.0503.81688.81688,0,0,1,.36719.07764.62156.62156,0,0,1,.24512.21142.53166.53166,0,0,1,.08886.30323.64424.64424,0,0,1-.07715.30859,1.23762,1.23762,0,0,1-.27929.32324l-.47364.4253h.84766Z",
21
+ fill: "currentColor"
22
+ }),
23
+ /*#__PURE__*/ React.createElement("path", {
24
+ d:
25
+ "M25.50342,5H22.49658A1.49657,1.49657,0,0,0,21,6.49652v3.007A1.49657,1.49657,0,0,0,22.49658,11h3.00684A1.49657,1.49657,0,0,0,27,9.50348v-3.007A1.49657,1.49657,0,0,0,25.50342,5Zm-.84363,3.731a.68262.68262,0,0,1-.26855.21142.91626.91626,0,0,1-.38575.07764.95894.95894,0,0,1-.76953-.36523l.28125-.25a.76743.76743,0,0,0,.21387.18408.54762.54762,0,0,0,.26367.06054.36956.36956,0,0,0,.22949-.06933.22868.22868,0,0,0,.0918-.19531.21261.21261,0,0,0-.085-.18116.3756.3756,0,0,0-.23047-.063h-.25879V7.79h.25879a.30632.30632,0,0,0,.17773-.05322.18227.18227,0,0,0,.07715-.16211.19467.19467,0,0,0-.08593-.17676.37433.37433,0,0,0-.21-.05615.4633.4633,0,0,0-.23339.05908.68822.68822,0,0,0-.18555.15088L23.29651,7.29a1.07655,1.07655,0,0,1,.29-.21826.94678.94678,0,0,1,.75976-.02442.61277.61277,0,0,1,.24414.18506.43986.43986,0,0,1,.09082.27588.40949.40949,0,0,1-.09765.26465.54565.54565,0,0,1-.2959.17236.60616.60616,0,0,1,.35449.17823.44019.44019,0,0,1,.11621.30175A.49661.49661,0,0,1,24.65979,8.731Z",
26
+ fill: "currentColor"
27
+ }),
28
+ /*#__PURE__*/ React.createElement("path", {
29
+ d:
30
+ "M9.50342,13H6.49658A1.49653,1.49653,0,0,0,5,14.49652v3.007A1.49657,1.49657,0,0,0,6.49658,19H9.50342A1.49657,1.49657,0,0,0,11,17.50348v-3.007A1.49653,1.49653,0,0,0,9.50342,13Zm-.7749,3.606H8.47559v.38525H8.044V16.606H7.085v-.28711L8.0332,15.0083h.44239v1.27295h.25293Z",
31
+ fill: "currentColor"
32
+ }),
33
+ /*#__PURE__*/ React.createElement("path", {
34
+ fill: "currentColor",
35
+ d: "M8.044 16.281 8.044 15.529 7.498 16.281 8.044 16.281z"
36
+ }),
37
+ /*#__PURE__*/ React.createElement("path", {
38
+ d:
39
+ "M17.50342,13H14.49658A1.49653,1.49653,0,0,0,13,14.49652v3.007A1.49657,1.49657,0,0,0,14.49658,19h3.00684A1.49657,1.49657,0,0,0,19,17.50348v-3.007A1.49653,1.49653,0,0,0,17.50342,13Zm-.81824,3.71643a.65729.65729,0,0,1-.27246.24414.88533.88533,0,0,1-.39844.08643.96849.96849,0,0,1-.39941-.085,1.16313,1.16313,0,0,1-.38184-.3003l.27832-.25293a1.13922,1.13922,0,0,0,.23438.20557.45956.45956,0,0,0,.249.07324.35905.35905,0,0,0,.251-.09326.32646.32646,0,0,0,.10254-.25439.34546.34546,0,0,0-.08692-.23975.31341.31341,0,0,0-.24707-.09619.436.436,0,0,0-.1709.03418.32574.32574,0,0,0-.13671.10937l-.333-.09472.11523-1.01758h1.14063v.3623H15.819l-.06348.47412a.46764.46764,0,0,1,.17871-.14941.51375.51375,0,0,1,.21778-.0459.61131.61131,0,0,1,.31933.08594.6352.6352,0,0,1,.22852.2373.699.699,0,0,1,.085.34912A.67536.67536,0,0,1,16.68518,16.71643Z",
40
+ fill: "currentColor"
41
+ }),
42
+ /*#__PURE__*/ React.createElement("path", {
43
+ d:
44
+ "M24.03186,16.02881a.31041.31041,0,0,0-.22266.08594.31387.31387,0,0,0-.09082.23877.30084.30084,0,0,0,.09082.22949.31085.31085,0,0,0,.22266.08642.32726.32726,0,0,0,.22949-.08642.29341.29341,0,0,0,.09473-.22949.30583.30583,0,0,0-.09473-.23877A.32682.32682,0,0,0,24.03186,16.02881Z",
45
+ fill: "currentColor"
46
+ }),
47
+ /*#__PURE__*/ React.createElement("path", {
48
+ d:
49
+ "M25.50342,13H22.49658A1.49653,1.49653,0,0,0,21,14.49652v3.007A1.49657,1.49657,0,0,0,22.49658,19h3.00684A1.49657,1.49657,0,0,0,27,17.50348v-3.007A1.49653,1.49653,0,0,0,25.50342,13Zm-.81629,3.67529a.701.701,0,0,1-.26855.25293.81407.81407,0,0,1-.38965.0918.70747.70747,0,0,1-.40625-.11768.777.777,0,0,1-.27148-.33056,1.16971,1.16971,0,0,1-.09864-.49414,1.29827,1.29827,0,0,1,.12012-.57471.94254.94254,0,0,1,.32422-.38525.81987.81987,0,0,1,.4668-.13819.92476.92476,0,0,1,.32519.0503.86776.86776,0,0,1,.25.15087l-.21582.29053a.55768.55768,0,0,0-.18066-.10937.57715.57715,0,0,0-.1875-.03174.47735.47735,0,0,0-.168.0332.42026.42026,0,0,0-.16211.11524.60769.60769,0,0,0-.12207.22656,1.279,1.279,0,0,0-.05078.36963.5674.5674,0,0,1,.22754-.292.60824.60824,0,0,1,.3164-.0874.56988.56988,0,0,1,.29981.08057.58468.58468,0,0,1,.21094.21973.64106.64106,0,0,1,.07812.31738A.6907.6907,0,0,1,24.68713,16.67529Z",
50
+ fill: "currentColor"
51
+ }),
52
+ /*#__PURE__*/ React.createElement("path", {
53
+ d:
54
+ "M9.50342,21H6.49658A1.49653,1.49653,0,0,0,5,22.49652v3.007A1.49657,1.49657,0,0,0,6.49658,27H9.50342A1.49657,1.49657,0,0,0,11,25.50348v-3.007A1.49653,1.49653,0,0,0,9.50342,21Zm-.788,2.34766-.81054,1.64355H7.4137l.85937-1.6206H7.276V23.0083H8.71545Z",
55
+ fill: "currentColor"
56
+ }),
57
+ /*#__PURE__*/ React.createElement("path", {
58
+ d:
59
+ "M15.97119,24.10889a.39945.39945,0,0,0-.25781.07617.24884.24884,0,0,0-.09473.20556.26247.26247,0,0,0,.09473.21387.46129.46129,0,0,0,.5166,0,.26247.26247,0,0,0,.09473-.21387.24884.24884,0,0,0-.09473-.20556A.40051.40051,0,0,0,15.97119,24.10889Z",
60
+ fill: "currentColor"
61
+ }),
62
+ /*#__PURE__*/ React.createElement("path", {
63
+ d:
64
+ "M15.97119,23.793a.34692.34692,0,0,0,.22559-.06592.21747.21747,0,0,0,.082-.17822.2018.2018,0,0,0-.082-.1709.43778.43778,0,0,0-.44922,0,.20012.20012,0,0,0-.083.1709.21553.21553,0,0,0,.083.17822A.35032.35032,0,0,0,15.97119,23.793Z",
65
+ fill: "currentColor"
66
+ }),
67
+ /*#__PURE__*/ React.createElement("path", {
68
+ d:
69
+ "M17.50342,21H14.49658A1.49653,1.49653,0,0,0,13,22.49652v3.007A1.49657,1.49657,0,0,0,14.49658,27h3.00684A1.49657,1.49657,0,0,0,19,25.50348v-3.007A1.49653,1.49653,0,0,0,17.50342,21Zm-.84766,3.73535a.65761.65761,0,0,1-.27734.21,1.14455,1.14455,0,0,1-.81348,0,.65674.65674,0,0,1-.27734-.20849.50558.50558,0,0,1-.10059-.31446.47061.47061,0,0,1,.11035-.312.59887.59887,0,0,1,.332-.18213.43214.43214,0,0,1-.26367-.147.41683.41683,0,0,1-.08691-.26709.454.454,0,0,1,.09082-.2832.59255.59255,0,0,1,.24707-.18506.98194.98194,0,0,1,.71,0,.59255.59255,0,0,1,.24707.18506.454.454,0,0,1,.09082.2832.41683.41683,0,0,1-.08691.26709.435.435,0,0,1-.26368.147.59248.59248,0,0,1,.33106.18213.4664.4664,0,0,1,.11133.312A.51346.51346,0,0,1,16.65576,24.73535Z",
70
+ fill: "currentColor"
71
+ }),
72
+ /*#__PURE__*/ React.createElement("path", {
73
+ d:
74
+ "M25.50342,21H22.49658A1.49653,1.49653,0,0,0,21,22.49652v3.007A1.49657,1.49657,0,0,0,22.49658,27h3.00684A1.49657,1.49657,0,0,0,27,25.50348v-3.007A1.49653,1.49653,0,0,0,25.50342,21Zm-.78382,3.39209a1.09371,1.09371,0,0,1-.1914.34766.85064.85064,0,0,1-.28711.22851.81233.81233,0,0,1-.36035.08057A.95039.95039,0,0,1,23.55554,25a.89942.89942,0,0,1-.25-.144l.207-.29a.60494.60494,0,0,0,.18555.10205.621.621,0,0,0,.19043.03027.44421.44421,0,0,0,.16406-.03467.43261.43261,0,0,0,.16114-.11767.64647.64647,0,0,0,.123-.227,1.17031,1.17031,0,0,0,.05176-.36231.56126.56126,0,0,1-.22656.28907.60374.60374,0,0,1-.31641.0874.56822.56822,0,0,1-.51074-.30176.64331.64331,0,0,1-.07813-.31592.67808.67808,0,0,1,.09766-.36328.69743.69743,0,0,1,.26855-.25146.80872.80872,0,0,1,.38965-.09229.71486.71486,0,0,1,.40821.11816.77718.77718,0,0,1,.27148.32862,1.18348,1.18348,0,0,1,.0957.49609A1.34712,1.34712,0,0,1,24.7196,24.39209Z",
75
+ fill: "currentColor"
76
+ }),
77
+ /*#__PURE__*/ React.createElement("path", {
78
+ d:
79
+ "M24.00964,23.35889a.32726.32726,0,0,0-.22949.08642.29516.29516,0,0,0-.09473.23.30509.30509,0,0,0,.09473.23682A.32417.32417,0,0,0,24.00964,24a.3078.3078,0,0,0,.22461-.08789.3193.3193,0,0,0,.08887-.23682.30049.30049,0,0,0-.31348-.3164Z",
80
+ fill: "currentColor"
81
+ })
82
+ );
83
+ module.exports.BtIconDialPadFill = BtIconDialPadFill;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconDialPadWithHand(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconDialPadWithHand };
@@ -0,0 +1,44 @@
1
+ const React = require("react");
2
+ const BtIconDialPadWithHand = 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
+ "M24.50391,3H21.49609A1.49789,1.49789,0,0,0,20,4.49658V7.50342A1.49789,1.49789,0,0,0,21.49609,9h3.00782A1.49789,1.49789,0,0,0,26,7.50342V4.49658A1.49789,1.49789,0,0,0,24.50391,3ZM25,7.50342A.4969.4969,0,0,1,24.50391,8H21.49609A.4969.4969,0,0,1,21,7.50342V4.49658A.4969.4969,0,0,1,21.49609,4h3.00782A.4969.4969,0,0,1,25,4.49658Z",
16
+ fill: "currentColor"
17
+ }),
18
+ /*#__PURE__*/ React.createElement("path", {
19
+ d:
20
+ "M14.49609,9h3.00782A1.49789,1.49789,0,0,0,19,7.50342V4.49658A1.49789,1.49789,0,0,0,17.50391,3H14.49609A1.49789,1.49789,0,0,0,13,4.49658V7.50342A1.49789,1.49789,0,0,0,14.49609,9ZM14,4.49658A.4969.4969,0,0,1,14.49609,4h3.00782A.4969.4969,0,0,1,18,4.49658V7.50342A.4969.4969,0,0,1,17.50391,8H14.49609A.4969.4969,0,0,1,14,7.50342Z",
21
+ fill: "currentColor"
22
+ }),
23
+ /*#__PURE__*/ React.createElement("path", {
24
+ d:
25
+ "M7.49609,9h3.00782A1.49789,1.49789,0,0,0,12,7.50342V4.49658A1.49789,1.49789,0,0,0,10.50391,3H7.49609A1.49789,1.49789,0,0,0,6,4.49658V7.50342A1.49789,1.49789,0,0,0,7.49609,9ZM7,4.49658A.4969.4969,0,0,1,7.49609,4h3.00782A.4969.4969,0,0,1,11,4.49658V7.50342A.4969.4969,0,0,1,10.50391,8H7.49609A.4969.4969,0,0,1,7,7.50342Z",
26
+ fill: "currentColor"
27
+ }),
28
+ /*#__PURE__*/ React.createElement("path", {
29
+ d:
30
+ "M24.50391,10H21.49609A1.49789,1.49789,0,0,0,20,11.49658v3.00684A1.49789,1.49789,0,0,0,21.49609,16h3.00782A1.49789,1.49789,0,0,0,26,14.50342V11.49658A1.49789,1.49789,0,0,0,24.50391,10ZM25,14.50342A.4969.4969,0,0,1,24.50391,15H21.49609A.4969.4969,0,0,1,21,14.50342V11.49658A.4969.4969,0,0,1,21.49609,11h3.00782A.4969.4969,0,0,1,25,11.49658Z",
31
+ fill: "currentColor"
32
+ }),
33
+ /*#__PURE__*/ React.createElement("path", {
34
+ d:
35
+ "M7.49609,16h3.00782A1.49789,1.49789,0,0,0,12,14.50342V11.49658A1.49789,1.49789,0,0,0,10.50391,10H7.49609A1.49789,1.49789,0,0,0,6,11.49658v3.00684A1.49789,1.49789,0,0,0,7.49609,16ZM7,11.49658A.4969.4969,0,0,1,7.49609,11h3.00782A.4969.4969,0,0,1,11,11.49658v3.00684A.4969.4969,0,0,1,10.50391,15H7.49609A.4969.4969,0,0,1,7,14.50342Z",
36
+ fill: "currentColor"
37
+ }),
38
+ /*#__PURE__*/ React.createElement("path", {
39
+ d:
40
+ "M24.50391,17H22.019l-.02173-.0022a1.48869,1.48869,0,0,0-1,.39014,1.47666,1.47666,0,0,0-2,0,1.45315,1.45315,0,0,0-1.5-.298V16h.0066A1.49789,1.49789,0,0,0,19,14.50342V11.49658A1.49789,1.49789,0,0,0,17.50391,10H14.49609A1.49789,1.49789,0,0,0,13,11.49658v3.00684A1.49789,1.49789,0,0,0,14.49609,16h.00122v5.75171L13.40063,18.967a1.50748,1.50748,0,0,0-1.40332-.96924c-.02954,0-.05737.007-.08642.00873A1.49351,1.49351,0,0,0,10.50391,17H7.49609A1.49789,1.49789,0,0,0,6,18.49658v3.00684A1.49789,1.49789,0,0,0,7.49609,23h3.00782a1.48941,1.48941,0,0,0,1.0686-.45239l1.67578,4.31592a3.36726,3.36726,0,0,0,3.12109,2.13623l3.7793-.00586a3.35046,3.35046,0,0,0,3.34668-3.34717L23.49609,23h1.00782A1.49789,1.49789,0,0,0,26,21.50342V18.49658A1.49789,1.49789,0,0,0,24.50391,17ZM14.49609,15A.4969.4969,0,0,1,14,14.50342V11.49658A.4969.4969,0,0,1,14.49609,11h3.00782A.4969.4969,0,0,1,18,11.49658v3.00684A.4969.4969,0,0,1,17.50391,15h-.0066V13.4978a1.5,1.5,0,1,0-3,0V15ZM11,21.50342A.4969.4969,0,0,1,10.50391,22H7.49609A.4969.4969,0,0,1,7,21.50342V18.49658A.4969.4969,0,0,1,7.49609,18h3.00782a.48994.48994,0,0,1,.47686.40161,1.48841,1.48841,0,0,0-.38775,1.623L11,21.07288Zm11.49536,4.14331a2.34967,2.34967,0,0,1-2.34765,2.34717l-3.7793.00586a2.36189,2.36189,0,0,1-2.18848-1.498l-2.65234-6.833a.47339.47339,0,0,1-.03028-.1709.50065.50065,0,0,1,.5-.5.50616.50616,0,0,1,.47071.3291l1.24023,3.14844a.93732.93732,0,0,0,1.78906-.42383V13.4978a.5.5,0,1,1,1,0v6.99756a.5.5,0,1,0,1,0V18.4978a.5.5,0,1,1,1,0v2a.5.5,0,0,0,1,0v-2a.5.5,0,1,1,1,0v2a.5.5,0,0,0,1,0v-2a.5.5,0,1,1,1,0ZM25,21.50342A.4969.4969,0,0,1,24.50391,22H23.49634l.001-3.5022A1.48209,1.48209,0,0,0,23.40588,18h1.098A.4969.4969,0,0,1,25,18.49658Z",
41
+ fill: "currentColor"
42
+ })
43
+ );
44
+ module.exports.BtIconDialPadWithHand = BtIconDialPadWithHand;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconDialPadWithHandFill(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconDialPadWithHandFill };
@@ -0,0 +1,44 @@
1
+ const React = require("react");
2
+ const BtIconDialPadWithHandFill = 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
+ "M21.49658,3h3.00732A1.49609,1.49609,0,0,1,26,4.49609V7.50342A1.49658,1.49658,0,0,1,24.50342,9H21.49609A1.49609,1.49609,0,0,1,20,7.50391V4.49658A1.49658,1.49658,0,0,1,21.49658,3Z",
16
+ fill: "currentColor"
17
+ }),
18
+ /*#__PURE__*/ React.createElement("path", {
19
+ d:
20
+ "M14.49658,3h3.00732A1.49609,1.49609,0,0,1,19,4.49609V7.50342A1.49658,1.49658,0,0,1,17.50342,9H14.49609A1.49609,1.49609,0,0,1,13,7.50391V4.49658A1.49658,1.49658,0,0,1,14.49658,3Z",
21
+ fill: "currentColor"
22
+ }),
23
+ /*#__PURE__*/ React.createElement("path", {
24
+ d:
25
+ "M7.49658,3h3.00732A1.49609,1.49609,0,0,1,12,4.49609V7.50342A1.49658,1.49658,0,0,1,10.50342,9H7.49609A1.49609,1.49609,0,0,1,6,7.50391V4.49658A1.49658,1.49658,0,0,1,7.49658,3Z",
26
+ fill: "currentColor"
27
+ }),
28
+ /*#__PURE__*/ React.createElement("path", {
29
+ d:
30
+ "M21.49658,10h3.00732A1.49609,1.49609,0,0,1,26,11.49609v3.00732A1.49658,1.49658,0,0,1,24.50342,16H21.49609A1.49609,1.49609,0,0,1,20,14.50391V11.49658A1.49658,1.49658,0,0,1,21.49658,10Z",
31
+ fill: "currentColor"
32
+ }),
33
+ /*#__PURE__*/ React.createElement("path", {
34
+ d:
35
+ "M7.49658,10h3.00732A1.49609,1.49609,0,0,1,12,11.49609v3.00732A1.49658,1.49658,0,0,1,10.50342,16H7.49609A1.49609,1.49609,0,0,1,6,14.50391V11.49658A1.49658,1.49658,0,0,1,7.49658,10Z",
36
+ fill: "currentColor"
37
+ }),
38
+ /*#__PURE__*/ React.createElement("path", {
39
+ d:
40
+ "M24.50391,17H22.019l-.02173-.0022a1.48869,1.48869,0,0,0-1,.39014,1.47666,1.47666,0,0,0-2,0,1.45315,1.45315,0,0,0-1.5-.298V16h.0066A1.49789,1.49789,0,0,0,19,14.50342V11.49658A1.49789,1.49789,0,0,0,17.50391,10H14.49609A1.49789,1.49789,0,0,0,13,11.49658v3.00684A1.49789,1.49789,0,0,0,14.49609,16h.00122v5.75171L13.40063,18.967a1.50748,1.50748,0,0,0-1.40332-.96924c-.02954,0-.05737.007-.08642.00873A1.49351,1.49351,0,0,0,10.50391,17H7.49609A1.49789,1.49789,0,0,0,6,18.49658v3.00684A1.49789,1.49789,0,0,0,7.49609,23h3.00782a1.4893,1.4893,0,0,0,1.0686-.45239l1.67578,4.31592a3.36726,3.36726,0,0,0,3.12109,2.13623l3.7793-.00586a3.35046,3.35046,0,0,0,3.34668-3.34717L23.49609,23h1.00782A1.49789,1.49789,0,0,0,26,21.50342V18.49658A1.49789,1.49789,0,0,0,24.50391,17Zm-2.00855,8.64673a2.34967,2.34967,0,0,1-2.34765,2.34717l-3.7793.00586a2.36189,2.36189,0,0,1-2.18848-1.498l-2.65234-6.833a.47339.47339,0,0,1-.03028-.1709.50065.50065,0,0,1,.5-.5.50616.50616,0,0,1,.47071.3291l1.24023,3.14844a.93732.93732,0,0,0,1.78906-.42383V13.4978a.5.5,0,1,1,1,0v6.99756a.5.5,0,1,0,1,0V18.4978a.5.5,0,1,1,1,0v2a.5.5,0,0,0,1,0v-2a.5.5,0,1,1,1,0v2a.5.5,0,0,0,1,0v-2a.5.5,0,1,1,1,0Z",
41
+ fill: "currentColor"
42
+ })
43
+ );
44
+ module.exports.BtIconDialPadWithHandFill = BtIconDialPadWithHandFill;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconDialledNumberDestination(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconDialledNumberDestination };
@@ -0,0 +1,19 @@
1
+ const React = require("react");
2
+ const BtIconDialledNumberDestination = 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
+ "M28,11V6H23V8H9V6H4v5H9V9.41473l13.232,6.5907L9,22.59735V21H4v5H9V24H23v2h5V21H23v2H10.43463L23,16.74017v1.75446h5v-5H23v1.776L10.41058,9H23v2ZM24,22h3v3H24ZM8,10H5V7H8ZM8,25H5V22H8ZM24,14.49463h3v3H24ZM24,7h3v3H24Z",
16
+ fill: "currentColor"
17
+ })
18
+ );
19
+ module.exports.BtIconDialledNumberDestination = BtIconDialledNumberDestination;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconDialledNumberDestinationFill(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconDialledNumberDestinationFill };
@@ -0,0 +1,19 @@
1
+ const React = require("react");
2
+ const BtIconDialledNumberDestinationFill = 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
+ "M28,11V6H23V8H9V6H4v5H9V9.41473l13.232,6.5907L9,22.59735V21H4v5H9V24H23v2h5V21H23v2H10.43463L23,16.74017v1.75446h5v-5H23v1.776L10.41058,9H23v2Z",
16
+ fill: "currentColor"
17
+ })
18
+ );
19
+ module.exports.BtIconDialledNumberDestinationFill = BtIconDialledNumberDestinationFill;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconDigitalCollaboration(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconDigitalCollaboration };
@@ -0,0 +1,24 @@
1
+ const React = require("react");
2
+ const BtIconDigitalCollaboration = 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
+ d:
20
+ "M21.809,14.59149a2.457,2.457,0,0,0,.26868-1.10211,2.48365,2.48365,0,0,0-4.96729,0A2.45723,2.45723,0,0,0,17.382,14.597a4.5195,4.5195,0,0,0-1.019.64563,3.90549,3.90549,0,0,0-.279.29395,4.37365,4.37365,0,0,0-1.31488-.94507,2.457,2.457,0,0,0,.26867-1.10211,2.48367,2.48367,0,0,0-4.96734,0,2.45751,2.45751,0,0,0,.26861,1.10205A3.7076,3.7076,0,0,0,8.0564,17.88812v.28662a.82625.82625,0,0,0,.82617.82373H23.26538a.82625.82625,0,0,0,.82617-.82373v-.28662A3.70776,3.70776,0,0,0,21.809,14.59149Zm-2.215-2.58575a1.48364,1.48364,0,1,1-1.48365,1.48364A1.48528,1.48528,0,0,1,19.59406,12.00574Zm-7.03986,0a1.48364,1.48364,0,1,1-1.4837,1.48364A1.48532,1.48532,0,0,1,12.5542,12.00574Zm3.06372,5.99273H9.0564v-.11035A2.82149,2.82149,0,0,1,10.978,15.394a2.435,2.435,0,0,0,3.15228.00013,2.82072,2.82072,0,0,1,1.92126,2.494v.11035Zm7.47363,0h-6.04v-.11035a3.31815,3.31815,0,0,0-.37738-1.52844,2.90591,2.90591,0,0,1,.3432-.36121,3.6165,3.6165,0,0,1,1.00177-.60339,2.43495,2.43495,0,0,0,3.15107-.001,2.82133,2.82133,0,0,1,1.92138,2.494Z",
21
+ fill: "currentColor"
22
+ })
23
+ );
24
+ module.exports.BtIconDigitalCollaboration = BtIconDigitalCollaboration;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconDigitalCollaborationFill(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconDigitalCollaborationFill };
@@ -0,0 +1,44 @@
1
+ const React = require("react");
2
+ const BtIconDigitalCollaborationFill = 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:
21
+ "M12.55414 12.005740000000001A1.48364 1.48364 0 1 0 12.55414 14.97302 1.48364 1.48364 0 1 0 12.55414 12.005740000000001z"
22
+ }),
23
+ /*#__PURE__*/ React.createElement("path", {
24
+ d:
25
+ "M19.59406,14.973a1.48364,1.48364,0,1,0-1.48371-1.48364A1.48536,1.48536,0,0,0,19.59406,14.973Z",
26
+ fill: "currentColor"
27
+ }),
28
+ /*#__PURE__*/ React.createElement("path", {
29
+ d:
30
+ "M16.05145,17.99847v-.11035a2.82072,2.82072,0,0,0-1.92126-2.49395,2.435,2.435,0,0,1-3.15228-.00013,2.82142,2.82142,0,0,0-1.92157,2.49408v.11035h6.99511Z",
31
+ fill: "currentColor"
32
+ }),
33
+ /*#__PURE__*/ React.createElement("path", {
34
+ d:
35
+ "M17.05145,17.99847h6.04v-.11035a2.82117,2.82117,0,0,0-1.92132-2.49395,2.43514,2.43514,0,0,1-3.15113.00091,3.6165,3.6165,0,0,0-1.00177.60339,2.90591,2.90591,0,0,0-.3432.36121,3.31815,3.31815,0,0,1,.37738,1.52844Z",
36
+ fill: "currentColor"
37
+ }),
38
+ /*#__PURE__*/ React.createElement("path", {
39
+ d:
40
+ "M4,23H28V8H4Zm4.05634-5.11188a3.70758,3.70758,0,0,1,2.28277-3.29675,2.45726,2.45726,0,0,1-.26861-1.102,2.48364,2.48364,0,1,1,4.96728,0,2.4569,2.4569,0,0,1-.26868,1.10211,4.37461,4.37461,0,0,1,1.31488.94507,3.90764,3.90764,0,0,1,.279-.29395,4.51856,4.51856,0,0,1,1.019-.64563,2.45727,2.45727,0,0,1-.27167-1.1076,2.48368,2.48368,0,0,1,4.96735,0,2.45728,2.45728,0,0,1-.26868,1.10217,3.70778,3.70778,0,0,1,2.28247,3.29657v.28662a.82625.82625,0,0,1-.82617.82373H8.88251a.82625.82625,0,0,1-.82617-.82373Z",
41
+ fill: "currentColor"
42
+ })
43
+ );
44
+ module.exports.BtIconDigitalCollaborationFill = BtIconDigitalCollaborationFill;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconDisability(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconDisability };
@@ -0,0 +1,24 @@
1
+ const React = require("react");
2
+ const BtIconDisability = 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.01367,4.01416a3,3,0,1,0,3,3A3.00328,3.00328,0,0,0,23.01367,4.01416Zm0,5a2,2,0,1,1,2-2A2.00229,2.00229,0,0,1,23.01367,9.01416Z",
16
+ fill: "currentColor"
17
+ }),
18
+ /*#__PURE__*/ React.createElement("path", {
19
+ d:
20
+ "M21.53418,16.98633h-4.7356c-.01416-.02039-.03015-.03925-.04443-.05945a.47269.47269,0,0,0,.07886-.05237l3.52734-3.52783a2.16077,2.16077,0,0,0,0-3.05762L16.085,6.01416a2.03148,2.03148,0,0,0-2.80566,0L10.39648,8.89648a1.56061,1.56061,0,0,0,2.207,2.207l2.08105-2.08106.86914.86914L11.4873,13.97314l-.00036.00055c-.15418-.01013-.30774-.02349-.46448-.02349a7.086,7.086,0,1,0,6.94959,6.05029h2.03479v5.55029a1.50314,1.50314,0,0,0,3.00586,0V18.46436A1.47986,1.47986,0,0,0,21.53418,16.98633ZM16.96582,9.89062,14.68457,7.6084l-2.78809,2.78808a.56071.56071,0,0,1-.793-.793l2.88281-2.88233a1.008,1.008,0,0,1,1.3916,0l4.27539,4.2749a1.16114,1.16114,0,0,1,0,1.64356l-3.52466,3.52521a7.019,7.019,0,0,0-3.41882-2.00129ZM11.02246,27.00049a6.02515,6.02515,0,1,1,6.02539-6.0249A6.03115,6.03115,0,0,1,11.02246,27.00049ZM22.0127,25.55078a.49206.49206,0,0,1-.52832.478.478.478,0,0,1-.47754-.478V19.00049H17.76025a6.95943,6.95943,0,0,0-.3894-1.01416h4.16333a.47888.47888,0,0,1,.47852.478Z",
21
+ fill: "currentColor"
22
+ })
23
+ );
24
+ module.exports.BtIconDisability = BtIconDisability;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconDisabilityFill(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconDisabilityFill };
@@ -0,0 +1,24 @@
1
+ const React = require("react");
2
+ const BtIconDisabilityFill = 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.01367,4.01416a3,3,0,1,0,3,3A3.00328,3.00328,0,0,0,23.01367,4.01416Z",
16
+ fill: "currentColor"
17
+ }),
18
+ /*#__PURE__*/ React.createElement("path", {
19
+ d:
20
+ "M21.53418,16.98633h-4.7356c-.01416-.02039-.03015-.03925-.04443-.05945a.47269.47269,0,0,0,.07886-.05237l3.52734-3.52783a2.16077,2.16077,0,0,0,0-3.05762L16.085,6.01416a2.03148,2.03148,0,0,0-2.80566,0L10.39648,8.89648a1.56061,1.56061,0,0,0,2.207,2.207l2.08105-2.08106.86914.86914L11.4873,13.97314l-.00036.00055c-.15418-.01013-.30774-.02349-.46448-.02349a7.086,7.086,0,1,0,6.94959,6.05029h2.03479v5.55029a1.50314,1.50314,0,0,0,3.00586,0V18.46436A1.47986,1.47986,0,0,0,21.53418,16.98633ZM11.02246,27.00049a6.02515,6.02515,0,1,1,6.02539-6.0249A6.03115,6.03115,0,0,1,11.02246,27.00049Z",
21
+ fill: "currentColor"
22
+ })
23
+ );
24
+ module.exports.BtIconDisabilityFill = BtIconDisabilityFill;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconDiscount(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconDiscount };
@@ -0,0 +1,29 @@
1
+ const React = require("react");
2
+ const BtIconDiscount = 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.56348,11.78613,16.82861,3.749a1.08542,1.08542,0,0,0-.84619-.40234,1.11193,1.11193,0,0,0-.84326.39893L8.42822,11.794A1.93459,1.93459,0,0,0,8,13.00439V27.5a.49971.49971,0,0,0,.5.5h15a.49971.49971,0,0,0,.5-.5V13.00635A1.93206,1.93206,0,0,0,23.56348,11.78613ZM23,27H9V13.00439a.92543.92543,0,0,1,.20117-.57617l6.70557-8.042.023-.00049c.042-.00049.12549.00049.12793,0l6.73486,8.0376a.925.925,0,0,1,.20752.583Z",
16
+ fill: "currentColor"
17
+ }),
18
+ /*#__PURE__*/ React.createElement("path", {
19
+ fill: "currentColor",
20
+ d:
21
+ "M16 6.99927A1.00073 1.00073 0 1 0 16 9.00073 1.00073 1.00073 0 1 0 16 6.99927z"
22
+ }),
23
+ /*#__PURE__*/ React.createElement("path", {
24
+ d:
25
+ "M15.98877,15.03271c.90332,0,1.81494.45606,1.81494,1.47461a.50586.50586,0,0,0,1.01172,0,2.55636,2.55636,0,0,0-2.82666-2.48681,2.55427,2.55427,0,0,0-2.81689,2.4956,3.02163,3.02163,0,0,0,.69042,2.05762,2.19552,2.19552,0,0,1,.26673.415h-.4513a.50586.50586,0,0,0,0,1.01172H14.124a2.20933,2.20933,0,0,1-.267.41113,3.01327,3.01327,0,0,0-.68457,2.05371v.50586h5.13721a.50586.50586,0,0,0,0-1.01172h-4.0874a1.929,1.929,0,0,1,.44629-.94189,2.47987,2.47987,0,0,0,.51165-1.01709H17.582a.50586.50586,0,1,0,0-1.01172h-2.3985a2.4568,2.4568,0,0,0-.51507-1.02686,2.00839,2.00839,0,0,1-.48487-1.4458C14.18359,15.10449,15.6875,15.03271,15.98877,15.03271Z",
26
+ fill: "currentColor"
27
+ })
28
+ );
29
+ module.exports.BtIconDiscount = BtIconDiscount;
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ declare function BtIconDiscountFill(
3
+ props: React.ComponentProps<"svg"> & { title?: string; titleId?: string }
4
+ ): JSX.Element;
5
+ export { BtIconDiscountFill };
@@ -0,0 +1,19 @@
1
+ const React = require("react");
2
+ const BtIconDiscountFill = 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.56348,11.78613,16.82861,3.749a1.08542,1.08542,0,0,0-.84619-.40234,1.19487,1.19487,0,0,0-.84326.39893L8.42822,11.794A1.93459,1.93459,0,0,0,8,13.00439V27.5a.49971.49971,0,0,0,.5.5h15a.49971.49971,0,0,0,.5-.5V13.00635A1.93206,1.93206,0,0,0,23.56348,11.78613ZM16,6.99927A1.00073,1.00073,0,1,1,14.99927,8,1.00071,1.00071,0,0,1,16,6.99927ZM14.66846,17.96191a2.4568,2.4568,0,0,1,.51507,1.02686H17.582a.50586.50586,0,1,1,0,1.01172H15.18011a2.47987,2.47987,0,0,1-.51165,1.01709,1.929,1.929,0,0,0-.44629.94189h4.0874a.50586.50586,0,0,1,0,1.01172H13.17236v-.50586a3.01327,3.01327,0,0,1,.68457-2.05371,2.20933,2.20933,0,0,0,.267-.41113h-.44623a.50586.50586,0,0,1,0-1.01172h.4513a2.19552,2.19552,0,0,0-.26673-.415,3.02163,3.02163,0,0,1-.69042-2.05762,2.55427,2.55427,0,0,1,2.81689-2.4956,2.55636,2.55636,0,0,1,2.82666,2.48681.50586.50586,0,0,1-1.01172,0c0-1.01855-.91162-1.47461-1.81494-1.47461-.30127,0-1.80518.07178-1.80518,1.4834A2.00839,2.00839,0,0,0,14.66846,17.96191Z",
16
+ fill: "currentColor"
17
+ })
18
+ );
19
+ module.exports.BtIconDiscountFill = BtIconDiscountFill;