@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
37 lines (36 loc) • 959 B
JavaScript
/**
* Copyright IBM Corp. 2019, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
import { t as createSVGComponent } from "../../utils-H3m8fM4H.mjs";
//#region virtual:watson-health/cd--archive/32.js
const WatsonHealthCdArchive32 = createSVGComponent("WatsonHealthCdArchive32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [
{
"elem": "path",
"attrs": { "d": "M16,28A12,12,0,1,1,28,16,12,12,0,0,1,16,28ZM16,6A10,10,0,1,0,26,16,10,10,0,0,0,16,6Z" }
},
{
"elem": "path",
"attrs": { "d": "M16,22a6,6,0,1,1,6-6A6,6,0,0,1,16,22Zm0-10a4,4,0,1,0,4,4A4,4,0,0,0,16,12Z" }
},
{
"elem": "circle",
"attrs": {
"cx": "16",
"cy": "16",
"r": "2"
}
}
]);
//#endregion
export { WatsonHealthCdArchive32 as default };