@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 365 B
JavaScript
//#region virtual:caret--right/index.js
const CaretRightGlyph = require("../utils-BpydAK29.cjs").createSVGComponent("CaretRightGlyph", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 5 8",
"fill": "currentColor",
"width": "5",
"height": "8"
}, [{
"elem": "path",
"attrs": { "d": "M0 0 5 4 0 8z" }
}]);
//#endregion
module.exports = CaretRightGlyph;