@splunk/react-icons 5.8.0 → 5.10.0

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 (108) hide show
  1. package/ArrowTrendRightDown.d.ts +2 -0
  2. package/ArrowTrendRightDown.js +146 -0
  3. package/ArrowTrendRightUp.d.ts +2 -0
  4. package/ArrowTrendRightUp.js +146 -0
  5. package/BackgroundBalloon.d.ts +2 -0
  6. package/BackgroundBalloon.js +146 -0
  7. package/BackgroundBell.d.ts +2 -0
  8. package/BackgroundBell.js +146 -0
  9. package/BackgroundCircle.d.ts +2 -0
  10. package/BackgroundCircle.js +146 -0
  11. package/BackgroundDiamond.d.ts +2 -0
  12. package/BackgroundDiamond.js +146 -0
  13. package/BackgroundFire.d.ts +2 -0
  14. package/BackgroundFire.js +146 -0
  15. package/BackgroundFlame.d.ts +2 -0
  16. package/BackgroundFlame.js +146 -0
  17. package/BackgroundHexagon.d.ts +2 -0
  18. package/BackgroundHexagon.js +146 -0
  19. package/BackgroundLightning.d.ts +2 -0
  20. package/BackgroundLightning.js +146 -0
  21. package/BackgroundSquare.d.ts +2 -0
  22. package/BackgroundSquare.js +146 -0
  23. package/BackgroundStarEightPoints.d.ts +2 -0
  24. package/BackgroundStarEightPoints.js +146 -0
  25. package/BackgroundStarSparklesDouble.d.ts +2 -0
  26. package/BackgroundStarSparklesDouble.js +146 -0
  27. package/BackgroundTriangle.d.ts +2 -0
  28. package/BackgroundTriangle.js +146 -0
  29. package/BackgroundTriangleDown.d.ts +2 -0
  30. package/BackgroundTriangleDown.js +146 -0
  31. package/BackgroundTrianglesLayeredDouble.d.ts +2 -0
  32. package/BackgroundTrianglesLayeredDouble.js +146 -0
  33. package/BackgroundTrianglesLayeredTriple.d.ts +2 -0
  34. package/BackgroundTrianglesLayeredTriple.js +146 -0
  35. package/Bell.js +2 -2
  36. package/BellDot.js +3 -3
  37. package/BellSlashed.js +3 -3
  38. package/CHANGELOG.md +37 -0
  39. package/ChartLineTrendDown.d.ts +2 -0
  40. package/ChartLineTrendDown.js +150 -0
  41. package/ChartLineTrendUp.d.ts +2 -0
  42. package/ChartLineTrendUp.js +150 -0
  43. package/ChartParallelCoordinates.js +1 -1
  44. package/CloudArrowInRight.js +1 -1
  45. package/CloudArrowOutRight.d.ts +2 -0
  46. package/CloudArrowOutRight.js +150 -0
  47. package/CloudNodesInside.js +3 -3
  48. package/CogSquare.d.ts +2 -0
  49. package/CogSquare.js +156 -0
  50. package/CursorArrowClicking.js +9 -9
  51. package/DonutPie75.js +2 -2
  52. package/EraserUnderline.js +4 -4
  53. package/FilterArrowDown.js +4 -4
  54. package/FilterArrowUp.js +4 -4
  55. package/FilterArrowUpDown.js +2 -2
  56. package/FingerPointClicking.js +5 -5
  57. package/Fire.js +1 -1
  58. package/HeartRibbon.js +1 -1
  59. package/KubernetesHelm.js +2 -2
  60. package/LICENSE +1 -1
  61. package/LayersDoubleTransparent.js +1 -1
  62. package/LayoutStacked.d.ts +2 -0
  63. package/LayoutStacked.js +166 -0
  64. package/Lightning.js +1 -1
  65. package/MultipleFolders.d.ts +2 -0
  66. package/{MutipleFolders.js → MultipleFolders.js} +2 -2
  67. package/NodeFollowFour.js +1 -1
  68. package/Paperclip.js +1 -1
  69. package/PhoneReceiverAngledSlashed.js +4 -4
  70. package/RectangularsArrowInto.js +1 -1
  71. package/TextLambdaBroad.js +4 -4
  72. package/WiFiSignalSlash.js +2 -2
  73. package/WindowBellList.d.ts +2 -0
  74. package/WindowBellList.js +160 -0
  75. package/WindowPulse.d.ts +2 -0
  76. package/WindowPulse.js +152 -0
  77. package/docker-compose.yml +1 -1
  78. package/icon-catalog.json +292 -4
  79. package/package.json +4 -4
  80. package/types/icons/ArrowTrendRightDown.d.ts +17 -0
  81. package/types/icons/ArrowTrendRightUp.d.ts +17 -0
  82. package/types/icons/BackgroundBalloon.d.ts +17 -0
  83. package/types/icons/BackgroundBell.d.ts +17 -0
  84. package/types/icons/BackgroundCircle.d.ts +17 -0
  85. package/types/icons/BackgroundDiamond.d.ts +17 -0
  86. package/types/icons/BackgroundFire.d.ts +17 -0
  87. package/types/icons/BackgroundFlame.d.ts +17 -0
  88. package/types/icons/BackgroundHexagon.d.ts +17 -0
  89. package/types/icons/BackgroundLightning.d.ts +17 -0
  90. package/types/icons/BackgroundSquare.d.ts +17 -0
  91. package/types/icons/BackgroundStarEightPoints.d.ts +17 -0
  92. package/types/icons/BackgroundStarSparklesDouble.d.ts +17 -0
  93. package/types/icons/BackgroundTriangle.d.ts +17 -0
  94. package/types/icons/BackgroundTriangleDown.d.ts +17 -0
  95. package/types/icons/BackgroundTrianglesLayeredDouble.d.ts +17 -0
  96. package/types/icons/BackgroundTrianglesLayeredTriple.d.ts +17 -0
  97. package/types/icons/ChartLineTrendDown.d.ts +17 -0
  98. package/types/icons/ChartLineTrendUp.d.ts +17 -0
  99. package/types/icons/CloudArrowInRight.d.ts +1 -1
  100. package/types/icons/CloudArrowOutRight.d.ts +17 -0
  101. package/types/icons/CloudNodesInside.d.ts +1 -1
  102. package/types/icons/CogSquare.d.ts +17 -0
  103. package/types/icons/EraserUnderline.d.ts +2 -2
  104. package/types/icons/LayoutStacked.d.ts +17 -0
  105. package/types/icons/{MutipleFolders.d.ts → MultipleFolders.d.ts} +2 -2
  106. package/types/icons/WindowBellList.d.ts +17 -0
  107. package/types/icons/WindowPulse.d.ts +17 -0
  108. package/MutipleFolders.d.ts +0 -2
package/HeartRibbon.js CHANGED
@@ -103,7 +103,7 @@
103
103
  return n().createElement(n().Fragment, null, n().createElement("path", {
104
104
  fillRule: "evenodd",
105
105
  clipRule: "evenodd",
106
- d: "M14.8223 4.70256L12.7162 6.86399C12.528 7.05715 12.2697 7.16609 12 7.1661C11.7303 7.16611 11.4721 7.05719 11.2838 6.86405L9.17765 4.70295C8.63496 4.16284 7.82758 3.86108 6.97217 3.86108C6.11457 3.86108 5.30523 4.16439 4.76252 4.70711C3.63449 5.83514 3.63449 7.7191 4.76252 8.84713L7.668 11.7538L12 15.2191L16.332 11.7538L19.2373 8.84728C20.3654 7.71925 20.3655 5.83501 19.2375 4.70698C18.6947 4.16424 17.8854 3.86089 17.0278 3.86084C16.1724 3.86079 15.365 4.16249 14.8223 4.70256ZM16.8803 13.8763L13.4325 16.6343L15.4599 18.9996L19 18.9996V16.2803L16.8803 13.8763ZM10.5675 16.6343L7.11967 13.8763L4.99999 16.2803V18.9996H8.54005L10.5675 16.6343ZM5.62895 12.5429L3.3483 10.2613C1.43937 8.35225 1.43927 5.20192 3.3483 3.29289C4.32414 2.31706 5.67229 1.86108 6.97217 1.86108C8.27205 1.86108 9.6202 2.31706 10.596 3.29289L10.6051 3.30199L11.9999 4.73327L13.4039 3.29247C14.3797 2.31661 15.728 1.86077 17.0279 1.86084C18.3277 1.86091 19.6759 2.31696 20.6517 3.29277C22.5608 5.20185 22.5608 8.35227 20.6517 10.2613L18.371 12.5429L20.7501 15.2411C20.9111 15.4237 21 15.6589 21 15.9024V19.9996C21 20.5519 20.5523 20.9996 20 20.9996L15 20.9996C14.7081 20.9996 14.4307 20.8721 14.2407 20.6504L12 18.0362L9.75925 20.6504C9.56926 20.8721 9.29191 20.9996 8.99999 20.9996H3.99999C3.44771 20.9996 2.99999 20.5519 2.99999 19.9996V15.9024C2.99999 15.6589 3.08886 15.4237 3.24992 15.2411L5.62895 12.5429Z"
106
+ d: "M14.8224 4.70256L12.7162 6.86399C12.528 7.05715 12.2697 7.16609 12 7.1661C11.7303 7.16611 11.4721 7.05719 11.2839 6.86405L9.17766 4.70295C8.63497 4.16284 7.82758 3.86108 6.97218 3.86108C6.11458 3.86108 5.30524 4.16439 4.76253 4.70711C3.6345 5.83514 3.6345 7.7191 4.76253 8.84713L7.66801 11.7538L12 15.2191L16.332 11.7538L19.2373 8.84728C20.3654 7.71925 20.3655 5.83501 19.2375 4.70698C18.6947 4.16424 17.8854 3.86089 17.0278 3.86084C16.1724 3.86079 15.365 4.16249 14.8224 4.70256ZM16.8803 13.8763L13.4325 16.6343L15.4599 18.9996L19 18.9996V16.2803L16.8803 13.8763ZM10.5675 16.6343L7.11968 13.8763L5 16.2803V18.9996H8.54006L10.5675 16.6343ZM5.62896 12.5429L3.34831 10.2613C1.43938 8.35225 1.43928 5.20192 3.34831 3.29289C4.32415 2.31706 5.6723 1.86108 6.97218 1.86108C8.27206 1.86108 9.62021 2.31706 10.596 3.29289L10.6051 3.30199L11.9999 4.73327L13.4039 3.29247C14.3798 2.31661 15.728 1.86077 17.0279 1.86084C18.3278 1.86091 19.6759 2.31696 20.6517 3.29277C22.5608 5.20185 22.5608 8.35227 20.6517 10.2613L18.371 12.5429L20.7501 15.2411C20.9111 15.4237 21 15.6589 21 15.9024V19.9996C21 20.5519 20.5523 20.9996 20 20.9996L15 20.9996C14.7081 20.9996 14.4307 20.8721 14.2407 20.6504L12 18.0362L9.75926 20.6504C9.56927 20.8721 9.29192 20.9996 9 20.9996H4C3.44771 20.9996 3 20.5519 3 19.9996V15.9024C3 15.6589 3.08887 15.4237 3.24993 15.2411L5.62896 12.5429Z"
107
107
  }));
