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