@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
37 lines (32 loc) • 2.29 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 IconShopsLarge = {
name: 'IconShopsLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--shopsLarge', 'IconShopsLarge');
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: 'm25.099 26.405-1.409-12.81h-.604L21.52 8.826a2.332 2.332 0 0 0-2.564-1.575v-1.75a2.12 2.12 0 0 0-2.117-2.117H13.19A2.12 2.12 0 0 0 11.073 5.5V8.52c-1.925.656-3.317 2.476-3.317 4.611 0 .158.009.315.026.464h-.48l-1.41 12.81a2.914 2.914 0 0 0 .727 2.258 2.91 2.91 0 0 0 2.161.962h13.414c.822 0 1.61-.35 2.161-.971a2.914 2.914 0 0 0 .726-2.258l.018.01Zm-3.85-12.81h-3.754a4.12 4.12 0 0 0 0-.919l1.461-.525 1.628-.577.665 2.021Zm-2.284-4.55.166-.052a.6.6 0 0 1 .744.376l.175.542-1.076.385-1.75.63-.193.07a4.86 4.86 0 0 0-.717-1.067l2.651-.875v-.009ZM12.84 5.493a.37.37 0 0 1 .367-.368h3.65a.37.37 0 0 1 .367.368v2.283l-2.643.867a4.956 4.956 0 0 0-1.732-.385V5.493h-.009Zm-1.75 4.943c.236-.14.499-.245.77-.323.254-.07.516-.114.796-.114.061 0 .123.017.184.017a3.1 3.1 0 0 1 1.566.525c.394.272.709.63.945 1.042.175.297.306.63.368.98.035.183.052.367.052.56 0 .06-.017.113-.017.166 0 .105-.027.201-.035.297H9.568a2.772 2.772 0 0 1-.044-.463c0-1.155.63-2.153 1.566-2.695v.008ZM23.078 27.5a1.14 1.14 0 0 1-.858.385H8.806c-.332 0-.638-.14-.857-.385a1.163 1.163 0 0 1-.289-.901l1.155-10.492.088-.77H22.14l1.243 11.253c.035.332-.07.647-.289.901l-.017.009Z',
},
}), h('path', {
attrs: {
d: 'M15.474 20.061a2.087 2.087 0 0 1-2.083-2.082h-1.75a3.831 3.831 0 1 0 7.665 0h-1.75a2.087 2.087 0 0 1-2.082 2.082Z',
},
})]);
},
};
exports.default = IconShopsLarge;