tntd 2.5.8 → 2.5.9

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 (257) hide show
  1. package/es/ellipsis/Svg/CopySVG.js +7 -7
  2. package/es/ellipsis/Svg/CopySVG.js.map +1 -1
  3. package/es/ellipsis/Svg/TickSVG.js +7 -7
  4. package/es/ellipsis/Svg/TickSVG.js.map +1 -1
  5. package/es/ellipsis/index.js +1 -1
  6. package/es/ellipsis/index.js.map +1 -1
  7. package/es/ellipsis/index.less +9 -0
  8. package/es/index.js +2 -2
  9. package/es/index.js.map +1 -1
  10. package/es/input/index.js +3 -2
  11. package/es/input/index.js.map +1 -1
  12. package/es/input/input.js +97 -0
  13. package/es/input/input.js.map +1 -0
  14. package/es/input/input.less +39 -0
  15. package/es/label/index.js +140 -0
  16. package/es/label/index.js.map +1 -0
  17. package/es/label/label.less +60 -0
  18. package/es/query-form/index.js.map +1 -1
  19. package/es/query-list-scene/List.js +3 -1
  20. package/es/query-list-scene/List.js.map +1 -1
  21. package/es/select/index.js +2 -1
  22. package/es/select/index.js.map +1 -1
  23. package/es/select/select.js +31 -0
  24. package/es/select/select.js.map +1 -0
  25. package/es/select/select.less +11 -0
  26. package/es/table/table.js +8 -4
  27. package/es/table/table.js.map +1 -1
  28. package/es/table/table.less +24 -5
  29. package/es/tag/index.js +1 -139
  30. package/es/tag/index.js.map +1 -1
  31. package/es/tntd-form/TntdForm/components/ItemComp.js +2 -2
  32. package/es/tntd-form/TntdForm/components/ItemComp.js.map +1 -1
  33. package/lib/affix/index.js.map +1 -1
  34. package/lib/alert/index.js.map +1 -1
  35. package/lib/anchor/index.js.map +1 -1
  36. package/lib/array-input/index.js.map +1 -1
  37. package/lib/auto-complete/index.js.map +1 -1
  38. package/lib/avatar/index.js.map +1 -1
  39. package/lib/back-top/index.js.map +1 -1
  40. package/lib/badge/index.js.map +1 -1
  41. package/lib/breadcrumb/index.js.map +1 -1
  42. package/lib/button/index.js.map +1 -1
  43. package/lib/calendar/index.js.map +1 -1
  44. package/lib/card/index.js.map +1 -1
  45. package/lib/carousel/index.js.map +1 -1
  46. package/lib/cascader/index.js.map +1 -1
  47. package/lib/checkbox/index.js.map +1 -1
  48. package/lib/col/index.js.map +1 -1
  49. package/lib/collapse/index.js.map +1 -1
  50. package/lib/color-picker/ColorPicker.js.map +1 -1
  51. package/lib/comment/index.js.map +1 -1
  52. package/lib/config-provider/index.js.map +1 -1
  53. package/lib/date-picker/index.js.map +1 -1
  54. package/lib/descriptions/descriptions.js.map +1 -1
  55. package/lib/descriptions/index.js.map +1 -1
  56. package/lib/development-login/LoginModal.js.map +1 -1
  57. package/lib/development-login/index.js.map +1 -1
  58. package/lib/divider/index.js.map +1 -1
  59. package/lib/drawer/index.js.map +1 -1
  60. package/lib/dropdown/index.js.map +1 -1
  61. package/lib/ellipsis/Svg/CopySVG.js +7 -7
  62. package/lib/ellipsis/Svg/CopySVG.js.map +1 -1
  63. package/lib/ellipsis/Svg/TickSVG.js +7 -7
  64. package/lib/ellipsis/Svg/TickSVG.js.map +1 -1
  65. package/lib/ellipsis/index.js +1 -1
  66. package/lib/ellipsis/index.js.map +1 -1
  67. package/lib/ellipsis/index.less +9 -0
  68. package/lib/empty/empty.js.map +1 -1
  69. package/lib/empty/index.js.map +1 -1
  70. package/lib/exception/index.js.map +1 -1
  71. package/lib/form/index.js.map +1 -1
  72. package/lib/handle/index.js.map +1 -1
  73. package/lib/icon/index.js.map +1 -1
  74. package/lib/img/index.js.map +1 -1
  75. package/lib/index.d.ts +1 -1
  76. package/lib/index.d.ts.map +1 -1
  77. package/lib/index.js +7 -7
  78. package/lib/index.js.map +1 -1
  79. package/lib/input/index.d.ts +3 -2
  80. package/lib/input/index.d.ts.map +1 -1
  81. package/lib/input/index.js +7 -9
  82. package/lib/input/index.js.map +1 -1
  83. package/lib/input/input.d.ts +25 -0
  84. package/lib/input/input.d.ts.map +1 -0
  85. package/lib/input/input.js +86 -0
  86. package/lib/input/input.js.map +1 -0
  87. package/lib/input/input.less +39 -0
  88. package/lib/input-number/index.js.map +1 -1
  89. package/lib/label/index.d.ts +52 -0
  90. package/lib/label/index.d.ts.map +1 -0
  91. package/lib/label/index.js +150 -0
  92. package/lib/label/index.js.map +1 -0
  93. package/lib/label/label.less +60 -0
  94. package/lib/layout/index.js.map +1 -1
  95. package/lib/list/index.js.map +1 -1
  96. package/lib/loading-button/index.js.map +1 -1
  97. package/lib/locale/index.js.map +1 -1
  98. package/lib/locale-provider/index.js.map +1 -1
  99. package/lib/mentions/index.js.map +1 -1
  100. package/lib/menu/index.js.map +1 -1
  101. package/lib/message/index.js.map +1 -1
  102. package/lib/modal/index.js.map +1 -1
  103. package/lib/modal/modal.js.map +1 -1
  104. package/lib/notification/index.js.map +1 -1
  105. package/lib/page-header/index.js.map +1 -1
  106. package/lib/pagination/index.js.map +1 -1
  107. package/lib/popconfirm/index.js.map +1 -1
  108. package/lib/popover/index.js.map +1 -1
  109. package/lib/progress/index.js.map +1 -1
  110. package/lib/query-form/Field/Select.js.map +1 -1
  111. package/lib/query-form/Field/SelectInput.js.map +1 -1
  112. package/lib/query-form/Field/fieldsMap.d.ts +1 -1
  113. package/lib/query-form/Field/index.d.ts +0 -6
  114. package/lib/query-form/Field/index.d.ts.map +1 -1
  115. package/lib/query-form/Field/index.js.map +1 -1
  116. package/lib/query-form/index.d.ts +0 -9
  117. package/lib/query-form/index.d.ts.map +1 -1
  118. package/lib/query-form/index.js.map +1 -1
  119. package/lib/query-list-scene/List.d.ts +0 -13
  120. package/lib/query-list-scene/List.d.ts.map +1 -1
  121. package/lib/query-list-scene/List.js +3 -1
  122. package/lib/query-list-scene/List.js.map +1 -1
  123. package/lib/query-list-scene/QueryForm.d.ts +0 -3
  124. package/lib/query-list-scene/QueryForm.d.ts.map +1 -1
  125. package/lib/query-list-scene/QueryListScene.d.ts +0 -1
  126. package/lib/query-list-scene/QueryListScene.d.ts.map +1 -1
  127. package/lib/radio/index.js.map +1 -1
  128. package/lib/rate/index.js.map +1 -1
  129. package/lib/result/index.js.map +1 -1
  130. package/lib/row/index.js.map +1 -1
  131. package/lib/select/index.d.ts +2 -1
  132. package/lib/select/index.d.ts.map +1 -1
  133. package/lib/select/index.js +8 -9
  134. package/lib/select/index.js.map +1 -1
  135. package/lib/select/select.d.ts +12 -0
  136. package/lib/select/select.d.ts.map +1 -0
  137. package/lib/select/select.js +40 -0
  138. package/lib/select/select.js.map +1 -0
  139. package/lib/select/select.less +11 -0
  140. package/lib/skeleton/index.js.map +1 -1
  141. package/lib/slider/index.js.map +1 -1
  142. package/lib/spin/index.js.map +1 -1
  143. package/lib/statistic/index.js.map +1 -1
  144. package/lib/steps/index.js.map +1 -1
  145. package/lib/steps/steps.js.map +1 -1
  146. package/lib/svg-components/illustration-403.d.ts +1 -1
  147. package/lib/svg-components/illustration-403.js.map +1 -1
  148. package/lib/svg-components/illustration-404.d.ts +1 -1
  149. package/lib/svg-components/illustration-404.js.map +1 -1
  150. package/lib/svg-components/illustration-500.d.ts +1 -1
  151. package/lib/svg-components/illustration-500.js.map +1 -1
  152. package/lib/svg-components/illustration-empty.d.ts +1 -1
  153. package/lib/svg-components/illustration-empty.js.map +1 -1
  154. package/lib/svg-components/illustration-failure.d.ts +1 -1
  155. package/lib/svg-components/illustration-failure.js.map +1 -1
  156. package/lib/svg-components/illustration-no-access.d.ts +1 -1
  157. package/lib/svg-components/illustration-no-access.js.map +1 -1
  158. package/lib/svg-components/illustration-no-chart.d.ts +1 -1
  159. package/lib/svg-components/illustration-no-chart.js.map +1 -1
  160. package/lib/svg-components/illustration-no-result.d.ts +1 -1
  161. package/lib/svg-components/illustration-no-result.js.map +1 -1
  162. package/lib/svg-components/illustration-offline.d.ts +1 -1
  163. package/lib/svg-components/illustration-offline.js.map +1 -1
  164. package/lib/svg-components/illustration-success.d.ts +1 -1
  165. package/lib/svg-components/illustration-success.js.map +1 -1
  166. package/lib/switch/index.js.map +1 -1
  167. package/lib/table/assets/image-loading-background.d.ts +1 -1
  168. package/lib/table/assets/image-loading-background.js.map +1 -1
  169. package/lib/table/assets/image-loading.d.ts +1 -1
  170. package/lib/table/assets/image-loading.js.map +1 -1
  171. package/lib/table/hooks/index.js.map +1 -1
  172. package/lib/table/index.js.map +1 -1
  173. package/lib/table/table.d.ts +3 -1
  174. package/lib/table/table.d.ts.map +1 -1
  175. package/lib/table/table.js +7 -3
  176. package/lib/table/table.js.map +1 -1
  177. package/lib/table/table.less +24 -5
  178. package/lib/tabs/index.js.map +1 -1
  179. package/lib/tag/index.d.ts +1 -50
  180. package/lib/tag/index.d.ts.map +1 -1
  181. package/lib/tag/index.js +4 -145
  182. package/lib/tag/index.js.map +1 -1
  183. package/lib/time-picker/index.js.map +1 -1
  184. package/lib/timeline/index.js.map +1 -1
  185. package/lib/tntd-cascader/AntdCascader/component/DisabledContext.js.map +1 -1
  186. package/lib/tntd-cascader/AntdCascader/component/FormItemInputContext.js.map +1 -1
  187. package/lib/tntd-cascader/AntdCascader/component/SizeContext.js.map +1 -1
  188. package/lib/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js.map +1 -1
  189. package/lib/tntd-cascader/AntdCascader/component/getIcons.js.map +1 -1
  190. package/lib/tntd-cascader/AntdCascader/component/useCompactItemContext.js.map +1 -1
  191. package/lib/tntd-cascader/AntdCascader/config/warning.js.map +1 -1
  192. package/lib/tntd-cascader/AntdCascader/index.js.map +1 -1
  193. package/lib/tntd-cascader/rc-cascader/Cascader.js.map +1 -1
  194. package/lib/tntd-cascader/rc-cascader/OptionList/Checkbox.js.map +1 -1
  195. package/lib/tntd-cascader/rc-cascader/OptionList/Column.js.map +1 -1
  196. package/lib/tntd-cascader/rc-cascader/OptionList/index.js.map +1 -1
  197. package/lib/tntd-cascader/rc-cascader/OptionList/useActive.js.map +1 -1
  198. package/lib/tntd-cascader/rc-cascader/OptionList/useKeyboard.js.map +1 -1
  199. package/lib/tntd-cascader/rc-cascader/context.js.map +1 -1
  200. package/lib/tntd-cascader/rc-cascader/hooks/useDisplayValues.js.map +1 -1
  201. package/lib/tntd-cascader/rc-cascader/hooks/useEntities.js.map +1 -1
  202. package/lib/tntd-cascader/rc-cascader/hooks/useMissingValues.js.map +1 -1
  203. package/lib/tntd-cascader/rc-cascader/hooks/useRefFunc.js.map +1 -1
  204. package/lib/tntd-cascader/rc-cascader/hooks/useSearchConfig.js.map +1 -1
  205. package/lib/tntd-cascader/rc-cascader/hooks/useSearchOptions.js.map +1 -1
  206. package/lib/tntd-form/TntdForm/components/Item.js.map +1 -1
  207. package/lib/tntd-form/TntdForm/components/ItemComp.js +2 -2
  208. package/lib/tntd-form/TntdForm/components/ItemComp.js.map +1 -1
  209. package/lib/tntd-form/TntdForm/components/List.js.map +1 -1
  210. package/lib/tntd-form/TntdForm/index.js.map +1 -1
  211. package/lib/tntd-layout/AppList.js.map +1 -1
  212. package/lib/tntd-layout/Application.js.map +1 -1
  213. package/lib/tntd-layout/Avatar.js.map +1 -1
  214. package/lib/tntd-layout/CompatibleLanguage.js.map +1 -1
  215. package/lib/tntd-layout/EnterpriseLayout/Avatar.js.map +1 -1
  216. package/lib/tntd-layout/EnterpriseLayout/Language.js.map +1 -1
  217. package/lib/tntd-layout/EnterpriseLayout/Theme.js.map +1 -1
  218. package/lib/tntd-layout/GlobalNavigation/NavigationPopup.js.map +1 -1
  219. package/lib/tntd-layout/GlobalNavigation/index.js.map +1 -1
  220. package/lib/tntd-layout/Header.js.map +1 -1
  221. package/lib/tntd-layout/HeaderActions.js.map +1 -1
  222. package/lib/tntd-layout/HeaderNavs.js.map +1 -1
  223. package/lib/tntd-layout/HeaderTabs.js.map +1 -1
  224. package/lib/tntd-layout/Language.js.map +1 -1
  225. package/lib/tntd-layout/Layout.js.map +1 -1
  226. package/lib/tntd-layout/Logo.js.map +1 -1
  227. package/lib/tntd-layout/OrgAppList.js.map +1 -1
  228. package/lib/tntd-layout/SideMenu.js.map +1 -1
  229. package/lib/tntd-layout/Theme.js.map +1 -1
  230. package/lib/tntd-layout/index.js.map +1 -1
  231. package/lib/tntd-layout/paaslayout/CompactSideMenu.js.map +1 -1
  232. package/lib/tntd-layout/paaslayout/Header.js.map +1 -1
  233. package/lib/tntd-layout/paaslayout/SideMenu.js.map +1 -1
  234. package/lib/tntd-layout/paaslayout/index.js.map +1 -1
  235. package/lib/tntd-modal/index.js.map +1 -1
  236. package/lib/tntd-select/DropDownWrap.d.ts +0 -10
  237. package/lib/tntd-select/DropDownWrap.d.ts.map +1 -1
  238. package/lib/tntd-select/DropDownWrap.js.map +1 -1
  239. package/lib/tntd-select/index.d.ts +1 -13
  240. package/lib/tntd-select/index.d.ts.map +1 -1
  241. package/lib/tntd-select/index.js.map +1 -1
  242. package/lib/tooltip/index.js.map +1 -1
  243. package/lib/transfer/index.js.map +1 -1
  244. package/lib/tree/index.js.map +1 -1
  245. package/lib/tree-select/index.js.map +1 -1
  246. package/lib/typography/index.js.map +1 -1
  247. package/lib/upload/index.js.map +1 -1
  248. package/lib/utils/index.js.map +1 -1
  249. package/lib/version/index.js.map +1 -1
  250. package/package.json +7 -10
  251. package/themes/default/variables.less +2 -2
  252. package/codemod/__testfixtures__/v1-to-v2-react.input.js +0 -24
  253. package/codemod/__testfixtures__/v1-to-v2-react.output.js +0 -23
  254. package/codemod/__testfixtures__/v1-to-v2.input.js +0 -2
  255. package/codemod/__testfixtures__/v1-to-v2.output.js +0 -2
  256. package/codemod/__tests__/v1-to-v2-test.js +0 -4
  257. package/codemod/v1-to-v2.js +0 -96
