@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
28 lines (27 loc) • 686 B
JavaScript
//#region virtual:watson-health/cd--archive/16.js
const WatsonHealthCdArchive16 = require("../../utils-BpydAK29.cjs").createSVGComponent("WatsonHealthCdArchive16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"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
module.exports = WatsonHealthCdArchive16;