@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 524 B
JavaScript
//#region virtual:arrows--vertical/16.js
const ArrowsVertical16 = require("../utils-BpydAK29.cjs").createSVGComponent("ArrowsVertical16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M27.6 20.6 24 24.2 24 4 22 4 22 24.2 18.4 20.6 17 22 23 28 29 22z" }
}, {
"elem": "path",
"attrs": { "d": "M9 4 3 10 4.4 11.4 8 7.8 8 28 10 28 10 7.8 13.6 11.4 15 10z" }
}]);
//#endregion
module.exports = ArrowsVertical16;