@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
33 lines (28 loc) • 1.81 kB
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var helper = require('./_virtual/helper.cjs');
var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs');
var IconTreeTraceLarge = {
name: 'IconTreeTraceLarge',
props: {
size: configsVue.iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--treeTraceLarge', 'IconTreeTraceLarge');
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: 'M26.838 6.673a3.805 3.805 0 0 0-3.798-3.798 3.805 3.805 0 0 0-3.797 3.798 3.8 3.8 0 0 0 2.975 3.7v1.567c0 1.794-1.715 3.194-3.194 3.194H13.04c-1.155 0-2.292.525-3.194 1.33v-6.108a3.8 3.8 0 0 0 2.923-3.683A3.805 3.805 0 0 0 8.97 2.875a3.8 3.8 0 0 0-3.797 3.798 3.79 3.79 0 0 0 2.922 3.683v11.27a3.8 3.8 0 0 0-2.922 3.684 3.805 3.805 0 0 0 3.797 3.798 3.805 3.805 0 0 0 3.798-3.798 3.79 3.79 0 0 0-2.923-3.684v-1.549c0-1.548 1.645-3.193 3.194-3.193h5.985c2.336 0 4.944-2.118 4.944-4.944v-1.601c1.645-.42 2.87-1.899 2.87-3.675zm-19.915 0A2.05 2.05 0 0 1 8.97 4.625a2.05 2.05 0 0 1 2.048 2.048A2.05 2.05 0 0 1 8.97 8.72a2.05 2.05 0 0 1-2.047-2.048m4.095 18.637a2.05 2.05 0 0 1-2.048 2.048 2.05 2.05 0 0 1-2.047-2.048 2.05 2.05 0 0 1 2.047-2.047 2.05 2.05 0 0 1 2.048 2.047M23.04 8.72a2.05 2.05 0 0 1-2.047-2.048 2.05 2.05 0 0 1 2.047-2.047 2.05 2.05 0 0 1 2.048 2.048A2.05 2.05 0 0 1 23.04 8.72',
},
})]);
},
};
exports.default = IconTreeTraceLarge;