@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 471 B
JavaScript
//#region virtual:decline/20.js
const Decline20 = require("../utils-BpydAK29.cjs").createSVGComponent("Decline20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": { "d": "M30,14v10h-10v-2h6.58l-8.58-8.59-4.29,4.3c-.39.39-1.03.39-1.42,0L2.29,7.71l1.42-1.42,9.29,9.3,4.29-4.3c.39-.39,1.03-.39,1.42,0l9.29,9.29v-6.58h2Z" }
}]);
//#endregion
module.exports = Decline20;