@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/20.js
const Blockchain20 = require("../utils-BpydAK29.cjs").createSVGComponent("Blockchain20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": { "d": "M6,24H4V8H6ZM28,8H26V24h2ZM24,6V4H8V6Zm0,22V26H8v2Z" }
}]);
//#endregion
module.exports = Blockchain20;