108
108
  }));
109
109
  c.set("filled", (function() {
package/KubernetesHelm.js CHANGED
@@ -103,7 +103,7 @@
103
103
  return C().createElement(C().Fragment, null, C().createElement("path", {
104
104
  fillRule: "evenodd",
105
105
  clipRule: "evenodd",
106
- d: "M12.0002 1.5C12.5523 1.50013 13.0002 1.94779 13.0002 2.5V4.06348C14.7724 4.28454 16.3638 5.08481 17.5802 6.26953L18.8039 5.29492C19.2356 4.95079 19.8648 5.02165 20.2092 5.45312C20.5534 5.88486 20.4826 6.51406 20.0509 6.8584L18.8293 7.83203C19.5717 9.04593 20.0002 10.4729 20.0002 12C20.0002 12.2669 19.9866 12.5308 19.9611 12.791L21.4845 13.1387C22.0228 13.2617 22.3603 13.7986 22.2375 14.3369C22.1145 14.8751 21.5775 15.2116 21.0392 15.0889L19.5177 14.7412C18.9176 16.3868 17.7913 17.7777 16.3439 18.7158L17.0236 20.125C17.2631 20.6225 17.0533 21.2203 16.5558 21.46C16.0583 21.6995 15.4605 21.4907 15.2209 20.9932L14.5422 19.585C13.7433 19.8526 12.8891 20 12.0002 20C11.1109 20 10.2563 19.8527 9.4572 19.585L8.77946 20.9932C8.53986 21.4907 7.94205 21.6994 7.4445 21.46C6.94696 21.2203 6.73809 20.6226 6.97771 20.125L7.65544 18.7158C6.20826 17.7777 5.0817 16.3867 4.48161 14.7412L2.9611 15.0889C2.42285 15.2117 1.88697 14.875 1.76384 14.3369C1.64095 13.7985 1.97738 13.2616 2.51579 13.1387L4.03825 12.79C4.01278 12.5302 4.00017 12.2666 4.00017 12C4.00017 10.473 4.42777 9.04586 5.17009 7.83203L3.94938 6.8584C3.51771 6.51403 3.44687 5.88488 3.79118 5.45312C4.13558 5.02162 4.76477 4.95067 5.19646 5.29492L6.41911 6.26953C7.63563 5.08455 9.22764 4.28453 11.0002 4.06348V2.5C11.0002 1.94775 11.4479 1.50005 12.0002 1.5ZM12.7795 15.9229C12.5273 15.9727 12.2669 16 12.0002 16C11.7328 16 11.4716 15.9729 11.2189 15.9229L10.3332 17.7637C10.8625 17.9165 11.4216 18 12.0002 18C12.5781 18 13.1364 17.9162 13.6652 17.7637L12.7795 15.9229ZM6.45329 14.29C6.88849 15.343 7.61535 16.2436 8.53239 16.8945L9.41814 15.0547C9.01927 14.7172 8.68762 14.3031 8.44548 13.835L6.45329 14.29ZM15.5539 13.835C15.3115 14.3034 14.9795 14.7171 14.5802 15.0547L15.467 16.8945C16.3842 16.2437 17.1108 15.3431 17.5461 14.29L15.5539 13.835ZM12.0002 10C10.8956 10 10.0002 10.8954 10.0002 12C10.0002 13.1046 10.8956 14 12.0002 14C13.1047 14 14.0002 13.1045 14.0002 12C14.0002 10.8955 13.1047 10 12.0002 10ZM15.6506 10.3662C15.8595 10.8325 15.9821 11.3454 15.9972 11.8857L17.9894 12.3408C17.9957 12.228 18.0002 12.1144 18.0002 12C18.0002 10.9449 17.7264 9.95419 17.2482 9.09277L15.6506 10.3662ZM6.75017 9.0918C6.27197 9.95321 6.00017 10.9449 6.00017 12C6.00017 12.1141 6.00365 12.2274 6.00993 12.3398L8.00212 11.8848C8.01739 11.3449 8.14002 10.8321 8.3488 10.3662L6.75017 9.0918ZM11.0002 6.08398C9.85805 6.27561 8.82554 6.78928 7.99919 7.5293L9.59587 8.80273C10.009 8.49156 10.4845 8.25868 11.0002 8.12598V6.08398ZM13.0002 8.12598C13.5154 8.25858 13.9906 8.49099 14.4035 8.80176L16.0002 7.5293C15.1739 6.78954 14.142 6.2756 13.0002 6.08398V8.12598Z"
106
+ d: "M12 1.5C12.5522 1.50013 13 1.94779 13 2.5V4.06348C14.7723 4.28454 16.3637 5.08481 17.5801 6.26953L18.8038 5.29492C19.2354 4.95079 19.8647 5.02165 20.209 5.45312C20.5532 5.88486 20.4824 6.51406 20.0508 6.8584L18.8291 7.83203C19.5716 9.04593 20 10.4729 20 12C20 12.2669 19.9865 12.5308 19.961 12.791L21.4844 13.1387C22.0227 13.2617 22.3602 13.7986 22.2373 14.3369C22.1143 14.8751 21.5774 15.2116 21.0391 15.0889L19.5176 14.7412C18.9174 16.3868 17.7912 17.7777 16.3438 18.7158L17.0235 20.125C17.263 20.6225 17.0531 21.2203 16.5557 21.46C16.0582 21.6995 15.4604 21.4907 15.2207 20.9932L14.542 19.585C13.7432 19.8526 12.889 20 12 20C11.1108 20 10.2561 19.8527 9.45708 19.585L8.77934 20.9932C8.53974 21.4907 7.94193 21.6994 7.44438 21.46C6.94684 21.2203 6.73797 20.6226 6.97758 20.125L7.65532 18.7158C6.20814 17.7777 5.08158 16.3867 4.48149 14.7412L2.96098 15.0889C2.42273 15.2117 1.88685 14.875 1.76372 14.3369C1.64083 13.7985 1.97726 13.2616 2.51567 13.1387L4.03813 12.79C4.01266 12.5302 4.00004 12.2666 4.00004 12C4.00004 10.473 4.42765 9.04586 5.16997 7.83203L3.94926 6.8584C3.51758 6.51403 3.44675 5.88488 3.79106 5.45312C4.13546 5.02162 4.76465 4.95067 5.19633 5.29492L6.41899 6.26953C7.63551 5.08455 9.22751 4.28453 11 4.06348V2.5C11 1.94775 11.4478 1.50005 12 1.5ZM12.7793 15.9229C12.5272 15.9727 12.2668 16 12 16C11.7327 16 11.4715 15.9729 11.2188 15.9229L10.3331 17.7637C10.8624 17.9165 11.4215 18 12 18C12.578 18 13.1362 17.9162 13.6651 17.7637L12.7793 15.9229ZM6.45317 14.29C6.88837 15.343 7.61523 16.2436 8.53227 16.8945L9.41801 15.0547C9.01915 14.7172 8.6875 14.3031 8.44536 13.835L6.45317 14.29ZM15.5538 13.835C15.3114 14.3034 14.9794 14.7171 14.5801 15.0547L15.4668 16.8945C16.3841 16.2437 17.1106 15.3431 17.5459 14.29L15.5538 13.835ZM12 10C10.8955 10 10 10.8954 10 12C10 13.1046 10.8955 14 12 14C13.1046 14 14 13.1045 14 12C14 10.8955 13.1046 10 12 10ZM15.6504 10.3662C15.8594 10.8325 15.982 11.3454 15.9971 11.8857L17.9893 12.3408C17.9956 12.228 18 12.1144 18 12C18 10.9449 17.7263 9.95419 17.2481 9.09277L15.6504 10.3662ZM6.75004 9.0918C6.27185 9.95321 6.00004 10.9449 6.00004 12C6.00004 12.1141 6.00353 12.2274 6.00981 12.3398L8.002 11.8848C8.01727 11.3449 8.13989 10.8321 8.34868 10.3662L6.75004 9.0918ZM11 6.08398C9.85793 6.27561 8.82541 6.78928 7.99907 7.5293L9.59575 8.80273C10.0089 8.49156 10.4844 8.25868 11 8.12598V6.08398ZM13 8.12598C13.5152 8.25858 13.9905 8.49099 14.4034 8.80176L16 7.5293C15.1738 6.78954 14.1419 6.2756 13 6.08398V8.12598Z"
107
107
  }));
108
108
  }));
