@epilot360/icons 1.12.1 → 1.12.2

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 (1838) 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/Action/index.d.ts +4 -0
  15. package/build/react/Action/index.js +2 -0
  16. package/build/react/Action/index.js.map +1 -0
  17. package/build/react/Add/index.d.ts +4 -0
  18. package/build/react/Add/index.js +2 -0
  19. package/build/react/Add/index.js.map +1 -0
  20. package/build/react/AddCircle/index.d.ts +4 -0
  21. package/build/react/AddCircle/index.js +2 -0
  22. package/build/react/AddCircle/index.js.map +1 -0
  23. package/build/react/Address/index.d.ts +4 -0
  24. package/build/react/Address/index.js +2 -0
  25. package/build/react/Address/index.js.map +1 -0
  26. package/build/react/Alarm/index.d.ts +4 -0
  27. package/build/react/Alarm/index.js +2 -0
  28. package/build/react/Alarm/index.js.map +1 -0
  29. package/build/react/ArrowCircleLeft/index.d.ts +4 -0
  30. package/build/react/ArrowCircleLeft/index.js +2 -0
  31. package/build/react/ArrowCircleLeft/index.js.map +1 -0
  32. package/build/react/ArrowLeft/index.d.ts +4 -0
  33. package/build/react/ArrowLeft/index.js +2 -0
  34. package/build/react/ArrowLeft/index.js.map +1 -0
  35. package/build/react/ArrowRight/index.d.ts +4 -0
  36. package/build/react/ArrowRight/index.js +2 -0
  37. package/build/react/ArrowRight/index.js.map +1 -0
  38. package/build/react/AttributeEdit/index.d.ts +4 -0
  39. package/build/react/AttributeEdit/index.js +2 -0
  40. package/build/react/AttributeEdit/index.js.map +1 -0
  41. package/build/react/Attributes/index.d.ts +4 -0
  42. package/build/react/Attributes/index.js +2 -0
  43. package/build/react/Attributes/index.js.map +1 -0
  44. package/build/react/Automation/index.d.ts +4 -0
  45. package/build/react/Automation/index.js +2 -0
  46. package/build/react/Automation/index.js.map +1 -0
  47. package/build/react/Availability/index.d.ts +4 -0
  48. package/build/react/Availability/index.js +2 -0
  49. package/build/react/Availability/index.js.map +1 -0
  50. package/build/react/AvgTime/index.d.ts +4 -0
  51. package/build/react/AvgTime/index.js +2 -0
  52. package/build/react/AvgTime/index.js.map +1 -0
  53. package/build/react/Cable/index.d.ts +4 -0
  54. package/build/react/Cable/index.js +2 -0
  55. package/build/react/Cable/index.js.map +1 -0
  56. package/build/react/Calculator/index.d.ts +4 -0
  57. package/build/react/Calculator/index.js +2 -0
  58. package/build/react/Calculator/index.js.map +1 -0
  59. package/build/react/Calendar/index.d.ts +4 -0
  60. package/build/react/Calendar/index.js +2 -0
  61. package/build/react/Calendar/index.js.map +1 -0
  62. package/build/react/Call/index.d.ts +4 -0
  63. package/build/react/Call/index.js +2 -0
  64. package/build/react/Call/index.js.map +1 -0
  65. package/build/react/Category/index.d.ts +4 -0
  66. package/build/react/Category/index.js +2 -0
  67. package/build/react/Category/index.js.map +1 -0
  68. package/build/react/Check/index.d.ts +4 -0
  69. package/build/react/Check/index.js +2 -0
  70. package/build/react/Check/index.js.map +1 -0
  71. package/build/react/CheckBox/index.d.ts +4 -0
  72. package/build/react/CheckBox/index.js +2 -0
  73. package/build/react/CheckBox/index.js.map +1 -0
  74. package/build/react/CheckCircle/index.d.ts +4 -0
  75. package/build/react/CheckCircle/index.js +2 -0
  76. package/build/react/CheckCircle/index.js.map +1 -0
  77. package/build/react/Checklist/index.d.ts +4 -0
  78. package/build/react/Checklist/index.js +2 -0
  79. package/build/react/Checklist/index.js.map +1 -0
  80. package/build/react/ChevronLeft/index.d.ts +4 -0
  81. package/build/react/ChevronLeft/index.js +2 -0
  82. package/build/react/ChevronLeft/index.js.map +1 -0
  83. package/build/react/ChevronRight/index.d.ts +4 -0
  84. package/build/react/ChevronRight/index.js +2 -0
  85. package/build/react/ChevronRight/index.js.map +1 -0
  86. package/build/react/Close/index.d.ts +4 -0
  87. package/build/react/Close/index.js +2 -0
  88. package/build/react/Close/index.js.map +1 -0
  89. package/build/react/CollapseContent/index.d.ts +4 -0
  90. package/build/react/CollapseContent/index.js +2 -0
  91. package/build/react/CollapseContent/index.js.map +1 -0
  92. package/build/react/Comment/index.d.ts +4 -0
  93. package/build/react/Comment/index.js +2 -0
  94. package/build/react/Comment/index.js.map +1 -0
  95. package/build/react/Connection/index.d.ts +4 -0
  96. package/build/react/Connection/index.js +2 -0
  97. package/build/react/Connection/index.js.map +1 -0
  98. package/build/react/Consent/index.d.ts +4 -0
  99. package/build/react/Consent/index.js +2 -0
  100. package/build/react/Consent/index.js.map +1 -0
  101. package/build/react/Contact/index.d.ts +4 -0
  102. package/build/react/Contact/index.js +2 -0
  103. package/build/react/Contact/index.js.map +1 -0
  104. package/build/react/ContentCopy/index.d.ts +4 -0
  105. package/build/react/ContentCopy/index.js +2 -0
  106. package/build/react/ContentCopy/index.js.map +1 -0
  107. package/build/react/Contract/index.d.ts +4 -0
  108. package/build/react/Contract/index.js +2 -0
  109. package/build/react/Contract/index.js.map +1 -0
  110. package/build/react/Dashboard/index.d.ts +4 -0
  111. package/build/react/Dashboard/index.js +2 -0
  112. package/build/react/Dashboard/index.js.map +1 -0
  113. package/build/react/DataObject/index.d.ts +4 -0
  114. package/build/react/DataObject/index.js +2 -0
  115. package/build/react/DataObject/index.js.map +1 -0
  116. package/build/react/Delete/index.d.ts +4 -0
  117. package/build/react/Delete/index.js +2 -0
  118. package/build/react/Delete/index.js.map +1 -0
  119. package/build/react/Design/index.d.ts +4 -0
  120. package/build/react/Design/index.js +2 -0
  121. package/build/react/Design/index.js.map +1 -0
  122. package/build/react/Desktop/index.d.ts +4 -0
  123. package/build/react/Desktop/index.js +2 -0
  124. package/build/react/Desktop/index.js.map +1 -0
  125. package/build/react/Diagram/index.d.ts +4 -0
  126. package/build/react/Diagram/index.js +2 -0
  127. package/build/react/Diagram/index.js.map +1 -0
  128. package/build/react/Document/index.d.ts +4 -0
  129. package/build/react/Document/index.js +2 -0
  130. package/build/react/Document/index.js.map +1 -0
  131. package/build/react/Download/index.d.ts +4 -0
  132. package/build/react/Download/index.js +2 -0
  133. package/build/react/Download/index.js.map +1 -0
  134. package/build/react/DragIndicator/index.d.ts +4 -0
  135. package/build/react/DragIndicator/index.js +2 -0
  136. package/build/react/DragIndicator/index.js.map +1 -0
  137. package/build/react/Edit/index.d.ts +4 -0
  138. package/build/react/Edit/index.js +2 -0
  139. package/build/react/Edit/index.js.map +1 -0
  140. package/build/react/EnergySavingsLeaf/index.d.ts +4 -0
  141. package/build/react/EnergySavingsLeaf/index.js +2 -0
  142. package/build/react/EnergySavingsLeaf/index.js.map +1 -0
  143. package/build/react/Entity/index.d.ts +4 -0
  144. package/build/react/Entity/index.js +2 -0
  145. package/build/react/Entity/index.js.map +1 -0
  146. package/build/react/EntityBuilder/index.d.ts +4 -0
  147. package/build/react/EntityBuilder/index.js +2 -0
  148. package/build/react/EntityBuilder/index.js.map +1 -0
  149. package/build/react/Epilot/index.d.ts +4 -0
  150. package/build/react/Epilot/index.js +2 -0
  151. package/build/react/Epilot/index.js.map +1 -0
  152. package/build/react/EpilotIcon.d.ts +270 -0
  153. package/build/react/EpilotIcon.js +2 -0
  154. package/build/react/EpilotIcon.js.map +1 -0
  155. package/build/react/Error/index.d.ts +4 -0
  156. package/build/react/Error/index.js +2 -0
  157. package/build/react/Error/index.js.map +1 -0
  158. package/build/react/Exclamation/index.d.ts +4 -0
  159. package/build/react/Exclamation/index.js +2 -0
  160. package/build/react/Exclamation/index.js.map +1 -0
  161. package/build/react/ExpandContent/index.d.ts +4 -0
  162. package/build/react/ExpandContent/index.js +2 -0
  163. package/build/react/ExpandContent/index.js.map +1 -0
  164. package/build/react/ExpandLess/index.d.ts +4 -0
  165. package/build/react/ExpandLess/index.js +2 -0
  166. package/build/react/ExpandLess/index.js.map +1 -0
  167. package/build/react/ExpandMore/index.d.ts +4 -0
  168. package/build/react/ExpandMore/index.js +2 -0
  169. package/build/react/ExpandMore/index.js.map +1 -0
  170. package/build/react/Explore/index.d.ts +4 -0
  171. package/build/react/Explore/index.js +2 -0
  172. package/build/react/Explore/index.js.map +1 -0
  173. package/build/react/File/index.d.ts +4 -0
  174. package/build/react/File/index.js +2 -0
  175. package/build/react/File/index.js.map +1 -0
  176. package/build/react/Filter/index.d.ts +4 -0
  177. package/build/react/Filter/index.js +2 -0
  178. package/build/react/Filter/index.js.map +1 -0
  179. package/build/react/Frame/index.d.ts +4 -0
  180. package/build/react/Frame/index.js +2 -0
  181. package/build/react/Frame/index.js.map +1 -0
  182. package/build/react/Help/index.d.ts +4 -0
  183. package/build/react/Help/index.js +2 -0
  184. package/build/react/Help/index.js.map +1 -0
  185. package/build/react/HomePin/index.d.ts +4 -0
  186. package/build/react/HomePin/index.js +2 -0
  187. package/build/react/HomePin/index.js.map +1 -0
  188. package/build/react/Image/index.d.ts +4 -0
  189. package/build/react/Image/index.js +2 -0
  190. package/build/react/Image/index.js.map +1 -0
  191. package/build/react/Info/index.d.ts +4 -0
  192. package/build/react/Info/index.js +2 -0
  193. package/build/react/Info/index.js.map +1 -0
  194. package/build/react/Journey/index.d.ts +4 -0
  195. package/build/react/Journey/index.js +2 -0
  196. package/build/react/Journey/index.js.map +1 -0
  197. package/build/react/Link/index.d.ts +4 -0
  198. package/build/react/Link/index.js +2 -0
  199. package/build/react/Link/index.js.map +1 -0
  200. package/build/react/Lock/index.d.ts +4 -0
  201. package/build/react/Lock/index.js +2 -0
  202. package/build/react/Lock/index.js.map +1 -0
  203. package/build/react/LockOpen/index.d.ts +4 -0
  204. package/build/react/LockOpen/index.js +2 -0
  205. package/build/react/LockOpen/index.js.map +1 -0
  206. package/build/react/Login/index.d.ts +4 -0
  207. package/build/react/Login/index.js +2 -0
  208. package/build/react/Login/index.js.map +1 -0
  209. package/build/react/Logout/index.d.ts +4 -0
  210. package/build/react/Logout/index.js +2 -0
  211. package/build/react/Logout/index.js.map +1 -0
  212. package/build/react/Lookup/index.d.ts +4 -0
  213. package/build/react/Lookup/index.js +2 -0
  214. package/build/react/Lookup/index.js.map +1 -0
  215. package/build/react/Mail/index.d.ts +4 -0
  216. package/build/react/Mail/index.js +2 -0
  217. package/build/react/Mail/index.js.map +1 -0
  218. package/build/react/Map/index.d.ts +4 -0
  219. package/build/react/Map/index.js +2 -0
  220. package/build/react/Map/index.js.map +1 -0
  221. package/build/react/Menu/index.d.ts +4 -0
  222. package/build/react/Menu/index.js +2 -0
  223. package/build/react/Menu/index.js.map +1 -0
  224. package/build/react/Message/index.d.ts +4 -0
  225. package/build/react/Message/index.js +2 -0
  226. package/build/react/Message/index.js.map +1 -0
  227. package/build/react/Meter/index.d.ts +4 -0
  228. package/build/react/Meter/index.js +2 -0
  229. package/build/react/Meter/index.js.map +1 -0
  230. package/build/react/MoreHoriz/index.d.ts +4 -0
  231. package/build/react/MoreHoriz/index.js +2 -0
  232. package/build/react/MoreHoriz/index.js.map +1 -0
  233. package/build/react/MoreVert/index.d.ts +4 -0
  234. package/build/react/MoreVert/index.js +2 -0
  235. package/build/react/MoreVert/index.js.map +1 -0
  236. package/build/react/MoveDown/index.d.ts +4 -0
  237. package/build/react/MoveDown/index.js +2 -0
  238. package/build/react/MoveDown/index.js.map +1 -0
  239. package/build/react/Note/index.d.ts +4 -0
  240. package/build/react/Note/index.js +2 -0
  241. package/build/react/Note/index.js.map +1 -0
  242. package/build/react/Notifications/index.d.ts +4 -0
  243. package/build/react/Notifications/index.js +2 -0
  244. package/build/react/Notifications/index.js.map +1 -0
  245. package/build/react/Number/index.d.ts +4 -0
  246. package/build/react/Number/index.js +2 -0
  247. package/build/react/Number/index.js.map +1 -0
  248. package/build/react/Numbers/index.d.ts +4 -0
  249. package/build/react/Numbers/index.js +2 -0
  250. package/build/react/Numbers/index.js.map +1 -0
  251. package/build/react/OpenInNew/index.d.ts +4 -0
  252. package/build/react/OpenInNew/index.js +2 -0
  253. package/build/react/OpenInNew/index.js.map +1 -0
  254. package/build/react/Opportunity/index.d.ts +4 -0
  255. package/build/react/Opportunity/index.js +2 -0
  256. package/build/react/Opportunity/index.js.map +1 -0
  257. package/build/react/Order/index.d.ts +4 -0
  258. package/build/react/Order/index.js +2 -0
  259. package/build/react/Order/index.js.map +1 -0
  260. package/build/react/Paragraph/index.d.ts +4 -0
  261. package/build/react/Paragraph/index.js +2 -0
  262. package/build/react/Paragraph/index.js.map +1 -0
  263. package/build/react/Partner/index.d.ts +4 -0
  264. package/build/react/Partner/index.js +2 -0
  265. package/build/react/Partner/index.js.map +1 -0
  266. package/build/react/Partnering/index.d.ts +4 -0
  267. package/build/react/Partnering/index.js +2 -0
  268. package/build/react/Partnering/index.js.map +1 -0
  269. package/build/react/Pause/index.d.ts +4 -0
  270. package/build/react/Pause/index.js +2 -0
  271. package/build/react/Pause/index.js.map +1 -0
  272. package/build/react/Payment/index.d.ts +4 -0
  273. package/build/react/Payment/index.js +2 -0
  274. package/build/react/Payment/index.js.map +1 -0
  275. package/build/react/PersonCheck/index.d.ts +4 -0
  276. package/build/react/PersonCheck/index.js +2 -0
  277. package/build/react/PersonCheck/index.js.map +1 -0
  278. package/build/react/Phase/index.d.ts +4 -0
  279. package/build/react/Phase/index.js +2 -0
  280. package/build/react/Phase/index.js.map +1 -0
  281. package/build/react/Phone/index.d.ts +4 -0
  282. package/build/react/Phone/index.js +2 -0
  283. package/build/react/Phone/index.js.map +1 -0
  284. package/build/react/Play/index.d.ts +4 -0
  285. package/build/react/Play/index.js +2 -0
  286. package/build/react/Play/index.js.map +1 -0
  287. package/build/react/Portal/index.d.ts +4 -0
  288. package/build/react/Portal/index.js +2 -0
  289. package/build/react/Portal/index.js.map +1 -0
  290. package/build/react/PreviousProvider/index.d.ts +4 -0
  291. package/build/react/PreviousProvider/index.js +2 -0
  292. package/build/react/PreviousProvider/index.js.map +1 -0
  293. package/build/react/Price/index.d.ts +4 -0
  294. package/build/react/Price/index.js +2 -0
  295. package/build/react/Price/index.js.map +1 -0
  296. package/build/react/PriceMapping/index.d.ts +4 -0
  297. package/build/react/PriceMapping/index.js +2 -0
  298. package/build/react/PriceMapping/index.js.map +1 -0
  299. package/build/react/Primary/index.d.ts +4 -0
  300. package/build/react/Primary/index.js +2 -0
  301. package/build/react/Primary/index.js.map +1 -0
  302. package/build/react/Product/index.d.ts +4 -0
  303. package/build/react/Product/index.js +2 -0
  304. package/build/react/Product/index.js.map +1 -0
  305. package/build/react/QuestionMark/index.d.ts +4 -0
  306. package/build/react/QuestionMark/index.js +2 -0
  307. package/build/react/QuestionMark/index.js.map +1 -0
  308. package/build/react/RadioButton/index.d.ts +4 -0
  309. package/build/react/RadioButton/index.js +2 -0
  310. package/build/react/RadioButton/index.js.map +1 -0
  311. package/build/react/RadioButtonChecked/index.d.ts +4 -0
  312. package/build/react/RadioButtonChecked/index.js +2 -0
  313. package/build/react/RadioButtonChecked/index.js.map +1 -0
  314. package/build/react/Refresh/index.d.ts +4 -0
  315. package/build/react/Refresh/index.js +2 -0
  316. package/build/react/Refresh/index.js.map +1 -0
  317. package/build/react/Relations/index.d.ts +4 -0
  318. package/build/react/Relations/index.js +2 -0
  319. package/build/react/Relations/index.js.map +1 -0
  320. package/build/react/Repeat/index.d.ts +4 -0
  321. package/build/react/Repeat/index.js +2 -0
  322. package/build/react/Repeat/index.js.map +1 -0
  323. package/build/react/Reply/index.d.ts +4 -0
  324. package/build/react/Reply/index.js +2 -0
  325. package/build/react/Reply/index.js.map +1 -0
  326. package/build/react/Resize/index.d.ts +4 -0
  327. package/build/react/Resize/index.js +2 -0
  328. package/build/react/Resize/index.js.map +1 -0
  329. package/build/react/SDK/index.d.ts +4 -0
  330. package/build/react/SDK/index.js +2 -0
  331. package/build/react/SDK/index.js.map +1 -0
  332. package/build/react/Search/index.d.ts +4 -0
  333. package/build/react/Search/index.js +2 -0
  334. package/build/react/Search/index.js.map +1 -0
  335. package/build/react/Settings/index.d.ts +4 -0
  336. package/build/react/Settings/index.js +2 -0
  337. package/build/react/Settings/index.js.map +1 -0
  338. package/build/react/Share/index.d.ts +4 -0
  339. package/build/react/Share/index.js +2 -0
  340. package/build/react/Share/index.js.map +1 -0
  341. package/build/react/Signature/index.d.ts +4 -0
  342. package/build/react/Signature/index.js +2 -0
  343. package/build/react/Signature/index.js.map +1 -0
  344. package/build/react/Skip/index.d.ts +4 -0
  345. package/build/react/Skip/index.js +2 -0
  346. package/build/react/Skip/index.js.map +1 -0
  347. package/build/react/Solar/index.d.ts +4 -0
  348. package/build/react/Solar/index.js +2 -0
  349. package/build/react/Solar/index.js.map +1 -0
  350. package/build/react/Sort/index.d.ts +4 -0
  351. package/build/react/Sort/index.js +2 -0
  352. package/build/react/Sort/index.js.map +1 -0
  353. package/build/react/Stack/index.d.ts +4 -0
  354. package/build/react/Stack/index.js +2 -0
  355. package/build/react/Stack/index.js.map +1 -0
  356. package/build/react/Star/index.d.ts +4 -0
  357. package/build/react/Star/index.js +2 -0
  358. package/build/react/Star/index.js.map +1 -0
  359. package/build/react/StepOver/index.d.ts +4 -0
  360. package/build/react/StepOver/index.js +2 -0
  361. package/build/react/StepOver/index.js.map +1 -0
  362. package/build/react/Submission/index.d.ts +4 -0
  363. package/build/react/Submission/index.js +2 -0
  364. package/build/react/Submission/index.js.map +1 -0
  365. package/build/react/SuccessConfirmation/index.d.ts +4 -0
  366. package/build/react/SuccessConfirmation/index.js +2 -0
  367. package/build/react/SuccessConfirmation/index.js.map +1 -0
  368. package/build/react/Summary/index.d.ts +4 -0
  369. package/build/react/Summary/index.js +2 -0
  370. package/build/react/Summary/index.js.map +1 -0
  371. package/build/react/Sun/index.d.ts +4 -0
  372. package/build/react/Sun/index.js +2 -0
  373. package/build/react/Sun/index.js.map +1 -0
  374. package/build/react/Table/index.d.ts +4 -0
  375. package/build/react/Table/index.js +2 -0
  376. package/build/react/Table/index.js.map +1 -0
  377. package/build/react/Tax/index.d.ts +4 -0
  378. package/build/react/Tax/index.js +2 -0
  379. package/build/react/Tax/index.js.map +1 -0
  380. package/build/react/Templates/index.d.ts +4 -0
  381. package/build/react/Templates/index.js +2 -0
  382. package/build/react/Templates/index.js.map +1 -0
  383. package/build/react/TextField/index.d.ts +4 -0
  384. package/build/react/TextField/index.js +2 -0
  385. package/build/react/TextField/index.js.map +1 -0
  386. package/build/react/TextFields/index.d.ts +4 -0
  387. package/build/react/TextFields/index.js +2 -0
  388. package/build/react/TextFields/index.js.map +1 -0
  389. package/build/react/ThumbDown/index.d.ts +4 -0
  390. package/build/react/ThumbDown/index.js +2 -0
  391. package/build/react/ThumbDown/index.js.map +1 -0
  392. package/build/react/ThumbUp/index.d.ts +4 -0
  393. package/build/react/ThumbUp/index.js +2 -0
  394. package/build/react/ThumbUp/index.js.map +1 -0
  395. package/build/react/TwoColumns/index.d.ts +4 -0
  396. package/build/react/TwoColumns/index.js +2 -0
  397. package/build/react/TwoColumns/index.js.map +1 -0
  398. package/build/react/Upload/index.d.ts +4 -0
  399. package/build/react/Upload/index.js +2 -0
  400. package/build/react/Upload/index.js.map +1 -0
  401. package/build/react/Visibility/index.d.ts +4 -0
  402. package/build/react/Visibility/index.js +2 -0
  403. package/build/react/Visibility/index.js.map +1 -0
  404. package/build/react/VisibilityOff/index.d.ts +4 -0
  405. package/build/react/VisibilityOff/index.js +2 -0
  406. package/build/react/VisibilityOff/index.js.map +1 -0
  407. package/build/react/Warning/index.d.ts +4 -0
  408. package/build/react/Warning/index.js +2 -0
  409. package/build/react/Warning/index.js.map +1 -0
  410. package/build/react/Webhook/index.d.ts +4 -0
  411. package/build/react/Webhook/index.js +2 -0
  412. package/build/react/Webhook/index.js.map +1 -0
  413. package/build/react/Workflow/index.d.ts +4 -0
  414. package/build/react/Workflow/index.js +2 -0
  415. package/build/react/Workflow/index.js.map +1 -0
  416. package/build/react/common.d.ts +2 -0
  417. package/build/react/common.js +2 -0
  418. package/build/react/common.js.map +1 -0
  419. package/build/react/index.d.ts +131 -0
  420. package/build/react/index.js +2 -0
  421. package/build/react/index.js.map +1 -0
  422. package/build/react/types.d.ts +4 -0
  423. package/build/react/types.js +1 -0
  424. package/build/react/types.js.map +1 -0
  425. package/build/svg/Account/icon-fill.svg +1 -0
  426. package/build/svg/Account/icon.svg +1 -0
  427. package/build/svg/Account/index.d.ts +3 -0
  428. package/build/svg/Account/index.js +2 -0
  429. package/build/svg/Account/index.js.map +1 -0
  430. package/build/svg/Action/icon-fill.svg +1 -0
  431. package/build/svg/Action/icon.svg +1 -0
  432. package/build/svg/Action/index.d.ts +3 -0
  433. package/build/svg/Action/index.js +2 -0
  434. package/build/svg/Action/index.js.map +1 -0
  435. package/build/svg/Add/icon-fill.svg +1 -0
  436. package/build/svg/Add/icon.svg +1 -0
  437. package/build/svg/Add/index.d.ts +3 -0
  438. package/build/svg/Add/index.js +2 -0
  439. package/build/svg/Add/index.js.map +1 -0
  440. package/build/svg/AddCircle/icon-fill.svg +1 -0
  441. package/build/svg/AddCircle/icon.svg +1 -0
  442. package/build/svg/AddCircle/index.d.ts +3 -0
  443. package/build/svg/AddCircle/index.js +2 -0
  444. package/build/svg/AddCircle/index.js.map +1 -0
  445. package/build/svg/Address/icon-fill.svg +1 -0
  446. package/build/svg/Address/icon.svg +1 -0
  447. package/build/svg/Address/index.d.ts +3 -0
  448. package/build/svg/Address/index.js +2 -0
  449. package/build/svg/Address/index.js.map +1 -0
  450. package/build/svg/Alarm/icon-fill.svg +1 -0
  451. package/build/svg/Alarm/icon.svg +1 -0
  452. package/build/svg/Alarm/index.d.ts +3 -0
  453. package/build/svg/Alarm/index.js +2 -0
  454. package/build/svg/Alarm/index.js.map +1 -0
  455. package/build/svg/ArrowCircleLeft/icon-fill.svg +1 -0
  456. package/build/svg/ArrowCircleLeft/icon.svg +1 -0
  457. package/build/svg/ArrowCircleLeft/index.d.ts +3 -0
  458. package/build/svg/ArrowCircleLeft/index.js +2 -0
  459. package/build/svg/ArrowCircleLeft/index.js.map +1 -0
  460. package/build/svg/ArrowLeft/icon-fill.svg +1 -0
  461. package/build/svg/ArrowLeft/icon.svg +1 -0
  462. package/build/svg/ArrowLeft/index.d.ts +3 -0
  463. package/build/svg/ArrowLeft/index.js +2 -0
  464. package/build/svg/ArrowLeft/index.js.map +1 -0
  465. package/build/svg/ArrowRight/icon-fill.svg +1 -0
  466. package/build/svg/ArrowRight/icon.svg +1 -0
  467. package/build/svg/ArrowRight/index.d.ts +3 -0
  468. package/build/svg/ArrowRight/index.js +2 -0
  469. package/build/svg/ArrowRight/index.js.map +1 -0
  470. package/build/svg/AttributeEdit/icon-fill.svg +1 -0
  471. package/build/svg/AttributeEdit/icon.svg +1 -0
  472. package/build/svg/AttributeEdit/index.d.ts +3 -0
  473. package/build/svg/AttributeEdit/index.js +2 -0
  474. package/build/svg/AttributeEdit/index.js.map +1 -0
  475. package/build/svg/Attributes/icon-fill.svg +1 -0
  476. package/build/svg/Attributes/icon.svg +1 -0
  477. package/build/svg/Attributes/index.d.ts +3 -0
  478. package/build/svg/Attributes/index.js +2 -0
  479. package/build/svg/Attributes/index.js.map +1 -0
  480. package/build/svg/Automation/icon-fill.svg +1 -0
  481. package/build/svg/Automation/icon.svg +1 -0
  482. package/build/svg/Automation/index.d.ts +3 -0
  483. package/build/svg/Automation/index.js +2 -0
  484. package/build/svg/Automation/index.js.map +1 -0
  485. package/build/svg/Availability/icon-fill.svg +1 -0
  486. package/build/svg/Availability/icon.svg +1 -0
  487. package/build/svg/Availability/index.d.ts +3 -0
  488. package/build/svg/Availability/index.js +2 -0
  489. package/build/svg/Availability/index.js.map +1 -0
  490. package/build/svg/AvgTime/icon-fill.svg +1 -0
  491. package/build/svg/AvgTime/icon.svg +1 -0
  492. package/build/svg/AvgTime/index.d.ts +3 -0
  493. package/build/svg/AvgTime/index.js +2 -0
  494. package/build/svg/AvgTime/index.js.map +1 -0
  495. package/build/svg/Cable/icon-fill.svg +1 -0
  496. package/build/svg/Cable/icon.svg +1 -0
  497. package/build/svg/Cable/index.d.ts +3 -0
  498. package/build/svg/Cable/index.js +2 -0
  499. package/build/svg/Cable/index.js.map +1 -0
  500. package/build/svg/Calculator/icon-fill.svg +1 -0
  501. package/build/svg/Calculator/icon.svg +1 -0
  502. package/build/svg/Calculator/index.d.ts +3 -0
  503. package/build/svg/Calculator/index.js +2 -0
  504. package/build/svg/Calculator/index.js.map +1 -0
  505. package/build/svg/Calendar/icon-fill.svg +1 -0
  506. package/build/svg/Calendar/icon.svg +1 -0
  507. package/build/svg/Calendar/index.d.ts +3 -0
  508. package/build/svg/Calendar/index.js +2 -0
  509. package/build/svg/Calendar/index.js.map +1 -0
  510. package/build/svg/Call/icon-fill.svg +1 -0
  511. package/build/svg/Call/icon.svg +1 -0
  512. package/build/svg/Call/index.d.ts +3 -0
  513. package/build/svg/Call/index.js +2 -0
  514. package/build/svg/Call/index.js.map +1 -0
  515. package/build/svg/Category/icon-fill.svg +1 -0
  516. package/build/svg/Category/icon.svg +1 -0
  517. package/build/svg/Category/index.d.ts +3 -0
  518. package/build/svg/Category/index.js +2 -0
  519. package/build/svg/Category/index.js.map +1 -0
  520. package/build/svg/Check/icon-fill.svg +1 -0
  521. package/build/svg/Check/icon.svg +1 -0
  522. package/build/svg/Check/index.d.ts +3 -0
  523. package/build/svg/Check/index.js +2 -0
  524. package/build/svg/Check/index.js.map +1 -0
  525. package/build/svg/CheckBox/icon-fill.svg +1 -0
  526. package/build/svg/CheckBox/icon.svg +1 -0
  527. package/build/svg/CheckBox/index.d.ts +3 -0
  528. package/build/svg/CheckBox/index.js +2 -0
  529. package/build/svg/CheckBox/index.js.map +1 -0
  530. package/build/svg/CheckCircle/icon-fill.svg +1 -0
  531. package/build/svg/CheckCircle/icon.svg +1 -0
  532. package/build/svg/CheckCircle/index.d.ts +3 -0
  533. package/build/svg/CheckCircle/index.js +2 -0
  534. package/build/svg/CheckCircle/index.js.map +1 -0
  535. package/build/svg/Checklist/icon-fill.svg +1 -0
  536. package/build/svg/Checklist/icon.svg +1 -0
  537. package/build/svg/Checklist/index.d.ts +3 -0
  538. package/build/svg/Checklist/index.js +2 -0
  539. package/build/svg/Checklist/index.js.map +1 -0
  540. package/build/svg/ChevronLeft/icon-fill.svg +1 -0
  541. package/build/svg/ChevronLeft/icon.svg +1 -0
  542. package/build/svg/ChevronLeft/index.d.ts +3 -0
  543. package/build/svg/ChevronLeft/index.js +2 -0
  544. package/build/svg/ChevronLeft/index.js.map +1 -0
  545. package/build/svg/ChevronRight/icon-fill.svg +1 -0
  546. package/build/svg/ChevronRight/icon.svg +1 -0
  547. package/build/svg/ChevronRight/index.d.ts +3 -0
  548. package/build/svg/ChevronRight/index.js +2 -0
  549. package/build/svg/ChevronRight/index.js.map +1 -0
  550. package/build/svg/Close/icon-fill.svg +1 -0
  551. package/build/svg/Close/icon.svg +1 -0
  552. package/build/svg/Close/index.d.ts +3 -0
  553. package/build/svg/Close/index.js +2 -0
  554. package/build/svg/Close/index.js.map +1 -0
  555. package/build/svg/CollapseContent/icon-fill.svg +1 -0
  556. package/build/svg/CollapseContent/icon.svg +1 -0
  557. package/build/svg/CollapseContent/index.d.ts +3 -0
  558. package/build/svg/CollapseContent/index.js +2 -0
  559. package/build/svg/CollapseContent/index.js.map +1 -0
  560. package/build/svg/Comment/icon-fill.svg +1 -0
  561. package/build/svg/Comment/icon.svg +1 -0
  562. package/build/svg/Comment/index.d.ts +3 -0
  563. package/build/svg/Comment/index.js +2 -0
  564. package/build/svg/Comment/index.js.map +1 -0
  565. package/build/svg/Connection/icon-fill.svg +1 -0
  566. package/build/svg/Connection/icon.svg +1 -0
  567. package/build/svg/Connection/index.d.ts +3 -0
  568. package/build/svg/Connection/index.js +2 -0
  569. package/build/svg/Connection/index.js.map +1 -0
  570. package/build/svg/Consent/icon-fill.svg +1 -0
  571. package/build/svg/Consent/icon.svg +1 -0
  572. package/build/svg/Consent/index.d.ts +3 -0
  573. package/build/svg/Consent/index.js +2 -0
  574. package/build/svg/Consent/index.js.map +1 -0
  575. package/build/svg/Contact/icon-fill.svg +1 -0
  576. package/build/svg/Contact/icon.svg +1 -0
  577. package/build/svg/Contact/index.d.ts +3 -0
  578. package/build/svg/Contact/index.js +2 -0
  579. package/build/svg/Contact/index.js.map +1 -0
  580. package/build/svg/ContentCopy/icon-fill.svg +1 -0
  581. package/build/svg/ContentCopy/icon.svg +1 -0
  582. package/build/svg/ContentCopy/index.d.ts +3 -0
  583. package/build/svg/ContentCopy/index.js +2 -0
  584. package/build/svg/ContentCopy/index.js.map +1 -0
  585. package/build/svg/Contract/icon-fill.svg +1 -0
  586. package/build/svg/Contract/icon.svg +1 -0
  587. package/build/svg/Contract/index.d.ts +3 -0
  588. package/build/svg/Contract/index.js +2 -0
  589. package/build/svg/Contract/index.js.map +1 -0
  590. package/build/svg/Dashboard/icon-fill.svg +1 -0
  591. package/build/svg/Dashboard/icon.svg +1 -0
  592. package/build/svg/Dashboard/index.d.ts +3 -0
  593. package/build/svg/Dashboard/index.js +2 -0
  594. package/build/svg/Dashboard/index.js.map +1 -0
  595. package/build/svg/DataObject/icon-fill.svg +1 -0
  596. package/build/svg/DataObject/icon.svg +1 -0
  597. package/build/svg/DataObject/index.d.ts +3 -0
  598. package/build/svg/DataObject/index.js +2 -0
  599. package/build/svg/DataObject/index.js.map +1 -0
  600. package/build/svg/Delete/icon-fill.svg +1 -0
  601. package/build/svg/Delete/icon.svg +1 -0
  602. package/build/svg/Delete/index.d.ts +3 -0
  603. package/build/svg/Delete/index.js +2 -0
  604. package/build/svg/Delete/index.js.map +1 -0
  605. package/build/svg/Design/icon-fill.svg +1 -0
  606. package/build/svg/Design/icon.svg +1 -0
  607. package/build/svg/Design/index.d.ts +3 -0
  608. package/build/svg/Design/index.js +2 -0
  609. package/build/svg/Design/index.js.map +1 -0
  610. package/build/svg/Desktop/icon-fill.svg +1 -0
  611. package/build/svg/Desktop/icon.svg +1 -0
  612. package/build/svg/Desktop/index.d.ts +3 -0
  613. package/build/svg/Desktop/index.js +2 -0
  614. package/build/svg/Desktop/index.js.map +1 -0
  615. package/build/svg/Diagram/icon-fill.svg +5 -0
  616. package/build/svg/Diagram/icon.svg +5 -0
  617. package/build/svg/Diagram/index.d.ts +3 -0
  618. package/build/svg/Diagram/index.js +2 -0
  619. package/build/svg/Diagram/index.js.map +1 -0
  620. package/build/svg/Document/icon-fill.svg +1 -0
  621. package/build/svg/Document/icon.svg +1 -0
  622. package/build/svg/Document/index.d.ts +3 -0
  623. package/build/svg/Document/index.js +2 -0
  624. package/build/svg/Document/index.js.map +1 -0
  625. package/build/svg/Download/icon-fill.svg +1 -0
  626. package/build/svg/Download/icon.svg +1 -0
  627. package/build/svg/Download/index.d.ts +3 -0
  628. package/build/svg/Download/index.js +2 -0
  629. package/build/svg/Download/index.js.map +1 -0
  630. package/build/svg/DragIndicator/icon-fill.svg +1 -0
  631. package/build/svg/DragIndicator/icon.svg +1 -0
  632. package/build/svg/DragIndicator/index.d.ts +3 -0
  633. package/build/svg/DragIndicator/index.js +2 -0
  634. package/build/svg/DragIndicator/index.js.map +1 -0
  635. package/build/svg/Edit/icon-fill.svg +1 -0
  636. package/build/svg/Edit/icon.svg +1 -0
  637. package/build/svg/Edit/index.d.ts +3 -0
  638. package/build/svg/Edit/index.js +2 -0
  639. package/build/svg/Edit/index.js.map +1 -0
  640. package/build/svg/EnergySavingsLeaf/icon-fill.svg +1 -0
  641. package/build/svg/EnergySavingsLeaf/icon.svg +1 -0
  642. package/build/svg/EnergySavingsLeaf/index.d.ts +3 -0
  643. package/build/svg/EnergySavingsLeaf/index.js +2 -0
  644. package/build/svg/EnergySavingsLeaf/index.js.map +1 -0
  645. package/build/svg/Entity/icon-fill.svg +1 -0
  646. package/build/svg/Entity/icon.svg +1 -0
  647. package/build/svg/Entity/index.d.ts +3 -0
  648. package/build/svg/Entity/index.js +2 -0
  649. package/build/svg/Entity/index.js.map +1 -0
  650. package/build/svg/EntityBuilder/icon-fill.svg +1 -0
  651. package/build/svg/EntityBuilder/icon.svg +1 -0
  652. package/build/svg/EntityBuilder/index.d.ts +3 -0
  653. package/build/svg/EntityBuilder/index.js +2 -0
  654. package/build/svg/EntityBuilder/index.js.map +1 -0
  655. package/build/svg/Epilot/icon-fill.svg +11 -0
  656. package/build/svg/Epilot/icon.svg +11 -0
  657. package/build/svg/Epilot/index.d.ts +3 -0
  658. package/build/svg/Epilot/index.js +2 -0
  659. package/build/svg/Epilot/index.js.map +1 -0
  660. package/build/svg/Error/icon-fill.svg +1 -0
  661. package/build/svg/Error/icon.svg +1 -0
  662. package/build/svg/Error/index.d.ts +3 -0
  663. package/build/svg/Error/index.js +2 -0
  664. package/build/svg/Error/index.js.map +1 -0
  665. package/build/svg/Exclamation/icon-fill.svg +1 -0
  666. package/build/svg/Exclamation/icon.svg +1 -0
  667. package/build/svg/Exclamation/index.d.ts +3 -0
  668. package/build/svg/Exclamation/index.js +2 -0
  669. package/build/svg/Exclamation/index.js.map +1 -0
  670. package/build/svg/ExpandContent/icon-fill.svg +1 -0
  671. package/build/svg/ExpandContent/icon.svg +1 -0
  672. package/build/svg/ExpandContent/index.d.ts +3 -0
  673. package/build/svg/ExpandContent/index.js +2 -0
  674. package/build/svg/ExpandContent/index.js.map +1 -0
  675. package/build/svg/ExpandLess/icon-fill.svg +1 -0
  676. package/build/svg/ExpandLess/icon.svg +1 -0
  677. package/build/svg/ExpandLess/index.d.ts +3 -0
  678. package/build/svg/ExpandLess/index.js +2 -0
  679. package/build/svg/ExpandLess/index.js.map +1 -0
  680. package/build/svg/ExpandMore/icon-fill.svg +1 -0
  681. package/build/svg/ExpandMore/icon.svg +1 -0
  682. package/build/svg/ExpandMore/index.d.ts +3 -0
  683. package/build/svg/ExpandMore/index.js +2 -0
  684. package/build/svg/ExpandMore/index.js.map +1 -0
  685. package/build/svg/Explore/icon-fill.svg +1 -0
  686. package/build/svg/Explore/icon.svg +1 -0
  687. package/build/svg/Explore/index.d.ts +3 -0
  688. package/build/svg/Explore/index.js +2 -0
  689. package/build/svg/Explore/index.js.map +1 -0
  690. package/build/svg/File/icon-fill.svg +1 -0
  691. package/build/svg/File/icon.svg +1 -0
  692. package/build/svg/File/index.d.ts +3 -0
  693. package/build/svg/File/index.js +2 -0
  694. package/build/svg/File/index.js.map +1 -0
  695. package/build/svg/Filter/icon-fill.svg +1 -0
  696. package/build/svg/Filter/icon.svg +1 -0
  697. package/build/svg/Filter/index.d.ts +3 -0
  698. package/build/svg/Filter/index.js +2 -0
  699. package/build/svg/Filter/index.js.map +1 -0
  700. package/build/svg/Frame/icon-fill.svg +1 -0
  701. package/build/svg/Frame/icon.svg +1 -0
  702. package/build/svg/Frame/index.d.ts +3 -0
  703. package/build/svg/Frame/index.js +2 -0
  704. package/build/svg/Frame/index.js.map +1 -0
  705. package/build/svg/Help/icon-fill.svg +1 -0
  706. package/build/svg/Help/icon.svg +1 -0
  707. package/build/svg/Help/index.d.ts +3 -0
  708. package/build/svg/Help/index.js +2 -0
  709. package/build/svg/Help/index.js.map +1 -0
  710. package/build/svg/HomePin/icon-fill.svg +1 -0
  711. package/build/svg/HomePin/icon.svg +1 -0
  712. package/build/svg/HomePin/index.d.ts +3 -0
  713. package/build/svg/HomePin/index.js +2 -0
  714. package/build/svg/HomePin/index.js.map +1 -0
  715. package/build/svg/Image/icon-fill.svg +1 -0
  716. package/build/svg/Image/icon.svg +1 -0
  717. package/build/svg/Image/index.d.ts +3 -0
  718. package/build/svg/Image/index.js +2 -0
  719. package/build/svg/Image/index.js.map +1 -0
  720. package/build/svg/Info/icon-fill.svg +1 -0
  721. package/build/svg/Info/icon.svg +1 -0
  722. package/build/svg/Info/index.d.ts +3 -0
  723. package/build/svg/Info/index.js +2 -0
  724. package/build/svg/Info/index.js.map +1 -0
  725. package/build/svg/Journey/icon-fill.svg +1 -0
  726. package/build/svg/Journey/icon.svg +1 -0
  727. package/build/svg/Journey/index.d.ts +3 -0
  728. package/build/svg/Journey/index.js +2 -0
  729. package/build/svg/Journey/index.js.map +1 -0
  730. package/build/svg/Link/icon-fill.svg +1 -0
  731. package/build/svg/Link/icon.svg +1 -0
  732. package/build/svg/Link/index.d.ts +3 -0
  733. package/build/svg/Link/index.js +2 -0
  734. package/build/svg/Link/index.js.map +1 -0
  735. package/build/svg/Lock/icon-fill.svg +1 -0
  736. package/build/svg/Lock/icon.svg +1 -0
  737. package/build/svg/Lock/index.d.ts +3 -0
  738. package/build/svg/Lock/index.js +2 -0
  739. package/build/svg/Lock/index.js.map +1 -0
  740. package/build/svg/LockOpen/icon-fill.svg +1 -0
  741. package/build/svg/LockOpen/icon.svg +1 -0
  742. package/build/svg/LockOpen/index.d.ts +3 -0
  743. package/build/svg/LockOpen/index.js +2 -0
  744. package/build/svg/LockOpen/index.js.map +1 -0
  745. package/build/svg/Login/icon-fill.svg +1 -0
  746. package/build/svg/Login/icon.svg +1 -0
  747. package/build/svg/Login/index.d.ts +3 -0
  748. package/build/svg/Login/index.js +2 -0
  749. package/build/svg/Login/index.js.map +1 -0
  750. package/build/svg/Logout/icon-fill.svg +1 -0
  751. package/build/svg/Logout/icon.svg +1 -0
  752. package/build/svg/Logout/index.d.ts +3 -0
  753. package/build/svg/Logout/index.js +2 -0
  754. package/build/svg/Logout/index.js.map +1 -0
  755. package/build/svg/Lookup/icon-fill.svg +1 -0
  756. package/build/svg/Lookup/icon.svg +1 -0
  757. package/build/svg/Lookup/index.d.ts +3 -0
  758. package/build/svg/Lookup/index.js +2 -0
  759. package/build/svg/Lookup/index.js.map +1 -0
  760. package/build/svg/Mail/icon-fill.svg +1 -0
  761. package/build/svg/Mail/icon.svg +1 -0
  762. package/build/svg/Mail/index.d.ts +3 -0
  763. package/build/svg/Mail/index.js +2 -0
  764. package/build/svg/Mail/index.js.map +1 -0
  765. package/build/svg/Map/icon-fill.svg +1 -0
  766. package/build/svg/Map/icon.svg +1 -0
  767. package/build/svg/Map/index.d.ts +3 -0
  768. package/build/svg/Map/index.js +2 -0
  769. package/build/svg/Map/index.js.map +1 -0
  770. package/build/svg/Menu/icon-fill.svg +1 -0
  771. package/build/svg/Menu/icon.svg +1 -0
  772. package/build/svg/Menu/index.d.ts +3 -0
  773. package/build/svg/Menu/index.js +2 -0
  774. package/build/svg/Menu/index.js.map +1 -0
  775. package/build/svg/Message/icon-fill.svg +1 -0
  776. package/build/svg/Message/icon.svg +1 -0
  777. package/build/svg/Message/index.d.ts +3 -0
  778. package/build/svg/Message/index.js +2 -0
  779. package/build/svg/Message/index.js.map +1 -0
  780. package/build/svg/Meter/icon-fill.svg +1 -0
  781. package/build/svg/Meter/icon.svg +1 -0
  782. package/build/svg/Meter/index.d.ts +3 -0
  783. package/build/svg/Meter/index.js +2 -0
  784. package/build/svg/Meter/index.js.map +1 -0
  785. package/build/svg/MoreHoriz/icon-fill.svg +1 -0
  786. package/build/svg/MoreHoriz/icon.svg +1 -0
  787. package/build/svg/MoreHoriz/index.d.ts +3 -0
  788. package/build/svg/MoreHoriz/index.js +2 -0
  789. package/build/svg/MoreHoriz/index.js.map +1 -0
  790. package/build/svg/MoreVert/icon-fill.svg +1 -0
  791. package/build/svg/MoreVert/icon.svg +1 -0
  792. package/build/svg/MoreVert/index.d.ts +3 -0
  793. package/build/svg/MoreVert/index.js +2 -0
  794. package/build/svg/MoreVert/index.js.map +1 -0
  795. package/build/svg/MoveDown/icon-fill.svg +1 -0
  796. package/build/svg/MoveDown/icon.svg +1 -0
  797. package/build/svg/MoveDown/index.d.ts +3 -0
  798. package/build/svg/MoveDown/index.js +2 -0
  799. package/build/svg/MoveDown/index.js.map +1 -0
  800. package/build/svg/Note/icon-fill.svg +1 -0
  801. package/build/svg/Note/icon.svg +1 -0
  802. package/build/svg/Note/index.d.ts +3 -0
  803. package/build/svg/Note/index.js +2 -0
  804. package/build/svg/Note/index.js.map +1 -0
  805. package/build/svg/Notifications/icon-fill.svg +1 -0
  806. package/build/svg/Notifications/icon.svg +1 -0
  807. package/build/svg/Notifications/index.d.ts +3 -0
  808. package/build/svg/Notifications/index.js +2 -0
  809. package/build/svg/Notifications/index.js.map +1 -0
  810. package/build/svg/Number/icon-fill.svg +1 -0
  811. package/build/svg/Number/icon.svg +1 -0
  812. package/build/svg/Number/index.d.ts +3 -0
  813. package/build/svg/Number/index.js +2 -0
  814. package/build/svg/Number/index.js.map +1 -0
  815. package/build/svg/Numbers/icon-fill.svg +1 -0
  816. package/build/svg/Numbers/icon.svg +1 -0
  817. package/build/svg/Numbers/index.d.ts +3 -0
  818. package/build/svg/Numbers/index.js +2 -0
  819. package/build/svg/Numbers/index.js.map +1 -0
  820. package/build/svg/OpenInNew/icon-fill.svg +1 -0
  821. package/build/svg/OpenInNew/icon.svg +1 -0
  822. package/build/svg/OpenInNew/index.d.ts +3 -0
  823. package/build/svg/OpenInNew/index.js +2 -0
  824. package/build/svg/OpenInNew/index.js.map +1 -0
  825. package/build/svg/Opportunity/icon-fill.svg +1 -0
  826. package/build/svg/Opportunity/icon.svg +1 -0
  827. package/build/svg/Opportunity/index.d.ts +3 -0
  828. package/build/svg/Opportunity/index.js +2 -0
  829. package/build/svg/Opportunity/index.js.map +1 -0
  830. package/build/svg/Order/icon-fill.svg +1 -0
  831. package/build/svg/Order/icon.svg +1 -0
  832. package/build/svg/Order/index.d.ts +3 -0
  833. package/build/svg/Order/index.js +2 -0
  834. package/build/svg/Order/index.js.map +1 -0
  835. package/build/svg/Paragraph/icon-fill.svg +1 -0
  836. package/build/svg/Paragraph/icon.svg +1 -0
  837. package/build/svg/Paragraph/index.d.ts +3 -0
  838. package/build/svg/Paragraph/index.js +2 -0
  839. package/build/svg/Paragraph/index.js.map +1 -0
  840. package/build/svg/Partner/icon-fill.svg +1 -0
  841. package/build/svg/Partner/icon.svg +1 -0
  842. package/build/svg/Partner/index.d.ts +3 -0
  843. package/build/svg/Partner/index.js +2 -0
  844. package/build/svg/Partner/index.js.map +1 -0
  845. package/build/svg/Partnering/icon-fill.svg +1 -0
  846. package/build/svg/Partnering/icon.svg +1 -0
  847. package/build/svg/Partnering/index.d.ts +3 -0
  848. package/build/svg/Partnering/index.js +2 -0
  849. package/build/svg/Partnering/index.js.map +1 -0
  850. package/build/svg/Pause/icon-fill.svg +1 -0
  851. package/build/svg/Pause/icon.svg +1 -0
  852. package/build/svg/Pause/index.d.ts +3 -0
  853. package/build/svg/Pause/index.js +2 -0
  854. package/build/svg/Pause/index.js.map +1 -0
  855. package/build/svg/Payment/icon-fill.svg +1 -0
  856. package/build/svg/Payment/icon.svg +1 -0
  857. package/build/svg/Payment/index.d.ts +3 -0
  858. package/build/svg/Payment/index.js +2 -0
  859. package/build/svg/Payment/index.js.map +1 -0
  860. package/build/svg/PersonCheck/icon-fill.svg +1 -0
  861. package/build/svg/PersonCheck/icon.svg +1 -0
  862. package/build/svg/PersonCheck/index.d.ts +3 -0
  863. package/build/svg/PersonCheck/index.js +2 -0
  864. package/build/svg/PersonCheck/index.js.map +1 -0
  865. package/build/svg/Phase/icon-fill.svg +1 -0
  866. package/build/svg/Phase/icon.svg +1 -0
  867. package/build/svg/Phase/index.d.ts +3 -0
  868. package/build/svg/Phase/index.js +2 -0
  869. package/build/svg/Phase/index.js.map +1 -0
  870. package/build/svg/Phone/icon-fill.svg +1 -0
  871. package/build/svg/Phone/icon.svg +1 -0
  872. package/build/svg/Phone/index.d.ts +3 -0
  873. package/build/svg/Phone/index.js +2 -0
  874. package/build/svg/Phone/index.js.map +1 -0
  875. package/build/svg/Play/icon-fill.svg +1 -0
  876. package/build/svg/Play/icon.svg +1 -0
  877. package/build/svg/Play/index.d.ts +3 -0
  878. package/build/svg/Play/index.js +2 -0
  879. package/build/svg/Play/index.js.map +1 -0
  880. package/build/svg/Portal/icon-fill.svg +1 -0
  881. package/build/svg/Portal/icon.svg +1 -0
  882. package/build/svg/Portal/index.d.ts +3 -0
  883. package/build/svg/Portal/index.js +2 -0
  884. package/build/svg/Portal/index.js.map +1 -0
  885. package/build/svg/PreviousProvider/icon-fill.svg +1 -0
  886. package/build/svg/PreviousProvider/icon.svg +1 -0
  887. package/build/svg/PreviousProvider/index.d.ts +3 -0
  888. package/build/svg/PreviousProvider/index.js +2 -0
  889. package/build/svg/PreviousProvider/index.js.map +1 -0
  890. package/build/svg/Price/icon-fill.svg +1 -0
  891. package/build/svg/Price/icon.svg +1 -0
  892. package/build/svg/Price/index.d.ts +3 -0
  893. package/build/svg/Price/index.js +2 -0
  894. package/build/svg/Price/index.js.map +1 -0
  895. package/build/svg/PriceMapping/icon-fill.svg +1 -0
  896. package/build/svg/PriceMapping/icon.svg +1 -0
  897. package/build/svg/PriceMapping/index.d.ts +3 -0
  898. package/build/svg/PriceMapping/index.js +2 -0
  899. package/build/svg/PriceMapping/index.js.map +1 -0
  900. package/build/svg/Primary/icon-fill.svg +1 -0
  901. package/build/svg/Primary/icon.svg +1 -0
  902. package/build/svg/Primary/index.d.ts +3 -0
  903. package/build/svg/Primary/index.js +2 -0
  904. package/build/svg/Primary/index.js.map +1 -0
  905. package/build/svg/Product/icon-fill.svg +1 -0
  906. package/build/svg/Product/icon.svg +1 -0
  907. package/build/svg/Product/index.d.ts +3 -0
  908. package/build/svg/Product/index.js +2 -0
  909. package/build/svg/Product/index.js.map +1 -0
  910. package/build/svg/QuestionMark/icon-fill.svg +1 -0
  911. package/build/svg/QuestionMark/icon.svg +1 -0
  912. package/build/svg/QuestionMark/index.d.ts +3 -0
  913. package/build/svg/QuestionMark/index.js +2 -0
  914. package/build/svg/QuestionMark/index.js.map +1 -0
  915. package/build/svg/RadioButton/icon-fill.svg +1 -0
  916. package/build/svg/RadioButton/icon.svg +1 -0
  917. package/build/svg/RadioButton/index.d.ts +3 -0
  918. package/build/svg/RadioButton/index.js +2 -0
  919. package/build/svg/RadioButton/index.js.map +1 -0
  920. package/build/svg/RadioButtonChecked/icon-fill.svg +1 -0
  921. package/build/svg/RadioButtonChecked/icon.svg +1 -0
  922. package/build/svg/RadioButtonChecked/index.d.ts +3 -0
  923. package/build/svg/RadioButtonChecked/index.js +2 -0
  924. package/build/svg/RadioButtonChecked/index.js.map +1 -0
  925. package/build/svg/Refresh/icon-fill.svg +1 -0
  926. package/build/svg/Refresh/icon.svg +1 -0
  927. package/build/svg/Refresh/index.d.ts +3 -0
  928. package/build/svg/Refresh/index.js +2 -0
  929. package/build/svg/Refresh/index.js.map +1 -0
  930. package/build/svg/Relations/icon-fill.svg +1 -0
  931. package/build/svg/Relations/icon.svg +1 -0
  932. package/build/svg/Relations/index.d.ts +3 -0
  933. package/build/svg/Relations/index.js +2 -0
  934. package/build/svg/Relations/index.js.map +1 -0
  935. package/build/svg/Repeat/icon-fill.svg +1 -0
  936. package/build/svg/Repeat/icon.svg +1 -0
  937. package/build/svg/Repeat/index.d.ts +3 -0
  938. package/build/svg/Repeat/index.js +2 -0
  939. package/build/svg/Repeat/index.js.map +1 -0
  940. package/build/svg/Reply/icon-fill.svg +1 -0
  941. package/build/svg/Reply/icon.svg +1 -0
  942. package/build/svg/Reply/index.d.ts +3 -0
  943. package/build/svg/Reply/index.js +2 -0
  944. package/build/svg/Reply/index.js.map +1 -0
  945. package/build/svg/Resize/icon-fill.svg +1 -0
  946. package/build/svg/Resize/icon.svg +1 -0
  947. package/build/svg/Resize/index.d.ts +3 -0
  948. package/build/svg/Resize/index.js +2 -0
  949. package/build/svg/Resize/index.js.map +1 -0
  950. package/build/svg/SDK/icon-fill.svg +1 -0
  951. package/build/svg/SDK/icon.svg +1 -0
  952. package/build/svg/SDK/index.d.ts +3 -0
  953. package/build/svg/SDK/index.js +2 -0
  954. package/build/svg/SDK/index.js.map +1 -0
  955. package/build/svg/Search/icon-fill.svg +1 -0
  956. package/build/svg/Search/icon.svg +1 -0
  957. package/build/svg/Search/index.d.ts +3 -0
  958. package/build/svg/Search/index.js +2 -0
  959. package/build/svg/Search/index.js.map +1 -0
  960. package/build/svg/Settings/icon-fill.svg +1 -0
  961. package/build/svg/Settings/icon.svg +1 -0
  962. package/build/svg/Settings/index.d.ts +3 -0
  963. package/build/svg/Settings/index.js +2 -0
  964. package/build/svg/Settings/index.js.map +1 -0
  965. package/build/svg/Share/icon-fill.svg +1 -0
  966. package/build/svg/Share/icon.svg +1 -0
  967. package/build/svg/Share/index.d.ts +3 -0
  968. package/build/svg/Share/index.js +2 -0
  969. package/build/svg/Share/index.js.map +1 -0
  970. package/build/svg/Signature/icon-fill.svg +1 -0
  971. package/build/svg/Signature/icon.svg +1 -0
  972. package/build/svg/Signature/index.d.ts +3 -0
  973. package/build/svg/Signature/index.js +2 -0
  974. package/build/svg/Signature/index.js.map +1 -0
  975. package/build/svg/Skip/icon-fill.svg +1 -0
  976. package/build/svg/Skip/icon.svg +1 -0
  977. package/build/svg/Skip/index.d.ts +3 -0
  978. package/build/svg/Skip/index.js +2 -0
  979. package/build/svg/Skip/index.js.map +1 -0
  980. package/build/svg/Solar/icon-fill.svg +1 -0
  981. package/build/svg/Solar/icon.svg +1 -0
  982. package/build/svg/Solar/index.d.ts +3 -0
  983. package/build/svg/Solar/index.js +2 -0
  984. package/build/svg/Solar/index.js.map +1 -0
  985. package/build/svg/Sort/icon-fill.svg +1 -0
  986. package/build/svg/Sort/icon.svg +1 -0
  987. package/build/svg/Sort/index.d.ts +3 -0
  988. package/build/svg/Sort/index.js +2 -0
  989. package/build/svg/Sort/index.js.map +1 -0
  990. package/build/svg/Stack/icon-fill.svg +1 -0
  991. package/build/svg/Stack/icon.svg +1 -0
  992. package/build/svg/Stack/index.d.ts +3 -0
  993. package/build/svg/Stack/index.js +2 -0
  994. package/build/svg/Stack/index.js.map +1 -0
  995. package/build/svg/Star/icon-fill.svg +1 -0
  996. package/build/svg/Star/icon.svg +1 -0
  997. package/build/svg/Star/index.d.ts +3 -0
  998. package/build/svg/Star/index.js +2 -0
  999. package/build/svg/Star/index.js.map +1 -0
  1000. package/build/svg/StepOver/icon-fill.svg +1 -0
  1001. package/build/svg/StepOver/icon.svg +1 -0
  1002. package/build/svg/StepOver/index.d.ts +3 -0
  1003. package/build/svg/StepOver/index.js +2 -0
  1004. package/build/svg/StepOver/index.js.map +1 -0
  1005. package/build/svg/Submission/icon-fill.svg +1 -0
  1006. package/build/svg/Submission/icon.svg +1 -0
  1007. package/build/svg/Submission/index.d.ts +3 -0
  1008. package/build/svg/Submission/index.js +2 -0
  1009. package/build/svg/Submission/index.js.map +1 -0
  1010. package/build/svg/SuccessConfirmation/icon-fill.svg +1 -0
  1011. package/build/svg/SuccessConfirmation/icon.svg +1 -0
  1012. package/build/svg/SuccessConfirmation/index.d.ts +3 -0
  1013. package/build/svg/SuccessConfirmation/index.js +2 -0
  1014. package/build/svg/SuccessConfirmation/index.js.map +1 -0
  1015. package/build/svg/Summary/icon-fill.svg +1 -0
  1016. package/build/svg/Summary/icon.svg +1 -0
  1017. package/build/svg/Summary/index.d.ts +3 -0
  1018. package/build/svg/Summary/index.js +2 -0
  1019. package/build/svg/Summary/index.js.map +1 -0
  1020. package/build/svg/Sun/icon-fill.svg +1 -0
  1021. package/build/svg/Sun/icon.svg +1 -0
  1022. package/build/svg/Sun/index.d.ts +3 -0
  1023. package/build/svg/Sun/index.js +2 -0
  1024. package/build/svg/Sun/index.js.map +1 -0
  1025. package/build/svg/Table/icon-fill.svg +1 -0
  1026. package/build/svg/Table/icon.svg +1 -0
  1027. package/build/svg/Table/index.d.ts +3 -0
  1028. package/build/svg/Table/index.js +2 -0
  1029. package/build/svg/Table/index.js.map +1 -0
  1030. package/build/svg/Tax/icon-fill.svg +1 -0
  1031. package/build/svg/Tax/icon.svg +1 -0
  1032. package/build/svg/Tax/index.d.ts +3 -0
  1033. package/build/svg/Tax/index.js +2 -0
  1034. package/build/svg/Tax/index.js.map +1 -0
  1035. package/build/svg/Templates/icon-fill.svg +1 -0
  1036. package/build/svg/Templates/icon.svg +1 -0
  1037. package/build/svg/Templates/index.d.ts +3 -0
  1038. package/build/svg/Templates/index.js +2 -0
  1039. package/build/svg/Templates/index.js.map +1 -0
  1040. package/build/svg/TextField/icon-fill.svg +1 -0
  1041. package/build/svg/TextField/icon.svg +1 -0
  1042. package/build/svg/TextField/index.d.ts +3 -0
  1043. package/build/svg/TextField/index.js +2 -0
  1044. package/build/svg/TextField/index.js.map +1 -0
  1045. package/build/svg/TextFields/icon-fill.svg +1 -0
  1046. package/build/svg/TextFields/icon.svg +1 -0
  1047. package/build/svg/TextFields/index.d.ts +3 -0
  1048. package/build/svg/TextFields/index.js +2 -0
  1049. package/build/svg/TextFields/index.js.map +1 -0
  1050. package/build/svg/ThumbDown/icon-fill.svg +1 -0
  1051. package/build/svg/ThumbDown/icon.svg +1 -0
  1052. package/build/svg/ThumbDown/index.d.ts +3 -0
  1053. package/build/svg/ThumbDown/index.js +2 -0
  1054. package/build/svg/ThumbDown/index.js.map +1 -0
  1055. package/build/svg/ThumbUp/icon-fill.svg +1 -0
  1056. package/build/svg/ThumbUp/icon.svg +1 -0
  1057. package/build/svg/ThumbUp/index.d.ts +3 -0
  1058. package/build/svg/ThumbUp/index.js +2 -0
  1059. package/build/svg/ThumbUp/index.js.map +1 -0
  1060. package/build/svg/TwoColumns/icon-fill.svg +7 -0
  1061. package/build/svg/TwoColumns/icon.svg +7 -0
  1062. package/build/svg/TwoColumns/index.d.ts +3 -0
  1063. package/build/svg/TwoColumns/index.js +2 -0
  1064. package/build/svg/TwoColumns/index.js.map +1 -0
  1065. package/build/svg/Upload/icon-fill.svg +1 -0
  1066. package/build/svg/Upload/icon.svg +1 -0
  1067. package/build/svg/Upload/index.d.ts +3 -0
  1068. package/build/svg/Upload/index.js +2 -0
  1069. package/build/svg/Upload/index.js.map +1 -0
  1070. package/build/svg/Visibility/icon-fill.svg +1 -0
  1071. package/build/svg/Visibility/icon.svg +1 -0
  1072. package/build/svg/Visibility/index.d.ts +3 -0
  1073. package/build/svg/Visibility/index.js +2 -0
  1074. package/build/svg/Visibility/index.js.map +1 -0
  1075. package/build/svg/VisibilityOff/icon-fill.svg +1 -0
  1076. package/build/svg/VisibilityOff/icon.svg +1 -0
  1077. package/build/svg/VisibilityOff/index.d.ts +3 -0
  1078. package/build/svg/VisibilityOff/index.js +2 -0
  1079. package/build/svg/VisibilityOff/index.js.map +1 -0
  1080. package/build/svg/Warning/icon-fill.svg +1 -0
  1081. package/build/svg/Warning/icon.svg +1 -0
  1082. package/build/svg/Warning/index.d.ts +3 -0
  1083. package/build/svg/Warning/index.js +2 -0
  1084. package/build/svg/Warning/index.js.map +1 -0
  1085. package/build/svg/Webhook/icon-fill.svg +1 -0
  1086. package/build/svg/Webhook/icon.svg +1 -0
  1087. package/build/svg/Webhook/index.d.ts +3 -0
  1088. package/build/svg/Webhook/index.js +2 -0
  1089. package/build/svg/Webhook/index.js.map +1 -0
  1090. package/build/svg/Workflow/icon-fill.svg +1 -0
  1091. package/build/svg/Workflow/icon.svg +1 -0
  1092. package/build/svg/Workflow/index.d.ts +3 -0
  1093. package/build/svg/Workflow/index.js +2 -0
  1094. package/build/svg/Workflow/index.js.map +1 -0
  1095. package/build/svg/index.d.ts +131 -0
  1096. package/build/svg/index.js +2 -0
  1097. package/build/svg/index.js.map +1 -0
  1098. package/build/svg/svgIcon.d.ts +140 -0
  1099. package/build/svg/svgIcon.js +2 -0
  1100. package/build/svg/svgIcon.js.map +1 -0
  1101. package/build/types.d.ts +19 -0
  1102. package/build/types.js +1 -0
  1103. package/build/types.js.map +1 -0
  1104. package/dist/bundle.js +2 -0
  1105. package/dist/bundle.js.map +1 -0
  1106. package/generator/run.ts +102 -0
  1107. package/generator/templates/react/EpilotIcon.tsx.ejs +29 -0
  1108. package/generator/templates/react/component/index.tsx.ejs +23 -0
  1109. package/generator/templates/react/component/story.stories.tsx.ejs +13 -0
  1110. package/generator/templates/react/index.ts.ejs +5 -0
  1111. package/generator/templates/svg/index.ts.ejs +5 -0
  1112. package/generator/templates/svg/module/index.ts.ejs +12 -0
  1113. package/generator/templates/svg/svgIcon.ts.ejs +61 -0
  1114. package/iac/.eslintrc.yml +27 -0
  1115. package/iac/.gitignore +3 -0
  1116. package/iac/cdk.json +42 -0
  1117. package/iac/config.ts +46 -0
  1118. package/iac/index.ts +21 -0
  1119. package/iac/package.json +25 -0
  1120. package/iac/service-stack.ts +33 -0
  1121. package/iac/tsconfig.json +31 -0
  1122. package/iac/yarn.lock +381 -0
  1123. package/icons.config.yaml +4 -0
  1124. package/index.js +1 -1
  1125. package/index.js.map +1 -1
  1126. package/package.json +1 -1
  1127. package/react/EpilotIcon.d.ts +2 -0
  1128. package/react/EpilotIcon.js +1 -1
  1129. package/react/EpilotIcon.js.map +1 -1
  1130. package/react/StepOver/index.d.ts +4 -0
  1131. package/react/StepOver/index.js +2 -0
  1132. package/react/StepOver/index.js.map +1 -0
  1133. package/react/index.d.ts +1 -0
  1134. package/react/index.js +1 -1
  1135. package/react/index.js.map +1 -1
  1136. package/src/index.ts +3 -0
  1137. package/src/react/Account/index.tsx +22 -0
  1138. package/src/react/Account/story.stories.tsx +13 -0
  1139. package/src/react/Action/index.tsx +22 -0
  1140. package/src/react/Action/story.stories.tsx +13 -0
  1141. package/src/react/Add/index.tsx +22 -0
  1142. package/src/react/Add/story.stories.tsx +13 -0
  1143. package/src/react/AddCircle/index.tsx +22 -0
  1144. package/src/react/AddCircle/story.stories.tsx +13 -0
  1145. package/src/react/Address/index.tsx +22 -0
  1146. package/src/react/Address/story.stories.tsx +13 -0
  1147. package/src/react/Alarm/index.tsx +22 -0
  1148. package/src/react/Alarm/story.stories.tsx +13 -0
  1149. package/src/react/ArrowCircleLeft/index.tsx +22 -0
  1150. package/src/react/ArrowCircleLeft/story.stories.tsx +13 -0
  1151. package/src/react/ArrowLeft/index.tsx +22 -0
  1152. package/src/react/ArrowLeft/story.stories.tsx +13 -0
  1153. package/src/react/ArrowRight/index.tsx +22 -0
  1154. package/src/react/ArrowRight/story.stories.tsx +13 -0
  1155. package/src/react/AttributeEdit/index.tsx +22 -0
  1156. package/src/react/AttributeEdit/story.stories.tsx +13 -0
  1157. package/src/react/Attributes/index.tsx +22 -0
  1158. package/src/react/Attributes/story.stories.tsx +13 -0
  1159. package/src/react/Automation/index.tsx +22 -0
  1160. package/src/react/Automation/story.stories.tsx +13 -0
  1161. package/src/react/Availability/index.tsx +22 -0
  1162. package/src/react/Availability/story.stories.tsx +13 -0
  1163. package/src/react/AvgTime/index.tsx +22 -0
  1164. package/src/react/AvgTime/story.stories.tsx +13 -0
  1165. package/src/react/Cable/index.tsx +22 -0
  1166. package/src/react/Cable/story.stories.tsx +13 -0
  1167. package/src/react/Calculator/index.tsx +22 -0
  1168. package/src/react/Calculator/story.stories.tsx +13 -0
  1169. package/src/react/Calendar/index.tsx +22 -0
  1170. package/src/react/Calendar/story.stories.tsx +13 -0
  1171. package/src/react/Call/index.tsx +22 -0
  1172. package/src/react/Call/story.stories.tsx +13 -0
  1173. package/src/react/Category/index.tsx +22 -0
  1174. package/src/react/Category/story.stories.tsx +13 -0
  1175. package/src/react/Check/index.tsx +22 -0
  1176. package/src/react/Check/story.stories.tsx +13 -0
  1177. package/src/react/CheckBox/index.tsx +22 -0
  1178. package/src/react/CheckBox/story.stories.tsx +13 -0
  1179. package/src/react/CheckCircle/index.tsx +22 -0
  1180. package/src/react/CheckCircle/story.stories.tsx +13 -0
  1181. package/src/react/Checklist/index.tsx +22 -0
  1182. package/src/react/Checklist/story.stories.tsx +13 -0
  1183. package/src/react/ChevronLeft/index.tsx +22 -0
  1184. package/src/react/ChevronLeft/story.stories.tsx +13 -0
  1185. package/src/react/ChevronRight/index.tsx +22 -0
  1186. package/src/react/ChevronRight/story.stories.tsx +13 -0
  1187. package/src/react/Close/index.tsx +22 -0
  1188. package/src/react/Close/story.stories.tsx +13 -0
  1189. package/src/react/CollapseContent/index.tsx +22 -0
  1190. package/src/react/CollapseContent/story.stories.tsx +13 -0
  1191. package/src/react/Comment/index.tsx +22 -0
  1192. package/src/react/Comment/story.stories.tsx +13 -0
  1193. package/src/react/Connection/index.tsx +22 -0
  1194. package/src/react/Connection/story.stories.tsx +13 -0
  1195. package/src/react/Consent/index.tsx +22 -0
  1196. package/src/react/Consent/story.stories.tsx +13 -0
  1197. package/src/react/Contact/index.tsx +22 -0
  1198. package/src/react/Contact/story.stories.tsx +13 -0
  1199. package/src/react/ContentCopy/index.tsx +22 -0
  1200. package/src/react/ContentCopy/story.stories.tsx +13 -0
  1201. package/src/react/Contract/index.tsx +22 -0
  1202. package/src/react/Contract/story.stories.tsx +13 -0
  1203. package/src/react/Dashboard/index.tsx +22 -0
  1204. package/src/react/Dashboard/story.stories.tsx +13 -0
  1205. package/src/react/DataObject/index.tsx +22 -0
  1206. package/src/react/DataObject/story.stories.tsx +13 -0
  1207. package/src/react/Delete/index.tsx +22 -0
  1208. package/src/react/Delete/story.stories.tsx +13 -0
  1209. package/src/react/Design/index.tsx +22 -0
  1210. package/src/react/Design/story.stories.tsx +13 -0
  1211. package/src/react/Desktop/index.tsx +22 -0
  1212. package/src/react/Desktop/story.stories.tsx +13 -0
  1213. package/src/react/Diagram/index.tsx +22 -0
  1214. package/src/react/Diagram/story.stories.tsx +13 -0
  1215. package/src/react/Document/index.tsx +22 -0
  1216. package/src/react/Document/story.stories.tsx +13 -0
  1217. package/src/react/Download/index.tsx +22 -0
  1218. package/src/react/Download/story.stories.tsx +13 -0
  1219. package/src/react/DragIndicator/index.tsx +22 -0
  1220. package/src/react/DragIndicator/story.stories.tsx +13 -0
  1221. package/src/react/Edit/index.tsx +22 -0
  1222. package/src/react/Edit/story.stories.tsx +13 -0
  1223. package/src/react/EnergySavingsLeaf/index.tsx +22 -0
  1224. package/src/react/EnergySavingsLeaf/story.stories.tsx +13 -0
  1225. package/src/react/Entity/index.tsx +22 -0
  1226. package/src/react/Entity/story.stories.tsx +13 -0
  1227. package/src/react/EntityBuilder/index.tsx +22 -0
  1228. package/src/react/EntityBuilder/story.stories.tsx +13 -0
  1229. package/src/react/Epilot/index.tsx +22 -0
  1230. package/src/react/Epilot/story.stories.tsx +13 -0
  1231. package/src/react/EpilotIcon.stories.tsx +85 -0
  1232. package/src/react/EpilotIcon.tsx +283 -0
  1233. package/src/react/Error/index.tsx +22 -0
  1234. package/src/react/Error/story.stories.tsx +13 -0
  1235. package/src/react/Exclamation/index.tsx +22 -0
  1236. package/src/react/Exclamation/story.stories.tsx +13 -0
  1237. package/src/react/ExpandContent/index.tsx +22 -0
  1238. package/src/react/ExpandContent/story.stories.tsx +13 -0
  1239. package/src/react/ExpandLess/index.tsx +22 -0
  1240. package/src/react/ExpandLess/story.stories.tsx +13 -0
  1241. package/src/react/ExpandMore/index.tsx +22 -0
  1242. package/src/react/ExpandMore/story.stories.tsx +13 -0
  1243. package/src/react/Explore/index.tsx +22 -0
  1244. package/src/react/Explore/story.stories.tsx +13 -0
  1245. package/src/react/File/index.tsx +22 -0
  1246. package/src/react/File/story.stories.tsx +13 -0
  1247. package/src/react/Filter/index.tsx +22 -0
  1248. package/src/react/Filter/story.stories.tsx +13 -0
  1249. package/src/react/Frame/index.tsx +22 -0
  1250. package/src/react/Frame/story.stories.tsx +13 -0
  1251. package/src/react/Help/index.tsx +22 -0
  1252. package/src/react/Help/story.stories.tsx +13 -0
  1253. package/src/react/HomePin/index.tsx +22 -0
  1254. package/src/react/HomePin/story.stories.tsx +13 -0
  1255. package/src/react/Image/index.tsx +22 -0
  1256. package/src/react/Image/story.stories.tsx +13 -0
  1257. package/src/react/Info/index.tsx +22 -0
  1258. package/src/react/Info/story.stories.tsx +13 -0
  1259. package/src/react/Journey/index.tsx +22 -0
  1260. package/src/react/Journey/story.stories.tsx +13 -0
  1261. package/src/react/Link/index.tsx +22 -0
  1262. package/src/react/Link/story.stories.tsx +13 -0
  1263. package/src/react/Lock/index.tsx +22 -0
  1264. package/src/react/Lock/story.stories.tsx +13 -0
  1265. package/src/react/LockOpen/index.tsx +22 -0
  1266. package/src/react/LockOpen/story.stories.tsx +13 -0
  1267. package/src/react/Login/index.tsx +22 -0
  1268. package/src/react/Login/story.stories.tsx +13 -0
  1269. package/src/react/Logout/index.tsx +22 -0
  1270. package/src/react/Logout/story.stories.tsx +13 -0
  1271. package/src/react/Lookup/index.tsx +22 -0
  1272. package/src/react/Lookup/story.stories.tsx +13 -0
  1273. package/src/react/Mail/index.tsx +22 -0
  1274. package/src/react/Mail/story.stories.tsx +13 -0
  1275. package/src/react/Map/index.tsx +22 -0
  1276. package/src/react/Map/story.stories.tsx +13 -0
  1277. package/src/react/Menu/index.tsx +22 -0
  1278. package/src/react/Menu/story.stories.tsx +13 -0
  1279. package/src/react/Message/index.tsx +22 -0
  1280. package/src/react/Message/story.stories.tsx +13 -0
  1281. package/src/react/Meter/index.tsx +22 -0
  1282. package/src/react/Meter/story.stories.tsx +13 -0
  1283. package/src/react/MoreHoriz/index.tsx +22 -0
  1284. package/src/react/MoreHoriz/story.stories.tsx +13 -0
  1285. package/src/react/MoreVert/index.tsx +22 -0
  1286. package/src/react/MoreVert/story.stories.tsx +13 -0
  1287. package/src/react/MoveDown/index.tsx +22 -0
  1288. package/src/react/MoveDown/story.stories.tsx +13 -0
  1289. package/src/react/Note/index.tsx +22 -0
  1290. package/src/react/Note/story.stories.tsx +13 -0
  1291. package/src/react/Notifications/index.tsx +22 -0
  1292. package/src/react/Notifications/story.stories.tsx +13 -0
  1293. package/src/react/Number/index.tsx +22 -0
  1294. package/src/react/Number/story.stories.tsx +13 -0
  1295. package/src/react/Numbers/index.tsx +22 -0
  1296. package/src/react/Numbers/story.stories.tsx +13 -0
  1297. package/src/react/OpenInNew/index.tsx +22 -0
  1298. package/src/react/OpenInNew/story.stories.tsx +13 -0
  1299. package/src/react/Opportunity/index.tsx +22 -0
  1300. package/src/react/Opportunity/story.stories.tsx +13 -0
  1301. package/src/react/Order/index.tsx +22 -0
  1302. package/src/react/Order/story.stories.tsx +13 -0
  1303. package/src/react/Paragraph/index.tsx +22 -0
  1304. package/src/react/Paragraph/story.stories.tsx +13 -0
  1305. package/src/react/Partner/index.tsx +22 -0
  1306. package/src/react/Partner/story.stories.tsx +13 -0
  1307. package/src/react/Partnering/index.tsx +22 -0
  1308. package/src/react/Partnering/story.stories.tsx +13 -0
  1309. package/src/react/Pause/index.tsx +22 -0
  1310. package/src/react/Pause/story.stories.tsx +13 -0
  1311. package/src/react/Payment/index.tsx +22 -0
  1312. package/src/react/Payment/story.stories.tsx +13 -0
  1313. package/src/react/PersonCheck/index.tsx +22 -0
  1314. package/src/react/PersonCheck/story.stories.tsx +13 -0
  1315. package/src/react/Phase/index.tsx +22 -0
  1316. package/src/react/Phase/story.stories.tsx +13 -0
  1317. package/src/react/Phone/index.tsx +22 -0
  1318. package/src/react/Phone/story.stories.tsx +13 -0
  1319. package/src/react/Play/index.tsx +22 -0
  1320. package/src/react/Play/story.stories.tsx +13 -0
  1321. package/src/react/Portal/index.tsx +22 -0
  1322. package/src/react/Portal/story.stories.tsx +13 -0
  1323. package/src/react/PreviousProvider/index.tsx +22 -0
  1324. package/src/react/PreviousProvider/story.stories.tsx +13 -0
  1325. package/src/react/Price/index.tsx +22 -0
  1326. package/src/react/Price/story.stories.tsx +13 -0
  1327. package/src/react/PriceMapping/index.tsx +22 -0
  1328. package/src/react/PriceMapping/story.stories.tsx +13 -0
  1329. package/src/react/Primary/index.tsx +22 -0
  1330. package/src/react/Primary/story.stories.tsx +13 -0
  1331. package/src/react/Product/index.tsx +22 -0
  1332. package/src/react/Product/story.stories.tsx +13 -0
  1333. package/src/react/QuestionMark/index.tsx +22 -0
  1334. package/src/react/QuestionMark/story.stories.tsx +13 -0
  1335. package/src/react/RadioButton/index.tsx +22 -0
  1336. package/src/react/RadioButton/story.stories.tsx +13 -0
  1337. package/src/react/RadioButtonChecked/index.tsx +22 -0
  1338. package/src/react/RadioButtonChecked/story.stories.tsx +13 -0
  1339. package/src/react/Refresh/index.tsx +22 -0
  1340. package/src/react/Refresh/story.stories.tsx +13 -0
  1341. package/src/react/Relations/index.tsx +22 -0
  1342. package/src/react/Relations/story.stories.tsx +13 -0
  1343. package/src/react/Repeat/index.tsx +22 -0
  1344. package/src/react/Repeat/story.stories.tsx +13 -0
  1345. package/src/react/Reply/index.tsx +22 -0
  1346. package/src/react/Reply/story.stories.tsx +13 -0
  1347. package/src/react/Resize/index.tsx +22 -0
  1348. package/src/react/Resize/story.stories.tsx +13 -0
  1349. package/src/react/SDK/index.tsx +22 -0
  1350. package/src/react/SDK/story.stories.tsx +13 -0
  1351. package/src/react/Search/index.tsx +22 -0
  1352. package/src/react/Search/story.stories.tsx +13 -0
  1353. package/src/react/Settings/index.tsx +22 -0
  1354. package/src/react/Settings/story.stories.tsx +13 -0
  1355. package/src/react/Share/index.tsx +22 -0
  1356. package/src/react/Share/story.stories.tsx +13 -0
  1357. package/src/react/Signature/index.tsx +22 -0
  1358. package/src/react/Signature/story.stories.tsx +13 -0
  1359. package/src/react/Skip/index.tsx +22 -0
  1360. package/src/react/Skip/story.stories.tsx +13 -0
  1361. package/src/react/Solar/index.tsx +22 -0
  1362. package/src/react/Solar/story.stories.tsx +13 -0
  1363. package/src/react/Sort/index.tsx +22 -0
  1364. package/src/react/Sort/story.stories.tsx +13 -0
  1365. package/src/react/Stack/index.tsx +22 -0
  1366. package/src/react/Stack/story.stories.tsx +13 -0
  1367. package/src/react/Star/index.tsx +22 -0
  1368. package/src/react/Star/story.stories.tsx +13 -0
  1369. package/src/react/StepOver/index.tsx +22 -0
  1370. package/src/react/StepOver/story.stories.tsx +13 -0
  1371. package/src/react/Submission/index.tsx +22 -0
  1372. package/src/react/Submission/story.stories.tsx +13 -0
  1373. package/src/react/SuccessConfirmation/index.tsx +22 -0
  1374. package/src/react/SuccessConfirmation/story.stories.tsx +13 -0
  1375. package/src/react/Summary/index.tsx +22 -0
  1376. package/src/react/Summary/story.stories.tsx +13 -0
  1377. package/src/react/Sun/index.tsx +22 -0
  1378. package/src/react/Sun/story.stories.tsx +13 -0
  1379. package/src/react/Table/index.tsx +22 -0
  1380. package/src/react/Table/story.stories.tsx +13 -0
  1381. package/src/react/Tax/index.tsx +22 -0
  1382. package/src/react/Tax/story.stories.tsx +13 -0
  1383. package/src/react/Templates/index.tsx +22 -0
  1384. package/src/react/Templates/story.stories.tsx +13 -0
  1385. package/src/react/TextField/index.tsx +22 -0
  1386. package/src/react/TextField/story.stories.tsx +13 -0
  1387. package/src/react/TextFields/index.tsx +22 -0
  1388. package/src/react/TextFields/story.stories.tsx +13 -0
  1389. package/src/react/ThumbDown/index.tsx +22 -0
  1390. package/src/react/ThumbDown/story.stories.tsx +13 -0
  1391. package/src/react/ThumbUp/index.tsx +22 -0
  1392. package/src/react/ThumbUp/story.stories.tsx +13 -0
  1393. package/src/react/TwoColumns/index.tsx +22 -0
  1394. package/src/react/TwoColumns/story.stories.tsx +13 -0
  1395. package/src/react/Upload/index.tsx +22 -0
  1396. package/src/react/Upload/story.stories.tsx +13 -0
  1397. package/src/react/Visibility/index.tsx +22 -0
  1398. package/src/react/Visibility/story.stories.tsx +13 -0
  1399. package/src/react/VisibilityOff/index.tsx +22 -0
  1400. package/src/react/VisibilityOff/story.stories.tsx +13 -0
  1401. package/src/react/Warning/index.tsx +22 -0
  1402. package/src/react/Warning/story.stories.tsx +13 -0
  1403. package/src/react/Webhook/index.tsx +22 -0
  1404. package/src/react/Webhook/story.stories.tsx +13 -0
  1405. package/src/react/Workflow/index.tsx +22 -0
  1406. package/src/react/Workflow/story.stories.tsx +13 -0
  1407. package/src/react/common.ts +8 -0
  1408. package/src/react/index.ts +132 -0
  1409. package/src/react/types.ts +5 -0
  1410. package/src/stories/Readme.mdx +69 -0
  1411. package/src/stories/SVGExample.stories.tsx +55 -0
  1412. package/src/stories/SVGExample.tsx +10 -0
  1413. package/src/stories/Search.mdx +8 -0
  1414. package/src/stories/SearchComponent.css +48 -0
  1415. package/src/stories/SearchComponent.tsx +89 -0
  1416. package/src/stories/util.ts +37 -0
  1417. package/src/svg/Account/icon-fill.svg +1 -0
  1418. package/src/svg/Account/icon.svg +1 -0
  1419. package/src/svg/Account/index.ts +12 -0
  1420. package/src/svg/Action/icon-fill.svg +1 -0
  1421. package/src/svg/Action/icon.svg +1 -0
  1422. package/src/svg/Action/index.ts +12 -0
  1423. package/src/svg/Add/icon-fill.svg +1 -0
  1424. package/src/svg/Add/icon.svg +1 -0
  1425. package/src/svg/Add/index.ts +12 -0
  1426. package/src/svg/AddCircle/icon-fill.svg +1 -0
  1427. package/src/svg/AddCircle/icon.svg +1 -0
  1428. package/src/svg/AddCircle/index.ts +12 -0
  1429. package/src/svg/Address/icon-fill.svg +1 -0
  1430. package/src/svg/Address/icon.svg +1 -0
  1431. package/src/svg/Address/index.ts +12 -0
  1432. package/src/svg/Alarm/icon-fill.svg +1 -0
  1433. package/src/svg/Alarm/icon.svg +1 -0
  1434. package/src/svg/Alarm/index.ts +12 -0
  1435. package/src/svg/ArrowCircleLeft/icon-fill.svg +1 -0
  1436. package/src/svg/ArrowCircleLeft/icon.svg +1 -0
  1437. package/src/svg/ArrowCircleLeft/index.ts +12 -0
  1438. package/src/svg/ArrowLeft/icon-fill.svg +1 -0
  1439. package/src/svg/ArrowLeft/icon.svg +1 -0
  1440. package/src/svg/ArrowLeft/index.ts +12 -0
  1441. package/src/svg/ArrowRight/icon-fill.svg +1 -0
  1442. package/src/svg/ArrowRight/icon.svg +1 -0
  1443. package/src/svg/ArrowRight/index.ts +12 -0
  1444. package/src/svg/AttributeEdit/icon-fill.svg +1 -0
  1445. package/src/svg/AttributeEdit/icon.svg +1 -0
  1446. package/src/svg/AttributeEdit/index.ts +12 -0
  1447. package/src/svg/Attributes/icon-fill.svg +1 -0
  1448. package/src/svg/Attributes/icon.svg +1 -0
  1449. package/src/svg/Attributes/index.ts +12 -0
  1450. package/src/svg/Automation/icon-fill.svg +1 -0
  1451. package/src/svg/Automation/icon.svg +1 -0
  1452. package/src/svg/Automation/index.ts +12 -0
  1453. package/src/svg/Availability/icon-fill.svg +1 -0
  1454. package/src/svg/Availability/icon.svg +1 -0
  1455. package/src/svg/Availability/index.ts +12 -0
  1456. package/src/svg/AvgTime/icon-fill.svg +1 -0
  1457. package/src/svg/AvgTime/icon.svg +1 -0
  1458. package/src/svg/AvgTime/index.ts +12 -0
  1459. package/src/svg/Cable/icon-fill.svg +1 -0
  1460. package/src/svg/Cable/icon.svg +1 -0
  1461. package/src/svg/Cable/index.ts +12 -0
  1462. package/src/svg/Calculator/icon-fill.svg +1 -0
  1463. package/src/svg/Calculator/icon.svg +1 -0
  1464. package/src/svg/Calculator/index.ts +12 -0
  1465. package/src/svg/Calendar/icon-fill.svg +1 -0
  1466. package/src/svg/Calendar/icon.svg +1 -0
  1467. package/src/svg/Calendar/index.ts +12 -0
  1468. package/src/svg/Call/icon-fill.svg +1 -0
  1469. package/src/svg/Call/icon.svg +1 -0
  1470. package/src/svg/Call/index.ts +12 -0
  1471. package/src/svg/Category/icon-fill.svg +1 -0
  1472. package/src/svg/Category/icon.svg +1 -0
  1473. package/src/svg/Category/index.ts +12 -0
  1474. package/src/svg/Check/icon-fill.svg +1 -0
  1475. package/src/svg/Check/icon.svg +1 -0
  1476. package/src/svg/Check/index.ts +12 -0
  1477. package/src/svg/CheckBox/icon-fill.svg +1 -0
  1478. package/src/svg/CheckBox/icon.svg +1 -0
  1479. package/src/svg/CheckBox/index.ts +12 -0
  1480. package/src/svg/CheckCircle/icon-fill.svg +1 -0
  1481. package/src/svg/CheckCircle/icon.svg +1 -0
  1482. package/src/svg/CheckCircle/index.ts +12 -0
  1483. package/src/svg/Checklist/icon-fill.svg +1 -0
  1484. package/src/svg/Checklist/icon.svg +1 -0
  1485. package/src/svg/Checklist/index.ts +12 -0
  1486. package/src/svg/ChevronLeft/icon-fill.svg +1 -0
  1487. package/src/svg/ChevronLeft/icon.svg +1 -0
  1488. package/src/svg/ChevronLeft/index.ts +12 -0
  1489. package/src/svg/ChevronRight/icon-fill.svg +1 -0
  1490. package/src/svg/ChevronRight/icon.svg +1 -0
  1491. package/src/svg/ChevronRight/index.ts +12 -0
  1492. package/src/svg/Close/icon-fill.svg +1 -0
  1493. package/src/svg/Close/icon.svg +1 -0
  1494. package/src/svg/Close/index.ts +12 -0
  1495. package/src/svg/CollapseContent/icon-fill.svg +1 -0
  1496. package/src/svg/CollapseContent/icon.svg +1 -0
  1497. package/src/svg/CollapseContent/index.ts +12 -0
  1498. package/src/svg/Comment/icon-fill.svg +1 -0
  1499. package/src/svg/Comment/icon.svg +1 -0
  1500. package/src/svg/Comment/index.ts +12 -0
  1501. package/src/svg/Connection/icon-fill.svg +1 -0
  1502. package/src/svg/Connection/icon.svg +1 -0
  1503. package/src/svg/Connection/index.ts +12 -0
  1504. package/src/svg/Consent/icon-fill.svg +1 -0
  1505. package/src/svg/Consent/icon.svg +1 -0
  1506. package/src/svg/Consent/index.ts +12 -0
  1507. package/src/svg/Contact/icon-fill.svg +1 -0
  1508. package/src/svg/Contact/icon.svg +1 -0
  1509. package/src/svg/Contact/index.ts +12 -0
  1510. package/src/svg/ContentCopy/icon-fill.svg +1 -0
  1511. package/src/svg/ContentCopy/icon.svg +1 -0
  1512. package/src/svg/ContentCopy/index.ts +12 -0
  1513. package/src/svg/Contract/icon-fill.svg +1 -0
  1514. package/src/svg/Contract/icon.svg +1 -0
  1515. package/src/svg/Contract/index.ts +12 -0
  1516. package/src/svg/Dashboard/icon-fill.svg +1 -0
  1517. package/src/svg/Dashboard/icon.svg +1 -0
  1518. package/src/svg/Dashboard/index.ts +12 -0
  1519. package/src/svg/DataObject/icon-fill.svg +1 -0
  1520. package/src/svg/DataObject/icon.svg +1 -0
  1521. package/src/svg/DataObject/index.ts +12 -0
  1522. package/src/svg/Delete/icon-fill.svg +1 -0
  1523. package/src/svg/Delete/icon.svg +1 -0
  1524. package/src/svg/Delete/index.ts +12 -0
  1525. package/src/svg/Design/icon-fill.svg +1 -0
  1526. package/src/svg/Design/icon.svg +1 -0
  1527. package/src/svg/Design/index.ts +12 -0
  1528. package/src/svg/Desktop/icon-fill.svg +1 -0
  1529. package/src/svg/Desktop/icon.svg +1 -0
  1530. package/src/svg/Desktop/index.ts +12 -0
  1531. package/src/svg/Diagram/icon-fill.svg +5 -0
  1532. package/src/svg/Diagram/icon.svg +5 -0
  1533. package/src/svg/Diagram/index.ts +12 -0
  1534. package/src/svg/Document/icon-fill.svg +1 -0
  1535. package/src/svg/Document/icon.svg +1 -0
  1536. package/src/svg/Document/index.ts +12 -0
  1537. package/src/svg/Download/icon-fill.svg +1 -0
  1538. package/src/svg/Download/icon.svg +1 -0
  1539. package/src/svg/Download/index.ts +12 -0
  1540. package/src/svg/DragIndicator/icon-fill.svg +1 -0
  1541. package/src/svg/DragIndicator/icon.svg +1 -0
  1542. package/src/svg/DragIndicator/index.ts +12 -0
  1543. package/src/svg/Edit/icon-fill.svg +1 -0
  1544. package/src/svg/Edit/icon.svg +1 -0
  1545. package/src/svg/Edit/index.ts +12 -0
  1546. package/src/svg/EnergySavingsLeaf/icon-fill.svg +1 -0
  1547. package/src/svg/EnergySavingsLeaf/icon.svg +1 -0
  1548. package/src/svg/EnergySavingsLeaf/index.ts +12 -0
  1549. package/src/svg/Entity/icon-fill.svg +1 -0
  1550. package/src/svg/Entity/icon.svg +1 -0
  1551. package/src/svg/Entity/index.ts +12 -0
  1552. package/src/svg/EntityBuilder/icon-fill.svg +1 -0
  1553. package/src/svg/EntityBuilder/icon.svg +1 -0
  1554. package/src/svg/EntityBuilder/index.ts +12 -0
  1555. package/src/svg/Epilot/icon-fill.svg +11 -0
  1556. package/src/svg/Epilot/icon.svg +11 -0
  1557. package/src/svg/Epilot/index.ts +12 -0
  1558. package/src/svg/Error/icon-fill.svg +1 -0
  1559. package/src/svg/Error/icon.svg +1 -0
  1560. package/src/svg/Error/index.ts +12 -0
  1561. package/src/svg/Exclamation/icon-fill.svg +1 -0
  1562. package/src/svg/Exclamation/icon.svg +1 -0
  1563. package/src/svg/Exclamation/index.ts +12 -0
  1564. package/src/svg/ExpandContent/icon-fill.svg +1 -0
  1565. package/src/svg/ExpandContent/icon.svg +1 -0
  1566. package/src/svg/ExpandContent/index.ts +12 -0
  1567. package/src/svg/ExpandLess/icon-fill.svg +1 -0
  1568. package/src/svg/ExpandLess/icon.svg +1 -0
  1569. package/src/svg/ExpandLess/index.ts +12 -0
  1570. package/src/svg/ExpandMore/icon-fill.svg +1 -0
  1571. package/src/svg/ExpandMore/icon.svg +1 -0
  1572. package/src/svg/ExpandMore/index.ts +12 -0
  1573. package/src/svg/Explore/icon-fill.svg +1 -0
  1574. package/src/svg/Explore/icon.svg +1 -0
  1575. package/src/svg/Explore/index.ts +12 -0
  1576. package/src/svg/File/icon-fill.svg +1 -0
  1577. package/src/svg/File/icon.svg +1 -0
  1578. package/src/svg/File/index.ts +12 -0
  1579. package/src/svg/Filter/icon-fill.svg +1 -0
  1580. package/src/svg/Filter/icon.svg +1 -0
  1581. package/src/svg/Filter/index.ts +12 -0
  1582. package/src/svg/Frame/icon-fill.svg +1 -0
  1583. package/src/svg/Frame/icon.svg +1 -0
  1584. package/src/svg/Frame/index.ts +12 -0
  1585. package/src/svg/Help/icon-fill.svg +1 -0
  1586. package/src/svg/Help/icon.svg +1 -0
  1587. package/src/svg/Help/index.ts +12 -0
  1588. package/src/svg/HomePin/icon-fill.svg +1 -0
  1589. package/src/svg/HomePin/icon.svg +1 -0
  1590. package/src/svg/HomePin/index.ts +12 -0
  1591. package/src/svg/Image/icon-fill.svg +1 -0
  1592. package/src/svg/Image/icon.svg +1 -0
  1593. package/src/svg/Image/index.ts +12 -0
  1594. package/src/svg/Info/icon-fill.svg +1 -0
  1595. package/src/svg/Info/icon.svg +1 -0
  1596. package/src/svg/Info/index.ts +12 -0
  1597. package/src/svg/Journey/icon-fill.svg +1 -0
  1598. package/src/svg/Journey/icon.svg +1 -0
  1599. package/src/svg/Journey/index.ts +12 -0
  1600. package/src/svg/Link/icon-fill.svg +1 -0
  1601. package/src/svg/Link/icon.svg +1 -0
  1602. package/src/svg/Link/index.ts +12 -0
  1603. package/src/svg/Lock/icon-fill.svg +1 -0
  1604. package/src/svg/Lock/icon.svg +1 -0
  1605. package/src/svg/Lock/index.ts +12 -0
  1606. package/src/svg/LockOpen/icon-fill.svg +1 -0
  1607. package/src/svg/LockOpen/icon.svg +1 -0
  1608. package/src/svg/LockOpen/index.ts +12 -0
  1609. package/src/svg/Login/icon-fill.svg +1 -0
  1610. package/src/svg/Login/icon.svg +1 -0
  1611. package/src/svg/Login/index.ts +12 -0
  1612. package/src/svg/Logout/icon-fill.svg +1 -0
  1613. package/src/svg/Logout/icon.svg +1 -0
  1614. package/src/svg/Logout/index.ts +12 -0
  1615. package/src/svg/Lookup/icon-fill.svg +1 -0
  1616. package/src/svg/Lookup/icon.svg +1 -0
  1617. package/src/svg/Lookup/index.ts +12 -0
  1618. package/src/svg/Mail/icon-fill.svg +1 -0
  1619. package/src/svg/Mail/icon.svg +1 -0
  1620. package/src/svg/Mail/index.ts +12 -0
  1621. package/src/svg/Map/icon-fill.svg +1 -0
  1622. package/src/svg/Map/icon.svg +1 -0
  1623. package/src/svg/Map/index.ts +12 -0
  1624. package/src/svg/Menu/icon-fill.svg +1 -0
  1625. package/src/svg/Menu/icon.svg +1 -0
  1626. package/src/svg/Menu/index.ts +12 -0
  1627. package/src/svg/Message/icon-fill.svg +1 -0
  1628. package/src/svg/Message/icon.svg +1 -0
  1629. package/src/svg/Message/index.ts +12 -0
  1630. package/src/svg/Meter/icon-fill.svg +1 -0
  1631. package/src/svg/Meter/icon.svg +1 -0
  1632. package/src/svg/Meter/index.ts +12 -0
  1633. package/src/svg/MoreHoriz/icon-fill.svg +1 -0
  1634. package/src/svg/MoreHoriz/icon.svg +1 -0
  1635. package/src/svg/MoreHoriz/index.ts +12 -0
  1636. package/src/svg/MoreVert/icon-fill.svg +1 -0
  1637. package/src/svg/MoreVert/icon.svg +1 -0
  1638. package/src/svg/MoreVert/index.ts +12 -0
  1639. package/src/svg/MoveDown/icon-fill.svg +1 -0
  1640. package/src/svg/MoveDown/icon.svg +1 -0
  1641. package/src/svg/MoveDown/index.ts +12 -0
  1642. package/src/svg/Note/icon-fill.svg +1 -0
  1643. package/src/svg/Note/icon.svg +1 -0
  1644. package/src/svg/Note/index.ts +12 -0
  1645. package/src/svg/Notifications/icon-fill.svg +1 -0
  1646. package/src/svg/Notifications/icon.svg +1 -0
  1647. package/src/svg/Notifications/index.ts +12 -0
  1648. package/src/svg/Number/icon-fill.svg +1 -0
  1649. package/src/svg/Number/icon.svg +1 -0
  1650. package/src/svg/Number/index.ts +12 -0
  1651. package/src/svg/Numbers/icon-fill.svg +1 -0
  1652. package/src/svg/Numbers/icon.svg +1 -0
  1653. package/src/svg/Numbers/index.ts +12 -0
  1654. package/src/svg/OpenInNew/icon-fill.svg +1 -0
  1655. package/src/svg/OpenInNew/icon.svg +1 -0
  1656. package/src/svg/OpenInNew/index.ts +12 -0
  1657. package/src/svg/Opportunity/icon-fill.svg +1 -0
  1658. package/src/svg/Opportunity/icon.svg +1 -0
  1659. package/src/svg/Opportunity/index.ts +12 -0
  1660. package/src/svg/Order/icon-fill.svg +1 -0
  1661. package/src/svg/Order/icon.svg +1 -0
  1662. package/src/svg/Order/index.ts +12 -0
  1663. package/src/svg/Paragraph/icon-fill.svg +1 -0
  1664. package/src/svg/Paragraph/icon.svg +1 -0
  1665. package/src/svg/Paragraph/index.ts +12 -0
  1666. package/src/svg/Partner/icon-fill.svg +1 -0
  1667. package/src/svg/Partner/icon.svg +1 -0
  1668. package/src/svg/Partner/index.ts +12 -0
  1669. package/src/svg/Partnering/icon-fill.svg +1 -0
  1670. package/src/svg/Partnering/icon.svg +1 -0
  1671. package/src/svg/Partnering/index.ts +12 -0
  1672. package/src/svg/Pause/icon-fill.svg +1 -0
  1673. package/src/svg/Pause/icon.svg +1 -0
  1674. package/src/svg/Pause/index.ts +12 -0
  1675. package/src/svg/Payment/icon-fill.svg +1 -0
  1676. package/src/svg/Payment/icon.svg +1 -0
  1677. package/src/svg/Payment/index.ts +12 -0
  1678. package/src/svg/PersonCheck/icon-fill.svg +1 -0
  1679. package/src/svg/PersonCheck/icon.svg +1 -0
  1680. package/src/svg/PersonCheck/index.ts +12 -0
  1681. package/src/svg/Phase/icon-fill.svg +1 -0
  1682. package/src/svg/Phase/icon.svg +1 -0
  1683. package/src/svg/Phase/index.ts +12 -0
  1684. package/src/svg/Phone/icon-fill.svg +1 -0
  1685. package/src/svg/Phone/icon.svg +1 -0
  1686. package/src/svg/Phone/index.ts +12 -0
  1687. package/src/svg/Play/icon-fill.svg +1 -0
  1688. package/src/svg/Play/icon.svg +1 -0
  1689. package/src/svg/Play/index.ts +12 -0
  1690. package/src/svg/Portal/icon-fill.svg +1 -0
  1691. package/src/svg/Portal/icon.svg +1 -0
  1692. package/src/svg/Portal/index.ts +12 -0
  1693. package/src/svg/PreviousProvider/icon-fill.svg +1 -0
  1694. package/src/svg/PreviousProvider/icon.svg +1 -0
  1695. package/src/svg/PreviousProvider/index.ts +12 -0
  1696. package/src/svg/Price/icon-fill.svg +1 -0
  1697. package/src/svg/Price/icon.svg +1 -0
  1698. package/src/svg/Price/index.ts +12 -0
  1699. package/src/svg/PriceMapping/icon-fill.svg +1 -0
  1700. package/src/svg/PriceMapping/icon.svg +1 -0
  1701. package/src/svg/PriceMapping/index.ts +12 -0
  1702. package/src/svg/Primary/icon-fill.svg +1 -0
  1703. package/src/svg/Primary/icon.svg +1 -0
  1704. package/src/svg/Primary/index.ts +12 -0
  1705. package/src/svg/Product/icon-fill.svg +1 -0
  1706. package/src/svg/Product/icon.svg +1 -0
  1707. package/src/svg/Product/index.ts +12 -0
  1708. package/src/svg/QuestionMark/icon-fill.svg +1 -0
  1709. package/src/svg/QuestionMark/icon.svg +1 -0
  1710. package/src/svg/QuestionMark/index.ts +12 -0
  1711. package/src/svg/RadioButton/icon-fill.svg +1 -0
  1712. package/src/svg/RadioButton/icon.svg +1 -0
  1713. package/src/svg/RadioButton/index.ts +12 -0
  1714. package/src/svg/RadioButtonChecked/icon-fill.svg +1 -0
  1715. package/src/svg/RadioButtonChecked/icon.svg +1 -0
  1716. package/src/svg/RadioButtonChecked/index.ts +12 -0
  1717. package/src/svg/Refresh/icon-fill.svg +1 -0
  1718. package/src/svg/Refresh/icon.svg +1 -0
  1719. package/src/svg/Refresh/index.ts +12 -0
  1720. package/src/svg/Relations/icon-fill.svg +1 -0
  1721. package/src/svg/Relations/icon.svg +1 -0
  1722. package/src/svg/Relations/index.ts +12 -0
  1723. package/src/svg/Repeat/icon-fill.svg +1 -0
  1724. package/src/svg/Repeat/icon.svg +1 -0
  1725. package/src/svg/Repeat/index.ts +12 -0
  1726. package/src/svg/Reply/icon-fill.svg +1 -0
  1727. package/src/svg/Reply/icon.svg +1 -0
  1728. package/src/svg/Reply/index.ts +12 -0
  1729. package/src/svg/Resize/icon-fill.svg +1 -0
  1730. package/src/svg/Resize/icon.svg +1 -0
  1731. package/src/svg/Resize/index.ts +12 -0
  1732. package/src/svg/SDK/icon-fill.svg +1 -0
  1733. package/src/svg/SDK/icon.svg +1 -0
  1734. package/src/svg/SDK/index.ts +12 -0
  1735. package/src/svg/Search/icon-fill.svg +1 -0
  1736. package/src/svg/Search/icon.svg +1 -0
  1737. package/src/svg/Search/index.ts +12 -0
  1738. package/src/svg/Settings/icon-fill.svg +1 -0
  1739. package/src/svg/Settings/icon.svg +1 -0
  1740. package/src/svg/Settings/index.ts +12 -0
  1741. package/src/svg/Share/icon-fill.svg +1 -0
  1742. package/src/svg/Share/icon.svg +1 -0
  1743. package/src/svg/Share/index.ts +12 -0
  1744. package/src/svg/Signature/icon-fill.svg +1 -0
  1745. package/src/svg/Signature/icon.svg +1 -0
  1746. package/src/svg/Signature/index.ts +12 -0
  1747. package/src/svg/Skip/icon-fill.svg +1 -0
  1748. package/src/svg/Skip/icon.svg +1 -0
  1749. package/src/svg/Skip/index.ts +12 -0
  1750. package/src/svg/Solar/icon-fill.svg +1 -0
  1751. package/src/svg/Solar/icon.svg +1 -0
  1752. package/src/svg/Solar/index.ts +12 -0
  1753. package/src/svg/Sort/icon-fill.svg +1 -0
  1754. package/src/svg/Sort/icon.svg +1 -0
  1755. package/src/svg/Sort/index.ts +12 -0
  1756. package/src/svg/Stack/icon-fill.svg +1 -0
  1757. package/src/svg/Stack/icon.svg +1 -0
  1758. package/src/svg/Stack/index.ts +12 -0
  1759. package/src/svg/Star/icon-fill.svg +1 -0
  1760. package/src/svg/Star/icon.svg +1 -0
  1761. package/src/svg/Star/index.ts +12 -0
  1762. package/src/svg/StepOver/icon-fill.svg +1 -0
  1763. package/src/svg/StepOver/icon.svg +1 -0
  1764. package/src/svg/StepOver/index.ts +12 -0
  1765. package/src/svg/Submission/icon-fill.svg +1 -0
  1766. package/src/svg/Submission/icon.svg +1 -0
  1767. package/src/svg/Submission/index.ts +12 -0
  1768. package/src/svg/SuccessConfirmation/icon-fill.svg +1 -0
  1769. package/src/svg/SuccessConfirmation/icon.svg +1 -0
  1770. package/src/svg/SuccessConfirmation/index.ts +12 -0
  1771. package/src/svg/Summary/icon-fill.svg +1 -0
  1772. package/src/svg/Summary/icon.svg +1 -0
  1773. package/src/svg/Summary/index.ts +12 -0
  1774. package/src/svg/Sun/icon-fill.svg +1 -0
  1775. package/src/svg/Sun/icon.svg +1 -0
  1776. package/src/svg/Sun/index.ts +12 -0
  1777. package/src/svg/Table/icon-fill.svg +1 -0
  1778. package/src/svg/Table/icon.svg +1 -0
  1779. package/src/svg/Table/index.ts +12 -0
  1780. package/src/svg/Tax/icon-fill.svg +1 -0
  1781. package/src/svg/Tax/icon.svg +1 -0
  1782. package/src/svg/Tax/index.ts +12 -0
  1783. package/src/svg/Templates/icon-fill.svg +1 -0
  1784. package/src/svg/Templates/icon.svg +1 -0
  1785. package/src/svg/Templates/index.ts +12 -0
  1786. package/src/svg/TextField/icon-fill.svg +1 -0
  1787. package/src/svg/TextField/icon.svg +1 -0
  1788. package/src/svg/TextField/index.ts +12 -0
  1789. package/src/svg/TextFields/icon-fill.svg +1 -0
  1790. package/src/svg/TextFields/icon.svg +1 -0
  1791. package/src/svg/TextFields/index.ts +12 -0
  1792. package/src/svg/ThumbDown/icon-fill.svg +1 -0
  1793. package/src/svg/ThumbDown/icon.svg +1 -0
  1794. package/src/svg/ThumbDown/index.ts +12 -0
  1795. package/src/svg/ThumbUp/icon-fill.svg +1 -0
  1796. package/src/svg/ThumbUp/icon.svg +1 -0
  1797. package/src/svg/ThumbUp/index.ts +12 -0
  1798. package/src/svg/TwoColumns/icon-fill.svg +7 -0
  1799. package/src/svg/TwoColumns/icon.svg +7 -0
  1800. package/src/svg/TwoColumns/index.ts +12 -0
  1801. package/src/svg/Upload/icon-fill.svg +1 -0
  1802. package/src/svg/Upload/icon.svg +1 -0
  1803. package/src/svg/Upload/index.ts +12 -0
  1804. package/src/svg/Visibility/icon-fill.svg +1 -0
  1805. package/src/svg/Visibility/icon.svg +1 -0
  1806. package/src/svg/Visibility/index.ts +12 -0
  1807. package/src/svg/VisibilityOff/icon-fill.svg +1 -0
  1808. package/src/svg/VisibilityOff/icon.svg +1 -0
  1809. package/src/svg/VisibilityOff/index.ts +12 -0
  1810. package/src/svg/Warning/icon-fill.svg +1 -0
  1811. package/src/svg/Warning/icon.svg +1 -0
  1812. package/src/svg/Warning/index.ts +12 -0
  1813. package/src/svg/Webhook/icon-fill.svg +1 -0
  1814. package/src/svg/Webhook/icon.svg +1 -0
  1815. package/src/svg/Webhook/index.ts +12 -0
  1816. package/src/svg/Workflow/icon-fill.svg +1 -0
  1817. package/src/svg/Workflow/icon.svg +1 -0
  1818. package/src/svg/Workflow/index.ts +12 -0
  1819. package/src/svg/index.ts +132 -0
  1820. package/src/svg/svgIcon.ts +307 -0
  1821. package/src/svg-module.d.ts +6 -0
  1822. package/src/types.ts +19 -0
  1823. package/svg/StepOver/icon-fill.svg +1 -0
  1824. package/svg/StepOver/icon.svg +1 -0
  1825. package/svg/StepOver/index.d.ts +3 -0
  1826. package/svg/StepOver/index.js +2 -0
  1827. package/svg/StepOver/index.js.map +1 -0
  1828. package/svg/index.d.ts +1 -0
  1829. package/svg/index.js +1 -1
  1830. package/svg/index.js.map +1 -1
  1831. package/svg/svgIcon.d.ts +1 -0
  1832. package/svg/svgIcon.js +1 -1
  1833. package/svg/svgIcon.js.map +1 -1
  1834. package/tsconfig.json +34 -0
  1835. package/webpack.config-cjs.js +64 -0
  1836. package/webpack.config.js +30 -0
  1837. package/yarn-error.log +10867 -0
  1838. package/yarn.lock +10912 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg/ContentCopy/index.js","mappings":"oEAcA,wmB,4CCAA,8qB,YCdAA,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,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,4FCAvD,MAAMC,EAAkBC,IAL/B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/ContentCopy/icon-fill.svg","webpack://icons/./src/svg/ContentCopy/icon.svg","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/svg/ContentCopy/index.ts"],"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: \"M314.696-195.478q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-549.826q0-32.74 23.356-56.262 23.355-23.522 55.862-23.522h429.826q32.74 0 56.262 23.522t23.522 56.262v549.826q0 32.507-23.522 55.862-23.522 23.356-56.262 23.356H314.696ZM175.478-55.694q-32.74 0-56.262-23.522t-23.522-56.262v-589.435q0-16.957 11.327-28.283 11.326-11.326 28.565-11.326 17.24 0 28.566 11.326t11.326 28.283v589.435h469.435q16.957 0 28.283 11.326t11.326 28.566q0 17.24-11.326 28.565-11.326 11.327-28.283 11.327H175.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=\\\"M314.696-195.478q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-549.826q0-32.74 23.356-56.262 23.355-23.522 55.862-23.522h429.826q32.74 0 56.262 23.522t23.522 56.262v549.826q0 32.507-23.522 55.862-23.522 23.356-56.262 23.356H314.696ZM175.478-55.694q-32.74 0-56.262-23.522t-23.522-56.262v-589.435q0-16.957 11.327-28.283 11.326-11.326 28.565-11.326 17.24 0 28.566 11.326t11.326 28.283v589.435h469.435q16.957 0 28.283 11.326t11.326 28.566q0 17.24-11.326 28.565-11.326 11.327-28.283 11.327H175.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: \"M314.696-195.478q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-549.826q0-32.74 23.356-56.262 23.355-23.522 55.862-23.522h429.826q32.74 0 56.262 23.522t23.522 56.262v549.826q0 32.507-23.522 55.862-23.522 23.356-56.262 23.356H314.696Zm0-79.218h429.826v-549.826H314.696v549.826ZM175.478-55.694q-32.74 0-56.262-23.522t-23.522-56.262v-589.435q0-16.707 11.502-28.158t28.566-11.451q17.064 0 28.39 11.451t11.326 28.158v589.435h469.435q16.707 0 28.158 11.502 11.451 11.501 11.451 28.565t-11.451 28.39q-11.451 11.327-28.158 11.327H175.478Zm139.218-219.002v-549.826 549.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=\\\"M314.696-195.478q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-549.826q0-32.74 23.356-56.262 23.355-23.522 55.862-23.522h429.826q32.74 0 56.262 23.522t23.522 56.262v549.826q0 32.507-23.522 55.862-23.522 23.356-56.262 23.356H314.696Zm0-79.218h429.826v-549.826H314.696v549.826ZM175.478-55.694q-32.74 0-56.262-23.522t-23.522-56.262v-589.435q0-16.707 11.502-28.158t28.566-11.451q17.064 0 28.39 11.451t11.326 28.158v589.435h469.435q16.707 0 28.158 11.502 11.451 11.501 11.451 28.565t-11.451 28.39q-11.451 11.327-28.158 11.327H175.478Zm139.218-219.002v-549.826 549.826Z\\\"/></svg>\";","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 type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const ContentCopySVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default ContentCopySVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","ContentCopySVG","opts","variant"],"sourceRoot":""}
