@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 447 B
JavaScript
//#region virtual:down-to-bottom/20.js
const DownToBottom20 = require("../utils-BpydAK29.cjs").createSVGComponent("DownToBottom20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": { "d": "M16 18 6 8 7.4 6.6 16 15.2 24.6 6.6 26 8z" }
}, {
"elem": "path",
"attrs": { "d": "M4 22H28V24H4z" }
}]);
//#endregion
module.exports = DownToBottom20;