109
109
  i.set("filled", (function() {
@@ -111,7 +111,7 @@
111
111
  return C().createElement(C().Fragment, null, C().createElement("path", {
112
112
  fillRule: "evenodd",
113
113
  clipRule: "evenodd",
114
- d: "M11.9999 1.5C12.5522 1.50004 12.9999 1.94774 12.9999 2.5V4.06348C14.7722 4.28452 16.3636 5.08481 17.58 6.26953L18.8036 5.29492C19.2353 4.9507 19.8645 5.02162 20.2089 5.45312C20.5532 5.8849 20.4824 6.51405 20.0507 6.8584L18.829 7.83203C19.5715 9.04594 19.9999 10.4728 19.9999 12C19.9999 12.2669 19.9864 12.5308 19.9609 12.791L21.4843 13.1387C22.0227 13.2616 22.3601 13.7985 22.2372 14.3369C22.1142 14.8751 21.5773 15.2117 21.039 15.0889L19.5175 14.7412C18.9173 16.3868 17.7911 17.7777 16.3437 18.7158L17.0234 20.125C17.263 20.6226 17.0531 21.2203 16.5556 21.46C16.058 21.6995 15.4602 21.4907 15.2206 20.9932L14.5429 19.585C13.7438 19.8528 12.8892 20 11.9999 20C11.1104 20 10.2553 19.8529 9.45598 19.585L8.77922 20.9932C8.5396 21.4907 7.94183 21.6995 7.44426 21.46C6.94672 21.2203 6.73784 20.6226 6.97746 20.125L7.6552 18.7158C6.20803 17.7777 5.08144 16.3867 4.48137 14.7412L2.96086 15.0889C2.42259 15.2117 1.88671 14.8751 1.76359 14.3369C1.6407 13.7985 1.97714 13.2616 2.51555 13.1387L4.03801 12.791C4.01247 12.5308 3.99992 12.2669 3.99992 12C3.99992 10.473 4.42754 9.04585 5.16984 7.83203L3.94914 6.8584C3.51746 6.51403 3.44663 5.88488 3.79094 5.45312C4.13533 5.02156 4.7645 4.95065 5.19621 5.29492L6.41887 6.26953C7.63538 5.08455 9.2274 4.28455 10.9999 4.06348V2.5C10.9999 1.94775 11.4477 1.50005 11.9999 1.5ZM8.74016 17.0361C9.15787 17.3071 9.61103 17.5273 10.0917 17.6885L10.9687 15.8652C10.4742 15.7336 10.0177 15.5096 9.61809 15.2129L8.74016 17.0361ZM14.3798 15.2139C13.9799 15.5105 13.5231 15.7339 13.0282 15.8652L13.9062 17.6885C14.3868 17.5275 14.84 17.3078 15.2577 17.0371L14.3798 15.2139ZM6.02922 12.5908C6.07901 13.1001 6.19216 13.5908 6.36125 14.0547L8.33488 13.6035C8.13753 13.1531 8.02078 12.6595 8.00285 12.1406L6.02922 12.5908ZM15.996 12.1416C15.978 12.6604 15.8604 13.1532 15.663 13.6035L17.6376 14.0547C17.8067 13.591 17.9198 13.1009 17.9696 12.5918L15.996 12.1416ZM11.9999 10C10.8954 10 9.99992 10.8954 9.99992 12C9.99992 13.1046 10.8954 14 11.9999 14C13.1045 14 13.9999 13.1046 13.9999 12C13.9999 10.8954 13.1045 10 11.9999 10ZM7.81438 7.70215C7.45588 8.05133 7.13941 8.44384 6.87688 8.87305L8.45988 10.1357C8.69618 9.68797 9.01538 9.2909 9.39641 8.96387L7.81438 7.70215ZM14.6015 8.96289C14.9828 9.2898 15.3015 9.687 15.538 10.1348L17.121 8.87305C16.8583 8.44377 16.5422 8.05134 16.1835 7.70215L14.6015 8.96289ZM11.9999 6C11.7459 6 11.4957 6.0172 11.2499 6.04785V8.07031C11.4929 8.02423 11.7436 8 11.9999 8C12.2563 8 12.507 8.02423 12.7499 8.07031V6.04785C12.5042 6.0172 12.254 6 11.9999 6Z"
114
+ d: "M12 1.5C12.5523 1.50004 13 1.94774 13 2.5V4.06348C14.7723 4.28452 16.3637 5.08481 17.5801 6.26953L18.8038 5.29492C19.2354 4.9507 19.8646 5.02162 20.209 5.45312C20.5533 5.8849 20.4826 6.51405 20.0508 6.8584L18.8291 7.83203C19.5716 9.04594 20 10.4728 20 12C20 12.2669 19.9865 12.5308 19.961 12.791L21.4844 13.1387C22.0228 13.2616 22.3602 13.7985 22.2373 14.3369C22.1143 14.8751 21.5774 15.2117 21.0391 15.0889L19.5176 14.7412C18.9174 16.3868 17.7912 17.7777 16.3438 18.7158L17.0235 20.125C17.2631 20.6226 17.0532 21.2203 16.5557 21.46C16.0581 21.6995 15.4604 21.4907 15.2207 20.9932L14.543 19.585C13.7439 19.8528 12.8893 20 12 20C11.1105 20 10.2554 19.8529 9.4561 19.585L8.77934 20.9932C8.53972 21.4907 7.94196 21.6995 7.44438 21.46C6.94684 21.2203 6.73797 20.6226 6.97758 20.125L7.65532 18.7158C6.20816 17.7777 5.08157 16.3867 4.48149 14.7412L2.96098 15.0889C2.42271 15.2117 1.88683 14.8751 1.76372 14.3369C1.64083 13.7985 1.97726 13.2616 2.51567 13.1387L4.03813 12.791C4.01259 12.5308 4.00004 12.2669 4.00004 12C4.00004 10.473 4.42767 9.04585 5.16997 7.83203L3.94926 6.8584C3.51758 6.51403 3.44675 5.88488 3.79106 5.45312C4.13545 5.02156 4.76462 4.95065 5.19633 5.29492L6.41899 6.26953C7.6355 5.08455 9.22753 4.28455 11 4.06348V2.5C11 1.94775 11.4478 1.50005 12 1.5ZM8.74028 17.0361C9.15799 17.3071 9.61115 17.5273 10.0918 17.6885L10.9688 15.8652C10.4743 15.7336 10.0178 15.5096 9.61821 15.2129L8.74028 17.0361ZM14.3799 15.2139C13.98 15.5105 13.5232 15.7339 13.0284 15.8652L13.9063 17.6885C14.3869 17.5275 14.8401 17.3078 15.2579 17.0371L14.3799 15.2139ZM6.02934 12.5908C6.07913 13.1001 6.19228 13.5908 6.36137 14.0547L8.33501 13.6035C8.13765 13.1531 8.0209 12.6595 8.00297 12.1406L6.02934 12.5908ZM15.9961 12.1416C15.9781 12.6604 15.8605 13.1532 15.6631 13.6035L17.6377 14.0547C17.8068 13.591 17.9199 13.1009 17.9698 12.5918L15.9961 12.1416ZM12 10C10.8955 10 10 10.8954 10 12C10 13.1046 10.8955 14 12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10ZM7.8145 7.70215C7.456 8.05133 7.13953 8.44384 6.877 8.87305L8.46001 10.1357C8.6963 9.68797 9.01551 9.2909 9.39653 8.96387L7.8145 7.70215ZM14.6016 8.96289C14.9829 9.2898 15.3016 9.687 15.5381 10.1348L17.1211 8.87305C16.8585 8.44377 16.5423 8.05134 16.1836 7.70215L14.6016 8.96289ZM12 6C11.746 6 11.4958 6.0172 11.25 6.04785V8.07031C11.493 8.02423 11.7437 8 12 8C12.2564 8 12.5071 8.02423 12.75 8.07031V6.04785C12.5043 6.0172 12.2541 6 12 6Z"
115
115
  }));
116
116
  }));
117
117
  var L = [ "default", "outlined", "filled" ];
package/LICENSE CHANGED
@@ -187,7 +187,7 @@
187
187
  same "printed page" as the copyright notice for easier
188
188
  identification within third-party archives.
189
189
 
190
- Copyright [yyyy] [name of copyright owner]
190
+ Copyright 2026 Cisco Systems, Inc.
191
191
 
192
192
  Licensed under the Apache License, Version 2.0 (the "License");
193
193
  you may not use this file except in compliance with the License.
@@ -111,7 +111,7 @@
111
111
  return n().createElement(n().Fragment, null, n().createElement("path", {
112
112
  fillRule: "evenodd",
113
113
  clipRule: "evenodd",
114
- d: "M3.56785 10.4139L5.94573 11.9992L3.56785 13.5844C2.67725 14.1782 2.67725 15.4868 3.56785 16.0806L11.1665 21.1463C11.6703 21.4822 12.3267 21.4822 12.8306 21.1463L20.4292 16.0806C21.3198 15.4868 21.3198 14.1782 20.4292 13.5844L18.0513 11.9992L20.4292 10.4139C21.3198 9.82018 21.3198 8.5115 20.4292 7.91776L12.8306 2.85202C12.3267 2.51612 11.6703 2.51612 11.1665 2.85202L3.56785 7.91776C2.67725 8.5115 2.67725 9.82018 3.56785 10.4139ZM11.9985 14.696L16.0437 11.9992L11.9985 9.30237L7.95332 11.9992L11.9985 14.696Z"
114
+ d: "M3.56797 10.4139L5.94585 11.9992L3.56797 13.5844C2.67738 14.1782 2.67737 15.4868 3.56797 16.0806L11.1666 21.1463C11.6704 21.4822 12.3268 21.4822 12.8307 21.1463L20.4293 16.0806C21.3199 15.4868 21.3199 14.1782 20.4293 13.5844L18.0514 11.9992L20.4293 10.4139C21.3199 9.82018 21.3199 8.5115 20.4293 7.91776L12.8307 2.85202C12.3268 2.51612 11.6704 2.51612 11.1666 2.85202L3.56797 7.91776C2.67738 8.5115 2.67737 9.82018 3.56797 10.4139ZM11.9986 14.696L16.0438 11.9992L11.9986 9.30237L7.95345 11.9992L11.9986 14.696Z"
115
115
  }));
116
116
  }));
