@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,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="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="32" height="32" 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="16" height="16" viewBox="0 0 32 32">${children}<circle cx="12" cy="21" r="1"></circle><path d="m23,25h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"></path><circle cx="12" cy="11" r="1"></circle><path d="m23,15h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"></path><path d="m28,30H4c-1.103,0-2-.897-2-2v-12h2v12h24V4h-12v-2h12c1.103,0,2,.897,2,2v24c0,1.103-.897,2-2,2Z"></path><path d="M8.5 1.5H13.5V3.5H8.5z" transform="rotate(90 11 2.5)"></path><path d="M1.975 3.475H6.975V5.475H1.975z" transform="rotate(45 4.475 4.475)"></path><path d="M0 10H5V12H0z"></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}<circle cx="12" cy="21" r="1"></circle><path d="m23,25h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"></path><circle cx="12" cy="11" r="1"></circle><path d="m23,15h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"></path><path d="m28,30H4c-1.103,0-2-.897-2-2v-12h2v12h24V4h-12v-2h12c1.103,0,2,.897,2,2v24c0,1.103-.897,2-2,2Z"></path><path d="M8.5 1.5H13.5V3.5H8.5z" transform="rotate(90 11 2.5)"></path><path d="M1.975 3.475H6.975V5.475H1.975z" transform="rotate(45 4.475 4.475)"></path><path d="M0 10H5V12H0z"></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}<circle cx="12" cy="21" r="1"></circle><path d="m23,25h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"></path><circle cx="12" cy="11" r="1"></circle><path d="m23,15h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"></path><path d="m28,30H4c-1.103,0-2-.897-2-2v-12h2v12h24V4h-12v-2h12c1.103,0,2,.897,2,2v24c0,1.103-.897,2-2,2Z"></path><path d="M8.5 1.5H13.5V3.5H8.5z" transform="rotate(90 11 2.5)"></path><path d="M1.975 3.475H6.975V5.475H1.975z" transform="rotate(45 4.475 4.475)"></path><path d="M0 10H5V12H0z"></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}<circle cx="12" cy="21" r="1"></circle><path d="m23,25h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"></path><circle cx="12" cy="11" r="1"></circle><path d="m23,15h-14c-1.1028,0-2-.8972-2-2v-4c0-1.1028.8972-2,2-2h14c1.1028,0,2,.8972,2,2v4c0,1.1028-.8972,2-2,2Zm-14-6v4h14v-4h-14Z"></path><path d="m28,30H4c-1.103,0-2-.897-2-2v-12h2v12h24V4h-12v-2h12c1.103,0,2,.897,2,2v24c0,1.103-.897,2-2,2Z"></path><path d="M8.5 1.5H13.5V3.5H8.5z" transform="rotate(90 11 2.5)"></path><path d="M1.975 3.475H6.975V5.475H1.975z" transform="rotate(45 4.475 4.475)"></path><path d="M0 10H5V12H0z"></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="m29,12h-9V3h9v9Zm-7-2h5v-5h-5v5Z"></path><path d="m20,15v2h7v10h-10V3H5c-1.1028,0-2,.8975-2,2v22c0,1.1025.8972,2,2,2h22c1.1028,0,2-.8975,2-2v-12h-9Zm-13.5859,2h8.5859v8.5859l-8.5859-8.5859Zm8.5859-2H6.4141L15,6.4141v8.5859Zm-1.4141-10L5,13.5859V5h8.5859Zm-8.5859,13.4141l8.5859,8.5859H5v-8.5859Z"></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="m29,12h-9V3h9v9Zm-7-2h5v-5h-5v5Z"></path><path d="m20,15v2h7v10h-10V3H5c-1.1028,0-2,.8975-2,2v22c0,1.1025.8972,2,2,2h22c1.1028,0,2-.8975,2-2v-12h-9Zm-13.5859,2h8.5859v8.5859l-8.5859-8.5859Zm8.5859-2H6.4141L15,6.4141v8.5859Zm-1.4141-10L5,13.5859V5h8.5859Zm-8.5859,13.4141l8.5859,8.5859H5v-8.5859Z"></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="m29,12h-9V3h9v9Zm-7-2h5v-5h-5v5Z"></path><path d="m20,15v2h7v10h-10V3H5c-1.1028,0-2,.8975-2,2v22c0,1.1025.8972,2,2,2h22c1.1028,0,2-.8975,2-2v-12h-9Zm-13.5859,2h8.5859v8.5859l-8.5859-8.5859Zm8.5859-2H6.4141L15,6.4141v8.5859Zm-1.4141-10L5,13.5859V5h8.5859Zm-8.5859,13.4141l8.5859,8.5859H5v-8.5859Z"></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="m29,12h-9V3h9v9Zm-7-2h5v-5h-5v5Z"></path><path d="m20,15v2h7v10h-10V3H5c-1.1028,0-2,.8975-2,2v22c0,1.1025.8972,2,2,2h22c1.1028,0,2-.8975,2-2v-12h-9Zm-13.5859,2h8.5859v8.5859l-8.5859-8.5859Zm8.5859-2H6.4141L15,6.4141v8.5859Zm-1.4141-10L5,13.5859V5h8.5859Zm-8.5859,13.4141l8.5859,8.5859H5v-8.5859Z"></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="m29.0581,11.1929c0-6.0742-3.9797-7.8545-3.9797-7.8545-2.0066-.9214-5.4522-1.3091-9.0318-1.3384h-.0879c-3.5798.0293-7.023.417-9.0296,1.3384,0,0-3.98,1.7803-3.98,7.8545,0,1.3911-.0271,3.0537.0171,4.8174.1445,5.9404,1.0889,11.7945,6.5811,13.2481,2.5322.6704,4.7063.8105,6.4573.7144,3.1755-.1758,4.958-1.1333,4.958-1.1333l-.1047-2.3037s-2.269.7153-4.8176.6284c-2.5249-.0869-5.1902-.2725-5.5986-3.3726-.0378-.272-.0566-.563-.0566-.8691,0,0,2.4785.606,5.6196.75,1.9207.0879,3.7219-.1128,5.5515-.3311,3.5083-.4189,6.563-2.5806,6.9468-4.5557.605-3.1113.5552-7.5928.5552-7.5928Zm-4.6943,7.8257h-2.9138v-7.1382c0-1.5049-.6331-2.2686-1.8997-2.2686-1.4002,0-2.1018.9058-2.1018,2.6973v3.9077h-2.8967v-3.9077c0-1.7915-.7019-2.6973-2.1021-2.6973-1.2666,0-1.8997.7637-1.8997,2.2686v7.1382h-2.9138v-7.3545c0-1.5029.3828-2.6978,1.1516-3.5811.7927-.8838,1.8308-1.3369,3.1196-1.3369,1.491,0,2.6204.5732,3.367,1.7192l.7256,1.2168.7261-1.2168c.7463-1.146,1.8755-1.7192,3.3667-1.7192,1.2886,0,2.3267.4531,3.1196,1.3369.7686.8833,1.1514,2.0781,1.1514,3.5811v7.3545Z"></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="m29.0581,11.1929c0-6.0742-3.9797-7.8545-3.9797-7.8545-2.0066-.9214-5.4522-1.3091-9.0318-1.3384h-.0879c-3.5798.0293-7.023.417-9.0296,1.3384,0,0-3.98,1.7803-3.98,7.8545,0,1.3911-.0271,3.0537.0171,4.8174.1445,5.9404,1.0889,11.7945,6.5811,13.2481,2.5322.6704,4.7063.8105,6.4573.7144,3.1755-.1758,4.958-1.1333,4.958-1.1333l-.1047-2.3037s-2.269.7153-4.8176.6284c-2.5249-.0869-5.1902-.2725-5.5986-3.3726-.0378-.272-.0566-.563-.0566-.8691,0,0,2.4785.606,5.6196.75,1.9207.0879,3.7219-.1128,5.5515-.3311,3.5083-.4189,6.563-2.5806,6.9468-4.5557.605-3.1113.5552-7.5928.5552-7.5928Zm-4.6943,7.8257h-2.9138v-7.1382c0-1.5049-.6331-2.2686-1.8997-2.2686-1.4002,0-2.1018.9058-2.1018,2.6973v3.9077h-2.8967v-3.9077c0-1.7915-.7019-2.6973-2.1021-2.6973-1.2666,0-1.8997.7637-1.8997,2.2686v7.1382h-2.9138v-7.3545c0-1.5029.3828-2.6978,1.1516-3.5811.7927-.8838,1.8308-1.3369,3.1196-1.3369,1.491,0,2.6204.5732,3.367,1.7192l.7256,1.2168.7261-1.2168c.7463-1.146,1.8755-1.7192,3.3667-1.7192,1.2886,0,2.3267.4531,3.1196,1.3369.7686.8833,1.1514,2.0781,1.1514,3.5811v7.3545Z"></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="m29.0581,11.1929c0-6.0742-3.9797-7.8545-3.9797-7.8545-2.0066-.9214-5.4522-1.3091-9.0318-1.3384h-.0879c-3.5798.0293-7.023.417-9.0296,1.3384,0,0-3.98,1.7803-3.98,7.8545,0,1.3911-.0271,3.0537.0171,4.8174.1445,5.9404,1.0889,11.7945,6.5811,13.2481,2.5322.6704,4.7063.8105,6.4573.7144,3.1755-.1758,4.958-1.1333,4.958-1.1333l-.1047-2.3037s-2.269.7153-4.8176.6284c-2.5249-.0869-5.1902-.2725-5.5986-3.3726-.0378-.272-.0566-.563-.0566-.8691,0,0,2.4785.606,5.6196.75,1.9207.0879,3.7219-.1128,5.5515-.3311,3.5083-.4189,6.563-2.5806,6.9468-4.5557.605-3.1113.5552-7.5928.5552-7.5928Zm-4.6943,7.8257h-2.9138v-7.1382c0-1.5049-.6331-2.2686-1.8997-2.2686-1.4002,0-2.1018.9058-2.1018,2.6973v3.9077h-2.8967v-3.9077c0-1.7915-.7019-2.6973-2.1021-2.6973-1.2666,0-1.8997.7637-1.8997,2.2686v7.1382h-2.9138v-7.3545c0-1.5029.3828-2.6978,1.1516-3.5811.7927-.8838,1.8308-1.3369,3.1196-1.3369,1.491,0,2.6204.5732,3.367,1.7192l.7256,1.2168.7261-1.2168c.7463-1.146,1.8755-1.7192,3.3667-1.7192,1.2886,0,2.3267.4531,3.1196,1.3369.7686.8833,1.1514,2.0781,1.1514,3.5811v7.3545Z"></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="m29.0581,11.1929c0-6.0742-3.9797-7.8545-3.9797-7.8545-2.0066-.9214-5.4522-1.3091-9.0318-1.3384h-.0879c-3.5798.0293-7.023.417-9.0296,1.3384,0,0-3.98,1.7803-3.98,7.8545,0,1.3911-.0271,3.0537.0171,4.8174.1445,5.9404,1.0889,11.7945,6.5811,13.2481,2.5322.6704,4.7063.8105,6.4573.7144,3.1755-.1758,4.958-1.1333,4.958-1.1333l-.1047-2.3037s-2.269.7153-4.8176.6284c-2.5249-.0869-5.1902-.2725-5.5986-3.3726-.0378-.272-.0566-.563-.0566-.8691,0,0,2.4785.606,5.6196.75,1.9207.0879,3.7219-.1128,5.5515-.3311,3.5083-.4189,6.563-2.5806,6.9468-4.5557.605-3.1113.5552-7.5928.5552-7.5928Zm-4.6943,7.8257h-2.9138v-7.1382c0-1.5049-.6331-2.2686-1.8997-2.2686-1.4002,0-2.1018.9058-2.1018,2.6973v3.9077h-2.8967v-3.9077c0-1.7915-.7019-2.6973-2.1021-2.6973-1.2666,0-1.8997.7637-1.8997,2.2686v7.1382h-2.9138v-7.3545c0-1.5029.3828-2.6978,1.1516-3.5811.7927-.8838,1.8308-1.3369,3.1196-1.3369,1.491,0,2.6204.5732,3.367,1.7192l.7256,1.2168.7261-1.2168c.7463-1.146,1.8755-1.7192,3.3667-1.7192,1.2886,0,2.3267.4531,3.1196,1.3369.7686.8833,1.1514,2.0781,1.1514,3.5811v7.3545Z"></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="M13 22H19V24H13z"></path><path d="M2 18v2h2v8c0 1.1025.8972 2 2 2h20c1.1028 0 2-.8975 2-2v-8h2v-2H2zm24 10H6v-8h20v8zM29 16h-5c-1.1025 0-2-.8975-2-2v-6c0-1.103.8975-2 2-2h5v2h-5v6h5v2zM18 6h-4v-4h-2v14h6c1.1025 0 2-.8975 2-2v-6c0-1.103-.8975-2-2-2zm-4 8v-6h4v6h-4zM8 6H3v2h5v2h-4c-1.1046 0-2 .8954-2 2v2c0 1.1046.8954 2 2 2h6V8c0-1.103-.8975-2-2-2zm0 8h-4v-2h4v2z"></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="M13 22H19V24H13z"></path><path d="M2 18v2h2v8c0 1.1025.8972 2 2 2h20c1.1028 0 2-.8975 2-2v-8h2v-2H2zm24 10H6v-8h20v8zM29 16h-5c-1.1025 0-2-.8975-2-2v-6c0-1.103.8975-2 2-2h5v2h-5v6h5v2zM18 6h-4v-4h-2v14h6c1.1025 0 2-.8975 2-2v-6c0-1.103-.8975-2-2-2zm-4 8v-6h4v6h-4zM8 6H3v2h5v2h-4c-1.1046 0-2 .8954-2 2v2c0 1.1046.8954 2 2 2h6V8c0-1.103-.8975-2-2-2zm0 8h-4v-2h4v2z"></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="M13 22H19V24H13z"></path><path d="M2 18v2h2v8c0 1.1025.8972 2 2 2h20c1.1028 0 2-.8975 2-2v-8h2v-2H2zm24 10H6v-8h20v8zM29 16h-5c-1.1025 0-2-.8975-2-2v-6c0-1.103.8975-2 2-2h5v2h-5v6h5v2zM18 6h-4v-4h-2v14h6c1.1025 0 2-.8975 2-2v-6c0-1.103-.8975-2-2-2zm-4 8v-6h4v6h-4zM8 6H3v2h5v2h-4c-1.1046 0-2 .8954-2 2v2c0 1.1046.8954 2 2 2h6V8c0-1.103-.8975-2-2-2zm0 8h-4v-2h4v2z"></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;