@epilot360/icons 1.12.1 → 1.12.3

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 (1859) 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 +272 -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/Pending/index.d.ts +4 -0
  276. package/build/react/Pending/index.js +2 -0
  277. package/build/react/Pending/index.js.map +1 -0
  278. package/build/react/PersonCheck/index.d.ts +4 -0
  279. package/build/react/PersonCheck/index.js +2 -0
  280. package/build/react/PersonCheck/index.js.map +1 -0
  281. package/build/react/Phase/index.d.ts +4 -0
  282. package/build/react/Phase/index.js +2 -0
  283. package/build/react/Phase/index.js.map +1 -0
  284. package/build/react/Phone/index.d.ts +4 -0
  285. package/build/react/Phone/index.js +2 -0
  286. package/build/react/Phone/index.js.map +1 -0
  287. package/build/react/Play/index.d.ts +4 -0
  288. package/build/react/Play/index.js +2 -0
  289. package/build/react/Play/index.js.map +1 -0
  290. package/build/react/Portal/index.d.ts +4 -0
  291. package/build/react/Portal/index.js +2 -0
  292. package/build/react/Portal/index.js.map +1 -0
  293. package/build/react/PreviousProvider/index.d.ts +4 -0
  294. package/build/react/PreviousProvider/index.js +2 -0
  295. package/build/react/PreviousProvider/index.js.map +1 -0
  296. package/build/react/Price/index.d.ts +4 -0
  297. package/build/react/Price/index.js +2 -0
  298. package/build/react/Price/index.js.map +1 -0
  299. package/build/react/PriceMapping/index.d.ts +4 -0
  300. package/build/react/PriceMapping/index.js +2 -0
  301. package/build/react/PriceMapping/index.js.map +1 -0
  302. package/build/react/Primary/index.d.ts +4 -0
  303. package/build/react/Primary/index.js +2 -0
  304. package/build/react/Primary/index.js.map +1 -0
  305. package/build/react/Product/index.d.ts +4 -0
  306. package/build/react/Product/index.js +2 -0
  307. package/build/react/Product/index.js.map +1 -0
  308. package/build/react/QuestionMark/index.d.ts +4 -0
  309. package/build/react/QuestionMark/index.js +2 -0
  310. package/build/react/QuestionMark/index.js.map +1 -0
  311. package/build/react/RadioButton/index.d.ts +4 -0
  312. package/build/react/RadioButton/index.js +2 -0
  313. package/build/react/RadioButton/index.js.map +1 -0
  314. package/build/react/RadioButtonChecked/index.d.ts +4 -0
  315. package/build/react/RadioButtonChecked/index.js +2 -0
  316. package/build/react/RadioButtonChecked/index.js.map +1 -0
  317. package/build/react/Refresh/index.d.ts +4 -0
  318. package/build/react/Refresh/index.js +2 -0
  319. package/build/react/Refresh/index.js.map +1 -0
  320. package/build/react/Relations/index.d.ts +4 -0
  321. package/build/react/Relations/index.js +2 -0
  322. package/build/react/Relations/index.js.map +1 -0
  323. package/build/react/Repeat/index.d.ts +4 -0
  324. package/build/react/Repeat/index.js +2 -0
  325. package/build/react/Repeat/index.js.map +1 -0
  326. package/build/react/Reply/index.d.ts +4 -0
  327. package/build/react/Reply/index.js +2 -0
  328. package/build/react/Reply/index.js.map +1 -0
  329. package/build/react/Resize/index.d.ts +4 -0
  330. package/build/react/Resize/index.js +2 -0
  331. package/build/react/Resize/index.js.map +1 -0
  332. package/build/react/SDK/index.d.ts +4 -0
  333. package/build/react/SDK/index.js +2 -0
  334. package/build/react/SDK/index.js.map +1 -0
  335. package/build/react/Search/index.d.ts +4 -0
  336. package/build/react/Search/index.js +2 -0
  337. package/build/react/Search/index.js.map +1 -0
  338. package/build/react/Settings/index.d.ts +4 -0
  339. package/build/react/Settings/index.js +2 -0
  340. package/build/react/Settings/index.js.map +1 -0
  341. package/build/react/Share/index.d.ts +4 -0
  342. package/build/react/Share/index.js +2 -0
  343. package/build/react/Share/index.js.map +1 -0
  344. package/build/react/Signature/index.d.ts +4 -0
  345. package/build/react/Signature/index.js +2 -0
  346. package/build/react/Signature/index.js.map +1 -0
  347. package/build/react/Skip/index.d.ts +4 -0
  348. package/build/react/Skip/index.js +2 -0
  349. package/build/react/Skip/index.js.map +1 -0
  350. package/build/react/Solar/index.d.ts +4 -0
  351. package/build/react/Solar/index.js +2 -0
  352. package/build/react/Solar/index.js.map +1 -0
  353. package/build/react/Sort/index.d.ts +4 -0
  354. package/build/react/Sort/index.js +2 -0
  355. package/build/react/Sort/index.js.map +1 -0
  356. package/build/react/Stack/index.d.ts +4 -0
  357. package/build/react/Stack/index.js +2 -0
  358. package/build/react/Stack/index.js.map +1 -0
  359. package/build/react/Star/index.d.ts +4 -0
  360. package/build/react/Star/index.js +2 -0
  361. package/build/react/Star/index.js.map +1 -0
  362. package/build/react/StepOver/index.d.ts +4 -0
  363. package/build/react/StepOver/index.js +2 -0
  364. package/build/react/StepOver/index.js.map +1 -0
  365. package/build/react/Submission/index.d.ts +4 -0
  366. package/build/react/Submission/index.js +2 -0
  367. package/build/react/Submission/index.js.map +1 -0
  368. package/build/react/SuccessConfirmation/index.d.ts +4 -0
  369. package/build/react/SuccessConfirmation/index.js +2 -0
  370. package/build/react/SuccessConfirmation/index.js.map +1 -0
  371. package/build/react/Summary/index.d.ts +4 -0
  372. package/build/react/Summary/index.js +2 -0
  373. package/build/react/Summary/index.js.map +1 -0
  374. package/build/react/Sun/index.d.ts +4 -0
  375. package/build/react/Sun/index.js +2 -0
  376. package/build/react/Sun/index.js.map +1 -0
  377. package/build/react/Table/index.d.ts +4 -0
  378. package/build/react/Table/index.js +2 -0
  379. package/build/react/Table/index.js.map +1 -0
  380. package/build/react/Tax/index.d.ts +4 -0
  381. package/build/react/Tax/index.js +2 -0
  382. package/build/react/Tax/index.js.map +1 -0
  383. package/build/react/Templates/index.d.ts +4 -0
  384. package/build/react/Templates/index.js +2 -0
  385. package/build/react/Templates/index.js.map +1 -0
  386. package/build/react/TextField/index.d.ts +4 -0
  387. package/build/react/TextField/index.js +2 -0
  388. package/build/react/TextField/index.js.map +1 -0
  389. package/build/react/TextFields/index.d.ts +4 -0
  390. package/build/react/TextFields/index.js +2 -0
  391. package/build/react/TextFields/index.js.map +1 -0
  392. package/build/react/ThumbDown/index.d.ts +4 -0
  393. package/build/react/ThumbDown/index.js +2 -0
  394. package/build/react/ThumbDown/index.js.map +1 -0
  395. package/build/react/ThumbUp/index.d.ts +4 -0
  396. package/build/react/ThumbUp/index.js +2 -0
  397. package/build/react/ThumbUp/index.js.map +1 -0
  398. package/build/react/TwoColumns/index.d.ts +4 -0
  399. package/build/react/TwoColumns/index.js +2 -0
  400. package/build/react/TwoColumns/index.js.map +1 -0
  401. package/build/react/Upload/index.d.ts +4 -0
  402. package/build/react/Upload/index.js +2 -0
  403. package/build/react/Upload/index.js.map +1 -0
  404. package/build/react/Visibility/index.d.ts +4 -0
  405. package/build/react/Visibility/index.js +2 -0
  406. package/build/react/Visibility/index.js.map +1 -0
  407. package/build/react/VisibilityOff/index.d.ts +4 -0
  408. package/build/react/VisibilityOff/index.js +2 -0
  409. package/build/react/VisibilityOff/index.js.map +1 -0
  410. package/build/react/Warning/index.d.ts +4 -0
  411. package/build/react/Warning/index.js +2 -0
  412. package/build/react/Warning/index.js.map +1 -0
  413. package/build/react/Webhook/index.d.ts +4 -0
  414. package/build/react/Webhook/index.js +2 -0
  415. package/build/react/Webhook/index.js.map +1 -0
  416. package/build/react/Workflow/index.d.ts +4 -0
  417. package/build/react/Workflow/index.js +2 -0
  418. package/build/react/Workflow/index.js.map +1 -0
  419. package/build/react/common.d.ts +2 -0
  420. package/build/react/common.js +2 -0
  421. package/build/react/common.js.map +1 -0
  422. package/build/react/index.d.ts +132 -0
  423. package/build/react/index.js +2 -0
  424. package/build/react/index.js.map +1 -0
  425. package/build/react/types.d.ts +4 -0
  426. package/build/react/types.js +1 -0
  427. package/build/react/types.js.map +1 -0
  428. package/build/svg/Account/icon-fill.svg +1 -0
  429. package/build/svg/Account/icon.svg +1 -0
  430. package/build/svg/Account/index.d.ts +3 -0
  431. package/build/svg/Account/index.js +2 -0
  432. package/build/svg/Account/index.js.map +1 -0
  433. package/build/svg/Action/icon-fill.svg +1 -0
  434. package/build/svg/Action/icon.svg +1 -0
  435. package/build/svg/Action/index.d.ts +3 -0
  436. package/build/svg/Action/index.js +2 -0
  437. package/build/svg/Action/index.js.map +1 -0
  438. package/build/svg/Add/icon-fill.svg +1 -0
  439. package/build/svg/Add/icon.svg +1 -0
  440. package/build/svg/Add/index.d.ts +3 -0
  441. package/build/svg/Add/index.js +2 -0
  442. package/build/svg/Add/index.js.map +1 -0
  443. package/build/svg/AddCircle/icon-fill.svg +1 -0
  444. package/build/svg/AddCircle/icon.svg +1 -0
  445. package/build/svg/AddCircle/index.d.ts +3 -0
  446. package/build/svg/AddCircle/index.js +2 -0
  447. package/build/svg/AddCircle/index.js.map +1 -0
  448. package/build/svg/Address/icon-fill.svg +1 -0
  449. package/build/svg/Address/icon.svg +1 -0
  450. package/build/svg/Address/index.d.ts +3 -0
  451. package/build/svg/Address/index.js +2 -0
  452. package/build/svg/Address/index.js.map +1 -0
  453. package/build/svg/Alarm/icon-fill.svg +1 -0
  454. package/build/svg/Alarm/icon.svg +1 -0
  455. package/build/svg/Alarm/index.d.ts +3 -0
  456. package/build/svg/Alarm/index.js +2 -0
  457. package/build/svg/Alarm/index.js.map +1 -0
  458. package/build/svg/ArrowCircleLeft/icon-fill.svg +1 -0
  459. package/build/svg/ArrowCircleLeft/icon.svg +1 -0
  460. package/build/svg/ArrowCircleLeft/index.d.ts +3 -0
  461. package/build/svg/ArrowCircleLeft/index.js +2 -0
  462. package/build/svg/ArrowCircleLeft/index.js.map +1 -0
  463. package/build/svg/ArrowLeft/icon-fill.svg +1 -0
  464. package/build/svg/ArrowLeft/icon.svg +1 -0
  465. package/build/svg/ArrowLeft/index.d.ts +3 -0
  466. package/build/svg/ArrowLeft/index.js +2 -0
  467. package/build/svg/ArrowLeft/index.js.map +1 -0
  468. package/build/svg/ArrowRight/icon-fill.svg +1 -0
  469. package/build/svg/ArrowRight/icon.svg +1 -0
  470. package/build/svg/ArrowRight/index.d.ts +3 -0
  471. package/build/svg/ArrowRight/index.js +2 -0
  472. package/build/svg/ArrowRight/index.js.map +1 -0
  473. package/build/svg/AttributeEdit/icon-fill.svg +1 -0
  474. package/build/svg/AttributeEdit/icon.svg +1 -0
  475. package/build/svg/AttributeEdit/index.d.ts +3 -0
  476. package/build/svg/AttributeEdit/index.js +2 -0
  477. package/build/svg/AttributeEdit/index.js.map +1 -0
  478. package/build/svg/Attributes/icon-fill.svg +1 -0
  479. package/build/svg/Attributes/icon.svg +1 -0
  480. package/build/svg/Attributes/index.d.ts +3 -0
  481. package/build/svg/Attributes/index.js +2 -0
  482. package/build/svg/Attributes/index.js.map +1 -0
  483. package/build/svg/Automation/icon-fill.svg +1 -0
  484. package/build/svg/Automation/icon.svg +1 -0
  485. package/build/svg/Automation/index.d.ts +3 -0
  486. package/build/svg/Automation/index.js +2 -0
  487. package/build/svg/Automation/index.js.map +1 -0
  488. package/build/svg/Availability/icon-fill.svg +1 -0
  489. package/build/svg/Availability/icon.svg +1 -0
  490. package/build/svg/Availability/index.d.ts +3 -0
  491. package/build/svg/Availability/index.js +2 -0
  492. package/build/svg/Availability/index.js.map +1 -0
  493. package/build/svg/AvgTime/icon-fill.svg +1 -0
  494. package/build/svg/AvgTime/icon.svg +1 -0
  495. package/build/svg/AvgTime/index.d.ts +3 -0
  496. package/build/svg/AvgTime/index.js +2 -0
  497. package/build/svg/AvgTime/index.js.map +1 -0
  498. package/build/svg/Cable/icon-fill.svg +1 -0
  499. package/build/svg/Cable/icon.svg +1 -0
  500. package/build/svg/Cable/index.d.ts +3 -0
  501. package/build/svg/Cable/index.js +2 -0
  502. package/build/svg/Cable/index.js.map +1 -0
  503. package/build/svg/Calculator/icon-fill.svg +1 -0
  504. package/build/svg/Calculator/icon.svg +1 -0
  505. package/build/svg/Calculator/index.d.ts +3 -0
  506. package/build/svg/Calculator/index.js +2 -0
  507. package/build/svg/Calculator/index.js.map +1 -0
  508. package/build/svg/Calendar/icon-fill.svg +1 -0
  509. package/build/svg/Calendar/icon.svg +1 -0
  510. package/build/svg/Calendar/index.d.ts +3 -0
  511. package/build/svg/Calendar/index.js +2 -0
  512. package/build/svg/Calendar/index.js.map +1 -0
  513. package/build/svg/Call/icon-fill.svg +1 -0
  514. package/build/svg/Call/icon.svg +1 -0
  515. package/build/svg/Call/index.d.ts +3 -0
  516. package/build/svg/Call/index.js +2 -0
  517. package/build/svg/Call/index.js.map +1 -0
  518. package/build/svg/Category/icon-fill.svg +1 -0
  519. package/build/svg/Category/icon.svg +1 -0
  520. package/build/svg/Category/index.d.ts +3 -0
  521. package/build/svg/Category/index.js +2 -0
  522. package/build/svg/Category/index.js.map +1 -0
  523. package/build/svg/Check/icon-fill.svg +1 -0
  524. package/build/svg/Check/icon.svg +1 -0
  525. package/build/svg/Check/index.d.ts +3 -0
  526. package/build/svg/Check/index.js +2 -0
  527. package/build/svg/Check/index.js.map +1 -0
  528. package/build/svg/CheckBox/icon-fill.svg +1 -0
  529. package/build/svg/CheckBox/icon.svg +1 -0
  530. package/build/svg/CheckBox/index.d.ts +3 -0
  531. package/build/svg/CheckBox/index.js +2 -0
  532. package/build/svg/CheckBox/index.js.map +1 -0
  533. package/build/svg/CheckCircle/icon-fill.svg +1 -0
  534. package/build/svg/CheckCircle/icon.svg +1 -0
  535. package/build/svg/CheckCircle/index.d.ts +3 -0
  536. package/build/svg/CheckCircle/index.js +2 -0
  537. package/build/svg/CheckCircle/index.js.map +1 -0
  538. package/build/svg/Checklist/icon-fill.svg +1 -0
  539. package/build/svg/Checklist/icon.svg +1 -0
  540. package/build/svg/Checklist/index.d.ts +3 -0
  541. package/build/svg/Checklist/index.js +2 -0
  542. package/build/svg/Checklist/index.js.map +1 -0
  543. package/build/svg/ChevronLeft/icon-fill.svg +1 -0
  544. package/build/svg/ChevronLeft/icon.svg +1 -0
  545. package/build/svg/ChevronLeft/index.d.ts +3 -0
  546. package/build/svg/ChevronLeft/index.js +2 -0
  547. package/build/svg/ChevronLeft/index.js.map +1 -0
  548. package/build/svg/ChevronRight/icon-fill.svg +1 -0
  549. package/build/svg/ChevronRight/icon.svg +1 -0
  550. package/build/svg/ChevronRight/index.d.ts +3 -0
  551. package/build/svg/ChevronRight/index.js +2 -0
  552. package/build/svg/ChevronRight/index.js.map +1 -0
  553. package/build/svg/Close/icon-fill.svg +1 -0
  554. package/build/svg/Close/icon.svg +1 -0
  555. package/build/svg/Close/index.d.ts +3 -0
  556. package/build/svg/Close/index.js +2 -0
  557. package/build/svg/Close/index.js.map +1 -0
  558. package/build/svg/CollapseContent/icon-fill.svg +1 -0
  559. package/build/svg/CollapseContent/icon.svg +1 -0
  560. package/build/svg/CollapseContent/index.d.ts +3 -0
  561. package/build/svg/CollapseContent/index.js +2 -0
  562. package/build/svg/CollapseContent/index.js.map +1 -0
  563. package/build/svg/Comment/icon-fill.svg +1 -0
  564. package/build/svg/Comment/icon.svg +1 -0
  565. package/build/svg/Comment/index.d.ts +3 -0
  566. package/build/svg/Comment/index.js +2 -0
  567. package/build/svg/Comment/index.js.map +1 -0
  568. package/build/svg/Connection/icon-fill.svg +1 -0
  569. package/build/svg/Connection/icon.svg +1 -0
  570. package/build/svg/Connection/index.d.ts +3 -0
  571. package/build/svg/Connection/index.js +2 -0
  572. package/build/svg/Connection/index.js.map +1 -0
  573. package/build/svg/Consent/icon-fill.svg +1 -0
  574. package/build/svg/Consent/icon.svg +1 -0
  575. package/build/svg/Consent/index.d.ts +3 -0
  576. package/build/svg/Consent/index.js +2 -0
  577. package/build/svg/Consent/index.js.map +1 -0
  578. package/build/svg/Contact/icon-fill.svg +1 -0
  579. package/build/svg/Contact/icon.svg +1 -0
  580. package/build/svg/Contact/index.d.ts +3 -0
  581. package/build/svg/Contact/index.js +2 -0
  582. package/build/svg/Contact/index.js.map +1 -0
  583. package/build/svg/ContentCopy/icon-fill.svg +1 -0
  584. package/build/svg/ContentCopy/icon.svg +1 -0
  585. package/build/svg/ContentCopy/index.d.ts +3 -0
  586. package/build/svg/ContentCopy/index.js +2 -0
  587. package/build/svg/ContentCopy/index.js.map +1 -0
  588. package/build/svg/Contract/icon-fill.svg +1 -0
  589. package/build/svg/Contract/icon.svg +1 -0
  590. package/build/svg/Contract/index.d.ts +3 -0
  591. package/build/svg/Contract/index.js +2 -0
  592. package/build/svg/Contract/index.js.map +1 -0
  593. package/build/svg/Dashboard/icon-fill.svg +1 -0
  594. package/build/svg/Dashboard/icon.svg +1 -0
  595. package/build/svg/Dashboard/index.d.ts +3 -0
  596. package/build/svg/Dashboard/index.js +2 -0
  597. package/build/svg/Dashboard/index.js.map +1 -0
  598. package/build/svg/DataObject/icon-fill.svg +1 -0
  599. package/build/svg/DataObject/icon.svg +1 -0
  600. package/build/svg/DataObject/index.d.ts +3 -0
  601. package/build/svg/DataObject/index.js +2 -0
  602. package/build/svg/DataObject/index.js.map +1 -0
  603. package/build/svg/Delete/icon-fill.svg +1 -0
  604. package/build/svg/Delete/icon.svg +1 -0
  605. package/build/svg/Delete/index.d.ts +3 -0
  606. package/build/svg/Delete/index.js +2 -0
  607. package/build/svg/Delete/index.js.map +1 -0
  608. package/build/svg/Design/icon-fill.svg +1 -0
  609. package/build/svg/Design/icon.svg +1 -0
  610. package/build/svg/Design/index.d.ts +3 -0
  611. package/build/svg/Design/index.js +2 -0
  612. package/build/svg/Design/index.js.map +1 -0
  613. package/build/svg/Desktop/icon-fill.svg +1 -0
  614. package/build/svg/Desktop/icon.svg +1 -0
  615. package/build/svg/Desktop/index.d.ts +3 -0
  616. package/build/svg/Desktop/index.js +2 -0
  617. package/build/svg/Desktop/index.js.map +1 -0
  618. package/build/svg/Diagram/icon-fill.svg +5 -0
  619. package/build/svg/Diagram/icon.svg +5 -0
  620. package/build/svg/Diagram/index.d.ts +3 -0
  621. package/build/svg/Diagram/index.js +2 -0
  622. package/build/svg/Diagram/index.js.map +1 -0
  623. package/build/svg/Document/icon-fill.svg +1 -0
  624. package/build/svg/Document/icon.svg +1 -0
  625. package/build/svg/Document/index.d.ts +3 -0
  626. package/build/svg/Document/index.js +2 -0
  627. package/build/svg/Document/index.js.map +1 -0
  628. package/build/svg/Download/icon-fill.svg +1 -0
  629. package/build/svg/Download/icon.svg +1 -0
  630. package/build/svg/Download/index.d.ts +3 -0
  631. package/build/svg/Download/index.js +2 -0
  632. package/build/svg/Download/index.js.map +1 -0
  633. package/build/svg/DragIndicator/icon-fill.svg +1 -0
  634. package/build/svg/DragIndicator/icon.svg +1 -0
  635. package/build/svg/DragIndicator/index.d.ts +3 -0
  636. package/build/svg/DragIndicator/index.js +2 -0
  637. package/build/svg/DragIndicator/index.js.map +1 -0
  638. package/build/svg/Edit/icon-fill.svg +1 -0
  639. package/build/svg/Edit/icon.svg +1 -0
  640. package/build/svg/Edit/index.d.ts +3 -0
  641. package/build/svg/Edit/index.js +2 -0
  642. package/build/svg/Edit/index.js.map +1 -0
  643. package/build/svg/EnergySavingsLeaf/icon-fill.svg +1 -0
  644. package/build/svg/EnergySavingsLeaf/icon.svg +1 -0
  645. package/build/svg/EnergySavingsLeaf/index.d.ts +3 -0
  646. package/build/svg/EnergySavingsLeaf/index.js +2 -0
  647. package/build/svg/EnergySavingsLeaf/index.js.map +1 -0
  648. package/build/svg/Entity/icon-fill.svg +1 -0
  649. package/build/svg/Entity/icon.svg +1 -0
  650. package/build/svg/Entity/index.d.ts +3 -0
  651. package/build/svg/Entity/index.js +2 -0
  652. package/build/svg/Entity/index.js.map +1 -0
  653. package/build/svg/EntityBuilder/icon-fill.svg +1 -0
  654. package/build/svg/EntityBuilder/icon.svg +1 -0
  655. package/build/svg/EntityBuilder/index.d.ts +3 -0
  656. package/build/svg/EntityBuilder/index.js +2 -0
  657. package/build/svg/EntityBuilder/index.js.map +1 -0
  658. package/build/svg/Epilot/icon-fill.svg +11 -0
  659. package/build/svg/Epilot/icon.svg +11 -0
  660. package/build/svg/Epilot/index.d.ts +3 -0
  661. package/build/svg/Epilot/index.js +2 -0
  662. package/build/svg/Epilot/index.js.map +1 -0
  663. package/build/svg/Error/icon-fill.svg +1 -0
  664. package/build/svg/Error/icon.svg +1 -0
  665. package/build/svg/Error/index.d.ts +3 -0
  666. package/build/svg/Error/index.js +2 -0
  667. package/build/svg/Error/index.js.map +1 -0
  668. package/build/svg/Exclamation/icon-fill.svg +1 -0
  669. package/build/svg/Exclamation/icon.svg +1 -0
  670. package/build/svg/Exclamation/index.d.ts +3 -0
  671. package/build/svg/Exclamation/index.js +2 -0
  672. package/build/svg/Exclamation/index.js.map +1 -0
  673. package/build/svg/ExpandContent/icon-fill.svg +1 -0
  674. package/build/svg/ExpandContent/icon.svg +1 -0
  675. package/build/svg/ExpandContent/index.d.ts +3 -0
  676. package/build/svg/ExpandContent/index.js +2 -0
  677. package/build/svg/ExpandContent/index.js.map +1 -0
  678. package/build/svg/ExpandLess/icon-fill.svg +1 -0
  679. package/build/svg/ExpandLess/icon.svg +1 -0
  680. package/build/svg/ExpandLess/index.d.ts +3 -0
  681. package/build/svg/ExpandLess/index.js +2 -0
  682. package/build/svg/ExpandLess/index.js.map +1 -0
  683. package/build/svg/ExpandMore/icon-fill.svg +1 -0
  684. package/build/svg/ExpandMore/icon.svg +1 -0
  685. package/build/svg/ExpandMore/index.d.ts +3 -0
  686. package/build/svg/ExpandMore/index.js +2 -0
  687. package/build/svg/ExpandMore/index.js.map +1 -0
  688. package/build/svg/Explore/icon-fill.svg +1 -0
  689. package/build/svg/Explore/icon.svg +1 -0
  690. package/build/svg/Explore/index.d.ts +3 -0
  691. package/build/svg/Explore/index.js +2 -0
  692. package/build/svg/Explore/index.js.map +1 -0
  693. package/build/svg/File/icon-fill.svg +1 -0
  694. package/build/svg/File/icon.svg +1 -0
  695. package/build/svg/File/index.d.ts +3 -0
  696. package/build/svg/File/index.js +2 -0
  697. package/build/svg/File/index.js.map +1 -0
  698. package/build/svg/Filter/icon-fill.svg +1 -0
  699. package/build/svg/Filter/icon.svg +1 -0
  700. package/build/svg/Filter/index.d.ts +3 -0
  701. package/build/svg/Filter/index.js +2 -0
  702. package/build/svg/Filter/index.js.map +1 -0
  703. package/build/svg/Frame/icon-fill.svg +1 -0
  704. package/build/svg/Frame/icon.svg +1 -0
  705. package/build/svg/Frame/index.d.ts +3 -0
  706. package/build/svg/Frame/index.js +2 -0
  707. package/build/svg/Frame/index.js.map +1 -0
  708. package/build/svg/Help/icon-fill.svg +1 -0
  709. package/build/svg/Help/icon.svg +1 -0
  710. package/build/svg/Help/index.d.ts +3 -0
  711. package/build/svg/Help/index.js +2 -0
  712. package/build/svg/Help/index.js.map +1 -0
  713. package/build/svg/HomePin/icon-fill.svg +1 -0
  714. package/build/svg/HomePin/icon.svg +1 -0
  715. package/build/svg/HomePin/index.d.ts +3 -0
  716. package/build/svg/HomePin/index.js +2 -0
  717. package/build/svg/HomePin/index.js.map +1 -0
  718. package/build/svg/Image/icon-fill.svg +1 -0
  719. package/build/svg/Image/icon.svg +1 -0
  720. package/build/svg/Image/index.d.ts +3 -0
  721. package/build/svg/Image/index.js +2 -0
  722. package/build/svg/Image/index.js.map +1 -0
  723. package/build/svg/Info/icon-fill.svg +1 -0
  724. package/build/svg/Info/icon.svg +1 -0
  725. package/build/svg/Info/index.d.ts +3 -0
  726. package/build/svg/Info/index.js +2 -0
  727. package/build/svg/Info/index.js.map +1 -0
  728. package/build/svg/Journey/icon-fill.svg +1 -0
  729. package/build/svg/Journey/icon.svg +1 -0
  730. package/build/svg/Journey/index.d.ts +3 -0
  731. package/build/svg/Journey/index.js +2 -0
  732. package/build/svg/Journey/index.js.map +1 -0
  733. package/build/svg/Link/icon-fill.svg +1 -0
  734. package/build/svg/Link/icon.svg +1 -0
  735. package/build/svg/Link/index.d.ts +3 -0
  736. package/build/svg/Link/index.js +2 -0
  737. package/build/svg/Link/index.js.map +1 -0
  738. package/build/svg/Lock/icon-fill.svg +1 -0
  739. package/build/svg/Lock/icon.svg +1 -0
  740. package/build/svg/Lock/index.d.ts +3 -0
  741. package/build/svg/Lock/index.js +2 -0
  742. package/build/svg/Lock/index.js.map +1 -0
  743. package/build/svg/LockOpen/icon-fill.svg +1 -0
  744. package/build/svg/LockOpen/icon.svg +1 -0
  745. package/build/svg/LockOpen/index.d.ts +3 -0
  746. package/build/svg/LockOpen/index.js +2 -0
  747. package/build/svg/LockOpen/index.js.map +1 -0
  748. package/build/svg/Login/icon-fill.svg +1 -0
  749. package/build/svg/Login/icon.svg +1 -0
  750. package/build/svg/Login/index.d.ts +3 -0
  751. package/build/svg/Login/index.js +2 -0
  752. package/build/svg/Login/index.js.map +1 -0
  753. package/build/svg/Logout/icon-fill.svg +1 -0
  754. package/build/svg/Logout/icon.svg +1 -0
  755. package/build/svg/Logout/index.d.ts +3 -0
  756. package/build/svg/Logout/index.js +2 -0
  757. package/build/svg/Logout/index.js.map +1 -0
  758. package/build/svg/Lookup/icon-fill.svg +1 -0
  759. package/build/svg/Lookup/icon.svg +1 -0
  760. package/build/svg/Lookup/index.d.ts +3 -0
  761. package/build/svg/Lookup/index.js +2 -0
  762. package/build/svg/Lookup/index.js.map +1 -0
  763. package/build/svg/Mail/icon-fill.svg +1 -0
  764. package/build/svg/Mail/icon.svg +1 -0
  765. package/build/svg/Mail/index.d.ts +3 -0
  766. package/build/svg/Mail/index.js +2 -0
  767. package/build/svg/Mail/index.js.map +1 -0
  768. package/build/svg/Map/icon-fill.svg +1 -0
  769. package/build/svg/Map/icon.svg +1 -0
  770. package/build/svg/Map/index.d.ts +3 -0
  771. package/build/svg/Map/index.js +2 -0
  772. package/build/svg/Map/index.js.map +1 -0
  773. package/build/svg/Menu/icon-fill.svg +1 -0
  774. package/build/svg/Menu/icon.svg +1 -0
  775. package/build/svg/Menu/index.d.ts +3 -0
  776. package/build/svg/Menu/index.js +2 -0
  777. package/build/svg/Menu/index.js.map +1 -0
  778. package/build/svg/Message/icon-fill.svg +1 -0
  779. package/build/svg/Message/icon.svg +1 -0
  780. package/build/svg/Message/index.d.ts +3 -0
  781. package/build/svg/Message/index.js +2 -0
  782. package/build/svg/Message/index.js.map +1 -0
  783. package/build/svg/Meter/icon-fill.svg +1 -0
  784. package/build/svg/Meter/icon.svg +1 -0
  785. package/build/svg/Meter/index.d.ts +3 -0
  786. package/build/svg/Meter/index.js +2 -0
  787. package/build/svg/Meter/index.js.map +1 -0
  788. package/build/svg/MoreHoriz/icon-fill.svg +1 -0
  789. package/build/svg/MoreHoriz/icon.svg +1 -0
  790. package/build/svg/MoreHoriz/index.d.ts +3 -0
  791. package/build/svg/MoreHoriz/index.js +2 -0
  792. package/build/svg/MoreHoriz/index.js.map +1 -0
  793. package/build/svg/MoreVert/icon-fill.svg +1 -0
  794. package/build/svg/MoreVert/icon.svg +1 -0
  795. package/build/svg/MoreVert/index.d.ts +3 -0
  796. package/build/svg/MoreVert/index.js +2 -0
  797. package/build/svg/MoreVert/index.js.map +1 -0
  798. package/build/svg/MoveDown/icon-fill.svg +1 -0
  799. package/build/svg/MoveDown/icon.svg +1 -0
  800. package/build/svg/MoveDown/index.d.ts +3 -0
  801. package/build/svg/MoveDown/index.js +2 -0
  802. package/build/svg/MoveDown/index.js.map +1 -0
  803. package/build/svg/Note/icon-fill.svg +1 -0
  804. package/build/svg/Note/icon.svg +1 -0
  805. package/build/svg/Note/index.d.ts +3 -0
  806. package/build/svg/Note/index.js +2 -0
  807. package/build/svg/Note/index.js.map +1 -0
  808. package/build/svg/Notifications/icon-fill.svg +1 -0
  809. package/build/svg/Notifications/icon.svg +1 -0
  810. package/build/svg/Notifications/index.d.ts +3 -0
  811. package/build/svg/Notifications/index.js +2 -0
  812. package/build/svg/Notifications/index.js.map +1 -0
  813. package/build/svg/Number/icon-fill.svg +1 -0
  814. package/build/svg/Number/icon.svg +1 -0
  815. package/build/svg/Number/index.d.ts +3 -0
  816. package/build/svg/Number/index.js +2 -0
  817. package/build/svg/Number/index.js.map +1 -0
  818. package/build/svg/Numbers/icon-fill.svg +1 -0
  819. package/build/svg/Numbers/icon.svg +1 -0
  820. package/build/svg/Numbers/index.d.ts +3 -0
  821. package/build/svg/Numbers/index.js +2 -0
  822. package/build/svg/Numbers/index.js.map +1 -0
  823. package/build/svg/OpenInNew/icon-fill.svg +1 -0
  824. package/build/svg/OpenInNew/icon.svg +1 -0
  825. package/build/svg/OpenInNew/index.d.ts +3 -0
  826. package/build/svg/OpenInNew/index.js +2 -0
  827. package/build/svg/OpenInNew/index.js.map +1 -0
  828. package/build/svg/Opportunity/icon-fill.svg +1 -0
  829. package/build/svg/Opportunity/icon.svg +1 -0
  830. package/build/svg/Opportunity/index.d.ts +3 -0
  831. package/build/svg/Opportunity/index.js +2 -0
  832. package/build/svg/Opportunity/index.js.map +1 -0
  833. package/build/svg/Order/icon-fill.svg +1 -0
  834. package/build/svg/Order/icon.svg +1 -0
  835. package/build/svg/Order/index.d.ts +3 -0
  836. package/build/svg/Order/index.js +2 -0
  837. package/build/svg/Order/index.js.map +1 -0
  838. package/build/svg/Paragraph/icon-fill.svg +1 -0
  839. package/build/svg/Paragraph/icon.svg +1 -0
  840. package/build/svg/Paragraph/index.d.ts +3 -0
  841. package/build/svg/Paragraph/index.js +2 -0
  842. package/build/svg/Paragraph/index.js.map +1 -0
  843. package/build/svg/Partner/icon-fill.svg +1 -0
  844. package/build/svg/Partner/icon.svg +1 -0
  845. package/build/svg/Partner/index.d.ts +3 -0
  846. package/build/svg/Partner/index.js +2 -0
  847. package/build/svg/Partner/index.js.map +1 -0
  848. package/build/svg/Partnering/icon-fill.svg +1 -0
  849. package/build/svg/Partnering/icon.svg +1 -0
  850. package/build/svg/Partnering/index.d.ts +3 -0
  851. package/build/svg/Partnering/index.js +2 -0
  852. package/build/svg/Partnering/index.js.map +1 -0
  853. package/build/svg/Pause/icon-fill.svg +1 -0
  854. package/build/svg/Pause/icon.svg +1 -0
  855. package/build/svg/Pause/index.d.ts +3 -0
  856. package/build/svg/Pause/index.js +2 -0
  857. package/build/svg/Pause/index.js.map +1 -0
  858. package/build/svg/Payment/icon-fill.svg +1 -0
  859. package/build/svg/Payment/icon.svg +1 -0
  860. package/build/svg/Payment/index.d.ts +3 -0
  861. package/build/svg/Payment/index.js +2 -0
  862. package/build/svg/Payment/index.js.map +1 -0
  863. package/build/svg/Pending/icon-fill.svg +1 -0
  864. package/build/svg/Pending/icon.svg +1 -0
  865. package/build/svg/Pending/index.d.ts +3 -0
  866. package/build/svg/Pending/index.js +2 -0
  867. package/build/svg/Pending/index.js.map +1 -0
  868. package/build/svg/PersonCheck/icon-fill.svg +1 -0
  869. package/build/svg/PersonCheck/icon.svg +1 -0
  870. package/build/svg/PersonCheck/index.d.ts +3 -0
  871. package/build/svg/PersonCheck/index.js +2 -0
  872. package/build/svg/PersonCheck/index.js.map +1 -0
  873. package/build/svg/Phase/icon-fill.svg +1 -0
  874. package/build/svg/Phase/icon.svg +1 -0
  875. package/build/svg/Phase/index.d.ts +3 -0
  876. package/build/svg/Phase/index.js +2 -0
  877. package/build/svg/Phase/index.js.map +1 -0
  878. package/build/svg/Phone/icon-fill.svg +1 -0
  879. package/build/svg/Phone/icon.svg +1 -0
  880. package/build/svg/Phone/index.d.ts +3 -0
  881. package/build/svg/Phone/index.js +2 -0
  882. package/build/svg/Phone/index.js.map +1 -0
  883. package/build/svg/Play/icon-fill.svg +1 -0
  884. package/build/svg/Play/icon.svg +1 -0
  885. package/build/svg/Play/index.d.ts +3 -0
  886. package/build/svg/Play/index.js +2 -0
  887. package/build/svg/Play/index.js.map +1 -0
  888. package/build/svg/Portal/icon-fill.svg +1 -0
  889. package/build/svg/Portal/icon.svg +1 -0
  890. package/build/svg/Portal/index.d.ts +3 -0
  891. package/build/svg/Portal/index.js +2 -0
  892. package/build/svg/Portal/index.js.map +1 -0
  893. package/build/svg/PreviousProvider/icon-fill.svg +1 -0
  894. package/build/svg/PreviousProvider/icon.svg +1 -0
  895. package/build/svg/PreviousProvider/index.d.ts +3 -0
  896. package/build/svg/PreviousProvider/index.js +2 -0
  897. package/build/svg/PreviousProvider/index.js.map +1 -0
  898. package/build/svg/Price/icon-fill.svg +1 -0
  899. package/build/svg/Price/icon.svg +1 -0
  900. package/build/svg/Price/index.d.ts +3 -0
  901. package/build/svg/Price/index.js +2 -0
  902. package/build/svg/Price/index.js.map +1 -0
  903. package/build/svg/PriceMapping/icon-fill.svg +1 -0
  904. package/build/svg/PriceMapping/icon.svg +1 -0
  905. package/build/svg/PriceMapping/index.d.ts +3 -0
  906. package/build/svg/PriceMapping/index.js +2 -0
  907. package/build/svg/PriceMapping/index.js.map +1 -0
  908. package/build/svg/Primary/icon-fill.svg +1 -0
  909. package/build/svg/Primary/icon.svg +1 -0
  910. package/build/svg/Primary/index.d.ts +3 -0
  911. package/build/svg/Primary/index.js +2 -0
  912. package/build/svg/Primary/index.js.map +1 -0
  913. package/build/svg/Product/icon-fill.svg +1 -0
  914. package/build/svg/Product/icon.svg +1 -0
  915. package/build/svg/Product/index.d.ts +3 -0
  916. package/build/svg/Product/index.js +2 -0
  917. package/build/svg/Product/index.js.map +1 -0
  918. package/build/svg/QuestionMark/icon-fill.svg +1 -0
  919. package/build/svg/QuestionMark/icon.svg +1 -0
  920. package/build/svg/QuestionMark/index.d.ts +3 -0
  921. package/build/svg/QuestionMark/index.js +2 -0
  922. package/build/svg/QuestionMark/index.js.map +1 -0
  923. package/build/svg/RadioButton/icon-fill.svg +1 -0
  924. package/build/svg/RadioButton/icon.svg +1 -0
  925. package/build/svg/RadioButton/index.d.ts +3 -0
  926. package/build/svg/RadioButton/index.js +2 -0
  927. package/build/svg/RadioButton/index.js.map +1 -0
  928. package/build/svg/RadioButtonChecked/icon-fill.svg +1 -0
  929. package/build/svg/RadioButtonChecked/icon.svg +1 -0
  930. package/build/svg/RadioButtonChecked/index.d.ts +3 -0
  931. package/build/svg/RadioButtonChecked/index.js +2 -0
  932. package/build/svg/RadioButtonChecked/index.js.map +1 -0
  933. package/build/svg/Refresh/icon-fill.svg +1 -0
  934. package/build/svg/Refresh/icon.svg +1 -0
  935. package/build/svg/Refresh/index.d.ts +3 -0
  936. package/build/svg/Refresh/index.js +2 -0
  937. package/build/svg/Refresh/index.js.map +1 -0
  938. package/build/svg/Relations/icon-fill.svg +1 -0
  939. package/build/svg/Relations/icon.svg +1 -0
  940. package/build/svg/Relations/index.d.ts +3 -0
  941. package/build/svg/Relations/index.js +2 -0
  942. package/build/svg/Relations/index.js.map +1 -0
  943. package/build/svg/Repeat/icon-fill.svg +1 -0
  944. package/build/svg/Repeat/icon.svg +1 -0
  945. package/build/svg/Repeat/index.d.ts +3 -0
  946. package/build/svg/Repeat/index.js +2 -0
  947. package/build/svg/Repeat/index.js.map +1 -0
  948. package/build/svg/Reply/icon-fill.svg +1 -0
  949. package/build/svg/Reply/icon.svg +1 -0
  950. package/build/svg/Reply/index.d.ts +3 -0
  951. package/build/svg/Reply/index.js +2 -0
  952. package/build/svg/Reply/index.js.map +1 -0
  953. package/build/svg/Resize/icon-fill.svg +1 -0
  954. package/build/svg/Resize/icon.svg +1 -0
  955. package/build/svg/Resize/index.d.ts +3 -0
  956. package/build/svg/Resize/index.js +2 -0
  957. package/build/svg/Resize/index.js.map +1 -0
  958. package/build/svg/SDK/icon-fill.svg +1 -0
  959. package/build/svg/SDK/icon.svg +1 -0
  960. package/build/svg/SDK/index.d.ts +3 -0
  961. package/build/svg/SDK/index.js +2 -0
  962. package/build/svg/SDK/index.js.map +1 -0
  963. package/build/svg/Search/icon-fill.svg +1 -0
  964. package/build/svg/Search/icon.svg +1 -0
  965. package/build/svg/Search/index.d.ts +3 -0
  966. package/build/svg/Search/index.js +2 -0
  967. package/build/svg/Search/index.js.map +1 -0
  968. package/build/svg/Settings/icon-fill.svg +1 -0
  969. package/build/svg/Settings/icon.svg +1 -0
  970. package/build/svg/Settings/index.d.ts +3 -0
  971. package/build/svg/Settings/index.js +2 -0
  972. package/build/svg/Settings/index.js.map +1 -0
  973. package/build/svg/Share/icon-fill.svg +1 -0
  974. package/build/svg/Share/icon.svg +1 -0
  975. package/build/svg/Share/index.d.ts +3 -0
  976. package/build/svg/Share/index.js +2 -0
  977. package/build/svg/Share/index.js.map +1 -0
  978. package/build/svg/Signature/icon-fill.svg +1 -0
  979. package/build/svg/Signature/icon.svg +1 -0
  980. package/build/svg/Signature/index.d.ts +3 -0
  981. package/build/svg/Signature/index.js +2 -0
  982. package/build/svg/Signature/index.js.map +1 -0
  983. package/build/svg/Skip/icon-fill.svg +1 -0
  984. package/build/svg/Skip/icon.svg +1 -0
  985. package/build/svg/Skip/index.d.ts +3 -0
  986. package/build/svg/Skip/index.js +2 -0
  987. package/build/svg/Skip/index.js.map +1 -0
  988. package/build/svg/Solar/icon-fill.svg +1 -0
  989. package/build/svg/Solar/icon.svg +1 -0
  990. package/build/svg/Solar/index.d.ts +3 -0
  991. package/build/svg/Solar/index.js +2 -0
  992. package/build/svg/Solar/index.js.map +1 -0
  993. package/build/svg/Sort/icon-fill.svg +1 -0
  994. package/build/svg/Sort/icon.svg +1 -0
  995. package/build/svg/Sort/index.d.ts +3 -0
  996. package/build/svg/Sort/index.js +2 -0
  997. package/build/svg/Sort/index.js.map +1 -0
  998. package/build/svg/Stack/icon-fill.svg +1 -0
  999. package/build/svg/Stack/icon.svg +1 -0
  1000. package/build/svg/Stack/index.d.ts +3 -0
  1001. package/build/svg/Stack/index.js +2 -0
  1002. package/build/svg/Stack/index.js.map +1 -0
  1003. package/build/svg/Star/icon-fill.svg +1 -0
  1004. package/build/svg/Star/icon.svg +1 -0
  1005. package/build/svg/Star/index.d.ts +3 -0
  1006. package/build/svg/Star/index.js +2 -0
  1007. package/build/svg/Star/index.js.map +1 -0
  1008. package/build/svg/StepOver/icon-fill.svg +1 -0
  1009. package/build/svg/StepOver/icon.svg +1 -0
  1010. package/build/svg/StepOver/index.d.ts +3 -0
  1011. package/build/svg/StepOver/index.js +2 -0
  1012. package/build/svg/StepOver/index.js.map +1 -0
  1013. package/build/svg/Submission/icon-fill.svg +1 -0
  1014. package/build/svg/Submission/icon.svg +1 -0
  1015. package/build/svg/Submission/index.d.ts +3 -0
  1016. package/build/svg/Submission/index.js +2 -0
  1017. package/build/svg/Submission/index.js.map +1 -0
  1018. package/build/svg/SuccessConfirmation/icon-fill.svg +1 -0
  1019. package/build/svg/SuccessConfirmation/icon.svg +1 -0
  1020. package/build/svg/SuccessConfirmation/index.d.ts +3 -0
  1021. package/build/svg/SuccessConfirmation/index.js +2 -0
  1022. package/build/svg/SuccessConfirmation/index.js.map +1 -0
  1023. package/build/svg/Summary/icon-fill.svg +1 -0
  1024. package/build/svg/Summary/icon.svg +1 -0
  1025. package/build/svg/Summary/index.d.ts +3 -0
  1026. package/build/svg/Summary/index.js +2 -0
  1027. package/build/svg/Summary/index.js.map +1 -0
  1028. package/build/svg/Sun/icon-fill.svg +1 -0
  1029. package/build/svg/Sun/icon.svg +1 -0
  1030. package/build/svg/Sun/index.d.ts +3 -0
  1031. package/build/svg/Sun/index.js +2 -0
  1032. package/build/svg/Sun/index.js.map +1 -0
  1033. package/build/svg/Table/icon-fill.svg +1 -0
  1034. package/build/svg/Table/icon.svg +1 -0
  1035. package/build/svg/Table/index.d.ts +3 -0
  1036. package/build/svg/Table/index.js +2 -0
  1037. package/build/svg/Table/index.js.map +1 -0
  1038. package/build/svg/Tax/icon-fill.svg +1 -0
  1039. package/build/svg/Tax/icon.svg +1 -0
  1040. package/build/svg/Tax/index.d.ts +3 -0
  1041. package/build/svg/Tax/index.js +2 -0
  1042. package/build/svg/Tax/index.js.map +1 -0
  1043. package/build/svg/Templates/icon-fill.svg +1 -0
  1044. package/build/svg/Templates/icon.svg +1 -0
  1045. package/build/svg/Templates/index.d.ts +3 -0
  1046. package/build/svg/Templates/index.js +2 -0
  1047. package/build/svg/Templates/index.js.map +1 -0
  1048. package/build/svg/TextField/icon-fill.svg +1 -0
  1049. package/build/svg/TextField/icon.svg +1 -0
  1050. package/build/svg/TextField/index.d.ts +3 -0
  1051. package/build/svg/TextField/index.js +2 -0
  1052. package/build/svg/TextField/index.js.map +1 -0
  1053. package/build/svg/TextFields/icon-fill.svg +1 -0
  1054. package/build/svg/TextFields/icon.svg +1 -0
  1055. package/build/svg/TextFields/index.d.ts +3 -0
  1056. package/build/svg/TextFields/index.js +2 -0
  1057. package/build/svg/TextFields/index.js.map +1 -0
  1058. package/build/svg/ThumbDown/icon-fill.svg +1 -0
  1059. package/build/svg/ThumbDown/icon.svg +1 -0
  1060. package/build/svg/ThumbDown/index.d.ts +3 -0
  1061. package/build/svg/ThumbDown/index.js +2 -0
  1062. package/build/svg/ThumbDown/index.js.map +1 -0
  1063. package/build/svg/ThumbUp/icon-fill.svg +1 -0
  1064. package/build/svg/ThumbUp/icon.svg +1 -0
  1065. package/build/svg/ThumbUp/index.d.ts +3 -0
  1066. package/build/svg/ThumbUp/index.js +2 -0
  1067. package/build/svg/ThumbUp/index.js.map +1 -0
  1068. package/build/svg/TwoColumns/icon-fill.svg +7 -0
  1069. package/build/svg/TwoColumns/icon.svg +7 -0
  1070. package/build/svg/TwoColumns/index.d.ts +3 -0
  1071. package/build/svg/TwoColumns/index.js +2 -0
  1072. package/build/svg/TwoColumns/index.js.map +1 -0
  1073. package/build/svg/Upload/icon-fill.svg +1 -0
  1074. package/build/svg/Upload/icon.svg +1 -0
  1075. package/build/svg/Upload/index.d.ts +3 -0
  1076. package/build/svg/Upload/index.js +2 -0
  1077. package/build/svg/Upload/index.js.map +1 -0
  1078. package/build/svg/Visibility/icon-fill.svg +1 -0
  1079. package/build/svg/Visibility/icon.svg +1 -0
  1080. package/build/svg/Visibility/index.d.ts +3 -0
  1081. package/build/svg/Visibility/index.js +2 -0
  1082. package/build/svg/Visibility/index.js.map +1 -0
  1083. package/build/svg/VisibilityOff/icon-fill.svg +1 -0
  1084. package/build/svg/VisibilityOff/icon.svg +1 -0
  1085. package/build/svg/VisibilityOff/index.d.ts +3 -0
  1086. package/build/svg/VisibilityOff/index.js +2 -0
  1087. package/build/svg/VisibilityOff/index.js.map +1 -0
  1088. package/build/svg/Warning/icon-fill.svg +1 -0
  1089. package/build/svg/Warning/icon.svg +1 -0
  1090. package/build/svg/Warning/index.d.ts +3 -0
  1091. package/build/svg/Warning/index.js +2 -0
  1092. package/build/svg/Warning/index.js.map +1 -0
  1093. package/build/svg/Webhook/icon-fill.svg +1 -0
  1094. package/build/svg/Webhook/icon.svg +1 -0
  1095. package/build/svg/Webhook/index.d.ts +3 -0
  1096. package/build/svg/Webhook/index.js +2 -0
  1097. package/build/svg/Webhook/index.js.map +1 -0
  1098. package/build/svg/Workflow/icon-fill.svg +1 -0
  1099. package/build/svg/Workflow/icon.svg +1 -0
  1100. package/build/svg/Workflow/index.d.ts +3 -0
  1101. package/build/svg/Workflow/index.js +2 -0
  1102. package/build/svg/Workflow/index.js.map +1 -0
  1103. package/build/svg/index.d.ts +132 -0
  1104. package/build/svg/index.js +2 -0
  1105. package/build/svg/index.js.map +1 -0
  1106. package/build/svg/svgIcon.d.ts +141 -0
  1107. package/build/svg/svgIcon.js +2 -0
  1108. package/build/svg/svgIcon.js.map +1 -0
  1109. package/build/types.d.ts +19 -0
  1110. package/build/types.js +1 -0
  1111. package/build/types.js.map +1 -0
  1112. package/dist/bundle.js +2 -0
  1113. package/dist/bundle.js.map +1 -0
  1114. package/generator/run.ts +102 -0
  1115. package/generator/templates/react/EpilotIcon.tsx.ejs +29 -0
  1116. package/generator/templates/react/component/index.tsx.ejs +23 -0
  1117. package/generator/templates/react/component/story.stories.tsx.ejs +13 -0
  1118. package/generator/templates/react/index.ts.ejs +5 -0
  1119. package/generator/templates/svg/index.ts.ejs +5 -0
  1120. package/generator/templates/svg/module/index.ts.ejs +12 -0
  1121. package/generator/templates/svg/svgIcon.ts.ejs +61 -0
  1122. package/iac/.eslintrc.yml +27 -0
  1123. package/iac/.gitignore +3 -0
  1124. package/iac/cdk.json +42 -0
  1125. package/iac/config.ts +46 -0
  1126. package/iac/index.ts +21 -0
  1127. package/iac/package.json +25 -0
  1128. package/iac/service-stack.ts +33 -0
  1129. package/iac/tsconfig.json +31 -0
  1130. package/iac/yarn.lock +381 -0
  1131. package/icons.config.yaml +8 -0
  1132. package/index.js +1 -1
  1133. package/index.js.map +1 -1
  1134. package/package.json +1 -1
  1135. package/react/EpilotIcon.d.ts +4 -0
  1136. package/react/EpilotIcon.js +1 -1
  1137. package/react/EpilotIcon.js.map +1 -1
  1138. package/react/Pending/index.d.ts +4 -0
  1139. package/react/Pending/index.js +2 -0
  1140. package/react/Pending/index.js.map +1 -0
  1141. package/react/StepOver/index.d.ts +4 -0
  1142. package/react/StepOver/index.js +2 -0
  1143. package/react/StepOver/index.js.map +1 -0
  1144. package/react/index.d.ts +2 -0
  1145. package/react/index.js +1 -1
  1146. package/react/index.js.map +1 -1
  1147. package/src/index.ts +3 -0
  1148. package/src/react/Account/index.tsx +22 -0
  1149. package/src/react/Account/story.stories.tsx +13 -0
  1150. package/src/react/Action/index.tsx +22 -0
  1151. package/src/react/Action/story.stories.tsx +13 -0
  1152. package/src/react/Add/index.tsx +22 -0
  1153. package/src/react/Add/story.stories.tsx +13 -0
  1154. package/src/react/AddCircle/index.tsx +22 -0
  1155. package/src/react/AddCircle/story.stories.tsx +13 -0
  1156. package/src/react/Address/index.tsx +22 -0
  1157. package/src/react/Address/story.stories.tsx +13 -0
  1158. package/src/react/Alarm/index.tsx +22 -0
  1159. package/src/react/Alarm/story.stories.tsx +13 -0
  1160. package/src/react/ArrowCircleLeft/index.tsx +22 -0
  1161. package/src/react/ArrowCircleLeft/story.stories.tsx +13 -0
  1162. package/src/react/ArrowLeft/index.tsx +22 -0
  1163. package/src/react/ArrowLeft/story.stories.tsx +13 -0
  1164. package/src/react/ArrowRight/index.tsx +22 -0
  1165. package/src/react/ArrowRight/story.stories.tsx +13 -0
  1166. package/src/react/AttributeEdit/index.tsx +22 -0
  1167. package/src/react/AttributeEdit/story.stories.tsx +13 -0
  1168. package/src/react/Attributes/index.tsx +22 -0
  1169. package/src/react/Attributes/story.stories.tsx +13 -0
  1170. package/src/react/Automation/index.tsx +22 -0
  1171. package/src/react/Automation/story.stories.tsx +13 -0
  1172. package/src/react/Availability/index.tsx +22 -0
  1173. package/src/react/Availability/story.stories.tsx +13 -0
  1174. package/src/react/AvgTime/index.tsx +22 -0
  1175. package/src/react/AvgTime/story.stories.tsx +13 -0
  1176. package/src/react/Cable/index.tsx +22 -0
  1177. package/src/react/Cable/story.stories.tsx +13 -0
  1178. package/src/react/Calculator/index.tsx +22 -0
  1179. package/src/react/Calculator/story.stories.tsx +13 -0
  1180. package/src/react/Calendar/index.tsx +22 -0
  1181. package/src/react/Calendar/story.stories.tsx +13 -0
  1182. package/src/react/Call/index.tsx +22 -0
  1183. package/src/react/Call/story.stories.tsx +13 -0
  1184. package/src/react/Category/index.tsx +22 -0
  1185. package/src/react/Category/story.stories.tsx +13 -0
  1186. package/src/react/Check/index.tsx +22 -0
  1187. package/src/react/Check/story.stories.tsx +13 -0
  1188. package/src/react/CheckBox/index.tsx +22 -0
  1189. package/src/react/CheckBox/story.stories.tsx +13 -0
  1190. package/src/react/CheckCircle/index.tsx +22 -0
  1191. package/src/react/CheckCircle/story.stories.tsx +13 -0
  1192. package/src/react/Checklist/index.tsx +22 -0
  1193. package/src/react/Checklist/story.stories.tsx +13 -0
  1194. package/src/react/ChevronLeft/index.tsx +22 -0
  1195. package/src/react/ChevronLeft/story.stories.tsx +13 -0
  1196. package/src/react/ChevronRight/index.tsx +22 -0
  1197. package/src/react/ChevronRight/story.stories.tsx +13 -0
  1198. package/src/react/Close/index.tsx +22 -0
  1199. package/src/react/Close/story.stories.tsx +13 -0
  1200. package/src/react/CollapseContent/index.tsx +22 -0
  1201. package/src/react/CollapseContent/story.stories.tsx +13 -0
  1202. package/src/react/Comment/index.tsx +22 -0
  1203. package/src/react/Comment/story.stories.tsx +13 -0
  1204. package/src/react/Connection/index.tsx +22 -0
  1205. package/src/react/Connection/story.stories.tsx +13 -0
  1206. package/src/react/Consent/index.tsx +22 -0
  1207. package/src/react/Consent/story.stories.tsx +13 -0
  1208. package/src/react/Contact/index.tsx +22 -0
  1209. package/src/react/Contact/story.stories.tsx +13 -0
  1210. package/src/react/ContentCopy/index.tsx +22 -0
  1211. package/src/react/ContentCopy/story.stories.tsx +13 -0
  1212. package/src/react/Contract/index.tsx +22 -0
  1213. package/src/react/Contract/story.stories.tsx +13 -0
  1214. package/src/react/Dashboard/index.tsx +22 -0
  1215. package/src/react/Dashboard/story.stories.tsx +13 -0
  1216. package/src/react/DataObject/index.tsx +22 -0
  1217. package/src/react/DataObject/story.stories.tsx +13 -0
  1218. package/src/react/Delete/index.tsx +22 -0
  1219. package/src/react/Delete/story.stories.tsx +13 -0
  1220. package/src/react/Design/index.tsx +22 -0
  1221. package/src/react/Design/story.stories.tsx +13 -0
  1222. package/src/react/Desktop/index.tsx +22 -0
  1223. package/src/react/Desktop/story.stories.tsx +13 -0
  1224. package/src/react/Diagram/index.tsx +22 -0
  1225. package/src/react/Diagram/story.stories.tsx +13 -0
  1226. package/src/react/Document/index.tsx +22 -0
  1227. package/src/react/Document/story.stories.tsx +13 -0
  1228. package/src/react/Download/index.tsx +22 -0
  1229. package/src/react/Download/story.stories.tsx +13 -0
  1230. package/src/react/DragIndicator/index.tsx +22 -0
  1231. package/src/react/DragIndicator/story.stories.tsx +13 -0
  1232. package/src/react/Edit/index.tsx +22 -0
  1233. package/src/react/Edit/story.stories.tsx +13 -0
  1234. package/src/react/EnergySavingsLeaf/index.tsx +22 -0
  1235. package/src/react/EnergySavingsLeaf/story.stories.tsx +13 -0
  1236. package/src/react/Entity/index.tsx +22 -0
  1237. package/src/react/Entity/story.stories.tsx +13 -0
  1238. package/src/react/EntityBuilder/index.tsx +22 -0
  1239. package/src/react/EntityBuilder/story.stories.tsx +13 -0
  1240. package/src/react/Epilot/index.tsx +22 -0
  1241. package/src/react/Epilot/story.stories.tsx +13 -0
  1242. package/src/react/EpilotIcon.stories.tsx +85 -0
  1243. package/src/react/EpilotIcon.tsx +285 -0
  1244. package/src/react/Error/index.tsx +22 -0
  1245. package/src/react/Error/story.stories.tsx +13 -0
  1246. package/src/react/Exclamation/index.tsx +22 -0
  1247. package/src/react/Exclamation/story.stories.tsx +13 -0
  1248. package/src/react/ExpandContent/index.tsx +22 -0
  1249. package/src/react/ExpandContent/story.stories.tsx +13 -0
  1250. package/src/react/ExpandLess/index.tsx +22 -0
  1251. package/src/react/ExpandLess/story.stories.tsx +13 -0
  1252. package/src/react/ExpandMore/index.tsx +22 -0
  1253. package/src/react/ExpandMore/story.stories.tsx +13 -0
  1254. package/src/react/Explore/index.tsx +22 -0
  1255. package/src/react/Explore/story.stories.tsx +13 -0
  1256. package/src/react/File/index.tsx +22 -0
  1257. package/src/react/File/story.stories.tsx +13 -0
  1258. package/src/react/Filter/index.tsx +22 -0
  1259. package/src/react/Filter/story.stories.tsx +13 -0
  1260. package/src/react/Frame/index.tsx +22 -0
  1261. package/src/react/Frame/story.stories.tsx +13 -0
  1262. package/src/react/Help/index.tsx +22 -0
  1263. package/src/react/Help/story.stories.tsx +13 -0
  1264. package/src/react/HomePin/index.tsx +22 -0
  1265. package/src/react/HomePin/story.stories.tsx +13 -0
  1266. package/src/react/Image/index.tsx +22 -0
  1267. package/src/react/Image/story.stories.tsx +13 -0
  1268. package/src/react/Info/index.tsx +22 -0
  1269. package/src/react/Info/story.stories.tsx +13 -0
  1270. package/src/react/Journey/index.tsx +22 -0
  1271. package/src/react/Journey/story.stories.tsx +13 -0
  1272. package/src/react/Link/index.tsx +22 -0
  1273. package/src/react/Link/story.stories.tsx +13 -0
  1274. package/src/react/Lock/index.tsx +22 -0
  1275. package/src/react/Lock/story.stories.tsx +13 -0
  1276. package/src/react/LockOpen/index.tsx +22 -0
  1277. package/src/react/LockOpen/story.stories.tsx +13 -0
  1278. package/src/react/Login/index.tsx +22 -0
  1279. package/src/react/Login/story.stories.tsx +13 -0
  1280. package/src/react/Logout/index.tsx +22 -0
  1281. package/src/react/Logout/story.stories.tsx +13 -0
  1282. package/src/react/Lookup/index.tsx +22 -0
  1283. package/src/react/Lookup/story.stories.tsx +13 -0
  1284. package/src/react/Mail/index.tsx +22 -0
  1285. package/src/react/Mail/story.stories.tsx +13 -0
  1286. package/src/react/Map/index.tsx +22 -0
  1287. package/src/react/Map/story.stories.tsx +13 -0
  1288. package/src/react/Menu/index.tsx +22 -0
  1289. package/src/react/Menu/story.stories.tsx +13 -0
  1290. package/src/react/Message/index.tsx +22 -0
  1291. package/src/react/Message/story.stories.tsx +13 -0
  1292. package/src/react/Meter/index.tsx +22 -0
  1293. package/src/react/Meter/story.stories.tsx +13 -0
  1294. package/src/react/MoreHoriz/index.tsx +22 -0
  1295. package/src/react/MoreHoriz/story.stories.tsx +13 -0
  1296. package/src/react/MoreVert/index.tsx +22 -0
  1297. package/src/react/MoreVert/story.stories.tsx +13 -0
  1298. package/src/react/MoveDown/index.tsx +22 -0
  1299. package/src/react/MoveDown/story.stories.tsx +13 -0
  1300. package/src/react/Note/index.tsx +22 -0
  1301. package/src/react/Note/story.stories.tsx +13 -0
  1302. package/src/react/Notifications/index.tsx +22 -0
  1303. package/src/react/Notifications/story.stories.tsx +13 -0
  1304. package/src/react/Number/index.tsx +22 -0
  1305. package/src/react/Number/story.stories.tsx +13 -0
  1306. package/src/react/Numbers/index.tsx +22 -0
  1307. package/src/react/Numbers/story.stories.tsx +13 -0
  1308. package/src/react/OpenInNew/index.tsx +22 -0
  1309. package/src/react/OpenInNew/story.stories.tsx +13 -0
  1310. package/src/react/Opportunity/index.tsx +22 -0
  1311. package/src/react/Opportunity/story.stories.tsx +13 -0
  1312. package/src/react/Order/index.tsx +22 -0
  1313. package/src/react/Order/story.stories.tsx +13 -0
  1314. package/src/react/Paragraph/index.tsx +22 -0
  1315. package/src/react/Paragraph/story.stories.tsx +13 -0
  1316. package/src/react/Partner/index.tsx +22 -0
  1317. package/src/react/Partner/story.stories.tsx +13 -0
  1318. package/src/react/Partnering/index.tsx +22 -0
  1319. package/src/react/Partnering/story.stories.tsx +13 -0
  1320. package/src/react/Pause/index.tsx +22 -0
  1321. package/src/react/Pause/story.stories.tsx +13 -0
  1322. package/src/react/Payment/index.tsx +22 -0
  1323. package/src/react/Payment/story.stories.tsx +13 -0
  1324. package/src/react/Pending/index.tsx +22 -0
  1325. package/src/react/Pending/story.stories.tsx +13 -0
  1326. package/src/react/PersonCheck/index.tsx +22 -0
  1327. package/src/react/PersonCheck/story.stories.tsx +13 -0
  1328. package/src/react/Phase/index.tsx +22 -0
  1329. package/src/react/Phase/story.stories.tsx +13 -0
  1330. package/src/react/Phone/index.tsx +22 -0
  1331. package/src/react/Phone/story.stories.tsx +13 -0
  1332. package/src/react/Play/index.tsx +22 -0
  1333. package/src/react/Play/story.stories.tsx +13 -0
  1334. package/src/react/Portal/index.tsx +22 -0
  1335. package/src/react/Portal/story.stories.tsx +13 -0
  1336. package/src/react/PreviousProvider/index.tsx +22 -0
  1337. package/src/react/PreviousProvider/story.stories.tsx +13 -0
  1338. package/src/react/Price/index.tsx +22 -0
  1339. package/src/react/Price/story.stories.tsx +13 -0
  1340. package/src/react/PriceMapping/index.tsx +22 -0
  1341. package/src/react/PriceMapping/story.stories.tsx +13 -0
  1342. package/src/react/Primary/index.tsx +22 -0
  1343. package/src/react/Primary/story.stories.tsx +13 -0
  1344. package/src/react/Product/index.tsx +22 -0
  1345. package/src/react/Product/story.stories.tsx +13 -0
  1346. package/src/react/QuestionMark/index.tsx +22 -0
  1347. package/src/react/QuestionMark/story.stories.tsx +13 -0
  1348. package/src/react/RadioButton/index.tsx +22 -0
  1349. package/src/react/RadioButton/story.stories.tsx +13 -0
  1350. package/src/react/RadioButtonChecked/index.tsx +22 -0
  1351. package/src/react/RadioButtonChecked/story.stories.tsx +13 -0
  1352. package/src/react/Refresh/index.tsx +22 -0
  1353. package/src/react/Refresh/story.stories.tsx +13 -0
  1354. package/src/react/Relations/index.tsx +22 -0
  1355. package/src/react/Relations/story.stories.tsx +13 -0
  1356. package/src/react/Repeat/index.tsx +22 -0
  1357. package/src/react/Repeat/story.stories.tsx +13 -0
  1358. package/src/react/Reply/index.tsx +22 -0
  1359. package/src/react/Reply/story.stories.tsx +13 -0
  1360. package/src/react/Resize/index.tsx +22 -0
  1361. package/src/react/Resize/story.stories.tsx +13 -0
  1362. package/src/react/SDK/index.tsx +22 -0
  1363. package/src/react/SDK/story.stories.tsx +13 -0
  1364. package/src/react/Search/index.tsx +22 -0
  1365. package/src/react/Search/story.stories.tsx +13 -0
  1366. package/src/react/Settings/index.tsx +22 -0
  1367. package/src/react/Settings/story.stories.tsx +13 -0
  1368. package/src/react/Share/index.tsx +22 -0
  1369. package/src/react/Share/story.stories.tsx +13 -0
  1370. package/src/react/Signature/index.tsx +22 -0
  1371. package/src/react/Signature/story.stories.tsx +13 -0
  1372. package/src/react/Skip/index.tsx +22 -0
  1373. package/src/react/Skip/story.stories.tsx +13 -0
  1374. package/src/react/Solar/index.tsx +22 -0
  1375. package/src/react/Solar/story.stories.tsx +13 -0
  1376. package/src/react/Sort/index.tsx +22 -0
  1377. package/src/react/Sort/story.stories.tsx +13 -0
  1378. package/src/react/Stack/index.tsx +22 -0
  1379. package/src/react/Stack/story.stories.tsx +13 -0
  1380. package/src/react/Star/index.tsx +22 -0
  1381. package/src/react/Star/story.stories.tsx +13 -0
  1382. package/src/react/StepOver/index.tsx +22 -0
  1383. package/src/react/StepOver/story.stories.tsx +13 -0
  1384. package/src/react/Submission/index.tsx +22 -0
  1385. package/src/react/Submission/story.stories.tsx +13 -0
  1386. package/src/react/SuccessConfirmation/index.tsx +22 -0
  1387. package/src/react/SuccessConfirmation/story.stories.tsx +13 -0
  1388. package/src/react/Summary/index.tsx +22 -0
  1389. package/src/react/Summary/story.stories.tsx +13 -0
  1390. package/src/react/Sun/index.tsx +22 -0
  1391. package/src/react/Sun/story.stories.tsx +13 -0
  1392. package/src/react/Table/index.tsx +22 -0
  1393. package/src/react/Table/story.stories.tsx +13 -0
  1394. package/src/react/Tax/index.tsx +22 -0
  1395. package/src/react/Tax/story.stories.tsx +13 -0
  1396. package/src/react/Templates/index.tsx +22 -0
  1397. package/src/react/Templates/story.stories.tsx +13 -0
  1398. package/src/react/TextField/index.tsx +22 -0
  1399. package/src/react/TextField/story.stories.tsx +13 -0
  1400. package/src/react/TextFields/index.tsx +22 -0
  1401. package/src/react/TextFields/story.stories.tsx +13 -0
  1402. package/src/react/ThumbDown/index.tsx +22 -0
  1403. package/src/react/ThumbDown/story.stories.tsx +13 -0
  1404. package/src/react/ThumbUp/index.tsx +22 -0
  1405. package/src/react/ThumbUp/story.stories.tsx +13 -0
  1406. package/src/react/TwoColumns/index.tsx +22 -0
  1407. package/src/react/TwoColumns/story.stories.tsx +13 -0
  1408. package/src/react/Upload/index.tsx +22 -0
  1409. package/src/react/Upload/story.stories.tsx +13 -0
  1410. package/src/react/Visibility/index.tsx +22 -0
  1411. package/src/react/Visibility/story.stories.tsx +13 -0
  1412. package/src/react/VisibilityOff/index.tsx +22 -0
  1413. package/src/react/VisibilityOff/story.stories.tsx +13 -0
  1414. package/src/react/Warning/index.tsx +22 -0
  1415. package/src/react/Warning/story.stories.tsx +13 -0
  1416. package/src/react/Webhook/index.tsx +22 -0
  1417. package/src/react/Webhook/story.stories.tsx +13 -0
  1418. package/src/react/Workflow/index.tsx +22 -0
  1419. package/src/react/Workflow/story.stories.tsx +13 -0
  1420. package/src/react/common.ts +8 -0
  1421. package/src/react/index.ts +133 -0
  1422. package/src/react/types.ts +5 -0
  1423. package/src/stories/Readme.mdx +69 -0
  1424. package/src/stories/SVGExample.stories.tsx +55 -0
  1425. package/src/stories/SVGExample.tsx +10 -0
  1426. package/src/stories/Search.mdx +8 -0
  1427. package/src/stories/SearchComponent.css +48 -0
  1428. package/src/stories/SearchComponent.tsx +89 -0
  1429. package/src/stories/util.ts +37 -0
  1430. package/src/svg/Account/icon-fill.svg +1 -0
  1431. package/src/svg/Account/icon.svg +1 -0
  1432. package/src/svg/Account/index.ts +12 -0
  1433. package/src/svg/Action/icon-fill.svg +1 -0
  1434. package/src/svg/Action/icon.svg +1 -0
  1435. package/src/svg/Action/index.ts +12 -0
  1436. package/src/svg/Add/icon-fill.svg +1 -0
  1437. package/src/svg/Add/icon.svg +1 -0
  1438. package/src/svg/Add/index.ts +12 -0
  1439. package/src/svg/AddCircle/icon-fill.svg +1 -0
  1440. package/src/svg/AddCircle/icon.svg +1 -0
  1441. package/src/svg/AddCircle/index.ts +12 -0
  1442. package/src/svg/Address/icon-fill.svg +1 -0
  1443. package/src/svg/Address/icon.svg +1 -0
  1444. package/src/svg/Address/index.ts +12 -0
  1445. package/src/svg/Alarm/icon-fill.svg +1 -0
  1446. package/src/svg/Alarm/icon.svg +1 -0
  1447. package/src/svg/Alarm/index.ts +12 -0
  1448. package/src/svg/ArrowCircleLeft/icon-fill.svg +1 -0
  1449. package/src/svg/ArrowCircleLeft/icon.svg +1 -0
  1450. package/src/svg/ArrowCircleLeft/index.ts +12 -0
  1451. package/src/svg/ArrowLeft/icon-fill.svg +1 -0
  1452. package/src/svg/ArrowLeft/icon.svg +1 -0
  1453. package/src/svg/ArrowLeft/index.ts +12 -0
  1454. package/src/svg/ArrowRight/icon-fill.svg +1 -0
  1455. package/src/svg/ArrowRight/icon.svg +1 -0
  1456. package/src/svg/ArrowRight/index.ts +12 -0
  1457. package/src/svg/AttributeEdit/icon-fill.svg +1 -0
  1458. package/src/svg/AttributeEdit/icon.svg +1 -0
  1459. package/src/svg/AttributeEdit/index.ts +12 -0
  1460. package/src/svg/Attributes/icon-fill.svg +1 -0
  1461. package/src/svg/Attributes/icon.svg +1 -0
  1462. package/src/svg/Attributes/index.ts +12 -0
  1463. package/src/svg/Automation/icon-fill.svg +1 -0
  1464. package/src/svg/Automation/icon.svg +1 -0
  1465. package/src/svg/Automation/index.ts +12 -0
  1466. package/src/svg/Availability/icon-fill.svg +1 -0
  1467. package/src/svg/Availability/icon.svg +1 -0
  1468. package/src/svg/Availability/index.ts +12 -0
  1469. package/src/svg/AvgTime/icon-fill.svg +1 -0
  1470. package/src/svg/AvgTime/icon.svg +1 -0
  1471. package/src/svg/AvgTime/index.ts +12 -0
  1472. package/src/svg/Cable/icon-fill.svg +1 -0
  1473. package/src/svg/Cable/icon.svg +1 -0
  1474. package/src/svg/Cable/index.ts +12 -0
  1475. package/src/svg/Calculator/icon-fill.svg +1 -0
  1476. package/src/svg/Calculator/icon.svg +1 -0
  1477. package/src/svg/Calculator/index.ts +12 -0
  1478. package/src/svg/Calendar/icon-fill.svg +1 -0
  1479. package/src/svg/Calendar/icon.svg +1 -0
  1480. package/src/svg/Calendar/index.ts +12 -0
  1481. package/src/svg/Call/icon-fill.svg +1 -0
  1482. package/src/svg/Call/icon.svg +1 -0
  1483. package/src/svg/Call/index.ts +12 -0
  1484. package/src/svg/Category/icon-fill.svg +1 -0
  1485. package/src/svg/Category/icon.svg +1 -0
  1486. package/src/svg/Category/index.ts +12 -0
  1487. package/src/svg/Check/icon-fill.svg +1 -0
  1488. package/src/svg/Check/icon.svg +1 -0
  1489. package/src/svg/Check/index.ts +12 -0
  1490. package/src/svg/CheckBox/icon-fill.svg +1 -0
  1491. package/src/svg/CheckBox/icon.svg +1 -0
  1492. package/src/svg/CheckBox/index.ts +12 -0
  1493. package/src/svg/CheckCircle/icon-fill.svg +1 -0
  1494. package/src/svg/CheckCircle/icon.svg +1 -0
  1495. package/src/svg/CheckCircle/index.ts +12 -0
  1496. package/src/svg/Checklist/icon-fill.svg +1 -0
  1497. package/src/svg/Checklist/icon.svg +1 -0
  1498. package/src/svg/Checklist/index.ts +12 -0
  1499. package/src/svg/ChevronLeft/icon-fill.svg +1 -0
  1500. package/src/svg/ChevronLeft/icon.svg +1 -0
  1501. package/src/svg/ChevronLeft/index.ts +12 -0
  1502. package/src/svg/ChevronRight/icon-fill.svg +1 -0
  1503. package/src/svg/ChevronRight/icon.svg +1 -0
  1504. package/src/svg/ChevronRight/index.ts +12 -0
  1505. package/src/svg/Close/icon-fill.svg +1 -0
  1506. package/src/svg/Close/icon.svg +1 -0
  1507. package/src/svg/Close/index.ts +12 -0
  1508. package/src/svg/CollapseContent/icon-fill.svg +1 -0
  1509. package/src/svg/CollapseContent/icon.svg +1 -0
  1510. package/src/svg/CollapseContent/index.ts +12 -0
  1511. package/src/svg/Comment/icon-fill.svg +1 -0
  1512. package/src/svg/Comment/icon.svg +1 -0
  1513. package/src/svg/Comment/index.ts +12 -0
  1514. package/src/svg/Connection/icon-fill.svg +1 -0
  1515. package/src/svg/Connection/icon.svg +1 -0
  1516. package/src/svg/Connection/index.ts +12 -0
  1517. package/src/svg/Consent/icon-fill.svg +1 -0
  1518. package/src/svg/Consent/icon.svg +1 -0
  1519. package/src/svg/Consent/index.ts +12 -0
  1520. package/src/svg/Contact/icon-fill.svg +1 -0
  1521. package/src/svg/Contact/icon.svg +1 -0
  1522. package/src/svg/Contact/index.ts +12 -0
  1523. package/src/svg/ContentCopy/icon-fill.svg +1 -0
  1524. package/src/svg/ContentCopy/icon.svg +1 -0
  1525. package/src/svg/ContentCopy/index.ts +12 -0
  1526. package/src/svg/Contract/icon-fill.svg +1 -0
  1527. package/src/svg/Contract/icon.svg +1 -0
  1528. package/src/svg/Contract/index.ts +12 -0
  1529. package/src/svg/Dashboard/icon-fill.svg +1 -0
  1530. package/src/svg/Dashboard/icon.svg +1 -0
  1531. package/src/svg/Dashboard/index.ts +12 -0
  1532. package/src/svg/DataObject/icon-fill.svg +1 -0
  1533. package/src/svg/DataObject/icon.svg +1 -0
  1534. package/src/svg/DataObject/index.ts +12 -0
  1535. package/src/svg/Delete/icon-fill.svg +1 -0
  1536. package/src/svg/Delete/icon.svg +1 -0
  1537. package/src/svg/Delete/index.ts +12 -0
  1538. package/src/svg/Design/icon-fill.svg +1 -0
  1539. package/src/svg/Design/icon.svg +1 -0
  1540. package/src/svg/Design/index.ts +12 -0
  1541. package/src/svg/Desktop/icon-fill.svg +1 -0
  1542. package/src/svg/Desktop/icon.svg +1 -0
  1543. package/src/svg/Desktop/index.ts +12 -0
  1544. package/src/svg/Diagram/icon-fill.svg +5 -0
  1545. package/src/svg/Diagram/icon.svg +5 -0
  1546. package/src/svg/Diagram/index.ts +12 -0
  1547. package/src/svg/Document/icon-fill.svg +1 -0
  1548. package/src/svg/Document/icon.svg +1 -0
  1549. package/src/svg/Document/index.ts +12 -0
  1550. package/src/svg/Download/icon-fill.svg +1 -0
  1551. package/src/svg/Download/icon.svg +1 -0
  1552. package/src/svg/Download/index.ts +12 -0
  1553. package/src/svg/DragIndicator/icon-fill.svg +1 -0
  1554. package/src/svg/DragIndicator/icon.svg +1 -0
  1555. package/src/svg/DragIndicator/index.ts +12 -0
  1556. package/src/svg/Edit/icon-fill.svg +1 -0
  1557. package/src/svg/Edit/icon.svg +1 -0
  1558. package/src/svg/Edit/index.ts +12 -0
  1559. package/src/svg/EnergySavingsLeaf/icon-fill.svg +1 -0
  1560. package/src/svg/EnergySavingsLeaf/icon.svg +1 -0
  1561. package/src/svg/EnergySavingsLeaf/index.ts +12 -0
  1562. package/src/svg/Entity/icon-fill.svg +1 -0
  1563. package/src/svg/Entity/icon.svg +1 -0
  1564. package/src/svg/Entity/index.ts +12 -0
  1565. package/src/svg/EntityBuilder/icon-fill.svg +1 -0
  1566. package/src/svg/EntityBuilder/icon.svg +1 -0
  1567. package/src/svg/EntityBuilder/index.ts +12 -0
  1568. package/src/svg/Epilot/icon-fill.svg +11 -0
  1569. package/src/svg/Epilot/icon.svg +11 -0
  1570. package/src/svg/Epilot/index.ts +12 -0
  1571. package/src/svg/Error/icon-fill.svg +1 -0
  1572. package/src/svg/Error/icon.svg +1 -0
  1573. package/src/svg/Error/index.ts +12 -0
  1574. package/src/svg/Exclamation/icon-fill.svg +1 -0
  1575. package/src/svg/Exclamation/icon.svg +1 -0
  1576. package/src/svg/Exclamation/index.ts +12 -0
  1577. package/src/svg/ExpandContent/icon-fill.svg +1 -0
  1578. package/src/svg/ExpandContent/icon.svg +1 -0
  1579. package/src/svg/ExpandContent/index.ts +12 -0
  1580. package/src/svg/ExpandLess/icon-fill.svg +1 -0
  1581. package/src/svg/ExpandLess/icon.svg +1 -0
  1582. package/src/svg/ExpandLess/index.ts +12 -0
  1583. package/src/svg/ExpandMore/icon-fill.svg +1 -0
  1584. package/src/svg/ExpandMore/icon.svg +1 -0
  1585. package/src/svg/ExpandMore/index.ts +12 -0
  1586. package/src/svg/Explore/icon-fill.svg +1 -0
  1587. package/src/svg/Explore/icon.svg +1 -0
  1588. package/src/svg/Explore/index.ts +12 -0
  1589. package/src/svg/File/icon-fill.svg +1 -0
  1590. package/src/svg/File/icon.svg +1 -0
  1591. package/src/svg/File/index.ts +12 -0
  1592. package/src/svg/Filter/icon-fill.svg +1 -0
  1593. package/src/svg/Filter/icon.svg +1 -0
  1594. package/src/svg/Filter/index.ts +12 -0
  1595. package/src/svg/Frame/icon-fill.svg +1 -0
  1596. package/src/svg/Frame/icon.svg +1 -0
  1597. package/src/svg/Frame/index.ts +12 -0
  1598. package/src/svg/Help/icon-fill.svg +1 -0
  1599. package/src/svg/Help/icon.svg +1 -0
  1600. package/src/svg/Help/index.ts +12 -0
  1601. package/src/svg/HomePin/icon-fill.svg +1 -0
  1602. package/src/svg/HomePin/icon.svg +1 -0
  1603. package/src/svg/HomePin/index.ts +12 -0
  1604. package/src/svg/Image/icon-fill.svg +1 -0
  1605. package/src/svg/Image/icon.svg +1 -0
  1606. package/src/svg/Image/index.ts +12 -0
  1607. package/src/svg/Info/icon-fill.svg +1 -0
  1608. package/src/svg/Info/icon.svg +1 -0
  1609. package/src/svg/Info/index.ts +12 -0
  1610. package/src/svg/Journey/icon-fill.svg +1 -0
  1611. package/src/svg/Journey/icon.svg +1 -0
  1612. package/src/svg/Journey/index.ts +12 -0
  1613. package/src/svg/Link/icon-fill.svg +1 -0
  1614. package/src/svg/Link/icon.svg +1 -0
  1615. package/src/svg/Link/index.ts +12 -0
  1616. package/src/svg/Lock/icon-fill.svg +1 -0
  1617. package/src/svg/Lock/icon.svg +1 -0
  1618. package/src/svg/Lock/index.ts +12 -0
  1619. package/src/svg/LockOpen/icon-fill.svg +1 -0
  1620. package/src/svg/LockOpen/icon.svg +1 -0
  1621. package/src/svg/LockOpen/index.ts +12 -0
  1622. package/src/svg/Login/icon-fill.svg +1 -0
  1623. package/src/svg/Login/icon.svg +1 -0
  1624. package/src/svg/Login/index.ts +12 -0
  1625. package/src/svg/Logout/icon-fill.svg +1 -0
  1626. package/src/svg/Logout/icon.svg +1 -0
  1627. package/src/svg/Logout/index.ts +12 -0
  1628. package/src/svg/Lookup/icon-fill.svg +1 -0
  1629. package/src/svg/Lookup/icon.svg +1 -0
  1630. package/src/svg/Lookup/index.ts +12 -0
  1631. package/src/svg/Mail/icon-fill.svg +1 -0
  1632. package/src/svg/Mail/icon.svg +1 -0
  1633. package/src/svg/Mail/index.ts +12 -0
  1634. package/src/svg/Map/icon-fill.svg +1 -0
  1635. package/src/svg/Map/icon.svg +1 -0
  1636. package/src/svg/Map/index.ts +12 -0
  1637. package/src/svg/Menu/icon-fill.svg +1 -0
  1638. package/src/svg/Menu/icon.svg +1 -0
  1639. package/src/svg/Menu/index.ts +12 -0
  1640. package/src/svg/Message/icon-fill.svg +1 -0
  1641. package/src/svg/Message/icon.svg +1 -0
  1642. package/src/svg/Message/index.ts +12 -0
  1643. package/src/svg/Meter/icon-fill.svg +1 -0
  1644. package/src/svg/Meter/icon.svg +1 -0
  1645. package/src/svg/Meter/index.ts +12 -0
  1646. package/src/svg/MoreHoriz/icon-fill.svg +1 -0
  1647. package/src/svg/MoreHoriz/icon.svg +1 -0
  1648. package/src/svg/MoreHoriz/index.ts +12 -0
  1649. package/src/svg/MoreVert/icon-fill.svg +1 -0
  1650. package/src/svg/MoreVert/icon.svg +1 -0
  1651. package/src/svg/MoreVert/index.ts +12 -0
  1652. package/src/svg/MoveDown/icon-fill.svg +1 -0
  1653. package/src/svg/MoveDown/icon.svg +1 -0
  1654. package/src/svg/MoveDown/index.ts +12 -0
  1655. package/src/svg/Note/icon-fill.svg +1 -0
  1656. package/src/svg/Note/icon.svg +1 -0
  1657. package/src/svg/Note/index.ts +12 -0
  1658. package/src/svg/Notifications/icon-fill.svg +1 -0
  1659. package/src/svg/Notifications/icon.svg +1 -0
  1660. package/src/svg/Notifications/index.ts +12 -0
  1661. package/src/svg/Number/icon-fill.svg +1 -0
  1662. package/src/svg/Number/icon.svg +1 -0
  1663. package/src/svg/Number/index.ts +12 -0
  1664. package/src/svg/Numbers/icon-fill.svg +1 -0
  1665. package/src/svg/Numbers/icon.svg +1 -0
  1666. package/src/svg/Numbers/index.ts +12 -0
  1667. package/src/svg/OpenInNew/icon-fill.svg +1 -0
  1668. package/src/svg/OpenInNew/icon.svg +1 -0
  1669. package/src/svg/OpenInNew/index.ts +12 -0
  1670. package/src/svg/Opportunity/icon-fill.svg +1 -0
  1671. package/src/svg/Opportunity/icon.svg +1 -0
  1672. package/src/svg/Opportunity/index.ts +12 -0
  1673. package/src/svg/Order/icon-fill.svg +1 -0
  1674. package/src/svg/Order/icon.svg +1 -0
  1675. package/src/svg/Order/index.ts +12 -0
  1676. package/src/svg/Paragraph/icon-fill.svg +1 -0
  1677. package/src/svg/Paragraph/icon.svg +1 -0
  1678. package/src/svg/Paragraph/index.ts +12 -0
  1679. package/src/svg/Partner/icon-fill.svg +1 -0
  1680. package/src/svg/Partner/icon.svg +1 -0
  1681. package/src/svg/Partner/index.ts +12 -0
  1682. package/src/svg/Partnering/icon-fill.svg +1 -0
  1683. package/src/svg/Partnering/icon.svg +1 -0
  1684. package/src/svg/Partnering/index.ts +12 -0
  1685. package/src/svg/Pause/icon-fill.svg +1 -0
  1686. package/src/svg/Pause/icon.svg +1 -0
  1687. package/src/svg/Pause/index.ts +12 -0
  1688. package/src/svg/Payment/icon-fill.svg +1 -0
  1689. package/src/svg/Payment/icon.svg +1 -0
  1690. package/src/svg/Payment/index.ts +12 -0
  1691. package/src/svg/Pending/icon-fill.svg +1 -0
  1692. package/src/svg/Pending/icon.svg +1 -0
  1693. package/src/svg/Pending/index.ts +12 -0
  1694. package/src/svg/PersonCheck/icon-fill.svg +1 -0
  1695. package/src/svg/PersonCheck/icon.svg +1 -0
  1696. package/src/svg/PersonCheck/index.ts +12 -0
  1697. package/src/svg/Phase/icon-fill.svg +1 -0
  1698. package/src/svg/Phase/icon.svg +1 -0
  1699. package/src/svg/Phase/index.ts +12 -0
  1700. package/src/svg/Phone/icon-fill.svg +1 -0
  1701. package/src/svg/Phone/icon.svg +1 -0
  1702. package/src/svg/Phone/index.ts +12 -0
  1703. package/src/svg/Play/icon-fill.svg +1 -0
  1704. package/src/svg/Play/icon.svg +1 -0
  1705. package/src/svg/Play/index.ts +12 -0
  1706. package/src/svg/Portal/icon-fill.svg +1 -0
  1707. package/src/svg/Portal/icon.svg +1 -0
  1708. package/src/svg/Portal/index.ts +12 -0
  1709. package/src/svg/PreviousProvider/icon-fill.svg +1 -0
  1710. package/src/svg/PreviousProvider/icon.svg +1 -0
  1711. package/src/svg/PreviousProvider/index.ts +12 -0
  1712. package/src/svg/Price/icon-fill.svg +1 -0
  1713. package/src/svg/Price/icon.svg +1 -0
  1714. package/src/svg/Price/index.ts +12 -0
  1715. package/src/svg/PriceMapping/icon-fill.svg +1 -0
  1716. package/src/svg/PriceMapping/icon.svg +1 -0
  1717. package/src/svg/PriceMapping/index.ts +12 -0
  1718. package/src/svg/Primary/icon-fill.svg +1 -0
  1719. package/src/svg/Primary/icon.svg +1 -0
  1720. package/src/svg/Primary/index.ts +12 -0
  1721. package/src/svg/Product/icon-fill.svg +1 -0
  1722. package/src/svg/Product/icon.svg +1 -0
  1723. package/src/svg/Product/index.ts +12 -0
  1724. package/src/svg/QuestionMark/icon-fill.svg +1 -0
  1725. package/src/svg/QuestionMark/icon.svg +1 -0
  1726. package/src/svg/QuestionMark/index.ts +12 -0
  1727. package/src/svg/RadioButton/icon-fill.svg +1 -0
  1728. package/src/svg/RadioButton/icon.svg +1 -0
  1729. package/src/svg/RadioButton/index.ts +12 -0
  1730. package/src/svg/RadioButtonChecked/icon-fill.svg +1 -0
  1731. package/src/svg/RadioButtonChecked/icon.svg +1 -0
  1732. package/src/svg/RadioButtonChecked/index.ts +12 -0
  1733. package/src/svg/Refresh/icon-fill.svg +1 -0
  1734. package/src/svg/Refresh/icon.svg +1 -0
  1735. package/src/svg/Refresh/index.ts +12 -0
  1736. package/src/svg/Relations/icon-fill.svg +1 -0
  1737. package/src/svg/Relations/icon.svg +1 -0
  1738. package/src/svg/Relations/index.ts +12 -0
  1739. package/src/svg/Repeat/icon-fill.svg +1 -0
  1740. package/src/svg/Repeat/icon.svg +1 -0
  1741. package/src/svg/Repeat/index.ts +12 -0
  1742. package/src/svg/Reply/icon-fill.svg +1 -0
  1743. package/src/svg/Reply/icon.svg +1 -0
  1744. package/src/svg/Reply/index.ts +12 -0
  1745. package/src/svg/Resize/icon-fill.svg +1 -0
  1746. package/src/svg/Resize/icon.svg +1 -0
  1747. package/src/svg/Resize/index.ts +12 -0
  1748. package/src/svg/SDK/icon-fill.svg +1 -0
  1749. package/src/svg/SDK/icon.svg +1 -0
  1750. package/src/svg/SDK/index.ts +12 -0
  1751. package/src/svg/Search/icon-fill.svg +1 -0
  1752. package/src/svg/Search/icon.svg +1 -0
  1753. package/src/svg/Search/index.ts +12 -0
  1754. package/src/svg/Settings/icon-fill.svg +1 -0
  1755. package/src/svg/Settings/icon.svg +1 -0
  1756. package/src/svg/Settings/index.ts +12 -0
  1757. package/src/svg/Share/icon-fill.svg +1 -0
  1758. package/src/svg/Share/icon.svg +1 -0
  1759. package/src/svg/Share/index.ts +12 -0
  1760. package/src/svg/Signature/icon-fill.svg +1 -0
  1761. package/src/svg/Signature/icon.svg +1 -0
  1762. package/src/svg/Signature/index.ts +12 -0
  1763. package/src/svg/Skip/icon-fill.svg +1 -0
  1764. package/src/svg/Skip/icon.svg +1 -0
  1765. package/src/svg/Skip/index.ts +12 -0
  1766. package/src/svg/Solar/icon-fill.svg +1 -0
  1767. package/src/svg/Solar/icon.svg +1 -0
  1768. package/src/svg/Solar/index.ts +12 -0
  1769. package/src/svg/Sort/icon-fill.svg +1 -0
  1770. package/src/svg/Sort/icon.svg +1 -0
  1771. package/src/svg/Sort/index.ts +12 -0
  1772. package/src/svg/Stack/icon-fill.svg +1 -0
  1773. package/src/svg/Stack/icon.svg +1 -0
  1774. package/src/svg/Stack/index.ts +12 -0
  1775. package/src/svg/Star/icon-fill.svg +1 -0
  1776. package/src/svg/Star/icon.svg +1 -0
  1777. package/src/svg/Star/index.ts +12 -0
  1778. package/src/svg/StepOver/icon-fill.svg +1 -0
  1779. package/src/svg/StepOver/icon.svg +1 -0
  1780. package/src/svg/StepOver/index.ts +12 -0
  1781. package/src/svg/Submission/icon-fill.svg +1 -0
  1782. package/src/svg/Submission/icon.svg +1 -0
  1783. package/src/svg/Submission/index.ts +12 -0
  1784. package/src/svg/SuccessConfirmation/icon-fill.svg +1 -0
  1785. package/src/svg/SuccessConfirmation/icon.svg +1 -0
  1786. package/src/svg/SuccessConfirmation/index.ts +12 -0
  1787. package/src/svg/Summary/icon-fill.svg +1 -0
  1788. package/src/svg/Summary/icon.svg +1 -0
  1789. package/src/svg/Summary/index.ts +12 -0
  1790. package/src/svg/Sun/icon-fill.svg +1 -0
  1791. package/src/svg/Sun/icon.svg +1 -0
  1792. package/src/svg/Sun/index.ts +12 -0
  1793. package/src/svg/Table/icon-fill.svg +1 -0
  1794. package/src/svg/Table/icon.svg +1 -0
  1795. package/src/svg/Table/index.ts +12 -0
  1796. package/src/svg/Tax/icon-fill.svg +1 -0
  1797. package/src/svg/Tax/icon.svg +1 -0
  1798. package/src/svg/Tax/index.ts +12 -0
  1799. package/src/svg/Templates/icon-fill.svg +1 -0
  1800. package/src/svg/Templates/icon.svg +1 -0
  1801. package/src/svg/Templates/index.ts +12 -0
  1802. package/src/svg/TextField/icon-fill.svg +1 -0
  1803. package/src/svg/TextField/icon.svg +1 -0
  1804. package/src/svg/TextField/index.ts +12 -0
  1805. package/src/svg/TextFields/icon-fill.svg +1 -0
  1806. package/src/svg/TextFields/icon.svg +1 -0
  1807. package/src/svg/TextFields/index.ts +12 -0
  1808. package/src/svg/ThumbDown/icon-fill.svg +1 -0
  1809. package/src/svg/ThumbDown/icon.svg +1 -0
  1810. package/src/svg/ThumbDown/index.ts +12 -0
  1811. package/src/svg/ThumbUp/icon-fill.svg +1 -0
  1812. package/src/svg/ThumbUp/icon.svg +1 -0
  1813. package/src/svg/ThumbUp/index.ts +12 -0
  1814. package/src/svg/TwoColumns/icon-fill.svg +7 -0
  1815. package/src/svg/TwoColumns/icon.svg +7 -0
  1816. package/src/svg/TwoColumns/index.ts +12 -0
  1817. package/src/svg/Upload/icon-fill.svg +1 -0
  1818. package/src/svg/Upload/icon.svg +1 -0
  1819. package/src/svg/Upload/index.ts +12 -0
  1820. package/src/svg/Visibility/icon-fill.svg +1 -0
  1821. package/src/svg/Visibility/icon.svg +1 -0
  1822. package/src/svg/Visibility/index.ts +12 -0
  1823. package/src/svg/VisibilityOff/icon-fill.svg +1 -0
  1824. package/src/svg/VisibilityOff/icon.svg +1 -0
  1825. package/src/svg/VisibilityOff/index.ts +12 -0
  1826. package/src/svg/Warning/icon-fill.svg +1 -0
  1827. package/src/svg/Warning/icon.svg +1 -0
  1828. package/src/svg/Warning/index.ts +12 -0
  1829. package/src/svg/Webhook/icon-fill.svg +1 -0
  1830. package/src/svg/Webhook/icon.svg +1 -0
  1831. package/src/svg/Webhook/index.ts +12 -0
  1832. package/src/svg/Workflow/icon-fill.svg +1 -0
  1833. package/src/svg/Workflow/icon.svg +1 -0
  1834. package/src/svg/Workflow/index.ts +12 -0
  1835. package/src/svg/index.ts +133 -0
  1836. package/src/svg/svgIcon.ts +309 -0
  1837. package/src/svg-module.d.ts +6 -0
  1838. package/src/types.ts +19 -0
  1839. package/svg/Pending/icon-fill.svg +1 -0
  1840. package/svg/Pending/icon.svg +1 -0
  1841. package/svg/Pending/index.d.ts +3 -0
  1842. package/svg/Pending/index.js +2 -0
  1843. package/svg/Pending/index.js.map +1 -0
  1844. package/svg/StepOver/icon-fill.svg +1 -0
  1845. package/svg/StepOver/icon.svg +1 -0
  1846. package/svg/StepOver/index.d.ts +3 -0
  1847. package/svg/StepOver/index.js +2 -0
  1848. package/svg/StepOver/index.js.map +1 -0
  1849. package/svg/index.d.ts +2 -0
  1850. package/svg/index.js +1 -1
  1851. package/svg/index.js.map +1 -1
  1852. package/svg/svgIcon.d.ts +2 -0
  1853. package/svg/svgIcon.js +1 -1
  1854. package/svg/svgIcon.js.map +1 -1
  1855. package/tsconfig.json +34 -0
  1856. package/webpack.config-cjs.js +64 -0
  1857. package/webpack.config.js +30 -0
  1858. package/yarn-error.log +10867 -0
  1859. package/yarn.lock +10912 -0
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const PreviousProviderSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default PreviousProviderSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M572.566-83.434Q548.913-59.782 515.5-59.782q-33.413 0-57.066-23.652l-375-375q-12.826-12.826-17.74-27.218-4.912-14.391-4.912-30.348v-304q0-33.913 22.652-56.849 22.653-22.935 56.566-22.935h304q15.957 0 31.348 5.196 15.392 5.196 28.218 18.022l373 372.435q24.652 24.652 24.652 58.348t-24.652 58.349l-304 304ZM245-664q21 0 36.5-15.5T297-716q0-21-15.5-36.5T245-768q-21 0-36.5 15.5T193-716q0 21 15.5 36.5T245-664Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M572.566-83.434Q548.913-59.782 515.5-59.782q-33.413 0-57.066-23.652l-375-375q-12.826-12.826-17.74-27.218-4.912-14.391-4.912-30.348v-304q0-33.913 22.652-56.849 22.653-22.935 56.566-22.935h304q15.957 0 31.348 5.196 15.392 5.196 28.218 18.022l373 372.435q24.652 24.652 24.652 58.348t-24.652 58.349l-304 304ZM518.565-138l304-304L444-820H140v304l378.565 378ZM245-664q21 0 36.5-15.5T297-716q0-21-15.5-36.5T245-768q-21 0-36.5 15.5T193-716q0 21 15.5 36.5T245-664ZM140-820Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const PriceSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default PriceSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m173.782-93.999-7.131-52.391q-5.174-2.87-10.608-5.87-5.435-3-14.392-8.695L92.26-140.26l-40.957-71.348 42.391-31.261v-29L51.303-304.13l40.957-71.348 49.391 20.696q15-10 18-11.5l7-3.5 7.131-51.957h81.348l7.13 52.957q2.305 1.434-.413-.457t-3.675-2.152q-.956-.261 4.37 2.652 5.326 2.913 24.718 13.957l49.392-20.696 40.957 71.348-41.827 31.261q1.435 8.565.718 19.565-.718 11-3.718 14.435 1.435 1.435 2.718 1.435 1.282 0 3.282.869L595.609-369.26l-39.696 72.391 3.957 3.392-192.392 98.695-30.826 54.522-49.392-20.695q-15.565 9-18.565 11-3 2-6.435 4l-7.13 51.956h-81.348Zm40.391-234.131q-28.565 0-49.413 20.848-20.848 20.848-20.848 49.413 0 29.131 20.848 49.979 20.848 20.847 49.413 20.847 29.131 0 49.978-20.847 20.848-20.848 20.848-49.979 0-28.565-20.848-49.413-20.847-20.848-49.978-20.848Zm182.609-250.696-6.13-51.392q-5.435-3.434-10.87-6.652-5.434-3.217-10.869-7.217l-2 1v279.565l-21.435-37.869-29.348 12.826v-246.218l-40.826-61.087 40.826-31.826v-29l-41.826-31.696 40.956-71.348 49.392 20.695q16.696-11.13 19.413-12.63 2.717-1.5 5.587-2.37l7.13-51.956h81.348l7.131 52.391q4.609 2.87 10.326 5.87 5.717 3 14.674 8.695l49.391-20.695 40.957 71.348-42.391 31.261v28.435l42.391 32.826-40.957 70.783-49.391-20.131q-15 9-18 10.718-3 1.717-7 4.282l-7.131 51.392h-81.348Zm40.957-234.131q-29.13 0-49.978 20.848-20.848 20.847-20.848 49.413 0 29.13 20.848 49.978 20.848 20.848 49.978 20.848 28.565 0 49.413-20.848Q508-713.566 508-742.696q0-28.566-20.848-49.413-20.848-20.848-49.413-20.848ZM704.87-93.999l-6.565-52.391q-5.174-2.87-10.609-5.87-5.434-3-14.391-8.695l-49.392 20.695-41.522-71.348 41.827-31.261v-29l-41.827-31.261 41.522-72.348 49.392 20.696q6-6 11.413-9.283 5.413-3.283 5.891-3.587l3-12-239.522-178.391h41.696l4.13-29.218 222.783 165.522h64.088l6.565 52.957q2.869 1.434-.131-.457t-3.674-2.152q-.674-.261 4.369 2.652 5.044 2.913 24.436 13.957l49.391-20.131 40.957 70.783-41.826 31.261v29l41.826 32.261-40.957 71.348-49.391-20.695q-15 9-18 11t-7 4l-6.565 51.956H704.87Zm40.957-234.131q-29.131 0-49.978 20.848-20.848 20.848-20.848 49.413 0 29.131 20.848 49.979 20.847 20.847 49.978 20.847 28.565 0 49.413-20.847 20.848-20.848 20.848-49.979 0-28.565-20.848-49.413-20.848-20.848-49.413-20.848Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m173.782-93.999-7.131-52.391q-5.174-2.87-10.608-5.87-5.435-3-14.392-8.695L92.26-140.26l-40.957-71.348 42.391-31.261v-29L51.303-304.13l40.957-71.348 49.391 20.696q15-10 18-11.5l7-3.5 7.131-51.957h81.348l7.13 52.957q2.305 1.434-.413-.457t-3.675-2.152q-.956-.261 4.37 2.652 5.326 2.913 24.718 13.957l49.392-20.696 40.957 71.348-41.827 31.261q1.435 8.565.718 19.565-.718 11-3.718 14.435 1.435 1.435 2.718 1.435 1.282 0 3.282.869L595.609-369.26l-39.696 72.391 3.957 3.392-192.392 98.695-30.826 54.522-49.392-20.695q-15.565 9-18.565 11-3 2-6.435 4l-7.13 51.956h-81.348Zm40.391-234.131q-28.565 0-49.413 20.848-20.848 20.848-20.848 49.413 0 29.131 20.848 49.979 20.848 20.847 49.413 20.847 29.131 0 49.978-20.847 20.848-20.848 20.848-49.979 0-28.565-20.848-49.413-20.847-20.848-49.978-20.848Zm182.609-250.696-6.13-51.392q-5.435-3.434-10.87-6.652-5.434-3.217-10.869-7.217l-2 1v279.565l-21.435-37.869-29.348 12.826v-246.218l-40.826-61.087 40.826-31.826v-29l-41.826-31.696 40.956-71.348 49.392 20.695q16.696-11.13 19.413-12.63 2.717-1.5 5.587-2.37l7.13-51.956h81.348l7.131 52.391q4.609 2.87 10.326 5.87 5.717 3 14.674 8.695l49.391-20.695 40.957 71.348-42.391 31.261v28.435l42.391 32.826-40.957 70.783-49.391-20.131q-15 9-18 10.718-3 1.717-7 4.282l-7.131 51.392h-81.348Zm40.957-234.131q-29.13 0-49.978 20.848-20.848 20.847-20.848 49.413 0 29.13 20.848 49.978 20.848 20.848 49.978 20.848 28.565 0 49.413-20.848Q508-713.566 508-742.696q0-28.566-20.848-49.413-20.848-20.848-49.413-20.848ZM704.87-93.999l-6.565-52.391q-5.174-2.87-10.609-5.87-5.434-3-14.391-8.695l-49.392 20.695-41.522-71.348 41.827-31.261v-29l-41.827-31.261 41.522-72.348 49.392 20.696q6-6 11.413-9.283 5.413-3.283 5.891-3.587l3-12-239.522-178.391h41.696l4.13-29.218 222.783 165.522h64.088l6.565 52.957q2.869 1.434-.131-.457t-3.674-2.152q-.674-.261 4.369 2.652 5.044 2.913 24.436 13.957l49.391-20.131 40.957 70.783-41.826 31.261v29l41.826 32.261-40.957 71.348-49.391-20.695q-15 9-18 11t-7 4l-6.565 51.956H704.87Zm40.957-234.131q-29.131 0-49.978 20.848-20.848 20.848-20.848 49.413 0 29.131 20.848 49.979 20.847 20.847 49.978 20.847 28.565 0 49.413-20.847 20.848-20.848 20.848-49.979 0-28.565-20.848-49.413-20.848-20.848-49.413-20.848Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const PriceMappingSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default PriceMappingSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M358.565-625h242.87L500.391-846.218h-40.782L358.565-625ZM455-139.826V-575H91.956L455-139.826Zm50 0L868.044-575H505v435.174ZM659.13-625h215.218l-87.739-178.043q-10.261-20.087-29.565-31.631-19.305-11.544-42.523-11.544H556.957L659.13-625Zm-573.478 0h215.783l101.608-221.218H245.479q-23.218 0-42.523 11.544-19.304 11.544-29 31.631L85.652-625Z"/></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-155.13q-16.957 0-33.196-6.696-16.239-6.696-28.066-21.087L106.13-559.26q-9.26-10.827-14.174-23.435-4.913-12.609-4.913-27.001 0-9.261 2.566-18.022 2.565-8.761 6.695-18.022l77.652-157.303q9.696-20.087 29-31.631 19.305-11.544 42.523-11.544h469.042q23.218 0 42.523 11.544 19.304 11.544 29.565 31.631l77.087 157.303q4.13 9.261 6.695 18.022 2.566 8.761 2.566 18.022 0 14.392-4.913 27.001-4.914 12.608-13.609 23.435L541.262-182.913q-11.827 14.391-28.066 21.087-16.239 6.696-33.196 6.696ZM367.435-630h225.13l-72.174-143.782h-80.782L367.435-630ZM450-259.174V-570H191.479L450-259.174Zm60 0L768.521-570H510v310.826ZM660.13-630h127.522l-71.609-143.782H587.957L660.13-630Zm-487.782 0h128.087l71.608-143.782H243.957L172.348-630Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const PrimarySVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default PrimarySVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M180-120q-24.75 0-42.375-17.625T120-180v-529q0-9.882 3-19.059 3-9.176 9-16.941l52-71q8-11 20.941-17.5Q217.882-840 232-840h495q14.118 0 27.059 6.5T775-816l53 71q6 7.765 9 16.941 3 9.177 3 19.059v529q0 24.75-17.625 42.375T780-120H180Zm17-614h565l-36.409-46H233l-36 46Zm443 60H320v293q0 17.5 14 26.25t29 .75l117-58 117 58q15 8 29-.75T640-381v-293Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M180-674v494h600v-494H640v293q0 17.5-14 26.25t-29 .75l-117-58-117 58q-15 8-29-.75T320-381v-293H180Zm0 554q-24.75 0-42.375-17.625T120-180v-529q0-9.882 3-19.059 3-9.176 9-16.941l52-71q8-11 20.941-17.5Q217.882-840 232-840h495q14.118 0 27.059 6.5T775-816l53 71q6 7.765 9 16.941 3 9.177 3 19.059v529q0 24.75-17.625 42.375T780-120H180Zm17-614h565l-36.409-46H233l-36 46Zm183 60v245l100-50 100 50v-245H380Zm-200 0h600-600Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const ProductSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default ProductSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M586.217-657.593q0-43.898-28.535-70.283-28.536-26.385-74.87-26.385-29.401 0-53.479 12.335-24.079 12.335-41.593 35.882-16.653 19.957-40.843 24.239-24.19 4.283-43.376-8.108-21.826-13.261-24.978-34.765-3.152-21.503 12.805-44.193 32.839-46.268 82.148-70.569 49.31-24.3 109.461-24.3 98.522 0 158.631 56.073 60.108 56.074 60.108 146.493 0 48.261-23.391 94.044-23.392 45.782-72.218 95.304-27.391 27.087-39.825 46.11-12.435 19.023-18.131 42.194-8.087 23.261-25.696 37.261-17.609 14-37.841 14-23.189 0-40.218-15.478-17.028-15.479-17.028-36.719 0-37.307 19.978-73.381 19.978-36.075 58.471-67.471 42.551-35.43 61.485-66.864 18.935-31.435 18.935-65.419ZM482.748-64.173q-34.444 0-58.618-24.263-24.174-24.262-24.174-58.541 0-34.279 24.218-58.456 24.217-24.176 58.826-24.176t58.783 24.265q24.174 24.265 24.174 58.544 0 34.279-24.382 58.453-24.383 24.174-58.827 24.174Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M586.217-657.593q0-43.898-28.535-70.283-28.536-26.385-74.87-26.385-29.401 0-53.479 12.335-24.079 12.335-41.593 35.882-16.653 19.957-40.843 24.239-24.19 4.283-43.376-8.108-21.826-13.261-24.978-34.765-3.152-21.503 12.805-44.193 32.839-46.268 82.148-70.569 49.31-24.3 109.461-24.3 98.522 0 158.631 56.073 60.108 56.074 60.108 146.493 0 48.261-23.391 94.044-23.392 45.782-72.218 95.304-27.391 27.087-39.825 46.11-12.435 19.023-18.131 42.194-8.087 23.261-25.696 37.261-17.609 14-37.841 14-23.189 0-40.218-15.478-17.028-15.479-17.028-36.719 0-37.307 19.978-73.381 19.978-36.075 58.471-67.471 42.551-35.43 61.485-66.864 18.935-31.435 18.935-65.419ZM482.748-64.173q-34.444 0-58.618-24.263-24.174-24.262-24.174-58.541 0-34.279 24.218-58.456 24.217-24.176 58.826-24.176t58.783 24.265q24.174 24.265 24.174 58.544 0 34.279-24.382 58.453-24.383 24.174-58.827 24.174Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const QuestionMarkSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default QuestionMarkSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.078 228.131q-85.469 0-161.006-32.395-75.536-32.395-131.975-88.833-56.438-56.439-88.833-131.897-32.395-75.459-32.395-160.928 0-86.469 32.395-162.006 32.395-75.536 88.745-131.504 56.349-55.968 131.849-88.616 75.5-32.648 161.017-32.648 86.516 0 162.12 32.604 75.603 32.604 131.529 88.497t88.549 131.452Q894.696-566.584 894.696-480q0 85.547-32.648 161.075-32.648 75.527-88.616 131.896-55.968 56.37-131.426 88.765-75.459 32.395-161.928 32.395Z"/></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-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.078 228.131q-85.469 0-161.006-32.395-75.536-32.395-131.975-88.833-56.438-56.439-88.833-131.897-32.395-75.459-32.395-160.928 0-86.469 32.395-162.006 32.395-75.536 88.745-131.504 56.349-55.968 131.849-88.616 75.5-32.648 161.017-32.648 86.516 0 162.12 32.604 75.603 32.604 131.529 88.497t88.549 131.452Q894.696-566.584 894.696-480q0 85.547-32.648 161.075-32.648 75.527-88.616 131.896-55.968 56.37-131.426 88.765-75.459 32.395-161.928 32.395ZM480-145.087q139.739 0 237.326-97.732Q814.913-340.551 814.913-480q0-139.739-97.587-237.326-97.587-97.587-237.609-97.587-139.021 0-236.826 97.587-97.804 97.587-97.804 237.609 0 139.021 97.732 236.826Q340.551-145.087 480-145.087ZM480-480Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const RadioButtonSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default RadioButtonSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M480-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.078 228.131q-85.469 0-161.006-32.395-75.536-32.395-131.975-88.833-56.438-56.439-88.833-131.897-32.395-75.459-32.395-160.928 0-86.469 32.395-162.006 32.395-75.536 88.745-131.504 56.349-55.968 131.849-88.616 75.5-32.648 161.017-32.648 86.516 0 162.12 32.604 75.603 32.604 131.529 88.497t88.549 131.452Q894.696-566.584 894.696-480q0 85.547-32.648 161.075-32.648 75.527-88.616 131.896-55.968 56.37-131.426 88.765-75.459 32.395-161.928 32.395Z"/></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-294q78 0 132-54t54-132q0-78-54-132t-132-54q-78 0-132 54t-54 132q0 78 54 132t132 54Zm.078 228.131q-85.469 0-161.006-32.395-75.536-32.395-131.975-88.833-56.438-56.439-88.833-131.897-32.395-75.459-32.395-160.928 0-86.469 32.395-162.006 32.395-75.536 88.745-131.504 56.349-55.968 131.849-88.616 75.5-32.648 161.017-32.648 86.516 0 162.12 32.604 75.603 32.604 131.529 88.497t88.549 131.452Q894.696-566.584 894.696-480q0 85.547-32.648 161.075-32.648 75.527-88.616 131.896-55.968 56.37-131.426 88.765-75.459 32.395-161.928 32.395ZM480-145.087q139.739 0 237.326-97.732Q814.913-340.551 814.913-480q0-139.739-97.587-237.326-97.587-97.587-237.609-97.587-139.021 0-236.826 97.587-97.804 97.587-97.804 237.609 0 139.021 97.732 236.826Q340.551-145.087 480-145.087ZM480-480Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const RadioButtonCheckedSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default RadioButtonCheckedSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M478.304-145.869q-138.652 0-236.392-97.739-97.739-97.74-97.739-236.392t97.739-236.674q97.74-98.022 236.392-98.022 88.392 0 155.501 35.63 67.108 35.631 115.804 99.022v-101.261q0-14.356 9.235-23.874 9.235-9.517 24.157-9.517 14.356 0 23.874 9.517 9.517 9.518 9.517 23.874v201.914q0 16.956-11.609 28.282-11.609 11.327-28.565 11.327H573.739q-14.116 0-23.471-9.518-9.355-9.517-9.355-23.874 0-14.116 9.517-23.471Q559.948-606 574.304-606h132.348q-38.565-57.739-95.353-93.326-56.787-35.587-132.995-35.587-106.739 0-180.826 74.087Q223.391-586.739 223.391-480q0 106.739 74.087 180.826 74.087 74.087 180.826 74.087 70.478 0 132.087-36.109 61.608-36.108 94.174-98.021 8.177-13.917 23.458-20.219 15.281-6.303 30.092.393 15.537 6.13 21.233 20.456 5.696 14.327-1 28.588-41.826 84.565-122.587 134.348Q575-145.869 478.304-145.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="M478.304-145.869q-138.652 0-236.392-97.739-97.739-97.74-97.739-236.392t97.739-236.674q97.74-98.022 236.392-98.022 88.392 0 155.501 35.63 67.108 35.631 115.804 99.022v-101.261q0-14.356 9.235-23.874 9.235-9.517 24.157-9.517 14.356 0 23.874 9.517 9.517 9.518 9.517 23.874v201.914q0 16.956-11.609 28.282-11.609 11.327-28.565 11.327H573.739q-14.116 0-23.471-9.518-9.355-9.517-9.355-23.874 0-14.116 9.517-23.471Q559.948-606 574.304-606h132.348q-38.565-57.739-95.353-93.326-56.787-35.587-132.995-35.587-106.739 0-180.826 74.087Q223.391-586.739 223.391-480q0 106.739 74.087 180.826 74.087 74.087 180.826 74.087 70.478 0 132.087-36.109 61.608-36.108 94.174-98.021 8.177-13.917 23.458-20.219 15.281-6.303 30.092.393 15.537 6.13 21.233 20.456 5.696 14.327-1 28.588-41.826 84.565-122.587 134.348Q575-145.869 478.304-145.869Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const RefreshSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default RefreshSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M766-106.999q-47.218 0-80.544-27.892-33.326-27.891-41.891-65.718H443q-67.865 0-112.128-44.345-44.263-44.345-44.263-112.326 0-67.416 44.263-111.764Q375.135-513.391 443-513.391h77q39.135 0 64.372-25.273 25.237-25.272 25.237-64.456 0-39.184-25.237-64.336-25.237-25.153-64.372-25.153H317.001q-10.131 37.827-42.957 65.718-32.826 27.892-80.044 27.892-53.04 0-90.02-36.99T67-726.033q0-53.054 36.98-90.011 36.98-36.957 90.02-36.957 47.218 0 80.044 27.892 32.826 27.891 42.957 65.718H520q67.696 0 112.044 44.347Q676.391-670.696 676.391-603t-44.347 112.044Q587.696-446.609 520-446.609h-77q-39.304 0-64.456 25.155-25.153 25.155-25.153 64.174 0 39.584 25.153 64.736 25.152 25.153 64.456 25.153h200.565q9.565-37.827 42.391-65.718 32.826-27.892 80.044-27.892 53.04 0 90.02 36.99 36.981 36.99 36.981 90.044 0 53.054-36.981 90.011-36.98 36.957-90.02 36.957ZM194-672q23 0 38.5-15.5T248-726q0-23-15.5-38.5T194-780q-23 0-38.5 15.5T140-726q0 23 15.5 38.5T194-672Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M766-106.999q-47.218 0-80.544-27.892-33.326-27.891-41.891-65.718H443q-67.865 0-112.128-44.345-44.263-44.345-44.263-112.326 0-67.416 44.263-111.764Q375.135-513.391 443-513.391h77q39.135 0 64.372-25.273 25.237-25.272 25.237-64.456 0-39.184-25.237-64.336-25.237-25.153-64.372-25.153H317.001q-10.131 37.827-42.957 65.718-32.826 27.892-80.044 27.892-53.04 0-90.02-36.99T67-726.033q0-53.054 36.98-90.011 36.98-36.957 90.02-36.957 47.218 0 80.044 27.892 32.826 27.891 42.957 65.718H520q67.696 0 112.044 44.347Q676.391-670.696 676.391-603t-44.347 112.044Q587.696-446.609 520-446.609h-77q-39.304 0-64.456 25.155-25.153 25.155-25.153 64.174 0 39.584 25.153 64.736 25.152 25.153 64.456 25.153h200.565q9.565-37.827 42.391-65.718 32.826-27.892 80.044-27.892 53.04 0 90.02 36.99 36.981 36.99 36.981 90.044 0 53.054-36.981 90.011-36.98 36.957-90.02 36.957ZM194-672q23 0 38.5-15.5T248-726q0-23-15.5-38.5T194-780q-23 0-38.5 15.5T140-726q0 23 15.5 38.5T194-672Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const RelationsSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default RelationsSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m250.131-198.13 51.999 52q11.261 11.26 11.044 26.369-.217 15.109-10.971 26.513-10.857 11.403-26.421 11.76-15.565.358-26.826-10.903L133.652-207.695q-6.388-6.018-9.39-13.186-3.002-7.168-3.002-15.013t3.002-14.88q3.002-7.035 9.39-13.052L248.956-379.13q11.29-11.261 27.167-10.761 15.877.5 26.524 11.761 10.56 11.26 10.652 26.652.092 15.391-11.169 26.087l-51.999 52h449.304v-122.652q0-15.506 10.986-26.427t26.587-10.921q15.601 0 26.645 10.921 11.043 10.921 11.043 26.427v118.13q0 33.49-23.146 56.636-23.147 23.147-56.637 23.147H250.131Zm460.303-484.522H261.13V-560q0 15.506-11.1 26.427t-26.869 10.921q-15.77 0-26.531-10.921T185.869-560v-118.13q0-33.49 22.981-56.637 22.98-23.146 56.237-23.146h445.347l-51.999-52Q646.609-820.609 646.826-836q.217-15.391 11.318-26.772 11.236-11.381 26.72-11.761 15.484-.38 26.745 10.881l115.304 115.304q6.131 6.221 9.261 13.626 3.131 7.406 3.131 14.901 0 7.494-3.131 14.766-3.13 7.273-9.261 13.403L711.609-576.348q-11.893 11.261-27.433 10.784-15.54-.477-26.518-11.761-10.865-11.284-10.957-26.675-.092-15.391 11.734-26.652l51.999-52Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m250.131-198.13 51.999 52q11.261 11.26 11.044 26.369-.217 15.109-10.971 26.513-10.857 11.403-26.421 11.76-15.565.358-26.826-10.903L133.652-207.695q-6.388-6.018-9.39-13.186-3.002-7.168-3.002-15.013t3.002-14.88q3.002-7.035 9.39-13.052L248.956-379.13q11.29-11.261 27.167-10.761 15.877.5 26.524 11.761 10.56 11.26 10.652 26.652.092 15.391-11.169 26.087l-51.999 52h449.304v-122.652q0-15.506 10.986-26.427t26.587-10.921q15.601 0 26.645 10.921 11.043 10.921 11.043 26.427v118.13q0 33.49-23.146 56.636-23.147 23.147-56.637 23.147H250.131Zm460.303-484.522H261.13V-560q0 15.506-11.1 26.427t-26.869 10.921q-15.77 0-26.531-10.921T185.869-560v-118.13q0-33.49 22.981-56.637 22.98-23.146 56.237-23.146h445.347l-51.999-52Q646.609-820.609 646.826-836q.217-15.391 11.318-26.772 11.236-11.381 26.72-11.761 15.484-.38 26.745 10.881l115.304 115.304q6.131 6.221 9.261 13.626 3.131 7.406 3.131 14.901 0 7.494-3.131 14.766-3.13 7.273-9.261 13.403L711.609-576.348q-11.893 11.261-27.433 10.784-15.54-.477-26.518-11.761-10.865-11.284-10.957-26.675-.092-15.391 11.734-26.652l51.999-52Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const RepeatSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default RepeatSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m258.045-484.391 125.607 125.608q11.261 11.826 11.044 27.783-.217 15.957-11.478 27.783-11.827 11.826-28.566 11.826-16.739 0-28-11.826l-193-192.435Q121.826-507.478 121.826-524t11.826-28.348l194-193.435q11.826-11.826 28.283-11.826 16.456 0 28.283 11.826 11.261 11.826 11.261 28.283t-11.261 27.718L258.045-563.609h388.477q88.957 0 148.566 59.609 59.608 59.609 59.608 148v130.522q0 16.957-11.608 28.283-11.609 11.326-28.566 11.326t-28.283-11.326q-11.326-11.326-11.326-28.283V-356q0-56.609-35.891-92.5-35.892-35.891-92.5-35.891H258.045Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m258.045-484.391 125.607 125.608q11.261 11.826 11.044 27.783-.217 15.957-11.478 27.783-11.827 11.826-28.566 11.826-16.739 0-28-11.826l-193-192.435Q121.826-507.478 121.826-524t11.826-28.348l194-193.435q11.826-11.826 28.283-11.826 16.456 0 28.283 11.826 11.261 11.826 11.261 28.283t-11.261 27.718L258.045-563.609h388.477q88.957 0 148.566 59.609 59.608 59.609 59.608 148v130.522q0 16.957-11.608 28.283-11.609 11.326-28.566 11.326t-28.283-11.326q-11.326-11.326-11.326-28.283V-356q0-56.609-35.891-92.5-35.892-35.891-92.5-35.891H258.045Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const ReplySVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default ReplySVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M702.913-339.087h-101q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325t21.375 8.5h121.391q16.706 0 28.158-11.451 11.451-11.452 11.451-28.158v-124.391q0-12.75-8.676-21.375-8.675-8.625-21.5-8.625-12.824 0-21.324 8.625-8.5 8.625-8.5 21.375v104ZM258.087-620.913h101q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325t-21.375-8.5H237.696q-16.706 0-28.158 11.451-11.451 11.452-11.451 28.158v124.391q0 12.75 8.676 21.375 8.675 8.625 21.5 8.625 12.824 0 21.324-8.625 8.5-8.625 8.5-21.375v-104Zm-113 475.044q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-509.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H145.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="M702.913-339.087h-101q-12.75 0-21.375 8.675-8.625 8.676-8.625 21.5 0 12.825 8.625 21.325t21.375 8.5h121.391q16.706 0 28.158-11.451 11.451-11.452 11.451-28.158v-124.391q0-12.75-8.676-21.375-8.675-8.625-21.5-8.625-12.824 0-21.324 8.625-8.5 8.625-8.5 21.375v104ZM258.087-620.913h101q12.75 0 21.375-8.675 8.625-8.676 8.625-21.5 0-12.825-8.625-21.325t-21.375-8.5H237.696q-16.706 0-28.158 11.451-11.451 11.452-11.451 28.158v124.391q0 12.75 8.676 21.375 8.675 8.625 21.5 8.625 12.824 0 21.324-8.625 8.5-8.625 8.5-21.375v-104Zm-113 475.044q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-509.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h669.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v509.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H145.087Zm0-79.218h669.826v-509.826H145.087v509.826Zm0 0v-509.826 509.826Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const ResizeSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default ResizeSVG;
@@ -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-33.257 0-56.237-22.981-22.981-22.98-22.981-56.237V-715q0-12.629 4.348-23.904 4.348-11.276 13.043-20.705l57-73.435q8.153-10.826 19.481-16.239 11.328-5.413 24.259-5.413h513q12.931 0 24.259 5.695 11.328 5.696 20.046 15.957l57 73.435q6.696 9.996 11.544 20.919 4.847 10.923 4.847 23.69v529.913q0 33.257-23.146 56.237-23.147 22.981-56.637 22.981H185.087ZM198-729.913h564l-36.34-45H234l-36 45ZM637.739-427l-70 70q-8.565 8.348-8.565 20.174 0 11.826 8.282 19.826 8.283 8 19.826 8 11.544 0 20.457-8l81.652-81.652q11.826-12.237 11.826-28.554 0-16.316-11.826-28.142L607.739-537q-8.913-8-20.53-8t-19.47 8q-8.565 8-8.565 19.826T567.739-497l70 70Zm-314.913 4 70-70q8-8.348 8-20.174 0-11.826-8-19.826-8.565-8-20.182-8-11.617 0-19.818 8l-82.217 81.652q-11.826 12.237-11.826 28.554 0 16.316 11.826 28.142L352.826-313q8.201 8 19.818 8t20.182-8q8-8 8-19.826t-8-20.174l-70-70Z"/></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-33.257 0-56.237-22.981-22.981-22.98-22.981-56.237V-715q0-12.629 4.348-23.904 4.348-11.276 13.043-20.705l57-73.435q8.153-10.826 19.481-16.239 11.328-5.413 24.259-5.413h513q12.931 0 24.259 5.695 11.328 5.696 20.046 15.957l57 73.435q6.696 9.996 11.544 20.919 4.847 10.923 4.847 23.69v529.913q0 33.257-23.146 56.237-23.147 22.981-56.637 22.981H185.087ZM198-729.913h565l-36.409-45H234l-36 45Zm-12.913 544.826h589.826v-484.826H185.087v484.826ZM637.739-427l-70 70q-8.565 8.348-8.565 20.174 0 11.826 8.282 19.826 8.283 8 19.826 8 11.544 0 20.457-8l81.652-81.652q11.826-12.237 11.826-28.554 0-16.316-11.826-28.142L607.739-537q-8.913-8-20.53-8t-19.47 8q-8.565 8-8.565 19.826T567.739-497l70 70Zm-314.913 4 70-70q8-8.348 8-20.174 0-11.826-8-19.826-8.565-8-20.182-8-11.617 0-19.818 8l-82.217 81.652q-11.826 12.237-11.826 28.554 0 16.316 11.826 28.142L352.826-313q8.201 8 19.818 8t20.182-8q8-8 8-19.826t-8-20.174l-70-70ZM185.087-185.087v-484.826 484.826Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const SDKSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default SDKSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M374.609-319.391q-112.119 0-189.864-77.826Q106.999-475.043 106.999-585t77.827-187.783q77.826-77.826 188.283-77.826 110.456 0 187.782 77.826 77.327 77.826 77.327 187.933 0 43.98-13.152 83.133-13.153 39.152-39.457 73.587l238.609 236.608q11.826 11.947 11.826 28.843 0 16.897-11.826 28.723-12.128 12.391-29.156 12.391t-28.41-12.391L529.043-370.999q-29.434 24.26-69.111 37.934-39.676 13.674-85.323 13.674Zm-.801-79.218q77.659 0 131.425-54.533Q558.999-507.674 558.999-585q0-77.326-53.849-131.858-53.849-54.533-131.342-54.533-78.326 0-132.958 54.533Q186.218-662.326 186.218-585q0 77.326 54.549 131.858 54.549 54.533 133.041 54.533Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M374.609-319.391q-112.119 0-189.864-77.826Q106.999-475.043 106.999-585t77.827-187.783q77.826-77.826 188.283-77.826 110.456 0 187.782 77.826 77.327 77.826 77.327 187.933 0 43.98-13.152 83.133-13.153 39.152-39.457 73.587l238.609 236.608q11.826 11.947 11.826 28.843 0 16.897-11.826 28.723-12.128 12.391-29.156 12.391t-28.41-12.391L529.043-370.999q-29.434 24.26-69.111 37.934-39.676 13.674-85.323 13.674Zm-.801-79.218q77.659 0 131.425-54.533Q558.999-507.674 558.999-585q0-77.326-53.849-131.858-53.849-54.533-131.342-54.533-78.326 0-132.958 54.533Q186.218-662.326 186.218-585q0 77.326 54.549 131.858 54.549 54.533 133.041 54.533Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const SearchSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default SearchSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M413.087-65.869q-16.173 0-28.679-9.92-12.506-9.921-14.409-26.037l-15-94.565q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-85.434 40q-15.626 6.565-31.818 1.849-16.191-4.717-24.965-20.11L81.173-330.565q-9.13-14.131-5.348-30.109 3.783-15.978 17.479-26.109l79.434-59q-1.434-7.325-1.934-17.108-.5-9.784-.5-17.109 0-7.325.5-17.109.5-9.783 1.934-17.108l-79.434-58.435q-14.261-10.13-17.761-26.109-3.5-15.978 5.63-30.674L147.3-748.239q8.352-14.023 24.33-19.37 15.979-5.348 31.674 1.217l87.131 40q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15-95.319q2-17.072 14.478-27.203 12.477-10.13 28.61-10.13h133.826q16.173 0 28.679 10.084 12.506 10.085 14.409 27.003l15 94.565q15.498 5.899 34.227 15.689 18.729 9.789 31.468 20.963l85.434-40q15.696-6.565 31.457-1.217 15.761 5.347 24.259 19.39l67.614 118.873q8.497 14.607 4.997 31.085-3.5 16.479-17.761 25.609l-80 56.435q1.435 8.304 2.218 18.108.782 9.805.782 18.126 0 8.321-.782 17.6-.783 9.279-2.218 17.6l80 57.435q14.261 9.13 17.761 25.609 3.5 16.478-4.992 30.942l-66.552 118.928q-8.774 14.828-24.683 19.827-15.908 4.999-31.534-1.566l-86.566-40q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15 94.565q-1.903 16.116-14.409 26.036-12.506 9.921-28.679 9.921H413.087ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38Z"/></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.087-65.869q-16.261 0-28.675-9.848-12.413-9.848-14.413-26.109l-15-94.565q-15.608-5.304-34.065-15.891-18.456-10.587-31.63-21.326l-85.434 40q-15.696 6.565-31.957 1.783-16.261-4.783-24.826-20.044L81.173-330.565q-9.13-14.131-5.348-30.109 3.783-15.978 17.479-26.109l79.434-59q-1.434-7.304-1.934-17.108-.5-9.805-.5-17.109 0-7.304.5-17.109.5-9.804 1.934-17.108l-79.434-58.435q-14.261-10.13-17.761-26.109-3.5-15.978 5.63-30.674l65.914-118.696q8.565-14.131 24.543-19.478 15.979-5.348 31.674 1.217l87.131 40q12.608-10.174 30.782-20.478 18.174-10.304 33.782-15.174l15-95.565q2-16.826 14.413-26.957 12.414-10.13 28.675-10.13h133.826q16.261 0 28.675 10.13 12.413 10.131 14.413 26.957l15 94.565q15.608 5.87 34.282 15.674 18.674 9.804 31.413 20.978l85.434-40q15.696-6.565 31.457-1.217 15.761 5.347 24.326 19.478l67.479 118.696q8.565 14.696 5.065 31.174-3.5 16.479-17.761 25.609l-80 56.435q1.435 8.304 2.218 18.108.782 9.805.782 18.109 0 8.304-.782 17.609-.783 9.304-2.218 17.608l80 57.435q14.261 9.13 17.761 25.609 3.5 16.478-5.065 31.174l-66.479 118.696q-8.565 14.696-24.543 19.761-15.979 5.065-31.674-1.5l-86.566-40q-13.173 10.739-30.847 21.543-17.674 10.805-34.282 15.674l-15 94.565q-2 16.261-14.413 26.11-12.414 9.847-28.675 9.847H413.087Zm27.435-79.218h78.391l14.565-111.435q33.565-8 63.913-25t54.348-42.696l106 46 34.913-64.652-92.87-67.869q4-17.565 6.783-34.631 2.783-17.065 2.783-34.63t-2.283-34.63q-2.283-17.066-7.283-34.631l93.435-67.869-35.478-64.652-105.435 46q-23-27.131-53.13-45.479-30.131-18.348-65.696-22.782l-14-110.87h-78.956l-13.435 110.87q-35.13 6.434-65.761 24.282-30.63 17.848-54.196 43.979l-104.869-46-35.478 64.652 92.304 67.304q-4 17.565-6.782 34.913-2.783 17.348-2.783 34.913 0 17.565 2.783 35.196 2.782 17.63 6.782 34.63l-92.304 67.304 35.478 64.652 104.869-46q24.566 25.131 55.196 42.696 30.631 17.565 64.761 25.565l13.435 110.87ZM478.87-350q54 0 92-38t38-92q0-54-38-92t-92-38q-54 0-92 38t-38 92q0 54 38 92t92 38ZM480-480Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const SettingsSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default SettingsSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M726.967-67q-52.554 0-89.761-37.326-37.207-37.327-37.207-89.787 0-6.861 1.5-17.082t4.5-19.066l-282.086-164.13q-16.695 18.696-40.587 30.044-23.891 11.348-49.073 11.348-53.022 0-90.138-37.24-37.116-37.24-37.116-89.794 0-52.554 37.116-89.761 37.116-37.207 90.138-37.207 25.182 0 48.073 9.848 22.892 9.848 41.587 28.544l282.086-162.13q-3-7.637-4.5-17.337t-1.5-18.142q0-52.322 37.24-89.552 37.24-37.231 89.794-37.231 52.554 0 89.761 37.24 37.207 37.24 37.207 89.794 0 52.554-37.116 89.761-37.116 37.207-90.138 37.207-25.536 0-48.793-7.765-23.258-7.765-39.302-26.496L356.001-518.261q2.565 8.565 3.782 19.926 1.218 11.361 1.218 18.576 0 7.216-1.218 15.553-1.217 8.336-3.782 17.467L638.652-287.74q16.044-15.731 37.979-24.496 21.934-8.765 50.116-8.765 53.022 0 90.138 37.24 37.116 37.24 37.116 89.794 0 52.554-37.24 89.761-37.24 37.207-89.794 37.207Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M726.967-67q-52.554 0-89.761-37.326-37.207-37.327-37.207-89.787 0-6.861 1.5-17.082t4.5-19.066l-282.086-164.13q-16.695 18.696-40.587 30.044-23.891 11.348-49.073 11.348-53.022 0-90.138-37.24-37.116-37.24-37.116-89.794 0-52.554 37.116-89.761 37.116-37.207 90.138-37.207 25.182 0 48.073 9.848 22.892 9.848 41.587 28.544l282.086-162.13q-3-7.637-4.5-17.337t-1.5-18.142q0-52.322 37.24-89.552 37.24-37.231 89.794-37.231 52.554 0 89.761 37.24 37.207 37.24 37.207 89.794 0 52.554-37.116 89.761-37.116 37.207-90.138 37.207-25.536 0-48.793-7.765-23.258-7.765-39.302-26.496L356.001-518.261q2.565 8.565 3.782 19.926 1.218 11.361 1.218 18.576 0 7.216-1.218 15.553-1.217 8.336-3.782 17.467L638.652-287.74q16.044-15.731 37.979-24.496 21.934-8.765 50.116-8.765 53.022 0 90.138 37.24 37.116 37.24 37.116 89.794 0 52.554-37.24 89.761-37.24 37.207-89.794 37.207Zm.068-645Q750-712 765.5-727.535q15.5-15.535 15.5-38.5T765.465-804.5q-15.535-15.5-38.5-15.5T688.5-804.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5Zm-493 286Q257-426 272.5-441.535q15.5-15.535 15.5-38.5T272.465-518.5q-15.535-15.5-38.5-15.5T195.5-518.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5Zm493 286Q750-140 765.5-155.535q15.5-15.535 15.5-38.5T765.465-232.5q-15.535-15.5-38.5-15.5T688.5-232.465q-15.5 15.535-15.5 38.5t15.535 38.465q15.535 15.5 38.5 15.5ZM727-766ZM234-480Zm493 286Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const ShareSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default ShareSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M550.522-481.653q79.913-58.565 125.021-124.009 45.109-65.445 45.109-129.33 0-38.443-13.698-61.443t-36.453-23q-51.959 0-90.034 78.591-38.076 78.591-38.076 184.365 0 20.362 1.783 39.029 1.783 18.666 6.348 35.797ZM144.13-301.043q-11.26 11.261-26.087 10.978-14.826-.283-26.087-11.544-11.26-11.261-11.26-26.369 0-15.109 11.26-26.37l37.913-37.348-37.913-37.913Q80.13-440.87 80.412-455.978q.283-15.109 11.544-26.37 11.261-11.261 26.37-11.261 15.109 0 26.37 11.261l37.347 37.913 37.913-37.913q11.261-11.261 26.37-11.261 15.109 0 26.37 11.261 11.261 11.261 11.261 26.37 0 15.108-11.261 26.369l-37.913 37.913 37.913 37.913q11.261 11.261 11.261 26.087t-11.261 26.087q-11.261 11.261-26.37 11.261-15.109 0-26.37-11.261l-37.913-37.347-37.913 37.913Zm485.175-3.13q-34.826 0-62.587-16.261-27.761-16.261-48.588-46.087-17.869 11-35.391 19.717-17.521 8.717-35.826 17.717-14.261 7.827-28.652 3.609-14.391-4.217-21.652-18.478-7.261-14.261-2.463-29.137 4.798-14.876 19.332-22.733 18.696-8.369 36.435-18.032 17.739-9.664 34.174-19.664-8.696-27.131-12.827-57.305-4.13-30.174-4.13-63.391 0-143.739 57.399-242.109 57.399-98.369 145.819-98.369 57.169 0 91.367 44.391 34.198 44.392 34.198 116.218 0 85.174-56.369 168.891-56.37 83.717-157.674 155.805 11.131 14.695 24.261 22.326 13.131 7.63 28.826 7.63 30 0 60.239-21.587 30.239-21.587 56.978-64.456 7.799-12.256 20.399-16.259 12.6-4.002 25.993 1.563 13.676 6.45 20.969 19.703 7.292 13.254 5.857 28.384-1.435 11.609-1.217 23.783.217 12.174 1.087 27.478 7.304-5 15.108-10.652 7.804-5.652 15.543-11.957 9.435-10.261 23.348-13.174 13.913-2.913 26.74 3.391 12.261 6.305 15.804 19.87 3.544 13.565-4.891 23.826-23.696 31.74-49.331 48.544-25.635 16.805-50.843 16.805-25.131 0-41.544-16.152-16.413-16.152-19.978-45.326-29 30.304-60.71 45.891t-65.203 15.587ZM144.348-105.869q-16.392 0-27.153-10.81-10.761-10.811-10.761-26.588 0-15.776 10.761-26.82 10.761-11.043 26.87-11.043t26.87 10.924q10.761 10.925 10.761 26.87t-10.797 26.706q-10.796 10.761-26.551 10.761Zm168.391 0q-16.391 0-27.152-10.81-10.761-10.811-10.761-26.588 0-15.776 10.761-26.82 10.761-11.043 26.869-11.043 16.109 0 26.87 10.924 10.761 10.925 10.761 26.87t-10.796 26.706q-10.796 10.761-26.552 10.761Zm167.826 0q-16.391 0-27.152-10.81-10.761-10.811-10.761-26.588 0-15.776 10.761-26.82 10.761-11.043 26.87-11.043 16.108 0 26.869 10.924 10.761 10.925 10.761 26.87t-10.796 26.706q-10.796 10.761-26.552 10.761Zm168.392 0q-16.392 0-27.153-10.81-10.761-10.811-10.761-26.588 0-15.776 10.761-26.82 10.761-11.043 26.87-11.043t26.87 10.924q10.761 10.925 10.761 26.87t-10.796 26.706q-10.797 10.761-26.552 10.761Zm167.945 0q-15.945 0-26.706-10.81-10.761-10.811-10.761-26.588 0-15.776 10.81-26.82 10.811-11.043 26.588-11.043 15.776 0 26.82 10.924 11.043 10.925 11.043 26.87t-10.924 26.706q-10.925 10.761-26.87 10.761Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M550.522-481.653q79.913-58.565 125.021-124.009 45.109-65.445 45.109-129.33 0-38.443-13.698-61.443t-36.453-23q-51.959 0-90.034 78.591-38.076 78.591-38.076 184.365 0 20.362 1.783 39.029 1.783 18.666 6.348 35.797ZM144.13-301.043q-11.26 11.261-26.087 10.978-14.826-.283-26.087-11.544-11.26-11.261-11.26-26.369 0-15.109 11.26-26.37l37.913-37.348-37.913-37.913Q80.13-440.87 80.412-455.978q.283-15.109 11.544-26.37 11.261-11.261 26.37-11.261 15.109 0 26.37 11.261l37.347 37.913 37.913-37.913q11.261-11.261 26.37-11.261 15.109 0 26.37 11.261 11.261 11.261 11.261 26.37 0 15.108-11.261 26.369l-37.913 37.913 37.913 37.913q11.261 11.261 11.261 26.087t-11.261 26.087q-11.261 11.261-26.37 11.261-15.109 0-26.37-11.261l-37.913-37.347-37.913 37.913Zm485.175-3.13q-34.826 0-62.587-16.261-27.761-16.261-48.588-46.087-17.869 11-35.391 19.717-17.521 8.717-35.826 17.717-14.261 7.827-28.652 3.609-14.391-4.217-21.652-18.478-7.261-14.261-2.463-29.137 4.798-14.876 19.332-22.733 18.696-8.369 36.435-18.032 17.739-9.664 34.174-19.664-8.696-27.131-12.827-57.305-4.13-30.174-4.13-63.391 0-143.739 57.399-242.109 57.399-98.369 145.819-98.369 57.169 0 91.367 44.391 34.198 44.392 34.198 116.218 0 85.174-56.369 168.891-56.37 83.717-157.674 155.805 11.131 14.695 24.261 22.326 13.131 7.63 28.826 7.63 30 0 60.239-21.587 30.239-21.587 56.978-64.456 7.799-12.256 20.399-16.259 12.6-4.002 25.993 1.563 13.676 6.45 20.969 19.703 7.292 13.254 5.857 28.384-1.435 11.609-1.217 23.783.217 12.174 1.087 27.478 7.304-5 15.108-10.652 7.804-5.652 15.543-11.957 9.435-10.261 23.348-13.174 13.913-2.913 26.74 3.391 12.261 6.305 15.804 19.87 3.544 13.565-4.891 23.826-23.696 31.74-49.331 48.544-25.635 16.805-50.843 16.805-25.131 0-41.544-16.152-16.413-16.152-19.978-45.326-29 30.304-60.71 45.891t-65.203 15.587ZM144.348-105.869q-16.392 0-27.153-10.81-10.761-10.811-10.761-26.588 0-15.776 10.761-26.82 10.761-11.043 26.87-11.043t26.87 10.924q10.761 10.925 10.761 26.87t-10.797 26.706q-10.796 10.761-26.551 10.761Zm168.391 0q-16.391 0-27.152-10.81-10.761-10.811-10.761-26.588 0-15.776 10.761-26.82 10.761-11.043 26.869-11.043 16.109 0 26.87 10.924 10.761 10.925 10.761 26.87t-10.796 26.706q-10.796 10.761-26.552 10.761Zm167.826 0q-16.391 0-27.152-10.81-10.761-10.811-10.761-26.588 0-15.776 10.761-26.82 10.761-11.043 26.87-11.043 16.108 0 26.869 10.924 10.761 10.925 10.761 26.87t-10.796 26.706q-10.796 10.761-26.552 10.761Zm168.392 0q-16.392 0-27.153-10.81-10.761-10.811-10.761-26.588 0-15.776 10.761-26.82 10.761-11.043 26.87-11.043t26.87 10.924q10.761 10.925 10.761 26.87t-10.796 26.706q-10.797 10.761-26.552 10.761Zm167.945 0q-15.945 0-26.706-10.81-10.761-10.811-10.761-26.588 0-15.776 10.81-26.82 10.811-11.043 26.588-11.043 15.776 0 26.82 10.924 11.043 10.925 11.043 26.87t-10.924 26.706q-10.925 10.761-26.87 10.761Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const SignatureSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default SignatureSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M687.348-253.043v-453.914q0-16.707 11.502-28.158 11.502-11.452 28.283-11.452t28.107 11.452q11.327 11.451 11.327 28.158v453.914q0 16.707-11.502 28.158-11.502 11.452-28.283 11.452t-28.108-11.452q-11.326-11.451-11.326-28.158Zm-493.915-35.478v-382.958q0-17.456 11.827-28.533 11.826-11.076 27.783-11.076 6.13 0 11.826 2.065 5.696 2.066 10.826 5.631L531.13-512.913q9.261 6.13 13.392 14.687 4.13 8.558 4.13 18.226t-4.13 18.226q-4.131 8.557-13.392 14.687L255.695-256.608q-5.13 3.565-10.826 5.631-5.696 2.065-11.826 2.065-15.957 0-27.783-11.076-11.827-11.077-11.827-28.533Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M687.348-253.043v-453.914q0-16.707 11.502-28.158 11.502-11.452 28.283-11.452t28.107 11.452q11.327 11.451 11.327 28.158v453.914q0 16.707-11.502 28.158-11.502 11.452-28.283 11.452t-28.108-11.452q-11.326-11.451-11.326-28.158Zm-493.915-35.478v-382.958q0-17.456 11.827-28.533 11.826-11.076 27.783-11.076 6.13 0 11.826 2.065 5.696 2.066 10.826 5.631L531.13-512.913q9.261 6.13 13.392 14.687 4.13 8.558 4.13 18.226t-4.13 18.226q-4.131 8.557-13.392 14.687L255.695-256.608q-5.13 3.565-10.826 5.631-5.696 2.065-11.826 2.065-15.957 0-27.783-11.076-11.827-11.077-11.827-28.533ZM272.652-480Zm0 115.391L439.521-480 272.652-595.391v230.782Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const SkipSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default SkipSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M139.26-834.696q-17.522 0-28.848-11.327-11.326-11.326-11.326-28.283 0-16.956 11.326-28.283 11.326-11.326 28.848-11.326h60q16.957 0 28.283 11.326 11.327 11.327 11.327 28.283 0 16.957-11.327 28.283-11.326 11.327-28.283 11.327h-60Zm-34.869 590.348-16.044 77.652q-6.695 37.044 16.457 66.109 23.153 29.066 61.197 29.066h278.347v-172.827H104.391Zm105.783-446.784 42.565-42q11.826-11.826 27.5-12.109 15.674-.282 28.066 11.544 11.826 11.826 11.826 28.566 0 16.739-11.826 28.565l-42 42q-12.392 11.826-28.066 12.109-15.674.283-27.5-11.544-12.391-11.826-12.391-28.565 0-16.74 11.826-28.566Zm-91.522 375.48h325.696v-172.827H218.609q-29.348 0-50.718 18.022-21.37 18.022-27.5 45.805l-21.739 109ZM480-732.784q-74.565 0-125.848-52.783-51.282-52.783-55.282-128.348h362.26q-4 75.565-55.282 128.348Q554.565-732.784 480-732.784Zm-39.609 161.87v-60q0-16.957 11.326-28.283T480-670.523q16.957 0 28.283 11.326t11.326 28.283v60q0 16.957-11.326 28.283T480-531.305q-16.957 0-28.283-11.326t-11.326-28.283Zm75.261 499.393h278.347q38.044 0 61.197-29.066 23.152-29.065 16.456-66.109l-16.043-77.652H515.652v172.827Zm0-244.131h325.696l-21.739-109q-6.13-27.783-27.5-45.805t-50.153-18.022H515.652v172.827Zm178.043-320.349-43-42.565q-11.826-11.826-11.826-27.783t12.391-27.783q11.827-11.826 27.501-11.326 15.674.5 28.065 11.326l43 42.565q11.826 11.827 12.326 27.783.5 15.957-11.326 27.783-11.826 11.827-28.565 11.827-16.74 0-28.566-11.827Zm127.61-198.695H721.13v-79.219h100.175q16.957 0 28.283 11.326 11.326 11.327 11.326 28.283 0 16.957-11.326 28.283-11.326 11.327-28.283 11.327Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M139.26-834.696q-17.272 0-28.723-11.502t-11.451-28.283q0-16.781 11.451-28.108 11.451-11.326 28.723-11.326h60q16.707 0 28.158 11.502 11.452 11.502 11.452 28.283t-11.452 28.107q-11.451 11.327-28.158 11.327h-60Zm46.914 590.348-18.608 93.043h276.782v-93.043H186.174Zm24-446.784 42.565-42q11.826-11.826 27.658-12.109 15.832-.282 28.066 11.153 11.668 12.217 11.668 28.923 0 16.706-11.826 28.599l-42 42q-12.392 11.826-28.224 12.109-15.832.283-27.5-11.152-12.233-12.218-12.233-28.924t11.826-28.599Zm-9.739 375.48h243.913v-93.608H219.044l-18.609 93.608ZM480-732.784q-74.565 0-125.848-52.783-51.282-52.783-55.282-128.348h79.218q3 42.652 31.755 72.282 28.755 29.63 70.157 29.63t70.157-29.63q28.755-29.63 31.755-72.282h79.218q-4 75.565-55.282 128.348Q554.565-732.784 480-732.784Zm0-181.131Zm-39.609 343.001v-60q0-16.707 11.501-28.158 11.502-11.451 28.283-11.451 16.782 0 28.108 11.451t11.326 28.158v60q0 16.707-11.501 28.158-11.502 11.451-28.283 11.451-16.782 0-28.108-11.451t-11.326-28.158Zm75.261 419.609h276.782l-18.608-93.043H515.652v93.043Zm0-164.347h243.913l-18.609-93.608H515.652v93.608Zm178.043-320.349-43-42.565q-11.826-11.826-11.826-27.783t12.391-27.783q11.827-11.826 27.501-11.326 15.674.5 28.065 11.326l43 42.565q11.826 11.827 12.326 27.783.5 15.957-11.378 27.783-11.879 11.827-28.566 11.827-16.687 0-28.513-11.827Zm127.61-198.695H721.13v-79.219h100.175q16.707 0 28.158 11.502t11.451 28.283q0 16.781-11.451 28.107-11.451 11.327-28.158 11.327Zm-732.957 668 52.043-257.956q6.13-28.348 27.218-46.087 21.087-17.74 50.435-17.74h523.912q29.348 0 50.435 17.74 21.088 17.739 27.218 46.087l52.043 257.956q6.696 37.044-16.456 66.109-23.153 29.066-61.762 29.066H166.566q-38.609 0-61.762-29.066-23.152-29.065-16.457-66.109Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const SolarSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default SolarSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M352.259-449.435q-17.346 0-28.672-11.451-11.327-11.451-11.327-28.158V-743.39l-83.042 83.608q-12.392 11.826-28.224 11.826t-27.5-11.435q-12.234-11.652-12.234-27.992 0-16.339 11.827-27.965l151-151q6.13-6.131 13.242-9.261 7.111-3.131 15.239-3.131 7.562 0 14.541 3.131 6.978 3.13 13.109 9.261l151 151q11.261 11.826 11.543 28.065.283 16.24-11.543 27.892-11.827 11.435-28.066 11.435-16.239 0-27.5-11.826l-83.608-83.608v254.346q0 16.707-11.502 28.158-11.501 11.451-28.283 11.451ZM607.997-81.26q-8.127 0-15.106-3.13-6.978-3.131-13.109-9.262l-150.434-151q-11.827-11.826-12.109-28.065-.283-16.24 12.109-27.892 11.261-11.435 27.5-11.435t28.065 11.826l83.043 83.043v-253.781q0-16.707 11.502-28.441 11.501-11.733 28.848-11.733 16.781 0 28.107 11.733 11.327 11.734 11.327 28.441v253.781l83.608-83.043q11.826-11.826 27.658-11.826t28.065 11.435q11.669 11.652 11.669 27.992 0 16.339-11.827 27.965l-151 151q-6.13 6.13-13.242 9.261-7.111 3.13-14.674 3.13Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M352.259-449.435q-17.346 0-28.672-11.451-11.327-11.451-11.327-28.158V-743.39l-83.042 83.608q-12.392 11.826-28.224 11.826t-27.5-11.435q-12.234-11.652-12.234-27.992 0-16.339 11.827-27.965l151-151q6.13-6.131 13.242-9.261 7.111-3.131 15.239-3.131 7.562 0 14.541 3.131 6.978 3.13 13.109 9.261l151 151q11.261 11.826 11.543 28.065.283 16.24-11.543 27.892-11.827 11.435-28.066 11.435-16.239 0-27.5-11.826l-83.608-83.608v254.346q0 16.707-11.502 28.158-11.501 11.451-28.283 11.451ZM607.997-81.26q-8.127 0-15.106-3.13-6.978-3.131-13.109-9.262l-150.434-151q-11.827-11.826-12.109-28.065-.283-16.24 12.109-27.892 11.261-11.435 27.5-11.435t28.065 11.826l83.043 83.043v-253.781q0-16.707 11.502-28.441 11.501-11.733 28.848-11.733 16.781 0 28.107 11.733 11.327 11.734 11.327 28.441v253.781l83.608-83.043q11.826-11.826 27.658-11.826t28.065 11.435q11.669 11.652 11.669 27.992 0 16.339-11.827 27.965l-151 151q-6.13 6.13-13.242 9.261-7.111 3.13-14.674 3.13Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const SortSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default SortSVG;
@@ -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-299.173q-16.522 0-28.066-11.826-11.543-11.827-11.543-28.349v-71.043q0-15.957 11.543-27.783Q128.956-450 145.478-450h669.044q16.522 0 28.348 11.826t11.826 27.783v71.043q0 16.522-11.826 28.349-11.826 11.826-28.348 11.826H145.478Zm0-210.827q-16.522 0-28.066-11.826-11.543-11.826-11.543-27.783v-71.609q0-15.956 11.543-27.783 11.544-11.826 28.066-11.826h669.044q16.522 0 28.348 11.826 11.826 11.827 11.826 27.783v71.609q0 15.957-11.826 27.783T814.522-510H145.478Zm0-210.827q-16.522 0-28.066-11.826-11.543-11.826-11.543-27.783v-71.043q0-16.522 11.543-28.349 11.544-11.826 28.066-11.826h669.044q16.522 0 28.348 11.826 11.826 11.827 11.826 28.349v71.043q0 15.957-11.826 27.783t-28.348 11.826H145.478Zm0 631.916q-16.522 0-28.066-11.544-11.543-11.544-11.543-28.066v-71.043q0-15.957 11.543-27.783 11.544-11.826 28.066-11.826h669.044q16.522 0 28.348 11.826t11.826 27.783v71.043q0 16.522-11.826 28.066t-28.348 11.544H145.478Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M774.913-347.826V-450H185.087v102.174h589.826Zm0-162.174v-103.304H185.087V-510h589.826Zm0-162.739v-102.174H185.087v102.174h589.826Zm-589.826 566.87q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm589.826-79.218v-102.739H185.087v102.739h589.826Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const StackSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default StackSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="m480-213.173-187.13 113.13q-11.392 6.696-23.218 5.914-11.826-.783-21.087-7.479t-13.609-17.239q-4.348-10.544-1.783-23.935l49.565-213.131-165.13-144.13q-10.261-8.696-12.892-20.022-2.63-11.326.5-22.153 2.566-10.826 12.109-18.304 9.544-7.479 22.935-8.479l218.131-19 84.565-201.695q5.131-12.392 15.674-18.305 10.544-5.913 21.37-5.913t21.37 5.913q10.543 5.913 15.674 18.305l84.565 201.695 218.696 19q12.826 1 22.37 8.479 9.543 7.478 12.109 18.304 3.13 10.827.5 22.153-2.631 11.326-12.892 20.022l-165.13 144.13 49.565 213.131q2.565 13.391-1.783 23.935-4.348 10.543-13.609 17.239-9.261 6.696-21.087 7.479-11.826.782-23.218-5.914L480-213.173Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M330.913-216.305 480-305.218l149.087 89.913-40.305-168.391 131.217-114.347-172.956-14.87L480-671.869l-67.043 158.521-172.956 14.305 131.217 113.782-40.305 168.956ZM480-213.173l-187.13 113.13q-11.392 6.696-23.218 5.914-11.826-.783-21.087-7.479t-13.609-17.239q-4.348-10.544-1.783-23.935l49.565-213.131-165.13-144.13q-10.261-8.696-12.892-20.022-2.63-11.326.5-22.153 2.566-10.826 12.109-18.304 9.544-7.479 22.935-8.479l218.131-19 84.565-201.695q5.131-12.392 15.674-18.305 10.544-5.913 21.37-5.913t21.37 5.913q10.543 5.913 15.674 18.305l84.565 201.695 218.696 19q12.826 1 22.37 8.479 9.543 7.478 12.109 18.304 3.13 10.827.5 22.153-2.631 11.326-12.892 20.022l-165.13 144.13 49.565 213.131q2.565 13.391-1.783 23.935-4.348 10.543-13.609 17.239-9.261 6.696-21.087 7.479-11.826.782-23.218-5.914L480-213.173Zm0-220.697Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const StarSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default StarSVG;
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M479.882-190.391q-49.839 0-84.665-34.944-34.826-34.944-34.826-84.783t34.944-84.665q34.944-34.826 84.783-34.826t84.665 34.944q34.826 34.944 34.826 84.783t-34.944 84.665q-34.944 34.826-84.783 34.826Zm210.682-389.002q-31.435-54.564-87.257-87.868Q547.485-700.565 480-700.565q-79.348 0-142.239 43.413-62.891 43.412-92.152 114.064-8.957 16.664-22.199 30.071-13.243 13.408-31.367 13.408-18.652 0-27.131-18.718-8.478-18.718.044-38.935 35.218-99.739 120.631-161.13Q371-779.784 479-779.784q79.304 0 146.456 34.174 67.153 34.174 112.283 91.652v-95.826q0-16.706 11.502-28.158 11.501-11.451 28.848-11.451 16.781 0 28.107 11.451 11.327 11.452 11.327 28.158v210q0 17.272-11.452 28.724-11.451 11.451-28.158 11.451h-210q-17.272 0-28.723-11.502t-11.451-28.848q0-16.781 11.451-28.108 11.451-11.326 28.723-11.326h122.651Z"/></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.882-190.391q-49.839 0-84.665-34.944-34.826-34.944-34.826-84.783t34.944-84.665q34.944-34.826 84.783-34.826t84.665 34.944q34.826 34.944 34.826 84.783t-34.944 84.665q-34.944 34.826-84.783 34.826Zm210.682-389.002q-31.435-54.564-87.257-87.868Q547.485-700.565 480-700.565q-79.348 0-142.239 43.413-62.891 43.412-92.152 114.064-8.957 16.664-22.199 30.071-13.243 13.408-31.367 13.408-18.652 0-27.131-18.718-8.478-18.718.044-38.935 35.218-99.739 120.631-161.13Q371-779.784 479-779.784q79.304 0 146.456 34.174 67.153 34.174 112.283 91.652v-95.826q0-16.706 11.502-28.158 11.501-11.451 28.848-11.451 16.781 0 28.107 11.451 11.327 11.452 11.327 28.158v210q0 17.272-11.452 28.724-11.451 11.451-28.158 11.451h-210q-17.272 0-28.723-11.502t-11.451-28.848q0-16.781 11.451-28.108 11.451-11.326 28.723-11.326h122.651Z"/></svg>
@@ -0,0 +1,12 @@
1
+ import type { IconProps } from '../../types';
2
+
3
+ import FilledSVG from './icon-fill.svg';
4
+ import OutlinedSVG from './icon.svg';
5
+
6
+ export const StepOverSVG = (opts?: IconProps): string => {
7
+ const variant = opts?.variant ?? 'filled';
8
+
9
+ return variant === 'outlined' ? OutlinedSVG : FilledSVG;
10
+ };
11
+
12
+ export default StepOverSVG;
@@ -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.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087ZM480-295.826q33.87 0 62.304-16.587 28.435-16.587 45.87-46.022 6.565-12.13 19.978-16.261 13.413-4.13 27.837-4.13h138.924v-396.087H185.087v396.087h139.652q13.618 0 27.07 4.13 13.452 4.131 20.017 16.261 17.435 29.435 45.87 46.022Q446.13-295.826 480-295.826Zm-30-238.783v-161.826q0-12.435 8.5-21.217 8.5-8.783 21.5-8.783t21.5 8.783q8.5 8.782 8.5 21.217v161.826l60.213-60.213q3.787-3.787 13.244-1.83 9.456 1.957 17.783 4.218 8.326 2.261 13.195 2.565 4.87.304-1.305-5.435 9 9 9 21.5t-9 21.5L508.348-447.522q-6.224 6.079-13.501 9.235-7.277 3.157-14.91 3.157t-14.865-3.157q-7.233-3.156-13.42-9.235L347.435-552.304q-3.435-3.87-1.978-13.326 1.456-9.457 4.217-17.783 2.761-8.327 3.566-13.196.804-4.87-4.805 1.305 9-9 21.217-8.718 12.218.283 21.218 9.283l59.13 60.13Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 -960 960 960"><path d="M450-534.609v-161.826q0-12.435 8.5-21.217 8.5-8.783 21.5-8.783t21.5 8.783q8.5 8.782 8.5 21.217v161.826l60.213-60.213q3.787-3.787 13.244-1.83 9.456 1.957 17.783 4.218 8.326 2.261 13.195 2.565 4.87.304-1.305-5.435 9 9 9 21.5t-9 21.5L508.348-447.522q-6.224 6.079-13.501 9.235-7.277 3.157-14.91 3.157t-14.865-3.157q-7.233-3.156-13.42-9.235L347.435-552.304q-3.435-3.87-1.978-13.326 1.456-9.457 4.217-17.783 2.761-8.327 3.566-13.196.804-4.87-4.805 1.305 9-9 21.217-8.718 12.218.283 21.218 9.283l59.13 60.13Zm-264.913 428.74q-32.507 0-55.862-23.356-23.356-23.355-23.356-55.862v-589.826q0-32.74 23.356-56.262 23.355-23.521 55.862-23.521h589.826q32.74 0 56.262 23.521 23.521 23.522 23.521 56.262v589.826q0 32.507-23.521 55.862-23.522 23.356-56.262 23.356H185.087Zm0-79.218h589.826v-133.739H634q-26 40-67.5 61.5t-86.5 21.5q-45 0-86.5-21.5t-67.5-61.5H185.087v133.739ZM480-295.826q33.655 0 62.887-16.115 29.231-16.116 45.287-46.494 7.694-10.904 20.519-15.648 12.824-4.743 27.296-4.743h138.924v-396.087H185.087v396.087h139.652q13.666 0 26.529 4.743 12.864 4.744 20.558 15.648 16.056 30.378 45.287 46.494 29.232 16.115 62.887 16.115ZM185.087-185.087h589.826-589.826Z"/></svg>