@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 541 B
JavaScript
//#region virtual:button--flush-left/16.js
const ButtonFlushLeft16 = require("../utils-BpydAK29.cjs").createSVGComponent("ButtonFlushLeft16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M6 15H20V17H6z" }
}, {
"elem": "path",
"attrs": { "d": "M28,22H4c-1.103,0-2-0.897-2-2v-8c0-1.103,0.897-2,2-2h24c1.103,0,2,0.897,2,2v8C30,21.103,29.103,22,28,22z M4,12v8h24v-8 H4z" }
}]);
//#endregion
module.exports = ButtonFlushLeft16;