@@ -0,0 +1 @@
1
+ <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.436h190.869q8.392-35 37.087-57.5 28.696-22.5 66.957-22.5 38.261 0 66.957 22.5 28.695 22.5 37.087 57.5h190.869q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v589.826q0 32.677-23.436 55.948-23.437 23.27-56.347 23.27H185.087Zm130.164-179.218h206.454q12.915 0 21.54-8.676 8.625-8.675 8.625-21.5 0-12.824-8.625-21.324-8.625-8.5-21.54-8.5H315.251q-12.914 0-21.539 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325t21.539 8.5ZM315.25-450h329.5q12.913 0 21.538-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T644.75-510h-329.5q-12.913 0-21.538 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325t21.538 8.5Zm0-164.913h329.5q12.913 0 21.538-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325t-21.538-8.5h-329.5q-12.913 0-21.538 8.676-8.625 8.675-8.625 21.5 0 12.824 8.625 21.324 8.625 8.5 21.538 8.5ZM480-793.609q15.96 0 27.176-11.215Q518.391-816.04 518.391-832q0-15.96-11.215-27.176Q495.96-870.391 480-870.391q-15.96 0-27.176 11.215Q441.609-847.96 441.609-832q0 15.96 11.215 27.176Q464.04-793.609 480-793.609Z"/></svg>
@@ -0,0 +1 @@
1
+ <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.436h190.869q8.392-35 37.087-57.5 28.696-22.5 66.957-22.5 38.261 0 66.957 22.5 28.695 22.5 37.087 57.5h190.869q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v589.826q0 32.677-23.436 55.948-23.437 23.27-56.347 23.27H185.087Zm0-79.218h589.826v-589.826H185.087v589.826Zm130.164-100h206.454q12.915 0 21.54-8.676 8.625-8.675 8.625-21.5 0-12.824-8.625-21.324-8.625-8.5-21.54-8.5H315.251q-12.914 0-21.539 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325t21.539 8.5ZM315.25-450h329.5q12.913 0 21.538-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T644.75-510h-329.5q-12.913 0-21.538 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325t21.538 8.5Zm0-164.913h329.5q12.913 0 21.538-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325t-21.538-8.5h-329.5q-12.913 0-21.538 8.676-8.625 8.675-8.625 21.5 0 12.824 8.625 21.324 8.625 8.5 21.538 8.5ZM480-793.609q15.96 0 27.176-11.215Q518.391-816.04 518.391-832q0-15.96-11.215-27.176Q495.96-870.391 480-870.391q-15.96 0-27.176 11.215Q441.609-847.96 441.609-832q0 15.96 11.215 27.176Q464.04-793.609 480-793.609ZM185.087-185.087v-589.826 589.826Z"/></svg>
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const ContractSVG: (opts?: IconProps) => string;
3
+ export default ContractSVG;
@@ -0,0 +1,2 @@
1
+ (()=>{"use strict";var t={36331:(t,e,r)=>{r.d(e,{Z:()=>o});r(99497);const o='<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.436h190.869q8.392-35 37.087-57.5 28.696-22.5 66.957-22.5 38.261 0 66.957 22.5 28.695 22.5 37.087 57.5h190.869q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v589.826q0 32.677-23.436 55.948-23.437 23.27-56.347 23.27H185.087Zm130.164-179.218h206.454q12.915 0 21.54-8.676 8.625-8.675 8.625-21.5 0-12.824-8.625-21.324-8.625-8.5-21.54-8.5H315.251q-12.914 0-21.539 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325t21.539 8.5ZM315.25-450h329.5q12.913 0 21.538-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T644.75-510h-329.5q-12.913 0-21.538 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325t21.538 8.5Zm0-164.913h329.5q12.913 0 21.538-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325t-21.538-8.5h-329.5q-12.913 0-21.538 8.676-8.625 8.675-8.625 21.5 0 12.824 8.625 21.324 8.625 8.5 21.538 8.5ZM480-793.609q15.96 0 27.176-11.215Q518.391-816.04 518.391-832q0-15.96-11.215-27.176Q495.96-870.391 480-870.391q-15.96 0-27.176 11.215Q441.609-847.96 441.609-832q0 15.96 11.215 27.176Q464.04-793.609 480-793.609Z"/></svg>'},35963:(t,e,r)=>{r.d(e,{Z:()=>o});r(99497);const o='<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.436h190.869q8.392-35 37.087-57.5 28.696-22.5 66.957-22.5 38.261 0 66.957 22.5 28.695 22.5 37.087 57.5h190.869q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v589.826q0 32.677-23.436 55.948-23.437 23.27-56.347 23.27H185.087Zm0-79.218h589.826v-589.826H185.087v589.826Zm130.164-100h206.454q12.915 0 21.54-8.676 8.625-8.675 8.625-21.5 0-12.824-8.625-21.324-8.625-8.5-21.54-8.5H315.251q-12.914 0-21.539 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325t21.539 8.5ZM315.25-450h329.5q12.913 0 21.538-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T644.75-510h-329.5q-12.913 0-21.538 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325t21.538 8.5Zm0-164.913h329.5q12.913 0 21.538-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325t-21.538-8.5h-329.5q-12.913 0-21.538 8.676-8.625 8.675-8.625 21.5 0 12.824 8.625 21.324 8.625 8.5 21.538 8.5ZM480-793.609q15.96 0 27.176-11.215Q518.391-816.04 518.391-832q0-15.96-11.215-27.176Q495.96-870.391 480-870.391q-15.96 0-27.176 11.215Q441.609-847.96 441.609-832q0 15.96 11.215 27.176Q464.04-793.609 480-793.609ZM185.087-185.087v-589.826 589.826Z"/></svg>'},99497:t=>{t.exports=require("react")}},e={};function r(o){var q=e[o];if(void 0!==q)return q.exports;var v=e[o]={exports:{}};return t[o](v,v.exports,r),v.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var o in e)r.o(e,o)&&!r.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{r.r(o),r.d(o,{ContractSVG:()=>q,default:()=>v});var t=r(36331),e=r(35963);const q=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?e.Z:t.Z},v=q})(),module.exports=o})();
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg/Contract/index.js","mappings":"oEAcA,2tC,4CCAA,oyC,YCdAA,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,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,yFCAvD,MAAMC,EAAeC,IAL5B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Contract/icon-fill.svg","webpack://icons/./src/svg/Contract/icon.svg","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/svg/Contract/index.ts"],"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.436h190.869q8.392-35 37.087-57.5 28.696-22.5 66.957-22.5 38.261 0 66.957 22.5 28.695 22.5 37.087 57.5h190.869q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v589.826q0 32.677-23.436 55.948-23.437 23.27-56.347 23.27H185.087Zm130.164-179.218h206.454q12.915 0 21.54-8.676 8.625-8.675 8.625-21.5 0-12.824-8.625-21.324-8.625-8.5-21.54-8.5H315.251q-12.914 0-21.539 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325t21.539 8.5ZM315.25-450h329.5q12.913 0 21.538-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T644.75-510h-329.5q-12.913 0-21.538 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325t21.538 8.5Zm0-164.913h329.5q12.913 0 21.538-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325t-21.538-8.5h-329.5q-12.913 0-21.538 8.676-8.625 8.675-8.625 21.5 0 12.824 8.625 21.324 8.625 8.5 21.538 8.5ZM480-793.609q15.96 0 27.176-11.215Q518.391-816.04 518.391-832q0-15.96-11.215-27.176Q495.96-870.391 480-870.391q-15.96 0-27.176 11.215Q441.609-847.96 441.609-832q0 15.96 11.215 27.176Q464.04-793.609 480-793.609Z\"\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.436h190.869q8.392-35 37.087-57.5 28.696-22.5 66.957-22.5 38.261 0 66.957 22.5 28.695 22.5 37.087 57.5h190.869q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v589.826q0 32.677-23.436 55.948-23.437 23.27-56.347 23.27H185.087Zm130.164-179.218h206.454q12.915 0 21.54-8.676 8.625-8.675 8.625-21.5 0-12.824-8.625-21.324-8.625-8.5-21.54-8.5H315.251q-12.914 0-21.539 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325t21.539 8.5ZM315.25-450h329.5q12.913 0 21.538-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T644.75-510h-329.5q-12.913 0-21.538 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325t21.538 8.5Zm0-164.913h329.5q12.913 0 21.538-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325t-21.538-8.5h-329.5q-12.913 0-21.538 8.676-8.625 8.675-8.625 21.5 0 12.824 8.625 21.324 8.625 8.5 21.538 8.5ZM480-793.609q15.96 0 27.176-11.215Q518.391-816.04 518.391-832q0-15.96-11.215-27.176Q495.96-870.391 480-870.391q-15.96 0-27.176 11.215Q441.609-847.96 441.609-832q0 15.96 11.215 27.176Q464.04-793.609 480-793.609Z\\\"/></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.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.436h190.869q8.392-35 37.087-57.5 28.696-22.5 66.957-22.5 38.261 0 66.957 22.5 28.695 22.5 37.087 57.5h190.869q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v589.826q0 32.677-23.436 55.948-23.437 23.27-56.347 23.27H185.087Zm0-79.218h589.826v-589.826H185.087v589.826Zm130.164-100h206.454q12.915 0 21.54-8.676 8.625-8.675 8.625-21.5 0-12.824-8.625-21.324-8.625-8.5-21.54-8.5H315.251q-12.914 0-21.539 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325t21.539 8.5ZM315.25-450h329.5q12.913 0 21.538-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T644.75-510h-329.5q-12.913 0-21.538 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325t21.538 8.5Zm0-164.913h329.5q12.913 0 21.538-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325t-21.538-8.5h-329.5q-12.913 0-21.538 8.676-8.625 8.675-8.625 21.5 0 12.824 8.625 21.324 8.625 8.5 21.538 8.5ZM480-793.609q15.96 0 27.176-11.215Q518.391-816.04 518.391-832q0-15.96-11.215-27.176Q495.96-870.391 480-870.391q-15.96 0-27.176 11.215Q441.609-847.96 441.609-832q0 15.96 11.215 27.176Q464.04-793.609 480-793.609ZM185.087-185.087v-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-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.436h190.869q8.392-35 37.087-57.5 28.696-22.5 66.957-22.5 38.261 0 66.957 22.5 28.695 22.5 37.087 57.5h190.869q32.91 0 56.347 23.436 23.436 23.437 23.436 56.347v589.826q0 32.677-23.436 55.948-23.437 23.27-56.347 23.27H185.087Zm0-79.218h589.826v-589.826H185.087v589.826Zm130.164-100h206.454q12.915 0 21.54-8.676 8.625-8.675 8.625-21.5 0-12.824-8.625-21.324-8.625-8.5-21.54-8.5H315.251q-12.914 0-21.539 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325t21.539 8.5ZM315.25-450h329.5q12.913 0 21.538-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325T644.75-510h-329.5q-12.913 0-21.538 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325t21.538 8.5Zm0-164.913h329.5q12.913 0 21.538-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325t-21.538-8.5h-329.5q-12.913 0-21.538 8.676-8.625 8.675-8.625 21.5 0 12.824 8.625 21.324 8.625 8.5 21.538 8.5ZM480-793.609q15.96 0 27.176-11.215Q518.391-816.04 518.391-832q0-15.96-11.215-27.176Q495.96-870.391 480-870.391q-15.96 0-27.176 11.215Q441.609-847.96 441.609-832q0 15.96 11.215 27.176Q464.04-793.609 480-793.609ZM185.087-185.087v-589.826 589.826Z\\\"/></svg>\";","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 type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const ContractSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default ContractSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","ContractSVG","opts","variant"],"sourceRoot":""}
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M519.609-519.609v-312.957q123.565 11.392 211.348 100.609 87.783 89.217 101.609 212.348H519.609Zm-79.783 392.175Q305.434-142.391 215.651-243.5 125.869-344.609 125.869-480q0-135.391 89.782-236.5 89.783-101.109 224.175-116.066v705.132Zm79.783 0v-312.392h312.957Q819.305-317.26 731.24-227.76q-88.066 89.5-211.631 100.326Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M519.609-519.609h292.043q-11.565-114.087-94.261-198.782-82.695-84.696-197.782-93.261v292.043Zm-79.218 371.261v-663.304q-125.348 13.826-210.326 108.995-84.978 95.168-84.978 222.652 0 127.483 84.978 222.657t210.326 109Zm79.218 0q115.087-9.131 197.5-93.543 82.412-84.413 94.543-198.5H519.609v292.043ZM480-480Zm.078 414.131q-85.84 0-161.416-32.348-75.575-32.348-131.836-88.609-56.261-56.261-88.61-131.773-32.347-75.513-32.347-161.37T98.217-641.37q32.348-75.543 88.54-131.834 56.192-56.291 131.774-88.892 75.581-32.6 161.516-32.6 86.344 0 161.763 32.666 75.419 32.667 131.522 88.609 56.103 55.942 88.734 131.407 32.63 75.464 32.63 162.014 0 86.559-32.701 162.076-32.701 75.516-88.76 131.395-56.059 55.879-131.64 88.27-75.582 32.39-161.517 32.39Z"/></svg>
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const DashboardSVG: (opts?: IconProps) => string;
3
+ export default DashboardSVG;
@@ -0,0 +1,2 @@
1
+ (()=>{"use strict";var e={7903:(e,t,r)=>{r.d(t,{Z:()=>o});r(99497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M519.609-519.609v-312.957q123.565 11.392 211.348 100.609 87.783 89.217 101.609 212.348H519.609Zm-79.783 392.175Q305.434-142.391 215.651-243.5 125.869-344.609 125.869-480q0-135.391 89.782-236.5 89.783-101.109 224.175-116.066v705.132Zm79.783 0v-312.392h312.957Q819.305-317.26 731.24-227.76q-88.066 89.5-211.631 100.326Z"/></svg>'},63888:(e,t,r)=>{r.d(t,{Z:()=>o});r(99497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M519.609-519.609h292.043q-11.565-114.087-94.261-198.782-82.695-84.696-197.782-93.261v292.043Zm-79.218 371.261v-663.304q-125.348 13.826-210.326 108.995-84.978 95.168-84.978 222.652 0 127.483 84.978 222.657t210.326 109Zm79.218 0q115.087-9.131 197.5-93.543 82.412-84.413 94.543-198.5H519.609v292.043ZM480-480Zm.078 414.131q-85.84 0-161.416-32.348-75.575-32.348-131.836-88.609-56.261-56.261-88.61-131.773-32.347-75.513-32.347-161.37T98.217-641.37q32.348-75.543 88.54-131.834 56.192-56.291 131.774-88.892 75.581-32.6 161.516-32.6 86.344 0 161.763 32.666 75.419 32.667 131.522 88.609 56.103 55.942 88.734 131.407 32.63 75.464 32.63 162.014 0 86.559-32.701 162.076-32.701 75.516-88.76 131.395-56.059 55.879-131.64 88.27-75.582 32.39-161.517 32.39Z"/></svg>'},99497:e=>{e.exports=require("react")}},t={};function r(o){var v=t[o];if(void 0!==v)return v.exports;var n=t[o]={exports:{}};return e[o](n,n.exports,r),n.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 o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},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 o={};(()=>{r.r(o),r.d(o,{DashboardSVG:()=>v,default:()=>n});var e=r(7903),t=r(63888);const v=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?t.Z:e.Z},n=v})(),module.exports=o})();
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg/Dashboard/index.js","mappings":"mEAcA,ib,4CCAA,w1B,YCdAA,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,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,yFCAvD,MAAMC,EAAgBC,IAL7B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Dashboard/icon-fill.svg","webpack://icons/./src/svg/Dashboard/icon.svg","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/svg/Dashboard/index.ts"],"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: \"M519.609-519.609v-312.957q123.565 11.392 211.348 100.609 87.783 89.217 101.609 212.348H519.609Zm-79.783 392.175Q305.434-142.391 215.651-243.5 125.869-344.609 125.869-480q0-135.391 89.782-236.5 89.783-101.109 224.175-116.066v705.132Zm79.783 0v-312.392h312.957Q819.305-317.26 731.24-227.76q-88.066 89.5-211.631 100.326Z\"\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=\\\"M519.609-519.609v-312.957q123.565 11.392 211.348 100.609 87.783 89.217 101.609 212.348H519.609Zm-79.783 392.175Q305.434-142.391 215.651-243.5 125.869-344.609 125.869-480q0-135.391 89.782-236.5 89.783-101.109 224.175-116.066v705.132Zm79.783 0v-312.392h312.957Q819.305-317.26 731.24-227.76q-88.066 89.5-211.631 100.326Z\\\"/></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: \"M519.609-519.609h292.043q-11.565-114.087-94.261-198.782-82.695-84.696-197.782-93.261v292.043Zm-79.218 371.261v-663.304q-125.348 13.826-210.326 108.995-84.978 95.168-84.978 222.652 0 127.483 84.978 222.657t210.326 109Zm79.218 0q115.087-9.131 197.5-93.543 82.412-84.413 94.543-198.5H519.609v292.043ZM480-480Zm.078 414.131q-85.84 0-161.416-32.348-75.575-32.348-131.836-88.609-56.261-56.261-88.61-131.773-32.347-75.513-32.347-161.37T98.217-641.37q32.348-75.543 88.54-131.834 56.192-56.291 131.774-88.892 75.581-32.6 161.516-32.6 86.344 0 161.763 32.666 75.419 32.667 131.522 88.609 56.103 55.942 88.734 131.407 32.63 75.464 32.63 162.014 0 86.559-32.701 162.076-32.701 75.516-88.76 131.395-56.059 55.879-131.64 88.27-75.582 32.39-161.517 32.39Z\"\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=\\\"M519.609-519.609h292.043q-11.565-114.087-94.261-198.782-82.695-84.696-197.782-93.261v292.043Zm-79.218 371.261v-663.304q-125.348 13.826-210.326 108.995-84.978 95.168-84.978 222.652 0 127.483 84.978 222.657t210.326 109Zm79.218 0q115.087-9.131 197.5-93.543 82.412-84.413 94.543-198.5H519.609v292.043ZM480-480Zm.078 414.131q-85.84 0-161.416-32.348-75.575-32.348-131.836-88.609-56.261-56.261-88.61-131.773-32.347-75.513-32.347-161.37T98.217-641.37q32.348-75.543 88.54-131.834 56.192-56.291 131.774-88.892 75.581-32.6 161.516-32.6 86.344 0 161.763 32.666 75.419 32.667 131.522 88.609 56.103 55.942 88.734 131.407 32.63 75.464 32.63 162.014 0 86.559-32.701 162.076-32.701 75.516-88.76 131.395-56.059 55.879-131.64 88.27-75.582 32.39-161.517 32.39Z\\\"/></svg>\";","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 type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const DashboardSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default DashboardSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","DashboardSVG","opts","variant"],"sourceRoot":""}
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M618.088-145.869q-16.905 0-28.257-11.502-11.352-11.501-11.352-28.421t11.069-27.825q11.07-10.905 28.54-10.905h61.738q23.511 0 39.581-16.085 16.071-16.085 16.071-40.133v-86.999q0-37.294 22.5-67.277Q780.478-465 816.609-476v-8q-36.131-10-58.631-40.484-22.5-30.483-22.5-67.777v-87.565q0-23.511-16.071-39.581-16.07-16.071-39.581-16.071h-61.738q-16.905 0-28.257-11.502-11.352-11.501-11.352-28.421 0-16.921 11.069-28.108 11.07-11.187 28.54-11.187h75.869q50.591 0 85.665 35.474 35.074 35.475 35.074 85.831v86.999q0 24.048 15.803 40.133 15.802 16.085 39.85 16.085 9.952 0 17.15 6.936 7.197 6.936 7.197 16.919v92.365q0 10.548-7.197 17.338-7.198 6.79-17.15 6.79-24.048 0-39.85 16.071-15.803 16.071-15.803 39.582v87.564q0 50.356-35.074 85.548t-85.665 35.192h-75.869Zm-352.045 0q-50.591 0-85.382-35.192-34.792-35.192-34.792-85.548v-87.564q0-23.511-16.071-39.582t-39.582-16.071q-10.757 0-17.552-6.816t-6.795-17.604v-91.8q0-10.788 6.795-17.458 6.795-6.67 17.552-6.67 23.511 0 39.582-16.085t16.071-40.133v-86.999q0-50.356 34.792-85.831 34.791-35.474 85.382-35.474h75.869q16.339 0 27.692 11.784 11.352 11.784 11.352 28.704t-11.07 27.825q-11.069 10.905-27.974 10.905H280.74q-24.048 0-40.133 16.071-16.085 16.07-16.085 39.581v87.565q0 37.385-22.528 67.943Q179.465-493.76 143.957-484v8.267q35.508 10.682 58.037 40.555 22.528 29.874 22.528 67.439v86.999q0 24.048 16.085 40.133 16.085 16.085 40.133 16.085h61.172q16.339 0 27.692 11.502 11.352 11.501 11.352 28.422 0 16.92-11.07 27.824-11.069 10.905-27.974 10.905h-75.869Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M618.088-145.869q-16.905 0-28.257-11.502-11.352-11.501-11.352-28.421t11.069-27.825q11.07-10.905 28.54-10.905h61.738q23.511 0 39.581-16.085 16.071-16.085 16.071-40.133v-86.999q0-37.294 22.5-67.277Q780.478-465 816.609-476v-8q-36.131-10-58.631-40.484-22.5-30.483-22.5-67.777v-87.565q0-23.511-16.071-39.581-16.07-16.071-39.581-16.071h-61.738q-16.905 0-28.257-11.502-11.352-11.501-11.352-28.421 0-16.921 11.069-28.108 11.07-11.187 28.54-11.187h75.869q50.591 0 85.665 35.474 35.074 35.475 35.074 85.831v86.999q0 24.048 15.803 40.133 15.802 16.085 39.85 16.085 9.952 0 17.15 6.936 7.197 6.936 7.197 16.919v92.365q0 10.548-7.197 17.338-7.198 6.79-17.15 6.79-24.048 0-39.85 16.071-15.803 16.071-15.803 39.582v87.564q0 50.356-35.074 85.548t-85.665 35.192h-75.869Zm-352.045 0q-50.591 0-85.382-35.192-34.792-35.192-34.792-85.548v-87.564q0-23.511-16.071-39.582t-39.582-16.071q-10.757 0-17.552-6.816t-6.795-17.604v-91.8q0-10.788 6.795-17.458 6.795-6.67 17.552-6.67 23.511 0 39.582-16.085t16.071-40.133v-86.999q0-50.356 34.792-85.831 34.791-35.474 85.382-35.474h75.869q16.339 0 27.692 11.784 11.352 11.784 11.352 28.704t-11.07 27.825q-11.069 10.905-27.974 10.905H280.74q-24.048 0-40.133 16.071-16.085 16.07-16.085 39.581v87.565q0 37.385-22.528 67.943Q179.465-493.76 143.957-484v8.267q35.508 10.682 58.037 40.555 22.528 29.874 22.528 67.439v86.999q0 24.048 16.085 40.133 16.085 16.085 40.133 16.085h61.172q16.339 0 27.692 11.502 11.352 11.501 11.352 28.422 0 16.92-11.07 27.824-11.069 10.905-27.974 10.905h-75.869Z"/></svg>
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const DataObjectSVG: (opts?: IconProps) => string;
3
+ export default DataObjectSVG;
@@ -0,0 +1,2 @@
1
+ (()=>{"use strict";var t={93554:(t,e,q)=>{q.d(e,{Z:()=>v});q(99497);const v='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M618.088-145.869q-16.905 0-28.257-11.502-11.352-11.501-11.352-28.421t11.069-27.825q11.07-10.905 28.54-10.905h61.738q23.511 0 39.581-16.085 16.071-16.085 16.071-40.133v-86.999q0-37.294 22.5-67.277Q780.478-465 816.609-476v-8q-36.131-10-58.631-40.484-22.5-30.483-22.5-67.777v-87.565q0-23.511-16.071-39.581-16.07-16.071-39.581-16.071h-61.738q-16.905 0-28.257-11.502-11.352-11.501-11.352-28.421 0-16.921 11.069-28.108 11.07-11.187 28.54-11.187h75.869q50.591 0 85.665 35.474 35.074 35.475 35.074 85.831v86.999q0 24.048 15.803 40.133 15.802 16.085 39.85 16.085 9.952 0 17.15 6.936 7.197 6.936 7.197 16.919v92.365q0 10.548-7.197 17.338-7.198 6.79-17.15 6.79-24.048 0-39.85 16.071-15.803 16.071-15.803 39.582v87.564q0 50.356-35.074 85.548t-85.665 35.192h-75.869Zm-352.045 0q-50.591 0-85.382-35.192-34.792-35.192-34.792-85.548v-87.564q0-23.511-16.071-39.582t-39.582-16.071q-10.757 0-17.552-6.816t-6.795-17.604v-91.8q0-10.788 6.795-17.458 6.795-6.67 17.552-6.67 23.511 0 39.582-16.085t16.071-40.133v-86.999q0-50.356 34.792-85.831 34.791-35.474 85.382-35.474h75.869q16.339 0 27.692 11.784 11.352 11.784 11.352 28.704t-11.07 27.825q-11.069 10.905-27.974 10.905H280.74q-24.048 0-40.133 16.071-16.085 16.07-16.085 39.581v87.565q0 37.385-22.528 67.943Q179.465-493.76 143.957-484v8.267q35.508 10.682 58.037 40.555 22.528 29.874 22.528 67.439v86.999q0 24.048 16.085 40.133 16.085 16.085 40.133 16.085h61.172q16.339 0 27.692 11.502 11.352 11.501 11.352 28.422 0 16.92-11.07 27.824-11.069 10.905-27.974 10.905h-75.869Z"/></svg>'},1979:(t,e,q)=>{q.d(e,{Z:()=>v});q(99497);const v='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M618.088-145.869q-16.905 0-28.257-11.502-11.352-11.501-11.352-28.421t11.069-27.825q11.07-10.905 28.54-10.905h61.738q23.511 0 39.581-16.085 16.071-16.085 16.071-40.133v-86.999q0-37.294 22.5-67.277Q780.478-465 816.609-476v-8q-36.131-10-58.631-40.484-22.5-30.483-22.5-67.777v-87.565q0-23.511-16.071-39.581-16.07-16.071-39.581-16.071h-61.738q-16.905 0-28.257-11.502-11.352-11.501-11.352-28.421 0-16.921 11.069-28.108 11.07-11.187 28.54-11.187h75.869q50.591 0 85.665 35.474 35.074 35.475 35.074 85.831v86.999q0 24.048 15.803 40.133 15.802 16.085 39.85 16.085 9.952 0 17.15 6.936 7.197 6.936 7.197 16.919v92.365q0 10.548-7.197 17.338-7.198 6.79-17.15 6.79-24.048 0-39.85 16.071-15.803 16.071-15.803 39.582v87.564q0 50.356-35.074 85.548t-85.665 35.192h-75.869Zm-352.045 0q-50.591 0-85.382-35.192-34.792-35.192-34.792-85.548v-87.564q0-23.511-16.071-39.582t-39.582-16.071q-10.757 0-17.552-6.816t-6.795-17.604v-91.8q0-10.788 6.795-17.458 6.795-6.67 17.552-6.67 23.511 0 39.582-16.085t16.071-40.133v-86.999q0-50.356 34.792-85.831 34.791-35.474 85.382-35.474h75.869q16.339 0 27.692 11.784 11.352 11.784 11.352 28.704t-11.07 27.825q-11.069 10.905-27.974 10.905H280.74q-24.048 0-40.133 16.071-16.085 16.07-16.085 39.581v87.565q0 37.385-22.528 67.943Q179.465-493.76 143.957-484v8.267q35.508 10.682 58.037 40.555 22.528 29.874 22.528 67.439v86.999q0 24.048 16.085 40.133 16.085 16.085 40.133 16.085h61.172q16.339 0 27.692 11.502 11.352 11.501 11.352 28.422 0 16.92-11.07 27.824-11.069 10.905-27.974 10.905h-75.869Z"/></svg>'},99497:t=>{t.exports=require("react")}},e={};function q(v){var r=e[v];if(void 0!==r)return r.exports;var o=e[v]={exports:{}};return t[v](o,o.exports,q),o.exports}q.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return q.d(e,{a:e}),e},q.d=(t,e)=>{for(var v in e)q.o(e,v)&&!q.o(t,v)&&Object.defineProperty(t,v,{enumerable:!0,get:e[v]})},q.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),q.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var v={};(()=>{q.r(v),q.d(v,{DataObjectSVG:()=>r,default:()=>o});var t=q(93554),e=q(1979);const r=q=>{var v;return"outlined"===(null!=(v=null==q?void 0:q.variant)?v:"filled")?e.Z:t.Z},o=r})(),module.exports=v})();
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg/DataObject/index.js","mappings":"oEAcA,8kD,2CCAA,8kD,YCdAA,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,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,0FCAvD,MAAMC,EAAiBC,IAL9B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/DataObject/icon-fill.svg","webpack://icons/./src/svg/DataObject/icon.svg","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/svg/DataObject/index.ts"],"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: \"M618.088-145.869q-16.905 0-28.257-11.502-11.352-11.501-11.352-28.421t11.069-27.825q11.07-10.905 28.54-10.905h61.738q23.511 0 39.581-16.085 16.071-16.085 16.071-40.133v-86.999q0-37.294 22.5-67.277Q780.478-465 816.609-476v-8q-36.131-10-58.631-40.484-22.5-30.483-22.5-67.777v-87.565q0-23.511-16.071-39.581-16.07-16.071-39.581-16.071h-61.738q-16.905 0-28.257-11.502-11.352-11.501-11.352-28.421 0-16.921 11.069-28.108 11.07-11.187 28.54-11.187h75.869q50.591 0 85.665 35.474 35.074 35.475 35.074 85.831v86.999q0 24.048 15.803 40.133 15.802 16.085 39.85 16.085 9.952 0 17.15 6.936 7.197 6.936 7.197 16.919v92.365q0 10.548-7.197 17.338-7.198 6.79-17.15 6.79-24.048 0-39.85 16.071-15.803 16.071-15.803 39.582v87.564q0 50.356-35.074 85.548t-85.665 35.192h-75.869Zm-352.045 0q-50.591 0-85.382-35.192-34.792-35.192-34.792-85.548v-87.564q0-23.511-16.071-39.582t-39.582-16.071q-10.757 0-17.552-6.816t-6.795-17.604v-91.8q0-10.788 6.795-17.458 6.795-6.67 17.552-6.67 23.511 0 39.582-16.085t16.071-40.133v-86.999q0-50.356 34.792-85.831 34.791-35.474 85.382-35.474h75.869q16.339 0 27.692 11.784 11.352 11.784 11.352 28.704t-11.07 27.825q-11.069 10.905-27.974 10.905H280.74q-24.048 0-40.133 16.071-16.085 16.07-16.085 39.581v87.565q0 37.385-22.528 67.943Q179.465-493.76 143.957-484v8.267q35.508 10.682 58.037 40.555 22.528 29.874 22.528 67.439v86.999q0 24.048 16.085 40.133 16.085 16.085 40.133 16.085h61.172q16.339 0 27.692 11.502 11.352 11.501 11.352 28.422 0 16.92-11.07 27.824-11.069 10.905-27.974 10.905h-75.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=\\\"M618.088-145.869q-16.905 0-28.257-11.502-11.352-11.501-11.352-28.421t11.069-27.825q11.07-10.905 28.54-10.905h61.738q23.511 0 39.581-16.085 16.071-16.085 16.071-40.133v-86.999q0-37.294 22.5-67.277Q780.478-465 816.609-476v-8q-36.131-10-58.631-40.484-22.5-30.483-22.5-67.777v-87.565q0-23.511-16.071-39.581-16.07-16.071-39.581-16.071h-61.738q-16.905 0-28.257-11.502-11.352-11.501-11.352-28.421 0-16.921 11.069-28.108 11.07-11.187 28.54-11.187h75.869q50.591 0 85.665 35.474 35.074 35.475 35.074 85.831v86.999q0 24.048 15.803 40.133 15.802 16.085 39.85 16.085 9.952 0 17.15 6.936 7.197 6.936 7.197 16.919v92.365q0 10.548-7.197 17.338-7.198 6.79-17.15 6.79-24.048 0-39.85 16.071-15.803 16.071-15.803 39.582v87.564q0 50.356-35.074 85.548t-85.665 35.192h-75.869Zm-352.045 0q-50.591 0-85.382-35.192-34.792-35.192-34.792-85.548v-87.564q0-23.511-16.071-39.582t-39.582-16.071q-10.757 0-17.552-6.816t-6.795-17.604v-91.8q0-10.788 6.795-17.458 6.795-6.67 17.552-6.67 23.511 0 39.582-16.085t16.071-40.133v-86.999q0-50.356 34.792-85.831 34.791-35.474 85.382-35.474h75.869q16.339 0 27.692 11.784 11.352 11.784 11.352 28.704t-11.07 27.825q-11.069 10.905-27.974 10.905H280.74q-24.048 0-40.133 16.071-16.085 16.07-16.085 39.581v87.565q0 37.385-22.528 67.943Q179.465-493.76 143.957-484v8.267q35.508 10.682 58.037 40.555 22.528 29.874 22.528 67.439v86.999q0 24.048 16.085 40.133 16.085 16.085 40.133 16.085h61.172q16.339 0 27.692 11.502 11.352 11.501 11.352 28.422 0 16.92-11.07 27.824-11.069 10.905-27.974 10.905h-75.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: \"M618.088-145.869q-16.905 0-28.257-11.502-11.352-11.501-11.352-28.421t11.069-27.825q11.07-10.905 28.54-10.905h61.738q23.511 0 39.581-16.085 16.071-16.085 16.071-40.133v-86.999q0-37.294 22.5-67.277Q780.478-465 816.609-476v-8q-36.131-10-58.631-40.484-22.5-30.483-22.5-67.777v-87.565q0-23.511-16.071-39.581-16.07-16.071-39.581-16.071h-61.738q-16.905 0-28.257-11.502-11.352-11.501-11.352-28.421 0-16.921 11.069-28.108 11.07-11.187 28.54-11.187h75.869q50.591 0 85.665 35.474 35.074 35.475 35.074 85.831v86.999q0 24.048 15.803 40.133 15.802 16.085 39.85 16.085 9.952 0 17.15 6.936 7.197 6.936 7.197 16.919v92.365q0 10.548-7.197 17.338-7.198 6.79-17.15 6.79-24.048 0-39.85 16.071-15.803 16.071-15.803 39.582v87.564q0 50.356-35.074 85.548t-85.665 35.192h-75.869Zm-352.045 0q-50.591 0-85.382-35.192-34.792-35.192-34.792-85.548v-87.564q0-23.511-16.071-39.582t-39.582-16.071q-10.757 0-17.552-6.816t-6.795-17.604v-91.8q0-10.788 6.795-17.458 6.795-6.67 17.552-6.67 23.511 0 39.582-16.085t16.071-40.133v-86.999q0-50.356 34.792-85.831 34.791-35.474 85.382-35.474h75.869q16.339 0 27.692 11.784 11.352 11.784 11.352 28.704t-11.07 27.825q-11.069 10.905-27.974 10.905H280.74q-24.048 0-40.133 16.071-16.085 16.07-16.085 39.581v87.565q0 37.385-22.528 67.943Q179.465-493.76 143.957-484v8.267q35.508 10.682 58.037 40.555 22.528 29.874 22.528 67.439v86.999q0 24.048 16.085 40.133 16.085 16.085 40.133 16.085h61.172q16.339 0 27.692 11.502 11.352 11.501 11.352 28.422 0 16.92-11.07 27.824-11.069 10.905-27.974 10.905h-75.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=\\\"M618.088-145.869q-16.905 0-28.257-11.502-11.352-11.501-11.352-28.421t11.069-27.825q11.07-10.905 28.54-10.905h61.738q23.511 0 39.581-16.085 16.071-16.085 16.071-40.133v-86.999q0-37.294 22.5-67.277Q780.478-465 816.609-476v-8q-36.131-10-58.631-40.484-22.5-30.483-22.5-67.777v-87.565q0-23.511-16.071-39.581-16.07-16.071-39.581-16.071h-61.738q-16.905 0-28.257-11.502-11.352-11.501-11.352-28.421 0-16.921 11.069-28.108 11.07-11.187 28.54-11.187h75.869q50.591 0 85.665 35.474 35.074 35.475 35.074 85.831v86.999q0 24.048 15.803 40.133 15.802 16.085 39.85 16.085 9.952 0 17.15 6.936 7.197 6.936 7.197 16.919v92.365q0 10.548-7.197 17.338-7.198 6.79-17.15 6.79-24.048 0-39.85 16.071-15.803 16.071-15.803 39.582v87.564q0 50.356-35.074 85.548t-85.665 35.192h-75.869Zm-352.045 0q-50.591 0-85.382-35.192-34.792-35.192-34.792-85.548v-87.564q0-23.511-16.071-39.582t-39.582-16.071q-10.757 0-17.552-6.816t-6.795-17.604v-91.8q0-10.788 6.795-17.458 6.795-6.67 17.552-6.67 23.511 0 39.582-16.085t16.071-40.133v-86.999q0-50.356 34.792-85.831 34.791-35.474 85.382-35.474h75.869q16.339 0 27.692 11.784 11.352 11.784 11.352 28.704t-11.07 27.825q-11.069 10.905-27.974 10.905H280.74q-24.048 0-40.133 16.071-16.085 16.07-16.085 39.581v87.565q0 37.385-22.528 67.943Q179.465-493.76 143.957-484v8.267q35.508 10.682 58.037 40.555 22.528 29.874 22.528 67.439v86.999q0 24.048 16.085 40.133 16.085 16.085 40.133 16.085h61.172q16.339 0 27.692 11.502 11.352 11.501 11.352 28.422 0 16.92-11.07 27.824-11.069 10.905-27.974 10.905h-75.869Z\\\"/></svg>\";","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 type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const DataObjectSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default DataObjectSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","DataObjectSVG","opts","variant"],"sourceRoot":""}
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M256.478-105.869q-33.49 0-56.637-22.981-23.147-22.98-23.147-56.237v-560.391h-11q-16.706 0-28.158-11.502-11.451-11.501-11.451-28.283 0-16.781 11.451-28.107 11.452-11.326 28.158-11.326h172.697q0-16.957 11.451-28.566 11.451-11.609 28.158-11.609h203.435q16.706 0 28.158 11.769 11.451 11.77 11.451 28.406h173.262q16.706 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108-11.452 11.326-28.158 11.326h-11v560.391q0 33.257-23.147 56.237-23.147 22.981-56.637 22.981H256.478Zm138.154-160.696q14.803 0 24.716-10.116t9.913-24.406v-329.956q0-14.291-10.166-24.406-10.167-10.116-24.531-10.116-15.086 0-24.999 10.116-9.913 10.115-9.913 24.406v329.956q0 14.29 10.088 24.406 10.089 10.116 24.892 10.116Zm171.479 0q14.411 0 24.607-10.116 10.195-10.116 10.195-24.406v-329.956q0-14.291-10.311-24.406-10.312-10.116-24.892-10.116t-24.775 10.116q-10.196 10.115-10.196 24.406v329.956q0 14.29 10.48 24.406 10.481 10.116 24.892 10.116Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M256.478-105.869q-33.49 0-56.637-22.981-23.147-22.98-23.147-56.237v-560.391h-11q-16.706 0-28.158-11.502-11.451-11.501-11.451-28.283 0-16.781 11.451-28.107 11.452-11.326 28.158-11.326h172.697q0-16.957 11.451-28.566 11.451-11.609 28.158-11.609h203.435q16.706 0 28.158 11.769 11.451 11.77 11.451 28.406h173.262q16.706 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108-11.452 11.326-28.158 11.326h-11v560.391q0 33.257-23.147 56.237-23.147 22.981-56.637 22.981H256.478Zm447.044-639.609H256.478v560.391h447.044v-560.391Zm-308.89 478.913q14.803 0 24.716-10.116t9.913-24.406v-329.956q0-14.291-10.166-24.406-10.167-10.116-24.531-10.116-15.086 0-24.999 10.116-9.913 10.115-9.913 24.406v329.956q0 14.29 10.088 24.406 10.089 10.116 24.892 10.116Zm171.479 0q14.411 0 24.607-10.116 10.195-10.116 10.195-24.406v-329.956q0-14.291-10.311-24.406-10.312-10.116-24.892-10.116t-24.775 10.116q-10.196 10.115-10.196 24.406v329.956q0 14.29 10.48 24.406 10.481 10.116 24.892 10.116ZM256.478-745.478v560.391-560.391Z"/></svg>
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const DeleteSVG: (opts?: IconProps) => string;
3
+ export default DeleteSVG;
@@ -0,0 +1,2 @@
1
+ (()=>{"use strict";var e={68514:(e,t,r)=>{r.d(t,{Z:()=>o});r(99497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M256.478-105.869q-33.49 0-56.637-22.981-23.147-22.98-23.147-56.237v-560.391h-11q-16.706 0-28.158-11.502-11.451-11.501-11.451-28.283 0-16.781 11.451-28.107 11.452-11.326 28.158-11.326h172.697q0-16.957 11.451-28.566 11.451-11.609 28.158-11.609h203.435q16.706 0 28.158 11.769 11.451 11.77 11.451 28.406h173.262q16.706 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108-11.452 11.326-28.158 11.326h-11v560.391q0 33.257-23.147 56.237-23.147 22.981-56.637 22.981H256.478Zm138.154-160.696q14.803 0 24.716-10.116t9.913-24.406v-329.956q0-14.291-10.166-24.406-10.167-10.116-24.531-10.116-15.086 0-24.999 10.116-9.913 10.115-9.913 24.406v329.956q0 14.29 10.088 24.406 10.089 10.116 24.892 10.116Zm171.479 0q14.411 0 24.607-10.116 10.195-10.116 10.195-24.406v-329.956q0-14.291-10.311-24.406-10.312-10.116-24.892-10.116t-24.775 10.116q-10.196 10.115-10.196 24.406v329.956q0 14.29 10.48 24.406 10.481 10.116 24.892 10.116Z"/></svg>'},58696:(e,t,r)=>{r.d(t,{Z:()=>o});r(99497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M256.478-105.869q-33.49 0-56.637-22.981-23.147-22.98-23.147-56.237v-560.391h-11q-16.706 0-28.158-11.502-11.451-11.501-11.451-28.283 0-16.781 11.451-28.107 11.452-11.326 28.158-11.326h172.697q0-16.957 11.451-28.566 11.451-11.609 28.158-11.609h203.435q16.706 0 28.158 11.769 11.451 11.77 11.451 28.406h173.262q16.706 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108-11.452 11.326-28.158 11.326h-11v560.391q0 33.257-23.147 56.237-23.147 22.981-56.637 22.981H256.478Zm447.044-639.609H256.478v560.391h447.044v-560.391Zm-308.89 478.913q14.803 0 24.716-10.116t9.913-24.406v-329.956q0-14.291-10.166-24.406-10.167-10.116-24.531-10.116-15.086 0-24.999 10.116-9.913 10.115-9.913 24.406v329.956q0 14.29 10.088 24.406 10.089 10.116 24.892 10.116Zm171.479 0q14.411 0 24.607-10.116 10.195-10.116 10.195-24.406v-329.956q0-14.291-10.311-24.406-10.312-10.116-24.892-10.116t-24.775 10.116q-10.196 10.115-10.196 24.406v329.956q0 14.29 10.48 24.406 10.481 10.116 24.892 10.116ZM256.478-745.478v560.391-560.391Z"/></svg>'},99497:e=>{e.exports=require("react")}},t={};function r(o){var v=t[o];if(void 0!==v)return v.exports;var q=t[o]={exports:{}};return e[o](q,q.exports,r),q.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 o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},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 o={};(()=>{r.r(o),r.d(o,{DeleteSVG:()=>v,default:()=>q});var e=r(68514),t=r(58696);const v=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?t.Z:e.Z},q=v})(),module.exports=o})();
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg/Delete/index.js","mappings":"oEAcA,ghC,4CCAA,mmC,YCdAA,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,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,uFCAvD,MAAMC,EAAaC,IAL1B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Delete/icon-fill.svg","webpack://icons/./src/svg/Delete/icon.svg","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/svg/Delete/index.ts"],"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: \"M256.478-105.869q-33.49 0-56.637-22.981-23.147-22.98-23.147-56.237v-560.391h-11q-16.706 0-28.158-11.502-11.451-11.501-11.451-28.283 0-16.781 11.451-28.107 11.452-11.326 28.158-11.326h172.697q0-16.957 11.451-28.566 11.451-11.609 28.158-11.609h203.435q16.706 0 28.158 11.769 11.451 11.77 11.451 28.406h173.262q16.706 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108-11.452 11.326-28.158 11.326h-11v560.391q0 33.257-23.147 56.237-23.147 22.981-56.637 22.981H256.478Zm138.154-160.696q14.803 0 24.716-10.116t9.913-24.406v-329.956q0-14.291-10.166-24.406-10.167-10.116-24.531-10.116-15.086 0-24.999 10.116-9.913 10.115-9.913 24.406v329.956q0 14.29 10.088 24.406 10.089 10.116 24.892 10.116Zm171.479 0q14.411 0 24.607-10.116 10.195-10.116 10.195-24.406v-329.956q0-14.291-10.311-24.406-10.312-10.116-24.892-10.116t-24.775 10.116q-10.196 10.115-10.196 24.406v329.956q0 14.29 10.48 24.406 10.481 10.116 24.892 10.116Z\"\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=\\\"M256.478-105.869q-33.49 0-56.637-22.981-23.147-22.98-23.147-56.237v-560.391h-11q-16.706 0-28.158-11.502-11.451-11.501-11.451-28.283 0-16.781 11.451-28.107 11.452-11.326 28.158-11.326h172.697q0-16.957 11.451-28.566 11.451-11.609 28.158-11.609h203.435q16.706 0 28.158 11.769 11.451 11.77 11.451 28.406h173.262q16.706 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108-11.452 11.326-28.158 11.326h-11v560.391q0 33.257-23.147 56.237-23.147 22.981-56.637 22.981H256.478Zm138.154-160.696q14.803 0 24.716-10.116t9.913-24.406v-329.956q0-14.291-10.166-24.406-10.167-10.116-24.531-10.116-15.086 0-24.999 10.116-9.913 10.115-9.913 24.406v329.956q0 14.29 10.088 24.406 10.089 10.116 24.892 10.116Zm171.479 0q14.411 0 24.607-10.116 10.195-10.116 10.195-24.406v-329.956q0-14.291-10.311-24.406-10.312-10.116-24.892-10.116t-24.775 10.116q-10.196 10.115-10.196 24.406v329.956q0 14.29 10.48 24.406 10.481 10.116 24.892 10.116Z\\\"/></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: \"M256.478-105.869q-33.49 0-56.637-22.981-23.147-22.98-23.147-56.237v-560.391h-11q-16.706 0-28.158-11.502-11.451-11.501-11.451-28.283 0-16.781 11.451-28.107 11.452-11.326 28.158-11.326h172.697q0-16.957 11.451-28.566 11.451-11.609 28.158-11.609h203.435q16.706 0 28.158 11.769 11.451 11.77 11.451 28.406h173.262q16.706 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108-11.452 11.326-28.158 11.326h-11v560.391q0 33.257-23.147 56.237-23.147 22.981-56.637 22.981H256.478Zm447.044-639.609H256.478v560.391h447.044v-560.391Zm-308.89 478.913q14.803 0 24.716-10.116t9.913-24.406v-329.956q0-14.291-10.166-24.406-10.167-10.116-24.531-10.116-15.086 0-24.999 10.116-9.913 10.115-9.913 24.406v329.956q0 14.29 10.088 24.406 10.089 10.116 24.892 10.116Zm171.479 0q14.411 0 24.607-10.116 10.195-10.116 10.195-24.406v-329.956q0-14.291-10.311-24.406-10.312-10.116-24.892-10.116t-24.775 10.116q-10.196 10.115-10.196 24.406v329.956q0 14.29 10.48 24.406 10.481 10.116 24.892 10.116ZM256.478-745.478v560.391-560.391Z\"\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=\\\"M256.478-105.869q-33.49 0-56.637-22.981-23.147-22.98-23.147-56.237v-560.391h-11q-16.706 0-28.158-11.502-11.451-11.501-11.451-28.283 0-16.781 11.451-28.107 11.452-11.326 28.158-11.326h172.697q0-16.957 11.451-28.566 11.451-11.609 28.158-11.609h203.435q16.706 0 28.158 11.769 11.451 11.77 11.451 28.406h173.262q16.706 0 28.158 11.501 11.451 11.502 11.451 28.283 0 16.782-11.451 28.108-11.452 11.326-28.158 11.326h-11v560.391q0 33.257-23.147 56.237-23.147 22.981-56.637 22.981H256.478Zm447.044-639.609H256.478v560.391h447.044v-560.391Zm-308.89 478.913q14.803 0 24.716-10.116t9.913-24.406v-329.956q0-14.291-10.166-24.406-10.167-10.116-24.531-10.116-15.086 0-24.999 10.116-9.913 10.115-9.913 24.406v329.956q0 14.29 10.088 24.406 10.089 10.116 24.892 10.116Zm171.479 0q14.411 0 24.607-10.116 10.195-10.116 10.195-24.406v-329.956q0-14.291-10.311-24.406-10.312-10.116-24.892-10.116t-24.775 10.116q-10.196 10.115-10.196 24.406v329.956q0 14.29 10.48 24.406 10.481 10.116 24.892 10.116ZM256.478-745.478v560.391-560.391Z\\\"/></svg>\";","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 type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const DeleteSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default DeleteSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","DeleteSVG","opts","variant"],"sourceRoot":""}
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-84 32-157t87.5-127q55.5-54 130-85T489-880q79 0 150 26.5T763.5-780q53.5 47 85 111.5T880-527q0 108-63 170.5T650-294h-75q-18 0-31 14t-13 31q0 20 14.5 38t14.5 43q0 26-24.5 57T480-80ZM247-454q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm126-170q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm214 0q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm131 170q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-85 32-158t87.5-127q55.5-54 130-84.5T489-880q79 0 150 26.5T763.5-780q53.5 47 85 111.5T880-527q0 108-63 170.5T650-294h-75q-18 0-31 14t-13 31q0 27 14.5 46t14.5 44q0 38-21 58.5T480-80Zm0-400Zm-233 26q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm126-170q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm214 0q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm131 170q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15ZM480-140q11 0 15.5-4.5T500-159q0-14-14.5-26T471-238q0-46 30-81t76-35h73q76 0 123-44.5T820-527q0-132-100-212.5T489-820q-146 0-247.5 98.5T140-480q0 141 99.5 240.5T480-140Z"/></svg>
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const DesignSVG: (opts?: IconProps) => string;
3
+ export default DesignSVG;
@@ -0,0 +1,2 @@
1
+ (()=>{"use strict";var t={21080:(t,q,e)=>{e.d(q,{Z:()=>r});e(99497);const r='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-84 32-157t87.5-127q55.5-54 130-85T489-880q79 0 150 26.5T763.5-780q53.5 47 85 111.5T880-527q0 108-63 170.5T650-294h-75q-18 0-31 14t-13 31q0 20 14.5 38t14.5 43q0 26-24.5 57T480-80ZM247-454q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm126-170q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm214 0q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm131 170q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Z"/></svg>'},52794:(t,q,e)=>{e.d(q,{Z:()=>r});e(99497);const r='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-85 32-158t87.5-127q55.5-54 130-84.5T489-880q79 0 150 26.5T763.5-780q53.5 47 85 111.5T880-527q0 108-63 170.5T650-294h-75q-18 0-31 14t-13 31q0 27 14.5 46t14.5 44q0 38-21 58.5T480-80Zm0-400Zm-233 26q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm126-170q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm214 0q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm131 170q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15ZM480-140q11 0 15.5-4.5T500-159q0-14-14.5-26T471-238q0-46 30-81t76-35h73q76 0 123-44.5T820-527q0-132-100-212.5T489-820q-146 0-247.5 98.5T140-480q0 141 99.5 240.5T480-140Z"/></svg>'},99497:t=>{t.exports=require("react")}},q={};function e(r){var o=q[r];if(void 0!==o)return o.exports;var n=q[r]={exports:{}};return t[r](n,n.exports,e),n.exports}e.n=t=>{var q=t&&t.__esModule?()=>t.default:()=>t;return e.d(q,{a:q}),q},e.d=(t,q)=>{for(var r in q)e.o(q,r)&&!e.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:q[r]})},e.o=(t,q)=>Object.prototype.hasOwnProperty.call(t,q),e.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};(()=>{e.r(r),e.d(r,{DesignSVG:()=>o,default:()=>n});var t=e(21080),q=e(52794);const o=e=>{var r;return"outlined"===(null!=(r=null==e?void 0:e.variant)?r:"filled")?q.Z:t.Z},n=o})(),module.exports=r})();
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg/Design/index.js","mappings":"oEAcA,gqB,4CCAA,k1B,YCdAA,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,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,uFCAvD,MAAMC,EAAaC,IAL1B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Design/icon-fill.svg","webpack://icons/./src/svg/Design/icon.svg","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/svg/Design/index.ts"],"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: \"M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-84 32-157t87.5-127q55.5-54 130-85T489-880q79 0 150 26.5T763.5-780q53.5 47 85 111.5T880-527q0 108-63 170.5T650-294h-75q-18 0-31 14t-13 31q0 20 14.5 38t14.5 43q0 26-24.5 57T480-80ZM247-454q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm126-170q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm214 0q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm131 170q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Z\"\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=\\\"M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-84 32-157t87.5-127q55.5-54 130-85T489-880q79 0 150 26.5T763.5-780q53.5 47 85 111.5T880-527q0 108-63 170.5T650-294h-75q-18 0-31 14t-13 31q0 20 14.5 38t14.5 43q0 26-24.5 57T480-80ZM247-454q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm126-170q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm214 0q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm131 170q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Z\\\"/></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: \"M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-85 32-158t87.5-127q55.5-54 130-84.5T489-880q79 0 150 26.5T763.5-780q53.5 47 85 111.5T880-527q0 108-63 170.5T650-294h-75q-18 0-31 14t-13 31q0 27 14.5 46t14.5 44q0 38-21 58.5T480-80Zm0-400Zm-233 26q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm126-170q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm214 0q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm131 170q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15ZM480-140q11 0 15.5-4.5T500-159q0-14-14.5-26T471-238q0-46 30-81t76-35h73q76 0 123-44.5T820-527q0-132-100-212.5T489-820q-146 0-247.5 98.5T140-480q0 141 99.5 240.5T480-140Z\"\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=\\\"M480-80q-82 0-155-31.5t-127.5-86Q143-252 111.5-325T80-480q0-85 32-158t87.5-127q55.5-54 130-84.5T489-880q79 0 150 26.5T763.5-780q53.5 47 85 111.5T880-527q0 108-63 170.5T650-294h-75q-18 0-31 14t-13 31q0 27 14.5 46t14.5 44q0 38-21 58.5T480-80Zm0-400Zm-233 26q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm126-170q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm214 0q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15Zm131 170q20 0 35-15t15-35q0-20-15-35t-35-15q-20 0-35 15t-15 35q0 20 15 35t35 15ZM480-140q11 0 15.5-4.5T500-159q0-14-14.5-26T471-238q0-46 30-81t76-35h73q76 0 123-44.5T820-527q0-132-100-212.5T489-820q-146 0-247.5 98.5T140-480q0 141 99.5 240.5T480-140Z\\\"/></svg>\";","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 type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const DesignSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default DesignSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","DesignSVG","opts","variant"],"sourceRoot":""}
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M413.782-185.087v-100H145.087q-32.507 0-55.862-23.522-23.356-23.522-23.356-56.262v-409.477q0-32.74 23.356-56.261 23.355-23.522 55.862-23.522h669.826q32.74 0 56.262 23.522 23.521 23.521 23.521 56.261v409.477q0 32.74-23.521 56.262-23.522 23.522-56.262 23.522H546.218v100h46.391q16.956 0 28.282 11.326 11.327 11.326 11.327 28.283t-11.327 28.283q-11.326 11.326-28.282 11.326H367.391q-16.956 0-28.282-11.326-11.327-11.326-11.327-28.283t11.327-28.283q11.326-11.326 28.282-11.326h46.391Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M413.782-185.087v-100H145.087q-32.507 0-55.862-23.522-23.356-23.522-23.356-56.262v-409.477q0-32.74 23.356-56.261 23.355-23.522 55.862-23.522h669.826q32.74 0 56.262 23.522 23.521 23.521 23.521 56.261v409.477q0 32.74-23.521 56.262-23.522 23.522-56.262 23.522H546.218v100h46.391q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283 0 16.782-11.452 28.108-11.451 11.326-28.157 11.326H367.391q-16.706 0-28.157-11.502-11.452-11.501-11.452-28.282 0-16.782 11.452-28.108 11.451-11.326 28.157-11.326h46.391ZM145.087-364.871h669.826v-409.477H145.087v409.477Zm0 0v-409.477 409.477Z"/></svg>
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const DesktopSVG: (opts?: IconProps) => string;
3
+ export default DesktopSVG;
@@ -0,0 +1,2 @@
1
+ (()=>{"use strict";var e={719:(e,t,r)=>{r.d(t,{Z:()=>o});r(99497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M413.782-185.087v-100H145.087q-32.507 0-55.862-23.522-23.356-23.522-23.356-56.262v-409.477q0-32.74 23.356-56.261 23.355-23.522 55.862-23.522h669.826q32.74 0 56.262 23.522 23.521 23.521 23.521 56.261v409.477q0 32.74-23.521 56.262-23.522 23.522-56.262 23.522H546.218v100h46.391q16.956 0 28.282 11.326 11.327 11.326 11.327 28.283t-11.327 28.283q-11.326 11.326-28.282 11.326H367.391q-16.956 0-28.282-11.326-11.327-11.326-11.327-28.283t11.327-28.283q11.326-11.326 28.282-11.326h46.391Z"/></svg>'},94374:(e,t,r)=>{r.d(t,{Z:()=>o});r(99497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M413.782-185.087v-100H145.087q-32.507 0-55.862-23.522-23.356-23.522-23.356-56.262v-409.477q0-32.74 23.356-56.261 23.355-23.522 55.862-23.522h669.826q32.74 0 56.262 23.522 23.521 23.521 23.521 56.261v409.477q0 32.74-23.521 56.262-23.522 23.522-56.262 23.522H546.218v100h46.391q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283 0 16.782-11.452 28.108-11.451 11.326-28.157 11.326H367.391q-16.706 0-28.157-11.502-11.452-11.501-11.452-28.282 0-16.782 11.452-28.108 11.451-11.326 28.157-11.326h46.391ZM145.087-364.871h669.826v-409.477H145.087v409.477Zm0 0v-409.477 409.477Z"/></svg>'},99497:e=>{e.exports=require("react")}},t={};function r(o){var v=t[o];if(void 0!==v)return v.exports;var n=t[o]={exports:{}};return e[o](n,n.exports,r),n.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 o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},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 o={};(()=>{r.r(o),r.d(o,{DesktopSVG:()=>v,default:()=>n});var e=r(719),t=r(94374);const v=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?t.Z:e.Z},n=v})(),module.exports=o})();
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg/Desktop/index.js","mappings":"kEAcA,olB,4CCAA,4qB,YCdAA,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,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,sFCAvD,MAAMC,EAAcC,IAL3B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Desktop/icon-fill.svg","webpack://icons/./src/svg/Desktop/icon.svg","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/svg/Desktop/index.ts"],"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: \"M413.782-185.087v-100H145.087q-32.507 0-55.862-23.522-23.356-23.522-23.356-56.262v-409.477q0-32.74 23.356-56.261 23.355-23.522 55.862-23.522h669.826q32.74 0 56.262 23.522 23.521 23.521 23.521 56.261v409.477q0 32.74-23.521 56.262-23.522 23.522-56.262 23.522H546.218v100h46.391q16.956 0 28.282 11.326 11.327 11.326 11.327 28.283t-11.327 28.283q-11.326 11.326-28.282 11.326H367.391q-16.956 0-28.282-11.326-11.327-11.326-11.327-28.283t11.327-28.283q11.326-11.326 28.282-11.326h46.391Z\"\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=\\\"M413.782-185.087v-100H145.087q-32.507 0-55.862-23.522-23.356-23.522-23.356-56.262v-409.477q0-32.74 23.356-56.261 23.355-23.522 55.862-23.522h669.826q32.74 0 56.262 23.522 23.521 23.521 23.521 56.261v409.477q0 32.74-23.521 56.262-23.522 23.522-56.262 23.522H546.218v100h46.391q16.956 0 28.282 11.326 11.327 11.326 11.327 28.283t-11.327 28.283q-11.326 11.326-28.282 11.326H367.391q-16.956 0-28.282-11.326-11.327-11.326-11.327-28.283t11.327-28.283q11.326-11.326 28.282-11.326h46.391Z\\\"/></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: \"M413.782-185.087v-100H145.087q-32.507 0-55.862-23.522-23.356-23.522-23.356-56.262v-409.477q0-32.74 23.356-56.261 23.355-23.522 55.862-23.522h669.826q32.74 0 56.262 23.522 23.521 23.521 23.521 56.261v409.477q0 32.74-23.521 56.262-23.522 23.522-56.262 23.522H546.218v100h46.391q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283 0 16.782-11.452 28.108-11.451 11.326-28.157 11.326H367.391q-16.706 0-28.157-11.502-11.452-11.501-11.452-28.282 0-16.782 11.452-28.108 11.451-11.326 28.157-11.326h46.391ZM145.087-364.871h669.826v-409.477H145.087v409.477Zm0 0v-409.477 409.477Z\"\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=\\\"M413.782-185.087v-100H145.087q-32.507 0-55.862-23.522-23.356-23.522-23.356-56.262v-409.477q0-32.74 23.356-56.261 23.355-23.522 55.862-23.522h669.826q32.74 0 56.262 23.522 23.521 23.521 23.521 56.261v409.477q0 32.74-23.521 56.262-23.522 23.522-56.262 23.522H546.218v100h46.391q16.706 0 28.157 11.501 11.452 11.502 11.452 28.283 0 16.782-11.452 28.108-11.451 11.326-28.157 11.326H367.391q-16.706 0-28.157-11.502-11.452-11.501-11.452-28.282 0-16.782 11.452-28.108 11.451-11.326 28.157-11.326h46.391ZM145.087-364.871h669.826v-409.477H145.087v409.477Zm0 0v-409.477 409.477Z\\\"/></svg>\";","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 type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const DesktopSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default DesktopSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","DesktopSVG","opts","variant"],"sourceRoot":""}
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 17 16" width="20px" height="20px">
2
+ <path clip-rule="evenodd"
3
+ d="M6.25 3.5A1.5 1.5 0 017.75 2h1a1.5 1.5 0 011.5 1.5v1A1.5 1.5 0 018.75 6v1h5.5a.5.5 0 01.5.5v1a.5.5 0 01-1 0V8h-5v.5a.5.5 0 01-1 0V8h-5v.5a.5.5 0 01-1 0v-1a.5.5 0 01.5-.5h5.5V6a1.5 1.5 0 01-1.5-1.5v-1zm-6 8a1.5 1.5 0 011.5-1.5h1a1.5 1.5 0 011.5 1.5v1a1.5 1.5 0 01-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5v-1zm6 0a1.5 1.5 0 011.5-1.5h1a1.5 1.5 0 011.5 1.5v1a1.5 1.5 0 01-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5v-1zm6 0a1.5 1.5 0 011.5-1.5h1a1.5 1.5 0 011.5 1.5v1a1.5 1.5 0 01-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5v-1z"
4
+ fill-rule="evenodd"></path>
5
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 17 16" width="20px" height="20px">
2
+ <path clip-rule="evenodd"
3
+ d="M6.25 3.5A1.5 1.5 0 017.75 2h1a1.5 1.5 0 011.5 1.5v1A1.5 1.5 0 018.75 6v1h5.5a.5.5 0 01.5.5v1a.5.5 0 01-1 0V8h-5v.5a.5.5 0 01-1 0V8h-5v.5a.5.5 0 01-1 0v-1a.5.5 0 01.5-.5h5.5V6a1.5 1.5 0 01-1.5-1.5v-1zm-6 8a1.5 1.5 0 011.5-1.5h1a1.5 1.5 0 011.5 1.5v1a1.5 1.5 0 01-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5v-1zm6 0a1.5 1.5 0 011.5-1.5h1a1.5 1.5 0 011.5 1.5v1a1.5 1.5 0 01-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5v-1zm6 0a1.5 1.5 0 011.5-1.5h1a1.5 1.5 0 011.5 1.5v1a1.5 1.5 0 01-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5v-1z"
4
+ fill-rule="evenodd"></path>
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const DiagramSVG: (opts?: IconProps) => string;
3
+ export default DiagramSVG;
@@ -0,0 +1,2 @@
1
+ (()=>{"use strict";var a={5589:(a,e,v)=>{v.d(e,{Z:()=>r});v(99497);const r='<svg viewBox="0 0 17 16" width="20px" height="20px">\n <path clip-rule="evenodd"\n d="M6.25 3.5A1.5 1.5 0 017.75 2h1a1.5 1.5 0 011.5 1.5v1A1.5 1.5 0 018.75 6v1h5.5a.5.5 0 01.5.5v1a.5.5 0 01-1 0V8h-5v.5a.5.5 0 01-1 0V8h-5v.5a.5.5 0 01-1 0v-1a.5.5 0 01.5-.5h5.5V6a1.5 1.5 0 01-1.5-1.5v-1zm-6 8a1.5 1.5 0 011.5-1.5h1a1.5 1.5 0 011.5 1.5v1a1.5 1.5 0 01-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5v-1zm6 0a1.5 1.5 0 011.5-1.5h1a1.5 1.5 0 011.5 1.5v1a1.5 1.5 0 01-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5v-1zm6 0a1.5 1.5 0 011.5-1.5h1a1.5 1.5 0 011.5 1.5v1a1.5 1.5 0 01-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5v-1z"\n fill-rule="evenodd"></path>\n</svg>'},71978:(a,e,v)=>{v.d(e,{Z:()=>r});v(99497);const r='<svg viewBox="0 0 17 16" width="20px" height="20px">\n <path clip-rule="evenodd"\n d="M6.25 3.5A1.5 1.5 0 017.75 2h1a1.5 1.5 0 011.5 1.5v1A1.5 1.5 0 018.75 6v1h5.5a.5.5 0 01.5.5v1a.5.5 0 01-1 0V8h-5v.5a.5.5 0 01-1 0V8h-5v.5a.5.5 0 01-1 0v-1a.5.5 0 01.5-.5h5.5V6a1.5 1.5 0 01-1.5-1.5v-1zm-6 8a1.5 1.5 0 011.5-1.5h1a1.5 1.5 0 011.5 1.5v1a1.5 1.5 0 01-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5v-1zm6 0a1.5 1.5 0 011.5-1.5h1a1.5 1.5 0 011.5 1.5v1a1.5 1.5 0 01-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5v-1zm6 0a1.5 1.5 0 011.5-1.5h1a1.5 1.5 0 011.5 1.5v1a1.5 1.5 0 01-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5v-1z"\n fill-rule="evenodd"></path>\n</svg>'},99497:a=>{a.exports=require("react")}},e={};function v(r){var t=e[r];if(void 0!==t)return t.exports;var o=e[r]={exports:{}};return a[r](o,o.exports,v),o.exports}v.n=a=>{var e=a&&a.__esModule?()=>a.default:()=>a;return v.d(e,{a:e}),e},v.d=(a,e)=>{for(var r in e)v.o(e,r)&&!v.o(a,r)&&Object.defineProperty(a,r,{enumerable:!0,get:e[r]})},v.o=(a,e)=>Object.prototype.hasOwnProperty.call(a,e),v.r=a=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(a,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(a,"__esModule",{value:!0})};var r={};(()=>{v.r(r),v.d(r,{DiagramSVG:()=>t,default:()=>o});var a=v(5589),e=v(71978);const t=v=>{var r;return"outlined"===(null!=(r=null==v?void 0:v.variant)?r:"filled")?e.Z:a.Z},o=t})(),module.exports=r})();
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg/Diagram/index.js","mappings":"mEAeA,2nB,4CCAA,2nB,YCfAA,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,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,uFCAvD,MAAMC,EAAcC,IAL3B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Diagram/icon-fill.svg","webpack://icons/./src/svg/Diagram/icon.svg","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/svg/Diagram/index.ts"],"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 width: 20,\n height: 20,\n viewBox: \"0 0 17 16\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fillRule: \"evenodd\",\n d: \"M6.25 3.5A1.5 1.5 0 0 1 7.75 2h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.75 6v1h5.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5h5.5V6a1.5 1.5 0 0 1-1.5-1.5v-1zm-6 8a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm6 0a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm6 0a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1z\",\n clipRule: \"evenodd\"\n })));\n};\nexport { SvgIconFill as ReactComponent };\nexport default \"<svg viewBox=\\\"0 0 17 16\\\" width=\\\"20px\\\" height=\\\"20px\\\">\\n <path clip-rule=\\\"evenodd\\\"\\n d=\\\"M6.25 3.5A1.5 1.5 0 017.75 2h1a1.5 1.5 0 011.5 1.5v1A1.5 1.5 0 018.75 6v1h5.5a.5.5 0 01.5.5v1a.5.5 0 01-1 0V8h-5v.5a.5.5 0 01-1 0V8h-5v.5a.5.5 0 01-1 0v-1a.5.5 0 01.5-.5h5.5V6a1.5 1.5 0 01-1.5-1.5v-1zm-6 8a1.5 1.5 0 011.5-1.5h1a1.5 1.5 0 011.5 1.5v1a1.5 1.5 0 01-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5v-1zm6 0a1.5 1.5 0 011.5-1.5h1a1.5 1.5 0 011.5 1.5v1a1.5 1.5 0 01-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5v-1zm6 0a1.5 1.5 0 011.5-1.5h1a1.5 1.5 0 011.5 1.5v1a1.5 1.5 0 01-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5v-1z\\\"\\n fill-rule=\\\"evenodd\\\"></path>\\n</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 width: 20,\n height: 20,\n viewBox: \"0 0 17 16\"\n }, props), _path || (_path = /*#__PURE__*/React.createElement(\"path\", {\n fillRule: \"evenodd\",\n d: \"M6.25 3.5A1.5 1.5 0 0 1 7.75 2h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.75 6v1h5.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1a.5.5 0 0 1 .5-.5h5.5V6a1.5 1.5 0 0 1-1.5-1.5v-1zm-6 8a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm6 0a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm6 0a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1z\",\n clipRule: \"evenodd\"\n })));\n};\nexport { SvgIcon as ReactComponent };\nexport default \"<svg viewBox=\\\"0 0 17 16\\\" width=\\\"20px\\\" height=\\\"20px\\\">\\n <path clip-rule=\\\"evenodd\\\"\\n d=\\\"M6.25 3.5A1.5 1.5 0 017.75 2h1a1.5 1.5 0 011.5 1.5v1A1.5 1.5 0 018.75 6v1h5.5a.5.5 0 01.5.5v1a.5.5 0 01-1 0V8h-5v.5a.5.5 0 01-1 0V8h-5v.5a.5.5 0 01-1 0v-1a.5.5 0 01.5-.5h5.5V6a1.5 1.5 0 01-1.5-1.5v-1zm-6 8a1.5 1.5 0 011.5-1.5h1a1.5 1.5 0 011.5 1.5v1a1.5 1.5 0 01-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5v-1zm6 0a1.5 1.5 0 011.5-1.5h1a1.5 1.5 0 011.5 1.5v1a1.5 1.5 0 01-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5v-1zm6 0a1.5 1.5 0 011.5-1.5h1a1.5 1.5 0 011.5 1.5v1a1.5 1.5 0 01-1.5 1.5h-1a1.5 1.5 0 01-1.5-1.5v-1z\\\"\\n fill-rule=\\\"evenodd\\\"></path>\\n</svg>\";","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 type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const DiagramSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default DiagramSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","DiagramSVG","opts","variant"],"sourceRoot":""}
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M225.087-65.869q-32.478 0-55.848-23.37-23.37-23.37-23.37-55.848v-669.826q0-32.478 23.37-56.131 23.37-23.652 55.848-23.652h328.652q15.957 0 31.131 6.695 15.174 6.696 26 17.522L790.479-690.87q10.826 10.826 17.522 26 6.695 15.174 6.695 31.131v488.652q0 32.478-23.652 55.848-23.653 23.37-56.131 23.37H225.087Zm320.826-602.653q0 16.957 11.326 28.283t28.283 11.326h149.391l-189-186v146.391Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M225.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-669.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h328.652q16.464 0 31.384 6.695 14.921 6.696 25.747 17.522L790.479-690.87q10.826 10.826 17.522 25.747 6.695 14.92 6.695 31.384v488.652q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Zm320.826-602.653v-146.391H225.087v669.826h509.826v-483.826H585.522q-16.707 0-28.158-11.451t-11.451-28.158ZM225.087-814.913v186-186 669.826-669.826Z"/></svg>
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const DocumentSVG: (opts?: IconProps) => string;
3
+ export default DocumentSVG;
@@ -0,0 +1,2 @@
1
+ (()=>{"use strict";var e={72751:(e,t,r)=>{r.d(t,{Z:()=>o});r(99497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M225.087-65.869q-32.478 0-55.848-23.37-23.37-23.37-23.37-55.848v-669.826q0-32.478 23.37-56.131 23.37-23.652 55.848-23.652h328.652q15.957 0 31.131 6.695 15.174 6.696 26 17.522L790.479-690.87q10.826 10.826 17.522 26 6.695 15.174 6.695 31.131v488.652q0 32.478-23.652 55.848-23.653 23.37-56.131 23.37H225.087Zm320.826-602.653q0 16.957 11.326 28.283t28.283 11.326h149.391l-189-186v146.391Z"/></svg>'},49236:(e,t,r)=>{r.d(t,{Z:()=>o});r(99497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M225.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-669.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h328.652q16.464 0 31.384 6.695 14.921 6.696 25.747 17.522L790.479-690.87q10.826 10.826 17.522 25.747 6.695 14.92 6.695 31.384v488.652q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Zm320.826-602.653v-146.391H225.087v669.826h509.826v-483.826H585.522q-16.707 0-28.158-11.451t-11.451-28.158ZM225.087-814.913v186-186 669.826-669.826Z"/></svg>'},99497:e=>{e.exports=require("react")}},t={};function r(o){var v=t[o];if(void 0!==v)return v.exports;var n=t[o]={exports:{}};return e[o](n,n.exports,r),n.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 o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},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 o={};(()=>{r.r(o),r.d(o,{DocumentSVG:()=>v,default:()=>n});var e=r(72751),t=r(49236);const v=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?t.Z:e.Z},n=v})(),module.exports=o})();
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg/Document/index.js","mappings":"oEAcA,of,4CCAA,skB,YCdAA,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,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,yFCAvD,MAAMC,EAAeC,IAL5B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Document/icon-fill.svg","webpack://icons/./src/svg/Document/icon.svg","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/svg/Document/index.ts"],"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: \"M225.087-65.869q-32.478 0-55.848-23.37-23.37-23.37-23.37-55.848v-669.826q0-32.478 23.37-56.131 23.37-23.652 55.848-23.652h328.652q15.957 0 31.131 6.695 15.174 6.696 26 17.522L790.479-690.87q10.826 10.826 17.522 26 6.695 15.174 6.695 31.131v488.652q0 32.478-23.652 55.848-23.653 23.37-56.131 23.37H225.087Zm320.826-602.653q0 16.957 11.326 28.283t28.283 11.326h149.391l-189-186v146.391Z\"\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=\\\"M225.087-65.869q-32.478 0-55.848-23.37-23.37-23.37-23.37-55.848v-669.826q0-32.478 23.37-56.131 23.37-23.652 55.848-23.652h328.652q15.957 0 31.131 6.695 15.174 6.696 26 17.522L790.479-690.87q10.826 10.826 17.522 26 6.695 15.174 6.695 31.131v488.652q0 32.478-23.652 55.848-23.653 23.37-56.131 23.37H225.087Zm320.826-602.653q0 16.957 11.326 28.283t28.283 11.326h149.391l-189-186v146.391Z\\\"/></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: \"M225.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-669.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h328.652q16.464 0 31.384 6.695 14.921 6.696 25.747 17.522L790.479-690.87q10.826 10.826 17.522 25.747 6.695 14.92 6.695 31.384v488.652q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Zm320.826-602.653v-146.391H225.087v669.826h509.826v-483.826H585.522q-16.707 0-28.158-11.451t-11.451-28.158ZM225.087-814.913v186-186 669.826-669.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=\\\"M225.087-65.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-669.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h328.652q16.464 0 31.384 6.695 14.921 6.696 25.747 17.522L790.479-690.87q10.826 10.826 17.522 25.747 6.695 14.92 6.695 31.384v488.652q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Zm320.826-602.653v-146.391H225.087v669.826h509.826v-483.826H585.522q-16.707 0-28.158-11.451t-11.451-28.158ZM225.087-814.913v186-186 669.826-669.826Z\\\"/></svg>\";","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 type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const DocumentSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default DocumentSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","DocumentSVG","opts","variant"],"sourceRoot":""}
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M479.804-334.044q-7.5 0-14.732-3.156-7.233-3.156-13.42-9.235L294.434-503.653q-11.826-12.099-11.326-28.419.5-16.321 11.935-28.147 12.443-11.913 28.787-11.587 16.344.326 28.17 12.152l88.391 88.826v-303.694q0-16.636 11.501-28.405 11.502-11.769 28.283-11.769 16.782 0 28.108 11.769t11.326 28.405v303.694L609-559.654q11.626-11.826 27.315-11.937 15.688-.11 27.946 11.761 12.131 11.872 11.848 28.508-.282 16.637-12.108 28.669L508.348-346.435q-6.224 6.079-13.634 9.235-7.411 3.156-14.91 3.156ZM225.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-103.391q0-16.707 11.502-28.158 11.501-11.451 28.282-11.451 16.782 0 28.108 11.451t11.326 28.158v103.391h509.826v-103.391q0-16.707 11.501-28.158 11.502-11.451 28.234-11.451t28.39 11.451q11.658 11.451 11.658 28.158v103.391q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M479.804-334.044q-7.5 0-14.732-3.156-7.233-3.156-13.42-9.235L294.434-503.653q-11.826-12.099-11.326-28.419.5-16.321 11.935-28.147 12.443-11.913 28.787-11.587 16.344.326 28.17 12.152l88.391 88.826v-303.694q0-16.636 11.501-28.405 11.502-11.769 28.283-11.769 16.782 0 28.108 11.769t11.326 28.405v303.694L609-559.654q11.626-11.826 27.315-11.937 15.688-.11 27.946 11.761 12.131 11.872 11.848 28.508-.282 16.637-12.108 28.669L508.348-346.435q-6.224 6.079-13.634 9.235-7.411 3.156-14.91 3.156ZM225.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-103.391q0-16.707 11.502-28.158 11.501-11.451 28.282-11.451 16.782 0 28.108 11.451t11.326 28.158v103.391h509.826v-103.391q0-16.707 11.501-28.158 11.502-11.451 28.234-11.451t28.39 11.451q11.658 11.451 11.658 28.158v103.391q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Z"/></svg>
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const DownloadSVG: (opts?: IconProps) => string;
3
+ export default DownloadSVG;
@@ -0,0 +1,2 @@
1
+ (()=>{"use strict";var t={83200:(t,e,r)=>{r.d(e,{Z:()=>o});r(99497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M479.804-334.044q-7.5 0-14.732-3.156-7.233-3.156-13.42-9.235L294.434-503.653q-11.826-12.099-11.326-28.419.5-16.321 11.935-28.147 12.443-11.913 28.787-11.587 16.344.326 28.17 12.152l88.391 88.826v-303.694q0-16.636 11.501-28.405 11.502-11.769 28.283-11.769 16.782 0 28.108 11.769t11.326 28.405v303.694L609-559.654q11.626-11.826 27.315-11.937 15.688-.11 27.946 11.761 12.131 11.872 11.848 28.508-.282 16.637-12.108 28.669L508.348-346.435q-6.224 6.079-13.634 9.235-7.411 3.156-14.91 3.156ZM225.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-103.391q0-16.707 11.502-28.158 11.501-11.451 28.282-11.451 16.782 0 28.108 11.451t11.326 28.158v103.391h509.826v-103.391q0-16.707 11.501-28.158 11.502-11.451 28.234-11.451t28.39 11.451q11.658 11.451 11.658 28.158v103.391q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Z"/></svg>'},50998:(t,e,r)=>{r.d(e,{Z:()=>o});r(99497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M479.804-334.044q-7.5 0-14.732-3.156-7.233-3.156-13.42-9.235L294.434-503.653q-11.826-12.099-11.326-28.419.5-16.321 11.935-28.147 12.443-11.913 28.787-11.587 16.344.326 28.17 12.152l88.391 88.826v-303.694q0-16.636 11.501-28.405 11.502-11.769 28.283-11.769 16.782 0 28.108 11.769t11.326 28.405v303.694L609-559.654q11.626-11.826 27.315-11.937 15.688-.11 27.946 11.761 12.131 11.872 11.848 28.508-.282 16.637-12.108 28.669L508.348-346.435q-6.224 6.079-13.634 9.235-7.411 3.156-14.91 3.156ZM225.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-103.391q0-16.707 11.502-28.158 11.501-11.451 28.282-11.451 16.782 0 28.108 11.451t11.326 28.158v103.391h509.826v-103.391q0-16.707 11.501-28.158 11.502-11.451 28.234-11.451t28.39 11.451q11.658 11.451 11.658 28.158v103.391q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Z"/></svg>'},99497:t=>{t.exports=require("react")}},e={};function r(o){var v=e[o];if(void 0!==v)return v.exports;var n=e[o]={exports:{}};return t[o](n,n.exports,r),n.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var o in e)r.o(e,o)&&!r.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{r.r(o),r.d(o,{DownloadSVG:()=>v,default:()=>n});var t=r(83200),e=r(50998);const v=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?e.Z:t.Z},n=v})(),module.exports=o})();
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg/Download/index.js","mappings":"oEAcA,u7B,4CCAA,u7B,YCdAA,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,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,yFCAvD,MAAMC,EAAeC,IAL5B,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/Download/icon-fill.svg","webpack://icons/./src/svg/Download/icon.svg","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/svg/Download/index.ts"],"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: \"M479.804-334.044q-7.5 0-14.732-3.156-7.233-3.156-13.42-9.235L294.434-503.653q-11.826-12.099-11.326-28.419.5-16.321 11.935-28.147 12.443-11.913 28.787-11.587 16.344.326 28.17 12.152l88.391 88.826v-303.694q0-16.636 11.501-28.405 11.502-11.769 28.283-11.769 16.782 0 28.108 11.769t11.326 28.405v303.694L609-559.654q11.626-11.826 27.315-11.937 15.688-.11 27.946 11.761 12.131 11.872 11.848 28.508-.282 16.637-12.108 28.669L508.348-346.435q-6.224 6.079-13.634 9.235-7.411 3.156-14.91 3.156ZM225.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-103.391q0-16.707 11.502-28.158 11.501-11.451 28.282-11.451 16.782 0 28.108 11.451t11.326 28.158v103.391h509.826v-103.391q0-16.707 11.501-28.158 11.502-11.451 28.234-11.451t28.39 11.451q11.658 11.451 11.658 28.158v103.391q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Z\"\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=\\\"M479.804-334.044q-7.5 0-14.732-3.156-7.233-3.156-13.42-9.235L294.434-503.653q-11.826-12.099-11.326-28.419.5-16.321 11.935-28.147 12.443-11.913 28.787-11.587 16.344.326 28.17 12.152l88.391 88.826v-303.694q0-16.636 11.501-28.405 11.502-11.769 28.283-11.769 16.782 0 28.108 11.769t11.326 28.405v303.694L609-559.654q11.626-11.826 27.315-11.937 15.688-.11 27.946 11.761 12.131 11.872 11.848 28.508-.282 16.637-12.108 28.669L508.348-346.435q-6.224 6.079-13.634 9.235-7.411 3.156-14.91 3.156ZM225.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-103.391q0-16.707 11.502-28.158 11.501-11.451 28.282-11.451 16.782 0 28.108 11.451t11.326 28.158v103.391h509.826v-103.391q0-16.707 11.501-28.158 11.502-11.451 28.234-11.451t28.39 11.451q11.658 11.451 11.658 28.158v103.391q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Z\\\"/></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: \"M479.804-334.044q-7.5 0-14.732-3.156-7.233-3.156-13.42-9.235L294.434-503.653q-11.826-12.099-11.326-28.419.5-16.321 11.935-28.147 12.443-11.913 28.787-11.587 16.344.326 28.17 12.152l88.391 88.826v-303.694q0-16.636 11.501-28.405 11.502-11.769 28.283-11.769 16.782 0 28.108 11.769t11.326 28.405v303.694L609-559.654q11.626-11.826 27.315-11.937 15.688-.11 27.946 11.761 12.131 11.872 11.848 28.508-.282 16.637-12.108 28.669L508.348-346.435q-6.224 6.079-13.634 9.235-7.411 3.156-14.91 3.156ZM225.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-103.391q0-16.707 11.502-28.158 11.501-11.451 28.282-11.451 16.782 0 28.108 11.451t11.326 28.158v103.391h509.826v-103.391q0-16.707 11.501-28.158 11.502-11.451 28.234-11.451t28.39 11.451q11.658 11.451 11.658 28.158v103.391q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Z\"\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=\\\"M479.804-334.044q-7.5 0-14.732-3.156-7.233-3.156-13.42-9.235L294.434-503.653q-11.826-12.099-11.326-28.419.5-16.321 11.935-28.147 12.443-11.913 28.787-11.587 16.344.326 28.17 12.152l88.391 88.826v-303.694q0-16.636 11.501-28.405 11.502-11.769 28.283-11.769 16.782 0 28.108 11.769t11.326 28.405v303.694L609-559.654q11.626-11.826 27.315-11.937 15.688-.11 27.946 11.761 12.131 11.872 11.848 28.508-.282 16.637-12.108 28.669L508.348-346.435q-6.224 6.079-13.634 9.235-7.411 3.156-14.91 3.156ZM225.087-145.869q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-103.391q0-16.707 11.502-28.158 11.501-11.451 28.282-11.451 16.782 0 28.108 11.451t11.326 28.158v103.391h509.826v-103.391q0-16.707 11.501-28.158 11.502-11.451 28.234-11.451t28.39 11.451q11.658 11.451 11.658 28.158v103.391q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H225.087Z\\\"/></svg>\";","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 type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const DownloadSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default DownloadSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","DownloadSVG","opts","variant"],"sourceRoot":""}
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M348.747-146.999q-33.732 0-57.74-24.115-24.008-24.115-24.008-57.979 0-33.863 24.069-57.711 24.068-23.848 57.866-23.848 33.319 0 57.518 24 24.2 24 24.2 57.863 0 33.864-24.086 57.827-24.087 23.963-57.819 23.963Zm261.904 0q-33.818 0-57.778-24.115t-23.96-57.979q0-33.863 24.078-57.711 24.077-23.848 57.887-23.848 33.331 0 57.51 24 24.178 24 24.178 57.863 0 33.864-24.165 57.827-24.164 23.963-57.75 23.963Zm-261.904-251.74q-33.732 0-57.74-23.144-24.008-23.143-24.008-58.466 0-33.494 24.069-57.486 24.068-23.991 57.866-23.991 33.319 0 57.518 24.08 24.2 24.08 24.2 57.292 0 35.499-24.086 58.607-24.087 23.108-57.819 23.108Zm261.904 0q-33.818 0-57.778-23.144-23.96-23.143-23.96-58.466 0-33.494 24.078-57.486 24.077-23.991 57.887-23.991 33.331 0 57.51 24.08 24.178 24.08 24.178 57.292 0 35.499-24.165 58.607-24.164 23.108-57.75 23.108ZM348.747-649.913q-33.732 0-57.74-24.033-24.008-24.033-24.008-57.781 0-33.352 24.069-57.313 24.068-23.961 57.866-23.961 33.319 0 57.518 24.183 24.2 24.182 24.2 57.718t-24.086 57.361q-24.087 23.826-57.819 23.826Zm261.904 0q-33.818 0-57.778-24.033t-23.96-57.781q0-33.352 24.078-57.313 24.077-23.961 57.887-23.961 33.331 0 57.51 24.183 24.178 24.182 24.178 57.718t-24.165 57.361q-24.164 23.826-57.75 23.826Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M343.994-146.999q-31.718 0-54.356-22.587-22.639-22.587-22.639-54.305t22.587-53.913Q312.173-300 343.891-300t53.913 22.144Q420-255.712 420-223.994q0 31.718-22.144 54.356-22.144 22.639-53.862 22.639Zm272.635 0q-31.717 0-54.173-22.587Q540-192.173 540-223.891t22.491-53.913Q584.983-300 616.566-300q31.817 0 54.126 22.144 22.309 22.144 22.309 53.862 0 31.718-22.327 54.356-22.327 22.639-54.045 22.639ZM343.994-403.782q-31.718 0-54.356-22.492-22.639-22.491-22.639-54.075 0-32.042 22.587-53.956 22.587-21.913 54.305-21.913t53.913 22.002Q420-512.214 420-480.454t-22.144 54.216q-22.144 22.456-53.862 22.456Zm272.635 0q-31.717 0-54.173-22.492Q540-448.765 540-480.349q0-32.042 22.491-53.956 22.492-21.913 54.075-21.913 31.817 0 54.126 22.002 22.309 22.002 22.309 53.762t-22.327 54.216q-22.327 22.456-54.045 22.456ZM343.994-660q-31.718 0-54.356-22.491-22.639-22.492-22.639-54.075 0-31.817 22.587-54.126 22.587-22.309 54.305-22.309t53.913 22.327Q420-768.347 420-736.629q0 31.717-22.144 54.173Q375.712-660 343.994-660Zm272.635 0q-31.717 0-54.173-22.491Q540-704.983 540-736.566q0-31.817 22.491-54.126 22.492-22.309 54.075-22.309 31.817 0 54.126 22.327 22.309 22.327 22.309 54.045 0 31.717-22.327 54.173Q648.347-660 616.629-660Z"/></svg>
@@ -0,0 +1,3 @@
1
+ import type { IconProps } from '../../types';
2
+ export declare const DragIndicatorSVG: (opts?: IconProps) => string;
3
+ export default DragIndicatorSVG;
@@ -0,0 +1,2 @@
1
+ (()=>{"use strict";var t={42094:(t,e,r)=>{r.d(e,{Z:()=>o});r(99497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M348.747-146.999q-33.732 0-57.74-24.115-24.008-24.115-24.008-57.979 0-33.863 24.069-57.711 24.068-23.848 57.866-23.848 33.319 0 57.518 24 24.2 24 24.2 57.863 0 33.864-24.086 57.827-24.087 23.963-57.819 23.963Zm261.904 0q-33.818 0-57.778-24.115t-23.96-57.979q0-33.863 24.078-57.711 24.077-23.848 57.887-23.848 33.331 0 57.51 24 24.178 24 24.178 57.863 0 33.864-24.165 57.827-24.164 23.963-57.75 23.963Zm-261.904-251.74q-33.732 0-57.74-23.144-24.008-23.143-24.008-58.466 0-33.494 24.069-57.486 24.068-23.991 57.866-23.991 33.319 0 57.518 24.08 24.2 24.08 24.2 57.292 0 35.499-24.086 58.607-24.087 23.108-57.819 23.108Zm261.904 0q-33.818 0-57.778-23.144-23.96-23.143-23.96-58.466 0-33.494 24.078-57.486 24.077-23.991 57.887-23.991 33.331 0 57.51 24.08 24.178 24.08 24.178 57.292 0 35.499-24.165 58.607-24.164 23.108-57.75 23.108ZM348.747-649.913q-33.732 0-57.74-24.033-24.008-24.033-24.008-57.781 0-33.352 24.069-57.313 24.068-23.961 57.866-23.961 33.319 0 57.518 24.183 24.2 24.182 24.2 57.718t-24.086 57.361q-24.087 23.826-57.819 23.826Zm261.904 0q-33.818 0-57.778-24.033t-23.96-57.781q0-33.352 24.078-57.313 24.077-23.961 57.887-23.961 33.331 0 57.51 24.183 24.178 24.182 24.178 57.718t-24.165 57.361q-24.164 23.826-57.75 23.826Z"/></svg>'},40281:(t,e,r)=>{r.d(e,{Z:()=>o});r(99497);const o='<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M343.994-146.999q-31.718 0-54.356-22.587-22.639-22.587-22.639-54.305t22.587-53.913Q312.173-300 343.891-300t53.913 22.144Q420-255.712 420-223.994q0 31.718-22.144 54.356-22.144 22.639-53.862 22.639Zm272.635 0q-31.717 0-54.173-22.587Q540-192.173 540-223.891t22.491-53.913Q584.983-300 616.566-300q31.817 0 54.126 22.144 22.309 22.144 22.309 53.862 0 31.718-22.327 54.356-22.327 22.639-54.045 22.639ZM343.994-403.782q-31.718 0-54.356-22.492-22.639-22.491-22.639-54.075 0-32.042 22.587-53.956 22.587-21.913 54.305-21.913t53.913 22.002Q420-512.214 420-480.454t-22.144 54.216q-22.144 22.456-53.862 22.456Zm272.635 0q-31.717 0-54.173-22.492Q540-448.765 540-480.349q0-32.042 22.491-53.956 22.492-21.913 54.075-21.913 31.817 0 54.126 22.002 22.309 22.002 22.309 53.762t-22.327 54.216q-22.327 22.456-54.045 22.456ZM343.994-660q-31.718 0-54.356-22.491-22.639-22.492-22.639-54.075 0-31.817 22.587-54.126 22.587-22.309 54.305-22.309t53.913 22.327Q420-768.347 420-736.629q0 31.717-22.144 54.173Q375.712-660 343.994-660Zm272.635 0q-31.717 0-54.173-22.491Q540-704.983 540-736.566q0-31.817 22.491-54.126 22.492-22.309 54.075-22.309 31.817 0 54.126 22.327 22.309 22.327 22.309 54.045 0 31.717-22.327 54.173Q648.347-660 616.629-660Z"/></svg>'},99497:t=>{t.exports=require("react")}},e={};function r(o){var n=e[o];if(void 0!==n)return n.exports;var a=e[o]={exports:{}};return t[o](a,a.exports,r),a.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var o in e)r.o(e,o)&&!r.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};(()=>{r.r(o),r.d(o,{DragIndicatorSVG:()=>n,default:()=>a});var t=r(42094),e=r(40281);const n=r=>{var o;return"outlined"===(null!=(o=null==r?void 0:r.variant)?o:"filled")?e.Z:t.Z},a=n})(),module.exports=o})();
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"svg/DragIndicator/index.js","mappings":"oEAcA,i0C,4CCAA,+yC,YCdAA,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,EAAoBQ,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdN,EAAoBQ,EAAI,CAACX,EAASa,KACjC,IAAI,IAAIC,KAAOD,EACXV,EAAoBY,EAAEF,EAAYC,KAASX,EAAoBY,EAAEf,EAASc,IAC5EE,OAAOC,eAAejB,EAASc,EAAK,CAAEI,YAAY,EAAMC,IAAKN,EAAWC,IAE1E,ECNDX,EAAoBY,EAAI,CAACK,EAAKC,IAAUL,OAAOM,UAAUC,eAAeC,KAAKJ,EAAKC,GCClFlB,EAAoBsB,EAAKzB,IACH,oBAAX0B,QAA0BA,OAAOC,aAC1CX,OAAOC,eAAejB,EAAS0B,OAAOC,YAAa,CAAEC,MAAO,WAE7DZ,OAAOC,eAAejB,EAAS,aAAc,CAAE4B,OAAO,GAAO,E,8FCAvD,MAAMC,EAAoBC,IALjC,MAQE,MAAmB,cAFH,eAAAA,OAAA,EAAAA,EAAMC,SAAN,EAAiB,UAED,IAAc,GAAS,EAGzD,G","sources":["webpack://icons/./src/svg/DragIndicator/icon-fill.svg","webpack://icons/./src/svg/DragIndicator/icon.svg","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/svg/DragIndicator/index.ts"],"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: \"M348.747-146.999q-33.732 0-57.74-24.115-24.008-24.115-24.008-57.979 0-33.863 24.069-57.711 24.068-23.848 57.866-23.848 33.319 0 57.518 24 24.2 24 24.2 57.863 0 33.864-24.086 57.827-24.087 23.963-57.819 23.963Zm261.904 0q-33.818 0-57.778-24.115t-23.96-57.979q0-33.863 24.078-57.711 24.077-23.848 57.887-23.848 33.331 0 57.51 24 24.178 24 24.178 57.863 0 33.864-24.165 57.827-24.164 23.963-57.75 23.963Zm-261.904-251.74q-33.732 0-57.74-23.144-24.008-23.143-24.008-58.466 0-33.494 24.069-57.486 24.068-23.991 57.866-23.991 33.319 0 57.518 24.08 24.2 24.08 24.2 57.292 0 35.499-24.086 58.607-24.087 23.108-57.819 23.108Zm261.904 0q-33.818 0-57.778-23.144-23.96-23.143-23.96-58.466 0-33.494 24.078-57.486 24.077-23.991 57.887-23.991 33.331 0 57.51 24.08 24.178 24.08 24.178 57.292 0 35.499-24.165 58.607-24.164 23.108-57.75 23.108ZM348.747-649.913q-33.732 0-57.74-24.033-24.008-24.033-24.008-57.781 0-33.352 24.069-57.313 24.068-23.961 57.866-23.961 33.319 0 57.518 24.183 24.2 24.182 24.2 57.718t-24.086 57.361q-24.087 23.826-57.819 23.826Zm261.904 0q-33.818 0-57.778-24.033t-23.96-57.781q0-33.352 24.078-57.313 24.077-23.961 57.887-23.961 33.331 0 57.51 24.183 24.178 24.182 24.178 57.718t-24.165 57.361q-24.164 23.826-57.75 23.826Z\"\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=\\\"M348.747-146.999q-33.732 0-57.74-24.115-24.008-24.115-24.008-57.979 0-33.863 24.069-57.711 24.068-23.848 57.866-23.848 33.319 0 57.518 24 24.2 24 24.2 57.863 0 33.864-24.086 57.827-24.087 23.963-57.819 23.963Zm261.904 0q-33.818 0-57.778-24.115t-23.96-57.979q0-33.863 24.078-57.711 24.077-23.848 57.887-23.848 33.331 0 57.51 24 24.178 24 24.178 57.863 0 33.864-24.165 57.827-24.164 23.963-57.75 23.963Zm-261.904-251.74q-33.732 0-57.74-23.144-24.008-23.143-24.008-58.466 0-33.494 24.069-57.486 24.068-23.991 57.866-23.991 33.319 0 57.518 24.08 24.2 24.08 24.2 57.292 0 35.499-24.086 58.607-24.087 23.108-57.819 23.108Zm261.904 0q-33.818 0-57.778-23.144-23.96-23.143-23.96-58.466 0-33.494 24.078-57.486 24.077-23.991 57.887-23.991 33.331 0 57.51 24.08 24.178 24.08 24.178 57.292 0 35.499-24.165 58.607-24.164 23.108-57.75 23.108ZM348.747-649.913q-33.732 0-57.74-24.033-24.008-24.033-24.008-57.781 0-33.352 24.069-57.313 24.068-23.961 57.866-23.961 33.319 0 57.518 24.183 24.2 24.182 24.2 57.718t-24.086 57.361q-24.087 23.826-57.819 23.826Zm261.904 0q-33.818 0-57.778-24.033t-23.96-57.781q0-33.352 24.078-57.313 24.077-23.961 57.887-23.961 33.331 0 57.51 24.183 24.178 24.182 24.178 57.718t-24.165 57.361q-24.164 23.826-57.75 23.826Z\\\"/></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: \"M343.994-146.999q-31.718 0-54.356-22.587-22.639-22.587-22.639-54.305t22.587-53.913Q312.173-300 343.891-300t53.913 22.144Q420-255.712 420-223.994q0 31.718-22.144 54.356-22.144 22.639-53.862 22.639Zm272.635 0q-31.717 0-54.173-22.587Q540-192.173 540-223.891t22.491-53.913Q584.983-300 616.566-300q31.817 0 54.126 22.144 22.309 22.144 22.309 53.862 0 31.718-22.327 54.356-22.327 22.639-54.045 22.639ZM343.994-403.782q-31.718 0-54.356-22.492-22.639-22.491-22.639-54.075 0-32.042 22.587-53.956 22.587-21.913 54.305-21.913t53.913 22.002Q420-512.214 420-480.454t-22.144 54.216q-22.144 22.456-53.862 22.456Zm272.635 0q-31.717 0-54.173-22.492Q540-448.765 540-480.349q0-32.042 22.491-53.956 22.492-21.913 54.075-21.913 31.817 0 54.126 22.002 22.309 22.002 22.309 53.762t-22.327 54.216q-22.327 22.456-54.045 22.456ZM343.994-660q-31.718 0-54.356-22.491-22.639-22.492-22.639-54.075 0-31.817 22.587-54.126 22.587-22.309 54.305-22.309t53.913 22.327Q420-768.347 420-736.629q0 31.717-22.144 54.173Q375.712-660 343.994-660Zm272.635 0q-31.717 0-54.173-22.491Q540-704.983 540-736.566q0-31.817 22.491-54.126 22.492-22.309 54.075-22.309 31.817 0 54.126 22.327 22.309 22.327 22.309 54.045 0 31.717-22.327 54.173Q648.347-660 616.629-660Z\"\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=\\\"M343.994-146.999q-31.718 0-54.356-22.587-22.639-22.587-22.639-54.305t22.587-53.913Q312.173-300 343.891-300t53.913 22.144Q420-255.712 420-223.994q0 31.718-22.144 54.356-22.144 22.639-53.862 22.639Zm272.635 0q-31.717 0-54.173-22.587Q540-192.173 540-223.891t22.491-53.913Q584.983-300 616.566-300q31.817 0 54.126 22.144 22.309 22.144 22.309 53.862 0 31.718-22.327 54.356-22.327 22.639-54.045 22.639ZM343.994-403.782q-31.718 0-54.356-22.492-22.639-22.491-22.639-54.075 0-32.042 22.587-53.956 22.587-21.913 54.305-21.913t53.913 22.002Q420-512.214 420-480.454t-22.144 54.216q-22.144 22.456-53.862 22.456Zm272.635 0q-31.717 0-54.173-22.492Q540-448.765 540-480.349q0-32.042 22.491-53.956 22.492-21.913 54.075-21.913 31.817 0 54.126 22.002 22.309 22.002 22.309 53.762t-22.327 54.216q-22.327 22.456-54.045 22.456ZM343.994-660q-31.718 0-54.356-22.491-22.639-22.492-22.639-54.075 0-31.817 22.587-54.126 22.587-22.309 54.305-22.309t53.913 22.327Q420-768.347 420-736.629q0 31.717-22.144 54.173Q375.712-660 343.994-660Zm272.635 0q-31.717 0-54.173-22.491Q540-704.983 540-736.566q0-31.817 22.491-54.126 22.492-22.309 54.075-22.309 31.817 0 54.126 22.327 22.309 22.327 22.309 54.045 0 31.717-22.327 54.173Q648.347-660 616.629-660Z\\\"/></svg>\";","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 type { IconProps } from '../../types';\n\nimport FilledSVG from './icon-fill.svg';\nimport OutlinedSVG from './icon.svg';\n\nexport const DragIndicatorSVG = (opts?: IconProps): string => {\n const variant = opts?.variant ?? 'filled';\n\n return variant === 'outlined' ? OutlinedSVG : FilledSVG;\n};\n\nexport default DragIndicatorSVG;\n"],"names":["module","exports","require","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","n","getter","__esModule","d","a","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","r","Symbol","toStringTag","value","DragIndicatorSVG","opts","variant"],"sourceRoot":""}
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M145.478-105.869q-16.957 0-28.283-11.326t-11.326-28.283v-82.044q0-15.957 6.413-31.131t17.239-26l550.217-549.782q8.566-9.131 20.979-14.196 12.413-5.065 25.543-5.065 12.131 0 24.261 5.065 12.131 5.065 22.827 13.63l62.653 60.958q9.565 10.695 14.13 23.109 4.565 12.413 4.565 25.108 0 12.696-5.065 25.327-5.065 12.63-13.63 21.761L285.784-129.521q-11.392 10.826-26.283 17.239-14.892 6.413-30.849 6.413h-83.174Zm584.478-581.522 40-39.435-41.565-42.13-40.565 40 42.13 41.565Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M184.522-185.087h44.565L672.26-627.26l-43.435-44-444.303 442.738v43.435Zm-39.044 79.218q-16.957 0-28.283-11.326t-11.326-28.283v-82.044q0-15.957 6.413-31.131t17.239-26l550.217-549.782q8.566-9.131 20.979-14.196 12.413-5.065 25.543-5.065 12.131 0 24.261 5.065 12.131 5.065 22.827 13.63l62.653 60.958q9.565 10.695 14.13 23.109 4.565 12.413 4.565 25.108 0 12.696-5.065 25.327-5.065 12.63-13.63 21.761L285.784-129.521q-11.392 10.826-26.283 17.239-14.892 6.413-30.849 6.413h-83.174Zm624.478-620.957-41.565-42.13 41.565 42.13Zm-119.131 77.001-22-21.435 43.435 44-21.435-22.565Z"/></svg>