@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 389 B
JavaScript
//#region virtual:blockchain/24.js
const Blockchain24 = require("../utils-BpydAK29.cjs").createSVGComponent("Blockchain24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [{
"elem": "path",
"attrs": { "d": "M6,24H4V8H6ZM28,8H26V24h2ZM24,6V4H8V6Zm0,22V26H8v2Z" }
}]);
//#endregion
module.exports = Blockchain24;