@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/32.js
const ArrowDownLeft32 = require("../utils-BpydAK29.cjs").createSVGComponent("ArrowDownLeft32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"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 = ArrowDownLeft32;