@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
17 lines (16 loc) • 479 B
JavaScript
//#region virtual:feature-membership--filled/20.js
const FeatureMembershipFilled20 = require("../utils-BpydAK29.cjs").createSVGComponent("FeatureMembershipFilled20", {
"xmlns": "http://www.w3.org/2000/svg",
"viewBox": "0 0 32 32",
"fill": "currentColor",
"width": 20,
"height": 20
}, [{
"elem": "path",
"attrs": {
"stroke-width": "0",
"d": "m14,28v-9l8-8L13,2,4,11l8,8v9c0,1.1045.8955,2,2,2h14v-2h-14Z"
}
}]);
//#endregion
module.exports = FeatureMembershipFilled20;