117
117
  var d = [ "default", "outlined", "filled" ];
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/LayoutStacked';
2
+ export * from './types/icons/LayoutStacked';
@@ -0,0 +1,166 @@
1
+ /******/ (() => {
2
+ // webpackBootstrap
3
+ /******/ "use strict";
4
+ /******/ // The require scope
5
+ /******/ var e = {};
6
+ /******/
7
+ /************************************************************************/
8
+ /******/ /* webpack/runtime/compat get default export */
9
+ /******/ (() => {
10
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
11
+ /******/ e.n = t => {
12
+ /******/ var r = t && t.__esModule ?
13
+ /******/ () => t["default"]
14
+ /******/ : () => t
15
+ /******/;
16
+ e.d(r, {
17
+ a: r
18
+ });
19
+ /******/ return r;
20
+ /******/ };
21
+ /******/ })();
22
+ /******/
23
+ /******/ /* webpack/runtime/define property getters */
24
+ /******/ (() => {
25
+ /******/ // define getter functions for harmony exports
26
+ /******/ e.d = (t, r) => {
27
+ /******/ for (var n in r) {
28
+ /******/ if (e.o(r, n) && !e.o(t, n)) {
29
+ /******/ Object.defineProperty(t, n, {
30
+ enumerable: true,
31
+ get: r[n]
32
+ });
33
+ /******/ }
34
+ /******/ }
35
+ /******/ };
36
+ /******/ })();
37
+ /******/
38
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
39
+ /******/ (() => {
40
+ /******/ e.o = (e, t) => Object.prototype.hasOwnProperty.call(e, t)
41
+ /******/;
42
+ })();
43
+ /******/
44
+ /******/ /* webpack/runtime/make namespace object */
45
+ /******/ (() => {
46
+ /******/ // define __esModule on exports
47
+ /******/ e.r = e => {
48
+ /******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) {
49
+ /******/ Object.defineProperty(e, Symbol.toStringTag, {
50
+ value: "Module"
51
+ });
52
+ /******/ }
53
+ /******/ Object.defineProperty(e, "__esModule", {
54
+ value: true
55
+ });
56
+ /******/ };
57
+ /******/ })();
58
+ /******/
59
+ /************************************************************************/ var t = {};
60
+ // ESM COMPAT FLAG
61
+ e.r(t);
62
+ // EXPORTS
63
+ e.d(t, {
64
+ default: () => /* binding */ p
65
+ });
66
+ // CONCATENATED MODULE: external "react"
67
+ const r = require("react");
68
+ var n = e.n(r);
69
+ // CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
70
+ const l = require("@splunk/react-icons/IconProvider");
71
+ // CONCATENATED MODULE: external "@splunk/react-icons/SVG"
72
+ const a = require("@splunk/react-icons/SVG");
73
+ var o = e.n(a);
74
+ // CONCATENATED MODULE: ./src/icons/LayoutStacked.tsx
75
+ function u(e, t) {
76
+ if (null == e) return {};
77
+ var r, n, l = d(e, t);
78
+ if (Object.getOwnPropertySymbols) {
79
+ var a = Object.getOwnPropertySymbols(e);
80
+ for (n = 0; n < a.length; n++) {
81
+ r = a[n], -1 === t.indexOf(r) && {}.propertyIsEnumerable.call(e, r) && (l[r] = e[r]);
82
+ }
83
+ }
84
+ return l;
85
+ }
86
+ function d(e, t) {
87
+ if (null == e) return {};
88
+ var r = {};
89
+ for (var n in e) {
90
+ if ({}.hasOwnProperty.call(e, n)) {
91
+ if (-1 !== t.indexOf(n)) continue;
92
+ r[n] = e[n];
93
+ }
94
+ }
95
+ return r;
96
+ }
97
+ // This file is auto-generated.
98
+ // Do not edit this file manually. Changes will be lost upon regeneration.
99
+ // To modify the icon file template, update 'scripts/templates.ts'.
100
+ var i = new Map;
101
+ i.set("outlined", (function() {
102
+
103
+ return n().createElement(n().Fragment, null, n().createElement("path", {
104
+ fillRule: "evenodd",
105
+ clipRule: "evenodd",
106
+ d: "M10 16C10.5523 16 11 16.4477 11 17V19C11 19.5523 10.5523 20 10 20H4C3.44772 20 3 19.5523 3 19V17C3 16.4477 3.44772 16 4 16H10ZM5 17.6006V18.4004H9V17.6006H5Z"
107
+ }), n().createElement("path", {
108
+ fillRule: "evenodd",
109
+ clipRule: "evenodd",
110
+ d: "M20 12C20.5523 12 21 12.4477 21 13V19C21 19.5523 20.5523 20 20 20H14C13.4477 20 13 19.5523 13 19V13C13 12.4477 13.4477 12 14 12H20ZM15 18H19V14H15V18Z"
111
+ }), n().createElement("path", {
112
+ fillRule: "evenodd",
113
+ clipRule: "evenodd",
114
+ d: "M10 4C10.5523 4 11 4.44772 11 5V13C11 13.5523 10.5523 14 10 14H4C3.44772 14 3 13.5523 3 13V5C3 4.44772 3.44772 4 4 4H10ZM5 12H9V6H5V12Z"
115
+ }), n().createElement("path", {
116
+ fillRule: "evenodd",
117
+ clipRule: "evenodd",
118
+ d: "M20 4C20.5523 4 21 4.44772 21 5V9C21 9.55228 20.5523 10 20 10H14C13.4477 10 13 9.55228 13 9V5C13 4.44772 13.4477 4 14 4H20ZM15 8H19V6H15V8Z"
119
+ }));
120
+ }));
121
+ i.set("filled", (function() {
122
+
123
+ return n().createElement(n().Fragment, null, n().createElement("path", {
124
+ d: "M10 16C10.5523 16 11 16.4477 11 17V19C11 19.5523 10.5523 20 10 20H4C3.44772 20 3 19.5523 3 19V17C3 16.4477 3.44772 16 4 16H10Z"
125
+ }), n().createElement("path", {
126
+ d: "M20 12C20.5523 12 21 12.4477 21 13V19C21 19.5523 20.5523 20 20 20H14C13.4477 20 13 19.5523 13 19V13C13 12.4477 13.4477 12 14 12H20Z"
127
+ }), n().createElement("path", {
128
+ d: "M10 4C10.5523 4 11 4.44772 11 5V13C11 13.5523 10.5523 14 10 14H4C3.44772 14 3 13.5523 3 13V5C3 4.44772 3.44772 4 4 4H10Z"
129
+ }), n().createElement("path", {
130
+ d: "M20 4C20.5523 4 21 4.44772 21 5V9C21 9.55228 20.5523 10 20 10H14C13.4477 10 13 9.55228 13 9V5C13 4.44772 13.4477 4 14 4H20Z"
131
+ }));
132
+ }));
133
+ var c = [ "default", "outlined", "filled" ];
134
+ var f = function e(t) {
135
+ return c.indexOf(t) >= 0;
136
+ };
137
+ var v = function e(t) {
138
+ return t === "default" || t && !f(t) ? "outlined" : t;
139
+ };
140
+ /**
141
+ * @description Cisco AI Canvas icon, layout stacked container blocks
142
+ * @category Layouts
143
+ * @keywords dashboard studio, data visualization editor
144
+ * @variants outlined,filled
145
+ */ var C = function e(t) {
146
+ var a = t.children, d = t.variant, c = d === void 0 ? "default" : d, f = u(t, [ "children", "variant" ]);
147
+ var C = v(c);
148
+ var p = "layoutstacked-".concat(C);
149
+ var V = (0, r.useContext)(l.IconContext);
150
+ var s = i.get(C);
151
+ if (false) {}
152
+ if (V && s) {
153
+ var H = V.toRender, m = V.addIcon;
154
+ m(p, s());
155
+ if (!H) {
156
+ return null;
157
+ }
158
+ }
159
+
160
+ return n().createElement(o(), f, a, V ? n().createElement("use", {
161
+ href: "#".concat(p)
162
+ }) : !!s && s());
163
+ };
164
+ /* harmony default export */ const p = C;
165
+ module.exports = t;
166
+ /******/})();
package/Lightning.js CHANGED
@@ -103,7 +103,7 @@
103
103
  return n().createElement(n().Fragment, null, n().createElement("path", {
104
104
  fillRule: "evenodd",
105
105
  clipRule: "evenodd",
106
- d: "M10.5207 4L4.92065 12H9.82141C10.6811 12 11.2085 12.9419 10.7592 13.6749L8.3693 17.5737L18.0896 10H11.3566C10.3728 10 9.88379 8.80722 10.5845 8.11659L14.7609 4H10.5207ZM9.03148 2.63981C9.31217 2.23882 9.77086 2 10.2603 2H15.9805C17.322 2 17.9889 3.62652 17.0334 4.56829L13.5518 8H19.5448C20.9723 8 21.5928 9.8058 20.4667 10.6832L5.68574 22.2001C4.71982 22.9527 3.43189 21.8015 4.07183 20.7575L8.21409 14H3.96033C2.74679 14 2.03557 12.634 2.73148 11.6398L9.03148 2.63981Z"
106
+ d: "M10.5207 4L4.92066 12H9.82141C10.6811 12 11.2085 12.9419 10.7592 13.6749L8.36931 17.5737L18.0896 10H11.3566C10.3728 10 9.88379 8.80722 10.5845 8.11659L14.7609 4H10.5207ZM9.03148 2.63981C9.31217 2.23882 9.77086 2 10.2603 2H15.9805C17.322 2 17.9889 3.62652 17.0334 4.56829L13.5518 8H19.5448C20.9723 8 21.5928 9.8058 20.4667 10.6832L5.68574 22.2001C4.71983 22.9527 3.43189 21.8015 4.07183 20.7575L8.21409 14H3.96033C2.74679 14 2.03557 12.634 2.73148 11.6398L9.03148 2.63981Z"
107
107
  }));
108
108
  }));
