@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 570 B
JavaScript
//#region virtual:document-set/32.js
const DocumentSet32 = require("../utils-BpydAK29.cjs").createSVGComponent("DocumentSet32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": { "d": "M12,4h8v6c0,1.1.9,2,2,2h6v6h2v-8c0-.3-.1-.5-.3-.7l-7-7c-.2-.2-.4-.3-.7-.3h-10c-1.1,0-2,.9-2,2v24c0,1.1.9,2,2,2h4v-2h-4V4ZM22,4.4l5.6,5.6h-5.6v-5.6ZM30,22l-8,8-4-4,1.4-1.4,2.6,2.6,6.6-6.6,1.4,1.4ZM4,27h-2V7h2v20ZM8,28h-2V4h2v24Z" }
}]);
//#endregion
module.exports = DocumentSet32;