@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
37 lines (36 loc) • 997 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:screen-map/24.js
const ScreenMap24 = createSVGComponent("ScreenMap24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M22 25H30V27H22z" }
},
{
"elem": "path",
"attrs": { "d": "M22 21H30V23H22z" }
},
{
"elem": "path",
"attrs": { "d": "M18.4141 11 23 11 23 9 15 9 15 17 17 17 17 12.4141 23.5859 19 25 17.5859 18.4141 11z" }
},
{
"elem": "path",
"attrs": { "d": "M28,3H4c-1.1028,0-2,.8975-2,2V21c0,1.1025,.8972,2,2,2H12v4h-4v2h12v-8H4V5H28v14h2V5c0-1.1025-.8972-2-2-2Zm-10,24h-4v-4h4v4Z" }
}
]);
//#endregion
export { ScreenMap24 as default };