@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 585 B
JavaScript
//#region virtual:drag--vertical/16.js
const DragVertical16 = require("../utils-BpydAK29.cjs").createSVGComponent("DragVertical16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M4 20 15 20 15 26.17 12.41 23.59 11 25 16 30 21 25 19.59 23.59 17 26.17 17 20 28 20 28 18 4 18 4 20z" }
}, {
"elem": "path",
"attrs": { "d": "M11 7 12.41 8.41 15 5.83 15 12 4 12 4 14 28 14 28 12 17 12 17 5.83 19.59 8.41 21 7 16 2 11 7z" }
}]);
//#endregion
module.exports = DragVertical16;