@thesvg/react 2.1.0 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) 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/filagram.cjs +22 -0
  6. package/dist/filagram.d.ts +9 -0
  7. package/dist/filagram.js +21 -0
  8. package/dist/index.cjs +10 -0
  9. package/dist/index.d.ts +5 -0
  10. package/dist/index.js +5 -0
  11. package/dist/kvant-system.cjs +22 -0
  12. package/dist/kvant-system.d.ts +9 -0
  13. package/dist/kvant-system.js +21 -0
  14. package/dist/mypy.cjs +1 -1
  15. package/dist/mypy.js +1 -1
  16. package/dist/neovim.cjs +1 -1
  17. package/dist/neovim.js +1 -1
  18. package/dist/open-webui.cjs +1 -1
  19. package/dist/open-webui.js +1 -1
  20. package/dist/paramount.cjs +1 -1
  21. package/dist/paramount.js +1 -1
  22. package/dist/paypal.cjs +1 -1
  23. package/dist/paypal.js +1 -1
  24. package/dist/powertoys.cjs +1 -1
  25. package/dist/powertoys.js +1 -1
  26. package/dist/qt.cjs +1 -1
  27. package/dist/qt.js +1 -1
  28. package/dist/styled-components.cjs +1 -1
  29. package/dist/styled-components.js +1 -1
  30. package/dist/svgl.cjs +1 -1
  31. package/dist/svgl.js +1 -1
  32. package/dist/timesheet.cjs +22 -0
  33. package/dist/timesheet.d.ts +9 -0
  34. package/dist/timesheet.js +21 -0
  35. package/dist/tsdown.cjs +22 -0
  36. package/dist/tsdown.d.ts +9 -0
  37. package/dist/tsdown.js +21 -0
  38. package/dist/upsales.cjs +1 -1
  39. package/dist/upsales.js +1 -1
  40. package/dist/uxuy.cjs +22 -0
  41. package/dist/uxuy.d.ts +9 -0
  42. package/dist/uxuy.js +21 -0
  43. package/dist/volta.cjs +1 -1
  44. package/dist/volta.js +1 -1
  45. package/dist/web-components.cjs +1 -1
  46. package/dist/web-components.js +1 -1
  47. package/package.json +1 -1
@@ -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.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "Typed React SVG components for all 3,800+ brand icons from thesvg.org",
5
5
  "type": "module",
6
6
  "sideEffects": false,