@thesvg/react 2.0.1 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/dist/azure-blob.cjs +1 -1
  2. package/dist/azure-blob.js +1 -1
  3. package/dist/developer-student-club.cjs +1 -1
  4. package/dist/developer-student-club.js +1 -1
  5. package/dist/eshopos-logo.cjs +22 -0
  6. package/dist/eshopos-logo.d.ts +9 -0
  7. package/dist/eshopos-logo.js +21 -0
  8. package/dist/gemini-cli.cjs +22 -0
  9. package/dist/gemini-cli.d.ts +9 -0
  10. package/dist/gemini-cli.js +21 -0
  11. package/dist/iflow.cjs +22 -0
  12. package/dist/iflow.d.ts +9 -0
  13. package/dist/iflow.js +21 -0
  14. package/dist/index.cjs +90 -0
  15. package/dist/index.d.ts +45 -0
  16. package/dist/index.js +45 -0
  17. package/dist/k8s-api-server.cjs +22 -0
  18. package/dist/k8s-api-server.d.ts +9 -0
  19. package/dist/k8s-api-server.js +21 -0
  20. package/dist/k8s-cloud-controller-manager.cjs +22 -0
  21. package/dist/k8s-cloud-controller-manager.d.ts +9 -0
  22. package/dist/k8s-cloud-controller-manager.js +21 -0
  23. package/dist/k8s-clusterrole.cjs +22 -0
  24. package/dist/k8s-clusterrole.d.ts +9 -0
  25. package/dist/k8s-clusterrole.js +21 -0
  26. package/dist/k8s-clusterrolebinding.cjs +22 -0
  27. package/dist/k8s-clusterrolebinding.d.ts +9 -0
  28. package/dist/k8s-clusterrolebinding.js +21 -0
  29. package/dist/k8s-configmap.cjs +22 -0
  30. package/dist/k8s-configmap.d.ts +9 -0
  31. package/dist/k8s-configmap.js +21 -0
  32. package/dist/k8s-controller-manager.cjs +22 -0
  33. package/dist/k8s-controller-manager.d.ts +9 -0
  34. package/dist/k8s-controller-manager.js +21 -0
  35. package/dist/k8s-cronjob.cjs +22 -0
  36. package/dist/k8s-cronjob.d.ts +9 -0
  37. package/dist/k8s-cronjob.js +21 -0
  38. package/dist/k8s-customresourcedefinition.cjs +22 -0
  39. package/dist/k8s-customresourcedefinition.d.ts +9 -0
  40. package/dist/k8s-customresourcedefinition.js +21 -0
  41. package/dist/k8s-daemonset.cjs +22 -0
  42. package/dist/k8s-daemonset.d.ts +9 -0
  43. package/dist/k8s-daemonset.js +21 -0
  44. package/dist/k8s-deployment.cjs +22 -0
  45. package/dist/k8s-deployment.d.ts +9 -0
  46. package/dist/k8s-deployment.js +21 -0
  47. package/dist/k8s-endpoints.cjs +22 -0
  48. package/dist/k8s-endpoints.d.ts +9 -0
  49. package/dist/k8s-endpoints.js +21 -0
  50. package/dist/k8s-etcd-cluster.cjs +22 -0
  51. package/dist/k8s-etcd-cluster.d.ts +9 -0
  52. package/dist/k8s-etcd-cluster.js +21 -0
  53. package/dist/k8s-group.cjs +22 -0
  54. package/dist/k8s-group.d.ts +9 -0
  55. package/dist/k8s-group.js +21 -0
  56. package/dist/k8s-horizontalpodautoscaler.cjs +22 -0
  57. package/dist/k8s-horizontalpodautoscaler.d.ts +9 -0
  58. package/dist/k8s-horizontalpodautoscaler.js +21 -0
  59. package/dist/k8s-ingress.cjs +22 -0
  60. package/dist/k8s-ingress.d.ts +9 -0
  61. package/dist/k8s-ingress.js +21 -0
  62. package/dist/k8s-job.cjs +22 -0
  63. package/dist/k8s-job.d.ts +9 -0
  64. package/dist/k8s-job.js +21 -0
  65. package/dist/k8s-kube-proxy.cjs +22 -0
  66. package/dist/k8s-kube-proxy.d.ts +9 -0
  67. package/dist/k8s-kube-proxy.js +21 -0
  68. package/dist/k8s-kubelet.cjs +22 -0
  69. package/dist/k8s-kubelet.d.ts +9 -0
  70. package/dist/k8s-kubelet.js +21 -0
  71. package/dist/k8s-limitrange.cjs +22 -0
  72. package/dist/k8s-limitrange.d.ts +9 -0
  73. package/dist/k8s-limitrange.js +21 -0
  74. package/dist/k8s-namespace.cjs +22 -0
  75. package/dist/k8s-namespace.d.ts +9 -0
  76. package/dist/k8s-namespace.js +21 -0
  77. package/dist/k8s-networkpolicy.cjs +22 -0
  78. package/dist/k8s-networkpolicy.d.ts +9 -0
  79. package/dist/k8s-networkpolicy.js +21 -0
  80. package/dist/k8s-persistentvolume.cjs +22 -0
  81. package/dist/k8s-persistentvolume.d.ts +9 -0
  82. package/dist/k8s-persistentvolume.js +21 -0
  83. package/dist/k8s-persistentvolumeclaim.cjs +22 -0
  84. package/dist/k8s-persistentvolumeclaim.d.ts +9 -0
  85. package/dist/k8s-persistentvolumeclaim.js +21 -0
  86. package/dist/k8s-pod.cjs +22 -0
  87. package/dist/k8s-pod.d.ts +9 -0
  88. package/dist/k8s-pod.js +21 -0
  89. package/dist/k8s-podsecuritypolicy.cjs +22 -0
  90. package/dist/k8s-podsecuritypolicy.d.ts +9 -0
  91. package/dist/k8s-podsecuritypolicy.js +21 -0
  92. package/dist/k8s-replicaset.cjs +22 -0
  93. package/dist/k8s-replicaset.d.ts +9 -0
  94. package/dist/k8s-replicaset.js +21 -0
  95. package/dist/k8s-resourcequota.cjs +22 -0
  96. package/dist/k8s-resourcequota.d.ts +9 -0
  97. package/dist/k8s-resourcequota.js +21 -0
  98. package/dist/k8s-role.cjs +22 -0
  99. package/dist/k8s-role.d.ts +9 -0
  100. package/dist/k8s-role.js +21 -0
  101. package/dist/k8s-rolebinding.cjs +22 -0
  102. package/dist/k8s-rolebinding.d.ts +9 -0
  103. package/dist/k8s-rolebinding.js +21 -0
  104. package/dist/k8s-scheduler.cjs +22 -0
  105. package/dist/k8s-scheduler.d.ts +9 -0
  106. package/dist/k8s-scheduler.js +21 -0
  107. package/dist/k8s-secret.cjs +22 -0
  108. package/dist/k8s-secret.d.ts +9 -0
  109. package/dist/k8s-secret.js +21 -0
  110. package/dist/k8s-service.cjs +22 -0
  111. package/dist/k8s-service.d.ts +9 -0
  112. package/dist/k8s-service.js +21 -0
  113. package/dist/k8s-serviceaccount.cjs +22 -0
  114. package/dist/k8s-serviceaccount.d.ts +9 -0
  115. package/dist/k8s-serviceaccount.js +21 -0
  116. package/dist/k8s-statefulset.cjs +22 -0
  117. package/dist/k8s-statefulset.d.ts +9 -0
  118. package/dist/k8s-statefulset.js +21 -0
  119. package/dist/k8s-storageclass.cjs +22 -0
  120. package/dist/k8s-storageclass.d.ts +9 -0
  121. package/dist/k8s-storageclass.js +21 -0
  122. package/dist/k8s-user.cjs +22 -0
  123. package/dist/k8s-user.d.ts +9 -0
  124. package/dist/k8s-user.js +21 -0
  125. package/dist/k8s-volume.cjs +22 -0
  126. package/dist/k8s-volume.d.ts +9 -0
  127. package/dist/k8s-volume.js +21 -0
  128. package/dist/k8s-worker-node.cjs +22 -0
  129. package/dist/k8s-worker-node.d.ts +9 -0
  130. package/dist/k8s-worker-node.js +21 -0
  131. package/dist/kiro.cjs +22 -0
  132. package/dist/kiro.d.ts +9 -0
  133. package/dist/kiro.js +21 -0
  134. package/dist/monistic-logo.cjs +22 -0
  135. package/dist/monistic-logo.d.ts +9 -0
  136. package/dist/monistic-logo.js +21 -0
  137. package/dist/mypy.cjs +1 -1
  138. package/dist/mypy.js +1 -1
  139. package/dist/neovim.cjs +1 -1
  140. package/dist/neovim.js +1 -1
  141. package/dist/nimoxis.cjs +22 -0
  142. package/dist/nimoxis.d.ts +9 -0
  143. package/dist/nimoxis.js +21 -0
  144. package/dist/open-webui.cjs +1 -1
  145. package/dist/open-webui.js +1 -1
  146. package/dist/paramount.cjs +1 -1
  147. package/dist/paramount.js +1 -1
  148. package/dist/paypal.cjs +1 -1
  149. package/dist/paypal.js +1 -1
  150. package/dist/powertoys.cjs +1 -1
  151. package/dist/powertoys.js +1 -1
  152. package/dist/qt.cjs +1 -1
  153. package/dist/qt.js +1 -1
  154. package/dist/shopline.cjs +22 -0
  155. package/dist/shopline.d.ts +9 -0
  156. package/dist/shopline.js +21 -0
  157. package/dist/styled-components.cjs +1 -1
  158. package/dist/styled-components.js +1 -1
  159. package/dist/svgl.cjs +1 -1
  160. package/dist/svgl.js +1 -1
  161. package/dist/upsales.cjs +1 -1
  162. package/dist/upsales.js +1 -1
  163. package/dist/volta.cjs +1 -1
  164. package/dist/volta.js +1 -1
  165. package/dist/web-components.cjs +1 -1
  166. package/dist/web-components.js +1 -1
  167. package/package.json +1 -1
