@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 525 B
JavaScript
//#region virtual:logo--angular/16.js
const LogoAngular16 = require("../utils-BpydAK29.cjs").createSVGComponent("LogoAngular16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [{
"elem": "path",
"attrs": { "d": "M13.5,16h4.9L16,10.8L13.5,16z" }
}, {
"elem": "path",
"attrs": { "d": "M16,3L3,7.6l2.7,15.8L16,29l10.3-5.6L29,7.6L16,3z M21.1,21.6l-1.5-3.2h-7.1l-1.5,3.2H8.6L16,5.3l7.4,16.2H21.1z" }
}]);
//#endregion
module.exports = LogoAngular16;