@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 646 B
JavaScript
//#region virtual:document/32.js
const Document32 = require("../utils-BpydAK29.cjs").createSVGComponent("Document32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [
{
"elem": "path",
"attrs": { "d": "M25.7,9.3l-7-7C18.5,2.1,18.3,2,18,2H8C6.9,2,6,2.9,6,4v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10C26,9.7,25.9,9.5,25.7,9.3 z M18,4.4l5.6,5.6H18V4.4z M24,28H8V4h8v6c0,1.1,0.9,2,2,2h6V28z" }
},
{
"elem": "path",
"attrs": { "d": "M10 22H22V24H10z" }
},
{
"elem": "path",
"attrs": { "d": "M10 16H22V18H10z" }
}
]);
//#endregion
module.exports = Document32;