@carbon/web-components 2.0.0-beta.5 → 2.0.0-rc.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 (297) hide show
  1. package/custom-elements.json +0 -13
  2. package/es/components/button/button.css.js +1 -1
  3. package/es/components/button/button.rtl.css.js +1 -1
  4. package/es/components/icon-button/icon-button.css.js +1 -1
  5. package/es/components/icon-button/icon-button.rtl.css.js +1 -1
  6. package/es/components/notification/actionable-notification.css.js +1 -1
  7. package/es/components/notification/actionable-notification.rtl.css.js +1 -1
  8. package/es/components/notification/inline-notification.css.js +1 -1
  9. package/es/components/notification/inline-notification.rtl.css.js +1 -1
  10. package/es/components/notification/toast-notification.css.js +1 -1
  11. package/es/components/notification/toast-notification.rtl.css.js +1 -1
  12. package/es/components/popover/popover.css.js +1 -1
  13. package/es/components/popover/popover.rtl.css.js +1 -1
  14. package/es/components/skip-to-content/skip-to-content.css.js +1 -1
  15. package/es/components/skip-to-content/skip-to-content.rtl.css.js +1 -1
  16. package/es/components/tabs/defs.d.ts +6 -24
  17. package/es/components/tabs/defs.d.ts.map +1 -1
  18. package/es/components/tabs/defs.js +2 -16
  19. package/es/components/tabs/defs.js.map +1 -1
  20. package/es/components/tabs/tab-skeleton.d.ts +1 -2
  21. package/es/components/tabs/tab-skeleton.d.ts.map +1 -1
  22. package/es/components/tabs/tab-skeleton.js +4 -4
  23. package/es/components/tabs/tab-skeleton.js.map +1 -1
  24. package/es/components/tabs/tab.d.ts +1 -2
  25. package/es/components/tabs/tab.d.ts.map +1 -1
  26. package/es/components/tabs/tab.js +6 -6
  27. package/es/components/tabs/tab.js.map +1 -1
  28. package/es/components/tabs/tabs-skeleton.d.ts +1 -2
  29. package/es/components/tabs/tabs-skeleton.d.ts.map +1 -1
  30. package/es/components/tabs/tabs-skeleton.js +4 -4
  31. package/es/components/tabs/tabs-skeleton.js.map +1 -1
  32. package/es/components/tabs/tabs.css.js +1 -1
  33. package/es/components/tabs/tabs.d.ts +79 -36
  34. package/es/components/tabs/tabs.d.ts.map +1 -1
  35. package/es/components/tabs/tabs.js +371 -207
  36. package/es/components/tabs/tabs.js.map +1 -1
  37. package/es/components/tabs/tabs.rtl.css.js +1 -1
  38. package/es/components/tile/tile.css.js +1 -1
  39. package/es/components/tile/tile.rtl.css.js +1 -1
  40. package/es/components/toggle-tip/toggletip.css.js +1 -1
  41. package/es/components/toggle-tip/toggletip.rtl.css.js +1 -1
  42. package/es/components/tooltip/tooltip.css.js +1 -1
  43. package/es/components/tooltip/tooltip.rtl.css.js +1 -1
  44. package/es/components/ui-shell/header.css.js +1 -1
  45. package/es/components/ui-shell/header.rtl.css.js +1 -1
  46. package/es/components/ui-shell/side-nav.css.js +1 -1
  47. package/es/components/ui-shell/side-nav.rtl.css.js +1 -1
  48. package/es/components-react/tabs/tab-skeleton.d.ts +2 -3
  49. package/es/components-react/tabs/tab.d.ts +2 -3
  50. package/es/components-react/tabs/tabs-skeleton.d.ts +2 -3
  51. package/es/components-react/tabs/tabs.d.ts +2 -3
  52. package/es/components-react/tabs/tabs.js +1 -6
  53. package/es/icons/chart--logistic-regression/16.d.ts +17 -0
  54. package/es/icons/chart--logistic-regression/16.js +15 -0
  55. package/es/icons/chart--logistic-regression/20.d.ts +17 -0
  56. package/es/icons/chart--logistic-regression/20.js +15 -0
  57. package/es/icons/chart--logistic-regression/24.d.ts +17 -0
  58. package/es/icons/chart--logistic-regression/24.js +15 -0
  59. package/es/icons/chart--logistic-regression/32.d.ts +17 -0
  60. package/es/icons/chart--logistic-regression/32.js +15 -0
  61. package/es/icons/customer-service/16.d.ts +17 -0
  62. package/es/icons/customer-service/16.js +15 -0
  63. package/es/icons/customer-service/20.d.ts +17 -0
  64. package/es/icons/customer-service/20.js +15 -0
  65. package/es/icons/customer-service/24.d.ts +17 -0
  66. package/es/icons/customer-service/24.js +15 -0
  67. package/es/icons/customer-service/32.d.ts +17 -0
  68. package/es/icons/customer-service/32.js +15 -0
  69. package/es/icons/data--categorical/16.d.ts +17 -0
  70. package/es/icons/data--categorical/16.js +15 -0
  71. package/es/icons/data--categorical/20.d.ts +17 -0
  72. package/es/icons/data--categorical/20.js +15 -0
  73. package/es/icons/data--categorical/24.d.ts +17 -0
  74. package/es/icons/data--categorical/24.js +15 -0
  75. package/es/icons/data--categorical/32.d.ts +17 -0
  76. package/es/icons/data--categorical/32.js +15 -0
  77. package/es/icons/data--regular/16.d.ts +17 -0
  78. package/es/icons/data--regular/16.js +15 -0
  79. package/es/icons/data--regular/20.d.ts +17 -0
  80. package/es/icons/data--regular/20.js +15 -0
  81. package/es/icons/data--regular/24.d.ts +17 -0
  82. package/es/icons/data--regular/24.js +15 -0
  83. package/es/icons/data--regular/32.d.ts +17 -0
  84. package/es/icons/data--regular/32.js +15 -0
  85. package/es/icons/ibm--openshift-container-platform-on-vpc-for-regulated-industries/16.d.ts +17 -0
  86. package/es/icons/ibm--openshift-container-platform-on-vpc-for-regulated-industries/16.js +15 -0
  87. package/es/icons/ibm--openshift-container-platform-on-vpc-for-regulated-industries/20.d.ts +17 -0
  88. package/es/icons/ibm--openshift-container-platform-on-vpc-for-regulated-industries/20.js +15 -0
  89. package/es/icons/ibm--openshift-container-platform-on-vpc-for-regulated-industries/24.d.ts +17 -0
  90. package/es/icons/ibm--openshift-container-platform-on-vpc-for-regulated-industries/24.js +15 -0
  91. package/es/icons/ibm--openshift-container-platform-on-vpc-for-regulated-industries/32.d.ts +17 -0
  92. package/es/icons/ibm--openshift-container-platform-on-vpc-for-regulated-industries/32.js +15 -0
  93. package/es/icons/ibm--power-with-vpc/16.d.ts +17 -0
  94. package/es/icons/ibm--power-with-vpc/16.js +15 -0
  95. package/es/icons/ibm--power-with-vpc/20.d.ts +17 -0
  96. package/es/icons/ibm--power-with-vpc/20.js +15 -0
  97. package/es/icons/ibm--power-with-vpc/24.d.ts +17 -0
  98. package/es/icons/ibm--power-with-vpc/24.js +15 -0
  99. package/es/icons/ibm--power-with-vpc/32.d.ts +17 -0
  100. package/es/icons/ibm--power-with-vpc/32.js +15 -0
  101. package/es/icons/ibm--private-path-services/16.d.ts +17 -0
  102. package/es/icons/ibm--private-path-services/16.js +15 -0
  103. package/es/icons/ibm--private-path-services/20.d.ts +17 -0
  104. package/es/icons/ibm--private-path-services/20.js +15 -0
  105. package/es/icons/ibm--private-path-services/24.d.ts +17 -0
  106. package/es/icons/ibm--private-path-services/24.js +15 -0
  107. package/es/icons/ibm--private-path-services/32.d.ts +17 -0
  108. package/es/icons/ibm--private-path-services/32.js +15 -0
  109. package/es/icons/ibm--sap-on-power/16.d.ts +17 -0
  110. package/es/icons/ibm--sap-on-power/16.js +15 -0
  111. package/es/icons/ibm--sap-on-power/20.d.ts +17 -0
  112. package/es/icons/ibm--sap-on-power/20.js +15 -0
  113. package/es/icons/ibm--sap-on-power/24.d.ts +17 -0
  114. package/es/icons/ibm--sap-on-power/24.js +15 -0
  115. package/es/icons/ibm--sap-on-power/32.d.ts +17 -0
  116. package/es/icons/ibm--sap-on-power/32.js +15 -0
  117. package/es/icons/ibm--secure-infrastructure-on-vpc-for-regulated-industries/16.d.ts +17 -0
  118. package/es/icons/ibm--secure-infrastructure-on-vpc-for-regulated-industries/16.js +15 -0
  119. package/es/icons/ibm--secure-infrastructure-on-vpc-for-regulated-industries/20.d.ts +17 -0
  120. package/es/icons/ibm--secure-infrastructure-on-vpc-for-regulated-industries/20.js +15 -0
  121. package/es/icons/ibm--secure-infrastructure-on-vpc-for-regulated-industries/24.d.ts +17 -0
  122. package/es/icons/ibm--secure-infrastructure-on-vpc-for-regulated-industries/24.js +15 -0
  123. package/es/icons/ibm--secure-infrastructure-on-vpc-for-regulated-industries/32.d.ts +17 -0
  124. package/es/icons/ibm--secure-infrastructure-on-vpc-for-regulated-industries/32.js +15 -0
  125. package/es/icons/ibm--vsi-on-vpc-for-regulated-industries/16.d.ts +17 -0
  126. package/es/icons/ibm--vsi-on-vpc-for-regulated-industries/16.js +15 -0
  127. package/es/icons/ibm--vsi-on-vpc-for-regulated-industries/20.d.ts +17 -0
  128. package/es/icons/ibm--vsi-on-vpc-for-regulated-industries/20.js +15 -0
  129. package/es/icons/ibm--vsi-on-vpc-for-regulated-industries/24.d.ts +17 -0
  130. package/es/icons/ibm--vsi-on-vpc-for-regulated-industries/24.js +15 -0
  131. package/es/icons/ibm--vsi-on-vpc-for-regulated-industries/32.d.ts +17 -0
  132. package/es/icons/ibm--vsi-on-vpc-for-regulated-industries/32.js +15 -0
  133. package/es/icons/ibm-cloud--projects/16.d.ts +17 -0
  134. package/es/icons/ibm-cloud--projects/16.js +15 -0
  135. package/es/icons/ibm-cloud--projects/20.d.ts +17 -0
  136. package/es/icons/ibm-cloud--projects/20.js +15 -0
  137. package/es/icons/ibm-cloud--projects/24.d.ts +17 -0
  138. package/es/icons/ibm-cloud--projects/24.js +15 -0
  139. package/es/icons/ibm-cloud--projects/32.d.ts +17 -0
  140. package/es/icons/ibm-cloud--projects/32.js +15 -0
  141. package/es/icons/ibm-cloud--resiliency/16.d.ts +17 -0
  142. package/es/icons/ibm-cloud--resiliency/16.js +15 -0
  143. package/es/icons/ibm-cloud--resiliency/20.d.ts +17 -0
  144. package/es/icons/ibm-cloud--resiliency/20.js +15 -0
  145. package/es/icons/ibm-cloud--resiliency/24.d.ts +17 -0
  146. package/es/icons/ibm-cloud--resiliency/24.js +15 -0
  147. package/es/icons/ibm-cloud--resiliency/32.d.ts +17 -0
  148. package/es/icons/ibm-cloud--resiliency/32.js +15 -0
  149. package/es/icons/ibm-cloud--security-compliance-center-workload-protection/16.d.ts +17 -0
  150. package/es/icons/ibm-cloud--security-compliance-center-workload-protection/16.js +15 -0
  151. package/es/icons/ibm-cloud--security-compliance-center-workload-protection/20.d.ts +17 -0
  152. package/es/icons/ibm-cloud--security-compliance-center-workload-protection/20.js +15 -0
  153. package/es/icons/ibm-cloud--security-compliance-center-workload-protection/24.d.ts +17 -0
  154. package/es/icons/ibm-cloud--security-compliance-center-workload-protection/24.js +15 -0
  155. package/es/icons/ibm-cloud--security-compliance-center-workload-protection/32.d.ts +17 -0
  156. package/es/icons/ibm-cloud--security-compliance-center-workload-protection/32.js +15 -0
  157. package/es/icons/ibm-z--environments-dev-sec-ops/16.d.ts +17 -0
  158. package/es/icons/ibm-z--environments-dev-sec-ops/16.js +15 -0
  159. package/es/icons/ibm-z--environments-dev-sec-ops/20.d.ts +17 -0
  160. package/es/icons/ibm-z--environments-dev-sec-ops/20.js +15 -0
  161. package/es/icons/ibm-z--environments-dev-sec-ops/24.d.ts +17 -0
  162. package/es/icons/ibm-z--environments-dev-sec-ops/24.js +15 -0
  163. package/es/icons/ibm-z--environments-dev-sec-ops/32.d.ts +17 -0
  164. package/es/icons/ibm-z--environments-dev-sec-ops/32.js +15 -0
  165. package/es/icons/ibm-z-os--ai-control-interface/16.d.ts +17 -0
  166. package/es/icons/ibm-z-os--ai-control-interface/16.js +15 -0
  167. package/es/icons/ibm-z-os--ai-control-interface/20.d.ts +17 -0
  168. package/es/icons/ibm-z-os--ai-control-interface/20.js +15 -0
  169. package/es/icons/ibm-z-os--ai-control-interface/24.d.ts +17 -0
  170. package/es/icons/ibm-z-os--ai-control-interface/24.js +15 -0
  171. package/es/icons/ibm-z-os--ai-control-interface/32.d.ts +17 -0
  172. package/es/icons/ibm-z-os--ai-control-interface/32.js +15 -0
  173. package/es/icons/ibm-z-os--containers/16.d.ts +17 -0
  174. package/es/icons/ibm-z-os--containers/16.js +15 -0
  175. package/es/icons/ibm-z-os--containers/20.d.ts +17 -0
  176. package/es/icons/ibm-z-os--containers/20.js +15 -0
  177. package/es/icons/ibm-z-os--containers/24.d.ts +17 -0
  178. package/es/icons/ibm-z-os--containers/24.js +15 -0
  179. package/es/icons/ibm-z-os--containers/32.d.ts +17 -0
  180. package/es/icons/ibm-z-os--containers/32.js +15 -0
  181. package/es/icons/logo--mastodon/16.d.ts +17 -0
  182. package/es/icons/logo--mastodon/16.js +15 -0
  183. package/es/icons/logo--mastodon/20.d.ts +17 -0
  184. package/es/icons/logo--mastodon/20.js +15 -0
  185. package/es/icons/logo--mastodon/24.d.ts +17 -0
  186. package/es/icons/logo--mastodon/24.js +15 -0
  187. package/es/icons/logo--mastodon/32.d.ts +17 -0
  188. package/es/icons/logo--mastodon/32.js +15 -0
  189. package/es/icons/package--text-analysis/16.d.ts +17 -0
  190. package/es/icons/package--text-analysis/16.js +15 -0
  191. package/es/icons/package--text-analysis/20.d.ts +17 -0
  192. package/es/icons/package--text-analysis/20.js +15 -0
  193. package/es/icons/package--text-analysis/24.d.ts +17 -0
  194. package/es/icons/package--text-analysis/24.js +15 -0
  195. package/es/icons/package--text-analysis/32.d.ts +17 -0
  196. package/es/icons/package--text-analysis/32.js +15 -0
  197. package/es/icons/partition--auto/16.d.ts +17 -0
  198. package/es/icons/partition--auto/16.js +15 -0
  199. package/es/icons/partition--auto/20.d.ts +17 -0
  200. package/es/icons/partition--auto/20.js +15 -0
  201. package/es/icons/partition--auto/24.d.ts +17 -0
  202. package/es/icons/partition--auto/24.js +15 -0
  203. package/es/icons/partition--auto/32.d.ts +17 -0
  204. package/es/icons/partition--auto/32.js +15 -0
  205. package/es/icons/partition--collection/16.d.ts +17 -0
  206. package/es/icons/partition--collection/16.js +15 -0
  207. package/es/icons/partition--collection/20.d.ts +17 -0
  208. package/es/icons/partition--collection/20.js +15 -0
  209. package/es/icons/partition--collection/24.d.ts +17 -0
  210. package/es/icons/partition--collection/24.js +15 -0
  211. package/es/icons/partition--collection/32.d.ts +17 -0
  212. package/es/icons/partition--collection/32.js +15 -0
  213. package/es/icons/partition--repartition/16.d.ts +17 -0
  214. package/es/icons/partition--repartition/16.js +15 -0
  215. package/es/icons/partition--repartition/20.d.ts +17 -0
  216. package/es/icons/partition--repartition/20.js +15 -0
  217. package/es/icons/partition--repartition/24.d.ts +17 -0
  218. package/es/icons/partition--repartition/24.js +15 -0
  219. package/es/icons/partition--repartition/32.d.ts +17 -0
  220. package/es/icons/partition--repartition/32.js +15 -0
  221. package/es/icons/partition--same/16.d.ts +17 -0
  222. package/es/icons/partition--same/16.js +15 -0
  223. package/es/icons/partition--same/20.d.ts +17 -0
  224. package/es/icons/partition--same/20.js +15 -0
  225. package/es/icons/partition--same/24.d.ts +17 -0
  226. package/es/icons/partition--same/24.js +15 -0
  227. package/es/icons/partition--same/32.d.ts +17 -0
  228. package/es/icons/partition--same/32.js +15 -0
  229. package/es/icons/partition--specific/16.d.ts +17 -0
  230. package/es/icons/partition--specific/16.js +15 -0
  231. package/es/icons/partition--specific/20.d.ts +17 -0
  232. package/es/icons/partition--specific/20.js +15 -0
  233. package/es/icons/partition--specific/24.d.ts +17 -0
  234. package/es/icons/partition--specific/24.js +15 -0
  235. package/es/icons/partition--specific/32.d.ts +17 -0
  236. package/es/icons/partition--specific/32.js +15 -0
  237. package/es/icons/result--draft/16.d.ts +17 -0
  238. package/es/icons/result--draft/16.js +15 -0
  239. package/es/icons/result--draft/20.d.ts +17 -0
  240. package/es/icons/result--draft/20.js +15 -0
  241. package/es/icons/result--draft/24.d.ts +17 -0
  242. package/es/icons/result--draft/24.js +15 -0
  243. package/es/icons/result--draft/32.d.ts +17 -0
  244. package/es/icons/result--draft/32.js +15 -0
  245. package/es/icons/rule--locked/16.d.ts +17 -0
  246. package/es/icons/rule--locked/16.js +15 -0
  247. package/es/icons/rule--locked/20.d.ts +17 -0
  248. package/es/icons/rule--locked/20.js +15 -0
  249. package/es/icons/rule--locked/24.d.ts +17 -0
  250. package/es/icons/rule--locked/24.js +15 -0
  251. package/es/icons/rule--locked/32.d.ts +17 -0
  252. package/es/icons/rule--locked/32.js +15 -0
  253. package/es/icons/rule--partial/16.d.ts +17 -0
  254. package/es/icons/rule--partial/16.js +15 -0
  255. package/es/icons/rule--partial/20.d.ts +17 -0
  256. package/es/icons/rule--partial/20.js +15 -0
  257. package/es/icons/rule--partial/24.d.ts +17 -0
  258. package/es/icons/rule--partial/24.js +15 -0
  259. package/es/icons/rule--partial/32.d.ts +17 -0
  260. package/es/icons/rule--partial/32.js +15 -0
  261. package/es/icons/support-vector-machine/16.d.ts +17 -0
  262. package/es/icons/support-vector-machine/16.js +15 -0
  263. package/es/icons/support-vector-machine/20.d.ts +17 -0
  264. package/es/icons/support-vector-machine/20.js +15 -0
  265. package/es/icons/support-vector-machine/24.d.ts +17 -0
  266. package/es/icons/support-vector-machine/24.js +15 -0
  267. package/es/icons/support-vector-machine/32.d.ts +17 -0
  268. package/es/icons/support-vector-machine/32.js +15 -0
  269. package/es/icons/version--major/16.d.ts +17 -0
  270. package/es/icons/version--major/16.js +15 -0
  271. package/es/icons/version--major/20.d.ts +17 -0
  272. package/es/icons/version--major/20.js +15 -0
  273. package/es/icons/version--major/24.d.ts +17 -0
  274. package/es/icons/version--major/24.js +15 -0
  275. package/es/icons/version--major/32.d.ts +17 -0
  276. package/es/icons/version--major/32.js +15 -0
  277. package/es/icons/version--minor/16.d.ts +17 -0
  278. package/es/icons/version--minor/16.js +15 -0
  279. package/es/icons/version--minor/20.d.ts +17 -0
  280. package/es/icons/version--minor/20.js +15 -0
  281. package/es/icons/version--minor/24.d.ts +17 -0
  282. package/es/icons/version--minor/24.js +15 -0
  283. package/es/icons/version--minor/32.d.ts +17 -0
  284. package/es/icons/version--minor/32.js +15 -0
  285. package/es/icons/version--patch/16.d.ts +17 -0
  286. package/es/icons/version--patch/16.js +15 -0
  287. package/es/icons/version--patch/20.d.ts +17 -0
  288. package/es/icons/version--patch/20.js +15 -0
  289. package/es/icons/version--patch/24.d.ts +17 -0
  290. package/es/icons/version--patch/24.js +15 -0
  291. package/es/icons/version--patch/32.d.ts +17 -0
  292. package/es/icons/version--patch/32.js +15 -0
  293. package/lib/components/tabs/defs.js +2 -24
  294. package/lib/components/tabs/defs.js.map +1 -1
  295. package/lib/components-react-node/tabs/tabs.js +0 -12
  296. package/package.json +1 -1
  297. package/scss/components/tabs/tabs.scss +95 -123
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { svg } from 'lit';
10
+ import spread from '../../globals/directives/spread';
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) =>
12
+ svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(
13
+ attrs
14
+ )}" aria-hidden="true" width="16" height="16" viewBox="0 0 32 32">${children}<path d="M9 21H3c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h6c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zM3 13v6h6v-6s-6 0-6 0zM16 30c-.3618 0-.7205-.0138-1.0757-.0406-4.3528-.3312-8.3611-2.7313-10.7229-6.4202l1.6846-1.0784c2.0247 3.1628 5.4602 5.2205 9.1899 5.5043.3047.0231.613.0349.9241.0349v2zM28 30h-8c-1.1028 0-2-.8972-2-2v-8c0-1.1028.8972-2 2-2h8c1.1028 0 2 .8972 2 2v8c0 1.1028-.8972 2-2 2zm-8-10v8h8v-8h-8zM27.3025 12c.4539 1.2817.6975 2.6211.6975 4h2c0-1.3691-.1987-2.7085-.584-4h-2.1135zM27 10h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zm-3-5v3h3v-3h-3zM20 2.5835c-1.2915-.3853-2.6309-.5835-4-.5835-4.7976 0-9.2083 2.415-11.7983 6.4604l1.6841 1.0786c2.2209-3.4683 6.002-5.5391 10.1143-5.5391 1.3787 0 2.7188.2437 4 .6978v-2.1143z"></path></svg>`;
15
+ export default svgResultCarbonIcon;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { SVGTemplateResult } from 'lit';
10
+ declare const svgResultCarbonIcon: ({
11
+ children,
12
+ ...attrs
13
+ }?: {
14
+ children?: SVGTemplateResult;
15
+ [attr: string]: any;
16
+ }) => SVGTemplateResult;
17
+ export default svgResultCarbonIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { svg } from 'lit';
10
+ import spread from '../../globals/directives/spread';
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) =>
12
+ svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(
13
+ attrs
14
+ )}" aria-hidden="true" width="20" height="20" viewBox="0 0 32 32">${children}<path d="M9 21H3c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h6c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zM3 13v6h6v-6s-6 0-6 0zM16 30c-.3618 0-.7205-.0138-1.0757-.0406-4.3528-.3312-8.3611-2.7313-10.7229-6.4202l1.6846-1.0784c2.0247 3.1628 5.4602 5.2205 9.1899 5.5043.3047.0231.613.0349.9241.0349v2zM28 30h-8c-1.1028 0-2-.8972-2-2v-8c0-1.1028.8972-2 2-2h8c1.1028 0 2 .8972 2 2v8c0 1.1028-.8972 2-2 2zm-8-10v8h8v-8h-8zM27.3025 12c.4539 1.2817.6975 2.6211.6975 4h2c0-1.3691-.1987-2.7085-.584-4h-2.1135zM27 10h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zm-3-5v3h3v-3h-3zM20 2.5835c-1.2915-.3853-2.6309-.5835-4-.5835-4.7976 0-9.2083 2.415-11.7983 6.4604l1.6841 1.0786c2.2209-3.4683 6.002-5.5391 10.1143-5.5391 1.3787 0 2.7188.2437 4 .6978v-2.1143z"></path></svg>`;
15
+ export default svgResultCarbonIcon;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { SVGTemplateResult } from 'lit';
10
+ declare const svgResultCarbonIcon: ({
11
+ children,
12
+ ...attrs
13
+ }?: {
14
+ children?: SVGTemplateResult;
15
+ [attr: string]: any;
16
+ }) => SVGTemplateResult;
17
+ export default svgResultCarbonIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { svg } from 'lit';
10
+ import spread from '../../globals/directives/spread';
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) =>
12
+ svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(
13
+ attrs
14
+ )}" aria-hidden="true" width="24" height="24" viewBox="0 0 32 32">${children}<path d="M9 21H3c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h6c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zM3 13v6h6v-6s-6 0-6 0zM16 30c-.3618 0-.7205-.0138-1.0757-.0406-4.3528-.3312-8.3611-2.7313-10.7229-6.4202l1.6846-1.0784c2.0247 3.1628 5.4602 5.2205 9.1899 5.5043.3047.0231.613.0349.9241.0349v2zM28 30h-8c-1.1028 0-2-.8972-2-2v-8c0-1.1028.8972-2 2-2h8c1.1028 0 2 .8972 2 2v8c0 1.1028-.8972 2-2 2zm-8-10v8h8v-8h-8zM27.3025 12c.4539 1.2817.6975 2.6211.6975 4h2c0-1.3691-.1987-2.7085-.584-4h-2.1135zM27 10h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zm-3-5v3h3v-3h-3zM20 2.5835c-1.2915-.3853-2.6309-.5835-4-.5835-4.7976 0-9.2083 2.415-11.7983 6.4604l1.6841 1.0786c2.2209-3.4683 6.002-5.5391 10.1143-5.5391 1.3787 0 2.7188.2437 4 .6978v-2.1143z"></path></svg>`;
15
+ export default svgResultCarbonIcon;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { SVGTemplateResult } from 'lit';
10
+ declare const svgResultCarbonIcon: ({
11
+ children,
12
+ ...attrs
13
+ }?: {
14
+ children?: SVGTemplateResult;
15
+ [attr: string]: any;
16
+ }) => SVGTemplateResult;
17
+ export default svgResultCarbonIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { svg } from 'lit';
10
+ import spread from '../../globals/directives/spread';
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) =>
12
+ svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(
13
+ attrs
14
+ )}" aria-hidden="true" width="32" height="32" viewBox="0 0 32 32">${children}<path d="M9 21H3c-1.1028 0-2-.8972-2-2v-6c0-1.1028.8972-2 2-2h6c1.1028 0 2 .8972 2 2v6c0 1.1028-.8972 2-2 2zM3 13v6h6v-6s-6 0-6 0zM16 30c-.3618 0-.7205-.0138-1.0757-.0406-4.3528-.3312-8.3611-2.7313-10.7229-6.4202l1.6846-1.0784c2.0247 3.1628 5.4602 5.2205 9.1899 5.5043.3047.0231.613.0349.9241.0349v2zM28 30h-8c-1.1028 0-2-.8972-2-2v-8c0-1.1028.8972-2 2-2h8c1.1028 0 2 .8972 2 2v8c0 1.1028-.8972 2-2 2zm-8-10v8h8v-8h-8zM27.3025 12c.4539 1.2817.6975 2.6211.6975 4h2c0-1.3691-.1987-2.7085-.584-4h-2.1135zM27 10h-3c-1.1028 0-2-.8972-2-2v-3c0-1.1028.8972-2 2-2h3c1.1028 0 2 .8972 2 2v3c0 1.1028-.8972 2-2 2zm-3-5v3h3v-3h-3zM20 2.5835c-1.2915-.3853-2.6309-.5835-4-.5835-4.7976 0-9.2083 2.415-11.7983 6.4604l1.6841 1.0786c2.2209-3.4683 6.002-5.5391 10.1143-5.5391 1.3787 0 2.7188.2437 4 .6978v-2.1143z"></path></svg>`;
15
+ export default svgResultCarbonIcon;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { SVGTemplateResult } from 'lit';
10
+ declare const svgResultCarbonIcon: ({
11
+ children,
12
+ ...attrs
13
+ }?: {
14
+ children?: SVGTemplateResult;
15
+ [attr: string]: any;
16
+ }) => SVGTemplateResult;
17
+ export default svgResultCarbonIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { svg } from 'lit';
10
+ import spread from '../../globals/directives/spread';
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) =>
12
+ svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(
13
+ attrs
14
+ )}" aria-hidden="true" width="16" height="16" viewBox="0 0 32 32">${children}<path d="M30 18h-10v6.4678c0 1.9229 1.1231 3.6973 2.8613 4.5195l2.1387 1.0127 2.1387-1.0127c1.7383-.8223 2.8613-2.5967 2.8613-4.5195v-6.4678h0zm-5 9.7861l-1.2832-.6074c-1.043-.4932-1.7168-1.5576-1.7168-2.7109v-4.4678h6v4.4678c0 1.1533-.6738 2.2178-1.7168 2.7109l-1.2832.6074h0zM17 18H5c-1.1045 0-2 .8954-2 2v5c0 1.1045.8955 2 2 2h12v-2H5v-5h12v-2h0zM27 4h-5c-1.1045 0-2 .8954-2 2v9h2V6h5v9h2V6c0-1.1046-.8955-2-2-2h0zM15 4H5c-1.1045 0-2 .8954-2 2v7c0 1.1045.8955 2 2 2h10c1.1045 0 2-.8955 2-2v-7c0-1.1046-.8955-2-2-2h0zM5 13v-7h10v7H5z"></path></svg>`;
15
+ export default svgResultCarbonIcon;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { SVGTemplateResult } from 'lit';
10
+ declare const svgResultCarbonIcon: ({
11
+ children,
12
+ ...attrs
13
+ }?: {
14
+ children?: SVGTemplateResult;
15
+ [attr: string]: any;
16
+ }) => SVGTemplateResult;
17
+ export default svgResultCarbonIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { svg } from 'lit';
10
+ import spread from '../../globals/directives/spread';
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) =>
12
+ svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(
13
+ attrs
14
+ )}" aria-hidden="true" width="20" height="20" viewBox="0 0 32 32">${children}<path d="M30 18h-10v6.4678c0 1.9229 1.1231 3.6973 2.8613 4.5195l2.1387 1.0127 2.1387-1.0127c1.7383-.8223 2.8613-2.5967 2.8613-4.5195v-6.4678h0zm-5 9.7861l-1.2832-.6074c-1.043-.4932-1.7168-1.5576-1.7168-2.7109v-4.4678h6v4.4678c0 1.1533-.6738 2.2178-1.7168 2.7109l-1.2832.6074h0zM17 18H5c-1.1045 0-2 .8954-2 2v5c0 1.1045.8955 2 2 2h12v-2H5v-5h12v-2h0zM27 4h-5c-1.1045 0-2 .8954-2 2v9h2V6h5v9h2V6c0-1.1046-.8955-2-2-2h0zM15 4H5c-1.1045 0-2 .8954-2 2v7c0 1.1045.8955 2 2 2h10c1.1045 0 2-.8955 2-2v-7c0-1.1046-.8955-2-2-2h0zM5 13v-7h10v7H5z"></path></svg>`;
15
+ export default svgResultCarbonIcon;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { SVGTemplateResult } from 'lit';
10
+ declare const svgResultCarbonIcon: ({
11
+ children,
12
+ ...attrs
13
+ }?: {
14
+ children?: SVGTemplateResult;
15
+ [attr: string]: any;
16
+ }) => SVGTemplateResult;
17
+ export default svgResultCarbonIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { svg } from 'lit';
10
+ import spread from '../../globals/directives/spread';
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) =>
12
+ svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(
13
+ attrs
14
+ )}" aria-hidden="true" width="24" height="24" viewBox="0 0 32 32">${children}<path d="M30 18h-10v6.4678c0 1.9229 1.1231 3.6973 2.8613 4.5195l2.1387 1.0127 2.1387-1.0127c1.7383-.8223 2.8613-2.5967 2.8613-4.5195v-6.4678h0zm-5 9.7861l-1.2832-.6074c-1.043-.4932-1.7168-1.5576-1.7168-2.7109v-4.4678h6v4.4678c0 1.1533-.6738 2.2178-1.7168 2.7109l-1.2832.6074h0zM17 18H5c-1.1045 0-2 .8954-2 2v5c0 1.1045.8955 2 2 2h12v-2H5v-5h12v-2h0zM27 4h-5c-1.1045 0-2 .8954-2 2v9h2V6h5v9h2V6c0-1.1046-.8955-2-2-2h0zM15 4H5c-1.1045 0-2 .8954-2 2v7c0 1.1045.8955 2 2 2h10c1.1045 0 2-.8955 2-2v-7c0-1.1046-.8955-2-2-2h0zM5 13v-7h10v7H5z"></path></svg>`;
15
+ export default svgResultCarbonIcon;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { SVGTemplateResult } from 'lit';
10
+ declare const svgResultCarbonIcon: ({
11
+ children,
12
+ ...attrs
13
+ }?: {
14
+ children?: SVGTemplateResult;
15
+ [attr: string]: any;
16
+ }) => SVGTemplateResult;
17
+ export default svgResultCarbonIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { svg } from 'lit';
10
+ import spread from '../../globals/directives/spread';
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) =>
12
+ svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(
13
+ attrs
14
+ )}" aria-hidden="true" width="32" height="32" viewBox="0 0 32 32">${children}<path d="M30 18h-10v6.4678c0 1.9229 1.1231 3.6973 2.8613 4.5195l2.1387 1.0127 2.1387-1.0127c1.7383-.8223 2.8613-2.5967 2.8613-4.5195v-6.4678h0zm-5 9.7861l-1.2832-.6074c-1.043-.4932-1.7168-1.5576-1.7168-2.7109v-4.4678h6v4.4678c0 1.1533-.6738 2.2178-1.7168 2.7109l-1.2832.6074h0zM17 18H5c-1.1045 0-2 .8954-2 2v5c0 1.1045.8955 2 2 2h12v-2H5v-5h12v-2h0zM27 4h-5c-1.1045 0-2 .8954-2 2v9h2V6h5v9h2V6c0-1.1046-.8955-2-2-2h0zM15 4H5c-1.1045 0-2 .8954-2 2v7c0 1.1045.8955 2 2 2h10c1.1045 0 2-.8955 2-2v-7c0-1.1046-.8955-2-2-2h0zM5 13v-7h10v7H5z"></path></svg>`;
15
+ export default svgResultCarbonIcon;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { SVGTemplateResult } from 'lit';
10
+ declare const svgResultCarbonIcon: ({
11
+ children,
12
+ ...attrs
13
+ }?: {
14
+ children?: SVGTemplateResult;
15
+ [attr: string]: any;
16
+ }) => SVGTemplateResult;
17
+ export default svgResultCarbonIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { svg } from 'lit';
10
+ import spread from '../../globals/directives/spread';
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) =>
12
+ svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(
13
+ attrs
14
+ )}" aria-hidden="true" width="16" height="16" viewBox="0 0 32 32">${children}<path d="M24 24v6h6v-6h-6zm4 4h-2v-2h2v2zM2 30h6v-6H2v6zm2-4h2v2h-2v-2z"></path><path d="M26 15h-9v-6.1631c1.4407-.4336 2.5-1.7571 2.5-3.3369 0-1.9297-1.5703-3.5-3.5-3.5s-3.5 1.5703-3.5 3.5c0 1.5798 1.0593 2.9033 2.5 3.3369v6.1631H6c-1.1025 0-2 .8972-2 2v5h2v-5h9v7h-2v6h6v-6h-2v-7h9v5h2v-5c0-1.1028-.8975-2-2-2zM14.5 5.5c0-.8271.6729-1.5 1.5-1.5s1.5.6729 1.5 1.5-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5zm2.5 22.5h-2v-2h2v2zM26.5 9c1.9297 0 3.5-1.5703 3.5-3.5s-1.5703-3.5-3.5-3.5-3.5 1.5703-3.5 3.5 1.5703 3.5 3.5 3.5zm0-5c.8271 0 1.5.6729 1.5 1.5s-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5.6729-1.5 1.5-1.5zM5.5 9c1.9297 0 3.5-1.5703 3.5-3.5s-1.5703-3.5-3.5-3.5-3.5 1.5703-3.5 3.5 1.5703 3.5 3.5 3.5zm0-5c.8271 0 1.5.6729 1.5 1.5s-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5.6729-1.5 1.5-1.5z"></path></svg>`;
15
+ export default svgResultCarbonIcon;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { SVGTemplateResult } from 'lit';
10
+ declare const svgResultCarbonIcon: ({
11
+ children,
12
+ ...attrs
13
+ }?: {
14
+ children?: SVGTemplateResult;
15
+ [attr: string]: any;
16
+ }) => SVGTemplateResult;
17
+ export default svgResultCarbonIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { svg } from 'lit';
10
+ import spread from '../../globals/directives/spread';
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) =>
12
+ svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(
13
+ attrs
14
+ )}" aria-hidden="true" width="20" height="20" viewBox="0 0 32 32">${children}<path d="M24 24v6h6v-6h-6zm4 4h-2v-2h2v2zM2 30h6v-6H2v6zm2-4h2v2h-2v-2z"></path><path d="M26 15h-9v-6.1631c1.4407-.4336 2.5-1.7571 2.5-3.3369 0-1.9297-1.5703-3.5-3.5-3.5s-3.5 1.5703-3.5 3.5c0 1.5798 1.0593 2.9033 2.5 3.3369v6.1631H6c-1.1025 0-2 .8972-2 2v5h2v-5h9v7h-2v6h6v-6h-2v-7h9v5h2v-5c0-1.1028-.8975-2-2-2zM14.5 5.5c0-.8271.6729-1.5 1.5-1.5s1.5.6729 1.5 1.5-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5zm2.5 22.5h-2v-2h2v2zM26.5 9c1.9297 0 3.5-1.5703 3.5-3.5s-1.5703-3.5-3.5-3.5-3.5 1.5703-3.5 3.5 1.5703 3.5 3.5 3.5zm0-5c.8271 0 1.5.6729 1.5 1.5s-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5.6729-1.5 1.5-1.5zM5.5 9c1.9297 0 3.5-1.5703 3.5-3.5s-1.5703-3.5-3.5-3.5-3.5 1.5703-3.5 3.5 1.5703 3.5 3.5 3.5zm0-5c.8271 0 1.5.6729 1.5 1.5s-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5.6729-1.5 1.5-1.5z"></path></svg>`;
15
+ export default svgResultCarbonIcon;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { SVGTemplateResult } from 'lit';
10
+ declare const svgResultCarbonIcon: ({
11
+ children,
12
+ ...attrs
13
+ }?: {
14
+ children?: SVGTemplateResult;
15
+ [attr: string]: any;
16
+ }) => SVGTemplateResult;
17
+ export default svgResultCarbonIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { svg } from 'lit';
10
+ import spread from '../../globals/directives/spread';
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) =>
12
+ svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(
13
+ attrs
14
+ )}" aria-hidden="true" width="24" height="24" viewBox="0 0 32 32">${children}<path d="M24 24v6h6v-6h-6zm4 4h-2v-2h2v2zM2 30h6v-6H2v6zm2-4h2v2h-2v-2z"></path><path d="M26 15h-9v-6.1631c1.4407-.4336 2.5-1.7571 2.5-3.3369 0-1.9297-1.5703-3.5-3.5-3.5s-3.5 1.5703-3.5 3.5c0 1.5798 1.0593 2.9033 2.5 3.3369v6.1631H6c-1.1025 0-2 .8972-2 2v5h2v-5h9v7h-2v6h6v-6h-2v-7h9v5h2v-5c0-1.1028-.8975-2-2-2zM14.5 5.5c0-.8271.6729-1.5 1.5-1.5s1.5.6729 1.5 1.5-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5zm2.5 22.5h-2v-2h2v2zM26.5 9c1.9297 0 3.5-1.5703 3.5-3.5s-1.5703-3.5-3.5-3.5-3.5 1.5703-3.5 3.5 1.5703 3.5 3.5 3.5zm0-5c.8271 0 1.5.6729 1.5 1.5s-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5.6729-1.5 1.5-1.5zM5.5 9c1.9297 0 3.5-1.5703 3.5-3.5s-1.5703-3.5-3.5-3.5-3.5 1.5703-3.5 3.5 1.5703 3.5 3.5 3.5zm0-5c.8271 0 1.5.6729 1.5 1.5s-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5.6729-1.5 1.5-1.5z"></path></svg>`;
15
+ export default svgResultCarbonIcon;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { SVGTemplateResult } from 'lit';
10
+ declare const svgResultCarbonIcon: ({
11
+ children,
12
+ ...attrs
13
+ }?: {
14
+ children?: SVGTemplateResult;
15
+ [attr: string]: any;
16
+ }) => SVGTemplateResult;
17
+ export default svgResultCarbonIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { svg } from 'lit';
10
+ import spread from '../../globals/directives/spread';
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) =>
12
+ svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(
13
+ attrs
14
+ )}" aria-hidden="true" width="32" height="32" viewBox="0 0 32 32">${children}<path d="M24 24v6h6v-6h-6zm4 4h-2v-2h2v2zM2 30h6v-6H2v6zm2-4h2v2h-2v-2z"></path><path d="M26 15h-9v-6.1631c1.4407-.4336 2.5-1.7571 2.5-3.3369 0-1.9297-1.5703-3.5-3.5-3.5s-3.5 1.5703-3.5 3.5c0 1.5798 1.0593 2.9033 2.5 3.3369v6.1631H6c-1.1025 0-2 .8972-2 2v5h2v-5h9v7h-2v6h6v-6h-2v-7h9v5h2v-5c0-1.1028-.8975-2-2-2zM14.5 5.5c0-.8271.6729-1.5 1.5-1.5s1.5.6729 1.5 1.5-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5zm2.5 22.5h-2v-2h2v2zM26.5 9c1.9297 0 3.5-1.5703 3.5-3.5s-1.5703-3.5-3.5-3.5-3.5 1.5703-3.5 3.5 1.5703 3.5 3.5 3.5zm0-5c.8271 0 1.5.6729 1.5 1.5s-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5.6729-1.5 1.5-1.5zM5.5 9c1.9297 0 3.5-1.5703 3.5-3.5s-1.5703-3.5-3.5-3.5-3.5 1.5703-3.5 3.5 1.5703 3.5 3.5 3.5zm0-5c.8271 0 1.5.6729 1.5 1.5s-.6729 1.5-1.5 1.5-1.5-.6729-1.5-1.5.6729-1.5 1.5-1.5z"></path></svg>`;
15
+ export default svgResultCarbonIcon;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { SVGTemplateResult } from 'lit';
10
+ declare const svgResultCarbonIcon: ({
11
+ children,
12
+ ...attrs
13
+ }?: {
14
+ children?: SVGTemplateResult;
15
+ [attr: string]: any;
16
+ }) => SVGTemplateResult;
17
+ export default svgResultCarbonIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { svg } from 'lit';
10
+ import spread from '../../globals/directives/spread';
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) =>
12
+ svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(
13
+ attrs
14
+ )}" aria-hidden="true" width="16" height="16" viewBox="0 0 32 32">${children}<path d="M20 18v6.5c0 1.9 1.1 3.7 2.9 4.5l2.1 1 2.1-1c1.7-.8 2.9-2.6 2.9-4.5V18H20zM28 24.5c0 1.2-.7 2.2-1.7 2.7L25 27.8l-1.3-.6c-1-.5-1.7-1.6-1.7-2.7V20h6V24.5zM16 20c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4h-2c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2V20z"></path><path d="M16,25c-5,0-9-4-9-9s4-9,9-9s9,4,9,9h-2c0-3.9-3.1-7-7-7s-7,3.1-7,7s3.1,7,7,7V25z"></path><path d="M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2s14,6.3,14,14h-2c0-6.6-5.4-12-12-12S4,9.4,4,16s5.4,12,12,12V30z"></path></svg>`;
15
+ export default svgResultCarbonIcon;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { SVGTemplateResult } from 'lit';
10
+ declare const svgResultCarbonIcon: ({
11
+ children,
12
+ ...attrs
13
+ }?: {
14
+ children?: SVGTemplateResult;
15
+ [attr: string]: any;
16
+ }) => SVGTemplateResult;
17
+ export default svgResultCarbonIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { svg } from 'lit';
10
+ import spread from '../../globals/directives/spread';
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) =>
12
+ svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(
13
+ attrs
14
+ )}" aria-hidden="true" width="20" height="20" viewBox="0 0 32 32">${children}<path d="M20 18v6.5c0 1.9 1.1 3.7 2.9 4.5l2.1 1 2.1-1c1.7-.8 2.9-2.6 2.9-4.5V18H20zM28 24.5c0 1.2-.7 2.2-1.7 2.7L25 27.8l-1.3-.6c-1-.5-1.7-1.6-1.7-2.7V20h6V24.5zM16 20c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4h-2c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2V20z"></path><path d="M16,25c-5,0-9-4-9-9s4-9,9-9s9,4,9,9h-2c0-3.9-3.1-7-7-7s-7,3.1-7,7s3.1,7,7,7V25z"></path><path d="M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2s14,6.3,14,14h-2c0-6.6-5.4-12-12-12S4,9.4,4,16s5.4,12,12,12V30z"></path></svg>`;
15
+ export default svgResultCarbonIcon;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { SVGTemplateResult } from 'lit';
10
+ declare const svgResultCarbonIcon: ({
11
+ children,
12
+ ...attrs
13
+ }?: {
14
+ children?: SVGTemplateResult;
15
+ [attr: string]: any;
16
+ }) => SVGTemplateResult;
17
+ export default svgResultCarbonIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { svg } from 'lit';
10
+ import spread from '../../globals/directives/spread';
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) =>
12
+ svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(
13
+ attrs
14
+ )}" aria-hidden="true" width="24" height="24" viewBox="0 0 32 32">${children}<path d="M20 18v6.5c0 1.9 1.1 3.7 2.9 4.5l2.1 1 2.1-1c1.7-.8 2.9-2.6 2.9-4.5V18H20zM28 24.5c0 1.2-.7 2.2-1.7 2.7L25 27.8l-1.3-.6c-1-.5-1.7-1.6-1.7-2.7V20h6V24.5zM16 20c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4h-2c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2V20z"></path><path d="M16,25c-5,0-9-4-9-9s4-9,9-9s9,4,9,9h-2c0-3.9-3.1-7-7-7s-7,3.1-7,7s3.1,7,7,7V25z"></path><path d="M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2s14,6.3,14,14h-2c0-6.6-5.4-12-12-12S4,9.4,4,16s5.4,12,12,12V30z"></path></svg>`;
15
+ export default svgResultCarbonIcon;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { SVGTemplateResult } from 'lit';
10
+ declare const svgResultCarbonIcon: ({
11
+ children,
12
+ ...attrs
13
+ }?: {
14
+ children?: SVGTemplateResult;
15
+ [attr: string]: any;
16
+ }) => SVGTemplateResult;
17
+ export default svgResultCarbonIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { svg } from 'lit';
10
+ import spread from '../../globals/directives/spread';
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) =>
12
+ svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(
13
+ attrs
14
+ )}" aria-hidden="true" width="32" height="32" viewBox="0 0 32 32">${children}<path d="M20 18v6.5c0 1.9 1.1 3.7 2.9 4.5l2.1 1 2.1-1c1.7-.8 2.9-2.6 2.9-4.5V18H20zM28 24.5c0 1.2-.7 2.2-1.7 2.7L25 27.8l-1.3-.6c-1-.5-1.7-1.6-1.7-2.7V20h6V24.5zM16 20c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4h-2c0-1.1-.9-2-2-2s-2 .9-2 2 .9 2 2 2V20z"></path><path d="M16,25c-5,0-9-4-9-9s4-9,9-9s9,4,9,9h-2c0-3.9-3.1-7-7-7s-7,3.1-7,7s3.1,7,7,7V25z"></path><path d="M16,30C8.3,30,2,23.7,2,16S8.3,2,16,2s14,6.3,14,14h-2c0-6.6-5.4-12-12-12S4,9.4,4,16s5.4,12,12,12V30z"></path></svg>`;
15
+ export default svgResultCarbonIcon;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { SVGTemplateResult } from 'lit';
10
+ declare const svgResultCarbonIcon: ({
11
+ children,
12
+ ...attrs
13
+ }?: {
14
+ children?: SVGTemplateResult;
15
+ [attr: string]: any;
16
+ }) => SVGTemplateResult;
17
+ export default svgResultCarbonIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { svg } from 'lit';
10
+ import spread from '../../globals/directives/spread';
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) =>
12
+ svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(
13
+ attrs
14
+ )}" aria-hidden="true" width="16" height="16" viewBox="0 0 32 32">${children}<path d="m23.5,16v2c3.0327,0,5.5,2.4673,5.5,5.5s-2.4673,5.5-5.5,5.5-5.5-2.4673-5.5-5.5h-2c0,4.1422,3.3578,7.5,7.5,7.5s7.5-3.3578,7.5-7.5-3.3578-7.5-7.5-7.5Z"></path><path d="M23.5 26c1.3807 0 2.5-1.1193 2.5-2.5s-1.1193-2.5-2.5-2.5c-.3217 0-.6268.066-.9093.1766l-4.8837-4.8837-1.4141 1.4141 4.8837 4.8837c-.1107.2825-.1766.5876-.1766.9093 0 1.3807 1.1193 2.5 2.5 2.5zM29 13h-2v-3.4257l-11-6.4166-3 1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12 7c.3071.1792.4961.5081.4961.8638v4zM7 6H9V16H7z"></path><path d="m13.9998,29.991l-10.5037-6.1272c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l10.0076,5.8378-1.0078,1.7275Z"></path></svg>`;
15
+ export default svgResultCarbonIcon;
@@ -0,0 +1,17 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { SVGTemplateResult } from 'lit';
10
+ declare const svgResultCarbonIcon: ({
11
+ children,
12
+ ...attrs
13
+ }?: {
14
+ children?: SVGTemplateResult;
15
+ [attr: string]: any;
16
+ }) => SVGTemplateResult;
17
+ export default svgResultCarbonIcon;
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ *
4
+ * Copyright IBM Corp. 2019, 2020
5
+ *
6
+ * This source code is licensed under the Apache-2.0 license found in the
7
+ * LICENSE file in the root directory of this source tree.
8
+ */
9
+ import { svg } from 'lit';
10
+ import spread from '../../globals/directives/spread';
11
+ const svgResultCarbonIcon = ({ children, ...attrs } = {}) =>
12
+ svg`<svg focusable="false" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg" fill="currentColor" ...="${spread(
13
+ attrs
14
+ )}" aria-hidden="true" width="20" height="20" viewBox="0 0 32 32">${children}<path d="m23.5,16v2c3.0327,0,5.5,2.4673,5.5,5.5s-2.4673,5.5-5.5,5.5-5.5-2.4673-5.5-5.5h-2c0,4.1422,3.3578,7.5,7.5,7.5s7.5-3.3578,7.5-7.5-3.3578-7.5-7.5-7.5Z"></path><path d="M23.5 26c1.3807 0 2.5-1.1193 2.5-2.5s-1.1193-2.5-2.5-2.5c-.3217 0-.6268.066-.9093.1766l-4.8837-4.8837-1.4141 1.4141 4.8837 4.8837c-.1107.2825-.1766.5876-.1766.9093 0 1.3807 1.1193 2.5 2.5 2.5zM29 13h-2v-3.4257l-11-6.4166-3 1.7499v8.0924h-2V4.3333c0-.3557.189-.6846.4961-.8638l4-2.3333c.1558-.0908.3298-.1362.5039-.1362s.3481.0454.5039.1362l12 7c.3071.1792.4961.5081.4961.8638v4zM7 6H9V16H7z"></path><path d="m13.9998,29.991l-10.5037-6.1272c-.3071-.1792-.4961-.5081-.4961-.8638v-14h2v13.4257l10.0076,5.8378-1.0078,1.7275Z"></path></svg>`;
15
+ export default svgResultCarbonIcon;