@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
41 lines (40 loc) • 1.09 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:document--multiple-01/24.js
const DocumentMultiple_0124 = createSVGComponent("DocumentMultiple_0124", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [
{
"elem": "path",
"attrs": { "d": "M2 6H4V26H2z" }
},
{
"elem": "path",
"attrs": { "d": "M6 4H8V28H6z" }
},
{
"elem": "path",
"attrs": { "d": "M14 22H26V24H14z" }
},
{
"elem": "path",
"attrs": { "d": "M14 16H26V18H14z" }
},
{
"elem": "path",
"attrs": { "d": "M29.7,9.3l-7-7C22.5,2.1,22.3,2,22,2H12c-1.1,0-2,0.9-2,2v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10 C30,9.7,29.9,9.5,29.7,9.3z M22,4.4l5.6,5.6H22V4.4z M28,28H12V4h8v6c0,1.1,0.9,2,2,2h6V28z" }
}
]);
//#endregion
export { DocumentMultiple_0124 as default };