@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
37 lines (36 loc) • 829 B
JavaScript
/**
* Copyright IBM Corp. 2019, 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
*/
import { t as createSVGComponent } from "../utils-H3m8fM4H.mjs";
//#region virtual:menu/20.js
const Menu20 = createSVGComponent("Menu20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 20 20",
"fill": "currentColor",
"width": 20,
"height": 20
}, [
{
"elem": "path",
"attrs": { "d": "M2 14.8H18V16H2z" }
},
{
"elem": "path",
"attrs": { "d": "M2 11.2H18V12.399999999999999H2z" }
},
{
"elem": "path",
"attrs": { "d": "M2 7.6H18V8.799999999999999H2z" }
},
{
"elem": "path",
"attrs": { "d": "M2 4H18V5.2H2z" }
}
]);
//#endregion
export { Menu20 as default };