@epilot360/icons 1.7.0 → 1.7.1

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 (1303) hide show
  1. package/.babelrc.json +18 -0
  2. package/.eslintrc.yml +18 -0
  3. package/.gitignore +12 -0
  4. package/.gitlab-ci.yml +19 -0
  5. package/.storybook/main.ts +55 -0
  6. package/.storybook/preview.css +227 -0
  7. package/.storybook/preview.ts +17 -0
  8. package/build/index.d.ts +3 -0
  9. package/build/index.js +2 -0
  10. package/build/index.js.map +1 -0
  11. package/build/react/Account/index.d.ts +4 -0
  12. package/build/react/Account/index.js +2 -0
  13. package/build/react/Account/index.js.map +1 -0
  14. package/build/react/Add/index.d.ts +4 -0
  15. package/build/react/Add/index.js +2 -0
  16. package/build/react/Add/index.js.map +1 -0
  17. package/build/react/AddCircle/index.d.ts +4 -0
  18. package/build/react/AddCircle/index.js +2 -0
  19. package/build/react/AddCircle/index.js.map +1 -0
  20. package/build/react/ArrowLeft/index.d.ts +4 -0
  21. package/build/react/ArrowLeft/index.js +2 -0
  22. package/build/react/ArrowLeft/index.js.map +1 -0
  23. package/build/react/ArrowRight/index.d.ts +4 -0
  24. package/build/react/ArrowRight/index.js +2 -0
  25. package/build/react/ArrowRight/index.js.map +1 -0
  26. package/build/react/Attributes/index.d.ts +4 -0
  27. package/build/react/Attributes/index.js +2 -0
  28. package/build/react/Attributes/index.js.map +1 -0
  29. package/build/react/Availability/index.d.ts +4 -0
  30. package/build/react/Availability/index.js +2 -0
  31. package/build/react/Availability/index.js.map +1 -0
  32. package/build/react/Calendar/index.d.ts +4 -0
  33. package/build/react/Calendar/index.js +2 -0
  34. package/build/react/Calendar/index.js.map +1 -0
  35. package/build/react/Check/index.d.ts +4 -0
  36. package/build/react/Check/index.js +2 -0
  37. package/build/react/Check/index.js.map +1 -0
  38. package/build/react/CheckCircle/index.d.ts +4 -0
  39. package/build/react/CheckCircle/index.js +2 -0
  40. package/build/react/CheckCircle/index.js.map +1 -0
  41. package/build/react/Close/index.d.ts +4 -0
  42. package/build/react/Close/index.js +2 -0
  43. package/build/react/Close/index.js.map +1 -0
  44. package/build/react/Contact/index.d.ts +4 -0
  45. package/build/react/Contact/index.js +2 -0
  46. package/build/react/Contact/index.js.map +1 -0
  47. package/build/react/ContentCopy/index.d.ts +4 -0
  48. package/build/react/ContentCopy/index.js +2 -0
  49. package/build/react/ContentCopy/index.js.map +1 -0
  50. package/build/react/Contract/index.d.ts +4 -0
  51. package/build/react/Contract/index.js +2 -0
  52. package/build/react/Contract/index.js.map +1 -0
  53. package/build/react/Dashboard/index.d.ts +4 -0
  54. package/build/react/Dashboard/index.js +2 -0
  55. package/build/react/Dashboard/index.js.map +1 -0
  56. package/build/react/DataObject/index.d.ts +4 -0
  57. package/build/react/DataObject/index.js +2 -0
  58. package/build/react/DataObject/index.js.map +1 -0
  59. package/build/react/Delete/index.d.ts +4 -0
  60. package/build/react/Delete/index.js +2 -0
  61. package/build/react/Delete/index.js.map +1 -0
  62. package/build/react/Design/index.d.ts +4 -0
  63. package/build/react/Design/index.js +2 -0
  64. package/build/react/Design/index.js.map +1 -0
  65. package/build/react/Document/index.d.ts +4 -0
  66. package/build/react/Document/index.js +2 -0
  67. package/build/react/Document/index.js.map +1 -0
  68. package/build/react/Download/index.d.ts +4 -0
  69. package/build/react/Download/index.js +2 -0
  70. package/build/react/Download/index.js.map +1 -0
  71. package/build/react/DragIndicator/index.d.ts +4 -0
  72. package/build/react/DragIndicator/index.js +2 -0
  73. package/build/react/DragIndicator/index.js.map +1 -0
  74. package/build/react/Edit/index.d.ts +4 -0
  75. package/build/react/Edit/index.js +2 -0
  76. package/build/react/Edit/index.js.map +1 -0
  77. package/build/react/Entity/index.d.ts +4 -0
  78. package/build/react/Entity/index.js +2 -0
  79. package/build/react/Entity/index.js.map +1 -0
  80. package/build/react/Epilot/index.d.ts +4 -0
  81. package/build/react/Epilot/index.js +2 -0
  82. package/build/react/Epilot/index.js.map +1 -0
  83. package/build/react/EpilotIcon.d.ts +138 -0
  84. package/build/react/EpilotIcon.js +2 -0
  85. package/build/react/EpilotIcon.js.map +1 -0
  86. package/build/react/Error/index.d.ts +4 -0
  87. package/build/react/Error/index.js +2 -0
  88. package/build/react/Error/index.js.map +1 -0
  89. package/build/react/ExpandLess/index.d.ts +4 -0
  90. package/build/react/ExpandLess/index.js +2 -0
  91. package/build/react/ExpandLess/index.js.map +1 -0
  92. package/build/react/ExpandMore/index.d.ts +4 -0
  93. package/build/react/ExpandMore/index.js +2 -0
  94. package/build/react/ExpandMore/index.js.map +1 -0
  95. package/build/react/Explore/index.d.ts +4 -0
  96. package/build/react/Explore/index.js +2 -0
  97. package/build/react/Explore/index.js.map +1 -0
  98. package/build/react/File/index.d.ts +4 -0
  99. package/build/react/File/index.js +2 -0
  100. package/build/react/File/index.js.map +1 -0
  101. package/build/react/Filter/index.d.ts +4 -0
  102. package/build/react/Filter/index.js +2 -0
  103. package/build/react/Filter/index.js.map +1 -0
  104. package/build/react/Help/index.d.ts +4 -0
  105. package/build/react/Help/index.js +2 -0
  106. package/build/react/Help/index.js.map +1 -0
  107. package/build/react/Info/index.d.ts +4 -0
  108. package/build/react/Info/index.js +2 -0
  109. package/build/react/Info/index.js.map +1 -0
  110. package/build/react/Journey/index.d.ts +4 -0
  111. package/build/react/Journey/index.js +2 -0
  112. package/build/react/Journey/index.js.map +1 -0
  113. package/build/react/Link/index.d.ts +4 -0
  114. package/build/react/Link/index.js +2 -0
  115. package/build/react/Link/index.js.map +1 -0
  116. package/build/react/Lock/index.d.ts +4 -0
  117. package/build/react/Lock/index.js +2 -0
  118. package/build/react/Lock/index.js.map +1 -0
  119. package/build/react/LockOpen/index.d.ts +4 -0
  120. package/build/react/LockOpen/index.js +2 -0
  121. package/build/react/LockOpen/index.js.map +1 -0
  122. package/build/react/Login/index.d.ts +4 -0
  123. package/build/react/Login/index.js +2 -0
  124. package/build/react/Login/index.js.map +1 -0
  125. package/build/react/Logout/index.d.ts +4 -0
  126. package/build/react/Logout/index.js +2 -0
  127. package/build/react/Logout/index.js.map +1 -0
  128. package/build/react/Menu/index.d.ts +4 -0
  129. package/build/react/Menu/index.js +2 -0
  130. package/build/react/Menu/index.js.map +1 -0
  131. package/build/react/Message/index.d.ts +4 -0
  132. package/build/react/Message/index.js +2 -0
  133. package/build/react/Message/index.js.map +1 -0
  134. package/build/react/Meter/index.d.ts +4 -0
  135. package/build/react/Meter/index.js +2 -0
  136. package/build/react/Meter/index.js.map +1 -0
  137. package/build/react/Note/index.d.ts +4 -0
  138. package/build/react/Note/index.js +2 -0
  139. package/build/react/Note/index.js.map +1 -0
  140. package/build/react/Notifications/index.d.ts +4 -0
  141. package/build/react/Notifications/index.js +2 -0
  142. package/build/react/Notifications/index.js.map +1 -0
  143. package/build/react/OpenInNew/index.d.ts +4 -0
  144. package/build/react/OpenInNew/index.js +2 -0
  145. package/build/react/OpenInNew/index.js.map +1 -0
  146. package/build/react/Opportunity/index.d.ts +4 -0
  147. package/build/react/Opportunity/index.js +2 -0
  148. package/build/react/Opportunity/index.js.map +1 -0
  149. package/build/react/Order/index.d.ts +4 -0
  150. package/build/react/Order/index.js +2 -0
  151. package/build/react/Order/index.js.map +1 -0
  152. package/build/react/Partner/index.d.ts +4 -0
  153. package/build/react/Partner/index.js +2 -0
  154. package/build/react/Partner/index.js.map +1 -0
  155. package/build/react/Price/index.d.ts +4 -0
  156. package/build/react/Price/index.js +2 -0
  157. package/build/react/Price/index.js.map +1 -0
  158. package/build/react/Product/index.d.ts +4 -0
  159. package/build/react/Product/index.js +2 -0
  160. package/build/react/Product/index.js.map +1 -0
  161. package/build/react/Refresh/index.d.ts +4 -0
  162. package/build/react/Refresh/index.js +2 -0
  163. package/build/react/Refresh/index.js.map +1 -0
  164. package/build/react/Relations/index.d.ts +4 -0
  165. package/build/react/Relations/index.js +2 -0
  166. package/build/react/Relations/index.js.map +1 -0
  167. package/build/react/Search/index.d.ts +4 -0
  168. package/build/react/Search/index.js +2 -0
  169. package/build/react/Search/index.js.map +1 -0
  170. package/build/react/Settings/index.d.ts +4 -0
  171. package/build/react/Settings/index.js +2 -0
  172. package/build/react/Settings/index.js.map +1 -0
  173. package/build/react/Share/index.d.ts +4 -0
  174. package/build/react/Share/index.js +2 -0
  175. package/build/react/Share/index.js.map +1 -0
  176. package/build/react/Sort/index.d.ts +4 -0
  177. package/build/react/Sort/index.js +2 -0
  178. package/build/react/Sort/index.js.map +1 -0
  179. package/build/react/Submission/index.d.ts +4 -0
  180. package/build/react/Submission/index.js +2 -0
  181. package/build/react/Submission/index.js.map +1 -0
  182. package/build/react/Table/index.d.ts +4 -0
  183. package/build/react/Table/index.js +2 -0
  184. package/build/react/Table/index.js.map +1 -0
  185. package/build/react/Tax/index.d.ts +4 -0
  186. package/build/react/Tax/index.js +2 -0
  187. package/build/react/Tax/index.js.map +1 -0
  188. package/build/react/Templates/index.d.ts +4 -0
  189. package/build/react/Templates/index.js +2 -0
  190. package/build/react/Templates/index.js.map +1 -0
  191. package/build/react/Visibility/index.d.ts +4 -0
  192. package/build/react/Visibility/index.js +2 -0
  193. package/build/react/Visibility/index.js.map +1 -0
  194. package/build/react/VisibilityOff/index.d.ts +4 -0
  195. package/build/react/VisibilityOff/index.js +2 -0
  196. package/build/react/VisibilityOff/index.js.map +1 -0
  197. package/build/react/Warning/index.d.ts +4 -0
  198. package/build/react/Warning/index.js +2 -0
  199. package/build/react/Warning/index.js.map +1 -0
  200. package/build/react/Webhook/index.d.ts +4 -0
  201. package/build/react/Webhook/index.js +2 -0
  202. package/build/react/Webhook/index.js.map +1 -0
  203. package/build/react/Workflow/index.d.ts +4 -0
  204. package/build/react/Workflow/index.js +2 -0
  205. package/build/react/Workflow/index.js.map +1 -0
  206. package/build/react/common.d.ts +2 -0
  207. package/build/react/common.js +2 -0
  208. package/build/react/common.js.map +1 -0
  209. package/build/react/index.d.ts +65 -0
  210. package/build/react/index.js +2 -0
  211. package/build/react/index.js.map +1 -0
  212. package/build/react/types.d.ts +4 -0
  213. package/build/react/types.js +1 -0
  214. package/build/react/types.js.map +1 -0
  215. package/build/svg/Account/icon-fill.svg +1 -0
  216. package/build/svg/Account/icon.svg +1 -0
  217. package/build/svg/Account/index.d.ts +3 -0
  218. package/build/svg/Account/index.js +2 -0
  219. package/build/svg/Account/index.js.map +1 -0
  220. package/build/svg/Add/icon-fill.svg +1 -0
  221. package/build/svg/Add/icon.svg +1 -0
  222. package/build/svg/Add/index.d.ts +3 -0
  223. package/build/svg/Add/index.js +2 -0
  224. package/build/svg/Add/index.js.map +1 -0
  225. package/build/svg/AddCircle/icon-fill.svg +1 -0
  226. package/build/svg/AddCircle/icon.svg +1 -0
  227. package/build/svg/AddCircle/index.d.ts +3 -0
  228. package/build/svg/AddCircle/index.js +2 -0
  229. package/build/svg/AddCircle/index.js.map +1 -0
  230. package/build/svg/ArrowLeft/icon-fill.svg +1 -0
  231. package/build/svg/ArrowLeft/icon.svg +1 -0
  232. package/build/svg/ArrowLeft/index.d.ts +3 -0
  233. package/build/svg/ArrowLeft/index.js +2 -0
  234. package/build/svg/ArrowLeft/index.js.map +1 -0
  235. package/build/svg/ArrowRight/icon-fill.svg +1 -0
  236. package/build/svg/ArrowRight/icon.svg +1 -0
  237. package/build/svg/ArrowRight/index.d.ts +3 -0
  238. package/build/svg/ArrowRight/index.js +2 -0
  239. package/build/svg/ArrowRight/index.js.map +1 -0
  240. package/build/svg/Attributes/icon-fill.svg +1 -0
  241. package/build/svg/Attributes/icon.svg +1 -0
  242. package/build/svg/Attributes/index.d.ts +3 -0
  243. package/build/svg/Attributes/index.js +2 -0
  244. package/build/svg/Attributes/index.js.map +1 -0
  245. package/build/svg/Availability/icon-fill.svg +1 -0
  246. package/build/svg/Availability/icon.svg +1 -0
  247. package/build/svg/Availability/index.d.ts +3 -0
  248. package/build/svg/Availability/index.js +2 -0
  249. package/build/svg/Availability/index.js.map +1 -0
  250. package/build/svg/Calendar/icon-fill.svg +1 -0
  251. package/build/svg/Calendar/icon.svg +1 -0
  252. package/build/svg/Calendar/index.d.ts +3 -0
  253. package/build/svg/Calendar/index.js +2 -0
  254. package/build/svg/Calendar/index.js.map +1 -0
  255. package/build/svg/Check/icon-fill.svg +1 -0
  256. package/build/svg/Check/icon.svg +1 -0
  257. package/build/svg/Check/index.d.ts +3 -0
  258. package/build/svg/Check/index.js +2 -0
  259. package/build/svg/Check/index.js.map +1 -0
  260. package/build/svg/CheckCircle/icon-fill.svg +1 -0
  261. package/build/svg/CheckCircle/icon.svg +1 -0
  262. package/build/svg/CheckCircle/index.d.ts +3 -0
  263. package/build/svg/CheckCircle/index.js +2 -0
  264. package/build/svg/CheckCircle/index.js.map +1 -0
  265. package/build/svg/Close/icon-fill.svg +1 -0
  266. package/build/svg/Close/icon.svg +1 -0
  267. package/build/svg/Close/index.d.ts +3 -0
  268. package/build/svg/Close/index.js +2 -0
  269. package/build/svg/Close/index.js.map +1 -0
  270. package/build/svg/Contact/icon-fill.svg +1 -0
  271. package/build/svg/Contact/icon.svg +1 -0
  272. package/build/svg/Contact/index.d.ts +3 -0
  273. package/build/svg/Contact/index.js +2 -0
  274. package/build/svg/Contact/index.js.map +1 -0
  275. package/build/svg/ContentCopy/icon-fill.svg +1 -0
  276. package/build/svg/ContentCopy/icon.svg +1 -0
  277. package/build/svg/ContentCopy/index.d.ts +3 -0
  278. package/build/svg/ContentCopy/index.js +2 -0
  279. package/build/svg/ContentCopy/index.js.map +1 -0
  280. package/build/svg/Contract/icon-fill.svg +1 -0
  281. package/build/svg/Contract/icon.svg +1 -0
  282. package/build/svg/Contract/index.d.ts +3 -0
  283. package/build/svg/Contract/index.js +2 -0
  284. package/build/svg/Contract/index.js.map +1 -0
  285. package/build/svg/Dashboard/icon-fill.svg +1 -0
  286. package/build/svg/Dashboard/icon.svg +1 -0
  287. package/build/svg/Dashboard/index.d.ts +3 -0
  288. package/build/svg/Dashboard/index.js +2 -0
  289. package/build/svg/Dashboard/index.js.map +1 -0
  290. package/build/svg/DataObject/icon-fill.svg +1 -0
  291. package/build/svg/DataObject/icon.svg +1 -0
  292. package/build/svg/DataObject/index.d.ts +3 -0
  293. package/build/svg/DataObject/index.js +2 -0
  294. package/build/svg/DataObject/index.js.map +1 -0
  295. package/build/svg/Delete/icon-fill.svg +1 -0
  296. package/build/svg/Delete/icon.svg +1 -0
  297. package/build/svg/Delete/index.d.ts +3 -0
  298. package/build/svg/Delete/index.js +2 -0
  299. package/build/svg/Delete/index.js.map +1 -0
  300. package/build/svg/Design/icon-fill.svg +1 -0
  301. package/build/svg/Design/icon.svg +1 -0
  302. package/build/svg/Design/index.d.ts +3 -0
  303. package/build/svg/Design/index.js +2 -0
  304. package/build/svg/Design/index.js.map +1 -0
  305. package/build/svg/Document/icon-fill.svg +1 -0
  306. package/build/svg/Document/icon.svg +1 -0
  307. package/build/svg/Document/index.d.ts +3 -0
  308. package/build/svg/Document/index.js +2 -0
  309. package/build/svg/Document/index.js.map +1 -0
  310. package/build/svg/Download/icon-fill.svg +1 -0
  311. package/build/svg/Download/icon.svg +1 -0
  312. package/build/svg/Download/index.d.ts +3 -0
  313. package/build/svg/Download/index.js +2 -0
  314. package/build/svg/Download/index.js.map +1 -0
  315. package/build/svg/DragIndicator/icon-fill.svg +1 -0
  316. package/build/svg/DragIndicator/icon.svg +1 -0
  317. package/build/svg/DragIndicator/index.d.ts +3 -0
  318. package/build/svg/DragIndicator/index.js +2 -0
  319. package/build/svg/DragIndicator/index.js.map +1 -0
  320. package/build/svg/Edit/icon-fill.svg +1 -0
  321. package/build/svg/Edit/icon.svg +1 -0
  322. package/build/svg/Edit/index.d.ts +3 -0
  323. package/build/svg/Edit/index.js +2 -0
  324. package/build/svg/Edit/index.js.map +1 -0
  325. package/build/svg/Entity/icon-fill.svg +1 -0
  326. package/build/svg/Entity/icon.svg +1 -0
  327. package/build/svg/Entity/index.d.ts +3 -0
  328. package/build/svg/Entity/index.js +2 -0
  329. package/build/svg/Entity/index.js.map +1 -0
  330. package/build/svg/Epilot/icon-fill.svg +11 -0
  331. package/build/svg/Epilot/icon.svg +11 -0
  332. package/build/svg/Epilot/index.d.ts +3 -0
  333. package/build/svg/Epilot/index.js +2 -0
  334. package/build/svg/Epilot/index.js.map +1 -0
  335. package/build/svg/Error/icon-fill.svg +1 -0
  336. package/build/svg/Error/icon.svg +1 -0
  337. package/build/svg/Error/index.d.ts +3 -0
  338. package/build/svg/Error/index.js +2 -0
  339. package/build/svg/Error/index.js.map +1 -0
  340. package/build/svg/ExpandLess/icon-fill.svg +1 -0
  341. package/build/svg/ExpandLess/icon.svg +1 -0
  342. package/build/svg/ExpandLess/index.d.ts +3 -0
  343. package/build/svg/ExpandLess/index.js +2 -0
  344. package/build/svg/ExpandLess/index.js.map +1 -0
  345. package/build/svg/ExpandMore/icon-fill.svg +1 -0
  346. package/build/svg/ExpandMore/icon.svg +1 -0
  347. package/build/svg/ExpandMore/index.d.ts +3 -0
  348. package/build/svg/ExpandMore/index.js +2 -0
  349. package/build/svg/ExpandMore/index.js.map +1 -0
  350. package/build/svg/Explore/icon-fill.svg +1 -0
  351. package/build/svg/Explore/icon.svg +1 -0
  352. package/build/svg/Explore/index.d.ts +3 -0
  353. package/build/svg/Explore/index.js +2 -0
  354. package/build/svg/Explore/index.js.map +1 -0
  355. package/build/svg/File/icon-fill.svg +1 -0
  356. package/build/svg/File/icon.svg +1 -0
  357. package/build/svg/File/index.d.ts +3 -0
  358. package/build/svg/File/index.js +2 -0
  359. package/build/svg/File/index.js.map +1 -0
  360. package/build/svg/Filter/icon-fill.svg +1 -0
  361. package/build/svg/Filter/icon.svg +1 -0
  362. package/build/svg/Filter/index.d.ts +3 -0
  363. package/build/svg/Filter/index.js +2 -0
  364. package/build/svg/Filter/index.js.map +1 -0
  365. package/build/svg/Help/icon-fill.svg +1 -0
  366. package/build/svg/Help/icon.svg +1 -0
  367. package/build/svg/Help/index.d.ts +3 -0
  368. package/build/svg/Help/index.js +2 -0
  369. package/build/svg/Help/index.js.map +1 -0
  370. package/build/svg/Info/icon-fill.svg +1 -0
  371. package/build/svg/Info/icon.svg +1 -0
  372. package/build/svg/Info/index.d.ts +3 -0
  373. package/build/svg/Info/index.js +2 -0
  374. package/build/svg/Info/index.js.map +1 -0
  375. package/build/svg/Journey/icon-fill.svg +1 -0
  376. package/build/svg/Journey/icon.svg +1 -0
  377. package/build/svg/Journey/index.d.ts +3 -0
  378. package/build/svg/Journey/index.js +2 -0
  379. package/build/svg/Journey/index.js.map +1 -0
  380. package/build/svg/Link/icon-fill.svg +1 -0
  381. package/build/svg/Link/icon.svg +1 -0
  382. package/build/svg/Link/index.d.ts +3 -0
  383. package/build/svg/Link/index.js +2 -0
  384. package/build/svg/Link/index.js.map +1 -0
  385. package/build/svg/Lock/icon-fill.svg +1 -0
  386. package/build/svg/Lock/icon.svg +1 -0
  387. package/build/svg/Lock/index.d.ts +3 -0
  388. package/build/svg/Lock/index.js +2 -0
  389. package/build/svg/Lock/index.js.map +1 -0
  390. package/build/svg/LockOpen/icon-fill.svg +1 -0
  391. package/build/svg/LockOpen/icon.svg +1 -0
  392. package/build/svg/LockOpen/index.d.ts +3 -0
  393. package/build/svg/LockOpen/index.js +2 -0
  394. package/build/svg/LockOpen/index.js.map +1 -0
  395. package/build/svg/Login/icon-fill.svg +1 -0
  396. package/build/svg/Login/icon.svg +1 -0
  397. package/build/svg/Login/index.d.ts +3 -0
  398. package/build/svg/Login/index.js +2 -0
  399. package/build/svg/Login/index.js.map +1 -0
  400. package/build/svg/Logout/icon-fill.svg +1 -0
  401. package/build/svg/Logout/icon.svg +1 -0
  402. package/build/svg/Logout/index.d.ts +3 -0
  403. package/build/svg/Logout/index.js +2 -0
  404. package/build/svg/Logout/index.js.map +1 -0
  405. package/build/svg/Menu/icon-fill.svg +1 -0
  406. package/build/svg/Menu/icon.svg +1 -0
  407. package/build/svg/Menu/index.d.ts +3 -0
  408. package/build/svg/Menu/index.js +2 -0
  409. package/build/svg/Menu/index.js.map +1 -0
  410. package/build/svg/Message/icon-fill.svg +1 -0
  411. package/build/svg/Message/icon.svg +1 -0
  412. package/build/svg/Message/index.d.ts +3 -0
  413. package/build/svg/Message/index.js +2 -0
  414. package/build/svg/Message/index.js.map +1 -0
  415. package/build/svg/Meter/icon-fill.svg +1 -0
  416. package/build/svg/Meter/icon.svg +1 -0
  417. package/build/svg/Meter/index.d.ts +3 -0
  418. package/build/svg/Meter/index.js +2 -0
  419. package/build/svg/Meter/index.js.map +1 -0
  420. package/build/svg/Note/icon-fill.svg +1 -0
  421. package/build/svg/Note/icon.svg +1 -0
  422. package/build/svg/Note/index.d.ts +3 -0
  423. package/build/svg/Note/index.js +2 -0
  424. package/build/svg/Note/index.js.map +1 -0
  425. package/build/svg/Notifications/icon-fill.svg +1 -0
  426. package/build/svg/Notifications/icon.svg +1 -0
  427. package/build/svg/Notifications/index.d.ts +3 -0
  428. package/build/svg/Notifications/index.js +2 -0
  429. package/build/svg/Notifications/index.js.map +1 -0
  430. package/build/svg/OpenInNew/icon-fill.svg +1 -0
  431. package/build/svg/OpenInNew/icon.svg +1 -0
  432. package/build/svg/OpenInNew/index.d.ts +3 -0
  433. package/build/svg/OpenInNew/index.js +2 -0
  434. package/build/svg/OpenInNew/index.js.map +1 -0
  435. package/build/svg/Opportunity/icon-fill.svg +1 -0
  436. package/build/svg/Opportunity/icon.svg +1 -0
  437. package/build/svg/Opportunity/index.d.ts +3 -0
  438. package/build/svg/Opportunity/index.js +2 -0
  439. package/build/svg/Opportunity/index.js.map +1 -0
  440. package/build/svg/Order/icon-fill.svg +1 -0
  441. package/build/svg/Order/icon.svg +1 -0
  442. package/build/svg/Order/index.d.ts +3 -0
  443. package/build/svg/Order/index.js +2 -0
  444. package/build/svg/Order/index.js.map +1 -0
  445. package/build/svg/Partner/icon-fill.svg +1 -0
  446. package/build/svg/Partner/icon.svg +1 -0
  447. package/build/svg/Partner/index.d.ts +3 -0
  448. package/build/svg/Partner/index.js +2 -0
  449. package/build/svg/Partner/index.js.map +1 -0
  450. package/build/svg/Price/icon-fill.svg +1 -0
  451. package/build/svg/Price/icon.svg +1 -0
  452. package/build/svg/Price/index.d.ts +3 -0
  453. package/build/svg/Price/index.js +2 -0
  454. package/build/svg/Price/index.js.map +1 -0
  455. package/build/svg/Product/icon-fill.svg +1 -0
  456. package/build/svg/Product/icon.svg +1 -0
  457. package/build/svg/Product/index.d.ts +3 -0
  458. package/build/svg/Product/index.js +2 -0
  459. package/build/svg/Product/index.js.map +1 -0
  460. package/build/svg/Refresh/icon-fill.svg +1 -0
  461. package/build/svg/Refresh/icon.svg +1 -0
  462. package/build/svg/Refresh/index.d.ts +3 -0
  463. package/build/svg/Refresh/index.js +2 -0
  464. package/build/svg/Refresh/index.js.map +1 -0
  465. package/build/svg/Relations/icon-fill.svg +1 -0
  466. package/build/svg/Relations/icon.svg +1 -0
  467. package/build/svg/Relations/index.d.ts +3 -0
  468. package/build/svg/Relations/index.js +2 -0
  469. package/build/svg/Relations/index.js.map +1 -0
  470. package/build/svg/Search/icon-fill.svg +1 -0
  471. package/build/svg/Search/icon.svg +1 -0
  472. package/build/svg/Search/index.d.ts +3 -0
  473. package/build/svg/Search/index.js +2 -0
  474. package/build/svg/Search/index.js.map +1 -0
  475. package/build/svg/Settings/icon-fill.svg +1 -0
  476. package/build/svg/Settings/icon.svg +1 -0
  477. package/build/svg/Settings/index.d.ts +3 -0
  478. package/build/svg/Settings/index.js +2 -0
  479. package/build/svg/Settings/index.js.map +1 -0
  480. package/build/svg/Share/icon-fill.svg +1 -0
  481. package/build/svg/Share/icon.svg +1 -0
  482. package/build/svg/Share/index.d.ts +3 -0
  483. package/build/svg/Share/index.js +2 -0
  484. package/build/svg/Share/index.js.map +1 -0
  485. package/build/svg/Sort/icon-fill.svg +1 -0
  486. package/build/svg/Sort/icon.svg +1 -0
  487. package/build/svg/Sort/index.d.ts +3 -0
  488. package/build/svg/Sort/index.js +2 -0
  489. package/build/svg/Sort/index.js.map +1 -0
  490. package/build/svg/Submission/icon-fill.svg +1 -0
  491. package/build/svg/Submission/icon.svg +1 -0
  492. package/build/svg/Submission/index.d.ts +3 -0
  493. package/build/svg/Submission/index.js +2 -0
  494. package/build/svg/Submission/index.js.map +1 -0
  495. package/build/svg/Table/icon-fill.svg +1 -0
  496. package/build/svg/Table/icon.svg +1 -0
  497. package/build/svg/Table/index.d.ts +3 -0
  498. package/build/svg/Table/index.js +2 -0
  499. package/build/svg/Table/index.js.map +1 -0
  500. package/build/svg/Tax/icon-fill.svg +1 -0
  501. package/build/svg/Tax/icon.svg +1 -0
  502. package/build/svg/Tax/index.d.ts +3 -0
  503. package/build/svg/Tax/index.js +2 -0
  504. package/build/svg/Tax/index.js.map +1 -0
  505. package/build/svg/Templates/icon-fill.svg +1 -0
  506. package/build/svg/Templates/icon.svg +1 -0
  507. package/build/svg/Templates/index.d.ts +3 -0
  508. package/build/svg/Templates/index.js +2 -0
  509. package/build/svg/Templates/index.js.map +1 -0
  510. package/build/svg/Visibility/icon-fill.svg +1 -0
  511. package/build/svg/Visibility/icon.svg +1 -0
  512. package/build/svg/Visibility/index.d.ts +3 -0
  513. package/build/svg/Visibility/index.js +2 -0
  514. package/build/svg/Visibility/index.js.map +1 -0
  515. package/build/svg/VisibilityOff/icon-fill.svg +1 -0
  516. package/build/svg/VisibilityOff/icon.svg +1 -0
  517. package/build/svg/VisibilityOff/index.d.ts +3 -0
  518. package/build/svg/VisibilityOff/index.js +2 -0
  519. package/build/svg/VisibilityOff/index.js.map +1 -0
  520. package/build/svg/Warning/icon-fill.svg +1 -0
  521. package/build/svg/Warning/icon.svg +1 -0
  522. package/build/svg/Warning/index.d.ts +3 -0
  523. package/build/svg/Warning/index.js +2 -0
  524. package/build/svg/Warning/index.js.map +1 -0
  525. package/build/svg/Webhook/icon-fill.svg +1 -0
  526. package/build/svg/Webhook/icon.svg +1 -0
  527. package/build/svg/Webhook/index.d.ts +3 -0
  528. package/build/svg/Webhook/index.js +2 -0
  529. package/build/svg/Webhook/index.js.map +1 -0
  530. package/build/svg/Workflow/icon-fill.svg +1 -0
  531. package/build/svg/Workflow/icon.svg +1 -0
  532. package/build/svg/Workflow/index.d.ts +3 -0
  533. package/build/svg/Workflow/index.js +2 -0
  534. package/build/svg/Workflow/index.js.map +1 -0
  535. package/build/svg/index.d.ts +65 -0
  536. package/build/svg/index.js +2 -0
  537. package/build/svg/index.js.map +1 -0
  538. package/build/svg/svgIcon.d.ts +74 -0
  539. package/build/svg/svgIcon.js +2 -0
  540. package/build/svg/svgIcon.js.map +1 -0
  541. package/build/types.d.ts +19 -0
  542. package/build/types.js +1 -0
  543. package/build/types.js.map +1 -0
  544. package/dist/bundle.js +2 -0
  545. package/dist/bundle.js.map +1 -0
  546. package/generator/run.ts +102 -0
  547. package/generator/templates/react/EpilotIcon.tsx.ejs +29 -0
  548. package/generator/templates/react/component/index.tsx.ejs +23 -0
  549. package/generator/templates/react/component/story.stories.tsx.ejs +13 -0
  550. package/generator/templates/react/index.ts.ejs +5 -0
  551. package/generator/templates/svg/index.ts.ejs +5 -0
  552. package/generator/templates/svg/module/index.ts.ejs +12 -0
  553. package/generator/templates/svg/svgIcon.ts.ejs +61 -0
  554. package/iac/.eslintrc.yml +27 -0
  555. package/iac/.gitignore +3 -0
  556. package/iac/cdk.json +42 -0
  557. package/iac/config.ts +46 -0
  558. package/iac/index.ts +21 -0
  559. package/iac/package.json +25 -0
  560. package/iac/service-stack.ts +33 -0
  561. package/iac/tsconfig.json +31 -0
  562. package/iac/yarn.lock +381 -0
  563. package/icons.config.yaml +68 -60
  564. package/index.js +1 -1
  565. package/index.js.map +1 -1
  566. package/package.json +1 -1
  567. package/react/Account/index.d.ts +2 -2
  568. package/react/Account/index.js +1 -1
  569. package/react/Account/index.js.map +1 -1
  570. package/react/Add/index.d.ts +2 -2
  571. package/react/Add/index.js +1 -1
  572. package/react/Add/index.js.map +1 -1
  573. package/react/AddCircle/index.d.ts +2 -2
  574. package/react/AddCircle/index.js +1 -1
  575. package/react/AddCircle/index.js.map +1 -1
  576. package/react/ArrowLeft/index.d.ts +2 -2
  577. package/react/ArrowLeft/index.js +1 -1
  578. package/react/ArrowLeft/index.js.map +1 -1
  579. package/react/ArrowRight/index.d.ts +2 -2
  580. package/react/ArrowRight/index.js +1 -1
  581. package/react/ArrowRight/index.js.map +1 -1
  582. package/react/Attributes/index.d.ts +2 -2
  583. package/react/Attributes/index.js.map +1 -1
  584. package/react/Availability/index.d.ts +2 -2
  585. package/react/Availability/index.js +1 -1
  586. package/react/Availability/index.js.map +1 -1
  587. package/react/Calendar/index.d.ts +2 -2
  588. package/react/Calendar/index.js +1 -1
  589. package/react/Calendar/index.js.map +1 -1
  590. package/react/Check/index.d.ts +2 -2
  591. package/react/Check/index.js +1 -1
  592. package/react/Check/index.js.map +1 -1
  593. package/react/CheckCircle/index.d.ts +2 -2
  594. package/react/CheckCircle/index.js +1 -1
  595. package/react/CheckCircle/index.js.map +1 -1
  596. package/react/Close/index.d.ts +2 -2
  597. package/react/Close/index.js +1 -1
  598. package/react/Close/index.js.map +1 -1
  599. package/react/Contact/index.d.ts +2 -2
  600. package/react/Contact/index.js +1 -1
  601. package/react/Contact/index.js.map +1 -1
  602. package/react/ContentCopy/index.d.ts +2 -2
  603. package/react/ContentCopy/index.js +1 -1
  604. package/react/ContentCopy/index.js.map +1 -1
  605. package/react/Contract/index.d.ts +2 -2
  606. package/react/Contract/index.js +1 -1
  607. package/react/Contract/index.js.map +1 -1
  608. package/react/Dashboard/index.d.ts +2 -2
  609. package/react/Dashboard/index.js.map +1 -1
  610. package/react/DataObject/index.d.ts +2 -2
  611. package/react/DataObject/index.js +1 -1
  612. package/react/DataObject/index.js.map +1 -1
  613. package/react/Delete/index.d.ts +2 -2
  614. package/react/Delete/index.js +1 -1
  615. package/react/Delete/index.js.map +1 -1
  616. package/react/Design/index.d.ts +2 -2
  617. package/react/Design/index.js.map +1 -1
  618. package/react/Document/index.d.ts +2 -2
  619. package/react/Document/index.js +1 -1
  620. package/react/Document/index.js.map +1 -1
  621. package/react/Download/index.d.ts +2 -2
  622. package/react/Download/index.js +1 -1
  623. package/react/Download/index.js.map +1 -1
  624. package/react/DragIndicator/index.d.ts +2 -2
  625. package/react/DragIndicator/index.js.map +1 -1
  626. package/react/Edit/index.d.ts +2 -2
  627. package/react/Edit/index.js +1 -1
  628. package/react/Edit/index.js.map +1 -1
  629. package/react/Entity/index.d.ts +2 -2
  630. package/react/Entity/index.js.map +1 -1
  631. package/react/Epilot/index.d.ts +2 -2
  632. package/react/Epilot/index.js.map +1 -1
  633. package/react/EpilotIcon.d.ts +7 -4
  634. package/react/EpilotIcon.js +1 -1
  635. package/react/EpilotIcon.js.map +1 -1
  636. package/react/Error/index.d.ts +2 -2
  637. package/react/Error/index.js +1 -1
  638. package/react/Error/index.js.map +1 -1
  639. package/react/ExpandLess/index.d.ts +2 -2
  640. package/react/ExpandLess/index.js +1 -1
  641. package/react/ExpandLess/index.js.map +1 -1
  642. package/react/ExpandMore/index.d.ts +2 -2
  643. package/react/ExpandMore/index.js +1 -1
  644. package/react/ExpandMore/index.js.map +1 -1
  645. package/react/Explore/index.d.ts +2 -2
  646. package/react/Explore/index.js +1 -1
  647. package/react/Explore/index.js.map +1 -1
  648. package/react/File/index.d.ts +2 -2
  649. package/react/File/index.js +1 -1
  650. package/react/File/index.js.map +1 -1
  651. package/react/Filter/index.d.ts +4 -0
  652. package/react/Filter/index.js +2 -0
  653. package/react/Filter/index.js.map +1 -0
  654. package/react/Help/index.d.ts +2 -2
  655. package/react/Help/index.js +1 -1
  656. package/react/Help/index.js.map +1 -1
  657. package/react/Info/index.d.ts +2 -2
  658. package/react/Info/index.js +1 -1
  659. package/react/Info/index.js.map +1 -1
  660. package/react/Journey/index.d.ts +2 -2
  661. package/react/Journey/index.js.map +1 -1
  662. package/react/Link/index.d.ts +2 -2
  663. package/react/Link/index.js +1 -1
  664. package/react/Link/index.js.map +1 -1
  665. package/react/Lock/index.d.ts +2 -2
  666. package/react/Lock/index.js.map +1 -1
  667. package/react/LockOpen/index.d.ts +2 -2
  668. package/react/LockOpen/index.js +1 -1
  669. package/react/LockOpen/index.js.map +1 -1
  670. package/react/Login/index.d.ts +2 -2
  671. package/react/Login/index.js +1 -1
  672. package/react/Login/index.js.map +1 -1
  673. package/react/Logout/index.d.ts +2 -2
  674. package/react/Logout/index.js +1 -1
  675. package/react/Logout/index.js.map +1 -1
  676. package/react/Menu/index.d.ts +2 -2
  677. package/react/Menu/index.js +1 -1
  678. package/react/Menu/index.js.map +1 -1
  679. package/react/Message/index.d.ts +2 -2
  680. package/react/Message/index.js +1 -1
  681. package/react/Message/index.js.map +1 -1
  682. package/react/Meter/index.d.ts +2 -2
  683. package/react/Meter/index.js +1 -1
  684. package/react/Meter/index.js.map +1 -1
  685. package/react/Note/index.d.ts +2 -2
  686. package/react/Note/index.js +1 -1
  687. package/react/Note/index.js.map +1 -1
  688. package/react/Notifications/index.d.ts +2 -2
  689. package/react/Notifications/index.js +1 -1
  690. package/react/Notifications/index.js.map +1 -1
  691. package/react/OpenInNew/index.d.ts +2 -2
  692. package/react/OpenInNew/index.js +1 -1
  693. package/react/OpenInNew/index.js.map +1 -1
  694. package/react/Opportunity/index.d.ts +2 -2
  695. package/react/Opportunity/index.js +1 -1
  696. package/react/Opportunity/index.js.map +1 -1
  697. package/react/Order/index.d.ts +2 -2
  698. package/react/Order/index.js +1 -1
  699. package/react/Order/index.js.map +1 -1
  700. package/react/Partner/index.d.ts +2 -2
  701. package/react/Partner/index.js.map +1 -1
  702. package/react/Price/index.d.ts +2 -2
  703. package/react/Price/index.js.map +1 -1
  704. package/react/Product/index.d.ts +2 -2
  705. package/react/Product/index.js +1 -1
  706. package/react/Product/index.js.map +1 -1
  707. package/react/Refresh/index.d.ts +2 -2
  708. package/react/Refresh/index.js +1 -1
  709. package/react/Refresh/index.js.map +1 -1
  710. package/react/Relations/index.d.ts +2 -2
  711. package/react/Relations/index.js.map +1 -1
  712. package/react/Search/index.d.ts +2 -2
  713. package/react/Search/index.js +1 -1
  714. package/react/Search/index.js.map +1 -1
  715. package/react/Settings/index.d.ts +2 -2
  716. package/react/Settings/index.js +1 -1
  717. package/react/Settings/index.js.map +1 -1
  718. package/react/Share/index.d.ts +2 -2
  719. package/react/Share/index.js.map +1 -1
  720. package/react/Sort/index.d.ts +4 -0
  721. package/react/Sort/index.js +2 -0
  722. package/react/Sort/index.js.map +1 -0
  723. package/react/Submission/index.d.ts +2 -2
  724. package/react/Submission/index.js +1 -1
  725. package/react/Submission/index.js.map +1 -1
  726. package/react/Table/index.d.ts +2 -2
  727. package/react/Table/index.js.map +1 -1
  728. package/react/Tax/index.d.ts +2 -2
  729. package/react/Tax/index.js +1 -1
  730. package/react/Tax/index.js.map +1 -1
  731. package/react/Templates/index.d.ts +2 -2
  732. package/react/Templates/index.js.map +1 -1
  733. package/react/Visibility/index.d.ts +2 -2
  734. package/react/Visibility/index.js +1 -1
  735. package/react/Visibility/index.js.map +1 -1
  736. package/react/VisibilityOff/index.d.ts +2 -2
  737. package/react/VisibilityOff/index.js +1 -1
  738. package/react/VisibilityOff/index.js.map +1 -1
  739. package/react/Warning/index.d.ts +2 -2
  740. package/react/Warning/index.js +1 -1
  741. package/react/Warning/index.js.map +1 -1
  742. package/react/Webhook/index.d.ts +2 -2
  743. package/react/Webhook/index.js +1 -1
  744. package/react/Webhook/index.js.map +1 -1
  745. package/react/Workflow/index.d.ts +2 -2
  746. package/react/Workflow/index.js +1 -1
  747. package/react/Workflow/index.js.map +1 -1
  748. package/react/index.d.ts +2 -0
  749. package/react/index.js +1 -1
  750. package/react/index.js.map +1 -1
  751. package/react/types.d.ts +4 -0
  752. package/react/types.js +1 -0
  753. package/react/types.js.map +1 -0
  754. package/src/index.ts +3 -0
  755. package/src/react/Account/index.tsx +22 -0
  756. package/src/react/Account/story.stories.tsx +13 -0
  757. package/src/react/Add/index.tsx +22 -0
  758. package/src/react/Add/story.stories.tsx +13 -0
  759. package/src/react/AddCircle/index.tsx +22 -0
  760. package/src/react/AddCircle/story.stories.tsx +13 -0
  761. package/src/react/ArrowLeft/index.tsx +22 -0
  762. package/src/react/ArrowLeft/story.stories.tsx +13 -0
  763. package/src/react/ArrowRight/index.tsx +22 -0
  764. package/src/react/ArrowRight/story.stories.tsx +13 -0
  765. package/src/react/Attributes/index.tsx +22 -0
  766. package/src/react/Attributes/story.stories.tsx +13 -0
  767. package/src/react/Availability/index.tsx +22 -0
  768. package/src/react/Availability/story.stories.tsx +13 -0
  769. package/src/react/Calendar/index.tsx +22 -0
  770. package/src/react/Calendar/story.stories.tsx +13 -0
  771. package/src/react/Check/index.tsx +22 -0
  772. package/src/react/Check/story.stories.tsx +13 -0
  773. package/src/react/CheckCircle/index.tsx +22 -0
  774. package/src/react/CheckCircle/story.stories.tsx +13 -0
  775. package/src/react/Close/index.tsx +22 -0
  776. package/src/react/Close/story.stories.tsx +13 -0
  777. package/src/react/Contact/index.tsx +22 -0
  778. package/src/react/Contact/story.stories.tsx +13 -0
  779. package/src/react/ContentCopy/index.tsx +22 -0
  780. package/src/react/ContentCopy/story.stories.tsx +13 -0
  781. package/src/react/Contract/index.tsx +22 -0
  782. package/src/react/Contract/story.stories.tsx +13 -0
  783. package/src/react/Dashboard/index.tsx +22 -0
  784. package/src/react/Dashboard/story.stories.tsx +13 -0
  785. package/src/react/DataObject/index.tsx +22 -0
  786. package/src/react/DataObject/story.stories.tsx +13 -0
  787. package/src/react/Delete/index.tsx +22 -0
  788. package/src/react/Delete/story.stories.tsx +13 -0
  789. package/src/react/Design/index.tsx +22 -0
  790. package/src/react/Design/story.stories.tsx +13 -0
  791. package/src/react/Document/index.tsx +22 -0
  792. package/src/react/Document/story.stories.tsx +13 -0
  793. package/src/react/Download/index.tsx +22 -0
  794. package/src/react/Download/story.stories.tsx +13 -0
  795. package/src/react/DragIndicator/index.tsx +22 -0
  796. package/src/react/DragIndicator/story.stories.tsx +13 -0
  797. package/src/react/Edit/index.tsx +22 -0
  798. package/src/react/Edit/story.stories.tsx +13 -0
  799. package/src/react/Entity/index.tsx +22 -0
  800. package/src/react/Entity/story.stories.tsx +13 -0
  801. package/src/react/Epilot/index.tsx +22 -0
  802. package/src/react/Epilot/story.stories.tsx +13 -0
  803. package/src/react/EpilotIcon.stories.tsx +85 -0
  804. package/src/react/EpilotIcon.tsx +151 -0
  805. package/src/react/Error/index.tsx +22 -0
  806. package/src/react/Error/story.stories.tsx +13 -0
  807. package/src/react/ExpandLess/index.tsx +22 -0
  808. package/src/react/ExpandLess/story.stories.tsx +13 -0
  809. package/src/react/ExpandMore/index.tsx +22 -0
  810. package/src/react/ExpandMore/story.stories.tsx +13 -0
  811. package/src/react/Explore/index.tsx +22 -0
  812. package/src/react/Explore/story.stories.tsx +13 -0
  813. package/src/react/File/index.tsx +22 -0
  814. package/src/react/File/story.stories.tsx +13 -0
  815. package/src/react/Filter/index.tsx +22 -0
  816. package/src/react/Filter/story.stories.tsx +13 -0
  817. package/src/react/Help/index.tsx +22 -0
  818. package/src/react/Help/story.stories.tsx +13 -0
  819. package/src/react/Info/index.tsx +22 -0
  820. package/src/react/Info/story.stories.tsx +13 -0
  821. package/src/react/Journey/index.tsx +22 -0
  822. package/src/react/Journey/story.stories.tsx +13 -0
  823. package/src/react/Link/index.tsx +22 -0
  824. package/src/react/Link/story.stories.tsx +13 -0
  825. package/src/react/Lock/index.tsx +22 -0
  826. package/src/react/Lock/story.stories.tsx +13 -0
  827. package/src/react/LockOpen/index.tsx +22 -0
  828. package/src/react/LockOpen/story.stories.tsx +13 -0
  829. package/src/react/Login/index.tsx +22 -0
  830. package/src/react/Login/story.stories.tsx +13 -0
  831. package/src/react/Logout/index.tsx +22 -0
  832. package/src/react/Logout/story.stories.tsx +13 -0
  833. package/src/react/Menu/index.tsx +22 -0
  834. package/src/react/Menu/story.stories.tsx +13 -0
  835. package/src/react/Message/index.tsx +22 -0
  836. package/src/react/Message/story.stories.tsx +13 -0
  837. package/src/react/Meter/index.tsx +22 -0
  838. package/src/react/Meter/story.stories.tsx +13 -0
  839. package/src/react/Note/index.tsx +22 -0
  840. package/src/react/Note/story.stories.tsx +13 -0
  841. package/src/react/Notifications/index.tsx +22 -0
  842. package/src/react/Notifications/story.stories.tsx +13 -0
  843. package/src/react/OpenInNew/index.tsx +22 -0
  844. package/src/react/OpenInNew/story.stories.tsx +13 -0
  845. package/src/react/Opportunity/index.tsx +22 -0
  846. package/src/react/Opportunity/story.stories.tsx +13 -0
  847. package/src/react/Order/index.tsx +22 -0
  848. package/src/react/Order/story.stories.tsx +13 -0
  849. package/src/react/Partner/index.tsx +22 -0
  850. package/src/react/Partner/story.stories.tsx +13 -0
  851. package/src/react/Price/index.tsx +22 -0
  852. package/src/react/Price/story.stories.tsx +13 -0
  853. package/src/react/Product/index.tsx +22 -0
  854. package/src/react/Product/story.stories.tsx +13 -0
  855. package/src/react/Refresh/index.tsx +22 -0
  856. package/src/react/Refresh/story.stories.tsx +13 -0
  857. package/src/react/Relations/index.tsx +22 -0
  858. package/src/react/Relations/story.stories.tsx +13 -0
  859. package/src/react/Search/index.tsx +22 -0
  860. package/src/react/Search/story.stories.tsx +13 -0
  861. package/src/react/Settings/index.tsx +22 -0
  862. package/src/react/Settings/story.stories.tsx +13 -0
  863. package/src/react/Share/index.tsx +22 -0
  864. package/src/react/Share/story.stories.tsx +13 -0
  865. package/src/react/Sort/index.tsx +22 -0
  866. package/src/react/Sort/story.stories.tsx +13 -0
  867. package/src/react/Submission/index.tsx +22 -0
  868. package/src/react/Submission/story.stories.tsx +13 -0
  869. package/src/react/Table/index.tsx +22 -0
  870. package/src/react/Table/story.stories.tsx +13 -0
  871. package/src/react/Tax/index.tsx +22 -0
  872. package/src/react/Tax/story.stories.tsx +13 -0
  873. package/src/react/Templates/index.tsx +22 -0
  874. package/src/react/Templates/story.stories.tsx +13 -0
  875. package/src/react/Visibility/index.tsx +22 -0
  876. package/src/react/Visibility/story.stories.tsx +13 -0
  877. package/src/react/VisibilityOff/index.tsx +22 -0
  878. package/src/react/VisibilityOff/story.stories.tsx +13 -0
  879. package/src/react/Warning/index.tsx +22 -0
  880. package/src/react/Warning/story.stories.tsx +13 -0
  881. package/src/react/Webhook/index.tsx +22 -0
  882. package/src/react/Webhook/story.stories.tsx +13 -0
  883. package/src/react/Workflow/index.tsx +22 -0
  884. package/src/react/Workflow/story.stories.tsx +13 -0
  885. package/src/react/common.ts +8 -0
  886. package/src/react/index.ts +66 -0
  887. package/src/react/types.ts +5 -0
  888. package/src/stories/Readme.mdx +69 -0
  889. package/src/stories/SVGExample.stories.tsx +55 -0
  890. package/src/stories/SVGExample.tsx +10 -0
  891. package/src/stories/Search.mdx +8 -0
  892. package/src/stories/SearchComponent.css +48 -0
  893. package/src/stories/SearchComponent.tsx +89 -0
  894. package/src/stories/util.ts +37 -0
  895. package/src/svg/Account/icon-fill.svg +1 -0
  896. package/src/svg/Account/icon.svg +1 -0
  897. package/src/svg/Account/index.ts +12 -0
  898. package/src/svg/Add/icon-fill.svg +1 -0
  899. package/src/svg/Add/icon.svg +1 -0
  900. package/src/svg/Add/index.ts +12 -0
  901. package/src/svg/AddCircle/icon-fill.svg +1 -0
  902. package/src/svg/AddCircle/icon.svg +1 -0
  903. package/src/svg/AddCircle/index.ts +12 -0
  904. package/src/svg/ArrowLeft/icon-fill.svg +1 -0
  905. package/src/svg/ArrowLeft/icon.svg +1 -0
  906. package/src/svg/ArrowLeft/index.ts +12 -0
  907. package/src/svg/ArrowRight/icon-fill.svg +1 -0
  908. package/src/svg/ArrowRight/icon.svg +1 -0
  909. package/src/svg/ArrowRight/index.ts +12 -0
  910. package/src/svg/Attributes/icon-fill.svg +1 -0
  911. package/src/svg/Attributes/icon.svg +1 -0
  912. package/src/svg/Attributes/index.ts +12 -0
  913. package/src/svg/Availability/icon-fill.svg +1 -0
  914. package/src/svg/Availability/icon.svg +1 -0
  915. package/src/svg/Availability/index.ts +12 -0
  916. package/src/svg/Calendar/icon-fill.svg +1 -0
  917. package/src/svg/Calendar/icon.svg +1 -0
  918. package/src/svg/Calendar/index.ts +12 -0
  919. package/src/svg/Check/icon-fill.svg +1 -0
  920. package/src/svg/Check/icon.svg +1 -0
  921. package/src/svg/Check/index.ts +12 -0
  922. package/src/svg/CheckCircle/icon-fill.svg +1 -0
  923. package/src/svg/CheckCircle/icon.svg +1 -0
  924. package/src/svg/CheckCircle/index.ts +12 -0
  925. package/src/svg/Close/icon-fill.svg +1 -0
  926. package/src/svg/Close/icon.svg +1 -0
  927. package/src/svg/Close/index.ts +12 -0
  928. package/src/svg/Contact/icon-fill.svg +1 -0
  929. package/src/svg/Contact/icon.svg +1 -0
  930. package/src/svg/Contact/index.ts +12 -0
  931. package/src/svg/ContentCopy/icon-fill.svg +1 -0
  932. package/src/svg/ContentCopy/icon.svg +1 -0
  933. package/src/svg/ContentCopy/index.ts +12 -0
  934. package/src/svg/Contract/icon-fill.svg +1 -0
  935. package/src/svg/Contract/icon.svg +1 -0
  936. package/src/svg/Contract/index.ts +12 -0
  937. package/src/svg/Dashboard/icon-fill.svg +1 -0
  938. package/src/svg/Dashboard/icon.svg +1 -0
  939. package/src/svg/Dashboard/index.ts +12 -0
  940. package/src/svg/DataObject/icon-fill.svg +1 -0
  941. package/src/svg/DataObject/icon.svg +1 -0
  942. package/src/svg/DataObject/index.ts +12 -0
  943. package/src/svg/Delete/icon-fill.svg +1 -0
  944. package/src/svg/Delete/icon.svg +1 -0
  945. package/src/svg/Delete/index.ts +12 -0
  946. package/src/svg/Design/icon-fill.svg +1 -0
  947. package/src/svg/Design/icon.svg +1 -0
  948. package/src/svg/Design/index.ts +12 -0
  949. package/src/svg/Document/icon-fill.svg +1 -0
  950. package/src/svg/Document/icon.svg +1 -0
  951. package/src/svg/Document/index.ts +12 -0
  952. package/src/svg/Download/icon-fill.svg +1 -0
  953. package/src/svg/Download/icon.svg +1 -0
  954. package/src/svg/Download/index.ts +12 -0
  955. package/src/svg/DragIndicator/icon-fill.svg +1 -0
  956. package/src/svg/DragIndicator/icon.svg +1 -0
  957. package/src/svg/DragIndicator/index.ts +12 -0
  958. package/src/svg/Edit/icon-fill.svg +1 -0
  959. package/src/svg/Edit/icon.svg +1 -0
  960. package/src/svg/Edit/index.ts +12 -0
  961. package/src/svg/Entity/icon-fill.svg +1 -0
  962. package/src/svg/Entity/icon.svg +1 -0
  963. package/src/svg/Entity/index.ts +12 -0
  964. package/src/svg/Epilot/icon-fill.svg +11 -0
  965. package/src/svg/Epilot/icon.svg +11 -0
  966. package/src/svg/Epilot/index.ts +12 -0
  967. package/src/svg/Error/icon-fill.svg +1 -0
  968. package/src/svg/Error/icon.svg +1 -0
  969. package/src/svg/Error/index.ts +12 -0
  970. package/src/svg/ExpandLess/icon-fill.svg +1 -0
  971. package/src/svg/ExpandLess/icon.svg +1 -0
  972. package/src/svg/ExpandLess/index.ts +12 -0
  973. package/src/svg/ExpandMore/icon-fill.svg +1 -0
  974. package/src/svg/ExpandMore/icon.svg +1 -0
  975. package/src/svg/ExpandMore/index.ts +12 -0
  976. package/src/svg/Explore/icon-fill.svg +1 -0
  977. package/src/svg/Explore/icon.svg +1 -0
  978. package/src/svg/Explore/index.ts +12 -0
  979. package/src/svg/File/icon-fill.svg +1 -0
  980. package/src/svg/File/icon.svg +1 -0
  981. package/src/svg/File/index.ts +12 -0
  982. package/src/svg/Filter/icon-fill.svg +1 -0
  983. package/src/svg/Filter/icon.svg +1 -0
  984. package/src/svg/Filter/index.ts +12 -0
  985. package/src/svg/Help/icon-fill.svg +1 -0
  986. package/src/svg/Help/icon.svg +1 -0
  987. package/src/svg/Help/index.ts +12 -0
  988. package/src/svg/Info/icon-fill.svg +1 -0
  989. package/src/svg/Info/icon.svg +1 -0
  990. package/src/svg/Info/index.ts +12 -0
  991. package/src/svg/Journey/icon-fill.svg +1 -0
  992. package/src/svg/Journey/icon.svg +1 -0
  993. package/src/svg/Journey/index.ts +12 -0
  994. package/src/svg/Link/icon-fill.svg +1 -0
  995. package/src/svg/Link/icon.svg +1 -0
  996. package/src/svg/Link/index.ts +12 -0
  997. package/src/svg/Lock/icon-fill.svg +1 -0
  998. package/src/svg/Lock/icon.svg +1 -0
  999. package/src/svg/Lock/index.ts +12 -0
  1000. package/src/svg/LockOpen/icon-fill.svg +1 -0
  1001. package/src/svg/LockOpen/icon.svg +1 -0
  1002. package/src/svg/LockOpen/index.ts +12 -0
  1003. package/src/svg/Login/icon-fill.svg +1 -0
  1004. package/src/svg/Login/icon.svg +1 -0
  1005. package/src/svg/Login/index.ts +12 -0
  1006. package/src/svg/Logout/icon-fill.svg +1 -0
  1007. package/src/svg/Logout/icon.svg +1 -0
  1008. package/src/svg/Logout/index.ts +12 -0
  1009. package/src/svg/Menu/icon-fill.svg +1 -0
  1010. package/src/svg/Menu/icon.svg +1 -0
  1011. package/src/svg/Menu/index.ts +12 -0
  1012. package/src/svg/Message/icon-fill.svg +1 -0
  1013. package/src/svg/Message/icon.svg +1 -0
  1014. package/src/svg/Message/index.ts +12 -0
  1015. package/src/svg/Meter/icon-fill.svg +1 -0
  1016. package/src/svg/Meter/icon.svg +1 -0
  1017. package/src/svg/Meter/index.ts +12 -0
  1018. package/src/svg/Note/icon-fill.svg +1 -0
  1019. package/src/svg/Note/icon.svg +1 -0
  1020. package/src/svg/Note/index.ts +12 -0
  1021. package/src/svg/Notifications/icon-fill.svg +1 -0
  1022. package/src/svg/Notifications/icon.svg +1 -0
  1023. package/src/svg/Notifications/index.ts +12 -0
  1024. package/src/svg/OpenInNew/icon-fill.svg +1 -0
  1025. package/src/svg/OpenInNew/icon.svg +1 -0
  1026. package/src/svg/OpenInNew/index.ts +12 -0
  1027. package/src/svg/Opportunity/icon-fill.svg +1 -0
  1028. package/src/svg/Opportunity/icon.svg +1 -0
  1029. package/src/svg/Opportunity/index.ts +12 -0
  1030. package/src/svg/Order/icon-fill.svg +1 -0
  1031. package/src/svg/Order/icon.svg +1 -0
  1032. package/src/svg/Order/index.ts +12 -0
  1033. package/src/svg/Partner/icon-fill.svg +1 -0
  1034. package/src/svg/Partner/icon.svg +1 -0
  1035. package/src/svg/Partner/index.ts +12 -0
  1036. package/src/svg/Price/icon-fill.svg +1 -0
  1037. package/src/svg/Price/icon.svg +1 -0
  1038. package/src/svg/Price/index.ts +12 -0
  1039. package/src/svg/Product/icon-fill.svg +1 -0
  1040. package/src/svg/Product/icon.svg +1 -0
  1041. package/src/svg/Product/index.ts +12 -0
  1042. package/src/svg/Refresh/icon-fill.svg +1 -0
  1043. package/src/svg/Refresh/icon.svg +1 -0
  1044. package/src/svg/Refresh/index.ts +12 -0
  1045. package/src/svg/Relations/icon-fill.svg +1 -0
  1046. package/src/svg/Relations/icon.svg +1 -0
  1047. package/src/svg/Relations/index.ts +12 -0
  1048. package/src/svg/Search/icon-fill.svg +1 -0
  1049. package/src/svg/Search/icon.svg +1 -0
  1050. package/src/svg/Search/index.ts +12 -0
  1051. package/src/svg/Settings/icon-fill.svg +1 -0
  1052. package/src/svg/Settings/icon.svg +1 -0
  1053. package/src/svg/Settings/index.ts +12 -0
  1054. package/src/svg/Share/icon-fill.svg +1 -0
  1055. package/src/svg/Share/icon.svg +1 -0
  1056. package/src/svg/Share/index.ts +12 -0
  1057. package/src/svg/Sort/icon-fill.svg +1 -0
  1058. package/src/svg/Sort/icon.svg +1 -0
  1059. package/src/svg/Sort/index.ts +12 -0
  1060. package/src/svg/Submission/icon-fill.svg +1 -0
  1061. package/src/svg/Submission/icon.svg +1 -0
  1062. package/src/svg/Submission/index.ts +12 -0
  1063. package/src/svg/Table/icon-fill.svg +1 -0
  1064. package/src/svg/Table/icon.svg +1 -0
  1065. package/src/svg/Table/index.ts +12 -0
  1066. package/src/svg/Tax/icon-fill.svg +1 -0
  1067. package/src/svg/Tax/icon.svg +1 -0
  1068. package/src/svg/Tax/index.ts +12 -0
  1069. package/src/svg/Templates/icon-fill.svg +1 -0
  1070. package/src/svg/Templates/icon.svg +1 -0
  1071. package/src/svg/Templates/index.ts +12 -0
  1072. package/src/svg/Visibility/icon-fill.svg +1 -0
  1073. package/src/svg/Visibility/icon.svg +1 -0
  1074. package/src/svg/Visibility/index.ts +12 -0
  1075. package/src/svg/VisibilityOff/icon-fill.svg +1 -0
  1076. package/src/svg/VisibilityOff/icon.svg +1 -0
  1077. package/src/svg/VisibilityOff/index.ts +12 -0
  1078. package/src/svg/Warning/icon-fill.svg +1 -0
  1079. package/src/svg/Warning/icon.svg +1 -0
  1080. package/src/svg/Warning/index.ts +12 -0
  1081. package/src/svg/Webhook/icon-fill.svg +1 -0
  1082. package/src/svg/Webhook/icon.svg +1 -0
  1083. package/src/svg/Webhook/index.ts +12 -0
  1084. package/src/svg/Workflow/icon-fill.svg +1 -0
  1085. package/src/svg/Workflow/icon.svg +1 -0
  1086. package/src/svg/Workflow/index.ts +12 -0
  1087. package/src/svg/index.ts +66 -0
  1088. package/src/svg/svgIcon.ts +175 -0
  1089. package/src/svg-module.d.ts +6 -0
  1090. package/src/types.ts +19 -0
  1091. package/svg/Account/icon-fill.svg +1 -1
  1092. package/svg/Account/icon.svg +1 -1
  1093. package/svg/Account/index.js +1 -1
  1094. package/svg/Account/index.js.map +1 -1
  1095. package/svg/Add/icon-fill.svg +1 -1
  1096. package/svg/Add/icon.svg +1 -1
  1097. package/svg/Add/index.js +1 -1
  1098. package/svg/Add/index.js.map +1 -1
  1099. package/svg/AddCircle/icon-fill.svg +1 -1
  1100. package/svg/AddCircle/icon.svg +1 -1
  1101. package/svg/AddCircle/index.js +1 -1
  1102. package/svg/AddCircle/index.js.map +1 -1
  1103. package/svg/ArrowLeft/icon-fill.svg +1 -1
  1104. package/svg/ArrowLeft/icon.svg +1 -1
  1105. package/svg/ArrowLeft/index.js +1 -1
  1106. package/svg/ArrowLeft/index.js.map +1 -1
  1107. package/svg/ArrowRight/icon-fill.svg +1 -1
  1108. package/svg/ArrowRight/icon.svg +1 -1
  1109. package/svg/ArrowRight/index.js +1 -1
  1110. package/svg/ArrowRight/index.js.map +1 -1
  1111. package/svg/Availability/icon-fill.svg +1 -1
  1112. package/svg/Availability/icon.svg +1 -1
  1113. package/svg/Availability/index.js +1 -1
  1114. package/svg/Availability/index.js.map +1 -1
  1115. package/svg/Calendar/icon-fill.svg +1 -1
  1116. package/svg/Calendar/icon.svg +1 -1
  1117. package/svg/Calendar/index.js +1 -1
  1118. package/svg/Calendar/index.js.map +1 -1
  1119. package/svg/Check/icon-fill.svg +1 -1
  1120. package/svg/Check/icon.svg +1 -1
  1121. package/svg/Check/index.js +1 -1
  1122. package/svg/Check/index.js.map +1 -1
  1123. package/svg/CheckCircle/icon-fill.svg +1 -1
  1124. package/svg/CheckCircle/icon.svg +1 -1
  1125. package/svg/CheckCircle/index.js +1 -1
  1126. package/svg/CheckCircle/index.js.map +1 -1
  1127. package/svg/Close/icon-fill.svg +1 -1
  1128. package/svg/Close/icon.svg +1 -1
  1129. package/svg/Close/index.js +1 -1
  1130. package/svg/Close/index.js.map +1 -1
  1131. package/svg/Contact/icon-fill.svg +1 -1
  1132. package/svg/Contact/icon.svg +1 -1
  1133. package/svg/Contact/index.js +1 -1
  1134. package/svg/Contact/index.js.map +1 -1
  1135. package/svg/ContentCopy/icon-fill.svg +1 -1
  1136. package/svg/ContentCopy/icon.svg +1 -1
  1137. package/svg/ContentCopy/index.js +1 -1
  1138. package/svg/ContentCopy/index.js.map +1 -1
  1139. package/svg/Contract/icon-fill.svg +1 -1
  1140. package/svg/Contract/icon.svg +1 -1
  1141. package/svg/Contract/index.js +1 -1
  1142. package/svg/Contract/index.js.map +1 -1
  1143. package/svg/DataObject/icon-fill.svg +1 -1
  1144. package/svg/DataObject/icon.svg +1 -1
  1145. package/svg/DataObject/index.js +1 -1
  1146. package/svg/DataObject/index.js.map +1 -1
  1147. package/svg/Delete/icon-fill.svg +1 -1
  1148. package/svg/Delete/icon.svg +1 -1
  1149. package/svg/Delete/index.js +1 -1
  1150. package/svg/Delete/index.js.map +1 -1
  1151. package/svg/Document/icon-fill.svg +1 -1
  1152. package/svg/Document/icon.svg +1 -1
  1153. package/svg/Document/index.js +1 -1
  1154. package/svg/Document/index.js.map +1 -1
  1155. package/svg/Download/icon-fill.svg +1 -1
  1156. package/svg/Download/icon.svg +1 -1
  1157. package/svg/Download/index.js +1 -1
  1158. package/svg/Download/index.js.map +1 -1
  1159. package/svg/Edit/icon-fill.svg +1 -1
  1160. package/svg/Edit/icon.svg +1 -1
  1161. package/svg/Edit/index.js +1 -1
  1162. package/svg/Edit/index.js.map +1 -1
  1163. package/svg/Error/icon-fill.svg +1 -1
  1164. package/svg/Error/icon.svg +1 -1
  1165. package/svg/Error/index.js +1 -1
  1166. package/svg/Error/index.js.map +1 -1
  1167. package/svg/ExpandLess/icon-fill.svg +1 -1
  1168. package/svg/ExpandLess/icon.svg +1 -1
  1169. package/svg/ExpandLess/index.js +1 -1
  1170. package/svg/ExpandLess/index.js.map +1 -1
  1171. package/svg/ExpandMore/icon-fill.svg +1 -1
  1172. package/svg/ExpandMore/icon.svg +1 -1
  1173. package/svg/ExpandMore/index.js +1 -1
  1174. package/svg/ExpandMore/index.js.map +1 -1
  1175. package/svg/Explore/icon-fill.svg +1 -1
  1176. package/svg/Explore/icon.svg +1 -1
  1177. package/svg/Explore/index.js +1 -1
  1178. package/svg/Explore/index.js.map +1 -1
  1179. package/svg/File/icon-fill.svg +1 -1
  1180. package/svg/File/icon.svg +1 -1
  1181. package/svg/File/index.js +1 -1
  1182. package/svg/File/index.js.map +1 -1
  1183. package/svg/Filter/icon-fill.svg +1 -0
  1184. package/svg/Filter/icon.svg +1 -0
  1185. package/svg/Filter/index.d.ts +3 -0
  1186. package/svg/Filter/index.js +2 -0
  1187. package/svg/Filter/index.js.map +1 -0
  1188. package/svg/Help/icon-fill.svg +1 -1
  1189. package/svg/Help/icon.svg +1 -1
  1190. package/svg/Help/index.js +1 -1
  1191. package/svg/Help/index.js.map +1 -1
  1192. package/svg/Info/icon-fill.svg +1 -1
  1193. package/svg/Info/icon.svg +1 -1
  1194. package/svg/Info/index.js +1 -1
  1195. package/svg/Info/index.js.map +1 -1
  1196. package/svg/Link/icon-fill.svg +1 -1
  1197. package/svg/Link/icon.svg +1 -1
  1198. package/svg/Link/index.js +1 -1
  1199. package/svg/Link/index.js.map +1 -1
  1200. package/svg/LockOpen/icon-fill.svg +1 -1
  1201. package/svg/LockOpen/icon.svg +1 -1
  1202. package/svg/LockOpen/index.js +1 -1
  1203. package/svg/LockOpen/index.js.map +1 -1
  1204. package/svg/Login/icon-fill.svg +1 -1
  1205. package/svg/Login/icon.svg +1 -1
  1206. package/svg/Login/index.js +1 -1
  1207. package/svg/Login/index.js.map +1 -1
  1208. package/svg/Logout/icon-fill.svg +1 -1
  1209. package/svg/Logout/icon.svg +1 -1
  1210. package/svg/Logout/index.js +1 -1
  1211. package/svg/Logout/index.js.map +1 -1
  1212. package/svg/Menu/icon-fill.svg +1 -1
  1213. package/svg/Menu/icon.svg +1 -1
  1214. package/svg/Menu/index.js +1 -1
  1215. package/svg/Menu/index.js.map +1 -1
  1216. package/svg/Message/icon-fill.svg +1 -1
  1217. package/svg/Message/icon.svg +1 -1
  1218. package/svg/Message/index.js +1 -1
  1219. package/svg/Message/index.js.map +1 -1
  1220. package/svg/Meter/icon-fill.svg +1 -1
  1221. package/svg/Meter/icon.svg +1 -1
  1222. package/svg/Meter/index.js +1 -1
  1223. package/svg/Meter/index.js.map +1 -1
  1224. package/svg/Note/icon-fill.svg +1 -1
  1225. package/svg/Note/icon.svg +1 -1
  1226. package/svg/Note/index.js +1 -1
  1227. package/svg/Note/index.js.map +1 -1
  1228. package/svg/Notifications/icon-fill.svg +1 -1
  1229. package/svg/Notifications/icon.svg +1 -1
  1230. package/svg/Notifications/index.js +1 -1
  1231. package/svg/Notifications/index.js.map +1 -1
  1232. package/svg/OpenInNew/icon-fill.svg +1 -1
  1233. package/svg/OpenInNew/icon.svg +1 -1
  1234. package/svg/OpenInNew/index.js +1 -1
  1235. package/svg/OpenInNew/index.js.map +1 -1
  1236. package/svg/Opportunity/icon-fill.svg +1 -1
  1237. package/svg/Opportunity/icon.svg +1 -1
  1238. package/svg/Opportunity/index.js +1 -1
  1239. package/svg/Opportunity/index.js.map +1 -1
  1240. package/svg/Order/icon-fill.svg +1 -1
  1241. package/svg/Order/icon.svg +1 -1
  1242. package/svg/Order/index.js +1 -1
  1243. package/svg/Order/index.js.map +1 -1
  1244. package/svg/Product/icon-fill.svg +1 -1
  1245. package/svg/Product/icon.svg +1 -1
  1246. package/svg/Product/index.js +1 -1
  1247. package/svg/Product/index.js.map +1 -1
  1248. package/svg/Refresh/icon-fill.svg +1 -1
  1249. package/svg/Refresh/icon.svg +1 -1
  1250. package/svg/Refresh/index.js +1 -1
  1251. package/svg/Refresh/index.js.map +1 -1
  1252. package/svg/Search/icon-fill.svg +1 -1
  1253. package/svg/Search/icon.svg +1 -1
  1254. package/svg/Search/index.js +1 -1
  1255. package/svg/Search/index.js.map +1 -1
  1256. package/svg/Settings/icon-fill.svg +1 -1
  1257. package/svg/Settings/icon.svg +1 -1
  1258. package/svg/Settings/index.js +1 -1
  1259. package/svg/Settings/index.js.map +1 -1
  1260. package/svg/Sort/icon-fill.svg +1 -0
  1261. package/svg/Sort/icon.svg +1 -0
  1262. package/svg/Sort/index.d.ts +3 -0
  1263. package/svg/Sort/index.js +2 -0
  1264. package/svg/Sort/index.js.map +1 -0
  1265. package/svg/Submission/icon-fill.svg +1 -1
  1266. package/svg/Submission/icon.svg +1 -1
  1267. package/svg/Submission/index.js +1 -1
  1268. package/svg/Submission/index.js.map +1 -1
  1269. package/svg/Tax/icon-fill.svg +1 -1
  1270. package/svg/Tax/icon.svg +1 -1
  1271. package/svg/Tax/index.js +1 -1
  1272. package/svg/Tax/index.js.map +1 -1
  1273. package/svg/Visibility/icon-fill.svg +1 -1
  1274. package/svg/Visibility/icon.svg +1 -1
  1275. package/svg/Visibility/index.js +1 -1
  1276. package/svg/Visibility/index.js.map +1 -1
  1277. package/svg/VisibilityOff/icon-fill.svg +1 -1
  1278. package/svg/VisibilityOff/icon.svg +1 -1
  1279. package/svg/VisibilityOff/index.js +1 -1
  1280. package/svg/VisibilityOff/index.js.map +1 -1
  1281. package/svg/Warning/icon-fill.svg +1 -1
  1282. package/svg/Warning/icon.svg +1 -1
  1283. package/svg/Warning/index.js +1 -1
  1284. package/svg/Warning/index.js.map +1 -1
  1285. package/svg/Webhook/icon-fill.svg +1 -1
  1286. package/svg/Webhook/icon.svg +1 -1
  1287. package/svg/Webhook/index.js +1 -1
  1288. package/svg/Webhook/index.js.map +1 -1
  1289. package/svg/Workflow/icon-fill.svg +1 -1
  1290. package/svg/Workflow/icon.svg +1 -1
  1291. package/svg/Workflow/index.js +1 -1
  1292. package/svg/Workflow/index.js.map +1 -1
  1293. package/svg/index.d.ts +2 -0
  1294. package/svg/index.js +1 -1
  1295. package/svg/index.js.map +1 -1
  1296. package/svg/svgIcon.d.ts +2 -0
  1297. package/svg/svgIcon.js +1 -1
  1298. package/svg/svgIcon.js.map +1 -1
  1299. package/tsconfig.json +34 -0
  1300. package/webpack.config-cjs.js +64 -0
  1301. package/webpack.config.js +30 -0
  1302. package/yarn-error.log +10867 -0
  1303. package/yarn.lock +10904 -0
