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