@@ -1 +1 @@
1
- {"version":3,"file":"illustration-404.js","sourceRoot":"","sources":["../../src/svg-components/illustration-404.tsx"],"names":[],"mappings":"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","sourcesContent":["import * as React from 'react'\n\nfunction SvgIllustration404(\n props: React.SVGProps<SVGSVGElement>,\n svgRef?: React.Ref<SVGSVGElement>\n) {\n return (\n <svg\n viewBox=\"0 0 330 250\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlnsXlink=\"http://www.w3.org/1999/xlink\"\n ref={svgRef}\n {...props}\n >\n <defs>\n <linearGradient x1=\"50%\" y1=\"1.125%\" x2=\"50%\" y2=\"97.418%\" id=\"illustration-404_svg__e\">\n <stop stopColor=\"#D6DAE1\" stopOpacity={0.424} offset=\"0%\" />\n <stop stopColor=\"#D6DAE1\" stopOpacity={0} offset=\"100%\" />\n </linearGradient>\n <linearGradient x1=\"50%\" y1=\"0%\" x2=\"50%\" y2=\"100%\" id=\"illustration-404_svg__f\">\n <stop stopColor=\"#FFF\" offset=\"0%\" />\n <stop stopColor=\"#FFF\" stopOpacity={0.388} offset=\"100%\" />\n </linearGradient>\n <linearGradient x1=\"50%\" y1=\"64.379%\" x2=\"50%\" y2=\"86.745%\" id=\"illustration-404_svg__g\">\n <stop stopColor=\"#D6DAE1\" stopOpacity={0.389} offset=\"0%\" />\n <stop stopColor=\"#D6DAE1\" stopOpacity={0} offset=\"100%\" />\n </linearGradient>\n <linearGradient x1=\"50%\" y1=\"1.125%\" x2=\"50%\" y2=\"96.416%\" id=\"illustration-404_svg__h\">\n <stop stopColor=\"#D6DAE1\" stopOpacity={0.239} offset=\"0%\" />\n <stop stopColor=\"#D6DAE1\" stopOpacity={0} offset=\"100%\" />\n </linearGradient>\n <linearGradient\n x1=\"23.134%\"\n y1=\"100%\"\n x2=\"23.134%\"\n y2=\"33.95%\"\n id=\"illustration-404_svg__i\"\n >\n <stop stopColor=\"#FFF\" stopOpacity={0} offset=\"0%\" />\n <stop stopColor=\"#FFF\" offset=\"100%\" />\n </linearGradient>\n <linearGradient x1=\"50%\" y1=\"0%\" x2=\"50%\" y2=\"100%\" id=\"illustration-404_svg__j\">\n <stop stopColor=\"#FFF\" offset=\"0%\" />\n <stop stopColor=\"#FFF\" stopOpacity={0} offset=\"100%\" />\n </linearGradient>\n <linearGradient x1=\"50%\" y1=\".363%\" x2=\"50%\" y2=\"97.578%\" id=\"illustration-404_svg__k\">\n <stop stopColor=\"#D6DAE1\" stopOpacity={0.424} offset=\".784%\" />\n <stop stopColor=\"#D6DAE1\" stopOpacity={0} offset=\"99.836%\" />\n </linearGradient>\n <linearGradient x1=\"10.289%\" y1=\"90.821%\" x2=\"10.289%\" y2=\"0%\" id=\"illustration-404_svg__l\">\n <stop stopColor=\"#FFF\" stopOpacity={0} offset=\"0%\" />\n <stop stopColor=\"#FFF\" offset=\"100%\" />\n </linearGradient>\n <ellipse id=\"illustration-404_svg__c\" cx={105.746} cy={105.09} rx={105.746} ry={105.09} />\n <path id=\"illustration-404_svg__a\" d=\"M0 0h330v250H0z\" />\n </defs>\n <g fill=\"none\" fillRule=\"evenodd\">\n <mask id=\"illustration-404_svg__b\" fill=\"#fff\">\n <use xlinkHref=\"#illustration-404_svg__a\" />\n </mask>\n <g mask=\"url(#illustration-404_svg__b)\">\n <g transform=\"translate(59 3)\">\n <mask id=\"illustration-404_svg__d\" fill=\"#fff\">\n <use xlinkHref=\"#illustration-404_svg__c\" />\n </mask>\n <use fill=\"#F5F5F5\" xlinkHref=\"#illustration-404_svg__c\" />\n <g mask=\"url(#illustration-404_svg__d)\">\n <g transform=\"translate(15 115)\">\n <rect fill=\"url(#illustration-404_svg__e)\" width={44} height={95} rx={3} />\n <path fill=\"url(#illustration-404_svg__f)\" d=\"M5 9h8v18H5zM18 9h8v18h-8z\" />\n </g>\n </g>\n <g mask=\"url(#illustration-404_svg__d)\">\n <g transform=\"translate(66 99)\">\n <rect fill=\"url(#illustration-404_svg__g)\" width={44} height={104} rx={3} />\n <path fill=\"#FFF\" d=\"M5 9h8v18H5zM18 9h8v18h-8z\" />\n </g>\n </g>\n <g mask=\"url(#illustration-404_svg__d)\">\n <g transform=\"translate(72 130)\">\n <rect fill=\"url(#illustration-404_svg__h)\" x={45} width={53} height={95} rx={3} />\n <path\n d=\"M58 34v18h-8V34h8zm0-25v18h-8V9h8zm13 0v18h-8V9h8z\"\n fill=\"url(#illustration-404_svg__i)\"\n />\n <path fill=\"url(#illustration-404_svg__j)\" d=\"M0 18h8v18H0z\" />\n </g>\n </g>\n <g mask=\"url(#illustration-404_svg__d)\">\n <g transform=\"translate(28 67)\">\n <rect fill=\"url(#illustration-404_svg__k)\" width={44} height={48} rx={3} />\n <path fill=\"url(#illustration-404_svg__l)\" d=\"M5 9h8v18H5z\" />\n <path fill=\"#FFF\" d=\"M18 9h8v18h-8z\" />\n </g>\n </g>\n <g mask=\"url(#illustration-404_svg__d)\">\n <g transform=\"translate(36.91 44.482)\">\n <rect\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n x={0.3}\n y={0.3}\n width={137.33}\n height={109.371}\n rx={2}\n />\n <path\n d=\"M135.93.3c.47 0 .894.19 1.202.498.308.308.498.733.498 1.202h0v8.836H.3V2c0-.47.19-.894.498-1.202A1.695 1.695 0 012 .3h0z\"\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n />\n <ellipse fill=\"#D96156\" cx={8.445} cy={5.568} rx={2.815} ry={2.784} />\n <ellipse fill=\"#F7B035\" cx={16.889} cy={5.568} rx={2.815} ry={2.784} />\n <ellipse fill=\"#57BB52\" cx={25.334} cy={5.568} rx={2.815} ry={2.784} />\n </g>\n <path\n d=\"M140.357 116.628c2.362-4.782 3.7-10.12 3.7-15.761 0-20.273-17.092-36.717-38.163-36.717-21.071 0-38.163 16.444-38.163 36.717 0 .254.017.508.017.763l13.706-16.365h7.96l-11.791 17.143h3.831v-4.353l8.19-12.281v31.124h-8.19v-6.546H69.02c3.55 12.79 14.086 22.831 27.446 26.104-.859 2.081-3.352 7.102-7.497 7.992-5.136 1.112 13.937.27 27.544-8.31 10.453-2.907 19.056-9.993 23.73-19.24h-8.059v-6.546h-13.722v-8.706l13.722-16.38h7.761l-11.592 17.142h3.831v-4.687l8.19-12.233v24.864l-.016 6.276zm-46.955-4.372a7.056 7.056 0 01-.592-2.88v-17.15c0-1.024.197-1.984.592-2.88a7.394 7.394 0 011.614-2.335 7.636 7.636 0 012.404-1.568 7.632 7.632 0 012.964-.576h6.717c1.054 0 2.042.192 2.964.576a7.882 7.882 0 012.371 1.536l-7.294 10.35v-1.84c0-.383-.132-.703-.395-.96a1.361 1.361 0 00-.988-.383c-.395 0-.725.128-.988.384a1.283 1.283 0 00-.395.96v5.76l-8.447 11.966a6.82 6.82 0 01-.527-.96zm22.305-3.137c0 1.025-.2 1.986-.6 2.883-.4.897-.949 1.682-1.631 2.339a7.731 7.731 0 01-2.432 1.57 7.788 7.788 0 01-2.997.576h-6.795a7.788 7.788 0 01-2.998-.576 7.731 7.731 0 01-2.431-1.57 7.799 7.799 0 01-.833-.961l8.26-11.58v4.052c0 .384.134.704.4.96.267.257.6.385 1 .385.399 0 .732-.128.998-.384.267-.257.4-.577.4-.961v-7.977l7.71-10.827c.55.592 1 1.265 1.333 2.018.4.897.6 1.858.6 2.883v17.17h.016z\"\n fill=\"#126BFB\"\n fillRule=\"nonzero\"\n />\n </g>\n </g>\n <g transform=\"translate(59 13)\">\n <circle stroke=\"#18263C\" strokeWidth={0.6} fill=\"#FFF\" cx={20} cy={20} r={19.7} />\n <path\n d=\"M20.94 23.06v-.34c0-.48.1-.92.32-1.32.18-.36.46-.72.84-1.04.94-.82 1.5-1.34 1.68-1.56.5-.64.76-1.46.76-2.44 0-1.2-.4-2.16-1.2-2.86-.8-.72-1.84-1.06-3.12-1.06-1.48 0-2.64.42-3.48 1.28-.84.84-1.26 1.98-1.26 3.44h2.1c0-.88.18-1.56.54-2.04.4-.58 1.06-.86 1.96-.86.72 0 1.3.2 1.7.6.38.4.58.94.58 1.64 0 .52-.2 1-.56 1.46l-.34.38c-1.24 1.1-2 1.92-2.26 2.48-.28.52-.4 1.16-.4 1.9v.34h2.14zM19.86 27c.4 0 .76-.14 1.04-.4.28-.28.44-.62.44-1.04 0-.42-.14-.76-.42-1.02-.28-.28-.64-.4-1.06-.4-.4 0-.76.12-1.04.4-.28.26-.42.6-.42 1.02 0 .4.14.74.42 1.02.28.28.64.42 1.04.42z\"\n fill=\"#126BFB\"\n fillRule=\"nonzero\"\n />\n </g>\n <path\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n d=\"M260.455 236.164h7.266v4.008h-7.266zM238.825 236.164h7.266v4.008h-7.266z\"\n />\n <path\n d=\"M268.2 238.637c.523 0 .995.212 1.338.554a1.886 1.886 0 01.458 1.932 3.895 3.895 0 01-3.702 2.675h0-11.406a3.484 3.484 0 01-3.388-2.653 2.016 2.016 0 01.232-1.53 2.016 2.016 0 011.246-.919h0zM246.401 238.637c.522 0 .995.212 1.338.554a1.886 1.886 0 01.458 1.932 3.895 3.895 0 01-3.702 2.675h0-11.406a3.484 3.484 0 01-3.388-2.653 2.016 2.016 0 01.232-1.53 2.016 2.016 0 011.246-.919h0z\"\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#D6DAE1\"\n />\n <path\n d=\"M282.903 142c.705 11.731.363 24.977-1.025 39.737-1.387 14.76-5.69 33.068-12.908 54.926h-9.745c-5.809-54.621-7.086-87.417-3.831-98.388 3.254-10.971 12.424-9.73 27.51 3.725z\"\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n />\n <path\n d=\"M232.497 131.561c-6.056 7.874-5.091 10.52-5.091 42.063 0 21.028 3.098 42.04 9.294 63.039h10.897c5.623-44.752 8.894-71.274 9.815-79.565a314.63 314.63 0 001.77-24.793c-13.753-5.745-22.648-5.993-26.685-.744zM221.724 93.145c.817-2.96-1.354-1.909-6.513 3.155-6.479 6.357-7.516 14.064-2.657 18.05 5.843 4.794 20.369 6.113 22.376 4.651.036-.026 4.293-2.075 2.866-4.86-1.427-2.784-5.045-.782-5.176-.833-1.858-.724-9.454-1.352-4.707-5.815 1.727-1.625 2.82-2.366 3.955-3.332l-10.144-11.016z\"\n stroke=\"#1A1A1A\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n />\n <path\n d=\"M252.048 83.38c-2.943-.051-4.491-.01-4.644.125l.949-10.51 6.714-.606 1.515 11.086c-.08-.012-1.59-.043-4.534-.095z\"\n stroke=\"#1A1A1A\"\n strokeWidth={0.5}\n fill=\"#FFF\"\n />\n <path\n d=\"M254.799 53.94c5.502 2.707 8.216 6.145 8.144 10.315-.063 3.574-1.327 7.258-3.793 11.05a4 4 0 01-3.517 1.816l-10.195-.417a4 4 0 01-3.55-2.51c-3.121-7.799-2.9-13.403.665-16.812 3.921-3.75 4.345-6.087 1.271-7.008L254.8 53.94z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M270.306 86.244c5.197 11.07 13.114 13.81 23.752 8.219 2.977-1.565 9.52-8.64 5.815-16.718-2.073-4.52-6.927-11.746-14.562-21.677-.104-4.355-1.749-6.105-4.934-5.25-4.777 1.28-3.538 3.824-1.839 5.25l4.433 3.721c9.356 13.579 9.436 20.441.24 20.586-9.195.146-13.497 2.102-12.905 5.869z\"\n stroke=\"#1A1A1A\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n />\n <path\n d=\"M234.862 79.947c3.226-.43 8.713.204 11.605 1.23 2.893 1.027 11.227-.008 14.62-1.23.994-.358 11.964-4.681 19.838.82 5.364 7.962 6.837 13.882 4.42 17.758-.305.491-4.481 1.282-12.528 2.372 6.847 13.59 10.931 28.465 12.253 44.626h-62.598c4.134-23.02 7.947-37.208 11.439-42.564.672-1.03-4.988 5.312-5.107 5.183l-14.7-11.971c4.166-9.53 11.086-14.937 20.758-16.224z\"\n stroke=\"#1A1A1A\"\n strokeWidth={0.6}\n fill=\"#D6DAE1\"\n />\n </g>\n </g>\n </svg>\n )\n}\n\nconst ForwardRef = React.forwardRef(SvgIllustration404)\nconst MemoForwardRef = React.memo(ForwardRef)\nexport default MemoForwardRef\n"]}
1
+ {"version":3,"file":"illustration-404.js","sourceRoot":"","sources":["../../src/svg-components/illustration-404.tsx"],"names":[],"mappings":"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","sourcesContent":["import * as React from 'react'\n\nfunction SvgIllustration404(\n props: React.SVGProps<SVGSVGElement>,\n svgRef?: React.Ref<SVGSVGElement>\n) {\n return (\n <svg\n viewBox=\"0 0 330 250\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlnsXlink=\"http://www.w3.org/1999/xlink\"\n ref={svgRef}\n {...props}\n >\n <defs>\n <linearGradient x1=\"50%\" y1=\"1.125%\" x2=\"50%\" y2=\"97.418%\" id=\"illustration-404_svg__e\">\n <stop stopColor=\"#D6DAE1\" stopOpacity={0.424} offset=\"0%\" />\n <stop stopColor=\"#D6DAE1\" stopOpacity={0} offset=\"100%\" />\n </linearGradient>\n <linearGradient x1=\"50%\" y1=\"0%\" x2=\"50%\" y2=\"100%\" id=\"illustration-404_svg__f\">\n <stop stopColor=\"#FFF\" offset=\"0%\" />\n <stop stopColor=\"#FFF\" stopOpacity={0.388} offset=\"100%\" />\n </linearGradient>\n <linearGradient x1=\"50%\" y1=\"64.379%\" x2=\"50%\" y2=\"86.745%\" id=\"illustration-404_svg__g\">\n <stop stopColor=\"#D6DAE1\" stopOpacity={0.389} offset=\"0%\" />\n <stop stopColor=\"#D6DAE1\" stopOpacity={0} offset=\"100%\" />\n </linearGradient>\n <linearGradient x1=\"50%\" y1=\"1.125%\" x2=\"50%\" y2=\"96.416%\" id=\"illustration-404_svg__h\">\n <stop stopColor=\"#D6DAE1\" stopOpacity={0.239} offset=\"0%\" />\n <stop stopColor=\"#D6DAE1\" stopOpacity={0} offset=\"100%\" />\n </linearGradient>\n <linearGradient\n x1=\"23.134%\"\n y1=\"100%\"\n x2=\"23.134%\"\n y2=\"33.95%\"\n id=\"illustration-404_svg__i\"\n >\n <stop stopColor=\"#FFF\" stopOpacity={0} offset=\"0%\" />\n <stop stopColor=\"#FFF\" offset=\"100%\" />\n </linearGradient>\n <linearGradient x1=\"50%\" y1=\"0%\" x2=\"50%\" y2=\"100%\" id=\"illustration-404_svg__j\">\n <stop stopColor=\"#FFF\" offset=\"0%\" />\n <stop stopColor=\"#FFF\" stopOpacity={0} offset=\"100%\" />\n </linearGradient>\n <linearGradient x1=\"50%\" y1=\".363%\" x2=\"50%\" y2=\"97.578%\" id=\"illustration-404_svg__k\">\n <stop stopColor=\"#D6DAE1\" stopOpacity={0.424} offset=\".784%\" />\n <stop stopColor=\"#D6DAE1\" stopOpacity={0} offset=\"99.836%\" />\n </linearGradient>\n <linearGradient x1=\"10.289%\" y1=\"90.821%\" x2=\"10.289%\" y2=\"0%\" id=\"illustration-404_svg__l\">\n <stop stopColor=\"#FFF\" stopOpacity={0} offset=\"0%\" />\n <stop stopColor=\"#FFF\" offset=\"100%\" />\n </linearGradient>\n <ellipse id=\"illustration-404_svg__c\" cx={105.746} cy={105.09} rx={105.746} ry={105.09} />\n <path id=\"illustration-404_svg__a\" d=\"M0 0h330v250H0z\" />\n </defs>\n <g fill=\"none\" fillRule=\"evenodd\">\n <mask id=\"illustration-404_svg__b\" fill=\"#fff\">\n <use xlinkHref=\"#illustration-404_svg__a\" />\n </mask>\n <g mask=\"url(#illustration-404_svg__b)\">\n <g transform=\"translate(59 3)\">\n <mask id=\"illustration-404_svg__d\" fill=\"#fff\">\n <use xlinkHref=\"#illustration-404_svg__c\" />\n </mask>\n <use fill=\"#F5F5F5\" xlinkHref=\"#illustration-404_svg__c\" />\n <g mask=\"url(#illustration-404_svg__d)\">\n <g transform=\"translate(15 115)\">\n <rect fill=\"url(#illustration-404_svg__e)\" width={44} height={95} rx={3} />\n <path fill=\"url(#illustration-404_svg__f)\" d=\"M5 9h8v18H5zM18 9h8v18h-8z\" />\n </g>\n </g>\n <g mask=\"url(#illustration-404_svg__d)\">\n <g transform=\"translate(66 99)\">\n <rect fill=\"url(#illustration-404_svg__g)\" width={44} height={104} rx={3} />\n <path fill=\"#FFF\" d=\"M5 9h8v18H5zM18 9h8v18h-8z\" />\n </g>\n </g>\n <g mask=\"url(#illustration-404_svg__d)\">\n <g transform=\"translate(72 130)\">\n <rect fill=\"url(#illustration-404_svg__h)\" x={45} width={53} height={95} rx={3} />\n <path\n d=\"M58 34v18h-8V34h8zm0-25v18h-8V9h8zm13 0v18h-8V9h8z\"\n fill=\"url(#illustration-404_svg__i)\"\n />\n <path fill=\"url(#illustration-404_svg__j)\" d=\"M0 18h8v18H0z\" />\n </g>\n </g>\n <g mask=\"url(#illustration-404_svg__d)\">\n <g transform=\"translate(28 67)\">\n <rect fill=\"url(#illustration-404_svg__k)\" width={44} height={48} rx={3} />\n <path fill=\"url(#illustration-404_svg__l)\" d=\"M5 9h8v18H5z\" />\n <path fill=\"#FFF\" d=\"M18 9h8v18h-8z\" />\n </g>\n </g>\n <g mask=\"url(#illustration-404_svg__d)\">\n <g transform=\"translate(36.91 44.482)\">\n <rect\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n x={0.3}\n y={0.3}\n width={137.33}\n height={109.371}\n rx={2}\n />\n <path\n d=\"M135.93.3c.47 0 .894.19 1.202.498.308.308.498.733.498 1.202h0v8.836H.3V2c0-.47.19-.894.498-1.202A1.695 1.695 0 012 .3h0z\"\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n />\n <ellipse fill=\"#D96156\" cx={8.445} cy={5.568} rx={2.815} ry={2.784} />\n <ellipse fill=\"#F7B035\" cx={16.889} cy={5.568} rx={2.815} ry={2.784} />\n <ellipse fill=\"#57BB52\" cx={25.334} cy={5.568} rx={2.815} ry={2.784} />\n </g>\n <path\n d=\"M140.357 116.628c2.362-4.782 3.7-10.12 3.7-15.761 0-20.273-17.092-36.717-38.163-36.717-21.071 0-38.163 16.444-38.163 36.717 0 .254.017.508.017.763l13.706-16.365h7.96l-11.791 17.143h3.831v-4.353l8.19-12.281v31.124h-8.19v-6.546H69.02c3.55 12.79 14.086 22.831 27.446 26.104-.859 2.081-3.352 7.102-7.497 7.992-5.136 1.112 13.937.27 27.544-8.31 10.453-2.907 19.056-9.993 23.73-19.24h-8.059v-6.546h-13.722v-8.706l13.722-16.38h7.761l-11.592 17.142h3.831v-4.687l8.19-12.233v24.864l-.016 6.276zm-46.955-4.372a7.056 7.056 0 01-.592-2.88v-17.15c0-1.024.197-1.984.592-2.88a7.394 7.394 0 011.614-2.335 7.636 7.636 0 012.404-1.568 7.632 7.632 0 012.964-.576h6.717c1.054 0 2.042.192 2.964.576a7.882 7.882 0 012.371 1.536l-7.294 10.35v-1.84c0-.383-.132-.703-.395-.96a1.361 1.361 0 00-.988-.383c-.395 0-.725.128-.988.384a1.283 1.283 0 00-.395.96v5.76l-8.447 11.966a6.82 6.82 0 01-.527-.96zm22.305-3.137c0 1.025-.2 1.986-.6 2.883-.4.897-.949 1.682-1.631 2.339a7.731 7.731 0 01-2.432 1.57 7.788 7.788 0 01-2.997.576h-6.795a7.788 7.788 0 01-2.998-.576 7.731 7.731 0 01-2.431-1.57 7.799 7.799 0 01-.833-.961l8.26-11.58v4.052c0 .384.134.704.4.96.267.257.6.385 1 .385.399 0 .732-.128.998-.384.267-.257.4-.577.4-.961v-7.977l7.71-10.827c.55.592 1 1.265 1.333 2.018.4.897.6 1.858.6 2.883v17.17h.016z\"\n fill=\"#126BFB\"\n fillRule=\"nonzero\"\n />\n </g>\n </g>\n <g transform=\"translate(59 13)\">\n <circle stroke=\"#18263C\" strokeWidth={0.6} fill=\"#FFF\" cx={20} cy={20} r={19.7} />\n <path\n d=\"M20.94 23.06v-.34c0-.48.1-.92.32-1.32.18-.36.46-.72.84-1.04.94-.82 1.5-1.34 1.68-1.56.5-.64.76-1.46.76-2.44 0-1.2-.4-2.16-1.2-2.86-.8-.72-1.84-1.06-3.12-1.06-1.48 0-2.64.42-3.48 1.28-.84.84-1.26 1.98-1.26 3.44h2.1c0-.88.18-1.56.54-2.04.4-.58 1.06-.86 1.96-.86.72 0 1.3.2 1.7.6.38.4.58.94.58 1.64 0 .52-.2 1-.56 1.46l-.34.38c-1.24 1.1-2 1.92-2.26 2.48-.28.52-.4 1.16-.4 1.9v.34h2.14zM19.86 27c.4 0 .76-.14 1.04-.4.28-.28.44-.62.44-1.04 0-.42-.14-.76-.42-1.02-.28-.28-.64-.4-1.06-.4-.4 0-.76.12-1.04.4-.28.26-.42.6-.42 1.02 0 .4.14.74.42 1.02.28.28.64.42 1.04.42z\"\n fill=\"#126BFB\"\n fillRule=\"nonzero\"\n />\n </g>\n <path\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n d=\"M260.455 236.164h7.266v4.008h-7.266zM238.825 236.164h7.266v4.008h-7.266z\"\n />\n <path\n d=\"M268.2 238.637c.523 0 .995.212 1.338.554a1.886 1.886 0 01.458 1.932 3.895 3.895 0 01-3.702 2.675h0-11.406a3.484 3.484 0 01-3.388-2.653 2.016 2.016 0 01.232-1.53 2.016 2.016 0 011.246-.919h0zM246.401 238.637c.522 0 .995.212 1.338.554a1.886 1.886 0 01.458 1.932 3.895 3.895 0 01-3.702 2.675h0-11.406a3.484 3.484 0 01-3.388-2.653 2.016 2.016 0 01.232-1.53 2.016 2.016 0 011.246-.919h0z\"\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#D6DAE1\"\n />\n <path\n d=\"M282.903 142c.705 11.731.363 24.977-1.025 39.737-1.387 14.76-5.69 33.068-12.908 54.926h-9.745c-5.809-54.621-7.086-87.417-3.831-98.388 3.254-10.971 12.424-9.73 27.51 3.725z\"\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n />\n <path\n d=\"M232.497 131.561c-6.056 7.874-5.091 10.52-5.091 42.063 0 21.028 3.098 42.04 9.294 63.039h10.897c5.623-44.752 8.894-71.274 9.815-79.565a314.63 314.63 0 001.77-24.793c-13.753-5.745-22.648-5.993-26.685-.744zM221.724 93.145c.817-2.96-1.354-1.909-6.513 3.155-6.479 6.357-7.516 14.064-2.657 18.05 5.843 4.794 20.369 6.113 22.376 4.651.036-.026 4.293-2.075 2.866-4.86-1.427-2.784-5.045-.782-5.176-.833-1.858-.724-9.454-1.352-4.707-5.815 1.727-1.625 2.82-2.366 3.955-3.332l-10.144-11.016z\"\n stroke=\"#1A1A1A\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n />\n <path\n d=\"M252.048 83.38c-2.943-.051-4.491-.01-4.644.125l.949-10.51 6.714-.606 1.515 11.086c-.08-.012-1.59-.043-4.534-.095z\"\n stroke=\"#1A1A1A\"\n strokeWidth={0.5}\n fill=\"#FFF\"\n />\n <path\n d=\"M254.799 53.94c5.502 2.707 8.216 6.145 8.144 10.315-.063 3.574-1.327 7.258-3.793 11.05a4 4 0 01-3.517 1.816l-10.195-.417a4 4 0 01-3.55-2.51c-3.121-7.799-2.9-13.403.665-16.812 3.921-3.75 4.345-6.087 1.271-7.008L254.8 53.94z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M270.306 86.244c5.197 11.07 13.114 13.81 23.752 8.219 2.977-1.565 9.52-8.64 5.815-16.718-2.073-4.52-6.927-11.746-14.562-21.677-.104-4.355-1.749-6.105-4.934-5.25-4.777 1.28-3.538 3.824-1.839 5.25l4.433 3.721c9.356 13.579 9.436 20.441.24 20.586-9.195.146-13.497 2.102-12.905 5.869z\"\n stroke=\"#1A1A1A\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n />\n <path\n d=\"M234.862 79.947c3.226-.43 8.713.204 11.605 1.23 2.893 1.027 11.227-.008 14.62-1.23.994-.358 11.964-4.681 19.838.82 5.364 7.962 6.837 13.882 4.42 17.758-.305.491-4.481 1.282-12.528 2.372 6.847 13.59 10.931 28.465 12.253 44.626h-62.598c4.134-23.02 7.947-37.208 11.439-42.564.672-1.03-4.988 5.312-5.107 5.183l-14.7-11.971c4.166-9.53 11.086-14.937 20.758-16.224z\"\n stroke=\"#1A1A1A\"\n strokeWidth={0.6}\n fill=\"#D6DAE1\"\n />\n </g>\n </g>\n </svg>\n )\n}\n\nconst ForwardRef = React.forwardRef(SvgIllustration404)\nconst MemoForwardRef = React.memo(ForwardRef)\nexport default MemoForwardRef\n"]}
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "onChange" | "className" | "mode" | "style" | "children" | "clipPath" | "filter" | "mask" | "path" | "color" | "onClick" | "local" | "type" | "width" | "height" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>>;
2
+ declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "className" | "style" | "children" | "mask" | "width" | "height" | "clipPath" | "filter" | "path" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>>;
3
3
  export default MemoForwardRef;
