@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 527 B
JavaScript
//#region virtual:analytics/32.js
const Analytics32 = require("../utils-BpydAK29.cjs").createSVGComponent("Analytics32", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 32,
"height": 32
}, [{
"elem": "path",
"attrs": { "d": "M4,2H2V28a2,2,0,0,0,2,2H30V28H4Z" }
}, {
"elem": "path",
"attrs": { "d": "M30,9H23v2h3.59L19,18.59l-4.29-4.3a1,1,0,0,0-1.42,0L6,21.59,7.41,23,14,16.41l4.29,4.3a1,1,0,0,0,1.42,0L28,12.41V16h2Z" }
}]);
//#endregion
module.exports = Analytics32;