109
109
  c.set("filled", (function() {
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/MultipleFolders';
2
+ export * from './types/icons/MultipleFolders';
@@ -71,7 +71,7 @@
71
71
  // CONCATENATED MODULE: external "@splunk/react-icons/SVG"
72
72
  const o = require("@splunk/react-icons/SVG");
73
73
  var a = e.n(o);
74
- // CONCATENATED MODULE: ./src/icons/MutipleFolders.tsx
74
+ // CONCATENATED MODULE: ./src/icons/MultipleFolders.tsx
75
75
  function u(e, r) {
76
76
  if (null == e) return {};
77
77
  var t, n, l = i(e, r);
@@ -129,7 +129,7 @@
129
129
  */ var C = function e(r) {
130
130
  var o = r.children, i = r.variant, d = i === void 0 ? "default" : i, f = u(r, [ "children", "variant" ]);
131
131
  var C = v(d);
132
- var s = "mutiplefolders-".concat(C);
132
+ var s = "multiplefolders-".concat(C);
133
133
  var V = (0, t.useContext)(l.IconContext);
134
134
  var p = c.get(C);
135
135
  if (false) {}
package/NodeFollowFour.js CHANGED
@@ -103,7 +103,7 @@
103
103
  return n().createElement(n().Fragment, null, n().createElement("path", {
104
104
  fillRule: "evenodd",
105
105
  clipRule: "evenodd",
106
- d: "M11.9491 3C11.3968 3 10.9491 3.44771 10.9491 4C10.9491 4.55228 11.3968 5 11.9491 5C12.5014 5 12.9491 4.55228 12.9491 4C12.9491 3.44771 12.5014 3 11.9491 3ZM8.9491 4C8.9491 2.34314 10.2922 1 11.9491 1C13.606 1 14.9491 2.34314 14.9491 4C14.9491 4.44955 14.8502 4.87601 14.673 5.25882L17.2222 7.80819C16.6583 8.17573 16.1732 8.65396 15.7976 9.21206L13.2767 6.69098C12.8765 6.88882 12.4258 7 11.9491 7C10.2922 7 8.9491 5.65685 8.9491 4ZM7.79777 6.78772L5.2767 9.309C4.87648 9.11117 4.42577 9 3.9491 9C2.29224 9 0.949097 10.3431 0.949097 12C0.949097 13.6568 2.29224 15 3.9491 15C5.60595 15 6.9491 13.6568 6.9491 12C6.9491 11.5504 6.85021 11.1239 6.67299 10.7411L9.22226 8.19166C8.65841 7.82409 8.1733 7.34584 7.79777 6.78772ZM3.9491 11C3.39681 11 2.9491 11.4477 2.9491 12C2.9491 12.5523 3.39681 13 3.9491 13C4.50138 13 4.9491 12.5523 4.9491 12C4.9491 11.4477 4.50138 11 3.9491 11ZM8.14006 14.7266C7.77253 15.2904 7.2943 15.7756 6.73621 16.1511L9.25782 18.6729C9.06016 19.073 8.9491 19.5235 8.9491 20C8.9491 21.6568 10.2922 23 11.9491 23C13.606 23 14.9491 21.6568 14.9491 20C14.9491 18.3431 13.606 17 11.9491 17C11.4993 17 11.0726 17.099 10.6897 17.2764L8.14006 14.7266ZM11.9491 19C11.3968 19 10.9491 19.4477 10.9491 20C10.9491 20.5523 11.3968 21 11.9491 21C12.5014 21 12.9491 20.5523 12.9491 20C12.9491 19.4477 12.5014 19 11.9491 19ZM18.9491 12C18.9491 11.4477 19.3968 11 19.9491 11C20.5014 11 20.9491 11.4477 20.9491 12C20.9491 12.5523 20.5014 13 19.9491 13C19.3968 13 18.9491 12.5523 18.9491 12ZM19.9491 9C18.2922 9 16.9491 10.3431 16.9491 12C16.9491 12.4764 17.0601 12.9268 17.2578 13.3269L14.7362 15.8486C15.2943 16.2242 15.7726 16.7093 16.1401 17.2732L18.6895 14.7235C19.0725 14.901 19.4992 15 19.9491 15C21.606 15 22.9491 13.6568 22.9491 12C22.9491 10.3431 21.606 9 19.9491 9Z"
106
+ d: "M11.9492 3C11.3969 3 10.9492 3.44771 10.9492 4C10.9492 4.55228 11.3969 5 11.9492 5C12.5015 5 12.9492 4.55228 12.9492 4C12.9492 3.44771 12.5015 3 11.9492 3ZM8.94922 4C8.94922 2.34314 10.2923 1 11.9492 1C13.6061 1 14.9492 2.34314 14.9492 4C14.9492 4.44955 14.8503 4.87601 14.6731 5.25882L17.2223 7.80819C16.6584 8.17573 16.1733 8.65396 15.7977 9.21206L13.2768 6.69098C12.8766 6.88882 12.4259 7 11.9492 7C10.2923 7 8.94922 5.65685 8.94922 4ZM7.79789 6.78772L5.27682 9.309C4.8766 9.11117 4.42589 9 3.94922 9C2.29236 9 0.949219 10.3431 0.949219 12C0.949219 13.6568 2.29236 15 3.94922 15C5.60607 15 6.94922 13.6568 6.94922 12C6.94922 11.5504 6.85033 11.1239 6.67311 10.7411L9.22238 8.19166C8.65853 7.82409 8.17342 7.34584 7.79789 6.78772ZM3.94922 11C3.39693 11 2.94922 11.4477 2.94922 12C2.94922 12.5523 3.39693 13 3.94922 13C4.5015 13 4.94922 12.5523 4.94922 12C4.94922 11.4477 4.5015 11 3.94922 11ZM8.14018 14.7266C7.77265 15.2904 7.29442 15.7756 6.73633 16.1511L9.25794 18.6729C9.06028 19.073 8.94922 19.5235 8.94922 20C8.94922 21.6568 10.2923 23 11.9492 23C13.6061 23 14.9492 21.6568 14.9492 20C14.9492 18.3431 13.6061 17 11.9492 17C11.4994 17 11.0727 17.099 10.6898 17.2764L8.14018 14.7266ZM11.9492 19C11.3969 19 10.9492 19.4477 10.9492 20C10.9492 20.5523 11.3969 21 11.9492 21C12.5015 21 12.9492 20.5523 12.9492 20C12.9492 19.4477 12.5015 19 11.9492 19ZM18.9492 12C18.9492 11.4477 19.3969 11 19.9492 11C20.5015 11 20.9492 11.4477 20.9492 12C20.9492 12.5523 20.5015 13 19.9492 13C19.3969 13 18.9492 12.5523 18.9492 12ZM19.9492 9C18.2923 9 16.9492 10.3431 16.9492 12C16.9492 12.4764 17.0602 12.9268 17.2579 13.3269L14.7363 15.8486C15.2944 16.2242 15.7727 16.7093 16.1402 17.2732L18.6896 14.7235C19.0726 14.901 19.4993 15 19.9492 15C21.6061 15 22.9492 13.6568 22.9492 12C22.9492 10.3431 21.6061 9 19.9492 9Z"
107
107
  }));
108
108
  }));
109
109
  i.set("filled", (function() {
package/Paperclip.js CHANGED
@@ -103,7 +103,7 @@
103
103
  return n().createElement(n().Fragment, null, n().createElement("path", {
104
104
  fillRule: "evenodd",
105
105
  clipRule: "evenodd",
106
- d: "M12.845 5.5208C10.8228 3.50079 7.5463 3.50164 5.5252 5.52271C3.50333 7.54455 3.50332 10.8226 5.52517 12.8445L10.9224 18.2417C11.3129 18.6322 11.3129 19.2654 10.9224 19.6559C10.5319 20.0464 9.89869 20.0464 9.50817 19.6559L4.11096 14.2587C1.30805 11.4558 1.30807 6.91137 4.111 4.10849C6.91285 1.30667 11.4552 1.30548 14.2585 4.10584L20.4993 10.3401C22.5017 12.3404 22.5026 15.5856 20.5012 17.5869C18.5015 19.5866 15.2598 19.5877 13.2587 17.5894L7.06877 11.4078C5.8714 10.212 5.87074 8.27182 7.06731 7.07526C8.2633 5.87926 10.2024 5.87926 11.3984 7.07526L16.7432 12.42C17.1337 12.8106 17.1337 13.4437 16.7432 13.8343C16.3526 14.2248 15.7195 14.2248 15.329 13.8343L9.98417 8.48947C9.56922 8.07453 8.89646 8.07453 8.48152 8.48947C8.06638 8.90461 8.06661 9.57776 8.48203 9.99262L14.672 16.1742C15.8918 17.3924 17.868 17.3917 19.087 16.1727C20.307 14.9527 20.3065 12.9745 19.0858 11.7551L12.845 5.5208Z"
106
+ d: "M12.8449 5.5208C10.8228 3.50079 7.54624 3.50164 5.52514 5.52271C3.50327 7.54455 3.50326 10.8226 5.52511 12.8445L10.9223 18.2417C11.3128 18.6322 11.3128 19.2654 10.9223 19.6559C10.5318 20.0464 9.89863 20.0464 9.50811 19.6559L4.1109 14.2587C1.30799 11.4558 1.30801 6.91137 4.11094 4.10849C6.91279 1.30667 11.4551 1.30548 14.2584 4.10584L20.4992 10.3401C22.5017 12.3404 22.5025 15.5856 20.5012 17.5869C18.5015 19.5866 15.2597 19.5877 13.2587 17.5894L7.06871 11.4078C5.87134 10.212 5.87068 8.27182 7.06725 7.07526C8.26324 5.87926 10.2023 5.87926 11.3983 7.07526L16.7431 12.42C17.1336 12.8106 17.1336 13.4437 16.7431 13.8343C16.3526 14.2248 15.7194 14.2248 15.3289 13.8343L9.98411 8.48947C9.56916 8.07453 8.8964 8.07453 8.48146 8.48947C8.06632 8.90461 8.06654 9.57776 8.48197 9.99262L14.6719 16.1742C15.8917 17.3924 17.8679 17.3917 19.0869 16.1727C20.307 14.9527 20.3065 12.9745 19.0858 11.7551L12.8449 5.5208Z"
107
107
  }));
108
108
  }));
109
109
  var d = [ "default", "outlined" ];
@@ -101,19 +101,19 @@
101
101
  i.set("outlined", (function() {
102
102
 
103
103
  return n().createElement(n().Fragment, null, n().createElement("path", {
104
- d: "M19.6364 7.23012C19.1943 6.59016 18.6572 6.01919 18.0421 5.53764L17.6242 5.21049C16.3886 5.25416 15.1736 5.55002 14.0546 6.08117L13.6538 6.27139C12.9844 6.58914 12.3486 6.97348 11.7562 7.41859L11.3906 7.69327L9.96224 6.26492L10.0052 6.23258L10.5549 5.81959C11.2546 5.29385 12.0055 4.8399 12.7962 4.46459L13.197 4.27437C14.6806 3.57019 16.3023 3.20485 17.9445 3.20483C18.1792 3.20483 18.4071 3.28344 18.592 3.42813L19.275 3.96283C20.3441 4.79981 21.2261 5.85141 21.8643 7.0499C22.1218 7.53362 21.9614 8.13413 21.4969 8.42494L17.2226 11.101C16.7521 11.3955 16.1405 11.3255 15.7488 10.9322L14.7124 9.89149C14.6665 9.8454 14.5951 9.83635 14.5391 9.86957C14.3367 9.9897 14.1378 10.115 13.9426 10.2453L12.5044 8.80704C12.8329 8.57511 13.1711 8.35576 13.5184 8.14966C14.3618 7.64908 15.4375 7.78531 16.1295 8.48019L16.7095 9.06259L19.6364 7.23012Z"
104
+ d: "M19.6364 7.23012C19.1943 6.59016 18.6572 6.01919 18.0421 5.53764L17.6242 5.21049C16.3885 5.25416 15.1736 5.55002 14.0546 6.08117L13.6538 6.27139C12.9844 6.58914 12.3486 6.97348 11.7562 7.41859L11.3906 7.69327L9.96223 6.26492L10.0051 6.23258L10.5549 5.81959C11.2546 5.29385 12.0055 4.8399 12.7962 4.46459L13.197 4.27437C14.6806 3.57019 16.3022 3.20485 17.9445 3.20483C18.1792 3.20483 18.4071 3.28344 18.592 3.42813L19.275 3.96283C20.3441 4.79981 21.2261 5.85141 21.8642 7.0499C22.1218 7.53362 21.9613 8.13413 21.4969 8.42494L17.2226 11.101C16.7521 11.3955 16.1405 11.3255 15.7488 10.9322L14.7124 9.89149C14.6665 9.84541 14.5951 9.83635 14.5391 9.86958C14.3367 9.98971 14.1378 10.115 13.9426 10.2453L12.5043 8.80704C12.8329 8.57511 13.1711 8.35576 13.5184 8.14966C14.3618 7.64908 15.4375 7.78531 16.1295 8.48019L16.7095 9.06259L19.6364 7.23012Z"
105
105
  }), n().createElement("path", {
106
106
  fillRule: "evenodd",
107
107
  clipRule: "evenodd",
108
- d: "M7.30018 8.71413L4.2934 5.70735C3.90287 5.31683 3.90287 4.68366 4.2934 4.29314C4.68392 3.90261 5.31709 3.90261 5.70761 4.29314L19.7076 18.2931C20.0981 18.6837 20.0981 19.3168 19.7076 19.7074C19.3171 20.0979 18.6839 20.0979 18.2934 19.7074L11.2337 12.6477C10.7337 13.2313 10.2834 13.8592 9.88924 14.5253C9.85623 14.5811 9.86517 14.6522 9.91097 14.6981L10.9534 15.7423C11.3446 16.1341 11.4139 16.7439 11.1207 17.2136L8.44843 21.4939C8.15712 21.9605 7.55397 22.1215 7.0688 21.862C5.8783 21.2253 4.82814 20.3555 3.98089 19.3044L3.41877 18.607C3.26879 18.4209 3.18696 18.189 3.18696 17.9499C3.18696 16.4502 3.50977 14.9681 4.13346 13.6042L4.4358 12.9431C4.84473 12.0488 5.34815 11.2009 5.93747 10.4138L6.25696 9.98706C6.58626 9.54722 6.93438 9.12254 7.30018 8.71413ZM9.8159 11.2298C9.20002 11.934 8.64792 12.6958 8.16801 13.5068C7.6703 14.3479 7.805 15.4193 8.49555 16.1111L9.08354 16.7001L7.25087 19.6355C6.60726 19.1936 6.02996 18.6596 5.53803 18.0493L5.19334 17.6217C5.23611 16.5215 5.49355 15.4392 5.95231 14.436L6.25464 13.7748C6.60426 13.0103 7.03465 12.2854 7.53848 11.6124L7.85797 11.1857C8.13013 10.8222 8.41666 10.4703 8.71679 10.1307L9.8159 11.2298Z"
108
+ d: "M7.30017 8.71414L4.29339 5.70735C3.90286 5.31683 3.90286 4.68366 4.29339 4.29314C4.68391 3.90261 5.31707 3.90261 5.7076 4.29314L19.7076 18.2931C20.0981 18.6837 20.0981 19.3168 19.7076 19.7074C19.3171 20.0979 18.6839 20.0979 18.2934 19.7074L11.2337 12.6477C10.7336 13.2313 10.2834 13.8592 9.88923 14.5253C9.85622 14.5811 9.86516 14.6522 9.91096 14.6981L10.9534 15.7423C11.3446 16.1341 11.4139 16.7439 11.1207 17.2136L8.44842 21.4939C8.1571 21.9605 7.55396 22.1215 7.06878 21.862C5.87829 21.2253 4.82812 20.3555 3.98088 19.3044L3.41875 18.607C3.26878 18.4209 3.18695 18.189 3.18695 17.9499C3.18695 16.4502 3.50976 14.9681 4.13345 13.6042L4.43579 12.9431C4.84472 12.0488 5.34814 11.2009 5.93746 10.4138L6.25695 9.98706C6.58625 9.54722 6.93436 9.12254 7.30017 8.71414ZM9.81589 11.2299C9.20001 11.934 8.6479 12.6958 8.168 13.5068C7.67028 14.3479 7.80499 15.4193 8.49554 16.1111L9.08353 16.7001L7.25086 19.6355C6.60725 19.1936 6.02994 18.6596 5.53802 18.0493L5.19333 17.6217C5.2361 16.5215 5.49354 15.4392 5.95229 14.436L6.25463 13.7748C6.60424 13.0103 7.03464 12.2854 7.53847 11.6124L7.85796 11.1857C8.13011 10.8222 8.41665 10.4703 8.71678 10.1307L9.81589 11.2299Z"
109
109
  }));
110
110
  }));
111
111
  i.set("filled", (function() {
112
112
 
113
113
  return n().createElement(n().Fragment, null, n().createElement("path", {
114
- d: "M21.4225 7.28465C21.5566 7.53661 21.4731 7.84942 21.2311 8.0009L16.9568 10.677C16.6842 10.8477 16.3297 10.8071 16.1027 10.5791L15.0662 9.53842C14.8588 9.33014 14.5364 9.28929 14.2835 9.43935C14.0448 9.58101 13.8109 9.7296 13.5819 9.88487L10.3188 6.62175L10.8548 6.21909C11.5277 5.71352 12.2498 5.27697 13.0102 4.91605L13.411 4.72582C14.8276 4.05345 16.376 3.70461 17.9441 3.70459C18.067 3.70459 18.1865 3.74578 18.2833 3.82159L18.9663 4.35629C19.9805 5.15024 20.8172 6.14777 21.4225 7.28465Z"
114
+ d: "M21.4225 7.28465C21.5566 7.53661 21.4731 7.84942 21.2311 8.0009L16.9568 10.677C16.6842 10.8477 16.3297 10.8071 16.1027 10.5791L15.0662 9.53842C14.8588 9.33014 14.5363 9.28929 14.2835 9.43935C14.0448 9.58101 13.8109 9.7296 13.5819 9.88487L10.3188 6.62175L10.8548 6.21909C11.5277 5.71352 12.2498 5.27697 13.0102 4.91605L13.411 4.72582C14.8276 4.05345 16.376 3.70461 17.944 3.70459C18.067 3.70459 18.1865 3.74578 18.2833 3.82159L18.9663 4.35629C19.9805 5.15024 20.8172 6.14777 21.4225 7.28465Z"
115
115
  }), n().createElement("path", {
116
- d: "M7.65382 9.06803C7.30447 9.45924 6.97178 9.86573 6.65677 10.2865L6.33729 10.7132C5.76934 11.4718 5.28418 12.289 4.89008 13.1508L4.58774 13.8119C3.99389 15.1105 3.68653 16.5217 3.68653 17.9497C3.68653 18.0746 3.72929 18.1958 3.80766 18.293L4.36974 18.9904C5.17487 19.9893 6.17284 20.8158 7.30415 21.4209C7.55725 21.5563 7.8719 21.4722 8.02387 21.2288L10.6961 16.9486C10.8662 16.6762 10.826 16.3225 10.5991 16.0953L9.55668 15.0511C9.34969 14.8437 9.30931 14.5226 9.4585 14.2705C9.8741 13.5681 10.3498 12.9067 10.8787 12.2929L18.2929 19.7071C18.6834 20.0976 19.3166 20.0976 19.7071 19.7071C20.0976 19.3166 20.0976 18.6834 19.7071 18.2929L5.70711 4.29289C5.31658 3.90237 4.68342 3.90237 4.29289 4.29289C3.90237 4.68342 3.90237 5.31658 4.29289 5.70711L7.65382 9.06803Z"
116
+ d: "M7.65381 9.06803C7.30447 9.45924 6.97178 9.86573 6.65677 10.2865L6.33728 10.7132C5.76934 11.4718 5.28417 12.289 4.89007 13.1508L4.58773 13.8119C3.99389 15.1105 3.68652 16.5217 3.68652 17.9497C3.68652 18.0746 3.72928 18.1958 3.80765 18.293L4.36974 18.9904C5.17487 19.9893 6.17283 20.8158 7.30415 21.4209C7.55725 21.5563 7.8719 21.4722 8.02387 21.2288L10.6961 16.9486C10.8662 16.6762 10.826 16.3225 10.5991 16.0953L9.55668 15.0511C9.34969 14.8437 9.30931 14.5226 9.45849 14.2705C9.87409 13.5681 10.3497 12.9067 10.8787 12.2929L18.2929 19.7071C18.6834 20.0976 19.3166 20.0976 19.7071 19.7071C20.0976 19.3166 20.0976 18.6834 19.7071 18.2929L5.7071 4.29289C5.31658 3.90237 4.68341 3.90237 4.29289 4.29289C3.90237 4.68342 3.90237 5.31658 4.29289 5.70711L7.65381 9.06803Z"
117
117
  }));
118
118
  }));
119
119
  var c = [ "default", "outlined", "filled" ];
@@ -113,7 +113,7 @@
113
113
  return n().createElement(n().Fragment, null, n().createElement("path", {
114
114
  fillRule: "evenodd",
115
115
  clipRule: "evenodd",
116
- d: "M1.99982 4C1.99982 3.44772 2.44753 3 2.99982 3L16.9998 3C17.5521 3 17.9998 3.44772 17.9998 4V9.99999C17.9998 10.5523 17.5521 11 16.9998 11L10.9997 11L10.9998 13L20.9998 13C21.265 13 21.5194 13.1054 21.7069 13.2929C21.8945 13.4804 21.9998 13.7348 21.9998 14L21.9998 20C21.9998 20.5523 21.5521 21 20.9998 21L7.99982 21C7.44753 21 6.99982 20.5523 6.99982 20L6.99982 14C6.99982 13.4477 7.44753 13 7.99982 13H8.99978L8.99974 11H2.99982C2.44753 11 1.99982 10.5523 1.99982 9.99999L1.99982 4ZM9.01002 6.21721C9.55672 5.67044 10.4431 5.67039 10.9899 6.21709L12.6366 7.86356C12.9881 8.21501 12.9881 8.78486 12.6366 9.13635C12.2852 9.48784 11.7153 9.48788 11.3638 9.13642L10.8999 8.67251L10.8998 11L9.09975 10.9999L9.09989 8.67306L8.63664 9.13635C8.28519 9.48784 7.71534 9.48788 7.36385 9.13642C7.01236 8.78497 7.01233 8.21512 7.36378 7.86363L9.01002 6.21721Z"
116
+ d: "M1.99985 4C1.99985 3.44772 2.44756 3 2.99985 3L16.9998 3C17.5521 3 17.9998 3.44772 17.9998 4V9.99999C17.9998 10.5523 17.5521 11 16.9998 11L10.9998 11L10.9998 13L20.9998 13C21.2651 13 21.5194 13.1054 21.707 13.2929C21.8945 13.4804 21.9998 13.7348 21.9998 14L21.9998 20C21.9998 20.5523 21.5521 21 20.9998 21L7.99985 21C7.44756 21 6.99985 20.5523 6.99985 20L6.99985 14C6.99985 13.4477 7.44756 13 7.99985 13H8.99981L8.99977 11H2.99985C2.44756 11 1.99985 10.5523 1.99985 9.99999L1.99985 4ZM9.01005 6.21721C9.55675 5.67044 10.4432 5.67039 10.9899 6.21709L12.6366 7.86356C12.9881 8.21501 12.9881 8.78486 12.6367 9.13635C12.2852 9.48784 11.7154 9.48788 11.3639 9.13642L10.8999 8.67251L10.8998 11L9.09978 10.9999L9.09992 8.67306L8.63667 9.13635C8.28522 9.48784 7.71537 9.48788 7.36388 9.13642C7.01239 8.78497 7.01236 8.21512 7.36381 7.86363L9.01005 6.21721Z"
117
117
  }));
118
118
  }));
