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