@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
14 lines (13 loc) • 381 B
JavaScript
//#region virtual:logo--npm/24.js
const LogoNpm24 = require("../utils-BpydAK29.cjs").createSVGComponent("LogoNpm24", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 24,
"height": 24
}, [{
"elem": "path",
"attrs": { "d": "M4,28V4h24v24H4z M8.5,8.5v15H16v-12h4.5v12h3v-15H8.5z" }
}]);
//#endregion
module.exports = LogoNpm24;