@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
21 lines (20 loc) • 745 B
JavaScript
//#region virtual:direction--right--01--filled/20.js
const DirectionRight_01Filled20 = require("../utils-BpydAK29.cjs").createSVGComponent("DirectionRight_01Filled20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": { "d": "M28,2H4A2,2,0,0,0,2,4V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V4A2,2,0,0,0,28,2ZM19,18l-1.4141-1.4141L22.1719,12H10V26H8V12a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,4l7,7Z" }
}, {
"elem": "path",
"attrs": {
"fill": "none",
"d": "M19,18l-1.4141-1.4141L22.1719,12H10V26H8V12a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,4l7,7Z",
"data-icon-path": "inner-path"
}
}]);
//#endregion
module.exports = DirectionRight_01Filled20;