@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 389 B
JavaScript
//#region virtual:arrow--up/16.js
const ArrowUp16 = require("../utils-BpydAK29.cjs").createSVGComponent("ArrowUp16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 16 16",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M3.7 6.7 7.5 2.9 7.5 15 8.5 15 8.5 2.9 12.3 6.7 13 6 8 1 3 6z" }
}]);
//#endregion
module.exports = ArrowUp16;