@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 471 B
JavaScript
//#region virtual:JCL/32.js
const Jcl32 = require("../utils-BpydAK29.cjs").createSVGComponent("Jcl32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": { "d": "M30,21v2h-8v-14h2v12h6ZM10,21v-12h-2v12h-4v-2h-2v2c0,1.1025.897,2,2,2h4c1.103,0,2-.8975,2-2ZM20,21h-6v-10h6v-2h-6c-1.103,0-2,.897-2,2v10c0,1.1025.897,2,2,2h6v-2Z" }
}]);
//#endregion
module.exports = Jcl32;