@@ -8,7 +8,7 @@ const StyledComponents = forwardRef(
8
8
  return createElement(
9
9
  'svg',
10
10
  Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
11
- ...[{"type":"defs","props":{},"children":[{"type":"path","props":{"id":"a","d":"M0 0h318v318H0z"},"children":[]},{"type":"mask","props":{"id":"b","fill":"#fff","height":"318","width":"318","x":"0","y":"0"},"children":[{"type":"use","props":{"href":"#a"},"children":[]}]}]},{"type":"g","props":{"fill":"none","fillRule":"evenodd"},"children":[{"type":"use","props":{"mask":"url(#b)","stroke":"#4a4a4a","strokeWidth":"8","href":"#a"},"children":[]},{"type":"path","props":{"d":"M44.284 229.416c-4.428 0-7.344 2.376-7.344 5.544 0 2.808 1.728 4.68 5.652 5.76 3.564 1.008 4.32 1.512 4.32 3.096 0 1.44-1.332 2.304-3.384 2.304-1.944 0-3.708-.756-5.184-1.872l-2.304 2.592c1.764 1.584 4.32 2.7 7.596 2.7 4.356 0 8.028-2.088 8.028-6.048 0-3.384-2.196-4.968-6.084-6.012-3.24-.9-3.996-1.476-3.996-2.736 0-1.152 1.044-1.908 2.88-1.908 1.692 0 3.204.54 4.788 1.548l1.8-2.7c-1.8-1.404-4.032-2.268-6.768-2.268zm20.412 15.732 1.62 2.952c-1.368.972-3.096 1.44-4.788 1.44-3.744-.036-5.724-2.16-5.724-6.228v-10.044h-2.988v-3.312h2.988v-4.212l4.608-.54v4.752h4.428l-.468 3.312h-3.96v9.936c0 1.872.612 2.628 2.016 2.628.72 0 1.44-.216 2.268-.684zm19.62-15.192-6.192 19.116c-1.44 4.464-4.248 7.344-9.9 7.776l-.468-3.348c3.78-.576 5.004-1.8 6.084-4.5h-1.584l-6.048-19.044h4.896l4.14 15.984 4.32-15.984zm7.308 19.584a7.55 7.55 0 0 0 3.06-.648l-.972-3.24c-.324.108-.648.18-1.08.18-.756 0-1.08-.432-1.08-1.332v-22.68l-4.608.504v22.32c0 3.132 1.764 4.896 4.68 4.896zm21.744-10.512c0 .612-.072 1.368-.108 1.872h-11.952c.324 3.888 2.16 5.148 4.68 5.148 1.692 0 3.096-.54 4.752-1.692l1.908 2.628c-1.872 1.512-4.176 2.556-7.056 2.556-5.904 0-9.072-3.924-9.072-9.936 0-5.796 3.06-10.188 8.46-10.188 5.328 0 8.388 3.6 8.388 9.612zm-4.572-1.116v-.216c0-3.132-1.116-5.004-3.708-5.004-2.16 0-3.528 1.44-3.78 5.22zm20.124-16.092 4.608.504V249h-4.068l-.324-2.412c-1.152 1.728-2.988 2.952-5.436 2.952-4.752 0-7.236-3.996-7.236-10.044 0-5.868 2.952-10.08 7.668-10.08 2.016 0 3.6.864 4.788 2.052zm-3.924 24.228c1.692 0 2.844-.828 3.924-2.448v-8.712c-1.008-1.224-2.088-2.016-3.636-2.016-2.376 0-3.96 2.016-3.96 6.588 0 4.896 1.404 6.588 3.672 6.588zM44.44 265.416c-5.472 0-8.892 4.14-8.892 10.224s3.42 9.9 8.928 9.9c2.448 0 4.428-.792 6.156-2.196l-2.052-2.916c-1.404.9-2.412 1.368-3.852 1.368-2.592 0-4.284-1.62-4.284-6.228 0-4.572 1.62-6.516 4.284-6.516 1.44 0 2.592.432 3.852 1.368l2.052-2.772c-1.8-1.548-3.708-2.232-6.192-2.232zm17.316 0c5.616 0 8.928 3.816 8.928 10.044 0 6.012-3.348 10.08-8.964 10.08s-8.964-3.816-8.964-10.08c0-5.976 3.348-10.044 9-10.044zm0 3.492c-2.7 0-4.14 2.052-4.14 6.552 0 4.572 1.404 6.588 4.104 6.588s4.104-2.052 4.104-6.588-1.404-6.552-4.068-6.552zm33.444-3.492c-2.52 0-4.284 1.224-5.724 3.204-.72-2.016-2.376-3.204-4.608-3.204-2.412 0-4.14 1.116-5.508 3.024l-.36-2.484h-3.996V285h4.608v-13.248c1.044-1.764 2.016-2.88 3.636-2.88 1.116 0 2.088.684 2.088 3.06V285h4.608v-13.248c1.044-1.764 2.016-2.88 3.6-2.88 1.152 0 2.088.684 2.088 3.06V285h4.608v-13.788c0-3.6-2.016-5.796-5.04-5.796zm20.268 0c4.968 0 7.056 3.924 7.056 10.008 0 5.832-2.7 10.116-7.524 10.116-1.944 0-3.6-.684-4.788-2.088v8.892l-4.608.504v-26.892h4.032l.252 2.34c1.512-1.98 3.528-2.88 5.58-2.88zm-1.764 16.596c2.52 0 3.996-1.944 3.996-6.552 0-4.824-1.296-6.588-3.6-6.588-1.62 0-2.988 1.116-3.888 2.592v8.568c.9 1.332 2.052 1.98 3.492 1.98zm21.132-16.596c5.616 0 8.928 3.816 8.928 10.044 0 6.012-3.348 10.08-8.964 10.08s-8.964-3.816-8.964-10.08c0-5.976 3.348-10.044 9-10.044zm0 3.492c-2.7 0-4.14 2.052-4.14 6.552 0 4.572 1.404 6.588 4.104 6.588s4.104-2.052 4.104-6.588-1.404-6.552-4.068-6.552zm23.4-3.492c-2.412 0-4.32 1.116-5.796 3.024l-.36-2.484h-3.996V285h4.608v-13.248c1.116-1.764 2.34-2.88 3.996-2.88 1.44 0 2.34.684 2.34 3.06V285h4.608v-13.788c0-3.636-1.98-5.796-5.4-5.796zm26.388 9.612c0 .612-.072 1.368-.108 1.872h-11.952c.324 3.888 2.16 5.148 4.68 5.148 1.692 0 3.096-.54 4.752-1.692l1.908 2.628c-1.872 1.512-4.176 2.556-7.056 2.556-5.904 0-9.072-3.924-9.072-9.936 0-5.796 3.06-10.188 8.46-10.188 5.328 0 8.388 3.6 8.388 9.612zm-4.572-1.116v-.216c0-3.132-1.116-5.004-3.708-5.004-2.16 0-3.528 1.44-3.78 5.22zm18.864-8.496c-2.412 0-4.32 1.116-5.796 3.024l-.36-2.484h-3.996V285h4.608v-13.248c1.116-1.764 2.34-2.88 3.996-2.88 1.44 0 2.34.684 2.34 3.06V285h4.608v-13.788c0-3.636-1.98-5.796-5.4-5.796zm20.052 15.732c-.828.468-1.548.684-2.268.684-1.404 0-2.016-.756-2.016-2.628v-9.936h3.96l.468-3.312h-4.428v-4.752l-4.608.54v4.212h-2.988v3.312h2.988v10.044c0 4.068 1.98 6.192 5.724 6.228 1.692 0 3.42-.468 4.788-1.44zm10.224-15.732c-4.428 0-7.344 2.376-7.344 5.544 0 2.808 1.728 4.68 5.652 5.76 3.564 1.008 4.32 1.512 4.32 3.096 0 1.44-1.332 2.304-3.384 2.304-1.944 0-3.708-.756-5.184-1.872l-2.304 2.592c1.764 1.584 4.32 2.7 7.596 2.7 4.356 0 8.028-2.088 8.028-6.048 0-3.384-2.196-4.968-6.084-6.012-3.24-.9-3.996-1.476-3.996-2.736 0-1.152 1.044-1.908 2.88-1.908 1.692 0 3.204.54 4.788 1.548l1.8-2.7c-1.8-1.404-4.032-2.268-6.768-2.268zM79.8 87.2l-36.2 22.5 36.2 22.9-3.7 4.6-37.7-23.6v-7.9l38.1-23.6m189.3 22.7v7.8l-37.7 23.6-3.7-4.9 36.1-22.6L224.4 86l3.2-4.9","fill":"#4a4a4a"},"children":[]},{"type":"text","props":{"fill":"#000","fontFamily":"AppleColorEmoji, Apple Color Emoji","fontSize":"100","letterSpacing":".5","transform":"translate(38 44)"},"children":[{"type":"tspan","props":{"x":"70","y":"100"},"children":["💅"]}]}]}]
11
+ ...[{"type":"defs","props":{},"children":[{"type":"path","props":{"id":"a","d":"M0 0h318v318H0z"},"children":[]},{"type":"mask","props":{"id":"b","fill":"#fff","height":"318","width":"318","x":"0","y":"0"},"children":[{"type":"use","props":{"href":"#a"},"children":[]}]}]},{"type":"g","props":{"fill":"none","fillRule":"evenodd"},"children":[{"type":"use","props":{"mask":"url(#b)","stroke":"#4a4a4a","strokeWidth":"8","href":"#a"},"children":[]},{"type":"path","props":{"d":"M44.284 229.416c-4.428 0-7.344 2.376-7.344 5.544 0 2.808 1.728 4.68 5.652 5.76 3.564 1.008 4.32 1.512 4.32 3.096 0 1.44-1.332 2.304-3.384 2.304-1.944 0-3.708-.756-5.184-1.872l-2.304 2.592c1.764 1.584 4.32 2.7 7.596 2.7 4.356 0 8.028-2.088 8.028-6.048 0-3.384-2.196-4.968-6.084-6.012-3.24-.9-3.996-1.476-3.996-2.736 0-1.152 1.044-1.908 2.88-1.908 1.692 0 3.204.54 4.788 1.548l1.8-2.7c-1.8-1.404-4.032-2.268-6.768-2.268zm20.412 15.732 1.62 2.952c-1.368.972-3.096 1.44-4.788 1.44-3.744-.036-5.724-2.16-5.724-6.228v-10.044h-2.988v-3.312h2.988v-4.212l4.608-.54v4.752h4.428l-.468 3.312h-3.96v9.936c0 1.872.612 2.628 2.016 2.628.72 0 1.44-.216 2.268-.684zm19.62-15.192-6.192 19.116c-1.44 4.464-4.248 7.344-9.9 7.776l-.468-3.348c3.78-.576 5.004-1.8 6.084-4.5h-1.584l-6.048-19.044h4.896l4.14 15.984 4.32-15.984zm7.308 19.584a7.55 7.55 0 0 0 3.06-.648l-.972-3.24c-.324.108-.648.18-1.08.18-.756 0-1.08-.432-1.08-1.332v-22.68l-4.608.504v22.32c0 3.132 1.764 4.896 4.68 4.896zm21.744-10.512c0 .612-.072 1.368-.108 1.872h-11.952c.324 3.888 2.16 5.148 4.68 5.148 1.692 0 3.096-.54 4.752-1.692l1.908 2.628c-1.872 1.512-4.176 2.556-7.056 2.556-5.904 0-9.072-3.924-9.072-9.936 0-5.796 3.06-10.188 8.46-10.188 5.328 0 8.388 3.6 8.388 9.612zm-4.572-1.116v-.216c0-3.132-1.116-5.004-3.708-5.004-2.16 0-3.528 1.44-3.78 5.22zm20.124-16.092 4.608.504V249h-4.068l-.324-2.412c-1.152 1.728-2.988 2.952-5.436 2.952-4.752 0-7.236-3.996-7.236-10.044 0-5.868 2.952-10.08 7.668-10.08 2.016 0 3.6.864 4.788 2.052zm-3.924 24.228c1.692 0 2.844-.828 3.924-2.448v-8.712c-1.008-1.224-2.088-2.016-3.636-2.016-2.376 0-3.96 2.016-3.96 6.588 0 4.896 1.404 6.588 3.672 6.588zM44.44 265.416c-5.472 0-8.892 4.14-8.892 10.224s3.42 9.9 8.928 9.9c2.448 0 4.428-.792 6.156-2.196l-2.052-2.916c-1.404.9-2.412 1.368-3.852 1.368-2.592 0-4.284-1.62-4.284-6.228 0-4.572 1.62-6.516 4.284-6.516 1.44 0 2.592.432 3.852 1.368l2.052-2.772c-1.8-1.548-3.708-2.232-6.192-2.232zm17.316 0c5.616 0 8.928 3.816 8.928 10.044 0 6.012-3.348 10.08-8.964 10.08s-8.964-3.816-8.964-10.08c0-5.976 3.348-10.044 9-10.044zm0 3.492c-2.7 0-4.14 2.052-4.14 6.552 0 4.572 1.404 6.588 4.104 6.588s4.104-2.052 4.104-6.588-1.404-6.552-4.068-6.552zm33.444-3.492c-2.52 0-4.284 1.224-5.724 3.204-.72-2.016-2.376-3.204-4.608-3.204-2.412 0-4.14 1.116-5.508 3.024l-.36-2.484h-3.996V285h4.608v-13.248c1.044-1.764 2.016-2.88 3.636-2.88 1.116 0 2.088.684 2.088 3.06V285h4.608v-13.248c1.044-1.764 2.016-2.88 3.6-2.88 1.152 0 2.088.684 2.088 3.06V285h4.608v-13.788c0-3.6-2.016-5.796-5.04-5.796zm20.268 0c4.968 0 7.056 3.924 7.056 10.008 0 5.832-2.7 10.116-7.524 10.116-1.944 0-3.6-.684-4.788-2.088v8.892l-4.608.504v-26.892h4.032l.252 2.34c1.512-1.98 3.528-2.88 5.58-2.88zm-1.764 16.596c2.52 0 3.996-1.944 3.996-6.552 0-4.824-1.296-6.588-3.6-6.588-1.62 0-2.988 1.116-3.888 2.592v8.568c.9 1.332 2.052 1.98 3.492 1.98zm21.132-16.596c5.616 0 8.928 3.816 8.928 10.044 0 6.012-3.348 10.08-8.964 10.08s-8.964-3.816-8.964-10.08c0-5.976 3.348-10.044 9-10.044zm0 3.492c-2.7 0-4.14 2.052-4.14 6.552 0 4.572 1.404 6.588 4.104 6.588s4.104-2.052 4.104-6.588-1.404-6.552-4.068-6.552zm23.4-3.492c-2.412 0-4.32 1.116-5.796 3.024l-.36-2.484h-3.996V285h4.608v-13.248c1.116-1.764 2.34-2.88 3.996-2.88 1.44 0 2.34.684 2.34 3.06V285h4.608v-13.788c0-3.636-1.98-5.796-5.4-5.796zm26.388 9.612c0 .612-.072 1.368-.108 1.872h-11.952c.324 3.888 2.16 5.148 4.68 5.148 1.692 0 3.096-.54 4.752-1.692l1.908 2.628c-1.872 1.512-4.176 2.556-7.056 2.556-5.904 0-9.072-3.924-9.072-9.936 0-5.796 3.06-10.188 8.46-10.188 5.328 0 8.388 3.6 8.388 9.612zm-4.572-1.116v-.216c0-3.132-1.116-5.004-3.708-5.004-2.16 0-3.528 1.44-3.78 5.22zm18.864-8.496c-2.412 0-4.32 1.116-5.796 3.024l-.36-2.484h-3.996V285h4.608v-13.248c1.116-1.764 2.34-2.88 3.996-2.88 1.44 0 2.34.684 2.34 3.06V285h4.608v-13.788c0-3.636-1.98-5.796-5.4-5.796zm20.052 15.732c-.828.468-1.548.684-2.268.684-1.404 0-2.016-.756-2.016-2.628v-9.936h3.96l.468-3.312h-4.428v-4.752l-4.608.54v4.212h-2.988v3.312h2.988v10.044c0 4.068 1.98 6.192 5.724 6.228 1.692 0 3.42-.468 4.788-1.44zm10.224-15.732c-4.428 0-7.344 2.376-7.344 5.544 0 2.808 1.728 4.68 5.652 5.76 3.564 1.008 4.32 1.512 4.32 3.096 0 1.44-1.332 2.304-3.384 2.304-1.944 0-3.708-.756-5.184-1.872l-2.304 2.592c1.764 1.584 4.32 2.7 7.596 2.7 4.356 0 8.028-2.088 8.028-6.048 0-3.384-2.196-4.968-6.084-6.012-3.24-.9-3.996-1.476-3.996-2.736 0-1.152 1.044-1.908 2.88-1.908 1.692 0 3.204.54 4.788 1.548l1.8-2.7c-1.8-1.404-4.032-2.268-6.768-2.268zM79.8 87.2l-36.2 22.5 36.2 22.9-3.7 4.6-37.7-23.6v-7.9l38.1-23.6m189.3 22.7v7.8l-37.7 23.6-3.7-4.9 36.1-22.6L224.4 86l3.2-4.9","fill":"#4a4a4a"},"children":[]}]}]
12
12
  .map(function _c(el) {
13
13
  if (typeof el === 'string') return el;
14
14
  return createElement(el.type, el.props, ...(el.children || []).map(_c));
package/dist/svgl.cjs CHANGED
@@ -10,7 +10,7 @@ const Svgl = react_1.forwardRef(function Svgl({ viewBox = '0 0 512 512', ...prop
10
10
  return react_1.createElement(
11
11
  'svg',
12
12
  Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
13
- ...[{"type":"rect","props":{"id":"«r3b»","width":"512","height":"512","x":"0","y":"0","rx":"128","fill":"url(#«r3c»)","stroke":"#FFFFFF","strokeWidth":"0","strokeOpacity":"100%","paintOrder":"stroke"},"children":[]},{"type":"clipPath","props":{"id":"clip"},"children":[{"type":"use","props":{"href":"#«r3b»"},"children":[]}]},{"type":"defs","props":{},"children":[{"type":"radialGradient","props":{"id":"«r3c»","cx":"50%","cy":"50%","r":"100%","fx":"50%","fy":"0%","gradientUnits":"objectBoundingBox"},"children":[{"type":"stop","props":{"stopColor":"#232323"},"children":[]},{"type":"stop","props":{"offset":"1","stopColor":"#000000"},"children":[]}]},{"type":"radialGradient","props":{"id":"«r3d»","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(256) rotate(90) scale(512)"},"children":[{"type":"stop","props":{"stopColor":"white"},"children":[]},{"type":"stop","props":{"offset":"1","stopColor":"white","stopOpacity":"0"},"children":[]}]}]},{"type":"path","props":{"d":"M168,36H88A52.06,52.06,0,0,0,36,88v80a52.06,52.06,0,0,0,52,52h48a3.83,3.83,0,0,0,1.26-.21c25.46-8.48,74.05-57.07,82.53-82.53A3.83,3.83,0,0,0,220,136V88A52.06,52.06,0,0,0,168,36ZM44,168V88A44.05,44.05,0,0,1,88,44h80a44.05,44.05,0,0,1,44,44v44H184a52.06,52.06,0,0,0-52,52v28H88A44.05,44.05,0,0,1,44,168Zm96,42V184a44.05,44.05,0,0,1,44-44h26C198.9,162.23,162.23,198.9,140,210Z"},"children":[]}]
13
+ ...[{"type":"rect","props":{"id":"«r3b»","width":"512","height":"512","x":"0","y":"0","rx":"128","fill":"url(#«r3c»)","stroke":"#FFFFFF","strokeWidth":"0","strokeOpacity":"100%","paintOrder":"stroke"},"children":[]},{"type":"clipPath","props":{"id":"clip"},"children":[{"type":"use","props":{"href":"#«r3b»"},"children":[]}]},{"type":"defs","props":{},"children":[{"type":"radialGradient","props":{"id":"«r3c»","cx":"50%","cy":"50%","r":"100%","fx":"50%","fy":"0%","gradientUnits":"objectBoundingBox"},"children":[{"type":"stop","props":{"stopColor":"#232323"},"children":[]},{"type":"stop","props":{"offset":"1","stopColor":"#000000"},"children":[]}]},{"type":"radialGradient","props":{"id":"«r3d»","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(256) rotate(90) scale(512)"},"children":[{"type":"stop","props":{"stopColor":"white"},"children":[]},{"type":"stop","props":{"offset":"1","stopColor":"white","stopOpacity":"0"},"children":[]}]}]},{"type":"g","props":{"transform":"translate(76, 76) scale(1.406250)","fill":"#fffafa"},"children":[{"type":"path","props":{"d":"M168,36H88A52.06,52.06,0,0,0,36,88v80a52.06,52.06,0,0,0,52,52h48a3.83,3.83,0,0,0,1.26-.21c25.46-8.48,74.05-57.07,82.53-82.53A3.83,3.83,0,0,0,220,136V88A52.06,52.06,0,0,0,168,36ZM44,168V88A44.05,44.05,0,0,1,88,44h80a44.05,44.05,0,0,1,44,44v44H184a52.06,52.06,0,0,0-52,52v28H88A44.05,44.05,0,0,1,44,168Zm96,42V184a44.05,44.05,0,0,1,44-44h26C198.9,162.23,162.23,198.9,140,210Z"},"children":[]}]}]
14
14
  .map(function _c(el) {
15
15
  if (typeof el === 'string') return el;
16
16
  return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
package/dist/svgl.js CHANGED
@@ -8,7 +8,7 @@ const Svgl = forwardRef(
8
8
  return createElement(
9
9
  'svg',
10
10
  Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
11
- ...[{"type":"rect","props":{"id":"«r3b»","width":"512","height":"512","x":"0","y":"0","rx":"128","fill":"url(#«r3c»)","stroke":"#FFFFFF","strokeWidth":"0","strokeOpacity":"100%","paintOrder":"stroke"},"children":[]},{"type":"clipPath","props":{"id":"clip"},"children":[{"type":"use","props":{"href":"#«r3b»"},"children":[]}]},{"type":"defs","props":{},"children":[{"type":"radialGradient","props":{"id":"«r3c»","cx":"50%","cy":"50%","r":"100%","fx":"50%","fy":"0%","gradientUnits":"objectBoundingBox"},"children":[{"type":"stop","props":{"stopColor":"#232323"},"children":[]},{"type":"stop","props":{"offset":"1","stopColor":"#000000"},"children":[]}]},{"type":"radialGradient","props":{"id":"«r3d»","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(256) rotate(90) scale(512)"},"children":[{"type":"stop","props":{"stopColor":"white"},"children":[]},{"type":"stop","props":{"offset":"1","stopColor":"white","stopOpacity":"0"},"children":[]}]}]},{"type":"path","props":{"d":"M168,36H88A52.06,52.06,0,0,0,36,88v80a52.06,52.06,0,0,0,52,52h48a3.83,3.83,0,0,0,1.26-.21c25.46-8.48,74.05-57.07,82.53-82.53A3.83,3.83,0,0,0,220,136V88A52.06,52.06,0,0,0,168,36ZM44,168V88A44.05,44.05,0,0,1,88,44h80a44.05,44.05,0,0,1,44,44v44H184a52.06,52.06,0,0,0-52,52v28H88A44.05,44.05,0,0,1,44,168Zm96,42V184a44.05,44.05,0,0,1,44-44h26C198.9,162.23,162.23,198.9,140,210Z"},"children":[]}]
11
+ ...[{"type":"rect","props":{"id":"«r3b»","width":"512","height":"512","x":"0","y":"0","rx":"128","fill":"url(#«r3c»)","stroke":"#FFFFFF","strokeWidth":"0","strokeOpacity":"100%","paintOrder":"stroke"},"children":[]},{"type":"clipPath","props":{"id":"clip"},"children":[{"type":"use","props":{"href":"#«r3b»"},"children":[]}]},{"type":"defs","props":{},"children":[{"type":"radialGradient","props":{"id":"«r3c»","cx":"50%","cy":"50%","r":"100%","fx":"50%","fy":"0%","gradientUnits":"objectBoundingBox"},"children":[{"type":"stop","props":{"stopColor":"#232323"},"children":[]},{"type":"stop","props":{"offset":"1","stopColor":"#000000"},"children":[]}]},{"type":"radialGradient","props":{"id":"«r3d»","cx":"0","cy":"0","r":"1","gradientUnits":"userSpaceOnUse","gradientTransform":"translate(256) rotate(90) scale(512)"},"children":[{"type":"stop","props":{"stopColor":"white"},"children":[]},{"type":"stop","props":{"offset":"1","stopColor":"white","stopOpacity":"0"},"children":[]}]}]},{"type":"g","props":{"transform":"translate(76, 76) scale(1.406250)","fill":"#fffafa"},"children":[{"type":"path","props":{"d":"M168,36H88A52.06,52.06,0,0,0,36,88v80a52.06,52.06,0,0,0,52,52h48a3.83,3.83,0,0,0,1.26-.21c25.46-8.48,74.05-57.07,82.53-82.53A3.83,3.83,0,0,0,220,136V88A52.06,52.06,0,0,0,168,36ZM44,168V88A44.05,44.05,0,0,1,88,44h80a44.05,44.05,0,0,1,44,44v44H184a52.06,52.06,0,0,0-52,52v28H88A44.05,44.05,0,0,1,44,168Zm96,42V184a44.05,44.05,0,0,1,44-44h26C198.9,162.23,162.23,198.9,140,210Z"},"children":[]}]}]
12
12
  .map(function _c(el) {
13
13
  if (typeof el === 'string') return el;
14
14
  return createElement(el.type, el.props, ...(el.children || []).map(_c));
package/dist/upsales.cjs CHANGED
@@ -10,7 +10,7 @@ const Upsales = react_1.forwardRef(function Upsales({ viewBox = '0 0 90 22', ...
10
10
  return react_1.createElement(
11
11
  'svg',
12
12
  Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
13
- ...[{"type":"g","props":{"clipPath":"url(#clip0)","fill":"#1d3d48"},"children":[{"type":"path","props":{"d":"M62.3877 0V17.4584H59.7822V0H62.3877Z"},"children":[]},{"type":"path","props":{"d":"M4.02097 17.2116C3.20036 16.8834 2.48233 16.4525 1.88739 15.8576C1.27194 15.2832 0.820606 14.5857 0.492364 13.7445C0.164121 12.9034 0 11.9597 0 10.9134V4.45117H2.64646V11.0571C2.64646 11.652 2.74903 12.1854 2.95418 12.6983C3.15933 13.2111 3.42603 13.6625 3.7953 14.0318C4.14406 14.4215 4.5954 14.7088 5.08776 14.9344C5.58012 15.1601 6.15455 15.2627 6.74949 15.2627C7.34443 15.2627 7.89834 15.1601 8.41121 14.9344C8.90358 14.7293 9.3344 14.4215 9.70367 14.0318C10.0524 13.642 10.3396 13.2111 10.5448 12.6983C10.7499 12.1854 10.8525 11.6315 10.8525 11.0571V4.45117H13.499V10.8929C13.499 11.9392 13.3349 12.8829 13.0066 13.724C12.6784 14.5651 12.2065 15.2627 11.6116 15.8576C11.0166 16.432 10.2986 16.8834 9.478 17.2116C8.6574 17.5398 7.73422 17.6834 6.74949 17.6834C5.74424 17.6834 4.84158 17.5398 4.02097 17.2116Z"},"children":[]},{"type":"path","props":{"d":"M20.3502 17.2117C19.5706 16.8834 18.9347 16.391 18.4423 15.7346V21.9096H15.96V4.55381H18.4628V6.46172C18.9552 5.78472 19.5911 5.27184 20.3912 4.88205C21.1708 4.49226 22.0119 4.28711 22.9146 4.28711C23.7762 4.28711 24.5968 4.45123 25.3559 4.75896C26.1355 5.0872 26.8125 5.53853 27.4074 6.11296C28.0024 6.7079 28.4742 7.40541 28.823 8.22602C29.1717 9.04662 29.3564 9.96981 29.3564 10.975C29.3564 11.9803 29.1717 12.9035 28.823 13.7241C28.4742 14.5447 27.9818 15.2627 27.3869 15.8577C26.792 16.4526 26.0944 16.9039 25.3149 17.2117C24.5353 17.5399 23.7352 17.6835 22.8941 17.6835C21.9914 17.7245 21.1503 17.5399 20.3502 17.2117ZM24.2071 15.0165C24.7199 14.7909 25.1713 14.4831 25.5611 14.0933C25.9508 13.7036 26.2381 13.2317 26.4637 12.6983C26.6689 12.1649 26.792 11.5905 26.792 10.9956C26.792 10.4006 26.6894 9.8262 26.4637 9.29281C26.2381 8.75941 25.9508 8.28756 25.5611 7.89778C25.1713 7.50799 24.7199 7.20026 24.2071 6.97459C23.6942 6.74893 23.1403 6.64635 22.5453 6.64635C21.9504 6.64635 21.376 6.76944 20.8631 6.99511C20.3502 7.22078 19.8989 7.5285 19.5091 7.91829C19.1193 8.30808 18.8321 8.77993 18.6064 9.31332C18.4013 9.84671 18.2782 10.4006 18.2782 10.9956C18.2782 11.5905 18.3807 12.1649 18.6064 12.6983C18.8116 13.2317 19.1193 13.7036 19.5091 14.0933C19.8989 14.4831 20.3502 14.7909 20.8631 15.0165C21.376 15.2422 21.9504 15.3653 22.5453 15.3653C23.1403 15.3448 23.6942 15.2422 24.2071 15.0165Z"},"children":[]},{"type":"path","props":{"d":"M47.2261 17.2732C46.4465 16.945 45.749 16.4936 45.154 15.8987C44.5591 15.3037 44.0667 14.5857 43.718 13.7651C43.3487 12.924 43.1846 12.0213 43.1846 11.0161C43.1846 9.99032 43.3692 9.06714 43.718 8.24654C44.0667 7.42593 44.5386 6.7079 45.154 6.13347C45.749 5.53853 46.4465 5.0872 47.2466 4.75896C48.0467 4.43072 48.8673 4.28711 49.7289 4.28711C50.5905 4.28711 51.4111 4.47175 52.2112 4.84102C53.0113 5.21029 53.6473 5.70266 54.1397 6.35914V4.55381H56.6835V17.4989H54.1397V15.591C53.6268 16.268 52.9703 16.7808 52.1907 17.1706C51.3906 17.5604 50.57 17.7451 49.7084 17.7451C48.8262 17.7451 48.0261 17.6014 47.2261 17.2732ZM51.7189 15.0371C52.2318 14.8114 52.6831 14.4831 53.0524 14.0934C53.4216 13.7036 53.7294 13.2317 53.9345 12.6983C54.1602 12.1649 54.2628 11.5905 54.2628 10.9751C54.2628 10.3801 54.1602 9.8262 53.9345 9.29281C53.7088 8.75941 53.4216 8.28757 53.0524 7.89778C52.6831 7.50799 52.2318 7.20026 51.7189 6.95408C51.206 6.72841 50.6316 6.60532 50.0366 6.60532C49.4212 6.60532 48.8673 6.7079 48.3544 6.93356C47.8415 7.15923 47.3902 7.46696 47.0004 7.85675C46.6106 8.24653 46.3234 8.71838 46.0977 9.25178C45.8721 9.78517 45.7695 10.3596 45.7695 10.9751C45.7695 11.5905 45.8721 12.1444 46.0977 12.6983C46.3234 13.2317 46.6106 13.7036 47.0004 14.0934C47.3902 14.4831 47.8415 14.8114 48.3544 15.0371C48.8673 15.2627 49.4417 15.3653 50.0366 15.3653C50.6316 15.3858 51.1855 15.2627 51.7189 15.0371Z"},"children":[]},{"type":"path","props":{"d":"M75.5366 12.7607C75.4955 12.8838 75.434 12.9863 75.3724 13.1094C75.0237 13.7454 74.4698 14.2993 73.6902 14.7506C72.6644 15.3456 71.6592 15.5712 70.6745 15.4071C69.6898 15.243 68.8691 14.7506 68.1716 13.9505L77.5676 8.53454L77.0342 7.61136C76.5623 6.79075 75.9674 6.11375 75.2904 5.58036C74.6134 5.04697 73.8543 4.67769 73.0542 4.47254C72.2541 4.24687 71.413 4.20584 70.5514 4.32894C69.6898 4.45203 68.8486 4.73924 68.028 5.2316C67.2074 5.70345 66.5304 6.29839 65.997 7.01642C65.4636 7.73445 65.0944 8.49351 64.8687 9.31412C64.643 10.1347 64.602 10.9964 64.7046 11.8785C64.8277 12.7607 65.1149 13.6223 65.5867 14.4429C66.0586 15.2635 66.633 15.9405 67.3305 16.4739C68.028 17.0073 68.7666 17.3971 69.5872 17.6022C70.4078 17.8074 71.2694 17.8689 72.1721 17.7458C73.0747 17.6228 73.9569 17.315 74.8596 16.7816C76.07 16.0841 76.9521 15.243 77.506 14.2788C77.7727 13.8069 77.9779 13.3146 78.142 12.8017L75.5366 12.7607ZM67.1459 11.9606C66.8997 11.0169 66.9407 10.1142 67.269 9.23206C67.5972 8.34991 68.2127 7.65239 69.1153 7.13951C70.0385 6.60612 70.9412 6.40097 71.8438 6.52406C72.726 6.64715 73.5261 7.119 74.2031 7.89857L67.1459 11.9606Z"},"children":[]},{"type":"path","props":{"d":"M81.2195 16.987C80.2759 16.4947 79.5373 15.7972 78.9834 14.8535L81.3016 13.4995C81.7119 14.1149 82.1838 14.5868 82.7582 14.915C83.3121 15.2432 84.0096 15.4279 84.8302 15.4279C85.6919 15.4279 86.3278 15.2432 86.7586 14.8945C87.1895 14.5252 87.4151 14.0944 87.4151 13.602C87.4151 13.3148 87.3126 13.0686 87.1279 12.884C86.9433 12.6994 86.6971 12.5558 86.3894 12.4327C86.0816 12.3096 85.7329 12.207 85.3431 12.1249C84.9533 12.0429 84.543 11.9403 84.0917 11.8377C83.5378 11.7352 83.0044 11.5915 82.471 11.4069C81.9376 11.2428 81.4452 11.0171 81.0144 10.7299C80.5836 10.4427 80.2348 10.0939 79.9681 9.64261C79.7014 9.19128 79.5783 8.65788 79.5783 7.98088C79.5783 7.48852 79.7014 6.99615 79.9271 6.5243C80.1528 6.05246 80.5015 5.64215 80.9323 5.27288C81.3632 4.90361 81.8966 4.61639 82.512 4.41124C83.1275 4.20609 83.825 4.10352 84.6046 4.10352C85.8355 4.10352 86.8612 4.30867 87.7229 4.73949C88.5845 5.1703 89.282 5.76524 89.8359 6.54482L87.5998 7.83727C87.2715 7.34491 86.8612 6.97564 86.3894 6.68843C85.897 6.42173 85.3226 6.27812 84.6046 6.27812C83.8045 6.27812 83.2095 6.44224 82.8197 6.77049C82.4299 7.09873 82.2453 7.48852 82.2453 7.96037C82.2453 8.47324 82.5325 8.84252 83.0864 9.04767C83.6403 9.25282 84.3584 9.45797 85.3431 9.68364C85.897 9.78621 86.4919 9.92982 87.0459 10.1145C87.5998 10.2786 88.0921 10.5042 88.5229 10.7915C88.9743 11.0787 89.323 11.4479 89.6102 11.8993C89.8975 12.3506 90.0411 12.9045 90.0411 13.5815C90.0411 14.0739 89.9385 14.5457 89.7128 15.0381C89.4872 15.5305 89.1794 15.9613 88.7281 16.3716C88.2973 16.7614 87.7434 17.0896 87.0664 17.3358C86.3894 17.582 85.6098 17.7051 84.7071 17.7051C83.3121 17.7256 82.1427 17.4794 81.2195 16.987Z"},"children":[]},{"type":"path","props":{"d":"M32.7205 16.987C31.7768 16.4947 31.0383 15.7972 30.4844 14.8535L32.8026 13.4995C33.2129 14.1149 33.6847 14.5868 34.2592 14.915C34.8131 15.2432 35.5106 15.4279 36.3312 15.4279C37.1928 15.4279 37.8288 15.2432 38.2596 14.8945C38.6904 14.5252 38.9161 14.0944 38.9161 13.602C38.9161 13.3148 38.8135 13.0686 38.6289 12.884C38.4443 12.6994 38.1981 12.5558 37.8903 12.4327C37.5826 12.3096 37.2339 12.207 36.8441 12.1249C36.4543 12.0429 36.044 11.9403 35.5926 11.8377C35.0387 11.7352 34.5053 11.5915 33.972 11.4069C33.4386 11.2428 32.9462 11.0171 32.5154 10.7299C32.0846 10.4427 31.7358 10.0939 31.4691 9.64261C31.2024 9.19128 31.0793 8.65788 31.0793 7.98088C31.0793 7.48852 31.2024 6.99615 31.4281 6.5243C31.6537 6.05246 32.0025 5.64215 32.4333 5.27288C32.8641 4.90361 33.3975 4.61639 34.013 4.41124C34.6284 4.20609 35.326 4.10352 36.1055 4.10352C37.3364 4.10352 38.3622 4.30867 39.2238 4.73949C40.0855 5.1703 40.783 5.76524 41.3369 6.54482L39.1007 7.83727C38.7725 7.34491 38.3622 6.97564 37.8903 6.68843C37.398 6.42173 36.8236 6.27812 36.1055 6.27812C35.3054 6.27812 34.7105 6.44224 34.3207 6.77049C33.9309 7.09873 33.7463 7.48852 33.7463 7.96037C33.7463 8.47324 34.0335 8.84252 34.5874 9.04767C35.1413 9.25282 35.8593 9.45797 36.8441 9.68364C37.398 9.78621 37.9929 9.92982 38.5468 10.1145C39.1007 10.2786 39.5931 10.5042 40.0239 10.7915C40.4753 11.0787 40.824 11.4479 41.1112 11.8993C41.3984 12.3506 41.542 12.9045 41.542 13.5815C41.542 14.0739 41.4395 14.5457 41.2138 15.0381C40.9881 15.5305 40.6804 15.9613 40.2291 16.3716C39.7983 16.7614 39.2443 17.0896 38.5673 17.3358C37.8903 17.582 37.1108 17.7051 36.2081 17.7051C34.8131 17.7256 33.6642 17.4794 32.7205 16.987Z"},"children":[]}]}]
13
+ ...[{"type":"g","props":{"fill":"#1d3d48"},"children":[{"type":"path","props":{"d":"M62.3877 0V17.4584H59.7822V0H62.3877Z"},"children":[]},{"type":"path","props":{"d":"M4.02097 17.2116C3.20036 16.8834 2.48233 16.4525 1.88739 15.8576C1.27194 15.2832 0.820606 14.5857 0.492364 13.7445C0.164121 12.9034 0 11.9597 0 10.9134V4.45117H2.64646V11.0571C2.64646 11.652 2.74903 12.1854 2.95418 12.6983C3.15933 13.2111 3.42603 13.6625 3.7953 14.0318C4.14406 14.4215 4.5954 14.7088 5.08776 14.9344C5.58012 15.1601 6.15455 15.2627 6.74949 15.2627C7.34443 15.2627 7.89834 15.1601 8.41121 14.9344C8.90358 14.7293 9.3344 14.4215 9.70367 14.0318C10.0524 13.642 10.3396 13.2111 10.5448 12.6983C10.7499 12.1854 10.8525 11.6315 10.8525 11.0571V4.45117H13.499V10.8929C13.499 11.9392 13.3349 12.8829 13.0066 13.724C12.6784 14.5651 12.2065 15.2627 11.6116 15.8576C11.0166 16.432 10.2986 16.8834 9.478 17.2116C8.6574 17.5398 7.73422 17.6834 6.74949 17.6834C5.74424 17.6834 4.84158 17.5398 4.02097 17.2116Z"},"children":[]},{"type":"path","props":{"d":"M20.3502 17.2117C19.5706 16.8834 18.9347 16.391 18.4423 15.7346V21.9096H15.96V4.55381H18.4628V6.46172C18.9552 5.78472 19.5911 5.27184 20.3912 4.88205C21.1708 4.49226 22.0119 4.28711 22.9146 4.28711C23.7762 4.28711 24.5968 4.45123 25.3559 4.75896C26.1355 5.0872 26.8125 5.53853 27.4074 6.11296C28.0024 6.7079 28.4742 7.40541 28.823 8.22602C29.1717 9.04662 29.3564 9.96981 29.3564 10.975C29.3564 11.9803 29.1717 12.9035 28.823 13.7241C28.4742 14.5447 27.9818 15.2627 27.3869 15.8577C26.792 16.4526 26.0944 16.9039 25.3149 17.2117C24.5353 17.5399 23.7352 17.6835 22.8941 17.6835C21.9914 17.7245 21.1503 17.5399 20.3502 17.2117ZM24.2071 15.0165C24.7199 14.7909 25.1713 14.4831 25.5611 14.0933C25.9508 13.7036 26.2381 13.2317 26.4637 12.6983C26.6689 12.1649 26.792 11.5905 26.792 10.9956C26.792 10.4006 26.6894 9.8262 26.4637 9.29281C26.2381 8.75941 25.9508 8.28756 25.5611 7.89778C25.1713 7.50799 24.7199 7.20026 24.2071 6.97459C23.6942 6.74893 23.1403 6.64635 22.5453 6.64635C21.9504 6.64635 21.376 6.76944 20.8631 6.99511C20.3502 7.22078 19.8989 7.5285 19.5091 7.91829C19.1193 8.30808 18.8321 8.77993 18.6064 9.31332C18.4013 9.84671 18.2782 10.4006 18.2782 10.9956C18.2782 11.5905 18.3807 12.1649 18.6064 12.6983C18.8116 13.2317 19.1193 13.7036 19.5091 14.0933C19.8989 14.4831 20.3502 14.7909 20.8631 15.0165C21.376 15.2422 21.9504 15.3653 22.5453 15.3653C23.1403 15.3448 23.6942 15.2422 24.2071 15.0165Z"},"children":[]},{"type":"path","props":{"d":"M47.2261 17.2732C46.4465 16.945 45.749 16.4936 45.154 15.8987C44.5591 15.3037 44.0667 14.5857 43.718 13.7651C43.3487 12.924 43.1846 12.0213 43.1846 11.0161C43.1846 9.99032 43.3692 9.06714 43.718 8.24654C44.0667 7.42593 44.5386 6.7079 45.154 6.13347C45.749 5.53853 46.4465 5.0872 47.2466 4.75896C48.0467 4.43072 48.8673 4.28711 49.7289 4.28711C50.5905 4.28711 51.4111 4.47175 52.2112 4.84102C53.0113 5.21029 53.6473 5.70266 54.1397 6.35914V4.55381H56.6835V17.4989H54.1397V15.591C53.6268 16.268 52.9703 16.7808 52.1907 17.1706C51.3906 17.5604 50.57 17.7451 49.7084 17.7451C48.8262 17.7451 48.0261 17.6014 47.2261 17.2732ZM51.7189 15.0371C52.2318 14.8114 52.6831 14.4831 53.0524 14.0934C53.4216 13.7036 53.7294 13.2317 53.9345 12.6983C54.1602 12.1649 54.2628 11.5905 54.2628 10.9751C54.2628 10.3801 54.1602 9.8262 53.9345 9.29281C53.7088 8.75941 53.4216 8.28757 53.0524 7.89778C52.6831 7.50799 52.2318 7.20026 51.7189 6.95408C51.206 6.72841 50.6316 6.60532 50.0366 6.60532C49.4212 6.60532 48.8673 6.7079 48.3544 6.93356C47.8415 7.15923 47.3902 7.46696 47.0004 7.85675C46.6106 8.24653 46.3234 8.71838 46.0977 9.25178C45.8721 9.78517 45.7695 10.3596 45.7695 10.9751C45.7695 11.5905 45.8721 12.1444 46.0977 12.6983C46.3234 13.2317 46.6106 13.7036 47.0004 14.0934C47.3902 14.4831 47.8415 14.8114 48.3544 15.0371C48.8673 15.2627 49.4417 15.3653 50.0366 15.3653C50.6316 15.3858 51.1855 15.2627 51.7189 15.0371Z"},"children":[]},{"type":"path","props":{"d":"M75.5366 12.7607C75.4955 12.8838 75.434 12.9863 75.3724 13.1094C75.0237 13.7454 74.4698 14.2993 73.6902 14.7506C72.6644 15.3456 71.6592 15.5712 70.6745 15.4071C69.6898 15.243 68.8691 14.7506 68.1716 13.9505L77.5676 8.53454L77.0342 7.61136C76.5623 6.79075 75.9674 6.11375 75.2904 5.58036C74.6134 5.04697 73.8543 4.67769 73.0542 4.47254C72.2541 4.24687 71.413 4.20584 70.5514 4.32894C69.6898 4.45203 68.8486 4.73924 68.028 5.2316C67.2074 5.70345 66.5304 6.29839 65.997 7.01642C65.4636 7.73445 65.0944 8.49351 64.8687 9.31412C64.643 10.1347 64.602 10.9964 64.7046 11.8785C64.8277 12.7607 65.1149 13.6223 65.5867 14.4429C66.0586 15.2635 66.633 15.9405 67.3305 16.4739C68.028 17.0073 68.7666 17.3971 69.5872 17.6022C70.4078 17.8074 71.2694 17.8689 72.1721 17.7458C73.0747 17.6228 73.9569 17.315 74.8596 16.7816C76.07 16.0841 76.9521 15.243 77.506 14.2788C77.7727 13.8069 77.9779 13.3146 78.142 12.8017L75.5366 12.7607ZM67.1459 11.9606C66.8997 11.0169 66.9407 10.1142 67.269 9.23206C67.5972 8.34991 68.2127 7.65239 69.1153 7.13951C70.0385 6.60612 70.9412 6.40097 71.8438 6.52406C72.726 6.64715 73.5261 7.119 74.2031 7.89857L67.1459 11.9606Z"},"children":[]},{"type":"path","props":{"d":"M81.2195 16.987C80.2759 16.4947 79.5373 15.7972 78.9834 14.8535L81.3016 13.4995C81.7119 14.1149 82.1838 14.5868 82.7582 14.915C83.3121 15.2432 84.0096 15.4279 84.8302 15.4279C85.6919 15.4279 86.3278 15.2432 86.7586 14.8945C87.1895 14.5252 87.4151 14.0944 87.4151 13.602C87.4151 13.3148 87.3126 13.0686 87.1279 12.884C86.9433 12.6994 86.6971 12.5558 86.3894 12.4327C86.0816 12.3096 85.7329 12.207 85.3431 12.1249C84.9533 12.0429 84.543 11.9403 84.0917 11.8377C83.5378 11.7352 83.0044 11.5915 82.471 11.4069C81.9376 11.2428 81.4452 11.0171 81.0144 10.7299C80.5836 10.4427 80.2348 10.0939 79.9681 9.64261C79.7014 9.19128 79.5783 8.65788 79.5783 7.98088C79.5783 7.48852 79.7014 6.99615 79.9271 6.5243C80.1528 6.05246 80.5015 5.64215 80.9323 5.27288C81.3632 4.90361 81.8966 4.61639 82.512 4.41124C83.1275 4.20609 83.825 4.10352 84.6046 4.10352C85.8355 4.10352 86.8612 4.30867 87.7229 4.73949C88.5845 5.1703 89.282 5.76524 89.8359 6.54482L87.5998 7.83727C87.2715 7.34491 86.8612 6.97564 86.3894 6.68843C85.897 6.42173 85.3226 6.27812 84.6046 6.27812C83.8045 6.27812 83.2095 6.44224 82.8197 6.77049C82.4299 7.09873 82.2453 7.48852 82.2453 7.96037C82.2453 8.47324 82.5325 8.84252 83.0864 9.04767C83.6403 9.25282 84.3584 9.45797 85.3431 9.68364C85.897 9.78621 86.4919 9.92982 87.0459 10.1145C87.5998 10.2786 88.0921 10.5042 88.5229 10.7915C88.9743 11.0787 89.323 11.4479 89.6102 11.8993C89.8975 12.3506 90.0411 12.9045 90.0411 13.5815C90.0411 14.0739 89.9385 14.5457 89.7128 15.0381C89.4872 15.5305 89.1794 15.9613 88.7281 16.3716C88.2973 16.7614 87.7434 17.0896 87.0664 17.3358C86.3894 17.582 85.6098 17.7051 84.7071 17.7051C83.3121 17.7256 82.1427 17.4794 81.2195 16.987Z"},"children":[]},{"type":"path","props":{"d":"M32.7205 16.987C31.7768 16.4947 31.0383 15.7972 30.4844 14.8535L32.8026 13.4995C33.2129 14.1149 33.6847 14.5868 34.2592 14.915C34.8131 15.2432 35.5106 15.4279 36.3312 15.4279C37.1928 15.4279 37.8288 15.2432 38.2596 14.8945C38.6904 14.5252 38.9161 14.0944 38.9161 13.602C38.9161 13.3148 38.8135 13.0686 38.6289 12.884C38.4443 12.6994 38.1981 12.5558 37.8903 12.4327C37.5826 12.3096 37.2339 12.207 36.8441 12.1249C36.4543 12.0429 36.044 11.9403 35.5926 11.8377C35.0387 11.7352 34.5053 11.5915 33.972 11.4069C33.4386 11.2428 32.9462 11.0171 32.5154 10.7299C32.0846 10.4427 31.7358 10.0939 31.4691 9.64261C31.2024 9.19128 31.0793 8.65788 31.0793 7.98088C31.0793 7.48852 31.2024 6.99615 31.4281 6.5243C31.6537 6.05246 32.0025 5.64215 32.4333 5.27288C32.8641 4.90361 33.3975 4.61639 34.013 4.41124C34.6284 4.20609 35.326 4.10352 36.1055 4.10352C37.3364 4.10352 38.3622 4.30867 39.2238 4.73949C40.0855 5.1703 40.783 5.76524 41.3369 6.54482L39.1007 7.83727C38.7725 7.34491 38.3622 6.97564 37.8903 6.68843C37.398 6.42173 36.8236 6.27812 36.1055 6.27812C35.3054 6.27812 34.7105 6.44224 34.3207 6.77049C33.9309 7.09873 33.7463 7.48852 33.7463 7.96037C33.7463 8.47324 34.0335 8.84252 34.5874 9.04767C35.1413 9.25282 35.8593 9.45797 36.8441 9.68364C37.398 9.78621 37.9929 9.92982 38.5468 10.1145C39.1007 10.2786 39.5931 10.5042 40.0239 10.7915C40.4753 11.0787 40.824 11.4479 41.1112 11.8993C41.3984 12.3506 41.542 12.9045 41.542 13.5815C41.542 14.0739 41.4395 14.5457 41.2138 15.0381C40.9881 15.5305 40.6804 15.9613 40.2291 16.3716C39.7983 16.7614 39.2443 17.0896 38.5673 17.3358C37.8903 17.582 37.1108 17.7051 36.2081 17.7051C34.8131 17.7256 33.6642 17.4794 32.7205 16.987Z"},"children":[]}]}]
14
14
  .map(function _c(el) {
15
15
  if (typeof el === 'string') return el;
16
16
  return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
package/dist/upsales.js CHANGED
@@ -8,7 +8,7 @@ const Upsales = forwardRef(
8
8
  return createElement(
9
9
  'svg',
10
10
  Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
11
- ...[{"type":"g","props":{"clipPath":"url(#clip0)","fill":"#1d3d48"},"children":[{"type":"path","props":{"d":"M62.3877 0V17.4584H59.7822V0H62.3877Z"},"children":[]},{"type":"path","props":{"d":"M4.02097 17.2116C3.20036 16.8834 2.48233 16.4525 1.88739 15.8576C1.27194 15.2832 0.820606 14.5857 0.492364 13.7445C0.164121 12.9034 0 11.9597 0 10.9134V4.45117H2.64646V11.0571C2.64646 11.652 2.74903 12.1854 2.95418 12.6983C3.15933 13.2111 3.42603 13.6625 3.7953 14.0318C4.14406 14.4215 4.5954 14.7088 5.08776 14.9344C5.58012 15.1601 6.15455 15.2627 6.74949 15.2627C7.34443 15.2627 7.89834 15.1601 8.41121 14.9344C8.90358 14.7293 9.3344 14.4215 9.70367 14.0318C10.0524 13.642 10.3396 13.2111 10.5448 12.6983C10.7499 12.1854 10.8525 11.6315 10.8525 11.0571V4.45117H13.499V10.8929C13.499 11.9392 13.3349 12.8829 13.0066 13.724C12.6784 14.5651 12.2065 15.2627 11.6116 15.8576C11.0166 16.432 10.2986 16.8834 9.478 17.2116C8.6574 17.5398 7.73422 17.6834 6.74949 17.6834C5.74424 17.6834 4.84158 17.5398 4.02097 17.2116Z"},"children":[]},{"type":"path","props":{"d":"M20.3502 17.2117C19.5706 16.8834 18.9347 16.391 18.4423 15.7346V21.9096H15.96V4.55381H18.4628V6.46172C18.9552 5.78472 19.5911 5.27184 20.3912 4.88205C21.1708 4.49226 22.0119 4.28711 22.9146 4.28711C23.7762 4.28711 24.5968 4.45123 25.3559 4.75896C26.1355 5.0872 26.8125 5.53853 27.4074 6.11296C28.0024 6.7079 28.4742 7.40541 28.823 8.22602C29.1717 9.04662 29.3564 9.96981 29.3564 10.975C29.3564 11.9803 29.1717 12.9035 28.823 13.7241C28.4742 14.5447 27.9818 15.2627 27.3869 15.8577C26.792 16.4526 26.0944 16.9039 25.3149 17.2117C24.5353 17.5399 23.7352 17.6835 22.8941 17.6835C21.9914 17.7245 21.1503 17.5399 20.3502 17.2117ZM24.2071 15.0165C24.7199 14.7909 25.1713 14.4831 25.5611 14.0933C25.9508 13.7036 26.2381 13.2317 26.4637 12.6983C26.6689 12.1649 26.792 11.5905 26.792 10.9956C26.792 10.4006 26.6894 9.8262 26.4637 9.29281C26.2381 8.75941 25.9508 8.28756 25.5611 7.89778C25.1713 7.50799 24.7199 7.20026 24.2071 6.97459C23.6942 6.74893 23.1403 6.64635 22.5453 6.64635C21.9504 6.64635 21.376 6.76944 20.8631 6.99511C20.3502 7.22078 19.8989 7.5285 19.5091 7.91829C19.1193 8.30808 18.8321 8.77993 18.6064 9.31332C18.4013 9.84671 18.2782 10.4006 18.2782 10.9956C18.2782 11.5905 18.3807 12.1649 18.6064 12.6983C18.8116 13.2317 19.1193 13.7036 19.5091 14.0933C19.8989 14.4831 20.3502 14.7909 20.8631 15.0165C21.376 15.2422 21.9504 15.3653 22.5453 15.3653C23.1403 15.3448 23.6942 15.2422 24.2071 15.0165Z"},"children":[]},{"type":"path","props":{"d":"M47.2261 17.2732C46.4465 16.945 45.749 16.4936 45.154 15.8987C44.5591 15.3037 44.0667 14.5857 43.718 13.7651C43.3487 12.924 43.1846 12.0213 43.1846 11.0161C43.1846 9.99032 43.3692 9.06714 43.718 8.24654C44.0667 7.42593 44.5386 6.7079 45.154 6.13347C45.749 5.53853 46.4465 5.0872 47.2466 4.75896C48.0467 4.43072 48.8673 4.28711 49.7289 4.28711C50.5905 4.28711 51.4111 4.47175 52.2112 4.84102C53.0113 5.21029 53.6473 5.70266 54.1397 6.35914V4.55381H56.6835V17.4989H54.1397V15.591C53.6268 16.268 52.9703 16.7808 52.1907 17.1706C51.3906 17.5604 50.57 17.7451 49.7084 17.7451C48.8262 17.7451 48.0261 17.6014 47.2261 17.2732ZM51.7189 15.0371C52.2318 14.8114 52.6831 14.4831 53.0524 14.0934C53.4216 13.7036 53.7294 13.2317 53.9345 12.6983C54.1602 12.1649 54.2628 11.5905 54.2628 10.9751C54.2628 10.3801 54.1602 9.8262 53.9345 9.29281C53.7088 8.75941 53.4216 8.28757 53.0524 7.89778C52.6831 7.50799 52.2318 7.20026 51.7189 6.95408C51.206 6.72841 50.6316 6.60532 50.0366 6.60532C49.4212 6.60532 48.8673 6.7079 48.3544 6.93356C47.8415 7.15923 47.3902 7.46696 47.0004 7.85675C46.6106 8.24653 46.3234 8.71838 46.0977 9.25178C45.8721 9.78517 45.7695 10.3596 45.7695 10.9751C45.7695 11.5905 45.8721 12.1444 46.0977 12.6983C46.3234 13.2317 46.6106 13.7036 47.0004 14.0934C47.3902 14.4831 47.8415 14.8114 48.3544 15.0371C48.8673 15.2627 49.4417 15.3653 50.0366 15.3653C50.6316 15.3858 51.1855 15.2627 51.7189 15.0371Z"},"children":[]},{"type":"path","props":{"d":"M75.5366 12.7607C75.4955 12.8838 75.434 12.9863 75.3724 13.1094C75.0237 13.7454 74.4698 14.2993 73.6902 14.7506C72.6644 15.3456 71.6592 15.5712 70.6745 15.4071C69.6898 15.243 68.8691 14.7506 68.1716 13.9505L77.5676 8.53454L77.0342 7.61136C76.5623 6.79075 75.9674 6.11375 75.2904 5.58036C74.6134 5.04697 73.8543 4.67769 73.0542 4.47254C72.2541 4.24687 71.413 4.20584 70.5514 4.32894C69.6898 4.45203 68.8486 4.73924 68.028 5.2316C67.2074 5.70345 66.5304 6.29839 65.997 7.01642C65.4636 7.73445 65.0944 8.49351 64.8687 9.31412C64.643 10.1347 64.602 10.9964 64.7046 11.8785C64.8277 12.7607 65.1149 13.6223 65.5867 14.4429C66.0586 15.2635 66.633 15.9405 67.3305 16.4739C68.028 17.0073 68.7666 17.3971 69.5872 17.6022C70.4078 17.8074 71.2694 17.8689 72.1721 17.7458C73.0747 17.6228 73.9569 17.315 74.8596 16.7816C76.07 16.0841 76.9521 15.243 77.506 14.2788C77.7727 13.8069 77.9779 13.3146 78.142 12.8017L75.5366 12.7607ZM67.1459 11.9606C66.8997 11.0169 66.9407 10.1142 67.269 9.23206C67.5972 8.34991 68.2127 7.65239 69.1153 7.13951C70.0385 6.60612 70.9412 6.40097 71.8438 6.52406C72.726 6.64715 73.5261 7.119 74.2031 7.89857L67.1459 11.9606Z"},"children":[]},{"type":"path","props":{"d":"M81.2195 16.987C80.2759 16.4947 79.5373 15.7972 78.9834 14.8535L81.3016 13.4995C81.7119 14.1149 82.1838 14.5868 82.7582 14.915C83.3121 15.2432 84.0096 15.4279 84.8302 15.4279C85.6919 15.4279 86.3278 15.2432 86.7586 14.8945C87.1895 14.5252 87.4151 14.0944 87.4151 13.602C87.4151 13.3148 87.3126 13.0686 87.1279 12.884C86.9433 12.6994 86.6971 12.5558 86.3894 12.4327C86.0816 12.3096 85.7329 12.207 85.3431 12.1249C84.9533 12.0429 84.543 11.9403 84.0917 11.8377C83.5378 11.7352 83.0044 11.5915 82.471 11.4069C81.9376 11.2428 81.4452 11.0171 81.0144 10.7299C80.5836 10.4427 80.2348 10.0939 79.9681 9.64261C79.7014 9.19128 79.5783 8.65788 79.5783 7.98088C79.5783 7.48852 79.7014 6.99615 79.9271 6.5243C80.1528 6.05246 80.5015 5.64215 80.9323 5.27288C81.3632 4.90361 81.8966 4.61639 82.512 4.41124C83.1275 4.20609 83.825 4.10352 84.6046 4.10352C85.8355 4.10352 86.8612 4.30867 87.7229 4.73949C88.5845 5.1703 89.282 5.76524 89.8359 6.54482L87.5998 7.83727C87.2715 7.34491 86.8612 6.97564 86.3894 6.68843C85.897 6.42173 85.3226 6.27812 84.6046 6.27812C83.8045 6.27812 83.2095 6.44224 82.8197 6.77049C82.4299 7.09873 82.2453 7.48852 82.2453 7.96037C82.2453 8.47324 82.5325 8.84252 83.0864 9.04767C83.6403 9.25282 84.3584 9.45797 85.3431 9.68364C85.897 9.78621 86.4919 9.92982 87.0459 10.1145C87.5998 10.2786 88.0921 10.5042 88.5229 10.7915C88.9743 11.0787 89.323 11.4479 89.6102 11.8993C89.8975 12.3506 90.0411 12.9045 90.0411 13.5815C90.0411 14.0739 89.9385 14.5457 89.7128 15.0381C89.4872 15.5305 89.1794 15.9613 88.7281 16.3716C88.2973 16.7614 87.7434 17.0896 87.0664 17.3358C86.3894 17.582 85.6098 17.7051 84.7071 17.7051C83.3121 17.7256 82.1427 17.4794 81.2195 16.987Z"},"children":[]},{"type":"path","props":{"d":"M32.7205 16.987C31.7768 16.4947 31.0383 15.7972 30.4844 14.8535L32.8026 13.4995C33.2129 14.1149 33.6847 14.5868 34.2592 14.915C34.8131 15.2432 35.5106 15.4279 36.3312 15.4279C37.1928 15.4279 37.8288 15.2432 38.2596 14.8945C38.6904 14.5252 38.9161 14.0944 38.9161 13.602C38.9161 13.3148 38.8135 13.0686 38.6289 12.884C38.4443 12.6994 38.1981 12.5558 37.8903 12.4327C37.5826 12.3096 37.2339 12.207 36.8441 12.1249C36.4543 12.0429 36.044 11.9403 35.5926 11.8377C35.0387 11.7352 34.5053 11.5915 33.972 11.4069C33.4386 11.2428 32.9462 11.0171 32.5154 10.7299C32.0846 10.4427 31.7358 10.0939 31.4691 9.64261C31.2024 9.19128 31.0793 8.65788 31.0793 7.98088C31.0793 7.48852 31.2024 6.99615 31.4281 6.5243C31.6537 6.05246 32.0025 5.64215 32.4333 5.27288C32.8641 4.90361 33.3975 4.61639 34.013 4.41124C34.6284 4.20609 35.326 4.10352 36.1055 4.10352C37.3364 4.10352 38.3622 4.30867 39.2238 4.73949C40.0855 5.1703 40.783 5.76524 41.3369 6.54482L39.1007 7.83727C38.7725 7.34491 38.3622 6.97564 37.8903 6.68843C37.398 6.42173 36.8236 6.27812 36.1055 6.27812C35.3054 6.27812 34.7105 6.44224 34.3207 6.77049C33.9309 7.09873 33.7463 7.48852 33.7463 7.96037C33.7463 8.47324 34.0335 8.84252 34.5874 9.04767C35.1413 9.25282 35.8593 9.45797 36.8441 9.68364C37.398 9.78621 37.9929 9.92982 38.5468 10.1145C39.1007 10.2786 39.5931 10.5042 40.0239 10.7915C40.4753 11.0787 40.824 11.4479 41.1112 11.8993C41.3984 12.3506 41.542 12.9045 41.542 13.5815C41.542 14.0739 41.4395 14.5457 41.2138 15.0381C40.9881 15.5305 40.6804 15.9613 40.2291 16.3716C39.7983 16.7614 39.2443 17.0896 38.5673 17.3358C37.8903 17.582 37.1108 17.7051 36.2081 17.7051C34.8131 17.7256 33.6642 17.4794 32.7205 16.987Z"},"children":[]}]}]
11
+ ...[{"type":"g","props":{"fill":"#1d3d48"},"children":[{"type":"path","props":{"d":"M62.3877 0V17.4584H59.7822V0H62.3877Z"},"children":[]},{"type":"path","props":{"d":"M4.02097 17.2116C3.20036 16.8834 2.48233 16.4525 1.88739 15.8576C1.27194 15.2832 0.820606 14.5857 0.492364 13.7445C0.164121 12.9034 0 11.9597 0 10.9134V4.45117H2.64646V11.0571C2.64646 11.652 2.74903 12.1854 2.95418 12.6983C3.15933 13.2111 3.42603 13.6625 3.7953 14.0318C4.14406 14.4215 4.5954 14.7088 5.08776 14.9344C5.58012 15.1601 6.15455 15.2627 6.74949 15.2627C7.34443 15.2627 7.89834 15.1601 8.41121 14.9344C8.90358 14.7293 9.3344 14.4215 9.70367 14.0318C10.0524 13.642 10.3396 13.2111 10.5448 12.6983C10.7499 12.1854 10.8525 11.6315 10.8525 11.0571V4.45117H13.499V10.8929C13.499 11.9392 13.3349 12.8829 13.0066 13.724C12.6784 14.5651 12.2065 15.2627 11.6116 15.8576C11.0166 16.432 10.2986 16.8834 9.478 17.2116C8.6574 17.5398 7.73422 17.6834 6.74949 17.6834C5.74424 17.6834 4.84158 17.5398 4.02097 17.2116Z"},"children":[]},{"type":"path","props":{"d":"M20.3502 17.2117C19.5706 16.8834 18.9347 16.391 18.4423 15.7346V21.9096H15.96V4.55381H18.4628V6.46172C18.9552 5.78472 19.5911 5.27184 20.3912 4.88205C21.1708 4.49226 22.0119 4.28711 22.9146 4.28711C23.7762 4.28711 24.5968 4.45123 25.3559 4.75896C26.1355 5.0872 26.8125 5.53853 27.4074 6.11296C28.0024 6.7079 28.4742 7.40541 28.823 8.22602C29.1717 9.04662 29.3564 9.96981 29.3564 10.975C29.3564 11.9803 29.1717 12.9035 28.823 13.7241C28.4742 14.5447 27.9818 15.2627 27.3869 15.8577C26.792 16.4526 26.0944 16.9039 25.3149 17.2117C24.5353 17.5399 23.7352 17.6835 22.8941 17.6835C21.9914 17.7245 21.1503 17.5399 20.3502 17.2117ZM24.2071 15.0165C24.7199 14.7909 25.1713 14.4831 25.5611 14.0933C25.9508 13.7036 26.2381 13.2317 26.4637 12.6983C26.6689 12.1649 26.792 11.5905 26.792 10.9956C26.792 10.4006 26.6894 9.8262 26.4637 9.29281C26.2381 8.75941 25.9508 8.28756 25.5611 7.89778C25.1713 7.50799 24.7199 7.20026 24.2071 6.97459C23.6942 6.74893 23.1403 6.64635 22.5453 6.64635C21.9504 6.64635 21.376 6.76944 20.8631 6.99511C20.3502 7.22078 19.8989 7.5285 19.5091 7.91829C19.1193 8.30808 18.8321 8.77993 18.6064 9.31332C18.4013 9.84671 18.2782 10.4006 18.2782 10.9956C18.2782 11.5905 18.3807 12.1649 18.6064 12.6983C18.8116 13.2317 19.1193 13.7036 19.5091 14.0933C19.8989 14.4831 20.3502 14.7909 20.8631 15.0165C21.376 15.2422 21.9504 15.3653 22.5453 15.3653C23.1403 15.3448 23.6942 15.2422 24.2071 15.0165Z"},"children":[]},{"type":"path","props":{"d":"M47.2261 17.2732C46.4465 16.945 45.749 16.4936 45.154 15.8987C44.5591 15.3037 44.0667 14.5857 43.718 13.7651C43.3487 12.924 43.1846 12.0213 43.1846 11.0161C43.1846 9.99032 43.3692 9.06714 43.718 8.24654C44.0667 7.42593 44.5386 6.7079 45.154 6.13347C45.749 5.53853 46.4465 5.0872 47.2466 4.75896C48.0467 4.43072 48.8673 4.28711 49.7289 4.28711C50.5905 4.28711 51.4111 4.47175 52.2112 4.84102C53.0113 5.21029 53.6473 5.70266 54.1397 6.35914V4.55381H56.6835V17.4989H54.1397V15.591C53.6268 16.268 52.9703 16.7808 52.1907 17.1706C51.3906 17.5604 50.57 17.7451 49.7084 17.7451C48.8262 17.7451 48.0261 17.6014 47.2261 17.2732ZM51.7189 15.0371C52.2318 14.8114 52.6831 14.4831 53.0524 14.0934C53.4216 13.7036 53.7294 13.2317 53.9345 12.6983C54.1602 12.1649 54.2628 11.5905 54.2628 10.9751C54.2628 10.3801 54.1602 9.8262 53.9345 9.29281C53.7088 8.75941 53.4216 8.28757 53.0524 7.89778C52.6831 7.50799 52.2318 7.20026 51.7189 6.95408C51.206 6.72841 50.6316 6.60532 50.0366 6.60532C49.4212 6.60532 48.8673 6.7079 48.3544 6.93356C47.8415 7.15923 47.3902 7.46696 47.0004 7.85675C46.6106 8.24653 46.3234 8.71838 46.0977 9.25178C45.8721 9.78517 45.7695 10.3596 45.7695 10.9751C45.7695 11.5905 45.8721 12.1444 46.0977 12.6983C46.3234 13.2317 46.6106 13.7036 47.0004 14.0934C47.3902 14.4831 47.8415 14.8114 48.3544 15.0371C48.8673 15.2627 49.4417 15.3653 50.0366 15.3653C50.6316 15.3858 51.1855 15.2627 51.7189 15.0371Z"},"children":[]},{"type":"path","props":{"d":"M75.5366 12.7607C75.4955 12.8838 75.434 12.9863 75.3724 13.1094C75.0237 13.7454 74.4698 14.2993 73.6902 14.7506C72.6644 15.3456 71.6592 15.5712 70.6745 15.4071C69.6898 15.243 68.8691 14.7506 68.1716 13.9505L77.5676 8.53454L77.0342 7.61136C76.5623 6.79075 75.9674 6.11375 75.2904 5.58036C74.6134 5.04697 73.8543 4.67769 73.0542 4.47254C72.2541 4.24687 71.413 4.20584 70.5514 4.32894C69.6898 4.45203 68.8486 4.73924 68.028 5.2316C67.2074 5.70345 66.5304 6.29839 65.997 7.01642C65.4636 7.73445 65.0944 8.49351 64.8687 9.31412C64.643 10.1347 64.602 10.9964 64.7046 11.8785C64.8277 12.7607 65.1149 13.6223 65.5867 14.4429C66.0586 15.2635 66.633 15.9405 67.3305 16.4739C68.028 17.0073 68.7666 17.3971 69.5872 17.6022C70.4078 17.8074 71.2694 17.8689 72.1721 17.7458C73.0747 17.6228 73.9569 17.315 74.8596 16.7816C76.07 16.0841 76.9521 15.243 77.506 14.2788C77.7727 13.8069 77.9779 13.3146 78.142 12.8017L75.5366 12.7607ZM67.1459 11.9606C66.8997 11.0169 66.9407 10.1142 67.269 9.23206C67.5972 8.34991 68.2127 7.65239 69.1153 7.13951C70.0385 6.60612 70.9412 6.40097 71.8438 6.52406C72.726 6.64715 73.5261 7.119 74.2031 7.89857L67.1459 11.9606Z"},"children":[]},{"type":"path","props":{"d":"M81.2195 16.987C80.2759 16.4947 79.5373 15.7972 78.9834 14.8535L81.3016 13.4995C81.7119 14.1149 82.1838 14.5868 82.7582 14.915C83.3121 15.2432 84.0096 15.4279 84.8302 15.4279C85.6919 15.4279 86.3278 15.2432 86.7586 14.8945C87.1895 14.5252 87.4151 14.0944 87.4151 13.602C87.4151 13.3148 87.3126 13.0686 87.1279 12.884C86.9433 12.6994 86.6971 12.5558 86.3894 12.4327C86.0816 12.3096 85.7329 12.207 85.3431 12.1249C84.9533 12.0429 84.543 11.9403 84.0917 11.8377C83.5378 11.7352 83.0044 11.5915 82.471 11.4069C81.9376 11.2428 81.4452 11.0171 81.0144 10.7299C80.5836 10.4427 80.2348 10.0939 79.9681 9.64261C79.7014 9.19128 79.5783 8.65788 79.5783 7.98088C79.5783 7.48852 79.7014 6.99615 79.9271 6.5243C80.1528 6.05246 80.5015 5.64215 80.9323 5.27288C81.3632 4.90361 81.8966 4.61639 82.512 4.41124C83.1275 4.20609 83.825 4.10352 84.6046 4.10352C85.8355 4.10352 86.8612 4.30867 87.7229 4.73949C88.5845 5.1703 89.282 5.76524 89.8359 6.54482L87.5998 7.83727C87.2715 7.34491 86.8612 6.97564 86.3894 6.68843C85.897 6.42173 85.3226 6.27812 84.6046 6.27812C83.8045 6.27812 83.2095 6.44224 82.8197 6.77049C82.4299 7.09873 82.2453 7.48852 82.2453 7.96037C82.2453 8.47324 82.5325 8.84252 83.0864 9.04767C83.6403 9.25282 84.3584 9.45797 85.3431 9.68364C85.897 9.78621 86.4919 9.92982 87.0459 10.1145C87.5998 10.2786 88.0921 10.5042 88.5229 10.7915C88.9743 11.0787 89.323 11.4479 89.6102 11.8993C89.8975 12.3506 90.0411 12.9045 90.0411 13.5815C90.0411 14.0739 89.9385 14.5457 89.7128 15.0381C89.4872 15.5305 89.1794 15.9613 88.7281 16.3716C88.2973 16.7614 87.7434 17.0896 87.0664 17.3358C86.3894 17.582 85.6098 17.7051 84.7071 17.7051C83.3121 17.7256 82.1427 17.4794 81.2195 16.987Z"},"children":[]},{"type":"path","props":{"d":"M32.7205 16.987C31.7768 16.4947 31.0383 15.7972 30.4844 14.8535L32.8026 13.4995C33.2129 14.1149 33.6847 14.5868 34.2592 14.915C34.8131 15.2432 35.5106 15.4279 36.3312 15.4279C37.1928 15.4279 37.8288 15.2432 38.2596 14.8945C38.6904 14.5252 38.9161 14.0944 38.9161 13.602C38.9161 13.3148 38.8135 13.0686 38.6289 12.884C38.4443 12.6994 38.1981 12.5558 37.8903 12.4327C37.5826 12.3096 37.2339 12.207 36.8441 12.1249C36.4543 12.0429 36.044 11.9403 35.5926 11.8377C35.0387 11.7352 34.5053 11.5915 33.972 11.4069C33.4386 11.2428 32.9462 11.0171 32.5154 10.7299C32.0846 10.4427 31.7358 10.0939 31.4691 9.64261C31.2024 9.19128 31.0793 8.65788 31.0793 7.98088C31.0793 7.48852 31.2024 6.99615 31.4281 6.5243C31.6537 6.05246 32.0025 5.64215 32.4333 5.27288C32.8641 4.90361 33.3975 4.61639 34.013 4.41124C34.6284 4.20609 35.326 4.10352 36.1055 4.10352C37.3364 4.10352 38.3622 4.30867 39.2238 4.73949C40.0855 5.1703 40.783 5.76524 41.3369 6.54482L39.1007 7.83727C38.7725 7.34491 38.3622 6.97564 37.8903 6.68843C37.398 6.42173 36.8236 6.27812 36.1055 6.27812C35.3054 6.27812 34.7105 6.44224 34.3207 6.77049C33.9309 7.09873 33.7463 7.48852 33.7463 7.96037C33.7463 8.47324 34.0335 8.84252 34.5874 9.04767C35.1413 9.25282 35.8593 9.45797 36.8441 9.68364C37.398 9.78621 37.9929 9.92982 38.5468 10.1145C39.1007 10.2786 39.5931 10.5042 40.0239 10.7915C40.4753 11.0787 40.824 11.4479 41.1112 11.8993C41.3984 12.3506 41.542 12.9045 41.542 13.5815C41.542 14.0739 41.4395 14.5457 41.2138 15.0381C40.9881 15.5305 40.6804 15.9613 40.2291 16.3716C39.7983 16.7614 39.2443 17.0896 38.5673 17.3358C37.8903 17.582 37.1108 17.7051 36.2081 17.7051C34.8131 17.7256 33.6642 17.4794 32.7205 16.987Z"},"children":[]}]}]
12
12
  .map(function _c(el) {
13
13
  if (typeof el === 'string') return el;
14
14
  return createElement(el.type, el.props, ...(el.children || []).map(_c));
package/dist/volta.cjs CHANGED
@@ -10,7 +10,7 @@ const Volta = react_1.forwardRef(function Volta({ viewBox = '0 0 778 222', ...pr
10
10
  return react_1.createElement(
11
11
  'svg',
12
12
  Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
13
- ...[{"type":"g","props":{"clipPath":"url(#clip0_17_17)"},"children":[{"type":"path","props":{"d":"M328.717 221.566C312.311 221.566 298.092 218.051 286.061 211.023C274.029 203.994 264.696 194.161 258.061 181.523C251.498 168.885 248.217 154.118 248.217 137.22C248.217 120.323 251.498 105.52 258.061 92.8113C264.696 80.1027 274.029 70.234 286.061 63.2052C298.092 56.1764 312.311 52.662 328.717 52.662C345.123 52.662 359.342 56.1764 371.373 63.2052C383.404 70.234 392.701 80.1027 399.264 92.8113C405.899 105.52 409.217 120.323 409.217 137.22C409.217 154.118 405.899 168.885 399.264 181.523C392.701 194.161 383.404 203.994 371.373 211.023C359.342 218.051 345.123 221.566 328.717 221.566ZM328.936 190.682C337.831 190.682 345.269 188.303 351.248 183.546C357.227 178.719 361.675 172.258 364.592 164.164C367.581 156.07 369.076 147.054 369.076 137.114C369.076 127.103 367.581 118.051 364.592 109.957C361.675 101.792 357.227 95.2962 351.248 90.4683C345.269 85.6405 337.831 83.2266 328.936 83.2266C319.821 83.2266 312.238 85.6405 306.186 90.4683C300.206 95.2962 295.722 101.792 292.732 109.957C289.816 118.051 288.357 127.103 288.357 137.114C288.357 147.054 289.816 156.07 292.732 164.164C295.722 172.258 300.206 178.719 306.186 183.546C312.238 188.303 319.821 190.682 328.936 190.682Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M474.416 0.265625C478.834 0.265625 482.416 3.84735 482.416 8.26562V210.371C482.416 214.789 478.834 218.371 474.416 218.371H450.822C446.404 218.371 442.822 214.789 442.822 210.371V8.26562C442.822 3.84734 446.404 0.265625 450.822 0.265625H474.416Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M599.021 54.7919C603.44 54.7919 607.021 58.3737 607.021 62.7919V76.611C607.021 81.0293 603.44 84.611 599.021 84.611H518.443C514.025 84.611 510.443 81.0293 510.443 76.611V62.7919C510.443 58.3737 514.025 54.7919 518.443 54.7919H599.021ZM534.287 23.6012C534.287 19.1829 537.869 15.6012 542.287 15.6012H565.881C570.299 15.6012 573.881 19.1829 573.881 23.6012V169.169C573.881 174.352 574.683 178.328 576.287 181.097C577.964 183.795 580.152 185.641 582.85 186.635C585.548 187.629 588.537 188.126 591.818 188.126C594.297 188.126 596.558 187.948 598.6 187.593V187.593C601.244 187.149 603.893 188.809 604.473 191.427L608.529 209.75C609.413 213.744 607.127 217.726 603.14 218.641C602.461 218.797 601.75 218.955 601.006 219.116C597.141 219.968 592.402 220.465 586.787 220.607C576.87 220.891 567.938 219.436 559.99 216.241C552.042 212.975 545.735 207.934 541.068 201.118C536.475 194.303 534.214 185.783 534.287 175.559V23.6012Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M688.478 221.672C677.833 221.672 668.244 219.826 659.713 216.134C651.255 212.372 644.546 206.834 639.588 199.521C634.702 192.208 632.26 183.191 632.26 172.471C632.26 163.241 634.01 155.609 637.51 149.574C641.01 143.539 645.786 138.711 651.838 135.09C657.89 131.47 664.708 128.736 672.291 126.89C679.947 124.973 687.859 123.589 696.025 122.737C705.869 121.743 713.853 120.855 719.978 120.074C726.103 119.222 730.551 117.944 733.322 116.241C736.166 114.466 737.588 111.732 737.588 108.04V107.401C737.588 99.3786 735.145 93.1663 730.26 88.7644C725.374 84.3625 718.338 82.1616 709.15 82.1616C699.452 82.1616 691.76 84.2205 686.072 88.3384C682.509 90.9516 679.68 93.865 677.586 97.0787C675.508 100.266 671.988 102.554 668.219 102.033L646.922 99.0879C642.08 98.4183 638.922 93.5675 640.952 89.1211C643.78 82.9289 647.518 77.5206 652.166 72.8964C658.874 66.1516 667.077 61.1107 676.775 57.7738C686.473 54.366 697.192 52.662 708.932 52.662C717.025 52.662 725.083 53.585 733.104 55.4309C741.124 57.2769 748.452 60.3298 755.088 64.5896C761.723 68.7785 767.046 74.4938 771.057 81.7356C775.14 88.9774 777.182 98.0296 777.182 108.892V210.371C777.182 214.789 773.6 218.371 769.182 218.371H747.119C742.701 218.371 739.119 214.789 739.119 210.371V195.9H737.807C735.4 200.444 732.01 204.704 727.635 208.68C723.333 212.585 717.9 215.744 711.338 218.158C704.848 220.501 697.228 221.672 688.478 221.672ZM698.76 193.344C706.708 193.344 713.598 191.818 719.432 188.765C725.265 185.641 729.749 181.523 732.885 176.411C736.093 171.299 737.697 165.726 737.697 159.691V147.377C737.697 144.574 734.049 142.416 731.354 143.184V143.184C728.437 144.036 725.156 144.782 721.51 145.421C717.864 146.06 714.255 146.628 710.682 147.125C707.109 147.622 704.01 148.048 701.385 148.403C695.478 149.184 690.192 150.461 685.525 152.236C680.859 154.011 677.176 156.496 674.479 159.691C671.781 162.815 670.432 166.862 670.432 171.832C670.432 178.932 673.093 184.292 678.416 187.913C683.739 191.534 690.52 193.344 698.76 193.344Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M32.3373 9.45201C29.5889 5.77645 26.971 2.8369 23.0827 1.4515C18.6905 -0.507879 13.7622 -0.63449 9.14868 2.00549C7.42314 2.99288 6.27483 3.9091 5.31262 5.00055C-0.0482118 9.93573 -1.65748 17.8706 1.89747 24.5578L1.90916 24.552C2.72319 26.3182 3.52044 27.8226 4.49919 29.6533L50.8333 103.198L71.8931 136.626L80.0305 149.542L114.309 206.154C116.309 209.452 119.184 212.19 122.647 214.094C126.109 215.998 130.036 217 134.034 217C138.031 217 141.959 215.998 145.421 214.094C148.883 212.19 151.758 209.452 153.758 206.154L258.943 32.568C260.944 29.2708 261.998 25.5298 262 21.7211C262.002 17.9125 260.951 14.1705 258.953 10.8716C256.955 7.57275 254.08 4.8333 250.618 2.92875C247.156 1.0242 243.228 0.021766 239.231 0.0222512H160.223C128.919 0.0222512 105.833 13.1223 89.9482 38.6799L85.2906 46.3623L84.1262 48.2829L106.563 79.5229L120.369 56.7349C130.918 40.1523 142.902 34.1106 161.51 34.1106L216.648 34.1223L133.997 170.499L110.557 131.743L110.574 131.712L109.698 130.321L92.7573 102.311L71.3179 69.4096L46.7776 30.4623L32.3373 9.45201Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M18.2142 159.003C17.6588 159.944 17.0052 161.273 16.6581 162.262C14.9674 167.511 16.1196 173.202 19.5767 177.436C19.7473 177.672 19.9266 177.882 20.1151 178.062C21.3446 179.424 22.8273 180.612 24.5433 181.557C32.7288 186.067 43.1377 183.347 47.8601 175.487C48.8306 174.429 49.6949 173.28 50.438 172.054L61.1656 154.34L39.5228 121.854L38.2661 123.927L35.7526 128.073L30.7257 136.364L18.2142 159.003Z","fill":"#fff"},"children":[]}]}]
13
+ ...[{"type":"g","props":{},"children":[{"type":"path","props":{"d":"M328.717 221.566C312.311 221.566 298.092 218.051 286.061 211.023C274.029 203.994 264.696 194.161 258.061 181.523C251.498 168.885 248.217 154.118 248.217 137.22C248.217 120.323 251.498 105.52 258.061 92.8113C264.696 80.1027 274.029 70.234 286.061 63.2052C298.092 56.1764 312.311 52.662 328.717 52.662C345.123 52.662 359.342 56.1764 371.373 63.2052C383.404 70.234 392.701 80.1027 399.264 92.8113C405.899 105.52 409.217 120.323 409.217 137.22C409.217 154.118 405.899 168.885 399.264 181.523C392.701 194.161 383.404 203.994 371.373 211.023C359.342 218.051 345.123 221.566 328.717 221.566ZM328.936 190.682C337.831 190.682 345.269 188.303 351.248 183.546C357.227 178.719 361.675 172.258 364.592 164.164C367.581 156.07 369.076 147.054 369.076 137.114C369.076 127.103 367.581 118.051 364.592 109.957C361.675 101.792 357.227 95.2962 351.248 90.4683C345.269 85.6405 337.831 83.2266 328.936 83.2266C319.821 83.2266 312.238 85.6405 306.186 90.4683C300.206 95.2962 295.722 101.792 292.732 109.957C289.816 118.051 288.357 127.103 288.357 137.114C288.357 147.054 289.816 156.07 292.732 164.164C295.722 172.258 300.206 178.719 306.186 183.546C312.238 188.303 319.821 190.682 328.936 190.682Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M474.416 0.265625C478.834 0.265625 482.416 3.84735 482.416 8.26562V210.371C482.416 214.789 478.834 218.371 474.416 218.371H450.822C446.404 218.371 442.822 214.789 442.822 210.371V8.26562C442.822 3.84734 446.404 0.265625 450.822 0.265625H474.416Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M599.021 54.7919C603.44 54.7919 607.021 58.3737 607.021 62.7919V76.611C607.021 81.0293 603.44 84.611 599.021 84.611H518.443C514.025 84.611 510.443 81.0293 510.443 76.611V62.7919C510.443 58.3737 514.025 54.7919 518.443 54.7919H599.021ZM534.287 23.6012C534.287 19.1829 537.869 15.6012 542.287 15.6012H565.881C570.299 15.6012 573.881 19.1829 573.881 23.6012V169.169C573.881 174.352 574.683 178.328 576.287 181.097C577.964 183.795 580.152 185.641 582.85 186.635C585.548 187.629 588.537 188.126 591.818 188.126C594.297 188.126 596.558 187.948 598.6 187.593V187.593C601.244 187.149 603.893 188.809 604.473 191.427L608.529 209.75C609.413 213.744 607.127 217.726 603.14 218.641C602.461 218.797 601.75 218.955 601.006 219.116C597.141 219.968 592.402 220.465 586.787 220.607C576.87 220.891 567.938 219.436 559.99 216.241C552.042 212.975 545.735 207.934 541.068 201.118C536.475 194.303 534.214 185.783 534.287 175.559V23.6012Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M688.478 221.672C677.833 221.672 668.244 219.826 659.713 216.134C651.255 212.372 644.546 206.834 639.588 199.521C634.702 192.208 632.26 183.191 632.26 172.471C632.26 163.241 634.01 155.609 637.51 149.574C641.01 143.539 645.786 138.711 651.838 135.09C657.89 131.47 664.708 128.736 672.291 126.89C679.947 124.973 687.859 123.589 696.025 122.737C705.869 121.743 713.853 120.855 719.978 120.074C726.103 119.222 730.551 117.944 733.322 116.241C736.166 114.466 737.588 111.732 737.588 108.04V107.401C737.588 99.3786 735.145 93.1663 730.26 88.7644C725.374 84.3625 718.338 82.1616 709.15 82.1616C699.452 82.1616 691.76 84.2205 686.072 88.3384C682.509 90.9516 679.68 93.865 677.586 97.0787C675.508 100.266 671.988 102.554 668.219 102.033L646.922 99.0879C642.08 98.4183 638.922 93.5675 640.952 89.1211C643.78 82.9289 647.518 77.5206 652.166 72.8964C658.874 66.1516 667.077 61.1107 676.775 57.7738C686.473 54.366 697.192 52.662 708.932 52.662C717.025 52.662 725.083 53.585 733.104 55.4309C741.124 57.2769 748.452 60.3298 755.088 64.5896C761.723 68.7785 767.046 74.4938 771.057 81.7356C775.14 88.9774 777.182 98.0296 777.182 108.892V210.371C777.182 214.789 773.6 218.371 769.182 218.371H747.119C742.701 218.371 739.119 214.789 739.119 210.371V195.9H737.807C735.4 200.444 732.01 204.704 727.635 208.68C723.333 212.585 717.9 215.744 711.338 218.158C704.848 220.501 697.228 221.672 688.478 221.672ZM698.76 193.344C706.708 193.344 713.598 191.818 719.432 188.765C725.265 185.641 729.749 181.523 732.885 176.411C736.093 171.299 737.697 165.726 737.697 159.691V147.377C737.697 144.574 734.049 142.416 731.354 143.184V143.184C728.437 144.036 725.156 144.782 721.51 145.421C717.864 146.06 714.255 146.628 710.682 147.125C707.109 147.622 704.01 148.048 701.385 148.403C695.478 149.184 690.192 150.461 685.525 152.236C680.859 154.011 677.176 156.496 674.479 159.691C671.781 162.815 670.432 166.862 670.432 171.832C670.432 178.932 673.093 184.292 678.416 187.913C683.739 191.534 690.52 193.344 698.76 193.344Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M32.3373 9.45201C29.5889 5.77645 26.971 2.8369 23.0827 1.4515C18.6905 -0.507879 13.7622 -0.63449 9.14868 2.00549C7.42314 2.99288 6.27483 3.9091 5.31262 5.00055C-0.0482118 9.93573 -1.65748 17.8706 1.89747 24.5578L1.90916 24.552C2.72319 26.3182 3.52044 27.8226 4.49919 29.6533L50.8333 103.198L71.8931 136.626L80.0305 149.542L114.309 206.154C116.309 209.452 119.184 212.19 122.647 214.094C126.109 215.998 130.036 217 134.034 217C138.031 217 141.959 215.998 145.421 214.094C148.883 212.19 151.758 209.452 153.758 206.154L258.943 32.568C260.944 29.2708 261.998 25.5298 262 21.7211C262.002 17.9125 260.951 14.1705 258.953 10.8716C256.955 7.57275 254.08 4.8333 250.618 2.92875C247.156 1.0242 243.228 0.021766 239.231 0.0222512H160.223C128.919 0.0222512 105.833 13.1223 89.9482 38.6799L85.2906 46.3623L84.1262 48.2829L106.563 79.5229L120.369 56.7349C130.918 40.1523 142.902 34.1106 161.51 34.1106L216.648 34.1223L133.997 170.499L110.557 131.743L110.574 131.712L109.698 130.321L92.7573 102.311L71.3179 69.4096L46.7776 30.4623L32.3373 9.45201Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M18.2142 159.003C17.6588 159.944 17.0052 161.273 16.6581 162.262C14.9674 167.511 16.1196 173.202 19.5767 177.436C19.7473 177.672 19.9266 177.882 20.1151 178.062C21.3446 179.424 22.8273 180.612 24.5433 181.557C32.7288 186.067 43.1377 183.347 47.8601 175.487C48.8306 174.429 49.6949 173.28 50.438 172.054L61.1656 154.34L39.5228 121.854L38.2661 123.927L35.7526 128.073L30.7257 136.364L18.2142 159.003Z","fill":"#fff"},"children":[]}]}]
14
14
  .map(function _c(el) {
15
15
  if (typeof el === 'string') return el;
16
16
  return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
package/dist/volta.js CHANGED
@@ -8,7 +8,7 @@ const Volta = forwardRef(
8
8
  return createElement(
9
9
  'svg',
10
10
  Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
11
- ...[{"type":"g","props":{"clipPath":"url(#clip0_17_17)"},"children":[{"type":"path","props":{"d":"M328.717 221.566C312.311 221.566 298.092 218.051 286.061 211.023C274.029 203.994 264.696 194.161 258.061 181.523C251.498 168.885 248.217 154.118 248.217 137.22C248.217 120.323 251.498 105.52 258.061 92.8113C264.696 80.1027 274.029 70.234 286.061 63.2052C298.092 56.1764 312.311 52.662 328.717 52.662C345.123 52.662 359.342 56.1764 371.373 63.2052C383.404 70.234 392.701 80.1027 399.264 92.8113C405.899 105.52 409.217 120.323 409.217 137.22C409.217 154.118 405.899 168.885 399.264 181.523C392.701 194.161 383.404 203.994 371.373 211.023C359.342 218.051 345.123 221.566 328.717 221.566ZM328.936 190.682C337.831 190.682 345.269 188.303 351.248 183.546C357.227 178.719 361.675 172.258 364.592 164.164C367.581 156.07 369.076 147.054 369.076 137.114C369.076 127.103 367.581 118.051 364.592 109.957C361.675 101.792 357.227 95.2962 351.248 90.4683C345.269 85.6405 337.831 83.2266 328.936 83.2266C319.821 83.2266 312.238 85.6405 306.186 90.4683C300.206 95.2962 295.722 101.792 292.732 109.957C289.816 118.051 288.357 127.103 288.357 137.114C288.357 147.054 289.816 156.07 292.732 164.164C295.722 172.258 300.206 178.719 306.186 183.546C312.238 188.303 319.821 190.682 328.936 190.682Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M474.416 0.265625C478.834 0.265625 482.416 3.84735 482.416 8.26562V210.371C482.416 214.789 478.834 218.371 474.416 218.371H450.822C446.404 218.371 442.822 214.789 442.822 210.371V8.26562C442.822 3.84734 446.404 0.265625 450.822 0.265625H474.416Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M599.021 54.7919C603.44 54.7919 607.021 58.3737 607.021 62.7919V76.611C607.021 81.0293 603.44 84.611 599.021 84.611H518.443C514.025 84.611 510.443 81.0293 510.443 76.611V62.7919C510.443 58.3737 514.025 54.7919 518.443 54.7919H599.021ZM534.287 23.6012C534.287 19.1829 537.869 15.6012 542.287 15.6012H565.881C570.299 15.6012 573.881 19.1829 573.881 23.6012V169.169C573.881 174.352 574.683 178.328 576.287 181.097C577.964 183.795 580.152 185.641 582.85 186.635C585.548 187.629 588.537 188.126 591.818 188.126C594.297 188.126 596.558 187.948 598.6 187.593V187.593C601.244 187.149 603.893 188.809 604.473 191.427L608.529 209.75C609.413 213.744 607.127 217.726 603.14 218.641C602.461 218.797 601.75 218.955 601.006 219.116C597.141 219.968 592.402 220.465 586.787 220.607C576.87 220.891 567.938 219.436 559.99 216.241C552.042 212.975 545.735 207.934 541.068 201.118C536.475 194.303 534.214 185.783 534.287 175.559V23.6012Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M688.478 221.672C677.833 221.672 668.244 219.826 659.713 216.134C651.255 212.372 644.546 206.834 639.588 199.521C634.702 192.208 632.26 183.191 632.26 172.471C632.26 163.241 634.01 155.609 637.51 149.574C641.01 143.539 645.786 138.711 651.838 135.09C657.89 131.47 664.708 128.736 672.291 126.89C679.947 124.973 687.859 123.589 696.025 122.737C705.869 121.743 713.853 120.855 719.978 120.074C726.103 119.222 730.551 117.944 733.322 116.241C736.166 114.466 737.588 111.732 737.588 108.04V107.401C737.588 99.3786 735.145 93.1663 730.26 88.7644C725.374 84.3625 718.338 82.1616 709.15 82.1616C699.452 82.1616 691.76 84.2205 686.072 88.3384C682.509 90.9516 679.68 93.865 677.586 97.0787C675.508 100.266 671.988 102.554 668.219 102.033L646.922 99.0879C642.08 98.4183 638.922 93.5675 640.952 89.1211C643.78 82.9289 647.518 77.5206 652.166 72.8964C658.874 66.1516 667.077 61.1107 676.775 57.7738C686.473 54.366 697.192 52.662 708.932 52.662C717.025 52.662 725.083 53.585 733.104 55.4309C741.124 57.2769 748.452 60.3298 755.088 64.5896C761.723 68.7785 767.046 74.4938 771.057 81.7356C775.14 88.9774 777.182 98.0296 777.182 108.892V210.371C777.182 214.789 773.6 218.371 769.182 218.371H747.119C742.701 218.371 739.119 214.789 739.119 210.371V195.9H737.807C735.4 200.444 732.01 204.704 727.635 208.68C723.333 212.585 717.9 215.744 711.338 218.158C704.848 220.501 697.228 221.672 688.478 221.672ZM698.76 193.344C706.708 193.344 713.598 191.818 719.432 188.765C725.265 185.641 729.749 181.523 732.885 176.411C736.093 171.299 737.697 165.726 737.697 159.691V147.377C737.697 144.574 734.049 142.416 731.354 143.184V143.184C728.437 144.036 725.156 144.782 721.51 145.421C717.864 146.06 714.255 146.628 710.682 147.125C707.109 147.622 704.01 148.048 701.385 148.403C695.478 149.184 690.192 150.461 685.525 152.236C680.859 154.011 677.176 156.496 674.479 159.691C671.781 162.815 670.432 166.862 670.432 171.832C670.432 178.932 673.093 184.292 678.416 187.913C683.739 191.534 690.52 193.344 698.76 193.344Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M32.3373 9.45201C29.5889 5.77645 26.971 2.8369 23.0827 1.4515C18.6905 -0.507879 13.7622 -0.63449 9.14868 2.00549C7.42314 2.99288 6.27483 3.9091 5.31262 5.00055C-0.0482118 9.93573 -1.65748 17.8706 1.89747 24.5578L1.90916 24.552C2.72319 26.3182 3.52044 27.8226 4.49919 29.6533L50.8333 103.198L71.8931 136.626L80.0305 149.542L114.309 206.154C116.309 209.452 119.184 212.19 122.647 214.094C126.109 215.998 130.036 217 134.034 217C138.031 217 141.959 215.998 145.421 214.094C148.883 212.19 151.758 209.452 153.758 206.154L258.943 32.568C260.944 29.2708 261.998 25.5298 262 21.7211C262.002 17.9125 260.951 14.1705 258.953 10.8716C256.955 7.57275 254.08 4.8333 250.618 2.92875C247.156 1.0242 243.228 0.021766 239.231 0.0222512H160.223C128.919 0.0222512 105.833 13.1223 89.9482 38.6799L85.2906 46.3623L84.1262 48.2829L106.563 79.5229L120.369 56.7349C130.918 40.1523 142.902 34.1106 161.51 34.1106L216.648 34.1223L133.997 170.499L110.557 131.743L110.574 131.712L109.698 130.321L92.7573 102.311L71.3179 69.4096L46.7776 30.4623L32.3373 9.45201Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M18.2142 159.003C17.6588 159.944 17.0052 161.273 16.6581 162.262C14.9674 167.511 16.1196 173.202 19.5767 177.436C19.7473 177.672 19.9266 177.882 20.1151 178.062C21.3446 179.424 22.8273 180.612 24.5433 181.557C32.7288 186.067 43.1377 183.347 47.8601 175.487C48.8306 174.429 49.6949 173.28 50.438 172.054L61.1656 154.34L39.5228 121.854L38.2661 123.927L35.7526 128.073L30.7257 136.364L18.2142 159.003Z","fill":"#fff"},"children":[]}]}]
11
+ ...[{"type":"g","props":{},"children":[{"type":"path","props":{"d":"M328.717 221.566C312.311 221.566 298.092 218.051 286.061 211.023C274.029 203.994 264.696 194.161 258.061 181.523C251.498 168.885 248.217 154.118 248.217 137.22C248.217 120.323 251.498 105.52 258.061 92.8113C264.696 80.1027 274.029 70.234 286.061 63.2052C298.092 56.1764 312.311 52.662 328.717 52.662C345.123 52.662 359.342 56.1764 371.373 63.2052C383.404 70.234 392.701 80.1027 399.264 92.8113C405.899 105.52 409.217 120.323 409.217 137.22C409.217 154.118 405.899 168.885 399.264 181.523C392.701 194.161 383.404 203.994 371.373 211.023C359.342 218.051 345.123 221.566 328.717 221.566ZM328.936 190.682C337.831 190.682 345.269 188.303 351.248 183.546C357.227 178.719 361.675 172.258 364.592 164.164C367.581 156.07 369.076 147.054 369.076 137.114C369.076 127.103 367.581 118.051 364.592 109.957C361.675 101.792 357.227 95.2962 351.248 90.4683C345.269 85.6405 337.831 83.2266 328.936 83.2266C319.821 83.2266 312.238 85.6405 306.186 90.4683C300.206 95.2962 295.722 101.792 292.732 109.957C289.816 118.051 288.357 127.103 288.357 137.114C288.357 147.054 289.816 156.07 292.732 164.164C295.722 172.258 300.206 178.719 306.186 183.546C312.238 188.303 319.821 190.682 328.936 190.682Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M474.416 0.265625C478.834 0.265625 482.416 3.84735 482.416 8.26562V210.371C482.416 214.789 478.834 218.371 474.416 218.371H450.822C446.404 218.371 442.822 214.789 442.822 210.371V8.26562C442.822 3.84734 446.404 0.265625 450.822 0.265625H474.416Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M599.021 54.7919C603.44 54.7919 607.021 58.3737 607.021 62.7919V76.611C607.021 81.0293 603.44 84.611 599.021 84.611H518.443C514.025 84.611 510.443 81.0293 510.443 76.611V62.7919C510.443 58.3737 514.025 54.7919 518.443 54.7919H599.021ZM534.287 23.6012C534.287 19.1829 537.869 15.6012 542.287 15.6012H565.881C570.299 15.6012 573.881 19.1829 573.881 23.6012V169.169C573.881 174.352 574.683 178.328 576.287 181.097C577.964 183.795 580.152 185.641 582.85 186.635C585.548 187.629 588.537 188.126 591.818 188.126C594.297 188.126 596.558 187.948 598.6 187.593V187.593C601.244 187.149 603.893 188.809 604.473 191.427L608.529 209.75C609.413 213.744 607.127 217.726 603.14 218.641C602.461 218.797 601.75 218.955 601.006 219.116C597.141 219.968 592.402 220.465 586.787 220.607C576.87 220.891 567.938 219.436 559.99 216.241C552.042 212.975 545.735 207.934 541.068 201.118C536.475 194.303 534.214 185.783 534.287 175.559V23.6012Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M688.478 221.672C677.833 221.672 668.244 219.826 659.713 216.134C651.255 212.372 644.546 206.834 639.588 199.521C634.702 192.208 632.26 183.191 632.26 172.471C632.26 163.241 634.01 155.609 637.51 149.574C641.01 143.539 645.786 138.711 651.838 135.09C657.89 131.47 664.708 128.736 672.291 126.89C679.947 124.973 687.859 123.589 696.025 122.737C705.869 121.743 713.853 120.855 719.978 120.074C726.103 119.222 730.551 117.944 733.322 116.241C736.166 114.466 737.588 111.732 737.588 108.04V107.401C737.588 99.3786 735.145 93.1663 730.26 88.7644C725.374 84.3625 718.338 82.1616 709.15 82.1616C699.452 82.1616 691.76 84.2205 686.072 88.3384C682.509 90.9516 679.68 93.865 677.586 97.0787C675.508 100.266 671.988 102.554 668.219 102.033L646.922 99.0879C642.08 98.4183 638.922 93.5675 640.952 89.1211C643.78 82.9289 647.518 77.5206 652.166 72.8964C658.874 66.1516 667.077 61.1107 676.775 57.7738C686.473 54.366 697.192 52.662 708.932 52.662C717.025 52.662 725.083 53.585 733.104 55.4309C741.124 57.2769 748.452 60.3298 755.088 64.5896C761.723 68.7785 767.046 74.4938 771.057 81.7356C775.14 88.9774 777.182 98.0296 777.182 108.892V210.371C777.182 214.789 773.6 218.371 769.182 218.371H747.119C742.701 218.371 739.119 214.789 739.119 210.371V195.9H737.807C735.4 200.444 732.01 204.704 727.635 208.68C723.333 212.585 717.9 215.744 711.338 218.158C704.848 220.501 697.228 221.672 688.478 221.672ZM698.76 193.344C706.708 193.344 713.598 191.818 719.432 188.765C725.265 185.641 729.749 181.523 732.885 176.411C736.093 171.299 737.697 165.726 737.697 159.691V147.377C737.697 144.574 734.049 142.416 731.354 143.184V143.184C728.437 144.036 725.156 144.782 721.51 145.421C717.864 146.06 714.255 146.628 710.682 147.125C707.109 147.622 704.01 148.048 701.385 148.403C695.478 149.184 690.192 150.461 685.525 152.236C680.859 154.011 677.176 156.496 674.479 159.691C671.781 162.815 670.432 166.862 670.432 171.832C670.432 178.932 673.093 184.292 678.416 187.913C683.739 191.534 690.52 193.344 698.76 193.344Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M32.3373 9.45201C29.5889 5.77645 26.971 2.8369 23.0827 1.4515C18.6905 -0.507879 13.7622 -0.63449 9.14868 2.00549C7.42314 2.99288 6.27483 3.9091 5.31262 5.00055C-0.0482118 9.93573 -1.65748 17.8706 1.89747 24.5578L1.90916 24.552C2.72319 26.3182 3.52044 27.8226 4.49919 29.6533L50.8333 103.198L71.8931 136.626L80.0305 149.542L114.309 206.154C116.309 209.452 119.184 212.19 122.647 214.094C126.109 215.998 130.036 217 134.034 217C138.031 217 141.959 215.998 145.421 214.094C148.883 212.19 151.758 209.452 153.758 206.154L258.943 32.568C260.944 29.2708 261.998 25.5298 262 21.7211C262.002 17.9125 260.951 14.1705 258.953 10.8716C256.955 7.57275 254.08 4.8333 250.618 2.92875C247.156 1.0242 243.228 0.021766 239.231 0.0222512H160.223C128.919 0.0222512 105.833 13.1223 89.9482 38.6799L85.2906 46.3623L84.1262 48.2829L106.563 79.5229L120.369 56.7349C130.918 40.1523 142.902 34.1106 161.51 34.1106L216.648 34.1223L133.997 170.499L110.557 131.743L110.574 131.712L109.698 130.321L92.7573 102.311L71.3179 69.4096L46.7776 30.4623L32.3373 9.45201Z","fill":"#fff"},"children":[]},{"type":"path","props":{"d":"M18.2142 159.003C17.6588 159.944 17.0052 161.273 16.6581 162.262C14.9674 167.511 16.1196 173.202 19.5767 177.436C19.7473 177.672 19.9266 177.882 20.1151 178.062C21.3446 179.424 22.8273 180.612 24.5433 181.557C32.7288 186.067 43.1377 183.347 47.8601 175.487C48.8306 174.429 49.6949 173.28 50.438 172.054L61.1656 154.34L39.5228 121.854L38.2661 123.927L35.7526 128.073L30.7257 136.364L18.2142 159.003Z","fill":"#fff"},"children":[]}]}]
12
12
  .map(function _c(el) {
13
13
  if (typeof el === 'string') return el;
14
14
  return createElement(el.type, el.props, ...(el.children || []).map(_c));
@@ -10,7 +10,7 @@ const WebComponents = react_1.forwardRef(function WebComponents({ viewBox = '0 0
10
10
  return react_1.createElement(
11
11
  'svg',
12
12
  Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
13
- ...[{"type":"path","props":{"fill":"var(--bgcolor, #fff)","d":"m31 12-1 1L2 63l29 51h67l15-26v-2l14-23-15-24v-2L98 12H31zm21 30h21l13 21-13 21H52L40 63z"},"children":[]},{"type":"path","props":{"fill":"#166da5","d":"m122 63-12 21-18-21 18-21z"},"children":[]},{"type":"path","props":{"fill":"#8fdb69","d":"M108 88 89 65 78 84l17 26z"},"children":[]},{"type":"path","props":{"fill":"#166da5","d":"M108 38 89 61 78 42l17-26z"},"children":[]},{"type":"path","props":{"d":"M63 110 35 63l28-47H33L6 63l27 47z"},"children":[]},{"type":"path","props":{"fill":"#287bbe","d":"m50 38 13-22h32l13 22zm28 4h32l11 19H89z"},"children":[]},{"type":"path","props":{"fill":"#ddf021","d":"m50 88 13 22h32l13-22zm28-4h32l11-19H89z"},"children":[]}]
13
+ ...[{"type":"path","props":{"fill":"#285EAB","d":"m31 12-1 1L2 63l29 51h67l15-26v-2l14-23-15-24v-2L98 12H31zm21 30h21l13 21-13 21H52L40 63z"},"children":[]},{"type":"path","props":{"fill":"#166da5","d":"m122 63-12 21-18-21 18-21z"},"children":[]},{"type":"path","props":{"fill":"#8fdb69","d":"M108 88 89 65 78 84l17 26z"},"children":[]},{"type":"path","props":{"fill":"#166da5","d":"M108 38 89 61 78 42l17-26z"},"children":[]},{"type":"path","props":{"d":"M63 110 35 63l28-47H33L6 63l27 47z"},"children":[]},{"type":"path","props":{"fill":"#287bbe","d":"m50 38 13-22h32l13 22zm28 4h32l11 19H89z"},"children":[]},{"type":"path","props":{"fill":"#ddf021","d":"m50 88 13 22h32l13-22zm28-4h32l11-19H89z"},"children":[]}]
14
14
  .map(function _c(el) {
15
15
  if (typeof el === 'string') return el;
16
16
  return react_1.createElement(el.type, el.props, ...(el.children || []).map(_c));
@@ -8,7 +8,7 @@ const WebComponents = forwardRef(
8
8
  return createElement(
9
9
  'svg',
10
10
  Object.assign({ ref, viewBox, fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
11
- ...[{"type":"path","props":{"fill":"var(--bgcolor, #fff)","d":"m31 12-1 1L2 63l29 51h67l15-26v-2l14-23-15-24v-2L98 12H31zm21 30h21l13 21-13 21H52L40 63z"},"children":[]},{"type":"path","props":{"fill":"#166da5","d":"m122 63-12 21-18-21 18-21z"},"children":[]},{"type":"path","props":{"fill":"#8fdb69","d":"M108 88 89 65 78 84l17 26z"},"children":[]},{"type":"path","props":{"fill":"#166da5","d":"M108 38 89 61 78 42l17-26z"},"children":[]},{"type":"path","props":{"d":"M63 110 35 63l28-47H33L6 63l27 47z"},"children":[]},{"type":"path","props":{"fill":"#287bbe","d":"m50 38 13-22h32l13 22zm28 4h32l11 19H89z"},"children":[]},{"type":"path","props":{"fill":"#ddf021","d":"m50 88 13 22h32l13-22zm28-4h32l11-19H89z"},"children":[]}]
11
+ ...[{"type":"path","props":{"fill":"#285EAB","d":"m31 12-1 1L2 63l29 51h67l15-26v-2l14-23-15-24v-2L98 12H31zm21 30h21l13 21-13 21H52L40 63z"},"children":[]},{"type":"path","props":{"fill":"#166da5","d":"m122 63-12 21-18-21 18-21z"},"children":[]},{"type":"path","props":{"fill":"#8fdb69","d":"M108 88 89 65 78 84l17 26z"},"children":[]},{"type":"path","props":{"fill":"#166da5","d":"M108 38 89 61 78 42l17-26z"},"children":[]},{"type":"path","props":{"d":"M63 110 35 63l28-47H33L6 63l27 47z"},"children":[]},{"type":"path","props":{"fill":"#287bbe","d":"m50 38 13-22h32l13 22zm28 4h32l11 19H89z"},"children":[]},{"type":"path","props":{"fill":"#ddf021","d":"m50 88 13 22h32l13-22zm28-4h32l11-19H89z"},"children":[]}]
12
12
  .map(function _c(el) {
13
13
  if (typeof el === 'string') return el;
14
14
  return createElement(el.type, el.props, ...(el.children || []).map(_c));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thesvg/react",
3
- "version": "2.0.1",
3
+ "version": "2.1.1",
4
4
  "description": "Typed React SVG components for all 3,800+ brand icons from thesvg.org",
5
5
  "type": "module",
6
6
  "sideEffects": false,