@@ -1 +1 @@
1
- {"version":3,"file":"react/Login/index.js","mappings":"8DAAIA,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIS,EAAc,SAAqBC,GACrC,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,2TAEP,C,sCCZItB,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIgB,EAAU,SAAiBN,GAC7B,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,2TAEP,C,iDCVO,MAAME,EAA8B,CACzCL,MAAO,GACPC,OAAQ,GACRK,KAAM,eACNC,QAAS,S,WCNXC,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBT,EAAEe,EAAQ,CAAEE,EAAGF,IAC5BA,CAAM,ECLdN,EAAoBT,EAAI,CAACM,EAASY,KACjC,IAAI,IAAI9B,KAAO8B,EACXT,EAAoBU,EAAED,EAAY9B,KAASqB,EAAoBU,EAAEb,EAASlB,IAC5ER,OAAOwC,eAAed,EAASlB,EAAK,CAAEiC,YAAY,EAAMC,IAAKJ,EAAW9B,IAE1E,ECNDqB,EAAoBU,EAAI,CAACI,EAAKC,IAAU5C,OAAOS,UAAUC,eAAeC,KAAKgC,EAAKC,GCClFf,EAAoBgB,EAAKnB,IACH,oBAAXoB,QAA0BA,OAAOC,aAC1C/C,OAAOwC,eAAed,EAASoB,OAAOC,YAAa,CAAEC,MAAO,WAE7DhD,OAAOwC,eAAed,EAAS,aAAc,CAAEsB,OAAO,GAAO,E,qlBCE9D,MAAMC,EAAO,QAEN,SAASC,EAAMnC,GACpB,MAAkC,SAC7B,EAAAO,kBACAP,IAFGS,QAAAA,GAA0B,EAAd2B,EAAA,EAAc,EAAd,CAAZ,YAIFC,EAA4B,aAAZ5B,EAAyB,IAAW,IAEpD6B,EAAYtC,EAAMuC,KAAO,CAAErC,MAAOF,EAAMuC,KAAMpC,OAAQH,EAAMuC,MAAS,CAAC,EAE5E,OAAO,kBAACF,EAAA,KAAc,aAAYH,GAAUE,GAAeE,GAC7D,CAEA,S","sources":["webpack://icons/./src/svg/Login/icon-fill.svg","webpack://icons/./src/svg/Login/icon.svg","webpack://icons/./src/react/common.ts","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/react/Login/index.tsx"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M477.609-105.869v-79.218h297.304v-589.826H477.609v-79.783h297.304q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H477.609Zm-68.001-178.782-57.131-56.001 99.739-99.739H105.869v-79.218h344.347l-99.739-99.739 57.131-56.001L603.391-479 409.608-284.651Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M477.609-105.869v-79.218h297.304v-589.826H477.609v-79.783h297.304q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H477.609Zm-68.001-178.782-57.131-56.001 99.739-99.739H105.869v-79.218h344.347l-99.739-99.739 57.131-56.001L603.391-479 409.608-284.651Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M477.609-105.869v-79.218h297.304v-589.826H477.609v-79.783h297.304q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H477.609Zm-68.001-178.782-57.131-56.001 99.739-99.739H105.869v-79.218h344.347l-99.739-99.739 57.131-56.001L603.391-479 409.608-284.651Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M477.609-105.869v-79.218h297.304v-589.826H477.609v-79.783h297.304q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H477.609Zm-68.001-178.782-57.131-56.001 99.739-99.739H105.869v-79.218h344.347l-99.739-99.739 57.131-56.001L603.391-479 409.608-284.651Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Login/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Login/icon.svg';\nimport type { IconProps } from '../../types';\nimport { defaultIconProps } from '../common';\n\nconst name = 'login';\n\nexport function Login(props: IconProps) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Login;\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","SvgIconFill","props","xmlns","width","height","viewBox","d","SvgIcon","defaultIconProps","fill","variant","module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","a","definition","o","defineProperty","enumerable","get","obj","prop","r","Symbol","toStringTag","value","name","Login","restProps","IconComponent","overrides","size"],"sourceRoot":""}
1
+ {"version":3,"file":"react/Login/index.js","mappings":"8DAAIA,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIS,EAAc,SAAqBC,GACrC,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,ywBAEP,C,sCCZItB,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIgB,EAAU,SAAiBN,GAC7B,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,ywBAEP,C,iDCVO,MAAME,EAA8B,CACzCL,MAAO,GACPC,OAAQ,GACRK,KAAM,eACNC,QAAS,S,WCNXC,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBT,EAAEe,EAAQ,CAAEE,EAAGF,IAC5BA,CAAM,ECLdN,EAAoBT,EAAI,CAACM,EAASY,KACjC,IAAI,IAAI9B,KAAO8B,EACXT,EAAoBU,EAAED,EAAY9B,KAASqB,EAAoBU,EAAEb,EAASlB,IAC5ER,OAAOwC,eAAed,EAASlB,EAAK,CAAEiC,YAAY,EAAMC,IAAKJ,EAAW9B,IAE1E,ECNDqB,EAAoBU,EAAI,CAACI,EAAKC,IAAU5C,OAAOS,UAAUC,eAAeC,KAAKgC,EAAKC,GCClFf,EAAoBgB,EAAKnB,IACH,oBAAXoB,QAA0BA,OAAOC,aAC1C/C,OAAOwC,eAAed,EAASoB,OAAOC,YAAa,CAAEC,MAAO,WAE7DhD,OAAOwC,eAAed,EAAS,aAAc,CAAEsB,OAAO,GAAO,E,qlBCE9D,MAAMC,EAAO,QAEN,SAASC,EAAMnC,GACpB,MAAkC,SAC7B,EAAAO,kBACAP,IAFGS,QAAAA,GAA0B,EAAd2B,EAAA,EAAc,EAAd,CAAZ,YAIFC,EAA4B,aAAZ5B,EAAyB,IAAW,IAEpD6B,EAAYtC,EAAMuC,KAAO,CAAErC,MAAOF,EAAMuC,KAAMpC,OAAQH,EAAMuC,MAAS,CAAC,EAE5E,OAAO,kBAACF,EAAA,KAAc,aAAYH,GAAUE,GAAeE,GAC7D,CAEA,S","sources":["webpack://icons/./src/svg/Login/icon-fill.svg","webpack://icons/./src/svg/Login/icon.svg","webpack://icons/./src/react/common.ts","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/react/Login/index.tsx"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M517.218-105.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h257.695v-589.826H517.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.234t11.451-28.39q11.451-11.658 28.158-11.658h257.695q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H517.218Zm-65.002-334.522H145.478q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.738L378.825-591q-11.826-11.945-11.326-28.125t12.326-27.724q11.826-12.108 27.877-11.826 16.052.283 28.124 12.109l139.783 139.783q11.826 12.032 11.826 27.886t-11.826 27.68L436.826-312.434q-11.627 11.826-27.57 11.648-15.944-.179-27.617-12.2-11.64-11.456-11.923-28.039-.283-16.584 11.544-28.41l70.956-70.956Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M517.218-105.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h257.695v-589.826H517.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.234t11.451-28.39q11.451-11.658 28.158-11.658h257.695q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H517.218Zm-65.002-334.522H145.478q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.738L378.825-591q-11.826-11.945-11.326-28.125t12.326-27.724q11.826-12.108 27.877-11.826 16.052.283 28.124 12.109l139.783 139.783q11.826 12.032 11.826 27.886t-11.826 27.68L436.826-312.434q-11.627 11.826-27.57 11.648-15.944-.179-27.617-12.2-11.64-11.456-11.923-28.039-.283-16.584 11.544-28.41l70.956-70.956Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M517.218-105.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h257.695v-589.826H517.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.234t11.451-28.39q11.451-11.658 28.158-11.658h257.695q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H517.218Zm-65.002-334.522H145.478q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.738L378.825-591q-11.826-11.945-11.326-28.125t12.326-27.724q11.826-12.108 27.877-11.826 16.052.283 28.124 12.109l139.783 139.783q11.826 12.032 11.826 27.886t-11.826 27.68L436.826-312.434q-11.627 11.826-27.57 11.648-15.944-.179-27.617-12.2-11.64-11.456-11.923-28.039-.283-16.584 11.544-28.41l70.956-70.956Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M517.218-105.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h257.695v-589.826H517.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.234t11.451-28.39q11.451-11.658 28.158-11.658h257.695q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H517.218Zm-65.002-334.522H145.478q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.738L378.825-591q-11.826-11.945-11.326-28.125t12.326-27.724q11.826-12.108 27.877-11.826 16.052.283 28.124 12.109l139.783 139.783q11.826 12.032 11.826 27.886t-11.826 27.68L436.826-312.434q-11.627 11.826-27.57 11.648-15.944-.179-27.617-12.2-11.64-11.456-11.923-28.039-.283-16.584 11.544-28.41l70.956-70.956Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Login/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Login/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'login';\n\nexport function Login(props: IconPropsReact) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Login;\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","SvgIconFill","props","xmlns","width","height","viewBox","d","SvgIcon","defaultIconProps","fill","variant","module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","a","definition","o","defineProperty","enumerable","get","obj","prop","r","Symbol","toStringTag","value","name","Login","restProps","IconComponent","overrides","size"],"sourceRoot":""}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '../../types';
3
- export declare function Logout(props: IconProps): React.JSX.Element;
2
+ import type { IconPropsReact } from '../types';
3
+ export declare function Logout(props: IconPropsReact): React.JSX.Element;
4
4
  export default Logout;
@@ -1,2 +1,2 @@
1
- (()=>{"use strict";var e={9967:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h297.304v79.783H185.087v589.826h297.304v79.218H185.087Zm475.261-178.782-56.566-56.001 99.173-99.739H356.609v-79.218h344.346l-99.173-99.739 56.566-56.001L854.696-479 660.348-284.651Z"})))}},3097:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h297.304v79.783H185.087v589.826h297.304v79.218H185.087Zm475.261-178.782-56.566-56.001 99.173-99.739H356.609v-79.218h344.346l-99.173-99.739 56.566-56.001L854.696-479 660.348-284.651Z"})))}},8387:(e,r,t)=>{t.d(r,{defaultIconProps:()=>n});const n={width:20,height:20,fill:"currentColor",variant:"filled"}},9497:e=>{e.exports=require("react")}},r={};function t(n){var o=r[n];if(void 0!==o)return o.exports;var a=r[n]={exports:{}};return e[n](a,a.exports,t),a.exports}t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{t.r(n),t.d(n,{Logout:()=>h,default:()=>b});var e=t(9497),r=t.n(e),o=t(9967),a=t(3097),i=t(8387),l=Object.defineProperty,v=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,u=Object.prototype.propertyIsEnumerable,s=(e,r,t)=>r in e?l(e,r,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[r]=t,p=(e,r)=>{for(var t in r||(r={}))c.call(r,t)&&s(e,t,r[t]);if(v)for(var t of v(r))u.call(r,t)&&s(e,t,r[t]);return e},f=(e,r)=>{var t={};for(var n in e)c.call(e,n)&&r.indexOf(n)<0&&(t[n]=e[n]);if(null!=e&&v)for(var n of v(e))r.indexOf(n)<0&&u.call(e,n)&&(t[n]=e[n]);return t};const d="logout";function h(e){const t=p(p({},i.defaultIconProps),e),{variant:n}=t,l=f(t,["variant"]),v="outlined"===n?a.r:o.r,c=e.size?{width:e.size,height:e.size}:{};return r().createElement(v,p(p({"aria-label":d},l),c))}const b=h})(),module.exports=n})();
1
+ (()=>{"use strict";var e={9967:(e,t,r)=>{r.d(t,{r:()=>l});var n,o=r(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},a.apply(this,arguments)}var l=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h257.695q16.707 0 28.158 11.833 11.451 11.834 11.451 28.566t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h257.695q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108t-28.158 11.326H185.087Zm517.868-334.522H396.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.737L629.565-591q-11.827-11.945-11.327-28.125t12.327-27.724q11.826-12.108 28.086-11.826 16.26.283 28.479 12.109l139.783 139.783q11.261 12.032 11.261 27.886t-11.261 27.68L688.13-312.434q-11.626 11.826-27.682 11.609-16.057-.218-28.275-12.044-11.435-11.826-11.741-28.212-.306-16.386 12.133-28.354l70.39-70.956Z"})))}},3097:(e,t,r)=>{r.d(t,{r:()=>l});var n,o=r(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},a.apply(this,arguments)}var l=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h257.695q16.707 0 28.158 11.833 11.451 11.834 11.451 28.566t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h257.695q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108t-28.158 11.326H185.087Zm517.868-334.522H396.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.737L629.565-591q-11.827-11.945-11.327-28.125t12.327-27.724q11.826-12.108 28.086-11.826 16.26.283 28.479 12.109l139.783 139.783q11.261 12.032 11.261 27.886t-11.261 27.68L688.13-312.434q-11.626 11.826-27.682 11.609-16.057-.218-28.275-12.044-11.435-11.826-11.741-28.212-.306-16.386 12.133-28.354l70.39-70.956Z"})))}},8387:(e,t,r)=>{r.d(t,{defaultIconProps:()=>n});const n={width:20,height:20,fill:"currentColor",variant:"filled"}},9497:e=>{e.exports=require("react")}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var a=t[n]={exports:{}};return e[n](a,a.exports,r),a.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{r.r(n),r.d(n,{Logout:()=>h,default:()=>b});var e=r(9497),t=r.n(e),o=r(9967),a=r(3097),l=r(8387),i=Object.defineProperty,c=Object.getOwnPropertySymbols,u=Object.prototype.hasOwnProperty,s=Object.prototype.propertyIsEnumerable,v=(e,t,r)=>t in e?i(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,p=(e,t)=>{for(var r in t||(t={}))u.call(t,r)&&v(e,r,t[r]);if(c)for(var r of c(t))s.call(t,r)&&v(e,r,t[r]);return e},f=(e,t)=>{var r={};for(var n in e)u.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&c)for(var n of c(e))t.indexOf(n)<0&&s.call(e,n)&&(r[n]=e[n]);return r};const d="logout";function h(e){const r=p(p({},l.defaultIconProps),e),{variant:n}=r,i=f(r,["variant"]),c="outlined"===n?a.r:o.r,u=e.size?{width:e.size,height:e.size}:{};return t().createElement(c,p(p({"aria-label":d},i),u))}const b=h})(),module.exports=n})();
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"react/Logout/index.js","mappings":"8DAAIA,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIS,EAAc,SAAqBC,GACrC,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,0TAEP,C,sCCZItB,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIgB,EAAU,SAAiBN,GAC7B,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,0TAEP,C,iDCVO,MAAME,EAA8B,CACzCL,MAAO,GACPC,OAAQ,GACRK,KAAM,eACNC,QAAS,S,WCNXC,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBT,EAAEe,EAAQ,CAAEE,EAAGF,IAC5BA,CAAM,ECLdN,EAAoBT,EAAI,CAACM,EAASY,KACjC,IAAI,IAAI9B,KAAO8B,EACXT,EAAoBU,EAAED,EAAY9B,KAASqB,EAAoBU,EAAEb,EAASlB,IAC5ER,OAAOwC,eAAed,EAASlB,EAAK,CAAEiC,YAAY,EAAMC,IAAKJ,EAAW9B,IAE1E,ECNDqB,EAAoBU,EAAI,CAACI,EAAKC,IAAU5C,OAAOS,UAAUC,eAAeC,KAAKgC,EAAKC,GCClFf,EAAoBgB,EAAKnB,IACH,oBAAXoB,QAA0BA,OAAOC,aAC1C/C,OAAOwC,eAAed,EAASoB,OAAOC,YAAa,CAAEC,MAAO,WAE7DhD,OAAOwC,eAAed,EAAS,aAAc,CAAEsB,OAAO,GAAO,E,slBCE9D,MAAMC,EAAO,SAEN,SAASC,EAAOnC,GACrB,MAAkC,SAC7B,EAAAO,kBACAP,IAFGS,QAAAA,GAA0B,EAAd2B,EAAA,EAAc,EAAd,CAAZ,YAIFC,EAA4B,aAAZ5B,EAAyB,IAAW,IAEpD6B,EAAYtC,EAAMuC,KAAO,CAAErC,MAAOF,EAAMuC,KAAMpC,OAAQH,EAAMuC,MAAS,CAAC,EAE5E,OAAO,kBAACF,EAAA,KAAc,aAAYH,GAAUE,GAAeE,GAC7D,CAEA,S","sources":["webpack://icons/./src/svg/Logout/icon-fill.svg","webpack://icons/./src/svg/Logout/icon.svg","webpack://icons/./src/react/common.ts","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/react/Logout/index.tsx"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h297.304v79.783H185.087v589.826h297.304v79.218H185.087Zm475.261-178.782-56.566-56.001 99.173-99.739H356.609v-79.218h344.346l-99.173-99.739 56.566-56.001L854.696-479 660.348-284.651Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h297.304v79.783H185.087v589.826h297.304v79.218H185.087Zm475.261-178.782-56.566-56.001 99.173-99.739H356.609v-79.218h344.346l-99.173-99.739 56.566-56.001L854.696-479 660.348-284.651Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h297.304v79.783H185.087v589.826h297.304v79.218H185.087Zm475.261-178.782-56.566-56.001 99.173-99.739H356.609v-79.218h344.346l-99.173-99.739 56.566-56.001L854.696-479 660.348-284.651Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h297.304v79.783H185.087v589.826h297.304v79.218H185.087Zm475.261-178.782-56.566-56.001 99.173-99.739H356.609v-79.218h344.346l-99.173-99.739 56.566-56.001L854.696-479 660.348-284.651Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Logout/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Logout/icon.svg';\nimport type { IconProps } from '../../types';\nimport { defaultIconProps } from '../common';\n\nconst name = 'logout';\n\nexport function Logout(props: IconProps) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Logout;\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","SvgIconFill","props","xmlns","width","height","viewBox","d","SvgIcon","defaultIconProps","fill","variant","module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","a","definition","o","defineProperty","enumerable","get","obj","prop","r","Symbol","toStringTag","value","name","Logout","restProps","IconComponent","overrides","size"],"sourceRoot":""}
1
+ {"version":3,"file":"react/Logout/index.js","mappings":"8DAAIA,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIS,EAAc,SAAqBC,GACrC,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,8wBAEP,C,sCCZItB,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIgB,EAAU,SAAiBN,GAC7B,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,8wBAEP,C,iDCVO,MAAME,EAA8B,CACzCL,MAAO,GACPC,OAAQ,GACRK,KAAM,eACNC,QAAS,S,WCNXC,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBT,EAAEe,EAAQ,CAAEE,EAAGF,IAC5BA,CAAM,ECLdN,EAAoBT,EAAI,CAACM,EAASY,KACjC,IAAI,IAAI9B,KAAO8B,EACXT,EAAoBU,EAAED,EAAY9B,KAASqB,EAAoBU,EAAEb,EAASlB,IAC5ER,OAAOwC,eAAed,EAASlB,EAAK,CAAEiC,YAAY,EAAMC,IAAKJ,EAAW9B,IAE1E,ECNDqB,EAAoBU,EAAI,CAACI,EAAKC,IAAU5C,OAAOS,UAAUC,eAAeC,KAAKgC,EAAKC,GCClFf,EAAoBgB,EAAKnB,IACH,oBAAXoB,QAA0BA,OAAOC,aAC1C/C,OAAOwC,eAAed,EAASoB,OAAOC,YAAa,CAAEC,MAAO,WAE7DhD,OAAOwC,eAAed,EAAS,aAAc,CAAEsB,OAAO,GAAO,E,slBCE9D,MAAMC,EAAO,SAEN,SAASC,EAAOnC,GACrB,MAAkC,SAC7B,EAAAO,kBACAP,IAFGS,QAAAA,GAA0B,EAAd2B,EAAA,EAAc,EAAd,CAAZ,YAIFC,EAA4B,aAAZ5B,EAAyB,IAAW,IAEpD6B,EAAYtC,EAAMuC,KAAO,CAAErC,MAAOF,EAAMuC,KAAMpC,OAAQH,EAAMuC,MAAS,CAAC,EAE5E,OAAO,kBAACF,EAAA,KAAc,aAAYH,GAAUE,GAAeE,GAC7D,CAEA,S","sources":["webpack://icons/./src/svg/Logout/icon-fill.svg","webpack://icons/./src/svg/Logout/icon.svg","webpack://icons/./src/react/common.ts","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/react/Logout/index.tsx"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h257.695q16.707 0 28.158 11.833 11.451 11.834 11.451 28.566t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h257.695q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108t-28.158 11.326H185.087Zm517.868-334.522H396.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.737L629.565-591q-11.827-11.945-11.327-28.125t12.327-27.724q11.826-12.108 28.086-11.826 16.26.283 28.479 12.109l139.783 139.783q11.261 12.032 11.261 27.886t-11.261 27.68L688.13-312.434q-11.626 11.826-27.682 11.609-16.057-.218-28.275-12.044-11.435-11.826-11.741-28.212-.306-16.386 12.133-28.354l70.39-70.956Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h257.695q16.707 0 28.158 11.833 11.451 11.834 11.451 28.566t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h257.695q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108t-28.158 11.326H185.087Zm517.868-334.522H396.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.737L629.565-591q-11.827-11.945-11.327-28.125t12.327-27.724q11.826-12.108 28.086-11.826 16.26.283 28.479 12.109l139.783 139.783q11.261 12.032 11.261 27.886t-11.261 27.68L688.13-312.434q-11.626 11.826-27.682 11.609-16.057-.218-28.275-12.044-11.435-11.826-11.741-28.212-.306-16.386 12.133-28.354l70.39-70.956Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h257.695q16.707 0 28.158 11.833 11.451 11.834 11.451 28.566t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h257.695q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108t-28.158 11.326H185.087Zm517.868-334.522H396.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.737L629.565-591q-11.827-11.945-11.327-28.125t12.327-27.724q11.826-12.108 28.086-11.826 16.26.283 28.479 12.109l139.783 139.783q11.261 12.032 11.261 27.886t-11.261 27.68L688.13-312.434q-11.626 11.826-27.682 11.609-16.057-.218-28.275-12.044-11.435-11.826-11.741-28.212-.306-16.386 12.133-28.354l70.39-70.956Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.087-105.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h257.695q16.707 0 28.158 11.833 11.451 11.834 11.451 28.566t-11.451 28.058q-11.451 11.326-28.158 11.326H185.087v589.826h257.695q16.707 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108t-28.158 11.326H185.087Zm517.868-334.522H396.218q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h304.737L629.565-591q-11.827-11.945-11.327-28.125t12.327-27.724q11.826-12.108 28.086-11.826 16.26.283 28.479 12.109l139.783 139.783q11.261 12.032 11.261 27.886t-11.261 27.68L688.13-312.434q-11.626 11.826-27.682 11.609-16.057-.218-28.275-12.044-11.435-11.826-11.741-28.212-.306-16.386 12.133-28.354l70.39-70.956Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Logout/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Logout/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'logout';\n\nexport function Logout(props: IconPropsReact) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Logout;\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","SvgIconFill","props","xmlns","width","height","viewBox","d","SvgIcon","defaultIconProps","fill","variant","module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","a","definition","o","defineProperty","enumerable","get","obj","prop","r","Symbol","toStringTag","value","name","Logout","restProps","IconComponent","overrides","size"],"sourceRoot":""}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '../../types';
3
- export declare function Menu(props: IconProps): React.JSX.Element;
2
+ import type { IconPropsReact } from '../types';
3
+ export declare function Menu(props: IconPropsReact): React.JSX.Element;
4
4
  export default Menu;
@@ -1,2 +1,2 @@
1
- (()=>{"use strict";var e={943:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M105.869-219.086v-79.784h748.827v79.784H105.869Zm0-221.305v-79.218h748.827v79.218H105.869Zm0-220.739v-79.784h748.827v79.784H105.869Z"})))}},2634:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M105.869-219.086v-79.784h748.827v79.784H105.869Zm0-221.305v-79.218h748.827v79.218H105.869Zm0-220.739v-79.784h748.827v79.784H105.869Z"})))}},8387:(e,r,t)=>{t.d(r,{defaultIconProps:()=>n});const n={width:20,height:20,fill:"currentColor",variant:"filled"}},9497:e=>{e.exports=require("react")}},r={};function t(n){var o=r[n];if(void 0!==o)return o.exports;var a=r[n]={exports:{}};return e[n](a,a.exports,t),a.exports}t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{t.r(n),t.d(n,{Menu:()=>h,default:()=>b});var e=t(9497),r=t.n(e),o=t(943),a=t(2634),i=t(8387),l=Object.defineProperty,v=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,u=Object.prototype.propertyIsEnumerable,s=(e,r,t)=>r in e?l(e,r,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[r]=t,p=(e,r)=>{for(var t in r||(r={}))c.call(r,t)&&s(e,t,r[t]);if(v)for(var t of v(r))u.call(r,t)&&s(e,t,r[t]);return e},f=(e,r)=>{var t={};for(var n in e)c.call(e,n)&&r.indexOf(n)<0&&(t[n]=e[n]);if(null!=e&&v)for(var n of v(e))r.indexOf(n)<0&&u.call(e,n)&&(t[n]=e[n]);return t};const d="menu";function h(e){const t=p(p({},i.defaultIconProps),e),{variant:n}=t,l=f(t,["variant"]),v="outlined"===n?a.r:o.r,c=e.size?{width:e.size,height:e.size}:{};return r().createElement(v,p(p({"aria-label":d},l),c))}const b=h})(),module.exports=n})();
1
+ (()=>{"use strict";var e={943:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M145.478-219.086q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.848 0-16.781 11.451-28.107 11.451-11.327 28.158-11.327h669.044q16.707 0 28.441 11.502 11.733 11.502 11.733 28.283 0 17.347-11.733 28.673-11.734 11.326-28.441 11.326H145.478Zm0-221.305q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.501 11.733 11.502 11.733 28.283 0 16.782-11.733 28.108-11.734 11.326-28.441 11.326H145.478Zm0-220.739q-16.707 0-28.158-11.502t-11.451-28.848q0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.502 11.733 11.501 11.733 28.282 0 17.347-11.733 28.673-11.734 11.327-28.441 11.327H145.478Z"})))}},2634:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M145.478-219.086q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.848 0-16.781 11.451-28.107 11.451-11.327 28.158-11.327h669.044q16.707 0 28.441 11.502 11.733 11.502 11.733 28.283 0 17.347-11.733 28.673-11.734 11.326-28.441 11.326H145.478Zm0-221.305q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.501 11.733 11.502 11.733 28.283 0 16.782-11.733 28.108-11.734 11.326-28.441 11.326H145.478Zm0-220.739q-16.707 0-28.158-11.502t-11.451-28.848q0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.502 11.733 11.501 11.733 28.282 0 17.347-11.733 28.673-11.734 11.327-28.441 11.327H145.478Z"})))}},8387:(e,r,t)=>{t.d(r,{defaultIconProps:()=>n});const n={width:20,height:20,fill:"currentColor",variant:"filled"}},9497:e=>{e.exports=require("react")}},r={};function t(n){var o=r[n];if(void 0!==o)return o.exports;var a=r[n]={exports:{}};return e[n](a,a.exports,t),a.exports}t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{t.r(n),t.d(n,{Menu:()=>h,default:()=>b});var e=t(9497),r=t.n(e),o=t(943),a=t(2634),i=t(8387),l=Object.defineProperty,c=Object.getOwnPropertySymbols,u=Object.prototype.hasOwnProperty,s=Object.prototype.propertyIsEnumerable,p=(e,r,t)=>r in e?l(e,r,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[r]=t,f=(e,r)=>{for(var t in r||(r={}))u.call(r,t)&&p(e,t,r[t]);if(c)for(var t of c(r))s.call(r,t)&&p(e,t,r[t]);return e},v=(e,r)=>{var t={};for(var n in e)u.call(e,n)&&r.indexOf(n)<0&&(t[n]=e[n]);if(null!=e&&c)for(var n of c(e))r.indexOf(n)<0&&s.call(e,n)&&(t[n]=e[n]);return t};const d="menu";function h(e){const t=f(f({},i.defaultIconProps),e),{variant:n}=t,l=v(t,["variant"]),c="outlined"===n?a.r:o.r,u=e.size?{width:e.size,height:e.size}:{};return r().createElement(c,f(f({"aria-label":d},l),u))}const b=h})(),module.exports=n})();
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"react/Menu/index.js","mappings":"6DAAIA,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIS,EAAc,SAAqBC,GACrC,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,0IAEP,C,sCCZItB,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIgB,EAAU,SAAiBN,GAC7B,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,0IAEP,C,iDCVO,MAAME,EAA8B,CACzCL,MAAO,GACPC,OAAQ,GACRK,KAAM,eACNC,QAAS,S,WCNXC,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBT,EAAEe,EAAQ,CAAEE,EAAGF,IAC5BA,CAAM,ECLdN,EAAoBT,EAAI,CAACM,EAASY,KACjC,IAAI,IAAI9B,KAAO8B,EACXT,EAAoBU,EAAED,EAAY9B,KAASqB,EAAoBU,EAAEb,EAASlB,IAC5ER,OAAOwC,eAAed,EAASlB,EAAK,CAAEiC,YAAY,EAAMC,IAAKJ,EAAW9B,IAE1E,ECNDqB,EAAoBU,EAAI,CAACI,EAAKC,IAAU5C,OAAOS,UAAUC,eAAeC,KAAKgC,EAAKC,GCClFf,EAAoBgB,EAAKnB,IACH,oBAAXoB,QAA0BA,OAAOC,aAC1C/C,OAAOwC,eAAed,EAASoB,OAAOC,YAAa,CAAEC,MAAO,WAE7DhD,OAAOwC,eAAed,EAAS,aAAc,CAAEsB,OAAO,GAAO,E,mlBCE9D,MAAMC,EAAO,OAEN,SAASC,EAAKnC,GACnB,MAAkC,SAC7B,EAAAO,kBACAP,IAFGS,QAAAA,GAA0B,EAAd2B,EAAA,EAAc,EAAd,CAAZ,YAIFC,EAA4B,aAAZ5B,EAAyB,IAAW,IAEpD6B,EAAYtC,EAAMuC,KAAO,CAAErC,MAAOF,EAAMuC,KAAMpC,OAAQH,EAAMuC,MAAS,CAAC,EAE5E,OAAO,kBAACF,EAAA,KAAc,aAAYH,GAAUE,GAAeE,GAC7D,CAEA,S","sources":["webpack://icons/./src/svg/Menu/icon-fill.svg","webpack://icons/./src/svg/Menu/icon.svg","webpack://icons/./src/react/common.ts","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/react/Menu/index.tsx"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M105.869-219.086v-79.784h748.827v79.784H105.869Zm0-221.305v-79.218h748.827v79.218H105.869Zm0-220.739v-79.784h748.827v79.784H105.869Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M105.869-219.086v-79.784h748.827v79.784H105.869Zm0-221.305v-79.218h748.827v79.218H105.869Zm0-220.739v-79.784h748.827v79.784H105.869Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M105.869-219.086v-79.784h748.827v79.784H105.869Zm0-221.305v-79.218h748.827v79.218H105.869Zm0-220.739v-79.784h748.827v79.784H105.869Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M105.869-219.086v-79.784h748.827v79.784H105.869Zm0-221.305v-79.218h748.827v79.218H105.869Zm0-220.739v-79.784h748.827v79.784H105.869Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Menu/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Menu/icon.svg';\nimport type { IconProps } from '../../types';\nimport { defaultIconProps } from '../common';\n\nconst name = 'menu';\n\nexport function Menu(props: IconProps) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Menu;\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","SvgIconFill","props","xmlns","width","height","viewBox","d","SvgIcon","defaultIconProps","fill","variant","module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","a","definition","o","defineProperty","enumerable","get","obj","prop","r","Symbol","toStringTag","value","name","Menu","restProps","IconComponent","overrides","size"],"sourceRoot":""}
1
+ {"version":3,"file":"react/Menu/index.js","mappings":"6DAAIA,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIS,EAAc,SAAqBC,GACrC,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,2pBAEP,C,sCCZItB,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIgB,EAAU,SAAiBN,GAC7B,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,2pBAEP,C,iDCVO,MAAME,EAA8B,CACzCL,MAAO,GACPC,OAAQ,GACRK,KAAM,eACNC,QAAS,S,WCNXC,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBT,EAAEe,EAAQ,CAAEE,EAAGF,IAC5BA,CAAM,ECLdN,EAAoBT,EAAI,CAACM,EAASY,KACjC,IAAI,IAAI9B,KAAO8B,EACXT,EAAoBU,EAAED,EAAY9B,KAASqB,EAAoBU,EAAEb,EAASlB,IAC5ER,OAAOwC,eAAed,EAASlB,EAAK,CAAEiC,YAAY,EAAMC,IAAKJ,EAAW9B,IAE1E,ECNDqB,EAAoBU,EAAI,CAACI,EAAKC,IAAU5C,OAAOS,UAAUC,eAAeC,KAAKgC,EAAKC,GCClFf,EAAoBgB,EAAKnB,IACH,oBAAXoB,QAA0BA,OAAOC,aAC1C/C,OAAOwC,eAAed,EAASoB,OAAOC,YAAa,CAAEC,MAAO,WAE7DhD,OAAOwC,eAAed,EAAS,aAAc,CAAEsB,OAAO,GAAO,E,mlBCE9D,MAAMC,EAAO,OAEN,SAASC,EAAKnC,GACnB,MAAkC,SAC7B,EAAAO,kBACAP,IAFGS,QAAAA,GAA0B,EAAd2B,EAAA,EAAc,EAAd,CAAZ,YAIFC,EAA4B,aAAZ5B,EAAyB,IAAW,IAEpD6B,EAAYtC,EAAMuC,KAAO,CAAErC,MAAOF,EAAMuC,KAAMpC,OAAQH,EAAMuC,MAAS,CAAC,EAE5E,OAAO,kBAACF,EAAA,KAAc,aAAYH,GAAUE,GAAeE,GAC7D,CAEA,S","sources":["webpack://icons/./src/svg/Menu/icon-fill.svg","webpack://icons/./src/svg/Menu/icon.svg","webpack://icons/./src/react/common.ts","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/react/Menu/index.tsx"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M145.478-219.086q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.848 0-16.781 11.451-28.107 11.451-11.327 28.158-11.327h669.044q16.707 0 28.441 11.502 11.733 11.502 11.733 28.283 0 17.347-11.733 28.673-11.734 11.326-28.441 11.326H145.478Zm0-221.305q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.501 11.733 11.502 11.733 28.283 0 16.782-11.733 28.108-11.734 11.326-28.441 11.326H145.478Zm0-220.739q-16.707 0-28.158-11.502t-11.451-28.848q0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.502 11.733 11.501 11.733 28.282 0 17.347-11.733 28.673-11.734 11.327-28.441 11.327H145.478Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M145.478-219.086q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.848 0-16.781 11.451-28.107 11.451-11.327 28.158-11.327h669.044q16.707 0 28.441 11.502 11.733 11.502 11.733 28.283 0 17.347-11.733 28.673-11.734 11.326-28.441 11.326H145.478Zm0-221.305q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.501 11.733 11.502 11.733 28.283 0 16.782-11.733 28.108-11.734 11.326-28.441 11.326H145.478Zm0-220.739q-16.707 0-28.158-11.502t-11.451-28.848q0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.502 11.733 11.501 11.733 28.282 0 17.347-11.733 28.673-11.734 11.327-28.441 11.327H145.478Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M145.478-219.086q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.848 0-16.781 11.451-28.107 11.451-11.327 28.158-11.327h669.044q16.707 0 28.441 11.502 11.733 11.502 11.733 28.283 0 17.347-11.733 28.673-11.734 11.326-28.441 11.326H145.478Zm0-221.305q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.501 11.733 11.502 11.733 28.283 0 16.782-11.733 28.108-11.734 11.326-28.441 11.326H145.478Zm0-220.739q-16.707 0-28.158-11.502t-11.451-28.848q0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.502 11.733 11.501 11.733 28.282 0 17.347-11.733 28.673-11.734 11.327-28.441 11.327H145.478Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M145.478-219.086q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.848 0-16.781 11.451-28.107 11.451-11.327 28.158-11.327h669.044q16.707 0 28.441 11.502 11.733 11.502 11.733 28.283 0 17.347-11.733 28.673-11.734 11.326-28.441 11.326H145.478Zm0-221.305q-16.707 0-28.158-11.501-11.451-11.502-11.451-28.283 0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.501 11.733 11.502 11.733 28.283 0 16.782-11.733 28.108-11.734 11.326-28.441 11.326H145.478Zm0-220.739q-16.707 0-28.158-11.502t-11.451-28.848q0-16.782 11.451-28.108t28.158-11.326h669.044q16.707 0 28.441 11.502 11.733 11.501 11.733 28.282 0 17.347-11.733 28.673-11.734 11.327-28.441 11.327H145.478Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Menu/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Menu/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'menu';\n\nexport function Menu(props: IconPropsReact) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Menu;\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","SvgIconFill","props","xmlns","width","height","viewBox","d","SvgIcon","defaultIconProps","fill","variant","module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","a","definition","o","defineProperty","enumerable","get","obj","prop","r","Symbol","toStringTag","value","name","Menu","restProps","IconComponent","overrides","size"],"sourceRoot":""}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '../../types';
3
- export declare function Message(props: IconProps): React.JSX.Element;
2
+ import type { IconPropsReact } from '../types';
3
+ export declare function Message(props: IconPropsReact): React.JSX.Element;
4
4
  export default Message;
@@ -1,2 +1,2 @@
1
- (()=>{"use strict";var e={7548:(e,r,t)=>{t.d(r,{r:()=>l});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var l=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M145.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-509.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H145.087ZM480-443.912l334.913-223v-68.001L480-516.913l-334.913-218v68.001l334.913 223Z"})))}},4336:(e,r,t)=>{t.d(r,{r:()=>l});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var l=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M145.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-509.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H145.087ZM480-443.912l-334.913-223v441.825h669.826v-441.825L480-443.912Zm0-73.001 330.913-218H150.087l329.913 218ZM145.087-666.912v-68.001 509.826-441.825Z"})))}},8387:(e,r,t)=>{t.d(r,{defaultIconProps:()=>n});const n={width:20,height:20,fill:"currentColor",variant:"filled"}},9497:e=>{e.exports=require("react")}},r={};function t(n){var o=r[n];if(void 0!==o)return o.exports;var a=r[n]={exports:{}};return e[n](a,a.exports,t),a.exports}t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{t.r(n),t.d(n,{Message:()=>h,default:()=>b});var e=t(9497),r=t.n(e),o=t(7548),a=t(4336),l=t(8387),i=Object.defineProperty,s=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,v=Object.prototype.propertyIsEnumerable,u=(e,r,t)=>r in e?i(e,r,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[r]=t,p=(e,r)=>{for(var t in r||(r={}))c.call(r,t)&&u(e,t,r[t]);if(s)for(var t of s(r))v.call(r,t)&&u(e,t,r[t]);return e},f=(e,r)=>{var t={};for(var n in e)c.call(e,n)&&r.indexOf(n)<0&&(t[n]=e[n]);if(null!=e&&s)for(var n of s(e))r.indexOf(n)<0&&v.call(e,n)&&(t[n]=e[n]);return t};const d="message";function h(e){const t=p(p({},l.defaultIconProps),e),{variant:n}=t,i=f(t,["variant"]),s="outlined"===n?a.r:o.r,c=e.size?{width:e.size,height:e.size}:{};return r().createElement(s,p(p({"aria-label":d},i),c))}const b=h})(),module.exports=n})();
1
+ (()=>{"use strict";var e={7548:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M145.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-509.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H145.087ZM480-452.173q6.13 0 11.044-1.783 4.913-1.782 10.687-4.941l300.921-199.319q5-2.718 8.63-8.99 3.631-6.271 3.631-14.117 0-15.469-14.326-25.051-14.327-9.582-29.153.679L480-516.913 189.566-705.695q-14.826-9.696-29.653-1.565-14.826 8.13-14.826 24.997 0 7.619 4.131 14.05 4.13 6.431 8.802 10.033l300.261 199.284q5.762 3.158 10.675 4.94 4.914 1.783 11.044 1.783Z"})))}},4336:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M145.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-509.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H145.087Zm669.826-521.043L501.708-458.887q-5.645 3.149-10.611 4.931-4.967 1.783-11.097 1.783t-11.097-1.783q-4.966-1.782-10.611-4.931L145.087-666.912v441.825h669.826v-441.825ZM480-516.913l330.913-218H150.087l329.913 218ZM145.087-666.912v8.696-48.081.92-29.536 29.218-1.478 48.957-8.696 441.825-441.825Z"})))}},8387:(e,r,t)=>{t.d(r,{defaultIconProps:()=>n});const n={width:20,height:20,fill:"currentColor",variant:"filled"}},9497:e=>{e.exports=require("react")}},r={};function t(n){var o=r[n];if(void 0!==o)return o.exports;var a=r[n]={exports:{}};return e[n](a,a.exports,t),a.exports}t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{t.r(n),t.d(n,{Message:()=>h,default:()=>b});var e=t(9497),r=t.n(e),o=t(7548),a=t(4336),i=t(8387),l=Object.defineProperty,s=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,v=Object.prototype.propertyIsEnumerable,u=(e,r,t)=>r in e?l(e,r,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[r]=t,p=(e,r)=>{for(var t in r||(r={}))c.call(r,t)&&u(e,t,r[t]);if(s)for(var t of s(r))v.call(r,t)&&u(e,t,r[t]);return e},f=(e,r)=>{var t={};for(var n in e)c.call(e,n)&&r.indexOf(n)<0&&(t[n]=e[n]);if(null!=e&&s)for(var n of s(e))r.indexOf(n)<0&&v.call(e,n)&&(t[n]=e[n]);return t};const d="message";function h(e){const t=p(p({},i.defaultIconProps),e),{variant:n}=t,l=f(t,["variant"]),s="outlined"===n?a.r:o.r,c=e.size?{width:e.size,height:e.size}:{};return r().createElement(s,p(p({"aria-label":d},l),c))}const b=h})(),module.exports=n})();
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"react/Message/index.js","mappings":"8DAAIA,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIS,EAAc,SAAqBC,GACrC,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,gVAEP,C,sCCZItB,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIgB,EAAU,SAAiBN,GAC7B,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,qZAEP,C,iDCVO,MAAME,EAA8B,CACzCL,MAAO,GACPC,OAAQ,GACRK,KAAM,eACNC,QAAS,S,WCNXC,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBT,EAAEe,EAAQ,CAAEE,EAAGF,IAC5BA,CAAM,ECLdN,EAAoBT,EAAI,CAACM,EAASY,KACjC,IAAI,IAAI9B,KAAO8B,EACXT,EAAoBU,EAAED,EAAY9B,KAASqB,EAAoBU,EAAEb,EAASlB,IAC5ER,OAAOwC,eAAed,EAASlB,EAAK,CAAEiC,YAAY,EAAMC,IAAKJ,EAAW9B,IAE1E,ECNDqB,EAAoBU,EAAI,CAACI,EAAKC,IAAU5C,OAAOS,UAAUC,eAAeC,KAAKgC,EAAKC,GCClFf,EAAoBgB,EAAKnB,IACH,oBAAXoB,QAA0BA,OAAOC,aAC1C/C,OAAOwC,eAAed,EAASoB,OAAOC,YAAa,CAAEC,MAAO,WAE7DhD,OAAOwC,eAAed,EAAS,aAAc,CAAEsB,OAAO,GAAO,E,ulBCE9D,MAAMC,EAAO,UAEN,SAASC,EAAQnC,GACtB,MAAkC,SAC7B,EAAAO,kBACAP,IAFGS,QAAAA,GAA0B,EAAd2B,EAAA,EAAc,EAAd,CAAZ,YAIFC,EAA4B,aAAZ5B,EAAyB,IAAW,IAEpD6B,EAAYtC,EAAMuC,KAAO,CAAErC,MAAOF,EAAMuC,KAAMpC,OAAQH,EAAMuC,MAAS,CAAC,EAE5E,OAAO,kBAACF,EAAA,KAAc,aAAYH,GAAUE,GAAeE,GAC7D,CAEA,S","sources":["webpack://icons/./src/svg/Message/icon-fill.svg","webpack://icons/./src/svg/Message/icon.svg","webpack://icons/./src/react/common.ts","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/react/Message/index.tsx"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M145.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-509.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H145.087ZM480-443.912l334.913-223v-68.001L480-516.913l-334.913-218v68.001l334.913 223Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M145.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-509.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H145.087ZM480-443.912l334.913-223v-68.001L480-516.913l-334.913-218v68.001l334.913 223Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M145.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-509.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H145.087ZM480-443.912l-334.913-223v441.825h669.826v-441.825L480-443.912Zm0-73.001 330.913-218H150.087l329.913 218ZM145.087-666.912v-68.001 509.826-441.825Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M145.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-509.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H145.087ZM480-443.912l-334.913-223v441.825h669.826v-441.825L480-443.912Zm0-73.001 330.913-218H150.087l329.913 218ZM145.087-666.912v-68.001 509.826-441.825Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Message/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Message/icon.svg';\nimport type { IconProps } from '../../types';\nimport { defaultIconProps } from '../common';\n\nconst name = 'message';\n\nexport function Message(props: IconProps) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Message;\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","SvgIconFill","props","xmlns","width","height","viewBox","d","SvgIcon","defaultIconProps","fill","variant","module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","a","definition","o","defineProperty","enumerable","get","obj","prop","r","Symbol","toStringTag","value","name","Message","restProps","IconComponent","overrides","size"],"sourceRoot":""}
1
+ {"version":3,"file":"react/Message/index.js","mappings":"8DAAIA,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIS,EAAc,SAAqBC,GACrC,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,qmBAEP,C,sCCZItB,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIgB,EAAU,SAAiBN,GAC7B,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,uiBAEP,C,iDCVO,MAAME,EAA8B,CACzCL,MAAO,GACPC,OAAQ,GACRK,KAAM,eACNC,QAAS,S,WCNXC,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBT,EAAEe,EAAQ,CAAEE,EAAGF,IAC5BA,CAAM,ECLdN,EAAoBT,EAAI,CAACM,EAASY,KACjC,IAAI,IAAI9B,KAAO8B,EACXT,EAAoBU,EAAED,EAAY9B,KAASqB,EAAoBU,EAAEb,EAASlB,IAC5ER,OAAOwC,eAAed,EAASlB,EAAK,CAAEiC,YAAY,EAAMC,IAAKJ,EAAW9B,IAE1E,ECNDqB,EAAoBU,EAAI,CAACI,EAAKC,IAAU5C,OAAOS,UAAUC,eAAeC,KAAKgC,EAAKC,GCClFf,EAAoBgB,EAAKnB,IACH,oBAAXoB,QAA0BA,OAAOC,aAC1C/C,OAAOwC,eAAed,EAASoB,OAAOC,YAAa,CAAEC,MAAO,WAE7DhD,OAAOwC,eAAed,EAAS,aAAc,CAAEsB,OAAO,GAAO,E,ulBCE9D,MAAMC,EAAO,UAEN,SAASC,EAAQnC,GACtB,MAAkC,SAC7B,EAAAO,kBACAP,IAFGS,QAAAA,GAA0B,EAAd2B,EAAA,EAAc,EAAd,CAAZ,YAIFC,EAA4B,aAAZ5B,EAAyB,IAAW,IAEpD6B,EAAYtC,EAAMuC,KAAO,CAAErC,MAAOF,EAAMuC,KAAMpC,OAAQH,EAAMuC,MAAS,CAAC,EAE5E,OAAO,kBAACF,EAAA,KAAc,aAAYH,GAAUE,GAAeE,GAC7D,CAEA,S","sources":["webpack://icons/./src/svg/Message/icon-fill.svg","webpack://icons/./src/svg/Message/icon.svg","webpack://icons/./src/react/common.ts","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/react/Message/index.tsx"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M145.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-509.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H145.087ZM480-452.173q6.13 0 11.044-1.783 4.913-1.782 10.687-4.941l300.921-199.319q5-2.718 8.63-8.99 3.631-6.271 3.631-14.117 0-15.469-14.326-25.051-14.327-9.582-29.153.679L480-516.913 189.566-705.695q-14.826-9.696-29.653-1.565-14.826 8.13-14.826 24.997 0 7.619 4.131 14.05 4.13 6.431 8.802 10.033l300.261 199.284q5.762 3.158 10.675 4.94 4.914 1.783 11.044 1.783Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M145.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-509.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H145.087ZM480-452.173q6.13 0 11.044-1.783 4.913-1.782 10.687-4.941l300.921-199.319q5-2.718 8.63-8.99 3.631-6.271 3.631-14.117 0-15.469-14.326-25.051-14.327-9.582-29.153.679L480-516.913 189.566-705.695q-14.826-9.696-29.653-1.565-14.826 8.13-14.826 24.997 0 7.619 4.131 14.05 4.13 6.431 8.802 10.033l300.261 199.284q5.762 3.158 10.675 4.94 4.914 1.783 11.044 1.783Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M145.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-509.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H145.087Zm669.826-521.043L501.708-458.887q-5.645 3.149-10.611 4.931-4.967 1.783-11.097 1.783t-11.097-1.783q-4.966-1.782-10.611-4.931L145.087-666.912v441.825h669.826v-441.825ZM480-516.913l330.913-218H150.087l329.913 218ZM145.087-666.912v8.696-48.081.92-29.536 29.218-1.478 48.957-8.696 441.825-441.825Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M145.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-509.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H145.087Zm669.826-521.043L501.708-458.887q-5.645 3.149-10.611 4.931-4.967 1.783-11.097 1.783t-11.097-1.783q-4.966-1.782-10.611-4.931L145.087-666.912v441.825h669.826v-441.825ZM480-516.913l330.913-218H150.087l329.913 218ZM145.087-666.912v8.696-48.081.92-29.536 29.218-1.478 48.957-8.696 441.825-441.825Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Message/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Message/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'message';\n\nexport function Message(props: IconPropsReact) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Message;\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","SvgIconFill","props","xmlns","width","height","viewBox","d","SvgIcon","defaultIconProps","fill","variant","module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","a","definition","o","defineProperty","enumerable","get","obj","prop","r","Symbol","toStringTag","value","name","Message","restProps","IconComponent","overrides","size"],"sourceRoot":""}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '../../types';
3
- export declare function Meter(props: IconProps): React.JSX.Element;
2
+ import type { IconPropsReact } from '../types';
3
+ export declare function Meter(props: IconPropsReact): React.JSX.Element;
4
4
  export default Meter;
@@ -1,2 +1,2 @@
1
- (()=>{"use strict";var e={8607:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M337.39-64.738v-102.566q-104.304-42.087-169.891-136.283-65.587-94.195-65.587-213.891 0-78.392 29.631-147.283 29.63-68.891 80.674-119.935 51.043-51.044 119.935-80.957Q401.043-895.566 479-895.566q77.957 0 147.066 29.913 69.108 29.913 120.652 80.957t81.457 119.935q29.913 68.891 29.913 147.283 0 119.696-65.804 213.457-65.805 93.761-169.674 136.283v103h-79.784v-79.652q-16.13 2-31.696 3.5-15.565 1.5-32.13 1.5-16.13 0-31.696-1.218-15.565-1.217-30.13-3.782v79.652H337.39Zm-8.911-537.914h303.042v-76.957H328.479v76.957ZM447.522-275.13 566.74-394.348l-50-50 52.478-53.043-56.175-56.739L393.26-434.348l50 50-52.478 52.478 56.74 56.74Z"})))}},6443:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M337.39-64.738v-102.566q-104.304-42.087-169.891-136.283-65.587-94.195-65.587-213.891 0-78.243 29.631-147.209 29.63-68.965 80.674-120.009 51.043-51.044 119.925-80.957 68.881-29.913 146.848-29.913 77.967 0 147.076 29.913 69.108 29.913 120.652 80.957t81.457 120.009q29.913 68.966 29.913 147.209 0 119.696-65.804 213.457-65.805 93.761-169.674 136.283v103h-79.784v-79.652q-16.13 2-31.696 3.5-15.565 1.5-32.13 1.5-16.169 0-31.715-1.218-15.546-1.217-30.111-3.782v79.652H337.39ZM480.097-216.61q123.773 0 211.273-87.314t87.5-211.652q0-123.773-87.598-211.273-87.597-87.5-211.369-87.5-123.773 0-211.273 87.598-87.5 87.597-87.5 211.369 0 124.338 87.598 211.555 87.597 87.217 211.369 87.217ZM328.479-602.652h303.042v-76.957H328.479v76.957ZM447.522-275.13 566.74-394.348l-50-50 52.478-53.043-56.175-56.739L393.26-434.348l50 50-52.478 52.478 56.74 56.74ZM480-515.478Z"})))}},8387:(e,r,t)=>{t.d(r,{defaultIconProps:()=>n});const n={width:20,height:20,fill:"currentColor",variant:"filled"}},9497:e=>{e.exports=require("react")}},r={};function t(n){var o=r[n];if(void 0!==o)return o.exports;var a=r[n]={exports:{}};return e[n](a,a.exports,t),a.exports}t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{t.r(n),t.d(n,{Meter:()=>h,default:()=>b});var e=t(9497),r=t.n(e),o=t(8607),a=t(6443),i=t(8387),l=Object.defineProperty,v=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,s=Object.prototype.propertyIsEnumerable,u=(e,r,t)=>r in e?l(e,r,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[r]=t,p=(e,r)=>{for(var t in r||(r={}))c.call(r,t)&&u(e,t,r[t]);if(v)for(var t of v(r))s.call(r,t)&&u(e,t,r[t]);return e},f=(e,r)=>{var t={};for(var n in e)c.call(e,n)&&r.indexOf(n)<0&&(t[n]=e[n]);if(null!=e&&v)for(var n of v(e))r.indexOf(n)<0&&s.call(e,n)&&(t[n]=e[n]);return t};const d="meter";function h(e){const t=p(p({},i.defaultIconProps),e),{variant:n}=t,l=f(t,["variant"]),v="outlined"===n?a.r:o.r,c=e.size?{width:e.size,height:e.size}:{};return r().createElement(v,p(p({"aria-label":d},l),c))}const b=h})(),module.exports=n})();
1
+ (()=>{"use strict";var e={8607:(e,r,t)=>{t.d(r,{r:()=>l});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var l=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M337.39-104.348v-62.956q-104.304-42.087-169.891-136.283-65.587-94.195-65.587-213.891 0-78.392 29.631-147.283 29.63-68.891 80.674-119.935 51.043-51.044 119.935-80.957Q401.043-895.566 479-895.566q77.957 0 147.066 29.913 69.108 29.913 120.652 80.957t81.457 119.935q29.913 68.891 29.913 147.283 0 119.696-65.804 213.457-65.805 93.761-169.674 136.283v63.39q0 16.707-11.502 28.158-11.501 11.452-28.283 11.452-17.346 0-28.673-11.452-11.326-11.45-11.326-28.158v-40.042q-16.13 2-31.574 3.5-15.443 1.5-32.374 1.5-16.008 0-31.574-1.218-15.565-1.217-30.13-3.782v40.042q0 16.707-11.502 28.158-11.502 11.452-28.283 11.452-17.346 0-28.673-11.452-11.326-11.45-11.326-28.158Zm29.567-498.304h226.086q16.141 0 27.31-10.936 11.168-10.937 11.168-27.718 0-16.216-11.168-27.26-11.169-11.043-27.31-11.043H366.957q-16.141 0-27.31 11.219-11.168 11.219-11.168 27.435 0 16.781 11.168 27.542 11.169 10.761 27.31 10.761Zm76.303 218.304-25.521 25.522q-11.13 11.088-11.413 27.218-.283 16.13 12.51 28.391 11.663 11.696 28.087 11.696 16.425 0 28.686-11.696l62.782-63.348q11.827-11.826 11.827-28.065 0-16.24-11.827-28.066l-21.651-21.652 25.521-25.521q11.13-11.653 11.413-27.501.283-15.847-12.51-28.673-11.663-11.696-28.087-11.696-16.425 0-28.121 11.696l-63.347 63.347q-11.827 11.826-11.827 28.066 0 16.239 11.827 28.065l21.651 22.217Z"})))}},6443:(e,r,t)=>{t.d(r,{r:()=>l});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var l=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M337.39-104.348v-62.956q-104.304-42.087-169.891-136.283-65.587-94.195-65.587-213.891 0-78.243 29.631-147.209 29.63-68.965 80.674-120.009 51.043-51.044 119.925-80.957 68.881-29.913 146.848-29.913 77.967 0 147.076 29.913 69.108 29.913 120.652 80.957t81.457 120.009q29.913 68.966 29.913 147.209 0 119.696-65.804 213.457-65.805 93.761-169.674 136.283v63.39q0 16.707-11.502 28.158-11.501 11.452-28.283 11.452-17.346 0-28.673-11.452-11.326-11.45-11.326-28.158v-40.042q-16.13 2-31.574 3.5-15.443 1.5-32.374 1.5-16.047 0-31.593-1.218-15.546-1.217-30.111-3.782v40.042q0 16.707-11.502 28.158-11.502 11.452-28.283 11.452-17.346 0-28.673-11.452-11.326-11.45-11.326-28.158Zm142.707-112.261q123.773 0 211.273-87.314t87.5-211.652q0-123.773-87.598-211.273-87.597-87.5-211.369-87.5-123.773 0-211.273 87.598-87.5 87.597-87.5 211.369 0 124.338 87.598 211.555 87.597 87.217 211.369 87.217Zm-113.14-386.043h226.086q16.424 0 27.451-10.795 11.027-10.795 11.027-27.859 0-16.499-11.027-27.401-11.027-10.902-27.451-10.902H366.957q-16.424 0-27.451 11.078-11.027 11.077-11.027 27.576 0 17.064 11.027 27.684 11.027 10.619 27.451 10.619Zm76.303 218.304-25.521 25.522q-11.13 11.088-11.413 27.218-.283 16.13 12.51 28.391 11.663 11.696 28.087 11.696 16.425 0 28.686-11.696l62.782-63.348q11.827-12.031 11.827-28.168t-11.827-27.963l-21.651-21.652 25.521-25.521q11.13-11.653 11.413-27.501.283-15.847-12.51-28.673-11.663-11.696-28.087-11.696-16.425 0-28.121 11.696l-63.347 63.347q-11.827 12.032-11.827 28.169 0 16.136 11.827 27.962l21.651 22.217ZM480-515.478Z"})))}},8387:(e,r,t)=>{t.d(r,{defaultIconProps:()=>n});const n={width:20,height:20,fill:"currentColor",variant:"filled"}},9497:e=>{e.exports=require("react")}},r={};function t(n){var o=r[n];if(void 0!==o)return o.exports;var a=r[n]={exports:{}};return e[n](a,a.exports,t),a.exports}t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{t.r(n),t.d(n,{Meter:()=>b,default:()=>h});var e=t(9497),r=t.n(e),o=t(8607),a=t(6443),l=t(8387),i=Object.defineProperty,c=Object.getOwnPropertySymbols,v=Object.prototype.hasOwnProperty,s=Object.prototype.propertyIsEnumerable,u=(e,r,t)=>r in e?i(e,r,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[r]=t,p=(e,r)=>{for(var t in r||(r={}))v.call(r,t)&&u(e,t,r[t]);if(c)for(var t of c(r))s.call(r,t)&&u(e,t,r[t]);return e},f=(e,r)=>{var t={};for(var n in e)v.call(e,n)&&r.indexOf(n)<0&&(t[n]=e[n]);if(null!=e&&c)for(var n of c(e))r.indexOf(n)<0&&s.call(e,n)&&(t[n]=e[n]);return t};const d="meter";function b(e){const t=p(p({},l.defaultIconProps),e),{variant:n}=t,i=f(t,["variant"]),c="outlined"===n?a.r:o.r,v=e.size?{width:e.size,height:e.size}:{};return r().createElement(c,p(p({"aria-label":d},i),v))}const h=b})(),module.exports=n})();
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"react/Meter/index.js","mappings":"8DAAIA,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIS,EAAc,SAAqBC,GACrC,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,ynBAEP,C,sCCZItB,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIgB,EAAU,SAAiBN,GAC7B,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,01BAEP,C,iDCVO,MAAME,EAA8B,CACzCL,MAAO,GACPC,OAAQ,GACRK,KAAM,eACNC,QAAS,S,WCNXC,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBT,EAAEe,EAAQ,CAAEE,EAAGF,IAC5BA,CAAM,ECLdN,EAAoBT,EAAI,CAACM,EAASY,KACjC,IAAI,IAAI9B,KAAO8B,EACXT,EAAoBU,EAAED,EAAY9B,KAASqB,EAAoBU,EAAEb,EAASlB,IAC5ER,OAAOwC,eAAed,EAASlB,EAAK,CAAEiC,YAAY,EAAMC,IAAKJ,EAAW9B,IAE1E,ECNDqB,EAAoBU,EAAI,CAACI,EAAKC,IAAU5C,OAAOS,UAAUC,eAAeC,KAAKgC,EAAKC,GCClFf,EAAoBgB,EAAKnB,IACH,oBAAXoB,QAA0BA,OAAOC,aAC1C/C,OAAOwC,eAAed,EAASoB,OAAOC,YAAa,CAAEC,MAAO,WAE7DhD,OAAOwC,eAAed,EAAS,aAAc,CAAEsB,OAAO,GAAO,E,qlBCE9D,MAAMC,EAAO,QAEN,SAASC,EAAMnC,GACpB,MAAkC,SAC7B,EAAAO,kBACAP,IAFGS,QAAAA,GAA0B,EAAd2B,EAAA,EAAc,EAAd,CAAZ,YAIFC,EAA4B,aAAZ5B,EAAyB,IAAW,IAEpD6B,EAAYtC,EAAMuC,KAAO,CAAErC,MAAOF,EAAMuC,KAAMpC,OAAQH,EAAMuC,MAAS,CAAC,EAE5E,OAAO,kBAACF,EAAA,KAAc,aAAYH,GAAUE,GAAeE,GAC7D,CAEA,S","sources":["webpack://icons/./src/svg/Meter/icon-fill.svg","webpack://icons/./src/svg/Meter/icon.svg","webpack://icons/./src/react/common.ts","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/react/Meter/index.tsx"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M337.39-64.738v-102.566q-104.304-42.087-169.891-136.283-65.587-94.195-65.587-213.891 0-78.392 29.631-147.283 29.63-68.891 80.674-119.935 51.043-51.044 119.935-80.957Q401.043-895.566 479-895.566q77.957 0 147.066 29.913 69.108 29.913 120.652 80.957t81.457 119.935q29.913 68.891 29.913 147.283 0 119.696-65.804 213.457-65.805 93.761-169.674 136.283v103h-79.784v-79.652q-16.13 2-31.696 3.5-15.565 1.5-32.13 1.5-16.13 0-31.696-1.218-15.565-1.217-30.13-3.782v79.652H337.39Zm-8.911-537.914h303.042v-76.957H328.479v76.957ZM447.522-275.13 566.74-394.348l-50-50 52.478-53.043-56.175-56.739L393.26-434.348l50 50-52.478 52.478 56.74 56.74Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M337.39-64.738v-102.566q-104.304-42.087-169.891-136.283-65.587-94.195-65.587-213.891 0-78.392 29.631-147.283 29.63-68.891 80.674-119.935 51.043-51.044 119.935-80.957Q401.043-895.566 479-895.566q77.957 0 147.066 29.913 69.108 29.913 120.652 80.957t81.457 119.935q29.913 68.891 29.913 147.283 0 119.696-65.804 213.457-65.805 93.761-169.674 136.283v103h-79.784v-79.652q-16.13 2-31.696 3.5-15.565 1.5-32.13 1.5-16.13 0-31.696-1.218-15.565-1.217-30.13-3.782v79.652H337.39Zm-8.911-537.914h303.042v-76.957H328.479v76.957ZM447.522-275.13 566.74-394.348l-50-50 52.478-53.043-56.175-56.739L393.26-434.348l50 50-52.478 52.478 56.74 56.74Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M337.39-64.738v-102.566q-104.304-42.087-169.891-136.283-65.587-94.195-65.587-213.891 0-78.243 29.631-147.209 29.63-68.965 80.674-120.009 51.043-51.044 119.925-80.957 68.881-29.913 146.848-29.913 77.967 0 147.076 29.913 69.108 29.913 120.652 80.957t81.457 120.009q29.913 68.966 29.913 147.209 0 119.696-65.804 213.457-65.805 93.761-169.674 136.283v103h-79.784v-79.652q-16.13 2-31.696 3.5-15.565 1.5-32.13 1.5-16.169 0-31.715-1.218-15.546-1.217-30.111-3.782v79.652H337.39ZM480.097-216.61q123.773 0 211.273-87.314t87.5-211.652q0-123.773-87.598-211.273-87.597-87.5-211.369-87.5-123.773 0-211.273 87.598-87.5 87.597-87.5 211.369 0 124.338 87.598 211.555 87.597 87.217 211.369 87.217ZM328.479-602.652h303.042v-76.957H328.479v76.957ZM447.522-275.13 566.74-394.348l-50-50 52.478-53.043-56.175-56.739L393.26-434.348l50 50-52.478 52.478 56.74 56.74ZM480-515.478Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M337.39-64.738v-102.566q-104.304-42.087-169.891-136.283-65.587-94.195-65.587-213.891 0-78.243 29.631-147.209 29.63-68.965 80.674-120.009 51.043-51.044 119.925-80.957 68.881-29.913 146.848-29.913 77.967 0 147.076 29.913 69.108 29.913 120.652 80.957t81.457 120.009q29.913 68.966 29.913 147.209 0 119.696-65.804 213.457-65.805 93.761-169.674 136.283v103h-79.784v-79.652q-16.13 2-31.696 3.5-15.565 1.5-32.13 1.5-16.169 0-31.715-1.218-15.546-1.217-30.111-3.782v79.652H337.39ZM480.097-216.61q123.773 0 211.273-87.314t87.5-211.652q0-123.773-87.598-211.273-87.597-87.5-211.369-87.5-123.773 0-211.273 87.598-87.5 87.597-87.5 211.369 0 124.338 87.598 211.555 87.597 87.217 211.369 87.217ZM328.479-602.652h303.042v-76.957H328.479v76.957ZM447.522-275.13 566.74-394.348l-50-50 52.478-53.043-56.175-56.739L393.26-434.348l50 50-52.478 52.478 56.74 56.74ZM480-515.478Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Meter/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Meter/icon.svg';\nimport type { IconProps } from '../../types';\nimport { defaultIconProps } from '../common';\n\nconst name = 'meter';\n\nexport function Meter(props: IconProps) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Meter;\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","SvgIconFill","props","xmlns","width","height","viewBox","d","SvgIcon","defaultIconProps","fill","variant","module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","a","definition","o","defineProperty","enumerable","get","obj","prop","r","Symbol","toStringTag","value","name","Meter","restProps","IconComponent","overrides","size"],"sourceRoot":""}
1
+ {"version":3,"file":"react/Meter/index.js","mappings":"8DAAIA,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIS,EAAc,SAAqBC,GACrC,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,yxCAEP,C,sCCZItB,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIgB,EAAU,SAAiBN,GAC7B,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,w/CAEP,C,iDCVO,MAAME,EAA8B,CACzCL,MAAO,GACPC,OAAQ,GACRK,KAAM,eACNC,QAAS,S,WCNXC,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBT,EAAEe,EAAQ,CAAEE,EAAGF,IAC5BA,CAAM,ECLdN,EAAoBT,EAAI,CAACM,EAASY,KACjC,IAAI,IAAI9B,KAAO8B,EACXT,EAAoBU,EAAED,EAAY9B,KAASqB,EAAoBU,EAAEb,EAASlB,IAC5ER,OAAOwC,eAAed,EAASlB,EAAK,CAAEiC,YAAY,EAAMC,IAAKJ,EAAW9B,IAE1E,ECNDqB,EAAoBU,EAAI,CAACI,EAAKC,IAAU5C,OAAOS,UAAUC,eAAeC,KAAKgC,EAAKC,GCClFf,EAAoBgB,EAAKnB,IACH,oBAAXoB,QAA0BA,OAAOC,aAC1C/C,OAAOwC,eAAed,EAASoB,OAAOC,YAAa,CAAEC,MAAO,WAE7DhD,OAAOwC,eAAed,EAAS,aAAc,CAAEsB,OAAO,GAAO,E,qlBCE9D,MAAMC,EAAO,QAEN,SAASC,EAAMnC,GACpB,MAAkC,SAC7B,EAAAO,kBACAP,IAFGS,QAAAA,GAA0B,EAAd2B,EAAA,EAAc,EAAd,CAAZ,YAIFC,EAA4B,aAAZ5B,EAAyB,IAAW,IAEpD6B,EAAYtC,EAAMuC,KAAO,CAAErC,MAAOF,EAAMuC,KAAMpC,OAAQH,EAAMuC,MAAS,CAAC,EAE5E,OAAO,kBAACF,EAAA,KAAc,aAAYH,GAAUE,GAAeE,GAC7D,CAEA,S","sources":["webpack://icons/./src/svg/Meter/icon-fill.svg","webpack://icons/./src/svg/Meter/icon.svg","webpack://icons/./src/react/common.ts","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/react/Meter/index.tsx"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M337.39-104.348v-62.956q-104.304-42.087-169.891-136.283-65.587-94.195-65.587-213.891 0-78.392 29.631-147.283 29.63-68.891 80.674-119.935 51.043-51.044 119.935-80.957Q401.043-895.566 479-895.566q77.957 0 147.066 29.913 69.108 29.913 120.652 80.957t81.457 119.935q29.913 68.891 29.913 147.283 0 119.696-65.804 213.457-65.805 93.761-169.674 136.283v63.39q0 16.707-11.502 28.158-11.501 11.452-28.283 11.452-17.346 0-28.673-11.452-11.326-11.45-11.326-28.158v-40.042q-16.13 2-31.574 3.5-15.443 1.5-32.374 1.5-16.008 0-31.574-1.218-15.565-1.217-30.13-3.782v40.042q0 16.707-11.502 28.158-11.502 11.452-28.283 11.452-17.346 0-28.673-11.452-11.326-11.45-11.326-28.158Zm29.567-498.304h226.086q16.141 0 27.31-10.936 11.168-10.937 11.168-27.718 0-16.216-11.168-27.26-11.169-11.043-27.31-11.043H366.957q-16.141 0-27.31 11.219-11.168 11.219-11.168 27.435 0 16.781 11.168 27.542 11.169 10.761 27.31 10.761Zm76.303 218.304-25.521 25.522q-11.13 11.088-11.413 27.218-.283 16.13 12.51 28.391 11.663 11.696 28.087 11.696 16.425 0 28.686-11.696l62.782-63.348q11.827-11.826 11.827-28.065 0-16.24-11.827-28.066l-21.651-21.652 25.521-25.521q11.13-11.653 11.413-27.501.283-15.847-12.51-28.673-11.663-11.696-28.087-11.696-16.425 0-28.121 11.696l-63.347 63.347q-11.827 11.826-11.827 28.066 0 16.239 11.827 28.065l21.651 22.217Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M337.39-104.348v-62.956q-104.304-42.087-169.891-136.283-65.587-94.195-65.587-213.891 0-78.392 29.631-147.283 29.63-68.891 80.674-119.935 51.043-51.044 119.935-80.957Q401.043-895.566 479-895.566q77.957 0 147.066 29.913 69.108 29.913 120.652 80.957t81.457 119.935q29.913 68.891 29.913 147.283 0 119.696-65.804 213.457-65.805 93.761-169.674 136.283v63.39q0 16.707-11.502 28.158-11.501 11.452-28.283 11.452-17.346 0-28.673-11.452-11.326-11.45-11.326-28.158v-40.042q-16.13 2-31.574 3.5-15.443 1.5-32.374 1.5-16.008 0-31.574-1.218-15.565-1.217-30.13-3.782v40.042q0 16.707-11.502 28.158-11.502 11.452-28.283 11.452-17.346 0-28.673-11.452-11.326-11.45-11.326-28.158Zm29.567-498.304h226.086q16.141 0 27.31-10.936 11.168-10.937 11.168-27.718 0-16.216-11.168-27.26-11.169-11.043-27.31-11.043H366.957q-16.141 0-27.31 11.219-11.168 11.219-11.168 27.435 0 16.781 11.168 27.542 11.169 10.761 27.31 10.761Zm76.303 218.304-25.521 25.522q-11.13 11.088-11.413 27.218-.283 16.13 12.51 28.391 11.663 11.696 28.087 11.696 16.425 0 28.686-11.696l62.782-63.348q11.827-11.826 11.827-28.065 0-16.24-11.827-28.066l-21.651-21.652 25.521-25.521q11.13-11.653 11.413-27.501.283-15.847-12.51-28.673-11.663-11.696-28.087-11.696-16.425 0-28.121 11.696l-63.347 63.347q-11.827 11.826-11.827 28.066 0 16.239 11.827 28.065l21.651 22.217Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M337.39-104.348v-62.956q-104.304-42.087-169.891-136.283-65.587-94.195-65.587-213.891 0-78.243 29.631-147.209 29.63-68.965 80.674-120.009 51.043-51.044 119.925-80.957 68.881-29.913 146.848-29.913 77.967 0 147.076 29.913 69.108 29.913 120.652 80.957t81.457 120.009q29.913 68.966 29.913 147.209 0 119.696-65.804 213.457-65.805 93.761-169.674 136.283v63.39q0 16.707-11.502 28.158-11.501 11.452-28.283 11.452-17.346 0-28.673-11.452-11.326-11.45-11.326-28.158v-40.042q-16.13 2-31.574 3.5-15.443 1.5-32.374 1.5-16.047 0-31.593-1.218-15.546-1.217-30.111-3.782v40.042q0 16.707-11.502 28.158-11.502 11.452-28.283 11.452-17.346 0-28.673-11.452-11.326-11.45-11.326-28.158Zm142.707-112.261q123.773 0 211.273-87.314t87.5-211.652q0-123.773-87.598-211.273-87.597-87.5-211.369-87.5-123.773 0-211.273 87.598-87.5 87.597-87.5 211.369 0 124.338 87.598 211.555 87.597 87.217 211.369 87.217Zm-113.14-386.043h226.086q16.424 0 27.451-10.795 11.027-10.795 11.027-27.859 0-16.499-11.027-27.401-11.027-10.902-27.451-10.902H366.957q-16.424 0-27.451 11.078-11.027 11.077-11.027 27.576 0 17.064 11.027 27.684 11.027 10.619 27.451 10.619Zm76.303 218.304-25.521 25.522q-11.13 11.088-11.413 27.218-.283 16.13 12.51 28.391 11.663 11.696 28.087 11.696 16.425 0 28.686-11.696l62.782-63.348q11.827-12.031 11.827-28.168t-11.827-27.963l-21.651-21.652 25.521-25.521q11.13-11.653 11.413-27.501.283-15.847-12.51-28.673-11.663-11.696-28.087-11.696-16.425 0-28.121 11.696l-63.347 63.347q-11.827 12.032-11.827 28.169 0 16.136 11.827 27.962l21.651 22.217ZM480-515.478Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M337.39-104.348v-62.956q-104.304-42.087-169.891-136.283-65.587-94.195-65.587-213.891 0-78.243 29.631-147.209 29.63-68.965 80.674-120.009 51.043-51.044 119.925-80.957 68.881-29.913 146.848-29.913 77.967 0 147.076 29.913 69.108 29.913 120.652 80.957t81.457 120.009q29.913 68.966 29.913 147.209 0 119.696-65.804 213.457-65.805 93.761-169.674 136.283v63.39q0 16.707-11.502 28.158-11.501 11.452-28.283 11.452-17.346 0-28.673-11.452-11.326-11.45-11.326-28.158v-40.042q-16.13 2-31.574 3.5-15.443 1.5-32.374 1.5-16.047 0-31.593-1.218-15.546-1.217-30.111-3.782v40.042q0 16.707-11.502 28.158-11.502 11.452-28.283 11.452-17.346 0-28.673-11.452-11.326-11.45-11.326-28.158Zm142.707-112.261q123.773 0 211.273-87.314t87.5-211.652q0-123.773-87.598-211.273-87.597-87.5-211.369-87.5-123.773 0-211.273 87.598-87.5 87.597-87.5 211.369 0 124.338 87.598 211.555 87.597 87.217 211.369 87.217Zm-113.14-386.043h226.086q16.424 0 27.451-10.795 11.027-10.795 11.027-27.859 0-16.499-11.027-27.401-11.027-10.902-27.451-10.902H366.957q-16.424 0-27.451 11.078-11.027 11.077-11.027 27.576 0 17.064 11.027 27.684 11.027 10.619 27.451 10.619Zm76.303 218.304-25.521 25.522q-11.13 11.088-11.413 27.218-.283 16.13 12.51 28.391 11.663 11.696 28.087 11.696 16.425 0 28.686-11.696l62.782-63.348q11.827-12.031 11.827-28.168t-11.827-27.963l-21.651-21.652 25.521-25.521q11.13-11.653 11.413-27.501.283-15.847-12.51-28.673-11.663-11.696-28.087-11.696-16.425 0-28.121 11.696l-63.347 63.347q-11.827 12.032-11.827 28.169 0 16.136 11.827 27.962l21.651 22.217ZM480-515.478Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Meter/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Meter/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'meter';\n\nexport function Meter(props: IconPropsReact) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Meter;\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","SvgIconFill","props","xmlns","width","height","viewBox","d","SvgIcon","defaultIconProps","fill","variant","module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","a","definition","o","defineProperty","enumerable","get","obj","prop","r","Symbol","toStringTag","value","name","Meter","restProps","IconComponent","overrides","size"],"sourceRoot":""}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '../../types';
3
- export declare function Note(props: IconProps): React.JSX.Element;
2
+ import type { IconPropsReact } from '../types';
3
+ export declare function Note(props: IconPropsReact): React.JSX.Element;
4
4
  export default Note;
@@ -1,2 +1,2 @@
1
- (()=>{"use strict";var e={6947:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M185.087-105.869q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-32.91 23.27-56.347 23.271-23.436 55.948-23.436h589.826q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v417.174l-252.435 251.87H185.087Zm389.826-79.218 200-200h-200v200ZM305.087-414.913H471.13v-66.217H305.087v66.217Zm0-166.217h349.826v-66.783H305.087v66.783Z"})))}},2267:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M185.087-185.087h389.826v-200h200v-389.826H185.087v589.826Zm0 79.218q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-32.91 23.27-56.347 23.271-23.436 55.948-23.436h589.826q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v417.174l-252.435 251.87H185.087Zm120-309.044v-66.217H471.13v66.217H305.087Zm0-166.217v-66.783h349.826v66.783H305.087Zm-120 396.043v-589.826 589.826Z"})))}},8387:(e,r,t)=>{t.d(r,{defaultIconProps:()=>n});const n={width:20,height:20,fill:"currentColor",variant:"filled"}},9497:e=>{e.exports=require("react")}},r={};function t(n){var o=r[n];if(void 0!==o)return o.exports;var a=r[n]={exports:{}};return e[n](a,a.exports,t),a.exports}t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{t.r(n),t.d(n,{Note:()=>h,default:()=>b});var e=t(9497),r=t.n(e),o=t(6947),a=t(2267),i=t(8387),l=Object.defineProperty,v=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,s=Object.prototype.propertyIsEnumerable,u=(e,r,t)=>r in e?l(e,r,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[r]=t,p=(e,r)=>{for(var t in r||(r={}))c.call(r,t)&&u(e,t,r[t]);if(v)for(var t of v(r))s.call(r,t)&&u(e,t,r[t]);return e},f=(e,r)=>{var t={};for(var n in e)c.call(e,n)&&r.indexOf(n)<0&&(t[n]=e[n]);if(null!=e&&v)for(var n of v(e))r.indexOf(n)<0&&s.call(e,n)&&(t[n]=e[n]);return t};const d="note";function h(e){const t=p(p({},i.defaultIconProps),e),{variant:n}=t,l=f(t,["variant"]),v="outlined"===n?a.r:o.r,c=e.size?{width:e.size,height:e.size}:{};return r().createElement(v,p(p({"aria-label":d},l),c))}const b=h})(),module.exports=n})();
1
+ (()=>{"use strict";var e={6947:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"m574.913-185.087 200-200H614.522q-16.707 0-28.158 11.451t-11.451 28.158v160.391Zm-389.826 79.218q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-32.91 23.27-56.347 23.271-23.436 55.948-23.436h589.826q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v383.695q0 16.464-6.695 31.385-6.696 14.92-17.522 25.746L625.913-129.521q-10.957 10.875-25.653 17.264-14.696 6.388-30.912 6.388H185.087Zm152.826-309.044h100.391q13.951 0 23.389-9.633 9.437-9.634 9.437-23.874 0-14.001-9.437-23.356-9.438-9.354-23.389-9.354h-99.825q-14.192 0-23.792 9.473-9.6 9.474-9.6 23.479 0 14.004 9.438 23.635 9.437 9.63 23.388 9.63Zm0-166.217h284.174q13.951 0 23.388-9.634 9.438-9.633 9.438-23.874 0-14-9.438-23.638-9.437-9.637-23.388-9.637H338.479q-14.192 0-23.792 9.815-9.6 9.816-9.6 23.821t9.438 23.576q9.437 9.571 23.388 9.571Z"})))}},2267:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M185.087-185.087h389.826v-160.391q0-16.707 11.451-28.158t28.158-11.451h160.391v-389.826H185.087v589.826Zm0 79.218q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-32.91 23.27-56.347 23.271-23.436 55.948-23.436h589.826q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v383.695q0 16.464-6.695 31.385-6.696 14.92-17.522 25.746L625.913-129.521q-10.957 10.875-25.653 17.264-14.696 6.388-30.912 6.388H185.087Zm253.217-309.044H337.913q-13.951 0-23.388-9.633-9.438-9.634-9.438-23.874 0-14.001 9.6-23.356 9.6-9.354 23.792-9.354h99.825q13.951 0 23.389 9.473 9.437 9.474 9.437 23.479 0 14.004-9.437 23.635-9.438 9.63-23.389 9.63ZM622.087-581.13H337.913q-13.951 0-23.388-9.634-9.438-9.633-9.438-23.874 0-14 9.6-23.638 9.6-9.637 23.792-9.637h283.608q13.951 0 23.388 9.815 9.438 9.816 9.438 23.821t-9.438 23.576q-9.437 9.571-23.388 9.571Zm-437 396.043v-589.826 589.826Z"})))}},8387:(e,r,t)=>{t.d(r,{defaultIconProps:()=>n});const n={width:20,height:20,fill:"currentColor",variant:"filled"}},9497:e=>{e.exports=require("react")}},r={};function t(n){var o=r[n];if(void 0!==o)return o.exports;var a=r[n]={exports:{}};return e[n](a,a.exports,t),a.exports}t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{t.r(n),t.d(n,{Note:()=>h,default:()=>b});var e=t(9497),r=t.n(e),o=t(6947),a=t(2267),i=t(8387),l=Object.defineProperty,c=Object.getOwnPropertySymbols,v=Object.prototype.hasOwnProperty,s=Object.prototype.propertyIsEnumerable,u=(e,r,t)=>r in e?l(e,r,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[r]=t,p=(e,r)=>{for(var t in r||(r={}))v.call(r,t)&&u(e,t,r[t]);if(c)for(var t of c(r))s.call(r,t)&&u(e,t,r[t]);return e},f=(e,r)=>{var t={};for(var n in e)v.call(e,n)&&r.indexOf(n)<0&&(t[n]=e[n]);if(null!=e&&c)for(var n of c(e))r.indexOf(n)<0&&s.call(e,n)&&(t[n]=e[n]);return t};const d="note";function h(e){const t=p(p({},i.defaultIconProps),e),{variant:n}=t,l=f(t,["variant"]),c="outlined"===n?a.r:o.r,v=e.size?{width:e.size,height:e.size}:{};return r().createElement(c,p(p({"aria-label":d},l),v))}const b=h})(),module.exports=n})();
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"react/Note/index.js","mappings":"8DAAIA,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIS,EAAc,SAAqBC,GACrC,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,sVAEP,C,sCCZItB,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIgB,EAAU,SAAiBN,GAC7B,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,oYAEP,C,iDCVO,MAAME,EAA8B,CACzCL,MAAO,GACPC,OAAQ,GACRK,KAAM,eACNC,QAAS,S,WCNXC,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBT,EAAEe,EAAQ,CAAEE,EAAGF,IAC5BA,CAAM,ECLdN,EAAoBT,EAAI,CAACM,EAASY,KACjC,IAAI,IAAI9B,KAAO8B,EACXT,EAAoBU,EAAED,EAAY9B,KAASqB,EAAoBU,EAAEb,EAASlB,IAC5ER,OAAOwC,eAAed,EAASlB,EAAK,CAAEiC,YAAY,EAAMC,IAAKJ,EAAW9B,IAE1E,ECNDqB,EAAoBU,EAAI,CAACI,EAAKC,IAAU5C,OAAOS,UAAUC,eAAeC,KAAKgC,EAAKC,GCClFf,EAAoBgB,EAAKnB,IACH,oBAAXoB,QAA0BA,OAAOC,aAC1C/C,OAAOwC,eAAed,EAASoB,OAAOC,YAAa,CAAEC,MAAO,WAE7DhD,OAAOwC,eAAed,EAAS,aAAc,CAAEsB,OAAO,GAAO,E,olBCE9D,MAAMC,EAAO,OAEN,SAASC,EAAKnC,GACnB,MAAkC,SAC7B,EAAAO,kBACAP,IAFGS,QAAAA,GAA0B,EAAd2B,EAAA,EAAc,EAAd,CAAZ,YAIFC,EAA4B,aAAZ5B,EAAyB,IAAW,IAEpD6B,EAAYtC,EAAMuC,KAAO,CAAErC,MAAOF,EAAMuC,KAAMpC,OAAQH,EAAMuC,MAAS,CAAC,EAE5E,OAAO,kBAACF,EAAA,KAAc,aAAYH,GAAUE,GAAeE,GAC7D,CAEA,S","sources":["webpack://icons/./src/svg/Note/icon-fill.svg","webpack://icons/./src/svg/Note/icon.svg","webpack://icons/./src/react/common.ts","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/react/Note/index.tsx"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.087-105.869q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-32.91 23.27-56.347 23.271-23.436 55.948-23.436h589.826q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v417.174l-252.435 251.87H185.087Zm389.826-79.218 200-200h-200v200ZM305.087-414.913H471.13v-66.217H305.087v66.217Zm0-166.217h349.826v-66.783H305.087v66.783Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.087-105.869q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-32.91 23.27-56.347 23.271-23.436 55.948-23.436h589.826q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v417.174l-252.435 251.87H185.087Zm389.826-79.218 200-200h-200v200ZM305.087-414.913H471.13v-66.217H305.087v66.217Zm0-166.217h349.826v-66.783H305.087v66.783Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.087-185.087h389.826v-200h200v-389.826H185.087v589.826Zm0 79.218q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-32.91 23.27-56.347 23.271-23.436 55.948-23.436h589.826q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v417.174l-252.435 251.87H185.087Zm120-309.044v-66.217H471.13v66.217H305.087Zm0-166.217v-66.783h349.826v66.783H305.087Zm-120 396.043v-589.826 589.826Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.087-185.087h389.826v-200h200v-389.826H185.087v589.826Zm0 79.218q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-32.91 23.27-56.347 23.271-23.436 55.948-23.436h589.826q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v417.174l-252.435 251.87H185.087Zm120-309.044v-66.217H471.13v66.217H305.087Zm0-166.217v-66.783h349.826v66.783H305.087Zm-120 396.043v-589.826 589.826Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Note/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Note/icon.svg';\nimport type { IconProps } from '../../types';\nimport { defaultIconProps } from '../common';\n\nconst name = 'note';\n\nexport function Note(props: IconProps) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Note;\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","SvgIconFill","props","xmlns","width","height","viewBox","d","SvgIcon","defaultIconProps","fill","variant","module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","a","definition","o","defineProperty","enumerable","get","obj","prop","r","Symbol","toStringTag","value","name","Note","restProps","IconComponent","overrides","size"],"sourceRoot":""}
1
+ {"version":3,"file":"react/Note/index.js","mappings":"8DAAIA,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIS,EAAc,SAAqBC,GACrC,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,kzBAEP,C,sCCZItB,E,UACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,GAAU,CAAE,OAAOL,CAAQ,EAAUJ,EAASa,MAAMC,KAAMR,UAAY,CAElV,IAAIgB,EAAU,SAAiBN,GAC7B,OAAoB,gBAAoB,MAAOhB,EAAS,CACtDiB,MAAO,6BACPC,MAAO,GACPC,OAAQ,GACRC,QAAS,kBACRJ,GAAQjB,IAAUA,EAAqB,gBAAoB,OAAQ,CACpEsB,EAAG,w2BAEP,C,iDCVO,MAAME,EAA8B,CACzCL,MAAO,GACPC,OAAQ,GACRK,KAAM,eACNC,QAAS,S,WCNXC,EAAOC,QAAUC,QAAQ,Q,GCCrBC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBE,IAAjBD,EACH,OAAOA,EAAaL,QAGrB,IAAID,EAASG,EAAyBE,GAAY,CAGjDJ,QAAS,CAAC,GAOX,OAHAO,EAAoBH,GAAUL,EAAQA,EAAOC,QAASG,GAG/CJ,EAAOC,OACf,CCrBAG,EAAoBK,EAAKT,IACxB,IAAIU,EAASV,GAAUA,EAAOW,WAC7B,IAAOX,EAAiB,QACxB,IAAM,EAEP,OADAI,EAAoBT,EAAEe,EAAQ,CAAEE,EAAGF,IAC5BA,CAAM,ECLdN,EAAoBT,EAAI,CAACM,EAASY,KACjC,IAAI,IAAI9B,KAAO8B,EACXT,EAAoBU,EAAED,EAAY9B,KAASqB,EAAoBU,EAAEb,EAASlB,IAC5ER,OAAOwC,eAAed,EAASlB,EAAK,CAAEiC,YAAY,EAAMC,IAAKJ,EAAW9B,IAE1E,ECNDqB,EAAoBU,EAAI,CAACI,EAAKC,IAAU5C,OAAOS,UAAUC,eAAeC,KAAKgC,EAAKC,GCClFf,EAAoBgB,EAAKnB,IACH,oBAAXoB,QAA0BA,OAAOC,aAC1C/C,OAAOwC,eAAed,EAASoB,OAAOC,YAAa,CAAEC,MAAO,WAE7DhD,OAAOwC,eAAed,EAAS,aAAc,CAAEsB,OAAO,GAAO,E,olBCE9D,MAAMC,EAAO,OAEN,SAASC,EAAKnC,GACnB,MAAkC,SAC7B,EAAAO,kBACAP,IAFGS,QAAAA,GAA0B,EAAd2B,EAAA,EAAc,EAAd,CAAZ,YAIFC,EAA4B,aAAZ5B,EAAyB,IAAW,IAEpD6B,EAAYtC,EAAMuC,KAAO,CAAErC,MAAOF,EAAMuC,KAAMpC,OAAQH,EAAMuC,MAAS,CAAC,EAE5E,OAAO,kBAACF,EAAA,KAAc,aAAYH,GAAUE,GAAeE,GAC7D,CAEA,S","sources":["webpack://icons/./src/svg/Note/icon-fill.svg","webpack://icons/./src/svg/Note/icon.svg","webpack://icons/./src/react/common.ts","webpack://icons/external commonjs2 \"react\"","webpack://icons/webpack/bootstrap","webpack://icons/webpack/runtime/compat get default export","webpack://icons/webpack/runtime/define property getters","webpack://icons/webpack/runtime/hasOwnProperty shorthand","webpack://icons/webpack/runtime/make namespace object","webpack://icons/./src/react/Note/index.tsx"],"sourcesContent":["var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIconFill = function SvgIconFill(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"m574.913-185.087 200-200H614.522q-16.707 0-28.158 11.451t-11.451 28.158v160.391Zm-389.826 79.218q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-32.91 23.27-56.347 23.271-23.436 55.948-23.436h589.826q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v383.695q0 16.464-6.695 31.385-6.696 14.92-17.522 25.746L625.913-129.521q-10.957 10.875-25.653 17.264-14.696 6.388-30.912 6.388H185.087Zm152.826-309.044h100.391q13.951 0 23.389-9.633 9.437-9.634 9.437-23.874 0-14.001-9.437-23.356-9.438-9.354-23.389-9.354h-99.825q-14.192 0-23.792 9.473-9.6 9.474-9.6 23.479 0 14.004 9.438 23.635 9.437 9.63 23.388 9.63Zm0-166.217h284.174q13.951 0 23.388-9.634 9.438-9.633 9.438-23.874 0-14-9.438-23.638-9.437-9.637-23.388-9.637H338.479q-14.192 0-23.792 9.815-9.6 9.816-9.6 23.821t9.438 23.576q9.437 9.571 23.388 9.571Z\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"m574.913-185.087 200-200H614.522q-16.707 0-28.158 11.451t-11.451 28.158v160.391Zm-389.826 79.218q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-32.91 23.27-56.347 23.271-23.436 55.948-23.436h589.826q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v383.695q0 16.464-6.695 31.385-6.696 14.92-17.522 25.746L625.913-129.521q-10.957 10.875-25.653 17.264-14.696 6.388-30.912 6.388H185.087Zm152.826-309.044h100.391q13.951 0 23.389-9.633 9.437-9.634 9.437-23.874 0-14.001-9.437-23.356-9.438-9.354-23.389-9.354h-99.825q-14.192 0-23.792 9.473-9.6 9.474-9.6 23.479 0 14.004 9.438 23.635 9.437 9.63 23.388 9.63Zm0-166.217h284.174q13.951 0 23.388-9.634 9.438-9.633 9.438-23.874 0-14-9.438-23.638-9.437-9.637-23.388-9.637H338.479q-14.192 0-23.792 9.815-9.6 9.816-9.6 23.821t9.438 23.576q9.437 9.571 23.388 9.571Z\\\"/></svg>\";","var _path;\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nimport * as React from \"react\";\nvar SvgIcon = function SvgIcon(props) {\n return /*#__PURE__*/React.createElement(\"svg\", _extends({\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 48,\n height: 48,\n viewBox: \"0 -960 960 960\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n d: \"M185.087-185.087h389.826v-160.391q0-16.707 11.451-28.158t28.158-11.451h160.391v-389.826H185.087v589.826Zm0 79.218q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-32.91 23.27-56.347 23.271-23.436 55.948-23.436h589.826q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v383.695q0 16.464-6.695 31.385-6.696 14.92-17.522 25.746L625.913-129.521q-10.957 10.875-25.653 17.264-14.696 6.388-30.912 6.388H185.087Zm253.217-309.044H337.913q-13.951 0-23.388-9.633-9.438-9.634-9.438-23.874 0-14.001 9.6-23.356 9.6-9.354 23.792-9.354h99.825q13.951 0 23.389 9.473 9.437 9.474 9.437 23.479 0 14.004-9.437 23.635-9.438 9.63-23.389 9.63ZM622.087-581.13H337.913q-13.951 0-23.388-9.634-9.438-9.633-9.438-23.874 0-14 9.6-23.638 9.6-9.637 23.792-9.637h283.608q13.951 0 23.388 9.815 9.438 9.816 9.438 23.821t-9.438 23.576q-9.437 9.571-23.388 9.571Zm-437 396.043v-589.826 589.826Z\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"48\\\" height=\\\"48\\\" viewBox=\\\"0 -960 960 960\\\"><path d=\\\"M185.087-185.087h389.826v-160.391q0-16.707 11.451-28.158t28.158-11.451h160.391v-389.826H185.087v589.826Zm0 79.218q-32.677 0-55.948-23.27-23.27-23.271-23.27-55.948v-589.826q0-32.91 23.27-56.347 23.271-23.436 55.948-23.436h589.826q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v383.695q0 16.464-6.695 31.385-6.696 14.92-17.522 25.746L625.913-129.521q-10.957 10.875-25.653 17.264-14.696 6.388-30.912 6.388H185.087Zm253.217-309.044H337.913q-13.951 0-23.388-9.633-9.438-9.634-9.438-23.874 0-14.001 9.6-23.356 9.6-9.354 23.792-9.354h99.825q13.951 0 23.389 9.473 9.437 9.474 9.437 23.479 0 14.004-9.437 23.635-9.438 9.63-23.389 9.63ZM622.087-581.13H337.913q-13.951 0-23.388-9.634-9.438-9.633-9.438-23.874 0-14 9.6-23.638 9.6-9.637 23.792-9.637h283.608q13.951 0 23.388 9.815 9.438 9.816 9.438 23.821t-9.438 23.576q-9.437 9.571-23.388 9.571Zm-437 396.043v-589.826 589.826Z\\\"/></svg>\";","import type { IconProps } from '../types';\n\nexport const defaultIconProps: IconProps = {\n width: 20,\n height: 20,\n fill: 'currentColor',\n variant: 'filled',\n};\n","module.exports = require(\"react\");","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","import React from 'react';\n\nimport { ReactComponent as Filled } from '../../svg/Note/icon-fill.svg';\nimport { ReactComponent as Outlined } from '../../svg/Note/icon.svg';\nimport { defaultIconProps } from '../common';\nimport type { IconPropsReact } from '../types';\n\nconst name = 'note';\n\nexport function Note(props: IconPropsReact) {\n const { variant, ...restProps } = {\n ...defaultIconProps,\n ...props,\n };\n const IconComponent = variant === 'outlined' ? Outlined : Filled;\n\n const overrides = props.size ? { width: props.size, height: props.size } : {};\n\n return <IconComponent aria-label={name} {...restProps} {...overrides} />;\n}\n\nexport default Note;\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","SvgIconFill","props","xmlns","width","height","viewBox","d","SvgIcon","defaultIconProps","fill","variant","module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","a","definition","o","defineProperty","enumerable","get","obj","prop","r","Symbol","toStringTag","value","name","Note","restProps","IconComponent","overrides","size"],"sourceRoot":""}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import type { IconProps } from '../../types';
3
- export declare function Notifications(props: IconProps): React.JSX.Element;
2
+ import type { IconPropsReact } from '../types';
3
+ export declare function Notifications(props: IconPropsReact): React.JSX.Element;
4
4
  export default Notifications;
@@ -1,2 +1,2 @@
1
- (()=>{"use strict";var e={5828:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M145.869-185.869v-79.218h74.913v-289.869q0-88.914 51.478-160.588 51.478-71.674 138.131-90.369v-18.609q0-29.239 20.302-49.707 20.303-20.467 49.307-20.467t49.307 20.467q20.302 20.468 20.302 49.707v18.609q86.653 18.13 138.414 90 51.761 71.87 51.761 160.957v289.869h74.912v79.218H145.869ZM480.283-60.782q-34.95 0-59.878-24.994-24.927-24.994-24.927-60.093h169.609q0 35.261-25.044 60.174Q515-60.782 480.283-60.782Z"})))}},2813:(e,r,t)=>{t.d(r,{r:()=>i});var n,o=t(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M145.869-185.869v-79.218h74.913v-289.869q0-88.914 51.478-160.588 51.478-71.674 138.131-90.369v-18.609q0-29.239 20.302-49.707 20.303-20.467 49.307-20.467t49.307 20.467q20.302 20.468 20.302 49.707v18.609q86.653 18.13 138.414 90 51.761 71.87 51.761 160.957v289.869h74.912v79.218H145.869ZM480-499.739Zm.283 438.957q-34.95 0-59.878-24.994-24.927-24.994-24.927-60.093h169.609q0 35.261-25.044 60.174Q515-60.782 480.283-60.782ZM300-265.087h360v-289.869q0-74.435-52.5-127.217Q555-734.956 480-734.956t-127.5 52.783Q300-629.391 300-554.956v289.869Z"})))}},8387:(e,r,t)=>{t.d(r,{defaultIconProps:()=>n});const n={width:20,height:20,fill:"currentColor",variant:"filled"}},9497:e=>{e.exports=require("react")}},r={};function t(n){var o=r[n];if(void 0!==o)return o.exports;var a=r[n]={exports:{}};return e[n](a,a.exports,t),a.exports}t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{t.r(n),t.d(n,{Notifications:()=>h,default:()=>b});var e=t(9497),r=t.n(e),o=t(5828),a=t(2813),i=t(8387),l=Object.defineProperty,v=Object.getOwnPropertySymbols,c=Object.prototype.hasOwnProperty,s=Object.prototype.propertyIsEnumerable,u=(e,r,t)=>r in e?l(e,r,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[r]=t,f=(e,r)=>{for(var t in r||(r={}))c.call(r,t)&&u(e,t,r[t]);if(v)for(var t of v(r))s.call(r,t)&&u(e,t,r[t]);return e},p=(e,r)=>{var t={};for(var n in e)c.call(e,n)&&r.indexOf(n)<0&&(t[n]=e[n]);if(null!=e&&v)for(var n of v(e))r.indexOf(n)<0&&s.call(e,n)&&(t[n]=e[n]);return t};const d="notifications";function h(e){const t=f(f({},i.defaultIconProps),e),{variant:n}=t,l=p(t,["variant"]),v="outlined"===n?a.r:o.r,c=e.size?{width:e.size,height:e.size}:{};return r().createElement(v,f(f({"aria-label":d},l),c))}const b=h})(),module.exports=n})();
1
+ (()=>{"use strict";var e={5828:(e,t,r)=>{r.d(t,{r:()=>i});var n,o=r(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M185.478-185.869q-16.957 0-28.283-11.326t-11.326-28.283q0-16.957 11.326-28.283t28.283-11.326h35.304v-289.869q0-88.914 51.478-160.588 51.478-71.674 138.131-90.369v-18.609q0-29.475 20.185-49.825 20.185-20.349 49.424-20.349t49.424 20.349q20.185 20.35 20.185 49.825v18.609q86.653 18.13 138.414 90 51.761 71.87 51.761 160.957v289.869h34.738q16.886 0 28.53 11.326 11.644 11.326 11.644 28.283t-11.644 28.283q-11.644 11.326-28.53 11.326H185.478ZM480.283-60.782q-34.979 0-59.892-24.863-24.913-24.864-24.913-60.224h169.609q0 35.261-24.913 60.174-24.913 24.913-59.891 24.913Z"})))}},2813:(e,t,r)=>{r.d(t,{r:()=>i});var n,o=r(9497);function a(){return a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},a.apply(this,arguments)}var i=function(e){return o.createElement("svg",a({xmlns:"http://www.w3.org/2000/svg",width:48,height:48,viewBox:"0 -960 960 960"},e),n||(n=o.createElement("path",{d:"M185.478-185.869q-16.707 0-28.158-11.502-11.451-11.501-11.451-28.282 0-16.782 11.451-28.108t28.158-11.326h35.304v-289.869q0-88.914 51.478-160.588 51.478-71.674 138.131-90.369v-18.609q0-29.239 20.302-49.707 20.303-20.467 49.307-20.467t49.307 20.467q20.302 20.468 20.302 49.707v18.609q86.653 18.13 138.414 90 51.761 71.87 51.761 160.957v289.869h34.738q16.636 0 28.405 11.501 11.769 11.502 11.769 28.283 0 16.782-11.769 28.108t-28.405 11.326H185.478ZM480-499.739Zm.283 438.957q-34.95 0-59.878-24.994-24.927-24.994-24.927-60.093h169.609q0 35.261-25.044 60.174Q515-60.782 480.283-60.782ZM300-265.087h360v-289.869q0-74.435-52.5-127.217Q555-734.956 480-734.956t-127.5 52.783Q300-629.391 300-554.956v289.869Z"})))}},8387:(e,t,r)=>{r.d(t,{defaultIconProps:()=>n});const n={width:20,height:20,fill:"currentColor",variant:"filled"}},9497:e=>{e.exports=require("react")}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var a=t[n]={exports:{}};return e[n](a,a.exports,r),a.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};(()=>{r.r(n),r.d(n,{Notifications:()=>h,default:()=>b});var e=r(9497),t=r.n(e),o=r(5828),a=r(2813),i=r(8387),l=Object.defineProperty,c=Object.getOwnPropertySymbols,v=Object.prototype.hasOwnProperty,s=Object.prototype.propertyIsEnumerable,u=(e,t,r)=>t in e?l(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,f=(e,t)=>{for(var r in t||(t={}))v.call(t,r)&&u(e,r,t[r]);if(c)for(var r of c(t))s.call(t,r)&&u(e,r,t[r]);return e},p=(e,t)=>{var r={};for(var n in e)v.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&c)for(var n of c(e))t.indexOf(n)<0&&s.call(e,n)&&(r[n]=e[n]);return r};const d="notifications";function h(e){const r=f(f({},i.defaultIconProps),e),{variant:n}=r,l=p(r,["variant"]),c="outlined"===n?a.r:o.r,v=e.size?{width:e.size,height:e.size}:{};return t().createElement(c,f(f({"aria-label":d},l),v))}const b=h})(),module.exports=n})();
2
2
  //# sourceMappingURL=index.js.map