@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
57 lines (56 loc) • 1.12 kB
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:switcher/16.js
const Switcher16 = createSVGComponent("Switcher16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": { "d": "M14 4H18V8H14z" }
},
{
"elem": "path",
"attrs": { "d": "M4 4H8V8H4z" }
},
{
"elem": "path",
"attrs": { "d": "M24 4H28V8H24z" }
},
{
"elem": "path",
"attrs": { "d": "M14 14H18V18H14z" }
},
{
"elem": "path",
"attrs": { "d": "M4 14H8V18H4z" }
},
{
"elem": "path",
"attrs": { "d": "M24 14H28V18H24z" }
},
{
"elem": "path",
"attrs": { "d": "M14 24H18V28H14z" }
},
{
"elem": "path",
"attrs": { "d": "M4 24H8V28H4z" }
},
{
"elem": "path",
"attrs": { "d": "M24 24H28V28H24z" }
}
]);
//#endregion
export { Switcher16 as default };