@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 472 B
JavaScript
//#region virtual:direction--straight--right/20.js
const DirectionStraightRight20 = require("../utils-BpydAK29.cjs").createSVGComponent("DirectionStraightRight20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": { "d": "M28 16 21 9 19.586 10.414 24.172 15 4 15 4 17 24.172 17 19.586 21.586 21 23 28 16z" }
}]);
//#endregion
module.exports = DirectionStraightRight20;