119
119
  var d = [ "default", "outlined", "filled" ];
@@ -103,19 +103,19 @@
103
103
  return n().createElement(n().Fragment, null, n().createElement("path", {
104
104
  fillRule: "evenodd",
105
105
  clipRule: "evenodd",
106
- d: "M8.72563 10.5566C9.08398 10.568 9.40899 10.7703 9.5772 11.0869L11.4668 14.6416C11.6346 14.9575 11.6207 15.3396 11.4307 15.6426L8.3604 20.5322C8.17743 20.8233 7.85754 20.9999 7.51372 21H3.50005C3.13788 21 2.80377 20.8044 2.627 20.4883C2.4503 20.1721 2.45881 19.7851 2.64848 19.4766L7.84282 11.0312L7.91997 10.9229C8.11516 10.6839 8.41229 10.5469 8.72563 10.5566ZM5.28911 19H6.96098L9.42876 15.0684L8.63091 13.5664L5.28911 19Z"
106
+ d: "M8.72576 10.5566C9.0841 10.568 9.40911 10.7703 9.57732 11.0869L11.467 14.6416C11.6347 14.9575 11.6208 15.3396 11.4308 15.6426L8.36052 20.5322C8.17755 20.8233 7.85766 20.9999 7.51384 21H3.50017C3.13801 21 2.80389 20.8044 2.62712 20.4883C2.45043 20.1721 2.45893 19.7851 2.64861 19.4766L7.84294 11.0312L7.92009 10.9229C8.11528 10.6839 8.41241 10.5469 8.72576 10.5566ZM5.28923 19H6.96111L9.42888 15.0684L8.63103 13.5664L5.28923 19Z"
107
107
  }), n().createElement("path", {
108
108
  fillRule: "evenodd",
109
109
  clipRule: "evenodd",
110
- d: "M11.6661 3.00977C11.9853 3.05458 12.2673 3.25202 12.417 3.54395L18.7481 15.8887H20.4991C21.0512 15.8887 21.499 16.3365 21.4991 16.8887V20C21.4991 20.5523 21.0513 21 20.4991 21H16.2491C15.8799 21 15.5411 20.7964 15.3672 20.4707L9.0352 8.59766L6.7852 8.55566C6.2407 8.54503 5.80479 8.10031 5.80473 7.55566V4C5.80473 3.44772 6.25245 3 6.80473 3H11.5274L11.6661 3.00977ZM7.80473 6.57422L9.6602 6.61035L9.79399 6.62207C10.1023 6.66987 10.3743 6.85985 10.5235 7.13965L16.8497 19H19.4991V17.8887H18.1377C17.7629 17.8886 17.4193 17.6792 17.2481 17.3457L10.9161 5H7.80473V6.57422Z"
110
+ d: "M11.6662 3.00977C11.9854 3.05458 12.2674 3.25202 12.4172 3.54395L18.7482 15.8887H20.4992C21.0514 15.8887 21.4991 16.3365 21.4992 16.8887V20C21.4992 20.5523 21.0514 21 20.4992 21H16.2492C15.88 21 15.5412 20.7964 15.3674 20.4707L9.03533 8.59766L6.78533 8.55566C6.24082 8.54503 5.80491 8.10031 5.80486 7.55566V4C5.80486 3.44772 6.25257 3 6.80486 3H11.5275L11.6662 3.00977ZM7.80486 6.57422L9.66033 6.61035L9.79411 6.62207C10.1024 6.66987 10.3744 6.85985 10.5236 7.13965L16.8498 19H19.4992V17.8887H18.1379C17.763 17.8886 17.4194 17.6792 17.2482 17.3457L10.9162 5H7.80486V6.57422Z"
111
111
  }));
