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