@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 495 B
JavaScript
//#region virtual:decision-tree/24.js
const DecisionTree24 = require("../utils-BpydAK29.cjs").createSVGComponent("DecisionTree24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [{
"elem": "path",
"attrs": { "d": "M30,12V4H22V7H18a2.0023,2.0023,0,0,0-2,2v6H10V12H2v8h8V17h6v6a2.0023,2.0023,0,0,0,2,2h4v3h8V20H22v3H18V9h4v3ZM8,18H4V14H8Zm16,4h4v4H24ZM24,6h4v4H24Z" }
}]);
//#endregion
module.exports = DecisionTree24;