@carbon/icons-react 0.0.1-alpha.28 → 0.0.1-alpha.31

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 (64) hide show
  1. package/es/{battery--half-full → battery--half}/20.js +5 -5
  2. package/es/{battery--half-full → battery--half}/24.js +5 -5
  3. package/es/{battery--half-full → battery--half}/32.js +5 -5
  4. package/es/{battery--less-full → battery--low}/20.js +5 -5
  5. package/es/{battery--less-full → battery--low}/24.js +5 -5
  6. package/es/{battery--less-full → battery--low}/32.js +5 -5
  7. package/es/copy/16.js +2 -2
  8. package/es/copy/20.js +2 -2
  9. package/es/copy/24.js +2 -2
  10. package/es/copy/32.js +2 -2
  11. package/es/copy--file/16.js +77 -0
  12. package/es/copy--file/20.js +2 -2
  13. package/es/copy--file/24.js +2 -2
  14. package/es/copy--file/32.js +2 -2
  15. package/es/ibm-security/20.js +75 -0
  16. package/es/ibm-security/24.js +75 -0
  17. package/es/ibm-security/32.js +75 -0
  18. package/es/index.js +2 -2
  19. package/es/shopping--catalog/20.js +1 -1
  20. package/es/shopping--catalog/24.js +1 -1
  21. package/es/shopping--catalog/32.js +1 -1
  22. package/lib/{battery--half-full → battery--half}/20.js +5 -5
  23. package/lib/{battery--half-full → battery--half}/24.js +5 -5
  24. package/lib/{battery--half-full → battery--half}/32.js +5 -5
  25. package/lib/{battery--less-full → battery--low}/20.js +5 -5
  26. package/lib/{battery--less-full → battery--low}/24.js +5 -5
  27. package/lib/{battery--less-full → battery--low}/32.js +5 -5
  28. package/lib/copy/16.js +2 -2
  29. package/lib/copy/20.js +2 -2
  30. package/lib/copy/24.js +2 -2
  31. package/lib/copy/32.js +2 -2
  32. package/lib/copy--file/16.js +81 -0
  33. package/lib/copy--file/20.js +2 -2
  34. package/lib/copy--file/24.js +2 -2
  35. package/lib/copy--file/32.js +2 -2
  36. package/lib/ibm-security/20.js +79 -0
  37. package/lib/ibm-security/24.js +79 -0
  38. package/lib/ibm-security/32.js +79 -0
  39. package/lib/index.js +11 -7
  40. package/lib/shopping--catalog/20.js +1 -1
  41. package/lib/shopping--catalog/24.js +1 -1
  42. package/lib/shopping--catalog/32.js +1 -1
  43. package/package.json +5 -5
  44. package/umd/{battery--half-full → battery--half}/20.js +6 -6
  45. package/umd/{battery--half-full → battery--half}/24.js +6 -6
  46. package/umd/{battery--half-full → battery--half}/32.js +6 -6
  47. package/umd/{battery--less-full → battery--low}/20.js +6 -6
  48. package/umd/{battery--less-full → battery--low}/24.js +6 -6
  49. package/umd/{battery--less-full → battery--low}/32.js +6 -6
  50. package/umd/copy/16.js +2 -2
  51. package/umd/copy/20.js +2 -2
  52. package/umd/copy/24.js +2 -2
  53. package/umd/copy/32.js +2 -2
  54. package/umd/copy--file/16.js +84 -0
  55. package/umd/copy--file/20.js +2 -2
  56. package/umd/copy--file/24.js +2 -2
  57. package/umd/copy--file/32.js +2 -2
  58. package/umd/ibm-security/20.js +82 -0
  59. package/umd/ibm-security/24.js +82 -0
  60. package/umd/ibm-security/32.js +82 -0
  61. package/umd/index.js +11 -7
  62. package/umd/shopping--catalog/20.js +1 -1
  63. package/umd/shopping--catalog/24.js +1 -1
  64. package/umd/shopping--catalog/32.js +1 -1
@@ -53,7 +53,7 @@
53
53
  return React.createElement('svg', props, children, React.createElement('path', {
54
54
  d: 'M17 24h4v4h-4zm7 0h4v4h-4zm-7-7h4v4h-4zm7 0h4v4h-4z'
55
55
  }), React.createElement('path', {
56
- d: 'M28 11h-6V7a3 3 0 0 0-3-3h-6a3 3 0 0 0-3 3v4H4a1 1 0 0 0-1 1.15L4.88 24.3a2 2 0 0 0 2 1.7H15v-2H6.86L5.17 13H28zM12 7a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v4h-8z'
56
+ d: 'M28 11h-6V7c0-1.7-1.3-3-3-3h-6c-1.7 0-3 1.3-3 3v4H4c-.6 0-1 .4-1 1v.2l1.9 12.1c.1 1 1 1.7 2 1.7H15v-2H6.9L5.2 13H28v-2zM12 7c0-.6.4-1 1-1h6c.6 0 1 .4 1 1v4h-8V7z'
57
57
  }));
58
58
  });
59
59
  ShoppingCatalog20.displayName = 'ShoppingCatalog20';
@@ -53,7 +53,7 @@
53
53
  return React.createElement('svg', props, children, React.createElement('path', {
54
54
  d: 'M17 24h4v4h-4zm7 0h4v4h-4zm-7-7h4v4h-4zm7 0h4v4h-4z'
55
55
  }), React.createElement('path', {
56
- d: 'M28 11h-6V7a3 3 0 0 0-3-3h-6a3 3 0 0 0-3 3v4H4a1 1 0 0 0-1 1.15L4.88 24.3a2 2 0 0 0 2 1.7H15v-2H6.86L5.17 13H28zM12 7a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v4h-8z'
56
+ d: 'M28 11h-6V7c0-1.7-1.3-3-3-3h-6c-1.7 0-3 1.3-3 3v4H4c-.6 0-1 .4-1 1v.2l1.9 12.1c.1 1 1 1.7 2 1.7H15v-2H6.9L5.2 13H28v-2zM12 7c0-.6.4-1 1-1h6c.6 0 1 .4 1 1v4h-8V7z'
57
57
  }));
58
58
  });
59
59
  ShoppingCatalog24.displayName = 'ShoppingCatalog24';
@@ -53,7 +53,7 @@
53
53
  return React.createElement('svg', props, children, React.createElement('path', {
54
54
  d: 'M17 24h4v4h-4zm7 0h4v4h-4zm-7-7h4v4h-4zm7 0h4v4h-4z'
55
55
  }), React.createElement('path', {
56
- d: 'M28 11h-6V7a3 3 0 0 0-3-3h-6a3 3 0 0 0-3 3v4H4a1 1 0 0 0-1 1.15L4.88 24.3a2 2 0 0 0 2 1.7H15v-2H6.86L5.17 13H28zM12 7a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v4h-8z'
56
+ d: 'M28 11h-6V7c0-1.7-1.3-3-3-3h-6c-1.7 0-3 1.3-3 3v4H4c-.6 0-1 .4-1 1v.2l1.9 12.1c.1 1 1 1.7 2 1.7H15v-2H6.9L5.2 13H28v-2zM12 7c0-.6.4-1 1-1h6c.6 0 1 .4 1 1v4h-8V7z'
57
57
  }));
58
58
  });
59
59
  ShoppingCatalog32.displayName = 'ShoppingCatalog32';