@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 1.97 kB
JavaScript
'use strict';
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 IconCollectLarge = {
name: 'IconCollectLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--collectLarge', 'IconCollectLarge');
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: 'M24.496 17.365h-.008l-.517-.105a9.28 9.28 0 0 1-6.282-5.058l-.236-.498-4.332-.079a8.853 8.853 0 0 0-7.953 4.891l-.85 1.628 1.55.814.857-1.637a7.132 7.132 0 0 1 3.5-3.342v2.686c0 1.628.84 3.141 2.249 4.043l.936.603a8.628 8.628 0 0 1-2.406 1.488l-5.381 2.537.743 1.584 5.347-2.52c1.268-.534 2.336-1.242 3.202-2.109l1.89 1.225 2.695 5.959 1.593-.718-2.905-6.43-2.162-1.41c.63-.97 1.015-2.03 1.103-3.088l.315-2.774a10.998 10.998 0 0 0 5.74 3.789l-1.89 2.152v4.708h6.379v-4.708l-3.185-3.648.008.017Zm-9.1.298c-.07.796-.358 1.583-.83 2.31l-1.138-.744c-.91-.578-1.444-1.54-1.444-2.573v-3.193a7.05 7.05 0 0 1 1.137-.097h2.748l.026.018-.49 4.279h-.009Zm10.544 6.3h-2.879V21.67l1.435-1.645 1.435 1.645v2.292h.01Z',
},
}), h('path', {
attrs: {
d: 'M14.163 10.313a3.5 3.5 0 0 0 3.5-3.5 3.5 3.5 0 0 0-3.5-3.5 3.499 3.499 0 0 0-3.5 3.5c0 1.933 1.566 3.5 3.5 3.5Zm0-5.25c.962 0 1.75.787 1.75 1.75 0 .962-.788 1.75-1.75 1.75-.963 0-1.75-.788-1.75-1.75 0-.963.787-1.75 1.75-1.75Z',
},
})]);
},
};
exports.default = IconCollectLarge;