@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 416 B
JavaScript
//#region virtual:arrow--right/32.js
const ArrowRight32 = require("../utils-BpydAK29.cjs").createSVGComponent("ArrowRight32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": { "d": "M18 6 16.57 7.393 24.15 15 4 15 4 17 24.15 17 16.57 24.573 18 26 28 16 18 6z" }
}]);
//#endregion
module.exports = ArrowRight32;