@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
21 lines (20 loc) • 767 B
JavaScript
//#region virtual:direction--right--02--filled/32.js
const DirectionRight_02Filled32 = require("../utils-BpydAK29.cjs").createSVGComponent("DirectionRight_02Filled32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"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,2ZM8,6h2v8H8ZM19,24l-1.4141-1.4141L22.1719,18H10v8H8V18a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,10l7,7Z" }
}, {
"elem": "path",
"attrs": {
"fill": "none",
"d": "M8,6h2v8H8ZM19,24l-1.4141-1.4141L22.1719,18H10v8H8V18a2,2,0,0,1,2-2H22.1719l-4.586-4.5859L19,10l7,7Z",
"data-icon-path": "inner-path"
}
}]);
//#endregion
module.exports = DirectionRight_02Filled32;