112
112
  }));
113
113
  c.set("filled", (function() {
114
114
 
115
115
  return n().createElement(n().Fragment, null, n().createElement("path", {
116
- d: "M8.72563 10.5566C9.08398 10.568 9.40899 10.7703 9.5772 11.0869L11.4668 14.6416C11.6346 14.9575 11.6207 15.3396 11.4307 15.6426L8.3604 20.5322C8.17743 20.8233 7.85754 20.9999 7.51372 21H3.50005C3.13788 21 2.80377 20.8044 2.627 20.4883C2.4503 20.1721 2.45881 19.7851 2.64848 19.4766L7.84282 11.0312L7.91997 10.9229C8.11516 10.6839 8.41229 10.5469 8.72563 10.5566Z"
116
+ d: "M8.72576 10.5566C9.0841 10.568 9.40911 10.7703 9.57732 11.0869L11.467 14.6416C11.6347 14.9575 11.6208 15.3396 11.4308 15.6426L8.36052 20.5322C8.17755 20.8233 7.85766 20.9999 7.51384 21H3.50017C3.13801 21 2.80389 20.8044 2.62712 20.4883C2.45043 20.1721 2.45893 19.7851 2.64861 19.4766L7.84294 11.0312L7.92009 10.9229C8.11528 10.6839 8.41241 10.5469 8.72576 10.5566Z"
117
117
  }), n().createElement("path", {
118
- d: "M11.668 3.00977C11.9873 3.05458 12.2693 3.25202 12.419 3.54395L18.75 15.8887H20.501C21.0532 15.8887 21.5009 16.3365 21.501 16.8887V20C21.501 20.5523 21.0533 21 20.501 21H16.251C15.8819 21 15.543 20.7964 15.3692 20.4707L9.03716 8.59766L6.78716 8.55566C6.24265 8.54503 5.80675 8.10031 5.80669 7.55566V4C5.80669 3.44772 6.2544 3 6.80669 3H11.5293L11.668 3.00977Z"
118
+ d: "M11.6681 3.00977C11.9874 3.05458 12.2694 3.25202 12.4191 3.54395L18.7502 15.8887H20.5011C21.0533 15.8887 21.501 16.3365 21.5011 16.8887V20C21.5011 20.5523 21.0534 21 20.5011 21H16.2511C15.882 21 15.5431 20.7964 15.3693 20.4707L9.03728 8.59766L6.78728 8.55566C6.24277 8.54503 5.80687 8.10031 5.80681 7.55566V4C5.80681 3.44772 6.25453 3 6.80681 3H11.5295L11.6681 3.00977Z"
119
119
  }));
120
120
  }));
121
121
  var d = [ "default", "outlined", "filled" ];
@@ -103,9 +103,9 @@
103
103
  return n().createElement(n().Fragment, null, n().createElement("path", {
104
104
  fillRule: "evenodd",
105
105
  clipRule: "evenodd",
106
- d: "M3.70751 3.29289C3.31699 2.90237 2.68382 2.90237 2.2933 3.29289C1.90277 3.68342 1.90277 4.31658 2.2933 4.70711L3.99818 6.41199C2.92193 7.05555 1.90648 7.84008 0.978469 8.76559L0.97448 8.76959L0.963284 8.78077C0.583516 9.17563 0.579325 9.81101 0.977427 10.2091L11.2801 20.5118C11.6785 20.9101 12.3243 20.9101 12.7226 20.5118L15.4103 17.8241L18.2933 20.7071C18.6838 21.0976 19.317 21.0976 19.7075 20.7071C20.098 20.3166 20.098 19.6834 19.7075 19.2929L3.70751 3.29289ZM11.5519 13.9657L9.14323 11.557C8.22917 11.8725 7.35702 12.344 6.56822 12.9715L8.61758 15.0208C9.50081 14.3963 10.5179 14.0446 11.5519 13.9657ZM7.60337 10.0172L5.46377 7.87758C4.63713 8.33063 3.84757 8.87592 3.1102 9.51345L5.14648 11.5497C5.90721 10.9176 6.73471 10.4068 7.60337 10.0172ZM10.064 16.4673L12.0014 18.4046L13.9387 16.4673C12.7441 15.7756 11.2587 15.7756 10.064 16.4673Z"
106
+ d: "M3.70752 3.29289C3.31699 2.90237 2.68383 2.90237 2.2933 3.29289C1.90278 3.68342 1.90278 4.31658 2.2933 4.70711L3.99819 6.41199C2.92193 7.05555 1.90648 7.84008 0.978477 8.76559L0.974488 8.76959L0.963292 8.78077C0.583523 9.17563 0.579333 9.81101 0.977435 10.2091L11.2801 20.5118C11.6785 20.9101 12.3243 20.9101 12.7226 20.5118L15.4103 17.8241L18.2933 20.7071C18.6838 21.0976 19.317 21.0976 19.7075 20.7071C20.098 20.3166 20.098 19.6834 19.7075 19.2929L3.70752 3.29289ZM11.5519 13.9657L9.14323 11.557C8.22918 11.8725 7.35703 12.344 6.56823 12.9715L8.61759 15.0208C9.50082 14.3963 10.5179 14.0446 11.5519 13.9657ZM7.60338 10.0172L5.46378 7.87758C4.63714 8.33063 3.84758 8.87592 3.11021 9.51345L5.14649 11.5497C5.90721 10.9176 6.73472 10.4068 7.60338 10.0172ZM10.064 16.4673L12.0014 18.4046L13.9387 16.4673C12.7441 15.7756 11.2587 15.7756 10.064 16.4673Z"
107
107
  }), n().createElement("path", {
108
- d: "M18.8563 11.5497C16.9282 9.94758 14.5711 9.12449 12.2022 9.08047L14.5909 11.4692C15.6027 11.782 16.5688 12.2828 17.4345 12.9715L16.7639 13.6421L18.1781 15.0564L23.0253 10.2091C23.4235 9.81096 23.4191 9.17573 23.0393 8.78091L23.0283 8.76959L23.0243 8.76559C18.9191 4.67142 13.1026 3.33603 7.88115 4.75942L9.55143 6.42971C13.4907 5.71251 17.6852 6.74043 20.8926 9.51345L18.8563 11.5497Z"
108
+ d: "M18.8563 11.5497C16.9282 9.94758 14.5711 9.12449 12.2022 9.08047L14.5909 11.4692C15.6027 11.782 16.5688 12.2828 17.4345 12.9715L16.7639 13.6421L18.1781 15.0564L23.0253 10.2091C23.4235 9.81096 23.4191 9.17573 23.0393 8.78091L23.0283 8.76959L23.0243 8.76559C18.9191 4.67142 13.1027 3.33603 7.88116 4.75942L9.55144 6.42971C13.4907 5.71251 17.6852 6.74043 20.8926 9.51345L18.8563 11.5497Z"
109
109
  }));
110
110
  }));
