@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
29 lines (28 loc) • 826 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:laptop/32.js
const Laptop32 = createSVGComponent("Laptop32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": {
"d": "M26,24H6a2.0023,2.0023,0,0,1-2-2V8A2.002,2.002,0,0,1,6,6H26a2.0023,2.0023,0,0,1,2,2V22A2.0027,2.0027,0,0,1,26,24ZM6,8V22H26V8Z",
"transform": "translate(0 .005)"
}
}, {
"elem": "path",
"attrs": { "d": "M2 26.005H30V28.005H2z" }
}]);
//#endregion
export { Laptop32 as default };