@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 417 B
JavaScript
//#region virtual:arrow--right/20.js
const ArrowRight20 = require("../utils-BpydAK29.cjs").createSVGComponent("ArrowRight20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 20 20",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": { "d": "M11.8 2.8 10.8 3.8 16.2 9.3 1 9.3 1 10.7 16.2 10.7 10.8 16.2 11.8 17.2 19 10z" }
}]);
//#endregion
module.exports = ArrowRight20;