111
111
  c.set("filled", (function() {
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/WindowBellList';
2
+ export * from './types/icons/WindowBellList';
@@ -0,0 +1,160 @@
1
+ /******/ (() => {
2
+ // webpackBootstrap
3
+ /******/ "use strict";
4
+ /******/ // The require scope
5
+ /******/ var e = {};
6
+ /******/
7
+ /************************************************************************/
8
+ /******/ /* webpack/runtime/compat get default export */
9
+ /******/ (() => {
10
+ /******/ // getDefaultExport function for compatibility with non-harmony modules
11
+ /******/ e.n = t => {
12
+ /******/ var r = t && t.__esModule ?
13
+ /******/ () => t["default"]
14
+ /******/ : () => t
15
+ /******/;
16
+ e.d(r, {
17
+ a: r
18
+ });
19
+ /******/ return r;
20
+ /******/ };
21
+ /******/ })();
22
+ /******/
23
+ /******/ /* webpack/runtime/define property getters */
24
+ /******/ (() => {
25
+ /******/ // define getter functions for harmony exports
26
+ /******/ e.d = (t, r) => {
27
+ /******/ for (var n in r) {
28
+ /******/ if (e.o(r, n) && !e.o(t, n)) {
29
+ /******/ Object.defineProperty(t, n, {
30
+ enumerable: true,
31
+ get: r[n]
32
+ });
33
+ /******/ }
34
+ /******/ }
35
+ /******/ };
36
+ /******/ })();
37
+ /******/
38
+ /******/ /* webpack/runtime/hasOwnProperty shorthand */
39
+ /******/ (() => {
40
+ /******/ e.o = (e, t) => Object.prototype.hasOwnProperty.call(e, t)
41
+ /******/;
42
+ })();
43
+ /******/
44
+ /******/ /* webpack/runtime/make namespace object */
45
+ /******/ (() => {
46
+ /******/ // define __esModule on exports
47
+ /******/ e.r = e => {
48
+ /******/ if (typeof Symbol !== "undefined" && Symbol.toStringTag) {
49
+ /******/ Object.defineProperty(e, Symbol.toStringTag, {
50
+ value: "Module"
51
+ });
52
+ /******/ }
53
+ /******/ Object.defineProperty(e, "__esModule", {
54
+ value: true
55
+ });
56
+ /******/ };
57
+ /******/ })();
58
+ /******/
59
+ /************************************************************************/ var t = {};
60
+ // ESM COMPAT FLAG
61
+ e.r(t);
62
+ // EXPORTS
63
+ e.d(t, {
64
+ default: () => /* binding */ p
65
+ });
66
+ // CONCATENATED MODULE: external "react"
67
+ const r = require("react");
68
+ var n = e.n(r);
69
+ // CONCATENATED MODULE: external "@splunk/react-icons/IconProvider"
70
+ const l = require("@splunk/react-icons/IconProvider");
71
+ // CONCATENATED MODULE: external "@splunk/react-icons/SVG"
72
+ const a = require("@splunk/react-icons/SVG");
73
+ var o = e.n(a);
74
+ // CONCATENATED MODULE: ./src/icons/WindowBellList.tsx
75
+ function u(e, t) {
76
+ if (null == e) return {};
77
+ var r, n, l = C(e, t);
78
+ if (Object.getOwnPropertySymbols) {
79
+ var a = Object.getOwnPropertySymbols(e);
80
+ for (n = 0; n < a.length; n++) {
81
+ r = a[n], -1 === t.indexOf(r) && {}.propertyIsEnumerable.call(e, r) && (l[r] = e[r]);
82
+ }
83
+ }
84
+ return l;
85
+ }
86
+ function C(e, t) {
87
+ if (null == e) return {};
88
+ var r = {};
89
+ for (var n in e) {
90
+ if ({}.hasOwnProperty.call(e, n)) {
91
+ if (-1 !== t.indexOf(n)) continue;
92
+ r[n] = e[n];
93
+ }
94
+ }
95
+ return r;
96
+ }
97
+ // This file is auto-generated.
98
+ // Do not edit this file manually. Changes will be lost upon regeneration.
99
+ // To modify the icon file template, update 'scripts/templates.ts'.
100
+ var i = new Map;
101
+ i.set("outlined", (function() {
102
+
103
+ return n().createElement(n().Fragment, null, n().createElement("path", {
104
+ fillRule: "evenodd",
105
+ clipRule: "evenodd",
106
+ d: "M9.55469 8.625C10.2134 8.62476 10.7783 9.02679 11.0176 9.59863C11.783 10.0271 12.2764 10.8407 12.2764 11.7432V13.0713L12.5684 13.3525C13.3315 14.0855 12.8129 15.3746 11.7549 15.375H10.3574V15.6426C10.3574 16.116 9.97339 16.5 9.5 16.5C9.02661 16.5 8.64258 16.116 8.64258 15.6426V15.375H7.22949C6.17999 15.375 5.65692 14.1038 6.40234 13.3652L6.70898 13.0615V11.7266C6.70898 10.8264 7.20332 10.0152 7.96875 9.59277C8.20902 9.02429 8.77278 8.62542 9.42871 8.625H9.55469ZM9.49219 10.625C9.38382 10.8307 9.19713 10.9921 8.96387 11.0635L8.94531 11.0684C8.65636 11.1568 8.45898 11.4243 8.45898 11.7266V13.3828C8.45897 13.4653 8.4478 13.5464 8.42773 13.625H10.5527C10.5354 13.5517 10.5264 13.476 10.5264 13.3994V11.7432C10.5264 11.434 10.3259 11.1599 10.0312 11.0664L10.0127 11.0605C9.7832 10.9877 9.59908 10.8283 9.49219 10.625Z"
107
+ }), n().createElement("path", {
108
+ d: "M17 13.625C17.4832 13.625 17.875 14.0168 17.875 14.5C17.875 14.9832 17.4832 15.375 17 15.375H15C14.5168 15.375 14.125 14.9832 14.125 14.5C14.125 14.0168 14.5168 13.625 15 13.625H17Z"
109
+ }), n().createElement("path", {
110
+ d: "M17 10.125C17.4832 10.125 17.875 10.5168 17.875 11C17.875 11.4832 17.4832 11.875 17 11.875H15C14.5168 11.875 14.125 11.4832 14.125 11C14.125 10.5168 14.5168 10.125 15 10.125H17Z"
111
+ }), n().createElement("path", {
112
+ fillRule: "evenodd",
113
+ clipRule: "evenodd",
114
+ d: "M18.5 4C19.8807 4 21 5.11929 21 6.5V17.5C21 18.8807 19.8807 20 18.5 20H5.5C4.11929 20 3 18.8807 3 17.5V6.5C3 5.11929 4.11929 4 5.5 4H18.5ZM5 17.5C5 17.7761 5.22386 18 5.5 18H18.5C18.7761 18 19 17.7761 19 17.5V7H5V17.5Z"
115
+ }));
116
+ }));
117
+ i.set("filled", (function() {
118
+
119
+ return n().createElement(n().Fragment, null, n().createElement("path", {
120
+ d: "M9.49316 10.625C9.60007 10.8282 9.78422 10.9878 10.0137 11.0605L10.0322 11.0664C10.3268 11.16 10.5273 11.4341 10.5273 11.7432V13.3994C10.5274 13.476 10.5364 13.5517 10.5537 13.625H8.42871C8.44876 13.5465 8.45995 13.4653 8.45996 13.3828V11.7266C8.45996 11.4243 8.65733 11.1568 8.94629 11.0684L8.96484 11.0635C9.19799 10.9921 9.38483 10.8307 9.49316 10.625Z"
121
+ }), n().createElement("path", {
122
+ fillRule: "evenodd",
123
+ clipRule: "evenodd",
124
+ d: "M18.5 4C19.8807 4 21 5.11929 21 6.5V17.5C21 18.8807 19.8807 20 18.5 20H5.5C4.11929 20 3 18.8807 3 17.5V6.5C3 5.11929 4.11929 4 5.5 4H18.5ZM9.42969 8.625C8.7738 8.62542 8.21003 9.02434 7.96973 9.59277C7.2043 10.0152 6.70996 10.8264 6.70996 11.7266V13.0615L6.40332 13.3652C5.65789 14.1038 6.18097 15.375 7.23047 15.375H8.64355V15.6426C8.64355 16.116 9.02759 16.5 9.50098 16.5C9.97424 16.4998 10.3574 16.1159 10.3574 15.6426V15.375H11.7559C12.8136 15.3744 13.3322 14.0854 12.5693 13.3525L12.2773 13.0713V11.7432C12.2773 10.8408 11.7838 10.0271 11.0186 9.59863C10.7793 9.02688 10.2142 8.62488 9.55566 8.625H9.42969ZM15.001 13.625C14.5177 13.625 14.126 14.0168 14.126 14.5C14.126 14.9832 14.5177 15.375 15.001 15.375H17.001C17.4841 15.3748 17.876 14.9832 17.876 14.5C17.876 14.0168 17.4841 13.6252 17.001 13.625H15.001ZM15.001 10.125C14.5177 10.125 14.126 10.5168 14.126 11C14.126 11.4832 14.5177 11.875 15.001 11.875H17.001C17.4841 11.8748 17.876 11.4832 17.876 11C17.876 10.5168 17.4841 10.1252 17.001 10.125H15.001Z"
125
+ }));
126
+ }));
127
+ var d = [ "default", "outlined", "filled" ];
128
+ var c = function e(t) {
129
+ return d.indexOf(t) >= 0;
130
+ };
131
+ var f = function e(t) {
132
+ return t === "default" || t && !c(t) ? "outlined" : t;
133
+ };
134
+ /**
135
+ * @description Alert and warning management, triggered alerts, notification list
136
+ * @category Objects
137
+ * @keywords configuration, setting, admin, tasks
138
+ * @variants outlined,filled
139
+ */ var v = function e(t) {
140
+ var a = t.children, C = t.variant, d = C === void 0 ? "default" : C, c = u(t, [ "children", "variant" ]);
141
+ var v = f(d);
142
+ var p = "windowbelllist-".concat(v);
143
+ var s = (0, r.useContext)(l.IconContext);
144
+ var H = i.get(v);
145
+ if (false) {}
146
+ if (s && H) {
147
+ var m = s.toRender, V = s.addIcon;
148
+ V(p, H());
149
+ if (!m) {
150
+ return null;
151
+ }
152
+ }
153
+
154
+ return n().createElement(o(), c, a, s ? n().createElement("use", {
155
+ href: "#".concat(p)
156
+ }) : !!H && H());
157
+ };
158
+ /* harmony default export */ const p = v;
159
+ module.exports = t;
160
+ /******/})();
@@ -0,0 +1,2 @@
1
+ export { default } from './types/icons/WindowPulse';
2
+ export * from './types/icons/WindowPulse';