@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 419 B
JavaScript
//#region virtual:arrow--down-left/16.js
const ArrowDownLeft16 = require("../utils-BpydAK29.cjs").createSVGComponent("ArrowDownLeft16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M22 26 22 24 9.41 24 26 7.41 24.59 6 8 22.59 8 10 6 10 6 26 22 26z" }
}]);
//#endregion
module.exports = ArrowDownLeft16;