@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 463 B
JavaScript
//#region virtual:PLI/32.js
const Pli32 = require("../utils-BpydAK29.cjs").createSVGComponent("Pli32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": { "d": "M22,9h8v2h-3v10h3v2h-8v-2h3v-10h-3v-2ZM14,21v-12h-2v14h8v-2h-6ZM4,18h4c1.103,0,2-.897,2-2v-5c0-1.103-.897-2-2-2H2v14h2v-5ZM4,10.9985h4v5.0015h-4v-5.0015Z" }
}]);
//#endregion
module.exports = Pli32;