4
4
  //# sourceMappingURL=illustration-500.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"illustration-500.js","sourceRoot":"","sources":["../../src/svg-components/illustration-500.tsx"],"names":[],"mappings":"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","sourcesContent":["import * as React from 'react'\n\nfunction SvgIllustration500(\n props: React.SVGProps<SVGSVGElement>,\n svgRef?: React.Ref<SVGSVGElement>\n) {\n return (\n <svg\n viewBox=\"0 0 330 250\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlnsXlink=\"http://www.w3.org/1999/xlink\"\n ref={svgRef}\n {...props}\n >\n <defs>\n <linearGradient x1=\"18.04%\" y1=\"87.79%\" x2=\"18.04%\" y2=\"0%\" id=\"illustration-500_svg__e\">\n <stop stopColor=\"#F5F5F5\" offset=\"0%\" />\n <stop stopColor=\"#E4E8EE\" offset=\"100%\" />\n </linearGradient>\n <linearGradient x1=\"18.04%\" y1=\"87.79%\" x2=\"18.04%\" y2=\"0%\" id=\"illustration-500_svg__f\">\n <stop stopColor=\"#F5F5F5\" offset=\"0%\" />\n <stop stopColor=\"#E4E8EE\" offset=\"100%\" />\n </linearGradient>\n <ellipse id=\"illustration-500_svg__c\" cx={105.746} cy={105.09} rx={105.746} ry={105.09} />\n <path id=\"illustration-500_svg__a\" d=\"M0 0h330v250H0z\" />\n </defs>\n <g fill=\"none\" fillRule=\"evenodd\">\n <mask id=\"illustration-500_svg__b\" fill=\"#fff\">\n <use xlinkHref=\"#illustration-500_svg__a\" />\n </mask>\n <g mask=\"url(#illustration-500_svg__b)\">\n <g transform=\"translate(59 3)\">\n <mask id=\"illustration-500_svg__d\" fill=\"#fff\">\n <use xlinkHref=\"#illustration-500_svg__c\" />\n </mask>\n <use fill=\"#F5F5F5\" xlinkHref=\"#illustration-500_svg__c\" />\n <g mask=\"url(#illustration-500_svg__d)\">\n <path fill=\"#E8E9EA\" d=\"M101 155h70v5h-70zM101 185h70v5h-70z\" />\n <g transform=\"translate(97 130)\">\n <path\n d=\"M74 60a4 4 0 014 4v18a4 4 0 01-4 4H4a4 4 0 01-4-4V64a4 4 0 014-4h70zm0-30a4 4 0 014 4v18a4 4 0 01-4 4H4a4 4 0 01-4-4V34a4 4 0 014-4h70zm0-30a4 4 0 014 4v18a4 4 0 01-4 4H4a4 4 0 01-4-4V4a4 4 0 014-4h70z\"\n fill=\"url(#illustration-500_svg__e)\"\n />\n <circle fill=\"#FFF\" cx={10} cy={13} r={3} />\n <circle fill=\"#FFF\" cx={18} cy={13} r={3} />\n <circle fill=\"#FFF\" cx={26} cy={13} r={3} />\n <rect fill=\"#FFF\" x={49} y={10} width={25} height={6} rx={1} />\n </g>\n <g transform=\"translate(97 160)\" fill=\"#FFF\">\n <circle cx={10} cy={13} r={3} />\n <circle cx={18} cy={13} r={3} />\n <circle cx={26} cy={13} r={3} />\n <rect x={49} y={10} width={25} height={6} rx={1} />\n </g>\n <g transform=\"translate(97 190)\" fill=\"#FFF\">\n <circle cx={10} cy={13} r={3} />\n <circle cx={18} cy={13} r={3} />\n <circle cx={26} cy={13} r={3} />\n <rect x={49} y={10} width={25} height={6} rx={1} />\n </g>\n </g>\n <g mask=\"url(#illustration-500_svg__d)\">\n <path\n fill=\"#E8E9EA\"\n d=\"M25.487 162.795h61.026v4.359H25.487zM25.487 188.949h61.026v4.359H25.487z\"\n />\n <g transform=\"translate(22 141)\">\n <path\n d=\"M64 52.308a4 4 0 014 4v14.666a4 4 0 01-4 4H4a4 4 0 01-4-4V56.308a4 4 0 014-4h60zm0-26.154a4 4 0 014 4V44.82a4 4 0 01-4 4H4a4 4 0 01-4-4V30.154a4 4 0 014-4h60zM64 0a4 4 0 014 4v14.667a4 4 0 01-4 4H4a4 4 0 01-4-4V4a4 4 0 014-4h60z\"\n fill=\"url(#illustration-500_svg__f)\"\n />\n <circle fill=\"#FFF\" cx={8.718} cy={11.333} r={2.615} />\n <circle fill=\"#FFF\" cx={15.692} cy={11.333} r={2.615} />\n <circle fill=\"#FFF\" cx={22.667} cy={11.333} r={2.615} />\n <rect fill=\"#FFF\" x={42.718} y={8.718} width={21.795} height={5.231} rx={1} />\n </g>\n <g transform=\"translate(22 167.154)\" fill=\"#FFF\">\n <circle cx={8.718} cy={11.333} r={2.615} />\n <circle cx={15.692} cy={11.333} r={2.615} />\n <circle cx={22.667} cy={11.333} r={2.615} />\n <rect x={42.718} y={8.718} width={21.795} height={5.231} rx={1} />\n </g>\n <g transform=\"translate(22 193.308)\" fill=\"#FFF\">\n <circle cx={8.718} cy={11.333} r={2.615} />\n <circle cx={15.692} cy={11.333} r={2.615} />\n <circle cx={22.667} cy={11.333} r={2.615} />\n <rect x={42.718} y={8.718} width={21.795} height={5.231} rx={1} />\n </g>\n </g>\n <g mask=\"url(#illustration-500_svg__d)\" fill=\"#FFF\">\n <path d=\"M71 108h8v18h-8zM84 108h8v18h-8z\" />\n </g>\n <g mask=\"url(#illustration-500_svg__d)\">\n <g transform=\"translate(36.91 44.482)\">\n <rect\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n x={0.3}\n y={0.3}\n width={137.33}\n height={109.371}\n rx={2}\n />\n <path\n d=\"M135.93.3c.47 0 .894.19 1.202.498.308.308.498.733.498 1.202h0v8.836H.3V2c0-.47.19-.894.498-1.202A1.695 1.695 0 012 .3h0z\"\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n />\n <ellipse fill=\"#D96156\" cx={8.445} cy={5.568} rx={2.815} ry={2.784} />\n <ellipse fill=\"#F7B035\" cx={16.889} cy={5.568} rx={2.815} ry={2.784} />\n <ellipse fill=\"#57BB52\" cx={25.334} cy={5.568} rx={2.815} ry={2.784} />\n </g>\n </g>\n </g>\n <path\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n d=\"M259.455 235.164h7.266v4.008h-7.266zM240.825 235.164h7.266v4.008h-7.266z\"\n />\n <path\n d=\"M267.237 237.637c.54 0 1.03.22 1.384.573a1.95 1.95 0 01.497 1.924 3.673 3.673 0 01-3.535 2.664h0-9.167a3.34 3.34 0 01-2.102-.744 3.34 3.34 0 01-1.168-1.9 2.074 2.074 0 01.287-1.566c.289-.447.748-.784 1.31-.905h0zM248.438 237.637c.54 0 1.03.22 1.384.573a1.95 1.95 0 01.497 1.924 3.673 3.673 0 01-3.535 2.664h0-9.167a3.34 3.34 0 01-2.103-.744 3.34 3.34 0 01-1.168-1.9 2.074 2.074 0 01.288-1.566c.289-.447.748-.784 1.31-.905h0z\"\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#D6DAE1\"\n />\n <path\n d=\"M235.715 130.561c-5.136 7.874-4.318 10.52-4.318 42.063 0 21.028 2.628 42.04 7.883 63.039h9.243c4.769-44.752 7.543-71.274 8.324-79.565.78-8.29 1.281-16.555 1.502-24.793-11.665-5.745-19.21-5.993-22.634-.744z\"\n stroke=\"#1A1A1A\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n />\n <path\n d=\"M280.537 141c.594 11.731.306 24.977-.866 39.737-1.17 14.76-5.299 33.068-12.383 54.926h-8.226c-4.902-54.621-5.98-87.417-3.233-98.388 2.747-10.971 10.983-9.73 24.708 3.725zM268.116 110.78c-1.707-4.58-7.769-9.606-18.184-15.076-15.623-8.205-5.831-33.62-1.428-33.62 2.922 0 2.52.152 3.775-.692.287-.193 2.229-2.101 2.316-2.44.026-.1 1.432-1.423 1.493-2.338.11-1.663-2.493-3.133-3.945-3.543-2.072-.586-4.085.753-6.038 4.016-3.613 2.34-5.788 3.775-6.525 4.305-11.167 8.02-17.449 34.031-.227 43.656 18.188 10.164 21.238 7.05 9.15-9.344\"\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n />\n <path\n stroke=\"#18263C\"\n strokeWidth={0.4}\n fill=\"#FFF\"\n d=\"M262.103 73.947l2.136 10.303-12.443 2.97 2.765-10.733z\"\n />\n <path\n d=\"M262.58 74.597c-7.331 2.938-12.285 4.025-14.86 3.26-3.865-1.145-5.753-12.692-4.809-14.851.944-2.16 13.906-7.276 16.178-.898 1.514 4.253 2.678 8.415 3.491 12.489z\"\n stroke=\"#18263C\"\n strokeWidth={0.4}\n fill=\"#FFF\"\n />\n <path\n d=\"M253.24 65.706c-1.667-1.08-2.457-.235-2.368 2.536h-1.72c-.133-3.355-2.242-5.032-6.326-5.032-6.127 0-2.945-11.754.388-12.364 1.376-.252 1.101-.113.824.281-.395.56-.817.84 1 .84 3.094 0 11.693.047 17.7 2.785 4.004 1.826 4.204 7.782.598 17.87l-6.294 1.325-3.801-3.36c1.667-2.174 1.667-3.802 0-4.881z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M249.031 82.858c.768-1.285-.065-1.713-2.5-1.285-3.652.642-15.473 12.485-15.473 15.538 0 3.053 6.546 11.677 7.835 11.677.86 0 4.24-8.644 10.138-25.93z\"\n stroke=\"#18263C\"\n strokeWidth={0.4}\n fill=\"#D6DAE1\"\n />\n <path\n d=\"M266.684 83.114c-6.284-2.492-10.842 3.044-16.402-1.425-5.56-4.47-28.255 54.968-23.64 59.03 4.616 4.063 50.498 8.518 56.43 3.58 3.955-3.29 1.825-21.71-6.39-55.26-4.385-3.106-7.718-5.081-9.998-5.925z\"\n stroke=\"#18263C\"\n strokeWidth={0.4}\n fill=\"#D6DAE1\"\n />\n <g stroke=\"#18263C\">\n <path\n d=\"M275.039 93.073c-5.103 1.385-8.598 8.282-10.486 20.692-.594 3.902-.009 7.447-4.504 11.837-2.997 2.927-16.532 6.214-40.605 9.861-5.403 1.193-7.226 2.337-5.467 3.431 2.39 1.488 0 3.075 5.467 3.075 4.625 0 4.64-2.231 6.046-2.068 41.885 4.88 57.477-5.397 59.339-27.509 1.241-14.74-2.022-21.18-9.79-19.319z\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n />\n <path\n d=\"M285.116 113.765h-20.563c-4.389-16.591-1.454-24.887 8.803-24.887 10.258 0 14.178 8.296 11.76 24.887z\"\n strokeWidth={0.4}\n fill=\"#D6DAE1\"\n />\n </g>\n </g>\n <circle stroke=\"#18263C\" strokeWidth={0.6} fill=\"#FFF\" cx={79} cy={33} r={19.7} />\n <g>\n <path\n d=\"M146.375 148.836c20.917-1.977 23.999-7.289 27.214-8.137C189.959 136.381 202 121.81 202 104.5c0-20.71-17.237-37.5-38.5-37.5S125 83.79 125 104.5c0 17.637 12.5 32.43 29.34 36.432 1.37.326-.575 2.753-2.27 4.238-1.693 1.485-7.38 3.666-5.695 3.666z\"\n fill=\"#126BFB\"\n />\n <path\n d=\"M173.759 90.048c.55.592.999 1.265 1.332 2.018.4.897.6 1.858.6 2.883v17.17h.016c0 1.025-.2 1.986-.6 2.883-.4.897-.949 1.682-1.631 2.339a7.731 7.731 0 01-2.432 1.57 7.788 7.788 0 01-2.997.576h-6.795a7.788 7.788 0 01-2.998-.576 7.731 7.731 0 01-2.431-1.57 7.799 7.799 0 01-.833-.961l8.26-11.58v4.052c0 .384.134.704.4.96.267.257.6.385 1 .385.399 0 .732-.128.998-.384.267-.257.4-.577.4-.961v-7.977l7.71-10.827zm25 0c.55.592.999 1.265 1.332 2.018.4.897.6 1.858.6 2.883v17.17h.016c0 1.025-.2 1.986-.6 2.883-.4.897-.949 1.682-1.631 2.339a7.731 7.731 0 01-2.432 1.57 7.788 7.788 0 01-2.997.576h-6.795a7.788 7.788 0 01-2.998-.576 7.731 7.731 0 01-2.431-1.57 7.799 7.799 0 01-.833-.961l8.26-11.58v4.052c0 .384.134.704.4.96.267.257.6.385 1 .385.399 0 .732-.128.998-.384.267-.257.4-.577.4-.961v-7.977l7.71-10.827zm-49.667 9.75a4.802 4.802 0 011.94 3.643l.005.22v10.767a4.809 4.809 0 01-4.589 4.804l-.22.005h-16.157a2.09 2.09 0 01-2.09-2.091v-5.227a2.09 2.09 0 012.09-2.09h11.557v-1.236l7.464-8.795zm18.01-11.931c1.053 0 2.041.192 2.963.576a7.882 7.882 0 012.371 1.536l-7.294 10.35v-1.84c0-.383-.132-.703-.395-.96a1.361 1.361 0 00-.988-.383c-.395 0-.725.128-.988.384a1.283 1.283 0 00-.395.96v5.76l-8.447 11.966a6.82 6.82 0 01-.527-.96 7.056 7.056 0 01-.592-2.88v-17.15c0-1.024.197-1.984.592-2.88a7.394 7.394 0 011.614-2.335 7.636 7.636 0 012.404-1.568 7.632 7.632 0 012.964-.576h6.717zm25 0c1.053 0 2.041.192 2.963.576a7.882 7.882 0 012.371 1.536l-7.294 10.35v-1.84c0-.383-.132-.703-.395-.96a1.361 1.361 0 00-.988-.383c-.395 0-.725.128-.988.384a1.283 1.283 0 00-.395.96v5.76l-8.447 11.966a6.82 6.82 0 01-.527-.96 7.056 7.056 0 01-.592-2.88v-17.15c0-1.024.197-1.984.592-2.88a7.394 7.394 0 011.614-2.335 7.636 7.636 0 012.404-1.568 7.632 7.632 0 012.964-.576h6.717zm-43.219.01a2.09 2.09 0 012.091 2.09v5.227a2.09 2.09 0 01-1.935 2.085l-.156.005h-11.476v1.568h8.821c.693 0 1.352.147 1.947.41l-7.636 8.997-7.731.002a4.809 4.809 0 01-4.804-4.589l-.005-.22V92.685a4.809 4.809 0 014.589-4.804l.22-.005h16.075z\"\n fill=\"#FFF\"\n fillRule=\"nonzero\"\n />\n </g>\n <g fill=\"#D96156\" fillRule=\"nonzero\">\n <path d=\"M77.945 35.44a1.074 1.074 0 002.112 0l.704-9.68A1.764 1.764 0 0079 24a1.81 1.81 0 00-1.76 1.936l.704 9.504zM79 38.08a1.76 1.76 0 101.76 1.76A1.663 1.663 0 0079 38.08z\" />\n </g>\n </g>\n </svg>\n )\n}\n\nconst ForwardRef = React.forwardRef(SvgIllustration500)\nconst MemoForwardRef = React.memo(ForwardRef)\nexport default MemoForwardRef\n"]}
