@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
24 lines (23 loc) • 524 B
JavaScript
//#region virtual:skill-level/16.js
const SkillLevel16 = require("../utils-BpydAK29.cjs").createSVGComponent("SkillLevel16", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 16,
"height": 16
}, [
{
"elem": "path",
"attrs": { "d": "M30,30H22V4h8Zm-6-2h4V6H24Z" }
},
{
"elem": "path",
"attrs": { "d": "M20,30H12V12h8Zm-6-2h4V14H14Z" }
},
{
"elem": "path",
"attrs": { "d": "M10,30H2V18h8ZM4,28H8V20H4Z" }
}
]);
//#endregion
module.exports = SkillLevel16;