@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 411 B
JavaScript
//#region virtual:arrow--right/24.js
const ArrowRight24 = require("../utils-BpydAK29.cjs").createSVGComponent("ArrowRight24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 24 24",
"fill": "currentColor",
"width": 24,
"height": 24
}, [{
"elem": "path",
"attrs": { "d": "M14 4 12.9 5.1 18.9 11.2 2 11.2 2 12.8 18.9 12.8 12.9 18.9 14 20 22 12z" }
}]);
//#endregion
module.exports = ArrowRight24;