@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 696 B
JavaScript
//#region virtual:accumulation--ice/16.js
const AccumulationIce16 = require("../utils-BpydAK29.cjs").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
module.exports = AccumulationIce16;