@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
37 lines (36 loc) • 798 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/24.js
const Menu24 = createSVGComponent("Menu24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 24 24",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M3 18H21V19.5H3z" }
},
{
"elem": "path",
"attrs": { "d": "M3 13.5H21V15H3z" }
},
{
"elem": "path",
"attrs": { "d": "M3 9H21V10.5H3z" }
},
{
"elem": "path",
"attrs": { "d": "M3 4.5H21V6H3z" }
}
]);
//#endregion
export { Menu24 as default };