@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
33 lines (28 loc) • 1.88 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconClothingLarge = {
name: 'IconClothingLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--clothingLarge', 'IconClothingLarge');
return h('svg', helper.default([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 32 32',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'M11.978 5.547c.445.889 1.464 2.44 3.355 3.224l.663.28.662-.271c1.917-.793 2.928-2.336 3.364-3.224.67.122 1.97.461 3.886 1.376.14.061.253.166.332.28l3.782 5.594c-.262.706-1.055 2.283-2.98 2.99l-.68-.907-1.412-1.882c-.55-.741-1.726-.35-1.726.575v12.165c-.932.244-2.875.654-5.228.654-2.353 0-4.297-.418-5.23-.654V13.582c0-.924-1.176-1.316-1.725-.575L7.63 14.889l-.68.906c-1.926-.706-2.72-2.292-2.98-2.989L7.733 7.23a.85.85 0 0 1 .34-.297C10 6.01 11.298 5.67 11.969 5.547m7.512-1.813h-.627l-.2.593s-.698 2.022-2.658 2.832c-1.944-.802-2.65-2.815-2.658-2.832l-.2-.593h-.628c-.183 0-1.9.044-5.185 1.621-.41.192-.759.497-1.02.88l-4.227 6.257.088.375c.034.157.958 3.79 4.906 4.784l.558.14 1.394-1.856v11.102l.592.2c.114.035 2.79.916 6.38.916s6.265-.88 6.379-.915l.592-.201V15.935l1.395 1.856.557-.14c3.957-.984 4.872-4.627 4.907-4.784l.087-.375-4.227-6.265a2.591 2.591 0 0 0-1.02-.872c-3.294-1.577-5.002-1.62-5.185-1.62Z',
},
})]);
},
};
exports.default = IconClothingLarge;