@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 393 B
JavaScript
//#region virtual:chevron--right/32.js
const ChevronRight32 = require("../utils-BpydAK29.cjs").createSVGComponent("ChevronRight32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": { "d": "M22 16 12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z" }
}]);
//#endregion
module.exports = ChevronRight32;