1
+ {"version":3,"file":"illustration-500.js","sourceRoot":"","sources":["../../src/svg-components/illustration-500.tsx"],"names":[],"mappings":"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","sourcesContent":["import * as React from 'react'\n\nfunction SvgIllustration500(\n props: React.SVGProps<SVGSVGElement>,\n svgRef?: React.Ref<SVGSVGElement>\n) {\n return (\n <svg\n viewBox=\"0 0 330 250\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlnsXlink=\"http://www.w3.org/1999/xlink\"\n ref={svgRef}\n {...props}\n >\n <defs>\n <linearGradient x1=\"18.04%\" y1=\"87.79%\" x2=\"18.04%\" y2=\"0%\" id=\"illustration-500_svg__e\">\n <stop stopColor=\"#F5F5F5\" offset=\"0%\" />\n <stop stopColor=\"#E4E8EE\" offset=\"100%\" />\n </linearGradient>\n <linearGradient x1=\"18.04%\" y1=\"87.79%\" x2=\"18.04%\" y2=\"0%\" id=\"illustration-500_svg__f\">\n <stop stopColor=\"#F5F5F5\" offset=\"0%\" />\n <stop stopColor=\"#E4E8EE\" offset=\"100%\" />\n </linearGradient>\n <ellipse id=\"illustration-500_svg__c\" cx={105.746} cy={105.09} rx={105.746} ry={105.09} />\n <path id=\"illustration-500_svg__a\" d=\"M0 0h330v250H0z\" />\n </defs>\n <g fill=\"none\" fillRule=\"evenodd\">\n <mask id=\"illustration-500_svg__b\" fill=\"#fff\">\n <use xlinkHref=\"#illustration-500_svg__a\" />\n </mask>\n <g mask=\"url(#illustration-500_svg__b)\">\n <g transform=\"translate(59 3)\">\n <mask id=\"illustration-500_svg__d\" fill=\"#fff\">\n <use xlinkHref=\"#illustration-500_svg__c\" />\n </mask>\n <use fill=\"#F5F5F5\" xlinkHref=\"#illustration-500_svg__c\" />\n <g mask=\"url(#illustration-500_svg__d)\">\n <path fill=\"#E8E9EA\" d=\"M101 155h70v5h-70zM101 185h70v5h-70z\" />\n <g transform=\"translate(97 130)\">\n <path\n d=\"M74 60a4 4 0 014 4v18a4 4 0 01-4 4H4a4 4 0 01-4-4V64a4 4 0 014-4h70zm0-30a4 4 0 014 4v18a4 4 0 01-4 4H4a4 4 0 01-4-4V34a4 4 0 014-4h70zm0-30a4 4 0 014 4v18a4 4 0 01-4 4H4a4 4 0 01-4-4V4a4 4 0 014-4h70z\"\n fill=\"url(#illustration-500_svg__e)\"\n />\n <circle fill=\"#FFF\" cx={10} cy={13} r={3} />\n <circle fill=\"#FFF\" cx={18} cy={13} r={3} />\n <circle fill=\"#FFF\" cx={26} cy={13} r={3} />\n <rect fill=\"#FFF\" x={49} y={10} width={25} height={6} rx={1} />\n </g>\n <g transform=\"translate(97 160)\" fill=\"#FFF\">\n <circle cx={10} cy={13} r={3} />\n <circle cx={18} cy={13} r={3} />\n <circle cx={26} cy={13} r={3} />\n <rect x={49} y={10} width={25} height={6} rx={1} />\n </g>\n <g transform=\"translate(97 190)\" fill=\"#FFF\">\n <circle cx={10} cy={13} r={3} />\n <circle cx={18} cy={13} r={3} />\n <circle cx={26} cy={13} r={3} />\n <rect x={49} y={10} width={25} height={6} rx={1} />\n </g>\n </g>\n <g mask=\"url(#illustration-500_svg__d)\">\n <path\n fill=\"#E8E9EA\"\n d=\"M25.487 162.795h61.026v4.359H25.487zM25.487 188.949h61.026v4.359H25.487z\"\n />\n <g transform=\"translate(22 141)\">\n <path\n d=\"M64 52.308a4 4 0 014 4v14.666a4 4 0 01-4 4H4a4 4 0 01-4-4V56.308a4 4 0 014-4h60zm0-26.154a4 4 0 014 4V44.82a4 4 0 01-4 4H4a4 4 0 01-4-4V30.154a4 4 0 014-4h60zM64 0a4 4 0 014 4v14.667a4 4 0 01-4 4H4a4 4 0 01-4-4V4a4 4 0 014-4h60z\"\n fill=\"url(#illustration-500_svg__f)\"\n />\n <circle fill=\"#FFF\" cx={8.718} cy={11.333} r={2.615} />\n <circle fill=\"#FFF\" cx={15.692} cy={11.333} r={2.615} />\n <circle fill=\"#FFF\" cx={22.667} cy={11.333} r={2.615} />\n <rect fill=\"#FFF\" x={42.718} y={8.718} width={21.795} height={5.231} rx={1} />\n </g>\n <g transform=\"translate(22 167.154)\" fill=\"#FFF\">\n <circle cx={8.718} cy={11.333} r={2.615} />\n <circle cx={15.692} cy={11.333} r={2.615} />\n <circle cx={22.667} cy={11.333} r={2.615} />\n <rect x={42.718} y={8.718} width={21.795} height={5.231} rx={1} />\n </g>\n <g transform=\"translate(22 193.308)\" fill=\"#FFF\">\n <circle cx={8.718} cy={11.333} r={2.615} />\n <circle cx={15.692} cy={11.333} r={2.615} />\n <circle cx={22.667} cy={11.333} r={2.615} />\n <rect x={42.718} y={8.718} width={21.795} height={5.231} rx={1} />\n </g>\n </g>\n <g mask=\"url(#illustration-500_svg__d)\" fill=\"#FFF\">\n <path d=\"M71 108h8v18h-8zM84 108h8v18h-8z\" />\n </g>\n <g mask=\"url(#illustration-500_svg__d)\">\n <g transform=\"translate(36.91 44.482)\">\n <rect\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n x={0.3}\n y={0.3}\n width={137.33}\n height={109.371}\n rx={2}\n />\n <path\n d=\"M135.93.3c.47 0 .894.19 1.202.498.308.308.498.733.498 1.202h0v8.836H.3V2c0-.47.19-.894.498-1.202A1.695 1.695 0 012 .3h0z\"\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n />\n <ellipse fill=\"#D96156\" cx={8.445} cy={5.568} rx={2.815} ry={2.784} />\n <ellipse fill=\"#F7B035\" cx={16.889} cy={5.568} rx={2.815} ry={2.784} />\n <ellipse fill=\"#57BB52\" cx={25.334} cy={5.568} rx={2.815} ry={2.784} />\n </g>\n </g>\n </g>\n <path\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n d=\"M259.455 235.164h7.266v4.008h-7.266zM240.825 235.164h7.266v4.008h-7.266z\"\n />\n <path\n d=\"M267.237 237.637c.54 0 1.03.22 1.384.573a1.95 1.95 0 01.497 1.924 3.673 3.673 0 01-3.535 2.664h0-9.167a3.34 3.34 0 01-2.102-.744 3.34 3.34 0 01-1.168-1.9 2.074 2.074 0 01.287-1.566c.289-.447.748-.784 1.31-.905h0zM248.438 237.637c.54 0 1.03.22 1.384.573a1.95 1.95 0 01.497 1.924 3.673 3.673 0 01-3.535 2.664h0-9.167a3.34 3.34 0 01-2.103-.744 3.34 3.34 0 01-1.168-1.9 2.074 2.074 0 01.288-1.566c.289-.447.748-.784 1.31-.905h0z\"\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#D6DAE1\"\n />\n <path\n d=\"M235.715 130.561c-5.136 7.874-4.318 10.52-4.318 42.063 0 21.028 2.628 42.04 7.883 63.039h9.243c4.769-44.752 7.543-71.274 8.324-79.565.78-8.29 1.281-16.555 1.502-24.793-11.665-5.745-19.21-5.993-22.634-.744z\"\n stroke=\"#1A1A1A\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n />\n <path\n d=\"M280.537 141c.594 11.731.306 24.977-.866 39.737-1.17 14.76-5.299 33.068-12.383 54.926h-8.226c-4.902-54.621-5.98-87.417-3.233-98.388 2.747-10.971 10.983-9.73 24.708 3.725zM268.116 110.78c-1.707-4.58-7.769-9.606-18.184-15.076-15.623-8.205-5.831-33.62-1.428-33.62 2.922 0 2.52.152 3.775-.692.287-.193 2.229-2.101 2.316-2.44.026-.1 1.432-1.423 1.493-2.338.11-1.663-2.493-3.133-3.945-3.543-2.072-.586-4.085.753-6.038 4.016-3.613 2.34-5.788 3.775-6.525 4.305-11.167 8.02-17.449 34.031-.227 43.656 18.188 10.164 21.238 7.05 9.15-9.344\"\n stroke=\"#18263C\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n />\n <path\n stroke=\"#18263C\"\n strokeWidth={0.4}\n fill=\"#FFF\"\n d=\"M262.103 73.947l2.136 10.303-12.443 2.97 2.765-10.733z\"\n />\n <path\n d=\"M262.58 74.597c-7.331 2.938-12.285 4.025-14.86 3.26-3.865-1.145-5.753-12.692-4.809-14.851.944-2.16 13.906-7.276 16.178-.898 1.514 4.253 2.678 8.415 3.491 12.489z\"\n stroke=\"#18263C\"\n strokeWidth={0.4}\n fill=\"#FFF\"\n />\n <path\n d=\"M253.24 65.706c-1.667-1.08-2.457-.235-2.368 2.536h-1.72c-.133-3.355-2.242-5.032-6.326-5.032-6.127 0-2.945-11.754.388-12.364 1.376-.252 1.101-.113.824.281-.395.56-.817.84 1 .84 3.094 0 11.693.047 17.7 2.785 4.004 1.826 4.204 7.782.598 17.87l-6.294 1.325-3.801-3.36c1.667-2.174 1.667-3.802 0-4.881z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M249.031 82.858c.768-1.285-.065-1.713-2.5-1.285-3.652.642-15.473 12.485-15.473 15.538 0 3.053 6.546 11.677 7.835 11.677.86 0 4.24-8.644 10.138-25.93z\"\n stroke=\"#18263C\"\n strokeWidth={0.4}\n fill=\"#D6DAE1\"\n />\n <path\n d=\"M266.684 83.114c-6.284-2.492-10.842 3.044-16.402-1.425-5.56-4.47-28.255 54.968-23.64 59.03 4.616 4.063 50.498 8.518 56.43 3.58 3.955-3.29 1.825-21.71-6.39-55.26-4.385-3.106-7.718-5.081-9.998-5.925z\"\n stroke=\"#18263C\"\n strokeWidth={0.4}\n fill=\"#D6DAE1\"\n />\n <g stroke=\"#18263C\">\n <path\n d=\"M275.039 93.073c-5.103 1.385-8.598 8.282-10.486 20.692-.594 3.902-.009 7.447-4.504 11.837-2.997 2.927-16.532 6.214-40.605 9.861-5.403 1.193-7.226 2.337-5.467 3.431 2.39 1.488 0 3.075 5.467 3.075 4.625 0 4.64-2.231 6.046-2.068 41.885 4.88 57.477-5.397 59.339-27.509 1.241-14.74-2.022-21.18-9.79-19.319z\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n />\n <path\n d=\"M285.116 113.765h-20.563c-4.389-16.591-1.454-24.887 8.803-24.887 10.258 0 14.178 8.296 11.76 24.887z\"\n strokeWidth={0.4}\n fill=\"#D6DAE1\"\n />\n </g>\n </g>\n <circle stroke=\"#18263C\" strokeWidth={0.6} fill=\"#FFF\" cx={79} cy={33} r={19.7} />\n <g>\n <path\n d=\"M146.375 148.836c20.917-1.977 23.999-7.289 27.214-8.137C189.959 136.381 202 121.81 202 104.5c0-20.71-17.237-37.5-38.5-37.5S125 83.79 125 104.5c0 17.637 12.5 32.43 29.34 36.432 1.37.326-.575 2.753-2.27 4.238-1.693 1.485-7.38 3.666-5.695 3.666z\"\n fill=\"#126BFB\"\n />\n <path\n d=\"M173.759 90.048c.55.592.999 1.265 1.332 2.018.4.897.6 1.858.6 2.883v17.17h.016c0 1.025-.2 1.986-.6 2.883-.4.897-.949 1.682-1.631 2.339a7.731 7.731 0 01-2.432 1.57 7.788 7.788 0 01-2.997.576h-6.795a7.788 7.788 0 01-2.998-.576 7.731 7.731 0 01-2.431-1.57 7.799 7.799 0 01-.833-.961l8.26-11.58v4.052c0 .384.134.704.4.96.267.257.6.385 1 .385.399 0 .732-.128.998-.384.267-.257.4-.577.4-.961v-7.977l7.71-10.827zm25 0c.55.592.999 1.265 1.332 2.018.4.897.6 1.858.6 2.883v17.17h.016c0 1.025-.2 1.986-.6 2.883-.4.897-.949 1.682-1.631 2.339a7.731 7.731 0 01-2.432 1.57 7.788 7.788 0 01-2.997.576h-6.795a7.788 7.788 0 01-2.998-.576 7.731 7.731 0 01-2.431-1.57 7.799 7.799 0 01-.833-.961l8.26-11.58v4.052c0 .384.134.704.4.96.267.257.6.385 1 .385.399 0 .732-.128.998-.384.267-.257.4-.577.4-.961v-7.977l7.71-10.827zm-49.667 9.75a4.802 4.802 0 011.94 3.643l.005.22v10.767a4.809 4.809 0 01-4.589 4.804l-.22.005h-16.157a2.09 2.09 0 01-2.09-2.091v-5.227a2.09 2.09 0 012.09-2.09h11.557v-1.236l7.464-8.795zm18.01-11.931c1.053 0 2.041.192 2.963.576a7.882 7.882 0 012.371 1.536l-7.294 10.35v-1.84c0-.383-.132-.703-.395-.96a1.361 1.361 0 00-.988-.383c-.395 0-.725.128-.988.384a1.283 1.283 0 00-.395.96v5.76l-8.447 11.966a6.82 6.82 0 01-.527-.96 7.056 7.056 0 01-.592-2.88v-17.15c0-1.024.197-1.984.592-2.88a7.394 7.394 0 011.614-2.335 7.636 7.636 0 012.404-1.568 7.632 7.632 0 012.964-.576h6.717zm25 0c1.053 0 2.041.192 2.963.576a7.882 7.882 0 012.371 1.536l-7.294 10.35v-1.84c0-.383-.132-.703-.395-.96a1.361 1.361 0 00-.988-.383c-.395 0-.725.128-.988.384a1.283 1.283 0 00-.395.96v5.76l-8.447 11.966a6.82 6.82 0 01-.527-.96 7.056 7.056 0 01-.592-2.88v-17.15c0-1.024.197-1.984.592-2.88a7.394 7.394 0 011.614-2.335 7.636 7.636 0 012.404-1.568 7.632 7.632 0 012.964-.576h6.717zm-43.219.01a2.09 2.09 0 012.091 2.09v5.227a2.09 2.09 0 01-1.935 2.085l-.156.005h-11.476v1.568h8.821c.693 0 1.352.147 1.947.41l-7.636 8.997-7.731.002a4.809 4.809 0 01-4.804-4.589l-.005-.22V92.685a4.809 4.809 0 014.589-4.804l.22-.005h16.075z\"\n fill=\"#FFF\"\n fillRule=\"nonzero\"\n />\n </g>\n <g fill=\"#D96156\" fillRule=\"nonzero\">\n <path d=\"M77.945 35.44a1.074 1.074 0 002.112 0l.704-9.68A1.764 1.764 0 0079 24a1.81 1.81 0 00-1.76 1.936l.704 9.504zM79 38.08a1.76 1.76 0 101.76 1.76A1.663 1.663 0 0079 38.08z\" />\n </g>\n </g>\n </svg>\n )\n}\n\nconst ForwardRef = React.forwardRef(SvgIllustration500)\nconst MemoForwardRef = React.memo(ForwardRef)\nexport default MemoForwardRef\n"]}
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "onChange" | "className" | "mode" | "style" | "children" | "clipPath" | "filter" | "mask" | "path" | "color" | "onClick" | "local" | "type" | "width" | "height" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>>;
2
+ declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "className" | "style" | "children" | "mask" | "width" | "height" | "clipPath" | "filter" | "path" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>>;
3
3
  export default MemoForwardRef;
