@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/16.js
const DownToBottom16 = require("../utils-BpydAK29.cjs").createSVGComponent("DownToBottom16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"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 = DownToBottom16;