@justeattakeaway/pie-icons-vue
Version:
Shared PIE Icon Components for Vue.js.
29 lines (26 loc) • 2.15 kB
JavaScript
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconDiyLarge = {
name: 'IconDiyLarge',
props: {
size: iconSize.large,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--diyLarge', 'IconDiyLarge');
return h('svg', _mergeJSXProps([{
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.706 13.399a3.03 3.03 0 0 0 .331-1.909 2.83 2.83 0 0 0-1.203-1.9l-8.819-5.995a2.844 2.844 0 0 0-2.205-.419 3.067 3.067 0 0 0-1.63.976l-.967-.662-.976 1.438.942.636-.044.061a3.069 3.069 0 0 0-.497 2.214 2.83 2.83 0 0 0 1.203 1.9l8.819 6.004a2.786 2.786 0 0 0 2.205.418 3.057 3.057 0 0 0 1.873-1.272c.149.174.253.4.28.645.043.366-.088.732-.34 1.002L24.16 18.13a1.26 1.26 0 0 1-1.62.174l-3.47-2.362a3.01 3.01 0 0 0-4.174.793l-.322.48a2.612 2.612 0 0 0-3.233.906l-5.238 7.695 4.968 3.381 5.237-7.695a2.6 2.6 0 0 0 .41-1.96 2.595 2.595 0 0 0-.697-1.343l.33-.479a1.26 1.26 0 0 1 1.753-.331l3.468 2.362a2.998 2.998 0 0 0 3.86-.41l1.517-1.595c.61-.636.906-1.507.81-2.388a2.967 2.967 0 0 0-1.037-1.943l-.017-.017Zm-16.114 13.36L8.51 25.337l.932-1.369 2.083 1.42-.933 1.37Zm4.253-6.258-2.344 3.442-2.083-1.42 2.344-3.442c.175-.262.471-.375.759-.366.156 0 .313.043.453.13l.645.436a.87.87 0 0 1 .322.445c.009.034.035.07.044.104a.834.834 0 0 1-.14.654v.017Zm9.438-6.606c-.192.288-.48.48-.802.55-.305.07-.61.008-.854-.157l-8.819-6.005a1.099 1.099 0 0 1-.462-.74 1.335 1.335 0 0 1 .218-.95l.044-.061.767-1.125c.078-.113.174-.191.27-.278a1.147 1.147 0 0 1 .784-.297c.218 0 .427.061.61.183l8.82 6.005c.243.165.409.427.461.74.035.2 0 .401-.06.593-.044.122-.08.244-.158.357l-.767 1.124-.043.061h-.009Z',
},
})]);
},
};
export { IconDiyLarge as default };