4
4
  //# sourceMappingURL=illustration-empty.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"illustration-empty.js","sourceRoot":"","sources":["../../src/svg-components/illustration-empty.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA8B;AAE9B,SAAS,oBAAoB,CAC3B,KAAoC,EACpC,MAAiC;IAEjC,OAAO,CACL,2CAAK,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,MAAM,IAAM,KAAK;QAChF,2BAAG,IAAI,EAAC,MAAM,EAAC,QAAQ,EAAC,SAAS;YAC/B,8BAAM,CAAC,EAAC,eAAe,GAAG;YAC1B,2BAAG,SAAS,EAAC,gBAAgB;gBAC3B,iCAAS,IAAI,EAAC,SAAS,EAAC,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,KAAK,GAAI;gBACzE,2BAAG,SAAS,EAAC,eAAe,EAAC,MAAM,EAAC,SAAS;oBAC3C,8BACE,WAAW,EAAE,GAAG,EAChB,IAAI,EAAC,MAAM,EACX,CAAC,EAAE,GAAG,EACN,CAAC,EAAE,GAAG,EACN,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,IAAI,EACZ,EAAE,EAAE,CAAC,GACL;oBACF,8BAAM,CAAC,EAAC,mDAAmD,GAAG,CAC5D;gBACJ,8BACE,CAAC,EAAC,yJAAyJ,EAC3J,MAAM,EAAC,SAAS,EAChB,WAAW,EAAE,GAAG,EAChB,IAAI,EAAC,MAAM,GACX;gBACF,2BAAG,SAAS,EAAC,2BAA2B,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAE,GAAG;oBACxE,8BACE,CAAC,EAAC,uNAAuN,EACzN,IAAI,EAAC,SAAS,GACd;oBACF,gCAAQ,IAAI,EAAC,MAAM,EAAC,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,GAAI;oBACtD,gCAAQ,IAAI,EAAC,MAAM,EAAC,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,GAAI,CACpD,CACF,CACF,CACA,CACP,CAAA;AACH,CAAC;AAED,MAAM,UAAU,GAAG,KAAK,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAAA;AACzD,MAAM,cAAc,GAAG,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,CAAA;AAC7C,kBAAe,cAAc,CAAA","sourcesContent":["import * as React from 'react'\n\nfunction SvgIllustrationEmpty(\n props: React.SVGProps<SVGSVGElement>,\n svgRef?: React.Ref<SVGSVGElement>\n) {\n return (\n <svg viewBox=\"0 0 80 50\" xmlns=\"http://www.w3.org/2000/svg\" ref={svgRef} {...props}>\n <g fill=\"none\" fillRule=\"evenodd\">\n <path d=\"M0 0h80v50H0z\" />\n <g transform=\"translate(9 2)\">\n <ellipse fill=\"#EAEEF4\" cx={30.882} cy={41.176} rx={30.882} ry={6.176} />\n <g transform=\"translate(14)\" stroke=\"#98A6B8\">\n <rect\n strokeWidth={0.6}\n fill=\"#FFF\"\n x={0.3}\n y={0.3}\n width={32.753}\n height={41.4}\n rx={2}\n />\n <path d=\"M7 18.618h19.134M7 11.5h7.338M6.877 24.784h19.134\" />\n </g>\n <path\n d=\"M40.213 35.43v2.015c0 1.3.51 2.48 1.341 3.35.34.356.732.66 1.165.9h0l-28.713.005a3.688 3.688 0 01-2.616-1.084A3.688 3.688 0 0110.306 38h0v-2.57h29.907z\"\n stroke=\"#98A6B8\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n />\n <g transform=\"rotate(19 -27.29 139.917)\" stroke=\"#98A6B8\" strokeWidth={0.6}>\n <path\n d=\"M23.31 14.661a1.9 1.9 0 01.887 1.157 1.9 1.9 0 01-.19 1.447 1.9 1.9 0 01-1.158.888 1.9 1.9 0 01-1.446-.19h0l-8.188-4.728a1.9 1.9 0 01-.888-1.157 1.9 1.9 0 01.19-1.447 1.9 1.9 0 011.158-.888 1.9 1.9 0 011.446.19h0z\"\n fill=\"#98A6B8\"\n />\n <circle fill=\"#FFF\" cx={7.924} cy={7.924} r={7.624} />\n <circle fill=\"#FFF\" cx={7.924} cy={7.924} r={5.186} />\n </g>\n </g>\n </g>\n </svg>\n )\n}\n\nconst ForwardRef = React.forwardRef(SvgIllustrationEmpty)\nconst MemoForwardRef = React.memo(ForwardRef)\nexport default MemoForwardRef\n"]}
