@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
26 lines (25 loc) • 875 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:group-objects--save/16.js
const GroupObjectsSave16 = createSVGComponent("GroupObjectsSave16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M14 18.18 10.41 14.59 9 16 14 21 23 12 21.59 10.581 14 18.18z" }
}, {
"elem": "path",
"attrs": { "d": "M30,8V2H24V4H8V2H2V8H4V24H2v6H8V28H24v2h6V24H28V8ZM26,4h2V6H26ZM4,4H6V6H4ZM6,28H4V26H6Zm22,0H26V26h2Zm-2-4H24v2H8V24H6V8H8V6H24V8h2Z" }
}]);
//#endregion
export { GroupObjectsSave16 as default };