@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
33 lines (32 loc) • 969 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:accumulation--ice/16.js
const AccumulationIce16 = createSVGComponent("AccumulationIce16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": { "d": "M22 8 22 16 23 18 24 16 24 8 22 8z" }
},
{
"elem": "path",
"attrs": { "d": "M18 8 18 18 19 20 20 18 20 8 18 8z" }
},
{
"elem": "path",
"attrs": { "d": "M28,4a2.0023,2.0023,0,0,0-2,2V26H6V22h4V20H6V16h4V14H6V10h8v4l1,2,1-2V8H6V6A2.0023,2.0023,0,0,0,4,4H2V6H4V26a2.0023,2.0023,0,0,0,2,2H26a2.0023,2.0023,0,0,0,2-2V6h2V4Z" }
}
]);
//#endregion
export { AccumulationIce16 as default };