1
+ {"version":3,"file":"illustration-empty.js","sourceRoot":"","sources":["../../src/svg-components/illustration-empty.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA,6CAA8B;AAE9B,SAAS,oBAAoB,CAC3B,KAAoC,EACpC,MAAiC;IAEjC,OAAO,CACL,2CAAK,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,4BAA4B,EAAC,GAAG,EAAE,MAAM,IAAM,KAAK;QAChF,2BAAG,IAAI,EAAC,MAAM,EAAC,QAAQ,EAAC,SAAS;YAC/B,8BAAM,CAAC,EAAC,eAAe,GAAG;YAC1B,2BAAG,SAAS,EAAC,gBAAgB;gBAC3B,iCAAS,IAAI,EAAC,SAAS,EAAC,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,KAAK,GAAI;gBACzE,2BAAG,SAAS,EAAC,eAAe,EAAC,MAAM,EAAC,SAAS;oBAC3C,8BACE,WAAW,EAAE,GAAG,EAChB,IAAI,EAAC,MAAM,EACX,CAAC,EAAE,GAAG,EACN,CAAC,EAAE,GAAG,EACN,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,IAAI,EACZ,EAAE,EAAE,CAAC,GACL;oBACF,8BAAM,CAAC,EAAC,mDAAmD,GAAG,CAC5D;gBACJ,8BACE,CAAC,EAAC,yJAAyJ,EAC3J,MAAM,EAAC,SAAS,EAChB,WAAW,EAAE,GAAG,EAChB,IAAI,EAAC,MAAM,GACX;gBACF,2BAAG,SAAS,EAAC,2BAA2B,EAAC,MAAM,EAAC,SAAS,EAAC,WAAW,EAAE,GAAG;oBACxE,8BACE,CAAC,EAAC,uNAAuN,EACzN,IAAI,EAAC,SAAS,GACd;oBACF,gCAAQ,IAAI,EAAC,MAAM,EAAC,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,GAAI;oBACtD,gCAAQ,IAAI,EAAC,MAAM,EAAC,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,KAAK,GAAI,CACpD,CACF,CACF,CACA,CACP,CAAA;AACH,CAAC;AAED,MAAM,UAAU,GAAG,KAAK,CAAC,UAAU,CAAC,oBAAoB,CAAC,CAAA;AACzD,MAAM,cAAc,GAAG,KAAK,CAAC,IAAI,CAAC,UAAU,CAAC,CAAA;AAC7C,kBAAe,cAAc,CAAA","sourcesContent":["import * as React from 'react'\n\nfunction SvgIllustrationEmpty(\n props: React.SVGProps<SVGSVGElement>,\n svgRef?: React.Ref<SVGSVGElement>\n) {\n return (\n <svg viewBox=\"0 0 80 50\" xmlns=\"http://www.w3.org/2000/svg\" ref={svgRef} {...props}>\n <g fill=\"none\" fillRule=\"evenodd\">\n <path d=\"M0 0h80v50H0z\" />\n <g transform=\"translate(9 2)\">\n <ellipse fill=\"#EAEEF4\" cx={30.882} cy={41.176} rx={30.882} ry={6.176} />\n <g transform=\"translate(14)\" stroke=\"#98A6B8\">\n <rect\n strokeWidth={0.6}\n fill=\"#FFF\"\n x={0.3}\n y={0.3}\n width={32.753}\n height={41.4}\n rx={2}\n />\n <path d=\"M7 18.618h19.134M7 11.5h7.338M6.877 24.784h19.134\" />\n </g>\n <path\n d=\"M40.213 35.43v2.015c0 1.3.51 2.48 1.341 3.35.34.356.732.66 1.165.9h0l-28.713.005a3.688 3.688 0 01-2.616-1.084A3.688 3.688 0 0110.306 38h0v-2.57h29.907z\"\n stroke=\"#98A6B8\"\n strokeWidth={0.6}\n fill=\"#FFF\"\n />\n <g transform=\"rotate(19 -27.29 139.917)\" stroke=\"#98A6B8\" strokeWidth={0.6}>\n <path\n d=\"M23.31 14.661a1.9 1.9 0 01.887 1.157 1.9 1.9 0 01-.19 1.447 1.9 1.9 0 01-1.158.888 1.9 1.9 0 01-1.446-.19h0l-8.188-4.728a1.9 1.9 0 01-.888-1.157 1.9 1.9 0 01.19-1.447 1.9 1.9 0 011.158-.888 1.9 1.9 0 011.446.19h0z\"\n fill=\"#98A6B8\"\n />\n <circle fill=\"#FFF\" cx={7.924} cy={7.924} r={7.624} />\n <circle fill=\"#FFF\" cx={7.924} cy={7.924} r={5.186} />\n </g>\n </g>\n </g>\n </svg>\n )\n}\n\nconst ForwardRef = React.forwardRef(SvgIllustrationEmpty)\nconst MemoForwardRef = React.memo(ForwardRef)\nexport default MemoForwardRef\n"]}
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "onChange" | "className" | "mode" | "style" | "children" | "clipPath" | "filter" | "mask" | "path" | "color" | "onClick" | "local" | "type" | "width" | "height" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>>;
2
+ declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "className" | "style" | "children" | "mask" | "width" | "height" | "clipPath" | "filter" | "path" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>>;
3
3
  export default MemoForwardRef;
4
4
  //# sourceMappingURL=illustration-failure.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"illustration-failure.js","sourceRoot":"","sources":["../../src/svg-components/illustration-failure.tsx"],"names":[],"mappings":"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","sourcesContent":["import * as React from 'react'\n\nfunction SvgIllustrationFailure(\n props: React.SVGProps<SVGSVGElement>,\n svgRef?: React.Ref<SVGSVGElement>\n) {\n return (\n <svg\n viewBox=\"0 0 160 160\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlnsXlink=\"http://www.w3.org/1999/xlink\"\n ref={svgRef}\n {...props}\n >\n <defs>\n <circle id=\"illustration-failure_svg__a\" cx={72} cy={72} r={72} />\n </defs>\n <g fill=\"none\" fillRule=\"evenodd\">\n <path d=\"M0 0h160v160H0z\" />\n <g transform=\"translate(7.607 7.467)\">\n <mask id=\"illustration-failure_svg__b\" fill=\"#fff\">\n <use xlinkHref=\"#illustration-failure_svg__a\" />\n </mask>\n <use fill=\"#F5F5F5\" xlinkHref=\"#illustration-failure_svg__a\" />\n <g mask=\"url(#illustration-failure_svg__b)\">\n <g transform=\"translate(21.333 18.133)\">\n <circle fill=\"#FFF\" cx={29.867} cy={29.867} r={29.867} />\n <path\n d=\"M29.867 0c16.495 0 29.866 13.372 29.866 29.867S46.362 59.733 29.867 59.733C13.372 59.733 0 46.362 0 29.867 0 13.372 13.372 0 29.867 0zm0 .64C13.725.64.64 13.725.64 29.867c0 16.141 13.085 29.226 29.227 29.226 16.141 0 29.226-13.085 29.226-29.226C59.093 13.725 46.008.64 29.867.64z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n </g>\n </g>\n <g mask=\"url(#illustration-failure_svg__b)\">\n <path\n d=\"M123.385 103.896c-2.196-5.89-9.99-12.352-23.382-19.386-20.088-10.55-7.498-43.23-1.836-43.23 3.757 0 3.24.195 4.854-.89.369-.248 2.866-2.702 2.978-3.138.033-.127 1.841-1.83 1.92-3.006.141-2.138-3.206-4.028-5.073-4.556-2.664-.753-5.252.969-7.764 5.164-4.646 3.01-7.443 4.855-8.39 5.536-14.359 10.312-22.437 43.759-.292 56.135 23.387 13.07 27.31 9.065 11.767-12.015\"\n fill=\"#FFF\"\n />\n <path\n d=\"M123.674 103.82c-1.43-3.835-5.162-7.882-11.199-12.154l-.9-.627-.932-.63a88.623 88.623 0 00-1.461-.951l-1.015-.638a114.72 114.72 0 00-3.811-2.259l-1.163-.653-1.196-.656-1.229-.66-.627-.33c-8.793-4.619-12-13.99-10.406-25.244.174-1.227.407-2.448.689-3.64l.194-.79c.067-.262.137-.523.208-.781l.22-.77.232-.756c.118-.375.241-.745.367-1.109l.257-.718.266-.702c.045-.115.09-.23.136-.343l.277-.672.284-.65c.047-.107.095-.213.144-.318l.292-.616.296-.591.3-.566c1.41-2.574 2.912-4.243 4.13-4.356l.129-.006 2.037.013h.465l.31-.01.253-.017.111-.012.189-.03.147-.027.133-.034c.086-.026.17-.06.27-.112l.165-.092.201-.124.752-.499.08-.058.211-.175.267-.24.308-.293.335-.33.347-.352.174-.18.339-.361.314-.349.277-.321c.253-.304.427-.547.457-.664-.002.009.006.005.023-.01l.127-.126.28-.313.324-.381.148-.184c.266-.338.488-.66.658-.967.218-.393.347-.753.369-1.084.134-2.022-2.611-4.123-5.305-4.885-2.763-.78-5.409.912-7.927 4.982l-.159.262-4.462 2.904-2.735 1.812-.732.498-.413.29c-7.296 5.24-12.917 16.294-13.966 27.524-1.178 12.604 3.385 23.383 13.705 29.15l1.397.773 1.351.73 1.304.689c1.494.779 2.893 1.471 4.196 2.078l1.094.5c14.984 6.695 16.203 1.045 3.305-16.618l-.467-.636-.515.38.455.619.874 1.206c.568.79 1.105 1.554 1.612 2.29l.738 1.083.693 1.042c8.706 13.284 5.863 16.183-8.81 8.963l-1.152-.575-.594-.303-1.222-.635-1.269-.675-1.315-.715c-.447-.245-.9-.496-1.363-.755-10.078-5.632-14.536-16.162-13.38-28.532 1.016-10.874 6.387-21.582 13.353-26.807l.437-.32.73-.503 1.743-1.164 3.89-2.545 1.927-1.25.1-.105c2.447-4.086 4.91-5.725 7.403-5.021 2.432.688 4.947 2.613 4.84 4.227-.015.221-.114.498-.29.816a6.737 6.737 0 01-.6.88l-.32.381-.499.592-.139.178a1.023 1.023 0 00-.042.062l-.02.038c-.011.046-.086.15-.204.293l-.207.241-.259.286-.451.48-.323.332-.482.482-.297.289-.262.245-.213.188c-.061.052-.111.091-.148.116l-.713.474-.181.112-.075.043-.129.066c-.058.027-.11.046-.163.06l-.11.025-.125.022c-.057.009-.118.016-.186.023l-.228.015-.286.007-2.48-.012c-2.418 0-5.547 4.886-7.519 11.173l-.23.76-.22.774a42.542 42.542 0 00-1.086 5.227c-1.628 11.494 1.671 21.136 10.743 25.9l.63.333 1.236.664 1.201.66c.395.218.785.437 1.168.655l1.135.653c9.87 5.748 15.787 11.082 17.753 15.974l.107.276.6-.223z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <path fill=\"#FFF\" d=\"M115.653 56.533l2.747 13.248-16 3.819 3.556-13.8z\" />\n <path\n d=\"M105.887 59.598l9.926-3.344 2.838 13.687-16.546 3.949 3.644-14.143.138-.15zm9.607-2.786l-9.36 3.153-3.438 13.345 15.454-3.689-2.656-12.81z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M116.267 57.37c-9.427 3.777-15.797 5.175-19.11 4.193-4.968-1.474-7.395-16.322-6.182-19.098 1.214-2.776 17.881-9.355 20.802-1.154 1.948 5.468 3.444 10.82 4.49 16.058z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M111.978 41.24c1.812 5.086 3.234 10.073 4.266 14.961l.267 1.3-1.244.494-1.052.406-1.025.385-.997.363-.97.343-.944.32c-.31.104-.615.204-.916.3l-.89.28c-.583.178-1.148.343-1.696.493l-.807.215c-.265.068-.525.133-.781.194l-.753.172-.367.078-.713.14c-2.681.498-4.766.526-6.259.083-2.342-.694-4.29-4.221-5.556-9.212a37.3 37.3 0 01-.186-.77l-.17-.77a39 39 0 01-.078-.384l-.145-.765a38.277 38.277 0 01-.127-.756l-.11-.741a35.085 35.085 0 01-.047-.364l-.083-.713c-.231-2.22-.185-4.066.185-4.912.315-.721 1.496-1.608 3.122-2.445l.528-.262a28.16 28.16 0 016.263-2.11c5.546-1.145 9.757-.155 11.197 3.444l.088.233zm-11.199-3.26c-.769.16-1.544.36-2.304.59l-.647.205-.635.218-.313.113-.613.233-.594.243-.572.25c-2.053.924-3.597 1.956-3.93 2.719-.341.78-.377 2.574-.146 4.744l.082.698c.03.236.063.475.1.717l.116.734.133.745.073.376.158.754c.056.252.114.504.175.755l.093.376c1.23 4.85 3.12 8.273 5.263 8.908l.191.053c1.256.326 2.941.324 5.053-.006l.681-.115.71-.137c.482-.098.983-.211 1.503-.34l.795-.201.822-.225.422-.12.866-.257.443-.137.907-.29c.154-.05.309-.1.465-.153l.95-.322.978-.345 1.006-.366 1.035-.388 1.062-.41.916-.362.034.174c-1.043-5.227-2.537-10.57-4.48-16.028-1.257-3.529-5.317-4.534-10.798-3.402z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M104.257 45.937c-2.144-1.389-3.16-.302-3.046 3.261h-2.21c-.172-4.313-2.883-6.47-8.135-6.47-7.878 0-3.787-15.114.499-15.898 1.77-.324 1.416-.146 1.059.36-.508.722-1.05 1.08 1.286 1.08 3.979 0 15.036.061 22.76 3.582 5.148 2.348 5.405 10.007.769 22.978l-8.094 1.703-4.888-4.318c2.145-2.797 2.145-4.89 0-6.278z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M98.845 67.991c.987-1.651-.084-2.202-3.215-1.651-4.696.826-19.897 16.053-19.897 19.98 0 3.925 8.419 15.013 10.076 15.013 1.105 0 5.45-11.114 13.036-33.342z\"\n fill=\"#D6DAE1\"\n />\n <path\n d=\"M98.88 66.15c.67.345.697 1.033.148 1.95l-1.274 3.721-1.676 4.84-1.338 3.808-1.445 4.042-.956 2.623-.364.988-.866 2.314-.646 1.693-.458 1.177-.538 1.355-.572 1.403-.523 1.237-.36.821-.227.497-.215.456-.204.417-.194.378-.183.338-.174.3c-.42.7-.75 1.039-1.006 1.039-.409 0-1.056-.45-1.831-1.2l-.367-.367-.382-.407-.396-.442-.407-.476-.416-.505-.421-.53-.426-.555a47.41 47.41 0 01-.214-.285l-.427-.583a51.321 51.321 0 01-.213-.297l-.423-.604-.417-.614-.41-.621a51.035 51.035 0 01-.2-.312l-.392-.625a47.088 47.088 0 01-.191-.312l-.37-.621c-.182-.31-.356-.617-.523-.92l-.321-.599-.298-.585c-.761-1.538-1.244-2.887-1.244-3.768 0-.86.696-2.234 1.837-3.872l.375-.526c.065-.09.131-.179.198-.269l.416-.549.442-.562.465-.573.486-.583.507-.591c.086-.1.172-.199.26-.298l.533-.6.549-.603.563-.604.286-.303.58-.604.59-.601.597-.598.603-.59.608-.584.61-.573.61-.562.305-.276.609-.542c.1-.089.202-.177.303-.265l.602-.517.596-.499.588-.479.29-.23.573-.446.56-.42c.092-.069.184-.136.275-.201l.538-.38c1.502-1.039 2.801-1.728 3.719-1.89 1.61-.282 2.696-.282 3.286.021zm-3.213.4c-.839.147-2.025.769-3.403 1.71l-.526.368-.542.396-.557.422-.569.447-.58.47-.59.49-.596.51-.602.526-.302.27-.607.549-.608.562-.606.573-.605.583-.6.59-.593.595-.586.598-.575.601-.564.601-.55.6-.536.595-.518.59-.5.584-.478.575-.457.563-.219.277-.419.545-.2.266-.377.52-.178.254-.333.493c-.845 1.288-1.344 2.355-1.344 3.046 0 .685.322 1.688.852 2.854l.26.55c.045.093.092.187.14.282l.298.578.322.593.343.604.36.612.377.616.39.618.2.309.405.613.412.606.416.596.21.293.418.573.417.555.413.532.406.506.2.243.39.461.378.427c.989 1.09 1.812 1.78 2.255 1.78.067 0 .166-.088.295-.261l.118-.17.131-.21.146-.252.244-.453.18-.353.191-.392.311-.663.223-.49.355-.807.38-.893.546-1.32.532-1.332.762-1.96.656-1.726.697-1.868.55-1.495 1.17-3.227L94.56 79.7l1.356-3.865 1.699-4.912 1.028-3.001c.457-.775.442-1.188.041-1.393-.48-.248-1.495-.248-3.017.02z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M121.543 68.32c-8.08-3.204-13.94 3.915-21.09-1.831-7.148-5.747-34.583 59.646-28.648 64.87 5.935 5.224 46.067 17.618 57.451 12.641 7.59-3.318 9.304-26.004 5.144-68.06-5.639-3.994-9.924-6.534-12.857-7.62z\"\n fill=\"#D6DAE1\"\n />\n <path\n d=\"M100.587 66.322c2.325 1.869 4.586 2.47 7.377 2.228l.526-.052.523-.068.373-.058.868-.155 1.129-.224.785-.16.856-.163c3.588-.657 5.695-.638 8.296.336l.302.117c1.106.409 2.402 1.023 3.888 1.842l.758.426.79.461.823.495c.28.17.564.347.854.529l.885.563.917.597.95.632.98.665 1.012.7 1.044.734.09.153.123 1.26.236 2.484.113 1.225.215 2.414.2 2.367.187 2.321c.03.383.06.764.088 1.143l.166 2.251.151 2.204.137 2.158.123 2.11c.02.348.038.694.056 1.038l.102 2.041c.032.673.06 1.337.088 1.994l.073 1.948.059 1.9.024.933.038 1.831c.071 4.218.026 8.054-.135 11.51l-.076 1.459c-.737 12.673-3.144 19.894-7.24 21.684-2.088.913-5.2 1.276-9.083 1.151l-.91-.037a55.507 55.507 0 01-.465-.025l-.95-.063-.975-.08a71.28 71.28 0 01-1-.097l-1.024-.113c-.173-.02-.346-.04-.521-.062l-1.06-.138c-.356-.048-.717-.1-1.081-.154l-1.104-.169-.56-.09-1.135-.194-1.156-.208-1.174-.224-1.194-.239-1.211-.254-1.229-.269a152.87 152.87 0 01-.62-.14l-1.254-.29-.633-.15-1.276-.313-1.292-.326-1.12-.291-1.116-.299-1.11-.304-1.103-.31-1.637-.476-1.612-.485-1.059-.328-1.044-.332-1.029-.333-1.01-.336-.994-.337-.972-.339-.952-.338-.928-.339-.904-.338-.879-.336-.852-.335-.823-.333-.793-.33-.763-.327-.73-.323-.695-.318a51.373 51.373 0 01-.334-.158l-.642-.31a40.322 40.322 0 01-.307-.154l-.586-.302c-.188-.1-.37-.198-.545-.295l-.505-.289c-.725-.427-1.308-.829-1.726-1.197-.429-.377-.695-1.06-.81-2.01l-.039-.393c-.03-.408-.036-.858-.02-1.347l.024-.502c.01-.172.024-.348.04-.528l.053-.553.069-.577.04-.298.09-.613.051-.316.112-.647.194-1.014.147-.703.16-.724.174-.744.187-.764.2-.784.323-1.21.232-.83.37-1.277.262-.872.274-.888.286-.904.45-1.384.476-1.415.331-.96.517-1.465.54-1.491.373-1.008.579-1.532.6-1.554.413-1.047.636-1.586.436-1.067.67-1.614.689-1.627.234-.545c.342-.795.687-1.583 1.033-2.363l.694-1.547c.115-.256.232-.51.348-.764l.698-1.509.699-1.48c.233-.488.466-.971.699-1.449l.698-1.416c.116-.233.233-.464.349-.694l.694-1.362c1.617-3.131 3.202-5.942 4.69-8.295l.533-.827.424-.64.209-.31.413-.597.204-.288.401-.553.199-.266.39-.51c.129-.165.257-.325.383-.48l.375-.45c.124-.145.247-.285.368-.42l.36-.39c1.954-2.057 3.545-2.721 4.7-1.794zm-8.063 6.923l-.218.336c-1.363 2.115-2.815 4.633-4.302 7.444l-.688 1.318-.346.674-.694 1.376-.348.702-.697 1.429c-.117.24-.233.483-.349.727l-.697 1.476-.349.749-.695 1.518-.346.769-.69 1.555-.686 1.576-.459 1.072-.672 1.599-.653 1.585-.634 1.57-.412 1.038-.402 1.03-.586 1.528-.565 1.506-.542 1.483-.52 1.458-.497 1.431-.472 1.402-.302.917-.29.903-.28.887-.267.873-.256.856-.244.84-.233.821-.22.805-.208.786-.289 1.143-.176.737-.163.717-.15.696-.138.674-.123.652-.11.63-.097.606-.082.582-.068.558-.053.533-.022.257-.031.494c-.094 1.844.14 3.104.743 3.636.363.32.857.666 1.465 1.035l.478.28c.083.048.168.095.255.143l.54.292.285.148.6.301.313.153.655.31.69.315.358.16.741.32.773.326c.131.055.264.11.398.164l.818.33.847.332.873.335.9.335.923.336 1.428.505.977.336 1.503.501 1.023.332 1.04.33 1.053.326.532.162 1.612.48 1.089.313 1.648.461 1.663.448 1.757.454 1.276.317.632.153 1.253.296.62.142 1.23.274 1.212.26c.401.084.8.166 1.195.245l1.176.23c.389.074.775.146 1.157.215l1.138.2 1.117.184.551.087 1.085.16c.358.052.713.1 1.063.146l1.04.129c.343.04.682.078 1.017.113l.993.097.967.08c4.932.372 8.834.078 11.266-.985l.222-.104c3.739-1.858 5.987-8.754 6.728-20.67l.079-1.398c.048-.946.087-1.922.118-2.928l.038-1.53c.032-1.554.044-3.174.036-4.86l-.015-1.71-.028-1.753-.042-1.798-.026-.915-.062-1.865-.075-1.91-.089-1.953-.102-1.998-.116-2.043-.129-2.087-.142-2.131-.156-2.176-.17-2.22-.183-2.265-.096-1.15-.204-2.331-.216-2.376-.23-2.42-.113-1.155-.96-.674c-.17-.12-.34-.237-.508-.353l-.99-.679-.485-.326-.943-.628c-.31-.204-.613-.402-.912-.594l-.88-.56-.848-.526-.817-.492-.785-.457-.752-.424c-1.351-.745-2.542-1.318-3.572-1.72l-.277-.105c-2.659-1.055-4.723-1.1-8.382-.429l-.84.161-1.666.335-.72.135-.606.102-.366.053-.177.023-.529.058-.182.016c-2.896.25-5.266-.38-7.681-2.32-1.007-.81-2.585 0-4.591 2.272l-.37.429-.379.461c-.063.08-.128.16-.192.243l-.393.508-.4.54a42.51 42.51 0 00-.204.283l-.414.587-.21.305-.427.634-.216.328z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n </g>\n </g>\n <path\n d=\"M4.92 126.367c-.022-.01-.044-.02-.067-.043-.132-.105-.159-.271-.06-.377l5.94-6.272c.1-.105.283-.106.415-.002s.159.27.06.376l-5.941 6.272c-.084.09-.227.105-.347.046z\"\n fill=\"#000\"\n fillRule=\"nonzero\"\n />\n <path fill=\"#FFF\" d=\"M137.09 49.236l4.067-8.533 4.466 2.234z\" />\n <path\n d=\"M141.252 40.512l4.466 2.235c.143.07.16.267.031.362l-8.533 6.299c-.179.132-.415-.063-.32-.263l4.068-8.534a.213.213 0 01.288-.099zm.005.478l-3.608 7.568 7.567-5.586-3.96-1.982zM155.438 49.185l1.058 4.267a.213.213 0 01-.243.261l-6.4-1.106a.213.213 0 01-.072-.393l5.341-3.161a.213.213 0 01.316.132zm-.344.381l-4.597 2.719 5.506.951-.91-3.67z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M139.894 88.594c-6.562 1.78-11.056 10.649-13.484 26.606-.764 5.018-.01 9.575-5.791 15.22-3.854 3.764-21.258 7.99-52.212 12.68-6.948 1.534-9.29 3.005-7.03 4.413 3.073 1.913 0 3.954 7.03 3.954 5.947 0 5.967-2.87 7.774-2.66 53.858 6.274 73.906-6.94 76.3-35.372 1.597-18.954-2.599-27.235-12.587-24.841z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M152.8 113.462c-2.549 30.27-25.141 41.664-76.656 35.664-.307-.036-.554.034-.853.226l-.057.04-.987.764-.234.175a3.954 3.954 0 01-.091.065c-1.326.906-2.976 1.39-5.515 1.39h-.333l-.623-.011-.57-.022c-2.54-.127-3.424-.64-4.007-1.869l-.243-.534c-.284-.595-.493-.867-.972-1.249a4.487 4.487 0 00-.29-.213l-.161-.104c-1.336-.831-1.307-1.843.06-2.701.506-.317 1.208-.634 2.11-.951l.564-.191.613-.191.66-.192.349-.095.732-.192.385-.097.804-.192.853-.194 3.64-.559 3.511-.555 2.549-.413 2.475-.41 1.61-.273 3.122-.542 2.257-.403 2.184-.4 2.11-.399 2.038-.395 1.965-.393 1.892-.39 1.819-.389 1.745-.385 1.124-.255 1.623-.38 1.042-.253 1.01-.251 1.453-.375.928-.248 1.33-.37 1.259-.367.797-.244.766-.242.732-.24.7-.24.668-.239.635-.237.602-.236.29-.118.552-.234c.18-.078.353-.155.521-.233l.488-.231.456-.23c.951-.498 1.673-.987 2.164-1.467 3.576-3.492 4.686-6.143 5.25-11.047l.09-.84.118-1.196.067-.627.066-.558.07-.518.037-.254c.22-1.443.456-2.828.71-4.156l.221-1.124.114-.551.234-1.083.242-1.054.25-1.026.129-.502.263-.984c.089-.324.18-.642.271-.956l.28-.928c2.556-8.225 6.13-13.04 10.754-14.431l.258-.074c7.301-1.75 11.591 2.03 12.889 11.22l.102.79.046.404.081.828c.185 2.102.237 4.445.155 7.028l-.04 1.047-.054 1.071-.032.546-.076 1.11c-.027.374-.057.752-.09 1.135zm-12.543-24.623l-.282.064c-4.9 1.33-8.654 6.788-11.226 16.394l-.258.991a80.465 80.465 0 00-.723 3.146l-.225 1.105-.216 1.135-.106.577-.204 1.178c-.1.595-.197 1.202-.29 1.82l-.073.5-.033.258-.066.55-.1.963-.128 1.284-.097.84c-.597 4.774-1.796 7.498-5.387 11.006-.59.575-1.482 1.159-2.678 1.752l-.495.238-.26.12-.543.238-.575.24-.609.242-.316.12-.657.244-.689.243-.722.245-.754.246-.787.246-.819.248-.852.249-.884.25-.917.25-1.436.378-1.51.38-1.046.256-1.08.256-1.68.386-1.16.258-1.803.39-1.876.393-1.949.394-2.022.397-2.096.4-2.17.402-2.243.404-2.316.407-2.39.41-2.464.412-1.683.276-2.586.416-3.563.56-2.758.421-.831.189-.784.188c-.127.031-.252.062-.375.094l-.714.186c-.345.094-.672.187-.981.28l-.596.184-.547.184-.5.183-.452.182c-.428.181-.783.36-1.066.538-.93.583-.985.999-.189 1.535l.126.081c.187.116.357.236.512.36.573.457.828.794 1.153 1.48l.24.525.11.213c.363.645.888 1.006 2.061 1.183l.393.05c.138.015.285.028.44.04l.488.027.265.01.57.013.63.005c2.412 0 3.936-.448 5.153-1.28l.343-.255.606-.472.362-.276.072-.05c.416-.268.808-.378 1.274-.324 51.2 5.964 73.432-5.247 75.945-35.082l.045-.554.08-1.09.068-1.064.054-1.04.04-1.014.016-.498.02-.977.007-.478v-.94a62.472 62.472 0 00-.005-.46l-.02-.9a48.626 48.626 0 00-.171-2.958l-.08-.789c-.1-.905-.226-1.76-.38-2.563l-.14-.677c-1.551-7.08-5.369-9.908-11.44-8.567z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M152.85 115.2h-26.44c-5.643-21.333-1.87-32 11.32-32 13.19 0 18.23 10.667 15.12 32z\"\n fill=\"#D6DAE1\"\n />\n <path\n d=\"M137.73 82.987c11.885 0 17.235 8.554 16.065 25.554l-.09 1.159a90.338 90.338 0 01-.552 4.89l-.118.823h-26.79l-.041-.158a95.728 95.728 0 01-1.417-6.116l-.215-1.146c-2.985-16.628 1.39-25.006 13.158-25.006zm-.387.43c-11.057.18-15.206 8.183-12.42 24.129l.201 1.099c.035.185.072.372.109.559l.233 1.136c.243 1.15.52 2.335.828 3.558l.281 1.088h26.09l-.025.183c3.093-21.222-1.885-31.756-14.91-31.756l-.387.003z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <path\n fill=\"#D96156\"\n d=\"M66.736 67.513l-8.526-8.057-7.979 8.526-4.224-3.99 7.979-8.525-7.51-7.119 3.99-4.224 7.51 7.119 7.117-7.51 4.224 3.99-7.04 7.509 8.448 8.057z\"\n />\n <path\n d=\"M69.618 47.714l-4.533-4.282-7.118 7.508-7.51-7.117-4.282 4.534 7.51 7.118-7.979 8.527 4.535 4.283 7.978-8.527 8.526 8.057 4.281-4.534-8.449-8.058 7.041-7.51zm-4.517-3.68l3.916 3.698-7.04 7.508 8.448 8.056-3.699 3.915-8.525-8.057-7.98 8.525-3.913-3.696 7.978-8.525-7.508-7.119 3.696-3.913 7.51 7.118 7.117-7.51z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n </g>\n </svg>\n )\n}\n\nconst ForwardRef = React.forwardRef(SvgIllustrationFailure)\nconst MemoForwardRef = React.memo(ForwardRef)\nexport default MemoForwardRef\n"]}
1
+ {"version":3,"file":"illustration-failure.js","sourceRoot":"","sources":["../../src/svg-components/illustration-failure.tsx"],"names":[],"mappings":"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","sourcesContent":["import * as React from 'react'\n\nfunction SvgIllustrationFailure(\n props: React.SVGProps<SVGSVGElement>,\n svgRef?: React.Ref<SVGSVGElement>\n) {\n return (\n <svg\n viewBox=\"0 0 160 160\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlnsXlink=\"http://www.w3.org/1999/xlink\"\n ref={svgRef}\n {...props}\n >\n <defs>\n <circle id=\"illustration-failure_svg__a\" cx={72} cy={72} r={72} />\n </defs>\n <g fill=\"none\" fillRule=\"evenodd\">\n <path d=\"M0 0h160v160H0z\" />\n <g transform=\"translate(7.607 7.467)\">\n <mask id=\"illustration-failure_svg__b\" fill=\"#fff\">\n <use xlinkHref=\"#illustration-failure_svg__a\" />\n </mask>\n <use fill=\"#F5F5F5\" xlinkHref=\"#illustration-failure_svg__a\" />\n <g mask=\"url(#illustration-failure_svg__b)\">\n <g transform=\"translate(21.333 18.133)\">\n <circle fill=\"#FFF\" cx={29.867} cy={29.867} r={29.867} />\n <path\n d=\"M29.867 0c16.495 0 29.866 13.372 29.866 29.867S46.362 59.733 29.867 59.733C13.372 59.733 0 46.362 0 29.867 0 13.372 13.372 0 29.867 0zm0 .64C13.725.64.64 13.725.64 29.867c0 16.141 13.085 29.226 29.227 29.226 16.141 0 29.226-13.085 29.226-29.226C59.093 13.725 46.008.64 29.867.64z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n </g>\n </g>\n <g mask=\"url(#illustration-failure_svg__b)\">\n <path\n d=\"M123.385 103.896c-2.196-5.89-9.99-12.352-23.382-19.386-20.088-10.55-7.498-43.23-1.836-43.23 3.757 0 3.24.195 4.854-.89.369-.248 2.866-2.702 2.978-3.138.033-.127 1.841-1.83 1.92-3.006.141-2.138-3.206-4.028-5.073-4.556-2.664-.753-5.252.969-7.764 5.164-4.646 3.01-7.443 4.855-8.39 5.536-14.359 10.312-22.437 43.759-.292 56.135 23.387 13.07 27.31 9.065 11.767-12.015\"\n fill=\"#FFF\"\n />\n <path\n d=\"M123.674 103.82c-1.43-3.835-5.162-7.882-11.199-12.154l-.9-.627-.932-.63a88.623 88.623 0 00-1.461-.951l-1.015-.638a114.72 114.72 0 00-3.811-2.259l-1.163-.653-1.196-.656-1.229-.66-.627-.33c-8.793-4.619-12-13.99-10.406-25.244.174-1.227.407-2.448.689-3.64l.194-.79c.067-.262.137-.523.208-.781l.22-.77.232-.756c.118-.375.241-.745.367-1.109l.257-.718.266-.702c.045-.115.09-.23.136-.343l.277-.672.284-.65c.047-.107.095-.213.144-.318l.292-.616.296-.591.3-.566c1.41-2.574 2.912-4.243 4.13-4.356l.129-.006 2.037.013h.465l.31-.01.253-.017.111-.012.189-.03.147-.027.133-.034c.086-.026.17-.06.27-.112l.165-.092.201-.124.752-.499.08-.058.211-.175.267-.24.308-.293.335-.33.347-.352.174-.18.339-.361.314-.349.277-.321c.253-.304.427-.547.457-.664-.002.009.006.005.023-.01l.127-.126.28-.313.324-.381.148-.184c.266-.338.488-.66.658-.967.218-.393.347-.753.369-1.084.134-2.022-2.611-4.123-5.305-4.885-2.763-.78-5.409.912-7.927 4.982l-.159.262-4.462 2.904-2.735 1.812-.732.498-.413.29c-7.296 5.24-12.917 16.294-13.966 27.524-1.178 12.604 3.385 23.383 13.705 29.15l1.397.773 1.351.73 1.304.689c1.494.779 2.893 1.471 4.196 2.078l1.094.5c14.984 6.695 16.203 1.045 3.305-16.618l-.467-.636-.515.38.455.619.874 1.206c.568.79 1.105 1.554 1.612 2.29l.738 1.083.693 1.042c8.706 13.284 5.863 16.183-8.81 8.963l-1.152-.575-.594-.303-1.222-.635-1.269-.675-1.315-.715c-.447-.245-.9-.496-1.363-.755-10.078-5.632-14.536-16.162-13.38-28.532 1.016-10.874 6.387-21.582 13.353-26.807l.437-.32.73-.503 1.743-1.164 3.89-2.545 1.927-1.25.1-.105c2.447-4.086 4.91-5.725 7.403-5.021 2.432.688 4.947 2.613 4.84 4.227-.015.221-.114.498-.29.816a6.737 6.737 0 01-.6.88l-.32.381-.499.592-.139.178a1.023 1.023 0 00-.042.062l-.02.038c-.011.046-.086.15-.204.293l-.207.241-.259.286-.451.48-.323.332-.482.482-.297.289-.262.245-.213.188c-.061.052-.111.091-.148.116l-.713.474-.181.112-.075.043-.129.066c-.058.027-.11.046-.163.06l-.11.025-.125.022c-.057.009-.118.016-.186.023l-.228.015-.286.007-2.48-.012c-2.418 0-5.547 4.886-7.519 11.173l-.23.76-.22.774a42.542 42.542 0 00-1.086 5.227c-1.628 11.494 1.671 21.136 10.743 25.9l.63.333 1.236.664 1.201.66c.395.218.785.437 1.168.655l1.135.653c9.87 5.748 15.787 11.082 17.753 15.974l.107.276.6-.223z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <path fill=\"#FFF\" d=\"M115.653 56.533l2.747 13.248-16 3.819 3.556-13.8z\" />\n <path\n d=\"M105.887 59.598l9.926-3.344 2.838 13.687-16.546 3.949 3.644-14.143.138-.15zm9.607-2.786l-9.36 3.153-3.438 13.345 15.454-3.689-2.656-12.81z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M116.267 57.37c-9.427 3.777-15.797 5.175-19.11 4.193-4.968-1.474-7.395-16.322-6.182-19.098 1.214-2.776 17.881-9.355 20.802-1.154 1.948 5.468 3.444 10.82 4.49 16.058z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M111.978 41.24c1.812 5.086 3.234 10.073 4.266 14.961l.267 1.3-1.244.494-1.052.406-1.025.385-.997.363-.97.343-.944.32c-.31.104-.615.204-.916.3l-.89.28c-.583.178-1.148.343-1.696.493l-.807.215c-.265.068-.525.133-.781.194l-.753.172-.367.078-.713.14c-2.681.498-4.766.526-6.259.083-2.342-.694-4.29-4.221-5.556-9.212a37.3 37.3 0 01-.186-.77l-.17-.77a39 39 0 01-.078-.384l-.145-.765a38.277 38.277 0 01-.127-.756l-.11-.741a35.085 35.085 0 01-.047-.364l-.083-.713c-.231-2.22-.185-4.066.185-4.912.315-.721 1.496-1.608 3.122-2.445l.528-.262a28.16 28.16 0 016.263-2.11c5.546-1.145 9.757-.155 11.197 3.444l.088.233zm-11.199-3.26c-.769.16-1.544.36-2.304.59l-.647.205-.635.218-.313.113-.613.233-.594.243-.572.25c-2.053.924-3.597 1.956-3.93 2.719-.341.78-.377 2.574-.146 4.744l.082.698c.03.236.063.475.1.717l.116.734.133.745.073.376.158.754c.056.252.114.504.175.755l.093.376c1.23 4.85 3.12 8.273 5.263 8.908l.191.053c1.256.326 2.941.324 5.053-.006l.681-.115.71-.137c.482-.098.983-.211 1.503-.34l.795-.201.822-.225.422-.12.866-.257.443-.137.907-.29c.154-.05.309-.1.465-.153l.95-.322.978-.345 1.006-.366 1.035-.388 1.062-.41.916-.362.034.174c-1.043-5.227-2.537-10.57-4.48-16.028-1.257-3.529-5.317-4.534-10.798-3.402z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M104.257 45.937c-2.144-1.389-3.16-.302-3.046 3.261h-2.21c-.172-4.313-2.883-6.47-8.135-6.47-7.878 0-3.787-15.114.499-15.898 1.77-.324 1.416-.146 1.059.36-.508.722-1.05 1.08 1.286 1.08 3.979 0 15.036.061 22.76 3.582 5.148 2.348 5.405 10.007.769 22.978l-8.094 1.703-4.888-4.318c2.145-2.797 2.145-4.89 0-6.278z\"\n fill=\"#18263C\"\n />\n <path\n d=\"M98.845 67.991c.987-1.651-.084-2.202-3.215-1.651-4.696.826-19.897 16.053-19.897 19.98 0 3.925 8.419 15.013 10.076 15.013 1.105 0 5.45-11.114 13.036-33.342z\"\n fill=\"#D6DAE1\"\n />\n <path\n d=\"M98.88 66.15c.67.345.697 1.033.148 1.95l-1.274 3.721-1.676 4.84-1.338 3.808-1.445 4.042-.956 2.623-.364.988-.866 2.314-.646 1.693-.458 1.177-.538 1.355-.572 1.403-.523 1.237-.36.821-.227.497-.215.456-.204.417-.194.378-.183.338-.174.3c-.42.7-.75 1.039-1.006 1.039-.409 0-1.056-.45-1.831-1.2l-.367-.367-.382-.407-.396-.442-.407-.476-.416-.505-.421-.53-.426-.555a47.41 47.41 0 01-.214-.285l-.427-.583a51.321 51.321 0 01-.213-.297l-.423-.604-.417-.614-.41-.621a51.035 51.035 0 01-.2-.312l-.392-.625a47.088 47.088 0 01-.191-.312l-.37-.621c-.182-.31-.356-.617-.523-.92l-.321-.599-.298-.585c-.761-1.538-1.244-2.887-1.244-3.768 0-.86.696-2.234 1.837-3.872l.375-.526c.065-.09.131-.179.198-.269l.416-.549.442-.562.465-.573.486-.583.507-.591c.086-.1.172-.199.26-.298l.533-.6.549-.603.563-.604.286-.303.58-.604.59-.601.597-.598.603-.59.608-.584.61-.573.61-.562.305-.276.609-.542c.1-.089.202-.177.303-.265l.602-.517.596-.499.588-.479.29-.23.573-.446.56-.42c.092-.069.184-.136.275-.201l.538-.38c1.502-1.039 2.801-1.728 3.719-1.89 1.61-.282 2.696-.282 3.286.021zm-3.213.4c-.839.147-2.025.769-3.403 1.71l-.526.368-.542.396-.557.422-.569.447-.58.47-.59.49-.596.51-.602.526-.302.27-.607.549-.608.562-.606.573-.605.583-.6.59-.593.595-.586.598-.575.601-.564.601-.55.6-.536.595-.518.59-.5.584-.478.575-.457.563-.219.277-.419.545-.2.266-.377.52-.178.254-.333.493c-.845 1.288-1.344 2.355-1.344 3.046 0 .685.322 1.688.852 2.854l.26.55c.045.093.092.187.14.282l.298.578.322.593.343.604.36.612.377.616.39.618.2.309.405.613.412.606.416.596.21.293.418.573.417.555.413.532.406.506.2.243.39.461.378.427c.989 1.09 1.812 1.78 2.255 1.78.067 0 .166-.088.295-.261l.118-.17.131-.21.146-.252.244-.453.18-.353.191-.392.311-.663.223-.49.355-.807.38-.893.546-1.32.532-1.332.762-1.96.656-1.726.697-1.868.55-1.495 1.17-3.227L94.56 79.7l1.356-3.865 1.699-4.912 1.028-3.001c.457-.775.442-1.188.041-1.393-.48-.248-1.495-.248-3.017.02z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M121.543 68.32c-8.08-3.204-13.94 3.915-21.09-1.831-7.148-5.747-34.583 59.646-28.648 64.87 5.935 5.224 46.067 17.618 57.451 12.641 7.59-3.318 9.304-26.004 5.144-68.06-5.639-3.994-9.924-6.534-12.857-7.62z\"\n fill=\"#D6DAE1\"\n />\n <path\n d=\"M100.587 66.322c2.325 1.869 4.586 2.47 7.377 2.228l.526-.052.523-.068.373-.058.868-.155 1.129-.224.785-.16.856-.163c3.588-.657 5.695-.638 8.296.336l.302.117c1.106.409 2.402 1.023 3.888 1.842l.758.426.79.461.823.495c.28.17.564.347.854.529l.885.563.917.597.95.632.98.665 1.012.7 1.044.734.09.153.123 1.26.236 2.484.113 1.225.215 2.414.2 2.367.187 2.321c.03.383.06.764.088 1.143l.166 2.251.151 2.204.137 2.158.123 2.11c.02.348.038.694.056 1.038l.102 2.041c.032.673.06 1.337.088 1.994l.073 1.948.059 1.9.024.933.038 1.831c.071 4.218.026 8.054-.135 11.51l-.076 1.459c-.737 12.673-3.144 19.894-7.24 21.684-2.088.913-5.2 1.276-9.083 1.151l-.91-.037a55.507 55.507 0 01-.465-.025l-.95-.063-.975-.08a71.28 71.28 0 01-1-.097l-1.024-.113c-.173-.02-.346-.04-.521-.062l-1.06-.138c-.356-.048-.717-.1-1.081-.154l-1.104-.169-.56-.09-1.135-.194-1.156-.208-1.174-.224-1.194-.239-1.211-.254-1.229-.269a152.87 152.87 0 01-.62-.14l-1.254-.29-.633-.15-1.276-.313-1.292-.326-1.12-.291-1.116-.299-1.11-.304-1.103-.31-1.637-.476-1.612-.485-1.059-.328-1.044-.332-1.029-.333-1.01-.336-.994-.337-.972-.339-.952-.338-.928-.339-.904-.338-.879-.336-.852-.335-.823-.333-.793-.33-.763-.327-.73-.323-.695-.318a51.373 51.373 0 01-.334-.158l-.642-.31a40.322 40.322 0 01-.307-.154l-.586-.302c-.188-.1-.37-.198-.545-.295l-.505-.289c-.725-.427-1.308-.829-1.726-1.197-.429-.377-.695-1.06-.81-2.01l-.039-.393c-.03-.408-.036-.858-.02-1.347l.024-.502c.01-.172.024-.348.04-.528l.053-.553.069-.577.04-.298.09-.613.051-.316.112-.647.194-1.014.147-.703.16-.724.174-.744.187-.764.2-.784.323-1.21.232-.83.37-1.277.262-.872.274-.888.286-.904.45-1.384.476-1.415.331-.96.517-1.465.54-1.491.373-1.008.579-1.532.6-1.554.413-1.047.636-1.586.436-1.067.67-1.614.689-1.627.234-.545c.342-.795.687-1.583 1.033-2.363l.694-1.547c.115-.256.232-.51.348-.764l.698-1.509.699-1.48c.233-.488.466-.971.699-1.449l.698-1.416c.116-.233.233-.464.349-.694l.694-1.362c1.617-3.131 3.202-5.942 4.69-8.295l.533-.827.424-.64.209-.31.413-.597.204-.288.401-.553.199-.266.39-.51c.129-.165.257-.325.383-.48l.375-.45c.124-.145.247-.285.368-.42l.36-.39c1.954-2.057 3.545-2.721 4.7-1.794zm-8.063 6.923l-.218.336c-1.363 2.115-2.815 4.633-4.302 7.444l-.688 1.318-.346.674-.694 1.376-.348.702-.697 1.429c-.117.24-.233.483-.349.727l-.697 1.476-.349.749-.695 1.518-.346.769-.69 1.555-.686 1.576-.459 1.072-.672 1.599-.653 1.585-.634 1.57-.412 1.038-.402 1.03-.586 1.528-.565 1.506-.542 1.483-.52 1.458-.497 1.431-.472 1.402-.302.917-.29.903-.28.887-.267.873-.256.856-.244.84-.233.821-.22.805-.208.786-.289 1.143-.176.737-.163.717-.15.696-.138.674-.123.652-.11.63-.097.606-.082.582-.068.558-.053.533-.022.257-.031.494c-.094 1.844.14 3.104.743 3.636.363.32.857.666 1.465 1.035l.478.28c.083.048.168.095.255.143l.54.292.285.148.6.301.313.153.655.31.69.315.358.16.741.32.773.326c.131.055.264.11.398.164l.818.33.847.332.873.335.9.335.923.336 1.428.505.977.336 1.503.501 1.023.332 1.04.33 1.053.326.532.162 1.612.48 1.089.313 1.648.461 1.663.448 1.757.454 1.276.317.632.153 1.253.296.62.142 1.23.274 1.212.26c.401.084.8.166 1.195.245l1.176.23c.389.074.775.146 1.157.215l1.138.2 1.117.184.551.087 1.085.16c.358.052.713.1 1.063.146l1.04.129c.343.04.682.078 1.017.113l.993.097.967.08c4.932.372 8.834.078 11.266-.985l.222-.104c3.739-1.858 5.987-8.754 6.728-20.67l.079-1.398c.048-.946.087-1.922.118-2.928l.038-1.53c.032-1.554.044-3.174.036-4.86l-.015-1.71-.028-1.753-.042-1.798-.026-.915-.062-1.865-.075-1.91-.089-1.953-.102-1.998-.116-2.043-.129-2.087-.142-2.131-.156-2.176-.17-2.22-.183-2.265-.096-1.15-.204-2.331-.216-2.376-.23-2.42-.113-1.155-.96-.674c-.17-.12-.34-.237-.508-.353l-.99-.679-.485-.326-.943-.628c-.31-.204-.613-.402-.912-.594l-.88-.56-.848-.526-.817-.492-.785-.457-.752-.424c-1.351-.745-2.542-1.318-3.572-1.72l-.277-.105c-2.659-1.055-4.723-1.1-8.382-.429l-.84.161-1.666.335-.72.135-.606.102-.366.053-.177.023-.529.058-.182.016c-2.896.25-5.266-.38-7.681-2.32-1.007-.81-2.585 0-4.591 2.272l-.37.429-.379.461c-.063.08-.128.16-.192.243l-.393.508-.4.54a42.51 42.51 0 00-.204.283l-.414.587-.21.305-.427.634-.216.328z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n </g>\n </g>\n <path\n d=\"M4.92 126.367c-.022-.01-.044-.02-.067-.043-.132-.105-.159-.271-.06-.377l5.94-6.272c.1-.105.283-.106.415-.002s.159.27.06.376l-5.941 6.272c-.084.09-.227.105-.347.046z\"\n fill=\"#000\"\n fillRule=\"nonzero\"\n />\n <path fill=\"#FFF\" d=\"M137.09 49.236l4.067-8.533 4.466 2.234z\" />\n <path\n d=\"M141.252 40.512l4.466 2.235c.143.07.16.267.031.362l-8.533 6.299c-.179.132-.415-.063-.32-.263l4.068-8.534a.213.213 0 01.288-.099zm.005.478l-3.608 7.568 7.567-5.586-3.96-1.982zM155.438 49.185l1.058 4.267a.213.213 0 01-.243.261l-6.4-1.106a.213.213 0 01-.072-.393l5.341-3.161a.213.213 0 01.316.132zm-.344.381l-4.597 2.719 5.506.951-.91-3.67z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M139.894 88.594c-6.562 1.78-11.056 10.649-13.484 26.606-.764 5.018-.01 9.575-5.791 15.22-3.854 3.764-21.258 7.99-52.212 12.68-6.948 1.534-9.29 3.005-7.03 4.413 3.073 1.913 0 3.954 7.03 3.954 5.947 0 5.967-2.87 7.774-2.66 53.858 6.274 73.906-6.94 76.3-35.372 1.597-18.954-2.599-27.235-12.587-24.841z\"\n fill=\"#FFF\"\n />\n <path\n d=\"M152.8 113.462c-2.549 30.27-25.141 41.664-76.656 35.664-.307-.036-.554.034-.853.226l-.057.04-.987.764-.234.175a3.954 3.954 0 01-.091.065c-1.326.906-2.976 1.39-5.515 1.39h-.333l-.623-.011-.57-.022c-2.54-.127-3.424-.64-4.007-1.869l-.243-.534c-.284-.595-.493-.867-.972-1.249a4.487 4.487 0 00-.29-.213l-.161-.104c-1.336-.831-1.307-1.843.06-2.701.506-.317 1.208-.634 2.11-.951l.564-.191.613-.191.66-.192.349-.095.732-.192.385-.097.804-.192.853-.194 3.64-.559 3.511-.555 2.549-.413 2.475-.41 1.61-.273 3.122-.542 2.257-.403 2.184-.4 2.11-.399 2.038-.395 1.965-.393 1.892-.39 1.819-.389 1.745-.385 1.124-.255 1.623-.38 1.042-.253 1.01-.251 1.453-.375.928-.248 1.33-.37 1.259-.367.797-.244.766-.242.732-.24.7-.24.668-.239.635-.237.602-.236.29-.118.552-.234c.18-.078.353-.155.521-.233l.488-.231.456-.23c.951-.498 1.673-.987 2.164-1.467 3.576-3.492 4.686-6.143 5.25-11.047l.09-.84.118-1.196.067-.627.066-.558.07-.518.037-.254c.22-1.443.456-2.828.71-4.156l.221-1.124.114-.551.234-1.083.242-1.054.25-1.026.129-.502.263-.984c.089-.324.18-.642.271-.956l.28-.928c2.556-8.225 6.13-13.04 10.754-14.431l.258-.074c7.301-1.75 11.591 2.03 12.889 11.22l.102.79.046.404.081.828c.185 2.102.237 4.445.155 7.028l-.04 1.047-.054 1.071-.032.546-.076 1.11c-.027.374-.057.752-.09 1.135zm-12.543-24.623l-.282.064c-4.9 1.33-8.654 6.788-11.226 16.394l-.258.991a80.465 80.465 0 00-.723 3.146l-.225 1.105-.216 1.135-.106.577-.204 1.178c-.1.595-.197 1.202-.29 1.82l-.073.5-.033.258-.066.55-.1.963-.128 1.284-.097.84c-.597 4.774-1.796 7.498-5.387 11.006-.59.575-1.482 1.159-2.678 1.752l-.495.238-.26.12-.543.238-.575.24-.609.242-.316.12-.657.244-.689.243-.722.245-.754.246-.787.246-.819.248-.852.249-.884.25-.917.25-1.436.378-1.51.38-1.046.256-1.08.256-1.68.386-1.16.258-1.803.39-1.876.393-1.949.394-2.022.397-2.096.4-2.17.402-2.243.404-2.316.407-2.39.41-2.464.412-1.683.276-2.586.416-3.563.56-2.758.421-.831.189-.784.188c-.127.031-.252.062-.375.094l-.714.186c-.345.094-.672.187-.981.28l-.596.184-.547.184-.5.183-.452.182c-.428.181-.783.36-1.066.538-.93.583-.985.999-.189 1.535l.126.081c.187.116.357.236.512.36.573.457.828.794 1.153 1.48l.24.525.11.213c.363.645.888 1.006 2.061 1.183l.393.05c.138.015.285.028.44.04l.488.027.265.01.57.013.63.005c2.412 0 3.936-.448 5.153-1.28l.343-.255.606-.472.362-.276.072-.05c.416-.268.808-.378 1.274-.324 51.2 5.964 73.432-5.247 75.945-35.082l.045-.554.08-1.09.068-1.064.054-1.04.04-1.014.016-.498.02-.977.007-.478v-.94a62.472 62.472 0 00-.005-.46l-.02-.9a48.626 48.626 0 00-.171-2.958l-.08-.789c-.1-.905-.226-1.76-.38-2.563l-.14-.677c-1.551-7.08-5.369-9.908-11.44-8.567z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <path\n d=\"M152.85 115.2h-26.44c-5.643-21.333-1.87-32 11.32-32 13.19 0 18.23 10.667 15.12 32z\"\n fill=\"#D6DAE1\"\n />\n <path\n d=\"M137.73 82.987c11.885 0 17.235 8.554 16.065 25.554l-.09 1.159a90.338 90.338 0 01-.552 4.89l-.118.823h-26.79l-.041-.158a95.728 95.728 0 01-1.417-6.116l-.215-1.146c-2.985-16.628 1.39-25.006 13.158-25.006zm-.387.43c-11.057.18-15.206 8.183-12.42 24.129l.201 1.099c.035.185.072.372.109.559l.233 1.136c.243 1.15.52 2.335.828 3.558l.281 1.088h26.09l-.025.183c3.093-21.222-1.885-31.756-14.91-31.756l-.387.003z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n <path\n fill=\"#D96156\"\n d=\"M66.736 67.513l-8.526-8.057-7.979 8.526-4.224-3.99 7.979-8.525-7.51-7.119 3.99-4.224 7.51 7.119 7.117-7.51 4.224 3.99-7.04 7.509 8.448 8.057z\"\n />\n <path\n d=\"M69.618 47.714l-4.533-4.282-7.118 7.508-7.51-7.117-4.282 4.534 7.51 7.118-7.979 8.527 4.535 4.283 7.978-8.527 8.526 8.057 4.281-4.534-8.449-8.058 7.041-7.51zm-4.517-3.68l3.916 3.698-7.04 7.508 8.448 8.056-3.699 3.915-8.525-8.057-7.98 8.525-3.913-3.696 7.978-8.525-7.508-7.119 3.696-3.913 7.51 7.118 7.117-7.51z\"\n fill=\"#18263C\"\n fillRule=\"nonzero\"\n />\n </g>\n </svg>\n )\n}\n\nconst ForwardRef = React.forwardRef(SvgIllustrationFailure)\nconst MemoForwardRef = React.memo(ForwardRef)\nexport default MemoForwardRef\n"]}
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
- declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "onChange" | "className" | "mode" | "style" | "children" | "clipPath" | "filter" | "mask" | "path" | "color" | "onClick" | "local" | "type" | "width" | "height" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>>;
2
+ declare const MemoForwardRef: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, "string" | "className" | "style" | "children" | "mask" | "width" | "height" | "clipPath" | "filter" | "path" | "ideographic" | "alphabetic" | "hanging" | "mathematical" | "color" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key"> & React.RefAttributes<SVGSVGElement>>>;
3
3
  export default MemoForwardRef;
4
4
  //# sourceMappingURL=illustration-no-access.d.ts.map