@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 1.47 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 IconCurry = {
name: 'IconCurry',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--curry', 'IconCurry');
return h('svg', _mergeJSXProps([{
attrs: {
xmlns: 'http://www.w3.org/2000/svg',
role: 'presentation',
focusable: 'false',
fill: 'currentColor',
viewBox: '0 0 16 16',
},
}, ctx.data]), [h('path', {
attrs: {
d: 'm14.834 3.52-1.12-.691-2.048 3.325a2.388 2.388 0 0 0-1.916-.971 2.667 2.667 0 0 0-.455 0 2.398 2.398 0 0 0-4.375 0 2.667 2.667 0 0 0-.455 0 2.397 2.397 0 0 0-2.345 2.16h-.875v1.532a4.147 4.147 0 0 0 2.73 3.894l.263 1.137h7.577l.263-1.137a4.147 4.147 0 0 0 2.703-3.894V7.344h-2.3l2.353-3.824ZM5.06 6.653a.621.621 0 0 0 .63 0 .683.683 0 0 0 .359-.525 1.076 1.076 0 0 1 2.152 0 .683.683 0 0 0 .36.525.621.621 0 0 0 .63 0 1.111 1.111 0 0 1 1.618.69H3.44a1.111 1.111 0 0 1 1.62-.69Zm8.409 2.222a2.834 2.834 0 0 1-2.135 2.739l-.385.105-.201.875H5.253l-.202-.875-.385-.105a2.835 2.835 0 0 1-2.135-2.739v-.219H13.47v.22Z',
},
})]);
},
};
export { IconCurry as default };