@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 551 B
JavaScript
//#region virtual:renew--alt/20.js
const RenewAlt20 = require("../utils-BpydAK29.cjs").createSVGComponent("RenewAlt20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": { "d": "M19.707,29.707l-1.4141-1.4141,3.293-3.293H2V8h2v15h17.5859l-3.293-3.293,1.4141-1.4141,5.707,5.707-5.707,5.707ZM30,24h-2v-15H10.4141l3.293,3.293-1.4141,1.4141-5.707-5.707,5.707-5.707,1.4141,1.4141-3.293,3.293h19.5859v17Z" }
}]);
//#endregion
module.exports = RenewAlt20;